:root{--bg: #f5eeda;--bg2: #ffffff;--bg3: #e0d2b3;--line: #d8c7a4;--blue: #c0791f;--blue-lt: #96590f;--blue-dk: #7a4a0c;--accent: #96590f;--brass: #c0791f;--felt: #2f8551;--claret: #c33b2e;--cream: #efdcb0;--text: #2c2115;--text-dim: #8a7a5f;--green: #2f8551;--red: #b93327;--amber: #b5790f;--white: #ffffff;--radius: 12px;--shadow: 0 6px 20px rgba(60,45,20,.14)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body,#root{width:100%;height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden;padding:0}button{cursor:pointer;border:none;border-radius:var(--radius);font-family:inherit;font-weight:600;transition:opacity .15s,transform .1s;-webkit-user-select:none;user-select:none;touch-action:manipulation}button:active{transform:scale(.96)}button:disabled{opacity:.4;cursor:not-allowed}input{background:var(--bg3);border:2px solid var(--bg3);border-radius:var(--radius);color:var(--text);font-family:inherit;font-size:1rem;padding:10px 14px;outline:none;transition:border-color .15s}input:focus{border-color:var(--blue-lt)}.btn-primary{background:var(--blue);color:#fff;padding:12px 24px;font-size:1rem}.btn-primary:hover{background:var(--blue-lt)}.btn-danger{background:var(--red);color:var(--white);padding:10px 20px;font-size:.9rem}.btn-ghost{background:transparent;color:var(--accent);border:2px solid var(--accent);padding:10px 20px;font-size:.9rem}.card{background:var(--bg2);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow)}.screen{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.landscape-split{display:flex;flex-direction:row;height:100%;gap:12px;padding:12px}.landscape-split .left{flex:0 0 min(380px,48%);display:flex;flex-direction:column;gap:10px}.landscape-split .right{flex:1;display:flex;flex-direction:column;gap:10px;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes popIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes slideUpIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes scoreBump{0%{transform:scale(1)}40%{transform:scale(1.14)}to{transform:scale(1)}}@keyframes bustShake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(5px)}60%{transform:translate(-4px)}80%{transform:translate(3px)}}@keyframes modalCardIn{0%{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes trophyPop{0%{opacity:0;transform:scale(.3) rotate(-14deg)}to{opacity:1;transform:scale(1) rotate(0)}}.anim-fade-in{animation:fadeIn .2s ease-out both}.anim-pop-in{animation:popIn .18s cubic-bezier(.34,1.56,.64,1) both}.anim-slide-up{animation:slideUpIn .22s cubic-bezier(.22,1,.36,1) both}.anim-score-bump{display:inline-block;animation:scoreBump .25s ease-out}.anim-bust-shake{display:inline-block;animation:bustShake .25s ease-in-out}.modal-overlay{animation:fadeIn .15s ease-out both}.modal-card{animation:modalCardIn .22s cubic-bezier(.34,1.56,.64,1) both;will-change:transform,opacity}.trophy-pop{display:inline-block;animation:trophyPop .4s cubic-bezier(.34,1.56,.64,1) .08s both}.pt-overlay{animation:fadeIn .18s ease-out both;will-change:opacity}.pt-overlay.pt-leaving{animation:fadeOut .16s ease-in both}.pt-item{animation:slideUpIn .24s cubic-bezier(.22,1,.36,1) both}.pt-item-1{animation-delay:.02s}.pt-item-2{animation-delay:.07s}.pt-item-3{animation-delay:.13s}.pt-item-4{animation-delay:.2s}svg{touch-action:manipulation}.board-seg{transition:opacity .12s}.board-seg:active{opacity:.7}.dart-marker{transform-box:fill-box;transform-origin:center;animation:popIn .18s cubic-bezier(.34,1.56,.64,1) both}.progress-fill{transform-origin:left center;transition:transform .25s ease-out;will-change:transform}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-delay:0ms!important;transition-duration:.01ms!important}}.tag{display:inline-block;padding:3px 10px;border-radius:99px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.game-split{display:flex;flex:1;overflow:hidden}.game-left{display:flex;flex-direction:column;flex:0 0 52%;gap:8px;padding:6px 4px 6px 10px}.game-right{flex:1;display:flex;flex-direction:column;gap:8px;padding:8px 12px 8px 6px;overflow-y:auto}@media (orientation: landscape) and (max-height: 500px){.game-header{min-height:28px!important;padding:2px 4px!important}.game-header>span{display:none!important}.game-header>button:not(:first-child){display:none!important}.game-header>div{display:none!important}.game-header>button:first-child{padding:3px 8px!important;font-size:.72rem!important}.landscape-split{gap:4px!important;padding:4px!important}.landscape-split .left{flex:0 0 22%!important;overflow-y:auto;gap:4px!important;padding:0!important}.landscape-split .left .card{padding:4px 6px!important;border-radius:8px!important}.game-split{gap:0!important}.game-left{flex:0 0 67%!important;padding:2px 2px 2px 4px!important}.game-right{padding:3px 5px 3px 3px!important;gap:4px!important;overflow-y:auto}.turn-indicator{padding:5px 8px!important;border-radius:8px!important}.turn-indicator>div:nth-child(3)>div{height:22px!important;font-size:.7rem!important}.player-score-xl{font-size:.95rem!important}.player-score-hero{font-size:1.3rem!important}.game-actions{gap:4px!important}.game-actions button{padding:8px 4px!important;font-size:.78rem!important}}@media (max-width: 600px) and (orientation: portrait){.game-split{flex-direction:column!important;overflow:hidden!important}.game-left{flex:0 0 62%!important;padding:4px 8px!important}.game-right{flex:1!important;padding:4px 8px!important;overflow-y:auto;gap:6px!important}.landscape-split{flex-direction:row!important;overflow:hidden!important}.landscape-split .left{flex:0 0 50%!important;min-width:unset!important;max-width:unset!important;overflow-y:auto}.landscape-split .right{overflow-y:auto}.player-score-xl{font-size:1.3rem!important}.player-score-hero{font-size:2rem!important}.game-actions{gap:5px!important;flex-wrap:wrap!important}.game-actions button{padding:8px 6px!important;font-size:.8rem!important}}@media (orientation: portrait) and (max-height: 780px){.home-logo{width:64px!important;height:64px!important;border-radius:16px!important}.home-brand{gap:6px!important;margin-bottom:10px!important}.home-title{font-size:1.3rem!important}.home-subtitle{display:none!important}.home-nav{gap:5px!important}.home-nav button{padding:8px 14px!important}.home-nav button>div>div:first-child{font-size:.88rem!important}.home-nav button>div>div:last-child{font-size:.68rem!important}.home-nav button svg{width:22px!important;height:22px!important}.home-iap{padding-top:6px!important;margin-top:2px!important}}@media (orientation: landscape) and (max-height: 500px){.home-screen{flex-direction:row!important;align-items:stretch!important;justify-content:flex-start!important;padding:6px 12px!important;gap:12px!important;overflow:hidden!important}.home-brand{flex:0 0 auto;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-width:80px;align-self:center!important}.home-logo{width:52px!important;height:52px!important;border-radius:12px!important}.home-title{font-size:.8rem!important;text-align:center!important}.home-subtitle{display:none!important}.home-right{flex:1!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;min-width:0}.home-nav{flex:1!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:5px!important;margin-top:0!important;max-width:unset!important;overflow-y:auto!important;align-content:start}.home-nav button{padding:7px 10px!important;gap:8px!important}.home-nav button>div>div:first-child{font-size:.82rem!important}.home-nav button>div>div:last-child{font-size:.68rem!important}.home-nav button svg{width:20px!important;height:20px!important}.home-iap{flex-shrink:0!important;margin-top:0!important;max-width:unset!important;padding-top:4px!important;border-top:1px solid var(--line)!important}.home-iap button{padding:7px 10px!important;border-radius:8px!important}.home-iap button>div>div:last-child{display:none!important}.home-topbar{position:absolute!important;top:4px!important;right:8px!important}.home-nav{min-height:0!important}}@media (orientation: landscape) and (max-height: 500px){.training-screen{padding:6px 10px!important}.training-header{margin-bottom:6px!important}.training-header h2{font-size:1rem!important}.training-modes{display:grid!important;grid-template-columns:1fr 1fr!important;gap:5px!important}.training-mode-row{gap:4px!important}.training-mode-btn{padding:7px 10px!important;gap:8px!important;border-radius:10px!important}.training-mode-btn .mode-desc{display:none!important}.training-mode-btn .mode-stats{margin-top:1px!important}.mode-emoji{font-size:1.2rem!important}.screen[style*=overflowY]{overflow-y:auto!important}}.player-picker-sheet{max-height:72vh;padding-bottom:env(safe-area-inset-bottom,0px)}.player-pick-btn{width:100%;box-sizing:border-box}@media (orientation: landscape){.player-pick-btn{width:calc(50% - 4px)!important}}.game-setup-inner{display:flex;flex-direction:column;gap:10px;max-width:480px;margin:0 auto;overflow-y:auto;flex:1;padding:12px 16px}.setup-col{display:contents}.setup-section{display:flex;flex-direction:column;gap:5px}.setup-label{color:var(--text-dim);font-size:.82rem}.setup-opt-btn{padding:10px;font-size:.95rem;font-weight:700;border-radius:12px}.setup-start-btn{padding:12px;font-size:1rem;margin-top:4px}.setup-desc{display:none}@media (orientation: landscape){.game-setup-inner{flex-direction:row!important;gap:16px!important;padding:10px 16px!important;max-width:none!important;align-items:stretch!important;overflow-y:hidden!important}.setup-col{display:flex!important;flex-direction:column!important;gap:10px!important;flex:1!important;min-width:0}.setup-opt-btn{padding:9px 8px!important;font-size:.9rem!important}.setup-start-btn{padding:11px!important;font-size:1rem!important;margin-top:auto!important}}@media (orientation: landscape) and (max-height: 500px){.game-setup-inner{padding:6px 12px!important;gap:10px!important}.setup-col{gap:6px!important}.setup-opt-btn{padding:6px 4px!important;font-size:.8rem!important}.setup-start-btn{padding:7px!important;font-size:.85rem!important}.setup-label{font-size:.75rem!important}.gs-footer{padding:5px 10px 6px!important;gap:4px!important}.gs-footer button{padding:6px 10px!important;font-size:.82rem!important}}.game-list{display:flex;flex-direction:column;gap:8px;overflow-y:auto;flex:1}.game-list-btn{box-sizing:border-box}@media (orientation: landscape) and (max-height: 500px){.game-list{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;overflow-y:auto!important}.game-list-btn{padding:9px 12px!important}.game-list-desc{display:none!important}}@media (orientation: landscape) and (max-height: 500px){.player-picker-sheet{bottom:auto!important;top:50%!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%);width:92%;max-width:600px;max-height:85vh;border-radius:16px!important;padding-bottom:0!important}}@media (orientation: landscape) and (min-height: 501px){.home-screen{flex-direction:row!important;align-items:stretch!important;justify-content:flex-start!important;padding:0!important;gap:0!important;overflow:hidden!important}.home-topbar{position:absolute!important;top:14px!important;right:20px!important}.home-brand{flex:0 0 28%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:12px!important;margin-bottom:0!important;padding:24px 20px!important;border-right:1px solid var(--line);background:var(--bg2)}.home-logo{width:100px!important;height:100px!important;border-radius:24px!important}.home-title{font-size:1.5rem!important;text-align:center!important}.home-subtitle{display:block!important;font-size:.72rem!important}.home-right{flex:1!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;padding:20px 28px!important;overflow:hidden!important;gap:10px!important}.home-nav{display:grid!important;grid-template-columns:1fr 1fr!important;grid-auto-rows:1fr!important;gap:10px!important;width:100%!important;max-width:720px!important;flex:1!important;align-content:stretch!important;overflow:hidden!important}.home-nav button{padding:0 18px!important;align-items:center!important;height:100%!important}.home-nav button svg{width:26px!important;height:26px!important}.home-nav button>div>div:first-child{font-size:.95rem!important}.home-nav button>div>div:last-child{font-size:.72rem!important;opacity:.7!important}.home-iap{flex-shrink:0!important;width:100%!important;max-width:720px!important;margin:0!important;padding-top:8px!important}}@media (orientation: landscape) and (min-height: 501px){.training-screen{padding:10px 16px!important;gap:0!important}.training-header{margin-bottom:8px!important;flex-shrink:0!important}.training-modes{display:grid!important;grid-template-columns:1fr 1fr!important;grid-auto-rows:1fr!important;gap:8px!important;overflow:hidden!important;flex:1!important}.training-mode-row{gap:6px!important}.training-mode-btn{padding:10px 14px!important;height:100%!important;box-sizing:border-box!important}}@media (orientation: landscape) and (min-height: 501px){.game-list{display:grid!important;grid-template-columns:1fr 1fr!important;grid-auto-rows:1fr!important;gap:8px!important;overflow:hidden!important}.game-list-btn{height:100%!important;box-sizing:border-box!important;align-items:flex-start!important;padding-top:14px!important;padding-bottom:14px!important}}
