:root{--gold:#c8af68;--gold-dark:#a8924f;--gold-pale:#faf4e6;--gold-glow:#c8af6833;--taupe:#b4a49a;--taupe-dark:#8a7870;--taupe-pale:#f5f0ea;--navy:#1a1e2c;--navy-mid:#242a3a;--bg:#faf7f2;--white:#fff;--border:#e6ddd3;--text:#2a2418;--text-muted:#8a7a6a;--font-heading:"Cormorant Garamond", Georgia, serif;--font-body:"Inter", system-ui, sans-serif;--radius:8px;--radius-sm:5px;--radius-lg:14px;--shadow:0 2px 16px #644b3714;--shadow-md:0 6px 28px #644b371c;--sidebar-w:230px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.55}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--navy);font-weight:500;line-height:1.2}h1{letter-spacing:.01em;font-size:2.1rem;font-style:italic;font-weight:400}h2{font-size:1.5rem;font-weight:500}h3{font-size:1.2rem;font-weight:500}h4{font-size:1rem;font-weight:600;font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}a{color:var(--gold-dark);text-decoration:none}a:hover{text-decoration:underline}.btn{border-radius:var(--radius);font-family:var(--font-body);letter-spacing:.03em;cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.45rem;min-height:42px;padding:.65rem 1.35rem;font-size:.85rem;font-weight:500;transition:all .2s;display:inline-flex}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--gold);color:#fff;letter-spacing:.07em;text-transform:uppercase;font-size:.78rem}.btn-primary:hover{background:var(--gold-dark);transform:translateY(-1px);box-shadow:0 4px 18px #c8af6859}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:var(--white);color:var(--text);border:1.5px solid var(--border)}.btn-secondary:hover{background:var(--taupe-pale);border-color:var(--taupe)}.btn-danger{color:#dc2626;background:#fee2e2}.btn-danger:hover{background:#fecaca}.btn-ghost{color:var(--text-muted);background:0 0}.btn-ghost:hover{background:var(--taupe-pale);color:var(--text)}.btn-lg{min-height:50px;padding:.9rem 2rem;font-size:.85rem}.btn-sm{min-height:32px;padding:.4rem .9rem;font-size:.75rem}.btn-full{width:100%}.card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow);padding:1.5rem}.form-group{margin-bottom:1.25rem}label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.45rem;font-size:.72rem;font-weight:600;display:block}input,select,textarea{font-family:var(--font-body);border:1.5px solid var(--border);border-radius:var(--radius);background:var(--white);width:100%;color:var(--text);appearance:none;min-height:44px;padding:.7rem 1rem;font-size:.93rem;transition:border-color .18s,box-shadow .18s}input:focus,select:focus,textarea:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #c8af6821}textarea{resize:vertical;min-height:100px}.field-error{color:#dc2626;margin-top:.3rem;font-size:.78rem}.form-error{color:#991b1b;border-radius:var(--radius-sm);background:#fef2f2;border:1px solid #fecaca;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.form-success{color:#166534;border-radius:var(--radius-sm);background:#f0fdf4;border:1px solid #bbf7d0;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.badge{letter-spacing:.05em;text-transform:uppercase;border-radius:999px;align-items:center;padding:.15rem .6rem;font-size:.68rem;font-weight:600;display:inline-flex}.badge-gold{background:var(--gold-pale);color:var(--gold-dark)}.badge-warn{color:#92400e;background:#fef3c7}.badge-empty{color:#dc2626;background:#fee2e2}.badge-ok{color:#166534;background:#f0fdf4}.badge-muted{background:var(--taupe-pale);color:var(--taupe-dark)}.day-toggle{border:1.5px solid var(--border);background:var(--white);width:2.4rem;height:2.4rem;color:var(--text-muted);letter-spacing:0;text-transform:none;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;font-size:.72rem;font-weight:600;transition:all .15s;display:inline-flex}.day-toggle input{opacity:0;width:0;height:0;position:absolute}.day-toggle:hover{border-color:var(--gold);color:var(--gold-dark)}.day-toggle.day-on{background:var(--gold);border-color:var(--gold);color:#fff}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.search-wrap{position:relative}.search-wrap input{background:var(--white);padding-left:2.5rem}.search-icon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.divider{background:var(--border);height:1px;margin:1.25rem 0}.empty-state{text-align:center;color:var(--text-muted);padding:3rem 1rem}.empty-state p{margin-top:.5rem;font-size:.875rem}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.68rem;font-weight:700;display:flex}.section-label:after{content:"";background:var(--border);flex:1;height:1px}.grid-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (width<=768px){.grid-2{grid-template-columns:1fr}h1{font-size:1.65rem}}@media (width<=480px){.grid-3{grid-template-columns:1fr}}@media (width<=640px){.user-table th:nth-child(4),.user-table th:nth-child(5),.user-table td:nth-child(4),.user-table td:nth-child(5){display:none!important}.user-table{font-size:.82rem!important}.user-table td,.user-table th{padding:.45rem .4rem!important}}.shell.svelte-12qhfyh{min-height:100vh;display:flex}.sidebar.svelte-12qhfyh{width:var(--sidebar-w);background:var(--navy);color:#fff;z-index:100;flex-direction:column;flex-shrink:0;height:100vh;display:flex;position:fixed;top:0;left:0}.sidebar-logo-wrap.svelte-12qhfyh{text-align:center;border-bottom:1px solid #ffffff12;padding:1.75rem 1.25rem 1.5rem}.sidebar-logo.svelte-12qhfyh{opacity:.95;border-radius:3px;width:140px;height:auto;margin:0 auto .6rem;display:block}.sidebar-tagline.svelte-12qhfyh{letter-spacing:.18em;text-transform:uppercase;color:#ffffff47;font-size:.6rem;font-family:var(--font-body);display:block}.sidenav.svelte-12qhfyh{flex-direction:column;flex:1;gap:.1rem;padding:1.25rem .85rem;display:flex;overflow-y:auto}.nav-section-divider.svelte-12qhfyh{background:#ffffff12;height:1px;margin:.75rem .25rem}.nav-link.svelte-12qhfyh{color:#ffffff80;letter-spacing:.08em;text-transform:uppercase;border-left:2px solid #0000;border-radius:6px;align-items:center;gap:.65rem;padding:.6rem .85rem;font-size:.72rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.nav-link.svelte-12qhfyh svg:where(.svelte-12qhfyh){opacity:.7;flex-shrink:0}.nav-link.svelte-12qhfyh:hover{color:#ffffffd9;background:#ffffff0f;border-left-color:#c8af6866;text-decoration:none}.nav-link.active.svelte-12qhfyh{color:var(--gold);border-left-color:var(--gold);background:#c8af6821}.nav-link.active.svelte-12qhfyh svg:where(.svelte-12qhfyh){opacity:1}.sidebar-footer.svelte-12qhfyh{border-top:1px solid #ffffff12;padding:.85rem .85rem 1rem}.user-pill.svelte-12qhfyh{cursor:pointer;border-radius:8px;align-items:center;gap:.6rem;padding:.45rem .6rem;text-decoration:none;transition:background .15s;display:flex}.user-pill.svelte-12qhfyh:hover{background:#ffffff12;text-decoration:none}.user-pill.active.svelte-12qhfyh{background:#c8af6821}.user-avatar.svelte-12qhfyh{background:var(--gold);color:#fff;letter-spacing:-.01em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.72rem;font-weight:700;display:flex}.user-pill-info.svelte-12qhfyh{flex-direction:column;min-width:0;display:flex}.user-pill-name.svelte-12qhfyh{color:#ffffffbf;white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:.72rem;font-weight:600;overflow:hidden}.user-pill-role.svelte-12qhfyh{letter-spacing:.08em;text-transform:uppercase;color:#ffffff4d;font-size:.58rem}.logout-btn.svelte-12qhfyh{color:#ffffff59;width:100%;font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.55rem;padding:.55rem .85rem;font-size:.68rem;transition:all .15s;display:flex}.logout-btn.svelte-12qhfyh:hover{color:#ffffffb3;background:#ffffff0f}.content.svelte-12qhfyh{margin-left:var(--sidebar-w);flex:1;min-width:0;padding:2.25rem 2.5rem}.bottom-nav.svelte-12qhfyh{display:none}@media (width<=768px){.sidebar.svelte-12qhfyh{display:none}.content.svelte-12qhfyh{margin-left:0;padding:1.25rem 1rem 5.5rem}.bottom-nav.svelte-12qhfyh{background:var(--navy);z-index:100;border-top:1px solid #ffffff14;display:flex;position:fixed;bottom:0;left:0;right:0}.bn-link.svelte-12qhfyh{color:#ffffff73;letter-spacing:.04em;text-transform:uppercase;flex-direction:column;flex:1;align-items:center;gap:.2rem;padding:.6rem .4rem;font-size:.62rem;text-decoration:none;transition:color .15s;display:flex}.bn-link.active.svelte-12qhfyh{color:var(--gold)}.bn-link.svelte-12qhfyh:hover{color:#fffc;text-decoration:none}.bn-logout-form.svelte-12qhfyh{display:contents}.bn-logout.svelte-12qhfyh{cursor:pointer;font-family:var(--font-body);background:0 0;border:none}.bn-logout.svelte-12qhfyh:hover{color:#fca5a5!important}}
