:root{--bg-color: #0c0c0c;--text-color: #ffffff;--accent-color: #e0e0e0;--glass-bg: rgba(255, 255, 255, .1);--glass-border: rgba(255, 255, 255, .2);--p1-color: hsl(200, 70%, 50%);--p2-color: hsl(0, 70%, 50%);--font-main: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}body{background:var(--bg-color);color:var(--text-color);font-family:var(--font-main);height:100vh;height:100dvh;overflow:hidden;display:flex;flex-direction:column}#app{display:flex;flex-direction:column;height:100%}.player-zone{flex:1;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}#player1{background:linear-gradient(135deg,var(--p1-color),transparent);transform:rotate(180deg)}#player2{background:linear-gradient(135deg,var(--p2-color),transparent)}.player-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative;z-index:2}.player-label{position:absolute;top:1.5rem;left:1.5rem;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;opacity:.4;z-index:10}.life-display{display:flex;align-items:center;gap:2rem}.life-value{font-size:clamp(10rem,35vw,22rem);font-weight:950;text-shadow:0 4px 30px rgba(0,0,0,.5),0 0 50px rgba(0,0,0,.2);min-width:1.25em;text-align:center;letter-spacing:-.05em;line-height:1}.adjust-btn{background:var(--glass-bg);border:1px solid var(--glass-border);color:#fff;width:60px;height:60px;border-radius:50%;font-size:2rem;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .1s,background .3s}.adjust-btn:active{transform:scale(.9);background:#ffffff4d}.change-indicator{height:2rem;font-size:1.5rem;font-weight:600;opacity:0;transition:opacity .3s,transform .3s}.change-indicator.show{opacity:1;transform:translateY(-5px)}#divider{height:60px;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;gap:2rem;border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);z-index:10}#divider button{background:none;border:none;color:var(--accent-color);cursor:pointer;padding:.5rem;transition:color .3s}#divider button:hover{color:#fff}#divider svg{width:24px;height:24px}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100;justify-content:center;align-items:center}.modal.active{display:flex}.modal-content{background:#1a1a1a;border:1px solid var(--glass-border);padding:2rem;border-radius:20px;width:90%;max-width:400px;max-height:80vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.close-modal{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer}.history-entry{padding:.75rem 0;border-bottom:1px solid #333;display:flex;justify-content:space-between}.history-time{opacity:.5}.history-p1{color:var(--p1-color)}.history-p2{color:var(--p2-color)}.settings-group{display:flex;flex-direction:column;gap:1rem}.settings-extra{margin-top:2rem}.reset-text{margin-bottom:2rem;opacity:.8}.reset-actions{display:flex;gap:1rem}.starting-life-options{display:flex;gap:.5rem;flex-wrap:wrap}.start-life-btn{background:#333;border:1px solid #444;color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer}.start-life-btn.active{background:#ffffff40;border-color:#fff9}.modal-btn{flex:1;padding:1rem;background:#333;border:1px solid #444;color:#fff;border-radius:8px;cursor:pointer;font-family:inherit;font-weight:600;transition:background .3s}.modal-btn:active{transform:scale(.98)}.modal-btn.confirm{background:#ad1f1f;border-color:#d92626}.custom-life{background:#333;border:1px solid #444;color:#fff;padding:.5rem;border-radius:8px;width:80px}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.pop{animation:pop .2s ease-out}
