:root{--color-primary-50: #f0f7ff;--color-primary-100: #e0efff;--color-primary-200: #b8daff;--color-primary-300: #7abbff;--color-primary-400: #3b96ff;--color-primary-500: #0070f3;--color-primary-600: #005cd1;--color-primary-700: #0049ab;--color-primary-800: #003d8f;--color-primary-900: #003375;--color-gray-50: #fafafa;--color-gray-100: #f5f5f5;--color-gray-200: #e5e5e5;--color-gray-300: #d4d4d4;--color-gray-400: #a3a3a3;--color-gray-500: #737373;--color-gray-600: #525252;--color-gray-700: #404040;--color-gray-800: #262626;--color-gray-900: #171717;--color-success: #10b981;--color-success-light: #ecfdf5;--color-warning: #f59e0b;--color-warning-light: #fffbeb;--color-error: #ef4444;--color-error-light: #fef2f2;--color-info: var(--color-primary-500);--color-info-light: var(--color-primary-50);--color-bg: #fafafa;--color-bg-subtle: #f5f5f5;--color-bg-muted: #eeeeee;--color-surface: #ffffff;--color-surface-raised: #ffffff;--color-header-bg: #1a1a1a;--color-header-text: #ffffff;--color-header-text-secondary: #a3a3a3;--color-header-hover: rgba(255, 255, 255, .1);--color-text: #171717;--color-text-secondary: #525252;--color-text-muted: #737373;--color-text-subtle: #a3a3a3;--color-text-inverse: #ffffff;--color-border: #e5e5e5;--color-border-subtle: #f0f0f0;--color-border-strong: #d4d4d4;--font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Inter", "Segoe UI", Roboto, sans-serif;--font-mono: "SF Mono", "Fira Code", "Consolas", monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--text-4xl: 2.5rem;--text-5xl: 3.5rem;--text-6xl: 4.5rem;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--leading-none: 1;--leading-tight: 1.15;--leading-snug: 1.35;--leading-normal: 1.5;--leading-relaxed: 1.65;--tracking-tighter: -.04em;--tracking-tight: -.02em;--tracking-normal: 0;--tracking-wide: .01em;--space-0: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--space-32: 8rem;--space-40: 10rem;--border-width: 1px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .04);--shadow-md: 0 4px 8px rgba(0, 0, 0, .04), 0 0 1px rgba(0, 0, 0, .04);--shadow-lg: 0 8px 16px rgba(0, 0, 0, .06), 0 0 1px rgba(0, 0, 0, .04);--shadow-xl: 0 16px 32px rgba(0, 0, 0, .08), 0 0 1px rgba(0, 0, 0, .04);--ring-color: var(--color-primary-500);--ring-offset: 2px;--duration-fast: .1s;--duration-base: .15s;--duration-slow: .25s;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--header-height: 64px;--max-width-sm: 640px;--max-width-md: 768px;--max-width-lg: 1024px;--max-width-xl: 1200px;--max-width-prose: 680px;--btn-height-sm: 32px;--btn-height-md: 40px;--btn-height-lg: 48px;--btn-radius: var(--radius-lg);--input-height: 44px;--input-radius: var(--radius-lg);--card-radius: var(--radius-xl);--card-padding: var(--space-6);--avatar-sm: 32px;--avatar-md: 40px;--avatar-lg: 56px;--avatar-xl: 80px}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text);background:var(--color-bg)}h1,h2,h3,h4,h5,h6{font-weight:var(--font-semibold);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);color:var(--color-text)}h1{font-size:var(--text-5xl);font-weight:var(--font-bold);letter-spacing:var(--tracking-tighter)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}p{color:var(--color-text-secondary);line-height:var(--leading-relaxed)}a{color:inherit;text-decoration:none}strong{font-weight:var(--font-semibold)}img,video,svg{display:block;max-width:100%}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}input,textarea,select{font:inherit;color:inherit}:focus{outline:none}:focus-visible{outline:2px solid var(--ring-color);outline-offset:var(--ring-offset)}::selection{background:var(--color-primary-100);color:var(--color-primary-900)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-gray-300);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-gray-400)}.container{width:100%;max-width:var(--max-width-xl);margin:0 auto;padding:0 var(--space-6)}.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}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.app.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}.header.svelte-12qhfyh{position:sticky;top:0;z-index:100;background:var(--color-header-bg);border-bottom:1px solid rgba(255,255,255,.1)}.header-inner.svelte-12qhfyh{height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:var(--space-8)}.logo.svelte-12qhfyh{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--color-header-text);letter-spacing:var(--tracking-tight)}.nav.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-1)}.nav-link.svelte-12qhfyh{padding:var(--space-2) var(--space-3);font-size:var(--text-sm);color:var(--color-header-text-secondary);border-radius:var(--radius-md);transition:color var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out)}.nav-link.svelte-12qhfyh:hover{color:var(--color-header-text);background:var(--color-header-hover)}.header-actions.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-2)}.user-menu-container.svelte-12qhfyh{position:relative}.user-avatar-btn.svelte-12qhfyh{background:none;border:none;padding:0;cursor:pointer;border-radius:var(--radius-full);transition:opacity var(--duration-fast) var(--ease-out)}.user-avatar-btn.svelte-12qhfyh:hover{opacity:.8}.user-avatar.svelte-12qhfyh{width:36px;height:36px;border-radius:var(--radius-full);object-fit:cover}.user-avatar-placeholder.svelte-12qhfyh{width:36px;height:36px;border-radius:var(--radius-full);background:var(--color-primary-600);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:var(--font-semibold);font-size:var(--text-sm)}.user-dropdown.svelte-12qhfyh{position:absolute;top:calc(100% + var(--space-2));right:0;min-width:200px;background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--color-border);overflow:hidden;z-index:200}.user-dropdown-header.svelte-12qhfyh{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border)}.user-dropdown-name.svelte-12qhfyh{display:block;font-weight:var(--font-medium);color:var(--color-text)}.user-dropdown-email.svelte-12qhfyh{display:block;font-size:var(--text-sm);color:var(--color-text-muted)}.user-dropdown-divider.svelte-12qhfyh{height:1px;background:var(--color-border)}.user-dropdown-item.svelte-12qhfyh{display:block;width:100%;padding:var(--space-2) var(--space-4);text-align:left;font-size:var(--text-sm);color:var(--color-text);background:none;border:none;cursor:pointer;transition:background var(--duration-fast) var(--ease-out)}.user-dropdown-item.svelte-12qhfyh:hover{background:var(--color-surface-hover)}.user-dropdown-item.svelte-12qhfyh.logout{color:var(--color-error)}.btn-ghost.svelte-12qhfyh{height:var(--btn-height-md);padding:0 var(--space-4);display:inline-flex;align-items:center;font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-header-text-secondary);border-radius:var(--btn-radius);transition:all var(--duration-fast) var(--ease-out)}.btn-ghost.svelte-12qhfyh:hover{color:var(--color-header-text);background:var(--color-header-hover)}.mobile-toggle.svelte-12qhfyh{display:none;width:40px;height:40px;align-items:center;justify-content:center;color:var(--color-header-text);border-radius:var(--radius-md)}.mobile-toggle.svelte-12qhfyh:hover{background:var(--color-header-hover)}.mobile-menu.svelte-12qhfyh{padding:var(--space-4) var(--space-6) var(--space-6);border-bottom:1px solid rgba(255,255,255,.1);background:var(--color-header-bg)}.mobile-nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:var(--space-1)}.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:var(--space-3) var(--space-4);font-size:var(--text-base);color:var(--color-header-text-secondary);border-radius:var(--radius-md)}.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--color-header-hover);color:var(--color-header-text)}.mobile-nav.svelte-12qhfyh hr:where(.svelte-12qhfyh){border:none;border-top:1px solid rgba(255,255,255,.1);margin:var(--space-2) 0}.mobile-nav.svelte-12qhfyh button.mobile-logout:where(.svelte-12qhfyh){width:100%;padding:var(--space-3) var(--space-4);font-size:var(--text-base);color:var(--color-error);background:none;border:none;border-radius:var(--radius-md);text-align:left;cursor:pointer}.mobile-nav.svelte-12qhfyh button.mobile-logout:where(.svelte-12qhfyh):hover{background:var(--color-header-hover)}main.svelte-12qhfyh{flex:1}.footer.svelte-12qhfyh{margin-top:auto;padding:var(--space-16) 0 var(--space-8);background:var(--color-bg-subtle);border-top:1px solid var(--color-border-subtle)}.footer-inner.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-8);padding-bottom:var(--space-8);margin-bottom:var(--space-8);border-bottom:1px solid var(--color-border-subtle)}.footer-logo.svelte-12qhfyh{font-weight:var(--font-semibold);color:var(--color-text)}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){margin-top:var(--space-2);font-size:var(--text-sm);color:var(--color-text-muted)}.footer-nav.svelte-12qhfyh{display:flex;gap:var(--space-6)}.footer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:var(--text-sm);color:var(--color-text-muted);transition:color var(--duration-fast)}.footer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-text)}.copyright.svelte-12qhfyh{font-size:var(--text-sm);color:var(--color-text-muted)}@media(max-width:768px){.nav.svelte-12qhfyh,.header-actions.svelte-12qhfyh{display:none}.mobile-toggle.svelte-12qhfyh{display:flex}.footer-inner.svelte-12qhfyh{flex-direction:column;align-items:center;text-align:center}.footer-nav.svelte-12qhfyh{flex-wrap:wrap;justify-content:center}}
