@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap);.auth-container[data-v-4aabafc0]{display:flex;flex-direction:column;align-items:center;padding:20px;width:100%;max-width:480px}.auth-logo[data-v-4aabafc0]{width:280px;margin-bottom:40px;animation:fadeInDown-4aabafc0 .5s ease}.auth-card[data-v-4aabafc0]{width:100%;background:linear-gradient(145deg,#1a1a1a,#151515);border-radius:24px;border:1px solid hsla(0,0%,100%,.05);box-shadow:0 20px 60px rgba(0,0,0,.4);overflow:hidden;animation:fadeInUp-4aabafc0 .5s ease}.auth-card__header[data-v-4aabafc0]{display:flex;align-items:center;gap:16px;padding:24px 28px;background:rgba(114,60,235,.08);border-bottom:1px solid hsla(0,0%,100%,.05)}.auth-card__header .header-icon[data-v-4aabafc0]{font-size:28px;color:#723ceb}.auth-card__header>i[data-v-4aabafc0]:not(.header-icon){font-size:32px;color:#723ceb}.auth-card__header h1[data-v-4aabafc0]{font-family:Unbounded,sans-serif;font-size:16px;font-weight:600;color:#fff;margin:0}.auth-card__header p[data-v-4aabafc0]{font-family:Unbounded,sans-serif;font-size:12px;font-weight:400;color:#7a7a7a;margin:4px 0 0 0}.auth-card__header p strong[data-v-4aabafc0]{color:#fff}.auth-card__content[data-v-4aabafc0]{padding:32px}.back-btn[data-v-4aabafc0]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;color:#7a7a7a;cursor:pointer;transition:all .25s ease;flex-shrink:0}.back-btn i[data-v-4aabafc0]{font-size:14px}.back-btn[data-v-4aabafc0]:hover{background:hsla(0,0%,100%,.1);color:#fff}.input-group[data-v-4aabafc0]{margin-bottom:20px}.input-group label[data-v-4aabafc0]{display:block;font-family:Unbounded,sans-serif;font-size:13px;font-weight:500;color:#7a7a7a;margin-bottom:10px}.input-wrapper[data-v-4aabafc0]{display:flex;align-items:center;gap:14px;padding:16px 20px;background:#252525;border:2px solid transparent;border-radius:14px;transition:all .25s ease}.input-wrapper i[data-v-4aabafc0]{font-size:18px;color:#7a7a7a;transition:color .25s ease}.input-wrapper input[data-v-4aabafc0]{flex:1;background:transparent;border:none;outline:none;color:#fff;font-family:Unbounded,sans-serif;font-size:16px;font-weight:400}.input-wrapper input[data-v-4aabafc0]::-moz-placeholder{color:#5a5a5a}.input-wrapper input[data-v-4aabafc0]::placeholder{color:#5a5a5a}.input-wrapper[data-v-4aabafc0]:hover{border-color:rgba(114,60,235,.3)}.input-wrapper.focused[data-v-4aabafc0]{border-color:#723ceb;box-shadow:0 0 0 4px rgba(114,60,235,.15)}.input-wrapper.filled i[data-v-4aabafc0],.input-wrapper.focused i[data-v-4aabafc0]{color:#723ceb}.btn-primary[data-v-4aabafc0]{width:100%;padding:18px 24px;background:linear-gradient(135deg,#723ceb,#5a2bc9);border:none;border-radius:14px;color:#fff;font-family:Unbounded,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 20px rgba(114,60,235,.3)}.btn-primary span[data-v-4aabafc0]{display:flex;align-items:center;justify-content:center;gap:10px}.btn-primary[data-v-4aabafc0]:hover:not(:disabled){background:linear-gradient(135deg,#8d5ef5,#723ceb);transform:translateY(-2px);box-shadow:0 6px 25px rgba(114,60,235,.4)}.btn-primary[data-v-4aabafc0]:disabled{opacity:.5;cursor:not-allowed}.btn-telegram[data-v-4aabafc0]{width:100%;padding:18px 24px;background:linear-gradient(135deg,#2aabee,#229ed9);border:none;border-radius:14px;color:#fff;font-family:Unbounded,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 4px 20px rgba(42,171,238,.3);white-space:nowrap}.btn-telegram i[data-v-4aabafc0]{font-size:20px;flex-shrink:0}.btn-telegram[data-v-4aabafc0]:hover{background:linear-gradient(135deg,#3bb5f2,#2aabee);transform:translateY(-2px);box-shadow:0 6px 25px rgba(42,171,238,.4)}.divider[data-v-4aabafc0]{display:flex;align-items:center;margin:24px 0}.divider[data-v-4aabafc0]:after,.divider[data-v-4aabafc0]:before{content:"";flex:1;height:1px;background:hsla(0,0%,100%,.1)}.divider span[data-v-4aabafc0]{padding:0 16px;font-family:Unbounded,sans-serif;font-size:13px;font-weight:400;color:#5a5a5a}.code-input[data-v-4aabafc0]{display:flex;justify-content:center;gap:12px;margin:32px 0}.code-input input[data-v-4aabafc0]{width:52px;height:60px;background:#252525;border:2px solid transparent;border-radius:14px;color:#fff;font-family:Unbounded,sans-serif;font-size:22px;font-weight:600;text-align:center;transition:all .25s ease}.code-input input[data-v-4aabafc0]:focus{border-color:#723ceb;box-shadow:0 0 0 4px rgba(114,60,235,.15);outline:none}.code-input input.filled[data-v-4aabafc0]{background:linear-gradient(135deg,#723ceb,#5a2bc9);border-color:transparent}.code-input input.error[data-v-4aabafc0]{border-color:#d32f2f;background:rgba(211,47,47,.1)}.code-input input.bounce[data-v-4aabafc0]{animation:bounce-4aabafc0 1s ease infinite}.code-input.error[data-v-4aabafc0]{animation:shake-4aabafc0 .4s ease}.status-text[data-v-4aabafc0]{display:flex;align-items:center;justify-content:center;gap:10px;font-family:Unbounded,sans-serif;font-size:14px;font-weight:400;margin:0 0 20px 0}.status-text.loading[data-v-4aabafc0]{color:#7a7a7a}.status-text.error[data-v-4aabafc0]{color:#d32f2f}.resend-block[data-v-4aabafc0]{text-align:center;margin-bottom:24px}.resend-block p[data-v-4aabafc0]{font-family:Unbounded,sans-serif;font-size:14px;font-weight:400;color:#7a7a7a;margin:0 0 12px 0}.resend-btn[data-v-4aabafc0]{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:rgba(114,60,235,.1);border:1px solid rgba(114,60,235,.2);border-radius:10px;color:#fff;font-family:Unbounded,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .25s ease}.resend-btn i[data-v-4aabafc0]{font-size:14px;color:#723ceb}.resend-btn[data-v-4aabafc0]:hover:not(.disabled){background:rgba(114,60,235,.2);border-color:rgba(114,60,235,.4)}.resend-btn.disabled[data-v-4aabafc0]{opacity:.5;cursor:not-allowed}.hint-box[data-v-4aabafc0]{display:flex;align-items:center;gap:12px;padding:16px 20px;background:rgba(255,152,0,.08);border:1px solid rgba(255,152,0,.2);border-radius:12px}.hint-box i[data-v-4aabafc0]{font-size:18px;color:#ff9800}.hint-box p[data-v-4aabafc0]{font-family:Unbounded,sans-serif;font-size:13px;font-weight:400;color:#ff9800;margin:0}.maintenance .auth-card__content[data-v-4aabafc0]{padding:40px 32px;text-align:center}.maintenance .maintenance-badge[data-v-4aabafc0]{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(255,152,0,.1);border:1px solid rgba(255,152,0,.2);border-radius:20px;font-family:Unbounded,sans-serif;font-size:12px;font-weight:500;color:#ff9800;margin-bottom:24px}.maintenance .maintenance-badge .pulse-dot[data-v-4aabafc0]{width:8px;height:8px;background:#ff9800;border-radius:50%;animation:pulse-dot-4aabafc0 2.5s ease-in-out infinite}.maintenance .maintenance-title[data-v-4aabafc0]{font-family:Unbounded,sans-serif;font-size:24px;font-weight:600;color:#fff;margin:0 0 12px 0}.maintenance .maintenance-text[data-v-4aabafc0]{font-family:Unbounded,sans-serif;font-size:14px;font-weight:400;color:#7a7a7a;line-height:1.6;margin:0}@keyframes pulse-dot-4aabafc0{0%,to{opacity:1}50%{opacity:.3}}@keyframes fadeInUp-4aabafc0{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown-4aabafc0{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes shake-4aabafc0{0%,to{transform:translateX(0)}20%{transform:translateX(-8px)}40%{transform:translateX(8px)}60%{transform:translateX(-8px)}80%{transform:translateX(8px)}}@keyframes bounce-4aabafc0{0%,to{transform:translateY(0)}30%{transform:translateY(-10px)}50%{transform:translateY(0)}}@media screen and (max-width:540px){.auth-container[data-v-4aabafc0]{padding:16px}.auth-logo[data-v-4aabafc0]{width:220px;margin-bottom:32px}.auth-card[data-v-4aabafc0]{border-radius:20px}.auth-card__header[data-v-4aabafc0]{padding:20px;flex-wrap:wrap}.auth-card__header .header-icon[data-v-4aabafc0]{font-size:24px}.auth-card__header>i[data-v-4aabafc0]:not(.header-icon){font-size:32px}.auth-card__header h1[data-v-4aabafc0]{font-size:14px}.auth-card__header p[data-v-4aabafc0]{font-size:11px}.auth-card__content[data-v-4aabafc0]{padding:24px}.back-btn[data-v-4aabafc0]{width:36px;height:36px}.code-input[data-v-4aabafc0]{gap:8px}.code-input input[data-v-4aabafc0]{width:44px;height:52px;font-size:16px;border-radius:12px}.btn-primary[data-v-4aabafc0],.btn-telegram[data-v-4aabafc0]{padding:16px 16px;font-size:14px;gap:10px}.btn-telegram i[data-v-4aabafc0]{font-size:18px}.hint-box[data-v-4aabafc0]{flex-direction:column;text-align:center;gap:8px}.hint-box p[data-v-4aabafc0]{font-size:12px}}@media screen and (max-width:380px){.auth-container[data-v-4aabafc0]{padding:12px}.auth-logo[data-v-4aabafc0]{width:180px;margin-bottom:24px}.auth-card__content[data-v-4aabafc0]{padding:20px}.code-input[data-v-4aabafc0]{gap:6px}.code-input input[data-v-4aabafc0]{width:38px;height:48px;font-size:16px;border-radius:10px}.auth-card__header[data-v-4aabafc0]{padding:16px;gap:12px}.auth-card__header h1[data-v-4aabafc0]{font-size:13px}.auth-card__header p[data-v-4aabafc0]{font-size:10px}.auth-card__header .header-icon[data-v-4aabafc0]{font-size:20px}.back-btn[data-v-4aabafc0]{width:32px;height:32px}.back-btn i[data-v-4aabafc0]{font-size:12px}.btn-primary[data-v-4aabafc0],.btn-telegram[data-v-4aabafc0]{padding:14px 12px;font-size:13px;gap:8px}.btn-telegram i[data-v-4aabafc0]{font-size:16px}.input-wrapper[data-v-4aabafc0]{padding:14px 16px}.hint-box[data-v-4aabafc0]{padding:12px 14px}.hint-box i[data-v-4aabafc0]{font-size:16px}.hint-box p[data-v-4aabafc0]{font-size:11px}.resend-btn[data-v-4aabafc0]{padding:10px 16px;font-size:12px}}.notify-list[data-v-6a331a7d]{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;gap:10px;z-index:9998;-webkit-user-select:none;-moz-user-select:none;user-select:none}.notify-item[data-v-6a331a7d]{margin-bottom:10px;position:relative;padding:10px 20px;border-radius:10px;font-family:Unbounded;font-size:16px;font-weight:400;color:#fff;max-width:480px;width:100%;text-align:center;opacity:1;transform:translateY(0)}@media screen and (max-width:880px){.notify-item[data-v-6a331a7d]{font-size:14px}}@media screen and (max-width:480px){.notify-list[data-v-6a331a7d]{max-width:80%;width:100%}}.notify-fade-enter-active[data-v-6a331a7d],.notify-fade-leave-active[data-v-6a331a7d]{transition:opacity .5s ease,transform .5s ease}.notify-fade-enter[data-v-6a331a7d]{opacity:0;transform:translateY(-20px)}.notify-fade-leave-to[data-v-6a331a7d]{opacity:0;transform:translateY(20px)}.notify-item.error[data-v-6a331a7d]{background:#d32f2f}.notify-item.success[data-v-6a331a7d]{background:#388e3c}.notify-item.warning[data-v-6a331a7d]{background:#ff9800}.notify-item.info[data-v-6a331a7d]{background:#1976d2}.loading-skeleton[data-v-00ce83f6]{display:flex;flex-direction:column;gap:16px;padding:8px 0}.loading-skeleton .skeleton-line[data-v-00ce83f6]{height:48px;background:linear-gradient(90deg,#1a1a1a 25%,#252525 50%,#1a1a1a 75%);background-size:200% 100%;animation:skeleton-loading-00ce83f6 1.5s ease-in-out infinite;border-radius:12px}.loading-skeleton .skeleton-line[data-v-00ce83f6]:first-child,.loading-skeleton .skeleton-line[data-v-00ce83f6]:nth-child(2){width:100%}.loading-skeleton .skeleton-line[data-v-00ce83f6]:nth-child(3){width:70%}@keyframes skeleton-loading-00ce83f6{0%{background-position:200% 0}to{background-position:-200% 0}}.maintenance-overlay[data-v-00ce83f6]{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(10,10,11,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.maintenance-card[data-v-00ce83f6]{background:linear-gradient(145deg,#1a1a1a,#151515);border-radius:24px;border:1px solid hsla(0,0%,100%,.05);padding:48px 40px;max-width:420px;width:100%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.4)}.maintenance-badge[data-v-00ce83f6]{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(255,152,0,.1);border:1px solid rgba(255,152,0,.2);border-radius:20px;font-family:Unbounded,sans-serif;font-size:12px;font-weight:500;color:#ff9800;margin-bottom:24px}.maintenance-badge .pulse-dot[data-v-00ce83f6]{width:8px;height:8px;background:#ff9800;border-radius:50%;animation:pulse-dot-00ce83f6 2.5s ease-in-out infinite}.maintenance-card h2[data-v-00ce83f6]{font-family:Unbounded,sans-serif;font-size:20px;font-weight:600;color:#fff;margin:0 0 12px 0}.maintenance-card p[data-v-00ce83f6]{font-family:Unbounded,sans-serif;font-size:14px;font-weight:400;color:#7a7a7a;line-height:1.6;margin:0 0 28px 0}.maintenance-logout[data-v-00ce83f6]{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;color:#7a7a7a;font-family:Unbounded,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .25s ease}.maintenance-logout[data-v-00ce83f6]:hover{background:hsla(0,0%,100%,.1);color:#fff}@keyframes pulse-dot-00ce83f6{0%,to{opacity:1}50%{opacity:.3}}*{border:none}*,:after,:before{box-sizing:border-box}a,a:hover,a:link,a:visited{text-decoration:none}aside,footer,header,main,nav,section{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{max-width:100%;height:auto}address{font-style:normal}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background-color:transparent}input::-ms-clear{display:none}button,input[type=submit]{display:inline-block;box-shadow:none;background-color:transparent;background:none;cursor:pointer}button:active,button:focus,input:active,input:focus{outline:none}button::-moz-focus-inner{padding:0;border:0}label{cursor:pointer}legend{display:block}*{margin:0;padding:0;box-sizing:border-box}li{list-style:none}body{background:#0d0e0f;font-family:Raleway,sans-serif;overflow-x:hidden}#app,body{display:flex;flex-direction:column;min-height:100vh}h1.main-text{font-weight:600;font-size:36px;line-height:36px}h1.main-text,h2.main-text{text-align:center;font-family:Unbounded;color:#fff}h2.main-text{font-weight:500;font-size:24px;line-height:24px}.auth-glare{position:fixed;width:400px;height:400px;background:rgba(114,60,235,.4);border-radius:100%;z-index:-1;pointer-events:none}.auth-glare.left-top{left:-10%;top:-10%;filter:blur(300px);background:rgba(114,60,235,.2)}.auth-glare.right-bottom{right:-10%;bottom:-10%;filter:blur(280px);background:rgba(114,60,235,.25)}@media screen and (max-width:640px){.auth-glare{width:250px;height:250px}.auth-glare.left-top{filter:blur(200px);background:rgba(114,60,235,.15)}.auth-glare.right-bottom{filter:blur(180px);background:rgba(114,60,235,.18)}}#auth{flex:1 0 auto;align-items:center;justify-content:center;width:100vw;height:100vh;overflow:auto;padding:20px}#auth,#dashboard{display:flex;position:relative}#dashboard{height:100%}#dashboard .skeleton-loader{display:flex;width:100%;height:100vh;background:#0d0e0f}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}#dashboard .skeleton-card .skeleton-button,#dashboard .skeleton-card .skeleton-line,#dashboard .skeleton-header .skeleton-avatar,#dashboard .skeleton-header .skeleton-btn,#dashboard .skeleton-header .skeleton-title,#dashboard .skeleton-shimmer,#dashboard .skeleton-sidebar .skeleton-logo,#dashboard .skeleton-sidebar .skeleton-nav-item,#dashboard .skeleton-stat-card{background:linear-gradient(90deg,#1a1a1a 25%,#252525 50%,#1a1a1a 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}#dashboard .skeleton-sidebar{width:340px;min-width:340px;height:100vh;background:linear-gradient(180deg,#181818,#141414);border-radius:0 28px 28px 0;padding:40px 35px;display:flex;flex-direction:column}#dashboard .skeleton-sidebar .skeleton-logo{width:180px;height:48px;border-radius:12px}#dashboard .skeleton-sidebar .skeleton-nav{margin-top:60px;display:flex;flex-direction:column;gap:12px;flex:1}#dashboard .skeleton-sidebar .skeleton-nav-item{height:52px;border-radius:14px}#dashboard .skeleton-sidebar .skeleton-exit{margin-top:auto;background:linear-gradient(90deg,rgba(211,47,47,.1) 25%,rgba(211,47,47,.2) 50%,rgba(211,47,47,.1) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}#dashboard .skeleton-content{flex:1;display:flex;flex-direction:column;overflow:hidden}#dashboard .skeleton-header{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;border-bottom:1px solid hsla(0,0%,100%,.05)}#dashboard .skeleton-header .skeleton-title{width:200px;height:32px;border-radius:8px}#dashboard .skeleton-header .skeleton-header-right{display:flex;align-items:center;gap:16px}#dashboard .skeleton-header .skeleton-btn{width:140px;height:44px;border-radius:12px}#dashboard .skeleton-header .skeleton-avatar{width:48px;height:48px;border-radius:50%}#dashboard .skeleton-main{padding:32px 40px;display:flex;flex-direction:column;align-items:center;gap:24px;overflow-y:auto}#dashboard .skeleton-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:800px;width:100%}#dashboard .skeleton-stat-card{height:88px;border-radius:16px}#dashboard .skeleton-cards{display:flex;flex-direction:column;gap:20px;max-width:800px;width:100%}#dashboard .skeleton-card{border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#1a1a1a,#151515);border:1px solid hsla(0,0%,100%,.05)}#dashboard .skeleton-card .skeleton-card-header{height:60px;background:rgba(114,60,235,.08);border-bottom:1px solid hsla(0,0%,100%,.05)}#dashboard .skeleton-card .skeleton-card-content{padding:24px;display:flex;flex-direction:column;gap:12px}#dashboard .skeleton-card .skeleton-line{height:20px;border-radius:6px}#dashboard .skeleton-card .skeleton-line.short{width:60%}#dashboard .skeleton-card .skeleton-buttons{display:flex;gap:16px}#dashboard .skeleton-card .skeleton-button{flex:1;height:52px;border-radius:14px}@media screen and (max-width:1000px){#dashboard .skeleton-sidebar{display:none}#dashboard .skeleton-header{padding:16px 24px}#dashboard .skeleton-header .skeleton-btn span{display:none}#dashboard .skeleton-main{padding:24px}}@media screen and (max-width:640px){#dashboard .skeleton-stats{grid-template-columns:1fr}#dashboard .skeleton-header{padding:14px 16px}#dashboard .skeleton-header .skeleton-title{width:150px;height:24px}#dashboard .skeleton-header .skeleton-btn{width:44px}#dashboard .skeleton-header .skeleton-avatar{width:40px;height:40px}#dashboard .skeleton-main{padding:16px}#dashboard .skeleton-card .skeleton-buttons{flex-direction:column}}#dashboard .sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:99;opacity:1;transition:opacity .3s ease}#dashboard .personal-account__left{max-width:340px;width:100%;min-height:100vh;background:linear-gradient(180deg,#181818,#141414);border-radius:0 28px 28px 0;box-shadow:4px 0 30px rgba(0,0,0,.4);z-index:100;transition:transform .3s ease,box-shadow .3s ease;position:relative}#dashboard .personal-account__left .menu-close{display:none;position:absolute;top:20px;right:20px;width:40px;height:40px;background:hsla(0,0%,100%,.1);border:none;border-radius:10px;color:#fff;font-size:18px;cursor:pointer;transition:all .2s ease;z-index:10}#dashboard .personal-account__left .menu-close:hover{background:hsla(0,0%,100%,.2)}#dashboard .menu-container{padding:40px 35px 32px 40px;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}#dashboard .menu-top__logo{display:flex;align-items:center;gap:15px;font-size:22px;text-decoration:none}#dashboard .menu-top__logo img{width:100%}#dashboard .menu-top__logo .logo-text{color:#fff;letter-spacing:2px;font-weight:800}#dashboard .menu-top__logo .logo-text-thin{color:#9e9da6;font-weight:600}#dashboard .menu-top__nav{margin-top:60px;display:flex;flex-direction:column;gap:12px}#dashboard .menu-top__nav .nav-link{width:100%;padding:16px 22px;display:flex;gap:14px;align-items:center;color:#9e9da6;border-radius:14px;cursor:pointer;transition:all .25s ease;font-size:16px;font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none}#dashboard .menu-top__nav .nav-link i{width:22px;font-size:18px;text-align:center;opacity:.7;transition:opacity .25s ease}#dashboard .menu-top__nav .nav-link.active{background:linear-gradient(135deg,#723ceb,#5a2bc9);color:#fff;box-shadow:0 4px 20px rgba(114,60,235,.35)}#dashboard .menu-top__nav .nav-link.active i{opacity:1}#dashboard .menu-top__nav .nav-link:hover:not(.active){background:rgba(114,60,235,.15);color:#fff}#dashboard .menu-top__nav .nav-link:hover:not(.active) i{opacity:1}#dashboard .menu-down .button-exit{padding:16px 22px;background:rgba(211,47,47,.12);display:flex;gap:14px;align-items:center;border-radius:14px;width:100%;font-size:16px;font-weight:500;cursor:pointer;color:#d32f2f;transition:all .25s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid rgba(211,47,47,.15)}#dashboard .menu-down .button-exit i{font-size:20px}#dashboard .menu-down .button-exit:hover{background:rgba(211,47,47,.22);border-color:rgba(211,47,47,.35)}#dashboard .personal-account__right{width:100%;height:100%;display:flex;flex-direction:column}#dashboard .personal-account__right .global-header{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;background:linear-gradient(180deg,#141414,transparent);border-bottom:1px solid hsla(0,0%,100%,.05)}#dashboard .personal-account__right .global-header__left{display:flex;align-items:center;gap:20px}#dashboard .personal-account__right .global-header__left .burger-menu{display:none;width:28px;height:28px;cursor:pointer}#dashboard .personal-account__right .global-header__left .burger-menu img{width:100%;height:100%}#dashboard .personal-account__right .global-header__title{font-family:Unbounded;font-size:24px;font-weight:700;color:#fff}#dashboard .personal-account__right .global-header__right{display:flex;align-items:center;gap:16px}#dashboard .personal-account__right .global-header .support-btn{display:flex;align-items:center;gap:10px;padding:12px 24px;background:rgba(114,60,235,.15);border-radius:12px;color:#fff;font-family:Unbounded;font-size:14px;font-weight:500;text-decoration:none;transition:all .25s ease;border:1px solid rgba(114,60,235,.2)}#dashboard .personal-account__right .global-header .support-btn i{font-size:16px}#dashboard .personal-account__right .global-header .support-btn:hover{background:rgba(114,60,235,.25);border-color:rgba(114,60,235,.4)}#dashboard .personal-account__right .global-header .avatar-dropdown{position:relative;cursor:pointer}#dashboard .personal-account__right .global-header .avatar-dropdown .avatar-img{width:48px;height:48px;border-radius:50%;border:2px solid rgba(114,60,235,.3);transition:all .25s ease}#dashboard .personal-account__right .global-header .avatar-dropdown .avatar-img:hover{border-color:#723ceb;box-shadow:0 0 15px rgba(114,60,235,.4)}#dashboard .personal-account__right .global-header .avatar-dropdown .dropdown-menu{position:absolute;top:calc(100% + 10px);right:0;background:#1d1d1d;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.08);min-width:180px;overflow:hidden;z-index:1000;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}#dashboard .personal-account__right .global-header .avatar-dropdown .dropdown-menu .dropdown-item{display:flex;align-items:center;gap:12px;padding:14px 18px;color:#fff;font-family:Unbounded;font-size:14px;font-weight:400;transition:all .2s ease}#dashboard .personal-account__right .global-header .avatar-dropdown .dropdown-menu .dropdown-item i{font-size:16px;width:18px;text-align:center;opacity:.7}#dashboard .personal-account__right .global-header .avatar-dropdown .dropdown-menu .dropdown-item:hover{background:rgba(114,60,235,.15)}#dashboard .personal-account__right .global-header .avatar-dropdown .dropdown-menu .dropdown-item:hover i{opacity:1}#dashboard .personal-account__right .global-header .avatar-dropdown .dropdown-menu .dropdown-item.logout{color:#d32f2f;border-top:1px solid hsla(0,0%,100%,.05)}#dashboard .personal-account__right .global-header .avatar-dropdown .dropdown-menu .dropdown-item.logout:hover{background:rgba(211,47,47,.15)}#dashboard .personal-account__right .container{height:100%;padding:32px 40px;overflow-y:auto;display:flex;flex-direction:column;align-items:center}#dashboard .personal-account__right .profile{width:100%;display:flex;flex-direction:column;align-items:center}#dashboard .personal-account__right .profile .profile-warning{display:flex;align-items:center;gap:12px;padding:16px 24px;background:linear-gradient(135deg,#cb2424,#a01c1c);border-radius:14px;margin-bottom:24px;box-shadow:0 4px 20px rgba(203,36,36,.3);max-width:800px;width:100%}#dashboard .personal-account__right .profile .profile-warning i{font-size:20px;color:#fff}#dashboard .personal-account__right .profile .profile-warning p{font-family:Unbounded,sans-serif;font-size:16px;font-weight:600;color:#fff}#dashboard .personal-account__right .profile .stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:800px;width:100%;margin-bottom:24px}#dashboard .personal-account__right .profile .stat-card{background:linear-gradient(145deg,#1a1a1a,#151515);border-radius:16px;padding:20px;display:flex;align-items:center;gap:16px;border:1px solid hsla(0,0%,100%,.05);transition:all .3s ease}#dashboard .personal-account__right .profile .stat-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.3);border-color:rgba(114,60,235,.2)}#dashboard .personal-account__right .profile .stat-card .stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px}#dashboard .personal-account__right .profile .stat-card .stat-icon.purple{background:rgba(114,60,235,.15);color:#723ceb}#dashboard .personal-account__right .profile .stat-card .stat-icon.blue{background:rgba(33,150,243,.15);color:#2196f3}#dashboard .personal-account__right .profile .stat-card .stat-icon.green{background:rgba(76,175,80,.15);color:#4caf50}#dashboard .personal-account__right .profile .stat-card .stat-icon.orange{background:rgba(255,152,0,.15);color:#ff9800}#dashboard .personal-account__right .profile .stat-card .stat-info{display:flex;flex-direction:column;gap:4px;min-width:0}#dashboard .personal-account__right .profile .stat-card .stat-info .stat-label{font-family:Unbounded;font-size:12px;font-weight:400;color:#7a7a7a}#dashboard .personal-account__right .profile .stat-card .stat-info .stat-value{font-family:Unbounded;font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#dashboard .personal-account__right .profile .stat-card .stat-info .stat-value.discount{color:#4caf50}#dashboard .personal-account__right .profile .profile-blocks{display:flex;flex-direction:column;gap:20px;max-width:800px;width:100%}#dashboard .personal-account__right .profile .profile-card{background:linear-gradient(145deg,#1a1a1a,#151515);border-radius:20px;border:1px solid hsla(0,0%,100%,.05);overflow:hidden;transition:all .3s ease}#dashboard .personal-account__right .profile .profile-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,0,0,.4);border-color:rgba(114,60,235,.2)}#dashboard .personal-account__right .profile .profile-card .card-header{display:flex;align-items:center;gap:12px;padding:20px 24px;background:rgba(114,60,235,.08);border-bottom:1px solid hsla(0,0%,100%,.05)}#dashboard .personal-account__right .profile .profile-card .card-header i{font-size:20px;color:#723ceb}#dashboard .personal-account__right .profile .profile-card .card-header span{font-family:Unbounded;font-size:16px;font-weight:600;color:#fff}#dashboard .personal-account__right .profile .profile-card .card-content{padding:24px}#dashboard .personal-account__right .profile .profile-card .card-content.no-sub{padding:40px 24px}#dashboard .personal-account__right .profile .profile-card .card-content.actions{display:flex;flex-direction:row;gap:16px}#dashboard .personal-account__right .profile .profile-card .card-content.subscription-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}#dashboard .personal-account__right .profile .profile-card .sub-stat{display:flex;align-items:center;gap:14px;padding:16px;background:hsla(0,0%,100%,.03);border-radius:12px;transition:all .2s ease}#dashboard .personal-account__right .profile .profile-card .sub-stat:hover{background:rgba(114,60,235,.08)}#dashboard .personal-account__right .profile .profile-card .sub-stat i{font-size:22px;color:#723ceb;width:28px;text-align:center}#dashboard .personal-account__right .profile .profile-card .sub-stat .sub-stat-info{display:flex;flex-direction:column;gap:4px}#dashboard .personal-account__right .profile .profile-card .sub-stat .sub-stat-info .sub-label{font-family:Unbounded;font-size:12px;font-weight:400;color:#7a7a7a}#dashboard .personal-account__right .profile .profile-card .sub-stat .sub-stat-info .sub-value{font-family:Unbounded;font-size:14px;font-weight:600;color:#fff}#dashboard .personal-account__right .profile .profile-card .sub-stat .sub-stat-info .sub-value.status.active{color:#4caf50}#dashboard .personal-account__right .profile .profile-card .sub-stat .sub-stat-info .sub-value.status.expired{color:#d32f2f}#dashboard .personal-account__right .profile .profile-card .sub-stat .sub-stat-info .sub-value.status.disabled{color:#ff9800}#dashboard .personal-account__right .profile .profile-card .no-subscription{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}#dashboard .personal-account__right .profile .profile-card .no-subscription i{font-size:48px;color:#7a7a7a;opacity:.5}#dashboard .personal-account__right .profile .profile-card .no-subscription p{font-family:Unbounded;font-size:16px;font-weight:500;color:#fff}#dashboard .personal-account__right .profile .profile-card .no-subscription span{font-family:Unbounded;font-size:13px;font-weight:400;color:#7a7a7a}#dashboard .personal-account__right .profile .profile-card .action-btn{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;border-radius:14px;font-family:Unbounded;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s ease;border:none;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex:1}#dashboard .personal-account__right .profile .profile-card .action-btn i{font-size:18px}#dashboard .personal-account__right .profile .profile-card .action-btn.primary{background:linear-gradient(135deg,#723ceb,#5a2bc9);color:#fff;box-shadow:0 4px 20px rgba(114,60,235,.3)}#dashboard .personal-account__right .profile .profile-card .action-btn.primary:hover{background:linear-gradient(135deg,#8d5ef5,#723ceb);transform:translateY(-2px);box-shadow:0 6px 25px rgba(114,60,235,.4)}#dashboard .personal-account__right .profile .profile-card .action-btn.secondary{background:hsla(0,0%,100%,.05);color:#fff;border:1px solid hsla(0,0%,100%,.1)}#dashboard .personal-account__right .profile .profile-card .action-btn.secondary:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2)}#dashboard .personal-account__right .vpn-page{width:100%;max-width:900px;display:flex;flex-direction:column;align-items:center}#dashboard .personal-account__right .vpn-page .vpn-platforms{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%}#dashboard .personal-account__right .vpn-page .platform-card{background:linear-gradient(145deg,#1a1a1a,#151515);border-radius:16px;padding:24px;border:1px solid hsla(0,0%,100%,.05);cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;gap:16px}#dashboard .personal-account__right .vpn-page .platform-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.4);border-color:rgba(114,60,235,.3)}#dashboard .personal-account__right .vpn-page .platform-card .platform-icon{width:48px;height:48px;background:hsla(0,0%,100%,.05);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff}#dashboard .personal-account__right .vpn-page .platform-card .platform-icon.android{color:#3ddc84}#dashboard .personal-account__right .vpn-page .platform-card .platform-icon.windows{color:#00a4ef}#dashboard .personal-account__right .vpn-page .platform-card .platform-icon.linux{color:#fcc624}#dashboard .personal-account__right .vpn-page .platform-card .platform-info h3{font-family:Unbounded;font-size:16px;font-weight:600;color:#fff;margin-bottom:4px}#dashboard .personal-account__right .vpn-page .platform-card .platform-info p{font-family:Unbounded;font-size:13px;font-weight:400;color:#7a7a7a}#dashboard .personal-account__right .vpn-page .platform-card .platform-btn{padding:12px 20px;background:linear-gradient(135deg,#723ceb,#5a2bc9);border:none;border-radius:10px;font-family:Unbounded;font-size:14px;font-weight:500;color:#fff;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;justify-content:center;gap:8px}#dashboard .personal-account__right .vpn-page .platform-card .platform-btn:hover{background:linear-gradient(135deg,#8d5ef5,#723ceb)}#dashboard .personal-account__right .vpn-page .platform-card .platform-btn.secondary{background:hsla(0,0%,100%,.08)}#dashboard .personal-account__right .vpn-page .platform-card .platform-btn.secondary:hover{background:hsla(0,0%,100%,.15)}#dashboard .personal-account__right .help-page{width:100%;max-width:800px;display:flex;flex-direction:column;gap:32px}#dashboard .personal-account__right .faq-section__title{font-family:Unbounded,sans-serif;font-size:18px;font-weight:600;color:#fff;margin-bottom:20px}#dashboard .personal-account__right .faq-list{display:flex;flex-direction:column;gap:12px}#dashboard .personal-account__right .faq-item{background:linear-gradient(145deg,#1a1a1a,#151515);border:1px solid hsla(0,0%,100%,.05);border-radius:14px;overflow:hidden;cursor:pointer;transition:all .25s ease}#dashboard .personal-account__right .faq-item:hover{border-color:rgba(114,60,235,.3)}#dashboard .personal-account__right .faq-item__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;gap:16px}#dashboard .personal-account__right .faq-item__header i{color:#7a7a7a;font-size:12px;transition:transform .25s ease}#dashboard .personal-account__right .faq-item__question{font-family:Unbounded,sans-serif;font-size:14px;font-weight:500;color:#fff}#dashboard .personal-account__right .faq-item__answer{padding:0 20px 18px 20px;border-top:1px solid hsla(0,0%,100%,.05);padding-top:16px;margin-top:-2px}#dashboard .personal-account__right .faq-item__answer p{font-family:Unbounded,sans-serif;font-size:13px;font-weight:400;color:#9a9a9a;line-height:1.7}#dashboard .personal-account__right .support-section{margin-top:8px}#dashboard .personal-account__right .support-card{background:linear-gradient(145deg,rgba(114,60,235,.1),rgba(114,60,235,.05));border:1px solid rgba(114,60,235,.2);border-radius:16px;padding:24px;display:flex;align-items:center;gap:20px}#dashboard .personal-account__right .support-card__icon{width:52px;height:52px;min-width:52px;background:linear-gradient(135deg,#723ceb,#5a2bc9);border-radius:14px;display:flex;align-items:center;justify-content:center}#dashboard .personal-account__right .support-card__icon i{font-size:24px;color:#fff}#dashboard .personal-account__right .support-card__content{flex:1}#dashboard .personal-account__right .support-card__title{font-family:Unbounded,sans-serif;font-size:15px;font-weight:600;color:#fff;margin:0 0 4px 0}#dashboard .personal-account__right .support-card__desc{font-family:Unbounded,sans-serif;font-size:12px;font-weight:400;color:#9a9a9a;margin:0}#dashboard .personal-account__right .support-card__btn{padding:12px 20px;background:linear-gradient(135deg,#723ceb,#5a2bc9);border-radius:10px;font-family:Unbounded,sans-serif;font-size:13px;font-weight:500;color:#fff;text-decoration:none;display:flex;align-items:center;gap:8px;transition:all .25s ease;white-space:nowrap}#dashboard .personal-account__right .support-card__btn:hover{background:linear-gradient(135deg,#8d5ef5,#723ceb);transform:translateY(-2px)}#dashboard .personal-account__right .support-card__btn i{font-size:12px}@media screen and (max-width:640px){#dashboard .personal-account__right .support-card{flex-direction:column;text-align:center;gap:16px}#dashboard .personal-account__right .support-card__btn{width:100%;justify-content:center}}#modal-promo{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,.5);-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1000;display:flex;align-items:center;justify-content:center}#modal-promo .modal-promo__container{padding:28px 24px;background:linear-gradient(145deg,#1d1d1d,#181818);border-radius:16px;max-width:416px;width:90%;animation:modalOpen .3s ease;border:1px solid hsla(0,0%,100%,.05);box-shadow:0 20px 60px rgba(0,0,0,.5)}#modal-promo .modal-promo__title{font-family:Unbounded;font-size:20px;font-weight:600;color:#fff}#modal-promo .modal-promo__desc{margin-top:10px;font-family:Unbounded;font-size:14px;font-weight:300;color:#7a7a7a}#modal-promo .modal-promo__input{margin-top:20px;width:100%;padding:15px 18px;background:#252525;border-radius:12px;color:#fff;font-family:Unbounded;font-size:16px;font-weight:400;border:1px solid hsla(0,0%,100%,.05);transition:all .25s ease}#modal-promo .modal-promo__input:focus{border-color:rgba(114,60,235,.5);outline:none}#modal-promo .modal-promo__button{margin-top:20px;width:100%;padding:15px;background:linear-gradient(135deg,#723ceb,#5a2bc9);font-family:Unbounded;font-weight:600;font-size:16px;color:#fff;border-radius:12px;transition:all .25s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;border:none;box-shadow:0 4px 20px rgba(114,60,235,.3)}#modal-promo .modal-promo__button.disabled{opacity:.7}#modal-promo .modal-promo__button:hover{background:linear-gradient(135deg,#8d5ef5,#723ceb);transform:translateY(-2px)}#buy-modal{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,.5);-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}#buy-modal .buy-modal__container{background:linear-gradient(145deg,#1a1a1a,#151515);border-radius:20px;max-width:440px;width:100%;animation:modalOpen .3s ease;border:1px solid hsla(0,0%,100%,.05);box-shadow:0 20px 60px rgba(0,0,0,.5);max-height:90vh;overflow-y:auto}#buy-modal .buy-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid hsla(0,0%,100%,.05)}#buy-modal .buy-modal__back,#buy-modal .buy-modal__close{width:36px;height:36px;border-radius:10px;background:hsla(0,0%,100%,.05);border:none;color:#7a7a7a;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;justify-content:center}#buy-modal .buy-modal__back:hover,#buy-modal .buy-modal__close:hover{background:hsla(0,0%,100%,.1);color:#fff}#buy-modal .buy-modal__steps{display:flex;align-items:center;gap:12px}#buy-modal .buy-modal__steps .step{display:flex;align-items:center;gap:8px;opacity:.4;transition:opacity .25s ease}#buy-modal .buy-modal__steps .step.active{opacity:1}#buy-modal .buy-modal__steps .step .step-num{width:24px;height:24px;border-radius:50%;background:#252525;font-family:Unbounded;font-size:12px;font-weight:600;color:#7a7a7a;display:flex;align-items:center;justify-content:center}#buy-modal .buy-modal__steps .step.active .step-num{background:#723ceb;color:#fff}#buy-modal .buy-modal__steps .step .step-text{font-family:Unbounded;font-size:12px;font-weight:500;color:#fff}#buy-modal .buy-modal__steps .step-line{width:24px;height:2px;background:#252525;border-radius:1px;transition:background .25s ease}#buy-modal .buy-modal__steps .step-line.active{background:#723ceb}#buy-modal .buy-modal__step{padding:24px}#buy-modal .buy-modal__title{font-family:Unbounded;font-size:18px;font-weight:600;color:#fff;margin-bottom:20px}#buy-modal .buy-modal__form{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}#buy-modal .buy-modal__option{font-family:Unbounded;display:flex;justify-content:space-between;align-items:center;background:#1e1e1e;color:#fff;padding:16px 18px;border-radius:12px;cursor:pointer;transition:all .25s ease;position:relative;border:2px solid transparent}#buy-modal .buy-modal__option:hover{background:#252525}#buy-modal .buy-modal__option.selected{border-color:#723ceb;background:rgba(114,60,235,.1)}#buy-modal .buy-modal__option.popular .popular-badge{position:absolute;top:-10px;right:16px;padding:4px 10px;background:linear-gradient(135deg,#723ceb,#5a2bc9);border-radius:6px;font-size:10px;font-weight:600;color:#fff}#buy-modal .buy-modal__option input[type=radio]{opacity:0;position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer}#buy-modal .buy-modal__option .buy-modal__option-left{display:flex;align-items:center}#buy-modal .buy-modal__option .buy-modal__option-left span{display:flex;align-items:center;font-size:15px;font-weight:500}#buy-modal .buy-modal__option .buy-modal__option-left span:before{content:"";width:20px;height:20px;margin-right:12px;border-radius:50%;border:2px solid #3a3a3a;background:transparent;transition:all .25s ease}#buy-modal .buy-modal__option .buy-modal__option-left input[type=radio]:checked+span:before{background:#723ceb;border-color:#723ceb;box-shadow:inset 0 0 0 3px #1a1a1a}#buy-modal .buy-modal__option .buy-modal__option-right{text-align:right}#buy-modal .buy-modal__option .buy-modal__option-right .price{display:block;font-size:15px;font-weight:600}#buy-modal .buy-modal__option .buy-modal__option-right .full-price{display:block;font-size:11px;font-weight:400;color:#7a7a7a;margin-top:2px}#buy-modal .buy-modal__button{width:100%;padding:16px;background:linear-gradient(135deg,#723ceb,#5a2bc9);font-family:Unbounded;font-weight:600;font-size:14px;color:#fff;border-radius:12px;transition:all .25s ease;cursor:pointer;border:none;box-shadow:0 4px 20px rgba(114,60,235,.3);display:flex;align-items:center;justify-content:center;gap:8px}#buy-modal .buy-modal__button:disabled{opacity:.5;cursor:not-allowed}#buy-modal .buy-modal__button:hover:not(:disabled){background:linear-gradient(135deg,#8d5ef5,#723ceb);transform:translateY(-2px)}#buy-modal .buy-modal__summary{background:#1e1e1e;border-radius:12px;padding:16px;margin-bottom:20px}#buy-modal .buy-modal__summary .summary-row{display:flex;justify-content:space-between;font-family:Unbounded;font-size:13px;color:#7a7a7a;padding:8px 0;border-bottom:1px solid hsla(0,0%,100%,.05)}#buy-modal .buy-modal__summary .summary-row:last-child{border-bottom:none}#buy-modal .buy-modal__summary .summary-row.total{color:#fff;font-weight:600;font-size:15px;padding-top:12px}#buy-modal .buy-modal__summary .summary-row .discount{color:#4caf50}#buy-modal .payment-methods{display:flex;flex-direction:column;gap:10px}#buy-modal .payment-method{display:flex;align-items:center;gap:14px;width:100%;padding:16px;background:#1e1e1e;border:1px solid hsla(0,0%,100%,.05);border-radius:12px;cursor:pointer;transition:all .25s ease;text-align:left}#buy-modal .payment-method:hover:not(:disabled){background:#252525;border-color:rgba(114,60,235,.3)}#buy-modal .payment-method:disabled{opacity:.5;cursor:not-allowed}#buy-modal .payment-method__icon{width:44px;height:44px;border-radius:12px;background:rgba(114,60,235,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}#buy-modal .payment-method__icon i{font-size:18px;color:#723ceb}#buy-modal .payment-method__icon.sbp{background:rgba(255,152,0,.15)}#buy-modal .payment-method__icon.sbp i{color:#ff9800}#buy-modal .payment-method__icon.crypto{background:rgba(247,147,26,.15)}#buy-modal .payment-method__icon.crypto i{color:#f7931a}#buy-modal .payment-method__info{flex:1}#buy-modal .payment-method__info .payment-method__name{display:block;font-family:Unbounded;font-size:14px;font-weight:500;color:#fff}#buy-modal .payment-method__info .payment-method__desc{display:block;font-family:Unbounded;font-size:11px;font-weight:400;color:#7a7a7a;margin-top:2px}#buy-modal .payment-method>i:last-child{color:#7a7a7a;font-size:12px}#buy-modal .buy-modal__step--loading{display:flex;align-items:center;justify-content:center;min-height:280px}#buy-modal .payment-loading{display:flex;flex-direction:column;align-items:center;gap:20px;padding:40px 20px}#buy-modal .payment-loading__icon{width:72px;height:72px;background:linear-gradient(145deg,rgba(114,60,235,.15),rgba(114,60,235,.05));border:1px solid rgba(114,60,235,.2);border-radius:50%;display:flex;align-items:center;justify-content:center}#buy-modal .payment-loading__icon i{font-size:28px;color:#723ceb}#buy-modal .payment-loading__dots{display:flex;gap:8px}#buy-modal .payment-loading__dots .dot{width:10px;height:10px;background:#723ceb;border-radius:50%;animation:bounce 1.4s ease-in-out infinite}#buy-modal .payment-loading__dots .dot:first-child{animation-delay:0s}#buy-modal .payment-loading__dots .dot:nth-child(2){animation-delay:.2s}#buy-modal .payment-loading__dots .dot:nth-child(3){animation-delay:.4s}#buy-modal .payment-loading__text{font-family:Unbounded;font-size:16px;font-weight:500;color:#fff;margin:0}#buy-modal .payment-loading__subtext{font-family:Unbounded;font-size:12px;font-weight:400;color:#7a7a7a;margin:-10px 0 0 0}@keyframes bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-12px);opacity:1}}#platform-modal{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,.6);z-index:1000;display:flex;align-items:center;justify-content:center}#platform-modal .platform-modal__container{background:linear-gradient(145deg,#1d1d1d,#181818);border-radius:20px;max-width:520px;width:90%;animation:modalOpen .3s ease;box-shadow:0 20px 60px rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.05);max-height:90vh;overflow:hidden;display:flex;flex-direction:column}#platform-modal .platform-modal__header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid hsla(0,0%,100%,.05)}#platform-modal .platform-modal__header-left{display:flex;align-items:center;gap:14px}#platform-modal .platform-modal__header-left i{font-size:28px;color:#723ceb}#platform-modal .platform-modal__title{font-family:Unbounded;font-size:18px;font-weight:600;color:#fff}#platform-modal .platform-modal__subtitle{font-family:Unbounded;font-size:13px;font-weight:400;color:#7a7a7a}#platform-modal .platform-modal__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.05);border:none;border-radius:12px;color:#7a7a7a;font-size:18px;cursor:pointer;transition:all .2s ease}#platform-modal .platform-modal__close:hover{background:rgba(211,47,47,.15);color:#d32f2f}#platform-modal .platform-modal__content{padding:28px;overflow-y:auto;display:flex;flex-direction:column;gap:24px}#platform-modal .modal-step{display:flex;gap:16px}#platform-modal .modal-step .step-badge{width:32px;height:32px;min-width:32px;background:linear-gradient(135deg,#723ceb,#5a2bc9);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Unbounded;font-size:14px;font-weight:600;color:#fff}#platform-modal .modal-step .step-body{flex:1}#platform-modal .modal-step .step-body h4{font-family:Unbounded;font-size:15px;font-weight:600;color:#fff;margin-bottom:8px}#platform-modal .modal-step .step-body p{font-family:Unbounded;font-size:13px;font-weight:400;color:#7a7a7a;margin-bottom:16px;line-height:1.5}#platform-modal .store-buttons{display:flex;flex-direction:column;gap:10px;width:100%}#platform-modal .store-btn{display:flex;align-items:center;gap:12px;padding:14px 22px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;text-decoration:none;transition:all .2s ease;width:100%}#platform-modal .store-btn i{font-size:26px;color:#fff}#platform-modal .store-btn .store-label{display:block;font-family:Unbounded;font-size:10px;color:#7a7a7a}#platform-modal .store-btn .store-name{display:block;font-family:Unbounded;font-size:14px;font-weight:600;color:#fff}#platform-modal .store-btn:hover{background:hsla(0,0%,100%,.1);border-color:rgba(114,60,235,.3)}#platform-modal .quick-connect-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;background:linear-gradient(135deg,#723ceb,#5a2bc9);border-radius:12px;font-family:Unbounded;font-size:14px;font-weight:600;color:#fff;text-decoration:none;transition:all .25s ease;box-shadow:0 4px 20px rgba(114,60,235,.3)}#platform-modal .quick-connect-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(114,60,235,.4);background:linear-gradient(135deg,#8d5ef5,#723ceb)}#platform-modal .link-box{margin-bottom:12px}#platform-modal .link-box input{width:100%;padding:14px 16px;background:#252525;border:1px solid hsla(0,0%,100%,.05);border-radius:12px;font-family:Unbounded;font-size:12px;color:#fff}#platform-modal .copy-link-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px;background:rgba(114,60,235,.1);border:1px solid rgba(114,60,235,.2);border-radius:12px;font-family:Unbounded;font-size:14px;font-weight:500;color:#fff;cursor:pointer;transition:all .2s ease}#platform-modal .copy-link-btn i{color:#723ceb}#platform-modal .copy-link-btn:hover{background:rgba(114,60,235,.2);border-color:rgba(114,60,235,.4)}#platform-modal .qr-code-box{display:flex;justify-content:center;padding:24px;background:#252525;border-radius:16px;border:1px solid hsla(0,0%,100%,.05)}#platform-modal .qr-code-box img{width:180px;height:180px;border-radius:12px}#platform-modal .qr-code-box .qr-placeholder{width:180px;height:180px;display:flex;align-items:center;justify-content:center;background:#1d1d1d;border-radius:12px}#platform-modal .qr-code-box .qr-placeholder i{font-size:48px;color:#723ceb}#platform-modal .platform-modal__footer{padding:20px 28px;border-top:1px solid hsla(0,0%,100%,.05)}#platform-modal .platform-modal__footer .close-modal-btn{width:100%;padding:16px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;font-family:Unbounded;font-size:14px;font-weight:500;color:#fff;cursor:pointer;transition:all .2s ease}#platform-modal .platform-modal__footer .close-modal-btn:hover{background:hsla(0,0%,100%,.1)}@keyframes modalOpen{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media screen and (max-width:1600px){#dashboard .personal-account__left .menu-container{padding:30px 25px}}@media screen and (max-width:1280px){#dashboard .personal-account__left{max-width:300px}}@media screen and (max-width:1000px){#dashboard .personal-account__right .global-header__left .burger-menu{display:block}#dashboard .personal-account__left{position:fixed;left:0;top:0;transform:translateX(-100%);transition:transform .3s ease;max-width:340px;border-radius:0;height:100vh}#dashboard .personal-account__left.active{transform:translateX(0)}#dashboard .personal-account__right .global-header{padding:16px 24px}#dashboard .personal-account__right .global-header__title{font-size:20px}#dashboard .personal-account__right .container{padding:24px}#dashboard .personal-account__right .global-header .support-btn span{display:none}#dashboard .personal-account__right .global-header .support-btn{padding:12px}#dashboard .personal-account__right .vpn-page .vpn-platforms{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){#dashboard .personal-account__left{max-width:100%;width:100%;border-radius:0}#dashboard .personal-account__left .menu-close{display:flex;align-items:center;justify-content:center}#dashboard .personal-account__right .global-header{padding:14px 16px}#dashboard .personal-account__right .global-header__title{font-size:18px}#dashboard .personal-account__right .global-header .avatar-dropdown .avatar-img{width:40px;height:40px}#dashboard .personal-account__right .container{padding:16px}#dashboard .personal-account__right .vpn-page .vpn-platforms{grid-template-columns:1fr}#dashboard .personal-account__right .profile .stats-grid{grid-template-columns:1fr;gap:10px}#dashboard .personal-account__right .profile .stat-card{padding:16px}#dashboard .personal-account__right .profile .stat-card .stat-icon{width:40px;height:40px;font-size:18px}#dashboard .personal-account__right .profile .stat-card .stat-info .stat-label{font-size:11px}#dashboard .personal-account__right .profile .stat-card .stat-info .stat-value{font-size:13px}#dashboard .personal-account__right .profile .profile-card{border-radius:16px}#dashboard .personal-account__right .profile .profile-card .card-header{padding:16px 18px}#dashboard .personal-account__right .profile .profile-card .card-header i{font-size:18px}#dashboard .personal-account__right .profile .profile-card .card-header span{font-size:14px}#dashboard .personal-account__right .profile .profile-card .card-content{padding:18px}#dashboard .personal-account__right .profile .profile-card .card-content.subscription-grid{grid-template-columns:1fr;gap:12px}#dashboard .personal-account__right .profile .profile-card .card-content.actions{flex-direction:column}#dashboard .personal-account__right .profile .profile-card .sub-stat{padding:14px}#dashboard .personal-account__right .profile .profile-card .sub-stat i{font-size:18px}#dashboard .personal-account__right .profile .profile-card .action-btn{padding:14px 18px;font-size:14px}#connect-modal .platforms-grid{grid-template-columns:repeat(2,1fr)}#connect-modal .subscription-link{flex-direction:column}#connect-modal .subscription-link .link-buttons{justify-content:flex-end}}@media screen and (max-width:440px){#dashboard .personal-account__left{max-width:260px}#dashboard .personal-account__left .menu-container{padding:24px 20px}#dashboard .personal-account__left .menu-top__nav .nav-link{padding:14px 18px;font-size:14px}#dashboard .personal-account__right .global-header__left .burger-menu{width:24px;height:24px}#dashboard .personal-account__right .global-header__title{font-size:16px}#dashboard .personal-account__right .profile .profile-warning{padding:14px 18px}#dashboard .personal-account__right .profile .profile-warning p{font-size:14px}#buy-modal .buy-modal__container,#connect-modal .connect-modal__container,#modal-promo .modal-promo__container{width:100%;max-width:none;border-radius:16px}#buy-modal .buy-modal__title,#connect-modal .connect-modal__title,#modal-promo .modal-promo__title{font-size:16px}#buy-modal .buy-modal__step{padding:20px}#buy-modal .buy-modal__steps .step-text{display:none}#buy-modal .buy-modal__option{padding:14px}#buy-modal .buy-modal__option .buy-modal__option-left span{font-size:14px}#buy-modal .payment-method{padding:14px}#buy-modal .payment-method__icon{width:40px;height:40px}#connect-modal .instruction-step .step-number{width:32px;height:32px;min-width:32px;font-size:14px}#connect-modal .instruction-step .step-content .step-title{font-size:14px}}@media screen and (max-width:500px){h1.main-text,h2.main-text{font-size:24px}}