@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap";:root{--bg-gradient: linear-gradient(135deg, #151a24, #2e3545, #4a5366);--glass-bg: rgba(80, 140, 220, .18);--glass-border: rgba(100, 160, 240, .25);--text-color: #e0e6ed;--accent: #00e0ff}*{margin:0;padding:0;box-sizing:border-box}html{background:#151a24;overflow-x:hidden}body{font-family:Inter,sans-serif;background:var(--bg-gradient);color:var(--text-color);line-height:1.6;padding:2rem;min-height:100vh}body>*{background:var(--glass-bg);border:1px solid var(--glass-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:1rem;padding:1.5rem 2rem;margin-bottom:1.5rem;box-shadow:0 8px 20px #0006}body>div.reveal{opacity:0;transform:translateY(25px);transition:opacity .5s ease-out,transform .5s ease-out}body>div.reveal.visible{opacity:1;transform:translateY(0)}body>div.reveal:nth-child(1){transition-delay:0s}body>div.reveal:nth-child(2){transition-delay:.08s}body>div.reveal:nth-child(3){transition-delay:.12s}body>div.reveal:nth-child(4){transition-delay:.16s}body>div.reveal:nth-child(5){transition-delay:.2s}body>div.reveal:nth-child(n+6){transition-delay:.24s}@media (prefers-reduced-motion: reduce){body>div.reveal{opacity:1;transform:none;transition:none}}h1,h2,h3{font-weight:700;margin-bottom:.5rem;letter-spacing:.5px;background:linear-gradient(90deg,#00f0ff,#5dffff,#a0b5ff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 12s linear infinite;text-shadow:0 1px 2px rgba(0,0,0,.2)}a{color:#00f0ff;text-decoration:none;text-underline-offset:2px;transition:color .2s}a:hover,a:focus{color:#5dffff}@keyframes gradient-shift{0%,to{background-position:0% center}50%{background-position:100% center}}h1{font-size:2.5rem;margin-bottom:1rem;border-bottom:2px solid rgba(255,255,255,.1);padding-bottom:.5rem}h2{font-size:1.75rem;margin-top:1rem}h3{font-size:1.3rem;opacity:.95}p{font-size:1rem;color:var(--text-color);opacity:.95;margin-bottom:1rem;line-height:1.8}
