:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--accent:#c8a880;--accent-bright:#e4c89a;--accent-dim:#c8a8801f;--accent-foreground:#09090e;--background:#09090e;--surface:#111116;--surface-elevated:#18181f;--glass-bg:#111116d1;--glass-border:#ffffff17;--border:#ffffff12;--border-strong:#ffffff24;--foreground:#ededf0;--foreground-mirror:#111;--muted:#ededf070;--muted-foreground:#ededf070;--card:#111116;--card-foreground:#ededf0;--input:#ffffff0f;--input-border:#ffffff21;--popover:#1a1a22;--popover-foreground:#ededf0;--primary:#c8a880;--primary-foreground:#09090e;--secondary:#ffffff0d;--secondary-foreground:#ededf0;--success:#4ade80;--danger:#f05070;--destructive:#e83354;--destructive-foreground:#fff;--ring:#c8a88059;--sidebar-accent:#ffffff0d;--sidebar-accent-foreground:#ededf0cc;--sidebar-background:#0d0d14;--sidebar-border:#ffffff0f;--sidebar-foreground:#ededf0a6;--sidebar-primary:#ededf0;--sidebar-primary-foreground:#09090e;--sidebar-ring:#c8a880;--page-max-width:64rem;--page-padding:2rem 1.25rem 3rem;--header-h:4.25rem;--footer-h:3.5rem;--radius:.875rem;--radius-sm:.5rem;--radius-lg:1.25rem;--radius-xl:1.75rem;--radius-pill:9999px;--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--anim-animate-up:.6s cubic-bezier(.4, 0, .2, 1) forwards animate-up;--transition-base:.18s cubic-bezier(.4, 0, .2, 1);--shadow-sm:0 1px 4px #00000080;--shadow-md:0 4px 20px #0009;--shadow-glow:0 0 28px #c8a88012;--shadow-card:none}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--accent:#a8896e;--accent-bright:#8a6a4a;--accent-dim:#a8896e1a;--accent-foreground:#fff;--background:#edeae4;--surface:#faf8f5;--surface-elevated:#f0ece6;--glass-bg:#edeae4eb;--glass-border:#cdc8c1;--border:#cdc8c1;--border-strong:#b8b2a8;--foreground:#111;--foreground-mirror:#ededf0;--muted:#737373;--muted-foreground:#737373;--card:#fff;--card-foreground:#111;--input:#e6e2dd;--input-border:#d0cbc4;--popover:#fff;--popover-foreground:#121212;--primary:#a8896e;--primary-foreground:#fff;--secondary:#f3f2ef;--secondary-foreground:#121212;--success:#2fa37a;--danger:#c83246;--destructive:#cc2e44;--destructive-foreground:#fff;--ring:#a8896e59;--sidebar-accent:#f2f2f3;--sidebar-accent-foreground:#1a1a1b;--sidebar-background:#fafafa;--sidebar-border:#e7eaee;--sidebar-foreground:#3f3f42;--sidebar-primary:#1a1a1b;--sidebar-primary-foreground:#fafafa;--sidebar-ring:#3b82f6;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 16px #00000014;--shadow-glow:0 0 24px #a8896e0d;--shadow-card:0 1px 3px #00000014, 0 4px 14px #0000000f}html{background-color:var(--background);min-height:100%;scroll-margin-top:var(--header-h);scroll-behavior:smooth}html,body{max-width:100vw}body{min-height:100vh;color:var(--foreground);background-color:var(--background);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;margin:0;font-size:15px;line-height:1.5;display:flex}*,:before,:after{box-sizing:border-box;margin:0;padding:0}a{color:var(--accent-bright);transition:color var(--transition-base);text-decoration:none}a:hover{color:var(--foreground)}a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}input,textarea,button,select{font-family:inherit}input{padding:.375rem .625rem}select{appearance:none;color:var(--foreground);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ededf0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;padding:.375rem 1.5rem .375rem .625rem}:where([data-theme=light]) select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}.app-shell{min-height:100vh;padding-top:var(--header-h,0px);flex-direction:column;flex:1;display:flex}.app-main{flex:1;width:100%;max-width:none;margin:0;padding:0}.app-main>[data-no-header-offset=true]{padding-top:0}.pageTitle{letter-spacing:-.02em;color:var(--foreground);font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700}.pageSubtitle{color:var(--muted);margin:.25rem 0 0;font-size:.88rem}.auth-page-title{letter-spacing:.02em;color:var(--foreground);margin:0 0 1.25rem;font-size:1.25rem;font-weight:600}@keyframes animate-up{0%{opacity:0;transform:translateY(8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
