:root{--bg-color: #14151a;--text-color: #fbf0df;--link-color: #75c3ff;--shadow-color: #000000}@media (prefers-color-scheme: light){:root{--bg-color: #fbf0df;--text-color: #14151a;--link-color: #75c3ff;--shadow-color: #cfcbbc}}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-color);color:var(--text-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}a{color:var(--link-color);text-decoration:none}a:hover{text-decoration:underline}nav{height:4.5rem;display:flex;align-items:center;justify-content:center;gap:3rem}.layout{display:flex;flex-direction:column}.rooms{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;padding:0 1rem;gap:2rem}.room{font-size:1.2rem;background-color:#1e1e1e;border:2px solid #c4c4c4;border-radius:.5rem;padding:1rem;min-width:350px;max-width:450px;width:100%;text-align:center}.room-first-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.scene-list{text-align:center}
