:root{--bg: #051424;--surface: #0d1c2d;--surface-hover: #1c2b3c;--surface-elevated: #273647;--border: rgba(196,199,199,.12);--border-active: rgba(196,199,199,.24);--text: #d4e4fa;--text-muted: #c4c7c7;--text-disabled: #8e9192;--direction: #4ECDC4;--execution: #FF6B35;--reflection: #A78BFA;--reset: #3B82F6;--sage: #b5ccc1;--sage-dim: #394d45;--sage-bright: #d1e8dd;--terracotta: #ffb59a;--terracotta-dim: #350c00;--terracotta-bright: #ffdbce;--accent: #4ECDC4;--glow: #00FFC6;--success: #4CAF50;--warning: #FBBF24;--error: #F87171;--font-serif: "Noto Serif", Georgia, serif;--font-sans: "Manrope", system-ui, -apple-system, sans-serif;--font-main: var(--font-sans);--radius-sm: .25rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 9999px;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-gutter: 1.25rem;--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow-md: 0 4px 12px rgba(0,0,0,.4);--shadow-lg: 0 8px 32px rgba(0,0,0,.5)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}main{flex:1}h1,h2,h3{font-family:var(--font-serif);font-weight:500;line-height:1.2;color:var(--text)}h4,h5,h6{font-family:var(--font-sans);font-weight:600;line-height:1.2;color:var(--text)}a{color:inherit;text-decoration:none}button{font-family:var(--font-sans);border:none;cursor:pointer;outline:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes glowPulse{0%,to{box-shadow:0 0 20px #4ecdc426}50%{box-shadow:0 0 40px #4ecdc44d}}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.container{max-width:1200px;margin:0 auto;padding:0 24px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-4{gap:16px}.gap-6{gap:24px}.gap-8{gap:32px}.flex-1{flex:1}.min-h-screen{min-height:100vh}.text-center{text-align:center}.text-xs{font-size:.6875rem}.text-sm{font-size:.8125rem}.text-base{font-size:.9375rem}.text-md{font-size:1.0625rem}.text-lg{font-size:1.3125rem}.text-xl{font-size:1.75rem}.text-2xl{font-size:2.25rem}.text-4xl{font-size:2.5rem}.text-5xl{font-size:3.5rem}.text-muted{color:var(--text-muted)}.text-accent{color:var(--accent)}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:var(--radius-full);font-weight:500;transition:all .2s ease;font-size:1rem}.btn-primary{background:var(--sage);color:#1c1b1b;font-weight:600}.btn-primary:hover{background:var(--sage-bright);transform:translateY(-2px);box-shadow:0 4px 24px #b5ccc140}.btn-secondary{background:transparent;color:var(--terracotta);border:1px solid var(--terracotta)}.btn-secondary:hover{background:#ffb59a14;transform:translateY(-2px)}.card-hover{transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;cursor:default}.card-hover:hover{transform:translateY(-4px);box-shadow:0 0 32px #b5ccc114}.section-title{font-size:2.5rem;font-weight:500;margin-bottom:16px;letter-spacing:-.01em}.hero-section{padding:7rem var(--space-md) var(--space-lg);display:flex;align-items:center;justify-content:space-between;gap:40px}.hero-text{flex:1 1 400px;max-width:520px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#b5ccc11a;color:var(--sage);padding:6px 14px;border-radius:999px;font-weight:600;font-size:.8125rem;margin-bottom:24px;border:1px solid rgba(181,204,193,.18)}.hero-title{font-size:3.75rem;font-weight:600;margin-bottom:24px;letter-spacing:-.02em;line-height:1.1}.hero-desc{margin-bottom:40px;line-height:1.7;max-width:480px;font-size:1.125rem}.hero-buttons{display:flex;gap:var(--space-gutter);flex-wrap:wrap;align-items:center}.hero-btn{padding:18px 36px;font-size:1.0625rem;font-weight:700}.hero-btn.btn-secondary{padding:16px 32px;font-weight:500}.hero-scene{flex:1 1 480px;position:relative;max-width:600px}.hero-glow{position:absolute;width:80%;height:80%;top:10%;left:10%;border-radius:50%;background:radial-gradient(circle,rgba(78,205,196,.12) 0%,transparent 70%);filter:blur(60px);pointer-events:none}.hero-svg{width:100%;height:auto;display:block;position:relative;z-index:1}.grid-3col{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-4col{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.bento-features{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(180px,auto);gap:var(--space-gutter)}.bento-features>.feature-hero{grid-column:span 2;grid-row:span 2}.bento-features>.feature-wide{grid-column:span 4}@media (max-width: 1024px){.bento-features{grid-template-columns:repeat(2,1fr)}.bento-features>.feature-hero{grid-column:span 2;grid-row:span 1}.bento-features>.feature-wide{grid-column:span 2}}@media (max-width: 768px){.bento-features{grid-template-columns:1fr}.bento-features>.feature-hero,.bento-features>.feature-wide{grid-column:span 1;grid-row:span 1}}.bento-derr{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(200px,auto);gap:var(--space-gutter)}.bento-derr>.derr-wide{grid-column:span 2}.bento-derr>div{display:flex}.bento-derr>div>*{flex:1}@media (max-width: 768px){.bento-derr{grid-template-columns:1fr}.bento-derr>.derr-wide{grid-column:span 1}}.characters-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:60px 40px;display:flex;align-items:center;justify-content:center;gap:60px;flex-wrap:wrap;position:relative;overflow:hidden}.characters-glow{position:absolute;top:-50%;left:20%;width:400px;height:400px;background:var(--sage);filter:blur(150px);opacity:.08;border-radius:50%}.character-img{width:160px;height:160px;object-fit:contain;margin-bottom:16px}.cta-card{background:linear-gradient(135deg,#b5ccc114,#ffb59a0f);border:1px solid rgba(181,204,193,.18);border-radius:var(--radius-xl);padding:60px 40px;text-align:center;position:relative;overflow:hidden}.cta-glow{position:absolute;bottom:-60%;right:-10%;width:500px;height:500px;background:var(--sage);filter:blur(150px);opacity:.08;border-radius:50%}.cta-img{width:100px;height:100px;object-fit:contain;margin-bottom:24px;position:relative;z-index:2}@media (min-width: 1441px){.container{max-width:1320px}.hero-title{font-size:4.25rem}.hero-scene{max-width:680px}}@media (max-width: 1024px){.hero-section{gap:32px;padding:80px 24px 60px}.hero-title{font-size:3rem}.hero-desc{font-size:1rem}.hero-scene{flex:1 1 380px;max-width:460px}.section-title{font-size:2rem}.grid-4col{grid-template-columns:repeat(2,1fr)}.characters-card{gap:40px;padding:40px 24px}.character-img{width:120px;height:120px}}@media (max-width: 768px){.container{padding:0 16px}.hero-section{flex-direction:column;text-align:center;padding:60px 16px 40px;gap:24px}.hero-text{max-width:100%;flex-basis:auto}.hero-title{font-size:2.75rem}.hero-desc{max-width:100%;margin-left:auto;margin-right:auto;font-size:1rem}.hero-buttons{justify-content:center}.hero-scene{flex-basis:auto;max-width:420px;width:100%;margin:0 auto}.hero-badge{font-size:.75rem}.section-title{font-size:1.75rem}.text-5xl{font-size:2.5rem}.text-4xl{font-size:1.75rem}.text-2xl{font-size:1.5rem}.text-lg{font-size:1.125rem}.grid-3col,.grid-4col{grid-template-columns:repeat(2,1fr)}.characters-card{flex-direction:column;gap:32px;padding:40px 24px}.character-img{width:120px;height:120px}.cta-card{padding:40px 24px}.cta-img{width:100px;height:100px}}@media (max-width: 480px){.hero-section{padding:40px 16px 24px;gap:16px}.hero-title{font-size:2.25rem;letter-spacing:-.02em}.hero-desc{font-size:.9375rem;margin-bottom:28px}.hero-btn{padding:14px 24px;font-size:.9375rem;width:100%}.hero-buttons{flex-direction:column;width:100%}.hero-scene{max-width:340px}.hero-badge{font-size:.6875rem;padding:5px 12px}.section-title{font-size:1.5rem}.text-5xl{font-size:2rem}.text-4xl{font-size:1.5rem}.text-2xl{font-size:1.25rem}.text-xl{font-size:1.375rem}.text-lg{font-size:1rem}.grid-3col,.grid-4col{grid-template-columns:1fr}.characters-card{padding:32px 16px;gap:24px}.character-img{width:100px;height:100px}.cta-card{padding:32px 16px}.cta-img{width:80px;height:80px}}.footer-link[data-astro-cid-sz7xmlte]{color:var(--text);margin-bottom:8px;display:block;transition:color .2s}.footer-link[data-astro-cid-sz7xmlte]:hover{color:var(--sage)}
