:root{
  --vote-ink:#070916;
  --vote-night:#0b1029;
  --vote-cream:#fff4d2;
  --vote-paper:#fffaf0;
  --vote-red:#ff4b35;
  --vote-yellow:#ffc83d;
  --vote-green:#b8f33d;
  --vote-blue:#0052ff;
  --vote-purple:#8d68ff;
  --vote-muted:#a8afc8;
  --text:#eef2ff;
  --text-dim:#a7b1d6;
  --text-faint:#6b769e;
  --green-up:#23d18b;
  --red-down:#ff5d6c;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--vote-ink)}
body.page-vote{
  margin:0;
  overflow-x:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 10% 4%,rgba(0,82,255,.2),transparent 24rem),
    radial-gradient(circle at 88% 18%,rgba(184,243,61,.1),transparent 22rem),
    var(--vote-ink);
  font-family:"Fredoka",system-ui,sans-serif;
}
body.page-vote::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.22;
  background-image:radial-gradient(circle,rgba(255,255,255,.2) 1px,transparent 1px);
  background-size:24px 24px;
  mask-image:linear-gradient(to bottom,#000,transparent 72%);
}
.skip-link{position:fixed;top:8px;left:8px;z-index:1000;transform:translateY(-150%);padding:10px 14px;border-radius:10px;background:#fff;color:#000;font-weight:900}
.skip-link:focus{transform:none}

.page-vote header.nav{position:fixed;z-index:100;top:12px;left:clamp(10px,2vw,28px);right:clamp(10px,2vw,28px);padding:8px 0;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:rgba(5,7,19,.82);box-shadow:0 16px 48px rgba(0,0,0,.32),inset 0 1px rgba(255,255,255,.08);backdrop-filter:blur(16px) saturate(140%)}
.page-vote header.nav .wrap{width:100%;max-width:1440px;margin:0 auto;padding:0 14px}
.page-vote .nav-inner{display:flex;align-items:center;gap:clamp(10px,1.45vw,26px);min-width:0}
.page-vote .brand{display:flex;align-items:center;gap:12px;flex:0 0 auto;color:#fff;text-decoration:none}
.page-vote .shared-nav-logo{width:42px;height:42px;border-radius:11px;background:#0052ff;box-shadow:inset 0 1px rgba(255,255,255,.18),0 7px 18px rgba(0,82,255,.3);filter:drop-shadow(0 4px 10px rgba(0,0,0,.5))}
.page-vote .brand .bt{font:600 1.3rem/1 "Fredoka",sans-serif;letter-spacing:-.045em;white-space:nowrap}
.page-vote #priceTicker{display:inline-flex;align-items:center;gap:8px;margin-right:auto;padding:5px 8px 5px 10px;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#fff;background:rgba(9,14,38,.55);box-shadow:inset 0 1px rgba(255,255,255,.06);text-decoration:none;backdrop-filter:blur(12px) saturate(140%)}
.page-vote #priceTicker:hover{border-color:rgba(255,255,255,.22)}
.page-vote #priceTicker .tk-meta{display:flex;align-items:baseline;gap:8px;line-height:1.12;white-space:nowrap}
.page-vote #priceTicker .tk-label{color:var(--text-faint);font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}
.page-vote #priceTicker .tk-price{font-size:.94rem;font-weight:600}
.page-vote #priceTicker .tk-change{min-width:58px;padding:2px 7px;border-radius:8px;text-align:center;background:rgba(255,255,255,.06);font-size:.88rem;font-weight:600}
.page-vote #priceTicker .tk-change.up{color:var(--green-up);background:rgba(35,209,139,.12)}
.page-vote #priceTicker .tk-change.down{color:var(--red-down);background:rgba(255,93,108,.12)}
.page-vote #priceTicker .tk-change.loading{min-width:0;padding:2px 6px;color:var(--text-dim);font-size:.78rem;font-weight:500}
.page-vote .nav-buttons{display:contents}
.page-vote .nav-links{display:flex;align-items:center;gap:clamp(10px,1.35vw,24px)}
.page-vote .nav-links a{position:relative;padding:0;color:var(--text-dim);font-size:.9rem;font-weight:500;white-space:nowrap;text-decoration:none}
.page-vote .nav-links a::after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--vote-blue);box-shadow:0 0 6px rgba(0,82,255,.5);transition:width .25s}
.page-vote .nav-links a:hover,.page-vote .nav-links a[aria-current="page"]{color:#fff}
.page-vote .nav-links a:hover::after,.page-vote .nav-links a[aria-current="page"]::after{width:100%}
.page-vote header.nav .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:11px 16px;border:0;border-radius:999px;font:600 .9rem/1 "Fredoka",sans-serif;white-space:nowrap;text-decoration:none;transition:transform .2s,box-shadow .25s}
.page-vote header.nav .btn:hover{transform:translateY(-2px)}
.page-vote header.nav .btn-flaunch{color:#ff48b8;background:linear-gradient(180deg,#15192b,#070b1c);box-shadow:0 10px 30px -8px rgba(255,72,184,.55),0 0 24px -2px rgba(255,72,184,.4),inset 0 1px rgba(255,255,255,.06)}
.page-vote header.nav .btn-coinbase{color:#fff;background:#0052ff;box-shadow:0 10px 30px -8px rgba(0,82,255,.55),inset 0 1px rgba(255,255,255,.18)}
.page-vote .flaunch-mark{display:grid;width:20px;height:20px;place-items:center;color:#ff48b8;font:700 1.12rem/1 "Fredoka",sans-serif;transform:skew(-8deg)}
.page-vote .nav-toggle{display:none}

.vote-hero{
  width:min(1180px,calc(100% - 40px));
  min-height:calc(100vh - 96px);
  margin:0 auto;
  padding:clamp(132px,12vw,170px) 0 clamp(70px,8vw,112px);
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(330px,.68fr);
  align-items:center;
  gap:clamp(42px,7vw,96px);
}
.vote-kicker{display:inline-flex;align-items:center;gap:9px;width:max-content;color:var(--vote-green);font:700 .72rem/1 "DM Mono",monospace;letter-spacing:.14em;text-transform:uppercase}
.vote-kicker img{border-radius:7px}
.vote-kicker-dark{color:#334c00}
.vote-hero h1{max-width:780px;margin:22px 0 46px;font-size:clamp(4.25rem,8.4vw,8.4rem);line-height:.8;letter-spacing:-.075em;font-weight:1000}
.vote-hero h1 em{position:relative;color:var(--vote-yellow);font-style:normal;text-shadow:6px 6px 0 rgba(255,75,53,.7)}
.vote-hero h1 em::after{content:"";position:absolute;left:2%;right:-2%;bottom:-10px;height:8px;border-radius:99px;background:var(--vote-green);transform:rotate(-1.5deg)}
.vote-hero-copy>p{max-width:670px;margin:0;color:#c4cadb;font-size:clamp(1.05rem,1.4vw,1.25rem);line-height:1.7}
.vote-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.vote-btn{min-height:48px;padding:13px 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:14px;font:700 .9rem/1 "Fredoka",sans-serif;text-decoration:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease,background .18s ease}
.vote-btn:hover:not(:disabled){transform:translateY(-2px)}
.vote-btn:disabled{cursor:not-allowed;opacity:.45}
.vote-btn-primary{color:#071008;background:var(--vote-green);box-shadow:0 9px 0 #406300,0 17px 28px rgba(0,0,0,.22)}
.vote-btn-primary:hover:not(:disabled){box-shadow:0 11px 0 #406300,0 20px 30px rgba(0,0,0,.25)}
.vote-btn-quiet{color:#fff;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14)}

.vote-hero-board{
  position:relative;
  isolation:isolate;
  min-height:480px;
  padding:44px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  overflow:hidden;
  color:var(--vote-ink);
  border-radius:42px;
  background:var(--vote-yellow);
  box-shadow:14px 14px 0 var(--vote-red),28px 28px 0 rgba(0,82,255,.65);
  transform:rotate(1.2deg);
}
.vote-hero-board::before{content:"";position:absolute;inset:18px;border:2px dashed rgba(7,9,22,.3);border-radius:29px;z-index:-1}
.vote-hero-board::after{content:"VOTE";position:absolute;top:-38px;right:-18px;color:rgba(255,255,255,.28);font-size:8rem;font-weight:1000;letter-spacing:-.1em;transform:rotate(7deg);z-index:-1}
.vote-board-orbit{position:absolute;top:54px;left:50%;width:186px;height:186px;border-radius:50%;display:grid;place-items:center;transform:translateX(-50%);background:#fff4d2;box-shadow:inset 0 0 0 18px rgba(255,75,53,.12),0 18px 40px rgba(81,52,0,.2)}
.vote-board-orbit::before,.vote-board-orbit::after{content:"";position:absolute;border:2px solid rgba(7,9,22,.18);border-radius:50%}
.vote-board-orbit::before{inset:-22px}.vote-board-orbit::after{inset:-42px;border-style:dashed}
.vote-board-orbit img{width:118px;height:118px;border-radius:22px;animation:voteFloat 5s ease-in-out infinite}
@keyframes voteFloat{50%{transform:translateY(-8px) rotate(2deg)}}
.vote-mono{margin:0;font:800 .7rem/1 "DM Mono",monospace;letter-spacing:.16em}
.vote-hero-board>strong{font-size:7.2rem;line-height:.85;letter-spacing:-.08em}
.vote-hero-board>span{font-size:1.18rem;font-weight:1000}
.vote-board-stats{margin-top:22px;padding-top:18px;display:grid;grid-template-columns:1fr 1fr;gap:16px;border-top:2px solid rgba(7,9,22,.22)}
.vote-board-stats div{display:flex;flex-direction:column}.vote-board-stats b{font-size:1.25rem}.vote-board-stats small{font:600 .66rem/1.4 "DM Mono",monospace;text-transform:uppercase}

.vote-ballot-section{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto 82px;
  padding:clamp(38px,5vw,68px);
  color:var(--vote-ink);
  border-radius:38px;
  background:var(--vote-cream);
  box-shadow:0 30px 80px rgba(0,0,0,.32),12px 12px 0 var(--vote-blue);
}
.vote-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:34px}
.vote-section-head h2{max-width:760px;margin:14px 0 8px;font-size:clamp(2.6rem,5.5vw,5.5rem);line-height:.9;letter-spacing:-.065em;font-weight:1000}
.vote-section-head p{margin:0;color:#54586c;font-size:1rem}
.vote-ballot-stamp{width:118px;height:118px;flex:0 0 auto;display:grid;place-content:center;text-align:center;border-radius:50%;color:#fff;background:var(--vote-red);box-shadow:7px 7px 0 var(--vote-ink);transform:rotate(3deg)}
.vote-ballot-stamp span,.vote-ballot-stamp small{font:700 .62rem/1.2 "DM Mono",monospace;letter-spacing:.1em;text-transform:uppercase}.vote-ballot-stamp strong{margin:4px 0;font-size:1.35rem;line-height:1}

.vote-wallet-bar{margin-bottom:18px;padding:15px 16px 15px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid rgba(7,9,22,.12);border-radius:18px;background:#fff}
.vote-wallet-copy{display:flex;align-items:center;gap:13px}.vote-wallet-copy>div{display:flex;flex-direction:column}.vote-wallet-copy strong{font-size:.95rem}.vote-wallet-copy small{color:#676b79}
.vote-pulse{width:12px;height:12px;border-radius:50%;background:#9da2ae;box-shadow:0 0 0 6px rgba(157,162,174,.16)}
.vote-wallet-bar.connected .vote-pulse{background:var(--vote-green);box-shadow:0 0 0 6px rgba(184,243,61,.25)}
.vote-wallet-actions{display:flex;align-items:center;gap:10px}.vote-power{padding:8px 11px;border-radius:10px;color:#fff;background:var(--vote-ink);font:700 .72rem/1 "DM Mono",monospace}.vote-btn-connect{min-height:42px;padding:11px 16px;color:#fff;background:var(--vote-blue)}
.vote-status{min-height:22px;margin:10px 2px;color:#555a69;font:600 .76rem/1.5 "DM Mono",monospace}.vote-status.is-error{color:#b11f18}.vote-status.is-ok{color:#2f6900}
.vote-dev-control{margin:14px 0 18px;padding:17px 18px;display:flex;align-items:center;justify-content:space-between;gap:22px;border:2px solid var(--vote-ink);border-radius:18px;color:#fff;background:linear-gradient(135deg,#071844,#0b2b6b);box-shadow:6px 6px 0 var(--vote-blue)}
.vote-dev-control[hidden]{display:none}.vote-dev-control>div{display:flex;min-width:0;flex-direction:column;gap:4px}.vote-dev-control .vote-mono{color:#9bb8ff}.vote-dev-control strong{font-size:1.05rem}.vote-dev-control small{max-width:680px;color:#c3cdec;line-height:1.45}.vote-btn-dev{flex:0 0 auto;color:var(--vote-ink);background:var(--vote-green);box-shadow:0 6px 0 #5d8500}
.vote-writein-callout{margin:14px 0 22px;padding:18px;display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:16px;border:2px solid var(--vote-ink);border-radius:20px;background:linear-gradient(135deg,#fff,#fff0c2);box-shadow:6px 6px 0 var(--vote-red)}
.vote-writein-callout img{border-radius:14px;background:var(--vote-blue)}.vote-writein-callout>div{display:flex;min-width:0;flex-direction:column;gap:4px}.vote-writein-callout .vote-mono{color:#9b2a1e}.vote-writein-callout strong{font-size:1.08rem}.vote-writein-callout small{color:#646878;line-height:1.45}.vote-writein-callout .vote-btn{min-width:184px}

.vote-slots{display:grid;gap:13px}
.vote-slot{
  position:relative;
  min-height:106px;
  padding:18px 22px;
  display:grid;
  grid-template-columns:58px minmax(0,1fr) minmax(220px,.8fr);
  align-items:center;
  gap:18px;
  overflow:hidden;
  border:2px solid var(--vote-ink);
  border-radius:20px;
  background:#fff;
  box-shadow:5px 5px 0 rgba(7,9,22,.14);
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.vote-slot:hover:not(.vote-slot-empty):not(.vote-slot-loading){transform:translateX(4px);box-shadow:1px 5px 0 rgba(7,9,22,.18)}
.vote-slot.is-selected{background:#eaffb7;box-shadow:6px 6px 0 var(--vote-blue)}
.vote-slot.is-mine::after{content:"YOUR VOTE";position:absolute;top:0;right:0;padding:5px 9px;color:#fff;background:var(--vote-blue);font:800 .58rem/1 "DM Mono",monospace;letter-spacing:.1em}
.vote-slot-logo{width:52px;height:52px;padding:4px;display:block;object-fit:contain;border:1px solid rgba(7,9,22,.14);border-radius:14px;background:#fff;box-shadow:0 5px 14px rgba(7,9,22,.12)}
.vote-slot-plus{position:relative;width:52px;height:52px;display:block;border:1px solid rgba(0,82,255,.28);border-radius:14px;background:var(--vote-blue);box-shadow:0 5px 14px rgba(7,9,22,.12)}
.vote-slot-plus::before,.vote-slot-plus::after{content:"";position:absolute;top:50%;left:50%;width:18px;height:4px;border-radius:999px;background:#fff;transform:translate(-50%,-50%)}.vote-slot-plus::after{transform:translate(-50%,-50%) rotate(90deg)}
.vote-slot-copy{min-width:0}.vote-slot-copy strong{display:block;margin-bottom:7px;font-size:1.14rem}.vote-slot-copy span{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#666b7a;font-size:.82rem}.vote-slot-copy a{display:inline-flex;align-items:center;padding:6px 9px;border-radius:8px;color:#fff;background:var(--vote-blue);font-weight:700;text-decoration:none}.vote-slot-copy a:hover{background:#003dcc}
.vote-slot-copy .vote-slot-submitter{width:max-content;max-width:100%;margin-top:9px;padding:5px 8px 5px 9px;gap:6px;border:1px solid rgba(0,82,255,.18);border-radius:9px;color:#5e6373;background:rgba(0,82,255,.06);line-height:1.2}.vote-slot-submitter small{font:700 .62rem/1 "DM Mono",monospace;letter-spacing:.035em;text-transform:uppercase}.vote-slot-copy .vote-slot-submitter a{min-width:0;padding:0;border-radius:0;color:var(--vote-blue);background:none;font-weight:700;overflow-wrap:anywhere}.vote-slot-copy .vote-slot-submitter a:hover{color:#003dcc;background:none;text-decoration:underline}
.vote-result{display:grid;grid-template-columns:minmax(110px,1fr) auto;align-items:center;gap:10px}.vote-result-bar{height:12px;overflow:hidden;border-radius:99px;background:#e7e7e7}.vote-result-bar span{display:block;height:100%;min-width:0;border-radius:inherit;background:linear-gradient(90deg,var(--vote-blue),var(--vote-purple));transition:width .6s cubic-bezier(.2,.8,.2,1)}.vote-result strong{text-align:right;font-size:1rem}.vote-result small{grid-column:1/-1;text-align:right;color:#6a6e7b;font:700 .68rem/1 "DM Mono",monospace}
.vote-slot-empty{min-height:88px;grid-template-columns:58px minmax(0,1fr) auto;border-style:dashed;background:rgba(255,255,255,.52);cursor:default}.vote-slot-empty .vote-slot-copy strong{color:#3f4351}.vote-slot-empty .vote-slot-copy span{font-style:italic}.vote-ballot-open{padding:8px 11px;border:1px solid rgba(0,82,255,.18);border-radius:10px;color:var(--vote-blue);background:rgba(0,82,255,.07);font-size:.74rem;font-weight:700;white-space:nowrap}
.vote-slot-empty[role="button"]{cursor:pointer}.vote-slot-empty[role="button"]:hover{border-color:var(--vote-blue);background:#eef3ff;transform:translateX(3px)}
.vote-slot-loading{grid-template-columns:58px 1fr}.vote-slot-loading span{height:16px;border-radius:10px;background:linear-gradient(90deg,#e9dfc4,#fff8e4,#e9dfc4);background-size:200% 100%;animation:voteShimmer 1.4s linear infinite}.vote-slot-loading span:first-child{width:48px;height:48px}.vote-slot-loading span:last-child{width:52%}@keyframes voteShimmer{to{background-position:-200% 0}}
.vote-action-row{margin-top:22px;display:flex;flex-wrap:wrap;gap:11px}.vote-btn-write{color:#fff;background:var(--vote-red);box-shadow:0 7px 0 #8d1e13}.vote-btn-quiet-dark{color:var(--vote-ink);background:#fff;border:1px solid rgba(7,9,22,.18)}
.vote-voters{position:relative;margin-top:32px;padding:26px;overflow:hidden;border:2px solid var(--vote-ink);border-radius:24px;color:#fff;background:linear-gradient(145deg,#111a42,#070b20 68%);box-shadow:7px 7px 0 var(--vote-blue)}
.vote-voters::before{content:"";position:absolute;top:-90px;right:-60px;width:250px;height:250px;border-radius:50%;background:radial-gradient(circle,rgba(0,82,255,.42),transparent 67%);pointer-events:none}
.vote-voters-head{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.vote-voters-head>div{min-width:0}.vote-voters-head .vote-mono{color:var(--vote-green)}.vote-voters-head h3{margin:8px 0 5px;font-size:clamp(1.8rem,3.4vw,2.8rem);line-height:1;letter-spacing:-.045em}.vote-voters-head p{margin:0;color:#aeb7d4;font-size:.84rem;line-height:1.45}
.vote-voters-live{position:relative;flex:0 0 auto;padding:10px 13px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#dbe3ff;background:rgba(255,255,255,.07);font:600 .7rem/1 "DM Mono",monospace;white-space:nowrap}.vote-voters-live i{width:8px;height:8px;border-radius:50%;background:var(--vote-green);box-shadow:0 0 0 5px rgba(184,243,61,.13),0 0 16px rgba(184,243,61,.48)}.vote-voters-live strong{color:#fff}
.vote-voter-list{position:relative;margin-top:20px;display:grid;gap:9px}.vote-voter{padding:14px 15px;display:grid;grid-template-columns:minmax(190px,1.08fr) minmax(190px,1fr) auto;align-items:center;gap:18px;border:1px solid rgba(255,255,255,.12);border-radius:17px;background:rgba(255,255,255,.065);box-shadow:inset 0 1px rgba(255,255,255,.045);transition:border-color .18s ease,background .18s ease}.vote-voter:hover{border-color:rgba(184,243,61,.38);background:rgba(255,255,255,.09)}
.vote-voter.is-zero{border-style:dashed;opacity:.72}
.vote-voter-identity{min-width:0;display:flex;align-items:center;gap:13px}.vote-voter-avatar{width:56px;height:56px;flex:0 0 auto;display:block;overflow:hidden;border:2px solid rgba(255,255,255,.3);border-radius:16px;background:var(--vote-blue);box-shadow:0 0 0 3px rgba(0,82,255,.3),0 9px 22px rgba(0,82,255,.28)}.vote-voter-avatar picture{width:100%;height:100%;display:block}.vote-voter-avatar img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;image-rendering:auto}.vote-voter-avatar img.is-fallback{padding:7px;object-fit:contain;background:var(--vote-blue)}.vote-voter-identity>span:last-child{min-width:0;display:flex;flex-direction:column;gap:4px}.vote-voter-identity a{overflow:hidden;color:#fff;font-size:.92rem;font-weight:700;text-overflow:ellipsis;text-decoration:none;white-space:nowrap}.vote-voter-identity a:hover{color:var(--vote-green)}.vote-voter-identity small{color:#8894bb;font:600 .63rem/1.2 "DM Mono",monospace}.vote-voter-identity small.is-resolving{animation:voteNamePulse 1.2s ease-in-out infinite alternate}@keyframes voteNamePulse{to{color:#dce4ff}}
.vote-voter-choice{min-width:0;padding:7px 9px;display:flex;align-items:center;gap:10px;border-radius:13px;color:#fff;background:rgba(0,0,0,.18);text-decoration:none}.vote-voter-choice:hover{background:rgba(0,82,255,.2)}.vote-voter-choice img{width:36px;height:36px;padding:3px;flex:0 0 auto;object-fit:contain;border-radius:10px;background:#fff}.vote-voter-choice>span{min-width:0}.vote-voter-choice small{display:block;margin-bottom:3px;color:#8f9abc;font-size:.62rem}.vote-voter-choice strong{display:block;overflow:hidden;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}
.vote-voter-weight{min-width:130px;display:flex;flex-direction:column;align-items:flex-end;gap:4px;text-align:right}.vote-voter-weight strong{font-size:.82rem;white-space:nowrap}.vote-voter-weight a{color:#9fc1ff;font-size:.66rem;font-weight:700;text-decoration:none;white-space:nowrap}.vote-voter-weight a:hover{color:var(--vote-green)}
.vote-voter-loading{height:72px;padding:16px;display:grid;grid-template-columns:1fr .8fr 120px;align-items:center;gap:18px;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:rgba(255,255,255,.05)}.vote-voter-loading span{height:13px;border-radius:99px;background:linear-gradient(90deg,rgba(255,255,255,.05),rgba(255,255,255,.17),rgba(255,255,255,.05));background-size:200% 100%;animation:voteShimmer 1.4s linear infinite}.vote-voters-empty{padding:19px;display:flex;align-items:center;gap:13px;border:1px dashed rgba(255,255,255,.18);border-radius:17px;background:rgba(255,255,255,.045)}.vote-voters-empty img{padding:5px;border-radius:12px;background:var(--vote-blue)}.vote-voters-empty div{display:flex;flex-direction:column;gap:4px}.vote-voters-empty strong{font-size:.9rem}.vote-voters-empty span{color:#929dbd;font-size:.75rem}
.vote-voters-note{position:relative;margin:16px 2px 0;color:#7f8bab;font:500 .64rem/1.55 "DM Mono",monospace}
.vote-chain-note{max-width:900px;margin:22px 0 0;color:#656978;font-size:.78rem;line-height:1.6}

.vote-directory-band{width:min(1180px,calc(100% - 32px));margin:0 auto 90px;padding:40px 42px;display:grid;grid-template-columns:1fr 1.15fr auto;align-items:center;gap:34px;border:1px solid rgba(255,255,255,.13);border-radius:28px;background:linear-gradient(135deg,#121b42,#0b1029);box-shadow:10px 10px 0 rgba(184,243,61,.25)}
.vote-directory-band h2{margin:12px 0 0;font-size:clamp(2rem,3.6vw,3.7rem);line-height:.95;letter-spacing:-.055em}.vote-directory-band p{margin:0;color:#bfc5d8;line-height:1.65}.vote-btn-light{color:var(--vote-ink);background:#fff}

.vote-how{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:30px 0 90px}.vote-section-head-light h2{color:#fff}.vote-how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.vote-how-grid article{position:relative;min-height:230px;padding:30px 26px 26px;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-top:5px solid var(--vote-yellow);border-radius:24px;background:rgba(255,255,255,.055)}.vote-how-grid article:nth-child(2){border-top-color:var(--vote-green)}.vote-how-grid article:nth-child(3){border-top-color:var(--vote-blue)}.vote-how-grid article:nth-child(4){border-top-color:var(--vote-red)}.vote-how-grid h3{margin:0 0 12px;font-size:1.1rem}.vote-how-grid p{margin:0;color:#aeb5ca;font-size:.88rem;line-height:1.6}.vote-protocol{margin-top:16px;padding:16px 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:#050713}.vote-protocol div{display:flex;flex-direction:column;gap:5px}.vote-protocol span{color:#858da8;font-size:.68rem;text-transform:uppercase;letter-spacing:.1em}.vote-protocol code{font:600 .78rem/1.4 "DM Mono",monospace;color:var(--vote-green)}

.vote-disclaimer{width:min(980px,calc(100% - 40px));margin:0 auto 96px;padding:26px 30px;display:flex;align-items:flex-start;gap:20px;color:var(--vote-ink);border-radius:24px;background:var(--vote-yellow);box-shadow:8px 8px 0 var(--vote-red)}.vote-disclaimer img{border-radius:14px}.vote-disclaimer strong{font-size:1.06rem}.vote-disclaimer p{margin:5px 0 0;font-size:.84rem;line-height:1.6}
.vote-footer{padding:34px max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;gap:26px;border-top:1px solid rgba(255,255,255,.1);background:#03040b}.vote-footer .vote-brand{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto;color:#fff;text-decoration:none;font-size:1rem;font-weight:600;white-space:nowrap}.vote-footer .vote-brand img{width:38px;height:38px;padding:4px;border-radius:10px;background:var(--vote-blue);box-shadow:inset 0 1px rgba(255,255,255,.18),0 6px 16px rgba(0,82,255,.24)}.vote-footer p{margin:0;color:#7d849d}.vote-footer>div{margin-left:auto;display:flex;align-items:center;gap:18px}.vote-footer>div a{color:#b8bfd2;text-decoration:none;font-size:.8rem;font-weight:600;white-space:nowrap}.vote-footer>div a:hover{color:var(--vote-green)}

.vote-dialog{width:min(820px,calc(100% - 24px));max-height:min(88vh,840px);padding:0;overflow:visible;border:0;border-radius:28px;color:var(--vote-ink);background:transparent;font-family:"Fredoka",sans-serif}.vote-dialog::backdrop{background:rgba(1,2,8,.8);backdrop-filter:blur(10px)}.vote-dialog-shell{height:min(88vh,840px);padding:28px;display:flex;flex-direction:column;overflow:hidden;border:2px solid var(--vote-ink);border-radius:28px;background:var(--vote-cream);box-shadow:12px 12px 0 var(--vote-blue)}.vote-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.vote-dialog-head h2{margin:10px 0 0;font-size:clamp(2rem,5vw,3.6rem);line-height:.9;letter-spacing:-.06em}.vote-dialog-close{width:42px;height:42px;flex:0 0 auto;border:0;border-radius:12px;color:#fff;background:var(--vote-ink);font:600 1.8rem/1 "Fredoka",sans-serif;cursor:pointer}.vote-dialog-shell>p{color:#5d6270;line-height:1.55}.vote-search{display:flex;flex-direction:column;gap:7px;font-weight:600;font-size:.78rem}.vote-search input{width:100%;height:52px;padding:0 16px;border:2px solid var(--vote-ink);border-radius:14px;background:#fff;font:600 1rem "Fredoka",sans-serif;outline:none}.vote-search input:focus{box-shadow:0 0 0 4px rgba(0,82,255,.2)}.vote-results-meta{margin:11px 2px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#6b6f7c;font:600 .68rem/1 "DM Mono",monospace}.vote-results-source{padding:7px 10px;border-radius:8px;color:#fff;background:var(--vote-blue);font-family:"Fredoka",sans-serif;font-size:.76rem;font-weight:600;text-decoration:none}.vote-results-source:hover{background:#003dcc}.vote-org-results{min-height:140px;flex:1 1 auto;overflow:auto;display:grid;gap:8px;padding-right:4px}.vote-org{width:100%;padding:11px 12px;display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:13px;text-align:left;border:1px solid rgba(7,9,22,.15);border-radius:16px;background:#fff;cursor:pointer}.vote-org:hover,.vote-org.is-selected{border-color:var(--vote-blue);background:#eef3ff}.vote-org-logo{width:54px;height:54px;padding:4px;display:block;object-fit:contain;border:1px solid rgba(7,9,22,.12);border-radius:13px;background:#fff;box-shadow:0 4px 12px rgba(7,9,22,.09)}.vote-org strong{display:block;font-size:.9rem;line-height:1.22}.vote-org small{display:block;margin-top:4px;color:#767a88}.vote-org>a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 12px;border-radius:10px;color:#fff;background:var(--vote-blue);font-size:.76rem;font-weight:600;text-decoration:none;white-space:nowrap}.vote-org>a:hover{background:#003dcc}.vote-dialog-actions{margin-top:14px;padding-top:14px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex:0 0 auto;border-top:1px solid rgba(7,9,22,.12)}.vote-dialog-actions>div{color:#636774;font-size:.78rem}.vote-dialog-shell>.vote-status{flex:0 0 auto}.vote-wallet-dialog{width:min(480px,calc(100% - 24px))}.vote-wallet-dialog .vote-dialog-shell{height:auto;max-height:min(88vh,840px)}.vote-wallet-list{display:grid;gap:9px;margin-top:22px}.vote-wallet-option{padding:13px 15px;display:flex;align-items:center;gap:12px;border:1px solid rgba(7,9,22,.16);border-radius:14px;background:#fff;font:600 1rem/1 "Fredoka",sans-serif;cursor:pointer}.vote-wallet-option img{width:36px;height:36px;border-radius:10px}.vote-wallet-option:hover{border-color:var(--vote-blue);background:#eef3ff}.vote-toast{position:fixed;right:20px;bottom:20px;z-index:100;padding:13px 16px;border:1px solid rgba(255,255,255,.13);border-radius:14px;color:#fff;background:#0e1430;box-shadow:0 16px 40px rgba(0,0,0,.35);font-weight:700}.vote-toast.is-error{background:#8f2119}

@media(min-width:1181px) and (max-width:1340px){
  .page-vote header.nav .nav-buttons>.btn-sm{width:44px;height:44px;padding:0}
  .page-vote header.nav .nav-buttons>.btn-sm .btn-label{display:none}
}

@media(max-width:1180px){
  .page-vote .nav-inner{position:relative;justify-content:flex-end;gap:8px}
  .page-vote #priceTicker{flex:0 1 auto;min-width:0;margin-right:auto}
  .page-vote .nav-toggle{display:inline-flex;align-items:center;justify-content:center;order:1;flex:0 0 auto;width:40px;height:40px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#fff;background:rgba(255,255,255,.07);cursor:pointer}
  .page-vote .nav-toggle svg{transition:transform .25s}.page-vote header.nav.open .nav-toggle svg{transform:rotate(180deg)}
  .page-vote .nav-buttons{position:absolute;top:calc(100% + 12px);right:0;display:flex;min-width:min(260px,calc(100vw - 36px));padding:12px;flex-direction:column;gap:10px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(5,7,19,.97);box-shadow:0 24px 60px rgba(0,0,0,.5),inset 0 1px rgba(255,255,255,.07);opacity:0;visibility:hidden;transform:translateY(-8px) scale(.98);transform-origin:top right;transition:opacity .2s,visibility .2s,transform .2s}
  .page-vote header.nav.open .nav-buttons{opacity:1;visibility:visible;transform:none}
  .page-vote .nav-links{display:flex;padding:4px 0 10px;flex-direction:column;align-items:stretch;gap:2px;border-bottom:1px solid rgba(255,255,255,.09)}
  .page-vote .nav-links a{display:block;padding:10px 12px;border-radius:9px;color:var(--text)}
  .page-vote .nav-links a::after{display:none}.page-vote .nav-links a:hover,.page-vote .nav-links a[aria-current="page"]{background:rgba(255,255,255,.07)}
  .page-vote header.nav .nav-buttons>.btn-sm{width:100%;min-height:46px;justify-content:flex-start;padding:11px 16px}
}

@media(max-width:920px){
  .vote-hero{grid-template-columns:1fr;min-height:auto;padding-top:138px}
  .vote-hero h1{font-size:clamp(4.5rem,16vw,7.5rem)}
  .vote-hero-board{width:min(520px,calc(100% - 20px));margin:0 auto;min-height:430px}
  .vote-directory-band{grid-template-columns:1fr;padding:34px}
  .vote-directory-band .vote-btn{width:max-content}
  .vote-voter{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.vote-voter-weight{grid-column:1/-1;min-width:0;padding-top:9px;flex-direction:row;align-items:center;gap:10px;text-align:left;border-top:1px solid rgba(255,255,255,.1)}.vote-voter-weight strong{margin-right:auto}
  .vote-how-grid{grid-template-columns:1fr 1fr}.vote-how-grid article{min-height:220px}
  .vote-footer{justify-content:center;flex-wrap:wrap;text-align:center}.vote-footer>div{width:100%;margin-left:0;justify-content:center;flex-wrap:wrap}
}

@media(max-width:680px){
  .page-vote header.nav{top:8px;left:8px;right:8px}
  .page-vote header.nav .wrap{padding:0 10px}
  .page-vote .shared-nav-logo{width:34px;height:34px;border-radius:9px}
  .page-vote .brand{gap:9px}.page-vote .brand .bt{font-size:1rem}
  .page-vote #priceTicker{padding:4px 7px 4px 9px;gap:6px}.page-vote #priceTicker .tk-label{display:none}.page-vote #priceTicker .tk-meta{gap:0}.page-vote #priceTicker .tk-price{font-size:.85rem}.page-vote #priceTicker .tk-change{min-width:46px;padding:2px 6px;font-size:.82rem}
  .vote-hero{width:calc(100% - 28px);padding:122px 0 78px;gap:56px}
  .vote-hero h1{font-size:clamp(4rem,20vw,6.2rem);line-height:.82}
  .vote-hero-copy>p{font-size:1rem}
  .vote-hero-actions .vote-btn{width:100%}
  .vote-hero-board{min-height:390px;padding:32px;border-radius:30px;box-shadow:8px 8px 0 var(--vote-red),16px 16px 0 rgba(0,82,255,.65)}
  .vote-board-orbit{top:46px;width:150px;height:150px}.vote-board-orbit img{width:92px;height:92px}.vote-board-orbit::after{inset:-28px}
  .vote-hero-board>strong{font-size:6rem}.vote-board-stats{gap:9px}.vote-board-stats small{font-size:.56rem}
  .vote-ballot-section{width:calc(100% - 16px);padding:28px 16px;border-radius:27px;box-shadow:6px 6px 0 var(--vote-blue)}
  .vote-section-head{align-items:flex-start}.vote-section-head h2{font-size:clamp(2.6rem,13vw,4.2rem)}
  .vote-ballot-stamp{width:88px;height:88px}.vote-ballot-stamp strong{font-size:1.05rem}
  .vote-wallet-bar{align-items:stretch;flex-direction:column}.vote-wallet-actions{justify-content:space-between}.vote-btn-connect{flex:1}
  .vote-dev-control{align-items:stretch;flex-direction:column}.vote-dev-control .vote-btn{width:100%}
  .vote-writein-callout{grid-template-columns:48px minmax(0,1fr);padding:16px}.vote-writein-callout img{width:48px;height:48px}.vote-writein-callout .vote-btn{grid-column:1/-1;width:100%}
  .vote-slot{min-height:150px;padding:16px;grid-template-columns:48px 1fr;gap:12px}.vote-slot-logo,.vote-slot-plus{width:46px;height:46px}.vote-result{grid-column:1/-1}.vote-slot-copy strong{font-size:1rem}.vote-slot-empty{min-height:84px;grid-template-columns:48px minmax(0,1fr);padding:14px}.vote-slot-empty .vote-ballot-open{display:none}
  .vote-action-row .vote-btn{width:100%}
  .vote-voters{padding:20px 16px;box-shadow:5px 5px 0 var(--vote-blue)}.vote-voters-head{align-items:flex-start;flex-direction:column;gap:14px}.vote-voters-live{align-self:flex-start}.vote-voter{grid-template-columns:1fr;gap:12px}.vote-voter-avatar{width:52px;height:52px;border-radius:15px}.vote-voter-avatar img.is-fallback{padding:7px}.vote-voter-choice{padding:9px}.vote-voter-weight{grid-column:auto}.vote-voter-loading{grid-template-columns:1fr}.vote-voter-loading span:nth-child(n+2){display:none}.vote-voters-note{font-size:.6rem}
  .vote-directory-band{width:calc(100% - 20px);padding:28px 22px}.vote-directory-band .vote-btn{width:100%}
  .vote-how{width:calc(100% - 28px)}.vote-how-grid{grid-template-columns:1fr}.vote-how-grid article{min-height:220px}.vote-protocol{grid-template-columns:1fr}
  .vote-disclaimer{width:calc(100% - 28px);padding:22px;flex-direction:column}
  .vote-footer{padding:30px 20px}.vote-footer p{width:100%}.vote-footer>div{gap:10px 16px}
  .vote-dialog-shell{padding:20px;border-radius:22px;box-shadow:6px 6px 0 var(--vote-blue)}.vote-results-meta{align-items:flex-start;flex-direction:column}.vote-dialog-actions{align-items:stretch;flex-direction:column}.vote-dialog-actions .vote-btn{width:100%}.vote-org{grid-template-columns:50px minmax(0,1fr)}.vote-org-logo{width:48px;height:48px}.vote-org>a{grid-column:2;justify-self:start}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.vote-board-orbit img,.vote-slot-loading span,.vote-voter-loading span,.vote-voter-identity small.is-resolving{animation:none}.vote-btn,.vote-slot,.vote-voter{transition:none}}
