body{background:#060a14;isolation:isolate}main,header,footer{position:relative;z-index:1}.aurora-bg{position:fixed;inset:0;overflow:hidden;pointer-events:none;z-index:-1;background-image:linear-gradient(#8da9d805 1px,transparent 1px),linear-gradient(90deg,#8da9d805 1px,transparent 1px);background-size:70px 70px}.aurora-bg i{position:absolute;width:55vw;height:55vw;border-radius:50%;filter:blur(100px);opacity:.15;background:#3b58ff;top:-20%;right:-15%;animation:drift 18s ease-in-out infinite alternate}.aurora-bg i:nth-child(2){background:#42e0bf;left:-30%;top:35%;animation-delay:-8s}.aurora-bg i:nth-child(3){background:#9b49ed;left:30%;top:70%;opacity:.09;animation-delay:-12s}.reading-progress{position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,#75efd0,#9695ff);z-index:50}header{background:#101827b8;backdrop-filter:blur(22px);border-color:#ffffff16}.hero{padding-top:115px;padding-bottom:100px}.hero h1{font-size:clamp(44px,5.2vw,74px);letter-spacing:-.055em}.hero h1 em{background:linear-gradient(100deg,#75efd0,#b6b9ff,#75efd0);background-size:200%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:shine 9s ease-in-out infinite}.hero .eyebrow{display:inline-block;border:1px solid #75efd033;padding:7px 14px;border-radius:100px;background:#75efd00a;font-size:11px}.system{background:linear-gradient(140deg,#1b2940d9,#101627e8);box-shadow:0 0 0 8px #ffffff02,0 35px 100px #0008,20px -20px 90px #7357ff14;animation:float 8s ease-in-out infinite;border-color:#afb7ec33}.event>span{box-shadow:0 0 20px #75efd015}.next{position:relative;overflow:hidden}.next:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 30%,#75efd009 50%,transparent 70%);transform:translateX(-100%);animation:sweep 6s ease infinite}.button{box-shadow:0 5px 30px #75efd020}.button:hover{box-shadow:0 5px 40px #75efd040}.ribbon{background:#0c1222a8;border-color:#ffffff0d}.spotlight{text-align:center}.spotlight h2{font-size:clamp(38px,4.5vw,62px)}.spotlight-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:40px;text-align:left}.spotlight-grid article{padding:40px;border:1px solid #ffffff18;border-radius:24px;background:radial-gradient(ellipse at 100% 0%,#7362fc20,transparent 70%),#101727}.spotlight-grid article:nth-child(2){background:radial-gradient(ellipse at 100% 0%,#75efd016,transparent 70%),#101727}.orb-icon{display:grid;place-items:center;width:60px;height:60px;border-radius:20px;background:#a199ff16;color:#b2a8ff;font-size:30px;border:1px solid #a199ff33;margin-bottom:28px}.spotlight-grid h3{font-size:32px}.spotlight-grid p{color:#b0bdd1;max-width:470px}.mini-flow{display:flex;gap:14px;align-items:center;padding-top:25px}.mini-flow span{padding:10px 15px;border:1px solid #ffffff16;border-radius:10px;font-size:14px}.mini-flow b{color:#75efd0}.mini-bars{height:62px;display:flex;gap:10px;align-items:end;margin-top:22px}.mini-bars i{width:12%;background:linear-gradient(#75efd0,#75efd020);border-radius:6px 6px 0 0;height:40%;transform-origin:bottom;animation:bars 5s ease-in-out infinite alternate}.mini-bars i:nth-child(2){height:65%;animation-delay:-1s}.mini-bars i:nth-child(3){height:50%;animation-delay:-2s}.mini-bars i:nth-child(4){height:80%;animation-delay:-3s}.mini-bars i:nth-child(5){height:70%;animation-delay:-1.5s}.mini-bars i:nth-child(6){height:100%;animation-delay:-.5s}.feature-filter{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:17px}.feature-filter button{font:600 14px Manrope,system-ui;cursor:pointer;padding:11px 17px;border:1px solid #ffffff1a;border-radius:100px;background:#101727;color:#b5c3d8;transition:.2s}.feature-filter button:hover{border-color:#75efd080}.feature-filter button[aria-pressed=true]{color:#07111f;background:#75efd0;border-color:#75efd0}.feature-filter button:focus-visible{outline:3px solid #b2a8ff;outline-offset:3px}.feature-count{font-size:13px;color:#8e9fb9;margin-bottom:28px}.modules{grid-template-columns:repeat(3,1fr);gap:18px}.module{position:relative;overflow:hidden;background:radial-gradient(500px circle at var(--px,50%) var(--py,0%),#9695ff0d,transparent 70%),#0f1625;border-color:#ffffff13;border-radius:20px;padding:30px;transition:transform .25s,border-color .25s}.module:hover{transform:translateY(-5px);border-color:#9d91ff70;background-color:#131d30}.module[hidden]{display:none}.module-top{font-size:13px;margin-bottom:40px}.module-top>span:first-child{font-size:18px;background:#75efd00c;padding:6px 10px;border-radius:9px}.module h3{font-size:27px;max-width:280px}.module p{font-size:16px;line-height:1.75}.contact{margin-top:100px;border-color:#96a3ff33;background:radial-gradient(ellipse at 50% 110%,#7566f133,transparent 65%),#101727}.contact h2{font-size:clamp(38px,4.5vw,62px)}figure{box-shadow:0 30px 100px #0006;border-color:#ffffff20}.reveal-ready{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s}.reveal-ready.visible{opacity:1;transform:translateY(0)}@keyframes drift{to{transform:translate(10%,15%) scale(1.15)}}@keyframes shine{50%{background-position:100%}}@keyframes float{50%{transform:translateY(-12px) rotate(-.5deg)}}@keyframes sweep{50%,100%{transform:translateX(100%)}}@keyframes bars{to{transform:scaleY(.75)}}@media(max-width:1000px){.modules{grid-template-columns:repeat(2,1fr)}.mini-flow{gap:7px}.mini-flow span{padding:8px}}@media(max-width:760px){.hero{padding-top:60px;padding-bottom:65px}.hero h1{font-size:clamp(40px,8vw,60px)}.spotlight-grid{grid-template-columns:1fr}.spotlight-grid article{padding:28px}.modules{grid-template-columns:1fr}.module-top{flex-direction:row}.contact{margin-top:65px}.aurora-bg i{width:100vw;height:100vw}.system{animation:none}.feature-filter{gap:7px}.feature-filter button{padding:9px 13px;font-size:13px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important}.reveal-ready{opacity:1;transform:none}}
