:root{font-family:Segoe UI,system-ui,sans-serif;line-height:1.5;color:#1a1a2e;background:#f0f2f5}*{box-sizing:border-box}body{margin:0}.app{min-height:100vh}.header{background:#16213e;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo{color:#e94560;font-size:1.5rem;font-weight:700;text-decoration:none}.header-meta{color:#ffffffbf;font-size:.85rem;font-weight:400;white-space:nowrap}.header-meta-group{display:flex;align-items:center;gap:.45rem}.header-meta--name{color:#fff;font-weight:600}.header-meta-sep{color:#ffffff73;-webkit-user-select:none;user-select:none}.main{max-width:960px;margin:0 auto;padding:2rem 1rem}.card{background:#fff;border-radius:12px;padding:1.5rem 2rem;box-shadow:0 2px 12px #00000014}h1,h2{margin-top:0}label{display:block;margin-bottom:.25rem;font-weight:600}input,textarea,select{width:100%;padding:.6rem .75rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;margin-bottom:1rem}textarea{min-height:100px;resize:vertical}.btn{display:inline-block;padding:.65rem 1.25rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;background:#e94560;color:#fff;font-weight:600}.btn:hover{background:#c73a52}.btn-secondary{background:#16213e}.btn-secondary:hover{background:#0f3460}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-block{display:block;width:100%;box-sizing:border-box}.btn-block+.btn-block{margin-top:.5rem}.error{color:#c0392b;margin-bottom:1rem}.link-row{margin-top:1.25rem}.home-page{display:flex;flex-direction:column;gap:1.5rem}.home-page .card .btn{display:block;width:100%;max-width:22rem;box-sizing:border-box;text-align:center;text-decoration:none}.home-steps{margin:0 0 1.25rem;padding-left:1.25rem;line-height:1.55;color:#333}.home-steps li+li{margin-top:.5rem}.muted{color:#666;font-size:.9rem}.scale-cards{display:flex;flex-wrap:wrap;gap:.4rem;margin:1rem 0;justify-content:center}.scale-card{min-width:2.5rem;padding:.6rem .75rem;border:2px solid #16213e;border-radius:8px;background:#fff;cursor:pointer;font-weight:700;font-size:1rem;transition:transform .15s ease,box-shadow .15s ease}.scale-card.selected{box-shadow:0 0 0 3px #16213e}.scale-card-clear{min-width:2.5rem;padding:.6rem .75rem;border-color:#ccc;color:#888;font-size:1.5rem;line-height:1;background:#f8f9fa}.scale-card-clear:not(:disabled):hover{border-color:#e94560;color:#e94560;background:#fff5f5}.scale-card-clear:disabled{opacity:.35;cursor:not-allowed}.my-selection{text-align:center;margin:.5rem 0 1rem}.scale-card:disabled{opacity:.6;cursor:not-allowed}.votes-list{list-style:none;padding:0;margin:0}.votes-list-toc .toc-row{display:flex;align-items:baseline;gap:.25rem;padding:.55rem 0}.votes-list-toc .toc-row+.toc-row{border-top:1px solid #f0f0f0}.toc-label{flex-shrink:0;font-weight:600;color:#16213e}.toc-leader{flex:1 1 auto;min-width:1.5rem;margin:0 .35rem;border-bottom:2px dotted #c8c8c8;transform:translateY(-.2em)}.toc-value{flex-shrink:0;font-weight:700;text-align:right}.toc-value--muted{color:#888;font-weight:500}.participants{display:flex;flex-wrap:wrap;gap:.5rem}.participant-chip{padding:.4rem .75rem;border-radius:20px;background:#eee;font-size:.9rem}.participant-chip.ready{background:#d4edda}.participant-chip.online{border:2px solid #16213e}.host-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.results-table-wrap{overflow-x:auto;margin-top:1rem}.results-table{width:100%;border-collapse:collapse}.results-table th,.results-table td{border:1px solid #ddd;padding:.5rem .75rem;text-align:center}.results-table thead th{background:#16213e;color:#fff;padding:0}.results-table__sort{display:flex;align-items:center;justify-content:center;gap:.35rem;width:100%;padding:.65rem .75rem;border:none;background:transparent;color:inherit;font:inherit;font-weight:600;cursor:pointer;text-align:center}.results-table__sort:hover{background:#ffffff14}.results-table__sort--active{background:#e9456040}.results-table__sort-icon{font-size:.85em;opacity:.9}.results-table__row-head{background:#f8f9fa;color:#16213e;font-weight:600;text-align:left}.results-table__cell--colored{transition:filter .15s ease}.results-table__cell--colored:hover{filter:brightness(.97)}.results-table__total{font-weight:700}.cell-hover{position:relative;cursor:help}.tooltip{display:none;position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:.5rem .75rem;border-radius:6px;white-space:nowrap;z-index:10;font-size:.85rem}.cell-hover:hover .tooltip{display:block}.code-display{font-size:2rem;letter-spacing:.3rem;font-weight:700;text-align:center;padding:1rem;background:#f8f9fa;border-radius:8px;margin:1rem 0}.completed-actions{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;max-width:22rem}.completed-actions p,.completed-actions .muted{margin:0}.completed-actions .code-display{width:100%;margin:0}.completed-actions .btn{display:block;width:100%;box-sizing:border-box;text-align:center}.results-code-form{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;max-width:22rem}.results-code-form .btn{display:block;width:100%;box-sizing:border-box;text-align:center}.results-code-input{width:100%;max-width:none;margin-bottom:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:1.125rem;letter-spacing:.12em}.reveal-countdown{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 0 1.25rem;margin:.5rem 0 1rem}.reveal-countdown__ring{position:relative;width:7.5rem;height:7.5rem;border-radius:50%;background:radial-gradient(circle at 35% 35%,#fff,#fff0f3 55%,#ffd6df);border:3px solid #e94560;box-shadow:0 8px 28px #e9456038;animation:countdown-ring-pulse 1.1s ease-in-out infinite}.reveal-countdown__pulse{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;border:2px solid rgba(233,69,96,.35);animation:countdown-ripple 1.1s ease-out infinite;pointer-events:none}.reveal-countdown__number{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;z-index:1;margin:0;padding:0;line-height:0}.reveal-countdown__digit{display:block;font-size:3.25rem;font-weight:800;line-height:1;color:#e94560;font-variant-numeric:tabular-nums;transform:translateY(-.08em)}.reveal-countdown__digit--pop{animation:countdown-number-pop .45s cubic-bezier(.34,1.4,.64,1)}.reveal-countdown__label{margin:.85rem 0 0;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#888}.scale-result-circle{display:flex;flex-direction:column;align-items:center;padding:1.25rem 0 .5rem;margin-top:.5rem;border-top:1px solid #f0f0f0}.scale-result-circle__ring{position:relative;width:7.5rem;height:7.5rem;border-radius:50%;border:3px solid}.scale-result-circle__number{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;line-height:0}.scale-result-circle__digit{display:block;font-size:3.25rem;font-weight:800;line-height:1;font-variant-numeric:tabular-nums;transform:translateY(-.08em)}.scale-result-circle__label{margin:.85rem 0 0;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#888}@keyframes countdown-ring-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes countdown-ripple{0%{transform:scale(.92);opacity:.7}to{transform:scale(1.35);opacity:0}}@keyframes countdown-number-pop{0%{transform:translateY(-.08em) scale(.35);opacity:0}60%{transform:translateY(-.08em) scale(1.12);opacity:1}to{transform:translateY(-.08em) scale(1);opacity:1}}.scale-cards--dimmed{opacity:.72}.timer{text-align:center;font-size:1.25rem;color:#e94560;font-weight:600}.voting-layout{display:grid;grid-template-columns:minmax(200px,260px) minmax(320px,1fr) minmax(200px,260px);gap:1rem;align-items:start}.voting-center{display:flex;flex-direction:column;gap:1rem;min-width:0}.voting-current-panel h1{margin:0 0 .35rem}.voting-current-panel h2{margin:0 0 .65rem;font-size:1.25rem;font-weight:600;color:#444}.voting-step-meta{margin:0 0 1rem}.voting-revealed-panel .votes-list-toc{margin-top:.25rem}.voting-host-actions{display:flex;flex-direction:column;gap:.5rem}.voting-participants{padding:1rem 1.25rem}.voting-participants h3,.voting-panel h3,.voting-section-label{margin:0 0 .75rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em;color:#666;font-weight:600}.voting-panel{background:#fff;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 2px 12px #00000014;font-size:.9rem}.voting-panel-empty{margin:0;font-size:.85rem}.steps-grouped{list-style:none;padding:0;margin:0}.steps-group+.steps-group{margin-top:.85rem;padding-top:.85rem;border-top:1px solid #eee}.steps-group-name{font-weight:700;font-size:.95rem;color:#16213e;margin-bottom:.35rem}.steps-group-criteria{list-style:none;padding:0 0 0 .75rem;margin:0;border-left:3px solid #e8ecf1}.steps-group-criteria li{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;padding:.3rem 0 .3rem .5rem}.steps-criterion-name{flex:1;min-width:0}.steps-criterion-value{font-weight:700;white-space:nowrap}.steps-grouped--muted .steps-group-name{color:#666}.steps-grouped--muted .steps-criterion-name{color:#888}@media(max-width:960px){.voting-layout{grid-template-columns:1fr}}@media(max-width:768px){.voting-layout{grid-template-columns:1fr}}.round-status-participants{list-style:none;padding:0;margin:0}.round-status-participants li{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.4rem 0;border-bottom:1px solid #f0f0f0}.round-status-participants li.offline{opacity:.65}.round-status-badge{font-size:.75rem;padding:.15rem .5rem;border-radius:12px;white-space:nowrap}.round-status-badge.voted{background:#d4edda;color:#155724}.round-status-badge.pending{background:#f8f9fa;color:#666}.lobby-agenda{margin-bottom:1.5rem}.lobby-agenda h2{font-size:1rem;margin-bottom:.5rem}.lobby-agenda-list{margin:0;padding-left:1.25rem}.lobby-agenda-list li+li{margin-top:.25rem}
