@font-face{
  font-family:Inter;
  src:local("Inter");
  font-display:swap;
}

:root{
  --bg:#050208;
  --panel:#100817;
  --panel2:#160b23;
  --text:#ffffff;
  --muted:#bdb2c8;
  --soft:#8e839c;
  --pink:#ff88ff;
  --pink2:#ff55ff;
  --red:#ff3f6c;
  --border:rgba(255,136,255,.22);
}

*{box-sizing:border-box}

html{
  min-height:100%;
  height:100%;
  margin:0;
  padding:0;
  background:#11081a;
  overflow-x:hidden;
  scroll-behavior:smooth;
}

body.mineacle-page,
body{
  min-height:100vh;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  background:
    radial-gradient(circle at 50% -10%, rgba(255,136,255,.16), transparent 28rem),
    linear-gradient(180deg, #050208 0%, #07030d 58%, #11081a 100%);
  color:var(--text);
  font-family:Inter, Arial, sans-serif;
  overflow-x:hidden;
}

.site-main{
  flex:1 0 auto;
  display:block;
  margin:0;
  padding:0;
}

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

.site-header{
  position:sticky;
  top:0;
  z-index:9000;
  padding:14px 22px;
  background:linear-gradient(180deg, rgba(5,2,8,.90), rgba(5,2,8,.58), transparent);
  backdrop-filter:blur(14px);
}

.header-inner{
  width:min(1180px, 100%);
  min-height:74px;
  margin:0 auto;
  display:grid;
  grid-template-columns:66px 1fr auto;
  align-items:center;
  gap:18px;
  padding:0 14px;
  border:1px solid rgba(255,136,255,.19);
  border-radius:28px;
  background:rgba(10,5,17,.76);
  box-shadow:0 22px 64px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.025);
}

.header-logo-link{
  width:66px;
  height:66px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
}

.header-logo-link img{
  width:66px;
  height:66px;
  object-fit:cover;
  border-radius:16px;
}

.header-logo-static{
  cursor:default;
  pointer-events:none;
}

.main-nav{
  justify-self:center;
  display:grid;
  grid-template-columns:repeat(3, auto);
  align-items:center;
  gap:10px;
}

.main-nav a,
.copy-ip-button{
  height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 18px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.035);
  color:rgba(255,255,255,.82);
  font-size:14px;
  font-weight:900;
  letter-spacing:.01em;
  transition:background .16s ease, border-color .16s ease, transform .16s ease, color .16s ease, box-shadow .16s ease;
}

.main-nav a:hover,
.copy-ip-button:hover{
  transform:translateY(-1px);
  color:#fff;
  border-color:rgba(255,136,255,.32);
  background:rgba(255,136,255,.10);
  box-shadow:0 10px 24px rgba(140,60,255,.14);
}

.main-nav a.active{
  color:#fff;
  background:linear-gradient(180deg, rgba(255,136,255,.20), rgba(255,85,255,.09));
  border-color:rgba(255,136,255,.48);
  box-shadow:0 0 24px rgba(255,136,255,.10);
}

.nav-icon{
  width:18px;
  height:18px;
  object-fit:contain;
}

.icon-white{
  filter:brightness(0) invert(1);
  opacity:.92;
}

.copy-ip-button{
  justify-self:end;
  cursor:pointer;
  border:1px solid rgba(255,136,255,.22);
}

.status-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:#777;
  box-shadow:0 0 12px rgba(255,255,255,.18);
}

.status-dot.online{
  background:#5bff99;
  box-shadow:0 0 14px rgba(91,255,153,.46);
}

.mobile-nav-toggle{display:none}

