:root{--brand-primary: #0088ff;--brand-primary-light: #0091ff;--brand-primary-dark: #1e6ef4;--brand-primary-tint: #5db8ff;--color-success: #35c759;--color-success-light: #31d158;--color-success-dark: #008932;--color-success-tint: #49d968;--color-error: #ff393c;--color-error-light: #ff4246;--color-error-dark: #e9152d;--color-error-tint: #ff6165;--color-warning: #ffcc02;--color-warning-light: #fed700;--color-warning-dark: #a16a01;--color-warning-tint: #fedf43;--gray-1: #838388;--gray-2: #a4a5a9;--gray-3: #bfc0c5;--gray-4: #cbcbd0;--gray-5: #e1e1e7;--gray-6: #f0f0f6;--color-red: #ff393c;--color-orange: #ff8d28;--color-yellow: #ffcc02;--color-green: #35c759;--color-mint: #00c8b3;--color-teal: #03c3d1;--color-cyan: #00c0e8;--color-blue: #0088ff;--color-indigo: #6155f5;--color-purple: #cb30e0;--color-pink: #ff2c55;--color-brown: #ac7f5e;--font-display: ui-serif, serif;--font-system: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: ui-monospace, monospace;--text-xs: 12px;--text-sm: 14px;--text-base: 16px;--text-lg: 18px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 30px;--text-4xl: 36px;--text-5xl: 48px;--text-6xl: 60px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-body: var(--font-weight-normal);--font-weight-label: var(--font-weight-medium);--font-weight-button: var(--font-weight-semibold);--font-weight-heading: var(--font-weight-semibold);--font-weight-nav: var(--font-weight-medium);--header-height: 64px;--radius-pill: 100px;--radius-card: 16px;--radius-button: 12px;--badge-padding: 10px 16px;--badge-padding-compact: 5px 12px;--gap-default: 10px;--gap-compact: 8px;--bg-primary: #ffffff;--bg-secondary: #f0f0f6;--text-primary: #000000;--text-secondary: #838388;--logo-color: #0088ff;--logo-filter: brightness(0) saturate(100%) invert(41%) sepia(96%) saturate(1815%) hue-rotate(196deg) brightness(102%) contrast(101%);--gradient-brand: linear-gradient( 135deg, rgba(0, 136, 255, .15) 0%, rgba(0, 200, 179, .12) 50%, rgba(0, 136, 255, .06) 100% );--gradient-brand-subtle: linear-gradient( 135deg, rgba(0, 136, 255, .1) 0%, rgba(0, 200, 179, .08) 50%, rgba(0, 136, 255, .04) 100% );--gradient-warning: linear-gradient( 135deg, rgba(255, 204, 2, .18) 0%, rgba(255, 204, 2, .08) 100% );--accent-bg-primary: rgba(0, 136, 255, .18);--accent-bg-success: rgba(53, 199, 89, .18);--accent-bg-error: rgba(255, 57, 60, .18);--accent-bg-warning: rgba(255, 204, 2, .18);--accent-bg-purple: rgba(203, 48, 224, .18);--shadow-card: 0 1px 3px rgba(0, 0, 0, .05), 0 4px 12px rgba(0, 0, 0, .04);--shadow-card-hover: 0 4px 12px rgba(0, 0, 0, .08), 0 8px 24px rgba(0, 0, 0, .06);--shadow-elevated: 0 8px 30px rgba(0, 0, 0, .12)}@media(prefers-color-scheme:dark){:root{--gray-1: #717175;--gray-2: #5f5f63;--gray-3: #4a4a4d;--gray-4: #3a3a3d;--gray-5: #2f2f32;--gray-6: #1a1a1c;--bg-primary: #000000;--bg-secondary: #1a1a1c;--text-primary: #ffffff;--text-secondary: #a4a5a9;--logo-color: #0088ff;--logo-filter: brightness(0) saturate(100%) invert(41%) sepia(96%) saturate(1815%) hue-rotate(196deg) brightness(102%) contrast(101%);--gradient-brand: linear-gradient( 135deg, rgba(0, 136, 255, .15) 0%, rgba(0, 200, 179, .12) 50%, rgba(0, 136, 255, .06) 100% );--gradient-brand-subtle: linear-gradient( 135deg, rgba(0, 136, 255, .1) 0%, rgba(0, 200, 179, .08) 50%, rgba(0, 136, 255, .04) 100% );--gradient-warning: linear-gradient( 135deg, rgba(255, 204, 2, .18) 0%, rgba(255, 204, 2, .08) 100% );--accent-bg-primary: rgba(0, 136, 255, .2);--accent-bg-success: rgba(53, 199, 89, .2);--accent-bg-error: rgba(255, 57, 60, .2);--accent-bg-warning: rgba(255, 204, 2, .2);--accent-bg-purple: rgba(203, 48, 224, .2);--shadow-card: 0 1px 3px rgba(0, 0, 0, .4), 0 4px 12px rgba(0, 0, 0, .3), 0 0 0 1px rgba(255, 255, 255, .06);--shadow-card-hover: 0 4px 12px rgba(0, 0, 0, .5), 0 8px 24px rgba(0, 0, 0, .4), 0 0 0 1px rgba(255, 255, 255, .1);--shadow-elevated: 0 8px 30px rgba(0, 0, 0, .6), 0 0 0 1px rgba(255, 255, 255, .08)}}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;text-size-adjust:100%;-webkit-text-size-adjust:100%;background-color:var(--bg-primary)}body{font-family:var(--font-system);font-size:var(--text-base);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;transition:background-color .5s cubic-bezier(.4,0,.2,1),color .5s cubic-bezier(.4,0,.2,1);image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.material-symbols-rounded{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;line-height:1;width:auto}@keyframes fadeIn{0%{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:translateZ(0)}}body>*{animation:fadeIn .8s cubic-bezier(.25,.46,.45,.94) forwards}body>*:not(.no-animation){will-change:transform,opacity}@media(prefers-reduced-motion:no-preference){body>*{animation:fadeIn .8s cubic-bezier(.25,.46,.45,.94) forwards}}button,a,[role=button],img{transition:transform .28s cubic-bezier(.25,.46,.45,.94),opacity .28s cubic-bezier(.4,0,.2,1),filter .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);will-change:transform;backface-visibility:hidden;transform:translateZ(0)}button:focus-visible,a:focus-visible,[role=button]:focus-visible{outline:2px solid var(--brand-primary);outline-offset:4px;border-radius:8px;transition:outline-offset .2s ease}button:focus:not(:focus-visible),a:focus:not(:focus-visible),[role=button]:focus:not(:focus-visible){outline:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.gradient-animated{--gradient-angle: 135deg;--gradient-speed: 20s;--gradient-offset: 0%;position:relative;background:linear-gradient(var(--gradient-angle),rgba(0,136,255,.15) 0%,rgba(203,48,224,.12) 20%,rgba(0,200,179,.15) 40%,rgba(97,85,245,.12) 60%,rgba(255,141,40,.1) 80%,rgba(0,136,255,.12) 100%);background-size:300% 300%;background-position:var(--gradient-offset) var(--gradient-offset);animation:gradientFlow var(--gradient-speed) ease-in-out infinite;border-top:none!important;border-bottom:none!important}.gradient-animated:before,.gradient-animated:after{content:"";position:absolute;left:0;right:0;height:80px;pointer-events:none;z-index:1}.gradient-animated:before{top:0;background:linear-gradient(to bottom,var(--bg-primary) 0%,transparent 100%)}.gradient-animated:after{bottom:0;background:linear-gradient(to top,var(--bg-primary) 0%,transparent 100%)}.gradient-animated>*{position:relative;z-index:2}@keyframes gradientFlow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.gradient-animated.variant-1{--gradient-angle: 120deg;--gradient-speed: 18s;animation-delay:-3s;background:linear-gradient(var(--gradient-angle),rgba(0,136,255,.18) 0%,rgba(0,200,179,.14) 25%,rgba(97,85,245,.12) 50%,rgba(0,192,232,.14) 75%,rgba(0,136,255,.12) 100%);background-size:300% 300%}.gradient-animated.variant-2{--gradient-angle: 150deg;--gradient-speed: 22s;animation-delay:-7s;background:linear-gradient(var(--gradient-angle),rgba(203,48,224,.15) 0%,rgba(255,44,85,.12) 25%,rgba(255,141,40,.12) 50%,rgba(203,48,224,.1) 75%,rgba(97,85,245,.15) 100%);background-size:300% 300%}.gradient-animated.variant-3{--gradient-angle: 135deg;--gradient-speed: 25s;animation-delay:-12s;background:linear-gradient(var(--gradient-angle),rgba(0,200,179,.18) 0%,rgba(53,199,89,.14) 25%,rgba(0,192,232,.12) 50%,rgba(0,136,255,.12) 75%,rgba(0,200,179,.14) 100%);background-size:300% 300%}.gradient-animated.variant-4{--gradient-angle: 160deg;--gradient-speed: 19s;animation-delay:-5s;background:linear-gradient(var(--gradient-angle),rgba(255,141,40,.15) 0%,rgba(255,204,2,.12) 25%,rgba(255,44,85,.12) 50%,rgba(203,48,224,.12) 75%,rgba(255,141,40,.1) 100%);background-size:300% 300%}@media(prefers-color-scheme:dark){.gradient-animated{background:linear-gradient(var(--gradient-angle),rgba(0,136,255,.15) 0%,rgba(203,48,224,.12) 20%,rgba(0,200,179,.15) 40%,rgba(97,85,245,.12) 60%,rgba(255,141,40,.1) 80%,rgba(0,136,255,.12) 100%);background-size:300% 300%}.gradient-animated.variant-1{background:linear-gradient(var(--gradient-angle),rgba(0,136,255,.18) 0%,rgba(0,200,179,.14) 25%,rgba(97,85,245,.12) 50%,rgba(0,192,232,.14) 75%,rgba(0,136,255,.12) 100%);background-size:300% 300%}.gradient-animated.variant-2{background:linear-gradient(var(--gradient-angle),rgba(203,48,224,.15) 0%,rgba(255,44,85,.12) 25%,rgba(255,141,40,.12) 50%,rgba(203,48,224,.1) 75%,rgba(97,85,245,.15) 100%);background-size:300% 300%}.gradient-animated.variant-3{background:linear-gradient(var(--gradient-angle),rgba(0,200,179,.18) 0%,rgba(53,199,89,.14) 25%,rgba(0,192,232,.12) 50%,rgba(0,136,255,.12) 75%,rgba(0,200,179,.14) 100%);background-size:300% 300%}.gradient-animated.variant-4{background:linear-gradient(var(--gradient-angle),rgba(255,141,40,.15) 0%,rgba(255,204,2,.12) 25%,rgba(255,44,85,.12) 50%,rgba(203,48,224,.12) 75%,rgba(255,141,40,.1) 100%);background-size:300% 300%}}@media(prefers-reduced-motion:reduce){.gradient-animated{animation:none;background-size:100% 100%}}.app-store-btn{display:inline-flex;align-items:center;transition:transform .2s ease,opacity .2s ease}.app-store-btn:hover{transform:scale(1.02);opacity:.9}.app-store-btn img{display:block;height:44px;width:auto}.btn-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 24px;font-size:16px;font-weight:600;text-decoration:none;border-radius:var(--radius-pill);transition:transform .2s ease,background .2s ease,border-color .2s ease}.btn-cta.primary{background:var(--brand-primary);color:#fff}.btn-cta.primary:hover{transform:translateY(-2px)}.btn-cta.secondary{background:transparent;color:var(--brand-primary);border:1px solid var(--gray-4)}.btn-cta.secondary:hover{background:var(--gray-6);border-color:var(--brand-primary)}.card-shadow{box-shadow:var(--shadow-card)}.card-shadow-hover{box-shadow:var(--shadow-card-hover)}::selection{background-color:#0088ff40;color:var(--text-primary)}::-moz-selection{background-color:#0088ff40;color:var(--text-primary)}img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:auto}svg{shape-rendering:geometricPrecision}@supports (-webkit-overflow-scrolling: touch){body{-webkit-overflow-scrolling:touch}}@supports (padding: env(safe-area-inset-top)){body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}@media(prefers-reduced-motion:no-preference){@media(min-resolution:120dpi){*{animation-timing-function:cubic-bezier(.4,0,.2,1)}}}.app-badge.svelte-hb8oy7{display:flex;align-items:center;color:var(--text-primary);text-decoration:none;font-size:14px;font-weight:600;padding:8px 16px;border-radius:999px;background:#fff9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 8px #0000000a;transition:all .2s ease}@media(prefers-color-scheme:dark){.app-badge.svelte-hb8oy7{background:#ffffff1a;border:1px solid rgba(255,255,255,.1)}}.app-badge.svelte-hb8oy7:hover{background:#fffc;box-shadow:0 4px 12px #00000014}@media(prefers-color-scheme:dark){.app-badge.svelte-hb8oy7:hover{background:#ffffff26}}@property --header-blur{syntax: "<length>"; inherits: false; initial-value: 0px;}.header.svelte-hv3zzy{position:fixed;top:0;left:0;right:0;z-index:1000;height:64px;display:flex;align-items:center;isolation:isolate}.header-bg.svelte-hv3zzy{position:absolute;inset:0;overflow:hidden;border-radius:0;border-bottom:1px solid transparent;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease,--header-blur .3s ease;-webkit-backdrop-filter:blur(var(--header-blur)) saturate(180%);backdrop-filter:blur(var(--header-blur)) saturate(180%);-webkit-mask:linear-gradient(to bottom,black 0%,black 30%,transparent 100%);mask:linear-gradient(to bottom,black 0%,black 30%,transparent 100%);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}@supports (-moz-appearance: none){.header-bg.svelte-hv3zzy{transition:background .3s ease,border-color .3s ease,box-shadow .3s ease,backdrop-filter .3s ease;-webkit-backdrop-filter:none;backdrop-filter:none}.header.scrolled.svelte-hv3zzy .header-bg:where(.svelte-hv3zzy){-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%)}}.header.svelte-hv3zzy .header-bg:where(.svelte-hv3zzy){background:transparent;--header-blur: 0px}.mesh-gradient.svelte-hv3zzy{position:absolute;inset:-50%;width:200%;height:200%;background:radial-gradient(ellipse at 0% 0%,rgba(0,136,255,.08) 0%,transparent 50%),radial-gradient(ellipse at 100% 0%,rgba(97,85,245,.06) 0%,transparent 50%),radial-gradient(ellipse at 50% 100%,rgba(0,200,179,.05) 0%,transparent 50%);opacity:0;transition:opacity .4s ease;animation:svelte-hv3zzy-meshMove 20s ease-in-out infinite}@keyframes svelte-hv3zzy-meshMove{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(-2%,1%) rotate(1deg)}50%{transform:translateY(2%) rotate(0)}75%{transform:translate(2%,1%) rotate(-1deg)}}.header.scrolled.svelte-hv3zzy .header-bg:where(.svelte-hv3zzy){background:#ffffffb8;--header-blur: 20px;box-shadow:0 1px 3px #0000000a,0 4px 24px #0000000a}@media(prefers-color-scheme:dark){.header.scrolled.svelte-hv3zzy .header-bg:where(.svelte-hv3zzy){background:#000000b8;box-shadow:0 1px 3px #0003,0 4px 24px #0003}}.header.scrolled.svelte-hv3zzy .mesh-gradient:where(.svelte-hv3zzy){opacity:.8}.header.menu-open.svelte-hv3zzy .header-bg:where(.svelte-hv3zzy){background:var(--bg-primary);--header-blur: 0px;border-bottom-color:transparent;box-shadow:none;-webkit-mask:none;mask:none}@supports (-moz-appearance: none){.header.menu-open.svelte-hv3zzy .header-bg:where(.svelte-hv3zzy){-webkit-backdrop-filter:none;backdrop-filter:none}}.header-container.svelte-hv3zzy{position:relative;z-index:1;width:100%;max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 16px}@media(min-width:600px){.header-container.svelte-hv3zzy{padding:0 24px}}@media(min-width:768px){.header-container.svelte-hv3zzy{padding:0 32px}}@media(min-width:1440px){.header-container.svelte-hv3zzy{padding:0}}.logo-link.svelte-hv3zzy{display:flex;align-items:center;text-decoration:none;z-index:110;position:relative;margin-left:-4px}.logo-prism.svelte-hv3zzy{position:relative;width:44px;height:44px;display:flex;align-items:center;justify-content:center;isolation:isolate}.logo.svelte-hv3zzy{height:36px;width:auto;filter:var(--logo-filter);transition:transform .3s ease,opacity .3s ease;position:relative;z-index:3}.logo-prism.svelte-hv3zzy:before,.logo-prism.svelte-hv3zzy:after{content:"";position:absolute;inset:0;-webkit-mask:url(../../../cap-icon-transparent.svg) no-repeat center;mask:url(../../../cap-icon-transparent.svg) no-repeat center;-webkit-mask-size:36px;mask-size:36px;opacity:0;transition:transform .4s cubic-bezier(.34,1.56,.64,1),opacity .4s ease,background-color .8s cubic-bezier(.4,0,.2,1)}.logo-prism.svelte-hv3zzy:before{background-color:var(--prism-color-1, var(--brand-primary));z-index:4}.logo-prism.svelte-hv3zzy:after{background-color:var(--prism-color-1, var(--brand-primary));filter:blur(8px);z-index:1}.logo-link.svelte-hv3zzy:hover .logo:where(.svelte-hv3zzy){transform:scale(1.01);opacity:0}.logo-prism.hovered.svelte-hv3zzy:before{transform:scale(1.05);opacity:1}.logo-prism.hovered.svelte-hv3zzy:after{transform:scale(1.3);opacity:.4}.desktop-nav.svelte-hv3zzy{display:none;gap:32px;margin-left:auto;margin-right:24px}.nav-link.svelte-hv3zzy{color:var(--text-secondary);text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease;position:relative}.nav-link.svelte-hv3zzy:hover{color:var(--text-primary)}.meet-menu-container.svelte-hv3zzy{position:relative}.meet-trigger.svelte-hv3zzy{display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:0;font-family:inherit}.chevron.svelte-hv3zzy{transition:transform .2s cubic-bezier(.16,1,.3,1),opacity .15s ease;transform-origin:center;opacity:.5}.meet-trigger.svelte-hv3zzy:hover .chevron:where(.svelte-hv3zzy){opacity:1}.chevron.open.svelte-hv3zzy{transform:rotate(180deg);opacity:1}.meet-menu-overlay.svelte-hv3zzy{position:fixed;inset:0;z-index:100;background:transparent;border:none;cursor:default}.meet-dropdown.svelte-hv3zzy{position:absolute;top:calc(100% + 8px);left:0;min-width:140px;background:var(--bg-primary);border:1px solid var(--gray-5);border-radius:12px;padding:4px;z-index:101;box-shadow:0 4px 24px #0000001f;animation:svelte-hv3zzy-meetDropdownFadeIn .2s cubic-bezier(.16,1,.3,1);transform-origin:top left}@keyframes svelte-hv3zzy-meetDropdownFadeIn{0%{opacity:0;transform:scale(.95) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.meet-dropdown-item.svelte-hv3zzy{display:block;padding:10px 14px;color:var(--text-primary);text-decoration:none;font-size:14px;font-weight:500;border-radius:8px;transition:background .15s}.meet-dropdown-item.svelte-hv3zzy:hover{background:var(--gray-6)}.nav-divider.svelte-hv3zzy{width:1px;height:40px;background:linear-gradient(to bottom,transparent 0%,var(--gray-4) 25%,var(--gray-4) 75%,transparent 100%);opacity:.6;transform:translateY(1px)}.profile-trigger.svelte-hv3zzy{display:flex;align-items:center;gap:10px;padding:6px 8px 6px 16px;border-radius:999px;background:#fff9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 8px #0000000a;transition:all .2s ease;cursor:pointer}@media(prefers-color-scheme:dark){.profile-trigger.svelte-hv3zzy{background:#ffffff1a;border:1px solid rgba(255,255,255,.1)}}.profile-trigger.svelte-hv3zzy:hover{background:#fffc;box-shadow:0 4px 12px #00000014}@media(prefers-color-scheme:dark){.profile-trigger.svelte-hv3zzy:hover{background:#ffffff26}}.greeting-text.svelte-hv3zzy{color:var(--text-primary);font-size:14px;font-weight:500}.header-avatar.svelte-hv3zzy{width:20px;height:20px;border-radius:50%;background:var(--brand-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;flex-shrink:0;overflow:hidden}.header-avatar.svelte-hv3zzy .avatar-img:where(.svelte-hv3zzy){width:100%;height:100%;object-fit:cover}.profile-menu-container.svelte-hv3zzy{position:relative}.profile-menu-overlay.svelte-hv3zzy{position:fixed;inset:0;z-index:100;background:transparent;border:none;cursor:default}.profile-dropdown.svelte-hv3zzy{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;background:var(--bg-primary);border:1px solid var(--gray-5);border-radius:12px;padding:0;z-index:101;box-shadow:0 4px 24px #0000001f;animation:svelte-hv3zzy-dropdownFadeIn .15s ease;overflow:hidden}@keyframes svelte-hv3zzy-dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dropdown-item.svelte-hv3zzy{display:block;width:100%;padding:12px 16px;border:none;background:none;color:var(--text-primary);font-size:14px;font-weight:500;text-align:left;text-decoration:none;border-radius:0;cursor:pointer;transition:background .15s;border-bottom:1px solid var(--gray-5)}.dropdown-item.svelte-hv3zzy:last-child{border-bottom:none}.dropdown-item.svelte-hv3zzy:hover{background:var(--gray-6)}.dropdown-item.profile-item.svelte-hv3zzy{display:flex;flex-direction:column;align-items:flex-start}.dropdown-avatar.svelte-hv3zzy{width:28px;height:28px;border-radius:50%;background:var(--brand-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0;overflow:hidden}.dropdown-avatar.svelte-hv3zzy .avatar-img:where(.svelte-hv3zzy){width:100%;height:100%;object-fit:cover}.dropdown-user-info.svelte-hv3zzy{display:flex;flex-direction:column;min-width:0}.dropdown-user-name.svelte-hv3zzy{font-size:14px;font-weight:400;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-user-email.svelte-hv3zzy{font-size:12px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-eyebrow.svelte-hv3zzy{font-size:11px;font-weight:600;color:var(--text-secondary);margin-bottom:8px}.profile-content.svelte-hv3zzy{display:flex;align-items:center;gap:12px}.dropdown-item.plan-item.svelte-hv3zzy{display:flex;justify-content:space-between;align-items:center}.plan-label.svelte-hv3zzy{color:var(--text-secondary)}.plan-tier.svelte-hv3zzy{font-weight:600;padding:2px 8px;border-radius:4px;font-size:12px}.plan-tier.tier-free.svelte-hv3zzy{background:#94a3b833;color:#94a3b8}.plan-tier.tier-pro.svelte-hv3zzy{background:#3b82f633;color:#3b82f6}.plan-tier.tier-max.svelte-hv3zzy{background:#a855f733;color:#a855f7}.plan-tier.tier-admin.svelte-hv3zzy{background:#05966933;color:#059669}.desktop-actions.svelte-hv3zzy{display:none;align-items:center;gap:16px}.mobile-actions.svelte-hv3zzy{display:flex;align-items:center;gap:4px}.mobile-greeting.svelte-hv3zzy{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--text-primary);padding:6px 8px 6px 16px;border-radius:999px;background:#fff9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 8px #0000000a;cursor:pointer;transition:all .2s ease}.mobile-greeting.svelte-hv3zzy:hover{background:#fffc;box-shadow:0 4px 12px #00000014}.mobile-avatar.svelte-hv3zzy{width:20px;height:20px;border-radius:50%;background:var(--brand-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;flex-shrink:0;overflow:hidden}.mobile-avatar.svelte-hv3zzy .avatar-img:where(.svelte-hv3zzy){width:100%;height:100%;object-fit:cover}@media(prefers-color-scheme:dark){.mobile-greeting.svelte-hv3zzy{background:#ffffff1a;border:1px solid rgba(255,255,255,.1)}.mobile-greeting.svelte-hv3zzy:hover{background:#ffffff26}}.mobile-toggle.svelte-hv3zzy{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:none;border:none;padding:8px;margin-right:-8px;cursor:pointer;z-index:110;position:relative;width:40px;height:40px}.hamburger-line.svelte-hv3zzy{display:block;width:22px;height:2px;background:var(--text-primary);border-radius:1px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.header.menu-open.svelte-hv3zzy .hamburger-line:where(.svelte-hv3zzy):nth-child(1){transform:translateY(7px) rotate(45deg)}.header.menu-open.svelte-hv3zzy .hamburger-line:where(.svelte-hv3zzy):nth-child(2){opacity:0;transform:scaleX(0)}.header.menu-open.svelte-hv3zzy .hamburger-line:where(.svelte-hv3zzy):nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu-overlay.svelte-hv3zzy{position:fixed;inset:64px 0 0;background:var(--bg-primary);z-index:99;padding:32px 16px;animation:svelte-hv3zzy-slideIn .3s cubic-bezier(.4,0,.2,1)}@media(min-width:600px){.mobile-menu-overlay.svelte-hv3zzy{padding:32px 24px}}@media(min-width:768px){.mobile-menu-overlay.svelte-hv3zzy{padding:32px}}@keyframes svelte-hv3zzy-slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-nav.svelte-hv3zzy{display:flex;flex-direction:column;gap:8px}.mobile-link.svelte-hv3zzy{color:var(--text-primary);text-decoration:none;font-size:18px;font-weight:500;padding:16px 0;transition:color .2s ease;border-bottom:1px solid var(--gray-6);background:none;border-left:none;border-right:none;border-top:none;text-align:left;width:100%;display:block}.mobile-link.svelte-hv3zzy:hover{color:var(--text-primary)}.sign-out-link.svelte-hv3zzy{color:var(--color-error)!important;cursor:pointer;background:none;border:none;font-family:inherit;text-align:left;width:100%}.mobile-link.sign-out-link.svelte-hv3zzy{margin-top:8px;border-bottom:none}.mobile-sublink.sign-out-link.svelte-hv3zzy{font-size:16px;font-weight:500;padding:12px 0}.sign-out-link.svelte-hv3zzy:hover{color:var(--color-error)!important}.admin-link.svelte-hv3zzy{color:var(--color-warning)!important}.mobile-link.admin-link.svelte-hv3zzy{color:var(--color-warning)}.mobile-accordion.svelte-hv3zzy{border-bottom:1px solid var(--gray-6)}.mobile-accordion-trigger.svelte-hv3zzy{display:flex;justify-content:space-between;align-items:center;cursor:pointer;border-bottom:none}.mobile-chevron.svelte-hv3zzy{transition:transform .2s cubic-bezier(.16,1,.3,1),opacity .15s ease;transform-origin:center;opacity:.5}.mobile-chevron.open.svelte-hv3zzy{transform:rotate(180deg);opacity:1}.mobile-accordion-content.svelte-hv3zzy{display:flex;flex-direction:column;padding-bottom:8px}.mobile-sublink.svelte-hv3zzy{color:var(--text-secondary);text-decoration:none;font-size:16px;font-weight:500;padding:12px 0;transition:color .2s ease}.mobile-sublink.svelte-hv3zzy:hover{color:var(--text-primary)}.mobile-cta-group.svelte-hv3zzy{display:flex;flex-direction:column;gap:12px;margin-top:24px;padding-top:24px}.mobile-btn.svelte-hv3zzy{display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:16px;font-weight:500;padding:14px 24px;border-radius:var(--radius-pill);transition:all .2s ease}.mobile-btn.primary.svelte-hv3zzy{background:var(--brand-primary);color:#fff}.mobile-btn.primary.svelte-hv3zzy:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0088ff4d}.mobile-btn.secondary.svelte-hv3zzy{background:transparent;color:var(--text-primary);border:1px solid var(--gray-4)}.mobile-btn.secondary.svelte-hv3zzy:hover{border-color:var(--brand-primary);color:var(--brand-primary)}@media(min-width:768px){.desktop-nav.svelte-hv3zzy,.desktop-actions.svelte-hv3zzy{display:flex}.mobile-actions.svelte-hv3zzy{display:none}}@media(prefers-reduced-motion:reduce){.mesh-gradient.svelte-hv3zzy{animation:none}.header.svelte-hv3zzy,.header-bg.svelte-hv3zzy,.mesh-gradient.svelte-hv3zzy,.hamburger-line.svelte-hv3zzy,.mobile-menu-overlay.svelte-hv3zzy{transition-duration:.01ms;animation-duration:.01ms}}footer.svelte-7lfk2o{border-top:1px solid var(--gray-6);background:transparent;padding:24px 0}.footer-content.svelte-7lfk2o{max-width:1440px;margin:0 auto;padding:0;text-align:center}p.svelte-7lfk2o{color:var(--text-secondary);font-size:14px;margin:0}a.svelte-7lfk2o{color:var(--text-secondary);text-decoration:underline;transition:color .2s}a.svelte-7lfk2o:hover{color:var(--text-primary)}.app-layout.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.main-content.svelte-12qhfyh{flex:1;padding-top:64px}.auth-loading.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 144px)}.spinner.svelte-12qhfyh{width:40px;height:40px;border:3px solid var(--gray-5);border-top-color:var(--brand-primary);border-radius:50%;animation:svelte-12qhfyh-spin .8s linear infinite}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}
