:root{--primary: #2d3436;--accent: #0984e3;--bg: #f9f9fb;--card-bg: #ffffff}.page-wrapper{background-color:var(--bg);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100}.logo{font-weight:800;font-size:1.2rem;color:var(--primary)}nav a{margin-left:20px;text-decoration:none;color:#636e72;font-weight:500;transition:color .3s}nav a:hover{color:var(--accent)}.container{max-width:95%;margin:0 auto;padding:2rem 5%}.screenshot-grid{display:flex;justify-content:center;align-items:center;gap:2rem}.phone-frame{background:#000;border:8px solid #1e1e1e;border-radius:40px;overflow:hidden;position:relative;box-shadow:0 25px 50px -12px #00000040}.speaker{position:absolute;top:10px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#333;border-radius:10px;z-index:2}.side{width:100;height:500px;z-index:1}.middle{width:260px;height:590px;z-index:2;border-color:#000}.app-img{width:100%;height:100%;object-fit:cover}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem}.info-card{background:var(--card-bg);padding:2rem;border-radius:20px;box-shadow:0 4px 6px #0000000d;text-align:center}.info-card h3{margin-top:0;color:var(--primary)}.info-card p{color:#636e72;font-size:.95rem;line-height:1.6}.footer{text-align:center;padding:4rem 0;border-top:1px solid #eee;color:#b2bec3}@media(max-width:900px){.screenshot-grid{gap:1rem}.side{width:180px;height:600px}.middle{width:220px;height:600px}}@media(max-width:600px){.screenshot-grid{flex-direction:column;padding:2rem 0}.side,.middle{width:280px;height:600px}.middle{order:-1}.navbar{flex-direction:column;gap:1rem}}.features-section{padding-bottom:5rem}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:4rem}@media(min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{padding:2.5rem;border-radius:1.25rem;background:#fff;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px -10px #0000001a}.feature-icon-wrapper{width:3rem;height:3rem;border-radius:.75rem;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.feature-card p{font-size:.95rem;line-height:1.6;color:#6b7280}.founder-container{max-width:1024px;margin:0 auto;color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;flex-direction:column;gap:8rem}.hero-section2{display:flex;flex-direction:column;align-items:center;gap:3rem;padding-top:2.5rem}@media(min-width:768px){.hero-section2{flex-direction:row}}.hero-content{flex:1;display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.badge{display:inline-block;padding:.25rem .75rem;background-color:#dbeafe;color:#1d4ed8;border-radius:9999px;font-size:.875rem;font-weight:600}.hero-title{font-size:3rem;line-height:1.1;font-weight:700;margin:0}.hero-description{font-size:1.25rem;color:#4b5563;margin:0}.hero-description2{font-size:.8rem;color:#4b5563;margin:0}.primary-button{padding:.75rem 1.5rem;background-color:#000;color:#fff;border:none;border-radius:.5rem;font-weight:500;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.primary-button:hover{background-color:#1f2937}.hero-image-placeholder{flex:1;width:100%;aspect-ratio:16 / 9;background-color:#e5e7eb;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;align-items:center;justify-content:center;border:1px solid #d1d5db}.hero-image-placeholder span{color:#9ca3af;font-weight:500}.ai-section{background-color:#f9fafb;padding:2.5rem;border-radius:1.5rem;border:1px solid #f3f4f6;display:flex;flex-direction:column;gap:2rem}.section-header{max-width:42rem}.center-text{text-align:center;margin:0 auto}.section-title{font-size:1.875rem;font-weight:700;margin:0 0 1rem}.section-description{color:#4b5563;margin:0;line-height:1.5}.ai-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.ai-grid{grid-template-columns:repeat(2,1fr)}}.pdf-card{background-color:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;display:flex;flex-direction:column;justify-content:space-between}.pdf-icon{width:2.5rem;height:2.5rem;color:#ef4444;margin-bottom:1rem}.card-title{font-size:1.125rem;font-weight:700;margin:0 0 .5rem}.card-description{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.5}.pdf-link{display:flex;align-items:center;color:#2563eb;font-weight:500;font-size:.875rem;text-decoration:none}.pdf-link:hover{color:#1e40af}.link-icon{width:1rem;height:1rem;margin-left:.5rem}.code-card{background-color:#1e1e1e;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;display:flex;flex-direction:column}.code-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background-color:#2d2d2d;border-bottom:1px solid #4b5563}.code-filename{font-size:.75rem;color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.github-icon{width:1rem;height:1rem;color:#9ca3af;transition:color .2s ease}.github-icon:hover{color:#fff}.code-content{font-size:.875rem;padding:1rem;overflow-x:auto}.video-section{display:flex;flex-direction:column;gap:2rem}.video-container{position:relative;width:100%;max-width:56rem;margin:0 auto;aspect-ratio:16 / 9;border-radius:1rem;overflow:hidden;background-color:#000;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.features-stack{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem}.feature-row{background:#fff;border:1px solid #e5e7eb;border-radius:1.25rem;padding:2rem;transition:all .2s ease}.feature-row:hover{border-color:#3b82f6;box-shadow:0 4px 20px -5px #0000000d}@media(min-width:768px){.feature-row{flex-direction:row;align-items:center;gap:4rem}}.feature-row-left{display:flex;align-items:center;gap:1.5rem;min-width:300px}.feature-row-left h3{font-size:1.25rem;font-weight:700;margin:0}.feature-row-right{flex:1}.feature-row-right p{font-size:1.05rem;line-height:1.6;color:#4b5563;margin:0}.feature-icon-wrapper{width:3rem;height:3rem;min-width:3rem;border-radius:.75rem;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center}.feature-icon-wrapper.brain{background:#fdf2f8;color:#db2777}.feature-icon-wrapper.rocket{background:#f0fdf4;color:#16a34a}.early-adopter-section{padding:8rem 0;margin-top:5rem;margin-bottom:-12rem;background-color:#0f172a;color:#f1f5f9;border-radius:2rem}.early-adopter-container{max-width:1024px;margin:0 auto;padding:0 2.5rem;display:flex;flex-direction:column;gap:4rem;align-items:center}@media(min-width:768px){.early-adopter-container{flex-direction:row;justify-content:space-between}}.ea-content{flex:1;max-width:500px}.badge-alt{display:inline-block;padding:.3rem .8rem;background-color:#1e293b;color:#60a5fa;border-radius:9999px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;border:1px solid #334155}.ea-title{font-size:2.75rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#fff}.ea-description{font-size:1.15rem;color:#cbd5e1;line-height:1.6;margin-bottom:2rem}.ea-benefits-list{list-style:none;padding:0;margin:0 0 2.5rem;display:flex;flex-direction:column;gap:1rem}.ea-benefits-list li{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#f1f5f9}.ea-benefits-list svg{width:1.25rem;height:1.25rem;color:#4ade80;flex-shrink:0}.ea-primary-button{padding:1rem 2rem;background-color:#fff;color:#0f172a;border:none;border-radius:.75rem;font-weight:600;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}.ea-primary-button:hover{background-color:#e2e8f0;transform:translate(3px)}.ea-primary-button .arrow{font-size:1.2rem;transition:transform .2s ease}.ea-primary-button:hover .arrow{transform:translate(3px)}.ea-subtext{font-size:.85rem;color:#94a3b8;margin-top:1rem}.ea-visual{flex:1;display:flex;justify-content:center;align-items:center}.ea-card-mockup{width:100%;max-width:400px;background-color:#1e293b;border:1px solid #334155;border-radius:1rem;box-shadow:0 25px 50px -12px #00000080;overflow:hidden;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.ea-card-header{padding:.75rem 1rem;background-color:#111827;border-bottom:1px solid #334155;display:flex;gap:.5rem}.ea-dot{width:10px;height:10px;border-radius:50%}.ea-dot.red{background-color:#ef4444}.ea-dot.yellow{background-color:#f59e0b}.ea-dot.green{background-color:#10b981}.ea-card-body{padding:1.5rem;font-size:.85rem;color:#e2e8f0;line-height:1.6}.ea-code-comment{color:#94a3b8}.ea-code-status{margin-top:1rem;font-weight:600}.ea-code-status span{color:#f59e0b;background-color:#f59e0b1a;padding:.1rem .4rem;border-radius:4px}.pricing-wrapper{background-color:#f9fafb;padding:4rem 1rem;font-family:system-ui,-apple-system,sans-serif}.pricing-container{max-width:1200px;margin:0 auto}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-subtitle{color:#4f46e5;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0}.pricing-title{font-size:2.25rem;font-weight:800;color:#111827;margin:.5rem 0}.pricing-description{color:#6b7280;font-size:1.25rem;max-width:42rem;margin:1rem auto 0}.pricing-grid{display:flex;flex-direction:column;gap:3rem}@media(min-width:1024px){.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}}.tier-card{position:relative;background-color:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column}.tier-card.popular{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e5}.popular-badge-container{position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.popular-badge{background-color:#4f46e5;color:#fff;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 6px -1px #0000001a}.exclusive-badge{background-color:#e546c8;color:#fff;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 6px -1px #0000001a}.tier-name{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.tier-desc{color:#6b7280;margin-top:.5rem}.tier-price-container{display:flex;align-items:baseline;margin:.5rem 0 1.5rem}.tier-price{font-size:3rem;font-weight:800;color:#111827;letter-spacing:-.025em}.tier-period{font-size:1.25rem;font-weight:500;color:#6b7280;margin-left:.25rem}.tier-savings{margin-bottom:1.5rem}.strike-price{color:#6b7280;font-size:.875rem;text-decoration:line-through;margin-right:.5rem}.save-badge{color:#16a34a;font-size:.875rem;font-weight:500}.tier-features{list-style:none;padding:0;margin:0 0 2rem;flex:1}.tier-feature-item{display:flex;align-items:flex-start;margin-bottom:1rem;color:#374151}.check-icon{width:1.25rem;height:1.25rem;color:#4f46e5;margin-right:.5rem;flex-shrink:0}.tier-cta{width:100%;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-align:center;border:none;cursor:pointer;transition:background-color .2s ease;font-size:1rem}.tier-cta.standard{background-color:#e0e7ff;color:#4338ca}.tier-cta.standard:hover{background-color:#c7d2fe}.tier-cta.popular{background-color:#4f46e5;color:#fff}.tier-cta.popular:hover{background-color:#4338ca}.onboarding-wrapper{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f3f4f6;padding:1rem}.onboarding-container{width:100%;max-width:28rem;background-color:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.onboarding-container h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.onboarding-container .subtitle{color:#4b5563;font-size:.95rem;margin-bottom:1.5rem}.loading-state{display:flex;justify-content:center;align-items:center;height:100vh;font-family:system-ui,-apple-system,sans-serif;color:#4b5563}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group select{width:100%;padding:.625rem .75rem;font-size:.95rem;color:#374151;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-sizing:border-box;outline:none;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-group select:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.toggle-group{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:1.25rem 0;margin-bottom:1.75rem}.toggle-text{flex-grow:1}.toggle-label{font-size:.875rem;font-weight:500;color:#374151;display:block}.toggle-subtext{font-size:.75rem;color:#6b7280}.toggle-buttons{display:flex;gap:.5rem}.btn-toggle{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#4b5563;background-color:#f3f4f6;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s}.btn-toggle.active{background-color:#2563eb;color:#fff;box-shadow:0 1px 2px #0000000d}.btn-toggle:not(.active):hover{background-color:#e5e7eb}.submit-button{width:100%;padding:.75rem;background-color:#2563eb;color:#fff;border:none;border-radius:.375rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .15s ease-in-out}.submit-button:hover:not(:disabled){background-color:#1d4ed8}.submit-button:disabled{background-color:#93c5fd;cursor:not-allowed}.nudge-wrapper{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f3f4f6;padding:1rem;font-family:system-ui,-apple-system,sans-serif}.nudge-container{width:100%;max-width:42rem;background-color:#fff;padding:2.5rem;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;text-align:center}.nudge-container h2{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.nudge-container .subtitle{color:#4b5563;font-size:1rem;margin-bottom:2.5rem}.tier-cards{display:flex;gap:1.5rem;justify-content:center;margin-bottom:2.5rem}@media(max-width:640px){.tier-cards{flex-direction:column}}.tier-card{flex:1;padding:1.75rem;border-radius:.5rem;background-color:#f9fafb;border:1px solid #e5e7eb;display:flex;flex-direction:column;justify-content:space-between}.business-tier{border-color:#bfdbfe;background-color:#eff6ff}.tier-card h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}.tier-card .price{font-size:2.25rem;font-weight:800;color:#111827;margin-bottom:1.5rem}.tier-card .price span{font-size:1rem;font-weight:400;color:#4b5563}.tier-features{list-style:none;padding:0;margin:0 0 1.5rem;text-align:left;color:#4b5563;font-size:.9rem}.tier-features li{margin-bottom:.5rem;display:flex;align-items:center}.tier-features li:before{content:"•";color:#2563eb;font-weight:700;margin-right:.5rem}.btn-primary{width:100%;padding:.75rem;background-color:#2563eb;color:#fff;border:none;border-radius:.375rem;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{width:100%;padding:.75rem;background-color:#fff;color:#2563eb;border:1px solid #d1d5db;border-radius:.375rem;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-secondary:hover{background-color:#f3f4f6}.skip-container{border-top:1px solid #e5e7eb;padding-top:1.5rem}.btn-skip{background:none;border:none;color:#6b7280;text-decoration:underline;cursor:pointer;font-size:.95rem}.btn-skip:hover{color:#374151}:root{--bg-color: #fafcff;--text-main: #0f172a;--text-muted: #64748b;--brand-blue: #2563eb;--brand-light: #eff6ff;--glass-bg: rgba(255, 255, 255, .65);--glass-border: rgba(255, 255, 255, .8);--device-w: 280px;--device-h: 580px}*{box-sizing:border-box;margin:0;padding:0}body,html{width:100%;min-height:100vh;overflow-x:hidden;overflow-y:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased}.app-layout{position:relative;display:flex;flex-direction:column;min-height:100vh;width:100vw}.mesh-bg{position:fixed;inset:0;z-index:0;background-image:radial-gradient(at 10% 0%,rgba(37,99,235,.08) 0px,transparent 50%),radial-gradient(at 90% 100%,rgba(37,99,235,.12) 0px,transparent 50%);pointer-events:none}.app-main{position:relative;z-index:5;display:flex;flex-direction:column}.hero-arena{display:grid;grid-template-columns:1fr 1fr;gap:64px;max-width:1100px;margin:0 auto;min-height:85vh;align-items:center;padding:80px 24px}.hero-content-left{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.badge{display:inline-block;background:var(--brand-light);color:var(--brand-blue);padding:6px 16px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px}.border-glow{box-shadow:0 0 0 1px #2563eb33,0 0 20px #2563eb26}.title{font-size:clamp(36px,4vw,48px);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:20px}.text-gradient{background:linear-gradient(135deg,#0f172a,#334155);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subtitle{font-size:clamp(16px,2vw,18px);color:var(--text-muted);max-width:480px;line-height:1.6;margin-bottom:48px}.tech-stack-divider{width:100%;border-top:1px solid #e2e8f0;margin-bottom:24px;padding-top:24px}.tech-stack-divider span{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.tech-stack-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;width:100%}.tech-card{display:flex;align-items:center;gap:12px;padding:10px 16px 10px 10px;border-radius:100px;background:var(--glass-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:0 4px 12px -4px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.tech-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px -8px #2563eb26;border-color:#2563eb4d}.tech-icon{background:var(--brand-light);color:var(--brand-blue);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.tech-info{display:flex;flex-direction:column}.tech-name{font-size:14px;font-weight:700;color:var(--text-main)}.tech-role{font-size:11px;font-weight:600;text-transform:uppercase;color:var(--text-muted)}.hero-visual-right{display:flex;justify-content:center;align-items:center}.device-mockup{position:relative;width:var(--device-w);height:var(--device-h);background-color:#0f172a;border-radius:44px;padding:12px;box-shadow:0 40px 80px -20px #0f172a4d,inset 0 0 0 2px #334155,inset 0 0 0 6px #000}.dynamic-island{position:absolute;top:22px;left:50%;transform:translate(-50%);width:90px;height:26px;background-color:#000;border-radius:20px;z-index:20}.screen-content{position:relative;width:100%;height:100%;border-radius:32px;background:#1e293b;overflow:hidden;cursor:pointer}.video-poster{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,#1e293b,#0f172a);color:#fff;transition:all .3s ease}.video-poster:hover{background:linear-gradient(145deg,#334155,#1e293b)}.play-btn{margin-bottom:12px;opacity:.9}.video-poster span{font-weight:500;font-size:14px;opacity:.9}.video-playing{position:absolute;inset:0;background:#000;display:flex;align-items:center;justify-content:center}.pulse-text{color:#64748b;font-family:monospace;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.blog-arena{display:flex;flex-direction:column;align-items:center;padding:60px 24px 120px;width:100%}.blog-header{text-align:center;margin-bottom:40px}.blog-header h2{font-size:32px;font-weight:800;margin-bottom:8px}.blog-header p{color:var(--text-muted);font-size:16px}.blog-container{display:flex;width:100%;max-width:1000px;height:700px;background:#ffffffd9;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--glass-border);border-radius:24px;box-shadow:0 40px 80px -20px #0000001a;overflow:hidden}.blog-sidebar{width:320px;background:#f8fafcb3;border-right:1px solid #e2e8f0;display:flex;flex-direction:column}.post-list{padding:24px 16px;overflow-y:auto}.post-card{padding:16px;border-radius:12px;cursor:pointer;margin-bottom:8px;border:1px solid transparent;transition:all .2s ease}.post-card:hover{background:#fff9}.post-card.active{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 12px #00000008}.post-cat{font-size:10px;font-weight:700;color:var(--brand-blue);text-transform:uppercase}.post-title-sm{font-size:14px;font-weight:700;margin-top:4px;line-height:1.4}.post-excerpt-sm{font-size:12px;color:var(--text-muted);margin-top:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-content{flex:1;padding:48px;background:#fff;overflow-y:auto}.post-meta{display:flex;gap:16px;color:var(--text-muted);font-size:13px;font-weight:500;margin-bottom:16px}.post-meta span{display:flex;align-items:center;gap:6px}.post-title-lg{font-size:32px;font-weight:800;line-height:1.2;margin-bottom:32px;letter-spacing:-.02em}.prose{font-size:16px;line-height:1.7;color:#334155}.prose p{margin-bottom:24px}.prose h3{font-size:20px;font-weight:700;color:var(--text-main);margin:32px 0 16px}.blog-callout{background:var(--brand-light);border-left:4px solid var(--brand-blue);padding:20px;border-radius:0 12px 12px 0;font-size:14px;color:#1e3a8a}.animate-in{opacity:0;animation:popIn .6s cubic-bezier(.16,1,.3,1) forwards}@keyframes popIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.hero-arena{grid-template-columns:1fr;text-align:center;gap:48px;padding-top:48px}.hero-content-left{display:contents}.hero-content-left>div:first-child{grid-row:1;display:flex;flex-direction:column;align-items:center}.right-view{grid-row:2}.left-view{grid-row:3}.subtitle{margin-left:auto;margin-right:auto}.tech-stack-grid{grid-template-columns:1fr;max-width:300px;margin:0 auto}.blog-container{flex-direction:column;height:auto;border-radius:0;border:none;box-shadow:none}.blog-sidebar{width:100%;border-right:none;border-bottom:1px solid #e2e8f0}.blog-content{padding:32px 24px;overflow-y:visible}}