.btn{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 20px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  font-weight:950;
  font-size:14px;
  line-height:1;
  cursor:pointer;
  transition:transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.btn:hover{
  transform:translateY(-1px);
}

.btn.red{
  color:#fff;
  border-color:rgba(255,63,108,.48);
  background:linear-gradient(180deg, rgba(255,63,108,.95), rgba(190,29,68,.86));
  box-shadow:0 14px 28px rgba(255,63,108,.18);
}

.btn.soft{
  color:#fff;
  background:rgba(255,255,255,.055);
  border-color:rgba(255,255,255,.11);
}

.eyebrow,
.section-heading span{
  color:var(--pink);
  font-size:13px;
  font-weight:950;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.vote-page-hero,
.vote-page-section{
  width:min(1180px, calc(100% - 44px));
  margin-left:auto;
  margin-right:auto;
}

.vote-page-hero{
  padding-top:44px;
}

.vote-page-hero-inner{
  position:relative;
  min-height:440px;
  display:grid;
  grid-template-columns:minmax(0, 1.08fr) minmax(320px, .92fr);
  align-items:center;
  gap:34px;
  padding:52px;
  border-radius:36px;
  border:1px solid rgba(255,136,255,.22);
  background:
    radial-gradient(circle at 76% 22%, rgba(255,136,255,.16), transparent 28rem),
    radial-gradient(circle at 12% 16%, rgba(130,69,255,.13), transparent 24rem),
    linear-gradient(180deg, rgba(18,9,32,.92), rgba(8,4,16,.94));
  box-shadow:0 30px 90px rgba(0,0,0,.30), inset 0 0 0 1px rgba(255,255,255,.025);
  overflow:hidden;
}

.vote-page-hero-inner::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(100deg, transparent 0%, rgba(255,136,255,.055) 42%, transparent 72%);
  opacity:.8;
}

.vote-page-copy,
.vote-page-card{
  position:relative;
  z-index:1;
}

.vote-page-copy h1{
  margin:8px 0 16px;
  color:#fff;
  font-size:clamp(54px, 7vw, 96px);
  line-height:.88;
  letter-spacing:-.075em;
  font-weight:950;
}

.vote-page-copy p{
  max-width:620px;
  margin:0;
  color:var(--muted);
  font-size:19px;
  line-height:1.45;
  font-weight:750;
}

.vote-page-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px;
}

.vote-page-card{
  display:grid;
  gap:22px;
  justify-items:center;
}

.vote-page-logo{
  width:min(420px, 100%);
  height:auto;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 24px 42px rgba(140,60,255,.28));
}

.vote-reward-box{
  width:min(360px, 100%);
  padding:22px;
  border-radius:26px;
  border:1px solid rgba(255,136,255,.18);
  background:rgba(255,255,255,.04);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}

.vote-reward-box span,
.vote-site-content span{
  color:var(--pink);
  font-size:11px;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.vote-reward-box strong{
  display:block;
  color:#fff;
  font-size:32px;
  line-height:1;
  margin:8px 0 8px;
  letter-spacing:-.04em;
}

.vote-reward-box p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
  font-weight:700;
}

.vote-page-section{
  margin-top:60px;
}

.section-heading h2{
  margin:8px 0 10px;
  color:#fff;
  font-size:52px;
  line-height:.95;
  letter-spacing:-.065em;
  font-weight:950;
}

.section-heading p{
  max-width:720px;
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.45;
  font-weight:760;
}

.vote-site-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  margin-top:26px;
}

.vote-site-card{
  min-height:260px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding:24px;
  border-radius:28px;
  border:1px solid rgba(255,136,255,.18);
  background:
    radial-gradient(circle at 0% 0%, rgba(255,136,255,.10), transparent 18rem),
    rgba(255,255,255,.035);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
  transition:transform .16s ease, border-color .16s ease, background .16s ease;
}

.vote-site-card:hover{
  transform:translateY(-2px);
  border-color:rgba(255,136,255,.34);
  background:rgba(255,255,255,.055);
}

.vote-site-number{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:#fff;
  background:rgba(255,136,255,.15);
  border:1px solid rgba(255,136,255,.27);
  font-weight:950;
}

.vote-site-content h3{
  margin:8px 0 10px;
  color:#fff;
  font-size:28px;
  line-height:1;
  letter-spacing:-.045em;
  font-weight:950;
}

.vote-site-content p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.4;
  font-weight:750;
}

.vote-site-content strong{color:#fff}

.vote-site-card .btn{
  width:100%;
}

.vote-help-card{
  display:grid;
  grid-template-columns:minmax(0, .8fr) minmax(0, 1.2fr);
  gap:28px;
  align-items:center;
  padding:34px;
  border-radius:30px;
  border:1px solid rgba(255,136,255,.17);
  background:rgba(255,255,255,.032);
}

.vote-help-card h2{
  margin:8px 0 12px;
  color:#fff;
  font-size:42px;
  line-height:1;
  letter-spacing:-.055em;
}

.vote-help-card p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.5;
  font-weight:720;
}

