*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #09090b;--surface: #131316;--surface-2: #1a1a1f;--border: #23232a;--border-hover: #3a3a44;--text: #fafafa;--text-2: #a1a1aa;--text-3: #63636e;--accent: #dc2626;--accent-2: #ef4444;--accent-glow: rgba(220, 38, 38, .15);--radius: 12px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#09090bcc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.nav-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-size:.9rem;color:var(--text-2);transition:color .2s;font-weight:500}.nav-links a:hover{color:var(--text)}.nav-cta{padding:.5rem 1.25rem;background:var(--text);color:var(--bg)!important;border-radius:8px;font-weight:600!important;font-size:.85rem!important;transition:opacity .2s!important}.nav-cta:hover{opacity:.9;color:var(--bg)!important}.nav-mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav-mobile-toggle span{width:20px;height:2px;background:var(--text);border-radius:1px}.btn{display:inline-block;font-weight:600;border-radius:10px;transition:all .2s;cursor:pointer;border:none;font-size:1rem}.btn-primary{padding:.875rem 2rem;background:var(--text);color:var(--bg)}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-large{padding:1rem 2.5rem;font-size:1.1rem}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 6rem;position:relative;text-align:center}.hero-content{max-width:800px;position:relative;z-index:1}.hero h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem}.highlight{color:var(--accent-2)}.hero-sub{font-size:1.25rem;color:var(--text-2);margin-bottom:2.5rem;max-width:540px;margin-left:auto;margin-right:auto}.hero-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,var(--accent-glow) 0%,transparent 70%);top:10%;left:50%;transform:translate(-50%);pointer-events:none;animation:glow-pulse 6s ease-in-out infinite}@keyframes glow-pulse{0%,to{opacity:.4;transform:translate(-50%) scale(1)}50%{opacity:.7;transform:translate(-50%) scale(1.1)}}.products{max-width:1200px;margin:0 auto;padding:0 2rem}.product-section{padding:8rem 0;border-top:1px solid var(--border);position:relative}.product-label{font-size:.8rem;font-weight:600;color:var(--text-3);letter-spacing:.1em;margin-bottom:3rem;font-variant-numeric:tabular-nums}.product-split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-split.reverse{direction:rtl}.product-split.reverse>*{direction:ltr}.product-info h2{font-size:2.75rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.5rem}.product-tagline{font-size:1.1rem;color:var(--accent-2);font-weight:500;margin-bottom:1.25rem}.product-desc{font-size:1.05rem;color:var(--text-2);line-height:1.7;margin-bottom:2rem}.product-points{list-style:none;margin-bottom:2rem;display:flex;flex-direction:column;gap:.625rem}.product-points li{color:var(--text-2);font-size:.95rem;padding-left:1.25rem;position:relative}.product-points li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;background:var(--accent);border-radius:50%}.product-cta{display:inline-block;font-weight:600;color:var(--text);font-size:.95rem;padding-bottom:2px;border-bottom:1px solid var(--text-3);transition:border-color .2s}.product-cta:hover{border-color:var(--text)}.product-bedrock{text-align:center}.product-bedrock .product-label{text-align:left}.bedrock-header{max-width:640px;margin:0 auto 3rem}.bedrock-header h2{font-size:2.75rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.5rem}.bedrock-highlights-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem;text-align:left}.bedrock-card{padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s}.bedrock-card:hover{border-color:var(--border-hover)}.bedrock-card h4{font-size:.95rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.bedrock-card p{font-size:.85rem;color:var(--text-2);line-height:1.6}.code-window{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.code-dots{display:flex;gap:6px;padding:14px 16px;border-bottom:1px solid var(--border)}.code-dots span{width:10px;height:10px;border-radius:50%;background:var(--border)}.code-window pre{padding:1.5rem;overflow-x:auto}.code-window code{font-family:SF Mono,Fira Code,Monaco,monospace;font-size:.85rem;line-height:1.8}.syn-kw{color:#c792ea}.syn-fn{color:#82aaff}.syn-str{color:#c3e88d}.syn-cm{color:#546e7a}.aisketch-modes{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.mode-card{padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:10px}.mode-card h4{font-size:.9rem;font-weight:700;margin-bottom:.4rem}.mode-card p{font-size:.8rem;color:var(--text-2);line-height:1.5}.mode-card em{color:var(--text);font-style:italic}.aisketch-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem;padding:1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.detail-item{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.detail-label{color:var(--text-3);font-weight:500}.detail-value{color:var(--text-2);font-weight:500}.sketch-demo{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.sketch-canvas{padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;min-height:340px;justify-content:center}.sketch-svg{width:100%;max-width:360px}.sketch-line{stroke-dasharray:1000;stroke-dashoffset:1000;animation:draw-line 2s ease forwards}.sketch-line-1{animation-delay:.2s}.sketch-line-2{animation-delay:.8s}.sketch-line-3{animation-delay:1.2s}.sketch-line-4{animation-delay:1.6s}.sketch-line-5{animation-delay:2s}.sketch-line-6{animation-delay:0s}@keyframes draw-line{to{stroke-dashoffset:0}}.sketch-prompt{font-size:.85rem;color:var(--text-3);font-style:italic}.closing{padding:10rem 2rem;text-align:center;position:relative}.closing-content{max-width:600px;margin:0 auto;position:relative;z-index:1}.closing h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.2;margin-bottom:1.25rem}.closing p{color:var(--text-2);font-size:1.1rem;margin-bottom:2.5rem}.principles{max-width:1200px;margin:0 auto;padding:0 2rem}.principles-inner{border-top:1px solid var(--border);padding:8rem 0}.principles-header{max-width:720px;margin-bottom:4rem}.principles-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin-top:.75rem}.principles-list{display:flex;flex-direction:column;gap:3.5rem;max-width:840px}.principle{display:grid;grid-template-columns:96px 1fr;gap:2rem;align-items:start}.principle-numeral{font-size:3rem;font-weight:800;line-height:1;color:var(--text-3);letter-spacing:-.02em;font-variant-numeric:tabular-nums}.principle-body h3{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.principle-body p{font-size:1.05rem;color:var(--text-2);line-height:1.7}.products-intro{border-top:1px solid var(--border);padding:8rem 0 0}.products-intro h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.2;margin-top:.75rem;max-width:720px}.footer{border-top:1px solid var(--border);padding:4rem 2rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-logo{font-size:1.1rem;font-weight:700;display:block;margin-bottom:.5rem}.footer-col p{color:var(--text-3);font-size:.9rem}.footer-col h4{font-size:.85rem;font-weight:600;color:var(--text-2);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer-col a{display:block;color:var(--text-3);font-size:.9rem;margin-bottom:.5rem;transition:color .2s}.footer-col a:hover{color:var(--text)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--border)}.footer-bottom p{color:var(--text-3);font-size:.8rem}.auth-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.auth-box{width:100%;max-width:380px}.back-link{display:inline-block;color:var(--text-3);font-size:.85rem;margin-bottom:2.5rem;transition:color .2s}.back-link:hover{color:var(--text)}.auth-header{text-align:center;margin-bottom:2.5rem}.auth-logo{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1.5rem}.auth-title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.auth-subtitle{color:var(--text-3);font-size:.9rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{color:var(--text-2);font-weight:500;font-size:.85rem}.form-input{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.8rem 1rem;color:var(--text);font-size:.95rem;font-family:inherit;transition:border-color .2s}.form-input:focus{outline:none;border-color:var(--text-3)}.form-input::placeholder{color:var(--text-3)}.btn-submit{width:100%;background:var(--text);color:var(--bg);padding:.8rem;border:none;border-radius:10px;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .2s;margin-top:.25rem}.btn-submit:hover{opacity:.9}.btn-submit:disabled{opacity:.4;cursor:not-allowed}.auth-toggle{text-align:center;margin-top:.5rem;color:var(--text-3);font-size:.85rem}.auth-toggle a{color:var(--text-2);font-weight:500;transition:color .2s}.auth-toggle a:hover{color:var(--text)}.code-input{font-size:1.5rem;letter-spacing:.5rem;text-align:center;font-weight:600}.success-message,.error-message{padding:.75rem 1rem;border-radius:10px;margin-bottom:.5rem;text-align:center;font-weight:500;font-size:.85rem}.success-message{background:#22c55e1a;border:1px solid rgba(34,197,94,.2);color:#4ade80}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#f87171}.products-hint{text-align:center;color:var(--text-3);font-size:.8rem;margin-top:2.5rem;line-height:1.6}.topbar{display:flex;align-items:center;justify-content:space-between;padding:.875rem 2rem;border-bottom:1px solid var(--border);background:#09090bcc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:sticky;top:0;z-index:10}.topbar-logo{font-size:1.1rem;font-weight:700;letter-spacing:-.02em}.topbar-right{display:flex;align-items:center;gap:1.5rem}.topbar-email{font-size:.8rem;color:var(--text-3)}.topbar-btn{font-size:.8rem;color:var(--text-3);background:none;border:none;cursor:pointer;font-family:inherit;transition:color .2s}.topbar-btn:hover{color:var(--text)}.page{max-width:860px;margin:0 auto;padding:4rem 2rem 6rem}.greeting{margin-bottom:3.5rem}.greeting h1{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.35rem}.greeting p{color:var(--text-3);font-size:.95rem}.section-label{font-size:.7rem;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.products-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:3rem}.product-row{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s;cursor:pointer}.product-row:hover{border-color:var(--border-hover)}.product-icon-box{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--surface-2);border-radius:10px;font-size:1.1rem;flex-shrink:0}.product-body{flex:1;min-width:0}.product-name{font-size:.95rem;font-weight:600;margin-bottom:.15rem}.product-desc{font-size:.8rem;color:var(--text-3);margin-bottom:0}.product-arrow{color:var(--text-3);font-size:.85rem;flex-shrink:0}.product-status{font-size:.65rem;font-weight:600;padding:.2rem .5rem;border-radius:6px;text-transform:uppercase;flex-shrink:0}.product-status.live{background:#22c55e1a;color:#4ade80}.links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.link-card{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s;cursor:pointer}.link-card:hover{border-color:var(--border-hover)}.link-icon{font-size:1rem}.link-text{font-size:.85rem;font-weight:500}.link-text-sub{font-size:.75rem;color:var(--text-3);font-weight:400}@media(max-width:900px){.product-split,.product-split.reverse{grid-template-columns:1fr;gap:2.5rem;direction:ltr}.product-split.reverse>*{direction:ltr}.bedrock-highlights-row,.aisketch-modes{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.principle{grid-template-columns:72px 1fr;gap:1.5rem}.principle-numeral{font-size:2.5rem}}@media(max-width:600px){.nav-links{display:none}.nav-mobile-toggle{display:flex}.nav-links.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);padding:1.5rem 2rem;gap:1rem}.hero h1,.product-info h2{font-size:2rem}.product-section,.principles-inner{padding:4rem 0}.principles-header{margin-bottom:2.5rem}.principles-list{gap:2.5rem}.principle{grid-template-columns:1fr;gap:.5rem}.principle-numeral{font-size:2rem}.products-intro{padding:4rem 0 0}.closing{padding:6rem 2rem}.footer-content{grid-template-columns:1fr}.page{padding:2.5rem 1.25rem 4rem}.links-grid{grid-template-columns:1fr}.topbar{padding:.75rem 1.25rem}}
