@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=optional";:root{--bg-base: #070c18;--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:var(--bg-base);overflow-x:hidden}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:transparent;position:relative;isolation:isolate;color:var(--text-color);line-height:1.6;padding:2rem;min-height:100vh}body:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;width:100%;height:100%;background-image:url(/blur.jpg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;filter:blur(26px) brightness(.6) saturate(.8);transform:scale(1.03);transform-origin:center}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;transition:border-color .35s ease,box-shadow .35s ease}body>div.card-glow{animation:card-glow 1s ease}body>div.reveal{opacity:0;transition:opacity .22s ease-out}body>div.reveal.visible{opacity:1}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;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}}@keyframes card-glow{0%,to{border-color:var(--glass-border);box-shadow:0 8px 20px #0006}50%{border-color:var(--accent);box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 45%,transparent),0 0 28px color-mix(in srgb,var(--accent) 70%,transparent),0 8px 20px #0006}}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}ul{font-size:1rem;margin-bottom:1rem;line-height:1.8;padding-left:2rem}li{font-size:1rem;color:var(--text-color);opacity:.95;margin-bottom:.5rem}
