:root{--background:#fff;--foreground:#09090b;--muted:#f4f4f5;--muted-fg:#71717a;--border:#e4e4e7;--primary:#18181b;--primary-fg:#fafafa;--radius:.5rem;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;--container:min(1400px, 100vw);--page-px:clamp(16px, 4vw, 48px)}*,:before,:after{box-sizing:border-box}html{background:var(--background);color:var(--foreground);font:16px/1.6 var(--font);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;scroll-behavior:smooth;margin:0;padding:0}body{min-width:320px;margin:0;overflow-x:hidden}a{color:inherit;text-decoration:none}button,textarea{font:inherit}p{margin:0}h1,h2,h3{letter-spacing:-.03em;margin:0;font-weight:700;line-height:1.1}.page-wrap{min-height:100vh}.inner{width:100%;max-width:var(--container);padding-left:var(--page-px);padding-right:var(--page-px);margin:0 auto}.nav{z-index:40;background:var(--background);border-bottom:1px solid var(--border);position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;gap:16px;padding-top:12px;padding-bottom:12px;display:flex}.brand{letter-spacing:-.03em;color:var(--foreground);flex-shrink:0;font-size:1.25rem;font-weight:700}.brand:hover{opacity:.8}.nav-links{align-items:center;gap:4px;display:flex}.nav-ghost{color:var(--muted-fg);border-radius:var(--radius);padding:6px 12px;font-size:.875rem;font-weight:500;transition:color .15s}.nav-ghost:hover{color:var(--foreground)}.btn{border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;gap:6px;height:40px;padding:0 16px;font-size:.875rem;font-weight:500;transition:opacity .15s,background .15s;display:inline-flex}.btn-sm{height:36px;padding:0 12px;font-size:.8125rem}.btn-lg{height:44px;padding:0 20px;font-size:.9375rem}.btn-primary{background:var(--primary);color:var(--primary-fg);border-color:var(--primary)}.btn-primary:hover{opacity:.88}.btn-outline{background:var(--background);color:var(--foreground);border-color:var(--border)}.btn-outline:hover{background:var(--muted)}.eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--muted-fg);margin-bottom:12px;font-size:.75rem;font-weight:600;display:block}.hero{border-bottom:1px solid var(--border);padding:64px 0 52px}.hero h1{max-width:18ch;margin-bottom:16px;font-size:clamp(2.25rem,5vw,3.5rem)}.hero-sub{color:var(--muted-fg);max-width:52ch;margin-bottom:28px;font-size:1.0625rem;line-height:1.65}.cta-row{flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex}.badge-row{flex-wrap:wrap;align-items:center;margin:0;padding:0;list-style:none;display:flex}.badge-row span,.badge-row a{color:var(--muted-fg);border-right:1px solid var(--border);margin-right:12px;padding-right:12px;font-size:.8125rem;font-weight:500}.badge-row a{text-decoration:none}.badge-row a:hover{color:var(--foreground)}.badge-row span:last-child,.badge-row a:last-child{border-right:none;margin-right:0;padding-right:0}.demo-section{border-bottom:1px solid var(--border);padding:32px 0 0}.demo-heading{margin-bottom:16px}.demo-heading h2{letter-spacing:-.02em;margin-bottom:4px;font-size:clamp(1rem,2vw,1.25rem);font-weight:600}.demo-heading p{color:var(--muted-fg);font-size:.875rem}.demo-frame-wrap{border-top:1px solid var(--border);background:#09090b;border-bottom:none;width:100vw;margin-left:calc(50% - 50vw);overflow:hidden}.demo-frame-stage{position:relative}.demo-frame{background:#09090b;border:0;width:100%;height:clamp(480px,100vh - 200px,780px);min-height:480px;display:block}.demo-frame.is-scroll-locked{pointer-events:none}.demo-shield{z-index:2;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:flex-start;padding:14px;display:flex;position:absolute;inset:0}.demo-shield-badge{border-radius:var(--radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#ffffffeb;background:#0a0a0fcc;border:1px solid #ffffff1f;align-items:center;gap:6px;padding:7px 12px;font-size:.8125rem;font-weight:600;display:inline-flex}.url-panel{flex-direction:column;gap:8px;padding-top:20px;padding-bottom:28px;display:flex}.url-label-block{align-items:baseline;gap:8px;display:flex}.url-label{color:var(--foreground);margin-bottom:2px;font-size:.8125rem;font-weight:600;display:block}.url-hint{color:var(--muted-fg);font-size:.75rem}.url-field-wrap{min-width:0;position:relative}.url-field{border:1px solid var(--border);border-radius:var(--radius);background:var(--muted);width:100%;color:var(--foreground);resize:none;cursor:text;word-break:break-all;overflow-wrap:anywhere;min-height:38px;max-height:220px;padding:9px 40px 9px 12px;font-family:"ui-monospace",SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;line-height:1.6;overflow-y:auto}.url-field:focus{border-color:var(--foreground);outline:none}.url-field::placeholder{color:var(--muted-fg);font-family:var(--font);font-size:.8125rem}.url-copy-btn{border-radius:calc(var(--radius) - 2px);width:24px;height:24px;color:var(--muted-fg);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:flex;position:absolute;top:7px;right:8px}.url-copy-btn:hover{color:var(--foreground);background:var(--border)}.url-copy-btn svg{display:block}.features-section{border-bottom:1px solid var(--border);padding:52px 0}.features-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;display:grid}.feature{padding-top:20px}.feature h3{letter-spacing:-.01em;margin-bottom:8px;font-size:1rem;font-weight:600}.feature p{color:var(--muted-fg);font-size:.875rem;line-height:1.65}.pricing-section{border-bottom:1px solid var(--border);padding:52px 0}.pricing-header{margin-bottom:32px}.pricing-header h2{margin-bottom:8px;font-size:clamp(1.5rem,3vw,2rem)}.pricing-header p{color:var(--muted-fg);max-width:52ch;font-size:.9375rem}.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.pricing-card{border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:16px;padding:24px;display:flex}.pricing-card-head{gap:6px;display:grid}.pricing-card-name{color:var(--muted-fg);font-size:.8125rem;font-weight:600}.pricing-card-price{letter-spacing:-.04em;font-size:2rem;font-weight:700;line-height:1}.pricing-card-price span{color:var(--muted-fg);letter-spacing:0;margin-left:2px;font-size:1rem;font-weight:500}.pricing-card-desc{color:var(--muted-fg);font-size:.8125rem;line-height:1.5}.pricing-divider{background:var(--border);height:1px}.pricing-features{gap:8px;margin:0;padding:0;list-style:none;display:grid}.pricing-features li{color:var(--muted-fg);align-items:center;gap:8px;font-size:.8125rem;display:flex}.pricing-features li:before{content:"";background:var(--muted-fg);opacity:.5;border-radius:50%;flex-shrink:0;width:4px;height:4px;display:inline-block}.pricing-feature-soon{opacity:.5}.badge-soon{letter-spacing:.04em;text-transform:uppercase;color:var(--muted-fg);border:1px solid var(--border);border-radius:4px;flex-shrink:0;padding:1px 5px;font-size:.625rem;font-weight:600;line-height:1.4}.pricing-cta{margin-top:auto}.final-cta{justify-content:space-between;align-items:center;gap:24px;padding-top:52px;padding-bottom:52px;display:flex}.final-cta h2{margin-bottom:4px;font-size:clamp(1.25rem,2.5vw,1.75rem)}.final-cta p{color:var(--muted-fg);font-size:.9375rem}.prose-page{min-height:calc(100vh - 120px);padding-top:56px;padding-bottom:64px}.prose-wrap{max-width:760px}.prose-wrap h1{margin-bottom:.5rem;font-size:clamp(1.75rem,3.5vw,2.5rem)}.prose-wrap h3{letter-spacing:-.01em;margin-top:1.75rem;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.prose-wrap p{color:var(--muted-fg);margin-bottom:.75rem;font-size:.9375rem;line-height:1.7}.prose-wrap p:last-child,.prose-wrap section{margin-bottom:0}.prose-header{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.prose-header p{color:var(--foreground)}.prose-date{color:var(--muted-fg);margin-bottom:.5rem;font-size:.875rem}.site-footer{border-top:1px solid var(--border);padding:32px 0}.site-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.site-footer-links{flex-wrap:wrap;gap:20px;display:flex}.site-footer-links a{color:var(--muted-fg);font-size:.8125rem}.site-footer-links a:hover{color:var(--foreground)}.site-footer-copy{color:var(--muted-fg);margin:0;font-size:.8125rem}@media (width<=900px){.features-grid{grid-template-columns:1fr;gap:0}.feature{border-top:1px solid var(--border);padding:20px 0}.feature:first-child{border-top:none}.pricing-grid{grid-template-columns:1fr;gap:0}.pricing-card{border-bottom:none;border-left:none;border-right:none;border-radius:0}.pricing-grid .pricing-card:first-child{border-radius:var(--radius) var(--radius) 0 0;border-left:1px solid var(--border);border-right:1px solid var(--border)}.pricing-grid .pricing-card:last-child{border-radius:0 0 var(--radius) var(--radius);border-bottom:1px solid var(--border);border-left:1px solid var(--border);border-right:1px solid var(--border)}.pricing-grid .pricing-card:not(:first-child):not(:last-child){border-left:1px solid var(--border);border-right:1px solid var(--border)}}@media (width<=640px){.nav-ghost{display:none}.hero{padding:40px 0 36px}.final-cta{flex-direction:column;align-items:flex-start;gap:20px}.demo-frame{height:clamp(480px,90vw,600px);min-height:480px}.site-footer-inner{flex-direction:column;align-items:flex-start;gap:12px}}
