* { box-sizing: border-box; }
body { background: #0a0a0a; color: #ccc; font-family: system-ui, sans-serif; margin: 0; padding: 20px; font-size: 14px; }
a { color: #7af; text-decoration: none; }
h1 { color: #fff; margin: 0; font-size: 20px; }
h2 { color: #888; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin: 20px 0 10px; }
.head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #222; }
.head span { color: #666; font-size: 12px; }
.intro { color: #666; font-size: 13px; margin: -10px 0 20px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.card { background: #111; border-radius: 6px; padding: 15px; margin-bottom: 15px; }
table { width: 100%; border-collapse: collapse; }
th { text-align: left; color: #555; font-weight: 400; font-size: 11px; padding: 8px; }
td { padding: 8px; border-top: 1px solid #1a1a1a; vertical-align: middle; }
tr:hover { background: #151515; }
.g { color: #5a5; } .y { color: #a85; } .r { color: #a55; }
.countdown { font-family: monospace; font-size: 14px; color: #7af; }
.pass-title { font-weight: 500; }
.pass-thumbs { display: flex; gap: 4px; margin-top: 6px; }
.pass-thumbs img { width: 70px; height: 52px; object-fit: cover; border-radius: 3px; opacity: 0.8; }
.pass-thumbs img:hover { opacity: 1; }
.stats { display: flex; gap: 15px; margin-bottom: 20px; flex-wrap: wrap; }
.stat { background: #111; border-radius: 6px; padding: 15px; text-align: center; min-width: 100px; }
.stat .val { font-size: 24px; color: #7af; }
.stat .lbl { font-size: 11px; color: #555; margin-top: 5px; line-height: 1.4; }
.stat .lbl small { font-size: 9px; color: #444; }
.thumbs { display: flex; flex-wrap: wrap; gap: 10px; }
.thumbs a { display: flex; flex-direction: column; align-items: center; text-decoration: none; }
.thumbs img { height: 104px; max-width: 160px; object-fit: cover; border-radius: 4px; cursor: pointer; opacity: 0.9; transition: opacity 0.2s; }
.thumbs a:hover img { opacity: 1; }
.img-tag { font-size: 10px; color: #666; max-width: 120px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 3px; }
.thumbs a:hover .img-tag { color: #7af; }
.img-group { margin-bottom: 12px; }
.img-label { color: #666; font-size: 11px; margin-bottom: 5px; }
.hero-images { display: flex; gap: 10px; }
.hero-images a { display: flex; flex-direction: column; align-items: center; text-decoration: none; }
.hero-images img { height: 182px; max-width: 280px; object-fit: cover; border-radius: 4px; }
.hero-images .img-tag { font-size: 10px; color: #666; margin-top: 3px; }
.track-display { display: flex; gap: 20px; align-items: center; margin-bottom: 10px; font-size: 13px; }
.track-time { font-family: monospace; font-size: 16px; color: #7af; }
.track-tz { font-size: 10px; color: #555; }
.track-val { color: #888; }
.track-val b { color: #ccc; }
.gifs-row { display: flex; gap: 8px; }
.gif-box { text-align: center; }
.gif-box img { max-height: 208px; border-radius: 4px; }
.gif-box .lbl { font-size: 10px; color: #666; margin-top: 3px; }
.legend-card { font-size: 12px; color: #888; }
.legend-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.legend-grid p { margin: 0 0 5px; color: #666; }
.legend-grid ul { margin: 0 0 15px; padding-left: 18px; }
.legend-grid li { margin: 2px 0; }
.legend-grid b { color: #aaa; }
.tlm-row { font-size: 11px; color: #555; margin: -10px 0 15px; }
.pass-stats { font-size: 13px; color: #888; margin: 5px 0 20px; }
.back-btn { display: inline-block; background: #1a1a1a; color: #666; padding: 6px 12px; border-radius: 4px; font-size: 12px; margin-bottom: 15px; }
.back-btn:hover { background: #222; color: #888; }
footer { color: #444; font-size: 11px; margin-top: 20px; text-align: center; }
footer a { color: #555; }
.tabs { display: flex; gap: 5px; margin-bottom: 15px; }
.tab { background: #1a1a1a; border: none; color: #666; padding: 8px 16px; border-radius: 4px; cursor: pointer; font-size: 12px; }
.tab:hover { background: #222; color: #888; }
.tab.active { background: #7af; color: #000; }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
@media (max-width: 800px) { .two-col { grid-template-columns: 1fr; } .gifs-row { flex-wrap: wrap; } .hero-images { flex-wrap: wrap; } .pass-thumbs img { height: 40px; } .track-display { flex-wrap: wrap; gap: 10px; } .legend-grid { grid-template-columns: 1fr; } }