@charset "UTF-8";.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:18px 0;transition:background .35s ease,padding .35s ease,box-shadow .35s ease}.header--scrolled{padding:12px 0;background:rgba(11,14,19,.85);backdrop-filter:blur(16px);box-shadow:0 4px 30px #00000040;border-bottom:1px solid rgba(255,255,255,.06)}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.header__logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:#eef1f6;font-weight:700;font-size:1.25rem;z-index:10;transition:opacity .25s ease}.header__logo:hover{opacity:.85}.header__logo-img{height:36px;width:auto}.header__nav{display:flex;align-items:center;gap:8px}@media (max-width: 900px){.header__nav{display:none}}.header__nav-link{background:none;border:none;color:#9aa3b2;font-size:.95rem;padding:8px 16px;border-radius:8px;cursor:pointer;transition:color .25s ease,background .25s ease}.header__nav-link:hover{color:#eef1f6;background:rgba(255,255,255,.05)}.header__actions{display:flex;align-items:center;gap:10px}@media (max-width: 900px){.header__actions{display:none}}.header__burger{display:none;flex-direction:column;justify-content:space-between;width:26px;height:18px;background:none;border:none;cursor:pointer;z-index:20;padding:0}@media (max-width: 900px){.header__burger{display:flex}}.header__burger span{display:block;width:100%;height:2px;background:#eef1f6;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.header__burger.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.header__burger.is-active span:nth-child(2){opacity:0}.header__burger.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header__mobile{position:fixed;inset:0;background:rgba(11,14,19,.97);backdrop-filter:blur(20px);display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .35s ease;z-index:5}.header__mobile.is-open{opacity:1;visibility:visible;pointer-events:all}.header__mobile-nav{display:flex;flex-direction:column;align-items:center;gap:18px;width:100%;max-width:320px;padding:0 24px}.header__mobile-link{background:none;border:none;color:#eef1f6;font-size:1.4rem;font-weight:600;padding:12px 20px;cursor:pointer;transition:color .25s ease}.header__mobile-link:hover{color:#5eead4}.header__mobile-actions{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:30px}.header__mobile-actions .btn{width:100%;justify-content:center}.header{animation:headerSlideDown .6s cubic-bezier(.16,1,.3,1) forwards}@keyframes headerSlideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.header__lang{display:flex;gap:4px;margin-right:8px}.header__lang button{background:none;border:1px solid rgba(255,255,255,.12);color:#9aa3b2;font-size:.8rem;font-weight:600;padding:5px 10px;border-radius:6px;cursor:pointer;transition:all .2s ease}.header__lang button:hover:not(.active){border-color:#ffffff40;color:#eef1f6}.header__lang--mobile{margin:20px 0;justify-content:center}.footer{margin-top:80px;padding:70px 0 40px;border-top:1px solid rgba(255,255,255,.07);background:radial-gradient(circle at top,rgba(94,234,212,.07),transparent 50%),#0b0e13}.footer__inner{display:flex;justify-content:space-between;align-items:flex-start;gap:60px;flex-wrap:wrap}.footer__left{max-width:380px}.footer__left h3{font-size:1.55rem;font-family:Space Grotesk,Inter,system-ui,sans-serif;color:#5eead4;margin-bottom:14px}.footer__left p{color:#9aa3b2;line-height:1.7;margin-bottom:22px;max-width:320px}.footer__left span{display:block;color:#9aa3b2b3;font-size:.9rem;margin-bottom:12px}.footer__credits{display:block;font-size:.78rem;color:#9aa3b2a6;letter-spacing:.02em;line-height:1.6}.footer__credits a{color:inherit;text-decoration:none;transition:color .25s ease}.footer__credits a strong{color:#eef1f6;font-weight:600;transition:color .25s ease}.footer__credits a:hover strong{color:#5eead4}.footer__links{display:flex;gap:70px}@media (max-width: 600px){.footer__links{gap:40px}}.footer__links-column{display:flex;flex-direction:column;gap:14px}.footer__links-column a{color:#9aa3b2;text-decoration:none;font-size:.95rem;transition:color .25s ease,transform .25s ease}.footer__links-column a:hover{color:#5eead4;transform:translate(5px)}@media (max-width: 768px){.footer{padding:60px 0 35px;text-align:center}.footer__inner{flex-direction:column;align-items:center;gap:45px}.footer__left{max-width:100%}.footer__left p{max-width:100%;margin-left:auto;margin-right:auto}.footer__links{justify-content:center}.footer__links-column a:hover{transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{transform:scale(.82);opacity:0}to{transform:scale(1);opacity:1}}.main-info{position:relative;overflow:hidden;padding:90px 0 110px;background:radial-gradient(circle at 12% 0%,rgba(94,234,212,.13),transparent 42%),radial-gradient(circle at 100% 18%,rgba(75,124,255,.11),transparent 38%),#0b0e13}.main-info__inner{display:flex;justify-content:space-between;align-items:center;gap:100px;max-width:1800px}@media (max-width: 1024px){.main-info__inner{gap:60px}}@media (max-width: 768px){.main-info__inner{flex-direction:column;text-align:center;gap:55px}}.main-info__text{flex:0 0 520px;max-width:520px;display:flex;flex-direction:column;align-items:flex-start;z-index:2}@media (max-width: 768px){.main-info__text{max-width:100%;flex:initial;align-items:center}}.main-info__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:999px;border:1px solid rgba(94,234,212,.28);background:rgba(94,234,212,.09);color:#5eead4;font-size:.85rem;font-family:JetBrains Mono,Fira Code,monospace;margin-bottom:26px;letter-spacing:.3px}.main-info__title{font-size:clamp(2.9rem,5.8vw,4.7rem);line-height:1.07;margin-bottom:26px;font-weight:800;letter-spacing:-.5px}.main-info__title span{color:#5eead4;text-shadow:0 0 28px rgba(94,234,212,.4)}.main-info__subtitle{color:#9aa3b2;font-size:1.1rem;line-height:1.75;margin-bottom:18px;max-width:480px}@media (max-width: 768px){.main-info__subtitle{max-width:100%}}.main-info__platform{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px;padding:8px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#9aa3b2;font-size:.88rem;line-height:1}.main-info__platform svg{width:16px;height:16px;flex-shrink:0;display:block;color:#00a4ef}@media (max-width: 768px){.main-info__platform{justify-content:center}}.main-info__cta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:48px}@media (max-width: 768px){.main-info__cta{justify-content:center}}.main-info__stats{display:flex;flex-wrap:wrap;gap:16px}.main-info__stats .stat{min-width:118px;padding:16px 18px;border-radius:16px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(10px);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.main-info__stats .stat:hover{transform:translateY(-5px);border-color:#5eead48c;box-shadow:0 12px 30px #5eead426}.main-info__stats .stat h3{color:#5eead4;font-size:1.65rem;margin-bottom:4px;font-weight:700}.main-info__stats .stat span{color:#9aa3b2;font-size:.88rem}@media (max-width: 768px){.main-info__stats{justify-content:center}}.main-info__image{flex:1;display:flex;justify-content:flex-end;align-items:center;perspective:2200px;margin-right:-30px}@media (max-width: 768px){.main-info__image{width:100%;margin-right:0;perspective:none;order:-1}}.main-info .main-info-bar{width:100%;max-width:1280px;transform:rotateY(-10deg) rotateX(4deg);transition:transform .5s cubic-bezier(.16,1,.3,1)}.main-info .main-info-bar:hover{transform:rotateY(-5deg) rotateX(1.5deg) translateY(-10px) scale(1.015)}@media (max-width: 768px){.main-info .main-info-bar{max-width:100%;transform:none}.main-info .main-info-bar:hover{transform:translateY(-6px) scale(1.01)}}.main-info__content img{display:block;width:100%;max-width:1280px;border-radius:20px;box-shadow:0 60px 140px #0000008c,0 0 100px #5eead42e;transition:transform .4s ease,box-shadow .4s ease;user-select:none;-webkit-user-drag:none;cursor:zoom-in}.main-info__content img:hover{transform:scale(1.015);box-shadow:0 80px 180px #000000a6,0 0 130px #5eead440}@media (max-width: 768px){.main-info__content img{max-width:100%}}.image-modal{position:fixed;inset:0;z-index:9999;display:flex;justify-content:center;align-items:center;padding:30px;background:rgba(0,0,0,.9);cursor:zoom-out;animation:fadeIn .28s ease}.image-modal__img{max-width:94%;max-height:88vh;border-radius:18px;box-shadow:0 40px 120px #000000bf,0 0 80px #5eead438;animation:zoomIn .3s cubic-bezier(.16,1,.3,1);cursor:default}.image-modal__close{position:absolute;top:22px;right:28px;background:transparent;border:none;color:#fff;font-size:1.9rem;cursor:pointer;transition:transform .2s ease,color .2s ease}.image-modal__close:hover{transform:scale(1.18);color:#5eead4}@media (max-width: 480px){.main-info{padding:70px 0 80px}.main-info__title{font-size:2.55rem}.main-info__platform{font-size:.82rem;padding:7px 12px}.main-info__stats{gap:12px}.main-info__stats .stat{min-width:105px;padding:14px 15px}.main-info__stats .stat h3{font-size:1.45rem}}.features{padding:120px 0;position:relative;background:radial-gradient(circle at 50% 0%,rgba(94,234,212,.06),transparent 55%),#0b0e13}.features__header{text-align:center;max-width:720px;margin:0 auto 70px}.features__header .features__eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:1.5px;color:#5eead4;margin-bottom:18px;text-transform:uppercase}.features__header h2{font-size:clamp(2.1rem,4vw,2.9rem);line-height:1.25;margin-bottom:20px;font-weight:700;color:#eef1f6}.features__header p{color:#9aa3b2;font-size:1.1rem;line-height:1.7}.features__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media (max-width: 1100px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.features__grid{grid-template-columns:1fr;gap:18px}}.feature-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:32px 28px;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease;height:100%}.feature-card:hover{transform:translateY(-8px);border-color:#5eead473;box-shadow:0 20px 40px #00000040}.feature-card:hover .feature-card__icon{background:rgba(94,234,212,.15);color:#5eead4;transform:scale(1.08)}.feature-card__icon{width:64px;height:64px;border-radius:16px;background:rgba(94,234,212,.1);color:#5eead4;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:all .35s ease}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:#eef1f6}.feature-card p{color:#9aa3b2;font-size:.98rem;line-height:1.65}@media (max-width: 768px){.features{padding:90px 0}.features__header{margin-bottom:50px}.feature-card{padding:28px 24px}}.how-it-works{padding:120px 0;position:relative;background:radial-gradient(circle at 80% 20%,rgba(94,234,212,.05),transparent 50%),#0b0e13}.how-it-works__header{text-align:center;max-width:640px;margin:0 auto 70px}.how-it-works__header .how-it-works__eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:1.8px;color:#5eead4;margin-bottom:16px;text-transform:uppercase}.how-it-works__header h2{font-size:clamp(2.2rem,4vw,3rem);margin-bottom:16px;font-weight:700;color:#eef1f6}.how-it-works__header p{color:#9aa3b2;font-size:1.15rem;line-height:1.6}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;position:relative}@media (max-width: 900px){.steps{grid-template-columns:1fr;max-width:480px;margin:0 auto;gap:22px}}.step-card{position:relative;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:40px 32px 36px;text-align:center;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease;overflow:hidden}.step-card:hover{transform:translateY(-8px);border-color:#5eead466;box-shadow:0 22px 45px #00000047}.step-card:hover .step-card__icon{background:rgba(94,234,212,.18);color:#5eead4;transform:scale(1.08)}.step-card:hover .step-card__number{color:#5eead459}.step-card__number{position:absolute;top:18px;right:24px;font-size:3.8rem;font-weight:800;color:#ffffff0a;line-height:1;transition:color .35s ease;user-select:none}.step-card__icon{width:68px;height:68px;margin:0 auto 26px;border-radius:18px;background:rgba(94,234,212,.1);color:#5eead4;display:flex;align-items:center;justify-content:center;transition:all .35s ease}.step-card h3{font-size:1.3rem;font-weight:600;margin-bottom:14px;color:#eef1f6}.step-card p{color:#9aa3b2;font-size:1rem;line-height:1.65}@media (max-width: 768px){.how-it-works{padding:90px 0}.how-it-works__header{margin-bottom:50px}.step-card{padding:34px 26px 30px}}.pricing{padding:120px 0 140px;position:relative;background:radial-gradient(circle at 30% 10%,rgba(94,234,212,.07),transparent 50%),#0b0e13}.pricing__header{text-align:center;max-width:640px;margin:0 auto 70px}.pricing__header .pricing__eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:1.8px;color:#5eead4;margin-bottom:16px;text-transform:uppercase}.pricing__header h2{font-size:clamp(2.2rem,4vw,3rem);margin-bottom:16px;font-weight:700;color:#eef1f6}.pricing__header p{color:#9aa3b2;font-size:1.15rem;line-height:1.6}.pricing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:stretch}@media (max-width: 980px){.pricing__grid{grid-template-columns:1fr;max-width:420px;margin:0 auto;gap:24px}}.pricing-card{position:relative;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.09);border-radius:24px;padding:40px 32px 36px;display:flex;flex-direction:column;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.pricing-card:hover{transform:translateY(-8px);border-color:#5eead459;box-shadow:0 25px 50px #0000004d}.pricing-card--popular{background:linear-gradient(160deg,rgba(94,234,212,.12) 0%,rgba(255,255,255,.04) 100%);border-color:#5eead473;box-shadow:0 20px 50px #5eead41f;transform:scale(1.04)}@media (max-width: 980px){.pricing-card--popular{transform:none}}.pricing-card--popular:hover{transform:scale(1.04) translateY(-8px)}@media (max-width: 980px){.pricing-card--popular:hover{transform:translateY(-8px)}}.pricing-card__badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:#5eead4;color:#0a0a0a;font-size:.78rem;font-weight:700;padding:6px 18px;border-radius:999px;letter-spacing:.3px;white-space:nowrap}.pricing-card h3{font-size:1.35rem;font-weight:600;margin-bottom:18px;color:#eef1f6}.pricing-card__price{font-size:2.6rem;font-weight:800;color:#eef1f6;line-height:1;margin-bottom:8px}.pricing-card__price span{display:block;font-size:.95rem;font-weight:500;color:#9aa3b2;margin-top:8px}.pricing-card__vat{font-size:.8rem;color:#9aa3b2b3;margin-bottom:28px}.pricing-card ul{list-style:none;padding:0;margin:0 0 36px;flex-grow:1}.pricing-card ul li{display:flex;align-items:center;gap:12px;margin-bottom:14px;color:#9aa3b2;font-size:.98rem}.pricing-card ul li svg{color:#5eead4;flex-shrink:0}.pricing-card .btn{width:100%;justify-content:center}.animate-item{opacity:0;animation:fadeUp .85s cubic-bezier(.16,1,.3,1) forwards;animation-delay:var(--delay, 0s)}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.pricing{padding:90px 0 100px}.pricing__header{margin-bottom:50px}.pricing-card{padding:36px 28px 32px}}.pricing__error{max-width:480px;margin:0 auto 30px;padding:14px 18px;border-radius:12px;background:rgba(255,70,70,.12);border:1px solid #ff4646;color:#f77;font-size:.9rem;font-weight:600;text-align:center}.legal{padding:120px 0 130px;max-width:860px;margin:0 auto}.legal h1{margin-bottom:36px;font-size:clamp(2.4rem,5vw,3.1rem);color:#5eead4;font-family:Space Grotesk,Inter,system-ui,sans-serif;text-align:center;font-weight:700;letter-spacing:-.5px}.legal h2{margin:52px 0 18px;font-size:1.55rem;color:#eef1f6;font-weight:600;position:relative}.legal h2:after{content:"";display:block;width:48px;height:3px;background:#5eead4;margin-top:10px;border-radius:3px}.legal p{color:#9aa3b2;line-height:1.85;margin-bottom:20px;font-size:1.05rem}.legal ul{margin:22px 0 28px;padding-left:22px}.legal ul li{margin-bottom:11px;color:#9aa3b2;line-height:1.75;font-size:1.02rem;position:relative}.legal ul li::marker{color:#5eead4}.legal strong{color:#eef1f6;font-weight:600}.legal .example-box{background:rgba(255,255,255,.035);border:1px solid rgba(94,234,212,.18);border-radius:14px;padding:22px 24px;margin:28px 0;transition:border-color .3s ease}.legal .example-box:hover{border-color:#5eead459}.legal .example-box p{margin:0 0 10px;font-size:.98rem}.legal .example-box code{display:block;background:rgba(0,0,0,.38);padding:14px 16px;border-radius:10px;font-family:JetBrains Mono,Fira Code,monospace,monospace;color:#5eead4;margin:12px 0 10px;white-space:pre-wrap;word-break:break-word;border-left:4px solid #5eead4;font-size:.95rem;line-height:1.5}@media (max-width: 768px){.legal{padding:90px 20px 100px;max-width:100%}.legal h1{font-size:2.35rem;margin-bottom:28px}.legal h2{font-size:1.4rem;margin-top:42px}.legal p{font-size:1rem}.legal .example-box{padding:18px 16px;margin:22px 0}.legal .example-box code{font-size:.9rem;padding:12px 14px}}@media (max-width: 480px){.legal{padding:80px 16px 90px}.legal h1{font-size:2.1rem}}.contact{padding:130px 0 120px;min-height:70vh}.contact__header{text-align:center;margin-bottom:60px}.contact__header h1{font-size:clamp(2.4rem,5vw,3.2rem);color:#5eead4;font-family:Space Grotesk,Inter,system-ui,sans-serif;margin-bottom:16px}.contact__subtitle{color:#9aa3b2;font-size:1.15rem;max-width:480px;margin:0 auto}.contact__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;max-width:860px;margin:0 auto}@media (max-width: 700px){.contact__grid{grid-template-columns:1fr;max-width:420px}}.contact-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.09);border-radius:20px;padding:40px 32px;text-align:center;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.contact-card:hover{transform:translateY(-6px);border-color:#5eead466;box-shadow:0 20px 40px #00000040}.contact-card:hover .contact-card__icon{background:rgba(94,234,212,.18);color:#5eead4;transform:scale(1.06)}.contact-card__icon{width:68px;height:68px;margin:0 auto 24px;border-radius:18px;background:rgba(94,234,212,.1);color:#5eead4;display:flex;align-items:center;justify-content:center;transition:all .35s ease}.contact-card h2{font-size:1.4rem;margin-bottom:12px;color:#eef1f6}.contact-card__value{color:#9aa3b2;font-size:.98rem;margin-bottom:28px;word-break:break-all}.contact-card__buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.contact-card__buttons .btn{display:inline-flex;align-items:center;gap:8px}@media (max-width: 768px){.contact{padding:110px 0 90px}.contact__header{margin-bottom:45px}.contact-card{padding:34px 26px}}.poradnik{padding:120px 0 100px;min-height:80vh}.poradnik__layout{display:grid;grid-template-columns:240px 1fr;gap:50px;align-items:start}@media (max-width: 900px){.poradnik__layout{grid-template-columns:1fr;gap:30px}}.poradnik__sidebar{position:sticky;top:100px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:24px 18px}.poradnik__sidebar h3{font-size:1.1rem;color:#5eead4;margin-bottom:18px;padding-left:10px}.poradnik__sidebar nav{display:flex;flex-direction:column;gap:6px}.poradnik__sidebar button{background:none;border:none;text-align:left;padding:11px 14px;border-radius:10px;color:#9aa3b2;font-size:.98rem;cursor:pointer;transition:all .25s ease}.poradnik__sidebar button:hover{background:rgba(255,255,255,.05);color:#eef1f6}.poradnik__sidebar button.active{background:rgba(94,234,212,.12);color:#5eead4;font-weight:600}@media (max-width: 900px){.poradnik__sidebar{position:static;display:flex;flex-wrap:wrap;gap:8px;padding:16px}.poradnik__sidebar h3{width:100%;margin-bottom:8px}.poradnik__sidebar nav{flex-direction:row;flex-wrap:wrap;width:100%}.poradnik__sidebar button{flex:1;text-align:center;min-width:110px}}.poradnik__content{min-width:0}.poradnik__section{animation:fadeIn .35s ease}.poradnik h1{font-size:clamp(2rem,4vw,2.6rem);color:#5eead4;margin-bottom:18px;font-family:Space Grotesk,Inter,system-ui,sans-serif}.poradnik h2{font-size:1.45rem;margin:42px 0 16px;color:#eef1f6}.poradnik h3{font-size:1.15rem;margin:28px 0 12px;color:#eef1f6}.poradnik p{color:#9aa3b2;line-height:1.8;margin-bottom:18px;font-size:1.05rem}.poradnik__intro{font-size:1.1rem;margin-bottom:28px}.poradnik ul,.poradnik ol{margin:16px 0 28px 20px;color:#9aa3b2}.poradnik ul li,.poradnik ol li{margin-bottom:10px;line-height:1.7}.poradnik strong{color:#eef1f6}.poradnik__image{margin:28px 0 36px;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 50px #0000004d}.poradnik__image img{display:block;width:100%;height:auto}.poradnik__highlight{background:rgba(94,234,212,.08);border:1px solid rgba(94,234,212,.25);border-radius:12px;padding:16px 20px;margin:18px 0 28px;color:#eef1f6;font-size:1rem;line-height:1.6}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.poradnik{padding:100px 0 80px}.poradnik h1{font-size:2.1rem}.poradnik h2{font-size:1.3rem}}.download-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:radial-gradient(circle at top,rgba(94,234,212,.15),transparent 40%)}.download-page__card{width:100%;max-width:420px;text-align:center;padding:40px;background:#0b0e13;border:1px solid #262c38;border-radius:20px;box-shadow:0 20px 60px #0000004d}.download-page__card h1{margin:20px 0 14px;font-size:1.6rem;font-family:Space Grotesk,Inter,system-ui,sans-serif}.download-page__card p{color:#9aa3b2;font-size:.95rem;line-height:1.6}.download-page__card p a{color:#5eead4;font-weight:600;text-decoration:none}.download-page__card p a:hover{text-decoration:underline}.download-page__card p code{background:rgba(255,255,255,.08);padding:2px 6px;border-radius:4px;font-size:.85em}.download-page__card .btn{margin-top:20px;display:inline-flex}.download-page__icon{font-size:2.6rem;color:#5eead4}.download-page__icon--warn{color:#ffb020}.download-page__hint{margin-top:10px;font-size:.85rem!important;opacity:.75}.reset-password{min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;padding:80px 20px;background:radial-gradient(circle at top,rgba(94,234,212,.15),transparent 40%)}.reset-password__card{width:100%;max-width:420px;padding:40px;background:#0b0e13;border:1px solid #262c38;border-radius:20px;box-shadow:0 20px 60px #0000004d;text-align:center}@media (max-width: 480px){.reset-password__card{padding:30px 20px}}.reset-password__card h1{margin-bottom:14px;font-size:1.8rem;font-family:Space Grotesk,Inter,system-ui,sans-serif}.reset-password__card p{color:#9aa3b2;font-size:.95rem;margin-bottom:10px;line-height:1.5}.reset-password__card form{display:flex;flex-direction:column;gap:14px;margin-top:20px;text-align:left}.reset-password__card form input{width:100%;height:48px;padding:0 15px;border-radius:10px;border:1px solid #262c38;background:transparent;color:#eef1f6;font-size:.95rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.reset-password__card form input::placeholder{color:#9aa3b2}.reset-password__card form input:focus{border-color:#5eead4;box-shadow:0 0 0 3px #5eead426}.reset-password__card .btn{margin-top:10px;width:100%}.reset-password__notify{margin-top:18px;padding:12px 16px;border-radius:10px;font-size:.88rem;font-weight:600;line-height:1.4;text-align:left}.reset-password__notify--error{background:rgba(255,92,92,.12);border:1px solid #ff5c5c;color:#ff8080}.payment-result{min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;padding:80px 20px;background:radial-gradient(circle at top,rgba(94,234,212,.15),transparent 40%)}.payment-result__card{width:100%;max-width:460px;padding:40px;background:#0b0e13;border:1px solid #262c38;border-radius:20px;box-shadow:0 20px 60px #0000004d;text-align:center}@media (max-width: 480px){.payment-result__card{padding:30px 20px}}.payment-result__card h1{margin-bottom:14px;font-size:1.8rem;font-family:Space Grotesk,Inter,system-ui,sans-serif}.payment-result__card p{color:#9aa3b2;font-size:.95rem;margin-bottom:24px;line-height:1.5}.payment-result__card .btn{width:100%}.panel{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;background:radial-gradient(circle at 50% 0%,rgba(94,234,212,.1),transparent 50%),#0b0e13}.panel__card{width:100%;max-width:420px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.09);border-radius:20px;padding:40px 36px;box-shadow:0 25px 60px #00000059}.panel__header{text-align:center;margin-bottom:32px}.panel__header h1{font-size:1.8rem;color:#eef1f6;margin-bottom:8px;font-weight:700}.panel__header p{color:#9aa3b2;font-size:.98rem}.panel__discord{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:13px 20px;border-radius:12px;background:#5865f2;color:#fff;font-size:.98rem;font-weight:600;border:none;cursor:pointer;transition:background .25s ease,transform .25s ease}.panel__discord:hover{background:#4752c4;transform:translateY(-2px)}.panel__divider{display:flex;align-items:center;gap:14px;margin:28px 0;color:#9aa3b2;font-size:.9rem}.panel__divider span{flex:1;height:1px;background:rgba(255,255,255,.1)}.panel__form{display:flex;flex-direction:column;gap:14px}.panel__form input{width:100%;padding:13px 16px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#eef1f6;font-size:.98rem;transition:border-color .25s ease,background .25s ease}.panel__form input::placeholder{color:#9aa3b2b3}.panel__form input:focus{outline:none;border-color:#5eead499;background:rgba(255,255,255,.06)}.panel__form .btn{margin-top:8px;width:100%;justify-content:center;padding:13px}.panel__switch{margin-top:28px;text-align:center;font-size:.95rem;color:#9aa3b2}.panel__switch button{background:none;border:none;color:#5eead4;font-weight:600;margin-left:6px;cursor:pointer;transition:opacity .25s ease}.panel__switch button:hover{opacity:.8}.panel__back{margin-top:28px;color:#9aa3b2;font-size:.95rem;transition:color .25s ease}.panel__back:hover{color:#5eead4}@media (max-width: 480px){.panel__card{padding:32px 24px}.panel__header h1{font-size:1.6rem}}.panel__notify{margin-bottom:18px;padding:12px 16px;border-radius:10px;font-size:.88rem;font-weight:600;line-height:1.4}.panel__notify--success{background:rgba(94,234,212,.12);border:1px solid #5eead4;color:#5eead4}.panel__notify--error{background:rgba(255,92,92,.12);border:1px solid #ff5c5c;color:#ff8080}.panel__forgot-link{align-self:flex-end;margin-top:-4px;background:none;border:none;padding:0;color:#9aa3b2;font-size:.85rem;cursor:pointer;transition:color .2s ease}.panel__forgot-link:hover{color:#5eead4}.dashboard{display:grid;grid-template-columns:240px 1fr;grid-template-rows:70px 1fr;min-height:100vh;background:#0b0e13}.dashboard .dashboard-notify{position:fixed;top:24px;right:24px;z-index:1000;padding:14px 22px;border-radius:12px;font-size:.95rem;font-weight:500;animation:slideIn .3s ease;box-shadow:0 10px 30px #0000004d}.dashboard .dashboard-notify--success{background:rgba(34,197,94,.15);border:1px solid rgba(34,197,94,.4);color:#4ade80}.dashboard .dashboard-notify--error{background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.4);color:#f87171}.dashboard__top{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(11,14,19,.9);backdrop-filter:blur(12px)}.dashboard__brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.15rem;color:#eef1f6}.dashboard__logo-dot{width:10px;height:10px;border-radius:50%;background:#5eead4;box-shadow:0 0 12px #5eead499}.dashboard__profile{font-size:.95rem;color:#9aa3b2}.dashboard__sidebar{border-right:1px solid rgba(255,255,255,.07);padding:28px 16px;display:flex;flex-direction:column;justify-content:space-between}.dashboard__sidebar nav{display:flex;flex-direction:column;gap:6px}.dashboard__sidebar a{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;color:#9aa3b2;font-size:.95rem;transition:all .25s ease}.dashboard__sidebar a:hover{background:rgba(255,255,255,.05);color:#eef1f6}.dashboard__sidebar a.active{background:rgba(94,234,212,.12);color:#5eead4;font-weight:600}.dashboard__logout{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:10px;color:#9aa3b2;font-size:.95rem;transition:all .25s ease}.dashboard__logout:hover{background:rgba(239,68,68,.1);color:#f87171}.dashboard__content{padding:36px 40px 60px;overflow-y:auto}.dashboard__welcome{margin-bottom:36px}.dashboard__welcome h1{font-size:1.9rem;margin-bottom:6px;color:#eef1f6}.dashboard__welcome p{color:#9aa3b2}.dashboard__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:36px}@media (max-width: 1100px){.dashboard__grid{grid-template-columns:repeat(2,1fr)}}.dashboard .dashboard-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:22px 20px;transition:border-color .25s ease}.dashboard .dashboard-card:hover{border-color:#5eead44d}.dashboard .dashboard-card span{display:block;font-size:.85rem;color:#9aa3b2;margin-bottom:8px}.dashboard .dashboard-card strong{font-size:1.2rem;color:#eef1f6}.dashboard__license{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:28px;margin-bottom:28px}.dashboard__license-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.dashboard__license-header h2{font-size:1.25rem;color:#eef1f6}.dashboard__license-header .badge{background:rgba(94,234,212,.15);color:#5eead4;font-size:.8rem;font-weight:600;padding:5px 14px;border-radius:999px}.dashboard__license-info{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width: 900px){.dashboard__license-info{grid-template-columns:repeat(2,1fr)}}.dashboard__license-info small{display:block;font-size:.8rem;color:#9aa3b2;margin-bottom:6px}.dashboard__license-info strong{font-size:1rem;color:#eef1f6}.dashboard__redeem{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:28px}.dashboard__redeem-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px}.dashboard__redeem-header h2{font-size:1.2rem;margin-bottom:4px;color:#eef1f6}.dashboard__redeem-header p{color:#9aa3b2;font-size:.95rem}.dashboard__redeem-icon{width:44px;height:44px;border-radius:12px;background:rgba(94,234,212,.12);color:#5eead4;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard__redeem-form{display:flex;gap:12px}.dashboard__redeem-form input{flex:1;padding:13px 16px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#eef1f6;font-size:.98rem}.dashboard__redeem-form input:focus{outline:none;border-color:#5eead480}.dashboard__redeem-form button{padding:13px 24px;border-radius:10px;background:#5eead4;color:#0a0a0a;font-weight:600;font-size:.95rem;transition:opacity .25s ease}.dashboard__redeem-form button:hover{opacity:.9}.dashboard__mobile-nav{display:none}@keyframes slideIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.dashboard{grid-template-columns:1fr;grid-template-rows:60px 1fr auto}.dashboard__sidebar{display:none}.dashboard__content{padding:28px 20px 100px}.dashboard__grid{grid-template-columns:repeat(2,1fr)}.dashboard__mobile-nav{display:flex;justify-content:space-around;align-items:center;padding:10px 0 calc(10px + env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.08);background:rgba(11,14,19,.95);backdrop-filter:blur(12px)}.dashboard__mobile-nav a,.dashboard__mobile-nav button{display:flex;flex-direction:column;align-items:center;gap:4px;color:#9aa3b2;font-size:.75rem;padding:6px 12px;transition:color .25s ease}.dashboard__mobile-nav a.active,.dashboard__mobile-nav a:hover,.dashboard__mobile-nav button.active,.dashboard__mobile-nav button:hover{color:#5eead4}}@media (max-width: 500px){.dashboard__grid{grid-template-columns:1fr}.dashboard__license-info{grid-template-columns:1fr!important}.dashboard__redeem-form{flex-direction:column}}.dashboard__top-right{display:flex;align-items:center;gap:16px}.dashboard__license-empty{margin-top:18px;color:#9aa3b2;font-size:.92rem}.dashboard__license-empty a{color:#5eead4;font-weight:600}.dashboard__license-empty a:hover{text-decoration:underline}.discord-page{display:grid;grid-template-columns:240px 1fr;grid-template-rows:70px 1fr;min-height:100vh;background:#0b0e13}.discord-page__top{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(11,14,19,.9);backdrop-filter:blur(12px)}.discord-page__brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.15rem;color:#eef1f6}.discord-page__logo-dot{width:10px;height:10px;border-radius:50%;background:#5eead4;box-shadow:0 0 12px #5eead499}.discord-page__profile{font-size:.95rem;color:#9aa3b2}.discord-page__sidebar{border-right:1px solid rgba(255,255,255,.07);padding:28px 16px;display:flex;flex-direction:column;justify-content:space-between}.discord-page__sidebar nav{display:flex;flex-direction:column;gap:6px}.discord-page__sidebar a{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;color:#9aa3b2;font-size:.95rem;transition:all .25s ease}.discord-page__sidebar a:hover{background:rgba(255,255,255,.05);color:#eef1f6}.discord-page__sidebar a.active{background:rgba(94,234,212,.12);color:#5eead4;font-weight:600}.discord-page__logout{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:10px;color:#9aa3b2;font-size:.95rem;transition:all .25s ease}.discord-page__logout:hover{background:rgba(239,68,68,.1);color:#f87171}.discord-page__content{padding:36px 40px 60px;overflow-y:auto}.discord-page__welcome{margin-bottom:36px}.discord-page__welcome h1{font-size:1.9rem;margin-bottom:8px;color:#eef1f6}.discord-page__welcome p{color:#9aa3b2;max-width:560px;line-height:1.6}.discord-page__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:32px}@media (max-width: 1100px){.discord-page__grid{grid-template-columns:repeat(2,1fr)}}.discord-page .discord-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:22px 20px}.discord-page .discord-card span{display:block;font-size:.85rem;color:#9aa3b2;margin-bottom:8px}.discord-page .discord-card strong{font-size:1.15rem;color:#eef1f6}.discord-page .discord-card strong.status-ok{color:#4ade80}.discord-page .discord-card strong.status-off{color:#f87171}.discord-page__connect{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:28px;margin-bottom:36px}.discord-page__connect-header{display:flex;align-items:flex-start;gap:18px;margin-bottom:26px}.discord-page__connect-header h2{font-size:1.25rem;margin-bottom:6px;color:#eef1f6}.discord-page__connect-header p{color:#9aa3b2;font-size:.98rem;line-height:1.6}.discord-page__connect-icon{width:48px;height:48px;border-radius:14px;background:rgba(88,101,242,.15);color:#7289da;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.discord-page__buttons{display:flex;gap:12px;flex-wrap:wrap}.discord-page__buttons .btn{display:inline-flex;align-items:center;gap:8px}.discord-page__buttons .btn--discord{background:#5865f2;color:#fff}.discord-page__buttons .btn--discord:hover{background:#4752c4}.discord-page__buttons .btn--danger{background:rgba(239,68,68,.15);color:#f87171;border:1px solid rgba(239,68,68,.3)}.discord-page__buttons .btn--danger:hover{background:rgba(239,68,68,.25)}.discord-page__features h2{font-size:1.35rem;margin-bottom:22px;color:#eef1f6}.discord-page__feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width: 900px){.discord-page__feature-grid{grid-template-columns:1fr}}.discord-page .feature-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:26px 22px;transition:border-color .3s ease,transform .3s ease}.discord-page .feature-card:hover{border-color:#5eead459;transform:translateY(-4px)}.discord-page .feature-card__icon{width:46px;height:46px;border-radius:12px;background:rgba(94,234,212,.12);color:#5eead4;display:flex;align-items:center;justify-content:center;margin-bottom:18px;font-size:1.15rem}.discord-page .feature-card h3{font-size:1.1rem;margin-bottom:10px;color:#eef1f6}.discord-page .feature-card p{color:#9aa3b2;font-size:.95rem;line-height:1.6}.discord-page__mobile-nav{display:none}@media (max-width: 900px){.discord-page{grid-template-columns:1fr;grid-template-rows:60px 1fr auto}.discord-page__sidebar{display:none}.discord-page__content{padding:28px 20px 100px}.discord-page__grid{grid-template-columns:repeat(2,1fr)}.discord-page__mobile-nav{display:flex;justify-content:space-around;align-items:center;padding:10px 0 calc(10px + env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.08);background:rgba(11,14,19,.95);backdrop-filter:blur(12px)}.discord-page__mobile-nav a,.discord-page__mobile-nav button{display:flex;flex-direction:column;align-items:center;gap:4px;color:#9aa3b2;font-size:.75rem;padding:6px 12px}.discord-page__mobile-nav a.active,.discord-page__mobile-nav a:hover,.discord-page__mobile-nav button.active,.discord-page__mobile-nav button:hover{color:#5eead4}}@media (max-width: 500px){.discord-page__grid{grid-template-columns:1fr}}.discord-page__top-right{display:flex;align-items:center;gap:16px}.settings-page{min-height:100vh;background:#0b0e13;color:#eef1f6}.settings-page *{box-sizing:border-box}.settings-page__top{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:fixed;top:0;left:0;right:0;z-index:20;border-bottom:1px solid #262c38;background:rgba(11,14,19,.85);backdrop-filter:blur(12px)}.settings-page__top-right{display:flex;align-items:center;gap:16px}.settings-page__brand{display:flex;align-items:center;gap:10px;color:#eef1f6;text-decoration:none;font-family:Space Grotesk,Inter,system-ui,sans-serif;font-weight:700;font-size:1.1rem}.settings-page__logo-dot{width:10px;height:10px;border-radius:50%;background:#5eead4;box-shadow:0 0 15px #5eead4}.settings-page__profile{color:#9aa3b2;font-size:.9rem}.settings-page__sidebar{position:fixed;top:70px;left:0;width:250px;height:calc(100vh - 70px);padding:30px 20px;border-right:1px solid #262c38;background:#0b0e13;display:flex;flex-direction:column;justify-content:space-between;z-index:10}.settings-page__sidebar nav{display:flex;flex-direction:column;gap:8px}.settings-page__sidebar nav a{height:45px;display:flex;align-items:center;gap:12px;padding:0 15px;border-radius:10px;color:#9aa3b2;text-decoration:none;transition:.25s ease}.settings-page__sidebar nav a svg{min-width:18px;font-size:1rem}.settings-page__sidebar nav a:hover{background:rgba(94,234,212,.08);color:#eef1f6;transform:translate(4px)}.settings-page__sidebar nav a.active{background:rgba(94,234,212,.15);color:#5eead4}.settings-page__logout{height:45px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:10px;border:1px solid #262c38;background:transparent;color:#9aa3b2;cursor:pointer;transition:.25s}.settings-page__logout:hover{color:#eef1f6;border-color:#5eead4;box-shadow:0 0 20px #5eead426}.settings-page__content{margin-left:250px;padding:110px 40px 50px}.settings-page__content h1{margin-bottom:10px;font-size:2.2rem;font-family:Space Grotesk,Inter,system-ui,sans-serif}.settings-page__content>p{color:#9aa3b2}.settings-page__section{margin-top:30px;max-width:520px;padding:30px;border-radius:18px;border:1px solid #262c38;background:rgba(255,255,255,.02)}.settings-page__section-header{display:flex;align-items:flex-start;gap:15px;margin-bottom:25px}.settings-page__section-header svg{font-size:1.8rem;color:#5eead4;margin-top:3px;filter:drop-shadow(0 0 10px rgba(94,234,212,.5))}.settings-page__section-header h2{margin:0;font-size:1.3rem}.settings-page__section-header p{margin:6px 0 0;color:#9aa3b2;font-size:.85rem;line-height:1.5}.settings-page__form{display:flex;flex-direction:column;gap:16px}.settings-page__form label{display:flex;flex-direction:column;gap:8px}.settings-page__form label span{color:#9aa3b2;font-size:.85rem}.settings-page__form input{height:48px;padding:0 15px;border-radius:10px;border:1px solid #262c38;background:rgba(0,0,0,.25);color:#eef1f6;font-size:.95rem;outline:none;transition:.25s}.settings-page__form input:focus{border-color:#5eead4;box-shadow:0 0 0 3px #5eead426}.settings-page__form button{margin-top:6px;height:48px;border:none;border-radius:12px;background:#5eead4;color:#000;font-weight:700;cursor:pointer;transition:.25s}.settings-page__form button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #5eead459}.settings-page__form button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.settings-page__form button.is-cooldown{background:rgba(154,163,178,.25);color:#9aa3b2}.settings-page__form button.is-cooldown:hover{transform:none;box-shadow:none}.settings-page__sub-loading{color:#9aa3b2;font-size:.9rem}.settings-page__sub-info{display:flex;flex-direction:column;gap:4px}.settings-page__sub-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid #262c38;font-size:.9rem}.settings-page__sub-row:last-of-type{border-bottom:none}.settings-page__sub-row span{color:#9aa3b2;flex-shrink:0}.settings-page__sub-row strong{color:#eef1f6;text-align:right;word-break:break-word}.settings-page__sub-note{margin:12px 0 0;font-size:.85rem;color:#9aa3b2;line-height:1.55}.settings-page__sub-note a{color:#5eead4}.settings-page__sub-note--warning{color:#ffb444}.settings-page__sub-btn{margin-top:12px;height:48px;width:100%;border-radius:12px;font-weight:700;cursor:pointer;transition:.25s}.settings-page__sub-btn:disabled{opacity:.6;cursor:not-allowed}.settings-page__sub-btn--cancel{border:1px solid #ff4646;background:transparent;color:#f77}.settings-page__sub-btn--cancel:hover:not(:disabled){background:rgba(255,70,70,.1)}.settings-page__sub-btn--resume{border:none;background:#5eead4;color:#000}.settings-page__sub-btn--resume:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #5eead459}.header__lang{display:flex;gap:4px}.header__lang button{background:none;border:1px solid rgba(255,255,255,.12);color:#ffffff8c;font-size:.8rem;font-weight:600;padding:5px 10px;border-radius:6px;cursor:pointer;transition:all .2s ease}.header__lang button.active{background:rgba(94,234,212,.15);border-color:#5eead466;color:#5eead4}.header__lang button:hover:not(.active){border-color:#ffffff40;color:#fff}.settings-notify{position:fixed;top:90px;right:30px;z-index:9999;min-width:280px;padding:16px 22px;display:flex;align-items:center;border-radius:14px;font-size:.95rem;font-weight:600;backdrop-filter:blur(12px);animation:settingsNotifyShow .35s ease forwards;box-shadow:0 20px 60px #00000059}.settings-notify--success{background:rgba(94,234,212,.12);border:1px solid #5eead4;color:#5eead4;box-shadow:0 0 35px #5eead440}.settings-notify--success:before{content:"✓";margin-right:12px;font-size:1.2rem}.settings-notify--error{background:rgba(255,70,70,.12);border:1px solid #ff4646;color:#f77}.settings-notify--error:before{content:"!";margin-right:12px;font-size:1.2rem}@media (max-width: 480px){.settings-notify{left:20px;right:20px;min-width:auto}}@keyframes settingsNotifyShow{0%{opacity:0;transform:translateY(-25px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.settings-page__mobile-nav{display:none}@media (max-width: 768px){.settings-page__sidebar{width:80px;padding:30px 10px}.settings-page__sidebar nav a{justify-content:center}.settings-page__sidebar nav a span{display:none}.settings-page__content{margin-left:80px;padding-left:20px;padding-right:20px;padding-bottom:100px}.settings-page__section{max-width:100%}.settings-page__mobile-nav{display:flex;align-items:center;justify-content:space-around;position:fixed;bottom:0;left:0;right:0;height:64px;padding-bottom:env(safe-area-inset-bottom);background:rgba(11,14,19,.95);backdrop-filter:blur(12px);border-top:1px solid #262c38;z-index:20}.settings-page__mobile-nav a,.settings-page__mobile-nav button{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:.7rem;color:#9aa3b2;text-decoration:none;background:transparent;border:none;cursor:pointer}.settings-page__mobile-nav a svg,.settings-page__mobile-nav button svg{font-size:1.1rem}.settings-page__mobile-nav a.active,.settings-page__mobile-nav button.active{color:#5eead4}}.admin-page{min-height:100vh;background:#0b0e13;color:#eef1f6}.admin-page *{box-sizing:border-box}.admin-page__top{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:fixed;top:0;left:0;right:0;z-index:20;border-bottom:1px solid #262c38;background:rgba(11,14,19,.85);backdrop-filter:blur(12px)}.admin-page__brand{display:flex;align-items:center;gap:10px;color:#eef1f6;text-decoration:none;font-family:Space Grotesk,Inter,system-ui,sans-serif;font-weight:700;font-size:1.1rem}.admin-page__logo-dot{width:10px;height:10px;border-radius:50%;background:#5eead4;box-shadow:0 0 15px #5eead4}.admin-page__profile{color:#9aa3b2;font-size:.9rem}.admin-page__sidebar{position:fixed;top:70px;left:0;width:250px;height:calc(100vh - 70px);padding:30px 20px;border-right:1px solid #262c38;background:#0b0e13;display:flex;flex-direction:column;justify-content:space-between;z-index:10}.admin-page__sidebar nav{display:flex;flex-direction:column;gap:8px}.admin-page__sidebar nav a{height:45px;display:flex;align-items:center;gap:12px;padding:0 15px;border-radius:10px;color:#9aa3b2;text-decoration:none;transition:.25s ease}.admin-page__sidebar nav a svg{min-width:18px;font-size:1rem}.admin-page__sidebar nav a:hover{background:rgba(94,234,212,.08);color:#eef1f6;transform:translate(4px)}.admin-page__sidebar nav a.active{background:rgba(94,234,212,.15);color:#5eead4}.admin-page__logout{height:45px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:10px;border:1px solid #262c38;background:transparent;color:#9aa3b2;cursor:pointer;transition:.25s}.admin-page__logout:hover{color:#eef1f6;border-color:#5eead4;box-shadow:0 0 20px #5eead426}.admin-page__content{margin-left:250px;padding:110px 28px 60px}.admin-page__content h1{margin-bottom:10px;font-size:2.2rem;font-family:Space Grotesk,Inter,system-ui,sans-serif}.admin-page__content>p{color:#9aa3b2}.admin-page__tabs{display:flex;gap:10px;margin-top:30px;border-bottom:1px solid #262c38}.admin-page__tabs button{display:flex;align-items:center;gap:10px;padding:12px 18px;border:none;background:transparent;color:#9aa3b2;font-weight:600;font-size:.95rem;cursor:pointer;border-bottom:2px solid transparent;transition:.2s ease}.admin-page__tabs button:hover{color:#eef1f6}.admin-page__tabs button.active{color:#5eead4;border-bottom-color:#5eead4}.admin-page__generate{margin-top:30px;padding:30px;border-radius:18px;border:1px solid rgba(94,234,212,.25);background:linear-gradient(135deg,rgba(94,234,212,.08),rgba(255,255,255,.02));box-shadow:0 20px 60px #00000040}.admin-page__generate-header{display:flex;align-items:flex-start;gap:15px;margin-bottom:25px}.admin-page__generate-header svg{font-size:1.8rem;color:#5eead4;filter:drop-shadow(0 0 10px rgba(94,234,212,.5));margin-top:4px}.admin-page__generate-header h2{margin:0 0 6px;font-size:1.4rem}.admin-page__generate-header p{margin:0;color:#9aa3b2;font-size:.9rem}.admin-page__generate-form{display:flex;align-items:flex-end;gap:15px;flex-wrap:wrap}.admin-page__generate-form label{display:flex;flex-direction:column;gap:8px;font-size:.85rem;color:#9aa3b2}.admin-page__generate-form input{width:160px;height:50px;padding:0 18px;border-radius:12px;border:1px solid #262c38;background:rgba(0,0,0,.25);color:#eef1f6;font-size:1rem;transition:.25s}.admin-page__generate-form input:focus{outline:none;border-color:#5eead4;box-shadow:0 0 20px #5eead426}.admin-page__generate-form button{height:50px;padding:0 25px;display:flex;align-items:center;gap:10px;border:none;border-radius:12px;background:#5eead4;color:#000;font-weight:700;cursor:pointer;transition:.25s}.admin-page__generate-form button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #5eead459}.admin-page__generate-form button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.admin-page__generate-form{flex-direction:column;align-items:stretch}.admin-page__generate-form input{width:100%}.admin-page__generate-form button{justify-content:center}}.admin-page__table-wrap{margin-top:40px;min-width:0;max-width:100%}.admin-page__table-wrap h2{margin:0 0 18px;font-size:1.3rem}.admin-page__table-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.admin-page__table-header h2{margin:0 0 18px}.admin-page__filter-toggle{display:flex;align-items:center;gap:8px;color:#9aa3b2;font-size:.88rem;cursor:pointer;margin-bottom:18px}.admin-page__filter-toggle input{width:16px;height:16px;accent-color:#5eead4;cursor:pointer}.admin-page__filter-toggle:hover{color:#eef1f6}.admin-page__bulk-bar{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-bottom:18px;padding:14px 18px;border-radius:14px;border:1px solid #5eead4;background:rgba(94,234,212,.07);font-size:.9rem}.admin-page__bulk-bar>span:first-child{font-weight:600;color:#5eead4}.admin-page__bulk-days{display:flex;align-items:center;gap:8px;color:#9aa3b2}.admin-page__bulk-days input{width:64px;height:36px;padding:0 10px;border-radius:8px;border:1px solid #262c38;background:rgba(0,0,0,.25);color:#eef1f6;font-size:.9rem}.admin-page__bulk-days input:focus{outline:none;border-color:#5eead4}.admin-page__bulk-btn{display:flex;align-items:center;gap:6px;height:36px;padding:0 14px;border-radius:8px;border:1px solid #262c38;background:transparent;color:#eef1f6;font-size:.85rem;font-weight:600;cursor:pointer;transition:.2s}.admin-page__bulk-btn:disabled{opacity:.5;cursor:not-allowed}.admin-page__bulk-btn--add:hover:not(:disabled){border-color:#5eead4;color:#5eead4}.admin-page__bulk-btn--sub:hover:not(:disabled){border-color:#ff5c5c;color:#ff5c5c}.admin-page__bulk-clear{margin-left:auto;background:none;border:none;color:#9aa3b2;font-size:.85rem;text-decoration:underline;cursor:pointer}.admin-page__bulk-clear:hover{color:#eef1f6}.admin-page__hint{color:#9aa3b2;font-size:.9rem}.admin-page__table-scroll{position:relative;width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;border-radius:16px;border:1px solid #262c38;background:rgba(255,255,255,.02);cursor:grab;touch-action:pan-y}.admin-page__table-scroll.is-dragging{cursor:grabbing;user-select:none;-webkit-user-select:none}.admin-page__table-scroll{scrollbar-width:thin;scrollbar-color:rgba(94,234,212,.5) transparent}.admin-page__table-scroll::-webkit-scrollbar{height:10px}.admin-page__table-scroll::-webkit-scrollbar-thumb{background:rgba(94,234,212,.5);border-radius:8px}.admin-page__table-scroll::-webkit-scrollbar-thumb:hover{background:rgba(94,234,212,.75)}.admin-page__table-scroll::-webkit-scrollbar-track{background:rgba(255,255,255,.03)}.admin-table__scroll-group{width:100%;max-width:100%;min-width:0}.admin-table__nav-row{display:flex;justify-content:flex-end;gap:6px;margin-bottom:8px}.admin-table__nav-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:1px solid #262c38;border-radius:8px;background:rgba(94,234,212,.08);color:#5eead4;font-size:.85rem;cursor:pointer;transition:.2s}.admin-table__nav-btn:hover:not(:disabled){background:rgba(94,234,212,.2);border-color:#5eead4}.admin-table__nav-btn:disabled{opacity:.3;cursor:not-allowed}.admin-table__checkbox-col{width:40px;position:sticky;left:0;z-index:2;background:#12161f}.admin-table__checkbox-col input{width:16px;height:16px;accent-color:#5eead4;cursor:pointer}.admin-table__cell--truncate{max-width:180px;overflow:hidden;text-overflow:ellipsis}.admin-table{width:100%;border-collapse:collapse;min-width:640px}.admin-table th,.admin-table td{padding:10px 12px;text-align:left;font-size:.85rem;white-space:nowrap}.admin-table thead th{color:#9aa3b2;font-weight:600;font-size:.74rem;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid #262c38}.admin-table tbody tr{border-bottom:1px solid #262c38}.admin-table tbody tr:last-child{border-bottom:none}.admin-table tbody tr:hover{background:rgba(94,234,212,.04)}.admin-table__code{display:flex;align-items:center;gap:10px;font-family:JetBrains Mono,Fira Code,monospace;color:#eef1f6}.admin-table__code button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #262c38;border-radius:8px;background:transparent;color:#9aa3b2;cursor:pointer;transition:.2s}.admin-table__code button:hover{color:#5eead4;border-color:#5eead4}.admin-badge{display:inline-block;padding:4px 10px;border-radius:20px;font-size:.74rem;font-weight:600;white-space:nowrap}.admin-badge--free{background:rgba(94,234,212,.15);color:#5eead4}.admin-badge--used{background:rgba(255,255,255,.06);color:#9aa3b2}.admin-badge--verified{background:rgba(94,234,212,.15);color:#5eead4}.admin-badge--unverified{background:rgba(255,90,90,.12);color:#ff8080}.admin-badge--discord{background:rgba(88,101,242,.15);color:#8891ff}.admin-badge svg{margin-right:4px;position:relative;top:1px}.admin-table__actions-col,.admin-table__actions{position:sticky;right:0;z-index:2;background:#12161f;box-shadow:-8px 0 12px -6px #0006}.admin-table__actions{display:flex;gap:8px}.admin-table__actions button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #262c38;border-radius:8px;background:transparent;color:#9aa3b2;cursor:pointer;transition:.2s}.admin-table__actions button:hover{color:#5eead4;border-color:#5eead4}.admin-table__actions-delete:hover{color:#ff5c5c!important;border-color:#ff5c5c!important}.admin-table tbody tr:hover .admin-table__checkbox-col,.admin-table tbody tr:hover .admin-table__actions{background:rgb(21.04,30.48,38.24)}.admin-table__role-select{padding:6px 10px;border-radius:8px;border:1px solid #262c38;background:rgba(255,255,255,.03);color:#eef1f6;font-size:.85rem;cursor:pointer}.admin-table__role-select:hover,.admin-table__role-select:focus{border-color:#5eead4}.admin-table__role-self{color:#9aa3b2;font-size:.85rem;font-style:italic}.admin-notify{position:fixed;top:90px;right:30px;z-index:9999;min-width:280px;padding:16px 22px;display:flex;align-items:center;border-radius:14px;font-size:.95rem;font-weight:600;backdrop-filter:blur(12px);animation:adminNotifyShow .35s ease forwards;box-shadow:0 20px 60px #00000059}.admin-notify--success{background:rgba(94,234,212,.12);border:1px solid #5eead4;color:#5eead4;box-shadow:0 0 35px #5eead440}.admin-notify--success:before{content:"✓";margin-right:12px;font-size:1.2rem}.admin-notify--error{background:rgba(255,70,70,.12);border:1px solid #ff4646;color:#f77}.admin-notify--error:before{content:"!";margin-right:12px;font-size:1.2rem}@media (max-width: 480px){.admin-notify{left:20px;right:20px;min-width:auto}}@keyframes adminNotifyShow{0%{opacity:0;transform:translateY(-25px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.admin-page__mobile-nav{display:none}@media (max-width: 768px){.admin-page__sidebar{width:80px;padding:30px 10px}.admin-page__sidebar nav a{justify-content:center}.admin-page__sidebar nav a span{display:none}.admin-page__content{margin-left:80px;padding:110px 20px 90px}.admin-page__mobile-nav{display:flex;align-items:center;justify-content:space-around;position:fixed;bottom:0;left:0;right:0;height:64px;background:rgba(11,14,19,.95);backdrop-filter:blur(12px);border-top:1px solid #262c38;z-index:20}.admin-page__mobile-nav a,.admin-page__mobile-nav button{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:.7rem;color:#9aa3b2;text-decoration:none;background:transparent;border:none;cursor:pointer}.admin-page__mobile-nav a svg,.admin-page__mobile-nav button svg{font-size:1.1rem}.admin-page__mobile-nav a.active,.admin-page__mobile-nav button.active{color:#5eead4}}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1;width:100%}.scroll-section{scroll-margin-top:92px}.page-enter{opacity:0;transform:translateY(12px)}.page-enter-active{opacity:1;transform:translateY(0);transition:opacity .35s ease,transform .35s ease}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:6px;font-size:.9rem;font-weight:600;border:1px solid transparent;transition:transform .1s ease,opacity .15s ease,border-color .15s ease}.btn:hover{opacity:.9}.btn:active{transform:translateY(1px)}.btn--primary{background:#5eead4;color:#0b0e13}.btn--ghost{background:transparent;color:#eef1f6;border-color:#262c38}.btn--ghost:hover{border-color:#5eead4;opacity:1}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{color-scheme:dark;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:#0b0e13;color:#eef1f6;font-family:Inter,system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,Inter,system-ui,sans-serif;line-height:1.2;font-weight:600;color:#eef1f6}p{line-height:1.7}a{color:inherit;text-decoration:none;transition:color .25s ease}button{font-family:inherit;cursor:pointer;border:none;background:none}img,svg{max-width:100%;display:block}ul,ol{list-style-position:inside}:focus-visible{outline:2px solid #5eead4;outline-offset:3px;border-radius:4px}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 24px}@media (max-width: 480px){.container{padding:0 16px}}::selection{background:rgba(94,234,212,.35);color:#fff}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
