:root{--bg: #06131f;--panel: rgba(8, 18, 34, .78);--panel-2: rgba(11, 27, 48, .92);--line: rgba(255, 255, 255, .16);--text: #f6fbff;--muted: #9fb4c8;--gold: #ffd166;--green: #49d17d;--red: #ff5f6d;--blue: #66e3ff}*{box-sizing:border-box}html,body,#app{width:100%;height:100%}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#19385b,#06131f 45%,#03070d);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif;overflow:hidden}button{font-family:inherit;border:0;cursor:pointer}button:focus-visible{outline:2px solid rgba(102,227,255,.85);outline-offset:3px}.result-flash{position:absolute;left:50%;top:47%;transform:translate(-50%,-50%) scale(.8);z-index:20;font-size:clamp(52px,7vw,118px);font-weight:1000;letter-spacing:0;color:#fff;opacity:0;pointer-events:none;text-shadow:0 8px 0 rgba(0,0,0,.3),0 0 60px rgba(255,255,255,.35)}.result-flash.show{animation:flashPop 1s ease}.result-flash.goal.show{animation-duration:3s}.result-flash.goal{color:#8dffb8}.result-flash.saved{color:#82d7ff}.result-flash.miss{color:#ff7d88}.shot-feedback{position:absolute;left:50%;top:calc(47% + 74px);z-index:21;max-width:min(520px,calc(100vw - 32px));padding:9px 16px;border-radius:999px;color:#f6fcfff0;font-size:clamp(13px,1.4vw,17px);font-weight:800;line-height:1.2;text-align:center;letter-spacing:0;white-space:nowrap;background:#030c12a8;border:1px solid rgba(255,255,255,.18);box-shadow:0 12px 34px #00000057,inset 0 1px #ffffff1a;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);opacity:0;transform:translate(-50%,10px) scale(.98);pointer-events:none}.shot-feedback.show{animation:feedbackPop 1.35s ease both}.shot-feedback.goal{border-color:#7dffbc59;color:#d9ffe8;top:calc(30% + 74px);z-index:30}.shot-feedback.saved{border-color:#82d7ff57;color:#dff5ff}.shot-feedback.miss{border-color:#ff7d8857;color:#ffe5e8}@keyframes flashPop{0%{opacity:0;transform:translate(-50%,-50%) scale(.4)}18%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}70%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.18)}}@keyframes feedbackPop{0%{opacity:0;transform:translate(-50%,18px) scale(.96)}18%,78%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%,-6px) scale(.99)}}.screen{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;display:none;padding:34px;background:radial-gradient(circle at 30% 20%,rgba(72,220,255,.16),transparent 35%),#02070dcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.screen.show{display:block}.home-layout{height:100%;display:grid;grid-template-columns:1fr 420px;gap:28px;align-items:center}.home-title{max-width:780px}.kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#66e3ff1c;border:1px solid rgba(102,227,255,.25);color:#b8f3ff;font-weight:700;font-size:13px}.home-title h2{font-size:clamp(54px,6.4vw,104px);line-height:.92;margin:18px 0 16px;letter-spacing:0}.home-title p{width:min(620px,90%);color:#c3d4e4;font-size:17px;line-height:1.8;margin:0}.start-btn,.shoot-btn,.ghost-btn{height:42px;border-radius:14px;padding:0 16px;color:#07111d;font-weight:900;background:linear-gradient(135deg,#9cffcb,#68e0ff);box-shadow:0 14px 36px #4debff33;transition:.16s}.start-btn{margin-top:28px;height:56px;font-size:18px;padding:0 30px}.start-btn:hover,.shoot-btn:hover,.ghost-btn:hover{transform:translateY(-2px);filter:brightness(1.05)}.start-btn:disabled,.shoot-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.player-grid{display:grid;gap:12px}.player-card{width:410px!important;height:190px!important;min-height:190px!important;border-radius:18px!important;padding:12px!important;display:grid!important;grid-template-columns:142px 1fr!important;gap:14px!important;align-items:center!important;overflow:hidden!important;cursor:pointer!important;transition:.16s!important;position:relative!important;pointer-events:auto!important;border:1px solid rgba(148,229,255,.22)!important;background:linear-gradient(145deg,#040b13d6,#0b192694),#040c14a3!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;box-shadow:0 18px 46px #0000005c,inset 0 1px #ffffff14!important}.player-card:before{content:"";position:absolute;inset:auto -28px -58px auto;width:150px;height:150px;border-radius:999px;background:radial-gradient(circle,rgba(98,240,226,.16),transparent 66%);pointer-events:none}.player-card:hover{transform:translateY(-2px)}.player-card.active{transform:translateY(-2px);border-color:#ffd166f5!important;box-shadow:0 18px 46px #0000005c,inset 0 1px #ffffff14,0 0 24px #ffd16659!important}.player-card .player-card-thumb{width:142px!important;height:166px!important;border-radius:14px!important}.player-card .player-card-thumb img{width:100%!important;height:158px!important;object-fit:contain!important}.player-card .player-info-main h2{margin:0 0 9px!important;font-size:18px!important;line-height:1.1!important}.player-card .player-meta{gap:8px!important;font-size:12px!important;color:#d8e5eb!important}.player-card .player-meta strong{font-size:17px!important}.player-card .player-abilities{margin-top:22px!important;display:grid!important;grid-template-columns:repeat(6,1fr)!important;gap:7px!important}.player-card .player-abilities span{font-size:10px!important;color:#a5b5bc!important}.player-card .player-abilities b{font-size:13px!important;color:#68f5d5!important}.history{position:relative;z-index:1;margin-top:6px;min-height:0;flex:0 0 auto;display:flex;flex-direction:column;max-height:360px}.history-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.history-trophy-icon{width:20px;height:20px;filter:drop-shadow(0 0 8px rgba(255,209,102,.45))}.history h3{margin:0;font-size:20px;color:#fff;text-shadow:0 0 12px rgba(98,240,226,.35);font-weight:800;flex:1}.history-collapse-btn{width:24px;height:24px;border-radius:6px;border:1px solid rgba(120,255,240,.3);background:#78fff014;color:#78fff0cc;font-size:14px;font-weight:700;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;padding:0}.history-collapse-btn:hover{background:#78fff026;border-color:#78fff080;color:#78fff0}.history-collapse-btn:active{transform:scale(.95)}.timeline{display:flex;flex-direction:column;gap:8px;flex:1;overflow:hidden;position:relative;transition:all .3s ease}.timeline.collapsed{max-height:0;opacity:0;padding:0;margin:0}.timeline-row{display:flex;gap:10px;align-items:center}.timeline-line-vertical{position:absolute;left:17px;top:0;bottom:0;width:1px;background:#78fff033;z-index:1}.timeline-dot-wrapper{flex:0 0 34px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.timeline-dot{width:10px;height:10px;border-radius:999px;background:#78fff02e;border:2px solid rgba(120,255,240,.35);position:relative;display:grid;place-items:center;transition:all .2s ease}.timeline-dot.trophy{width:18px;height:18px;border-color:#ffd36aa6;box-shadow:0 0 16px #ffd36a80,0 0 30px #ffd36a40}.timeline-dot.trophy img{width:10px;height:10px}.timeline-card{flex:1;display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-radius:10px;background:#ffffff0e;border:1px solid rgba(255,255,255,.08);min-height:52px;transition:all .16s ease}.timeline-card:hover{background:#ffffff13;border-color:#ffffff1f}.timeline-card-content{display:flex;flex-direction:column;gap:2px;min-width:0}.timeline-card-top{display:flex;align-items:center;gap:6px}.timeline-player{font-size:13px;font-weight:800;color:#fff}.timeline-score{font-size:12px;color:#dcecffbf;font-weight:600}.timeline-time{font-size:10px;color:#dcecff8c}.timeline-card-right{display:grid;grid-template-columns:70px 40px;gap:8px;align-items:center;justify-items:end;flex:0 0 118px}.timeline-status{font-size:10px;font-weight:700;padding:3px 10px;border-radius:999px;border:1px solid;white-space:nowrap}.timeline-percent{font-size:18px;font-weight:900;letter-spacing:-.5px}.timeline-card.empty-card{background:transparent;border:1px dashed rgba(255,255,255,.08);color:#dcecff73;min-height:52px}.timeline-card.empty-card span{font-size:12px}.timeline-card.empty-card strong{font-size:12px;color:#dcecff59}.result-modal{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;display:none;align-items:center;justify-content:center;background:#01050ab8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.result-modal.show{display:flex}.report{width:min(560px,92%);border:1px solid rgba(255,255,255,.18);border-radius:28px;background:linear-gradient(135deg,#0d1f37f5,#070e1af5);box-shadow:0 28px 90px #0000008c;padding:26px;transform:translateY(10px);animation:reportIn .35s ease forwards}@keyframes reportIn{to{transform:translateY(0)}}.report h2{margin:0 0 4px;font-size:34px}.report p{margin:0 0 18px;color:var(--muted)}.report-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:18px}.report-item{padding:14px;border-radius:18px;background:#ffffff12;border:1px solid rgba(255,255,255,.12)}.report-item b{display:block;font-size:26px;color:var(--gold)}.report-item span{display:block;margin-top:4px;font-size:12px;color:var(--muted)}.report-actions{display:flex;gap:10px}.report-actions .shoot-btn,.report-actions .ghost-btn{flex:1}.toast{position:absolute;left:50%;bottom:26px;transform:translate(-50%);z-index:50;padding:12px 16px;border-radius:999px;background:#0000009e;color:#fff;border:1px solid rgba(255,255,255,.18);opacity:0;transition:.2s;pointer-events:none}.toast.show{opacity:1;bottom:38px}@media(max-height:860px){.history-list{grid-template-rows:repeat(5,28px);height:164px}.history-row{height:28px}}.game-app{position:relative;display:block;width:100vw;height:100vh;padding:0;overflow:hidden;background:#061018}.three-stage{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#061018 url(/assets/scene/stadium-bg.png) center center / cover no-repeat}.three-stage.goal-shake{animation:backgroundGoalPulse .42s ease}@keyframes backgroundGoalPulse{0%,to{filter:brightness(1)}35%{filter:brightness(1.08) saturate(1.08)}62%{filter:brightness(.97)}}.goal-celebration{position:absolute;left:50%;bottom:-10%;transform:translate(-50%);width:380px;height:auto;z-index:25}.goal-celebration img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(0,0,0,.4));animation:celebrationPop .4s ease-out}@keyframes celebrationPop{0%{opacity:0;transform:scale(.6) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.three-canvas{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.three-canvas canvas{display:block;width:100%;height:100%}.three-vignette{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.08),transparent 18%,transparent 72%,rgba(0,0,0,.26)),radial-gradient(circle at 50% 50%,transparent 58%,rgba(0,0,0,.22) 100%);z-index:3}.three-loading{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:8;padding:10px 14px;border-radius:999px;background:#00000085;border:1px solid rgba(255,255,255,.18);color:#fff;font-size:13px}.three-result-flash.goal{width:auto;max-width:min(88vw,1040px);height:auto;border:0;border-bottom:0;background:transparent;box-shadow:none}.result-flash-text{line-height:.9}.goal-siu-image{width:clamp(360px,46vw,680px);max-height:30vh;object-fit:contain;filter:drop-shadow(0 14px 28px rgba(0,0,0,.42))}.goal-flash-image{width:clamp(92px,10vw,168px);max-height:60vh;margin-left:0;object-fit:contain;transform:none;filter:drop-shadow(0 14px 24px rgba(0,0,0,.46))}.goal-zone-grid{position:absolute;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);pointer-events:none}.goal-zone-grid span{border:1px solid rgba(255,255,255,.22);background:#0e1f2d1a;box-shadow:inset 0 0 18px #66e3ff0f}.goal-zone-grid span.active{border-color:#ffd166fa;background:#ffd16657;box-shadow:inset 0 0 28px #ffd16647,0 0 16px #ffd16629}.three-toast{z-index:90}.game-app .screen{z-index:80;background:radial-gradient(circle at 25% 24%,rgba(72,220,255,.18),transparent 34%),radial-gradient(circle at 70% 40%,rgba(255,209,102,.08),transparent 30%),#02070dc2}.game-app .result-modal{z-index:100}.hud-top{position:absolute;left:24px;right:24px;display:grid;gap:14px;pointer-events:none}.hud-top{top:18px;grid-template-columns:minmax(120px,1fr) auto minmax(300px,1fr);align-items:start}.hud-scoreboard,.hud-control-card,.hud-history-card,.hud-sound-group .sound-toggle{pointer-events:auto;border:1px solid rgba(255,255,255,.18);background:linear-gradient(135deg,#07101d9e,#0c1c316b);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 55px #00000052,inset 0 1px #ffffff14}.hud-player-card-image{justify-self:start;width:clamp(108px,9vw,164px);max-height:24vh;object-fit:contain;pointer-events:auto;filter:drop-shadow(0 18px 28px rgba(0,0,0,.38))}.hud-sound-group{justify-self:end;display:flex;align-items:center;justify-content:flex-end;gap:10px;pointer-events:auto}.hud-right-stack{position:absolute;right:20px;bottom:20px;width:clamp(320px,21vw,380px);display:grid;gap:10px;pointer-events:auto}.hud-side-panel{position:static;width:100%;padding:0;pointer-events:auto;background:transparent;border:0;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;overflow:visible}.hud-score-cell span,.hud-section-title span{color:#dcecffbd;font-size:12px}.hud-scoreboard{justify-self:center;display:grid;grid-template-columns:repeat(4,minmax(76px,auto));border-radius:18px;overflow:hidden}.hud-score-cell{min-width:78px;padding:10px 13px;text-align:center;border-right:1px solid rgba(255,255,255,.12)}.hud-score-cell:last-child{border-right:0}.hud-score-cell b{display:block;font-size:20px;color:#fff}.hud-score-cell.primary b{color:var(--gold)}.hud-control-card,.hud-history-card{border-radius:18px;padding:12px;background:#0817236b;box-shadow:none}.hud-section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.hud-section-title h2{margin:0;font-size:17px}.hud-control-card{min-height:0;display:flex;flex-direction:column}.hud-control-card .direction-panel{margin-bottom:9px}.hud-control-card .dir-btn{height:38px;background:#ffffff1a}.hud-control-card .power-box{margin-bottom:9px}.sound-toggle{position:relative;display:flex;align-items:center;gap:9px;width:fit-content;min-height:38px;margin:0;padding:8px 12px;border-radius:16px;color:#ebf6ffe0;font-size:13px;font-weight:800;cursor:pointer;-webkit-user-select:none;user-select:none}.sound-toggle-track{position:relative;width:42px;height:24px;flex:0 0 auto;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.14);transition:.16s ease}.sound-toggle-track:after{content:"";position:absolute;left:3px;top:3px;width:16px;height:16px;border-radius:999px;background:#ffffffdb;box-shadow:0 4px 10px #0000003d;transition:.16s ease}.sound-toggle input:checked+.sound-toggle-track{background:linear-gradient(135deg,#8cffc4,#66e3ff);border-color:#97ffdab3}.sound-toggle input:checked+.sound-toggle-track:after{left:21px;background:#061422}.hud-actions{margin-bottom:0}.hud-history-card{min-height:0}.hud-history-card .history{margin-top:0}.hud-history-card .history h3{font-size:13px}.hud-history-card .history-list{grid-template-rows:repeat(5,34px);height:190px;gap:5px}.hud-history-card .history-row{height:34px;background:#ffffff12}@media(max-width:1280px){.hud-right-stack{right:14px;width:318px}.hud-player-card-image{width:112px}.hud-sound-group{gap:8px}}@media(max-height:780px){.hud-top{top:12px}.hud-right-stack{right:12px;bottom:12px;gap:8px}.hud-control-card,.hud-history-card{padding:10px}.hud-control-card .dir-btn{height:34px}.hud-history-card .history-list{grid-template-rows:repeat(5,30px);height:166px;gap:4px}.hud-history-card .history-row{height:30px}.sound-toggle{min-height:34px;padding:6px 10px;font-size:12px}}.game-hud{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;pointer-events:none;color:#fff}.hud-top{position:absolute;left:14px;right:14px;top:14px;display:grid;grid-template-columns:minmax(220px,280px) minmax(420px,560px) minmax(230px,300px);align-items:start;justify-content:space-between;gap:18px;pointer-events:none}.hud-title-card,.penalty-score-strip,.hud-control-console,.hud-player-info,.sound-toggle{pointer-events:auto;border:1px solid rgba(148,229,255,.22);background:linear-gradient(145deg,#040b13d6,#0b192694),#040c14a3;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 46px #0000005c,inset 0 1px #ffffff14}.hud-title-card{width:clamp(220px,18vw,280px);min-height:96px;border-radius:20px;padding:14px 16px;display:grid;grid-template-columns:44px 1fr;align-items:start;gap:12px}.hud-title-text h1{margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.16);font-size:17px;line-height:1.1;letter-spacing:0;text-transform:uppercase}.hud-title-text span{display:block;margin-bottom:3px;color:#daeaf8b8;font-size:12px}.hud-title-text strong{display:block;color:#62f0e2;font-size:15px;line-height:1.2}.penalty-score-strip{justify-self:center;width:clamp(420px,34vw,560px);height:72px;border-radius:6px;display:grid;grid-template-columns:180px 1fr;align-items:center;overflow:hidden}.team-chip{height:100%;display:flex;align-items:center;gap:12px;padding:0 24px;border-right:1px solid rgba(255,255,255,.2)}.team-crest{width:34px;height:42px;border-radius:9px 9px 13px 13px;display:grid;place-items:center;color:#ffe486;font-weight:1000;background:linear-gradient(90deg,#0a7f3e 0,#0a7f3e 48%,#d91f2b 48%,#d91f2b);border:1px solid rgba(255,228,134,.65);box-shadow:inset 0 1px #ffffff2e}.team-chip strong{font-size:22px;letter-spacing:0}.penalty-dots{display:flex;align-items:center;justify-content:center;gap:24px;padding:0 24px}.penalty-dots i{width:26px;height:26px;border-radius:999px;background:#56616b;border:2px solid rgba(255,255,255,.15);box-shadow:inset 0 2px 6px #00000073}.penalty-dots i.goal{background:#21c969;box-shadow:0 0 12px #21c96980,inset 0 2px 5px #ffffff29}.penalty-dots i.failed{background:#ef3f4d;box-shadow:0 0 12px #ef3f4d75,inset 0 2px 5px #ffffff1f}.penalty-dots i.current.pending{outline:2px solid rgba(98,240,226,.55);outline-offset:5px}.hud-sound-group{justify-self:end;display:flex;align-items:center;gap:8px;pointer-events:auto}.sound-toggle{position:relative;min-height:44px;min-width:110px;display:grid;grid-template-columns:34px 1fr;gap:8px;align-items:center;margin:0;padding:8px 12px;border-radius:10px;color:#ebf6ffe0;font-size:11px;font-weight:900;text-transform:uppercase;cursor:pointer;-webkit-user-select:none;user-select:none}.sound-toggle input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.sound-toggle-track{width:32px;height:22px;border-radius:999px;position:relative;background:#7d8a9452;border:1px solid rgba(255,255,255,.12);transition:.16s ease}.sound-toggle-track:after{content:"";position:absolute;left:3px;top:3px;width:14px;height:14px;border-radius:999px;background:#ffffffdb;box-shadow:0 4px 10px #00000047;transition:.16s ease}.sound-toggle input:checked+.sound-toggle-track{background:#62f0e259;border-color:#62f0e2b8}.sound-toggle input:checked+.sound-toggle-track:after{left:13px;background:#62f0e2}.sound-label{display:grid;gap:1px}.sound-label b{color:#7fffe9;font-size:10px}.sound-toggle input:not(:checked)~.sound-label b{color:#dcecff80}.hud-player-info{position:absolute;left:14px;bottom:16px;width:clamp(290px,22vw,360px);min-height:120px;border-radius:16px;padding:10px;display:grid;grid-template-columns:92px 1fr;gap:10px;align-items:center;overflow:hidden}.hud-player-info:before{content:"";position:absolute;inset:auto -28px -58px auto;width:150px;height:150px;border-radius:999px;background:radial-gradient(circle,rgba(98,240,226,.16),transparent 66%);pointer-events:none}.player-card-thumb{position:relative;height:106px;border-radius:13px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 20%,rgba(255,215,94,.2),transparent 62%),linear-gradient(145deg,#0c151eeb,#02070db8);border:1px solid rgba(255,214,95,.28)}.player-card-thumb img{width:100%;height:114px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(0,0,0,.42))}.player-info-main{position:relative;z-index:1;min-width:0}.player-info-main h2{margin:0 0 5px;font-size:15px;line-height:1.1}.player-meta{display:flex;align-items:center;gap:6px;color:#ddedf9c7;font-size:10px}.player-meta strong{color:#fff;font-size:13px}.player-meta span:nth-child(3):before{content:"";display:inline-block;width:16px;height:10px;margin-right:5px;border-radius:2px;vertical-align:-1px;background:linear-gradient(90deg,#0d8a47 0,#0d8a47 48%,#d91f2b 48%,#d91f2b)}.player-abilities{display:grid;grid-template-columns:repeat(6,1fr);gap:4px;margin-top:12px}.player-abilities div{display:grid;gap:3px;min-width:0;text-align:center}.player-abilities span{color:#dcecffb3;font-size:9px}.player-abilities b{color:#7fffe9;font-size:11px}.hud-control-console{position:absolute;right:14px;bottom:16px;width:clamp(360px,26vw,420px);max-height:calc(100vh - 132px);border-radius:20px;padding:14px;display:grid;gap:12px;overflow:hidden}.hud-control-console .history{margin:0}.hud-control-console .history h3,.hud-section-title h2{margin:0;color:#f6fbff;font-size:14px;letter-spacing:0}.hud-control-console .history-list{grid-template-rows:repeat(5,30px);height:170px;gap:5px;margin-top:10px}.hud-control-console .history-row{height:30px;padding:4px 8px;border-radius:9px;background:#ffffff0f}.hud-control-console .history-row-main{font-size:12px}.history-ball{width:12px;height:12px;display:inline-block;margin-right:7px;border-radius:999px;vertical-align:-1px;background:#dcecff52}.history-result.result-goal,.history-row-main strong.result-goal{color:#34e978}.history-result.result-miss,.history-row-main strong.result-miss{color:#ff5f6d}.history-result.result-saved,.history-row-main strong.result-saved{color:#ffd166}.history-ball.result-goal,.history-progress .result-goal{background:#34e978}.history-ball.result-miss,.history-progress .result-miss{background:#ff5f6d}.history-ball.result-saved,.history-progress .result-saved{background:#ffd166}.history-ball.rank-s,.history-progress .rank-s,.history-row-main strong.rank-s{color:#ffd166;background:#ffd166}.history-ball.rank-a,.history-progress .rank-a,.history-row-main strong.rank-a{color:#34e978;background:#34e978}.history-ball.rank-b,.history-progress .rank-b,.history-row-main strong.rank-b{color:#66e3ff;background:#66e3ff}.history-ball.rank-c,.history-progress .rank-c,.history-row-main strong.rank-c{color:#ffb35c;background:#ffb35c}.history-ball.rank-d,.history-progress .rank-d,.history-row-main strong.rank-d{color:#ff5f6d;background:#ff5f6d}.history-row-main strong.rank-s,.history-row-main strong.rank-a,.history-row-main strong.rank-b,.history-row-main strong.rank-c,.history-row-main strong.rank-d{background:transparent}.hud-control-section{padding-top:10px;border-top:1px solid rgba(255,255,255,.1)}.hud-section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.hud-section-title span{color:#dcecffad;font-size:12px}.hud-control-console .direction-panel{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:10px}.hud-control-console .dir-btn{position:relative;height:52px;padding-top:18px;border-radius:8px;color:#eef8ffe6;background:#ffffff13;border:1px solid rgba(255,255,255,.1);font-weight:900;box-shadow:inset 0 1px #ffffff0a}.hud-control-console .dir-btn:before{content:"";position:absolute;left:50%;top:8px;width:30px;height:14px;transform:translate(-50%);border:1px solid rgba(220,236,255,.52);border-bottom-width:2px;background:linear-gradient(90deg,rgba(220,236,255,.16) 1px,transparent 1px) 0 0 / 7px 100%,linear-gradient(0deg,rgba(220,236,255,.16) 1px,transparent 1px) 0 0 / 100% 6px;opacity:.85}.hud-control-console .dir-btn:hover,.hud-control-console .dir-btn.active{color:#fff;border-color:#ffd166eb;background:#ffd16629;box-shadow:0 0 0 1px #ffd1662e,0 0 18px #ffd16638,inset 0 0 18px #ffd1661a}.hud-control-console .dir-btn.active:before{border-color:#ffd166e6}.hud-control-console .power-box{margin-bottom:12px;padding:9px 10px;border-radius:10px;background:#ffffff0e;border:1px solid rgba(255,255,255,.1)}.hud-control-console .power-head{margin-bottom:8px;color:#dcecffad;font-size:11px}.hud-control-console .power-head b{color:#fff;font-size:13px}.hud-control-console .power-track{height:8px;overflow:hidden;border-radius:999px;background:linear-gradient(90deg,#62f0e226,#ffd16626,#ff5f6d26);border:1px solid rgba(255,255,255,.08)}.hud-control-console .power-fill{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#62f0e2,#ffd166,#ff5f6d);transition:width 80ms linear;box-shadow:0 0 6px currentColor,inset 0 1px #fff6;color:#62f0e2}.hud-control-console .actions{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:0}.hud-control-console .shoot-btn,.hud-control-console .ghost-btn{position:relative;overflow:hidden;height:60px;border-radius:16px;font-size:17px;font-weight:800;letter-spacing:.04em;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:all .18s ease}.hud-control-console .shoot-btn{color:#061f22;border:1px solid rgba(115,255,246,.75);background:linear-gradient(135deg,#44ffefc7,#13a49a8c);box-shadow:0 0 18px #3dffef73,inset 0 1px #ffffff59,inset 0 -18px 28px #00505a40}.hud-control-console .shoot-btn:before{content:"";position:absolute;left:14px;right:14px;top:7px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.75),transparent);opacity:.7}.hud-control-console .shoot-btn:after{content:"";position:absolute;left:0;top:14%;width:4px;height:72%;border-radius:999px;background:#82fff8f2;box-shadow:0 0 12px #50fff5e6}.hud-control-console .ghost-btn{color:#f4fbff;border:1px solid rgba(140,210,220,.22);background:linear-gradient(135deg,#162630e6,#0a141cc7);box-shadow:0 0 12px #5af7ea1f,inset 0 1px #ffffff29}.hud-control-console .shoot-btn.charging{background:linear-gradient(135deg,#ffd166,#ff7a73)}.hud-control-console .shoot-btn:hover{transform:translateY(-2px);box-shadow:0 0 24px #3dffef9e,inset 0 1px #ffffff73,inset 0 -18px 28px #00505a38}.hud-control-console .ghost-btn:hover{transform:translateY(-2px);border-color:#5af7ea80;background:linear-gradient(135deg,#1c323ef0,#0c1c26db)}.hud-control-console .shoot-btn:active,.hud-control-console .ghost-btn:active{transform:translateY(0) scale(.98)}.hud-control-console .shoot-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}@media(max-width:1440px){.hud-top{grid-template-columns:240px minmax(390px,500px) minmax(220px,270px);gap:12px}.penalty-score-strip{width:clamp(390px,34vw,500px)}.penalty-dots{gap:18px}.hud-player-info,.hud-control-console{width:360px}}@media(max-height:820px){.hud-title-card{min-height:88px;padding:12px 14px}.penalty-score-strip{height:64px}.hud-player-info{bottom:12px;min-height:136px;grid-template-columns:98px 1fr}.player-card-thumb{height:118px}.player-card-thumb img{height:126px}.player-abilities{margin-top:10px}.hud-control-console{bottom:12px;padding:12px;gap:10px}.hud-control-console .history-list{grid-template-rows:repeat(5,26px);height:146px;gap:4px}.hud-control-console .history-row{height:26px}.hud-control-console .dir-btn{height:46px}}.hud-title-card{grid-template-columns:42px 1fr;min-height:118px;padding:14px 16px}.hud-title-icon{width:60px;height:60px;object-fit:contain;align-self:center;filter:drop-shadow(0 0 12px rgba(98,240,226,.42))}.hud-title-text h1{display:grid;gap:0;margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.16);color:#f6fbff;text-transform:uppercase}.hud-title-text h1 span,.hud-title-text h1 em{display:block;font-style:italic;font-weight:1000;line-height:1}.hud-title-text h1 span{font-size:18px}.hud-title-text h1 em{margin-top:3px;font-size:14px}.penalty-score-strip{height:78px;border-radius:4px;background:linear-gradient(180deg,#ffffff0b,#fff0),linear-gradient(145deg,#04080ee0,#070f18c7);border-color:#ffffff3d}.team-chip{display:grid;grid-template-columns:48px 1fr;gap:14px;padding:0 22px}.team-crest-img{width:100px;height:100%;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}.team-chip strong{font-size:22px;font-weight:1000;text-shadow:0 1px 0 rgba(0,0,0,.55),0 0 10px rgba(255,255,255,.12)}.penalty-dots{gap:24px}.penalty-dots i{width:28px;height:28px;background:radial-gradient(circle at 36% 28%,rgba(255,255,255,.18),transparent 34%),#5b666d;border:2px solid rgba(255,255,255,.1);box-shadow:inset 0 3px 7px #00000080,0 0 0 3px #ffffff0b}.penalty-dots i.goal{background:radial-gradient(circle at 36% 28%,rgba(255,255,255,.25),transparent 34%),#23c970;box-shadow:0 0 18px #23c9708f,inset 0 3px 7px #ffffff21,0 0 0 3px #23c9701f}.penalty-dots i.failed{background:radial-gradient(circle at 36% 28%,rgba(255,255,255,.2),transparent 34%),#ef3f4d;box-shadow:0 0 18px #ef3f4d80,inset 0 3px 7px #ffffff1a,0 0 0 3px #ef3f4d1f}.penalty-dots i.current.pending{outline:0;box-shadow:inset 0 3px 7px #00000080,0 0 0 3px #ffffff0b,0 0 14px #62f0e266}.hud-sound-group{gap:0}.sound-toggle{min-width:104px;height:48px;grid-template-columns:28px 1fr;gap:8px;border-radius:8px;padding:8px 12px;background:linear-gradient(180deg,#ffffff0a,#fff0),#040b12d1}.sound-toggle:first-child{border-radius:8px 0 0 8px}.sound-toggle:last-child{border-left:0;border-radius:0 8px 8px 0}.sound-toggle-track{display:none}.sound-icon{width:30px;height:30px;object-fit:contain;filter:drop-shadow(0 0 8px rgba(98,240,226,.38))}.sound-label{display:grid;gap:1px;text-transform:uppercase}.sound-label span{color:#f6fbffe6;font-size:11px;font-weight:1000;line-height:1}.sound-label b{color:#dcecff75;font-size:10px;line-height:1}.sound-toggle.enabled .sound-label b{color:#62f0e2}.hud-player-info{background:linear-gradient(145deg,#050d16d1,#0c1c2a8c),#040c1494}.hud-control-console{background:linear-gradient(145deg,#050d16db,#0b1b289e),#040c149e}.hud-control-console .history h3,.hud-section-title h2{font-size:14px;font-weight:900}.hud-control-console .history-list{height:172px;grid-template-rows:repeat(5,31px);gap:5px}.hud-control-console .history-row{position:relative;height:31px;padding:4px 8px;border-radius:7px;background:#ffffff0b;overflow:hidden}.hud-control-console .history-row:not(.empty):after{content:"";position:absolute;left:8px;right:8px;bottom:2px;height:1px;background:#ffffff0f}.history-row-main span{display:flex;align-items:center;gap:6px}.history-row-main strong,.history-result{font-weight:1000}.history-icon{width:14px;height:14px;flex:0 0 14px;object-fit:contain;filter:drop-shadow(0 0 5px rgba(255,255,255,.2))}.history-icon.result-miss{filter:sepia(1) saturate(6) hue-rotate(310deg) brightness(1.08) drop-shadow(0 0 6px rgba(255,95,109,.45))}.history-progress{position:absolute;left:28px;right:8px;bottom:1px;height:2px;border-radius:999px;background:#ffffff0b;overflow:hidden}.history-progress i{display:block;height:100%;border-radius:inherit}.history-progress .result-goal,.history-progress .rank-a{background:linear-gradient(90deg,#34e97880,#34e978)}.history-progress .result-saved,.history-progress .rank-s{background:linear-gradient(90deg,#ffd16673,#ffd166)}.history-progress .result-miss,.history-progress .rank-d{background:linear-gradient(90deg,#ff5f6d73,#ff5f6d)}.history-progress .rank-b{background:linear-gradient(90deg,#66e3ff73,#66e3ff)}.history-progress .rank-c{background:linear-gradient(90deg,#ffb35c6b,#ffb35c)}.history-progress.empty-progress i{width:0}.hud-control-console .direction-panel{gap:7px}.hud-control-console .dir-btn{height:60px;padding:28px 6px 7px;display:grid;place-items:end center}.hud-control-console .dir-btn:before{content:none}.dir-icon-wrap{position:absolute;left:50%;top:7px;width:42px;height:24px;transform:translate(-50%);display:grid;place-items:center;pointer-events:none}.dir-goal-icon{width:42px;height:24px;object-fit:contain;opacity:.84;filter:drop-shadow(0 0 4px rgba(255,255,255,.16))}.dir-target-icon{position:absolute;width:28px;height:28px;object-fit:contain;filter:drop-shadow(0 0 10px rgba(255,209,102,.64))}.dir-label{position:relative;z-index:1}.hud-control-console .dir-btn.active .dir-goal-icon{opacity:.18}.hud-control-console .dir-btn.active{border-color:#ffd166f5;color:#ffd166;background:radial-gradient(circle at 50% 26%,rgba(255,209,102,.18),transparent 58%),#ffd1661a}.hud-control-console .power-head{display:flex;justify-content:space-between;gap:12px}.hud-control-console .power-head b{margin-left:8px}.hud-control-console .shoot-btn,.hud-control-console .ghost-btn{font-weight:1000}@media(max-width:1440px){.hud-title-card{min-height:104px}.penalty-dots{gap:18px}.sound-toggle{min-width:96px}}@media(max-height:820px){.hud-title-card{min-height:96px}.hud-control-console .history-list{height:152px;grid-template-rows:repeat(5,27px);gap:4px}.hud-control-console .history-row{height:27px}.hud-control-console .dir-btn{height:52px;padding-top:24px}}.game-app{width:100vw;height:100vh;overflow:hidden}.game-app:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:radial-gradient(ellipse at 50% 44%,transparent 36%,rgba(0,0,0,.16) 78%),linear-gradient(180deg,rgba(0,0,0,.18),transparent 24%,transparent 70%,rgba(0,0,0,.28))}.game-hud{z-index:45;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif}.hud-top{left:16px;right:16px;top:16px;display:grid;grid-template-columns:252px 560px 280px;justify-content:space-between;align-items:start;gap:16px}.hud-title-card,.penalty-score-strip,.hud-sound-group,.hud-player-info,.hud-control-console{border:1px solid rgba(141,226,255,.24);background:linear-gradient(180deg,#ffffff0b,#fff0),#030c13c2;-webkit-backdrop-filter:blur(18px) saturate(1.08);backdrop-filter:blur(18px) saturate(1.08);box-shadow:0 18px 48px #00000057,inset 0 1px #ffffff14,0 0 22px #62f0e20b}.hud-title-card{width:252px;min-height:118px;border-radius:18px;padding:13px 16px 12px;grid-template-columns:42px 1fr;align-items:start;gap:12px}.hud-title-icon{width:60px;height:60px}.hud-title-text h1{margin-bottom:12px;padding-bottom:10px}.hud-title-text h1 span{font-size:18px;letter-spacing:0}.hud-title-text h1 em{font-size:14px;letter-spacing:0}.hud-title-text>span{font-size:12px;color:#ddebf7b8}.hud-title-text strong{margin-top:3px;color:#62f0e2;font-size:15px;text-shadow:0 0 12px rgba(98,240,226,.28)}.penalty-score-strip{justify-self:center;width:560px;height:78px;grid-template-columns:214px 1fr;border-radius:5px;overflow:hidden;background:linear-gradient(180deg,#ffffff0e,#fff0),#040a10d1}.team-chip{height:100%;grid-template-columns:54px 1fr;gap:14px;padding:0 26px 0 28px;border-right:1px solid rgba(255,255,255,.18)}.team-crest-img{width:100px;height:100%}.team-chip strong{font-size:24px;line-height:1;letter-spacing:0}.penalty-dots{justify-content:center;gap:24px;padding:0 28px}.penalty-dots i{width:31px;height:31px;border-width:2px}.penalty-dots i.current.pending{box-shadow:inset 0 3px 7px #00000080,0 0 0 3px #ffffff0b,0 0 16px #62f0e294}.hud-sound-group{justify-self:end;width:274px;height:58px;display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:8px;overflow:hidden;pointer-events:auto}.hud-sound-group .sound-toggle{width:auto;min-width:0;height:100%;margin:0;padding:9px 14px;grid-template-columns:30px 1fr;gap:10px;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.hud-sound-group .sound-toggle+.sound-toggle{border-left:1px solid rgba(255,255,255,.2)}.sound-icon{width:30px;height:30px}.sound-label span{font-size:11px}.sound-label b{font-size:10px}.hud-player-info{left:16px;bottom:18px;width:394px;min-height:170px;grid-template-columns:128px 1fr;gap:14px;padding:12px;border-radius:18px;overflow:hidden}.player-card-thumb{height:146px;border-radius:14px}.player-card-thumb img{height:150px}.player-info-main h2{margin-bottom:9px;font-size:18px;font-weight:1000}.player-meta{gap:8px;font-size:12px}.player-meta strong{font-size:16px}.player-abilities{margin-top:20px;gap:7px}.player-abilities span{font-size:10px}.player-abilities b{font-size:13px;color:#68f5d5}.hud-control-console{right:16px;bottom:20px;width:388px;height:514px;max-height:calc(100vh - 136px);padding:14px;border-radius:18px;display:grid;grid-template-rows:204px auto;gap:12px;overflow:hidden}.hud-control-console .history{min-height:0}.hud-control-console .history h3,.hud-section-title h2{font-size:14px;line-height:1}.hud-control-console .history-list{height:174px;margin-top:11px;display:grid;grid-template-rows:repeat(5,32px);gap:4px;overflow:hidden}.hud-control-console .history-row{height:32px;padding:5px 8px 6px;border-radius:7px;background:#ffffff0c}.history-row-main{height:21px}.history-row-main span{gap:7px;font-size:12px;color:#e8f3ffe0}.history-row-main strong{font-size:12px}.history-icon{width:14px;height:14px}.history-progress{left:29px;right:8px;bottom:3px;height:2px}.hud-control-section{padding-top:12px;border-top:1px solid rgba(255,255,255,.11)}.hud-section-title{margin-bottom:11px}.hud-section-title span{font-size:12px;color:#deedf9ad}.hud-control-console .direction-panel{grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:12px}.hud-control-console .dir-btn{height:60px;padding:29px 6px 8px;border-radius:8px;font-size:14px;background:#ffffff13;border-color:#ffffff21}.dir-icon-wrap{top:8px;width:38px;height:22px}.dir-goal-icon{width:38px;height:22px}.dir-target-icon{width:27px;height:27px}.hud-control-console .power-box{margin-bottom:12px;padding:9px 10px 10px;border-radius:9px}.hud-control-console .power-head{margin-bottom:9px;font-size:11px}.hud-control-console .power-track{height:8px}.hud-control-console .actions{gap:10px}.hud-control-console .shoot-btn,.hud-control-console .ghost-btn{height:44px;border-radius:10px;font-size:14px}.hud-control-console .shoot-btn{background:linear-gradient(135deg,#4ce0c9,#74f3ff);box-shadow:inset 0 1px #ffffff38,0 14px 28px #56e9ff2e}.hud-control-console .ghost-btn{background:linear-gradient(180deg,#ffffff0b,#fff0),#fff1}@media(max-width:1440px){.hud-top{grid-template-columns:236px 520px 258px;left:12px;right:12px;top:12px}.hud-title-card{width:236px}.penalty-score-strip{width:520px;grid-template-columns:198px 1fr}.penalty-dots{gap:19px}.hud-sound-group{width:258px}.hud-player-info{width:370px;grid-template-columns:116px 1fr}.player-card-thumb{height:136px}.player-card-thumb img{height:140px}.hud-control-console{width:370px}}@media(max-height:820px){.hud-title-card{min-height:108px}.penalty-score-strip{height:72px}.hud-sound-group{height:54px}.hud-control-console{height:500px;grid-template-rows:196px auto;padding:13px}.hud-control-console .history-list{height:166px;grid-template-rows:repeat(5,30px)}.hud-control-console .history-row{height:30px}}.penalty-score-strip{width:580px;height:80px;grid-template-columns:242px 1fr;border-radius:18px}.team-chip{grid-template-columns:66px 1fr;gap:18px;padding:0 28px}.team-crest-img{width:100px;height:100%;object-fit:contain}.team-chip strong{font-size:25px}.penalty-dots{display:grid;grid-template-columns:repeat(5,32px);justify-content:center;align-items:center;gap:25px;padding:0 30px}.penalty-dots i,.penalty-dots i.goal,.penalty-dots i.failed,.penalty-dots i.current.pending{width:32px;height:32px;flex:0 0 32px;margin:0;outline:0;transform:none}.penalty-dots i.current.pending{box-shadow:inset 0 3px 7px #00000080,0 0 0 3px #ffffff0b}.hud-control-console{height:540px;grid-template-rows:196px minmax(0,1fr);overflow:hidden}.hud-control-console .history-list{height:166px;grid-template-rows:repeat(5,30px);gap:4px}.hud-control-console .history-row{height:30px}.hud-control-section{min-height:0;display:flex;flex-direction:column}.hud-control-console .direction-panel,.hud-control-console .power-box{flex:0 0 auto}.hud-control-console .actions{flex:0 0 auto;margin-top:auto;position:relative;z-index:2}.hud-control-console .shoot-btn,.hud-control-console .ghost-btn{overflow:visible}@media(max-width:1440px){.penalty-score-strip{width:540px;grid-template-columns:224px 1fr}.team-chip{grid-template-columns:60px 1fr;gap:15px;padding:0 24px}.team-crest-img{width:100px;height:100%}.penalty-dots{grid-template-columns:repeat(5,30px);gap:20px}.penalty-dots i,.penalty-dots i.goal,.penalty-dots i.failed,.penalty-dots i.current.pending{width:30px;height:30px;flex-basis:30px}.hud-control-console{height:520px}}html,body,#app,.game-app{width:100vw;height:100vh;overflow:hidden}.game-hud{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:45;pointer-events:none;color:#fff}.hud-top{position:static!important;display:contents!important}.hud-title-card,.penalty-score-strip,.hud-sound-group,.hud-player-info,.hud-control-console{pointer-events:auto;box-sizing:border-box;border:1px solid rgba(90,247,234,.22)!important;background:#071018c7!important;-webkit-backdrop-filter:blur(18px) saturate(1.04)!important;backdrop-filter:blur(18px) saturate(1.04)!important;box-shadow:0 16px 40px #00000059,inset 0 1px #ffffff14!important;color:#fff}.hud-title-card{position:fixed!important;left:16px!important;top:16px!important;width:220px!important;height:110px!important;min-height:110px!important;padding:12px 14px!important;border-radius:16px!important;display:grid!important;grid-template-columns:36px 1fr!important;gap:10px!important;align-items:start!important;overflow:hidden}.hud-title-icon{width:50px!important;height:50px!important;object-fit:contain;filter:drop-shadow(0 0 10px rgba(102,255,240,.36))}.hud-title-text h1{display:grid!important;gap:2px!important;margin:0 0 10px!important;padding:0 0 8px!important;border-bottom:1px solid rgba(255,255,255,.15)!important}.hud-title-text h1 span{font-size:16px!important;line-height:1!important;color:#f6fbff}.hud-title-text h1 em{margin:0!important;font-size:12px!important;line-height:1!important;color:#f6fbff}.hud-title-text>span{margin:0 0 3px!important;font-size:11px!important;color:#a5b5bc!important}.hud-title-text strong{font-size:13px!important;line-height:1.1!important;color:#66fff0!important}.penalty-score-strip{position:fixed!important;left:50%!important;top:16px!important;width:max-content!important;max-width:calc(100vw - 32px)!important;height:66px!important;transform:translate(-50%)!important;border-radius:16px!important;display:inline-grid!important;grid-template-columns:max-content max-content!important;align-items:center!important;overflow:hidden}.team-chip{position:relative!important;width:auto!important;height:100%!important;display:grid!important;grid-template-columns:max-content max-content!important;gap:16px!important;align-items:center!important;padding:0 28px 0 16px!important;border-right:0!important}.team-chip:after{content:""!important;position:absolute!important;top:16px!important;right:0!important;bottom:16px!important;width:1px!important;background:linear-gradient(180deg,transparent,rgba(255,255,255,.28),transparent)!important}.team-crest-img{width:80px!important;height:100%!important;object-fit:contain!important}.team-chip strong{font-size:21px!important;line-height:1!important;font-weight:1000!important;letter-spacing:0!important;white-space:nowrap!important}.penalty-dots{width:auto!important;height:100%!important;display:grid!important;grid-template-columns:repeat(5,26px)!important;gap:20px!important;justify-content:center!important;align-items:center!important;padding:0 24px 0 28px!important}.penalty-dots i,.penalty-dots i.goal,.penalty-dots i.failed,.penalty-dots i.current.pending{width:26px!important;height:26px!important;min-width:26px!important;flex:0 0 26px!important;margin:0!important;border-radius:999px!important;border:2px solid rgba(255,255,255,.14)!important;transform:none!important;outline:0!important}.penalty-dots i{background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.18),transparent 34%),#5a646b!important;box-shadow:inset 0 3px 7px #0000007a,0 0 0 3px #ffffff0b!important}.penalty-dots i.goal{background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.22),transparent 34%),#42e88b!important;box-shadow:0 0 16px #42e88b75,inset 0 3px 7px #ffffff1f,0 0 0 3px #42e88b1a!important}.penalty-dots i.failed{background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.2),transparent 34%),#ff4658!important;box-shadow:0 0 16px #ff465870,inset 0 3px 7px #ffffff1a,0 0 0 3px #ff46581a!important}.penalty-dots i.current.pending{box-shadow:inset 0 3px 7px #0000007a,0 0 0 3px #ffffff0b,0 0 13px #66fff061!important}.hud-sound-group{position:fixed!important;right:16px!important;top:18px!important;width:200px!important;height:50px!important;border-radius:9px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important;overflow:hidden!important}.hud-sound-group .sound-toggle{width:100%!important;height:100%!important;min-width:0!important;margin:0!important;padding:7px 10px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;display:grid!important;grid-template-columns:24px 1fr!important;align-items:center!important;gap:6px!important}.hud-sound-group .sound-toggle+.sound-toggle{border-left:1px solid rgba(255,255,255,.18)!important}.sound-icon{width:24px!important;height:24px!important;object-fit:contain!important;filter:drop-shadow(0 0 7px rgba(102,255,240,.34))!important}.sound-label span{font-size:10px!important;line-height:1!important;color:#fff!important}.sound-label b{font-size:9px!important;line-height:1!important;color:#a5b5bc!important}.sound-toggle.enabled .sound-label b{color:#66fff0!important}.hud-player-info{position:fixed!important;left:18px!important;bottom:36px!important;width:340px!important;height:150px!important;min-height:150px!important;padding:10px!important;border-radius:14px!important;display:grid!important;grid-template-columns:112px 1fr!important;align-items:center!important;gap:10px!important;overflow:hidden!important}.player-card-thumb{width:112px!important;height:130px!important;border-radius:12px!important}.player-card-thumb img{width:100%!important;height:124px!important;object-fit:contain!important}.player-info-main h2{margin:0 0 6px!important;font-size:15px!important;line-height:1.1!important}.player-meta{gap:6px!important;font-size:10px!important;color:#d8e5eb!important}.player-meta strong{font-size:14px!important}.player-abilities{margin-top:14px!important;display:grid!important;grid-template-columns:repeat(6,1fr)!important;gap:5px!important}.player-abilities span{font-size:9px!important;color:#a5b5bc!important}.player-abilities b{font-size:11px!important;color:#66fff0!important}.hud-control-console{position:fixed!important;right:18px!important;bottom:36px!important;width:auto!important;height:auto!important;max-height:none!important;padding:12px 12px 16px!important;border-radius:14px!important;display:flex!important;flex-direction:column!important;gap:10px!important;overflow:visible!important}.hud-control-console .history{min-height:0!important;width:320px!important;margin:0!important}.hud-control-console .timeline{gap:6px!important}.hud-control-console .timeline-row{min-height:40px!important}.hud-control-console .timeline-card{min-height:40px!important;padding:5px 8px!important;border-radius:7px!important}.hud-control-console .timeline-card-right{grid-template-columns:70px 34px!important;gap:8px!important;flex:0 0 112px!important}.hud-control-console .timeline-status{padding:2px 8px!important}.hud-control-console .timeline-percent{font-size:16px!important;letter-spacing:0!important}.hud-control-console .history h3,.hud-section-title h2{margin:0!important;font-size:14px!important;line-height:1!important;color:#fff!important}.hud-control-console .history-list{width:320px!important;height:auto!important;margin-top:8px!important;display:grid!important;grid-template-rows:repeat(5,28px)!important;gap:5px!important;overflow:visible!important}.hud-control-console .history-row{height:28px!important;padding:4px 8px 6px!important;border-radius:6px!important;background:#ffffff0e!important;overflow:hidden!important}.history-row-main{height:22px!important;gap:14px!important}.history-row-main span{min-width:0!important;font-size:11px!important;color:#e6f2f6!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.history-row-label{display:flex!important;align-items:center!important;gap:5px!important}.history-row-label em{flex:0 0 auto!important;font-style:normal!important;color:#e6f2f694!important}.timeline-meta{display:flex!important;align-items:center!important;gap:7px!important;min-width:0!important}.timeline-difficulty{flex:0 0 auto!important;color:#66fff0eb!important;font-size:10px!important;line-height:1.1!important;border:none!important;box-shadow:none!important;background:transparent!important;padding:0!important;border-radius:0!important}.history-row-main strong{flex:0 0 auto!important;font-size:12px!important}.history-icon{width:14px!important;height:14px!important}.history-progress{left:30px!important;right:9px!important;bottom:3px!important;height:2px!important}.hud-control-section{min-height:0!important;width:320px!important;padding-top:10px!important;border-top:1px solid rgba(255,255,255,.11)!important;display:flex!important;flex-direction:column!important;gap:10px!important}.hud-section-title{height:18px!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.hud-section-title span{font-size:12px!important;color:#a5b5bc!important}.hud-control-console .direction-panel{width:100%!important;height:auto!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;grid-template-rows:repeat(2,50px)!important;justify-content:center!important;gap:8px!important;margin:0!important}.hud-control-console .dir-btn{width:100%!important;height:50px!important;padding:24px 6px 7px!important;border-radius:8px!important;font-size:13px!important;color:#f4fbff!important;background:#ffffff13!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:inset 0 1px #ffffff0b!important}.hud-control-console .dir-btn.active{color:#ffd45a!important;border-color:#ffd45af5!important;background:radial-gradient(circle at 50% 34%,rgba(255,212,90,.18),transparent 60%),#ffd45a1a!important;box-shadow:0 0 0 1px #ffd45a29,0 0 18px #ffd45a52,inset 0 0 18px #ffd45a1a!important}.dir-icon-wrap{top:7px!important;width:34px!important;height:20px!important}.dir-goal-icon{width:34px!important;height:20px!important}.dir-target-icon{width:24px!important;height:24px!important}.hud-control-console .power-box{height:62px!important;margin:0!important;padding:10px 11px!important;border-radius:9px!important}.hud-control-console .power-head{height:16px!important;margin:0 0 7px!important;font-size:11px!important;color:#a5b5bc!important}.hud-control-console .power-track{position:relative!important;height:7px!important;overflow:hidden!important;border-radius:999px!important;background:linear-gradient(90deg,#62f0e226,#ffd16626,#ff5f6d26)!important;border:1px solid rgba(255,255,255,.08)!important}.hud-control-console .power-sweet-zone{position:absolute!important;left:68%!important;top:0!important;width:16%!important;height:100%!important;border-radius:999px!important;background:#6dfff4ad!important;box-shadow:0 0 10px #66fff052,inset 0 1px #ffffff38!important;pointer-events:none!important}.hud-control-console .power-fill{position:relative!important;z-index:1!important}.hud-control-console .actions{height:50px!important;margin:0!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.hud-control-console .shoot-btn,.hud-control-console .ghost-btn{width:100%!important;height:50px!important;border-radius:12px!important;font-size:13px!important;font-weight:1000!important}.hud-control-console .shoot-btn{color:#06131f!important;background:linear-gradient(135deg,#48dfc9,#66fff0)!important}.hud-control-console .ghost-btn{color:#fff!important;background:#ffffff13!important;border:1px solid rgba(255,255,255,.13)!important}.hud-control-console .hud-actions{height:50px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;margin:0!important}.hud-control-console .hud-actions .shoot-btn,.hud-control-console .hud-actions .ghost-btn{position:relative!important;isolation:isolate;overflow:hidden!important;width:100%!important;height:50px!important;border-radius:12px!important;font-size:14px!important;font-weight:900!important;letter-spacing:0!important;color:#f6fdfff5!important;background:linear-gradient(180deg,#ffffff2e,#ffffff0b),#0c1c227a!important;border:1px solid rgba(132,246,255,.38)!important;box-shadow:0 0 0 1px #ffffff0f inset,0 1px #ffffff52 inset,0 -18px 34px #00000029 inset,0 12px 26px #0000003d,0 0 18px #47e0ff2e!important;backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%);text-shadow:0 1px 8px rgba(0,0,0,.24);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.hud-control-console .hud-actions .shoot-btn{color:#eaffff!important;background:linear-gradient(180deg,#cafffc3d,#3ce0d214),#11716b6b!important;border-color:#6dfff4ad!important;box-shadow:0 0 0 1px #d2fffc24 inset,0 1px #ffffff6b inset,0 -18px 34px #084a4a38 inset,0 14px 30px #0000003d,0 0 20px #44ffef52,0 0 38px #44ffef24!important}.hud-control-console .hud-actions .ghost-btn{background:linear-gradient(180deg,#ffffff26,#ffffff09),#0f182294!important;border-color:#bedaff42!important}.hud-control-console .hud-actions .shoot-btn:before,.hud-control-console .hud-actions .ghost-btn:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;z-index:-1;border-radius:inherit;background:linear-gradient(110deg,transparent 0 24%,rgba(255,255,255,.24) 38%,transparent 52%),linear-gradient(180deg,rgba(255,255,255,.16),transparent 42%);opacity:.65;pointer-events:none}.hud-control-console .hud-actions .shoot-btn:after,.hud-control-console .hud-actions .ghost-btn:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:-2;border-radius:inherit;background:linear-gradient(90deg,#4affefcc,#58b1ff61,#4affefcc);opacity:.28;filter:blur(8px);pointer-events:none}.hud-control-console .hud-actions .shoot-btn:hover,.hud-control-console .hud-actions .ghost-btn:hover{transform:translateY(-1px)!important;border-color:#7efff5c7!important;box-shadow:0 0 0 1px #d6fffc33 inset,0 1px #ffffff80 inset,0 -18px 34px #00505a2e inset,0 16px 32px #00000047,0 0 24px #4bfff06b,0 0 52px #4bfff02e!important}.hud-control-console .hud-actions .shoot-btn.charging{color:#fff7e0!important;border-color:#ffda74d1!important;background:linear-gradient(180deg,#ffeaa447,#ff6b601f),#78491c75!important;box-shadow:0 0 0 1px #fff4ca38 inset,0 1px #ffffff7a inset,0 16px 34px #00000042,0 0 26px #ffd16675,0 0 52px #ff706033!important}.hud-control-console .hud-actions .shoot-btn:active,.hud-control-console .hud-actions .ghost-btn:active{transform:translateY(0) scale(.985)!important}.hud-control-console .hud-actions .shoot-btn:disabled{opacity:.48!important;cursor:not-allowed!important;filter:grayscale(.18);box-shadow:0 0 0 1px #ffffff0f inset,0 10px 22px #0003!important}.goal-zone-grid{padding:4px 5px 5px!important;gap:0!important;box-sizing:border-box!important}.goal-zone-grid span{box-sizing:border-box!important;margin:2px!important;border:0!important;background:transparent!important;box-shadow:none!important}.goal-zone-grid span.active{border:1px solid rgba(255,212,90,.96)!important;background:#ffd45a42!important;box-shadow:inset 0 0 22px #ffd45a33,0 0 10px #ffd45a29!important}.penalty-dots{grid-template-columns:repeat(5,30px)!important;gap:26px!important}.penalty-dot-slot{position:relative!important;display:block!important;width:30px!important;height:30px!important;min-width:30px!important;overflow:visible!important}.penalty-dot-slot>i,.penalty-dot-slot>i.goal,.penalty-dot-slot>i.failed,.penalty-dot-slot>i.current.pending{position:absolute!important;left:0!important;top:0!important;display:block!important;width:30px!important;height:30px!important;min-width:30px!important;margin:0!important;transform:none!important;border-radius:999px!important}.hud-difficulty-card{position:fixed!important;left:18px!important;bottom:200px!important;width:180px!important;min-height:186px!important;padding:12px!important;border-radius:18px!important;pointer-events:auto!important;border:1px solid rgba(148,229,255,.22)!important;background:linear-gradient(145deg,#040b13d6,#0b192694),#040c14a3!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;box-shadow:0 18px 46px #0000005c,inset 0 1px #ffffff14!important;overflow:hidden!important}.hud-difficulty-card:before{content:""!important;position:absolute!important;inset:auto -42px -72px auto!important;width:150px!important;height:150px!important;border-radius:999px!important;background:radial-gradient(circle,rgba(98,240,226,.14),transparent 66%)!important;pointer-events:none!important}.difficulty-options{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:10px!important}.difficulty-btn{position:relative!important;min-width:0!important;height:44px!important;padding:7px 12px!important;display:grid!important;grid-template-columns:75px 1fr!important;align-items:center!important;justify-items:start!important;gap:10px!important;border-radius:10px!important;color:#f4fbffe0!important;background:linear-gradient(180deg,#ffffff12,#ffffff06),#ffffff0e!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:inset 0 1px #ffffff0f!important;cursor:pointer!important;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease!important}.difficulty-btn:hover:not(:disabled),.difficulty-btn.active{transform:translateY(-1px)!important;border-color:#66fff0ad!important;background:linear-gradient(180deg,#9bfff626,#ffffff09),#1258583d!important;box-shadow:0 0 0 1px #94fff629,0 0 18px #48dfc93d,inset 0 1px #ffffff29!important}.difficulty-btn:disabled{cursor:not-allowed!important;opacity:.58!important}.difficulty-stars{width:58px!important;height:18px!important;display:flex!important;align-items:center!important;gap:4px!important}.difficulty-stars img{width:16px!important;height:16px!important;object-fit:contain!important}.difficulty-copy{min-width:0!important;display:grid!important;gap:2px!important}.difficulty-btn strong{font-size:13px!important;line-height:1.1!important;font-weight:1000!important;text-align:left!important}.difficulty-btn em{font-size:10px!important;line-height:1.1!important;font-style:normal!important;color:#dcecff9e!important;text-align:left!important}.difficulty-easy.active{border-color:#5ef0a89e!important}.difficulty-hard.active{border-color:#ffd166ad!important}@media(max-width:1440px){.hud-difficulty-card{width:180px!important}}@media(max-height:820px){.hud-difficulty-card{bottom:18px!important;min-height:166px!important;padding:10px!important}.difficulty-options{gap:6px!important;margin-top:8px!important}.difficulty-btn{height:38px!important;padding:6px 10px!important;grid-template-columns:75px 1fr!important;gap:8px!important}.difficulty-stars{width:52px!important}.difficulty-stars img{width:14px!important;height:14px!important}.difficulty-btn strong{font-size:12px!important}.difficulty-btn em{font-size:9px!important}}
