:root{--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:"Space Grotesk", var(--font-sans);--bg-base:#f6f8f5;--bg-surface:#fff;--bg-inset:#edf3ee;--border-color:#d9e4db;--primary-hue:135;--primary:#2f6d47;--primary-light:#2f6d47;--primary-hover:#245638;--primary-bg:#e5f2e8;--accent-hue:32;--accent:hsl(var(--accent-hue), 30%, 40%);--accent-light:hsl(var(--accent-hue), 20%, 94%);--text-base:#172019;--text-muted:#58645b;--text-inverse:#fff;--success:#2d6645;--success-bg:#eaf4ed;--warning:#9e641b;--warning-bg:#fbf4ea;--error:#9a2b25;--error-bg:#f9eae9;--radius-sm:6px;--radius-md:10px;--radius-lg:18px;--shadow-sm:0 1px 2px #1720190f, 0 8px 24px #1720190a;--shadow-md:0 12px 32px #17201917;--shadow-lg:0 24px 64px #1720191f;--transition-base:color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease, opacity .2s ease;--max-width:1200px;--page-gutter:clamp(1rem, 3vw, 1.5rem)}:root.dark{--bg-base:#0d120f;--bg-surface:#151c17;--bg-inset:#111813;--border-color:#2a382e;--primary-hue:135;--primary:#78d397;--primary-light:#91e3ab;--primary-hover:#5fba7d;--primary-bg:#173021;--accent-hue:32;--accent:hsl(var(--accent-hue), 35%, 52%);--accent-light:hsl(var(--accent-hue), 25%, 15%);--text-base:#edf5ef;--text-muted:#a5b2a8;--text-inverse:#131614;--success:#4fa874;--success-bg:#142d1f;--warning:#cc842e;--warning-bg:#2b1f12;--error:#c84e46;--error-bg:#2d1615;--shadow-sm:0 1px 2px 0 #0000004d;--shadow-md:0 4px 6px -1px #0000004d, 0 2px 4px -1px #00000026;--shadow-lg:0 10px 15px -3px #0006, 0 4px 6px -2px #0003}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-base);color:var(--text-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:var(--transition-base);overflow-wrap:break-word;background-image:radial-gradient(circle at 50% -20%, color-mix(in srgb, var(--primary) 10%, transparent), transparent 42rem);background-attachment:fixed;min-width:0;line-height:1.5}a{color:var(--primary-light);transition:var(--transition-base);text-decoration:none}a:hover{color:var(--primary);text-decoration:underline}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--text-base);margin-bottom:.5em;font-weight:700;line-height:1.25}h1{font-size:clamp(1.75rem,4vw,2rem)}h2{font-size:clamp(1.35rem,3vw,1.5rem)}h3{font-size:clamp(1.1rem,2.5vw,1.25rem)}p{margin-bottom:1em}label{margin-bottom:.25rem;font-size:.875rem;font-weight:600;display:block}input[type=text],input[type=password],input[type=email],input[type=number],input[type=url],input[type=file],textarea,select{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-base);transition:var(--transition-base);min-width:0;min-height:44px;margin-bottom:1rem;padding:.5rem .75rem;font-family:inherit;font-size:.95rem}input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=number]:focus,input[type=url]:focus,input[type=file]:focus,textarea:focus,select:focus{outline:2px solid var(--primary-light);outline-offset:2px;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg)}.btn{border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-base);border:1px solid #0000;justify-content:center;align-items:center;gap:.45rem;min-height:44px;padding:.5rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background-color:var(--primary);color:var(--text-inverse)}.btn-primary:hover{background-color:var(--primary-hover);color:var(--text-inverse);text-decoration:none}.btn-secondary{background-color:var(--bg-inset);border-color:var(--border-color);color:var(--text-base)}.btn-secondary:hover{background-color:var(--border-color);text-decoration:none}.btn-danger{background-color:var(--error);color:var(--text-inverse)}.btn-danger:hover{color:var(--text-inverse);background-color:#862d2d;text-decoration:none}.btn-sm{padding:.4rem .65rem;font-size:.85rem}.btn-lg{padding:.75rem 1.25rem;font-size:1rem}.btn-full{width:100%}.alert{border-radius:var(--radius-md);margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500}.alert-success{background-color:var(--success-bg);color:var(--success);border:1px solid #bddbc9}.alert-warning{background-color:var(--warning-bg);color:var(--warning);border:1px solid #ecdac6}.alert-danger{background-color:var(--error-bg);color:var(--error);border:1px solid #ecc6c6}.container{width:min(calc(100% - (2 * var(--page-gutter))), var(--max-width));margin-inline:auto}.flex{display:flex}.align-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.flex-wrap{flex-wrap:wrap}.flex-col{flex-direction:column}.flex-1{flex:1;min-width:0}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.grid{gap:1.5rem;display:grid}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.text-center{text-align:center}.text-right{text-align:right}.text-muted{color:var(--text-muted)}.text-danger{color:var(--error)}.text-warning{color:var(--warning)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.py-2{padding-block:1rem}.py-4{padding-block:2rem}.badge-sm{padding:.1rem .35rem;font-size:.7rem}.col-span-2{grid-column:span 2}.card{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.5rem}.app-icon{vertical-align:-.08em;flex:none;font-size:1.1em}table{border-collapse:collapse;width:100%;margin-bottom:1.5rem}.table-container,.table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}th,td{border-bottom:1px solid var(--border-color);text-align:left;padding:.75rem 1rem}th{background-color:var(--bg-inset);color:var(--text-base);font-weight:600}tr:hover td{background-color:var(--bg-inset)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:3px solid var(--primary-light);outline-offset:2px}.skip-link{z-index:1000;background:var(--primary);color:var(--text-inverse);border-radius:var(--radius-md);padding:.75rem 1rem;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{color:var(--text-inverse);transform:translateY(0)}@media (width<=640px){.card{padding:1rem}.grid-2,.grid-3{grid-template-columns:minmax(0,1fr)}.col-span-2{grid-column:auto}.flex-mobile-column{flex-direction:column;align-items:stretch}table{font-size:.875rem}th,td{padding:.65rem .75rem}.btn{max-width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-latin-400-normal.C38fXH4l.woff2)format("woff2"),url(./inter-latin-400-normal.CyCys3Eg.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-latin-500-normal.Cerq10X2.woff2)format("woff2"),url(./inter-latin-500-normal.BL9OpVg8.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-latin-600-normal.LgqL8muc.woff2)format("woff2"),url(./inter-latin-600-normal.CiBQ2DWP.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(./inter-latin-700-normal.Yt3aPRUw.woff2)format("woff2"),url(./inter-latin-700-normal.BLAVimhd.woff)format("woff")}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(./space-grotesk-latin-600-normal.0SbvWzVy.woff2)format("woff2"),url(./space-grotesk-latin-600-normal.S69mFOY_.woff)format("woff")}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(./space-grotesk-latin-700-normal.B7Rq4K4l.woff2)format("woff2"),url(./space-grotesk-latin-700-normal.eHWw8XUM.woff)format("woff")}.layout-wrapper.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}.main-header.svelte-12qhfyh{background-color:color-mix(in srgb, var(--bg-surface) 88%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border-color);z-index:100;padding:.75rem 0;position:sticky;top:0}.header-shell.svelte-12qhfyh{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.header-menu.svelte-12qhfyh{justify-content:flex-end;align-items:center;gap:1.5rem;min-width:0;display:flex}.menu-toggle.svelte-12qhfyh{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-inset);width:44px;height:44px;color:var(--text-base);cursor:pointer;font-size:1.35rem;display:none}.brand.svelte-12qhfyh{color:var(--primary);font-size:1.25rem;font-weight:800}.brand.svelte-12qhfyh:hover{text-decoration:none}.logo-icon.svelte-12qhfyh{color:var(--primary);font-size:1.55rem}.nav-link.svelte-12qhfyh{color:var(--text-muted);font-size:.95rem;font-weight:600}.nav-link.svelte-12qhfyh:hover,.nav-link.active.svelte-12qhfyh{color:var(--primary);text-decoration:none}.admin-link.svelte-12qhfyh{color:var(--accent)}.admin-link.svelte-12qhfyh:hover,.admin-link.active.svelte-12qhfyh{color:hsl(var(--accent-hue), 35%, 30%)}.theme-selector-group.svelte-12qhfyh{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);gap:2px;padding:2px;display:flex}.theme-toggle-btn.svelte-12qhfyh{color:var(--text-muted);border-radius:calc(var(--radius-sm) - 2px);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex}.theme-toggle-btn.svelte-12qhfyh:hover{color:var(--text-base);background:#0000000d}.dark .theme-toggle-btn.svelte-12qhfyh:hover{background:#ffffff0d}.theme-toggle-btn.active.svelte-12qhfyh{color:var(--primary);background:var(--bg-app);box-shadow:0 1px 3px #0000001a}.username-btn.svelte-12qhfyh{color:var(--text-base);font-size:.9rem;font-weight:600}.username-btn.svelte-12qhfyh:hover{color:var(--primary);text-decoration:none}.inline-form.svelte-12qhfyh{display:inline}.warning-banner.svelte-12qhfyh{margin-top:1rem}.main-content.svelte-12qhfyh{flex:1;padding:2rem 0}.main-footer.svelte-12qhfyh{background-color:var(--bg-inset);border-top:1px solid var(--border-color);padding:1.5rem 0;font-size:.85rem}.footer-links.svelte-12qhfyh{flex-wrap:wrap}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-muted)}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--primary)}@media (width<=900px){.header-shell.svelte-12qhfyh{flex-wrap:wrap}.menu-toggle.svelte-12qhfyh{place-items:center;margin-left:auto;display:inline-grid}.header-menu.svelte-12qhfyh{border-top:1px solid var(--border-color);align-items:stretch;width:100%;padding-top:.75rem;display:none}.header-menu.open.svelte-12qhfyh{flex-direction:column;display:flex}.nav-links.svelte-12qhfyh,.header-actions.svelte-12qhfyh,.user-menu.svelte-12qhfyh{flex-direction:column;align-items:stretch;gap:.5rem;width:100%}.nav-link.svelte-12qhfyh,.username-btn.svelte-12qhfyh{border-radius:var(--radius-md);align-items:center;min-height:44px;padding:.55rem .75rem;display:flex}.nav-link.active.svelte-12qhfyh{background:var(--primary-bg)}.theme-selector-group.svelte-12qhfyh,.header-actions.svelte-12qhfyh .btn:where(.svelte-12qhfyh),.inline-form.svelte-12qhfyh,.inline-form.svelte-12qhfyh .btn:where(.svelte-12qhfyh){width:100%}}@media (width<=640px){.main-content.svelte-12qhfyh{padding:1.25rem 0}.footer-inner.svelte-12qhfyh{flex-direction:column;align-items:flex-start;gap:.75rem}.footer-links.svelte-12qhfyh span:where(.svelte-12qhfyh){display:none}.footer-links.svelte-12qhfyh{gap:.75rem 1rem}.main-footer.svelte-12qhfyh p:where(.svelte-12qhfyh){margin-bottom:0}}
