:root{
  --bg:#050d14;
  --panel:#071720;
  --panel2:#0a202b;
  --cyan:#32cbea;
  --cyan2:#7be7fa;
  --text:#eef8fb;
  --muted:#8ca4ae;
  --border:rgba(89,167,190,.22);
  --danger:#ff9098;
  --success:#76e5b2;
}

*{box-sizing:border-box}

html,body{
  margin:0;
  min-height:100%;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
}

a{
  color:inherit;
  text-decoration:none;
}

button,input{font:inherit}

/* ==========================================================
   REGISTER / LOGIN
========================================================== */

.vk-auth-page{
  min-height:100vh;
  display:grid;
  grid-template-columns:minmax(420px,1fr) minmax(440px,600px);
  background:#050d14;
}

.vk-auth-scene{
  position:relative;
  min-height:100vh;
  background-size:cover;
  background-position:center;
  overflow:hidden;
}

.vk-auth-scene:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(3,10,15,.12),rgba(3,10,15,.20) 50%,rgba(3,10,15,.96)),
    linear-gradient(180deg,transparent 40%,rgba(3,10,15,.55));
}

.vk-auth-scene-copy{
  position:absolute;
  z-index:2;
  left:clamp(35px,6vw,90px);
  bottom:clamp(50px,8vh,100px);
  max-width:620px;
}

.vk-auth-kicker{
  color:var(--cyan2);
  font-size:11px;
  font-weight:900;
  letter-spacing:.18em;
}

.vk-auth-scene h1{
  margin:14px 0;
  font-size:clamp(48px,5vw,78px);
  line-height:.92;
  letter-spacing:-.045em;
  text-shadow:0 15px 40px rgba(0,0,0,.45);
}

.vk-auth-scene h1 strong{color:var(--cyan2)}

.vk-auth-scene p{
  max-width:500px;
  color:#c0cdd2;
  line-height:1.7;
}

