:root{--bg:#000;--card:#fff;--accent:#f70;--tab-active:#818181;--tab-inactive:#454545;--link:#1a1a1a;--muted:#6b6b6b}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit}.page{max-width:600px;margin:0 auto;min-height:100vh;padding:0 0 64px}.header{padding:16px 16px 0}.title{font-size:40px;font-weight:600;line-height:1.1;margin:0;letter-spacing:-.5px}.subtitle{font-size:20px;font-weight:400;margin:4px 0 12px;color:#fff}.divider{height:1px;background:#2a2a2a;width:100%}.tabs{display:flex;width:100%}.tab{flex:1 1;border:none;cursor:pointer;font-size:22px;font-family:inherit;color:#fff;padding:10px 0;background:var(--tab-inactive);transition:background .15s ease}.tab.active{background:var(--tab-active)}.batch-section{padding-top:8px}.batch-heading{display:flex;align-items:center;gap:10px;width:100%;border:none;background:transparent;cursor:pointer;font-family:inherit;font-size:24px;font-weight:600;letter-spacing:-.3px;margin:18px 0 0;padding:6px 16px;color:var(--accent);text-align:left}.batch-chevron{display:inline-block;font-size:18px;transition:transform .15s ease;color:var(--accent)}.batch-chevron.open{transform:rotate(90deg)}.batch-label{flex:0 0 auto}.batch-count{font-size:13px;font-weight:500;color:var(--muted);background:#1a1a1a;border-radius:999px;padding:2px 9px}.rankings{padding:14px 16px 0;display:flex;flex-direction:column;gap:18px}.card{position:relative;background:var(--card);color:#111;border-radius:15px;padding:16px;display:grid;grid-template-columns:40px 74px 1fr auto;align-items:center;grid-gap:14px;gap:14px;box-shadow:0 1px 0 hsla(0,0%,100%,.04)}.rank{font-size:34px;font-weight:400;color:#111;text-align:center;line-height:1}.logo{width:74px;height:74px;border-radius:10px;object-fit:cover;background:#f0f0f0;display:block}.company{min-width:0}.company-name{font-size:22px;font-weight:500;color:var(--accent);margin:0;line-height:1.15;word-break:break-word}.company-tagline{font-size:12px;color:var(--muted);margin:2px 0 4px}.company-link{font-size:12px;color:var(--link);text-decoration:none;word-break:break-all}.company-link:hover{text-decoration:underline}.vote{gap:8px;min-width:52px}.vote,.vote-pair{display:flex;flex-direction:column;align-items:center}.vote-pair{gap:1px}.vote-btn{border:none;background:transparent;cursor:pointer;padding:2px 6px;line-height:0;color:#c2c2c2;transition:color .12s ease,transform .05s ease}.vote-btn:hover:not(:disabled){color:#888}.vote-btn:active:not(:disabled){transform:scale(.88)}.vote-btn.up.cast{color:var(--accent)}.vote-btn.down.cast{color:#2f6fed}.vote-btn:disabled{cursor:not-allowed;opacity:.5}.vote-count{font-size:14px;font-weight:700;min-width:24px;text-align:center}.vote-count.up-count{color:var(--accent)}.vote-count.down-count{color:#2f6fed}.gate{padding:18px 16px;display:flex;flex-direction:column;gap:12px;align-items:flex-start}.gate-text{font-size:15px;color:#d8d8d8;margin:0}.gate-error{color:#ff6b6b;font-size:13px;margin:0}.unlocked-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#9be29b;padding:2px 0}.about{padding:22px 18px;font-size:18px;line-height:1.55;color:#eaeaea}.state{padding:32px 16px;color:#bdbdbd;font-size:15px}.skeleton-card{height:130px;border-radius:15px;background:linear-gradient(90deg,#161616 25%,#222 37%,#161616 63%);background-size:400% 100%;animation:shimmer 1.3s ease infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (max-width:420px){.title{font-size:32px}.tab{font-size:18px}.batch-heading{font-size:20px}.card{grid-template-columns:26px 52px 1fr auto;gap:10px;padding:14px 12px;border-radius:12px}.rank{font-size:24px}.logo{width:52px;height:52px}.company-name{font-size:18px}.rankings{padding:12px 12px 0}.vote{min-width:46px}}