:root { --bg: #f7f6fc; --surface: #fff; --surface-soft: #f1f0f8; --ink: #171a2c; --muted: #727587; --line: #dcdce7; --yellow: #f8c934; --yellow-soft: #fff4c8; --orange: #ed6745; --orange-soft: #f6ddd3; --purple: #836be4; --green: #4e9569; --shell: min(1320px, calc(100vw - 72px)); font-family: "Avenir Next", "Segoe UI", sans-serif; font-size: 16px; color: var(--ink); background: var(--bg); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--bg); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.site-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: var(--surface); background: var(--ink); font-size: 19px; font-weight: 800; }
.brand strong { display: block; font-size: 18px; letter-spacing: -.045em; }
.brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.header-right { display: flex; align-items: center; gap: 20px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.live-status { display: inline-flex; align-items: center; gap: 6px; }.live-status i { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--yellow); }.live-status.connected { color: var(--green); }.live-status.connected i { background: var(--green); }.live-status.unavailable { color: var(--orange); }.live-status.unavailable i { background: var(--orange); }
.mode-label { padding: 6px 8px; border: 1px solid #e8d58d; border-radius: 4px; color: #8b6c1a; background: var(--yellow-soft); font-size: 10px; }.admin-link { color: var(--ink); text-decoration: none; }.admin-link:hover { color: var(--purple); }
.board-line { display: flex; justify-content: space-between; gap: 20px; padding: 30px 0 0; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.board-line strong { color: var(--ink); }
.board-intro { display: flex; align-items: end; justify-content: space-between; gap: 48px; padding: 58px 0 48px; }.board-intro > div:first-child { max-width: 820px; }
h1, h2, p { margin-top: 0; } h1, h2 { letter-spacing: -.06em; } h1 { margin-bottom: 22px; font-size: clamp(52px, 6.3vw, 84px); line-height: .95; font-weight: 800; text-wrap: balance; }.board-intro h1 span { color: var(--purple); }.intro-copy { max-width: 700px; margin-bottom: 0; color: var(--muted); font-size: 18px; line-height: 1.5; }.intro-copy strong { color: var(--ink); font-weight: 800; }
.intro-stats { min-width: 250px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; padding-bottom: 5px; }.intro-stats div { display: grid; gap: 7px; }.intro-stats span, .claim-price span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }.intro-stats strong { font-variant-numeric: tabular-nums; font-size: 20px; }
.top-spots, .claim-section, .leaderboard-section { margin-top: 14px; }.section-header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 17px; }.section-label { display: block; margin-bottom: 8px; color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.section-header h2 { margin-bottom: 0; font-size: 34px; line-height: .98; font-weight: 800; }.section-note { color: var(--muted); font-size: 12px; }
.podium-grid { display: grid; grid-template-columns: 1fr 1.12fr 1fr; align-items: end; gap: 14px; }.podium-card { min-height: 242px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); box-shadow: 0 4px 0 rgba(34, 32, 67, .03); }.podium-card.rank-1 { min-height: 282px; border-color: #e2b51e; background: var(--yellow); }.podium-card.rank-3 { background: var(--orange-soft); border-color: #ebc4b5; }.podium-top, .podium-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }.podium-rank { font-size: 30px; font-weight: 800; letter-spacing: -.08em; }.podium-label { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.rank-1 .podium-label { color: #72580c; }.rank-3 .podium-label { color: #9b5c43; }
.repo-identity { display: flex; gap: 13px; align-items: flex-start; min-width: 0; }.repo-identity > div:last-child { min-width: 0; }.repo-identity a { display: block; overflow: hidden; font-size: 18px; font-weight: 800; letter-spacing: -.035em; text-overflow: ellipsis; white-space: nowrap; text-decoration: none; }.repo-identity a:hover { text-decoration: underline; text-underline-offset: 4px; }.repo-identity p { display: -webkit-box; overflow: hidden; max-width: 390px; margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }.repo-identity small { display: block; margin-top: 10px; color: var(--muted); font-size: 11px; }.rank-1 .repo-identity p, .rank-1 .repo-identity small { color: #75621d; }.rank-1 .repo-identity a { color: #1c1c16; }
.avatar { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; border-radius: 11px; color: var(--ink); background: var(--surface-soft); font-size: 13px; font-weight: 800; }.avatar img { width: 100%; height: 100%; object-fit: cover; }.avatar-small { width: 38px; height: 38px; border-radius: 9px; }.podium-bottom { padding-top: 15px; border-top: 1px solid var(--line); }.rank-1 .podium-bottom { border-color: rgba(70, 58, 7, .2); }.rank-3 .podium-bottom { border-color: rgba(116, 65, 45, .18); }.podium-bottom span { color: var(--muted); font-size: 12px; }.rank-1 .podium-bottom span { color: #75621d; }.podium-bottom strong { font-variant-numeric: tabular-nums; color: var(--purple); font-size: 23px; }.rank-1 .podium-bottom strong { color: #161713; }.rank-3 .podium-bottom strong { color: #ab573b; }
.claim-section { margin-top: 42px; padding: 27px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); box-shadow: 0 6px 0 rgba(34, 32, 67, .035); }.claim-header { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 23px; }.claim-header h2 { margin-bottom: 8px; font-size: 34px; }.claim-subtitle { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }.claim-price { display: grid; justify-items: end; gap: 7px; }.claim-price strong { font-variant-numeric: tabular-nums; color: var(--orange); font-size: 26px; }
.bid-form { display: grid; gap: 17px; }.bid-main-row, .listing-details-row { display: grid; align-items: end; gap: 14px; }.bid-main-row { grid-template-columns: minmax(0, 1.7fr) minmax(190px, .55fr) auto; }.listing-details-row { grid-template-columns: minmax(0, 1.25fr) minmax(420px, 1fr); align-items: stretch; }.bid-form label { display: grid; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.bid-form label small { color: #a6a7b2; font-size: 10px; font-weight: 700; letter-spacing: .05em; }.bid-form input, .bid-form select, .bid-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; outline: 0; color: var(--ink); background: #fcfcfe; font-size: 16px; font-weight: 600; }.bid-form input, .bid-form select { min-height: 52px; padding: 0 15px; }.bid-form textarea { min-height: 105px; padding: 13px 15px; resize: vertical; line-height: 1.4; }.bid-form input:focus, .bid-form select:focus, .bid-form textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 4px rgba(131, 107, 228, .14); }.amount-field > div { position: relative; }.amount-field > div > span { position: absolute; top: 16px; left: 15px; color: var(--muted); font-size: 16px; font-weight: 700; }.amount-field input { padding-left: 32px; font-variant-numeric: tabular-nums; }.outbid-button { min-height: 52px; padding: 0 28px; border: 1px solid #dd5434; border-radius: 8px; color: var(--surface); background: var(--orange); font-size: 14px; font-weight: 800; white-space: nowrap; cursor: pointer; transition: transform .2s ease, background-color .2s ease; }.outbid-button:hover { transform: translateY(-1px); background: #dc5537; }.outbid-button:active, .page-button:active { transform: translateY(1px) scale(.98); }.outbid-button:disabled { cursor: wait; opacity: .6; transform: none; }.listing-contact-fields { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 14px; }.form-message { min-height: 21px; margin: 0; color: var(--green); font-size: 13px; line-height: 1.45; }.form-error { color: var(--orange); }.demo-button { margin-left: 7px; padding: 5px 8px; border: 1px solid var(--line); border-radius: 5px; color: var(--ink); background: var(--surface-soft); font-size: 12px; font-weight: 800; cursor: pointer; }
.leaderboard-section { margin-top: 48px; padding-bottom: 50px; }.leaderboard-header { margin-bottom: 14px; }.list-actions { display: flex; align-items: center; gap: 15px; }.inline-message { color: var(--orange); font-size: 12px; }.refresh-button { padding: 0; border: 0; color: var(--muted); background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }.refresh-button:hover { color: var(--ink); }.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }.table-wrap table { width: 100%; min-width: 1000px; border-collapse: collapse; table-layout: fixed; text-align: left; }.table-wrap th { padding: 15px 18px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.table-wrap th:nth-child(1) { width: 70px; }.table-wrap th:nth-child(2) { width: 27%; }.table-wrap th:nth-child(3) { width: 40%; }.table-wrap th:nth-child(4) { width: 17%; }.table-wrap th:nth-child(5) { width: 150px; }.table-wrap td { padding: 16px 18px; border-bottom: 1px solid #efedf4; vertical-align: middle; font-size: 15px; line-height: 1.35; }.table-wrap tbody tr:last-child td { border-bottom: 0; }.table-wrap tbody tr:hover { background: #fbfaff; }.align-right, .amount-cell { text-align: right; }.rank-cell { color: var(--purple); font-variant-numeric: tabular-nums; font-size: 17px !important; font-weight: 800; }.repo-cell { display: flex; align-items: center; gap: 12px; }.repo-cell a { display: grid; gap: 4px; min-width: 0; text-decoration: none; }.repo-cell a:hover strong { text-decoration: underline; text-underline-offset: 4px; }.repo-cell strong { overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }.repo-cell span { color: var(--muted); font-size: 11px; }.description-cell { overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }.listed-by-cell { overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }.amount-cell { color: var(--purple); font-variant-numeric: tabular-nums; font-size: 17px !important; font-weight: 800; }.table-loading { padding: 48px 18px; color: var(--muted); font-size: 15px; }.empty-state { display: grid; gap: 7px; padding: 34px 18px; color: var(--muted); }.empty-state strong { color: var(--ink); font-size: 17px; }.skeleton { min-height: 242px; border-radius: 13px; background: var(--surface-soft); animation: pulse 1.4s ease-in-out infinite alternate; }.podium-skeleton:nth-child(2) { min-height: 282px; }
.pagination { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 16px; color: var(--muted); font-size: 12px; }.pagination > div { display: flex; gap: 8px; }.page-button { padding: 9px 12px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: var(--surface); font-size: 12px; font-weight: 800; cursor: pointer; transition: border-color .2s ease, background-color .2s ease, transform .2s ease; }.page-button:hover:not(:disabled) { border-color: var(--purple); background: #faf9ff; }.page-button:disabled { cursor: default; opacity: .4; }.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 34px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
@keyframes pulse { from { opacity: .45; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
@media (max-width: 960px) { :root { --shell: min(100% - 42px, 720px); }.site-header { min-height: 72px; }.board-intro { display: block; padding: 42px 0 35px; }.intro-stats { max-width: 300px; margin-top: 28px; }.podium-grid { grid-template-columns: 1fr; align-items: stretch; }.podium-card, .podium-card.rank-1 { min-height: 205px; }.repo-identity p { max-width: 100%; }.bid-main-row, .listing-details-row { grid-template-columns: 1fr 1fr; }.repo-field, .description-field { grid-column: 1 / -1; }.outbid-button { width: 100%; }.listing-contact-fields { grid-column: 1 / -1; }.claim-section { padding: 21px; }.section-note { display: none; } }
@media (max-width: 520px) { :root { --shell: min(100% - 28px, 480px); }.brand small, .mode-label { display: none; }.header-right { gap: 11px; font-size: 10px; }.board-line { font-size: 9px; }.board-line span:first-child { max-width: 180px; }.board-intro { padding-top: 35px; }.board-intro h1 { font-size: clamp(43px, 14vw, 64px); }.intro-copy { font-size: 16px; }.section-header h2, .claim-header h2 { font-size: 28px; }.claim-header { align-items: start; }.claim-price { text-align: right; }.bid-main-row, .listing-details-row, .listing-contact-fields { grid-template-columns: 1fr; }.repo-field, .description-field, .listing-contact-fields { grid-column: auto; }.claim-section { padding: 17px; }.table-wrap table { min-width: 880px; }.pagination { align-items: flex-start; flex-direction: column; }.pagination > div { width: 100%; }.page-button { flex: 1; }.site-footer { display: grid; gap: 8px; } }
