body.gc-fullscreen .dashboard-shell { grid-template-columns: minmax(0, 1fr); }
body.gc-fullscreen .dashboard-sidebar, body.gc-fullscreen .dashboard-topbar { display: none; }
body.gc-fullscreen .dashboard-content { padding: 8px; }
.game-detail-page.gc-mode > .game-back-button, .game-detail-page.gc-mode > .game-summary-card, .game-detail-page.gc-mode > .game-options-card { display: none; }
.game-detail-page.gc-mode > .game-action-content { margin: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
.gc-root { --navy:#081426; --red:#dc2638; --blue:#155eef; --green:#079455; min-height:100vh; padding:8px; border-radius:14px; background:#e8eef5; color:#172033; }
.gc-toolbar { position:sticky; top:0; z-index:20; display:grid; grid-template-columns:auto 1fr auto; gap:10px; align-items:center; padding:8px; border-radius:10px; background:var(--navy); color:#fff; box-shadow:0 6px 20px #08142635; }
.gc-toolbar button { min-height:42px; padding:0 16px; border:0; border-radius:8px; color:#fff; font-weight:900; cursor:pointer; }
.gc-back { background:var(--red); }.gc-save{background:var(--green)}.gc-undo{background:#e58a00}.gc-pdf{background:var(--blue)}.gc-undo:disabled{opacity:.4;cursor:not-allowed}.gc-toolbar-actions{display:flex;gap:6px}
.gc-brand{display:flex;align-items:center;justify-content:center;gap:9px;min-width:0}.gc-brand img{display:block;width:118px;height:34px;border-radius:5px;object-fit:contain;background:#fff}.gc-brand b{padding:5px 8px;border-radius:999px;background:#21334d;color:#c9d5e6;font-size:10px;white-space:nowrap}.gc-brand b[data-state="saved"]{color:#5ce2a4}.gc-brand b[data-state="error"],.gc-brand b[data-state="offline"]{color:#ffcf66}
.gc-team-strip { display:grid; grid-template-columns:1fr auto 1fr; gap:12px; align-items:end; margin:8px 0; padding:9px 12px; border-radius:10px; background:#fff; border:1px solid #cfdae8; }
.gc-team-strip label{display:grid;gap:3px;color:var(--red);font-size:11px;font-weight:950;letter-spacing:1px}.gc-team-strip label:last-child{color:var(--blue)}.gc-team-strip input{width:100%;border:0;border-bottom:2px solid currentColor;padding:4px 2px;color:var(--navy);font-size:17px;font-weight:900;outline:0}.gc-team-strip span{padding-bottom:7px;font-weight:950}
.gc-innings{display:grid;gap:10px}.gc-inning{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;align-items:start}
.gc-half{overflow:hidden;border:1px solid #cbd6e4;border-radius:11px;background:#fff;box-shadow:0 4px 13px #1b355015}.gc-half>header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:8px 10px;background:var(--navy);color:#fff}.gc-half>header div{display:flex;align-items:center;gap:5px}.gc-half>header span{font-size:11px;font-weight:900;color:#fda4af}.gc-bottom>header span{color:#93b4ff}.gc-half>header strong{font-size:25px}.gc-half>header h3{margin:0;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gc-half>header button,.gc-add-row{border:0;border-radius:7px;background:#f4b400;color:#111827;font-weight:900;cursor:pointer;padding:7px 9px}.gc-half>header .gc-half-tools{display:flex;gap:4px;justify-content:flex-end}.gc-half>header .gc-copy{background:#155eef;color:#fff}.gc-half>header .gc-paste{background:#079455;color:#fff}.gc-half>header .gc-half-tools button{white-space:nowrap;font-size:10px;padding:7px}
.gc-pitcher-group{margin:7px;border:1px solid #cfd9e6;border-radius:8px;overflow:hidden}.gc-pitcher-group+.gc-pitcher-group{margin-top:10px;border-color:#f0a7ae}.gc-pitcher-bar{display:grid;grid-template-columns:auto minmax(150px,1fr) 48px minmax(130px,.7fr) auto auto;gap:5px;align-items:center;padding:6px;background:#edf2f7}.gc-pitcher-bar strong{font-size:12px}.gc-pitcher-bar select,.gc-pitcher-bar input,.gc-entry input,.gc-entry select{min-width:0;height:32px;border:1px solid #bcc9d9;border-radius:6px;background:#fff;padding:3px 6px;font-size:11px}.gc-pitch-count{white-space:nowrap;border-radius:6px;background:#102b50;color:#fff;padding:7px 9px;font-size:10px;font-weight:800}.gc-pitch-count b{color:#5ee7a0}.gc-danger,.gc-remove{border:0;border-radius:6px;background:#c8192b;color:#fff;font-weight:900;cursor:pointer}.gc-danger{height:32px;padding:0 8px;font-size:10px}
.gc-entry-head,.gc-entry{display:grid;grid-template-columns:minmax(135px,1.1fr) 42px minmax(100px,.8fr) minmax(240px,1.8fr) minmax(125px,.9fr) 72px minmax(80px,.7fr) 84px;gap:4px;align-items:center;padding:4px 5px}.gc-entry-head{background:#111827;color:#fff;font-size:9px;font-weight:900;text-transform:uppercase}.gc-entry{border-top:1px solid #e0e6ee}.gc-entry:nth-child(even){background:#f8fafc}.gc-entry.is-closed{background:#e8f7ee;box-shadow:inset 4px 0 #19a55a}.gc-entry.is-closed input:disabled,.gc-entry.is-closed select:disabled{opacity:.72;background:#eef3f0}.gc-pitches{display:grid;grid-template-columns:repeat(5,minmax(42px,1fr));gap:3px}.gc-pitches input{text-align:center;padding:2px;font-weight:800}.gc-pitch-tools{grid-column:1/-1;display:flex;gap:4px;margin-top:2px}.gc-pitch-tools button{min-height:25px;border:0;border-radius:5px;padding:3px 7px;background:#155eef;color:#fff;font-size:9px;font-weight:900;cursor:pointer}.gc-pitch-tools [data-gc-remove-pitch]{background:#e8edf4;color:#34445b}.gc-pitch-tools button:disabled{opacity:.45;cursor:not-allowed}.gc-result-control{display:grid;grid-template-columns:1fr;gap:3px}.gc-result-control select,.gc-result-control input{width:100%;height:27px;font-size:10px}.gc-result-control .gc-manual-hidden{display:none}.gc-entry-actions{display:flex;gap:3px}.gc-turn-toggle{height:28px;border:0;border-radius:6px;background:#16834b;color:#fff;padding:0 7px;font-size:9px;font-weight:900;cursor:pointer}.gc-entry.is-closed .gc-turn-toggle{background:#e58a00}.gc-number{text-align:center}.gc-remove{width:26px;height:28px;font-size:17px}.gc-add-row{margin:6px;background:#e4eaf2;color:#24364e;font-size:11px}.gc-add-inning{display:block;width:min(360px,100%);min-height:45px;margin:12px auto;border:0;border-radius:9px;background:var(--green);color:#fff;font-size:14px;font-weight:950;cursor:pointer}.gc-loading{display:grid;place-items:center;min-height:70vh;font-size:20px;font-weight:900}
@media(max-width:1100px){.gc-inning{grid-template-columns:1fr}.gc-entry-head,.gc-entry{min-width:900px}.gc-pitcher-group{overflow-x:auto}.gc-half>header{grid-template-columns:auto minmax(120px,1fr)}.gc-half>header .gc-half-tools{grid-column:1/-1;justify-content:flex-start;flex-wrap:wrap}.gc-half>header .gc-half-tools button{font-size:11px}}
@media(max-width:620px){body.gc-fullscreen .dashboard-content{padding:0}.gc-root{padding:3px;border-radius:0}.gc-toolbar{grid-template-columns:1fr 1fr;gap:5px;padding:5px}.gc-brand{grid-column:1/-1;grid-row:1}.gc-brand img{width:92px;height:27px}.gc-brand b{font-size:9px;padding:4px 6px}.gc-toolbar button{min-height:38px;padding:0 8px;font-size:11px}.gc-team-strip{grid-template-columns:1fr;gap:5px;margin:4px 0;padding:6px 8px}.gc-team-strip>span{display:none}.gc-team-strip input{font-size:14px}.gc-half>header{gap:5px;padding:6px}.gc-half>header h3{font-size:13px}.gc-half>header strong{font-size:20px}.gc-half>header .gc-half-tools{overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}.gc-half>header .gc-half-tools button{flex:0 0 auto;font-size:9px;padding:6px}.gc-pitcher-group{margin:4px}.gc-pitcher-bar{min-width:760px}.gc-entry-head,.gc-entry{min-width:920px}.gc-add-row{position:sticky;left:4px}}
.gc-half>header [data-gc-remove-half].is-confirming{background:#ff3b30;color:#fff;box-shadow:0 0 0 3px rgba(255,59,48,.28)}
.gc-restore-half{min-height:74px;border:2px dashed #9babc0;border-radius:11px;background:#f8fafc;color:#294362;font-size:14px;font-weight:950;cursor:pointer}.gc-restore-half:hover{border-color:var(--green);background:#ecfdf3;color:#087443}
