@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800&family=DM+Serif+Display&display=swap";:root{--charcoal: #414045;--arthur: #38658C;--becca: #74946D;--freddie: #F3E009;--jasper: #DD664B;--saskia: #B72CDA;--green: #74946D;--yellow: #F3E009;--coral: #DD664B;--teal: #38658C;--purple: #B72CDA;--bg: #f6f5f2;--bg-card: #fdfcfa;--bg-card-dark: #2a2a2a;--bg-surface: #f6f5f2;--text: #2a2a2a;--text-secondary: #7a7a7a;--text-tertiary: #b0b0b0;--border: #eae8e4;--border-hover: #d5d3cf;--radius: 12px;--radius-lg: 16px;--font-body: "DM Sans", system-ui, sans-serif;--font-display: "DM Serif Display", Georgia, serif;--text-5xl: 3rem;--text-6xl: 3.75rem;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04), 0 1px 3px rgba(0, 0, 0, .02);--shadow-md: 0 4px 6px rgba(0, 0, 0, .04), 0 2px 12px rgba(0, 0, 0, .02);--shadow-lg: 0 10px 24px rgba(0, 0, 0, .06), 0 4px 12px rgba(0, 0, 0, .03);--shadow-xl: 0 20px 40px rgba(0, 0, 0, .08), 0 8px 16px rgba(0, 0, 0, .04)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-body);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100dvh}a{color:var(--teal);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:none;border-radius:var(--radius);font-family:var(--font-body);font-size:.875rem;font-weight:600;padding:.6rem 1.2rem;transition:all .15s ease}button:hover{opacity:.88}button:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:var(--charcoal);color:#fff}.btn-secondary{background:transparent;color:var(--text-secondary);border:1.5px solid var(--border)}.btn-secondary:hover{border-color:var(--border-hover);color:var(--text);opacity:1}input{width:100%;padding:.65rem .85rem;border:1.5px solid var(--border);border-radius:var(--radius);font-family:var(--font-body);font-size:.9rem;outline:none;transition:border-color .15s;background:var(--bg-card)}input:focus{border-color:var(--teal)}.error-text{color:var(--coral);font-size:.8rem;font-weight:500}.app-layout.svelte-12qhfyh{display:flex;min-height:100dvh;background:var(--bg)}.mobile-header.svelte-12qhfyh{display:none;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--bg-card);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.menu-toggle.svelte-12qhfyh{background:transparent;border:none;padding:.5rem;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center}.mobile-logo.svelte-12qhfyh img:where(.svelte-12qhfyh){height:28px;width:auto}.sidebar.svelte-12qhfyh{width:260px;background:var(--bg-card);border-right:1px solid var(--border);display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar-header.svelte-12qhfyh{padding:1.5rem 1.25rem;border-bottom:1px solid var(--border)}.sidebar-logo.svelte-12qhfyh{display:flex;align-items:center;text-decoration:none}.sidebar-logo.svelte-12qhfyh img:where(.svelte-12qhfyh){height:36px;width:auto}.sidebar-nav.svelte-12qhfyh{flex:1;padding:1rem .75rem;display:flex;flex-direction:column;gap:.25rem}.nav-link.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:var(--radius);color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:all .15s ease}.nav-link.svelte-12qhfyh:hover{background:var(--bg-surface);color:var(--text)}.nav-link.active.svelte-12qhfyh{background:var(--teal);color:#fff}.nav-icon.svelte-12qhfyh{font-size:1.1rem;width:24px;display:flex;align-items:center;justify-content:center}.nav-label.svelte-12qhfyh{flex:1}.sidebar-footer.svelte-12qhfyh{padding:1.25rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem}.user-info.svelte-12qhfyh{display:flex;flex-direction:column;gap:.2rem}.user-greeting.svelte-12qhfyh{font-size:.75rem;color:var(--text-secondary);font-weight:400}.user-name.svelte-12qhfyh{font-size:.9rem;color:var(--text);font-weight:600}.btn-sm{padding:.5rem .85rem;font-size:.8rem;width:100%}.main-content.svelte-12qhfyh{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.auth-main.svelte-12qhfyh{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:2rem}@media(max-width:768px){.mobile-header.svelte-12qhfyh{display:flex}.sidebar-overlay.svelte-12qhfyh{position:fixed;inset:0;background:#00000080;z-index:998;animation:svelte-12qhfyh-fadeIn .2s ease}@keyframes svelte-12qhfyh-fadeIn{0%{opacity:0}to{opacity:1}}.sidebar.svelte-12qhfyh{position:fixed;left:0;top:0;height:100vh;transform:translate(-100%);transition:transform .3s ease;z-index:999}.sidebar.open.svelte-12qhfyh{transform:translate(0)}.main-content.svelte-12qhfyh{padding:1.5rem 1rem;margin-top:0}.app-layout.svelte-12qhfyh{flex-direction:column}}