.vk-auth-panel{
  min-height:100vh;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:100px 44px 55px;
  border-left:1px solid rgba(91,158,180,.18);
  background:
    radial-gradient(circle at 80% 10%,rgba(44,194,224,.06),transparent 28%),
    linear-gradient(180deg,#07151e,#040c12);
  box-shadow:-30px 0 80px rgba(0,0,0,.22);
}

.vk-auth-logo{
  position:absolute;
  left:44px;
  top:30px;
}

.vk-auth-logo img{width:155px}

.vk-auth-back{
  position:absolute;
  right:42px;
  top:35px;
  color:#77909b;
  font-size:12px;
}

.vk-auth-back:hover{color:var(--cyan2)}

.vk-auth-box{
  width:100%;
  max-width:455px;
}

.vk-auth-label{
  color:var(--cyan);
  font-size:10px;
  font-weight:900;
  letter-spacing:.18em;
}

.vk-auth-box h2{
  margin:9px 0 8px;
  font-size:38px;
  letter-spacing:-.04em;
}

.vk-auth-intro{
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
  margin:0 0 26px;
}

.vk-field{margin-bottom:15px}

.vk-field label{
  display:block;
  margin-bottom:7px;
  color:#aec0c7;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
}

.vk-field input{
  width:100%;
  height:49px;
  padding:0 14px;
  outline:0;
  color:white;
  border:1px solid rgba(94,154,173,.22);
  border-radius:7px;
  background:rgba(8,26,35,.82);
  transition:.2s;
}

.vk-field input:focus{
  border-color:rgba(53,203,234,.65);
  box-shadow:0 0 0 3px rgba(50,203,234,.08);
  background:#0a202b;
}

.vk-field input::placeholder{color:#4f6974}

.vk-password{
  position:relative;
}

.vk-password input{padding-right:70px}

.vk-password button{
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  border:0;
  background:none;
  color:#69838e;
  font-size:10px;
  font-weight:900;
  cursor:pointer;
}

.vk-password button:hover{color:var(--cyan2)}

.vk-check{
  display:flex;
  gap:9px;
  margin:17px 0 20px;
  color:#869da7;
  font-size:11px;
  line-height:1.5;
}

.vk-check input{accent-color:var(--cyan)}

.vk-check a{color:var(--cyan2)}

.vk-submit{
  width:100%;
  height:50px;
  border:0;
  border-radius:7px;
  cursor:pointer;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  color:#03151b;
  background:linear-gradient(#78e8fa,#32cbea,#17b2d2);
  box-shadow:0 12px 30px rgba(30,190,220,.18);
  transition:.2s;
}

.vk-submit:hover:not(:disabled){
  transform:translateY(-1px);
  box-shadow:0 15px 35px rgba(30,190,220,.27);
}

.vk-submit:disabled{
  opacity:.55;
  cursor:not-allowed;
}

.vk-switch{
  margin-top:20px;
  text-align:center;
  color:#718994;
  font-size:12px;
}

.vk-switch a{
  color:var(--cyan2);
  font-weight:800;
}

.vk-message{
  display:none;
  margin-bottom:16px;
  padding:12px 13px;
  border-radius:6px;
  font-size:12px;
  line-height:1.5;
}

.vk-message.show{display:block}

.vk-message.error{
  color:#ffc2c6;
  border:1px solid rgba(255,111,122,.25);
  background:rgba(140,42,51,.16);
}

.vk-message.success{
  color:#baf3d7;
  border:1px solid rgba(91,226,163,.25);
  background:rgba(31,126,87,.16);
}

.vk-message.info{
  color:#c2eff8;
  border:1px solid rgba(57,198,230,.25);
  background:rgba(25,129,155,.15);
}

.vk-verify{
  display:none;
  padding:35px 25px;
  text-align:center;
  border:1px solid var(--border);
  border-radius:9px;
  background:rgba(8,27,36,.72);
}

.vk-verify.show{display:block}

.vk-verify-icon{
  width:66px;
  height:66px;
  margin:0 auto 20px;
  display:grid;
  place-items:center;
  border:1px solid rgba(65,206,236,.40);
  border-radius:50%;
  color:var(--cyan2);
  font-size:28px;
}

.vk-verify h3{
  margin:0 0 10px;
  font-size:27px;
}

.vk-verify p{
  color:#8ba3ad;
  font-size:13px;
  line-height:1.6;
}

.vk-verify-email{
  color:var(--cyan2);
  font-weight:900;
}

.vk-secondary{
  min-height:42px;
  padding:0 18px;
  border:1px solid rgba(68,192,220,.30);
  border-radius:6px;
  background:#09232e;
  color:#b9edf7;
  cursor:pointer;
}

/* ==========================================================
   DASHBOARD
========================================================== */

.vk-dash-page{
  min-height:100vh;
  background:
    linear-gradient(rgba(3,11,16,.82),rgba(3,11,16,.96)),
    url('/static/voltkin/assets/backgrounds/dashboard_1920x1080.png')
    center/cover fixed;
}

.vk-dash-header{
  height:76px;
  padding:0 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid rgba(88,153,173,.16);
  background:rgba(5,17,24,.88);
  backdrop-filter:blur(18px);
}

.vk-dash-header img{width:165px}

.vk-dash-header-right{
  display:flex;
  align-items:center;
  gap:13px;
  color:#78919c;
  font-size:12px;
}

.vk-dash-header-right strong{color:white}

.vk-logout{
  padding:9px 14px;
  border:1px solid rgba(95,158,177,.22);
  border-radius:6px;
  background:#09202a;
  color:#b3c5cc;
  cursor:pointer;
}

.vk-dash-main{
  max-width:1450px;
  margin:auto;
  padding:42px 30px 70px;
}

.vk-welcome{
  padding:34px;
  border:1px solid var(--border);
  background:linear-gradient(135deg,rgba(8,28,38,.94),rgba(5,17,24,.92));
  box-shadow:0 25px 70px rgba(0,0,0,.22);
}

.vk-dash-kicker{
  color:var(--cyan);
  font-size:10px;
  font-weight:900;
  letter-spacing:.18em;
}

.vk-welcome h1{
  margin:8px 0 10px;
  font-size:clamp(40px,4vw,62px);
  letter-spacing:-.04em;
}

.vk-welcome h1 strong{color:var(--cyan2)}

.vk-welcome p{color:#8ba2ac}

.vk-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:13px;
  margin-top:14px;
}

.vk-stat,.vk-dash-card,.vk-account{
  border:1px solid rgba(91,151,170,.16);
  background:rgba(7,22,30,.90);
}

.vk-stat{padding:22px}

.vk-stat span{
  color:#718a95;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
}

.vk-stat strong{
  display:block;
  margin-top:7px;
  font-size:32px;
}

.vk-dash-grid{
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr;
  gap:14px;
  margin-top:14px;
}

.vk-dash-card{
  min-height:225px;
  padding:25px;
}

.vk-dash-card h3{
  margin:8px 0;
  font-size:24px;
}

.vk-dash-card p{
  max-width:330px;
  color:#839ca7;
  font-size:12px;
  line-height:1.6;
}

.vk-card-label{
  color:var(--cyan);
  font-size:9px;
  font-weight:900;
  letter-spacing:.16em;
}

.vk-coming{
  display:inline-block;
  margin-top:18px;
  padding:7px 10px;
  border:1px solid rgba(64,194,223,.20);
  color:#79cadc;
  font-size:9px;
  font-weight:900;
}

.vk-account{
  margin-top:14px;
  padding:25px;
}

.vk-account-row{
  display:grid;
  grid-template-columns:150px 1fr;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.045);
  font-size:12px;
}

.vk-account-row:last-child{border-bottom:0}

.vk-account-row span{color:#6f8792}

.vk-account-row strong{color:#c5d2d7}

/* ==========================================================
   MOBILE
========================================================== */

@media(max-width:950px){
  .vk-auth-page{grid-template-columns:1fr}
  .vk-auth-scene{min-height:330px}
  .vk-auth-panel{
    min-height:auto;
    border-left:0;
  }
  .vk-dash-grid{grid-template-columns:1fr}
}

@media(max-width:620px){
  .vk-auth-panel{
    padding-left:20px;
    padding-right:20px;
  }

  .vk-auth-logo{left:20px}
  .vk-auth-back{right:20px}

  .vk-auth-scene-copy{
    left:25px;
    right:25px;
  }

  .vk-auth-scene h1{font-size:44px}

  .vk-stats{grid-template-columns:1fr}

  .vk-dash-main{
    padding:25px 14px 50px;
  }

  .vk-dash-header{
    padding:0 16px;
  }

  .vk-account-row{
    grid-template-columns:1fr;
    gap:4px;
  }
}

/* ==========================================================
   PASSWORD RESET
========================================================== */

.vk-forgot-link{
  display:block;
  margin:-4px 0 18px;
  text-align:right;
  color:#79d6e8;
  font-size:11px;
  font-weight:700;
}

.vk-forgot-link:hover{
  color:var(--cyan2);
}

.vk-reset-note{
  margin-top:16px;
  color:#728b96;
  font-size:11px;
  line-height:1.6;
}

.vk-reset-success{
  display:none;
  padding:30px 24px;
  text-align:center;
  border:1px solid rgba(74,192,218,.22);
  border-radius:9px;
  background:rgba(8,27,36,.72);
}

.vk-reset-success.show{
  display:block;
}

.vk-reset-success h3{
  margin:0 0 10px;
  font-size:27px;
}

.vk-reset-success p{
  color:#8ca4ae;
  font-size:13px;
  line-height:1.6;
}
