@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Oswald:wght@500;600;700&display=swap');

:root {
  --black: #030303;
  --panel: #070707;
  --line: #242424;
  --muted: #929292;
  --white: #f7f7f5;
  --acid: #bfff00;
  --violet: #985cff;
  --pink: #ff2b9b;
  --orange: #ff7a2f;
  --blue: #5073a8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: Inter, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.site-header { height: 66px; padding: 0 24px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: relative; z-index: 20; background: rgba(3,3,3,.96); }
.brand { color: var(--acid); font: 700 38px/1 Oswald, sans-serif; letter-spacing: -.04em; justify-self: center; }
.header-side { display: flex; align-items: center; gap: 28px; }
.header-side--right { justify-content: flex-end; }
.header-side nav { display: flex; gap: 28px; text-transform: uppercase; font-family: Oswald, sans-serif; font-size: 13px; }
.header-side nav a:hover { color: var(--acid); }
.menu-button { width: 24px; padding: 0; border: 0; background: none; display: grid; gap: 5px; cursor: pointer; }
.menu-button i { display: block; height: 2px; background: #fff; }
.search-icon { width: 18px; height: 18px; border: 2px solid #fff; border-radius: 50%; position: relative; }
.search-icon::after { content: ''; width: 7px; height: 2px; background: #fff; position: absolute; right: -5px; bottom: -2px; transform: rotate(48deg); }

.hero { min-height: 580px; padding: 34px 24px 60px; position: relative; display: grid; grid-template-columns: minmax(410px, 430px) minmax(0, 1fr); gap: 34px; max-width: 1440px; margin: auto; }
.eyebrow { margin: 0 0 18px; color: var(--acid); font: 600 16px/1 Oswald, sans-serif; text-transform: uppercase; letter-spacing: .03em; }
.hero h1 { margin: 0; max-width: 100%; font: 700 clamp(72px, 6.5vw, 100px)/.84 Oswald, sans-serif; text-transform: uppercase; letter-spacing: -.055em; }
.hero h1 em { color: var(--acid); font-style: normal; }
.hero-lead { max-width: 310px; margin: 24px 0 18px; color: #b4b4b4; font-size: 17px; line-height: 1.35; }
.update-note { margin: 0; color: #8f8f8f; font-size: 12px; display: flex; align-items: center; gap: 8px; }
.update-note span, .method-link span { width: 17px; height: 17px; border: 1px solid currentColor; border-radius: 50%; display: inline-grid; place-items: center; font-size: 10px; font-weight: 700; }

.podium { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: end; padding-top: 20px; }
.podium-card { min-width: 0; height: 440px; border: 1px solid #302440; border-radius: 9px; overflow: hidden; position: relative; display: flex; flex-direction: column; background: #0b0810; }
.podium-card--1 { height: 460px; border-color: var(--acid); box-shadow: 0 0 24px rgba(191,255,0,.09); }
.podium-number { position: absolute; left: 16px; top: 8px; z-index: 2; color: var(--violet); font: 700 64px/1 Oswald, sans-serif; }
.podium-card--1 .podium-number { color: var(--acid); }
.podium-portrait { height: 246px; display: grid; place-items: center; overflow: hidden; position: relative; }
.podium-portrait::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 70% 35%, rgba(255,255,255,.18), transparent 24%), repeating-linear-gradient(120deg, transparent 0 20px, rgba(255,255,255,.025) 21px); }
.podium-portrait strong { position: relative; font: 700 92px/1 Oswald, sans-serif; text-shadow: 0 7px 18px #000; }
.podium-portrait img { width: 100%; height: 100%; object-fit: cover; }
.acid { background: linear-gradient(145deg, #3c5000, #0a0d00 72%); }
.violet { background: linear-gradient(145deg, #3b1c56, #0d0712 72%); }
.orange { background: linear-gradient(145deg, #5a2710, #100805 72%); }
.blue { background: linear-gradient(145deg, #20354f, #070b11 72%); }
.pink { background: linear-gradient(145deg, #541535, #11050c 72%); }
.podium-score { margin-top: -19px; padding: 0 14px; position: relative; z-index: 2; display: flex; align-items: end; gap: 8px; }
.podium-score strong { color: var(--violet); font: 700 38px/1 Oswald, sans-serif; }
.podium-card--1 .podium-score strong { color: #050505; background: var(--acid); padding: 5px 9px; }
.podium-score small { color: var(--violet); font: 600 10px Oswald, sans-serif; padding-bottom: 4px; }
.podium-card--1 .podium-score small { color: var(--acid); }
.podium-name { padding: 13px 14px 10px; }
.podium-name strong, .podium-name small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.podium-name strong { font-size: 18px; }
.podium-name small { margin-top: 5px; color: #b0b0b0; font-size: 12px; }
.podium-meta { margin: auto 14px 0; padding: 12px 0; border-top: 1px solid var(--line); color: #a5a5a5; font-size: 11px; text-transform: uppercase; display: flex; gap: 12px; }
.podium-meta .up { color: #00ef55; }
.podium-meta .down { color: #ff2838; }
.method-link { position: absolute; right: 27px; bottom: 19px; display: flex; align-items: center; gap: 8px; color: var(--acid); font-size: 12px; }

.diagonal-ticker { width: 104vw; height: 52px; margin: 18px 0 30px; position: relative; left: -2vw; z-index: 10; overflow: hidden; transform: rotate(-1.15deg); transform-origin: center; border-block: 1px solid #050505; background: var(--acid); color: #050505; box-shadow: 0 7px 24px rgba(0,0,0,.32); }
.diagonal-ticker__track { display: flex; width: max-content; min-width: 200%; animation: diagonal-ticker 24s linear infinite; }
.diagonal-ticker__track span { flex: 0 0 auto; padding: 12px 20px; font: 700 20px/1.35 Oswald, sans-serif; letter-spacing: .035em; white-space: nowrap; }
@keyframes diagonal-ticker { to { transform: translateX(-50%); } }

.rating-section { max-width: 1440px; margin: auto; padding: 0 24px 20px; }
.toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 12px; }
.filters { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.filters button, .period, .search { min-height: 43px; border: 1px solid var(--line); border-radius: 5px; background: transparent; white-space: nowrap; }
.filters button { padding: 0 16px; font: 500 12px Oswald, sans-serif; text-transform: uppercase; cursor: pointer; }
.filters button:hover, .filters button.is-active { color: #050505; background: var(--acid); border-color: var(--acid); }
.filters sup { margin-left: 5px; font-size: 8px; opacity: .7; }
.toolbar-tools { display: flex; gap: 9px; }
.search { width: 180px; display: flex; align-items: center; padding: 0 12px; }
.search span { width: 13px; height: 13px; border: 1px solid #aaa; border-radius: 50%; margin-right: 8px; }
.search input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: #fff; font-size: 12px; }
.period { min-width: 132px; padding: 0 36px 0 14px; color: #d0d0d0; font-size: 12px; cursor: pointer; color-scheme: dark; }

.ranking-shell { border: 1px solid var(--line); border-radius: 7px; overflow: hidden; }
.filter-result { display: none; margin: 0; padding: 10px 18px; border-bottom: 1px solid var(--line); color: #888; font-size: 11px; text-transform: uppercase; }
.table-head, .ranking-row { display: grid; grid-template-columns: 66px minmax(240px, 1.35fr) 120px minmax(120px, .6fr) minmax(172px, .75fr) 86px; align-items: center; column-gap: 12px; }
.table-head { min-height: 54px; padding: 0 18px; color: #888; border-bottom: 1px solid var(--line); font: 500 11px Oswald, sans-serif; text-transform: uppercase; }
.table-head span:nth-child(5) { color: var(--acid); }
.ranking-row { min-height: 76px; padding: 7px 18px; border-bottom: 1px solid var(--line); transition: .15s; }
.ranking-row:hover { background: #0d0d0d; }
.ranking-row[hidden] { display: none; }
.ranking-row.is-collapsed { display: none; }
.rank { display: flex; align-items: center; gap: 10px; font-size: 19px; }
.rank b { color: var(--acid); font-size: 18px; }
.person { display: flex; align-items: center; gap: 14px; min-width: 0; }
.person > span:last-child { min-width: 0; }
.person strong, .person small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.person strong { font-size: 16px; }
.person small { color: #858585; margin-top: 4px; font-size: 11px; }
.followers { color: #d7d7d7; font-size: 15px; white-space: nowrap; }
.avatar { width: 52px; height: 52px; flex: 0 0 52px; border: 1px solid var(--acid); border-radius: 50%; display: grid; place-items: center; overflow: hidden; position: relative; font: 700 15px Oswald, sans-serif; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.category { justify-self: start; border: 1px solid #334600; color: var(--acid); border-radius: 3px; padding: 7px 11px; font: 500 10px Oswald, sans-serif; text-transform: uppercase; }
.row-score { display: grid; grid-template-columns: 50px 112px; gap: 6px 10px; align-items: center; }
.row-score > strong { color: var(--violet); font: 700 27px/1 Oswald, sans-serif; }
.row-score > small { grid-column: 1/-1; color: #777; font-size: 9px; text-transform: uppercase; }
.mini-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.mini-metrics > span { display: grid; gap: 4px; }
.mini-metrics b { color: #d7d7d7; font-size: 8px; font-weight: 500; text-align: center; }
.mini-metrics i { display: block; height: 4px; background: #333; position: relative; }
.mini-metrics i::after { content: ''; position: absolute; inset: 0 auto 0 0; width: var(--value); background: var(--acid); }
.row-score.is-pending { display: flex; align-items: baseline; }
.row-score.is-pending > strong { color: #777; }
.row-score.is-pending .mini-metrics { display: none; }
.row-score.is-pending > small { color: var(--acid); }
.delta { text-align: center; color: #888; font-weight: 700; }
.delta.up { color: #00ef55; }
.delta.down { color: #ff2838; }
.empty-state { padding: 40px; text-align: center; color: #888; }
.show-more { width: calc(100% - 24px); min-height: 43px; margin: 12px; border: 1px solid var(--line); border-radius: 4px; background: transparent; cursor: pointer; }
.show-more:hover { color: var(--acid); border-color: var(--acid); }
.show-more span { margin-left: 14px; }

.methodology { max-width: calc(1440px - 48px); margin: 0 auto 20px; border: 1px solid var(--line); border-radius: 7px; display: grid; grid-template-columns: 1.1fr 2.2fr; }
.method-intro { padding: 24px 30px; border-right: 1px solid var(--line); }
.method-intro .eyebrow { font-size: 11px; margin-bottom: 9px; }
.method-intro h2, .nomination h2, .profile-copy h1 { margin: 0; font: 700 30px/1.05 Oswald, sans-serif; text-transform: uppercase; }
.method-intro > p:last-child { color: #949494; font-size: 11px; line-height: 1.6; }
.formula { display: grid; grid-template-columns: repeat(4, 1fr); }
.formula article { padding: 22px; border-right: 1px solid var(--line); }
.formula article:last-child { border: 0; }
.formula strong { color: var(--acid); font: 700 28px Oswald, sans-serif; }
.formula h3 { margin: 7px 0 18px; color: var(--acid); font: 600 13px Oswald, sans-serif; text-transform: uppercase; }
.formula p { margin: 0; color: #999; font-size: 10px; line-height: 1.55; }

.nomination { max-width: calc(1440px - 48px); margin: 0 auto 20px; padding: 56px; border: 1px solid var(--line); border-radius: 7px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; background: #080808; }
.nomination h2 { font-size: clamp(46px, 5vw, 78px); }
.nomination-copy > p:not(.eyebrow) { max-width: 500px; color: #9b9b9b; line-height: 1.6; }
.pool-stat { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.pool-stat strong { color: var(--acid); font: 700 52px Oswald, sans-serif; }
.pool-stat span { color: #aaa; font-size: 10px; text-transform: uppercase; }
.nomination-form { border: 1px solid var(--line); padding: 28px; background: #030303; }
.nomination-form label { display: block; margin-bottom: 18px; }
.nomination-form label > span { display: block; margin-bottom: 7px; color: #aaa; font-size: 10px; text-transform: uppercase; }
.nomination-form input, .nomination-form textarea, .nomination-form select { width: 100%; border: 1px solid var(--line); border-radius: 3px; padding: 12px; background: #0c0c0c; color: #fff; outline: none; }
.nomination-form input:focus, .nomination-form textarea:focus, .nomination-form select:focus { border-color: var(--acid); }
.nomination-form textarea { min-height: 78px; resize: vertical; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.nomination-form .consent { display: flex; gap: 9px; }
.nomination-form .consent input { width: 17px; height: 17px; accent-color: var(--acid); }
.nomination-form .consent span { text-transform: none; }
.nomination-form button { width: 100%; border: 0; padding: 15px 18px; display: flex; justify-content: space-between; background: var(--acid); color: #050505; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.form-errors, .form-success { padding: 14px; margin-bottom: 18px; border: 1px solid var(--acid); font-size: 12px; }
.form-errors { border-color: #ff3558; }
.form-errors ul { margin: 8px 0 0; padding-left: 18px; }
.hp-field { position: absolute !important; left: -9999px !important; }

.profile-page { min-height: calc(100vh - 66px); max-width: 1200px; margin: auto; padding: 50px 24px 90px; }
.back-link { color: var(--acid); font-size: 12px; }
.profile-hero { margin-top: 50px; display: grid; grid-template-columns: 80px 340px 1fr; gap: 35px; align-items: center; }
.profile-rank { align-self: start; color: var(--acid); font: 700 36px Oswald, sans-serif; }
.avatar--xl { width: 100%; height: auto; aspect-ratio: 1; border-radius: 8px; font-size: 72px; }
.profile-copy h1 { font-size: clamp(52px, 7vw, 100px); }
.profile-copy > p:not(.eyebrow) { color: #999; line-height: 1.6; }
.score-lockup { display: flex; align-items: center; gap: 12px; }
.score-lockup strong { color: var(--acid); font: 700 58px Oswald, sans-serif; }
.score-lockup span { font-size: 10px; }
.metric-grid { margin: 50px 0 0 115px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.metric-grid article { padding: 20px; border: 1px solid var(--line); }
.metric-grid span { color: #999; font-size: 11px; text-transform: uppercase; }
.metric-grid strong { display: block; margin: 18px 0; color: var(--violet); font: 700 36px Oswald, sans-serif; }
.metric-grid i { display: block; height: 4px; background: #333; position: relative; }
.metric-grid i::after { content: ''; position: absolute; inset: 0 auto 0 0; width: var(--value); background: var(--acid); }

footer { max-width: 1440px; margin: auto; padding: 38px 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: end; color: #888; font-size: 11px; }
footer .brand { justify-self: auto; }

@media (max-width: 1320px) {
  .header-side nav { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 26px; }
  .hero-copy { max-width: 760px; }
  .hero h1 { font-size: clamp(70px, 10vw, 104px); }
  .hero-lead { max-width: 520px; }
  .podium { padding-top: 0; }
  .podium-card { height: 390px; }
  .podium-card--1 { height: 410px; }
  .podium-portrait { height: 220px; }
  .method-link { bottom: 16px; }
  .toolbar { align-items: flex-start; flex-direction: column; }
  .toolbar-tools { width: 100%; }
  .search { flex: 1; }
  .table-head, .ranking-row { grid-template-columns: 54px minmax(210px, 1fr) 100px 112px 162px 62px; }
  .methodology { grid-template-columns: 1fr; }
  .method-intro { border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .site-header { height: 58px; padding: 0 16px; }
  .brand { font-size: 31px; }
  .hero { display: block; padding: 28px 16px 52px; }
  .hero h1 { font-size: 70px; }
  .hero-lead { font-size: 15px; }
  .podium { margin: 30px -16px 0; padding: 0 16px 8px; gap: 10px; grid-template-columns: repeat(3, minmax(230px, 74vw)); overflow-x: auto; scroll-padding-left: 16px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .podium::-webkit-scrollbar { display: none; }
  .podium-card { min-width: 230px; height: 370px; scroll-snap-align: start; }
  .podium-card--1 { order: -1; height: 390px; }
  .podium-portrait { height: 215px; }
  .method-link { display: none; }
  .diagonal-ticker { height: 42px; margin: 10px 0 22px; transform: rotate(-1.7deg); }
  .diagonal-ticker__track { animation-duration: 30s; }
  .diagonal-ticker__track span { padding: 9px 14px; font-size: 15px; }
  .rating-section { padding-inline: 16px; }
  .toolbar { position: sticky; top: 58px; z-index: 12; margin-inline: -16px; padding: 10px 16px; background: rgba(3,3,3,.97); border-block: 1px solid #151515; }
  .filter-result { display: block; }
  .filters { width: calc(100vw - 32px); }
  .filters button { min-height: 39px; padding-inline: 13px; }
  .table-head { display: none; }
  .ranking-row { grid-template-columns: 42px 1fr 74px; padding-inline: 10px; }
  .ranking-row .followers, .ranking-row .category, .ranking-row .delta { display: none; }
  .row-score { justify-self: end; }
  .row-score .mini-metrics { display: none; }
  .methodology, .nomination { max-width: calc(100% - 32px); }
  .formula { grid-template-columns: 1fr 1fr; }
  .formula article:nth-child(2) { border-right: 0; }
  .formula article { border-bottom: 1px solid var(--line); }
  .nomination { padding: 38px 22px; grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .profile-hero { grid-template-columns: 50px 1fr; }
  .profile-hero .avatar--xl { grid-column: 2; }
  .profile-copy { grid-column: 1/-1; }
  .metric-grid { margin-left: 0; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .header-side--right { display: none; }
  .site-header { grid-template-columns: 1fr auto 1fr; }
  .hero h1 { font-size: 57px; }
  .podium { grid-template-columns: repeat(3, minmax(230px, 82vw)); }
  .toolbar-tools { display: block; }
  .search { width: 100%; margin-bottom: 8px; }
  .period { width: 100%; }
  .ranking-row { grid-template-columns: 34px 1fr 58px; }
  .avatar { width: 44px; height: 44px; flex-basis: 44px; }
  .person strong { font-size: 14px; }
  .row-score > strong { font-size: 22px; }
  .formula { grid-template-columns: 1fr; }
  .formula article { border-right: 0; }
  .nomination h2 { font-size: 43px; }
  .metric-grid { grid-template-columns: 1fr; }
  footer { display: block; }
  footer p { margin: 24px 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .diagonal-ticker__track { animation: none; } }
