:root{color:#19212a;background:#f5f7f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}button{border:1px solid #c9d3da;border-radius:6px;background:#fff;color:inherit;cursor:pointer;font:inherit}.app-shell{width:min(100% - 32px,960px);margin:0 auto;padding:32px 0}.toolbar,.room-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.toolbar{margin-bottom:24px}.toolbar button{min-height:40px;padding:0 16px}.eyebrow{margin:0 0 4px;color:#5f6f7c;font-size:12px;font-weight:700;text-transform:uppercase}h1,h2{margin:0}.room{border:1px solid #d8e0e5;border-radius:8px;background:#fff;padding:24px}.status{border:1px solid #bdd8c7;border-radius:999px;background:#edf8f0;color:#24593a;font-size:14px;padding:6px 10px}.status-connecting{border-color:#d8cfad;background:#fff8df;color:#6c5317}.status-disconnected{border-color:#e1b8b8;background:#fff0f0;color:#843131}.join-form{display:grid;grid-template-columns:1fr auto;gap:12px;margin-top:24px}.join-form label{display:grid;gap:6px;color:#5f6f7c;font-size:13px;font-weight:700}.join-form input{min-height:40px;border:1px solid #c9d3da;border-radius:6px;color:#19212a;font:inherit;padding:0 12px}.join-form button,.actions button{min-height:40px;padding:0 16px}.join-form button{align-self:end}.vote-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:12px;margin-top:24px}.vote-card{aspect-ratio:3 / 4;font-size:28px;font-weight:700}.vote-card:hover{border-color:#276ef1}.vote-card:disabled{cursor:not-allowed;opacity:.55}.vote-card-selected{border-color:#276ef1;background:#eef4ff;color:#174ea6}.actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px}.actions p{margin:0;color:#5f6f7c;font-weight:700}.actions div{display:flex;gap:8px}.participants{display:grid;gap:10px;margin-top:24px}.participant{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e2e8ec;border-radius:8px;padding:12px 14px}.participant h3{margin:0;font-size:16px}.participant-vote{display:grid;width:44px;height:44px;place-items:center;border:1px solid #c9d3da;border-radius:6px;background:#f7f9fa;font-size:18px;font-weight:800}@media(max-width:560px){.toolbar,.room-header,.actions{align-items:flex-start;flex-direction:column}.toolbar button,.join-form,.join-form button,.actions div,.actions button{width:100%}.join-form{grid-template-columns:1fr}}
