:root{--c-void: #0a0910;--c-deep: #0e0c16;--c-surface: #1e1b2e;--c-surface-2: #272340;--c-border: rgba(255,255,255,.1);--c-border-2: rgba(196,120,90,.6);--c-rose: #c4785a;--c-rose-light: #d4917a;--c-rose-dim: rgba(196, 120, 90, .15);--c-gold: #b5975e;--c-sage: #7a9e8e;--c-lavender: #9b8ec4;--c-text: #e8e3f0;--c-text-2: #b0a8c4;--c-text-3: #7a7294;--c-text-inv: #0d0d0f;--c-success: #6db38a;--c-warning: #c9a84c;--c-error: #c46b6b;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Instrument Sans", system-ui, sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--text-6xl: 3.75rem;--text-7xl: 4.5rem;--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;--radius-sm: 6px;--radius: 12px;--radius-lg: 18px;--radius-xl: 26px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.3), 0 1px 2px rgba(0,0,0,.2);--shadow: 0 4px 24px rgba(0,0,0,.4), 0 1px 1px rgba(255,255,255,.05) inset;--shadow-lg: 0 12px 48px rgba(0,0,0,.5), 0 1px 1px rgba(255,255,255,.05) inset;--shadow-glow: 0 0 40px rgba(196,120,90,.2);--transition: .2s ease;--transition-slow: .4s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{height:-webkit-fill-available;font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;min-height:-webkit-fill-available;font-family:var(--font-body);font-weight:300;background-color:var(--c-deep);background-image:radial-gradient(ellipse 70% 50% at 15% 0%,rgba(196,120,90,.12) 0%,transparent 55%),radial-gradient(ellipse 50% 40% at 85% 100%,rgba(155,142,196,.1) 0%,transparent 55%),radial-gradient(ellipse 40% 30% at 50% 50%,rgba(122,156,142,.04) 0%,transparent 60%);background-attachment:fixed;color:var(--c-text);line-height:1.6}#root{height:100%;min-height:100vh;min-height:-webkit-fill-available}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:400;line-height:1.2;letter-spacing:-.01em}h1{font-size:var(--text-6xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}h5{font-size:var(--text-lg)}p{font-size:var(--text-base);color:var(--c-text-2)}a{color:var(--c-rose);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--c-rose-light)}.glass{background:var(--c-surface);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--c-border);box-shadow:var(--shadow),0 1px #ffffff0f inset}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--c-deep)}::-webkit-scrollbar-thumb{background:var(--c-border-2);border-radius:2px}.text-gradient{background:linear-gradient(135deg,var(--c-rose) 0%,var(--c-gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass{background:#ffffff08;border:1px solid var(--c-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.noise-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.02'/%3E%3C/svg%3E");pointer-events:none;z-index:0}@media (max-width: 768px){.hero-grid{grid-template-columns:1fr!important;padding-top:120px!important;gap:var(--space-8)!important}.hero-chat-preview{display:none!important}.hero-actions{flex-wrap:wrap!important}.hero-actions a{border-radius:var(--radius-full)!important;padding:var(--space-3) var(--space-5)!important;white-space:nowrap!important}.features-grid,.pricing-grid{grid-template-columns:1fr!important}.pricing-grid>div{transform:none!important}.landing-nav{padding:var(--space-4) var(--space-4)!important}.landing-nav-links{display:none!important}.landing-nav-mobile{display:flex!important}}[data-theme=light]{--c-void: #eeecf7;--c-deep: #f7f5fc;--c-surface: #ffffff;--c-surface-2: #f0eef8;--c-border: rgba(0,0,0,.08);--c-border-2: rgba(196,120,90,.5);--c-text: #1a1628;--c-text-2: #4a4264;--c-text-3: #9b90b8;--c-text-inv: #ffffff;--c-rose: #c4785a;--c-rose-light: #d4917a;--c-rose-dim: rgba(196,120,90,.12);--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow: 0 4px 24px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.05);--shadow-lg: 0 12px 48px rgba(0,0,0,.15)}[data-theme=light] body{background-image:radial-gradient(ellipse 70% 50% at 15% 0%,rgba(196,120,90,.08) 0%,transparent 55%),radial-gradient(ellipse 50% 40% at 85% 100%,rgba(155,142,196,.07) 0%,transparent 55%)}[data-theme-id=night]{--c-void: #0a0910;--c-deep: #0e0c16;--c-surface: #1e1b2e;--c-surface-2: #272340;--c-rose: #c4785a;--c-rose-light: #d4917a;--c-rose-dim: rgba(196,120,90,.15)}[data-theme-id=forest]{--c-void: #091210;--c-deep: #0d1a17;--c-surface: #162420;--c-surface-2: #1e302b;--c-rose: #5a9e7a;--c-rose-light: #6db891;--c-rose-dim: rgba(90,158,122,.15);--c-text: #e0ede9;--c-text-2: #a8c4bc;--c-text-3: #6a9e92}[data-theme-id=ocean]{--c-void: #080e14;--c-deep: #0c1520;--c-surface: #152030;--c-surface-2: #1c2c40;--c-rose: #4a90c4;--c-rose-light: #62a8d8;--c-rose-dim: rgba(74,144,196,.15);--c-text: #e0eaf5;--c-text-2: #a0b8d4;--c-text-3: #607a94}[data-theme-id=dusk]{--c-void: #14090f;--c-deep: #1e0d18;--c-surface: #2e1626;--c-surface-2: #3a1c32;--c-rose: #c45a8e;--c-rose-light: #d870a5;--c-rose-dim: rgba(196,90,142,.15);--c-text: #f0e0ea;--c-text-2: #c4a0b8;--c-text-3: #906080}[data-theme-id=sand]{--c-void: #f5f0e8;--c-deep: #faf7f0;--c-surface: #ffffff;--c-surface-2: #f0ebe0;--c-border: rgba(0,0,0,.08);--c-border-2: rgba(196,164,90,.5);--c-rose: #c4a45a;--c-rose-light: #d4b870;--c-rose-dim: rgba(196,164,90,.15);--c-text: #2a2010;--c-text-2: #6a5830;--c-text-3: #a08850;--c-text-inv: #ffffff;--shadow: 0 4px 24px rgba(0,0,0,.08)}[data-theme-id=sand] body{background-image:radial-gradient(ellipse 70% 50% at 20% 0%,rgba(196,164,90,.1) 0%,transparent 60%),radial-gradient(ellipse 50% 40% at 80% 100%,rgba(180,140,80,.07) 0%,transparent 60%)}[data-theme-id=cloud]{--c-void: #f0eef8;--c-deep: #f7f5fc;--c-surface: #ffffff;--c-surface-2: #eeecf8;--c-border: rgba(0,0,0,.07);--c-border-2: rgba(142,126,196,.5);--c-rose: #8e7ec4;--c-rose-light: #a594d8;--c-rose-dim: rgba(142,126,196,.15);--c-text: #1a1628;--c-text-2: #4a4264;--c-text-3: #9b90b8;--c-text-inv: #ffffff;--shadow: 0 4px 24px rgba(0,0,0,.08)}
