*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--accent: #f2f1ef;--accent-dark: #ffffff;--accent-muted: rgba(255,255,255,.1);--bg-accent: #f2f1ef;--text-accent: #111110;--blue: #2a78d6;--blue-dark: #1f5ea8;--blue-muted: rgba(42,120,214,.15);--green: #1baf7a;--success: #1baf7a;--text-success: #1baf7a;--bg-success: rgba(27,175,122,.12);--warning: #e67e22;--text-warning: #e67e22;--bg-warning: rgba(230,126,34,.12);--danger: #e24b4a;--bg: #0d0d0c;--card-bg: #1a1a19;--sidebar-bg: #161615;--surface-0: #0d0d0c;--surface-1: #161615;--surface-2: #1c1c1b;--surface-3: #262625;--text-primary: #f2f1ef;--text-secondary: #aeaca7;--text-tertiary: #8a8882;--text-muted: #8a8882;--border: rgba(255,255,255,.06);--border-strong: rgba(255,255,255,.12);--sidebar-text: #94928d;--sidebar-text-active: #f2f1ef;--sidebar-hover: rgba(255,255,255,.04);--sidebar-active: #262625;--sidebar-width: 232px;--ink: #f2f1ef;--radius: 12px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.3), 0 1px 2px rgba(0,0,0,.2);--shadow-md: 0 4px 12px rgba(0,0,0,.35);--shadow-lg: 0 8px 24px rgba(0,0,0,.45);--primary: #f0f0ee;--primary-light: #898781;--bg-primary: #1c1c1a;--bg-secondary: #161614;--bg-tertiary: #1c1c1a;--border-secondary: rgba(255,255,255,.11)}html{font-size:16px;-webkit-tap-highlight-color:transparent;overflow-x:hidden}body{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.6;color:var(--text-primary);background:var(--bg);min-height:100dvh;overflow-x:hidden;text-size-adjust:100%;-webkit-text-size-adjust:100%}img,svg{max-width:100%}h1,h2,h3,h4,.font-head{font-family:Plus Jakarta Sans,Montserrat,sans-serif}h1{font-size:26px;font-weight:700;line-height:1.2;letter-spacing:-.6px}h2{font-size:20px;font-weight:700;line-height:1.2;letter-spacing:-.3px}h3{font-size:15px;font-weight:700;line-height:1.3}h4{font-size:13px;font-weight:600;line-height:1.3}p{font-size:13px;font-weight:400}.label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted)}.small{font-size:11px;font-weight:400;color:var(--text-secondary)}.card{background:var(--card-bg);border-radius:var(--radius-lg);padding:20px;border:.5px solid var(--border);box-shadow:none}.btn{padding:9px 16px;border-radius:var(--radius-md);border:none;font-size:13px;font-weight:500;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .12s ease;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;letter-spacing:-.1px}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.35;cursor:not-allowed;transform:none}.btn-primary{background:var(--accent);color:#111110}.btn-primary:hover:not(:disabled){background:var(--accent-dark)}.btn-accent{background:var(--accent);color:#111110}.btn-accent:hover:not(:disabled){background:var(--accent-dark)}.btn-secondary{background:var(--surface-2);color:var(--text-primary);border:.5px solid var(--border-strong)}.btn-secondary:hover:not(:disabled){background:var(--surface-3)}.btn-ghost{background:transparent;color:var(--text-secondary);border:.5px solid var(--border-strong)}.btn-ghost:hover:not(:disabled){background:var(--surface-2);color:var(--text-primary)}.btn-danger{background:transparent;color:var(--danger);border:.5px solid var(--danger)}.input,.textarea,.select{width:100%;padding:10px 13px;border:.5px solid var(--border-strong);border-radius:var(--radius-md);font-size:16px;font-family:inherit;background:var(--surface-2);color:var(--text-primary);transition:border-color .18s ease,box-shadow .18s ease;outline:none}.input:focus,.textarea:focus,.select:focus{border-color:#ffffff59;box-shadow:0 0 0 2px #ffffff12}.input::placeholder,.textarea::placeholder{color:var(--text-muted)}.textarea{resize:none;min-height:80px}.select{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23908e89' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 13px center;padding-right:36px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.form-label{font-size:11px;font-weight:500;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.fab{position:fixed;bottom:28px;right:28px;background:var(--accent);color:#111110;border:none;border-radius:var(--radius-xl);padding:13px 22px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:var(--shadow-lg);z-index:50;font-family:inherit;display:flex;align-items:center;gap:8px;transition:all .18s ease}.fab:hover{background:var(--accent-dark);box-shadow:0 12px 32px #0006;transform:translateY(-1px)}.fab:active{transform:scale(.97)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100;animation:fadeIn .2s ease;padding:24px}.modal-content{background:var(--surface-2);border:.5px solid var(--border);width:100%;max-width:480px;border-radius:var(--radius-xl);display:flex;flex-direction:column;max-height:88dvh;animation:scaleIn .2s cubic-bezier(.32,.72,0,1);box-shadow:var(--shadow-lg)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:22px 22px 0;flex-shrink:0}.modal-body{padding:18px 22px;overflow-y:auto;flex:1}.modal-footer{padding:14px 22px 22px;display:flex;gap:10px;flex-shrink:0;border-top:.5px solid var(--border)}.modal-close{width:30px;height:30px;border-radius:50%;border:none;background:var(--surface-3);color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:15px;transition:all .15s ease}.modal-close:hover{background:var(--border-strong);color:var(--text-primary)}.toast-container{position:fixed;top:20px;right:24px;z-index:200;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{background:var(--surface-3);color:var(--text-primary);padding:11px 16px;border-radius:var(--radius-md);font-size:13px;font-weight:500;box-shadow:var(--shadow-lg);animation:toastIn .3s cubic-bezier(.32,.72,0,1);pointer-events:auto;white-space:nowrap;border:.5px solid var(--border)}.toast.success{background:var(--surface-3);border-left:2px solid var(--accent)}.toast.error{background:var(--surface-3);border-left:2px solid var(--danger)}.status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.status-dot.pendiente{background:var(--warning)}.status-dot.confirmado{background:var(--success)}.status-dot.completado{background:var(--text-muted)}.status-dot.cancelado{background:var(--danger)}.status-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:var(--radius-full);font-size:11px;font-weight:500}.status-badge.pendiente{background:var(--bg-warning);color:var(--text-warning)}.status-badge.confirmado{background:var(--bg-success);color:var(--text-success)}.status-badge.completado{background:var(--surface-3);color:var(--text-secondary)}.status-badge.cancelado{background:#e24b4a1f;color:var(--danger)}.pill-group{display:flex;flex-wrap:wrap;gap:8px}.pill{padding:6px 13px;border-radius:var(--radius-full);border:.5px solid var(--border-strong);background:var(--surface-2);color:var(--text-secondary);font-size:13px;font-weight:400;cursor:pointer;transition:all .15s ease;font-family:inherit}.pill.selected{background:var(--accent);color:#111110;border-color:var(--accent)}.pill:hover:not(.selected){border-color:var(--border-strong);color:var(--text-primary);background:var(--surface-3)}.checkbox-row{display:flex;align-items:center;gap:10px;cursor:pointer;padding:4px 0}.checkbox-row input[type=checkbox]{width:15px;height:15px;accent-color:var(--accent);cursor:pointer;flex-shrink:0}.divider{height:.5px;background:var(--border);margin:8px 0}.ag-mini-row{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end;row-gap:8px}.ag-slot{background:transparent;transition:background .12s ease}.ag-slot:hover{background:var(--surface-3)}.ag-slot .slot-hint{opacity:0;transition:opacity .12s ease}.ag-slot:hover .slot-hint{opacity:1}.ag-receso{background:repeating-linear-gradient(45deg,var(--surface-3),var(--surface-3) 8px,transparent 8px,transparent 16px)}.cli-row{transition:background .12s ease}.cli-row:hover{background:var(--surface-3)}@media (max-width: 720px){.cli-head,.cli-visitas,.cli-ultima{display:none!important}.cli-gastado{width:auto!important}}.mt-layout{display:flex;min-height:100dvh;background:var(--bg);padding:10px;gap:4px}.mt-sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);border:.5px solid var(--border);border-radius:18px;box-shadow:0 8px 28px #00000059;display:flex;flex-direction:column;position:sticky;top:10px;height:calc(100dvh - 20px);flex-shrink:0}.mt-search{display:flex;align-items:center;gap:9px;margin:0 12px 12px;padding:9px 10px 9px 12px;background:var(--surface-2);border:.5px solid var(--border-strong);border-radius:12px}.mt-search input{flex:1;min-width:0;background:transparent;border:none;outline:none;color:var(--text-primary);font-size:16px;font-family:inherit}.mt-search input::placeholder{color:var(--text-muted)}.mt-search kbd{font-family:inherit;font-size:11px;color:var(--text-secondary);background:var(--surface-3);border:.5px solid var(--border);border-radius:6px;padding:1px 7px}.mt-nav{flex:1;padding:2px 12px;display:flex;flex-direction:column;gap:3px}.mt-nav-link{display:flex;align-items:center;gap:10px;padding:9px 11px;border-radius:12px;text-decoration:none;color:var(--sidebar-text);font-size:13px;font-weight:400;transition:all .15s ease}.mt-nav-link:hover{background:var(--sidebar-hover);color:var(--text-primary)}.mt-nav-link.active{color:var(--sidebar-text-active);background:var(--sidebar-active);font-weight:500;border:.5px solid rgba(255,255,255,.06);box-shadow:0 2px 10px #00000059}.mt-nav-link .mt-nav-label{flex:1}.mt-main{flex:1;min-width:0;display:flex;flex-direction:column;padding:14px 14px 20px}.mt-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.mt-body{display:grid;grid-template-columns:1.5fr 1fr;gap:14px}.mt-bottom{display:grid;grid-template-columns:1fr 260px;gap:14px}.mt-turnos{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.mt-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;row-gap:12px}.mt-auth{min-height:100dvh;display:grid;grid-template-columns:1fr 1fr}.mt-auth-aside{background:var(--surface-1);padding:60px 52px;display:flex;flex-direction:column;justify-content:center}.mt-auth-form{background:var(--bg);padding:60px 52px;display:flex;align-items:center;justify-content:center}@media (max-width: 980px){.mt-stats{grid-template-columns:repeat(2,1fr)}.mt-body,.mt-bottom{grid-template-columns:1fr}}@media (max-width: 720px){.mt-layout{flex-direction:column;padding:0;gap:0}.mt-sidebar{position:fixed;bottom:0;left:0;right:0;width:100%;height:auto;top:auto;flex-direction:row;border:none;border-top:.5px solid var(--border);border-radius:16px 16px 0 0;box-shadow:0 -6px 24px #0006;z-index:60;padding:0}.mt-sidebar-head,.mt-sidebar-foot,.mt-search{display:none}.mt-nav{flex-direction:row;padding:8px 6px calc(8px + env(safe-area-inset-bottom));justify-content:space-around;gap:0}.mt-nav-link{flex-direction:column;gap:3px;padding:6px 8px;font-size:10px;flex:1;justify-content:center}.mt-nav-link.active{box-shadow:none;background:transparent;color:var(--text-primary)}.mt-nav-link .mt-nav-label{flex:none;font-size:10px}.mt-main{padding:16px 16px 88px}.mt-stats{grid-template-columns:repeat(2,1fr);gap:10px}.mt-turnos{grid-template-columns:1fr}.mt-topbar{flex-direction:column;align-items:stretch;gap:12px}.mt-auth{grid-template-columns:1fr}.mt-auth-aside{display:none}.mt-auth-form{padding:32px 24px!important}.card,.mt-card{padding:16px}h1{font-size:20px}}.mt-layout.theme-bw{--accent: #554fe8;--accent-dark: #4038c9;--accent-muted: rgba(85,79,232,.12);--bg-accent: #554fe8;--text-accent: #ffffff;--blue: #554fe8;--blue-dark: #4038c9;--blue-muted: rgba(85,79,232,.12);--green: #1baf7a;--success: #1baf7a;--text-success: #047857;--bg-success: #ecfdf5;--warning: #b45309;--text-warning: #b45309;--bg-warning: #fffbeb;--danger: #e11d48;--bg: #fbfaf7;--card-bg: #ffffff;--sidebar-bg: #fbfaf7;--surface-0: #fbfaf7;--surface-1: #ffffff;--surface-2: #f4f3ee;--surface-3: #eceae3;--text-primary: #111110;--text-secondary: #4b4a45;--text-tertiary: #78766f;--text-muted: #78766f;--border: rgba(17,17,16,.09);--border-strong: rgba(17,17,16,.16);--sidebar-text: #55534c;--sidebar-text-active: #111110;--sidebar-hover: rgba(17,17,16,.05);--sidebar-active: #ffffff;--ink: #111110;color:var(--text-primary)}.theme-bw body,.theme-bw .mt-main{font-weight:450}.theme-bw h1,.theme-bw h2,.theme-bw h3{font-weight:700}.theme-bw .form-label{font-weight:700;letter-spacing:.6px}.theme-bw .btn{font-weight:700;letter-spacing:.1px}.theme-bw .mt-nav-link{font-weight:500}.theme-bw .mt-nav-link.active{font-weight:700;border-color:#1c1c1a24;box-shadow:0 2px 10px #1c1c1a14}.theme-bw .mt-sidebar{box-shadow:0 8px 28px #1c1c1a14;border-color:var(--border)}.theme-bw .btn-primary,.theme-bw .btn-accent,.theme-bw .fab,.theme-bw .pill.selected{background:#554fe8;color:#fff}.theme-bw .btn-primary:hover:not(:disabled),.theme-bw .btn-accent:hover:not(:disabled),.theme-bw .fab:hover{background:#4038c9}.theme-bw .btn-secondary{background:var(--surface-2);color:#111110;border:.5px solid var(--border-strong)}.theme-bw .btn-ghost{background:transparent;color:var(--text-secondary);border:.5px solid var(--border-strong)}.theme-bw .btn-ghost:hover:not(:disabled){background:var(--surface-2);color:#111110}.theme-bw .btn-danger{background:transparent;color:#e11d48;border:1.5px solid #e11d48}.theme-bw .btn-danger:hover:not(:disabled){background:#e11d48;color:#fff}.theme-bw .status-dot.pendiente{background:#e0a106}.theme-bw .status-dot.confirmado{background:#1baf7a}.theme-bw .status-dot.completado{background:#a8a6a0}.theme-bw .status-dot.cancelado{background:transparent;border:1.5px solid #e11d48}.theme-bw .status-badge.pendiente{background:#fffbeb;color:#b45309}.theme-bw .status-badge.confirmado{background:#ecfdf5;color:#047857}.theme-bw .status-badge.completado{background:#f4f3ee;color:#78766f}.theme-bw .status-badge.cancelado{background:#fff1f2;color:#be123c}.theme-bw .toast.success{border-left-color:#1baf7a}.theme-bw .toast.error{border-left-color:#e11d48}@media (max-width: 860px){.admin-split{flex-direction:column}.admin-list-panel{flex:1 1 100%!important;max-width:100%!important;border-right:none!important}.admin-detail-panel{flex:1 1 100%!important}}@media (max-width: 420px){.mt-stats{grid-template-columns:1fr 1fr;gap:8px}.modal-overlay{padding:0;align-items:flex-end}.modal-content{max-width:100%;border-radius:16px 16px 0 0;max-height:92dvh}}.skeleton{background:linear-gradient(90deg,var(--surface-2) 25%,var(--surface-3) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:3px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes toastIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
