.main-section{background:var(--background);margin:0 auto;border-radius:.5rem;box-shadow:none;padding:.5rem .5rem 0}@media (max-width: 767px){.main-section{padding-bottom:80px}}:root{--background: #18181b;--foreground: #eaeaea;--surface-bg: #232326;--surface-border: #222;--border: #222;--shadow: 0 2px 8px rgba(59, 130, 246, .12);--accent: #3b82f6;--accent-light: #60a5fa;--accent-dark: #1e40af;--navbar-height: 64px}@media (prefers-color-scheme: dark){:root{--background: #1e293b;--foreground: #eaeaea;--surface-bg: #18181b;--surface-border: #222;--border: #222;--shadow: 0 2px 8px rgba(59, 130, 246, .18);--accent: #3b82f6;--accent-light: #60a5fa;--accent-dark: #1e40af;--success: #34d399;--info: #3b82f6;--danger: #e57373;--text: #f3f4f6;--card-border: #1e40af;--card-shadow: 0 2px 8px rgba(0, 0, 0, .15)}}body{background:var(--background);color:var(--foreground);margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;transition:background .2s,color .2s}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}body{font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--background);color:var(--foreground);min-height:100vh;transition:background .2s,color .2s}.hide{display:none!important}.center{text-align:center}@media (max-width: 600px){.tab-content{padding-bottom:calc(var(--navbar-height) + 4px)}.slide-in-left{animation:slide-in-left .3s cubic-bezier(.4,0,.2,1)}.slide-in-right{animation:slide-in-right .3s cubic-bezier(.4,0,.2,1)}@keyframes slide-in-left{0%{transform:translate(-100vw);opacity:.5}to{transform:translate(0);opacity:1}}@keyframes slide-in-right{0%{transform:translate(100vw);opacity:.5}to{transform:translate(0);opacity:1}}}.tab-btn{background:none;border:none;color:var(--accent);font-size:1.1rem;font-weight:600;margin:0 1rem;padding:.5rem 1.5rem;border-radius:.5rem;cursor:pointer;transition:background .18s,color .18s}.tab-btn.active{background:var(--accent-light);color:var(--accent-dark);box-shadow:0 2px 8px #3b82f61f}.tab-btn:focus{outline:2px solid var(--accent)}.logo-main{fill:var(--accent, #3b82f6)}.header{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:1.5rem 2rem .5rem;background:var(--surface-bg);border-bottom:1px solid var(--surface-border);box-shadow:var(--header-shadow)}.header-main{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.header-nav-desktop{display:none}@media (min-width: 768px){.header{flex-direction:column;padding-bottom:0}.header-nav-desktop{display:block;margin-top:.5rem}.nav-bar-mobile{display:none!important}}.header-logo{width:48px;height:48px;margin-right:1.25rem;margin-bottom:0}.header-title{font-size:1.5rem;font-weight:700;margin:0;padding:.5rem 1rem;color:var(--accent);font-family:Inter,Segoe UI,Arial,sans-serif;letter-spacing:.02em}.logo{width:48px;height:48px;display:block;fill:var(--accent, #3b82f6);filter:drop-shadow(0 2px 8px rgba(251,191,36,.12));transition:fill .18s,filter .18s,transform .18s cubic-bezier(.4,0,.2,1);margin-right:1.25rem}.logo:hover{fill:var(--accent-dark, #1e40af);filter:drop-shadow(0 6px 24px rgba(180,83,9,.22));transform:scale(1.1)}.nav-item.active{color:var(--accent-dark, #b45309);font-weight:700;position:relative}.nav-underline{position:absolute;bottom:.2rem;height:3px;border-radius:2px;background:var(--accent-dark, #b45309);transition:left .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1),background .18s;z-index:2}.nav-bar{position:fixed;left:0;right:0;bottom:0;height:64px;background:var(--surface-bg, #232326);border-top:1px solid var(--surface-border, #222);display:flex;justify-content:space-around;align-items:center;z-index:100}.nav-item{background:none;border:none;color:var(--accent, #fbbf24);font-size:1.5rem;display:flex;flex-direction:column;align-items:center;flex:1;padding:.5rem 0;cursor:pointer;transition:color .18s}.nav-item:active,.nav-item:focus{color:var(--accent-dark, #b45309)}.nav-label{font-size:.75rem;margin-top:.1rem;color:var(--text, #f3f4f6)}.nav-fab{position:absolute;left:50%;transform:translate(-50%) translateY(-30%);bottom:16px;background:var(--accent, #fbbf24);color:var(--surface-bg, #232326);border:none;border-radius:50%;width:56px;height:56px;font-size:2rem;box-shadow:0 4px 16px #0000002e;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:101;transition:background .18s,transform .18s}.nav-fab:active,.nav-fab:focus{background:var(--accent-dark, #b45309);transform:translate(-50%) translateY(-30%) scale(1.08)}.nav-fab-desktop{position:fixed;right:2rem;bottom:2rem;z-index:1100;display:flex;align-items:center;gap:.75rem;background:var(--accent, #fbbf24);color:var(--surface-bg, #232326);border:none;border-radius:2rem;box-shadow:0 4px 16px #0000002e;padding:.75rem 1.5rem;font-size:1.15rem;font-weight:600;cursor:pointer;transition:background .18s,box-shadow .18s}.nav-fab-desktop:hover{background:var(--accent-dark, #b45309);box-shadow:0 6px 24px #1e40af38}.nav-fab-icon{font-size:1.5rem}.nav-fab-label{font-size:1.1rem}@media (min-width: 768px){.nav-bar{position:static;height:auto;background:none;border:none;box-shadow:none;display:flex;justify-content:flex-end;align-items:center;padding:0;margin-top:.5rem;gap:1.5rem}.nav-highlight{display:none!important}.nav-item{font-size:1.1rem;flex-direction:row;gap:.5rem;padding:.5rem 1.25rem;background:none;border-radius:8px;color:var(--accent, #fbbf24);transition:background .18s,color .18s,transform .18s;justify-content:center;align-items:center;text-align:center}.nav-item.active{background:var(--accent-light, #ffe082);color:var(--accent-dark, #b45309);box-shadow:0 2px 8px #fbbf242e;border-radius:8px;font-weight:700;position:relative}.nav-item.active:after{display:none}.nav-label{text-align:center;width:100%;font-size:1rem;margin-top:0;color:var(--text, #f3f4f6)}.nav-fab{display:none}.nav-fab-desktop{display:flex}.nav-item:hover{background:var(--accent-light, #ffe082);color:var(--accent-dark, #b45309);transform:scale(1.05)}.nav-item:active{background:var(--accent-dark, #b45309);color:var(--surface-bg, #232326);transform:scale(1)}}@media (max-width: 900px){.nav-fab-desktop{display:none}}.player-row{display:flex;justify-content:space-between;align-items:center;background:var(--background);border-radius:.5rem;padding:.75rem .5rem;font-size:1.1rem;color:var(--foreground);box-shadow:0 1px 4px #3b82f614;cursor:pointer;transition:background .18s,box-shadow .18s,transform .18s}.player-row:active{background:var(--accent-dark, #1e40af);color:#fff;box-shadow:0 2px 8px #1e40af38;transform:scale(.98)}.player-row>.player-name{text-align:left;font-weight:500;flex:2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-row>span{flex:1;text-align:center;min-width:80px;padding:0 .5rem;transition:background .18s,color .18s,box-shadow .18s}.player-score,.player-average,.player-games{flex:1;text-align:right;min-width:48px}.player-row:hover{background:var(--accent-light, #60a5fa);box-shadow:0 4px 16px #3b82f62e}.leaderboard-col{flex:1;text-align:right;min-width:80px;padding:0 .5rem;transition:background .18s,color .18s,box-shadow .18s;box-sizing:border-box}.player-name.leaderboard-col{text-align:left;font-weight:500;flex:1.2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width: 900px){.player-row{font-size:1.5rem;padding:1.5rem 1vw}.player-score,.player-average,.player-games{min-width:120px}}@media (max-width: 600px){.player-row{font-size:1.5rem;padding:1.5rem 1vw}}.modal-open{overflow:hidden!important;position:fixed;width:100vw}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;animation:modal-fade-in .18s ease}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--background);border-radius:1rem;box-shadow:0 8px 32px #3b82f62e,0 0 0 1.5px var(--accent, #2563eb);padding:2rem 1.5rem 1.5rem;min-width:320px;max-width:80%;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:modal-pop-in .22s cubic-bezier(.4,0,.2,1)}@keyframes modal-pop-in{0%{transform:scale(.96);opacity:.7}to{transform:scale(1);opacity:1}}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem;padding-bottom:.5rem;border-bottom:1px solid var(--accent-light, #60a5fa)}.modal-header h3{margin:0;font-size:1.4rem;color:var(--accent, #2563eb);font-weight:700}.modal-close{background:none;border:none;font-size:2rem;color:var(--danger, #e57373);cursor:pointer;padding:0 .7rem;line-height:1;border-radius:.5rem;transition:background .18s,box-shadow .18s;box-shadow:0 0 0 0 transparent}.modal-close:hover,.modal-close:focus{background:#e573732e;box-shadow:0 0 0 2px var(--danger, #e57373)}.modal-body{font-size:1.05rem;color:var(--foreground, #222);padding-top:.5rem}@media (min-width: 900px){.modal-content{width:80vw;height:80vh;padding:2.5rem 2rem 2rem;font-size:1.15rem;display:flex;flex-direction:column}}.player-details{padding:1.2rem .5rem;background:var(--surface-bg);border-radius:1rem;box-shadow:var(--header-shadow);animation:fade-in .3s}.player-details-name{font-size:2rem;color:var(--accent);margin-bottom:1.2rem;font-weight:800;text-align:center;letter-spacing:.02em}.player-details-section{margin-bottom:1.2rem}.player-details-divider{border:none;border-top:2px dashed var(--accent-light);margin:1.2rem 0}.player-details-stats-grid,.player-details-commander-grid,.player-details-history-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.7rem 1.2rem;margin:0;padding:.2rem .5rem}.player-details-stats-grid dt,.player-details-commander-grid dt,.player-details-history-grid dt{font-size:1.05rem;color:var(--accent);font-weight:600;margin-bottom:.2rem}.player-details-stats-grid dd,.player-details-commander-grid dd,.player-details-history-grid dd{font-size:1.15rem;color:var(--foreground);font-weight:600;margin:0;background:var(--accent-light);border-radius:.5rem;padding:.2rem .7rem;display:inline-block}.player-details-highlight dd{background:var(--success, #34d399);color:var(--surface-bg);font-weight:700;box-shadow:0 0 0 2px var(--success, #34d399)}.player-details-recent{margin-top:1.2rem}.player-details-recent h3{font-size:1.2rem;color:var(--accent-dark);margin-bottom:.7rem;font-weight:700}.player-details-recent-table{width:100%;border-collapse:separate;border-spacing:0;background:var(--surface-bg);border-radius:.7rem;box-shadow:var(--header-shadow);overflow:hidden}.player-details-recent-table th{background:var(--accent);color:var(--foreground);font-size:1rem;font-weight:700;padding:.6rem .3rem}.player-details-recent-table td{font-size:1.05rem;color:var(--foreground);padding:.5rem .3rem;text-align:center}.player-details-placement{font-weight:700;border-radius:.5rem;padding:.2rem .7rem;display:inline-block;border:1px solid var(--accent-dark)}.placement-1{background:var(--success, #34d399);color:var(--surface-bg)}.placement-2{background:var(--accent-light);color:var(--surface-bg)}.placement-3{background:var(--accent-dark);color:var(--foreground)}@keyframes fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.leaderboard{width:100%;max-width:900px;margin:0 auto;background:var(--background);border-radius:.5rem;box-shadow:none;padding:.5rem .5rem 0}.leaderboard-title{display:none}.leaderboard-header{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:1rem;padding:.25rem 0;border-bottom:1px solid var(--accent-light);color:var(--accent-dark)}.leaderboard-header span{cursor:pointer;border-radius:.5rem;height:75px;display:flex;justify-content:center;align-items:center}.leaderboard-header span:hover{background:var(--accent-light, #60a5fa);color:var(--accent-dark, #1e40af);box-shadow:0 2px 8px #3b82f61f}.leaderboard-header span:active{background:var(--accent-dark, #1e40af);color:#fff;box-shadow:0 2px 8px #1e40af38}@media (min-width: 900px){.leaderboard{max-width:100vw;width:100vw;padding:2.5rem 0;margin:0;border-radius:0}.leaderboard-title{font-size:2rem;margin-bottom:2rem}.leaderboard-header{font-size:1.5rem;padding:1.25rem 0}.leaderboard-list{gap:1.5rem}}@media (max-width: 600px){.leaderboard{max-width:100vw;border-radius:.5rem;padding:.5rem}.leaderboard-title{font-size:2rem;margin-bottom:2rem}.leaderboard-header{font-size:1.5rem;padding:1.25rem 0}.player-row:hover{background:none!important}}.game-history{width:100%;max-width:900px;margin:0 auto;background:var(--background);border-radius:.5rem;box-shadow:none;padding:.5rem .5rem 0}.game-history-title{display:none}.game-history-header{display:flex;justify-content:center;align-items:center;font-weight:600;font-size:1rem;padding:.25rem 0;border-bottom:1px solid var(--accent-light);color:var(--accent-dark);margin-bottom:.5rem}.game-history-controls{display:flex;justify-content:center;align-items:center}.game-history-filter{padding:.5rem 2.5rem;border-radius:.5rem;min-width:320px;max-width:480px;width:100%;box-shadow:0 4px 24px #3b82f62e;border:1.5px solid var(--accent-light);font-size:1rem;background:var(--surface-bg);color:var(--accent-dark)}.game-history-list{width:100%}.game-history-empty{text-align:center;color:var(--danger, #e57373);background:var(--surface-bg);font-size:1.1rem;font-weight:600;margin-top:1.5rem;border-radius:.5rem;padding:1rem}@media (max-width: 600px){.game-history{max-width:100vw;border-radius:.5rem;padding:.5rem}.game-history-title{font-size:1.2rem;color:var(--accent)}.game-history-header{font-size:1rem;padding:.5rem .25rem;color:var(--accent-dark)}.game-row:hover{background:none!important}}@media (min-width: 900px){.game-history{max-width:100vw;width:100vw;padding:2.5rem 0;margin:0;border-radius:0}.game-history-title{font-size:2rem;margin-bottom:2rem;color:var(--accent)}.game-history-header{font-size:1.5rem;padding:1.25rem 0;color:var(--accent-dark)}}.game-row{display:flex;flex-direction:column;background:var(--background);border-radius:1rem;box-shadow:0 1px 4px #3b82f614;transition:background .18s,box-shadow .18s;min-height:120px;padding:1rem .2rem;gap:.75rem}.game-row:hover,.game-row.active{background:var(--accent-light, #e0e7ff);box-shadow:0 4px 24px #3b82f62e}.game-row-main{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.4rem;flex:1 1 60%;min-width:0;text-align:left}.game-row-date{font-size:.95rem;color:var(--accent);font-weight:600}.game-row-players{font-size:.95rem;color:var(--foreground);font-weight:500;flex-wrap:wrap}.game-row-winner,.game-row-winner-commander{font-size:.95rem;color:var(--success, #34d399);font-weight:600}.game-row-commanders{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:.4rem;height:auto;flex-wrap:wrap;margin-bottom:.5rem;max-width:100%;box-sizing:border-box;background:transparent}.game-row-commander-img,.game-row-commander-img-placeholder{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:.5rem;box-shadow:0 2px 8px #0000001f;background:#222;border:2px solid #444;margin:0 2px;box-sizing:border-box;overflow:hidden}.game-row-commander-winner{border:2.5px solid var(--success, #34d399)!important;box-shadow:0 0 0 3px #34d3992e}.game-row-commander-img-placeholder{background:#444}@media (min-width: 700px){.game-row{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;min-height:96px;padding:1.2rem .5rem;gap:0;background:var(--background)}.game-row-main{gap:.5rem}.game-row-date,.game-row-players,.game-row-winner,.game-row-winner-commander{font-size:1.1rem}.game-row-commanders{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:.5rem;margin-bottom:0;height:64px;flex:0 0 auto;max-width:40vw}.game-row-commander-img,.game-row-commander-img-placeholder{width:64px;height:64px;margin:0 4px}}@media (min-width: 900px){.game-row{font-size:1.5rem;padding:1.5rem 1vw}.game-row-main{gap:.7rem}}@media (max-width: 600px){.game-row{font-size:1rem;padding:.5rem .25rem;flex-direction:row}.game-row-main{gap:.3rem}.game-row-commanders{justify-content:flex-end;flex-wrap:wrap;max-width:100%;margin-bottom:.5rem}}.game-details{background:none;color:var(--foreground);border-radius:0;box-shadow:none;padding:0;min-width:0;max-width:none;max-height:none;overflow-y:visible;font-size:1rem;position:static;animation:none}.game-details-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}.game-details-title{flex:1;font-size:1.6rem;font-weight:800;text-align:center;color:var(--accent);margin:0}.game-details-date{font-size:1rem;color:var(--accent-light);margin-left:1rem}.game-details-close{background:none;border:none;font-size:2rem;color:var(--accent);cursor:pointer;margin-right:.5rem;transition:color .18s}.game-details-close:hover{color:var(--accent-dark)}.game-details-info{margin-bottom:1.5rem}.game-details-players-table{width:100%;border-collapse:collapse;margin-top:.5rem;font-size:1rem;background:var(--background);border-radius:.5rem;overflow:hidden;box-shadow:0 2px 8px #3b82f614}.game-details-players-table th,.game-details-players-table td{padding:.6rem .75rem;border-bottom:1px solid var(--accent-light);text-align:left}.game-details-players-table th{background:var(--accent-dark);font-weight:700;color:var(--foreground)}.game-details-players-table tr.winner td{font-weight:700;color:var(--accent);background:var(--accent-light)}.player-name{margin-right:.5rem;font-weight:600}.player-commander{font-style:italic;color:var(--accent-light)}.winner-badge{margin-left:.3rem;font-size:1.2em}.game-details-notes{margin-top:1.2rem;background:var(--header-bg);border-radius:.5rem;padding:1rem;color:var(--foreground);box-shadow:0 1px 4px #3b82f614}.game-details-notes h3{margin-top:0;color:var(--accent);font-size:1.1rem;font-weight:700}.game-details-notes p{margin-bottom:0;font-size:1rem}@media (max-width: 600px){.game-details{padding:1rem .2rem .5rem;min-width:0}.game-details-title{font-size:1.2rem}.game-details-header{flex-direction:column;gap:.5rem}.game-details-date{margin-left:0}}.winner-name{color:var(--color-accent);font-weight:700}.player-field-row{display:flex;align-items:center;gap:.5rem;margin:.5rem 0;justify-content:center}.player-field-row select,.player-field-row input{flex:1;margin-top:0;align-self:center}.remove-player-btn{background:var(--surface-border);color:var(--foreground);border:none;border-radius:.5rem;font-size:1.2rem;padding:.3rem .7rem;cursor:pointer;transition:background .18s;align-self:center}.remove-player-btn:hover{background:var(--accent);color:#fff}.new-game-form{display:flex;flex-direction:column;gap:1.2rem;background:none;padding:0;border-radius:0;box-shadow:none;margin:0}@media (max-width: 600px){.new-game-form{padding:1rem .3rem 1.2rem;max-width:98vw;gap:1.5rem}.player-field-row{gap:.8rem}.new-game-form input,.new-game-form select{font-size:1.1rem;padding:.7rem}.new-game-form button{font-size:1.1rem;padding:.7rem 1.7rem}}.new-game-form h2{margin-bottom:1rem;text-align:center;color:var(--accent-dark)}.new-game-form label{display:flex;flex-direction:column;font-weight:500;color:var(--foreground)}.new-game-form input,.new-game-form select{padding:.5rem;border-radius:.5rem;border:1px solid var(--surface-border);background:var(--surface-bg);color:var(--foreground);font-size:1rem}.form-actions{display:flex;justify-content:space-between;gap:1rem}.new-game-form button{padding:.5rem 1.5rem;border-radius:.5rem;border:none;background:var(--accent);color:#fff;font-weight:600;cursor:pointer;transition:background .18s}.new-game-form .cancel-btn{background:var(--surface-border);color:var(--foreground)}
