.games-board{height:100%;display:flex;flex-direction:column;overflow:hidden}.game-grid{display:grid;grid-template-columns:220px 150px 105px minmax(260px,1fr) minmax(260px,1fr) 230px 75px 260px 230px 230px;gap:8px;align-items:center}.games-head{height:44px;flex:0 0 44px;padding:0 10px;border:1px solid #ff0000;border-top-width:3px;border-radius:0 0 7px 7px;background:#00004d;color:#0ff;font-size:15px;font-weight:500}.games-head span{text-align:center}.games-head span:nth-child(1),.games-head span:nth-child(4),.games-head span:nth-child(5),.games-head span:nth-child(6),.games-head span:nth-child(n+8){text-align:left}.games-list{min-height:0;flex:1;overflow:auto;padding:8px 0 2px;scrollbar-color:#00ffff transparent}.game-row{min-height:58px;margin:0 0 7px;padding:5px 10px;border:1px solid #0058b8;border-radius:7px;background:#001940db;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:background .12s,border-color .12s}.game-row.new-date{margin-top:14px;border-top-color:#0ff}.game-row:hover,.game-row.is-focus{background:#0000cc94;border-color:#0ff}.game-row>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.game-row>span:nth-child(1),.game-row>span:nth-child(4),.game-row>span:nth-child(5),.game-row>span:nth-child(6),.game-row>span:nth-child(n+8){text-align:left}.game-date{color:#0ff;font-weight:600}.game-division{display:inline-grid!important;place-items:center;min-height:36px;border:1px solid #008cff;border-radius:5px;background:#003c8f;color:#fff;font-weight:600}.game-time{color:#fff;font-size:18px;font-weight:600}.game-team{min-height:38px;display:flex!important;align-items:center;gap:8px;padding:0 9px;border:1px solid #00ffff;border-radius:5px;background:#073451}.team-bars{width:25px;height:28px;display:grid;grid-template-columns:repeat(3,1fr);flex:0 0 25px;border:1px solid rgba(255,255,255,.45)}.team-bars i{display:block}.game-team strong{overflow:hidden;text-overflow:ellipsis}.game-official{min-height:36px;display:flex!important;align-items:center;padding:0 9px;border:1px solid #00a8ff;border-radius:5px;background:#111b4b}.games-message{margin:28px;color:#8da4bb;font-size:16px}.games-status{height:25px;flex:0 0 25px;margin:0;padding:5px;color:#ff0;font-size:12px}.games-modal{position:fixed;inset:0;z-index:4600;display:grid;place-items:center;padding:25px;background:#000000d1}.games-modal[hidden]{display:none}.games-submodal{z-index:4700;background:#000000b8}.games-card{width:min(2280px,96%);overflow:hidden;border:2px solid #00ffff;border-radius:10px;background:linear-gradient(155deg,#081b4c,#020713 72%);box-shadow:0 22px 55px #000}.games-card>header{height:54px;display:flex;align-items:center;padding:0 15px;background:#00c}.games-card>header h2{margin:0 auto 0 0;color:#fff;font-size:20px;font-weight:600}.games-close,.games-subclose{width:36px;height:36px;border:1px solid #fff;border-radius:6px;background:#00004d;color:#fff}.game-form{display:grid;grid-template-columns:240px 240px 180px minmax(250px,1fr) minmax(250px,1fr) 280px 110px;gap:11px;padding:20px}.game-form label,.sub-form label{display:grid;align-content:start;gap:6px;color:#0ff;font-size:13px;font-weight:500}.game-form input,.game-form select,.sub-form input,.sub-form select{width:100%;height:44px;padding:0 9px;border:1px solid #00ffff;border-radius:6px;background:#f2f5ff;color:#06101d;font-size:15px;font-weight:500}.kickoff-pickers{display:grid;grid-template-columns:1fr auto 1fr;gap:5px;align-items:center}.kickoff-pickers b{color:#fff;font-size:22px}.game-form-status{min-height:20px;grid-column:1/-1;color:#ff0;font-size:13px}.game-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:10px}.game-actions button,.sub-actions button{height:40px;padding:0 18px;border:1px solid #fff;border-radius:6px;background:#0000b3;color:#fff;font-weight:600}.game-actions .save,.sub-actions .save{background:#0ff;color:#000;border-color:#00c}.game-actions .delete{margin-right:auto;background:#b00000}.games-subcard{width:min(780px,94%)}.sub-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:20px}.sub-form.team{grid-template-columns:1fr 160px 1fr 1fr}.colour-group{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.colour-group input{padding:3px}.sub-wide{grid-column:1/-1}.sub-form-status{min-height:20px;grid-column:1/-1;color:#ff0}.sub-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:10px}@media (orientation:portrait),(max-width:760px){.games-board{min-height:1020px}.games-card{width:98%}.game-form{grid-template-columns:repeat(2,minmax(0,1fr))}.game-form-status,.game-actions{grid-column:1/-1}.sub-form,.sub-form.team{grid-template-columns:1fr}.sub-wide,.sub-form-status,.sub-actions{grid-column:1}}
