@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800;900&display=swap');*{box-sizing:border-box}body{margin:0;background:#070711;color:#f7f4ff;font-family:Vazirmatn,Arial,sans-serif}a{text-decoration:none;color:inherit}nav{height:76px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff0d;background:#070711cc;backdrop-filter:blur(16px);position:relative;z-index:5}.brand{font-size:24px;font-weight:900;letter-spacing:4px}.brand span{color:#d45bff}.navlinks{display:flex;align-items:center;gap:24px;color:#bdb6d8}.navlinks a:hover,.navlinks .active{color:white}.navlinks form{margin:0}.navlinks button{background:none;border:0;color:#bdb6d8;font:inherit;cursor:pointer}.navbtn{padding:10px 18px;border:1px solid #8b4dff66;border-radius:12px}.hero{min-height:680px;display:grid;place-items:center;position:relative;overflow:hidden;padding:60px 20px}.heroCard{text-align:center;position:relative;z-index:2;max-width:800px}.badge,.eyebrow{color:#bfa7ff;font-size:12px;letter-spacing:3px;font-weight:700}.hero h1{font-size:clamp(58px,10vw,110px);line-height:.95;margin:24px 0;background:linear-gradient(90deg,#00d9ff,#a85cff,#ff57d6);-webkit-background-clip:text;color:transparent;text-shadow:0 0 45px #8d4dff33}.hero h1 span{font-size:.42em;letter-spacing:7px}.hero p{color:#a9a2bd;font-size:18px;line-height:2}.actions{display:flex;justify-content:center;gap:12px;margin:30px 0}.primary,.ghost,.ticketActions button{display:inline-flex;align-items:center;justify-content:center;border-radius:13px;padding:13px 24px;font:inherit;font-weight:800;cursor:pointer}.primary{border:0;color:white;background:linear-gradient(100deg,#08cfff,#9c50ff,#f451d3);box-shadow:0 12px 40px #8d4dff33}.ghost{border:1px solid #ffffff18;color:#ddd5ef;background:#ffffff05}.online{display:flex;justify-content:center;gap:34px;margin-top:48px}.online b{font-size:30px;display:block}.online small{color:#777186}.sep{width:1px;background:#ffffff18}.glow{position:absolute;border-radius:50%;filter:blur(50px);opacity:.2}.g1{width:400px;height:400px;background:#00cfff;right:-120px;top:50px}.g2{width:450px;height:450px;background:#b54fff;left:-180px;bottom:-100px}.features{max-width:1100px;margin:auto;padding:80px 20px}.sectionTitle{text-align:center}.sectionTitle span{color:#a45cff;letter-spacing:4px;font-size:12px}.sectionTitle h2{font-size:38px}.grid,.dashGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid article,.panel,.auth{background:linear-gradient(145deg,#12121f,#0d0d18);border:1px solid #ffffff0d;border-radius:24px;padding:28px;box-shadow:0 25px 70px #0005}.grid i{font-style:normal;font-size:35px;color:#b85dff}.grid p,.panel p,.auth p{color:#8f899f;line-height:1.9}footer{text-align:center;color:#625d70;padding:40px}.center{min-height:100vh;display:grid;place-items:center;padding:20px}.auth{width:min(100%,470px);position:relative}.auth .back{color:#898197}.big{font-size:30px;text-align:center;margin:25px 0}.auth h1{text-align:center}.auth p{text-align:center}.auth form{margin-top:25px}label{display:block;color:#aaa2ba;margin:12px 0 7px}input,textarea{width:100%;background:#080810;border:1px solid #ffffff12;color:white;border-radius:12px;padding:14px;font:inherit;outline:none}textarea{min-height:120px;resize:vertical}.wide{width:100%;margin-top:15px}.muted{display:block;text-align:center;margin-top:20px;color:#777080}.error{padding:12px;border-radius:12px;background:#5a213333;border:1px solid #ff5c7a44;color:#ff9cad}.dashboard{max-width:1180px;margin:auto;padding:50px 20px}.dashHead{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}.dashHead h1{font-size:40px;margin:8px 0}.dashHead p{color:#8f899f}.vipBox{min-width:230px;padding:22px;border-radius:20px;background:#12121f;border:1px solid #b85dff33;text-align:center}.vipBox small{display:block;color:#8f899f}.vipBox strong{display:block;font-size:25px;margin-top:8px}.dashGrid{grid-template-columns:1fr 1fr}.panelTitle{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.panelTitle h2{margin:0}.panelTitle span{color:#81798f;font-size:13px}.channel,.ticket{display:flex;justify-content:space-between;gap:15px;padding:17px 0;border-bottom:1px solid #ffffff0b}.channel small,.ticket small{display:block;color:#6e687a;margin-top:4px}.channel strong{color:#c970ff;font-size:13px}.empty{padding:35px 0;text-align:center;color:#6f687b}.ticketChoices{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.ticketChoices label{margin:0}.ticketChoices input{display:none}.ticketChoices span{display:block;text-align:center;padding:12px;border:1px solid #ffffff10;border-radius:12px;color:#a9a2b7;cursor:pointer}.ticketChoices input:checked+span{border-color:#a85cff88;background:#a85cff14;color:#fff}.upload{padding:14px;border:1px dashed #ffffff18;border-radius:12px}.upload input{border:0;padding:5px;margin-top:5px}.notice{padding:15px 18px;border-radius:14px;background:#3b235844;border:1px solid #b65cff44;margin-bottom:20px}.ticketActions{text-align:left}.ticketActions .status{display:block;color:#b96aff;margin-bottom:10px}.ticketActions button{padding:8px 13px;background:#ffffff08;border:1px solid #ffffff12;color:white;margin-right:5px}.ticketActions form{display:flex;gap:5px}@media(max-width:800px){.grid,.dashGrid{grid-template-columns:1fr}.dashHead{align-items:flex-start;flex-direction:column}.vipBox{width:100%}.navlinks{gap:10px}.ticketChoices{grid-template-columns:1fr}.hero{min-height:600px}}
.siteNav{height:76px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff0d;background:#070711dd;backdrop-filter:blur(16px);position:sticky;top:0;z-index:20}.siteNav .navlinks{flex-wrap:wrap}.siteNav .brand{white-space:nowrap}.sectionTitle p{max-width:700px;margin:0 auto;color:#858094;line-height:1.9}.grid article a,.textLinks a{color:#bd72ff;font-weight:700}.seoText{max-width:1100px;margin:auto;padding:0 20px 70px}.seoText .panel{line-height:2}.seoText h2{margin-top:0;padding-top:10px}.textLinks{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.textLinks a{padding:10px 14px;border:1px solid #ffffff12;border-radius:12px}.faq{max-width:900px;margin:auto;padding:10px 20px 90px}.faq details{background:#10101b;border:1px solid #ffffff0d;border-radius:16px;margin:12px 0;padding:18px 20px}.faq summary{cursor:pointer;font-weight:800}.faq p{color:#9690a2;line-height:1.9}.footer{border-top:1px solid #ffffff0b;display:flex;justify-content:space-between;gap:20px;align-items:center;max-width:none;padding:35px 6%;text-align:right}.footerLinks{display:flex;gap:18px;flex-wrap:wrap;color:#777080}.contentPage{max-width:1100px;margin:auto;padding:55px 20px 90px}.pageHero{text-align:center;padding:30px 10px 45px}.pageHero h1{font-size:clamp(36px,6vw,65px);margin:15px 0;background:linear-gradient(90deg,#00d9ff,#a85cff,#ff57d6);-webkit-background-clip:text;color:transparent}.pageHero p{color:#9690a2;line-height:2;font-size:18px}.articleGrid{display:grid;grid-template-columns:2fr 1fr;gap:18px}.article{line-height:2}.article h2,.articleGrid h2{margin-top:0;margin-bottom:10px}.article ul,.articleGrid ul{color:#a7a1b2;line-height:2.4}.grid.two{grid-template-columns:1fr 1fr}.grid.two .panel{line-height:2}.grid.two ul{color:#a7a1b2;line-height:2.5}.grid.two .panel{min-height:100%}@media(max-width:900px){.siteNav{height:auto;min-height:70px;align-items:flex-start;padding:16px 4%;gap:14px}.siteNav .navlinks{justify-content:flex-end}.footer,.articleGrid,.grid.two{grid-template-columns:1fr;display:grid}.footer{text-align:center}.footerLinks{justify-content:center}.hero h1{font-size:clamp(48px,15vw,85px)}}
.ticket textarea{margin-top:10px;min-height:90px}.ticket .notice{margin-top:10px}.ticketActions form{align-items:flex-start;flex-wrap:wrap}.ticketActions .primary{border:0}
.welcomeBox{font-size:16px;line-height:2}.passwordReveal{display:inline-block;direction:ltr;letter-spacing:2px;font-family:monospace;font-size:22px;font-weight:900;background:#080810;border:1px solid #b85dff55;border-radius:12px;padding:5px 14px;margin:10px 0;color:#fff}.accountPanel{margin-bottom:18px}.accountPanel p{margin-bottom:5px}.supportLayout{display:grid;grid-template-columns:320px 1fr;gap:18px;min-height:620px}.supportSidebar,.chatPanel{background:linear-gradient(145deg,#12121f,#0d0d18);border:1px solid #ffffff0d;border-radius:24px;overflow:hidden;box-shadow:0 25px 70px #0005}.supportSidebar{padding:16px}.supportSideHead{display:flex;justify-content:space-between;align-items:center;padding:10px 8px 16px;border-bottom:1px solid #ffffff0b}.supportSideHead b{display:block}.supportSideHead small{color:#777080}.supportSideHead .primary{padding:8px 12px;font-size:12px}.conversation{display:flex;align-items:center;gap:10px;padding:14px 10px;border-bottom:1px solid #ffffff08;border-radius:14px;margin-top:6px}.conversation:hover,.conversation.selected{background:#a85cff12;border-color:#a85cff30}.convIcon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#ffffff08}.convBody{min-width:0;flex:1}.convBody b,.convBody small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.convBody small{color:#777080;margin-top:3px}.convStatus{font-size:10px;color:#bd72ff}.chatPanel{display:flex;flex-direction:column}.chatHead{display:flex;align-items:center;gap:12px;padding:18px 22px;border-bottom:1px solid #ffffff0b;background:#ffffff03}.chatHead h2{margin:0;font-size:18px}.chatHead small{color:#777080}.chatAvatar{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#08cfff,#a85cff);font-weight:900}.messages{flex:1;padding:22px;overflow:auto;display:flex;flex-direction:column;gap:10px;min-height:430px;background:radial-gradient(circle at 80% 10%,#a85cff0b,transparent 35%)}.dayLine{text-align:center;color:#625d70;font-size:12px;margin-bottom:5px}.bubble{max-width:75%;padding:12px 15px;border-radius:18px;line-height:1.8;border:1px solid #ffffff0b}.bubble.user{align-self:flex-start;background:#181522;border-bottom-right-radius:5px}.bubble.admin{align-self:flex-end;background:linear-gradient(135deg,#34204d,#1b1830);border-color:#a85cff25;border-bottom-left-radius:5px}.bubble small{display:block;color:#70697e;font-size:10px;margin-top:3px}.chatComposer{display:flex;gap:10px;padding:15px;border-top:1px solid #ffffff0b;background:#0b0b14}.chatComposer textarea{min-height:52px;height:52px;resize:none}.chatComposer .primary{width:110px;margin-top:0}.newChat{margin:auto;width:min(90%,550px);text-align:center;padding:40px}.chatIcon{font-size:50px}.newChat textarea{margin-top:20px;min-height:130px}@media(max-width:850px){.supportLayout{grid-template-columns:1fr}.supportSidebar{min-height:auto}.chatPanel{min-height:600px}.bubble{max-width:90%}}
