:root{color-scheme:light;font-family:Source Han Sans,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#0f1f3d}.app-shell{min-height:100vh;background:radial-gradient(circle at top left,#174dbc2e,#04102deb),#061433;color:#f8fbff}button{font-family:inherit}:root{--draw-primary: #1b4fb6;--draw-primary-dark: #12367d;--draw-accent: #21c1ff;--draw-accent-soft: rgba(33, 193, 255, .18);--draw-bg-panel: rgba(9, 22, 53, .82);--draw-border: rgba(255, 255, 255, .08);--draw-text-muted: rgba(240, 248, 255, .72);--draw-group-0: #2f7bff;--draw-group-1: #21c1ff;--draw-group-2: #34d0c7;--draw-group-3: #7a6dff;--draw-group-4: #ff9f43;--draw-group-5: #ff5f89}.draw-page{display:flex;flex-direction:column;min-height:100vh;gap:32px}.draw-hero{position:relative;min-height:320px;display:flex;align-items:flex-end;padding:48px clamp(24px,6vw,80px);overflow:hidden}.draw-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/home-banner.png) center/cover no-repeat;filter:saturate(1.05) brightness(.9);transform:scale(1.05);z-index:0}.draw-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#030c25e6 15%,#022458c7 45%,#010918f2 85%);z-index:1}.draw-hero__content{position:relative;z-index:2;max-width:960px;color:#f1f7ff}.draw-hero__content h1{font-size:clamp(28px,3.4vw,44px);margin-bottom:16px;font-weight:700;letter-spacing:.04em}.draw-hero__content p{line-height:1.65;color:var(--draw-text-muted);margin-bottom:20px;font-size:16px}.draw-status{padding:12px 18px;border-radius:14px;background:#123c91a6;border:1px solid var(--draw-border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:inline-flex;align-items:center;gap:10px;margin-bottom:22px;color:#ebf4ff}.draw-status--countdown{background:linear-gradient(135deg,#ff6b35bf,#ffbc3575)}.draw-status--revealed{background:linear-gradient(135deg,#34d399d1,#2563eb59)}.draw-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.draw-controls__spacer{flex:1}.draw-hint{color:#d7e6ffb3;margin-bottom:12px}.draw-warning{color:#fbb;margin-bottom:12px}.control-btn{padding:12px 22px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:linear-gradient(135deg,#2181ffe6,#0c3480e6);color:#fff;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.control-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0d399159}.control-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.control-btn--ghost{background:#07193c99;border:1px solid rgba(255,255,255,.14)}.control-btn--accent{background:linear-gradient(135deg,#21c1ff,#1b4fb6);border:1px solid rgba(33,193,255,.7)}.draw-main{display:grid;gap:28px;padding:0 clamp(24px,6vw,80px) 60px}.draw-wall{position:relative;background:#071230d1;border:1px solid var(--draw-border);border-radius:22px;padding:24px;box-shadow:0 22px 48px #040c2073;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.draw-wall__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px;gap:16px}.draw-wall__header h2{font-size:20px;font-weight:600}.draw-wall__tools{display:flex;align-items:center;gap:16px;font-size:14px;color:var(--draw-text-muted)}.draw-toggle{display:inline-flex;padding:4px;border-radius:999px;background:#05122e99;border:1px solid rgba(33,193,255,.18)}.draw-toggle__btn{padding:6px 12px;border:none;background:transparent;color:#dce8ffcc;font-size:13px;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease}.draw-toggle__btn--active{background:linear-gradient(135deg,#21c1ff52,#1b4fb67a);color:#fff}.photo-wall{display:grid;grid-template-columns:repeat(auto-fill,minmax(68px,1fr));gap:12px}.photo-wall__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;aspect-ratio:1;border-radius:18px;background:radial-gradient(circle at 50% 35%,#2568d6b3,#071430d1);border:1px solid rgba(40,104,230,.18);color:#eff6ff;font-weight:600;letter-spacing:.04em;transition:transform .2s ease,box-shadow .2s ease,border .2s ease,background .2s ease;position:relative;overflow:hidden}.photo-wall__item span{font-size:18px}.photo-wall__item small{font-size:11px;color:#fffc}.photo-wall__item em{font-size:10px;color:#ffffffa6;font-style:normal}.photo-wall__item:after{content:"";position:absolute;top:18%;right:18%;bottom:18%;left:18%;border-radius:18px;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.25),transparent 65%);opacity:.35;transition:opacity .3s ease}.photo-wall__item:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 18px 38px #1046c466}.photo-wall__item--pulse{animation:pulse .9s ease-in-out infinite;border-color:#21c1ffcc;box-shadow:0 0 22px #21c1ff59}.photo-wall__item--pre{opacity:0;transform:scale(.9);filter:blur(1.5px);pointer-events:none}.photo-wall__item--incoming{animation:incoming-pulse .5s ease-in-out infinite alternate;border-color:#92cdffa6;box-shadow:0 0 28px #92cdff73}.photo-wall__item--enter{animation:card-drop .5s cubic-bezier(.33,1.12,.68,1) forwards}@keyframes card-drop{0%{transform:translateY(-48px) scale(4);opacity:.8}65%{transform:translateY(6px) scale(2);opacity:1}to{transform:translateY(0) scale(1);opacity:1}}@keyframes incoming-pulse{0%{opacity:.5;transform:scale(1.5)}to{opacity:.8;transform:scale(4)}}.countdown-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:22px;background:radial-gradient(circle at center,#1c4e941f,#01061494);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;animation:fade-in .2s ease;pointer-events:none}.countdown-overlay__inner{text-align:center;color:#eaf6ff}.countdown-overlay__mode{font-size:clamp(22px,2.4vw,32px);letter-spacing:.16em;display:block;margin-bottom:clamp(18px,2.6vw,32px);color:var(--draw-accent)}.countdown-overlay__value{font-size:clamp(160px,20vw,260px);font-weight:700;line-height:1;text-shadow:0 18px 46px rgba(0,0,0,.55);animation:countdown-impulse 1s cubic-bezier(.33,1.4,.68,1) forwards}@keyframes countdown-impulse{0%{transform:scale(.25);opacity:0}20%{transform:scale(.55);opacity:.75}38%{transform:scale(1.35);opacity:1}55%{transform:scale(1.15);opacity:1}70%{transform:scale(.98);opacity:.75}to{transform:scale(.55);opacity:0}}.draw-newcard{position:fixed;left:50%;top:40%;transform:translate(-50%,-50%) scale(.8);z-index:1200;transition:transform .28s cubic-bezier(.2,.9,.2,1),opacity .2s;opacity:0;pointer-events:none}.draw-newcard__inner{min-width:180px;padding:20px 28px;border-radius:22px;background:linear-gradient(145deg,#2568d6f2,#091a3ee6);border:1px solid rgba(124,200,255,.45);box-shadow:0 28px 60px #061234a6;text-align:center;color:#f5fbff;animation:newcard-pop .72s cubic-bezier(.21,1.12,.58,1) forwards}.draw-newcard__group{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#badcffd9}.draw-newcard__name{display:block;font-size:26px;font-weight:700;margin:10px 0 6px;letter-spacing:.02em}.draw-newcard__code{font-size:16px;font-weight:600;color:#c8e0ffe6}@keyframes newcard-pop{0%{transform:scale(.3);opacity:0}45%{transform:scale(1.2);opacity:1}70%{transform:scale(.95);opacity:1}to{transform:scale(.8);opacity:0}}.draw-side{position:relative}.result-panel{background:var(--draw-bg-panel);border:1px solid var(--draw-border);border-radius:26px;padding:24px 24px 28px;display:flex;flex-direction:column;gap:22px;box-shadow:0 20px 40px #030a1a80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.result-panel__header{display:flex;justify-content:space-between;align-items:center}.result-panel__header h2{font-size:22px;font-weight:600}.tag{padding:4px 12px;border-radius:999px;font-size:12px;letter-spacing:.1em;text-transform:uppercase;background:#ffffff1f;color:#ffffffc7}.tag--simulate{background:#21c1ff2e;color:#6bd8ff}.tag--official{background:#52c41a2e;color:#86f7a7}.result-blank{color:var(--draw-text-muted);font-size:14px;line-height:1.7}.result-blank ul{margin-top:12px;padding-left:20px}.result-content{display:flex;flex-direction:column;gap:18px}.result-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;font-size:14px}.result-meta .label{display:block;color:var(--draw-text-muted);margin-bottom:4px;text-transform:uppercase;letter-spacing:.08em;font-size:11px}.result-meta code{background:#05183c99;padding:4px 10px;border-radius:999px;font-size:12px;color:#9fd1ff}.result-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.result-tabs{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.result-tab{padding:8px 14px;border-radius:999px;background:#0c286099;border:1px solid rgba(33,193,255,.25);color:#d9edff;cursor:pointer;transition:transform .2s ease,background .2s ease}.result-tab:hover{transform:translateY(-1px)}.result-tab--0{background:linear-gradient(135deg,#2f7bff40,#08194299);border-color:#2f7bff80}.result-tab--1{background:linear-gradient(135deg,#21c1ff40,#09214f99);border-color:#21c1ff80}.result-tab--2{background:linear-gradient(135deg,#34d0c740,#071e4799);border-color:#34d0c780}.result-tab--3{background:linear-gradient(135deg,#7a6dff40,#0a1a4699);border-color:#7a6dff80}.result-tab--4{background:linear-gradient(135deg,#ff9f4340,#32180399);border-color:#ff9f4380}.result-tab--5{background:linear-gradient(135deg,#ff5f8940,#2c0c1d99);border-color:#ff5f8980}.result-tab--active{transform:translateY(-1px);box-shadow:0 12px 32px #0000004d;color:#fff}.result-group{background:#071431c7;border-radius:18px;padding:16px;border:1px solid rgba(255,255,255,.08);min-height:200px}.result-group header{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.result-group h3{font-size:16px;font-weight:600}.result-group small{color:var(--draw-text-muted);font-size:12px}.result-group ol{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;list-style:none;padding:0;margin:0}.result-group li{background:#081a46e0;border-radius:16px;padding:12px 14px;font-size:13px;display:flex;align-items:center;gap:12px;border:1px solid rgba(33,193,255,.16)}.result-contestant-order{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:999px;font-weight:700;color:#11306d;background:#9edefff2;letter-spacing:.08em;box-shadow:inset 0 -2px 6px #11306d4d}.result-contestant-text{flex:1;font-weight:600;color:#f3f8ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-history{margin-top:24px}.result-history h3{font-size:16px;margin-bottom:8px}.result-history ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;font-size:13px}.result-history li{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#05122ea6;padding:8px 12px;border-radius:12px}.result-history time{color:var(--draw-text-muted);font-size:12px}.result-panel__title{display:flex;align-items:center;gap:10px}.result-panel__toggle{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#08183ca6;color:#e6f0ffdb;font-size:12px;letter-spacing:.06em;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.result-panel__toggle svg{transition:transform .2s ease}.result-panel__toggle--open svg{transform:rotate(180deg)}.result-content--collapsed{display:none}.result-footer{display:flex;gap:10px;flex-wrap:wrap}.pill{padding:6px 14px;border-radius:999px;font-size:12px;letter-spacing:.06em}.pill--muted{background:#ffffff1a;color:#ffffffad}.pill--success{background:#34d39947;color:#6ee7b7}.result-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.result-hint{color:#ffc896cc}.result-message{margin-top:12px;padding:12px 16px;border-radius:14px;background:#21c1ff29;color:#aee4ff}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 20px #21c1ff59}50%{transform:scale(1.06);box-shadow:0 0 35px #21c1ff8c}to{transform:scale(1);box-shadow:0 0 20px #21c1ff40}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media (max-width: 1080px){.draw-main{grid-template-columns:1fr}.draw-side{order:-1}}@media (max-width: 720px){.draw-controls{flex-direction:column;align-items:stretch}.draw-controls__spacer{display:none}.draw-controls button{width:100%}}.result-toggle{margin-left:auto;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#05122e99;color:#dce8ffcc;font-size:12px;cursor:pointer}.result-toggle:hover{color:#fff}.draw-results-page{min-height:100vh;padding:48px clamp(24px,6vw,64px) 64px;background:radial-gradient(circle at top,#1b408c26,#020a20f0);color:#f7fbff}.draw-results-header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:12px;margin-bottom:36px}.draw-results-header h1{font-size:clamp(28px,4vw,40px);font-weight:700;letter-spacing:.06em}.draw-results-meta{font-size:14px;color:#ebf5ffbf;display:flex;gap:18px;flex-wrap:wrap}.draw-results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.draw-results-column{background:#0e2048d1;border:1px solid rgba(73,142,255,.18);border-radius:22px;padding:20px 18px 24px;display:flex;flex-direction:column;gap:18px;box-shadow:0 18px 42px #02081c8c}.draw-results-column h2{font-size:20px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#7bc6fff2}.draw-results-judges{margin-top:-8px;margin-bottom:8px;font-size:13px;color:#d2e2ffbf;letter-spacing:.04em}.draw-results-segment{display:flex;flex-direction:column;gap:12px}.draw-results-segment+.draw-results-segment{border-top:1px dashed rgba(123,198,255,.3);padding-top:12px}.draw-results-segment header{font-size:13px;letter-spacing:.08em;color:#c5e0ffc7;text-transform:uppercase}.draw-results-list{display:flex;flex-direction:column;gap:8px}.draw-results-item{display:flex;justify-content:space-between;align-items:center;font-size:14px;background:#132e62ad;border-radius:14px;padding:10px 12px;border:1px solid rgba(86,156,255,.18)}.draw-results-item span{display:block}.draw-results-item .draw-results-order{font-weight:700;font-size:13px;color:#90ceffeb;letter-spacing:.06em}.draw-results-item .draw-results-name{font-weight:600;color:#f4fbff}.draw-results-empty,.draw-results-error{text-align:center;margin-top:80px;font-size:16px;color:#ebf5ffcc}.draw-results-error{color:#ff9b9b}@media (max-width: 960px){.draw-results-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#174dbc73,#04102de6);padding:32px}.login-card{width:min(420px,100%);background:#05122feb;border-radius:24px;padding:32px;border:1px solid rgba(255,255,255,.08);color:#f2f6ff;box-shadow:0 24px 60px #02091c99;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.login-card h1{font-size:26px;margin-bottom:12px}.login-card p{color:#e2eaffc7;margin-bottom:18px}.login-form{display:grid;gap:16px}.login-form label{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#f0f5ffd1}.login-form input{padding:12px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#08183ee6;color:#f8fbff;font-size:15px}.login-form input:focus{outline:1px solid rgba(33,193,255,.6);box-shadow:0 0 0 3px #21c1ff33}.login-form button{margin-top:8px;padding:12px 16px;border-radius:16px;border:none;background:linear-gradient(135deg,#21c1ff,#1b4fb6);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.login-form button:hover{transform:translateY(-2px);box-shadow:0 18px 38px #21c1ff59}.login-form button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.login-error{background:#ff606029;color:#fbb;padding:10px 12px;border-radius:12px;font-size:13px}.login-hint{margin-top:18px;font-size:13px;color:#c8d8ff99;text-align:center}.judge-page{min-height:100vh;padding:24px clamp(20px,6vw,80px) 60px;display:flex;flex-direction:column;gap:20px;color:#f2f6ff}.judge-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-radius:20px;background:#071231d1;border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 36px #020b2280;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.judge-header h1{font-size:28px;margin-bottom:4px}.judge-header p{color:#d2e0ffbf}.judge-actions{display:flex;gap:12px}.judge-actions button,.judge-footer button,.judge-card button{padding:10px 18px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#08183ce6;color:#f1f6ff;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.judge-actions .ghost,.judge-footer .ghost{background:#050f2899}.judge-actions button:hover,.judge-footer button:hover,.judge-card button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #164ab052}.judge-period{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-radius:18px;background:#061638c7;border:1px solid rgba(33,193,255,.22);font-size:14px;color:#d7e6ffd1}.judge-period--warning{border-color:#ffc40073;color:#ffe0aadb}.judge-notice{padding:14px 18px;border-radius:16px;background:#ffcc0029;color:#ffeebaeb}.judge-form{background:#071231d1;border:1px solid rgba(255,255,255,.08);border-radius:22px;overflow:hidden;display:flex;flex-direction:column}.judge-form table{width:100%;border-collapse:collapse}.judge-form thead{background:#081846f2}.judge-form th,.judge-form td{padding:14px 16px;text-align:left;border-bottom:1px solid rgba(255,255,255,.05);font-size:14px}.judge-form th{font-weight:600;letter-spacing:.04em;color:#dce8ffd9}.judge-form td input{width:100%;padding:8px 10px;border-radius:10px;border:1px solid rgba(33,193,255,.18);background:#05122fe6;color:#f4f7ff;font-weight:600}.judge-total{font-weight:700;color:#6bd8ff}.status-tag--draft{background:#ffffff1f;color:#ffffffbf}.status-tag--pending{background:#ffffff14;color:#ffffff8c}.judge-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;background:#030a1ee6}.judge-buttons{display:flex;gap:12px}.judge-buttons .accent{background:linear-gradient(135deg,#21c1ff,#1b4fb6);border-color:#21c1ff66}.judge-hint{color:#dce8ff99;font-size:13px}.judge-toast{position:fixed;bottom:28px;right:28px;padding:12px 20px;border-radius:14px;background:#20acffe6;color:#08162e;font-weight:600;box-shadow:0 18px 36px #073c8073}.judge-card{margin:auto;padding:40px;background:#061432d1;border-radius:24px;border:1px solid rgba(255,255,255,.08);text-align:center}.error-text{color:#ffb5b5;margin:20px 0}.judge-notice--error{background:#f663;color:#ffd3d3}.staff-plan{display:block;margin-top:4px;color:#d2e0ff99;font-size:13px}.staff-toolbar{display:inline-flex;align-items:center;gap:12px;padding:12px 16px;border-radius:16px;background:#061432b3;border:1px solid rgba(255,255,255,.08);width:fit-content}.staff-toolbar label{font-weight:600;color:#dce8ffd9}.staff-toolbar select{padding:8px 12px;border-radius:10px;border:1px solid rgba(33,193,255,.24);background:#05122fe6;color:#f4f7ff;font-weight:600;cursor:pointer}.staff-summary{margin-top:18px;display:flex;flex-wrap:wrap;gap:12px}.staff-chip{min-width:180px;padding:12px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#061432b8;display:flex;flex-direction:column;gap:4px}.staff-chip strong{font-size:14px;color:#f7fbff}.staff-chip span{font-size:13px;color:#dce8ffdb}.staff-chip small{font-size:12px;color:#d7e3ffb3}.staff-view{margin-top:18px}.staff-view table th,.staff-view table td{text-align:left}.staff-view table th small{font-weight:400;color:#d2e0ffb8}.staff-judge-cell{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.staff-score{font-weight:700;color:#6bd8ff;font-size:15px}.staff-score--empty{color:#dce8ff8c}.staff-average{font-weight:700;color:#ffd27f}.staff-judge-school{font-size:12px;color:#d2e0ffad}.staff-judge-cell small{font-size:12px;color:#d2e0ff99}@media (max-width: 960px){.judge-form table,.judge-form thead,.judge-form tbody,.judge-form th,.judge-form td,.judge-form tr{display:block}.judge-form thead{display:none}.judge-form td{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(255,255,255,.05)}.judge-form td:before{content:attr(data-label);color:#c8d8ffbf;font-weight:600}}.admin-layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh;color:#f2f6ff}.admin-sidebar{background:#030a1ee6;border-right:1px solid rgba(255,255,255,.08);padding:32px 24px;display:flex;flex-direction:column;gap:28px;box-shadow:8px 0 24px #0006}.sidebar-header{display:flex;flex-direction:column;gap:8px}.sidebar-title{font-size:18px;font-weight:700;letter-spacing:.08em}.sidebar-user span{font-weight:600}.sidebar-user small{color:#c8d8ffb3}.admin-sidebar nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.admin-sidebar nav li button{width:100%;padding:10px 14px;border-radius:12px;border:1px solid transparent;background:#0e214c99;color:inherit;text-align:left;cursor:pointer;transition:background .2s ease,transform .2s ease,border .2s ease}.admin-sidebar nav li.active button,.admin-sidebar nav li button:hover{background:linear-gradient(135deg,#21c1ff47,#1b4fb647);border-color:#21c1ff66;transform:translate(4px)}.logout-btn{margin-top:auto;padding:10px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.18);background:#08183ccc;color:#f2f6ff;cursor:pointer}.admin-main{padding:32px clamp(20px,6vw,60px) 60px;display:flex;flex-direction:column;gap:24px}.admin-section{background:#061231d4;border-radius:22px;border:1px solid rgba(255,255,255,.08);padding:24px;display:flex;flex-direction:column;gap:18px;box-shadow:0 18px 44px #02091c73}.section-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.section-header span{color:#d7e6ffb3;font-size:13px}.section-actions{display:flex;gap:12px}.section-actions button,.admin-section button{padding:10px 14px;border-radius:14px;border:1px solid rgba(33,193,255,.2);background:#08183ce6;color:#f7faff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.admin-section button:hover{transform:translateY(-1px);box-shadow:0 12px 28px #21c1ff40}.admin-section button.ghost{background:#141c3a99;border-color:#ffffff29}.admin-section button.danger{background:#e65353d9;border-color:#ff787880;color:#fff5f5}.reset-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.reset-card{background:#0c183ca6;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:20px;display:flex;flex-direction:column;gap:12px}.reset-card h3{margin:0;font-size:16px}.reset-card p{margin:0;color:#d7e6ffbf;line-height:1.5;font-size:14px}.score-toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.score-toolbar label{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#d7e6ffd9}.score-toolbar select{padding:8px 12px;border-radius:10px;border:1px solid rgba(33,193,255,.24);background:#05122fe6;color:#f4f7ff;font-weight:600}.score-summary{display:flex;gap:18px;flex-wrap:wrap;padding:10px 14px;border-radius:14px;background:#08184659;border:1px solid rgba(255,255,255,.08)}.score-summary strong{color:#dce8ffe6;margin-right:4px}.score-table th,.score-table td{padding:12px 14px;font-size:14px;text-align:left;border-bottom:1px solid rgba(255,255,255,.06)}.score-table thead{background:#081846d9}.score-judge-header{display:flex;flex-direction:column;gap:4px}.score-judge-header small{color:#d2e0ffb3;font-size:12px}.score-cell{display:flex;flex-direction:column;gap:8px}.score-period{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#d2e0ff99}.score-period small{color:#ffc878cc}.score-inputs{display:flex;gap:10px}.score-inputs label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#dce8ffbf}.score-inputs input{padding:6px 8px;border-radius:8px;border:1px solid rgba(33,193,255,.2);background:#061432e6;color:#f5f8ff}.score-status-row{display:flex;align-items:center;gap:10px}.score-status-row select{padding:6px 10px;border-radius:8px;border:1px solid rgba(33,193,255,.2);background:#05122fe6;color:#f4f7ff}.score-remark{width:100%;padding:6px 8px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#030c20e6;color:#f5f8ff}.score-actions{display:flex;justify-content:space-between;align-items:center;gap:8px}.score-actions button{padding:6px 12px;border-radius:8px}.score-actions small{font-size:12px;color:#d2e0ff99}.admin-alert{padding:12px 18px;border-radius:16px;font-size:14px}.admin-alert--error{background:#ff60602e;color:#ffc7c7}.admin-alert--success{background:#4fd1952e;color:#acf7d6}.admin-alert--info{background:#21c1ff29;color:#aee4ff}.admin-hint{color:#dce8ffb3}.form-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.form-grid label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#d2e0ffc7}.form-grid input,.form-grid select{padding:10px 14px;border-radius:12px;border:1px solid rgba(33,193,255,.2);background:#061437e6;color:#f4f7ff}.form-grid button{padding:12px 18px;border-radius:16px;border:none;background:linear-gradient(135deg,#21c1ff,#1b4fb6);color:#fff;font-weight:600;cursor:pointer}.form-inline{display:flex;gap:12px;align-items:center}.form-inline input{flex:1;padding:10px 14px;border-radius:12px;border:1px solid rgba(33,193,255,.2);background:#061437e6;color:#f4f7ff}.table-wrapper{overflow-x:auto}.table-wrapper table{width:100%;min-width:720px;border-collapse:collapse}.table-wrapper th,.table-wrapper td{padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.06);text-align:left}.table-wrapper th{background:#091a42e6;font-size:13px;letter-spacing:.06em;text-transform:uppercase}.table-wrapper tbody tr:nth-child(odd){background:#08153773}.table-wrapper td.empty{text-align:center;padding:30px 0;color:#d7e6ff99}.table-wrapper td button,.table-wrapper td select,.table-wrapper td input{margin-right:8px}.status-tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.status-tag--submitted{background:#00d4ff2e;color:#66e0ff}.status-tag--locked{background:#52c41a3d;color:#9effc7}.judge-groups-form{display:flex;flex-direction:column;gap:18px}.judge-group-card{background:#061231db;border-radius:18px;border:1px solid rgba(255,255,255,.08);padding:18px;display:flex;flex-direction:column;gap:12px}.judge-group-card header h3{font-size:18px;margin-bottom:4px}.judge-group-card header small{color:#d2e0ffb3}.judge-group-selects{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.judge-group-selects label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#d2e0ffc7}.judge-group-selects select{padding:10px 12px;border-radius:12px;border:1px solid rgba(33,193,255,.2);background:#061437e6;color:#f6f9ff}.judge-group-current{font-size:13px;color:#b4ceffc2}.judge-group-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}@media (max-width: 960px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{flex-direction:row;align-items:center;justify-content:space-between;gap:12px;position:sticky;top:0;z-index:10}.admin-sidebar nav ul{flex-direction:row;flex-wrap:wrap;gap:8px}.admin-sidebar nav li button{padding:8px 12px}.logout-btn{margin-top:0}.admin-main{padding:24px}.table-wrapper table{min-width:unset}}.board-root{min-height:100vh;background:#04122f;color:#f5f8ff;display:flex;flex-direction:column;padding:32px clamp(20px,6vw,80px);font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;position:relative}.board-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.board-title h1{font-size:56px;margin:0;letter-spacing:.08em}.board-title p{margin:8px 0 0;font-size:20px;color:#dcebffbf}.board-controls{display:flex;align-items:center;gap:16px}.board-clock{font-size:32px;letter-spacing:.08em}.board-settings{padding:10px 16px;border-radius:12px;border:1px solid rgba(255,255,255,.2);background:#071a40cc;color:#e6efff;font-size:16px;cursor:pointer}.board-settings-panel{position:absolute;top:32px;right:clamp(20px,6vw,80px);background:#05122eeb;border-radius:18px;border:1px solid rgba(255,255,255,.12);padding:20px;width:280px;z-index:10}.board-settings-panel h2{font-size:20px;margin-bottom:14px}.board-settings-panel ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.board-settings-panel button{width:100%;padding:10px 14px;border-radius:12px;border:1px solid rgba(33,193,255,.2);background:#061437d9;color:#f4f9ff;cursor:pointer}.board-settings-panel button.active,.board-settings-panel button:hover{background:linear-gradient(135deg,#21c1ff61,#1b4fb680)}.board-error,.board-loading{background:#ff60601f;border-radius:16px;padding:16px 20px;color:#ffc2c2;margin-bottom:16px}.board-loading{background:#21c1ff1f;color:#9cdcff}.board-content{display:flex;gap:32px;flex:1}.board-left{flex:1;display:flex;flex-direction:column;gap:24px}.board-section{background:#061437e0;border-radius:24px;border:1px solid rgba(255,255,255,.12);padding:24px 28px;display:flex;flex-direction:column;gap:18px}.board-section-title{font-size:22px;letter-spacing:.12em;color:#b6d6ffd9}.board-current-name{font-size:76px;font-weight:700;letter-spacing:.05em}.board-current-meta,.board-next-meta{font-size:24px;color:#cde1ffd9}.board-current-timer{font-size:28px;color:#69e3ff;letter-spacing:.12em}.board-next-name{font-size:48px;font-weight:600}.board-right{width:340px;background:#051230e0;border-radius:24px;border:1px solid rgba(255,255,255,.1);padding:28px;display:flex;flex-direction:column;gap:18px}.board-right h2{font-size:26px;margin:0}.board-right ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.board-right li{padding:12px 14px;border-radius:14px;background:#0c204cbf;border:1px solid rgba(33,193,255,.18);display:flex;flex-direction:column;gap:4px}.board-queue-name{font-size:20px;font-weight:600}.board-queue-meta{font-size:16px;color:#ccdeffbf}.board-queue-empty{padding:18px;text-align:center;color:#ccdeff99;background:#0c204c80;border-radius:14px}@media (max-width: 1080px){.board-content{flex-direction:column}.board-right{width:100%}.board-current-name{font-size:56px}.board-next-name{font-size:36px}}
