:root{--surface-default: #0a0a0a;--surface-alt: #111111;--surface-dark: #000000;--surface-card: #0c0c0c;--text-primary: #ffffff;--text-secondary: #9ca3af;--text-tertiary: #6b7280;--text-inverse: #000000;--text-inverse-muted: #374151;--brand-primary: #b066ff;--brand-hover: #9333ea;--brand-light: rgba(176, 102, 255, .15);--border-light: #1f2937;--border-dark: #374151;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "Roboto Mono", monospace;--max-width: 1200px;--transition: .4s cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background-color:var(--surface-default);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::-moz-selection{background-color:#b066ff4d;color:#e9d5ff}::selection{background-color:#b066ff4d;color:#e9d5ff}h1,h2,h3,h4{color:var(--text-primary);font-weight:500;letter-spacing:-.02em;line-height:1.1}p{color:var(--text-secondary)}.label{font-family:var(--font-mono);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--brand-primary);margin-bottom:1rem;display:block}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;font-size:.95rem;font-weight:500;border-radius:0;text-decoration:none;transition:background-color var(--transition),color var(--transition),transform .2s ease;cursor:pointer}.btn-primary{background-color:#fff;color:#000;border:1px solid #ffffff}.btn-primary:hover{background-color:#e5e7eb;border-color:#e5e7eb;transform:translateY(-1px)}.btn-secondary{background-color:transparent;color:#fff;border:1px solid var(--border-dark)}.btn-secondary:hover{background-color:#ffffff0d;border-color:#6b7280}.btn-inverse{background-color:var(--text-inverse);color:var(--text-primary);border:1px solid var(--text-inverse)}.btn-inverse:hover{background-color:#1f2937}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}section{padding:8rem 0}nav{position:fixed;top:0;left:0;width:100%;z-index:100;background-color:#0a0a0af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:all .3s ease;padding:1rem 0}nav.scrolled{border-bottom:1px solid var(--border-light);padding:.75rem 0}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.25rem;font-weight:600;color:#fff;text-decoration:none;letter-spacing:-.02em;display:flex;align-items:center;gap:.5rem}.logo svg{width:24px;height:24px;fill:var(--brand-primary)}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{font-size:.9rem;font-weight:500;color:#9ca3af;text-decoration:none;transition:color .2s ease}.nav-links a:hover{color:#fff}.nav-links a.btn-primary,.nav-links a.btn-primary:hover{color:#000}.hero{min-height:100vh;display:flex;align-items:center;padding-top:6rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:20%;left:30%;width:500px;height:500px;background:radial-gradient(circle,rgba(176,102,255,.08) 0%,transparent 70%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{max-width:600px}.hero-title{font-size:clamp(3rem,5vw,4.5rem);font-weight:600;margin-bottom:1.5rem;line-height:1.05}.hero-title span{color:var(--brand-primary)}.hero-title .gradient-text{background:linear-gradient(135deg,#b066ff,#3b82f6,#10b981);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.25rem;color:#9ca3af;margin-bottom:2.5rem;max-width:500px;line-height:1.6}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{position:relative;width:100%;height:600px;display:flex;justify-content:center;align-items:center}.sim-container{width:100%;height:100%;position:relative}.data-node{position:absolute;border-radius:50%;background:var(--brand-primary);opacity:.1;animation:float 8s infinite ease-in-out alternate}.node-1{width:300px;height:300px;top:10%;left:20%;animation-delay:0s}.node-2{width:200px;height:200px;bottom:15%;right:10%;animation-delay:-2s;background:#10b981}.node-3{width:150px;height:150px;top:40%;left:60%;animation-delay:-4s;background:#3b82f6}@keyframes float{0%{transform:translate(0) scale(1)}to{transform:translate(20px,-30px) scale(1.1)}}.grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:40px 40px;opacity:.4;mask-image:radial-gradient(circle at center,black 30%,transparent 80%);-webkit-mask-image:radial-gradient(circle at center,black 30%,transparent 80%)}.approach-section{background-color:var(--surface-alt);border-top:1px solid var(--border-light)}.section-header{max-width:700px;margin-bottom:4rem}.section-title{font-size:clamp(2rem,3.5vw,3rem);margin-bottom:1.5rem}.section-desc{font-size:1.125rem}.approach-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.capability-list{display:flex;flex-direction:column;gap:2rem}.cap-item{display:flex;gap:1.5rem;align-items:flex-start}.cap-number{font-family:var(--font-mono);font-size:.875rem;color:var(--text-tertiary);padding-top:.25rem;min-width:24px}.cap-content h3{font-size:1.25rem;margin-bottom:.5rem}.cap-content p{font-size:1rem;line-height:1.6}.diagram-box{background:var(--surface-default);border:1px solid var(--border-light);border-radius:8px;padding:3rem;display:flex;flex-direction:column;justify-content:center;box-shadow:0 4px 24px #0003}.paradigm-shift{margin-top:auto;padding-top:2rem;border-top:1px solid var(--border-light)}.paradigm-label{font-family:var(--font-mono);font-size:.75rem;color:var(--text-tertiary);margin-bottom:.5rem;text-transform:uppercase}.paradigm-old{font-size:1rem;color:var(--text-tertiary);text-decoration:line-through;margin-bottom:.5rem}.paradigm-new{font-size:1.25rem;font-weight:500;color:var(--brand-primary)}.focus-section{background-color:var(--surface-default)}.focus-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.focus-card{padding:3rem;border:1px solid var(--border-light);border-radius:8px;background:var(--surface-card);transition:var(--transition);position:relative;overflow:hidden}.focus-card:hover{box-shadow:0 12px 32px #b066ff14;border-color:var(--brand-primary);transform:translateY(-4px)}.focus-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#b066ff,#3b82f6,#10b981);transform:scaleX(0);transform-origin:left;transition:transform var(--transition)}.focus-card:hover:before{transform:scaleX(1)}.focus-icon-wrapper{width:48px;height:48px;background:var(--brand-light);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.focus-icon-wrapper svg{width:24px;height:24px;fill:var(--brand-primary)}.focus-card h3{font-size:1.5rem;margin-bottom:1rem}.focus-card p{margin-bottom:2rem}.tag-container{display:flex;flex-wrap:wrap;gap:.5rem}.tag{font-family:var(--font-mono);font-size:.7rem;padding:.25rem .75rem;background:#ffffff08;border:1px solid var(--border-light);border-radius:100px;color:var(--text-secondary)}.why-section{border-top:1px solid var(--border-light)}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem}.why-item{position:relative}.why-number{font-size:3.5rem;font-weight:300;color:#1f2937;margin-bottom:1rem;line-height:1}.why-item h3{font-size:1.125rem;margin-bottom:.75rem}.why-item p{font-size:.95rem}.thesis-section{background-color:var(--surface-dark);color:var(--text-primary);padding:10rem 0}.thesis-section .label{color:var(--brand-primary)}.thesis-section h2{color:var(--text-primary);font-size:clamp(2.5rem,4vw,3.5rem);max-width:800px;margin-bottom:2rem}.thesis-section .section-desc{color:var(--text-secondary);max-width:600px;margin-bottom:4rem}.thesis-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;border-top:1px solid var(--border-dark);padding-top:4rem}.thesis-item{display:flex;align-items:center;gap:1rem}.thesis-item svg{width:24px;height:24px;fill:var(--brand-primary);flex-shrink:0}.thesis-item span{font-size:1.125rem;color:var(--text-primary)}.cta-section{background-color:var(--surface-alt);text-align:center;padding:8rem 0}.cta-content{max-width:700px;margin:0 auto}.cta-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.5rem}.cta-desc{font-size:1.125rem;margin-bottom:2.5rem}.partners-list{display:flex;justify-content:center;flex-wrap:wrap;gap:2.5rem;margin-top:4rem;padding-top:3rem;border-top:1px solid var(--border-light)}.partner{font-family:var(--font-mono);font-size:.85rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em}footer{background-color:var(--surface-default);padding:3rem 0;border-top:1px solid var(--border-light)}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-logo{font-weight:600;color:var(--text-secondary)}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.875rem;color:var(--text-secondary);text-decoration:none}.footer-links a:hover{color:var(--brand-primary)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}.menu-btn{display:none;background:none;border:none;cursor:pointer}.menu-btn svg{width:24px;height:24px;fill:#fff}@media(max-width:1024px){.hero-grid{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-content{margin:0 auto;display:flex;flex-direction:column;align-items:center}.hero-actions{justify-content:center}.hero-visual{height:400px}.focus-grid,.approach-grid{grid-template-columns:1fr}.why-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.nav-links{display:none}.menu-btn{display:block}section{padding:5rem 0}.thesis-list,.why-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:1.5rem;text-align:center}}
