*{box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f1115;color:#e8e9ec}body,h1{margin:0}h1{font-size:1.6rem}.subtitle{color:#9096a2;margin:.25rem 0 1.5rem}.home{max-width:420px;margin:10vh auto 0;padding:0 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}.divider{color:#5b6270;margin:1.25rem 0}button{cursor:pointer;border:1px solid #2a2e37;background:#1a1d24;color:#e8e9ec;border-radius:8px;padding:.6rem 1.1rem;font-size:.95rem}button:hover{background:#22262f}button:disabled{opacity:.5;cursor:not-allowed}button.primary{background:#4f7cff;border-color:#4f7cff;color:white}button.primary:hover{background:#3d68ec}.join-form{display:flex;gap:.5rem;width:100%}.join-form input{flex:1 1;padding:.6rem .8rem;border-radius:8px;border:1px solid #2a2e37;background:#1a1d24;color:#e8e9ec;font-size:.95rem}.error{color:#ff6b6b;margin-top:1rem}.room{max-width:900px;margin:0 auto;padding:2rem 1.5rem 4rem}.room-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.you{color:#9096a2;font-size:.9rem}.header-actions{display:flex;gap:.5rem}.participants{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.participant-card{flex-direction:column;gap:.4rem;min-width:70px}.participant-card,.vote-box{display:flex;align-items:center}.vote-box{width:56px;height:78px;border-radius:8px;border:2px solid #2a2e37;justify-content:center;font-size:1.2rem;font-weight:600}.participant-card.voted .vote-box{border-color:#4f7cff;color:#4f7cff}.participant-name{font-size:.85rem;color:#c3c6cf;text-align:center}.average{font-weight:600;color:#4f7cff;margin-bottom:1.5rem}.cards{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.5rem 0 2rem}.card{width:60px;height:84px;border-radius:10px;font-size:1.1rem;font-weight:600;display:flex;align-items:center;justify-content:center;transition:transform .1s ease}.card:hover{transform:translateY(-4px)}.card.selected{background:#4f7cff;border-color:#4f7cff;color:white}.controls{display:flex;gap:.75rem}