.vote-help-steps{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
}

.vote-help-step{
  min-height:136px;
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.035);
}

.vote-help-step strong{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:#fff;
  background:rgba(255,136,255,.16);
  border:1px solid rgba(255,136,255,.28);
  margin-bottom:14px;
}

.vote-help-step span{
  display:block;
  color:#fff;
  font-size:16px;
  font-weight:950;
  line-height:1.16;
}

.site-footer.redesigned-footer{
  flex-shrink:0;
  width:100vw;
  max-width:none;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  margin-top:72px;
  margin-bottom:0;
  padding:44px max(22px, calc((100vw - 1180px) / 2)) max(56px, env(safe-area-inset-bottom));
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:0;
  border-radius:0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,136,255,.070), transparent 30rem),
    radial-gradient(circle at 82% 0%, rgba(130,69,255,.055), transparent 28rem),
    linear-gradient(180deg, rgba(16,8,25,.04) 0%, rgba(18,9,28,.90) 32%, #11081a 100%);
  box-shadow:none;
  overflow:hidden;
}

.footer-inner{
  width:min(1180px, 100%);
  max-width:1180px;
  margin:0 auto;
  display:flex;
  flex-direction:row-reverse;
  align-items:center;
  justify-content:space-between;
  gap:34px;
}

.footer-brand{
  display:flex;
  justify-content:flex-end;
  min-width:120px;
}

.footer-brand-logo{
  width:82px;
  max-width:14vw;
  opacity:.42;
  filter:grayscale(1) saturate(0) brightness(1.18) opacity(.72);
}

.footer-legal{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:left;
  gap:10px;
}

.footer-copy,
.footer-disclaimer{
  margin:0;
  color:#fff;
  font-weight:950;
  font-size:14px;
}

.footer-disclaimer{
  color:rgba(255,255,255,.58);
  font-weight:850;
}

.footer-socials{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:14px;
  margin-top:6px;
}

.footer-social-link{
  width:auto;
  height:auto;
  padding:0;
  border:0;
  background:transparent;
  color:rgba(255,255,255,.68);
  transition:transform .16s ease, opacity .16s ease, filter .16s ease;
}

.footer-social-link:hover{
  transform:translateY(-1px);
}

.footer-social-link img{
  width:20px;
  height:20px;
  display:block;
  object-fit:contain;
  opacity:.72;
  filter:brightness(0) invert(1) opacity(.72);
  transition:opacity .16s ease, filter .16s ease;
}

.footer-social-link:hover img{
  opacity:1;
  filter:brightness(0) invert(1) opacity(1);
}

.mineacle-toast{
  position:fixed;
  left:50%;
  top:50%;
  z-index:9999;
  width:min(380px, 92vw);
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(91,255,153,.34);
  background:rgba(13,20,18,.94);
  box-shadow:0 24px 80px rgba(0,0,0,.42);
  transform:translate(-50%, -44%) scale(.96);
  opacity:0;
  pointer-events:none;
  transition:opacity .16s ease, transform .16s ease;
}

.mineacle-toast.show{
  opacity:1;
  transform:translate(-50%, -50%) scale(1);
}

.toast-mark{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:rgba(91,255,153,.15);
  color:#5bff99;
  font-weight:950;
}

.mineacle-toast small{
  display:block;
  color:#5bff99;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.1em;
}

.mineacle-toast strong{
  display:block;
  color:#fff;
  font-size:17px;
}

.mineacle-toast span{
  color:var(--muted);
  font-size:13px;
  font-weight:750;
}

