:root{--orange: #ff6a00;--orange-soft: #ff8a33;--orange-deep: #c34d00;--bg: #fff8f3;--surface: #ffffff;--surface-2: #fff1e6;--border: #f0d6bf;--text: #1c1917;--text-dim: #6b6058;--danger: #d33;--shadow: 0 6px 20px rgba(195, 77, 0, .08);--radius: 10px}:root[data-theme=dark]{--orange: #ff7a1a;--orange-soft: #ff9447;--orange-deep: #ffb685;--bg: #161513;--surface: #1f1d1a;--surface-2: #2a2723;--border: #3a342e;--text: #f5efe8;--text-dim: #b3a89c;--shadow: 0 6px 24px rgba(0, 0, 0, .45)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.45}.app{min-height:100%;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.2rem;border-bottom:1px solid var(--border);background:var(--surface)}.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--text);font-weight:700}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:var(--orange);color:#fff;font-weight:800;box-shadow:var(--shadow)}.brand-name{font-size:1.05rem}.theme-toggle{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;width:36px;height:36px;cursor:pointer;font-size:1rem;display:inline-flex;align-items:center;justify-content:center}.theme-toggle:hover{border-color:var(--orange)}.main{flex:1;padding:1.5rem 1.2rem;max-width:1000px;width:100%;margin:0 auto}.footer{padding:1rem 1.2rem 1.6rem;font-size:.85rem;color:var(--text-dim);text-align:center}.landing{display:flex;flex-direction:column;gap:1rem}.landing-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.7rem}.landing-card h2{margin:0;font-size:1.05rem}.grid-2{display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media (max-width: 640px){.grid-2{grid-template-columns:1fr}}.field{display:flex;flex-direction:column;gap:.3rem;font-size:.9rem;color:var(--text-dim)}.text-input{background:var(--surface-2);border:1px solid var(--border);color:var(--text);padding:.6rem .7rem;border-radius:8px;font:inherit;outline:none;transition:border-color .15s}.text-input:focus{border-color:var(--orange)}.code-input{letter-spacing:.2em;text-align:center;font-weight:600;font-size:1.1rem}.hint{margin:0;font-size:.8rem;color:var(--text-dim)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem .95rem;font:inherit;font-weight:600;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:filter .1s,transform .05s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:not(:disabled):active{transform:translateY(1px)}.btn-primary{background:var(--orange);color:#fff}.btn-primary:not(:disabled):hover{filter:brightness(1.05)}.btn-ghost{background:transparent;color:var(--text);border-color:var(--border)}.btn-ghost:hover{border-color:var(--orange);color:var(--orange)}.banner{padding:.7rem .9rem;border-radius:8px;background:var(--surface-2);border:1px solid var(--border);font-size:.9rem}.banner-error{border-color:var(--danger);color:var(--danger)}.room{display:flex;flex-direction:column;gap:1.2rem}.room-header{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.8rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.2rem;box-shadow:var(--shadow)}.room-meta{display:flex;flex-direction:column;gap:.2rem}.room-code{font-size:.8rem;color:var(--text-dim);letter-spacing:.05em;text-transform:uppercase}.room-name{background:none;border:none;padding:0;text-align:left;font:inherit;font-size:1.25rem;font-weight:700;color:var(--text);cursor:pointer}.room-name:hover{color:var(--orange)}.room-name-input{font-size:1.1rem;font-weight:600;min-width:240px}.dim{color:var(--text-dim);font-weight:500;font-style:italic}.room-tools{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.scale-selector{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-dim)}.scale-selector .text-input{padding:.4rem .5rem}.name-display{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:.35rem .75rem;font:inherit;font-size:.9rem;color:var(--text);cursor:pointer}.name-display:hover{border-color:var(--orange)}.name-label{color:var(--text-dim);margin-right:.25rem}.name-display.compact{font-size:.85rem}.section-title{margin:0 0 .6rem;font-size:1rem}.section-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.6rem;margin-bottom:.6rem}.action-row{display:flex;gap:.5rem}.vote-section,.participants-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem;box-shadow:var(--shadow)}.vote-cards{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:.5rem}.vote-card{min-width:56px;height:80px;border-radius:10px;border:2px solid var(--border);background:var(--surface-2);color:var(--text);font-weight:700;font-size:1.2rem;cursor:pointer;transition:transform .08s,border-color .1s,background .1s;padding:0 .6rem}.vote-card:hover:not(:disabled){border-color:var(--orange);transform:translateY(-2px)}.vote-card.selected{background:var(--orange);color:#fff;border-color:var(--orange-deep)}.vote-card:disabled{cursor:not-allowed;opacity:.55}.participants{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.participant{display:flex;justify-content:space-between;align-items:center;padding:.55rem .75rem;background:var(--surface-2);border:1px solid var(--border);border-radius:8px}.participant.me{border-color:var(--orange)}.participant-name{font-weight:600}.vote-badge{min-width:36px;height:32px;padding:0 .55rem;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-weight:700;font-size:.95rem}.vote-badge.voted{background:var(--orange);color:#fff}.vote-badge.pending{background:transparent;color:var(--text-dim);border:1px dashed var(--border)}.vote-badge.revealed{background:var(--orange-soft);color:#fff}.stats{margin-top:.9rem;padding:.8rem 1rem;background:var(--surface-2);border:1px dashed var(--border);border-radius:8px;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.4rem 1rem;font-size:.95rem}.stat-label{color:var(--text-dim);font-weight:600;margin-right:.3rem}.footer-row{display:flex;justify-content:space-between;align-items:center;gap:.6rem;flex-wrap:wrap}.share{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.5rem .85rem;cursor:pointer;font:inherit;text-align:left;display:flex;flex-direction:column;gap:.1rem}.share:hover{border-color:var(--orange)}.share-code{font-weight:700;color:var(--orange)}.share-hint{font-size:.78rem;color:var(--text-dim)}
