.match-loading{--load-progress:0;--load-accent:#8fe7df;position:fixed;inset:0;z-index:180;display:grid;place-items:center;padding:24px;background:#060c14b8;pointer-events:auto;color:#edf5f8;font-family:Bahnschrift,'Microsoft YaHei',system-ui,sans-serif}.match-loading[hidden]{display:none}.match-loading *{box-sizing:border-box;min-width:0}
.match-loading-card{position:relative;isolation:isolate;width:min(660px,100%);max-height:calc(100dvh - 48px);overflow:auto;padding:34px 38px 30px;border:1px solid #96b5c43a;border-radius:20px;background:linear-gradient(125deg,#27333c30,transparent 45%),#101a22;box-shadow:0 28px 90px #0008,inset 0 1px #ffffff12}.match-loading-card:before{content:'';position:absolute;pointer-events:none;inset:0;z-index:-1;opacity:.38;background:linear-gradient(90deg,transparent 31px,#aac4d00a 32px),linear-gradient(transparent 31px,#aac4d00a 32px);background-size:32px 32px}.match-loading-card:after{content:'';position:absolute;top:0;left:38px;width:48px;height:3px;background:var(--load-accent);box-shadow:0 0 18px #8fe7df50}
.match-loading-brand{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:30px;font:600 11px/1.5 Bahnschrift,'Microsoft YaHei',system-ui,sans-serif;letter-spacing:.15em;color:#a7b8c3}.match-loading-brand>span:first-child{color:#eef5f7;letter-spacing:.23em}.match-loading-signal{display:flex;align-items:center;gap:8px;white-space:nowrap}.match-loading-signal i{width:5px;height:5px;background:var(--load-accent);box-shadow:0 0 8px #8fe7df66;border-radius:1px;animation:loading-signal 2s ease-in-out infinite}
.match-loading-card h2{font:600 clamp(25px,3vw,34px)/1.25 Bahnschrift,'Microsoft YaHei',system-ui,sans-serif;letter-spacing:-.025em;margin:0}.match-loading-context{font-size:14px;line-height:1.65;color:#aabcc8;margin:10px 0 28px}
.match-loading-meter{padding:0 0 18px}.match-loading-measure{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:14px}.match-loading-progress-label{font-size:11px;letter-spacing:.12em;color:#a4bac6;padding-bottom:7px}.match-loading-percent{display:flex;align-items:baseline;gap:5px;color:#f0f7fa;font-variant-numeric:tabular-nums;line-height:1}.match-loading-percent b{font:400 60px/.9 'Consolas','SFMono-Regular',monospace;letter-spacing:-.075em}.match-loading-percent small{font:400 19px/1 Consolas,monospace;color:#8fa7b5}
.match-loading-track{position:relative;height:24px;background:#050c12;border:1px solid #748b983d;border-radius:5px;padding:4px;box-shadow:inset 0 2px 6px #0008;overflow:hidden}.match-loading-track:after{content:'';position:absolute;inset:4px;pointer-events:none;background:repeating-linear-gradient(90deg,transparent 0,transparent calc(2.5% - 2px),#070f15 calc(2.5% - 2px),#070f15 2.5%)}.match-loading-fill{height:100%;width:100%;transform:scaleX(var(--load-progress));transform-origin:left;transition:transform .22s ease-out;background:linear-gradient(90deg,#3c9397,#85dbd3 70%,#c6fff2);box-shadow:0 0 14px #7cd8d650;border-radius:2px}.match-loading-scale{display:flex;justify-content:space-between;margin-top:7px;padding-top:9px;background:repeating-linear-gradient(90deg,#91aebb44 0,#91aebb44 1px,transparent 1px,transparent 2.5%) top left/100% 4px no-repeat;font:10px/1 Consolas,monospace;color:#8098a7}
.match-loading-card ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0;margin:0 0 26px;list-style:none}.match-loading-card li{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.55;color:#8196a5}.match-loading-card li i{flex:0 0 22px;height:22px;border:1px solid #819bab40;border-radius:4px;display:grid;place-items:center;font:11px/1 Consolas,monospace;color:#97aebb}.match-loading-card li[data-state=active]{color:#e9f5f8}.match-loading-card li[data-state=active] i{border-color:#8fe7df99;color:var(--load-accent);background:#8fe7df0c}.match-loading-card li[data-state=done]{color:#bfd5df}.match-loading-card li[data-state=done] i{background:#78d3c922;border-color:#8fe7df40;color:#b8f4e8}
.match-loading-status{position:relative;border-top:1px solid #b4cad522;padding:20px 0 0 17px;min-height:78px}.match-loading-status:before{content:'';position:absolute;left:0;top:25px;width:5px;height:14px;border-radius:1px;background:var(--load-accent)}.match-loading-status strong{font-size:15px;font-weight:500;line-height:1.5}.match-loading-status p{font-size:13px;line-height:1.6;color:#a6bdca;margin:5px 0 0}.match-loading-card button{width:100%;min-height:44px;border:1px solid #bdd1db50;border-radius:10px;margin-top:20px;background:#273b48;color:#f3f7fa;font:inherit;font-size:15px;font-weight:500;cursor:pointer}.match-loading-card button:focus-visible{outline:2px solid #b5f3ea;outline-offset:4px}.match-loading-card button[hidden]{display:none}
.match-loading[data-stage=waiting]{--load-accent:#e3c184}.match-loading[data-stage=waiting] .match-loading-status:before{animation:loading-signal 2s ease-in-out infinite}.match-loading[data-stage=ready] .match-loading-signal i,.match-loading[data-stage=error] .match-loading-signal i{animation:none}.match-loading[data-stage=error]{--load-accent:#f4a296}.match-loading[data-stage=error] .match-loading-fill{background:linear-gradient(90deg,#997473,#e6a49a);box-shadow:none}
@keyframes loading-signal{50%{opacity:.35}}@media(prefers-reduced-motion:reduce){.match-loading *{animation:none!important;transition:none!important}}
@media(max-width:520px){.match-loading{padding:16px}.match-loading-card{padding:26px 22px;max-height:calc(100dvh - 32px);border-radius:16px}.match-loading-card:after{left:22px}.match-loading-brand{font-size:9px;gap:10px;margin-bottom:24px}.match-loading-brand>span:first-child{letter-spacing:.16em}.match-loading-card h2{font-size:27px}.match-loading-context{font-size:13px;margin-bottom:24px}.match-loading-progress-label{font-size:10px;max-width:58%;line-height:1.6}.match-loading-percent b{font-size:52px}.match-loading-card ol{gap:8px;margin-bottom:20px}.match-loading-card li{flex-direction:column;gap:7px;font-size:12px}.match-loading-card li i{flex-basis:auto;width:22px}.match-loading-status p{font-size:13px}}
@media(max-height:500px){.match-loading{padding:12px}.match-loading-card{width:min(690px,100%);padding:18px 26px;max-height:calc(100dvh - 24px)}.match-loading-brand{margin-bottom:10px}.match-loading-card h2{font-size:25px}.match-loading-context{margin:6px 0 12px}.match-loading-measure{margin-bottom:10px}.match-loading-percent b{font-size:42px}.match-loading-card ol{margin-bottom:12px}.match-loading-status{padding-top:12px;min-height:0}.match-loading-status:before{top:17px}.match-loading-meter{padding-bottom:12px}.match-loading-scale{margin-top:5px}}
