/* aiice.dev - AI ICE Alice */
:root { --void:#0F1923; --deep:#1A2A3A; --green:#00E5A0; --amber:#F59E0B; --silver:#B0BEC5; --ghost:#E8EDF2; }
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:var(--void);color:var(--ghost);font-family:'Inter',sans-serif;overflow-x:hidden}
#neuralCanvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}
.section{position:relative;z-index:1;min-height:100vh;padding:clamp(4rem,8vw,10rem);display:flex;flex-direction:column;justify-content:center}
.section-hero{align-items:center;text-align:center}
.hero-title{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(4rem,12vw,12rem);letter-spacing:-0.02em;color:var(--ghost)}
.accent{color:var(--green)}
.hero-sub{font-weight:300;font-size:clamp(1rem,1.3vw,1.25rem);line-height:1.75;color:var(--silver);max-width:45ch;margin:2rem auto}
.mono-tag{display:block;font-family:'JetBrains Mono',monospace;font-size:0.75rem;font-weight:300;color:var(--green);opacity:0.5;letter-spacing:0.08em;margin-top:1rem}
.section-title{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:clamp(2rem,4vw,4rem);color:var(--ghost);margin-bottom:1.5rem}
.section-title.center,.body-text.center{text-align:center}
.body-text{font-weight:300;font-size:clamp(1rem,1.2vw,1.2rem);line-height:1.75;color:var(--silver);max-width:50ch;margin-bottom:1.5rem}
.body-text.center{margin-left:auto;margin-right:auto}
.content-split{display:flex;gap:6vw;align-items:flex-start}
.split-main{flex:2;max-width:50ch}
.split-aside{flex:1;display:flex;flex-direction:column;gap:1rem;margin-top:4rem}
.frost-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:800px;margin:3rem auto 0}
.frost-cell{background:rgba(0,229,160,0.05);border:1px solid rgba(0,229,160,0.15);padding:2rem;text-align:center}
.cell-label{display:block;font-family:'JetBrains Mono',monospace;font-size:0.7rem;letter-spacing:0.12em;color:var(--green);opacity:0.6;margin-bottom:0.5rem}
.cell-value{font-family:'Space Grotesk',sans-serif;font-size:1.2rem;color:var(--ghost)}
.section-end{align-items:center;text-align:center;min-height:60vh}
@media(max-width:768px){.content-split{flex-direction:column}.frost-grid{grid-template-columns:1fr}}
