:root { color-scheme: dark; font-family: system-ui, sans-serif; background: #111318; color: #f3f4f6; }
* { box-sizing: border-box; }
body { margin: 0; background: #111318; }
a { color: inherit; }
.site-header { display: flex; gap: 2rem; align-items: center; justify-content: space-between; padding: 1rem max(1rem, calc((100vw - 72rem) / 2)); border-bottom: 1px solid #2b303a; background: #171a21; }
.brand { font-weight: 750; text-decoration: none; letter-spacing: -.02em; }
nav { display: flex; gap: 1rem; color: #b9c0cc; font-size: .95rem; }
nav a { text-decoration: none; } nav a:hover { color: #fff; }
.page { width: min(72rem, calc(100% - 2rem)); margin: 0 auto; padding: 4rem 0; }
.intro { max-width: 44rem; margin-bottom: 2rem; } h1 { font-size: clamp(2rem, 5vw, 3.8rem); line-height: 1; margin: .25rem 0 1rem; } h2 { margin-top: 2.5rem; }
.intro p { color: #b9c0cc; line-height: 1.6; } .eyebrow { color: #e88bc1 !important; text-transform: uppercase; font-size: .75rem; letter-spacing: .15em; font-weight: 700; }
.filters, .search { display: flex; flex-wrap: wrap; align-items: end; gap: 1rem; margin: 1rem 0 2rem; } label { display: flex; flex-direction: column; gap: .35rem; color: #b9c0cc; font-size: .85rem; }
select, input, button { border: 1px solid #3a414d; border-radius: .45rem; padding: .65rem .8rem; background: #1c2028; color: #fff; font: inherit; } button { background: #e88bc1; border-color: #e88bc1; color: #17131a; font-weight: 700; cursor: pointer; }
.search input { min-width: min(28rem, 75vw); } .table-wrap { overflow-x: auto; border: 1px solid #2b303a; border-radius: .6rem; background: #171a21; }
table { border-collapse: collapse; width: 100%; } th, td { text-align: left; padding: .8rem 1rem; border-bottom: 1px solid #2b303a; } th { color: #b9c0cc; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; } tr:last-child td { border-bottom: 0; }
.muted { color: #858e9c; } .cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr)); gap: .8rem; } .card { display: flex; flex-direction: column; gap: .35rem; padding: 1rem; border: 1px solid #2b303a; border-radius: .6rem; background: #171a21; text-decoration: none; } .card span { color: #b9c0cc; font-size: .9rem; }
@media (max-width: 600px) { .site-header { align-items: flex-start; flex-direction: column; gap: .7rem; } nav { flex-wrap: wrap; } .page { padding-top: 2.5rem; } }
