:root{color-scheme:light dark;--ink:#172033;--muted:#66748a;--line:#d9e2ee;--surface:#fff;--soft:#eaeef9;--blue:#002fa7;--blue-deep:#002586;--red:#dc2626;--red-soft:#fff0f0;--green:#178b58;--yellow:#a86b00;--gold:#b7791f;--radius:10px;--radius-sm:8px;--page-bg:#f3f6fb;--shadow:0 1px 2px rgba(23,32,51,.04),0 4px 12px rgba(23,32,51,.06);--shadow-soft:0 1px 2px rgba(23,32,51,.04);--surface-2:#f8fafc;--header-bg:hsla(0,0%,100%,.9);--text-body:#344054;--text-strong:#111827}@media (prefers-color-scheme:dark){:root{--ink:#dce6f5;--muted:#7b8fa8;--line:#243149;--surface:#19233a;--soft:#1e2b42;--page-bg:#0f1621;--red-soft:#2e1215;--shadow:0 1px 2px rgba(0,0,0,.3),0 4px 12px rgba(0,0,0,.35);--shadow-soft:0 1px 2px rgba(0,0,0,.3);--surface-2:#1c2740;--header-bg:rgba(15,22,34,.92);--text-body:#94a3b8;--text-strong:#dce6f5}}*{box-sizing:border-box}:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:2px}body{margin:0;background:var(--page-bg);color:var(--ink);font-size:15px;font-family:Geist,PingFang SC,Microsoft YaHei,Arial,sans-serif}@keyframes fade-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}main{min-height:calc(100vh - 74px)}.site-footer{border-top:1px solid var(--line);background:var(--surface)}.footer-inner{display:grid;grid-template-columns:1fr auto auto;grid-gap:24px;gap:24px;align-items:center;padding:20px clamp(18px,5vw,64px);max-width:1200px;margin:0 auto}.footer-brand{display:grid;grid-gap:4px;gap:4px}.footer-brand strong{font-size:14px}.footer-brand span{color:var(--muted);font-size:12px}.footer-nav{display:flex;gap:16px;flex-wrap:wrap}.footer-nav a{color:var(--muted);font-size:13px;font-weight:600;transition:color .15s ease}.footer-nav a:hover{color:var(--blue)}.footer-meta a{color:var(--muted);font-size:12px;transition:color .15s ease}.footer-meta a:hover{color:var(--blue)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;grid-gap:24px;gap:24px;align-items:center;padding:14px clamp(18px,5vw,64px);border-bottom:1px solid rgba(217,226,238,.92);background:var(--header-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 8px 24px rgba(23,32,51,.05)}.brand{display:inline-flex;gap:12px;align-items:center;min-width:220px}.brand-mark,.icon-tile{display:inline-grid;width:40px;height:40px;place-items:center;border-radius:8px;color:#fff;background:var(--blue);box-shadow:none}.brand small,.brand strong{display:block}.brand small{margin-top:2px;color:var(--muted);font-size:12px}.main-nav{display:flex;gap:4px;justify-content:center;flex-wrap:wrap}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.mobile-nav{display:none}.admin-link,.button,.main-nav a,.nav-dropdown summary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 13px;border-radius:8px;color:var(--text-body);font-size:13px;font-weight:650;white-space:nowrap;transition:background .15s ease,color .15s ease}.main-nav a,.nav-dropdown summary{padding:0 10px;font-weight:550}.button.disabled,.button:disabled{opacity:.45;cursor:not-allowed;filter:grayscale(.35)}.admin-link:hover,.main-nav a:hover,.nav-dropdown summary:hover,.nav-dropdown[open] summary{color:var(--blue-deep);background:var(--soft)}.nav-dropdown{position:relative}.nav-dropdown summary{cursor:pointer;list-style:none}.nav-dropdown summary::-webkit-details-marker{display:none}.mobile-nav summary::-webkit-details-marker,.mobile-nav-group summary::-webkit-details-marker{display:none}.nav-dropdown summary svg{transition:transform .2s ease}.nav-dropdown[open] summary svg{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;z-index:30;display:grid;min-width:160px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.main-nav .nav-dropdown-menu a{justify-content:flex-start;min-height:42px;border-radius:0;background:var(--surface);white-space:nowrap}.main-nav .nav-dropdown-menu a+a{border-top:1px solid var(--line)}.admin-link{border:1px solid var(--line);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:var(--surface);box-shadow:0 6px 18px rgba(23,32,51,.05);transition:background .15s ease,color .15s ease,border-color .15s ease}.admin-pass-popover{position:relative;z-index:80}.admin-pass-popover summary{list-style:none}.admin-pass-popover summary::-webkit-details-marker{display:none}.admin-pass-dialog{position:absolute;top:calc(100% + 8px);right:0;display:grid;grid-gap:10px;gap:10px;width:min(320px,calc(100vw - 32px));border:1px solid var(--line);border-radius:8px;padding:14px;background:var(--surface);box-shadow:0 22px 55px rgba(15,23,42,.2)}.admin-pass-dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.admin-pass-dialog-heading div{display:grid;grid-gap:3px;gap:3px}.admin-pass-dialog-heading strong{color:var(--text);font-size:15px}.admin-pass-dialog p,.admin-pass-dialog-heading span{margin:0;color:var(--muted);font-size:12px}.admin-pass-dialog input{min-height:38px;border:1px solid var(--line);border-radius:6px;padding:7px 9px;color:var(--text);font:inherit}.container,.page-hero,.split-hero,.stat-band{width:min(1160px,calc(100% - 36px));margin:0 auto}.hero-band{background:#0f1d36;padding-bottom:12px}.hero-band .hero-copy h1{color:#dce6f5}.hero-band .hero-copy p{color:#8fa8c8}.hero-band .eyebrow{color:#6ba3f0}.hero-band .hero-panel{border-color:hsla(0,0%,100%,.1);box-shadow:0 18px 45px rgba(0,0,0,.35)}.split-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);grid-gap:36px;gap:36px;align-items:center;padding:42px 0 24px}.home-hero{display:flex;flex-direction:column;align-items:flex-start;width:min(1160px,calc(100% - 36px));margin:0 auto;padding:34px 0 28px}.home-hero h1{margin:6px 0 10px;font-size:clamp(26px,3vw,34px)}.home-hero p{margin:0}.hero-copy h1,.page-hero h1{margin:10px 0 14px;font-size:clamp(28px,3.8vw,42px);line-height:1.12;letter-spacing:0}.page-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:24px;gap:24px;align-items:center;margin-top:28px;padding:28px clamp(18px,4vw,36px);overflow:hidden;border:1px solid rgba(217,226,238,.96);border-radius:8px;background:#fff;box-shadow:var(--shadow-soft)}.page-hero:before{position:absolute;inset:0 0 auto;height:3px;content:"";background:var(--blue)}.page-hero.page-hero--compact{margin-top:18px;padding:16px clamp(16px,3vw,24px);gap:14px}.page-hero.page-hero--compact h1{margin:5px 0 6px;font-size:28px}.page-hero.page-hero--compact p{font-size:14px;line-height:1.45}.hero-copy p,.page-hero p{margin:0;color:var(--muted);font-size:15.5px;line-height:1.72}.page-hero.ranking-page-hero{padding-top:22px;padding-bottom:10px}.page-hero.ranking-page-hero h1{margin:6px 0;font-size:26px;line-height:1.15}.page-hero.ranking-page-hero p{font-size:14px;line-height:1.5}.page-hero.weekly-page-hero,.page-hero.weekly-results-page-hero{margin-top:14px;padding-top:14px;padding-bottom:14px}.page-hero.weekly-results-page-hero{padding-top:10px;padding-bottom:10px}.page-hero.weekly-page-hero h1,.page-hero.weekly-results-page-hero h1{margin:4px 0;font-size:25px;line-height:1.12}.page-hero.weekly-results-page-hero h1{font-size:22px}.page-hero.weekly-page-hero p,.page-hero.weekly-results-page-hero p{font-size:13px;line-height:1.42}.page-hero.weekly-results-page-hero p{font-size:12px;line-height:1.35}.hero-panel{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.hero-panel img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.eyebrow{color:var(--blue);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.search-trigger{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 12px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--muted);font-size:13px;cursor:pointer;transition:border-color .15s ease,color .15s ease}.search-trigger:hover{border-color:var(--blue);color:var(--text-strong)}.search-trigger kbd{padding:1px 6px;border:1px solid var(--line);border-radius:5px;background:var(--surface-2);color:var(--muted);font:inherit;font-size:11px}.search-overlay{position:fixed;inset:0;z-index:80;display:flex;justify-content:center;align-items:flex-start;padding:12vh 16px 16px;background:rgba(15,22,34,.45);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.search-panel{width:min(560px,100%);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.search-input-row{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid var(--line);color:var(--muted)}.search-input-row input{flex:1 1;min-width:0;border:0;background:transparent;color:var(--ink);font-size:15px;outline:none}.search-close{display:inline-grid;place-items:center;width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer}.search-close:hover{background:var(--surface-2);color:var(--text-strong)}.search-results{max-height:56vh;overflow-y:auto;padding:6px}.search-hint{margin:0;padding:18px 12px;color:var(--muted);font-size:13px;text-align:center}.search-group{padding:4px 0}.search-group+.search-group{border-top:1px solid var(--line)}.search-group-title{margin:6px 8px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.search-item{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:9px 10px;border-radius:var(--radius-sm);color:var(--ink);text-decoration:none}.search-item.is-active{background:var(--soft)}.search-item-name{font-weight:600;font-size:14px}.search-item-meta{color:var(--muted);font-size:12px;white-space:nowrap}.home-search{display:inline-flex;align-items:center;gap:10px;width:min(420px,100%);margin:4px 0 18px;padding:11px 14px;border:1px solid hsla(0,0%,100%,.22);border-radius:var(--radius);background:hsla(0,0%,100%,.08);color:#c4d3ea;font-size:14px;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease}.home-search:hover{border-color:hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.12)}.home-search span{flex:1 1}.home-search kbd{padding:1px 6px;border:1px solid hsla(0,0%,100%,.25);border-radius:5px;font:inherit;font-size:11px;color:#c4d3ea}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.home-news-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:16px}.home-news-more{color:var(--blue);font-size:13px;font-weight:600;text-decoration:none}.home-news-more:hover{color:var(--blue-deep)}.news-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);text-decoration:none;box-shadow:var(--shadow-soft);transition:border-color .15s ease}.news-card:hover{border-color:var(--blue)}.news-card-cover{aspect-ratio:16/9;overflow:hidden;background:var(--surface-2)}.news-card-cover img{display:block;width:100%;height:100%;object-fit:cover}.news-card-body{display:flex;flex-direction:column;gap:8px;padding:16px}.news-card-meta{display:flex;align-items:center;gap:8px}.news-tag{padding:2px 8px;border-radius:999px;background:var(--soft);color:var(--blue-deep);font-size:11px;font-weight:700}.news-date{color:var(--muted);font-size:12px}.news-card-title{font-size:16px;line-height:1.4}.news-card-summary{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--text-body);font-size:13px;line-height:1.6}.news-empty{padding:40px;border:1px dashed var(--line);border-radius:var(--radius);color:var(--muted);text-align:center}.news-list{display:flex;flex-direction:column;gap:16px}.news-card--row{flex-direction:row;align-items:stretch}.news-card--row .news-card-cover{width:300px;flex-shrink:0;align-self:stretch;aspect-ratio:auto}.news-card--row .news-card-body{flex:1 1;gap:10px;padding:20px 24px;justify-content:center}.news-card--row .news-card-title{font-size:19px}.news-card--row .news-card-summary{-webkit-line-clamp:3;font-size:14px;line-height:1.7}@media (max-width:640px){.news-card--row{flex-direction:column}.news-card--row .news-card-cover{width:100%;align-self:auto;aspect-ratio:16/9}}.news-article{max-width:760px}.news-back{display:inline-flex;align-items:center;gap:6px;margin-bottom:18px;color:var(--muted);font-size:13px;text-decoration:none}.news-back:hover{color:var(--blue)}.news-article-meta{display:flex;align-items:center;gap:10px;margin-bottom:10px}.news-article-title{margin:0 0 12px;font-size:30px;line-height:1.25}.news-article-summary{margin:0 0 20px;color:var(--text-body);font-size:16px;line-height:1.7}.news-article-cover{margin:0 0 24px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius)}.news-article-cover img{display:block;width:100%}.news-article-body{color:var(--text-body);font-size:15px;line-height:1.85}.news-article-body p{margin:0 0 16px;white-space:pre-line}.news-article-empty{color:var(--muted)}.news-admin-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px}.news-admin-status{color:var(--muted);font-size:13px}.news-admin-list{display:grid;grid-gap:16px;gap:16px}.news-admin-card{padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-soft)}.news-admin-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.news-admin-delete{display:inline-grid;place-items:center;width:30px;height:30px;border:1px solid var(--line);border-radius:8px;background:transparent;color:var(--muted);cursor:pointer}.news-admin-delete:hover{border-color:var(--red);color:var(--red)}.news-admin-published{display:inline-flex;align-items:center;gap:8px;margin-top:12px;color:var(--text-body);font-size:13px}@media (max-width:860px){.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.news-grid{grid-template-columns:1fr}}@media (max-width:720px){.search-trigger kbd,.search-trigger span{display:none}.search-trigger{padding:0 10px}.home-search kbd{display:none}}.animate-in{animation:fade-in-up .5s ease-out both}.animate-in-delay{animation:fade-in-up .5s ease-out .1s both}.animate-in-delay-2{animation:fade-in-up .5s ease-out .2s both}.home-entries{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:32px}.home-entry{display:flex;align-items:center;padding:14px 18px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-soft);transition:box-shadow .2s ease,border-color .2s ease}.home-entry:hover{border-color:var(--blue)}.home-entry strong{font-size:17px}.home-entry span{color:var(--muted);font-size:14px;line-height:1.5}.hero-actions,.section-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.button{border:1px solid var(--line);background:var(--surface);box-shadow:0 6px 16px rgba(23,32,51,.05);transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}.button:hover:not(:disabled){border-color:var(--blue);color:var(--blue)}.button:disabled{cursor:not-allowed;opacity:.56}.button.primary{border-color:var(--blue);color:#fff;background:var(--blue);box-shadow:0 12px 22px rgba(36,87,197,.2)}.button.primary:hover:not(:disabled){background:var(--blue-deep);border-color:var(--blue-deep);box-shadow:0 12px 22px rgba(36,87,197,.3)}.stat-band{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;padding:18px 0 24px}.stat{padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow-soft)}.stat strong{display:block;color:var(--text-strong);font-size:24px}.card-kicker,.meta-line,.stat span{color:var(--muted);font-size:14px}.section{padding:34px 0}.section-header{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;margin-bottom:18px}.section-header h2{margin:0;font-size:24px}.section-header p{max-width:680px;margin:8px 0 0;color:var(--muted);line-height:1.7}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.achievement-badge,.admin-card,.event-card,.info-block,.person-card{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 8px 24px rgba(25,39,62,.04)}.person-card{display:grid;grid-template-columns:84px 1fr;grid-gap:16px;gap:16px;min-height:188px;padding:18px}.person-card img,.profile-avatar{border-radius:8px;background:var(--soft)}.achievement-badge h3,.event-card h3,.person-card h3{margin:8px 0;font-size:21px}.achievement-badge p,.event-card p,.info-block p,.person-card p{margin:10px 0 0;color:var(--muted);line-height:1.65}.tag-row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.status,.tag{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;background:#eef4ff;color:#1f4c9a;font-size:12px;font-weight:800}.status{background:#fff7e6;color:var(--yellow)}.status-高{background:#e9f8f1;color:var(--green)}.status-低{background:#fff0f0;color:var(--red)}.event-card{overflow:hidden}.event-card img,.event-cover{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.event-card-body{padding:18px}.card-kicker,.meta-line{display:inline-flex;gap:7px;align-items:center}.detail-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(300px,1.2fr);grid-gap:22px;gap:22px}.detail-main,.profile-panel{padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.profile-panel{align-self:start}.profile-avatar{display:block;width:132px;height:132px}.detail-main h1,.profile-panel h1{margin:16px 0 8px;font-size:30px}.definition-list{display:grid;grid-gap:12px;gap:12px;margin-top:22px}.definition-list div{display:flex;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid var(--line)}.definition-list dt{color:var(--muted)}.definition-list dd{margin:0;font-weight:750;text-align:right}.admin-card,.info-block{padding:18px}.info-block+.info-block{margin-top:16px}.admin-card h2,.info-block h2{margin:0 0 12px;font-size:21px}.admin-module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.admin-module-card{display:grid;grid-gap:10px;gap:10px;min-height:128px;padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:inherit;text-decoration:none;box-shadow:var(--shadow-soft);transition:border-color .15s ease}.admin-module-card:hover{border-color:var(--blue)}.admin-module-card strong{font-size:20px}.admin-module-card span{color:var(--muted);line-height:1.6}.admin-card-heading{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:14px}.admin-card-heading h2{margin-bottom:6px}.admin-card-heading p{margin:0;color:var(--muted);line-height:1.6}.admin-workspace-heading{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:16px}.admin-console-shell{width:min(1440px,calc(100% - 24px))}.admin-workspace-heading h1{margin:0 0 8px;font-size:28px;letter-spacing:0}.admin-workspace-heading p{margin:0;color:var(--muted);line-height:1.6}.admin-profile-stats{width:100%;padding-top:0;margin-bottom:16px}.admin-profile-workbench{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:16px;gap:16px;align-items:start}.account-workbench{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:16px;gap:16px;align-items:start}.admin-profile-library{min-width:0}.account-entry-panel,.admin-profile-entry{position:-webkit-sticky;position:sticky;top:16px}.admin-entry-form{grid-template-columns:1fr}.admin-entry-mode{margin-bottom:14px}.admin-entry-actions{display:grid;grid-gap:10px;gap:10px;margin-top:14px}.admin-entry-actions .button{width:100%}.admin-batch-entry{margin-top:16px}.admin-batch-entry textarea{min-height:88px}.admin-batch-button{width:100%;margin-top:10px}.admin-profile-search{max-width:520px}.admin-profile-filters{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.admin-profile-filters button{min-height:34px;border:1px solid var(--line);border-radius:8px;padding:0 10px;background:#fff;color:var(--text-body);font:inherit;font-size:13px;font-weight:800;cursor:pointer}.admin-profile-filters button.active{border-color:var(--blue);color:#fff;background:var(--blue)}.account-ledger{min-width:0}.account-competition-filter{max-width:420px}.account-table{margin-top:16px}.account-table .result-table{min-width:900px}.account-table input,.account-table select{min-width:110px;padding:8px 9px}.account-table td:nth-child(4),.account-table td:nth-child(4) input,.account-table th:nth-child(4){min-width:440px}.account-save-button{margin-top:14px}.account-history{display:grid;grid-gap:10px;gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.account-history h3{margin:0;font-size:16px}.account-history p{margin:0;color:var(--muted);font-size:13px;font-weight:750}.account-history-item{display:grid;grid-gap:4px;gap:4px;border:1px solid var(--line);border-radius:8px;padding:10px;background:#fff}.account-history-item strong{font-size:13px}.account-history-item span{color:var(--muted);font-size:12px;font-weight:750;line-height:1.5}.checkbox-field{align-content:start}.checkbox-field input{width:20px;height:20px}.city-quick-picks{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.city-quick-picks button{min-height:32px;border:1px solid var(--line);border-radius:8px;padding:0 10px;background:#fff;color:var(--text-body);font-size:13px;font-weight:800;cursor:pointer}.city-quick-picks button.active{border-color:var(--blue);color:#fff;background:var(--blue)}.admin-local-table{margin-top:16px}.admin-local-tools{display:grid;grid-template-columns:minmax(260px,420px) auto;grid-gap:12px;gap:12px;align-items:end;margin-top:14px}.admin-local-count{display:inline-flex;align-items:center;min-height:44px;color:var(--muted);font-size:13px;font-weight:800}.admin-profile-meta{display:grid;grid-gap:3px;gap:3px}.admin-profile-meta small{color:var(--muted);font-size:12px;font-weight:750}.admin-profile-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-inline-notice{margin:10px 0 0;color:var(--muted);font-size:14px;font-weight:750}.admin-feedback-card{margin-bottom:16px}.admin-feedback-item,.admin-feedback-list{display:grid;grid-gap:10px;gap:10px}.admin-feedback-item{border:1px solid var(--line);border-radius:8px;padding:12px;background:#fff}.admin-feedback-head,.admin-feedback-meta{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center}.admin-feedback-head small,.admin-feedback-meta{color:var(--muted);font-size:12px;font-weight:750}.admin-feedback-item p{margin:0;color:#243044;line-height:1.7}.admin-login-shell{width:min(1080px,calc(100% - 36px));min-height:calc(100vh - 74px);margin:0 auto;padding:clamp(34px,7vw,76px) 0;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,440px);grid-gap:clamp(24px,6vw,72px);gap:clamp(24px,6vw,72px);align-items:center}.admin-login-identity{display:grid;grid-gap:18px;gap:18px;align-content:center}.admin-login-identity h1{max-width:680px;margin:0;font-size:clamp(34px,5vw,56px);line-height:1.08;letter-spacing:0}.admin-login-identity p{max-width:540px;margin:0;color:var(--muted);font-size:16px;line-height:1.7}.admin-login-status{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:9px;min-height:38px;padding:0 12px;border:1px solid #cfe0f7;border-radius:8px;background:#eef6ff;color:#1f4c9a;font-size:13px;font-weight:850}.admin-login-card{display:grid;grid-gap:18px;gap:18px;padding:clamp(20px,4vw,30px);border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.admin-login-heading{display:grid;grid-template-columns:44px 1fr;grid-gap:13px;gap:13px;align-items:center}.admin-login-heading h2{margin:0;font-size:24px;letter-spacing:0}.admin-login-heading p{margin:4px 0 0;color:var(--muted);font-size:14px;line-height:1.5}.admin-login-password{margin-top:4px}.admin-login-input-wrap{display:grid;grid-template-columns:22px 1fr;align-items:center;grid-gap:8px;gap:8px;border:1px solid var(--line);border-radius:8px;padding:0 12px;background:#fff;color:var(--muted)}.admin-login-input-wrap:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px rgba(31,111,235,.13)}.admin-login-input-wrap input{min-height:48px;border:0;padding:0;outline:0}.admin-login-submit{width:100%}.admin-login-error{margin:-4px 0 0;border:1px solid #f2c8c8;border-radius:8px;padding:10px 12px;background:#fff3f3;color:var(--red);font-size:14px;font-weight:750}.admin-local-table .result-table{min-width:980px}.admin-local-table input:not([type]),.admin-local-table input[type=text]{min-width:110px;padding:8px 9px}.admin-local-table input[type=checkbox]{width:18px;height:18px}@media (max-width:980px){.admin-login-shell{min-height:auto;grid-template-columns:1fr;gap:28px;padding-top:34px}.admin-login-identity h1{max-width:560px}.account-workbench,.admin-module-grid,.admin-profile-workbench{grid-template-columns:1fr}.account-entry-panel,.admin-profile-entry{position:static;order:-1}.admin-entry-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.account-table .result-table,.admin-local-table .result-table{min-width:900px}.admin-local-table .result-table,.admin-local-table .result-table tbody,.admin-local-table .result-table td,.admin-local-table .result-table th,.admin-local-table .result-table thead,.admin-local-table .result-table tr{display:block}.admin-local-table .result-table thead{display:none}.admin-local-table .result-table tbody{display:grid;grid-gap:10px;gap:10px}.admin-local-table .result-table tr{border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}.admin-local-table .result-table td{display:grid;grid-template-columns:88px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;border-bottom:1px solid var(--line);padding:10px 12px}.admin-local-table .result-table td:last-child{border-bottom:0}.admin-local-table .result-table td:before{color:var(--muted);font-size:12px;font-weight:850}.admin-local-table .result-table td:first-child:before{content:"身份"}.admin-local-table .result-table td:nth-child(2):before{content:"姓名"}.admin-local-table .result-table td:nth-child(3):before{content:"省份"}.admin-local-table .result-table td:nth-child(4):before{content:"城市"}.admin-local-table .result-table td:nth-child(5):before{content:"来源赛事"}.admin-local-table .result-table td:nth-child(6):before{content:"录入 / 核对"}.admin-local-table .result-table td:nth-child(7):before{content:"校验"}.admin-local-table .result-table td:nth-child(8):before{content:"操作"}.admin-local-table input:not([type]),.admin-local-table input[type=text]{width:100%;min-width:0}.account-table input,.account-table select{min-width:110px}}@media (max-width:640px){.account-workbench{gap:12px}.account-entry-panel,.account-ledger{padding:14px}.account-table{margin-top:12px}.account-table .result-table{min-width:820px}.account-table td:nth-child(4),.account-table td:nth-child(4) input,.account-table th:nth-child(4){min-width:360px}.account-table input,.account-table select{min-height:38px;padding:7px 8px;font-size:13px}.account-history-item{padding:9px}.admin-card-heading,.admin-workspace-heading{display:grid}.admin-entry-actions{grid-template-columns:1fr}.admin-login-shell{width:min(100% - 28px,1080px);padding:28px 0 42px}.admin-login-identity{gap:12px}.admin-login-identity h1{font-size:40px}.admin-login-identity p{font-size:16px}.admin-login-card{padding:18px}.admin-login-heading{grid-template-columns:40px 1fr}.admin-login-heading h2{font-size:21px}.commercial-edit-toolbar,.commercial-team-header{align-items:stretch;flex-direction:column}.commercial-member-editor,.footer-inner{grid-template-columns:1fr}.footer-inner{gap:12px;padding:16px 18px}.footer-nav{gap:10px}}.timeline{display:grid;grid-gap:12px;gap:12px}.timeline-item{padding-left:14px;border-left:3px solid var(--blue)}.timeline-item strong{display:block}.achievement-badge{display:grid;grid-template-columns:42px 1fr;grid-gap:12px;gap:12px;padding:18px}.achievement-badge svg{color:var(--yellow)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.field{display:grid;grid-gap:7px;gap:7px}.field.full{grid-column:1/-1}label{color:var(--text-body);font-size:13px;font-weight:750}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:11px 12px;background:var(--surface);color:var(--ink);font:inherit}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:32px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23667085' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}textarea{min-height:100px;resize:vertical}.admin-list{display:grid;grid-gap:10px;gap:10px;margin-top:16px}.admin-list-item{gap:12px;padding:12px;background:var(--soft)}.admin-list-item,.weekly-feature{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--line);border-radius:8px}.weekly-feature{gap:14px;padding:14px 16px;background:var(--surface);box-shadow:0 10px 24px rgba(23,32,51,.06)}.weekly-home-section{padding-top:16px}.weekly-feature--test{border-color:#b8cdf5;background:#f6f9ff}.weekly-feature--disabled{opacity:.62;cursor:not-allowed;box-shadow:none}.weekly-feature h2{display:flex;flex-wrap:wrap;gap:6px;align-items:baseline;margin:2px 0 3px;font-size:19px}.weekly-feature h2 small{color:var(--muted);font-size:12px;font-weight:700}.weekly-feature p{max-width:760px;margin:0;color:var(--muted);font-size:13px;line-height:1.5}.weekly-current-progress{display:flex;align-items:center;gap:7px;max-width:460px;margin-top:6px}.weekly-current-progress span{display:block;overflow:hidden;flex:1 1 220px;height:6px;border-radius:999px;background:color-mix(in srgb,var(--blue) 12%,#fff)}.weekly-current-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2457c5,#2fbf71)}.weekly-current-progress em{flex:0 0 auto;color:var(--muted);font-size:12px;font-style:normal;font-weight:750}.weekly-feature>strong{flex:0 0 auto;padding:8px 13px;border-radius:999px;background:var(--blue);color:#fff;font-size:15px;font-weight:900;letter-spacing:.02em;box-shadow:0 10px 22px rgba(37,99,235,.22)}.weekly-feature-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}.weekly-feature-meta span{display:inline-flex;gap:5px;align-items:center;color:var(--muted);font-size:12px}.weekly-list-header{margin-top:28px}.weekly-history-fold{margin-top:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);overflow:hidden}.weekly-history-fold>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:9px 12px;cursor:pointer;list-style:none}.weekly-history-fold>summary::-webkit-details-marker{display:none}.weekly-history-fold>summary strong{display:block;font-size:14px}.weekly-history-fold>summary small{display:block;margin-top:2px;color:var(--muted);font-size:11px;font-weight:600}.weekly-history-fold>summary>span{flex:0 0 auto;color:var(--blue);font-size:12px;font-weight:750}.weekly-history-fold[open]>summary{border-bottom:1px solid var(--line)}.weekly-history-fold[open]>summary>span{color:var(--muted)}.weekly-history-fold[open]>summary>span:before{content:"收起"}.weekly-history-fold[open]>summary>span{font-size:0}.weekly-history-fold[open]>summary>span:before{font-size:12px}.weekly-history-fold:not([open]) .recorded-week-list,.weekly-history-fold:not([open]) .weekly-list{display:none}.weekly-history-fold .recorded-week-list,.weekly-history-fold .weekly-list{margin:10px 12px}.weekly-secondary-links{display:flex;justify-content:flex-end;margin-top:10px}.weekly-secondary-links .button{min-height:32px;padding:6px 10px;font-size:12px}.weekly-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;max-height:420px;overflow:auto;padding-right:4px}.recorded-week-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:12px}.recorded-week-card{display:grid;grid-gap:6px;gap:6px;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.recorded-week-card span{font-weight:850}.recorded-week-card small{color:var(--muted)}.weekly-list-item{display:flex;justify-content:space-between;gap:12px;align-items:center;min-height:46px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);font-size:14px}.weekly-list-item small{flex:0 0 auto;color:var(--muted)}.weekly-list-item.pending{color:var(--muted);background:#f7f9fc}.big-stack-section{margin-top:42px}.big-stack-hero{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);grid-gap:14px;gap:14px;margin-bottom:14px}.big-stack-footnote,.big-stack-leader,.big-stack-ranking,.big-stack-stats,.podium-card{border:1px solid var(--line);border-radius:8px;background:var(--surface)}.big-stack-leader{padding:22px;box-shadow:var(--shadow)}.big-stack-leader strong{display:block;margin-top:12px;color:var(--red);font-size:44px;line-height:1}.big-stack-leader p{margin:8px 0 0;color:var(--text-body);font-size:18px;font-weight:850}.big-stack-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1px;gap:1px;overflow:hidden;background:var(--line)}.big-stack-stats div{display:grid;align-content:center;min-height:132px;padding:18px;background:var(--surface)}.big-stack-stats span{color:var(--muted);font-size:13px}.big-stack-stats strong{margin-top:8px;font-size:26px}.big-stack-podium{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:14px}.podium-card{display:grid;grid-gap:7px;gap:7px;padding:16px}.podium-card svg{color:var(--yellow)}.podium-card small{color:var(--muted);font-weight:750}.podium-card strong{font-size:21px}.podium-card a strong{color:var(--blue)}.podium-card em{width:-moz-fit-content;width:fit-content;padding:3px 8px;border-radius:999px;background:var(--soft);color:var(--muted);font-size:12px;font-style:normal;font-weight:850}.podium-card span{color:var(--blue);font-size:18px;font-weight:900}.podium-1{border-color:#f3c04d;background:#fff9e8}.big-stack-ranking{display:grid;max-height:620px;overflow:auto}.big-stack-row{display:grid;grid-template-columns:44px minmax(72px,120px) 62px minmax(120px,1fr) 60px;grid-gap:12px;gap:12px;align-items:center;padding:10px 14px;border-bottom:1px solid var(--line)}.big-stack-row:last-child{border-bottom:0}.big-stack-rank{display:inline-grid;width:30px;height:30px;place-items:center;border-radius:999px;background:var(--soft);color:var(--text-body);font-size:13px;font-weight:850}.big-stack-name{font-weight:850}.big-stack-name a{color:var(--blue)}.big-stack-gender{display:inline-flex;justify-content:center;min-width:42px;padding:3px 8px;border-radius:999px;background:#ecfdf3;color:var(--green);font-size:12px;font-weight:850}.big-stack-gender.pending{background:#f1f5f9;color:var(--muted)}.big-stack-bar{height:12px;overflow:hidden;border-radius:999px;background:#e8eef5}.big-stack-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1f6feb,#24b99a)}.big-stack-row strong{text-align:right;font-size:16px}.big-stack-footnote{display:flex;gap:8px;align-items:center;margin-top:12px;padding:12px 14px;color:var(--muted);font-size:13px}.weekly-join{display:grid;grid-template-columns:minmax(0,1fr) 150px;grid-gap:22px;gap:22px;align-items:center;margin-top:28px;padding:22px;border:1px solid var(--line);border-radius:8px;background:#eef7ff}.weekly-join h2{margin:8px 0;font-size:26px}.weekly-join p{max-width:780px;margin:0;color:var(--text-body);line-height:1.8}.qr-placeholder{display:grid;width:150px;height:150px;place-items:center;border:1px dashed #8fb7df;border-radius:8px;background:linear-gradient(45deg,rgba(31,111,235,.08) 25%,transparent 0),linear-gradient(-45deg,rgba(31,111,235,.08) 25%,transparent 0),#fff;background-size:18px 18px;color:var(--blue);font-weight:900}.qr-placeholder small{margin-top:-42px;color:var(--muted);font-size:12px}.weekly-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:16px}.weekly-intro{display:grid;grid-gap:10px;gap:10px;margin-bottom:18px;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.weekly-intro p{margin:0;color:var(--text-body);line-height:1.8}.weekly-intro strong{color:var(--red);font-size:14px}.weekly-event-stack{display:grid;grid-gap:28px;gap:28px}.weekly-age-note{margin:24px 0 18px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff7e6}.weekly-age-note p{margin:0;color:#7a4a00;line-height:1.8}.weekly-age-stack{display:grid;grid-gap:22px;gap:22px}.weekly-event-section .section-header{margin-bottom:12px}.weekly-admin-shell{display:grid;grid-gap:16px;gap:16px}.weekly-admin-toolbar{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-top:18px}.weekly-admin-workspace{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start}.weekly-admin-card{min-width:0}.weekly-admin-fold{padding:0}.weekly-admin-fold-summary{margin:0;padding:18px;cursor:pointer;list-style:none}.weekly-admin-fold-summary::-webkit-details-marker{display:none}.weekly-admin-fold:not([open]) .weekly-admin-fold-summary{border-bottom:0}.weekly-admin-fold[open] .weekly-admin-fold-summary{border-bottom:1px solid var(--line)}.weekly-admin-fold>:not(summary){margin:18px}.weekly-admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.weekly-admin-grid .full{grid-column:1/-1}.weekly-paste-box{min-height:220px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.6}.weekly-parse-errors{display:grid;grid-gap:6px;gap:6px;margin-top:10px;color:var(--red);font-size:13px;font-weight:750}.weekly-parse-errors p{margin:0}.weekly-admin-actions{grid-template-columns:repeat(3,max-content);justify-content:start}.weekly-admin-preview{min-width:980px}.weekly-entry-shell{display:grid;grid-gap:18px;gap:18px}.weekly-entry-shell--public{padding-top:14px}.weekly-entry-shell--workspace{min-width:0}.weekly-entry-controls{display:grid;grid-template-columns:minmax(0,2fr) minmax(180px,1fr);grid-gap:12px;gap:12px}.weekly-entry-controls--compact{grid-template-columns:minmax(0,1fr) 180px 180px}.weekly-entry-controls--public{grid-template-columns:minmax(0,1fr) 150px;max-width:620px}.weekly-entry-shell--public .weekly-admin-card{padding:10px 12px}.weekly-entry-shell--public .weekly-admin-card .admin-card-heading{gap:8px;margin-bottom:8px}.weekly-entry-shell--public .weekly-admin-card .admin-card-heading h2{font-size:17px}.weekly-entry-shell--public .weekly-admin-card .admin-card-heading p{font-size:12px;line-height:1.4}.weekly-attempt-grid label,.weekly-create-player label,.weekly-entry-controls label,.weekly-player-search{display:grid;grid-gap:7px;gap:7px;color:var(--text-body);font-size:13px;font-weight:850}.weekly-attempt-grid input,.weekly-create-player input,.weekly-create-player select,.weekly-entry-controls select,.weekly-player-search input{min-height:42px;border:1px solid var(--line);border-radius:8px;padding:9px 10px;background:#fff;color:var(--text);font:inherit}.weekly-entry-controls--public select{min-height:34px;padding:6px 8px;font-size:12.5px}.weekly-entry-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;grid-gap:12px;gap:12px;align-items:start}.weekly-entry-shell--public .weekly-entry-grid{grid-template-columns:minmax(0,1fr) 280px}.weekly-entry-grid--readonly{grid-template-columns:minmax(0,1fr)}.weekly-entry-panel{display:grid;grid-gap:8px;gap:8px;padding:12px;position:-webkit-sticky;position:sticky;top:84px}.weekly-entry-shell--public .weekly-entry-panel{gap:6px;padding:8px;border-color:#dbe4f2;background:hsla(0,0%,100%,.94);box-shadow:0 8px 22px rgba(23,32,51,.06);overflow:visible}.weekly-entry-panel .admin-card-heading{margin-bottom:0}.weekly-entry-panel .admin-card-heading h2{font-size:18px}.weekly-entry-shell--public .weekly-entry-panel .admin-card-heading h2{font-size:15px}.weekly-entry-panel .admin-card-heading p{font-size:12px}.weekly-entry-shell--public .weekly-entry-panel .admin-card-heading p{color:var(--muted);font-size:10.5px;line-height:1.3}.weekly-player-search span{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:8px;padding:0 10px;background:#fff}.weekly-player-picker{position:relative;display:grid;grid-gap:4px;gap:4px}.weekly-entry-shell--public .weekly-player-search{gap:4px;font-size:0}.weekly-entry-shell--public .weekly-player-search span{gap:5px;padding:0 7px;border-color:#dbe4f2;border-radius:7px}.weekly-entry-shell--public .weekly-player-search span:after{flex:0 0 auto;color:var(--muted);font-size:11px;content:"▼"}.weekly-entry-shell--public .weekly-player-search input{min-width:0;min-height:30px;font-size:12.5px}.weekly-player-search em{display:inline-flex;min-width:42px;height:28px;align-items:center;justify-content:center;border-right:1px solid var(--line);color:var(--muted);font-style:normal;font-weight:850}.weekly-player-search input{width:100%;border:0;padding-inline:0}.weekly-player-search input:focus{outline:none}.weekly-player-results{display:grid;grid-gap:6px;gap:6px;max-height:168px;overflow:auto}.weekly-entry-shell--public .weekly-player-results{position:absolute;z-index:100;top:calc(100% + 4px);right:10px;left:74px;display:grid;grid-gap:4px;gap:4px;max-height:178px;padding:5px;border:1px solid #dbe4f2;border-radius:8px;background:hsla(0,0%,100%,.98);box-shadow:0 12px 26px rgba(15,23,42,.14)}.weekly-player-results button{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:8px;padding:8px 9px;background:#fff;color:var(--text);text-align:left;cursor:pointer}.weekly-entry-shell--public .weekly-player-results button{gap:8px;min-height:32px;padding:6px 7px;border-radius:6px;font-size:12px}.weekly-entry-shell--public .weekly-player-results button strong{font-size:12.5px;font-weight:820}.weekly-entry-shell--public .weekly-player-results button:hover{border-color:#9bb7f4;background:#f8fbff}.weekly-entry-shell--public .weekly-player-results p{margin:0;padding:7px;color:var(--muted);font-size:12px;line-height:1.4}.weekly-player-results button.is-selected{border-color:#2563eb;background:#f5f8ff}.weekly-player-results small{color:var(--muted);font-weight:750}.weekly-entry-shell--public .weekly-player-results small{overflow:hidden;max-width:150px;text-align:right;text-overflow:ellipsis;white-space:nowrap;font-size:10.5px}.weekly-selected-player{display:grid;grid-gap:3px;gap:3px;border:1px solid #d7e4ff;border-radius:8px;padding:8px 10px;background:#f5f8ff}.weekly-entry-shell--public .weekly-selected-player{gap:2px;padding:7px 8px;background:#f8fbff}.weekly-selected-player span{color:var(--muted);font-size:12px;font-weight:850}.weekly-selected-player strong{font-size:18px}.weekly-entry-shell--public .weekly-selected-player strong{font-size:15px}.weekly-selected-player small{color:var(--text-body);font-weight:750}.weekly-attempt-grid,.weekly-create-player{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.weekly-create-player .button{align-self:end;min-height:38px}.weekly-attempt-grid{grid-template-columns:1fr;gap:0}.weekly-attempt-grid label{grid-template-columns:58px minmax(0,1fr);align-items:center;gap:0;border:1px solid var(--line);border-bottom:0;background:#f0f0f0}.weekly-entry-shell--public .weekly-attempt-grid{grid-template-columns:1fr;gap:3px}.weekly-entry-shell--public .weekly-attempt-grid label{grid-template-columns:34px minmax(0,1fr);border:1px solid #dbe4f2;border-radius:7px;background:#fff;box-shadow:0 1px 0 rgba(15,23,42,.02)}.weekly-entry-shell--public .weekly-attempt-grid label:first-child,.weekly-entry-shell--public .weekly-attempt-grid label:last-child{border-radius:7px}.weekly-attempt-grid label:first-child{border-radius:8px 8px 0 0}.weekly-attempt-grid label:last-child{border-bottom:1px solid var(--line);border-radius:0 0 8px 8px}.weekly-attempt-grid label span{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border-right:1px solid var(--line);color:var(--text-body);font-weight:850}.weekly-entry-shell--public .weekly-attempt-grid label span{min-height:28px;border-right:1px solid #edf2f8;border-bottom:0;color:var(--muted);font-size:11px}.weekly-entry-panel .weekly-attempt-grid input,.weekly-entry-panel .weekly-create-player input,.weekly-entry-panel .weekly-create-player select,.weekly-entry-panel .weekly-player-search input{min-height:36px}.weekly-entry-panel .weekly-attempt-grid input{min-height:42px;border:0;border-radius:0;background:transparent;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:23px;letter-spacing:2px;text-align:right}.weekly-entry-shell--public .weekly-entry-panel .weekly-attempt-grid input{min-height:28px;padding:2px 7px;color:#0f172a;font-size:17px;letter-spacing:1px;text-align:right}.weekly-entry-panel .weekly-attempt-grid input:focus{outline:2px solid #9bb7f4;outline-offset:-2px}.weekly-calculated{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.weekly-calculated div{border:1px solid #dce4f6;border-radius:8px;padding:9px 10px;background:#f8faff}.weekly-entry-shell--public .weekly-calculated{gap:6px}.weekly-entry-shell--public .weekly-calculated div{padding:5px 7px;border-color:#dbe4f2;border-radius:7px;background:#fbfdff}.weekly-calculated span{display:block;color:var(--muted);font-size:12px;font-weight:800}.weekly-entry-shell--public .weekly-calculated span{font-size:10.5px}.weekly-calculated strong{display:block;margin-top:2px;font-size:20px}.weekly-entry-shell--public .weekly-calculated strong{font-size:16px}.weekly-save-result{justify-content:center}.weekly-entry-shell--public .weekly-save-result{min-height:32px;border-radius:7px;font-size:13px}.weekly-entry-results{min-width:0}.weekly-entry-progress{margin:6px 0 0;color:var(--muted);font-size:13px;font-weight:800}.weekly-entry-table{min-width:0;width:100%}.weekly-entry-table td,.weekly-entry-table th{padding:8px 7px;font-size:13px}.weekly-entry-table td:first-child,.weekly-entry-table td:nth-child(2),.weekly-entry-table th:first-child,.weekly-entry-table th:nth-child(2){width:48px}.weekly-entry-table td:nth-child(3),.weekly-entry-table th:nth-child(3){min-width:88px}.weekly-entry-table td:nth-child(4),.weekly-entry-table td:nth-child(5),.weekly-entry-table th:nth-child(4),.weekly-entry-table th:nth-child(5){width:92px}.weekly-entry-table td:nth-child(6),.weekly-entry-table td:nth-child(7),.weekly-entry-table th:nth-child(6),.weekly-entry-table th:nth-child(7){width:86px}.weekly-entry-table td:last-child{font-size:12px}.weekly-library-shell{display:grid;grid-gap:8px;gap:8px}.weekly-library-shell--side{position:-webkit-sticky;position:sticky;top:84px;min-width:0;gap:12px}.weekly-library-shell .admin-workspace-heading{margin-bottom:4px}.weekly-library-shell .admin-workspace-heading h1{margin-bottom:3px;font-size:22px}.weekly-library-shell .admin-workspace-heading p{font-size:12px;line-height:1.35}.weekly-library-shell .admin-workspace-heading .status{min-height:28px;padding:5px 8px;font-size:12px}.weekly-library-shell .admin-profile-stats{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;padding:0;margin-bottom:6px}.weekly-library-shell .stat{padding:8px 10px}.weekly-library-shell .stat strong{font-size:20px}.weekly-library-shell .stat span{font-size:11px}.weekly-library-shell--side .admin-workspace-heading{display:flex;align-items:flex-end;gap:10px;margin-bottom:0}.weekly-library-shell--side .admin-workspace-heading h1{font-size:24px}.weekly-library-shell--side .admin-workspace-heading p{font-size:12px;line-height:1.5}.weekly-library-shell--side .admin-workspace-heading .status{white-space:nowrap}.weekly-library-shell--side .admin-profile-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.weekly-library-shell--side .stat{padding:12px}.weekly-library-shell--side .stat strong{font-size:24px}.weekly-library-workbench{min-width:0}.weekly-library-table-card{min-width:0;padding:10px}.weekly-library-table-card .admin-card-heading{align-items:center;gap:10px;margin-bottom:8px}.weekly-library-table-card .admin-card-heading h2{margin-bottom:2px;font-size:16px}.weekly-library-table-card .admin-card-heading p{font-size:12px;line-height:1.35}.weekly-library-toolbar{display:flex;justify-content:flex-end;gap:6px;min-width:min(100%,390px)}.weekly-library-toolbar .button{min-height:30px;padding:0 9px;font-size:12px}.weekly-library-notice{margin:0 0 7px}.weekly-library-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.weekly-library-batch,.weekly-library-form label{display:grid;grid-gap:5px;gap:5px;color:var(--text-body);font-size:12px;font-weight:850}.weekly-library-batch,.weekly-library-form .button,.weekly-library-form label:first-child{grid-column:1/-1}.weekly-library-batch textarea,.weekly-library-form input,.weekly-library-form select,.weekly-library-search,.weekly-library-table input,.weekly-library-table select{min-height:30px;width:100%;border:1px solid var(--line);border-radius:6px;padding:5px 7px;background:#fff;color:var(--text);font:inherit}.weekly-library-batch{margin-top:8px}.weekly-library-batch textarea{min-height:74px;resize:vertical}.weekly-library-search{max-width:190px}.result-table.weekly-library-table{min-width:690px;table-layout:fixed}.weekly-library-table td,.weekly-library-table th{padding:4px 5px;font-size:11px;line-height:1.2}.weekly-library-table th{letter-spacing:0}.weekly-library-table th:first-child{width:34px}.weekly-library-table th:nth-child(2){width:74px}.weekly-library-table th:nth-child(3){width:86px}.weekly-library-table th:nth-child(4){width:42px}.weekly-library-table th:nth-child(5){width:82px}.weekly-library-table th:nth-child(6){width:62px}.weekly-library-table th:nth-child(7),.weekly-library-table th:nth-child(8){width:50px}.weekly-library-table td:nth-child(9),.weekly-library-table th:nth-child(9){width:58px;text-align:right}.weekly-library-index{color:var(--muted);font-weight:850}.icon-button.danger{color:var(--red)}.weekly-library-fuzzy{display:inline-flex;margin-left:5px;border:1px solid #f0d18c;border-radius:999px;padding:1px 5px;color:#8a5c00;background:#fff7df;font-size:11px;font-weight:850}.weekly-library-row-actions{display:inline-flex;gap:5px;justify-content:flex-end}.weekly-library-dialog-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:18px;background:rgba(15,23,42,.42)}.weekly-library-dialog{display:grid;grid-gap:14px;gap:14px;width:min(560px,100%);border:1px solid var(--line);border-radius:8px;padding:16px;background:var(--surface);box-shadow:0 24px 60px rgba(15,23,42,.22)}.weekly-library-edit-form label:first-child{grid-column:1/-1}.competition-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:26px}.competition-category-card{display:grid;grid-gap:7px;gap:7px;min-height:118px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.competition-category-card span{width:-moz-fit-content;width:fit-content;padding:3px 8px;border-radius:999px;background:#eef4ff;color:#1f4c9a;font-size:12px;font-weight:850}.competition-category-card strong{font-size:18px}.competition-category-card small{color:var(--muted);font-weight:750}.competition-category-stack{display:grid;grid-gap:32px;gap:32px}.competition-empty{display:grid;grid-gap:6px;gap:6px;padding:18px;border:1px dashed #b8c3d1;border-radius:8px;background:var(--surface-2);color:var(--muted)}.competition-empty strong{color:var(--text-body);font-size:18px}.competition-list-panel{border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow-soft);overflow:hidden}.competition-list-section,.page-hero.competition-page-hero{width:min(1480px,calc(100% - 36px))}.result-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.result-stat-card{display:grid;grid-gap:2px;gap:2px;padding:16px 18px;border-bottom:1px solid var(--line);background:var(--surface-2)}.result-stat-label{color:var(--muted);font-size:12px;font-weight:700}.result-stat-value{font-size:28px;line-height:1.2;color:var(--ink)}.result-stat-note{color:var(--muted);font-size:11px;font-weight:700}.competition-filter-row{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;align-items:start;padding:14px 18px;border-bottom:1px solid var(--line);background:#fff}.competition-filter-field{display:grid;grid-gap:6px;gap:6px}.competition-filter-field span{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.02em}.competition-filter-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;min-height:38px;border:1px solid var(--line);border-radius:8px;background:#fff}.competition-category-toggle{grid-template-columns:repeat(5,minmax(0,1fr))}.competition-category-link,.competition-filter-toggle button{display:inline-flex;align-items:center;justify-content:center;min-width:0;border:0;border-right:1px solid var(--line);background:#fff;color:var(--text-body);font:inherit;font-size:13px;font-weight:750;cursor:pointer;transition:background .15s ease,color .15s ease}.competition-category-link:last-child,.competition-filter-toggle button:last-child{border-right:0}.competition-category-link:hover,.competition-filter-toggle button:hover:not(.active){background:var(--soft)}.competition-filter-toggle button.active{color:#fff;background:var(--blue)}.competition-category-link{text-decoration:none}.liaoning-competitions-section{display:grid;grid-gap:18px;gap:18px}.liaoning-competition-overview{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(560px,1.4fr);grid-gap:22px;gap:22px;padding:24px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(135deg,color-mix(in srgb,var(--blue) 8%,var(--surface)),var(--surface) 60%);box-shadow:var(--shadow-soft)}.liaoning-competition-intro h2{margin:8px 0 10px;font-size:clamp(22px,2.4vw,32px)}.liaoning-competition-intro p{max-width:620px;margin:0;color:var(--muted);font-size:14px;line-height:1.75}.liaoning-competition-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.liaoning-competition-stat{display:grid;align-content:center;min-height:118px;padding:15px;border:1px solid color-mix(in srgb,var(--blue) 14%,var(--line));border-radius:10px;background:color-mix(in srgb,var(--surface) 92%,transparent)}.liaoning-competition-stat svg,.liaoning-competition-stat-mark{margin-bottom:9px;color:var(--blue)}.liaoning-competition-stat-mark{font-size:18px;font-weight:850;line-height:1}.liaoning-competition-stat span:nth-child(2){color:var(--muted);font-size:12px;font-weight:700}.liaoning-competition-stat strong{margin-top:3px;color:var(--ink);font-size:28px;line-height:1.15;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.liaoning-competition-stat strong.liaoning-competition-year-range{font-size:17px}.liaoning-competition-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) 160px auto;align-items:end;grid-gap:12px;gap:12px;padding:16px 18px;border-bottom:1px solid var(--line);background:var(--surface)}.liaoning-competition-search{display:flex;align-items:center;gap:9px;min-height:42px;padding:0 12px;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:var(--surface)}.liaoning-competition-search:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue) 10%,transparent)}.liaoning-competition-search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:14px}.liaoning-competition-year{display:grid;grid-gap:5px;gap:5px}.liaoning-competition-year span{color:var(--muted);font-size:11px;font-weight:750}.liaoning-competition-year select{min-height:42px;padding:0 11px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);font:inherit;font-size:13px}.liaoning-competition-result-count{padding:0 2px 11px;color:var(--muted);font-size:13px;white-space:nowrap}.liaoning-competition-result-count strong{color:var(--blue);font-size:16px}.liaoning-competition-list-count{padding-top:8px;padding-bottom:8px;background:var(--surface-2)}.liaoning-competition-table{min-width:1040px}.liaoning-competition-table th{text-transform:none}.liaoning-competition-table td:nth-child(2){width:auto}.liaoning-competition-table td:nth-child(4){width:100px}.liaoning-competition-table td:nth-child(5){width:34%;white-space:normal}.liaoning-competition-table td:nth-child(6){width:104px}.liaoning-competition-date{font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.liaoning-competition-name{color:var(--ink);font-size:15px;line-height:1.45}.liaoning-player-count{display:inline-flex;padding:4px 9px;border-radius:999px;background:color-mix(in srgb,var(--blue) 9%,var(--surface));color:var(--blue);font-size:12px;font-weight:800;white-space:nowrap}.liaoning-player-list{display:flex;flex-wrap:wrap;gap:5px}.liaoning-player-list span{display:inline-flex;padding:3px 7px;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--text-body);font-size:12px;line-height:1.3}@media (max-width:980px){.liaoning-competition-overview{grid-template-columns:1fr}.liaoning-competition-toolbar{grid-template-columns:minmax(240px,1fr) 150px}.liaoning-competition-result-count{grid-column:1/-1;padding:0}}@media (max-width:620px){.competition-category-toggle{grid-template-columns:repeat(5,minmax(62px,1fr));overflow-x:auto}.competition-category-link,.competition-filter-toggle button{min-height:38px;font-size:12px}.liaoning-competitions-section{gap:12px}.liaoning-competition-overview{gap:16px;padding:16px}.liaoning-competition-intro h2{font-size:22px}.liaoning-competition-intro p{font-size:13px;line-height:1.65}.liaoning-competition-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.liaoning-competition-stat{min-height:96px;padding:12px}.liaoning-competition-stat strong{font-size:23px}.liaoning-competition-toolbar{grid-template-columns:1fr;padding:12px}.liaoning-competition-result-count{grid-column:auto}.commercial-team-header h2{font-size:20px}.commercial-team-stats{font-size:11.5px}.commercial-team-description{font-size:13px;line-height:1.65}.commercial-member-main strong{font-size:15px}.commercial-member-meta{font-size:11px}.commercial-member-bio{font-size:12px;line-height:1.55}}.competition-list-count{margin:0;padding:10px 18px;color:var(--muted);font-size:13px;font-weight:700}.competition-filter-field input,.competition-filter-field select{min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text-body);font:inherit;font-size:13px;font-weight:600}.competition-filter-field input:focus,.competition-filter-field select:focus{outline:none;border-color:var(--blue)}.competition-name-en{display:block;margin-top:2px;color:var(--muted);font-size:12px;font-weight:600}.competition-list-empty{margin:0;padding:12px 18px;color:var(--muted);font-size:13px;line-height:1.6;background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.competition-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.competition-list-table{width:100%;min-width:1280px;border-collapse:collapse;font-size:14px}.competition-list-table th{padding:10px 12px;border-bottom:1px solid var(--line);background:var(--surface-2);color:var(--muted);text-align:left;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.competition-list-table td{padding:11px 12px;border-bottom:1px solid var(--line);vertical-align:top}.competition-list-table tbody tr{background:#fff;transition:background .12s ease}.competition-list-table tbody tr:hover{background:var(--surface-2)}.competition-list-table tbody tr:last-child td{border-bottom:0}.competition-list-table td:first-child{width:116px;white-space:nowrap}.competition-list-table td:nth-child(2){width:104px}.competition-list-table td:nth-child(4){width:84px;white-space:nowrap}.competition-list-table td:nth-child(5),.competition-list-table td:nth-child(6){width:74px;white-space:nowrap}.competition-list-table td:nth-child(8),.competition-list-table td:nth-child(9){width:126px}.competition-source-link,.competition-source-pending{display:inline-grid;gap:3px;align-content:start}.competition-source-link strong,.competition-source-pending strong{color:var(--text-body);font-size:14px;font-weight:850}.competition-source-link span,.competition-source-pending span{color:var(--muted);font-size:13px;font-weight:700}.competition-source-link span{color:var(--blue)}.competition-source-link:hover span{text-decoration:underline}.competition-pagination{display:flex;justify-content:flex-end;gap:10px;align-items:center;padding:12px 18px;border-top:1px solid var(--line);background:#fff}.competition-pagination span{color:var(--muted);font-size:13px;font-weight:700}.competition-pagination button{min-height:34px;padding:0 14px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text-body);font:inherit;font-size:13px;font-weight:750;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.competition-pagination button:hover:not(:disabled){color:var(--blue);background:var(--soft);border-color:var(--blue)}.competition-pagination button:disabled{cursor:not-allowed;opacity:.4}.competition-name-link{color:var(--blue);font-weight:750}.competition-type{display:inline-flex;justify-content:center;min-width:74px;padding:3px 8px;border-radius:6px;background:#eef4ff;color:#1f4c9a;font-size:12px;font-weight:750}.type-wca-official{background:#e8f2ff;color:#245b90}.type-liaoning-province-open{background:#e9f8f1;color:var(--green)}.type-shenyang-city-open{background:#fff7e6;color:var(--yellow)}.type-national-chess-card,.type-national-social-sports{background:#fff0f0;color:var(--red)}.sum-ranks-filter-card{grid-template-columns:minmax(260px,1fr) minmax(260px,.8fr);padding:12px;gap:12px}.ranking-toggle.sum-ranks-region-toggle{grid-template-columns:repeat(4,minmax(0,1fr))}.sum-ranks-table-wrap{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.sum-ranks-table{min-width:1380px;table-layout:fixed}.sum-ranks-table td,.sum-ranks-table th{padding:8px 9px;font-size:13px;white-space:nowrap}.sum-ranks-table td:first-child,.sum-ranks-table th:first-child{width:54px;text-align:center}.sum-ranks-table td:nth-child(2),.sum-ranks-table th:nth-child(2){width:180px}.sum-ranks-table td:nth-child(3),.sum-ranks-table th:nth-child(3){width:110px}.sum-ranks-table td:nth-child(4),.sum-ranks-table th:nth-child(4){width:72px;text-align:center}.sum-ranks-table td:nth-child(n+5),.sum-ranks-table th:nth-child(n+5){width:64px;text-align:center}.sum-ranks-table .table-person-link{font-size:13px;font-weight:650}.sum-ranks-country-name{overflow:hidden;text-overflow:ellipsis}.sum-ranks-table td.sum-rank-top{color:#00a42a;font-weight:850}.sum-ranks-table td.sum-rank-missing{color:#bd1616;font-weight:850}.national-topic-section{display:grid;grid-gap:22px;gap:22px}.national-overview{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);grid-gap:18px;gap:18px;align-items:stretch;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.national-overview h2{margin:8px 0 10px;font-size:24px}.national-info-block p,.national-note-band p,.national-overview p{margin:0;color:var(--muted);line-height:1.8}.national-stat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.national-block,.national-info-block,.national-note-band{border:1px solid var(--line);border-radius:8px;background:var(--surface)}.national-block{padding:20px}.national-stop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.national-stop{padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2)}.national-stop.final{border-color:#b8d4ff;background:#eef6ff}.national-stop span,.national-stop strong{display:block}.national-stop strong{font-size:18px}.national-stop span{margin-top:4px;color:var(--red);font-size:13px;font-weight:850}.national-stop p{display:flex;gap:7px;align-items:center;margin:12px 0 0;color:var(--text-body);font-size:14px;font-weight:750}.national-stop-status{display:inline-flex;width:-moz-fit-content;width:fit-content;margin-top:14px;padding:4px 9px;border-radius:999px;background:#e9f8f1;color:var(--green);font-size:12px;font-weight:850}.national-stop-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.national-stop-link{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:34px;align-items:center;padding:0 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);font:inherit;font-size:13px;font-weight:800}.national-stop-link.active{border-color:var(--blue);color:var(--blue)}.national-stop-link:disabled{cursor:not-allowed;opacity:.65}.national-qualifier-summary{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:16px}.national-qualifier-list,.national-qualifier-summary{display:grid;grid-gap:12px;gap:12px}.national-result-index{display:grid;grid-gap:10px;gap:10px;margin-bottom:16px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-soft)}.national-result-index h2{margin:4px 0 0;font-size:21px}.national-result-index-group{display:grid;grid-gap:7px;gap:7px}.national-result-index-group strong{color:var(--text-strong);font-size:14px}.national-result-index-group div{display:flex;flex-wrap:wrap;gap:8px}.national-result-index-events{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px!important;gap:8px!important}.national-result-index-events.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.national-result-index-section{display:grid!important;grid-gap:6px!important;gap:6px!important;padding:9px;border:1px solid #e7edf5;border-radius:8px;background:#fbfdff}.national-result-index-section>div:first-child{display:flex;flex-wrap:wrap;gap:6px;align-items:baseline}.national-result-index-section>div:first-child strong{color:var(--text-strong);font-size:14px;font-weight:900}.national-result-index-section>div:first-child span{color:var(--muted);font-size:12px;font-weight:750}.national-result-index-event{display:grid!important;grid-template-columns:66px minmax(0,1fr);grid-gap:8px!important;gap:8px!important;align-items:start;padding:0;border:0;background:transparent}.national-result-index-event>span{color:var(--text-strong);font-size:13px;font-weight:900;line-height:28px}.national-result-index-event>div{display:flex;flex-wrap:wrap;gap:6px}.national-result-index a,.national-result-index-group a{display:inline-flex;min-height:28px;align-items:center;padding:4px 8px;border:1px solid var(--line);border-radius:8px;color:var(--text-body);font-size:12px;font-weight:800;text-decoration:none;background:var(--surface-2)}.national-result-index a:hover,.national-result-index-group a:hover{border-color:var(--blue);color:var(--blue);background:#eef6ff}.national-qualifier-event{overflow:hidden;scroll-margin-top:90px;border:1px solid var(--line);border-radius:8px;background:#fff;content-visibility:auto;contain-intrinsic-size:72px 640px}.national-qualifier-event summary{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px 16px;background:var(--surface-2);cursor:pointer}.national-qualifier-event:not([open]) summary{border-bottom:0}.national-qualifier-event summary strong{font-size:15.5px}.national-qualifier-event summary span{color:var(--muted);font-size:13px;font-weight:800}.national-qualifier-table-wrap{overflow:auto}.national-results-loading{padding:16px;border-top:1px solid var(--line);color:var(--muted);font-size:13px;font-weight:800;background:#fff}.national-qualifier-table{min-width:620px}.national-qualifier-table,.national-result-table{width:100%;border-collapse:collapse;font-size:13px}.national-result-table{min-width:980px}.national-all-around-table,.national-relay-table{width:100%;border-collapse:collapse;font-size:14px}.national-all-around-table{min-width:680px}.national-relay-table{min-width:900px}.national-all-around-table td,.national-all-around-table th,.national-qualifier-table td,.national-qualifier-table th,.national-relay-table td,.national-relay-table th,.national-result-table td,.national-result-table th{padding:8px 10px;border-top:1px solid var(--line);text-align:left}.national-all-around-table th,.national-qualifier-table th,.national-relay-table th,.national-result-table th{color:var(--text-body);background:#f3f7fc;font-size:13px;font-weight:850}.national-all-around-table td:nth-child(2),.national-all-around-table td:nth-child(5),.national-qualifier-table td:nth-child(2),.national-qualifier-table td:nth-child(5),.national-relay-table td:nth-child(2),.national-relay-table td:nth-child(3),.national-relay-table td:nth-child(4),.national-relay-table td:nth-child(6),.national-result-table td:nth-child(2),.national-result-table td:nth-child(6),.national-result-table td:nth-child(7),.national-result-table td:nth-child(8),.national-result-table td:nth-child(9){white-space:nowrap}.national-all-around-table .shenyang-team-row,.national-relay-table .shenyang-team-row,.national-result-table .shenyang-team-row{background:#fff8dc}.national-all-around-table .shenyang-team-row td,.national-relay-table .shenyang-team-row td,.national-result-table .shenyang-team-row td{border-top-color:#f0d58b}.provincial-section{display:grid;grid-gap:16px;gap:16px}.provincial-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.provincial-info-card{display:flex;gap:12px;align-items:flex-start;min-height:92px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-soft)}.provincial-info-card svg{flex:0 0 auto;color:var(--blue)}.provincial-info-card div{display:grid;grid-gap:5px;gap:5px}.provincial-info-card span{color:var(--muted);font-size:13px;font-weight:800}.provincial-info-card strong{color:var(--text-strong);font-size:16px;line-height:1.45}.provincial-result-index{margin-bottom:0}.provincial-results{display:grid;grid-gap:12px;gap:12px;scroll-margin-top:90px}.provincial-results-heading{display:flex;justify-content:space-between;gap:16px;align-items:flex-end}.provincial-results-heading h2{margin:4px 0 0;font-size:24px}.provincial-results-heading p{max-width:420px;margin:0;color:var(--muted);font-size:14px;font-weight:750;text-align:right}.provincial-result-list{display:grid;grid-gap:12px;gap:12px}.provincial-result-group{overflow:hidden;scroll-margin-top:90px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-soft);content-visibility:auto;contain-intrinsic-size:88px 620px}.provincial-result-group header{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px 16px;border-left:4px solid var(--red);background:var(--surface-2)}.provincial-result-group h3{margin:0;color:var(--text-strong);font-size:15.5px}.provincial-result-group header span{color:var(--muted);font-size:13px;font-weight:800;white-space:nowrap}.provincial-result-table{min-width:880px}.provincial-result-table td:nth-child(2),.provincial-result-table td:nth-child(3),.provincial-result-table td:nth-child(6),.provincial-result-table td:nth-child(7),.provincial-result-table td:nth-child(8),.provincial-result-table td:nth-child(9){white-space:nowrap}.provincial-result-table .podium-row{background:#fff7e8}.provincial-result-table .podium-row td{border-top-color:#ebc985}.provincial-result-table .podium-row td:first-child{color:var(--gold);font-weight:900}.provincial-result-table td:last-child{color:var(--text-strong);font-weight:850}.provincial-result-table td:is(:nth-child(6),:nth-child(7),:nth-child(8),:nth-child(9)){font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.national-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.national-info-block{padding:20px}.national-block-title{display:flex;gap:10px;align-items:center;margin-bottom:14px}.national-block-title svg{color:var(--blue)}.national-info-block h2,.national-note-band h2{margin:0;font-size:21px}.national-info-block h3{margin:18px 0 8px;font-size:15.5px}.national-info-block ul,.national-note-band ul{display:grid;grid-gap:9px;gap:9px;margin:0;padding-left:20px;color:var(--text-body);line-height:1.75}.national-note-band{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:20px;gap:20px;padding:22px;background:#fffdf7}.result-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.result-table{width:100%;min-width:1040px;border-collapse:collapse;font-size:14px}.result-table.all-around-table{min-width:620px}.result-table td,.result-table th{padding:10px 12px;border-bottom:1px solid var(--line);text-align:center;white-space:nowrap}.result-table th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:var(--surface-2);color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.result-table td:nth-child(2),.result-table th:nth-child(2){text-align:left}.result-table td:first-child{font-weight:800}.result-table tbody tr{transition:background .12s ease}.result-table tbody tr:hover{background:var(--surface-2)}.result-table tbody tr:last-child td{border-bottom:0}.table-person-link{color:var(--blue);font-weight:800;transition:opacity .15s ease}.table-person-link:hover{opacity:.75}.judges-workspace{display:grid;grid-gap:10px;gap:10px}.judges-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center}.judges-toolbar h2{margin:2px 0 0;font-size:20px}.judges-toolbar-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.judges-notice{margin:0;border:1px solid #d7e4ff;border-radius:8px;padding:7px 10px;background:#f5f8ff;color:#1f4c9a;font-size:12px;font-weight:650}.judges-level-guide{display:flex;flex-wrap:wrap;align-items:center;gap:5px;padding:7px 9px;border:1px solid #dce4f6;border-radius:8px;background:#f8faff;font-size:11px}.judge-level-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;border-radius:999px;font-size:11px;font-weight:700}.judge-level-badge--intl{background:#ffe8b0;color:#7a5400}.judge-level-badge--national{background:#ffe0e0;color:#9f1c1c}.judge-level-badge--national-2{background:#ffeeda;color:#8a4b00}.judge-level-badge--province{background:#dff2ff;color:#0b4f8a}.judge-level-badge--city{background:#e8f7e8;color:#1f6a36}.judges-create-card{display:grid;grid-gap:14px;gap:14px;border:1px solid var(--line);border-radius:8px;padding:16px;background:var(--surface)}.judges-form-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}.judges-form-grid label{display:grid;grid-gap:6px;gap:6px;color:var(--text-body);font-size:13px;font-weight:850}.judges-form-grid input,.judges-form-grid select{min-height:42px}.judges-form-actions{display:flex;gap:10px;flex-wrap:wrap}.judges-table{min-width:1120px;table-layout:fixed}.judges-table tbody tr{transition:background .15s ease,opacity .15s ease,box-shadow .15s ease}.judges-table tbody tr.is-dragging{opacity:.48}.judges-table tbody tr.is-drag-over{background:#f5f8ff}.judges-table tbody tr.is-drag-over-before{box-shadow:inset 0 3px 0 #2563eb}.judges-table tbody tr.is-drag-over-after{box-shadow:inset 0 -3px 0 #2563eb}.judge-order-cell{gap:8px}.judge-drag-handle,.judge-order-cell{display:inline-flex;align-items:center}.judge-drag-handle{width:28px;height:28px;justify-content:center;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--muted);cursor:-webkit-grab;cursor:grab;touch-action:none}.judge-drag-handle:focus-visible,.judge-drag-handle:hover{border-color:#9bb7f4;color:#2563eb;outline:none}.judge-drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.judges-region-editor{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.judges-region-editor select{min-height:32px;min-width:92px;padding:4px 8px}.judges-table td:nth-child(2),.judges-table td:nth-child(3),.judges-table th:nth-child(2),.judges-table th:nth-child(3){text-align:left}.judges-table td:first-child,.judges-table th:first-child{width:64px}.judges-table td:nth-child(2),.judges-table th:nth-child(2){width:142px}.judges-table td:nth-child(3),.judges-table th:nth-child(3){width:92px}.judges-table td:nth-child(4),.judges-table th:nth-child(4){width:54px}.judges-table td:nth-child(5),.judges-table th:nth-child(5){width:108px}.judges-table td:nth-child(6),.judges-table th:nth-child(6){width:134px}.judges-table td:nth-child(7),.judges-table th:nth-child(7){width:132px}.judges-table td:nth-child(8),.judges-table th:nth-child(8){width:190px}.judges-table td:nth-child(9),.judges-table th:nth-child(9){width:148px}.judges-table td input,.judges-table td select{width:100%;min-width:80px;min-height:32px;padding:4px 7px;border:1px solid var(--line);border-radius:6px;font:inherit;font-size:13px;background:var(--surface)}.judges-table td:last-child{white-space:nowrap}.level-pill{display:inline-flex;min-width:64px;justify-content:center;padding:4px 8px;border-radius:999px;color:#fff;font-size:12px;font-weight:800}.level-特级大师{background:#24b99a}.level-大师级{background:#d92d20}.ranking-filter-card{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;padding:14px 16px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.rankings-workspace{padding-top:12px}.ranking-filter-section .section-header{margin-bottom:8px}.ranking-filter-section .section-header h2,.ranking-results-section .section-header h2{font-size:20px}.ranking-results-section .section-header h2 small{color:var(--muted);font-size:13px;font-weight:700}.ranking-field{display:grid;grid-gap:5px;gap:5px}.ranking-field span{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.02em}.ranking-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;min-height:34px;border:1px solid var(--line);border-radius:8px;background:#fff}.local-ranking-filter-card,.ranking-field:nth-child(4) .ranking-toggle{grid-template-columns:repeat(3,minmax(0,1fr))}.local-rankings-section,.page-hero.local-ranking-page-hero{width:min(1360px,calc(100% - 36px))}.local-ranking-filter-card .ranking-field:nth-child(4) .ranking-toggle{grid-template-columns:repeat(2,minmax(0,1fr))}.local-ranking-filter-card .ranking-field:last-child .ranking-toggle{grid-template-columns:repeat(3,minmax(0,1fr))}.ranking-toggle button{border:0;border-right:1px solid var(--line);background:#fff;color:var(--text-body);font:inherit;font-size:13px;font-weight:750;cursor:pointer;transition:background .15s ease,color .15s ease}.ranking-toggle button:last-child{border-right:0}.ranking-toggle button:hover:not(.active){background:var(--soft)}.ranking-toggle button.active{color:#fff;background:var(--blue)}.ranking-results-section{margin-top:16px}.ranking-results-section .table-person-link{font-weight:640}.ranking-results-section .score-strong{font-weight:660}.ranking-results-section .ranking-result-details{font-weight:500}.ranking-source-line{display:flex;flex-wrap:wrap;gap:6px;align-items:center;justify-content:flex-end;color:var(--muted);font-size:12px;font-weight:700}.ranking-table{min-width:900px}.wca-ranking-results-table{min-width:1040px}.wca-ranking-results-table td:first-child,.wca-ranking-results-table td:nth-child(3),.wca-ranking-results-table td:nth-child(6),.wca-ranking-results-table th:first-child,.wca-ranking-results-table th:nth-child(3),.wca-ranking-results-table th:nth-child(6){width:76px}.wca-ranking-results-table td:nth-child(2),.wca-ranking-results-table th:nth-child(2){min-width:220px;text-align:left}.wca-ranking-results-table td:nth-child(4),.wca-ranking-results-table th:nth-child(4){width:108px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.wca-ranking-results-table td:nth-child(5),.wca-ranking-results-table th:nth-child(5){min-width:150px}.local-ranking-results-table td:nth-child(8),.local-ranking-results-table th:nth-child(8),.wca-ranking-results-table td:nth-child(7),.wca-ranking-results-table th:nth-child(7){min-width:220px;white-space:normal;text-align:left}.local-ranking-results-table{min-width:1120px}.local-ranking-results-table.has-gender-ranks{min-width:1340px;table-layout:fixed}.local-ranking-results-table.has-gender-ranks td:first-child,.local-ranking-results-table.has-gender-ranks th:first-child{width:86px}.local-ranking-results-table.has-gender-ranks td:nth-child(2),.local-ranking-results-table.has-gender-ranks th:nth-child(2){width:220px;min-width:0;text-align:left}.local-ranking-results-table.has-gender-ranks td:nth-child(3),.local-ranking-results-table.has-gender-ranks th:nth-child(3){width:64px}.local-ranking-results-table.has-gender-ranks td:nth-child(4),.local-ranking-results-table.has-gender-ranks th:nth-child(4){width:108px}.local-ranking-results-table.has-gender-ranks td:nth-child(5),.local-ranking-results-table.has-gender-ranks th:nth-child(5){width:126px;min-width:0}.local-ranking-results-table.has-gender-ranks td:nth-child(6),.local-ranking-results-table.has-gender-ranks td:nth-child(7),.local-ranking-results-table.has-gender-ranks th:nth-child(6),.local-ranking-results-table.has-gender-ranks th:nth-child(7){width:82px}.local-ranking-results-table td:first-child,.local-ranking-results-table th:first-child{width:86px}.local-ranking-results-table td:nth-child(2),.local-ranking-results-table th:nth-child(2){min-width:200px;text-align:left}.local-ranking-results-table td:nth-child(3),.local-ranking-results-table th:nth-child(3){width:64px}.local-ranking-results-table td:nth-child(4),.local-ranking-results-table th:nth-child(4){width:108px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.local-ranking-results-table td:nth-child(5),.local-ranking-results-table th:nth-child(5){min-width:130px}.local-ranking-results-table td:nth-child(6),.local-ranking-results-table td:nth-child(7),.local-ranking-results-table th:nth-child(6),.local-ranking-results-table th:nth-child(7){width:86px}.local-ranking-results-table.has-gender-ranks td:nth-child(10),.local-ranking-results-table.has-gender-ranks td:nth-child(8),.local-ranking-results-table.has-gender-ranks td:nth-child(9),.local-ranking-results-table.has-gender-ranks th:nth-child(10),.local-ranking-results-table.has-gender-ranks th:nth-child(8),.local-ranking-results-table.has-gender-ranks th:nth-child(9){width:96px;text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.local-ranking-results-table.has-gender-ranks td:nth-child(11),.local-ranking-results-table.has-gender-ranks th:nth-child(11){width:auto;min-width:0;white-space:normal;text-align:left}.rank-change{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:58px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rank-change svg{stroke-width:3}.rank-change-up{color:var(--green)}.rank-change-same{color:var(--yellow)}.rank-change-down{color:var(--red)}.ranking-wca-id{margin-top:3px;font-weight:650}.ranking-result-details,.ranking-wca-id{display:block;color:var(--muted);font-size:12px}.ranking-result-details{margin-top:4px;font-weight:520;white-space:nowrap}.ranking-competition-link{display:inline-flex;gap:6px;align-items:center;white-space:normal}.ranking-region-short{display:none}.liaoning-records-section{padding-top:10px}.liaoning-record-gender-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(320px,100%);min-height:34px;margin-bottom:12px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.liaoning-record-gender-tabs a{display:flex;align-items:center;justify-content:center;border-right:1px solid var(--line);color:var(--text-body);font-size:12px;font-weight:720;text-decoration:none}.liaoning-record-gender-tabs a:last-child{border-right:0}.liaoning-record-gender-tabs a.active{background:var(--blue);color:#fff}.liaoning-records-table{min-width:0;width:100%;table-layout:fixed}.liaoning-records-table td:first-child,.liaoning-records-table th:first-child{width:30%;text-align:left}.liaoning-records-table td:nth-child(2),.liaoning-records-table td:nth-child(3),.liaoning-records-table th:nth-child(2),.liaoning-records-table th:nth-child(3){width:35%;text-align:left;vertical-align:top}.liaoning-records-table td,.liaoning-records-table th{padding:10px 12px}.liaoning-record-event-id{display:block;margin-top:3px;color:var(--muted);font-size:11px;font-weight:620}.liaoning-record-cell{display:grid;grid-gap:4px;gap:4px;align-content:start}.liaoning-record-cell>div:first-child{display:flex;gap:7px;align-items:center}.liaoning-record-cell strong{font-size:16px;font-weight:720;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.liaoning-record-badge{justify-content:center;min-width:34px;height:20px;border-radius:5px;background:color-mix(in srgb,var(--blue) 10%,#fff);font-size:11px;font-weight:680}.liaoning-record-badge,.liaoning-record-person{display:inline-flex;align-items:center;color:var(--blue)}.liaoning-record-person{gap:5px;width:-moz-fit-content;width:fit-content;font-size:13px;font-weight:640;text-decoration:none}.liaoning-record-person:hover{text-decoration:underline}.liaoning-record-meta{color:var(--muted);font-size:11px;font-weight:520}.liaoning-record-empty{display:flex;align-items:center;min-height:56px;color:var(--muted);font-size:12px;font-weight:620}.local-eligibility-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);grid-gap:18px;gap:18px;margin-bottom:16px;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.local-eligibility-card h2{margin:8px 0 12px;font-size:22px}.local-eligibility-card ol{display:grid;grid-gap:8px;gap:8px;margin:0;padding-left:22px;color:var(--text-body);line-height:1.7}.local-contact-box{display:grid;grid-gap:10px;gap:10px}.local-contact-box input,.local-contact-box select{width:100%;min-height:40px;border:1px solid var(--line);border-radius:8px;padding:0 11px;background:#fff;color:var(--ink);font:inherit}.local-contact-box textarea{min-height:132px}.local-contact-box .button{width:-moz-fit-content;width:fit-content}.feedback-honeypot{position:absolute;left:-9999px;width:1px!important;height:1px;opacity:0}.feedback-notice{margin:0;color:var(--green);font-size:13px;font-weight:800}.feedback-notice.error{color:var(--red)}.wca-page{width:min(1280px,calc(100% - 48px));margin:0 auto;padding:36px 0 54px}.wca-page-title{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:18px}.wca-page-title h1{margin:8px 0 0;font-size:34px;line-height:1.12}.wca-page-meta{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.wca-page-meta span,.wca-search-chip{display:inline-flex;align-items:center;min-height:32px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);font-size:13px;font-weight:750}.wca-filter-panel{margin-bottom:34px;padding:22px 20px 28px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.wca-select-grid{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(260px,1.2fr);grid-gap:18px;gap:18px;margin-bottom:22px}.wca-select-field{display:grid;grid-gap:10px;gap:10px}.wca-select-field span{color:#1f2937;font-size:18px;font-weight:850}.wca-select-field select{min-height:56px;border:1px solid #d6dce4;border-radius:8px;padding:0 18px;background:#fff;color:#1f2937;font-size:20px;font-weight:650}.wca-region-field{display:grid;grid-gap:10px;gap:10px;margin-bottom:22px;color:#1f2937;font-size:18px;font-weight:850}.wca-region-field button{display:flex;justify-content:space-between;align-items:center;min-height:56px;border:1px solid #d6dce4;border-radius:8px;padding:0 18px;background:#fff;color:#1f2937;font:inherit;font-size:20px;font-weight:650}.wca-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.wca-control-label{display:block;margin-bottom:12px;color:#1f2937;font-size:18px;font-weight:850}.segmented{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;overflow:hidden;border-radius:8px;color:#fff;font-size:20px;font-weight:850}.segmented a,.segmented button,.segmented span{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:0 14px}.segmented button{border:0;color:inherit;background:transparent;font:inherit;cursor:pointer}.segmented button:hover{filter:brightness(.97)}.segmented.blue{background:#315d99}.segmented.blue .active{background:#254f88}.segmented.teal{background:#11b4aa}.segmented.teal .active{background:#0b9b92}.wca-table-toolbar{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:12px}.wca-table-toolbar>div:first-child{display:flex;gap:10px;align-items:center}.wca-table-toolbar strong{font-size:22px}.wca-table-toolbar span{color:var(--muted);font-size:14px}.wca-search-chip{gap:8px}.competition-link,.wca-orange-link{color:#e93900;font-weight:500}.competition-link,.flag-label{display:inline-flex;gap:8px;align-items:center}.competition-link svg{flex:0 0 auto}.result-cell{font-weight:500}.muted-cell,.wca-state{color:var(--muted)}.wca-state{margin-bottom:12px;padding:12px 14px;border:1px solid var(--line);border-radius:8px;background:#fff7e6}.wca-pagination{display:flex;gap:10px;margin-top:18px}.wca-pagination,.wca-pagination button{justify-content:center;align-items:center}.wca-pagination button{display:inline-flex;gap:6px;min-height:36px;border:1px solid var(--line);border-radius:8px;padding:0 14px;background:#fff;color:var(--text-body);font-weight:700;font-size:13px;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.wca-pagination button:hover:not(:disabled){color:var(--blue);border-color:var(--blue);background:var(--soft)}.wca-pagination button:disabled{opacity:.4;cursor:not-allowed}.wca-pagination span{color:var(--muted);font-size:13px;font-weight:700}.wca-flag{position:relative;overflow:hidden;display:inline-block;flex:0 0 auto;width:28px;height:20px;border-radius:2px;border:1px solid rgba(0,0,0,.12);box-shadow:none}.wca-flag.flag-svg img,.wca-flag.flag-svg svg{display:block;width:100%;height:100%}.wca-flag.flag-svg img{object-fit:cover}.wca-flag.flag-emoji{display:inline-flex;align-items:center;justify-content:center;background:#fff}.wca-flag.flag-emoji img{display:block;width:100%;height:100%;object-fit:cover}.wca-flag.flag-emoji span{font-size:16px;line-height:1}.flag-china{background:#ee1c25}.flag-united-states{background:linear-gradient(#b22234 0 8%,#fff 8% 16%,#b22234 16% 24%,#fff 24% 32%,#b22234 32% 40%,#fff 40% 48%,#b22234 48% 56%,#fff 56% 64%,#b22234 64% 72%,#fff 72% 80%,#b22234 80% 88%,#fff 88% 96%,#b22234 96%),#fff}.flag-united-states:before{position:absolute;inset:0 auto auto 0;width:12px;height:11px;background:#3c3b6e;content:""}.flag-poland{background:linear-gradient(#fff 0 50%,#dc143c 50%)}.flag-china:before{position:absolute;top:3px;left:4px;width:6px;height:6px;background:#ffde00;-webkit-clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);content:""}.commercial-teams-list{display:flex;flex-direction:column;gap:30px}.commercial-edit-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:var(--soft);color:var(--muted);font-size:12px}.commercial-edit-toolbar .button{min-height:30px;padding:5px 9px;font-size:12px}.commercial-team-block{display:grid;grid-gap:12px;gap:12px;padding-top:18px;border-bottom:1px solid var(--line)}.commercial-team-block:last-child{border-bottom:0}.commercial-team-header{display:flex;align-items:end;justify-content:space-between;gap:16px}.commercial-team-header h2{margin:3px 0 8px;font-size:24px;line-height:1.2}.commercial-team-stats{display:flex;flex-wrap:wrap;gap:6px;margin:0;font-size:13px;color:var(--muted)}.commercial-team-stats span{display:inline-flex;align-items:center;min-height:24px;padding:3px 8px;border:1px solid var(--line);border-radius:999px;background:var(--surface);line-height:1}.wca-count{color:var(--blue)}.commercial-team-description{margin:0;max-width:980px;font-size:15px;line-height:1.75;color:var(--muted)}.commercial-member-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:8px;gap:8px}.commercial-member-link{display:block;text-decoration:none;color:inherit;min-width:0;border-radius:var(--radius);border:1px solid var(--line);background:var(--surface);transition:border-color .15s}.commercial-member-link.commercial-member-editor,a.commercial-member-link:hover{border-color:var(--blue)}.commercial-member-card{display:flex;flex-direction:column;min-height:100%;gap:8px;padding:10px 11px}.commercial-member-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.commercial-member-main{display:flex;flex-direction:column;gap:3px;min-width:0}.commercial-member-main strong{font-size:16px;font-weight:760;line-height:1.3}.commercial-member-meta{display:flex;flex-wrap:wrap;gap:4px;font-size:12px;color:var(--muted)}.commercial-member-meta span{display:inline-flex;align-items:center;min-height:19px;padding:2px 6px;border-radius:5px;background:var(--soft);line-height:1}.commercial-member-bio{margin:0;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:13px;line-height:1.65;color:var(--muted)}.commercial-member-actions{display:flex;justify-content:flex-end;margin-top:auto}.commercial-edit-button{min-height:28px;padding:4px 8px;font-size:11px}.commercial-member-editor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;padding:14px;border-color:var(--blue);background:color-mix(in srgb,var(--blue) 4%,transparent)}.commercial-member-editor label{display:flex;flex-direction:column;gap:5px;min-width:0;font-size:12px;font-weight:600;color:var(--muted)}.commercial-member-editor input,.commercial-member-editor select,.commercial-member-editor textarea{width:100%;border:1px solid var(--line);border-radius:6px;padding:8px 9px;background:var(--surface);color:var(--ink);font:inherit;font-size:13px}.commercial-member-editor textarea{resize:vertical;line-height:1.55}.commercial-editor-save,.commercial-editor-wide{grid-column:1/-1}.commercial-editor-save{justify-content:center}.wca-id-badge{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;padding:3px 7px;border-radius:5px;font-size:11px;font-weight:600;font-family:var(--font-mono,monospace);background:color-mix(in srgb,var(--blue) 10%,transparent);color:var(--blue);white-space:nowrap}.wca-id-badge--pending{background:var(--soft);color:var(--muted);font-family:inherit;font-weight:500}.button--ghost{background:transparent;border:1px solid var(--line);font-size:13px;white-space:nowrap}.button--ghost:hover{background:var(--soft)}.button--danger{border-color:rgba(176,0,32,.22);color:#b00020}.button--danger:hover{background:rgba(176,0,32,.06)}@media (max-width:920px){.local-ranking-filter-card,.ranking-filter-card{grid-template-columns:repeat(2,minmax(0,1fr))}.ranking-source-line{flex-wrap:wrap}.local-eligibility-card{grid-template-columns:1fr}.wca-page-title,.wca-table-toolbar{align-items:flex-start;flex-direction:column}.wca-page-meta{justify-content:flex-start}.wca-filter-grid,.wca-select-grid{grid-template-columns:1fr}}@media (max-width:620px){.local-ranking-filter-card,.ranking-filter-card{grid-template-columns:repeat(2,minmax(0,1fr))}}.level-专业级{background:#d49a00}.level-高手级{background:#1478b8}.level-中级{background:#17a065}.grade-cell{color:#d49a00;font-weight:900;letter-spacing:0}.fastest-cell,.pb-cell,.score-strong{font-weight:850}.pb-cell{color:var(--green)}.pb-cell.pb-refreshed{color:var(--red)}.fastest-cell{background:#ecfdf3;color:var(--green)}@media (max-width:900px){.detail-layout,.page-hero,.split-hero{grid-template-columns:1fr}.site-header{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;padding:9px 14px}.brand{flex:1 1 auto}.brand,.brand>span{min-width:0}.header-actions{flex:0 0 auto}.main-nav{display:none}.mobile-nav{position:relative;display:block;flex:1 1 100%;order:3}.mobile-nav>summary{display:inline-flex;min-height:32px;align-items:center;gap:6px;padding:0 10px;border:1px solid var(--line);border-radius:8px;color:var(--text-body);font-size:12px;font-weight:750;list-style:none;background:#fff;cursor:pointer}.mobile-nav[open]>summary{color:var(--blue-deep);background:var(--soft)}.mobile-nav-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:40;display:grid;grid-gap:6px;gap:6px;margin-top:0;max-height:min(68vh,520px);overflow:auto;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-soft)}.mobile-nav-close,.mobile-nav-group a,.mobile-nav-group>summary,.mobile-nav-panel>a{display:flex;min-height:38px;align-items:center;justify-content:space-between;padding:0 10px;border-radius:8px;color:var(--text-body);font-size:13px;font-weight:750}.mobile-nav-close{border:1px solid var(--line);background:var(--soft);cursor:pointer;font:inherit}.mobile-nav-close:hover,.mobile-nav-group a:hover,.mobile-nav-group>summary:hover,.mobile-nav-group[open]>summary,.mobile-nav-panel>a:hover{color:var(--blue-deep);background:var(--soft)}.mobile-nav-group{display:grid}.mobile-nav-group>summary{list-style:none;cursor:pointer}.mobile-nav-group>summary svg{transition:transform .2s ease}.mobile-nav-group[open]>summary svg{transform:rotate(180deg)}.mobile-nav-group>div{display:grid;grid-gap:4px;gap:4px;padding:4px 0 4px 10px}.mobile-nav-group a{min-height:34px;color:var(--muted)}.admin-pass-popover{grid-column:2;grid-row:1;justify-self:end}.page-hero{display:grid}.big-stack-hero,.big-stack-podium,.big-stack-stats,.competition-category-grid,.form-grid,.grid,.grid.two,.national-layout,.national-note-band,.national-overview,.provincial-info-grid,.recorded-week-list,.stat-band,.weekly-create-player,.weekly-entry-controls,.weekly-entry-grid,.weekly-join,.weekly-list,.weekly-summary-grid{grid-template-columns:1fr}.provincial-results-heading{align-items:flex-start;flex-direction:column}.provincial-results-heading p{max-width:none;text-align:left}.national-stop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.weekly-feature{align-items:flex-start;flex-direction:column}.weekly-attempt-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.qr-placeholder{width:132px;height:132px}.competition-filter-row{grid-template-columns:1fr}.competition-category-toggle{grid-template-columns:repeat(3,minmax(0,1fr))}.weekly-list{max-height:none;padding-right:0}.competition-table-wrap,.judges-table-wrap,.result-table-wrap,.weekly-list{overflow:visible}.competition-list-table,.judges-table,.local-ranking-results-table,.local-ranking-results-table.has-gender-ranks,.ranking-table,.result-table,.result-table.all-around-table,.wca-ranking-results-table{min-width:0;width:100%}.competition-list-table thead,.judges-table thead,.result-table thead{display:none}.competition-list-table,.competition-list-table tbody,.competition-list-table td,.competition-list-table tr,.judges-table,.judges-table tbody,.judges-table td,.judges-table tr,.result-table,.result-table tbody,.result-table td,.result-table tr{display:block;width:100%}.competition-list-table tbody,.judges-table tbody,.result-table tbody{display:grid;grid-gap:10px;gap:10px;padding:10px;background:var(--page-bg)}.competition-list-table tr,.judges-table tr,.result-table tr{display:grid;grid-template-columns:repeat(2,minmax(118px,1fr));grid-gap:7px 10px;gap:7px 10px;padding:11px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 8px 18px rgba(23,32,51,.05)}.competition-list-table td,.judges-table td,.result-table td{display:flex;gap:8px;align-items:baseline;justify-content:flex-start;padding:0;border:0;text-align:left;white-space:normal}.competition-list-table td:before,.judges-table td:before,.result-table td:before{content:attr(data-label);color:var(--muted);font-size:12px;font-weight:800;flex:0 0 auto;min-width:46px;text-align:left}.competition-list-table td:first-child,.competition-list-table td:nth-child(2),.judges-table td:first-child,.judges-table td:nth-child(2),.result-table td:first-child,.result-table td:nth-child(2){grid-column:1/-1;font-weight:900;justify-content:space-between}.competition-list-table td:last-child,.judges-table td:last-child{grid-column:1/-1}.sum-ranks-workspace{gap:12px}.sum-ranks-workspace .ranking-filter-section{padding:10px}.sum-ranks-filter-card{gap:9px;padding:9px}.sum-ranks-region-toggle{grid-template-columns:repeat(4,minmax(0,1fr))}.sum-ranks-filter-card .ranking-field{gap:4px}.sum-ranks-filter-card .ranking-field span{font-size:11px}.sum-ranks-filter-card .ranking-toggle{min-height:32px}.sum-ranks-filter-card .ranking-toggle button{min-height:32px;padding:0 4px;font-size:12px;line-height:1}.sum-ranks-workspace .ranking-results-section{margin-top:10px;padding:10px}.sum-ranks-workspace .ranking-results-section .section-header{align-items:flex-start;gap:6px;margin-bottom:8px}.sum-ranks-workspace .ranking-results-section .eyebrow{font-size:11px}.sum-ranks-workspace .ranking-results-section .section-header h2{font-size:19px;line-height:1.15}.sum-ranks-workspace .ranking-results-section .section-header h2 small{margin-left:6px;font-size:12px}.sum-ranks-workspace .ranking-update{display:none}.sum-ranks-table-wrap{overflow-x:auto;overflow-y:hidden;margin-inline:-2px}.sum-ranks-table{display:table;min-width:980px;width:980px;table-layout:fixed;font-size:12px}.sum-ranks-table thead{display:table-header-group}.sum-ranks-table tbody{display:table-row-group;padding:0;background:#fff}.sum-ranks-table tr{display:table-row;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.sum-ranks-table td,.sum-ranks-table th{display:table-cell;width:auto;padding:7px 6px;border-bottom:1px solid var(--line);color:var(--text);font-size:11.5px;font-weight:650;line-height:1.25;text-align:left;vertical-align:middle;white-space:nowrap}.sum-ranks-table th{color:var(--muted);font-size:11px;font-weight:800;background:#f8fafc}.sum-ranks-table td:before{content:none}.sum-ranks-table td:first-child,.sum-ranks-table th:first-child{width:42px;text-align:center}.sum-ranks-table td:nth-child(2),.sum-ranks-table th:nth-child(2){width:150px}.sum-ranks-table td:nth-child(3),.sum-ranks-table th:nth-child(3){width:82px}.sum-ranks-table td:nth-child(4),.sum-ranks-table th:nth-child(4){width:52px;text-align:center}.sum-ranks-table td:nth-child(n+5),.sum-ranks-table th:nth-child(n+5){width:50px;text-align:center}.sum-ranks-table .table-person-link{display:block;overflow:hidden;max-width:138px;text-overflow:ellipsis;font-size:12px;font-weight:700}.sum-ranks-table .flag-label{gap:5px}.sum-ranks-table .wca-flag{flex:0 0 auto}.sum-ranks-country-name{display:inline-block;overflow:hidden;max-width:44px;text-overflow:ellipsis}.judges-table-wrap{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.judges-table{display:table;min-width:1060px;width:1060px;table-layout:fixed}.judges-table thead{display:table-header-group}.judges-table tbody{display:table-row-group;padding:0;background:transparent}.judges-table tr{display:table-row;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.judges-table td,.judges-table th{display:table-cell;width:auto;padding:8px 10px;border-bottom:1px solid var(--line);text-align:center;white-space:nowrap;font-size:12px}.judges-table td:before{content:none}.judges-table td:nth-child(2),.judges-table td:nth-child(3),.judges-table th:nth-child(2),.judges-table th:nth-child(3){text-align:left}.judges-table td:first-child,.judges-table th:first-child{width:58px}.judges-table td:nth-child(2),.judges-table th:nth-child(2){width:136px}.judges-table td:nth-child(3),.judges-table th:nth-child(3){width:90px}.judges-table td:nth-child(4),.judges-table th:nth-child(4){width:52px}.judges-table td:nth-child(5),.judges-table th:nth-child(5){width:105px}.judges-table td:nth-child(6),.judges-table td:nth-child(7),.judges-table th:nth-child(6),.judges-table th:nth-child(7){width:138px}.judges-table td:nth-child(8),.judges-table th:nth-child(8){width:200px}.ranking-results-section .result-table-wrap{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.ranking-results-section .ranking-table,.ranking-results-section .result-table{display:table;width:100%;min-width:900px}.ranking-results-section .local-ranking-results-table,.ranking-results-section .wca-ranking-results-table{min-width:0;width:100%;table-layout:fixed}.ranking-results-section .local-ranking-results-table.has-gender-ranks{min-width:0;width:100%}.ranking-results-section .result-table thead{display:table-header-group}.ranking-results-section .result-table tbody{display:table-row-group;padding:0;background:transparent}.ranking-results-section .result-table tr{display:table-row;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.ranking-results-section .result-table td,.ranking-results-section .result-table th{display:table-cell;width:auto;padding:6px 5px;border-bottom:1px solid var(--line);text-align:center;white-space:nowrap;font-size:12px;font-weight:460}.ranking-results-section .table-person-link{color:#2459b7;font-size:12px;font-weight:580;line-height:1.2}.ranking-results-section .ranking-result-details,.ranking-results-section .ranking-wca-id{font-size:9.5px;font-weight:460}.ranking-results-section .wca-ranking-results-table td:first-child,.ranking-results-section .wca-ranking-results-table th:first-child{width:34px;font-weight:760}.ranking-results-section .wca-ranking-results-table td:nth-child(2),.ranking-results-section .wca-ranking-results-table th:nth-child(2){width:auto;min-width:0}.ranking-results-section .wca-ranking-results-table td:nth-child(3),.ranking-results-section .wca-ranking-results-table th:nth-child(3){width:30px;font-size:11px;font-weight:460}.ranking-results-section .wca-ranking-results-table td:nth-child(4),.ranking-results-section .wca-ranking-results-table th:nth-child(4){width:58px;font-size:13px;font-weight:620}.ranking-results-section .wca-ranking-results-table td:nth-child(5),.ranking-results-section .wca-ranking-results-table th:nth-child(5){width:74px;min-width:0}.ranking-results-section .wca-ranking-results-table td:nth-child(6),.ranking-results-section .wca-ranking-results-table td:nth-child(7),.ranking-results-section .wca-ranking-results-table td:nth-child(8),.ranking-results-section .wca-ranking-results-table th:nth-child(6),.ranking-results-section .wca-ranking-results-table th:nth-child(7),.ranking-results-section .wca-ranking-results-table th:nth-child(8){display:none}.ranking-results-section .wca-ranking-results-table .flag-label{gap:4px;min-width:0;font-size:10.5px;font-weight:430}.ranking-results-section .wca-ranking-results-table .wca-flag{flex:0 0 24px;width:24px;height:17px}.ranking-results-section .wca-ranking-results-table .ranking-region-full{display:none}.ranking-results-section .wca-ranking-results-table .ranking-region-short{display:inline;overflow:hidden;text-overflow:ellipsis}.ranking-results-section .wca-ranking-results-table .liaoning-record-badge{margin-right:4px;padding:1px 4px;font-size:10px;font-weight:650}.ranking-results-section .wca-ranking-results-table .ranking-person-name{display:inline}.ranking-results-section .wca-ranking-results-table .ranking-wca-id{color:#7b8493;letter-spacing:0}.ranking-results-section .local-ranking-results-table .score-strong,.ranking-results-section .wca-ranking-results-table .score-strong{font-weight:620}.ranking-results-section .local-ranking-results-table td:first-child,.ranking-results-section .local-ranking-results-table th:first-child{width:34px;min-width:0;font-weight:760}.ranking-results-section .local-ranking-results-table td:nth-child(2),.ranking-results-section .local-ranking-results-table th:nth-child(2){width:auto;min-width:0}.ranking-results-section .local-ranking-results-table td:nth-child(3),.ranking-results-section .local-ranking-results-table th:nth-child(3){width:30px;font-size:11px;font-weight:460}.ranking-results-section .local-ranking-results-table td:nth-child(4),.ranking-results-section .local-ranking-results-table th:nth-child(4){width:58px;font-size:13px;font-weight:620}.ranking-results-section .local-ranking-results-table td:nth-child(5),.ranking-results-section .local-ranking-results-table th:nth-child(5){width:76px;min-width:0}.ranking-results-section .local-ranking-results-table td:nth-child(6),.ranking-results-section .local-ranking-results-table td:nth-child(7),.ranking-results-section .local-ranking-results-table td:nth-child(8),.ranking-results-section .local-ranking-results-table td:nth-child(9),.ranking-results-section .local-ranking-results-table th:nth-child(6),.ranking-results-section .local-ranking-results-table th:nth-child(7),.ranking-results-section .local-ranking-results-table th:nth-child(8),.ranking-results-section .local-ranking-results-table th:nth-child(9),.ranking-results-section .local-ranking-results-table.has-gender-ranks td:nth-child(10),.ranking-results-section .local-ranking-results-table.has-gender-ranks td:nth-child(11),.ranking-results-section .local-ranking-results-table.has-gender-ranks td:nth-child(12),.ranking-results-section .local-ranking-results-table.has-gender-ranks th:nth-child(10),.ranking-results-section .local-ranking-results-table.has-gender-ranks th:nth-child(11),.ranking-results-section .local-ranking-results-table.has-gender-ranks th:nth-child(12){display:none}.ranking-results-section .result-table td:before{content:none}.ranking-results-section .local-ranking-results-table td:nth-child(2),.ranking-results-section .local-ranking-results-table th:nth-child(2),.ranking-results-section .result-table td:nth-child(2),.ranking-results-section .result-table th:nth-child(2){text-align:left}.ranking-results-section .local-ranking-results-table td:nth-child(8),.ranking-results-section .local-ranking-results-table th:nth-child(8),.ranking-results-section .local-ranking-results-table.has-gender-ranks td:nth-child(11),.ranking-results-section .local-ranking-results-table.has-gender-ranks td:nth-child(12),.ranking-results-section .local-ranking-results-table.has-gender-ranks th:nth-child(11),.ranking-results-section .local-ranking-results-table.has-gender-ranks th:nth-child(12),.ranking-results-section .local-ranking-results-table:not(.has-gender-ranks) td:nth-child(9),.ranking-results-section .local-ranking-results-table:not(.has-gender-ranks) th:nth-child(9),.ranking-results-section .wca-ranking-results-table td:nth-child(7),.ranking-results-section .wca-ranking-results-table th:nth-child(7){white-space:normal;text-align:left}.ranking-results-section .local-ranking-results-table.has-gender-ranks td:nth-child(10),.ranking-results-section .local-ranking-results-table.has-gender-ranks td:nth-child(8),.ranking-results-section .local-ranking-results-table.has-gender-ranks td:nth-child(9),.ranking-results-section .local-ranking-results-table.has-gender-ranks th:nth-child(10),.ranking-results-section .local-ranking-results-table.has-gender-ranks th:nth-child(8),.ranking-results-section .local-ranking-results-table.has-gender-ranks th:nth-child(9){text-align:center;white-space:nowrap}.home-entries{grid-template-columns:1fr}.commercial-teams-list{gap:18px}.commercial-edit-toolbar{align-items:flex-start;flex-direction:column;gap:6px;margin-bottom:10px;padding:7px 8px;font-size:11px}.commercial-team-block{gap:8px;padding-top:12px}.commercial-team-header{gap:8px}.commercial-team-header h2{margin:2px 0 6px;font-size:20px}.commercial-team-stats{gap:4px;font-size:11.5px}.commercial-team-stats span{min-height:20px;padding:2px 6px}.commercial-team-description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:13px;line-height:1.6}.commercial-member-grid{grid-template-columns:1fr;gap:6px}.commercial-member-card{gap:6px;padding:8px 9px}.commercial-member-top{gap:7px}.commercial-member-main strong{font-size:15px}.commercial-member-meta{gap:3px;font-size:11px}.commercial-member-meta span{min-height:17px;padding:2px 5px}.commercial-member-bio{-webkit-line-clamp:2;font-size:12px;line-height:1.55}.commercial-member-actions{display:none}.commercial-member-card .wca-id-badge{max-width:104px;overflow:hidden;text-overflow:ellipsis;font-size:9.5px}.weekly-feature{gap:8px;padding:9px 10px}.page-hero.weekly-page-hero,.page-hero.weekly-results-page-hero{padding:8px 10px 7px}.page-hero.weekly-page-hero h1,.page-hero.weekly-results-page-hero h1{margin:2px 0 3px;font-size:20px}.page-hero.weekly-page-hero p,.page-hero.weekly-results-page-hero p{font-size:12px;line-height:1.3}.weekly-home-section{padding-top:10px}.weekly-feature h2,.weekly-join h2{margin:3px 0;font-size:17px}.weekly-feature h2{gap:5px}.weekly-feature h2 small{font-size:11px}.weekly-current-progress{gap:6px;margin-top:6px}.weekly-current-progress span{height:7px}.weekly-current-progress em{font-size:10.5px}.weekly-feature>strong{padding:7px 10px;font-size:13px;white-space:nowrap}.weekly-age-note p,.weekly-feature p,.weekly-intro p,.weekly-join p{font-size:12px;line-height:1.45}.weekly-feature-meta{gap:6px;margin-top:6px}.recorded-week-card,.weekly-entry-progress,.weekly-feature-meta span,.weekly-list-item{font-size:12px}.weekly-list-header{margin-top:16px}.weekly-history-fold{margin-top:9px}.weekly-history-fold>summary{min-height:38px;padding:7px 9px}.weekly-history-fold>summary strong{font-size:13px}.weekly-history-fold .recorded-week-list,.weekly-history-fold .weekly-list{margin:8px}.weekly-list{gap:7px}.weekly-list-item{min-height:36px;padding:7px 9px;gap:8px}.recorded-week-card,.weekly-admin-fold-summary,.weekly-age-note,.weekly-intro,.weekly-join{padding:12px}.weekly-summary-grid{gap:8px;margin-bottom:10px}.weekly-event-stack{gap:18px}.weekly-age-note{margin:14px 0 12px}.weekly-age-stack{gap:14px}.weekly-event-section .section-header{margin-bottom:8px}.weekly-admin-fold>:not(summary){margin:12px}.weekly-admin-grid,.weekly-entry-controls--compact{grid-template-columns:1fr}.weekly-entry-controls--public{grid-template-columns:minmax(0,1fr) minmax(104px,.45fr)}.weekly-entry-shell{gap:12px}.weekly-entry-shell--public .weekly-entry-grid{grid-template-columns:1fr}.weekly-entry-panel{position:static;padding:10px}.weekly-entry-panel .admin-card-heading h2{font-size:16px}.weekly-selected-player strong{font-size:15px}.weekly-entry-panel .weekly-attempt-grid input{min-height:36px;font-size:18px;letter-spacing:1px}.weekly-calculated strong{font-size:16px}.big-stack-section{margin-top:24px}.big-stack-leader,.podium-card{padding:12px}.big-stack-leader strong{margin-top:7px;font-size:32px}.big-stack-leader p,.podium-card strong{font-size:16px}.podium-card span{font-size:15px}.big-stack-ranking{max-height:460px}.big-stack-row{grid-template-columns:34px minmax(56px,96px) 44px minmax(80px,1fr) 48px;gap:6px;padding:7px 9px;font-size:12px}.big-stack-rank{width:24px;height:24px;font-size:11px}.big-stack-row strong{font-size:13px}.judges-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sum-ranks-filter-card{grid-template-columns:1fr}.sum-ranks-table-wrap{-webkit-overflow-scrolling:touch;scrollbar-width:thin}.national-qualifier-table-wrap{overflow:visible}.national-all-around-table,.national-relay-table,.national-result-table{min-width:0;width:100%}.national-all-around-table thead,.national-relay-table thead,.national-result-table thead{display:none}.national-all-around-table,.national-all-around-table tbody,.national-all-around-table td,.national-all-around-table tr,.national-relay-table,.national-relay-table tbody,.national-relay-table td,.national-relay-table tr,.national-result-table,.national-result-table tbody,.national-result-table td,.national-result-table tr{display:block;width:100%}.national-all-around-table tbody,.national-relay-table tbody,.national-result-table tbody{display:grid;grid-gap:10px;gap:10px;padding:10px;background:var(--page-bg)}.national-all-around-table tr,.national-relay-table tr,.national-result-table tr{display:grid;grid-template-columns:repeat(2,minmax(118px,1fr));grid-gap:7px 10px;gap:7px 10px;padding:11px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 8px 18px rgba(23,32,51,.05)}.national-all-around-table td,.national-relay-table td,.national-result-table td{display:flex;gap:8px;align-items:baseline;justify-content:flex-start;padding:0;border:0;text-align:left;white-space:normal}.national-all-around-table td:before,.national-relay-table td:before,.national-result-table td:before{content:attr(data-label);color:var(--muted);font-size:12px;font-weight:800;flex:0 0 auto;min-width:46px;text-align:left}.national-all-around-table td:first-child,.national-all-around-table td:last-child,.national-all-around-table td:nth-child(2),.national-all-around-table td:nth-child(4),.national-relay-table td:nth-child(2),.national-relay-table td:nth-child(5),.national-result-table td:first-child,.national-result-table td:last-child,.national-result-table td:nth-child(2),.national-result-table td:nth-child(4){grid-column:1/-1}.national-all-around-table td:first-child,.national-all-around-table td:last-child,.national-all-around-table td:nth-child(2),.national-relay-table td:first-child,.national-relay-table td:last-child,.national-relay-table td:nth-child(2),.national-result-table td:first-child,.national-result-table td:last-child,.national-result-table td:nth-child(2){font-weight:900;justify-content:space-between}}@media (max-width:760px){.provincial-result-table td:nth-child(2),.provincial-result-table td:nth-child(4){grid-column:auto}.provincial-result-table td:nth-child(3),.provincial-result-table td:nth-child(9){grid-column:1/-1}.ranking-results-section .result-table.liaoning-records-table{display:block;min-width:0!important;width:100%!important;max-width:100%;table-layout:fixed}.ranking-results-section .result-table.liaoning-records-table thead{display:block}.ranking-results-section .result-table.liaoning-records-table tbody{display:block;padding:0;background:#fff}.ranking-results-section .result-table.liaoning-records-table tr{display:grid;grid-template-columns:minmax(82px,.82fr) minmax(0,1fr) minmax(0,1fr);width:100%;padding:0;border:0;border-radius:0;background:#fff;box-shadow:none}.ranking-results-section .result-table.liaoning-records-table td,.ranking-results-section .result-table.liaoning-records-table th{display:block;width:auto!important;min-width:0;grid-column:auto!important;justify-content:flex-start!important;padding:7px 5px;border-bottom:1px solid var(--line);vertical-align:top;overflow:hidden;text-align:left;white-space:normal}.ranking-results-section .result-table.liaoning-records-table th{color:var(--muted);font-size:11px;font-weight:720;background:#f8fafc}.liaoning-records-table td:before{content:none}.liaoning-records-table td:first-child,.liaoning-records-table th:first-child{padding-bottom:8px;align-self:center}.liaoning-records-table td:nth-child(2):before,.liaoning-records-table td:nth-child(3):before{content:none}.liaoning-record-cell{min-width:0;gap:3px}.liaoning-record-person{display:inline;width:auto;overflow-wrap:anywhere}.liaoning-record-meta{overflow-wrap:anywhere}.liaoning-records-table-section,.liaoning-records-table-section .result-table-wrap{overflow-x:hidden!important;max-width:100%}.liaoning-record-cell>div:first-child{gap:5px}.liaoning-record-cell strong{font-size:12.5px;font-weight:700}.liaoning-record-badge{min-width:26px;height:17px;font-size:9.5px}.liaoning-record-person{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-weight:600}.liaoning-record-event-id,.liaoning-record-meta,.liaoning-record-person{font-size:10px;line-height:1.2}.liaoning-records-table td:first-child strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:10.5px;font-weight:680;line-height:1.25}.liaoning-records-table td:first-child{color:var(--text)}}@media (max-width:620px){.page-hero{width:min(520px,calc(100% - 32px));margin-top:10px;gap:8px;padding:10px 12px 8px}.page-hero.ranking-page-hero{gap:4px;padding:8px 10px 7px}.page-hero.ranking-page-hero h1{max-width:100%;margin:2px 0 0;overflow:hidden;font-size:16px;font-weight:720;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.page-hero h1{margin:6px 0}.page-hero p{font-size:14px;line-height:1.45}.page-hero.ranking-page-hero p{display:block;margin-top:2px;color:var(--muted);font-size:10.5px;font-weight:620;line-height:1.2}.page-hero.ranking-page-hero .eyebrow{font-size:10.5px}.local-rankings-section,.rankings-workspace{width:min(520px,calc(100% - 32px));padding-top:8px}.ranking-filter-card{gap:6px 8px;padding:8px;border-radius:8px}.ranking-field{gap:4px}.ranking-field span{font-size:10.5px;font-weight:680}.ranking-field select{min-height:30px;padding:4px 28px 4px 8px;font-size:11.5px;font-weight:640}.ranking-toggle{min-height:30px;border-radius:7px}.ranking-toggle button{font-size:11.5px;font-weight:660}.ranking-results-section{margin-top:8px}.ranking-results-section .section-header{align-items:flex-end;grid-gap:6px;gap:6px;margin-bottom:5px;display:grid;grid-template-columns:minmax(0,1fr) max-content}.ranking-filter-section,.ranking-results-section{padding:0}.ranking-results-section .section-header h2{max-width:100%;overflow:hidden;font-size:15px;font-weight:720;line-height:1.18;text-overflow:ellipsis;white-space:nowrap}.ranking-results-section .section-header h2 small{font-size:10.5px;font-weight:640}.ranking-source-line{gap:3px;min-width:auto;font-size:9.5px;line-height:1.12;font-weight:600;opacity:.78;white-space:nowrap}.ranking-source-line svg{width:11px;height:11px}.ranking-source-label{display:none}.hero-actions{margin-top:10px}.site-header{gap:7px 9px;padding:8px 14px}.brand{gap:8px}.brand-mark{width:32px;height:32px}.brand strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-nav>summary{min-height:30px}.brand small{display:none}.admin-link{width:34px;min-height:34px;padding:0}.admin-link span{display:none}.person-card{grid-template-columns:1fr}.big-stack-row{grid-template-columns:36px minmax(64px,88px) 52px minmax(90px,1fr) 48px;gap:8px;padding:9px 10px}.competition-category-toggle{grid-template-columns:repeat(2,minmax(0,1fr))}.national-qualifier-summary,.national-stat-row,.national-stop-grid{grid-template-columns:1fr}.provincial-result-group header{align-items:flex-start;flex-direction:column}.judges-form-grid{grid-template-columns:1fr}.judges-toolbar,.judges-workspace{gap:8px}.judges-toolbar h2{font-size:18px}.judges-level-guide{gap:4px;padding:6px 7px;font-size:10px;line-height:1.2}.judges-level-guide strong{flex-basis:100%}.judge-level-badge{gap:3px;padding:2px 6px;font-size:10px}.sum-ranks-table{font-size:12px}.liaoning-records-table-section,.liaoning-records-table-section .result-table-wrap{max-width:100%;overflow-x:hidden!important}.ranking-results-section .result-table.liaoning-records-table{display:block!important;min-width:0!important;width:100%!important;max-width:100%!important}.ranking-results-section .result-table.liaoning-records-table tbody,.ranking-results-section .result-table.liaoning-records-table thead{display:block!important;width:100%}.ranking-results-section .result-table.liaoning-records-table tr{display:grid!important;grid-template-columns:minmax(82px,.82fr) minmax(0,1fr) minmax(0,1fr);width:100%}.ranking-results-section .result-table.liaoning-records-table td,.ranking-results-section .result-table.liaoning-records-table th{display:block!important;width:auto!important;min-width:0!important;max-width:100%;grid-column:auto!important;justify-content:flex-start!important;white-space:normal!important}}@media (max-width:430px){.ranking-results-section .result-table.liaoning-records-table tr{grid-template-columns:minmax(78px,.82fr) minmax(0,1fr) minmax(0,1fr)}.ranking-results-section .result-table.liaoning-records-table td,.ranking-results-section .result-table.liaoning-records-table th{padding:6px 4px}.liaoning-record-cell{gap:2px}.liaoning-record-cell>div:first-child{gap:4px}.liaoning-record-cell strong{font-size:12px}.liaoning-record-person{font-size:9.5px}.liaoning-record-event-id,.liaoning-record-meta{font-size:9px}.liaoning-record-badge{min-width:24px;height:16px;font-size:9px}.national-all-around-table tr,.national-relay-table tr,.national-result-table tr{grid-template-columns:1fr}}@media (max-width:760px){.weekly-library-shell{gap:7px}.weekly-library-shell .admin-workspace-heading{display:grid;grid-gap:5px;gap:5px}.weekly-library-shell .admin-workspace-heading h1{font-size:19px}.weekly-library-shell .admin-workspace-heading p{display:none}.weekly-library-shell .admin-profile-stats{grid-template-columns:repeat(5,minmax(58px,1fr));overflow-x:auto;padding-bottom:2px}.weekly-library-shell .stat{min-width:58px;padding:6px 7px}.weekly-library-shell .stat strong{font-size:17px}.weekly-library-table-card{padding:8px}.weekly-library-table-card .admin-card-heading{display:grid}.weekly-library-toolbar{justify-content:stretch;min-width:0;width:100%}.weekly-library-toolbar .weekly-library-search{max-width:none;min-width:0;flex:1 1 auto}.weekly-library-toolbar .button{flex:0 0 auto}.weekly-library-table-card .table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.result-table.weekly-library-table{display:table;min-width:620px;width:620px}.weekly-library-table thead{display:table-header-group}.weekly-library-table tbody{display:table-row-group;gap:0;padding:0;background:transparent}.weekly-library-table tr{display:table-row;padding:0;border:0;border-radius:0;box-shadow:none}.weekly-library-table td,.weekly-library-table th{display:table-cell;width:auto;padding:4px 5px;border-bottom:1px solid var(--line);white-space:nowrap}.weekly-library-table td:before{content:none}.weekly-library-table td:first-child,.weekly-library-table td:nth-child(2){font-weight:inherit}.weekly-library-table td:nth-child(9){text-align:right}.weekly-library-dialog{width:min(430px,calc(100vw - 20px));padding:12px}}@media (prefers-color-scheme:dark){.competition-filter-toggle,.page-hero,.ranking-toggle{background:var(--surface)}.competition-filter-toggle button,.ranking-toggle button{background:var(--surface);color:var(--ink)}.competition-filter-toggle button.active,.ranking-toggle button.active{background:var(--blue);color:#fff}.competition-filter-row,.competition-list-count,.competition-pagination{background:var(--surface)}.competition-pagination{border-color:var(--line)}.competition-pagination button,.wca-pagination button{background:var(--surface);color:var(--ink)}.competition-list-table tbody tr{background:var(--surface)}.competition-list-table tbody tr:hover,.result-table tbody tr:hover{background:var(--soft)}.liaoning-record-gender-tabs{background:var(--surface)}.liaoning-record-gender-tabs a{color:var(--ink)}.mobile-nav>summary{border-color:var(--line);color:var(--ink)}.mobile-nav-panel,.mobile-nav>summary{background:var(--surface)}.mobile-nav-close,.mobile-nav-group a,.mobile-nav-group>summary,.mobile-nav-panel>a{color:var(--ink)}.mobile-nav-close{background:var(--soft)}.competition-list-table tbody,.judges-table tbody,.liaoning-records-table tbody,.national-all-around-table tbody,.national-relay-table tbody,.national-result-table tbody,.result-table tbody{background:var(--page-bg)}.admin-local-table .result-table tr,.competition-list-table tr,.judges-table tr,.liaoning-records-table tr,.national-all-around-table tr,.national-relay-table tr,.national-result-table tr,.result-table tr{background:var(--surface);border-color:var(--line)}.wca-page-meta span,.wca-search-chip{background:var(--surface);color:var(--ink)}.wca-region-field button,.wca-select-field select{background:var(--surface);color:var(--ink);border-color:var(--line)}.wca-control-label,.wca-region-field,.wca-select-field span{color:var(--ink)}.national-result-index{background:var(--surface)}.national-result-index-section{background:var(--surface);border-color:var(--line)}.national-qualifier-event summary,.result-stat-card{background:var(--soft)}.national-results-loading{background:var(--surface)}.national-note-band,.national-stop{background:var(--soft)}.national-stop.final{background:color-mix(in srgb,var(--blue) 12%,var(--surface));border-color:var(--line)}.provincial-info-card,.provincial-result-group{background:var(--surface)}.weekly-list-item.pending{background:var(--soft)}.weekly-age-note,.weekly-join{background:var(--soft);border-color:var(--line)}.wca-state{background:var(--soft)}.judges-level-guide,.judges-notice{background:var(--soft);border-color:var(--line);color:var(--ink)}.account-history-item,.admin-feedback-item,.admin-login-input-wrap{background:var(--surface)}.admin-profile-filters button,.city-quick-picks button{background:var(--surface);color:var(--ink)}.local-contact-box input,.local-contact-box select{background:var(--surface)}.podium-1{background:color-mix(in srgb,var(--gold) 10%,var(--surface));border-color:color-mix(in srgb,var(--gold) 40%,var(--line))}.provincial-result-table .podium-row{background:color-mix(in srgb,var(--gold) 8%,var(--surface))}.hero-band{background:linear-gradient(160deg,#0a1220,#122041)}}