:root{color-scheme:dark;--background: oklch(.13 .005 260);--foreground: oklch(.93 .005 80);--card: oklch(.16 .006 260);--primary: oklch(.82 .12 65);--primary-foreground: oklch(.13 .005 260);--secondary: oklch(.2 .006 260);--muted-foreground: oklch(.6 .015 260);--border: oklch(1 0 0 / 8%);--input: oklch(1 0 0 / 12%);--destructive: oklch(.704 .191 22.216);--success: oklch(.78 .12 150);--font-serif: "DM Serif Display", Georgia, "Times New Roman", serif;--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-in-out: cubic-bezier(.77, 0, .175, 1);--radius: .625rem;font-family:var(--font-sans)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:radial-gradient(circle at 50% 0%,oklch(.82 .12 65 / 5%),transparent 32rem),var(--background);color:var(--foreground);font-family:var(--font-sans);font-feature-settings:"kern";-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}button,input{font:inherit}button:not(:disabled),a[href]{cursor:pointer}a{color:inherit}svg{display:block}::selection{background:#fab36d40;color:#f7f5f1}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#373b40;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#52555b}.site-shell{width:100%;max-width:1120px;margin:0 auto;padding:0 1.25rem}.site-shell.narrow{max-width:720px}.top-nav{position:fixed;z-index:50;top:0;right:0;left:0;transition:background-color .3s ease,border-color .3s ease,backdrop-filter .3s ease}.top-nav.is-scrolled{border-bottom:1px solid var(--border);background:#060709cc;backdrop-filter:blur(24px)}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:4rem}.brand,.footer-brand,.nav-links{display:inline-flex;align-items:center;gap:.625rem}.brand,.footer-brand{text-decoration:none}.brand span:last-child,.footer-brand span:last-child{font-family:var(--font-serif);font-size:1.125rem;color:var(--foreground)}.brand-mark,.footer-mark{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;background:#fab36d26;transition:background-color .2s ease}.brand-mark{width:1.75rem;height:1.75rem}.brand:hover .brand-mark{background:#fab36d40}.brand-mark svg,.footer-mark svg{width:.875rem;height:.875rem;fill:var(--primary)}.button{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;height:3rem;min-width:max-content;border:1px solid transparent;border-radius:var(--radius);padding:0 2rem;color:inherit;font-weight:500;text-decoration:none;transition:transform .16s var(--ease-out),background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease}.button:active{transform:scale(.97)}.button.primary{background:var(--primary);color:var(--primary-foreground)}.button.primary:hover{background:#eca760}.button.outline{height:2.25rem;padding:0 .875rem;border-color:#ffffff1f;background:transparent;color:#eae7e4cc;font-size:.875rem}.button.outline:hover{border-color:#fab36d66;background:#fab36d0d;color:var(--foreground)}.button.ghost{background:transparent;color:var(--muted-foreground)}.button.ghost:hover{color:var(--foreground)}.button-icon{width:1rem;height:1rem;fill:none;stroke:currentcolor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.hero{position:relative;display:flex;min-height:92vh;align-items:center;justify-content:center;overflow:hidden;text-align:center}.hero:after,.section-line{position:absolute;right:0;bottom:0;left:0;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent);content:""}.hero-glow{position:absolute;top:25%;left:50%;width:min(800px,90vw);height:600px;border-radius:999px;background:#fab36d0a;filter:blur(120px);pointer-events:none;transform:translate(-50%,-50%)}.hero-inner{position:relative;max-width:768px}.pill{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.375rem .875rem;border:1px solid oklch(1 0 0 / 12%);border-radius:999px;background:#1416197f}.pill span:last-child{color:var(--muted-foreground);font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.pulse-dot{width:.375rem;height:.375rem;border-radius:999px;background:var(--primary);animation:pulse 1.8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}.hero h1,.section-heading h2,.section-copy h2,.waitlist-inner h2,.page-heading h1,.prose h1{margin:0;font-family:var(--font-serif);font-weight:400;letter-spacing:0}.hero h1{margin-bottom:1.5rem;font-size:clamp(3rem,9vw,4.5rem);line-height:1.08}.hero h1 span{color:var(--primary)}.hero-copy{max-width:36rem;margin:0 auto 2.5rem;color:var(--muted-foreground);font-size:clamp(1.125rem,2.5vw,1.25rem);line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}.section{position:relative;padding:clamp(7rem,12vw,9rem) 0}.section-line{top:0;bottom:auto}.section-inner{max-width:1024px}.section-heading{margin-bottom:clamp(4rem,8vw,5rem);text-align:center}.eyebrow{margin:0 0 .75rem;color:#fab36dcc;font-size:.75rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase}.section-heading h2,.section-copy h2,.waitlist-inner h2{font-size:clamp(2rem,6vw,3rem);line-height:1.15}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid oklch(1 0 0 / 8%);border-radius:1rem;background:#ffffff14}.feature-card{min-height:100%;padding:clamp(2rem,4vw,2.5rem);background:var(--background);transition:background-color .3s ease}.feature-card:hover{background:#1416194d}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-bottom:1.25rem;border-radius:.75rem;background:#fab36d14;color:#fab36db3;transition:background-color .3s ease,color .3s ease}.feature-card:hover .feature-icon{background:#fab36d26;color:var(--primary)}.feature-icon svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentcolor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.feature-card h3{margin:0 0 .625rem;color:var(--foreground);font-size:1rem;font-weight:500;letter-spacing:0}.feature-card p,.section-copy p,.waitlist-intro,.privacy-note,.page-heading p,.post-card p,.prose p,.prose li{color:var(--muted-foreground);line-height:1.7}.feature-card p{margin:0;font-size:.875rem}.preview-section{padding-top:clamp(3rem,6vw,5rem);padding-bottom:clamp(5rem,10vw,7rem)}.preview-inner{max-width:960px}.preview-frame{position:relative;overflow:hidden;border:1px solid oklch(1 0 0 / 10%);border-radius:.75rem;background:#030304;box-shadow:0 0 0 1px #fab36d0f,0 24px 80px -12px #0009,0 0 120px -40px #fab36d14}.preview-bar{display:flex;gap:6px;padding:12px 16px;border-bottom:1px solid oklch(1 0 0 / 6%);background:#050607}.preview-dot{width:10px;height:10px;border-radius:999px;background:#2c2e30}.preview-image{display:block;width:100%;height:auto}.preview-caption{margin:1.5rem 0 0;color:#5e646c;font-size:.8125rem;letter-spacing:.04em;text-align:center}.feature-card--lead{border-bottom:2px solid oklch(.82 .12 65 / 20%)}.feature-card--lead .feature-icon{background:#fab36d1f;color:var(--primary)}.section-copy{text-align:center}.section-copy h2{margin-bottom:2rem}.section-copy p{margin:0 auto 1.5rem;font-size:1.125rem}.section-copy p:last-child{margin-bottom:0}.waitlist-section{overflow:hidden}.waitlist-glow{position:absolute;top:50%;left:50%;width:min(600px,90vw);height:400px;border-radius:999px;background:#fab36d08;filter:blur(100px);pointer-events:none;transform:translate(-50%,-50%)}.waitlist-inner{position:relative;max-width:544px;text-align:center}.waitlist-intro{max-width:32rem;margin:1rem auto 2.5rem}.waitlist-form{display:grid;gap:.75rem}.waitlist-form input{width:100%;min-height:3rem;border:1px solid oklch(1 0 0 / 12%);border-radius:var(--radius);padding:0 1rem;background:#1416197f;color:var(--foreground);font-size:1rem;outline:none;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.waitlist-form input::placeholder{color:#7b81897f}.waitlist-form input:focus{border-color:#fab36d73;background:#141619b3;box-shadow:0 0 0 3px #fab36d1f}.submit-button{width:100%}.submit-button:disabled{cursor:wait;opacity:.6}.setup-note,.form-status{min-height:1.375rem;margin:0;font-size:.875rem}.setup-note,.form-status[data-tone=error]{color:var(--destructive)}.form-status[data-tone=success]{color:var(--success)}.privacy-note{margin:.25rem 0 0;color:#7b818999;font-size:.75rem}.footer{position:relative;padding:3rem 0}.footer-inner{text-align:center}.footer-brand{justify-content:center;margin-bottom:1rem}.footer-mark{width:1.5rem;height:1.5rem;border-radius:.375rem;background:#fab36d1a}.footer-mark svg{width:.75rem;height:.75rem;fill:#fab36db3}.footer-brand span:last-child{color:#eae7e4b3;font-size:.875rem}.footer p{margin:0;color:#7b81897f;font-size:.75rem}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.fade-up{transition:opacity .7s var(--ease-out) var(--delay, 0ms),transform .7s var(--ease-out) var(--delay, 0ms)}.js .fade-up{opacity:0;transform:translateY(28px)}.js .fade-up.is-visible{opacity:1;transform:translateY(0)}.page-heading{padding:8rem 0 3rem}.page-heading h1{max-width:760px;font-size:clamp(2.5rem,6vw,4.75rem);line-height:1.08}.post-list{display:grid;gap:2rem;padding-bottom:6rem}.post-card{border-top:1px solid var(--border);padding-top:1.5rem}.post-card h2{margin:0;font-size:1.45rem}.post-card a{text-decoration-thickness:2px;text-underline-offset:4px}.prose{padding:8rem 0 6rem}.prose h1{margin-bottom:2rem;font-size:clamp(2.35rem,6vw,4.5rem);line-height:1.08}.prose p,.prose li{font-size:1.06rem}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}.js .fade-up{opacity:1;transform:none}}@media(max-width:900px){.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.site-shell{padding:0 1rem}.nav-inner{height:4rem}.hero{min-height:88vh;padding-top:3rem}.hero-actions{align-items:stretch}.hero-actions .button{width:100%}.feature-grid{grid-template-columns:1fr}}@media(max-width:420px){.brand span:last-child{font-size:1rem}.nav-links{gap:.375rem}.nav-links .button.outline{padding:0 .625rem;font-size:.8125rem}}
