.tclgx-game{box-sizing:border-box;width:100%;margin:24px 0;padding:24px;border:1px solid #dfe3e8;border-radius:18px;background:#fff;box-shadow:0 8px 25px rgba(16,24,40,.07);color:#172033}.tclgx-game *{box-sizing:border-box}.tclgx-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:12px}.tclgx-kicker{display:block;font-size:12px;font-weight:800;letter-spacing:.12em;color:#526071}.tclgx-head h2{margin:5px 0 0;font-size:28px;line-height:1.15}.tclgx-progress{font-size:14px;font-weight:800;white-space:nowrap}.tclgx-progressbar{height:8px;border-radius:99px;background:#edf0f3;overflow:hidden;margin:15px 0 18px}.tclgx-progressbar span{display:block;height:100%;width:10%;background:#1570ef;transition:width .25s ease}.tclgx-how{margin:0 0 20px;padding:13px 15px;border-radius:12px;background:#f5f8fb;color:#344054;font-size:14px;line-height:1.5}.tclgx-question h3{font-size:23px;line-height:1.3;margin:0 0 16px}.tclgx-answers{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tclgx-answers button,.tclgx-game button{font:inherit;color:#172033!important;background:#fff!important;border:2px solid #cfd6df!important;border-radius:12px;padding:13px 15px;min-height:52px;font-weight:750;cursor:pointer;text-align:left;transition:transform .12s,border-color .12s,background .12s,opacity .12s}.tclgx-answers button:hover,.tclgx-game button:hover{border-color:#1570ef!important;transform:translateY(-1px)}.tclgx-answers button:disabled{cursor:default}.tclgx-answers button.is-correct{border-color:#12b76a!important;background:#ecfdf3!important;color:#067647!important}.tclgx-answers button.is-wrong{border-color:#f04438!important;background:#fef3f2!important;color:#b42318!important}.tclgx-feedback{margin:15px 0;min-height:24px;font-weight:750;line-height:1.4}.tclgx-actions{display:flex;gap:10px;flex-wrap:wrap}.tclgx-next,.tclgx-playagain,.tclgx-lock,.tclgx-restart{display:inline-flex!important;align-items:center;justify-content:center!important;text-align:center!important;background:#1570ef!important;color:#fff!important;border-color:#1570ef!important}.tclgx-next:disabled{opacity:.45;cursor:not-allowed}.tclgx-final{padding:18px;border-radius:14px;background:#f0f9ff;border:1px solid #b9e6fe;font-size:18px}.tclgx-final p{font-size:14px}.tclgx-goal-wrap{max-width:520px;margin:18px auto}.tclgx-goal-title{text-align:center;font-weight:900;letter-spacing:.16em;margin-bottom:8px}.tclgx-goal{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:9px;border:9px solid #344054;border-radius:13px;background:#eef2f6}.tclgx-goal button{min-height:82px;padding:8px!important;text-align:center!important;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border-color:#98a2b3!important}.tclgx-goal button:hover{background:#eef6ff!important}.tclgx-arrow{font-size:27px;font-weight:900;line-height:1}.tclgx-goal small{font-size:11px;font-weight:800;color:#526071}.tclgx-goal button.is-goal{background:#ecfdf3!important;border-color:#12b76a!important}.tclgx-goal button.is-save{background:#fef3f2!important;border-color:#f04438!important}.tclgx-scoreboard{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:15px 0}.tclgx-scoreboard>div{padding:13px;border:1px solid #e4e7ec;border-radius:12px;text-align:center}.tclgx-scoreboard span{display:block;font-size:12px;color:#667085;margin-bottom:4px}.tclgx-scoreboard b{font-size:20px}.tclgx-match-input{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:15px;margin:20px 0}.tclgx-match-input label{font-weight:800}.tclgx-match-input span{display:block;margin-bottom:7px}.tclgx-match-input input{width:100%;padding:14px;border:2px solid #cfd6df;border-radius:12px;font-size:24px;font-weight:800;color:#172033}.tclgx-match-input>strong{padding-bottom:15px}.tclgx-pitch{position:relative;min-height:500px;padding:25px;border-radius:18px;border:3px solid #2e7d32;background:linear-gradient(180deg,#3f9b48,#2f8738);display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:center}.tclgx-player{background:rgba(255,255,255,.96);padding:8px;border-radius:10px;text-align:center;box-shadow:0 3px 8px rgba(0,0,0,.12)}.tclgx-player span{display:block;font-size:10px;font-weight:900;color:#526071}.tclgx-player input{width:100%;border:0;border-bottom:1px solid #98a2b3;padding:6px 2px;background:transparent;text-align:center;font-weight:700;color:#172033;outline:none}.tclgx-player.p1{grid-column:2}.tclgx-player.p2{grid-column:1}.tclgx-player.p3{grid-column:2}.tclgx-player.p4{grid-column:3}.tclgx-player.p5{grid-column:1}.tclgx-player.p6{grid-column:1}.tclgx-player.p7{grid-column:2}.tclgx-player.p8{grid-column:3}.tclgx-player.p9{grid-column:1}.tclgx-player.p10{grid-column:2}.tclgx-player.p11{grid-column:3}@media(max-width:650px){.tclgx-game{padding:17px;border-radius:14px}.tclgx-head{flex-direction:column}.tclgx-head h2{font-size:24px}.tclgx-answers{grid-template-columns:1fr}.tclgx-scoreboard{grid-template-columns:1fr 1fr}.tclgx-scoreboard>div:last-child{grid-column:1/-1}.tclgx-goal button{min-height:70px}.tclgx-pitch{min-height:430px;padding:14px;gap:10px}.tclgx-match-input{gap:8px}.tclgx-match-input input{font-size:20px}.tclgx-game button{min-height:50px}.tclgx-player input{font-size:13px}}@media(max-width:400px){.tclgx-goal small{font-size:9px}.tclgx-arrow{font-size:22px}.tclgx-scoreboard{grid-template-columns:1fr}.tclgx-scoreboard>div:last-child{grid-column:auto}.tclgx-pitch{gap:7px}.tclgx-player{padding:5px}}
