:root{--bg-color:#f9fafb;--card-bg:#ffffff;--primary:#4b5563;--danger:#ef4444;--success:#10b981;--warning:#f59e0b;--text-main:#111827;--text-muted:#6b7280;--border:#e5e7eb}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg-color);color:var(--text-main);padding-bottom:70px}header{background-color:var(--card-bg);padding:10px 15px;box-shadow:0 2px 4px rgba(0,0,0,.05);position:sticky;top:0;z-index:100;display:flex;flex-direction:column;gap:5px}.header-top{display:flex;justify-content:space-between;align-items:center}header h2{font-size:18px;margin:0}.leaderboard{font-size:12px;color:var(--text-muted);white-space:normal;word-break:break-word;line-height:1.5;padding-bottom:2px}.leaderboard span{font-weight:700;color:var(--text-main)}.btn-settings{background:0 0;border:none;font-size:22px;color:var(--text-main);padding:0;width:26px;height:26px;display:flex;justify-content:center;align-items:center}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:none;justify-content:center;align-items:flex-start;z-index:1000}.modal-overlay.active{display:flex}.modal-content{background:var(--card-bg);width:90%;max-width:400px;border-radius:12px;padding:20px;box-shadow:0 4px 20px rgba(0,0,0,.15);margin-top:40px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:18px;font-weight:700}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid var(--border)}.setting-item:last-child{border-bottom:none}.setting-title{font-weight:700;margin-bottom:5px}.setting-desc{font-size:12px;color:var(--text-muted)}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:var(--primary)}input:checked+.slider:before{transform:translateX(20px)}.btn-reset{width:100%;background-color:var(--danger);color:#fff;padding:10px;margin-top:15px;border-radius:8px;border:none;font-weight:700}.custom-input{width:100%;padding:12px;border:1px solid var(--border);border-radius:8px;font-size:16px;margin-bottom:15px;outline:0}.custom-input:focus{border-color:var(--primary)}.global-settings{display:flex;justify-content:space-between;align-items:center;padding:8px 15px;margin:10px 15px;background:var(--card-bg);border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.05)}.global-settings strong{font-size:14px}button{touch-action:manipulation}button:active{opacity:.8}.btn-icon{width:30px;height:30px;padding:0;display:flex;justify-content:center;align-items:center;font-size:18px;background:#e9ecef;color:var(--text-main);border:none;border-radius:6px}.stepper{display:flex;align-items:center;gap:6px}.val-display{font-size:16px;font-weight:700;min-width:20px;text-align:center}.btn-delete{width:20px;height:20px;padding:0;border-radius:50%;background:var(--danger);color:#fff;font-size:14px;display:flex;justify-content:center;align-items:center;margin-left:5px;border:none}.player-list{padding:0 10px}.player-card{background:var(--card-bg);border-radius:8px;padding:10px;margin-bottom:8px;box-shadow:0 1px 4px rgba(0,0,0,.05);transition:all .3s ease}.player-card.is-resting{background:#f8f9fa;opacity:.7}.player-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;border-bottom:1px solid var(--border);padding-bottom:8px}.player-name-group{display:flex;align-items:center;gap:5px;flex:1}.player-name{font-size:16px;font-weight:700;border:none;background:0 0;width:70px}.player-name:focus{outline:0;border-bottom:2px solid var(--primary)}.btn-state{padding:2px 6px;border-radius:4px;font-size:11px;border:none;background:var(--success);color:#fff;white-space:nowrap}.btn-state.resting{background:var(--warning);color:#000}.score-container{display:flex;align-items:center;gap:10px;font-size:14px}.round-score-mini{font-weight:700}.total-score{font-weight:700}.score-pos{color:var(--success)}.score-neg{color:var(--danger)}.score-zero{color:var(--text-muted)}.round-inputs{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap}.card-selector{display:flex;align-items:center;gap:4px}.btn-card{width:26px;height:26px;padding:0;border-radius:4px;border:1px solid var(--border);background:var(--bg-color);color:var(--text-main);font-weight:700;font-size:13px;display:flex;justify-content:center;align-items:center}.btn-card.active{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-card-plus{width:auto;padding:0 4px;min-width:30px}.toggles-group{display:flex;gap:6px;flex:1;justify-content:flex-end}.status-toggle{background:#e9ecef;color:var(--text-muted);border:none;padding:5px 10px;border-radius:15px;font-size:12px;transition:all .2s;white-space:nowrap}.status-toggle.active-spring{background:var(--danger);color:#fff}.status-toggle.active-joker{background:#6f42c1;color:#fff}.rest-msg{text-align:center;color:var(--text-muted);font-size:12px;padding:5px 0;font-style:italic}.bottom-bar{position:fixed;bottom:0;left:0;right:0;background:var(--card-bg);padding:10px 15px;box-shadow:0 -2px 10px rgba(0,0,0,.1);display:flex;gap:10px}.bottom-bar button{flex:1;padding:12px;font-size:16px;border:none;color:#fff;border-radius:8px;font-weight:700}.btn-add{background-color:#6c757d}.btn-next{background-color:var(--success)}