@import"https://fonts.googleapis.com/css2?family=Spectral:wght@500;600&family=IBM+Plex+Sans:wght@400;500;600&display=swap";:root{--bg: #eef2f2;--ink: #15242b;--muted: #5c6f77;--muted2: #8798a0;--teal: #0d8f86;--teal-dark: #0a6b64;--sb: #12211f;--border: #dce5e5;--line: #eef2f2;--field-border: #cfe0de}*{box-sizing:border-box}body{margin:0;font-family:IBM Plex Sans,system-ui,sans-serif;color:var(--ink);background:var(--bg)}a{color:var(--teal-dark);text-decoration:none}a:hover{color:var(--teal)}button{font-family:inherit}.app{display:flex;min-height:100vh;background:var(--bg)}.sb{width:244px;flex:none;background:var(--sb);color:#c7d3d3;display:flex;flex-direction:column;padding:22px 14px}.brand{display:flex;align-items:center;gap:11px;font-family:Spectral,Georgia,serif;font-weight:600;font-size:22px;color:#fff;padding:4px 10px 22px}.mk{width:32px;height:32px;border-radius:9px;background:var(--teal);display:grid;place-items:center;flex:none}.mk svg{width:19px;height:19px}.nav{display:flex;flex-direction:column;gap:3px}.nav a{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:9px;color:#8fa3a3;font-size:14.5px;font-weight:500;cursor:pointer}.nav a:hover{background:#1d302d;color:#e4ecec}.nav a.active{background:var(--teal);color:#fff}.nav a svg{width:20px;height:20px;flex:none}.sb-foot{margin-top:auto;display:flex;align-items:center;gap:11px;padding:14px 8px 4px;border-top:1px solid #24373b}.avatar{width:36px;height:36px;border-radius:50%;background:var(--teal-dark);color:#fff;display:grid;place-items:center;font-weight:600;font-size:13px;flex:none}.sb-foot .who{font-size:13.5px;color:#e4ecec;font-weight:500}.sb-foot .rol{font-size:11.5px;color:#7f9593}.main{flex:1;padding:32px 40px;overflow:auto}.top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:22px;gap:16px}h1{font-family:Spectral,Georgia,serif;font-weight:600;font-size:30px;margin:0}.sub{color:var(--muted);font-size:14px;margin-top:5px}.back{color:var(--muted);font-size:13px;display:inline-flex;align-items:center;gap:6px;margin-bottom:14px;cursor:pointer;background:none;border:none;padding:0}.back svg{width:15px;height:15px}.btn{background:var(--teal);color:#fff;border:none;border-radius:10px;padding:12px 18px;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;gap:8px;align-items:center}.btn:hover{background:var(--teal-dark)}.btn svg{width:18px;height:18px}.btn.ghost{background:#fff;color:var(--muted);border:1px solid var(--field-border)}.btn.ghost:hover{background:#f6f9f9}.btn.danger{background:#fff;color:#b91c1c;border:1px solid #f0c9c6}.btn.danger:hover{background:#fde8e8}.panel,.card{background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 1px 2px #14282d0a}.panel{overflow:hidden}.card{padding:20px 22px}.panel h2{font-family:Spectral,Georgia,serif;font-size:18px;font-weight:600;margin:0;padding:18px 22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.card h2{font-family:Spectral,Georgia,serif;font-size:16px;font-weight:600;margin:0 0 14px;display:flex;align-items:center;gap:9px}.card h2 svg{width:18px;height:18px;color:var(--teal)}.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:24px}.stat{background:#fff;border:1px solid var(--border);border-radius:14px;padding:20px 22px;box-shadow:0 1px 2px #14282d0a}.stat .k{color:var(--muted);font-size:13px;font-weight:500;display:flex;align-items:center;gap:8px}.stat .k svg{width:18px;height:18px;color:var(--teal)}.stat .v{font-family:Spectral,Georgia,serif;font-size:34px;font-weight:600;margin-top:8px;font-variant-numeric:tabular-nums}.stat .m{color:var(--muted2);font-size:12.5px;margin-top:2px}.row-appt{display:grid;grid-template-columns:90px 1fr 160px 130px;align-items:center;gap:14px;padding:15px 22px;border-bottom:1px solid #f1f5f5}.row-appt:last-child{border-bottom:none}.time{font-weight:600;font-variant-numeric:tabular-nums}.pt-name{font-weight:600;font-size:15px}.pt-name small{display:block;color:var(--muted2);font-weight:400;font-size:12.5px;margin-top:1px}.motivo{color:var(--muted);font-size:13.5px}.chip{font-size:12px;font-weight:600;border-radius:999px;padding:5px 12px;display:inline-flex;align-items:center;gap:6px;justify-self:start}.chip .dot{width:7px;height:7px;border-radius:50%;background:currentColor}.chip.confirmada{background:#d7efe9;color:#0f766e}.chip.pendiente{background:#fbefd8;color:#b45309}.chip.cancelada{background:#fde8e8;color:#b91c1c}.search{display:flex;align-items:center;gap:11px;background:#fff;border:1px solid var(--field-border);border-radius:12px;padding:0 16px;height:52px;margin-bottom:16px;box-shadow:0 0 0 3px #dcefed}.search svg{width:20px;height:20px;color:var(--muted);flex:none}.search input{border:none;outline:none;background:none;font-size:15.5px;font-family:inherit;width:100%;color:var(--ink)}.count{color:var(--muted);font-size:13px;margin:0 4px 12px}.hrow,.row{display:grid;grid-template-columns:1fr 150px 170px 120px 40px;align-items:center;gap:14px;padding:14px 22px}.hrow{background:#f6f9f9;border-bottom:1px solid var(--line);font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted2);font-weight:600}.row{border-bottom:1px solid #f1f5f5;cursor:pointer}.row:last-child{border-bottom:none}.row:hover{background:#f6fbfb}.pt{display:flex;align-items:center;gap:12px;font-weight:600;font-size:15px}.pa-sm{width:38px;height:38px;border-radius:50%;background:#dcefed;color:var(--teal-dark);display:grid;place-items:center;font-weight:600;font-size:13px;flex:none}.cell-muted{color:var(--muted);font-size:13.5px;font-variant-numeric:tabular-nums}.docs-pill{display:inline-flex;align-items:center;gap:7px;background:var(--line);color:var(--muted);border-radius:999px;padding:4px 11px;font-size:12.5px;font-weight:600;justify-self:start}.docs-pill svg{width:14px;height:14px}.chev{color:#b7c4c4;justify-self:end;display:flex}.phead{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.pid{display:flex;align-items:center;gap:16px}.pa{width:60px;height:60px;border-radius:16px;background:#dcefed;color:var(--teal-dark);display:grid;place-items:center;font-weight:600;font-size:21px;font-family:Spectral,serif;flex:none}.phead h1{font-size:27px}.meta{color:var(--muted);font-size:13.5px;margin-top:3px;display:flex;gap:14px;font-variant-numeric:tabular-nums;flex-wrap:wrap}.meta b{color:#3b4d54;font-weight:600}.tabs{display:flex;gap:4px;border-bottom:1px solid #d9e3e3;margin-bottom:22px;flex-wrap:wrap}.tab{padding:11px 16px;font-size:14px;font-weight:600;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;background:none;border-top:none;border-left:none;border-right:none}.tab:hover{color:var(--ink)}.tab.active{color:var(--teal-dark);border-bottom-color:var(--teal)}.cols{display:grid;grid-template-columns:1.6fr 1fr;gap:22px;align-items:start}.fgrid{display:grid;grid-template-columns:1fr 1fr;gap:2px 26px;padding:8px 20px 18px}.f{padding:11px 0;border-bottom:1px dashed #e6eded}.f .k{color:var(--muted2);font-size:12px}.f .v{font-weight:600;font-size:14.5px;margin-top:2px}.card-t{font-family:Spectral,Georgia,serif;font-size:17px;font-weight:600;margin:0;padding:16px 20px;border-bottom:1px solid var(--line)}label{display:block;font-size:12.5px;font-weight:600;color:#3b4d54;margin:0 0 6px}.fld{margin-bottom:15px}input,textarea,select{width:100%;border:1px solid var(--field-border);border-radius:10px;padding:11px 13px;font-size:14px;font-family:inherit;color:var(--ink);background:#f8fbfb;outline:none;resize:none}input:focus,textarea:focus,select:focus{border-color:var(--teal);background:#fff;box-shadow:0 0 0 3px #dcefed}textarea{min-height:70px;line-height:1.5}.vitals{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.actions{display:flex;gap:10px}.charts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.mcard{background:#fff;border:1px solid var(--border);border-radius:16px;padding:18px 20px;box-shadow:0 1px 2px #14282d0a}.mc-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px}.mc-t{color:var(--muted);font-size:13px;font-weight:600}.mc-v{font-family:Spectral,Georgia,serif;font-size:30px;font-weight:600;font-variant-numeric:tabular-nums;margin-top:2px}.mc-v span{font-size:15px;color:var(--muted2);font-family:IBM Plex Sans}.chart{width:100%;height:auto;display:block;margin-top:10px}.mc-x{display:flex;justify-content:space-between;color:#a4b2b2;font-size:11px;margin-top:6px;font-variant-numeric:tabular-nums}.week{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}.day{background:#fff;border:1px solid var(--border);border-radius:14px;padding:11px;box-shadow:0 1px 2px #14282d0a;min-height:540px}.day.today{border-color:var(--teal);box-shadow:0 0 0 2px #dcefed}.day.weekend{background:#f7faf9}.day.weekend .dh .d{color:#b0bec0}.dh{display:flex;flex-direction:column;gap:1px;padding:4px 6px 12px;border-bottom:1px solid var(--line);margin-bottom:10px}.dh .d{font-size:12px;color:var(--muted2);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.dh .n{font-family:Spectral,serif;font-size:22px;font-weight:600}.day.today .n{color:var(--teal-dark)}.ev{border-radius:10px;padding:9px 11px;margin-bottom:9px;border-left:3px solid var(--teal);background:#f2fafa}.ev.pendiente{border-left-color:#d99417;background:#fdf6ea}.ev.cancelada{border-left-color:#d1544a;background:#fbeeed;opacity:.7}.ev .t{font-weight:700;font-size:12.5px;font-variant-numeric:tabular-nums;color:var(--teal-dark)}.ev.pendiente .t{color:#b45309}.ev.cancelada .t{color:#b91c1c}.ev .p{font-size:13px;font-weight:600;margin-top:2px}.ev .m{font-size:11.5px;color:#6b7d82;margin-top:1px}.weeknav{display:flex;align-items:center;gap:14px;color:#3b4d54;font-weight:600;font-size:15px}.weeknav button{width:34px;height:34px;border-radius:9px;border:1px solid var(--field-border);background:#fff;color:var(--muted);cursor:pointer;display:grid;place-items:center}.weeknav button svg{width:16px;height:16px}.kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.kpi{background:#fff;border:1px solid var(--border);border-radius:14px;padding:16px 18px;box-shadow:0 1px 2px #14282d0a}.kpi .k{color:var(--muted);font-size:12.5px;font-weight:600}.kpi .v{font-family:Spectral,Georgia,serif;font-size:30px;font-weight:600;margin-top:6px;font-variant-numeric:tabular-nums}.bars{display:flex;align-items:flex-end;gap:16px;height:200px;padding-top:6px}.bcol{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;height:100%;justify-content:flex-end}.bar{width:70%;background:linear-gradient(#2dd4bf,#0d8f86);border-radius:7px 7px 0 0}.bcol .n{font-size:12px;color:var(--muted2);font-weight:600}.bcol .num{font-size:11.5px;color:#3b4d54;font-weight:700;font-variant-numeric:tabular-nums}.dx{display:flex;flex-direction:column;gap:14px}.dxrow .lab{display:flex;justify-content:space-between;font-size:13px;font-weight:600;margin-bottom:6px}.dxrow .lab b{color:var(--teal-dark);font-variant-numeric:tabular-nums}.track{height:9px;background:var(--line);border-radius:999px;overflow:hidden}.fill{height:100%;background:linear-gradient(90deg,#0d8f86,#2dd4bf);border-radius:999px}.urow,.uhrow{display:grid;grid-template-columns:1.4fr 1fr 130px 150px 40px;align-items:center;gap:14px;padding:14px 22px}.uhrow{background:#f6f9f9;border-bottom:1px solid var(--line);font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted2);font-weight:600}.urow{border-bottom:1px solid #f1f5f5}.urow:last-child{border-bottom:none}.mono{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:13px;color:var(--muted)}.chip.rol{background:#eef2f2;color:var(--muted)}.chip.Médico{background:#dbeafe;color:#1e40af}.chip.Asistente{background:#ede9fe;color:#6d28d9}.chip.Administrador{background:#d7efe9;color:#0f766e}.state{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:var(--muted)}.state .dot{width:8px;height:8px;border-radius:50%;background:#22c55e}.state .dot.off{background:#cbd5d5}.ac{position:relative}.ac-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid var(--field-border);border-radius:10px;margin-top:4px;box-shadow:0 8px 24px #14282d24;z-index:20;max-height:240px;overflow:auto}.ac-item{padding:10px 13px;cursor:pointer;display:flex;justify-content:space-between;gap:10px;font-size:14px;align-items:center}.ac-item:hover{background:#f0f9f9}.ac-item .pa-sm{width:30px;height:30px;font-size:11px}.ac-item .sub{color:var(--muted2);font-size:12px}.ac-new{padding:11px 13px;cursor:pointer;color:var(--teal-dark);font-weight:600;font-size:13.5px;border-top:1px solid var(--line);display:flex;align-items:center;gap:8px}.ac-new:hover{background:#f0f9f9}.ac-new svg{width:16px;height:16px}.ac-empty{padding:11px 13px;color:var(--muted);font-size:13px}.nuevo-box{border:1px dashed var(--teal);background:#f6fbfb;border-radius:12px;padding:14px;margin-bottom:15px}.nuevo-box .nb-h{display:flex;justify-content:space-between;align-items:center;font-size:12.5px;font-weight:700;color:var(--teal-dark);margin-bottom:12px}.nuevo-box .nb-h button{background:none;border:none;color:var(--muted2);cursor:pointer;font-size:12px}.icon-btn{width:32px;height:32px;border-radius:8px;border:1px solid var(--field-border);background:#fff;color:var(--muted);cursor:pointer;display:grid;place-items:center}.icon-btn:hover{border-color:var(--teal);color:var(--teal-dark);background:#f0f9f9}.icon-btn svg{width:16px;height:16px}.cd{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-size:12px;font-weight:700;font-variant-numeric:tabular-nums;border-radius:999px;padding:4px 10px;background:#d7efe9;color:#0f766e}.cd svg{width:13px;height:13px}.cd.curso{background:#fbefd8;color:#b45309}.cd.fin{background:#eef2f2;color:#5c6f77}.switch{width:46px;height:26px;border-radius:999px;background:#cfd9d9;position:relative;flex:none;cursor:pointer;border:none;padding:0;transition:background .15s}.switch .knob{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000040;transition:left .15s}.switch.on{background:var(--teal)}.switch.on .knob{left:23px}.muted{color:var(--muted)}.error{color:#dc2626;font-weight:500}code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-size:.85em}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a191773;display:grid;place-items:center;z-index:50;padding:20px}.modal{background:#fff;border-radius:18px;width:100%;max-width:560px;max-height:90vh;overflow:auto;box-shadow:0 20px 60px #0000004d}.modal-h{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--line)}.modal-h h3{font-family:Spectral,serif;font-size:20px;font-weight:600;margin:0}.modal-b{padding:22px 24px}.modal-f{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid var(--line)}.x{background:none;border:none;cursor:pointer;color:var(--muted2);font-size:22px;line-height:1}.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.empty-state{padding:40px;text-align:center;color:var(--muted)}.login-wrap{min-height:100vh;display:grid;place-items:center;background:radial-gradient(1200px 700px at 70% -10%,#17403c,#0e2b28 45%,#0a2320)}.login-card{width:420px;max-width:92vw;background:#fff;border-radius:18px;padding:40px;box-shadow:0 20px 60px #00000059}.login-brand{display:flex;align-items:center;gap:12px;justify-content:center;margin-bottom:6px}.login-brand .mk{width:44px;height:44px;border-radius:12px}.login-brand .mk svg{width:26px;height:26px}.login-name{font-family:Spectral,Georgia,serif;font-weight:600;font-size:30px;color:var(--teal-dark)}.login-tag{text-align:center;color:var(--muted);font-size:14px;margin:2px 0 28px}.login-foot{text-align:center;color:var(--muted2);font-size:12.5px;margin-top:22px}.login-error{background:#fde8e8;color:#b91c1c;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:500;margin-bottom:18px}.sb-foot .logout{margin-left:auto;background:none;border:none;color:#7f9593;cursor:pointer;display:grid;place-items:center;padding:6px;border-radius:8px}.sb-foot .logout:hover{background:#1d302d;color:#e4ecec}.sb-foot .logout svg{width:18px;height:18px}
