:root{--bg:#f4f6fa;--card:#fff;--border:#d7e0ea;--text:#1f2f46;--muted:#5f6f84;--sidebar:#163847;--sidebar-active:#3c817d;--sidebar-text:#fff;--accent:#3c817d;--accent-dark:#2f6763;--header-bg:#dff0ef}*{box-sizing:border-box}html,body,#root{min-height:100%;color:var(--text);background:var(--bg);margin:0;font-family:Arial,Helvetica,sans-serif}body{overflow-x:hidden}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;min-height:42px;color:var(--text);background:#fff;border:1px solid #c9d3df;border-radius:12px;padding:10px 12px}.main-content .card input,.main-content .card select{border-radius:10px;min-height:32px;padding:6px 8px;font-size:13px}button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:12px;min-height:42px;padding:10px 16px;font-weight:600}.main-content .card button{border-radius:10px;min-height:32px;padding:6px 10px;font-size:13px}button:hover{background:var(--accent-dark)}button:disabled{opacity:.55;cursor:not-allowed}label{margin-bottom:8px;font-size:13px;font-weight:700;display:block}.main-content .card label{margin-bottom:4px;font-size:12px}.main-content .card h2{margin-bottom:10px;font-size:20px}.main-content .card h3{margin-bottom:8px;font-size:16px}h1,h2,h3,h4,p{margin-top:0}.app-shell{grid-template-columns:320px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--sidebar);color:var(--sidebar-text);height:100vh;padding:24px;position:sticky;top:0;overflow-y:auto}.sidebar h1{margin:0 0 20px;font-size:26px}.nav-stack{gap:12px;display:grid}.nav-button{text-align:left;color:#fff;background:#ffffff1f;width:100%}.nav-button.active{background:var(--sidebar-active)}.main-content{min-width:0;padding:22px}.stack{gap:18px;display:grid}.card{background:var(--card);border:1px solid #e4e9f0;border-radius:18px;min-width:0;padding:22px;overflow:hidden;box-shadow:0 2px 10px #0f172a0d}.row-between{justify-content:space-between;align-items:center;gap:12px;display:flex}.button-row{flex-wrap:wrap;gap:10px;display:flex}.grid{gap:14px;display:grid}.four-col{grid-template-columns:repeat(4,minmax(0,1fr))}.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.align-end{align-items:end;display:flex}.small-note{color:var(--muted);font-size:12px}.checkbox-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 14px;display:grid}.checkbox-item{align-items:center;gap:8px;margin-bottom:0;font-weight:500;display:flex}.checkbox-item input{width:auto;min-height:auto}table{border-collapse:collapse;background:#fff;width:100%;min-width:900px}th,td{border:1px solid var(--border);vertical-align:middle;background:#fff;padding:10px 12px}th{background:var(--header-bg);color:#20324b;font-size:15px;font-weight:700}.table-scroll,.tracking-scroll{-webkit-overflow-scrolling:touch;padding-bottom:8px;overflow-x:auto}.table-center th,.table-center td{text-align:center}.card,.main-content{min-width:0}.table-scroll,.tracking-scroll{-webkit-overflow-scrolling:touch;width:100%;max-width:100%;position:relative;overflow:auto!important}.table-scroll>table,.table-scroll .lineup-print-table{min-width:max-content}.grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.grid-3{grid-template-columns:1fr 1fr;gap:12px;display:grid}.position-card{background:#fff;border-radius:12px;margin-bottom:12px;padding:12px;box-shadow:0 2px 6px #00000014}.position-title{margin-bottom:8px;font-weight:600}.checkbox-row{flex-wrap:wrap;gap:12px;display:flex}@media (width<=900px){.app-shell{display:block}.sidebar{height:auto;position:static}.main-content{padding:8px}.stack{gap:10px}.card{border-radius:14px;padding:10px}.card h2{margin-bottom:8px;font-size:18px}.card h3{margin-bottom:6px;font-size:15px}.four-col,.two-col{grid-template-columns:1fr}.row-between,.wrap-row,.button-row{gap:6px}.main-content .card button{white-space:nowrap;border-radius:9px;min-height:30px;padding:5px 9px;font-size:12px}.main-content .card input,.main-content .card select,.main-content .card textarea{border-radius:9px;min-height:30px;padding:5px 8px;font-size:12px}.main-content .card label{margin-bottom:3px;font-size:11px}.small-note{font-size:11px}.table-scroll,.tracking-scroll{border:1px solid var(--border);background:#fff;border-radius:12px;max-height:72vh;padding-bottom:4px}}@media (width<=700px){.main-content{padding:6px}.card{border-radius:12px;padding:8px}.card h2{font-size:17px}.card h3{font-size:14px}.sidebar{padding:10px}.sidebar h1{margin-bottom:8px;font-size:18px}.nav-stack{gap:6px;padding-bottom:4px;display:flex;overflow-x:auto}.nav-button{flex:none;width:auto;min-height:32px;padding:6px 10px;font-size:12px}.main-content .card button{min-height:28px;padding:4px 8px;font-size:11px}.main-content .card input,.main-content .card select,.main-content .card textarea{min-height:28px;font-size:11px}th,td{padding:6px 7px}}@media (width<=900px) and (orientation:landscape){.tracking-scroll,.table-scroll{max-height:68vh!important;overflow:auto!important}.card input[type=date]{width:135px!important;min-width:135px!important;max-width:135px!important}.card .filters-row{gap:10px!important}}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.page-header h1{margin:0}.page-header p{color:#6b7280;margin-top:6px}.row{align-items:center;display:flex}.row-between{justify-content:space-between;align-items:center;display:flex}.wrap-row{flex-wrap:wrap}.gap{gap:10px}.grid-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:16px;display:grid}.grid-4{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:16px;display:grid}.button-grid{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.button-grid button{min-width:120px}.button-grid button.primary{color:#fff;background:#167c74;border-color:#167c74}.card h2{margin-top:0}.card h3{color:#374151;margin-top:18px;margin-bottom:8px;font-size:15px}.pitcher-admin-player-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;display:grid}.pitcher-admin-player-card{text-align:left;color:#1f2937;background:#f8fafc;border:1px solid #d1d5db;border-radius:12px;align-items:center;gap:10px;padding:12px;display:flex}.pitcher-admin-player-card.is-active{background:#e6f6f4;border-color:#167c74}.pitcher-admin-player-card.is-selected{outline:3px solid #167c744d}.pitcher-admin-check{color:#fff;background:#167c74;border-radius:999px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-weight:800;display:inline-flex}.pitcher-admin-player-card small{color:#6b7280;margin-top:2px;display:block}.pitcher-pitch-card-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.pitcher-pitch-card{background:#f8fafc;border:1px solid #d1d5db;border-radius:12px;padding:12px}.pitcher-pitch-card.is-active{background:#e6f6f4;border-color:#167c74}.pitcher-pitch-toggle{align-items:center;gap:8px;margin-bottom:10px;font-weight:800;display:flex}.pitcher-pitch-toggle input{width:22px;height:22px}.pitcher-pitch-card input[type=number]{max-width:90px}.app-shell{min-height:100vh;display:flex}.main-content{flex:1;min-width:0;padding:24px}.app-sidebar{color:#fff;box-sizing:border-box;background:#123847;width:240px;min-width:240px;padding:20px}.sidebar-title{margin-bottom:20px;font-size:20px;font-weight:700;line-height:1.2}.sidebar-nav{flex-direction:column;gap:10px;display:flex}.sidebar-nav-button{text-align:left;cursor:pointer;color:#fff;background:#1d5568;border:none;border-radius:10px;width:100%;padding:12px 14px;font-size:16px;font-weight:500}.sidebar-nav-button.is-active{background:#167c74;font-weight:700}.mobile-top-nav,.mobile-nav-backdrop{display:none}@media (width<=900px){.app-shell{display:block}.main-content{box-sizing:border-box;width:100%;padding:76px 10px 110px}.mobile-top-nav{z-index:100;color:#fff;box-sizing:border-box;background:#123847;align-items:center;gap:12px;height:62px;padding:10px 14px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000002e}.mobile-top-nav strong{font-size:16px;line-height:1.1;display:block}.mobile-top-nav span{opacity:.85;margin-top:2px;font-size:12px;display:block}.mobile-menu-button{color:#fff;background:#167c74;border:none;border-radius:12px;width:42px;height:42px;font-size:24px;font-weight:800}.app-sidebar{z-index:120;width:280px;min-width:280px;padding:16px;transition:transform .2s;position:fixed;top:62px;bottom:0;left:0;overflow-y:auto;transform:translate(-105%)}body.mobile-nav-open .app-sidebar{transform:translate(0)}.sidebar-title{display:none}.sidebar-nav-button{padding:13px 14px;font-size:16px}.mobile-nav-backdrop{z-index:110;background:#00000059;border:none;position:fixed;inset:0}body.mobile-nav-open .mobile-nav-backdrop{display:block}body.mobile-nav-open{overflow:hidden}}.games-table{table-layout:fixed;min-width:1250px}.games-table th,.games-table td{padding:10px 8px}.games-table .games-date-col{width:155px}.games-table .games-order-col{width:90px}.games-table .games-opponent-col{text-align:left;width:230px}.games-table .games-type-col{width:170px}.games-table .games-season-col{width:130px}.games-table .games-innings-col{width:95px}.games-table .games-status-col{width:150px}.games-table .games-lineup-col{width:100px}.games-table .games-action-col{width:105px}.games-table input,.games-table select{width:100%;min-width:0;padding:8px 10px;font-size:15px}.center-cell,.input-center{text-align:center}.wide-text-cell,.wide-text-cell input{min-width:220px}.tracking-card{overflow:hidden}.tracking-table{border-collapse:collapse;table-layout:fixed;background:#fff;width:max-content;min-width:100%}.tracking-table th,.tracking-table td{vertical-align:middle;white-space:nowrap;text-align:center;background:#fff;border:1px solid #d7dee3;padding:8px}.tracking-table thead th{background:#e6f4f4;font-weight:700}.tracking-table .col-player{text-align:left;width:86px;min-width:86px;max-width:86px}.tracking-table .col-small{width:42px;min-width:42px;max-width:42px;padding:6px 4px}.tracking-table .col-game{width:72px;min-width:72px;max-width:72px}.tracking-table .col-date{width:92px;min-width:92px;max-width:92px}.tracking-table .col-opponent{white-space:normal;text-align:left;width:180px;min-width:180px;max-width:180px}.tracking-table .sticky-col-1,.tracking-table .sticky-col-2,.tracking-table .sticky-col-3{z-index:3;background:#fff;position:sticky}.tracking-table thead .sticky-col-1,.tracking-table thead .sticky-col-2,.tracking-table thead .sticky-col-3{z-index:4;background:#e6f4f4}.tracking-table .sticky-col-1{left:0}.tracking-table .sticky-col-2{left:86px}.tracking-table .sticky-col-3{left:266px}.tracking-table.priority-groups{border-collapse:collapse}.tracking-table.priority-groups thead th,.tracking-table.priority-groups tbody td{text-align:center;vertical-align:middle}.tracking-table.priority-groups .group-start{border-left:2px solid #7f95a3!important}.tracking-table.priority-groups .group-end{border-right:2px solid #7f95a3!important}.tracking-table.priority-groups thead tr:first-child th.group-box{background:#dceff0!important;border:2px solid #7f95a3!important;border-bottom-width:1px!important}.tracking-table.priority-groups thead tr:nth-child(2) th.group-start,.tracking-table.priority-groups thead tr:nth-child(2) th.group-end{border-bottom:2px solid #7f95a3!important}.game-detail-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;display:grid}.game-detail-fields>div{min-width:0}.game-detail-fields input,.game-detail-fields select{width:100%;min-width:0}.game-detail-availability{grid-template-columns:repeat(3,minmax(90px,1fr));align-items:center;gap:10px 24px;display:grid}.game-detail-availability label,.game-detail-availability-item{align-items:center;gap:8px;min-width:0;display:flex}.game-detail-availability input[type=checkbox]{flex:none;width:22px;height:22px}.game-detail-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.game-detail-actions button{border-radius:10px;min-height:36px;padding:8px 14px;font-size:14px;line-height:1.1}@media (width<=700px){.game-detail-fields{grid-template-columns:1fr}.game-detail-availability{grid-template-columns:repeat(2,minmax(120px,1fr));gap:8px 16px}.game-detail-actions{justify-content:flex-start}.game-detail-actions button{min-height:34px;padding:7px 11px;font-size:13px}}.lineup-setter-top-grid{grid-template-columns:1fr 1fr;align-items:start;gap:24px;display:grid}.lineup-setter-new-game{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:16px;display:grid}.lineup-setter-new-game-fields{grid-template-columns:1fr;gap:12px;display:grid}.lineup-setter-new-game-action{align-items:stretch;display:flex}.lineup-setter-new-game-action button{white-space:nowrap;height:100%}.lineup-focus-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.lineup-focus-status-pill{white-space:nowrap;background:#e6f4f4;border:1px solid #b7dada;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:800}.lineup-focus-two-col{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:14px;display:grid}.optimizer-mode-row{grid-template-columns:minmax(220px,360px) 1fr;align-items:end;gap:14px;margin-bottom:18px;display:grid}.optimizer-mode-row select{width:100%}.optimizer-mode-note{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:10px}.checks-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.check-pill{font-size:12px;padding:8px 10px!important}.check-good{background:#f0fdf4!important;border-color:#bbf7d0!important}.check-issue{background:#fff7ed!important;border-color:#fed7aa!important}.lineup-grid-actions button{min-width:92px}.player-chip{font-weight:600}.checkbox-item.available{background:#ecfdf5;border-radius:8px;padding:4px 6px}.checkbox-item.not-available{opacity:.6}.player-name-with-balance{flex-direction:column;align-items:flex-start;gap:3px;display:flex}.sit-badge{white-space:nowrap;border-radius:999px;padding:2px 6px;font-size:10px;font-weight:800;line-height:1.1;display:inline-block}.sit-ok{color:#166534;background:#dcfce7}.sit-low{color:#854d0e;background:#fef9c3}.sit-high{color:#991b1b;background:#fee2e2}@media (width<=900px){.lineup-focus-header{align-items:flex-start}.lineup-focus-two-col{grid-template-columns:1fr}.checks-grid{grid-template-columns:1fr 1fr}.lineup-grid-actions button{min-width:auto}.lineup-setter-new-game{grid-template-columns:1fr}.lineup-setter-new-game-fields{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.lineup-setter-new-game-fields>div{min-width:0!important}.lineup-setter-new-game-fields input,.lineup-setter-new-game-fields select{box-sizing:border-box!important;width:100%!important;min-width:0!important}.lineup-setter-current-plan-table{table-layout:fixed;min-width:760px}.lineup-setter-current-plan-table th,.lineup-setter-current-plan-table td{padding:5px 4px;font-size:11px}.lineup-setter-current-plan-table th:first-child,.lineup-setter-current-plan-table td:first-child{width:72px}.lineup-setter-current-plan-table th:nth-child(4),.lineup-setter-current-plan-table td:nth-child(4){white-space:normal;width:130px}.lineup-setter-availability,.checkbox-grid{grid-template-columns:repeat(3,minmax(92px,1fr))!important;gap:8px 10px!important;display:grid!important}.lineup-setter-availability label,.checkbox-grid label{white-space:nowrap;align-items:center!important;gap:6px!important;min-height:28px!important;margin:0!important;font-size:12px!important;display:flex!important}.lineup-setter-availability input[type=checkbox],.checkbox-grid input[type=checkbox]{flex:none!important;width:18px!important;height:18px!important;min-height:18px!important}}@media (width<=700px){.lineup-setter-top-grid{grid-template-columns:1fr;gap:14px}.lineup-setter-top-grid select,.lineup-setter-top-grid input{min-width:0;font-size:13px}.lineup-setter-top-grid button,.lineup-setter-new-game-action button{width:100%}.optimizer-mode-row{grid-template-columns:1fr;gap:8px}}@media (width<=600px){.lineup-focus-header{flex-direction:column}.checks-grid{grid-template-columns:1fr}}.lineup-print-table{border-collapse:separate;border-spacing:0;width:max-content;min-width:100%}.lineup-print-table thead th{z-index:20;background:#e6f4f4;position:sticky;top:0}.lineup-print-table th,.lineup-print-table td{padding:4px 5px;font-size:12px}.lineup-print-table select{min-width:72px;height:30px;min-height:30px;padding:2px 4px;font-size:12px}.lineup-print-table input[type=number]{width:54px;min-width:54px;height:30px;min-height:30px;padding:2px 4px;font-size:12px}.lineup-print-table th:first-child,.lineup-print-table td:first-child{z-index:6;background:#fff;width:54px;min-width:54px;max-width:54px;position:sticky;left:0}.lineup-print-table th:nth-child(2),.lineup-print-table td:nth-child(2){z-index:6;background:#fff;width:76px;min-width:76px;max-width:76px;position:sticky;left:54px}.lineup-print-table th:nth-child(3),.lineup-print-table td:nth-child(3){z-index:6;background:#fff;width:92px;min-width:92px;max-width:92px;position:sticky;left:130px}.lineup-print-table thead th:first-child,.lineup-print-table thead th:nth-child(2),.lineup-print-table thead th:nth-child(3){z-index:30;background:#e6f4f4}.lineup-print-table td:nth-child(3){text-align:left}.batting-cell{z-index:1;background:#fff;justify-content:center;align-items:center;gap:6px;display:flex;position:relative}.batting-order-input{width:56px!important;min-width:56px!important}.batting-cell .grid-cell-lock-only{min-width:24px;margin:0}.batting-lock-button{width:38px;min-width:38px;padding:4px 6px}.grid-cell-lock-only{justify-content:center;gap:0}.inning-header{flex-direction:column;align-items:center;gap:2px;min-width:56px;display:flex}.inning-number{font-size:12px;font-weight:600}.inning-remove{color:#b42318;background:#fbe4e4;border:1px solid #e5b4b4;border-radius:6px;width:22px;height:20px;padding:0;font-weight:700}.inning-lock-wrap{flex-direction:column;align-items:center;gap:2px;margin:0;font-size:11px;display:flex}.inning-lock{width:16px;height:16px;margin:0}.row-locked{opacity:.7;background:#f8fafc}.mini-diamond-wrap{width:12px;height:12px;margin:0 auto;position:relative}.mini-diamond-dot{background:#fff;border:1px solid #94a3b8;border-radius:999px;width:10px;height:10px}.mini-diamond-dot.valid{background:#22c55e;border-color:#16a34a}.mini-diamond-dot.invalid{background:#ef4444;border-color:#dc2626}.mini-diamond-dot.empty{background:#fff}.mini-diamond-lock{color:#fff;text-align:center;background:#0f172a;border-radius:999px;width:10px;height:10px;font-size:7px;font-weight:700;line-height:10px;position:absolute;top:-5px;right:-5px}@media (width<=900px){.table-scroll{-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;position:relative;overflow:auto!important}.lineup-print-table{table-layout:fixed!important;width:max-content!important;min-width:980px!important}.lineup-print-table th,.lineup-print-table td{white-space:nowrap!important;padding:4px 5px!important;font-size:12px!important}.lineup-print-table thead th{z-index:40!important;background:#dff0ef!important;position:sticky!important;top:0!important}.lineup-print-table th:first-child,.lineup-print-table td:first-child{z-index:60!important;background:#fff!important;width:42px!important;min-width:42px!important;max-width:42px!important;position:sticky!important;left:0!important}.lineup-print-table th:nth-child(2),.lineup-print-table td:nth-child(2){z-index:60!important;text-align:left!important;background:#fff!important;width:92px!important;min-width:92px!important;max-width:92px!important;position:sticky!important;left:42px!important}.lineup-print-table thead th:first-child,.lineup-print-table thead th:nth-child(2){z-index:90!important;background:#dff0ef!important}.lineup-print-table th:nth-child(3),.lineup-print-table td:nth-child(3),.lineup-print-table th:nth-child(4),.lineup-print-table td:nth-child(4){z-index:1!important;background:#fff!important;position:static!important;left:auto!important}.lineup-print-table thead th:nth-child(3),.lineup-print-table thead th:nth-child(4){z-index:45!important;background:#dff0ef!important;position:sticky!important;top:0!important}.lineup-print-table th:nth-child(3),.lineup-print-table td:nth-child(3){width:104px!important;min-width:104px!important;max-width:104px!important}.lineup-print-table th:nth-child(4),.lineup-print-table td:nth-child(4){width:74px!important;min-width:74px!important;max-width:74px!important}.lineup-print-table select{width:76px!important;min-width:76px!important;max-width:76px!important;height:30px!important;min-height:30px!important;font-size:12px!important}.lineup-print-table input[type=number]{width:64px!important;min-width:64px!important;max-width:64px!important}.lineup-print-table .inning-header{gap:3px!important;min-width:90px!important;height:auto!important}.mini-diamond-wrap{display:none!important}.inning-number{font-size:13px!important;font-weight:800!important}.inning-number:before{content:"Inn "}.inning-lock-wrap{gap:1px!important;font-size:10px!important}.inning-lock{width:14px!important;height:14px!important}.lineup-print-table td{vertical-align:middle!important}.lineup-print-table td select{vertical-align:middle!important;margin-right:6px!important;display:inline-block!important}.lineup-print-table td label{vertical-align:middle!important;white-space:nowrap!important;align-items:center!important;gap:4px!important;margin:0!important;font-size:0!important;display:inline-flex!important}.lineup-print-table td label input[type=checkbox]{width:22px!important;min-width:22px!important;height:22px!important;min-height:22px!important;font-size:initial!important;margin:0!important}.lineup-print-table .batting-lock-button,.lineup-print-table button{white-space:nowrap}}@media (width<=900px) and (orientation:landscape){.lineup-print-table{min-width:1050px!important}.lineup-print-table th,.lineup-print-table td{padding:3px!important;font-size:11px!important}.lineup-print-table th:first-child,.lineup-print-table td:first-child{width:36px!important;min-width:36px!important;max-width:36px!important}.lineup-print-table th:nth-child(2),.lineup-print-table td:nth-child(2){width:78px!important;min-width:78px!important;max-width:78px!important;left:36px!important}.lineup-print-table th:nth-child(3),.lineup-print-table td:nth-child(3){width:68px!important;min-width:68px!important;max-width:68px!important}.lineup-print-table thead th{vertical-align:middle!important;height:46px!important;padding:6px 8px!important}.lineup-print-table .inning-header{gap:0!important;min-width:120px!important}.lineup-print-table .inning-header>button.inning-remove,.lineup-print-table .inning-header .mini-diamond-wrap{display:none!important}.lineup-print-table .inning-number{font-size:16px!important;font-weight:800!important}.lineup-print-table select{width:66px!important;min-width:66px!important;max-width:66px!important}}.mini-inning-lock{text-align:center;color:#0f172a;height:18px;margin:0 auto 2px;font-size:13px;line-height:18px}.position-cell{align-items:center;gap:4px;display:flex}.grid-cell-lock-only{justify-content:center;align-items:center;margin:0;display:inline-flex!important}.grid-cell-lock-only input{accent-color:#167c74;width:16px;height:16px}.position-select{min-width:58px}.row-locked .position-select{opacity:.65}.inning-lock-button{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;min-width:78px;margin-top:6px;padding:4px 8px;font-size:11px;font-weight:700}.inning-lock-button.is-locked{color:#fff;background:#167c74;border-color:#167c74}.position-cell{position:relative}.cell-lock-badge{pointer-events:none;z-index:2;font-size:12px;line-height:1;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.position-select.cell-is-locked{padding-left:28px}@media (width<=900px){.table-scroll{-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;position:relative;overflow:auto!important}.lineup-print-table{table-layout:fixed!important;min-width:980px!important}.lineup-print-table thead th{z-index:40!important;background:#dff0ef!important;font-size:14px!important;position:sticky!important;top:0!important}.lineup-print-table th,.lineup-print-table td{white-space:nowrap!important;padding:4px 5px!important;font-size:12px!important}.lineup-print-table th:first-child,.lineup-print-table td:first-child{z-index:60!important;background:#fff!important;width:46px!important;min-width:46px!important;max-width:46px!important;position:sticky!important;left:0!important}.lineup-print-table th:nth-child(2),.lineup-print-table td:nth-child(2){z-index:60!important;text-align:left!important;background:#fff!important;width:118px!important;min-width:118px!important;max-width:118px!important;position:sticky!important;left:46px!important}.lineup-print-table thead th:first-child,.lineup-print-table thead th:nth-child(2){z-index:90!important;background:#dff0ef!important}.lineup-print-table th:nth-child(3),.lineup-print-table td:nth-child(3),.lineup-print-table th:nth-child(4),.lineup-print-table td:nth-child(4){z-index:auto!important;background:#fff!important;position:static!important;left:auto!important}.lineup-print-table thead th:nth-child(3),.lineup-print-table thead th:nth-child(4){z-index:45!important;background:#dff0ef!important;position:sticky!important;top:0!important}.lineup-print-table th:nth-child(3),.lineup-print-table td:nth-child(3){width:104px!important;min-width:104px!important;max-width:104px!important}.lineup-print-table th:nth-child(4),.lineup-print-table td:nth-child(4){width:74px!important;min-width:74px!important;max-width:74px!important}.lineup-print-table select{width:92px!important;min-width:92px!important;max-width:92px!important;height:30px!important;min-height:30px!important;font-size:12px!important}.lineup-print-table input[type=number]{width:64px!important;min-width:64px!important;max-width:64px!important}.lineup-print-table .inning-header{gap:3px!important;min-width:90px!important;height:auto!important}.mini-diamond-wrap{display:none!important}.inning-number{font-size:13px!important;font-weight:800!important}.inning-number:before{content:"Inn "}.inning-lock-wrap{gap:1px!important;font-size:10px!important}.inning-lock{width:14px!important;height:14px!important}.lineup-print-table td{vertical-align:middle!important}.lineup-print-table td label{vertical-align:middle!important;white-space:nowrap!important;align-items:center!important;gap:0!important;margin:0!important;font-size:0!important;display:inline-flex!important}.lineup-print-table td label input[type=checkbox]{width:22px!important;min-width:22px!important;height:22px!important;min-height:22px!important;font-size:initial!important;margin:0!important}.lineup-print-table td select{vertical-align:middle!important;margin-right:6px!important;display:inline-block!important}.lineup-print-table td:nth-child(n+5){white-space:nowrap!important}}@media (width<=900px) and (orientation:landscape){.tracking-scroll,.table-scroll{max-height:68vh!important;overflow:auto!important}.lineup-print-table{min-width:1050px!important}.lineup-print-table th,.lineup-print-table td{padding:3px!important;font-size:11px!important}.lineup-print-table th:first-child,.lineup-print-table td:first-child{width:44px!important;min-width:44px!important;max-width:44px!important}.lineup-print-table th:nth-child(2),.lineup-print-table td:nth-child(2){width:110px!important;min-width:110px!important;max-width:110px!important;left:44px!important}}.mobile-lineup-card-overlay{z-index:9999;background:#0f172ab8;justify-content:center;align-items:flex-start;padding:28px;display:flex;position:fixed;inset:0;overflow:auto}.mobile-lineup-card{background:#fff;border-radius:18px;width:min(96vw,1180px);overflow:hidden;box-shadow:0 20px 60px #0f172a59}.mobile-lineup-card-header{background:#e8f4f4;border-bottom:1px solid #cbd5e1;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.mobile-lineup-card-header h2{margin:0 0 4px;font-size:22px}.mobile-lineup-card-actions{gap:10px;display:flex}.mobile-lineup-card-scroll{padding:0;overflow-x:auto}.mobile-lineup-card-table{border-collapse:collapse;table-layout:fixed;width:100%}.mobile-lineup-card-table th,.mobile-lineup-card-table td{text-align:center;white-space:nowrap;border:1px solid #cbd5e1;padding:7px 8px;font-size:14px}.mobile-lineup-card-table th{background:#e8f4f4;font-weight:800}.mobile-lineup-card-table th:first-child,.mobile-lineup-card-table td:first-child{width:44px}.mobile-lineup-card-table th:nth-child(2),.mobile-lineup-card-table td:nth-child(2){width:48px}.mobile-lineup-card-table th:nth-child(3),.mobile-lineup-card-table td:nth-child(3){text-align:left;width:190px}.mobile-lineup-player{font-weight:800}.mobile-lineup-out{background:#eef2f7;font-weight:900}@media print{body *{visibility:hidden!important}.mobile-lineup-card-overlay,.mobile-lineup-card-overlay *{visibility:visible!important}.mobile-lineup-card-overlay{background:#fff!important;padding:0!important;display:block!important;position:static!important;inset:auto!important;overflow:visible!important}.mobile-lineup-card{width:100%!important;max-width:none!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important}.mobile-lineup-card-header{background:#fff!important;border-bottom:0!important;padding:0 0 12px!important}.mobile-lineup-card-actions{display:none!important}.mobile-lineup-card-scroll{overflow:visible!important}.mobile-lineup-card-table{table-layout:fixed!important;border-collapse:collapse!important;width:100%!important}.mobile-lineup-card-table th,.mobile-lineup-card-table td{border:1px solid #cbd5e1!important;padding:4px!important;font-size:10px!important}.mobile-lineup-card-table th{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#e8f4f4!important}.mobile-lineup-out{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#eef2f7!important;font-weight:900!important}@page{size:landscape;margin:.3in}}.priority-combined-table{border-collapse:separate!important;border-spacing:0!important;table-layout:fixed!important;min-width:1320px!important}.priority-combined-table th,.priority-combined-table td{box-sizing:border-box!important;white-space:normal!important;text-align:center!important;vertical-align:middle!important}.priority-combined-table .col-player{text-align:left!important;width:110px!important;min-width:110px!important;max-width:110px!important}.priority-combined-table .col-small{width:68px!important;min-width:68px!important;max-width:68px!important}.priority-combined-table thead th{background:#dff0ef!important;position:sticky!important}.priority-combined-table thead tr:first-child th{z-index:40!important;height:44px!important;top:0!important}.priority-combined-table thead tr:nth-child(2) th{z-index:45!important;border-bottom:3px solid #78909c!important;height:44px!important;top:44px!important}.priority-combined-table tbody td.sticky-col-1{z-index:80!important;text-align:left!important;background:#fff!important;position:sticky!important;left:0!important}.priority-combined-table tbody td.sticky-col-2{z-index:81!important;background:#fff!important;position:sticky!important;left:110px!important}.priority-combined-table thead th.sticky-col-1{z-index:999!important;background:#dff0ef!important;height:88px!important;position:sticky!important;top:0!important;left:0!important}.priority-combined-table thead th.sticky-col-2{z-index:1000!important;background:#dff0ef!important;height:88px!important;position:sticky!important;top:0!important;left:110px!important}.priority-combined-table thead th.sticky-col-1,.priority-combined-table thead th.sticky-col-2{box-shadow:2px 0 #d6dee8!important}.priority-combined-table thead tr:first-child th:not(.sticky-col-1):not(.sticky-col-2){z-index:20!important}.priority-combined-table thead tr:nth-child(2) th:not(.sticky-col-1):not(.sticky-col-2){z-index:21!important}.priority-combined-table .priority-pos-heading,.priority-combined-table .group-start{border-left:3px solid #78909c!important}.priority-combined-table .priority-pos-heading,.priority-combined-table .group-end{border-right:3px solid #78909c!important}.priority-combined-table .priority-wrap-header{white-space:normal!important;overflow-wrap:anywhere!important;font-size:10px!important;line-height:1.05!important}.tracking-scroll{isolation:isolate}.print-only{display:none}@media print{@page{size:letter portrait;margin:.3in}html,body,#root{background:#fff!important;margin:0!important;padding:0!important;overflow:visible!important}.sidebar,.no-print,button{display:none!important}.app-shell{min-height:0!important;display:block!important}.main-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.main-content .stack>*{display:none!important}.print-only,.print-only.show-print{visibility:visible!important;background:#fff!important;width:100%!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.print-only *,.print-only.show-print *{visibility:visible!important}.mobile-lineup-card-overlay{z-index:auto!important;background:#fff!important;padding:0!important;display:block!important;position:static!important;inset:auto!important;overflow:visible!important}.mobile-lineup-card{width:100%!important;max-height:none!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important}.mobile-lineup-card-actions{display:none!important}.mobile-lineup-card-scroll{overflow:visible!important}.mobile-lineup-card-table{table-layout:fixed!important;width:100%!important;min-width:0!important}.coach-sheet-print,.coach-summary-print,.print-coach-sheet{visibility:visible!important;color:#111827!important;background:#fff!important;width:100%!important;display:block!important;overflow:visible!important}.coach-sheet-print *,.coach-summary-print *,.print-coach-sheet *{visibility:visible!important}.coach-lineup-table,.coach-plan-table{border-collapse:collapse!important;table-layout:fixed!important;background:#fff!important;width:100%!important;min-width:0!important;font-size:10px!important}.coach-lineup-table th,.coach-lineup-table td,.coach-plan-table th,.coach-plan-table td{text-align:center!important;vertical-align:middle!important;color:#1f2f46!important;background:#fff!important;border:1px solid #111!important;padding:3px 4px!important;line-height:1.05!important}.coach-lineup-table th,.coach-plan-table th{background:#e6f4f4!important;font-weight:800!important}.coach-lineup-table th:first-child,.coach-lineup-table td:first-child{width:34px!important}.coach-lineup-table th:nth-child(2),.coach-lineup-table td:nth-child(2){text-align:left!important;width:92px!important}.coach-lineup-table th:nth-child(3),.coach-lineup-table td:nth-child(3){width:30px!important}.print-game{page-break-after:always!important;break-after:page!important}.print-game:last-child{page-break-after:auto!important;break-after:auto!important}.coach-plan-page{page-break-before:always!important;break-before:page!important}.coach-plan-title{margin:0 0 10px!important;font-size:16px!important;font-weight:800!important}}.pitch-app-page{padding-bottom:84px}.pitch-app-header,.pitch-game-ribbon{color:#fff;background:#123847;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;margin-bottom:8px;padding:8px 10px;display:grid;position:static}.pitch-header-main{min-width:0}.pitch-header-main strong,.pitch-app-header strong{margin-bottom:3px;font-size:15px;display:block}.pitch-header-select-label{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;font-size:12px;display:grid}.pitch-header-select{color:#fff;background:#ffffff1f;border:1px solid #ffffff59;border-radius:8px;width:100%;min-width:0;height:30px;min-height:30px;padding:3px 8px;font-size:13px;font-weight:800}.pitch-header-select option{color:#111827}.pitch-inning-stepper{color:#fff;grid-template-columns:auto 30px 30px;align-items:center;gap:4px;font-weight:900;display:grid}.pitch-inning-stepper span{white-space:nowrap;font-size:12px}.pitch-inning-stepper button{color:#fff;background:#167c74;border:none;border-radius:8px;width:30px;min-height:30px;padding:0;font-size:18px;font-weight:900}.pitch-app-grid{grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:12px;display:grid}.pitch-app-left{flex-direction:column;gap:6px;min-width:0;display:flex}.pitch-batter-panel.compact,.pitch-batter-panel{padding:8px 10px}.pitch-batter-title-row{justify-content:space-between;gap:10px;display:flex}.pitch-batter-panel h2{margin:0 0 2px;font-size:20px}.pitch-batter-panel p{margin:0;font-size:13px}.pitch-nav-mini{gap:6px;display:flex}.pitch-nav-mini button{min-height:34px;padding:5px 9px;font-size:12px}.pitch-history-details{border-top:1px solid #e5e7eb;margin-top:5px;padding-top:5px}.pitch-history-details summary{cursor:pointer;color:#334155;font-size:13px;font-weight:900}.pitch-history-details summary span{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:11px;font-weight:600;display:block;overflow:hidden}.pitch-pill-row{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.pitch-pill,.pitch-pill-button{color:#0f766e;cursor:pointer;background:#e6f6f4;border:1px solid #b8ded8;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.pitch-pill-button.is-editing{color:#fff;background:#008c7a}.pitch-muted{color:#64748b}.pitch-call-panel.compact,.pitch-call-panel{order:10;max-width:760px;padding:8px 10px}.pitch-note-compact{margin-bottom:4px;font-size:11px}.pitch-note-compact input,.pitch-call-panel label input{min-height:28px;padding:4px 8px;font-size:12px}.pitch-editing-banner{color:#92400e;background:#fffbeb;border:1px solid #facc15;border-radius:10px;margin-bottom:8px;padding:8px;font-size:12px;font-weight:800}.pitch-app-button-grid,.pitch-app-button-grid.tight{grid-template-columns:repeat(auto-fit,minmax(86px,1fr));gap:5px;margin-bottom:4px;display:grid}.pitch-type-compact{grid-template-columns:repeat(4,1fr)}.pitch-app-btn{color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:9px;min-height:34px;padding:3px 5px;font-weight:800}.pitch-app-btn strong,.pitch-app-btn span{display:block}.pitch-app-btn strong{font-size:12px}.pitch-app-btn span{color:#64748b;margin-top:0;font-size:9px}.pitch-app-btn.is-selected{color:#fff;background:#008c7a;border-color:#008c7a}.pitch-app-btn.is-selected span{color:#ffffffd9}.pitch-map-pair,.pitch-result-pair{grid-template-columns:1fr 1fr;gap:8px;display:grid}.pitch-map-help{display:none}.pitch-location-map-wrap{margin-bottom:4px}.pitch-location-map{background:#f8fafc;border:2px solid #1f2937;border-radius:10px;grid-template-columns:1fr 1fr;grid-template-areas:"zone4 zone3""zone2 zone1";min-height:88px;display:grid;position:relative;overflow:hidden}.pitch-map-zone{color:#1f2937;background:#fff;border:1px solid #1f2937;flex-direction:column;justify-content:center;align-items:center;min-height:44px;font-weight:800;display:flex}.pitch-map-zone strong{font-size:18px;line-height:1}.pitch-map-zone span{margin-top:3px;font-size:8px;line-height:1}.pitch-map-zone.is-selected{color:#fff;background:#008c7a!important}.pitch-map-zone.zone-4{background:#eff6ff;grid-area:zone4}.pitch-map-zone.zone-3{background:#f0fdf4;grid-area:zone3}.pitch-map-zone.zone-2{background:#fffbeb;grid-area:zone2}.pitch-map-zone.zone-1{background:#f5f3ff;grid-area:zone1}.pitch-map-zone.zone-5{z-index:2;background:#fff;border:2px solid #1f2937;border-radius:10px;width:32%;max-width:76px;height:34%;min-height:44px;position:absolute;top:33%;left:34%}.pitch-actual-map{background:0 0;border:none;grid-template-columns:repeat(3,1fr);gap:4px;display:grid}.pitch-actual-map .pitch-map-zone{background:#fff;border:1px solid #cbd5e1;border-radius:8px;min-height:38px}.pitch-actual-map .zone-extra{background:#f8fafc}.result-compact,.final-compact{grid-template-columns:repeat(2,1fr)}.final-compact .pitch-app-btn{min-height:30px}.pitch-plays-strip{background:#fff;border:1px solid #d1d5db;border-radius:14px;order:20;margin:0 0 4px;padding:7px}.pitch-plays-strip strong{margin-bottom:4px;font-size:13px;display:block}.pitch-plays-strip div{gap:5px;padding-bottom:2px;display:flex;overflow-x:auto}.pitch-plays-strip button,.pitch-plays-strip span{text-overflow:ellipsis;white-space:nowrap;background:#f8fafc;border:1px solid #cbd5e1;border-radius:999px;flex:none;max-width:220px;padding:5px 8px;font-size:11px;font-weight:800;overflow:hidden}.pitch-section-jump-row button{border-radius:10px;width:100%;min-height:34px;font-size:13px;font-weight:900}.pitch-lineup-panel{max-height:calc(100vh - 160px);position:sticky;top:82px;overflow:auto}.pitch-lineup-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.pitch-lineup-actions{grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:10px;display:grid}.pitch-lineup-list{gap:10px;display:grid}.pitch-lineup-card{background:#fff;border:1px solid #d1d5db;border-radius:14px;grid-template-columns:44px 1fr;gap:10px;padding:10px;display:grid}.pitch-lineup-card.is-current{background:#e6f6f4;border:2px solid #008c7a}.pitch-lineup-jump{color:#fff;background:#123847;border-radius:12px;font-weight:900}.pitch-lineup-fields{grid-template-columns:70px 1fr;gap:8px;margin-bottom:8px;display:grid}.pitch-lineup-last{color:#475569;margin-top:6px;font-size:12px}.pitch-bottom-bar-v2{z-index:80;background:#fff;border-top:1px solid #d1d5db;grid-template-columns:repeat(4,1fr);gap:6px;padding:6px;display:grid;position:fixed;bottom:0;left:0;right:0}.pitch-bottom-bar-v2 button{color:#fff;background:#008c7a;border:none;border-radius:12px;min-height:50px;font-size:13px;font-weight:900}.pitch-bottom-bar-v2 button span{opacity:.9;margin-top:3px;font-size:10px;display:block}.pitch-bottom-bar-v2 .purple{background:#6352a3}.pitch-bottom-bar-v2 .dark{background:#123847}@media (width<=900px){.pitch-app-grid{display:block}.pitch-lineup-panel{max-height:none;margin-bottom:12px;position:static}}@media (width<=700px){.pitch-map-pair,.pitch-result-pair{grid-template-columns:1fr 1fr}.pitch-type-compact{grid-template-columns:repeat(4,1fr)}.pitch-app-btn strong{font-size:11px}.pitch-app-btn span{display:none}.pitch-bottom-bar-v2 button{min-height:50px;padding:5px 3px;font-size:12px}}.pitch-actual-map .zone-5{z-index:auto!important;border:1px solid #cbd5e1!important;border-radius:8px!important;width:auto!important;max-width:none!important;height:auto!important;min-height:38px!important;position:static!important;top:auto!important;left:auto!important}.pitch-actual-map{grid-template-columns:repeat(3,1fr)!important}.pitch-section-jump-row button{min-height:32px!important;padding:6px 10px!important}.pitch-app-header,.pitch-game-ribbon{margin-bottom:6px!important;padding:7px 10px!important}.pitch-call-panel{padding:7px 9px!important}.pitch-call-panel h3{margin:4px 0 3px!important;font-size:13px!important}.pitch-app-btn{min-height:30px!important}.pitch-map-zone strong{font-size:16px!important}.pitch-map-zone span{font-size:7px!important}.pitch-actual-map{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important;width:100%!important;display:grid!important;overflow:visible!important}.pitch-actual-map .pitch-map-zone,.pitch-actual-map .zone-5{z-index:auto!important;color:#1f2937!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:9px!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:40px!important;position:static!important;top:auto!important;left:auto!important}.pitch-plays-strip button,.pitch-plays-strip span{color:#1f2937!important;opacity:1!important;background:#fff!important;border:1px solid #94a3b8!important}.pitch-plays-strip button{box-shadow:0 1px 2px #0f172a14}.pitch-app-btn.is-selected,.pitch-map-zone.is-selected{color:#fff!important;background:#008c7a!important;border-color:#008c7a!important}.pitch-app-btn.is-selected strong,.pitch-app-btn.is-selected span,.pitch-map-zone.is-selected strong,.pitch-map-zone.is-selected span{color:#fff!important}.pitch-call-panel,.pitch-location-map-wrap,.pitch-actual-map{box-sizing:border-box!important;max-width:100%!important}.pitch-actual-map{box-sizing:border-box!important;background:#f8fafc!important;border:2px solid #1f2937!important;border-radius:10px!important;grid-template-columns:.65fr 1fr 1fr .65fr!important;grid-template-areas:"high high high high""wo zone4 zone3 wi""wo zone2 zone1 wi""low low low low""dirt dirt dirt dirt"!important;gap:4px!important;width:100%!important;padding:4px!important;display:grid!important}.pitch-actual-map .pitch-map-zone{z-index:auto!important;color:#1f2937!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:8px!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:32px!important;position:static!important;top:auto!important;left:auto!important}.pitch-actual-map .zone-4{grid-area:zone4!important}.pitch-actual-map .zone-3{grid-area:zone3!important}.pitch-actual-map .zone-2{grid-area:zone2!important}.pitch-actual-map .zone-1{grid-area:zone1!important}.pitch-actual-map .zone-5{z-index:3!important;border:2px solid #1f2937!important;grid-area:auto!important;width:28%!important;height:38%!important;min-height:34px!important;position:absolute!important;top:31%!important;left:36%!important}.pitch-actual-map .zone-extra:nth-child(6){grid-area:high!important}.pitch-actual-map .zone-extra:nth-child(7){grid-area:wo!important}.pitch-actual-map .zone-extra:nth-child(8){grid-area:wi!important}.pitch-actual-map .zone-extra:nth-child(9){grid-area:dirt!important}.pitch-actual-map .pitch-map-zone strong{font-size:14px!important}.pitch-actual-map .pitch-map-zone span{font-size:7px!important}.pitch-plays-strip{background:#fff!important;border:1px solid #d1d5db!important;border-radius:14px!important;margin:6px 0!important;padding:8px!important}.pitch-plays-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.pitch-plays-header strong{font-size:14px}.pitch-plays-header button{border-radius:9px;min-height:28px;padding:4px 8px;font-size:11px;font-weight:900}.pitch-plays-list{max-height:150px;overflow-y:auto;grid-template-columns:1fr!important;gap:5px!important;display:grid!important}.pitch-plays-list button,.pitch-plays-list span{text-align:left;grid-template-columns:24px 1fr;align-items:center;gap:8px;width:100%;display:grid;color:#1f2937!important;opacity:1!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:10px!important;max-width:none!important;padding:6px 8px!important;font-size:12px!important}.pitch-play-number{justify-content:center;align-items:center;height:22px;font-weight:900;color:#fff!important;background:#008c7a!important;border-radius:999px!important;width:22px!important;font-size:11px!important;display:flex!important}.pitch-plays-list small{color:#64748b;font-size:11px;line-height:1.25;display:block}.pitch-location-map-wrap{position:relative}.pitch-actual-map .zone-5{z-index:auto!important;grid-area:zone5!important;width:auto!important;height:auto!important;position:static!important;top:auto!important;left:auto!important}.pitch-actual-map{grid-template-columns:.75fr 1fr 1fr .75fr!important;grid-template-areas:"high high high high""wo zone4 zone3 wi""wo zone5 zone5 wi""wo zone2 zone1 wi""dirt dirt dirt dirt"!important}.pitch-actual-map .zone-5 strong{font-size:14px!important}.pitch-actual-map .zone-5 span{font-size:7px!important}.pitch-actual-map .pitch-map-zone.is-selected{color:#111827!important;border-color:#0f172a!important}.pitch-actual-map .zone-4.is-selected,.pitch-actual-map .zone-3.is-selected{background:#dbeafe!important}.pitch-actual-map .zone-5.is-selected{background:#e2e8f0!important}.pitch-actual-map .zone-2.is-selected,.pitch-actual-map .zone-1.is-selected{background:#fef3c7!important}.pitch-actual-map .zone-extra.is-selected{background:#d1fae5!important}.bottom-tab-bar{display:none}@media (width<=900px){.bottom-tab-bar{z-index:130;padding-bottom:env(safe-area-inset-bottom,0px);background:#123847;border-top:1px solid #ffffff1f;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #00000038}.bottom-tab{color:#ffffffb8;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;min-height:56px;padding:6px 2px;font-weight:600;transition:color .12s,background .12s;display:flex}.bottom-tab:hover{background:0 0}.bottom-tab-icon{font-size:20px;line-height:1}.bottom-tab-label{font-size:11px;line-height:1.1}.bottom-tab.is-active{color:#fff;background:#3c817d59}.bottom-tab:active{background:#3c817d80}.main-content{padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))!important}.app-sidebar{z-index:140}.main-content .card button{min-height:40px;padding:9px 14px;font-size:14px}td button{min-height:38px;padding:8px 12px}.main-content .card input,.main-content .card select{min-height:38px;font-size:14px}.button-row{gap:12px}}tbody tr:nth-child(2n) td{background:#fafbfd}.table-scroll thead th,.tracking-scroll thead th{z-index:2;position:sticky;top:0}@media (width<=900px){.table-scroll,.tracking-scroll{scroll-snap-type:x proximity;position:relative}th,td{padding:11px 12px}.lineup-print-table tbody tr:nth-child(2n) td{background:inherit}}button{-webkit-tap-highlight-color:transparent}@media (width<=900px){.mobile-top-nav{padding-top:calc(10px + env(safe-area-inset-top,0px));height:calc(62px + env(safe-area-inset-top,0px))}.app-sidebar{top:calc(62px + env(safe-area-inset-top,0px))}.main-content{padding-top:calc(76px + env(safe-area-inset-top,0px))}}.table-scroll,.tracking-scroll,.app-sidebar{-webkit-overflow-scrolling:touch;-webkit-overflow-scrolling:touch}@media (width<=900px){.lineup-setter-current-plan-table{table-layout:auto!important;min-width:860px!important}.lineup-setter-current-plan-table th,.lineup-setter-current-plan-table td{white-space:nowrap;padding:8px 10px!important;font-size:12px!important}.lineup-setter-current-plan-table th:nth-child(4),.lineup-setter-current-plan-table td:nth-child(4){white-space:normal;min-width:120px}.table-scroll,.tracking-scroll{overflow-y:visible;overflow-x:auto!important}.table-scroll>table,.tracking-scroll>table{width:max-content;max-width:none}.table-scroll,.tracking-scroll{background-image:linear-gradient(90deg,#fff0,#fff0 92%,#1238470f 100%)}}.batting-order-page{--bo-teal:#0f766e;--bo-teal-dark:#115e59;--bo-teal-soft:#ccfbf1;--bo-ink:#0f172a;--bo-muted:#64748b;--bo-line:#dbe7e5;--bo-card:#fffffff5;--bo-bg:#f3fbfa;--bo-warn:#92400e;--bo-warn-bg:#fffbeb;--bo-good:#166534;--bo-good-bg:#ecfdf5;gap:18px}.batting-order-page .card,.batting-order-page.bo-card{border:1px solid var(--bo-line);border-radius:18px;box-shadow:0 16px 36px #0f172a14}.bo-hero{color:#fff;background:radial-gradient(circle at 100% 0,#14b8a6a6,#0000 34%),linear-gradient(135deg,#042f2e 0%,#0f766e 52%,#111827 100%);justify-content:space-between;align-items:center;gap:18px;display:flex;position:relative;overflow:hidden;border:none!important}.bo-hero:after{content:"";border:30px solid #ffffff17;border-radius:999px;width:210px;height:210px;position:absolute;bottom:-85px;right:-70px}.bo-hero>*{z-index:1;position:relative}.bo-hero h2{letter-spacing:-.04em;margin:4px 0 6px;font-size:clamp(1.7rem,4vw,2.55rem)}.bo-hero p{color:#ffffffdb;max-width:760px;margin:0;line-height:1.45}.bo-hero-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.bo-hero-actions button,.bo-primary-action,.batting-order-page button{border-radius:12px;font-weight:750}.bo-hero-actions button{color:#083331;background:#fff;border:none}.bo-eyebrow{color:#14b8a6;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:900}.bo-hero .bo-eyebrow{color:#a7f3d0}.bo-metric-grid,.bo-filter-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.bo-filter-summary{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px}.bo-stat-pill{border:1px solid var(--bo-line);background:#fff;border-radius:16px;min-width:0;padding:14px 16px;box-shadow:0 10px 28px #0f172a0f}.bo-stat-pill span{color:var(--bo-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:.75rem;font-weight:800;display:block}.bo-stat-pill strong{color:var(--bo-ink);overflow-wrap:anywhere;font-size:1.12rem;display:block}.bo-card{background:var(--bo-card)}.bo-section-header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.bo-section-header h3{color:var(--bo-ink);letter-spacing:-.02em;margin:3px 0 4px;font-size:1.25rem}.bo-section-header p{color:var(--bo-muted);margin:0;line-height:1.4}.bo-section-action{flex-shrink:0}.bo-field-grid,.bo-field-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.bo-field-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.batting-order-page label{color:#334155;letter-spacing:.03em;font-size:.78rem;font-weight:850}.batting-order-page input,.batting-order-page select{background:#fff;border:1px solid #cbd5e1;border-radius:12px;min-height:42px;transition:box-shadow .15s,border-color .15s,transform .15s}.batting-order-page input:focus,.batting-order-page select:focus{border-color:var(--bo-teal);outline:none;box-shadow:0 0 0 4px #14b8a629}.batting-order-page select[multiple]{min-height:110px}.bo-player-chip-grid{flex-wrap:wrap;gap:10px;display:flex}.bo-player-chip{border:1px solid var(--bo-line);cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8fafc;border-radius:999px;align-items:center;gap:8px;padding:7px 12px;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.bo-player-chip:hover{border-color:#5eead4;transform:translateY(-1px)}.bo-player-chip.selected{background:var(--bo-teal-soft);color:var(--bo-teal-dark);border-color:#2dd4bf}.bo-player-chip input{min-height:auto}.bo-upload-box{background:#f0fdfa;border:1px dashed #99f6e4;border-radius:16px;gap:12px;padding:14px;display:grid}.bo-save-filter-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;margin-top:14px;display:grid}.bo-inline-alert{color:#075985;background:#f0f9ff;border:1px solid #bae6fd;border-radius:14px;margin-top:12px;padding:12px 14px;font-weight:650;line-height:1.35}.bo-inline-alert.success{background:var(--bo-good-bg);color:var(--bo-good);border-color:#bbf7d0}.bo-inline-alert.warning,.bo-tag.warning{background:var(--bo-warn-bg);color:var(--bo-warn);border-color:#fde68a}.bo-saved-filter-drawer,.bo-fit-details{border:1px solid var(--bo-line);background:#f8fafc;border-radius:16px;margin-top:14px;padding:12px 14px}.bo-saved-filter-drawer summary,.bo-fit-details summary{cursor:pointer;color:var(--bo-teal-dark);font-weight:850}.bo-fit-details div{color:#475569;margin-top:8px;line-height:1.45}.bo-strategy-row{grid-template-columns:minmax(220px,300px) minmax(0,1fr);align-items:end;gap:12px;margin-bottom:12px;display:grid}.bo-strategy-note{color:#115e59;background:#f0fdfa;border:1px solid #ccfbf1;border-radius:14px;padding:12px 14px;font-weight:650;line-height:1.4}.bo-recommend-card{border-color:#99f6e4!important}.bo-table-wrap{border:1px solid var(--bo-line);background:#fff;border-radius:16px;overflow:auto}.bo-table{border-collapse:separate;border-spacing:0;width:100%}.bo-table thead th{z-index:2;color:#fff;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;background:#0f766e;font-size:.74rem;position:sticky;top:0}.bo-table th,.bo-table td{vertical-align:middle;border-bottom:1px solid #e2e8f0;padding:10px 12px}.bo-table tbody tr:nth-child(2n){background:#f8fafc}.bo-table tbody tr:hover{background:#ecfeff}.bo-table .sortable{cursor:pointer}.bo-weight-table td:first-child,.bo-weight-table th:first-child{text-align:center}.bo-weight-input{text-align:center;max-width:92px;font-weight:800}.bo-recommend-table tbody td:nth-child(2),.bo-recommend-table tbody td:last-child{text-align:center}.bo-spot-badge{color:#fff;background:#0f766e;border-radius:999px;justify-content:center;align-items:center;min-width:32px;height:32px;font-weight:900;display:inline-flex}.bo-tag{text-transform:uppercase;letter-spacing:.04em;border:1px solid;border-radius:999px;align-items:center;margin-left:8px;padding:2px 7px;font-size:.68rem;font-weight:900;display:inline-flex}.bo-primary-action{color:#fff!important;background:#0f766e!important;border-color:#0f766e!important}.bo-primary-action:hover{background:#115e59!important;border-color:#115e59!important}.bo-secondary-action{color:#0f766e!important;background:#fff!important;border:1px solid #0f766e!important}.bo-secondary-action:hover{background:#f0fdfa!important}.batting-order-page .button-row{flex-wrap:wrap;gap:10px}@media (width<=900px){.bo-hero,.bo-section-header,.bo-strategy-row{grid-template-columns:1fr;display:grid}.bo-hero-actions,.bo-section-action{justify-content:flex-start}.bo-metric-grid,.bo-filter-summary,.bo-field-grid,.bo-field-grid.compact,.bo-save-filter-row{grid-template-columns:1fr}.bo-table th,.bo-table td{padding:9px 10px;font-size:.86rem}}@media (width<=560px){.bo-hero{padding:18px!important}.bo-player-chip{border-radius:12px;flex:calc(50% - 5px);justify-content:center;min-width:0}.bo-stat-pill{padding:12px}.bo-section-header h3{font-size:1.12rem}}.bo-player-chip{justify-content:flex-start;min-width:126px}.bo-player-chip span{color:#134e4a;white-space:nowrap;font-weight:850;overflow:visible}.bo-definition-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.bo-definition-grid div{background:#f0fdfa;border:1px solid #ccfbf1;border-radius:14px;padding:12px 14px}.bo-definition-grid strong{color:#115e59;margin-bottom:4px;font-size:.9rem;display:block}.bo-definition-grid span{color:#475569;font-size:.88rem;line-height:1.35;display:block}.bo-table th{font-family:inherit}.bo-table th,.bo-table td{white-space:nowrap}.bo-recommend-table th:first-child,.bo-recommend-table td:first-child{min-width:72px}@media (width<=900px){.bo-definition-grid{grid-template-columns:1fr}.bo-player-chip{min-width:150px}}.bo-game-log-summary{grid-template-columns:repeat(7,minmax(0,1fr));margin:14px 0}@media (width<=1100px){.bo-game-log-summary{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=560px){.bo-game-log-summary{grid-template-columns:1fr}}input[type=checkbox]{appearance:none;cursor:pointer;vertical-align:middle;background:#fff;border:2px solid #94a3b8;border-radius:7px;place-content:center;width:22px;height:22px;min-height:22px;display:inline-grid}input[type=checkbox]:before{content:"✓";color:#fff;font-size:17px;font-weight:900;line-height:1;transform:scale(0)}input[type=checkbox]:checked{background:#0f766e;border-color:#0f766e}input[type=checkbox]:checked:before{transform:scale(1)}input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 4px #14b8a62e}@media (width<=900px){.bo-table-wrap{-webkit-overflow-scrolling:touch!important;max-width:100%!important;overflow-x:auto!important}.bo-table-wrap>.bo-table{width:max-content!important;min-width:100%!important;max-width:none!important}.bo-table-wrap>.bo-table th,.bo-table-wrap>.bo-table td{white-space:nowrap!important}}.team-action-bar{z-index:130!important;gap:6px!important;top:13px!important;right:10px!important}.team-action-btn{border-radius:9px!important;padding:6px 10px!important;font-size:12px!important}@media (width<=900px){.mobile-top-nav{padding-right:156px!important}body.mobile-nav-open .team-action-bar{display:none!important}}.table-scroll,.bo-table-scroll{-webkit-overflow-scrolling:touch}.readonly-banner{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin-bottom:16px;padding:12px 16px}.main-content.readonly-mode button:not(.ro-keep){opacity:.5;pointer-events:none;cursor:not-allowed}.main-content.readonly-mode .mobile-lineup-card-overlay button{opacity:1;pointer-events:auto;cursor:pointer}
