svg.lucide{width:1em;height:1em;stroke-width:2;flex:none}.brand svg{filter:drop-shadow(0 0 7px #13dfff)}.nav-links svg{width:16px;height:16px}.discord-btn,.primary-btn,.buy,.secure{display:flex;align-items:center;justify-content:center;gap:8px}.discord-btn svg,.primary-btn svg,.buy svg{width:17px;height:17px}.eyebrow{display:flex;align-items:center;gap:7px}.eyebrow svg{width:14px;height:14px}.info-pill>svg{grid-row:1/3;width:21px;height:21px;color:#12dfff;filter:drop-shadow(0 0 7px #00bfff)}.benefit-icon svg{width:22px;height:22px}.footer-brand{display:flex;align-items:center;gap:7px}.footer-brand>svg{width:19px;height:19px}.socials a{display:grid;place-items:center;width:35px;height:35px;border:1px solid #15527a;border-radius:50%;transition:transform .2s,border-color .2s,color .2s,box-shadow .2s}.socials a:hover{color:#12dfff;border-color:#12dfff;transform:translateY(-3px);box-shadow:0 7px 18px #00bfff38}.footer-server>svg{width:25px;height:25px}.card li{display:flex;align-items:center;gap:6px}.card li svg{width:13px;height:13px;color:var(--tier);filter:drop-shadow(0 0 4px var(--tier))}.secure svg{width:13px;height:13px}.modal-top .gem svg{width:15px;height:15px}.primary-btn,.discord-btn,.buy,.pay{position:relative;overflow:hidden;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.primary-btn:hover,.discord-btn:hover,.buy:hover,.pay:hover{transform:translateY(-2px);filter:brightness(1.14)}.primary-btn::after,.buy::after,.pay::after{content:"";position:absolute;inset:-120% -35%;background:linear-gradient(110deg,transparent 35%,#ffffff55 48%,transparent 61%);transform:translateX(-70%);transition:transform .65s ease}.primary-btn:hover::after,.buy:hover::after,.pay:hover::after{transform:translateX(70%)}.gem{animation:gemPulse 2.8s ease-in-out infinite}.online i{animation:statusPulse 2s ease-out infinite}.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease var(--reveal-delay,0ms),transform .65s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms)}.reveal.is-visible{opacity:1;transform:none}.card-visual img{transition:transform .55s ease,filter .55s ease}.card:hover .card-visual img{transform:scale(1.055);filter:saturate(1.3) brightness(1.08)}
@keyframes gemPulse{0%,100%{filter:drop-shadow(0 0 3px currentColor);transform:translateY(0)}50%{filter:drop-shadow(0 0 10px currentColor);transform:translateY(-2px)}}@keyframes statusPulse{0%{box-shadow:0 0 0 0 #27e38b99}70%{box-shadow:0 0 0 7px #27e38b00}100%{box-shadow:0 0 0 0 #27e38b00}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.gem,.online i{animation:none}.reveal{opacity:1;transform:none;transition:none}.primary-btn::after,.buy::after,.pay::after{display:none}.card,.card-visual img,.socials a{transition:none}}

.hero-track{display:flex;width:100%;transition:transform .8s cubic-bezier(.22,.75,.25,1)}.hero-slide{min-width:100%;min-height:500px;display:flex;align-items:stretch}.hero-slide .hero-content{width:100%}.hero-slide[aria-hidden="false"] .hero-content{animation:slideContent .7s ease both}.hero-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:42px;height:42px;border:1px solid #21dfff88;border-radius:50%;display:grid;place-items:center;background:#03172ac9;color:#fff;cursor:pointer;backdrop-filter:blur(8px);transition:.2s}.hero-arrow:hover{background:#0aaee9;box-shadow:0 0 22px #00cfff77}.hero-prev{left:18px}.hero-next{right:18px}.hero-dots{position:absolute;z-index:4;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.hero-dots button{width:9px;height:9px;padding:0;border:1px solid #75eaff;border-radius:20px;background:#092843;cursor:pointer;transition:.25s}.hero-dots button[aria-current="true"]{width:30px;background:#16dcff;box-shadow:0 0 12px #00ccff}.announcement-features{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0}.announcement-features span{display:flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid #167aab;border-radius:9px;background:#031a31c9;font-size:12px;font-weight:800}.announcement-features svg{color:#16dcff}.server-address{width:max-content;max-width:100%;display:grid;grid-template-columns:36px auto;column-gap:10px;align-items:center;margin:24px 0;padding:12px 17px;border:1px solid #19ceff;border-radius:10px;background:#03182dd9;box-shadow:0 0 22px #00cfff26}.server-address>svg{grid-row:1/3;width:26px;height:26px;color:#12ddff}.server-address small{color:#8fb0c9;font-size:9px}.server-address strong{font-size:17px}.card[role="button"]{cursor:pointer}.card[role="button"]:focus-visible{outline:3px solid var(--tier);outline-offset:4px}.details-hint{display:flex;align-items:center;gap:6px;margin:8px 0;color:var(--tier);font-size:10px;font-weight:800}.details-hint svg{width:13px;height:13px}.modal-description{color:#b5c8da;font-size:12px;line-height:1.5;margin:-7px 0 14px}.modal-benefits{padding:13px 15px;margin-bottom:15px;border:1px solid #174b70;border-radius:11px;background:#031426}.modal-benefits h3{display:flex;align-items:center;gap:7px;margin:0 0 9px;color:#14ddff;font-size:13px}.modal-benefits ul{list-style:none;margin:0;padding:0;display:grid;gap:7px}.modal-benefits li{display:flex;gap:8px;align-items:flex-start;color:#e1ebf5;font-size:11px}.modal-benefits li svg{width:14px;height:14px;color:#18dcff;margin-top:1px}.modal-open{overflow:hidden}@keyframes slideContent{from{opacity:0;transform:translateX(38px)}to{opacity:1;transform:none}}
@media(max-width:720px){.hero-slide{min-height:610px}.hero-arrow{top:auto;bottom:10px;width:36px;height:36px}.hero-prev{left:16px}.hero-next{right:16px}.hero-dots{bottom:23px}.announcement-features{gap:7px;margin:18px 0}.announcement-features span{padding:8px;font-size:10px}}
@media(prefers-reduced-motion:reduce){.hero-track{transition:none}.hero-slide[aria-hidden="false"] .hero-content{animation:none}}

.site-footer{max-width:none;margin:28px 0 0;padding:0;background:linear-gradient(180deg,#041326,#020914);border-top:1px solid #105b88;color:#a8bbcf}.footer-main{width:min(1200px,calc(100% - 40px));margin:auto;padding:42px 0 34px;display:grid;grid-template-columns:1.5fr .7fr .9fr 1.35fr;gap:45px}.footer-logo{display:flex;align-items:center;gap:9px;color:#fff;text-decoration:none;font-size:22px;font-style:italic;font-weight:1000;text-shadow:0 0 13px #00cfff}.footer-logo svg{color:#16dcff}.footer-logo b{color:#ffbd22}.footer-about p{max-width:310px;margin:12px 0 18px;font-size:11px;line-height:1.6}.footer-socials{display:flex;gap:9px}.footer-socials a,.footer-socials button{min-width:39px;height:39px;padding:0 11px;border:1px solid #16577e;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:7px;background:#062039;color:#cbe1f4;text-decoration:none;font:700 11px inherit;cursor:pointer;transition:.2s}.footer-socials a:hover,.footer-socials button:hover,.footer-socials .copied{color:#fff;border-color:#14dfff;background:#087aa7;transform:translateY(-3px);box-shadow:0 8px 22px #00bfff2e}.footer-socials svg{width:17px;height:17px}.footer-column h3,.footer-connect h3{margin:0 0 14px;color:#fff;font-size:13px}.footer-column{display:flex;flex-direction:column;align-items:flex-start}.footer-column a{margin:0 0 10px;color:#8fa9c0;text-decoration:none;font-size:11px;transition:.2s}.footer-column a:hover{color:#16dcff;transform:translateX(3px)}.footer-connect>p{font-size:10px;margin:0 0 9px}.server-copy{width:100%;display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid #1473a2;border-radius:10px;background:#061b31;color:#fff;text-align:left;cursor:pointer;transition:.2s}.server-copy:hover,.server-copy.copied{border-color:#14dfff;box-shadow:0 0 18px #00cfff25}.server-copy>svg:first-child{color:#15ddff}.server-copy>svg:last-child{margin-left:auto;width:15px}.server-copy span{display:flex;flex-direction:column}.server-copy small{font-size:8px;color:#7995ae}.server-copy b{font-size:11px}.discord-tip{display:flex;align-items:center;gap:5px;margin-top:9px;color:#7892aa;font-size:9px}.discord-tip svg{width:12px}.footer-bottom{width:min(1200px,calc(100% - 40px));min-height:55px;margin:auto;padding:12px 0;border-top:1px solid #13344f;display:flex;align-items:center;gap:24px;font-size:9px}.footer-bottom span:nth-child(2){margin-left:auto}.footer-bottom a{width:31px;height:31px;display:grid;place-items:center;border:1px solid #15577d;border-radius:8px;color:#11dfff}.footer-bottom a:hover{background:#0a5373}@media(max-width:900px){.footer-main{grid-template-columns:1.2fr 1fr}.footer-connect{grid-column:2}.footer-bottom{flex-wrap:wrap;gap:8px 18px}.footer-bottom span:nth-child(2){margin-left:0}}@media(max-width:560px){.footer-main{grid-template-columns:1fr;gap:27px;padding-top:32px}.footer-connect{grid-column:auto}.footer-bottom{align-items:flex-start}.footer-bottom a{margin-left:auto}}