@media(max-width:980px){
  .site-header{
    padding:6px 10px;
  }

  .header-inner{
    width:100%;
    max-width:100%;
    min-height:56px;
    height:56px;
    display:grid;
    grid-template-columns:56px minmax(0, 1fr) 56px;
    grid-template-areas:"logo spacer menu";
    align-items:center;
    gap:0;
    padding:0 4px;
  }

  .header-logo-link{
    grid-area:logo;
    justify-self:start;
    width:54px;
    height:54px;
  }

  .header-logo-link img{
    width:54px;
    height:54px;
  }

  .mobile-nav-toggle{
    grid-area:menu;
    justify-self:end;
    width:54px;
    height:54px;
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:6px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:16px;
    background:rgba(255,255,255,.045);
    color:#fff;
    cursor:pointer;
  }

  .mobile-nav-toggle span{
    width:22px;
    height:2px;
    border-radius:999px;
    background:#fff;
    display:block;
    transition:transform .18s ease, opacity .18s ease;
  }

  .site-header.mobile-open .mobile-nav-toggle span:nth-child(1){
    transform:translateY(8px) rotate(45deg);
  }

  .site-header.mobile-open .mobile-nav-toggle span:nth-child(2){
    opacity:0;
  }

  .site-header.mobile-open .mobile-nav-toggle span:nth-child(3){
    transform:translateY(-8px) rotate(-45deg);
  }

  .site-header.mobile-open .header-inner{
    height:auto;
    min-height:56px;
    grid-template-areas:
      "logo spacer menu"
      "nav nav nav"
      "copy copy copy";
    gap:10px;
  }

  .main-nav{
    grid-area:nav;
    grid-column:1 / -1;
    width:100%;
    max-height:0;
    overflow:hidden;
    opacity:0;
    pointer-events:none;
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:10px;
    padding:0;
    transition:max-height .22s ease, opacity .18s ease, padding .18s ease;
  }

  .site-header.mobile-open .main-nav{
    max-height:270px;
    opacity:1;
    pointer-events:auto;
    padding-top:4px;
  }

  .main-nav a{
    width:100%;
    height:52px;
  }

  .copy-ip-button{
    grid-area:copy;
    grid-column:1 / -1;
    width:100%;
    display:none;
  }

  .site-header.mobile-open .copy-ip-button{
    display:inline-flex;
  }

  .vote-page-hero,
  .vote-page-section{
    width:100%;
    padding-left:14px;
    padding-right:14px;
  }

  .vote-page-hero{
    padding-top:24px;
  }

  .vote-page-hero-inner{
    min-height:0;
    grid-template-columns:1fr;
    gap:28px;
    padding:34px 22px;
    text-align:center;
  }

  .vote-page-copy p{
    margin-left:auto;
    margin-right:auto;
  }

  .vote-page-actions{
    justify-content:center;
  }

  .vote-page-logo{
    width:min(78vw, 340px);
  }

  .vote-site-grid{
    grid-template-columns:1fr;
  }

  .vote-site-card{
    min-height:0;
  }

  .vote-help-card{
    grid-template-columns:1fr;
  }

  .vote-help-steps{
    grid-template-columns:1fr;
  }

  .vote-help-step{
    min-height:0;
  }

  .site-footer.redesigned-footer{
    margin-top:52px;
    padding:40px 18px max(52px, env(safe-area-inset-bottom));
  }

  .footer-inner{
    flex-direction:column-reverse;
    text-align:center;
  }

  .footer-brand{
    justify-content:center;
    min-width:0;
  }

  .footer-brand-logo{
    width:76px;
    max-width:28vw;
  }

  .footer-legal{
    align-items:center;
    text-align:center;
  }

  .footer-socials{
    justify-content:center;
  }
}

@media(max-width:560px){
  .site-header{
    padding:5px 8px;
  }

  .header-inner{
    height:52px;
    min-height:52px;
    grid-template-columns:52px minmax(0, 1fr) 52px;
    padding:0 2px;
  }

  .header-logo-link,
  .header-logo-link img{
    width:50px;
    height:50px;
  }

  .mobile-nav-toggle{
    width:50px;
    height:50px;
  }

  .main-nav{
    grid-template-columns:1fr;
  }

  .site-header.mobile-open .main-nav{
    max-height:260px;
  }

  .vote-page-hero,
  .vote-page-section{
    padding-left:10px;
    padding-right:10px;
  }

  .vote-page-copy h1{
    font-size:clamp(44px, 15vw, 64px);
  }

  .vote-page-copy p{
    font-size:16px;
  }

  .vote-page-actions .btn{
    width:100%;
  }

  .section-heading h2{
    font-size:42px;
  }

  .vote-reward-box{
    text-align:left;
  }

  .vote-help-card{
    padding:24px;
  }

  .vote-help-card h2{
    font-size:34px;
  }
}
