.month-selector{display:inline-flex;align-items:center;gap:.5rem;color:var(--muted)}.month-selector label{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;padding:.25rem .5rem;border-radius:999px;border:1px solid rgba(229,231,235,.9);background:#ffffffa6}.month-selector input[type=month]{background:#ffffffd9;color:#0f172a;border:1px solid rgba(229,231,235,.9);border-radius:10px;padding:.35rem .55rem;outline:none}.month-selector input[type=month]:focus{border-color:#2563eb59;box-shadow:0 0 0 4px #2563eb24}.plan-status{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .7rem;border-radius:999px;color:#111827;font-size:.9rem;border:1px solid rgba(229,231,235,.9);background:#ffffffd9;box-shadow:0 1px #0f172a08}.plan-status .label{font-weight:600;color:#4b5563}.plan-status .value{font-weight:700}.plan-status .version{font-size:.8rem;color:#4b5563}.plan-status[data-status=FINAL]{border-color:#10b98159;background:#10b9811f}.plan-status[data-status=DRAFT]{border-color:#2563eb47;background:#2563eb1a}.plan-status[data-status=INFEASIBLE]{border-color:#ef444459;background:#ef44441f}.plan-status[data-status=OPTIMAL]{border-color:#10b98159;background:#10b9811f}.plan-status[data-status="N/A"]{border-color:#94a3b880;background:#94a3b81f}.topbar{display:flex;align-items:center;justify-content:space-between;padding:.7rem 1.25rem;position:sticky;top:0;z-index:200;background:radial-gradient(1200px 220px at 20% -40%,rgba(37,99,235,.16),transparent 60%),radial-gradient(900px 260px at 90% -60%,rgba(16,185,129,.14),transparent 55%),#ffffffd1;color:var(--text-main);border-bottom:1px solid var(--border);box-shadow:0 1px #0f172a0a,0 10px 30px #0f172a0f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.solve-pill{display:inline-flex;align-items:center;gap:.55rem;padding:.45rem .85rem;border-radius:999px;border:1px solid rgba(37,99,235,.32);background:linear-gradient(135deg,#2563eb24,#6366f11a);box-shadow:0 14px 28px #2563eb29;color:#0f172a;font-weight:850;letter-spacing:.1px;animation:solvePulse 1.25s ease-in-out infinite;-webkit-user-select:none;user-select:none}.solve-pill .spinner.solve-spinner{width:18px;height:18px;border-width:3px;border-top-color:#2563eb}.solve-pill-text{white-space:nowrap}@keyframes solvePulse{0%{transform:translateY(0);box-shadow:0 14px 28px #2563eb29}50%{transform:translateY(-1px);box-shadow:0 18px 36px #2563eb38}to{transform:translateY(0);box-shadow:0 14px 28px #2563eb29}}.topbar-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,transparent,rgba(37,99,235,.75),rgba(16,185,129,.7),transparent);background-size:220% 100%;animation:topbarProgressMove 1.1s linear infinite;pointer-events:none}@keyframes topbarProgressMove{0%{background-position:0% 50%}to{background-position:220% 50%}}.topbar-left{display:flex;align-items:center;gap:1rem}.brand{display:flex;align-items:center;gap:.7rem;-webkit-user-select:none;user-select:none}.brand-mark{width:34px;height:34px;border-radius:12px;background:conic-gradient(from 180deg,#2563eb,#60a5fa,#10b981,#2563eb);box-shadow:0 8px 18px #2563eb2e;display:inline-flex;align-items:center;justify-content:center}.brand-letter{font-weight:950;font-size:16px;letter-spacing:.04em;color:#ffffffeb;text-shadow:0 10px 18px rgba(15,23,42,.22);-webkit-user-select:none;user-select:none}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-title{font-weight:850;letter-spacing:.2px}.brand-sub{font-size:.82rem;color:var(--muted)}.topbar-right{display:flex;align-items:center;gap:.75rem}.user-pill{display:inline-flex;align-items:center;gap:8px;padding:.35rem .55rem;border-radius:999px;border:1px solid rgba(229,231,235,.9);background:#ffffffbf;box-shadow:0 1px #0f172a08;max-width:240px}.user-pill-avatar{width:26px;height:26px;border-radius:9px;background:linear-gradient(135deg,#2563eb29,#10b98124);border:1px solid rgba(37,99,235,.22);display:inline-flex;align-items:center;justify-content:center;font-weight:900;color:#0f172a}.user-pill-email{font-weight:750;font-size:.9rem;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-actions{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem;border:1px solid rgba(229,231,235,.9);border-radius:999px;background:#ffffffa6}.topbar-btn{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(229,231,235,.9);background:#ffffffe6;border-radius:999px;padding:.45rem .75rem;cursor:pointer;font-weight:700;color:#0f172a;box-shadow:0 1px #0f172a08}.topbar-btn:hover{background:#fff;border-color:#2563eb40;box-shadow:0 10px 22px #0f172a0f}.topbar-btn:disabled{opacity:.55;cursor:not-allowed}.topbar-btn-ic{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.topbar-btn-primary{border:1px solid rgba(37,99,235,.35);background:linear-gradient(135deg,#2563eb2e,#6366f124)}.topbar-divider{width:1px;height:28px;background:#0f172a14}.topbar-export-pulse{animation:topbarPulse 1s ease-in-out infinite}@keyframes topbarPulse{0%{transform:scale(1);box-shadow:0 8px 22px #2563eb38}50%{transform:scale(1.05);box-shadow:0 12px 30px #2563eb52}to{transform:scale(1);box-shadow:0 8px 22px #2563eb38}}@media (max-width: 900px){.brand-sub{display:none}.topbar{padding:.65rem .9rem}}@media (max-width: 680px){.topbar-right{gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.solve-pill{padding:.4rem .7rem;font-weight:800}.topbar-left{gap:.75rem}.topbar-divider{display:none}}.app-layout{display:grid;grid-template-rows:auto 1fr;min-height:100vh}.app-main{padding:clamp(.75rem,2vw,1.5rem);background:#f6f7fb}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:var(--bg-body);color:var(--text-main)}:root{--bg-body: #f7f9fc;--bg-surface: #ffffff;--bg-surface-2: #f8fafc;--border: #e5e7eb;--muted: #6b7280;--text-main: #111827;--accent: #2563eb;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow: 0 8px 24px rgba(0, 0, 0, .05);--shift-morning: #e0f2fe;--shift-evening: #ede9fe;--shift-night: #fef3c7;--shift-oncall: #fee2e2}.app-shell{max-width:960px;margin:0 auto;padding:2rem}.placeholder{padding:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#4b5563}.toolbar{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.5rem .6rem;border:1px solid rgba(229,231,235,.9);border-radius:16px;background:radial-gradient(900px 160px at 25% -40%,rgba(37,99,235,.12),transparent 55%),radial-gradient(700px 170px at 95% -60%,rgba(16,185,129,.1),transparent 55%),#ffffffd1;box-shadow:0 1px #0f172a0a,0 12px 30px #0f172a0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-wrap:wrap}.tab-buttons{display:flex;align-items:center;gap:.25rem;padding:.25rem;border-radius:999px;border:1px solid rgba(229,231,235,.9);background:#ffffffa6}.tab-buttons button{display:inline-flex;align-items:center;gap:.45rem;border-radius:999px;padding:.45rem .75rem;font-weight:800;letter-spacing:.1px}.tab-buttons .ghost{border:1px solid transparent;background:transparent}.tab-buttons .ghost:hover{background:#2563eb0f;border-color:#2563eb2e}.tab-buttons .primary{background:linear-gradient(135deg,#2563eb2e,#6366f124);color:#0f172a;border:1px solid rgba(37,99,235,.25);box-shadow:0 10px 22px #2563eb1a}.tab-buttons .primary:disabled{opacity:.6}.tab-buttons button{white-space:nowrap}.tab-ic{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.btn-ic{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:0 0 auto}.tab-label{display:inline}@media (max-width: 1024px){.toolbar{gap:.5rem;padding:.45rem .5rem}.tab-buttons{flex-wrap:wrap}}@media (max-width: 680px){.toolbar{flex-direction:column;align-items:stretch}.tab-buttons{width:100%;justify-content:space-between}.tab-buttons button{flex:1;justify-content:center;padding:.5rem .6rem}.tab-label{display:none}.toolbar-actions{width:100%;justify-content:flex-start}}.primary{background:#2563eb;color:#fff;border:none;padding:.55rem 1rem;border-radius:6px;cursor:pointer;font-weight:600}.primary:disabled{opacity:.6;cursor:not-allowed}.primary-success{background:#16a34a;color:#fff;border:none;padding:.55rem 1rem;border-radius:6px;cursor:pointer;font-weight:600}.primary-success:disabled{opacity:.6;cursor:not-allowed}.spinner{width:16px;height:16px;border:3px solid #d1d5db;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.job-status{font-size:.9rem;color:#0f172a;padding:.35rem .6rem;border-radius:999px;border:1px solid rgba(229,231,235,.9);background:#ffffffbf}.toolbar-actions{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end;padding:.25rem;border-radius:999px;border:1px solid rgba(229,231,235,.9);background:#ffffffa6;box-shadow:0 1px #0f172a08}.toolbar-actions>button{border-radius:999px;font-weight:800;display:inline-flex;align-items:center;gap:.45rem}.toolbar-actions .primary{background:linear-gradient(135deg,#2563eb2e,#6366f124);color:#0f172a;border:1px solid rgba(37,99,235,.25);box-shadow:0 10px 22px #2563eb1a}.toolbar-actions .primary-success{background:linear-gradient(135deg,#10b98133,#22c55e24);color:#052e1b;border:1px solid rgba(16,185,129,.28);box-shadow:0 10px 22px #10b9811f}.toolbar-actions .primary-success:hover{background:linear-gradient(135deg,#10b98142,#22c55e29);border-color:#10b98157}.toolbar-actions .primary-success:disabled{opacity:.6}.toolbar-actions .ghost{background:#ffffffe6;border:1px solid rgba(229,231,235,.9)}.pill{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .6rem;border-radius:999px;border:1px solid rgba(229,231,235,.9);background:#ffffffbf;font-size:.9rem;color:#0f172a;font-weight:700}.pill-muted{color:#334155;background:#ffffffa6}.status-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .6rem;border-radius:999px;border:1px solid rgba(229,231,235,.9);background:#ffffffb8;font-size:.9rem;color:#0f172a;font-weight:800;white-space:nowrap}.status-pill[data-status=RUNNING]{border-color:#2563eb47;background:#2563eb1a}.status-pill[data-status=DONE],.status-pill[data-status=FINAL]{border-color:#10b9814d;background:#10b9811f}.status-pill[data-status=FAILED]{border-color:#b91c1c4d;background:#b91c1c1a}.status-pill[data-status=PENDING],.status-pill[data-status=DRAFT]{border-color:#f59e0b4d;background:#f59e0b1a}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;padding:0;line-height:0}.icon-btn svg{display:block;width:20px!important;height:20px!important}.icon-btn.modal-close{width:38px;height:38px;min-width:38px;border-radius:999px}.icon-btn.modal-close svg{width:22px!important;height:22px!important}.icon-btn.modal-close:hover{background:#2563eb0f;border-color:#2563eb40;box-shadow:0 10px 22px #0f172a0f}.error{color:#b91c1c;font-weight:600}.ghost{background:transparent;border:1px solid var(--border);border-radius:6px;padding:.5rem .75rem;cursor:pointer}.is-solving,.is-solving *{cursor:progress}.ghost:hover{background:#2563eb0f;border-color:#2563eb40}.danger{background:#b91c1c;color:#fff;border:none;padding:.55rem 1rem;border-radius:6px;cursor:pointer;font-weight:600}.danger:disabled{opacity:.6;cursor:not-allowed}.ghost-danger{background:#ffffffe6;border:1px solid rgba(185,28,28,.22);color:#991b1b;border-radius:999px;padding:.5rem .75rem;cursor:pointer;font-weight:800}.ghost-danger.icon-btn{padding:0;width:32px;height:32px;min-width:32px}.ghost-danger:hover{background:#ef44441a;border-color:#b91c1c52}.ghost-danger:disabled{opacity:.55;cursor:not-allowed}body.density-compact .doctors-table,body.density-compact .skills-table,body.density-compact .services-table,body.density-compact .unav-table{font-size:.86rem}body.density-compact .doctors-table thead th,body.density-compact .skills-table thead th,body.density-compact .services-table thead th,body.density-compact .unav-table thead th{padding:.4rem .45rem}body.density-compact .doctors-table td,body.density-compact .skills-table td,body.density-compact .services-table td,body.density-compact .unav-table td{padding:.22rem .35rem}body.density-compact .doctors-table .cell-input,body.density-compact .skills-table .cell-input,body.density-compact .services-table .cell-input,body.density-compact .unav-table .cell-input{padding:.25rem .35rem;border-radius:10px}.login-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(1000px 420px at 15% 10%,rgba(37,99,235,.2),transparent 60%),radial-gradient(900px 460px at 90% 0%,rgba(16,185,129,.18),transparent 60%),radial-gradient(700px 500px at 40% 110%,rgba(99,102,241,.16),transparent 55%),linear-gradient(135deg,#eef2ff,#f8fafc 55%,#e5e7eb);padding:1.5rem}.login-card{background:#ffffffdb;border:1px solid rgba(229,231,235,.9);border-radius:18px;padding:2rem;width:min(420px,100%);box-shadow:0 18px 50px #0f172a1a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:relative;overflow:hidden}.login-card:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;background:radial-gradient(800px 180px at 20% -30%,rgba(37,99,235,.22),transparent 60%),radial-gradient(700px 220px at 85% -40%,rgba(16,185,129,.18),transparent 55%);pointer-events:none}.login-header{position:relative;z-index:1;margin-bottom:1rem}.login-brand{display:flex;align-items:center;gap:.9rem}.login-mark{width:46px;height:46px;border-radius:16px;background:conic-gradient(from 180deg,#2563eb,#60a5fa,#10b981,#2563eb);box-shadow:0 14px 30px #2563eb33;display:inline-flex;align-items:center;justify-content:center}.login-mark-letter{font-weight:950;font-size:18px;letter-spacing:.06em;color:#ffffffeb;text-shadow:0 10px 18px rgba(15,23,42,.22);-webkit-user-select:none;user-select:none}.login-brand-text h1{margin:0;font-size:1.65rem;color:#0f172a;letter-spacing:.3px;font-weight:950}.login-brand-text p{margin:.2rem 0 0;color:#475569f2;font-weight:650}.login-form{position:relative;z-index:1;display:flex;flex-direction:column;gap:1rem}.login-form label{display:flex;flex-direction:column;gap:.35rem;color:#0f172a;font-weight:600}.login-form input{padding:.6rem .75rem;border:1px solid rgba(203,213,225,.95);border-radius:8px;font-size:1rem;background:#f8fafce6}.login-form input:focus{outline:2px solid #2563eb33;border-color:#2563eb;background:#fffffffa}.login-password{position:relative;display:flex;align-items:center}.login-password input{width:100%;padding-right:2.8rem}.login-eye{position:absolute;right:10px;width:34px;height:34px;border-radius:12px;border:1px solid rgba(229,231,235,.9);background:#ffffffe6;color:#0f172abf;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.login-eye:hover{border-color:#2563eb40;color:#2563ebe6}.login-eye:disabled{opacity:.55;cursor:not-allowed}.login-error{color:#b91c1c;background:#fee2e2bf;border:1px solid rgba(254,205,211,.95);border-radius:12px;padding:.6rem .8rem;font-weight:650}.login-help{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:4px;font-size:.92rem}.login-support{font-weight:800;color:#2563eb;text-decoration:none}.login-support:hover{text-decoration:underline}.login-footer{position:relative;z-index:1;margin-top:14px;text-align:center;font-size:.85rem}.doctors-page{display:flex;flex-direction:column;gap:1rem}.doctors-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.doctors-header h2{margin:0}.doctors-header .muted{margin:.2rem 0 0;color:var(--muted)}.doctors-table-wrap{border:1px solid rgba(229,231,235,.9);border-radius:16px;background:radial-gradient(900px 160px at 25% -40%,rgba(37,99,235,.1),transparent 55%),radial-gradient(700px 170px at 95% -60%,rgba(16,185,129,.08),transparent 55%),#ffffffd1;box-shadow:0 1px #0f172a0a,0 18px 46px #0f172a0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:auto}.doctors-table{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;font-size:.92rem}.doctors-table thead th{position:sticky;top:0;z-index:3;background:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-main);border-bottom:1px solid rgba(229,231,235,.9);font-weight:700;padding:.55rem .6rem;text-align:left;white-space:nowrap}.doctors-table td{border-bottom:1px solid rgba(229,231,235,.8);padding:.35rem .5rem;background:#ffffffbf;vertical-align:middle}.doctors-table tbody tr:hover td{background:#2563eb0a}.doctors-table tbody tr.selected td{background:#2563eb14}.doctors-table tbody tr.dirty td{box-shadow:inset 0 0 0 9999px #f59e0b0f}.col-id{left:0;width:56px}.col-name{left:56px;width:132px}.col-desc{left:188px;width:220px}.col-hours{left:408px;width:72px}.col-weight{width:84px}.col-night{left:480px}.col-holiday{left:564px}.col-grade{left:648px;width:80px}.doctors-table thead th.sticky-col{z-index:4}.doctors-table td.sticky-col{border-right:1px solid rgba(229,231,235,.85)}.cell-input.num{text-align:right;font-variant-numeric:tabular-nums}.col-actions{width:44px;text-align:center}.doctors-table thead th.col-skill{text-align:center;padding:.55rem .3rem}@media (max-width: 1024px){.doctors-table{font-size:.88rem;width:100%;min-width:0}.doctors-table thead th{padding:.45rem .5rem}.doctors-table td{padding:.28rem .4rem}.sticky-col{position:static;left:auto}.doctors-table td.sticky-col{border-right:none}.col-id,.col-name,.col-hours,.col-night,.col-holiday,.col-grade{width:auto;left:auto}.col-id{min-width:56px}.col-name{min-width:clamp(140px,22vw,220px)}}.skills-page{display:flex;flex-direction:column;gap:1rem}.skills-header{display:flex;align-items:center;justify-content:space-between}.skills-header h2{margin:0}.skills-header .muted{margin:.25rem 0 0;color:var(--muted)}.skills-table-wrap{border:1px solid rgba(229,231,235,.9);border-radius:16px;background:radial-gradient(900px 160px at 25% -40%,rgba(37,99,235,.1),transparent 55%),radial-gradient(700px 170px at 95% -60%,rgba(16,185,129,.08),transparent 55%),#ffffffd1;box-shadow:0 1px #0f172a0a,0 18px 46px #0f172a0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:auto}.skills-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.92rem}.skills-table thead th{position:sticky;top:0;z-index:3;background:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-main);border-bottom:1px solid rgba(229,231,235,.9);font-weight:700;padding:.55rem .6rem;text-align:left;white-space:nowrap}.skills-table td{border-bottom:1px solid rgba(229,231,235,.8);padding:.35rem .5rem;background:#ffffffbf;vertical-align:middle}.skills-table tbody tr:hover td{background:#2563eb0a}.skills-table tbody tr.dirty td{box-shadow:inset 0 0 0 9999px #f59e0b0f}.skills-table tbody tr.new td{box-shadow:inset 0 0 0 9999px #10b9810d}.col-code{left:56px;width:180px}.skills-table thead th.sticky-col{z-index:4}.skills-table td.sticky-col{border-right:1px solid rgba(229,231,235,.85)}.skills-table thead th.col-actions,.skills-table td.col-actions{width:44px;min-width:44px;max-width:44px;text-align:center;padding-left:.25rem;padding-right:.25rem}@media (max-width: 1024px){.skills-table{font-size:.88rem;width:100%}.skills-table thead th{padding:.45rem .5rem}.skills-table td{padding:.28rem .4rem}.sticky-col{position:static;left:auto}.skills-table td.sticky-col{border-right:none}.col-idx,.col-code{width:auto;left:auto}}.services-page{display:flex;flex-direction:column;gap:1rem}.shift-legend{border:1px solid rgba(229,231,235,.9);border-radius:16px;background:radial-gradient(900px 160px at 25% -40%,rgba(37,99,235,.1),transparent 55%),radial-gradient(700px 170px at 95% -60%,rgba(16,185,129,.08),transparent 55%),#ffffffd1;box-shadow:0 1px #0f172a0a,0 18px 46px #0f172a0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.75rem .9rem}.shift-legend-title{font-weight:800;margin-bottom:.5rem}.shift-legend-grid{display:flex;flex-wrap:wrap;gap:.4rem}.shift-pill{display:inline-flex;align-items:baseline;gap:.45rem;border:1px solid rgba(229,231,235,.9);border-radius:999px;padding:.25rem .55rem;background:#ffffffd9}.shift-pill .k{font-weight:800;font-size:.86rem}.shift-pill .v{color:var(--muted);font-size:.86rem}.services-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.services-header h2{margin:0}.services-header .muted{margin:.2rem 0 0;color:var(--muted)}.services-table-wrap{border:1px solid rgba(229,231,235,.9);border-radius:16px;background:radial-gradient(900px 160px at 25% -40%,rgba(37,99,235,.1),transparent 55%),radial-gradient(700px 170px at 95% -60%,rgba(16,185,129,.08),transparent 55%),#ffffffd1;box-shadow:0 1px #0f172a0a,0 18px 46px #0f172a0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:auto}.services-table{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;font-size:.92rem}.services-table thead th{position:sticky;top:0;z-index:3;background:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-main);border-bottom:1px solid rgba(229,231,235,.9);font-weight:700;padding:.55rem .6rem;text-align:left;white-space:nowrap}.services-table td{border-bottom:1px solid rgba(229,231,235,.8);padding:.35rem .5rem;background:#ffffffbf;vertical-align:middle}.services-table tbody tr:hover td{background:#2563eb0a}.services-table tbody tr.dirty td{box-shadow:inset 0 0 0 9999px #f59e0b0f}.services-table tbody tr.new td{box-shadow:inset 0 0 0 9999px #10b9810d}.services-table thead th.sticky-col{z-index:4}.services-table td.sticky-col{border-right:1px solid rgba(229,231,235,.85)}.col-code{left:56px;width:140px}.col-desc{left:196px;width:165px}.col-shift{left:361px;width:140px}.col-slots{left:501px;width:56px}.col-pair{left:557px;width:92px}.services-table td.col-pair .cell-input,.services-table td.col-slots .cell-input{text-align:center}.col-skill{width:34px;text-align:center}.services-table thead th.col-skill{text-align:center;padding:.55rem .3rem}.services-table thead th.col-actions,.services-table td.col-actions{width:44px;min-width:44px;max-width:44px;text-align:center;padding-left:.25rem;padding-right:.25rem}.cell-input.num{text-align:right}.vertical{display:inline-block;writing-mode:vertical-rl;transform:rotate(180deg);line-height:1;font-size:.8rem;color:var(--muted)}@media (max-width: 1024px){.services-table{font-size:.88rem;width:100%;min-width:0}.services-table thead th{padding:.45rem .5rem}.services-table td{padding:.28rem .4rem}.sticky-col{position:static;left:auto}.services-table td.sticky-col{border-right:none}.col-idx,.col-code,.col-desc,.col-shift,.col-slots,.col-pair{width:auto;left:auto}}.unav-page{display:flex;flex-direction:column;gap:1rem}.unav-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.unav-header h2{margin:0}.unav-header .muted{margin:.2rem 0 0;color:var(--muted)}.unav-table-wrap{border:1px solid rgba(229,231,235,.9);border-radius:16px;background:radial-gradient(900px 160px at 25% -40%,rgba(37,99,235,.1),transparent 55%),radial-gradient(700px 170px at 95% -60%,rgba(16,185,129,.08),transparent 55%),#ffffffd1;box-shadow:0 1px #0f172a0a,0 18px 46px #0f172a0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:auto}.unav-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.92rem}.unav-table thead th{position:sticky;top:0;z-index:3;background:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-main);border-bottom:1px solid rgba(229,231,235,.9);font-weight:700;padding:.55rem .6rem;text-align:left;white-space:nowrap}.unav-table td{border-bottom:1px solid rgba(229,231,235,.8);padding:.35rem .5rem;background:#ffffffbf;vertical-align:middle}.unav-table tbody tr:hover td{background:#2563eb0a}.unav-table tbody tr.dirty td{box-shadow:inset 0 0 0 9999px #f59e0b0f}.unav-table tbody tr.new td{box-shadow:inset 0 0 0 9999px #10b9810d}.sticky-col{position:sticky;z-index:2;background:inherit}.unav-table thead th.sticky-col{z-index:4}.unav-table td.sticky-col{border-right:1px solid rgba(229,231,235,.85)}.col-idx{left:0;width:56px}.col-doctor{left:56px;width:260px}.col-date{left:316px;width:160px}.unav-table th.col-date:nth-of-type(3),.unav-table td.col-date:nth-of-type(3){left:316px}.unav-table th.col-date:nth-of-type(4),.unav-table td.col-date:nth-of-type(4){left:476px}.col-reason{min-width:220px}.reason-cell{display:flex;gap:.4rem;align-items:center}.reason-cell>select.cell-input{width:200px;flex:0 0 auto}.reason-cell>input.cell-input{flex:1 1 auto;min-width:140px}.unav-table thead th.col-actions,.unav-table td.col-actions{width:44px;min-width:44px;max-width:44px;text-align:center;padding-left:.25rem;padding-right:.25rem}.cell-input{width:100%;font:inherit;padding:.35rem .45rem;border:1px solid rgba(229,231,235,.9);border-radius:12px;background:#ffffffe6}.cell-input:focus{outline:none;border-color:#2563eb59;box-shadow:0 0 0 4px #2563eb24}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85rem;color:#334155}@media (max-width: 1024px){.unav-table{font-size:.88rem;width:100%}.unav-table thead th{padding:.45rem .5rem}.unav-table td{padding:.28rem .4rem}.sticky-col{position:static;left:auto}.unav-table td.sticky-col{border-right:none}.col-idx,.col-doctor,.col-date{width:auto;left:auto}}.settings-page{display:flex;flex-direction:column;gap:1rem}.settings-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.settings-header h2{margin:0}.settings-header .muted{margin:.2rem 0 0;color:var(--muted)}.toolbar-actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.settings-tabs{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;padding:.25rem;border:1px solid var(--border);border-radius:999px;background:radial-gradient(900px 220px at 10% -60%,rgba(37,99,235,.12),transparent 60%),#ffffffa6;box-shadow:var(--shadow-sm);width:fit-content;max-width:100%;overflow:auto}.settings-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;background:transparent;color:#475569;font-weight:800;padding:.45rem .75rem;border-radius:999px;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.settings-tab:hover{background:#2563eb0f}.settings-tab.active{border-color:#2563eb47;background:radial-gradient(900px 220px at 20% -60%,rgba(37,99,235,.18),transparent 60%),#ffffffeb;color:#0f172a;box-shadow:0 8px 22px #0f172a14}.settings-tab:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb38}.settings-panel{display:flex;flex-direction:column;gap:1rem}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.card{background:var(--bg-surface);border:1px solid var(--border);border-radius:12px;padding:1rem;box-shadow:var(--shadow-sm)}.card h3{margin:0 0 .75rem}.row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem}.row-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.25rem}.row label{display:flex;flex-direction:column;gap:.35rem;font-weight:600;color:inherit}.row input[type=number],.row input[type=text],.row select{padding:.6rem .75rem;border:1px solid #cbd5e1;border-radius:10px;background:#ffffffbf}.row input:focus{outline:none;border-color:#2563eb59;box-shadow:0 0 0 3px #2563eb1f}.settings-table-wrap{width:100%;overflow:auto;border:1px solid rgba(229,231,235,.95);border-radius:12px;background:#ffffffeb;box-shadow:var(--shadow-sm)}.settings-table{width:100%;min-width:780px;border-collapse:separate;border-spacing:0}.settings-table thead th{position:sticky;top:0;z-index:1;text-align:left;padding:.55rem .65rem;font-size:.82rem;color:#475569;background:radial-gradient(900px 220px at 20% -60%,rgba(37,99,235,.1),transparent 60%),#f8fafcfa;border-bottom:1px solid rgba(229,231,235,.95);white-space:nowrap}.settings-table tbody td{padding:.45rem .55rem;border-bottom:1px solid rgba(229,231,235,.75);background:#ffffffd1;vertical-align:middle}.settings-table tbody tr:nth-child(2n) td{background:#f8fafc8c}.settings-table tbody tr:hover td{background:#2563eb0a}.rule-desc{min-width:320px}.rule-desc .muted{font-size:.82rem;line-height:1.25;white-space:normal}.settings-table select,.settings-table input[type=number],.settings-table input[type=text]{width:100%;padding:.45rem .55rem;border:1px solid rgba(229,231,235,.95);border-radius:10px;background:#fffffff2;font:inherit}.settings-table select:focus,.settings-table input:focus{outline:none;border-color:#2563eb59;box-shadow:0 0 0 3px #2563eb1f}.checkbox{flex-direction:row!important;align-items:center;gap:.5rem!important;font-weight:600;margin-top:1.65rem}@media (max-width: 720px){.row{grid-template-columns:1fr}.settings-table{min-width:640px}.checkbox{margin-top:0}}.planner-page{display:flex;flex-direction:column;gap:1rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:500}.modal-card{background:#fff;border-radius:12px;border:1px solid var(--border);width:min(520px,100%);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1rem}.modal-header,.modal-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem 0}.modal-footer{padding:0 1.25rem 1.25rem;gap:.5rem}.modal-body{padding:0 1.25rem;display:flex;flex-direction:column;gap:1rem}.planner-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.doctor-tooltip{position:fixed;z-index:300;background:radial-gradient(500px 120px at 20% -40%,rgba(37,99,235,.14),transparent 60%),#ffffffe0;border:1px solid rgba(229,231,235,.9);border-radius:14px;box-shadow:0 1px #0f172a0a,0 18px 46px #0f172a1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.5rem .6rem;width:240px;pointer-events:none}.doctor-tooltip:before{content:"";position:absolute;left:14px;top:-7px;width:12px;height:12px;background:#ffffffe0;border-left:1px solid rgba(229,231,235,.9);border-top:1px solid rgba(229,231,235,.9);transform:rotate(45deg)}.doctor-tooltip-title{font-weight:800;color:#111827;margin-bottom:.15rem}.doctor-tooltip-sub{color:var(--muted);font-size:.9rem}.precheck-banner{border:1px solid rgba(185,28,28,.25);background:#b91c1c0f;border-radius:12px;padding:.75rem .9rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.precheck-title{font-weight:800;color:#991b1b}.precheck-sub{color:#7f1d1d;font-size:.9rem}.precheck-modal{width:min(860px,96vw);max-height:90vh;overflow:hidden}.precheck-modal .modal-body{overflow:auto}.templates-modal{max-height:90vh;overflow:hidden}.templates-modal .modal-body{overflow:auto}.precheck-issues{display:flex;flex-direction:column;gap:.4rem}.issue{border:1px solid var(--border);border-radius:10px;padding:.55rem .65rem;background:#fff;display:grid;grid-template-columns:120px 1fr;gap:.6rem;align-items:start}.issue.error{border-color:#b91c1c59;background:#b91c1c0d}.issue.warning{border-color:#f59e0b59;background:#f59e0b0f}.issue-code{font-weight:800;color:#111827}.issue-msg{color:#111827}.precheck-text{max-height:320px;overflow:auto;padding:.75rem;border:1px solid var(--border);border-radius:10px;background:#0b1220;color:#e5e7eb;font-size:.82rem;line-height:1.3}.planner-header h2{margin:0}.planner-header .muted{margin:.2rem 0 0;color:var(--muted)}.planner-controls{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;justify-content:flex-end;padding:.5rem .6rem;border:1px solid rgba(229,231,235,.9);border-radius:16px;background:#ffffffc7;box-shadow:0 1px #0f172a0a,0 12px 30px #0f172a0a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.planner-controls-group{display:inline-flex;align-items:flex-end;gap:.5rem;flex-wrap:wrap}.planner-controls-divider{width:1px;height:34px;background:#0f172a14}.planner-field{display:flex;flex-direction:column;gap:.35rem;font-weight:700}.planner-field-label{font-size:.82rem;color:var(--muted)}.planner-field select,.template-save input{padding:.5rem .6rem;border:1px solid rgba(229,231,235,.95);border-radius:12px;background:#ffffffe6;outline:none}.planner-field select:focus,.template-save input:focus{border-color:#2563eb59;box-shadow:0 0 0 4px #2563eb24}.template-save input{min-width:200px}.planner-btn{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(229,231,235,.95);background:#ffffffe6;border-radius:999px;padding:.5rem .8rem;cursor:pointer;font-weight:800;color:#0f172a;box-shadow:0 1px #0f172a08}.planner-btn:hover{background:#fff;border-color:#2563eb38;box-shadow:0 12px 24px #0f172a0f}.planner-btn:disabled{opacity:.55;cursor:not-allowed}.planner-btn-ic{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.planner-btn-danger{border-color:#b91c1c40;background:#ef44441a}.planner-btn-danger:hover{border-color:#b91c1c59;background:#ef444424}.templates-modal{width:min(520px,92vw)}.export-modal{width:min(760px,96vw);max-height:90vh;overflow:hidden}.export-modal .modal-body{overflow:auto}.export-locked{border:1px solid rgba(245,158,11,.3);background:#f59e0b1a;border-radius:12px;padding:.85rem .95rem}.export-locked-title{font-weight:900;color:#92400e;margin-bottom:.15rem}.export-grid{display:grid;grid-template-columns:1fr;gap:.55rem}.export-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.35rem .2rem;flex-wrap:wrap}.export-tabs{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap}.export-tab{border:1px solid rgba(229,231,235,.95);background:#ffffffe6;border-radius:999px;padding:.4rem .7rem;cursor:pointer;font-weight:900;color:#0f172a;box-shadow:0 1px #0f172a08}.export-tab.active{border-color:#2563eb47;background:#2563eb1f;color:#1d4ed8}.export-search{flex:1 1 220px;max-width:360px;padding:.5rem .65rem;border:1px solid rgba(229,231,235,.95);border-radius:12px;background:#ffffffeb;outline:none}.export-search:focus{border-color:#2563eb59;box-shadow:0 0 0 4px #2563eb24}.export-count{font-size:.85rem;font-weight:800;color:var(--muted);padding:.15rem .25rem}.export-item{width:100%;text-align:left;padding:.75rem .85rem;border-radius:14px;border:1px solid rgba(229,231,235,.95);background:radial-gradient(900px 200px at 20% -60%,rgba(37,99,235,.1),transparent 55%),#ffffffeb;box-shadow:0 1px #0f172a08;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}.export-item:hover{border-color:#2563eb38;box-shadow:0 14px 30px #0f172a0f;transform:translateY(-1px)}.export-item:disabled{opacity:.6;cursor:not-allowed;transform:none}.export-item-left{display:flex;flex-direction:column;gap:.1rem}.export-item-title{font-weight:900;color:#0f172a}.export-item-sub{font-size:.86rem}.export-item-right{display:inline-flex;align-items:center;gap:.6rem;flex-shrink:0}.export-tag{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.2rem .55rem;border-radius:999px;border:1px solid rgba(37,99,235,.24);background:#2563eb1a;font-weight:900;font-size:.78rem;color:#1d4ed8}.export-tag svg{display:block;width:18px;height:18px}.export-tag[data-fmt=PDF]{border-color:#dc26263d;background:#dc26261a;color:#b91c1c}.export-tag[data-fmt=Excel]{border-color:#10b9813d;background:#10b9811a;color:#047857}.export-tag[data-fmt=CSV]{border-color:#6366f138;background:#6366f11a;color:#3730a3}.history-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid rgba(229,231,235,.95);border-radius:14px;overflow:hidden;background:#ffffffeb;box-shadow:0 1px #0f172a08}.history-table thead th{position:sticky;top:0;z-index:1;text-align:left;padding:.6rem .75rem;font-size:.82rem;letter-spacing:.15px;color:#475569;background:radial-gradient(900px 220px at 20% -60%,rgba(37,99,235,.1),transparent 60%),#f8fafcfa;border-bottom:1px solid rgba(229,231,235,.95)}.history-table tbody td{padding:.55rem .75rem;border-bottom:1px solid rgba(229,231,235,.75);color:#0f172a;font-weight:650;font-size:.92rem}.history-table tbody tr:nth-child(2n) td{background:#f8fafc8c}.history-table tbody tr:hover td{background:#2563eb0a}.history-table tbody tr:last-child td{border-bottom:none}.history-status{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .55rem;border-radius:999px;border:1px solid rgba(229,231,235,.95);background:#ffffffbf;font-weight:900;font-size:.82rem}.history-status[data-status=FINAL]{border-color:#10b9814d;background:#10b9811f;color:#065f46}.history-status[data-status=DRAFT]{border-color:#2563eb47;background:#2563eb1a;color:#1d4ed8}.history-open-btn{border:1px solid rgba(229,231,235,.95);border-radius:999px;background:#ffffffeb;box-shadow:0 1px #0f172a08;color:#0f172a}.history-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:.4rem}.history-dl-btn{border:1px solid rgba(229,231,235,.95);border-radius:999px;background:#ffffffeb;box-shadow:0 1px #0f172a08;color:#0f172a;opacity:.9}.history-dl-btn:hover{opacity:1;border-color:#2563eb38;box-shadow:0 12px 24px #0f172a0f;background:#fff}.history-open-btn:hover{border-color:#2563eb38;box-shadow:0 12px 24px #0f172a0f;background:#fff}.history-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.85rem;flex-wrap:wrap}.history-toolbar-left{display:inline-flex;align-items:center;gap:.6rem;flex-wrap:wrap;flex:1 1 auto}.history-tabs{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap}.history-tab{border:1px solid rgba(229,231,235,.95);background:#ffffffe6;border-radius:999px;padding:.4rem .7rem;cursor:pointer;font-weight:900;color:#0f172a;box-shadow:0 1px #0f172a08}.history-tab.active{border-color:#2563eb47;background:#2563eb1f;color:#1d4ed8}.history-search{flex:1 1 240px;max-width:420px;padding:.5rem .65rem;border:1px solid rgba(229,231,235,.95);border-radius:12px;background:#ffffffeb;outline:none}.history-search:focus{border-color:#2563eb59;box-shadow:0 0 0 4px #2563eb24}.stats-modal{width:min(1440px,99vw);max-height:94vh;overflow:hidden;gap:.75rem}.stats-modal .modal-body{overflow:auto;padding:0 1rem 1rem;gap:.75rem;min-height:0}.stats-modal .modal-header{position:sticky;top:0;z-index:1;background:radial-gradient(1200px 220px at 20% -40%,rgba(37,99,235,.1),transparent 60%),#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding-bottom:.5rem}.stats-modal .modal-header,.stats-modal .modal-footer{padding-left:1rem;padding-right:1rem}.stats-modal .modal-header{padding-top:.85rem}.stats-modal .modal-header h3{margin:0}.stats-modal .modal-header p{margin:.15rem 0 0;font-size:.86rem}.stats-controls{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.stats-controls-left{display:flex;flex-direction:column;gap:.35rem;min-width:260px}.stats-controls-right{display:inline-flex;align-items:flex-end;gap:.6rem;flex-wrap:wrap;justify-content:flex-end}.stats-controls-right>label.stats-field{display:none}.stats-period{position:relative;display:inline-flex;align-items:center}.stats-period-btn{cursor:pointer}.stats-period-pop{position:absolute;right:0;top:calc(100% + 10px);width:min(380px,92vw);background:radial-gradient(900px 240px at 20% -60%,rgba(37,99,235,.12),transparent 60%),#fffffff5;border:1px solid rgba(229,231,235,.95);border-radius:16px;box-shadow:0 1px #0f172a0a,0 24px 64px #0f172a24;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.7rem;z-index:6}.stats-period-pop:before{content:"";position:absolute;right:18px;top:-7px;width:12px;height:12px;background:#fffffff5;border-left:1px solid rgba(229,231,235,.95);border-top:1px solid rgba(229,231,235,.95);transform:rotate(45deg)}.stats-period-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.6rem}.stats-period-title{font-weight:900;color:#0f172a}.stats-period-body{display:flex;flex-direction:column;gap:.65rem}.stats-period-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.stats-period-k{font-weight:800;color:var(--muted);font-size:.82rem}.stats-period-summary{font-size:.86rem;color:#0f172acc;background:#f8fafce6;border:1px solid rgba(229,231,235,.95);border-radius:12px;padding:.55rem .6rem}.stats-period-foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.65rem}.stats-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .55rem;border-radius:999px;border:1px solid rgba(229,231,235,.95);background:#ffffffbf;font-weight:850;color:#0f172a;font-size:.92rem}.stats-pill-strong{background:radial-gradient(900px 240px at 20% -70%,rgba(37,99,235,.16),transparent 60%),#ffffffe0;border-color:#2563eb2e}.stats-pill-sub{font-weight:800;color:#0f172ac7;background:#f8fafcd9}.stats-field{display:flex;flex-direction:column;gap:.35rem;font-weight:800;color:var(--muted);font-size:.82rem}.stats-field select{padding:.5rem .6rem;border:1px solid rgba(229,231,235,.95);border-radius:12px;background:#ffffffe6;outline:none;min-width:220px}.stats-field select:focus{border-color:#2563eb59;box-shadow:0 0 0 4px #2563eb24}.stats-tabs{display:inline-flex;align-items:center;gap:.45rem;padding:.25rem;border-radius:999px;border:1px solid rgba(229,231,235,.95);background:#f8fafcdb;box-shadow:0 1px #0f172a08;width:fit-content}.stats-tab{border:1px solid transparent;background:transparent;color:#0f172abf;font-weight:900;padding:.42rem .8rem;border-radius:999px;cursor:pointer}.stats-tabs-mini{padding:.18rem;gap:.25rem}.stats-tabs-mini .stats-tab{padding:.34rem .65rem;font-size:.88rem}.stats-tab:hover{background:#2563eb0f;color:#0f172a}.stats-tab.active{border-color:#2563eb2e;background:radial-gradient(800px 220px at 20% -70%,rgba(37,99,235,.14),transparent 60%),#ffffffeb;color:#0f172a;box-shadow:0 10px 18px #0f172a0d}.stats-charts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;align-items:stretch}.stats-chart-wide{grid-column:1 / -1}.stats-chart-card{border:1px solid rgba(229,231,235,.95);border-radius:14px;background:radial-gradient(900px 220px at 20% -60%,rgba(37,99,235,.08),transparent 60%),#ffffffeb;box-shadow:0 1px #0f172a08;overflow:hidden;display:flex;flex-direction:column}.stats-chart-title{padding:.75rem .85rem;font-weight:950;color:#0f172a;border-bottom:1px solid rgba(229,231,235,.7);background:#f8fafceb}.stats-chart-body{padding:.75rem .85rem .85rem}.stats-chart-scroll{overflow:auto;max-height:clamp(320px,58vh,640px);border:1px solid rgba(229,231,235,.8);border-radius:12px;background:#ffffffbf}.stats-summary{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:.6rem}.stats-card{border:1px solid rgba(229,231,235,.95);border-radius:14px;padding:.65rem .75rem;background:radial-gradient(900px 220px at 20% -60%,rgba(37,99,235,.1),transparent 60%),#ffffffeb;box-shadow:0 1px #0f172a08}.stats-k{font-size:.8rem;color:var(--muted);font-weight:800}.stats-v{font-size:1.25rem;font-weight:950;color:#0f172a}.stats-grid{display:grid;grid-template-columns:1.65fr .8fr;gap:.9rem;align-items:start}.stats-trend{border:1px solid rgba(229,231,235,.95);border-radius:14px;background:#ffffffeb;box-shadow:0 1px #0f172a08;overflow:hidden}.stats-trend .stats-title{margin:0}.stats-trend-top{display:flex;align-items:flex-end;gap:.75rem;flex-wrap:wrap;padding:.65rem .85rem;border-bottom:1px solid rgba(229,231,235,.75);background:#f8fafcfa}.stats-trend-controls{display:flex;align-items:flex-end;justify-content:flex-start;gap:.75rem;flex-wrap:wrap;padding:.75rem .85rem;border-bottom:1px solid rgba(229,231,235,.75);background:#f8fafcfa}.stats-trend-top .stats-title{padding:0}.stats-trend-top .stats-trend-controls{padding:0;border-bottom:none;background:transparent}.stats-trend-controls .stats-field{min-width:180px}.stats-trend-controls .stats-field select{min-width:160px;max-width:100%}.stats-trend-table thead th{padding:.45rem .55rem;font-size:.78rem}.stats-trend-table tbody td{padding:.45rem .55rem;font-size:.86rem}.trend-hours{display:inline-flex;align-items:center;justify-content:flex-end;gap:.5rem}.trend-hours-val{min-width:34px;text-align:right}.trend-bar{width:92px;height:7px;border-radius:999px;background:#e2e8f0cc;overflow:hidden}.trend-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#2563ebbf,#10b981b3)}.stats-panel-doctors .table-wrap{overflow:auto}.stats-panel-coverage{max-width:460px;justify-self:end}.stats-panel-coverage .stats-title{padding:.55rem .7rem;font-size:.92rem}.stats-panel-coverage .stats-table thead th{padding:.45rem .55rem;font-size:.78rem}.stats-panel-coverage .stats-table tbody td{padding:.45rem .55rem;font-size:.86rem}.stats-panel-coverage .table-wrap{overflow:auto}.stats-panel{border:1px solid rgba(229,231,235,.95);border-radius:14px;background:#ffffffeb;box-shadow:0 1px #0f172a08;overflow:hidden}.stats-title{padding:.7rem .85rem;font-weight:950;color:#0f172a;background:#f8fafcfa;border-bottom:1px solid rgba(229,231,235,.95)}.stats-table{width:100%;border-collapse:separate;border-spacing:0}.stats-table thead th{text-align:left;padding:.55rem .75rem;font-size:.82rem;color:#475569;background:#f8fafcfa;border-bottom:1px solid rgba(229,231,235,.75);position:sticky;top:0;z-index:1}.stats-table tbody td{padding:.55rem .75rem;border-bottom:1px solid rgba(229,231,235,.65);color:#0f172a;font-weight:650}.stats-table tbody tr:nth-child(2n) td{background:#f8fafc8c}.stats-table tbody tr:hover td{background:#2563eb0a}.stats-table tbody tr:last-child td{border-bottom:none}.stats-table .num{text-align:right;white-space:nowrap}.stats-week-col{min-width:54px}.stats-doctor{display:flex;flex-direction:column;gap:.35rem}.stats-panel-doctors .stats-table thead th{padding:.45rem .55rem;font-size:.78rem}.stats-panel-doctors .stats-table tbody td{padding:.45rem .55rem;font-size:.86rem}.stats-panel-doctors .stats-doctor{gap:.28rem}.stats-panel-doctors .stats-bar{height:6px}.stats-doctor-name{font-weight:900}.stats-bar{height:7px;border-radius:999px;background:#e2e8f0cc;overflow:hidden}.stats-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#2563ebbf,#10b981b3)}.stats-table .pos{color:#047857;font-weight:900}.stats-table .neg{color:#b91c1c;font-weight:900}.export-cta{font-weight:900;color:#0f172a;padding:.25rem .55rem;border-radius:999px;border:1px solid rgba(229,231,235,.95);background:#ffffffd9}.export-item:hover .export-cta{border-color:#2563eb33;box-shadow:0 10px 22px #2563eb1a}@media (max-width: 900px){.planner-controls-divider{display:none}.planner-controls{justify-content:flex-start}.stats-summary{grid-template-columns:repeat(2,minmax(120px,1fr))}.stats-grid,.stats-charts-grid{grid-template-columns:1fr}.stats-trend-controls{padding:.7rem .75rem}.stats-trend-top{padding:.7rem .75rem;gap:.6rem}.stats-trend-controls .stats-field{min-width:160px}.stats-trend-controls .stats-field select{min-width:140px}.trend-bar{width:72px}.stats-week-col{min-width:48px}}.templates-list{display:flex;flex-direction:column;gap:.5rem}.template-item{width:100%;text-align:left;padding:.6rem .7rem;border:1px solid var(--border);border-radius:10px;background:var(--bg-surface);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.template-item:hover{background:#2563eb0a}.small{font-size:.85rem}.planner-layout{display:grid;grid-template-columns:clamp(170px,18vw,220px) 1fr;gap:1rem;align-items:start}.services-panel,.calendar-panel{border:1px solid var(--border);border-radius:12px;background:#ffffffd1;overflow:hidden;box-shadow:0 1px #0f172a0a,0 18px 46px #0f172a0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.services-panel{background:radial-gradient(900px 220px at 25% -40%,rgba(37,99,235,.14),transparent 55%),radial-gradient(700px 200px at 95% -60%,rgba(16,185,129,.12),transparent 55%),#ffffffd1}.calendar-panel{display:flex;flex-direction:column;background:radial-gradient(900px 260px at 25% -40%,rgba(99,102,241,.12),transparent 55%),radial-gradient(900px 260px at 95% -60%,rgba(14,165,233,.1),transparent 55%),#ffffffd1}.panel-title{padding:.75rem .9rem;background:var(--bg-surface-2);border-bottom:1px solid var(--border);font-weight:700}.panel-title-toggle{padding:0}.panel-title-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .9rem;background:transparent;border:none;font:inherit;font-weight:800;color:var(--text-main);cursor:default}.panel-title-right{display:inline-flex;align-items:center;gap:.5rem}.chev{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;transition:transform .12s ease;color:var(--muted);font-size:0}.chev:before{content:"⌄";display:block;font-size:18px;line-height:1}.chev.open{transform:rotate(180deg)}.services-list{max-height:calc(100vh - 260px);overflow:auto;padding:.5rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:.4rem;background:#ffffff40}.service-row{border:1px solid var(--border);border-radius:10px;padding:.4rem .5rem;background:#fff;cursor:grab;display:grid;grid-template-columns:1fr;gap:.25rem;border-left-width:4px;border-left-color:#2563eb33;box-shadow:0 1px #0f172a08}.service-row:hover{border-color:#2563eb38;box-shadow:0 12px 24px #0f172a0f}.service-row[data-shift=MORNING]{border-left-color:#0ea5e9bf}.service-row[data-shift=EVENING]{border-left-color:#8b5cf6bf}.service-row[data-shift=D12]{border-left-color:#f59e0bbf}.service-row[data-shift=NIGHT]{border-left-color:#f59e0bd9}.service-row[data-shift=ONCALL_N]{border-left-color:#ef4444bf}.service-row.selected{border-color:#2563eb59;box-shadow:0 0 0 3px #2563eb1f}.svc-name{font-weight:800;font-size:.86rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.svc-meta{display:flex;gap:.4rem;flex-wrap:wrap}.badge-code{background:#2563eb14;border-color:#2563eb38;color:#0f172a;font-weight:800}.badge{font-size:.78rem;color:#374151;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:.12rem .45rem}.hint{padding:.6rem .9rem;border-top:1px solid var(--border)}.calendar-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .9rem;border-bottom:1px solid rgba(229,231,235,.9);background:#ffffff8c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-wrap:wrap}.calendar-scroll{flex:1 1 auto;overflow:auto;min-height:0;--cal-col-min: clamp(92px, 10vw, 140px)}.calendar-title{display:inline-flex;align-items:center;gap:.5rem;font-weight:900;letter-spacing:.1px}.calendar-title-ic{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:#2563ebf2}.calendar-selected{display:inline-flex;align-items:center;justify-content:flex-end;min-width:0}.calendar-selected .pill{max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-weeknav{display:inline-flex;align-items:center;gap:.35rem;flex:0 0 auto}.planner-btn-mini{padding:.35rem .5rem}.planner-btn-mini .planner-btn-ic{margin-right:0}.planner-btn-toggle{position:relative}.planner-btn-toggle.is-on{border-color:#10b98152;background:linear-gradient(135deg,#10b9812e,#22c55e1f);box-shadow:0 10px 22px #10b9811a}.calendar-header{display:grid;grid-template-columns:repeat(7,minmax(var(--cal-col-min),1fr));background:var(--bg-surface-2);border-bottom:1px solid var(--border)}.dow{padding:.65rem .6rem;font-weight:700;text-align:center}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(var(--cal-col-min),1fr));gap:8px;padding:.75rem;background:linear-gradient(rgba(15,23,42,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.03) 1px,transparent 1px);background-size:28px 28px;background-position:0 0}.day-cell{border:1px solid var(--border);border-radius:10px;padding:.55rem;background:#ffffffeb;min-height:120px;box-shadow:0 1px #0f172a05;transition:box-shadow .14s ease,border-color .14s ease,transform .14s ease}.day-cell:hover{border-color:#2563eb38;box-shadow:0 14px 34px #0f172a14;transform:translateY(-1px)}.day-cell.weekend{background:#f59e0b1a}.day-cell.ghost{opacity:.75}.day-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem}.day-num{font-weight:800;color:#111827}.count{font-size:.8rem;background:#e0e7ff;border:1px solid #c7d2fe;border-radius:999px;padding:.12rem .5rem}.chips{display:flex;flex-direction:column;gap:.35rem}.empty{color:#9ca3af}.chip{position:relative;border:1px solid #dbeafe;background:#eff6ff;border-radius:10px;padding:.35rem .45rem;box-shadow:0 1px #0f172a05;transition:box-shadow .14s ease,transform .14s ease,border-color .14s ease}.chip:hover{border-color:#2563eb42;box-shadow:0 14px 34px #0f172a1a;transform:translateY(-1px)}.chip[data-shift=MORNING]{border-color:#0ea5e947;background:#0ea5e91a}.chip[data-shift=EVENING]{border-color:#8b5cf647;background:#8b5cf61a}.chip[data-shift=D12]{border-color:#f59e0b4d;background:#f59e0b1a}.chip[data-shift=NIGHT]{border-color:#f59e0b57;background:#f59e0b1f}.chip[data-shift=ONCALL_N]{border-color:#ef44444d;background:#ef44441a}.chip.doctor-highlight{border-color:#10b981d9;background:linear-gradient(135deg,#10b98138,#10b9811a),repeating-linear-gradient(135deg,#ffffffa6 0,#ffffffa6 6px,#fff0 6px,#fff0 12px);box-shadow:0 0 0 3px #10b9812e,0 14px 34px #0f172a1a;outline:2px solid rgba(16,185,129,.55);outline-offset:1px}.chip.doctor-highlight:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:12px;pointer-events:none;box-shadow:inset 0 0 0 1px #ffffff8c}.calendar-panel[data-hovering="1"] .chip{opacity:.55;filter:saturate(.85) contrast(.95)}.calendar-panel[data-hovering="1"] .chip.doctor-highlight{opacity:1;filter:none}.day-cell.doctor-day{border-color:#10b9818c;box-shadow:inset 0 0 0 2px #10b98124,0 1px #0f172a05}.day-cell.doctor-day .day-num{color:#059669}.chip-title{font-weight:700;font-size:.85rem;display:flex;gap:.5rem;align-items:center;justify-content:space-between;flex-wrap:wrap}.chip-left{display:inline-flex;gap:.35rem;align-items:baseline}.chip-docs{display:flex;flex-wrap:wrap;gap:.25rem;justify-content:flex-end;flex:1 1 auto}.chip-shift{font-weight:700;color:#4b5563;font-size:.75rem}.chip-slots{font-size:.75rem;color:#6b7280;font-weight:700}.chip-body{margin-top:.2rem;font-size:.82rem;color:#1f2937}.assignee-inline{border:1px solid #c7d2fe;background:#ffffffeb;border-radius:999px;padding:.08rem .42rem;font-size:.75rem;color:#1f2937;cursor:pointer;display:inline-flex;align-items:center;gap:.25rem;line-height:1.1}.assignee-inline:hover{background:#2563eb0f;border-color:#2563eb47}.assignee-inline:disabled{cursor:not-allowed;opacity:.7}.assignee-inline.locked{border-color:#10b98199;background:#10b98114}.assignee-inline.hovered{border-color:#10b981a6;box-shadow:0 0 0 3px #10b98124}.assignee{border:1px solid #c7d2fe;background:#fff;border-radius:999px;padding:.15rem .45rem;font-size:.78rem;color:#1f2937;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem}.assignee:hover{background:#2563eb0d}.assignee:disabled{cursor:not-allowed;opacity:.7}.assignee.locked{border-color:#10b98199;background:#10b98114}.lock-dot{width:8px;height:8px;border-radius:999px;background:#10b981;display:inline-block}.ctx-menu{position:fixed;z-index:200;background:radial-gradient(800px 160px at 25% -40%,rgba(37,99,235,.1),transparent 55%),radial-gradient(700px 170px at 95% -60%,rgba(16,185,129,.08),transparent 55%),#ffffffe6;border:1px solid rgba(229,231,235,.9);border-radius:14px;box-shadow:0 1px #0f172a0a,0 18px 46px #0f172a24;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:.35rem;min-width:240px;max-width:320px;max-height:320px;overflow:auto}.ctx-item{width:100%;text-align:left;border:none;background:transparent;padding:.5rem .6rem;border-radius:8px;cursor:pointer;font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ctx-item:hover{background:#2563eb14}.ctx-item:disabled{opacity:.7;cursor:not-allowed}.ctx-sep{height:1px;background:var(--border);margin:.25rem .2rem}.ctx-subtitle{padding:.35rem .55rem .25rem;font-weight:800;color:var(--muted);font-size:.78rem}.modal-close{border-radius:999px}.modal-close:hover{background:#2563eb0f;border-color:#2563eb40}.ctx-list{display:flex;flex-direction:column;gap:.1rem}.ctx-empty{padding:.4rem .55rem;font-size:.85rem}.ctx-hours{color:var(--muted);font-weight:800;font-size:.82rem}.ctx-item:disabled{opacity:.55}@media (max-width: 1024px){.planner-layout{grid-template-columns:1fr}.services-list{max-height:240px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.calendar-scroll{--cal-col-min: clamp(92px, 12vw, 120px)}.calendar-grid{padding:.6rem;gap:6px}.day-cell{min-height:110px;padding:.45rem}.day-cell:hover{transform:none}.panel-title-btn{cursor:pointer}}@media (max-width: 1280px) and (min-width: 1025px){.planner-layout{gap:.75rem}}@media (max-width: 680px){.calendar-scroll{--cal-col-min: clamp(88px, 18vw, 104px)}.calendar-grid{padding:.5rem;gap:6px;background-size:24px 24px}.dow{padding:.5rem .45rem;font-size:.88rem}.day-cell{min-height:96px}}.sa-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.sa-filter{width:min(320px,100%);height:34px;padding:0 12px;border-radius:10px;border:1px solid rgba(148,163,184,.55);background:#ffffffe6}.sa-badges{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.sa-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.02em;border:1px solid rgba(148,163,184,.55);background:#ffffffe6}.sa-badge[data-status=ACTIVE]{border-color:#10b98173;background:#10b9811f;color:#065f46}.sa-badge[data-status=SUSPENDED],.sa-badge[data-status=EXPIRED],.sa-badge-warn{border-color:#ef444459;background:#ef44441f;color:#991b1b}.sa-usage{display:flex;flex-direction:column;gap:2px;font-size:12.5px;color:#0f172ad9}.sa-kpis{display:flex;gap:8px;flex-wrap:wrap}.sa-kpi{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;border:1px solid rgba(148,163,184,.55);background:#ffffffbf}.sa-kpi[data-warn="1"]{border-color:#f59e0b80;background:#f59e0b1f;color:#78350f}.sa-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.sa-presets{grid-column:1 / -1;padding:10px 12px;border-radius:12px;border:1px solid rgba(148,163,184,.45);background:#ffffff8c}.sa-presets-title{font-size:12px;font-weight:800;letter-spacing:.02em;color:#0f172abf;margin-bottom:8px}.sa-presets-actions{display:flex;flex-wrap:wrap;gap:8px}.sa-presets-hint{margin-top:8px;font-size:12px}
