/* UniVerse Hub Account 2.0 */
:root{
  --a2-bg:#020712;
  --a2-panel:#061024;
  --a2-panel2:#08162d;
  --a2-line:rgba(82,164,255,.22);
  --a2-line-strong:rgba(56,216,255,.42);
  --a2-text:#e8f3ff;
  --a2-muted:#92a9c9;
  --a2-cyan:#38d8ff;
  --a2-blue:#2388ff;
  --a2-green:#55e6a4;
  --a2-red:#ff7a88;
  --a2-yellow:#f7c85b;
}
body:has(.uvh-a2-page){
  background:
    radial-gradient(circle at 82% 4%,rgba(0,124,255,.16),transparent 36%),
    radial-gradient(circle at 12% 12%,rgba(0,229,255,.07),transparent 34%),
    linear-gradient(180deg,#020712,#02050d 70%,#010307)!important;
}
.uvh-a2-page{
  max-width:1320px;
  margin:0 auto;
  padding:34px 24px 78px;
  color:var(--a2-text);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.uvh-a2-page *{box-sizing:border-box}
.uvh-a2-hero{margin-bottom:24px}
.uvh-a2-back,.uvh-a2-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 15px;
  border:1px solid var(--a2-line);
  border-radius:9px;
  background:rgba(7,18,39,.74);
  color:#dcecff;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}
.uvh-a2-back{margin-bottom:26px}
.uvh-a2-back:hover,.uvh-a2-button:hover{
  border-color:var(--a2-line-strong);
  color:#fff;
  background:rgba(56,216,255,.07);
}
.uvh-a2-kicker,.uvh-a2-card-kicker{
  color:#7ddcff;
  font-size:11px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.11em;
}
.uvh-a2-hero h1{
  margin:8px 0 0;
  color:#fff;
  font-size:clamp(48px,6vw,76px);
  line-height:.92;
  letter-spacing:-.055em;
  text-shadow:0 0 32px rgba(46,144,255,.25);
}
.uvh-a2-hero h1:after{
  content:"";
  display:block;
  width:min(430px,42vw);
  height:2px;
  margin-top:22px;
  background:linear-gradient(90deg,var(--a2-cyan),rgba(56,216,255,.14),transparent);
  box-shadow:0 0 18px rgba(56,216,255,.5);
}
.uvh-a2-hero p{
  max-width:860px;
  margin:16px 0 0;
  color:#9cb1cf;
  line-height:1.6;
}
.uvh-a2-tabs{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:15px;
  padding:10px;
  border:1px solid var(--a2-line);
  border-radius:13px;
  background:rgba(5,14,31,.68);
}
.uvh-a2-tabs a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:9px 14px;
  border:1px solid transparent;
  border-radius:8px;
  color:#a9bdd8;
  text-decoration:none;
  font-size:13px;
  font-weight:850;
}
.uvh-a2-tabs a:hover{
  color:#fff;
  border-color:rgba(82,164,255,.20);
  background:rgba(82,164,255,.05);
}
.uvh-a2-tabs a.active{
  color:#fff;
  border-color:rgba(56,216,255,.48);
  background:rgba(56,216,255,.09);
  box-shadow:0 0 16px rgba(56,216,255,.08);
}
.uvh-a2-tabs a.logout{
  margin-left:auto;
  color:#ffb4bd;
  border-color:rgba(255,122,136,.18);
}
.uvh-a2-card,.uvh-a2-profile-head,.uvh-a2-user-stats>div{
  border:1px solid var(--a2-line);
  border-radius:15px;
  background:
    radial-gradient(circle at 92% 0%,rgba(56,216,255,.055),transparent 34%),
    linear-gradient(180deg,rgba(6,17,37,.86),rgba(3,10,23,.82));
  box-shadow:0 18px 70px rgba(0,0,0,.17);
}
.uvh-a2-card{padding:22px}
.uvh-a2-card h2,.uvh-a2-profile-head h2{
  margin:7px 0 0;
  color:#fff;
  font-size:25px;
  line-height:1.12;
}
.uvh-a2-intro,.uvh-a2-profile-head p{
  color:var(--a2-muted);
  line-height:1.55;
  margin:10px 0 0;
}
.uvh-a2-auth-layout{
  display:grid;
  grid-template-columns:minmax(0,1.22fr) minmax(320px,.78fr);
  gap:15px;
}
.uvh-a2-auth-card{min-height:440px}
.uvh-a2-form{
  display:grid;
  gap:13px;
  margin-top:18px;
}
.uvh-a2-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  align-items:start;
}
.uvh-a2-form label{
  display:grid;
  min-width:0;
  gap:7px;
  color:#bdd0e8;
  font-size:12px;
  font-weight:850;
}
.uvh-a2-form label>span{
  display:flex;
  align-items:center;
  gap:6px;
}
.uvh-a2-form label em{
  color:#7f96b6;
  font-size:10px;
  font-style:normal;
  font-weight:700;
}
.uvh-a2-form label small{
  color:#7f96b6;
  font-size:11px;
  font-weight:600;
}
.uvh-a2-form input,
.uvh-a2-form textarea{
  width:100%;
  min-width:0;
  border:1px solid rgba(101,173,255,.25);
  border-radius:10px;
  outline:none;
  background:linear-gradient(180deg,rgba(8,24,49,.96),rgba(4,14,31,.98));
  color:#f5faff;
  padding:13px 14px;
  font:inherit;
  font-size:14px;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.uvh-a2-form input{height:48px}
.uvh-a2-form textarea{
  min-height:130px;
  resize:vertical;
}
.uvh-a2-form input:focus,
.uvh-a2-form textarea:focus{
  border-color:var(--a2-cyan);
  background:#071a35;
  box-shadow:0 0 0 3px rgba(56,216,255,.08),0 0 18px rgba(56,216,255,.09);
}
.uvh-a2-form input:disabled{
  opacity:.68;
  cursor:not-allowed;
}
.uvh-a2-password-field{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:stretch;
  align-self:start;
  height:48px;
}
.uvh-a2-password-field input{
  border-radius:10px 0 0 10px;
}
.uvh-a2-password-field button{
  min-width:76px;
  border:1px solid rgba(101,173,255,.25);
  border-left:0;
  border-radius:0 10px 10px 0;
  background:#0a1b36;
  color:#9fdff3;
  font-size:11px;
  font-weight:850;
  cursor:pointer;
}
.uvh-a2-password-field:focus-within button{
  border-color:var(--a2-cyan);
}
.uvh-a2-check{
  display:flex!important;
  grid-template-columns:auto 1fr;
  align-items:center;
  justify-content:start;
  gap:9px!important;
}
.uvh-a2-check input{
  width:17px;
  height:17px;
  margin:0;
}
.uvh-a2-primary,.uvh-a2-form button.uvh-a2-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:11px 17px;
  border:1px solid transparent;
  border-radius:9px;
  background:linear-gradient(135deg,#0879f9,#12c6ff);
  color:#fff;
  font-size:14px;
  font-weight:900;
  text-decoration:none;
  cursor:pointer;
  box-shadow:0 0 20px rgba(18,198,255,.18);
}
.uvh-a2-primary:hover{
  filter:brightness(1.08);
}
.uvh-a2-underlinks{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:17px;
}
.uvh-a2-underlinks a,.uvh-a2-legal a{
  color:#8fe8ff;
  font-size:13px;
  font-weight:750;
  text-decoration:none;
}
.uvh-a2-underlinks a:hover,.uvh-a2-legal a:hover{text-decoration:underline}
.uvh-a2-benefits h2{margin-bottom:15px}
.uvh-a2-benefit-list{
  display:grid;
  gap:9px;
}
.uvh-a2-benefit-list>div{
  border:1px solid rgba(82,164,255,.14);
  border-radius:10px;
  background:rgba(3,10,23,.47);
  padding:13px;
}
.uvh-a2-benefit-list strong{
  display:block;
  color:#fff;
  font-size:14px;
}
.uvh-a2-benefit-list span{
  display:block;
  margin-top:4px;
  color:#8fa6c6;
  font-size:12px;
  line-height:1.45;
}
.uvh-a2-notice{
  margin-bottom:15px;
  border:1px solid rgba(85,230,164,.28);
  border-radius:11px;
  background:rgba(85,230,164,.065);
  color:#b5f7d2;
  padding:13px 15px;
  font-weight:750;
}
.uvh-a2-notice.error{
  border-color:rgba(255,122,136,.30);
  background:rgba(255,122,136,.065);
  color:#ffd1d6;
}
.uvh-a2-honeypot{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
.uvh-a2-legal{
  margin:0;
  color:#7f96b6;
  font-size:11px;
  line-height:1.5;
}
.uvh-a2-strength{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:6px;
  align-items:center;
}
.uvh-a2-strength>span{
  height:4px;
  border-radius:999px;
  background:rgba(127,150,182,.22);
}
.uvh-a2-strength small{
  grid-column:1/-1;
  color:#7f96b6;
  font-size:10px;
}
.uvh-a2-strength.level-1>span:nth-child(-n+1){background:var(--a2-red)}
.uvh-a2-strength.level-2>span:nth-child(-n+2){background:var(--a2-yellow)}
.uvh-a2-strength.level-3>span:nth-child(-n+3){background:#73dafa}
.uvh-a2-strength.level-4>span:nth-child(-n+4){background:var(--a2-green)}
.uvh-a2-profile-head{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:17px;
  align-items:center;
  padding:19px;
}
.uvh-a2-avatar{
  display:flex;
  align-items:center;
  justify-content:center;
}
.uvh-a2-avatar .uvh-letter-avatar{
  display:inline-flex;
  flex:0 0 auto;
}
.uvh-a2-user-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin:15px 0;
}
.uvh-a2-user-stats>div{
  padding:15px;
  min-width:0;
}
.uvh-a2-user-stats span{
  display:block;
  color:#8199ba;
  font-size:10px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.uvh-a2-user-stats strong{
  display:block;
  overflow:hidden;
  margin-top:6px;
  color:#fff;
  font-size:15px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.uvh-a2-dashboard{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:11px;
  margin-top:17px;
}
.uvh-a2-tile{
  display:flex;
  min-height:140px;
  flex-direction:column;
  justify-content:flex-end;
  gap:7px;
  border:1px solid rgba(82,164,255,.15);
  border-radius:11px;
  background:
    radial-gradient(circle at 90% 8%,rgba(56,216,255,.08),transparent 35%),
    rgba(3,10,23,.46);
  color:#fff;
  padding:15px;
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.uvh-a2-tile:hover{
  transform:translateY(-2px);
  border-color:rgba(56,216,255,.45);
  background:
    radial-gradient(circle at 90% 8%,rgba(56,216,255,.13),transparent 36%),
    rgba(5,16,35,.70);
}
.uvh-a2-tile>span{
  align-self:flex-start;
  color:#7ddcff;
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.10em;
}
.uvh-a2-tile strong{
  color:#fff;
  font-size:18px;
}
.uvh-a2-tile small{
  color:#899fbd;
  font-size:11px;
  line-height:1.45;
}
.uvh-a2-security-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:15px;
}
@media(max-width:980px){
  .uvh-a2-auth-layout{grid-template-columns:1fr}
  .uvh-a2-dashboard{grid-template-columns:repeat(2,minmax(0,1fr))}
  .uvh-a2-user-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .uvh-a2-security-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  .uvh-a2-page{padding:24px 13px 60px}
  .uvh-a2-tabs a{flex:1}
  .uvh-a2-tabs a.logout{margin-left:0}
  .uvh-a2-form-grid,.uvh-a2-dashboard,.uvh-a2-user-stats{grid-template-columns:1fr}
  .uvh-a2-profile-head{grid-template-columns:1fr;justify-items:start}
  .uvh-a2-card{padding:17px}
  .uvh-a2-password-field button{min-width:68px}
}


/* Account 2.0 V1.1 – E-Mail-Bestätigung */
.uvh-a2-verification-steps{
  display:grid;
  gap:8px;
  margin:18px 0 4px;
}
.uvh-a2-verification-steps>div{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  align-items:center;
  gap:10px;
  border:1px solid rgba(82,164,255,.14);
  border-radius:10px;
  background:rgba(3,10,23,.46);
  padding:10px 12px;
}
.uvh-a2-verification-steps strong{
  display:flex;
  width:30px;
  height:30px;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(56,216,255,.30);
  border-radius:8px;
  background:rgba(56,216,255,.07);
  color:#9aeaff;
}
.uvh-a2-verification-steps span{
  color:#a8bdd8;
  font-size:12px;
  line-height:1.4;
}
.uvh-a2-pending-email{
  margin-top:13px;
  border:1px solid rgba(247,200,91,.26);
  border-radius:10px;
  background:rgba(247,200,91,.055);
  color:#f7dda0;
  padding:11px 12px;
  font-size:12px;
}
.uvh-a2-pending-email strong{
  color:#fff2c7;
}


/* Account 2.0 V1.2 – lokale Buchstaben-Avatare */
.uvh-a2-avatar-editor{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:18px;
  align-items:center;
  border:1px solid rgba(82,164,255,.17);
  border-radius:13px;
  background:
    radial-gradient(circle at 0 0,rgba(56,216,255,.07),transparent 38%),
    rgba(3,10,23,.42);
  padding:16px;
}
.uvh-a2-avatar-preview-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
}
.uvh-a2-avatar-preview{
  transition:
    background-color .18s ease,
    transform .18s ease,
    box-shadow .18s ease;
}
.uvh-a2-avatar-preview:hover{
  transform:translateY(-1px);
  box-shadow:0 0 28px rgba(56,216,255,.18)!important;
}
.uvh-a2-avatar-editor-content{
  display:grid;
  gap:13px;
  min-width:0;
}
.uvh-a2-field-title{
  display:block;
  color:#bdd0e8;
  font-size:12px;
  font-weight:850;
}
.uvh-a2-avatar-editor-content small{
  display:block;
  margin-top:4px;
  color:#7f96b6;
  font-size:11px;
  font-weight:600;
}
.uvh-a2-avatar-options{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}
.uvh-a2-avatar-color{
  position:relative;
  display:grid!important;
  grid-template-columns:30px;
  gap:4px!important;
  justify-items:center;
  cursor:pointer;
}
.uvh-a2-avatar-color input{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:0!important;
  padding:0!important;
  opacity:0!important;
  pointer-events:none;
}
.uvh-a2-avatar-color span{
  display:block;
  width:30px;
  height:30px;
  border:2px solid rgba(255,255,255,.15);
  border-radius:9px;
  background:var(--uvh-avatar-swatch);
  box-shadow:0 0 0 2px transparent;
  transition:
    transform .16s ease,
    border-color .16s ease,
    box-shadow .16s ease;
}
.uvh-a2-avatar-color:hover span{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.58);
}
.uvh-a2-avatar-color input:checked + span{
  border-color:#fff;
  box-shadow:
    0 0 0 3px rgba(56,216,255,.25),
    0 0 18px rgba(56,216,255,.20);
}
.uvh-a2-avatar-color input:focus-visible + span{
  outline:2px solid var(--a2-cyan);
  outline-offset:3px;
}
.uvh-a2-avatar-color em{
  max-width:42px;
  overflow:hidden;
  color:#7f96b6!important;
  font-size:8px!important;
  font-style:normal!important;
  font-weight:700!important;
  text-align:center;
  text-overflow:ellipsis;
  white-space:nowrap;
}
@media(max-width:680px){
  .uvh-a2-avatar-editor{
    grid-template-columns:1fr;
    justify-items:start;
  }
}
