:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #090b12; color: #f8fafc; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 15% 0, #312e81 0, transparent 32%), #090b12; }
main { width: min(1040px, calc(100% - 32px)); margin: 0 auto; padding: 56px 0 80px; }
header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 44px; }
.brand { color: #c4b5fd; text-decoration: none; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
h1 { margin: 0 0 12px; font-size: clamp(2.4rem, 7vw, 5rem); letter-spacing: -.05em; }
.lead { color: #aab4c4; max-width: 650px; font-size: 1.1rem; line-height: 1.55; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 36px; }
.card { padding: 24px; border: 1px solid #ffffff20; border-radius: 18px; background: #ffffff0b; }
a.card { color: inherit; text-decoration: none; transition: transform .18s, border-color .18s; }
a.card:hover, a.card:focus-visible { transform: translateY(-3px); border-color: #a78bfa; outline: none; }
.card h2 { margin: 0 0 9px; font-size: 1.25rem; }
.card p, .muted { color: #9ca9ba; line-height: 1.5; }
button, .button { appearance: none; border: 0; border-radius: 10px; padding: 10px 16px; background: #7c3aed; color: white; font: inherit; font-weight: 700; cursor: pointer; text-decoration: none; }
button.secondary { background: #242938; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.status { min-height: 1.5em; color: #c4b5fd; }
.room { margin-top: 14px; }
.room-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.room h2 { font-size: 1.35rem; margin: 0; }
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 12px; margin: 20px 0; }
.fact { padding: 12px; background: #0003; border-radius: 10px; }
.fact b { display: block; font-size: 1.25rem; }
.fact span { color: #8995a7; font-size: .82rem; }
code { overflow-wrap: anywhere; color: #c4b5fd; }
table { width: 100%; border-collapse: collapse; font-size: .9rem; }
th, td { padding: 9px 6px; border-top: 1px solid #ffffff16; text-align: left; vertical-align: top; }
.hidden { display: none !important; }
@media (max-width: 580px) { header { align-items: flex-start; flex-direction: column; } main { padding-top: 30px; } }
