:root{--bg:#050914;--bg2:#07111f;--panel:#ffffff0e;--panel2:#ffffff14;--line:#ffffff1c;--text:#f7fbff;--muted:#91a0b7;--gold:#f5c542;--gold2:#ffde73;--green:#41d68f;--red:#ff647c;--orange:#ffb454;--shadow:0 24px 80px #00000059}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}.panelError{margin-top:16px}.bootScreen,.loginShell{background:radial-gradient(circle at 20% 10%,#f5c54226,#0000 28%),radial-gradient(circle at 80% 20%,#41d68f21,#0000 26%),linear-gradient(135deg,#07111f 0%,#050914 58%,#03060d 100%);place-items:center;min-height:100vh;display:grid}.bootScreen{color:var(--gold);font-size:28px;font-weight:800}.loginGlow{filter:blur(70px);pointer-events:none;background:#f5c54214;width:460px;height:460px;position:fixed;inset:auto auto 12% 50%;transform:translate(-50%)}.loginCard{border:1px solid var(--line);width:430px;max-width:calc(100% - 36px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#08111fd1;border-radius:28px;padding:30px;position:relative}.brandRow{align-items:center;gap:14px;display:flex}.brandMark{background:linear-gradient(145deg, var(--gold), #b98316);color:#111827;border-radius:16px;place-items:center;width:46px;height:46px;font-weight:900;display:grid;box-shadow:0 14px 36px #f5c54238}.brandTitle{font-size:18px;font-weight:850}.brandSubtitle{color:var(--muted);margin-top:3px;font-size:13px}.loginHeader{margin-top:34px}.loginHeader h1,.topbar h1,.panel h2{margin:0}.loginHeader h1{letter-spacing:-.04em;font-size:30px}.loginHeader p,.topbar p,.panelHeader p,.previewCard p{color:var(--muted);line-height:1.5}.loginForm{gap:16px;margin-top:26px;display:grid}.loginForm label{color:#cbd5e1;gap:8px;font-size:14px;display:grid}.loginForm input{border:1px solid var(--line);width:100%;height:48px;color:var(--text);background:#ffffff0e;border-radius:15px;outline:none;padding:0 14px}.primaryBtn{background:linear-gradient(145deg, var(--gold2), var(--gold));color:#131722;border:0;border-radius:15px;height:48px;font-weight:850;box-shadow:0 16px 36px #f5c54233}.primaryBtn:disabled{opacity:.65;cursor:not-allowed}.primaryBtn.small{height:42px;padding:0 16px}.formError{color:#ffc4ce;background:#ff647c1a;border:1px solid #ff647c59;border-radius:14px;padding:12px;font-size:14px}.loginFooter{justify-content:center;gap:8px;margin-top:22px;display:flex}.langBtn{border:1px solid var(--line);color:var(--muted);background:#ffffff0a;border-radius:999px;padding:7px 11px;font-weight:750}.adminShell{background:radial-gradient(circle at top left, #f5c54214, transparent 30%), radial-gradient(circle at top right, #41d68f14, transparent 26%), var(--bg);grid-template-columns:280px 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#07111fdb;flex-direction:column;height:100vh;padding:22px;display:flex;position:sticky;top:0}.sideBrand{align-items:center;gap:13px;display:flex}.sideNav{gap:8px;margin-top:34px;display:grid}.navItem,.logoutBtn{width:100%;color:var(--muted);text-align:left;background:0 0;border:1px solid #0000;border-radius:16px;align-items:center;gap:11px;padding:13px 14px;display:flex}.navItem:hover,.logoutBtn:hover{color:var(--text);background:#ffffff0e}.navItem.active{color:var(--gold);background:#f5c5421f;border-color:#f5c54238}.sideFooter{gap:12px;margin-top:auto;display:grid}.adminMini{border:1px solid var(--line);background:#ffffff0a;border-radius:18px;align-items:center;gap:12px;padding:12px;display:flex}.adminAvatar{width:38px;height:38px;color:var(--gold);background:#f5c54224;border-radius:50%;place-items:center;font-weight:900;display:grid}.adminName{font-weight:800}.adminRole{color:var(--muted);font-size:12px}.content{padding:28px}.topbar{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:24px;display:flex}.topbar h1{letter-spacing:-.045em;font-size:34px}.topbar p{margin:8px 0 0}.topActions{border:1px solid var(--line);color:var(--muted);background:#ffffff0a;border-radius:999px;align-items:center;gap:8px;padding:7px;display:flex}.statsGrid{grid-template-columns:repeat(4,minmax(160px,1fr));gap:16px;display:grid}.statCard,.panel,.previewCard{border:1px solid var(--line);background:var(--panel);border-radius:24px;box-shadow:0 18px 60px #0000002e}.statCard{padding:20px}.statTop{color:var(--muted);align-items:center;gap:10px;font-size:14px;display:flex}.statIcon{width:38px;height:38px;color:var(--gold);background:#f5c5421c;border-radius:14px;place-items:center;display:grid}.statValue{letter-spacing:-.05em;margin-top:18px;font-size:38px;font-weight:900}.statHint{color:var(--muted);margin-top:5px;font-size:13px}.panelHeader{justify-content:space-between;align-items:center;gap:16px;display:flex}.panelHeader h2{font-size:22px}.panelHeader p{max-width:780px;margin:7px 0 0}.emptyState{border:1px dashed var(--line);min-height:160px;color:var(--muted);border-radius:20px;place-items:center;margin-top:18px;display:grid}.contestPreview{grid-template-columns:1.3fr 1fr;gap:16px;margin-top:18px;display:grid}.previewCard{padding:20px}.previewCard h3{margin:14px 0 0}.previewCard p{margin:8px 0 0}.mutedCard{opacity:.78}.statusPill{border-radius:999px;width:fit-content;padding:7px 10px;font-size:12px;font-weight:850}.statusPill.review{color:var(--orange);background:#ffb45421}.statusPill.pending{color:#bfcada;background:#91a0b721}.previewMeta{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.previewMeta span{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:8px 10px;font-size:13px}@media (width<=980px){.adminShell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.statsGrid,.contestPreview{grid-template-columns:1fr}.topbar,.panelHeader{flex-direction:column;align-items:stretch}}.dashboardInlineBtn,.dashboardScannerBtn{color:#ffe09a;background:linear-gradient(145deg,#f3b51b16,#f3b51b06),#ffffff06;border:1px solid #f3b51b38;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-weight:850;display:inline-flex;box-shadow:inset 0 1px #ffffff0a,0 10px 24px #00000024}.dashboardInlineBtn:hover,.dashboardScannerBtn:hover{color:#fff2d8;background:linear-gradient(145deg,#f3b51b22,#f3b51b0a),#ffffff09;border-color:#f3b51b6b;transform:translateY(-1px)}.dashboardScannerBtn{width:100%}.dashboardStatsGrid .statCard{background:radial-gradient(circle at 88% 12%,#f3b51b2e,#0000 34%),linear-gradient(145deg,#ffffff12,#ffffff05),#080d15e0;border-color:#f3b51b26;min-height:150px;padding:22px 24px;box-shadow:0 22px 62px #00000042,inset 0 1px #ffffff0d}.dashboardStatsGrid .statCard:hover{border-color:#f3b51b42;transform:translateY(-2px);box-shadow:0 28px 76px #00000052,0 0 0 1px #f3b51b0f,inset 0 1px #ffffff0f}.dashboardStatsGrid .statCard:after{opacity:.82;background:linear-gradient(#f3b51b57,#f3b51b0a);width:140px;height:58px;bottom:18px;right:18px}.dashboardStatsGrid .statIcon{background:linear-gradient(145deg,#f3b51b38,#f3b51b11),#ffffff09;border:1px solid #f3b51b2e;border-radius:15px;width:44px;height:44px}.dashboardStatsGrid .statValue{margin-top:22px;font-size:44px}.dashboardActivityPanel,.dashboardEventsPanel,.dashboardRecentPanel,.dashboardScannerPanel{background:radial-gradient(circle at 88% 8%,#f3b51b1a,#0000 30%),linear-gradient(145deg,#ffffff0e,#ffffff04),#080d15e0;border-color:#f3b51b24;box-shadow:0 24px 72px #00000047,inset 0 1px #ffffff0b}.dashboardActivityPanel,.dashboardEventsPanel{min-height:430px}.dashboardRecentPanel,.dashboardScannerPanel{min-height:235px}.dashboardActivityPanel .panelHeader,.dashboardEventsPanel .panelHeader,.dashboardRecentPanel .panelHeader,.dashboardScannerPanel .panelHeader{margin-bottom:18px}.dashboardActivityPanel .panelHeader h2,.dashboardEventsPanel .panelHeader h2,.dashboardRecentPanel .panelHeader h2,.dashboardScannerPanel .panelHeader h2{color:#fff2d8;text-shadow:0 0 22px #f3b51b14;font-size:25px}.dashboardEventsList,.dashboardContestList{gap:12px}.dashboardEventItem,.dashboardContestRow{background:linear-gradient(145deg,#ffffff0d,#ffffff04),#090f18db;border:1px solid #ffffff12;border-radius:18px;box-shadow:0 14px 34px #0000002b,inset 0 1px #ffffff07}.dashboardEventItem:hover,.dashboardContestRow:hover{background:linear-gradient(145deg,#f3b51b12,#ffffff04),#090f18f0;border-color:#f3b51b2e}.dashboardEventIcon{background:linear-gradient(145deg,#f3b51b38,#f3b51b0f),#ffffff09;border:1px solid #f3b51b26;box-shadow:0 10px 26px #f3b51b14}.dashboardContestRow{min-height:72px;padding:15px 18px}.dashboardContestRow .statusPill{border-radius:999px;justify-content:center;min-width:92px}.dashboardInlineBtn{border-color:#f3b51b33;min-width:210px}.dashboardScannerBtn{border-color:#f3b51b33;border-radius:14px;min-height:46px}.dashboardScannerList>div{border-bottom:1px solid #ffffff12;min-height:54px}.dashboardChart{background:linear-gradient(#ffffff05,#ffffff02);border-radius:18px;height:292px;margin-top:18px}.dashboardChart:after{opacity:.9}:root{--bg:#05080d;--bg2:#08111c;--panel:#0f1620d6;--panel2:#141d2aeb;--panel3:#ffffff0b;--line:#ffd55c21;--line2:#ffffff14;--text:#f7f3e8;--muted:#9ba8ba;--muted2:#687485;--gold:#f3b51b;--gold2:#ffd565;--gold3:#9f6f08;--accent:#f3b51b;--green:#43d17d;--red:#f45f6f;--orange:#f5a524;--blue:#4d8dff;--shadow:0 28px 90px #0000006b;--softShadow:0 18px 48px #00000047;--radius:22px;--radius2:28px}html{background:var(--bg)}body{color:var(--text);letter-spacing:-.01em;background:radial-gradient(circle at 8% 88%,#f3b51b2e,#0000 23%),radial-gradient(circle at 96% 4%,#f3b51b12,#0000 26%),radial-gradient(circle at 48% -12%,#ffd5650b,#0000 33%),linear-gradient(135deg,#05080d 0%,#07111b 48%,#04070c 100%)}button,input,select,textarea{font:inherit}button{transition:background .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s}button:hover{transform:translateY(-1px)}.adminShell{background:linear-gradient(90deg,#f3b51b12 0,#0000 1px) 292px 0/1px 100% no-repeat,radial-gradient(circle at 4% 88%,#f3b51b2e,#0000 21%),radial-gradient(circle at 82% 10%,#f3b51b0f,#0000 24%),linear-gradient(135deg,#05080d 0%,#07111b 44%,#04070c 100%);grid-template-columns:292px 1fr;min-height:100vh}.sidebar{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:radial-gradient(circle at -15% 78%,#f3b51b3b,#0000 34%),linear-gradient(#090f18fa,#060b12f5);border-right:1px solid #ffd55c1f;padding:26px 18px 22px;position:sticky;overflow:hidden}.sidebar:before{content:"";pointer-events:none;filter:blur(2px);opacity:.75;background:radial-gradient(#f3b51b3d,#0000 55%),linear-gradient(25deg,#0000 30%,#f3b51b47,#0000 57%);width:360px;height:190px;position:absolute;bottom:34px;left:-90px}.sidebar:after{content:"";pointer-events:none;background:linear-gradient(115deg,#0000 0 78%,#f3b51b09 82%,#0000 100%);position:absolute;inset:0}.sidebar>*{z-index:1;position:relative}.sideBrand{min-height:54px}.brandMark{color:#080b10;background:linear-gradient(145deg,#f5c542,#b77a05);border-radius:15px;width:48px;height:48px;font-weight:950;box-shadow:0 18px 42px #f3b51b3d,inset 0 1px #ffffff61}.brandTitle{color:#fff6df;letter-spacing:-.04em;font-size:17px;font-weight:900}.brandSubtitle{color:var(--muted2)}.sideNav{gap:9px;margin-top:38px}.navItem,.logoutBtn{color:#95a2b4;border-radius:16px;min-height:48px}.navItem svg,.logoutBtn svg{color:currentColor}.navItem:hover,.logoutBtn:hover{color:#fff2d4;background:#ffffff0b;border-color:#ffd55c24}.navItem.active{color:var(--gold2);box-shadow:inset 3px 0 0 var(--gold), 0 12px 34px #f3b51b14;background:linear-gradient(90deg,#f3b51b2e,#f3b51b0b);border-color:#f3b51b57;position:relative}.sideFooter{gap:13px}.adminMini{background:linear-gradient(135deg,#ffffff0e,#ffffff06);border-color:#ffd55c21;border-radius:20px;box-shadow:0 16px 40px #0003}.adminAvatar{color:var(--gold2);background:radial-gradient(circle at 35% 25%,#ffeb9666,#0000 35%),linear-gradient(145deg,#f3b51b47,#f3b51b1a)}.adminName{color:#fff6df}.content{width:100%;max-width:1660px;padding:34px 36px 44px}.topbar{align-items:center;margin-bottom:28px}.topbar h1{color:#fff6df;letter-spacing:-.07em;text-shadow:0 12px 40px #00000059;font-size:clamp(30px,2.3vw,46px);font-weight:950;line-height:1.05}.topbar p{color:#a7b3c4;font-size:15px}.topActions{background:#080e16bd;border-color:#ffd55c1f;box-shadow:inset 0 1px #ffffff0b}.langBtn{color:#9aa7b8}.langBtn.active{color:var(--gold2);background:linear-gradient(145deg,#f3b51b38,#f3b51b14);border-color:#f3b51b73}.statCard,.panel,.previewCard,.detailsCard,.participantsTableWrap{box-shadow:var(--softShadow), inset 0 1px 0 #ffffff0b;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,#ffffff10,#ffffff06),#0a1019bd;border:1px solid #ffd55c1c}.statCard,.panel,.previewCard{border-radius:var(--radius2)}.statCard{min-height:132px;padding:22px 24px;position:relative;overflow:hidden}.statCard:after{content:"";opacity:.85;clip-path:polygon(0 70%,18% 60%,32% 72%,48% 35%,64% 53%,82% 18%,100% 8%,100% 100%,0 100%);filter:drop-shadow(0 0 12px #f3b51b2e);background:linear-gradient(90deg,#0000,#f3b51bb8),linear-gradient(160deg,#0000 45%,#f3b51b40 46% 54%,#0000 55%);width:110px;height:34px;position:absolute;bottom:22px;right:22px}.statCard:hover{border-color:#f3b51b47;box-shadow:0 24px 70px #0000005c,0 0 0 1px #f3b51b0f}.statTop{z-index:1;color:#a9b4c4;position:relative}.statIcon{color:var(--gold2);background:radial-gradient(circle at 35% 25%,#ffe68c38,#0000 38%),#f3b51b1c;border:1px solid #f3b51b21}.statValue{z-index:1;color:#fff9eb;font-size:39px;font-weight:950;position:relative}.statHint{z-index:1;color:#a1acbd;position:relative}.panel{margin-top:22px;padding:25px}.panelHeader h2,.panelHeader h3,.detailsCard h3,.previewCard h3{color:#fff4db;letter-spacing:-.035em}.panelHeader p,.formTitleRow p,.previewCard p{color:#9daabc}.emptyState{color:#8693a5;background:linear-gradient(145deg,#ffffff08,#ffffff04);border-color:#ffd55c1c}.primaryBtn,.ghostBtn,.dangerBtn{min-height:42px;font:inherit;border:1px solid #0000;border-radius:13px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:850;line-height:1;text-decoration:none;transition:border-color .18s,background .18s,box-shadow .18s,color .18s,transform .18s;display:inline-flex}.primaryBtn{color:#0b0d12;background:linear-gradient(145deg,#ffdd72,#f3b51b 58%,#cb8708);border:1px solid #ffe27866;box-shadow:0 16px 40px #f3b51b38,inset 0 1px #ffffff6b}.primaryBtn:hover:not(:disabled){box-shadow:0 20px 54px #f3b51b52,inset 0 1px #ffffff73}.ghostBtn{color:#f3ead5;background:linear-gradient(145deg,#ffffff0f,#ffffff06);border-color:#ffffff1a}.ghostBtn:hover{color:var(--gold2);background:#f3b51b17;border-color:#f3b51b4d}.dangerBtn{color:#ffb8c1;background:#f45f6f1a;border-color:#f45f6f5c}.dangerBtn:hover{background:#f45f6f29;border-color:#f45f6f8c}.loginForm label{color:#cfd8e6}.loginForm input{color:var(--text);background:linear-gradient(145deg,#ffffff0e,#ffffff06);border-color:#ffffff1b}.loginForm input::placeholder{color:#667386}.loginForm input:focus{border-color:#f3b51b8c;box-shadow:0 0 0 4px #f3b51b14,0 12px 34px #0000003d}.statusPill{border:1px solid #0000;font-weight:900}.statusPill.valid{color:#74eca8;background:#43d17d21;border-color:#43d17d40}.statusPill.review,.statusPill.pending{color:var(--gold2);background:#f3b51b1f;border-color:#f3b51b47}.statusPill.invalid{color:#ff9da8;background:#f45f6f1c;border-color:#f45f6f42}.detailsCard{border-radius:22px}.infoTable a,.panelHeader a,.previewMeta a{color:var(--gold2)}.infoTable div,.conditionList div{border-bottom-color:#ffffff13}.infoTable span,.conditionList span{color:#9daabc}.teamGrid div{background:linear-gradient(145deg,#ffffff0e,#ffffff06);border-color:#ffd55c1a}.scanStats span,.previewMeta span{background:#ffffff07;border-color:#ffd55c1f}.participantsTableWrap{border-radius:22px}.participantsTable th{color:#aab5c6;background:#ffffff0b;border-bottom:1px solid #ffd55c1f}.participantsTable td{border-bottom-color:#ffffff12}.participantsTable tr:hover td{background:#f3b51b06}.predictionList span{color:#fff3d1;background:#f3b51b17;border-color:#f3b51b47}.filterChip{color:#98a5b7;background:#ffffff09;border-color:#ffffff1a}.filterChip:hover,.filterChip.active{color:var(--gold2);background:#f3b51b1f;border-color:#f3b51b80}.bootScreen,.loginShell{background:radial-gradient(circle at 25% 14%,#f3b51b29,#0000 28%),radial-gradient(circle at 78% 76%,#f3b51b1a,#0000 30%),linear-gradient(135deg,#05080d 0%,#07111b 54%,#04070c 100%)}.loginGlow{background:#f3b51b21}.loginCard{box-shadow:var(--shadow);background:linear-gradient(145deg,#ffffff12,#ffffff06),#080e16d6;border-color:#ffd55c24}.loginHeader h1{color:#fff6df}@media (width<=1180px){.adminShell{background:radial-gradient(circle at 4% 88%,#f3b51b21,#0000 24%),linear-gradient(135deg,#05080d 0%,#07111b 44%,#04070c 100%);grid-template-columns:250px 1fr}.content{padding:28px 24px 38px}.statsGrid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (width<=980px){.adminShell{display:block}.sidebar{height:auto;position:relative}.content{padding:24px 18px 34px}.topbar{align-items:stretch}}@media (width<=640px){.statsGrid{grid-template-columns:1fr}.topbar h1{font-size:30px}.statCard:after{opacity:.45}}.dashboardStatsGrid{margin-bottom:22px}.dashboardGrid{grid-template-columns:minmax(0,1.32fr) minmax(360px,.88fr);align-items:stretch;gap:22px;display:grid}.dashboardBottomGrid{grid-template-columns:minmax(0,1.45fr) minmax(340px,.55fr);gap:22px;margin-top:22px;display:grid}.dashboardActivityPanel,.dashboardEventsPanel,.dashboardRecentPanel,.dashboardScannerPanel{margin-top:0}.dashboardPeriodBadge{color:var(--gold2);background:#ffffff09;border:1px solid #ffd55c29;border-radius:13px;padding:9px 13px;font-size:13px;font-weight:850}.dashboardChart{align-items:end;gap:7px;height:280px;margin-top:26px;padding:18px 10px 0;display:flex;position:relative;overflow:hidden}.dashboardChart:before{content:"";pointer-events:none;background:linear-gradient(#ffffff0b 1px,#0000 1px) 0 0/100% 25%,linear-gradient(90deg,#ffffff09 1px,#0000 1px) 0 0/12.5% 100%;position:absolute;inset:0 0 24px;-webkit-mask-image:linear-gradient(#0000,#000 12% 88%,#0000);mask-image:linear-gradient(#0000,#000 12% 88%,#0000)}.dashboardChart:after{content:"";clip-path:polygon(0 78%,10% 60%,20% 67%,30% 40%,40% 55%,50% 35%,60% 48%,70% 21%,80% 37%,90% 18%,100% 10%,100% 100%,0 100%);pointer-events:none;background:linear-gradient(#f3b51b33,#f3b51b05),radial-gradient(circle at 70% 18%,#ffd55c52,#0000 20%);height:62%;position:absolute;bottom:25px;left:12px;right:12px}.dashboardChartPoint{z-index:1;height:var(--point);opacity:.18;background:linear-gradient(#ffd55cb3,#f3b51b0d);border-radius:999px 999px 0 0;flex:1;min-height:18px;position:relative}.dashboardChartPoint span{background:var(--gold2);border-radius:999px;width:8px;height:8px;position:absolute;top:-4px;left:50%;transform:translate(-50%);box-shadow:0 0 18px #f3b51ba6}.dashboardEventsList{gap:12px;margin-top:20px;display:grid}.dashboardEventItem{background:#ffffff07;border-radius:16px;grid-template-columns:44px 1fr;align-items:center;gap:13px;padding:12px;display:grid}.dashboardEventIcon{width:42px;height:42px;color:var(--gold2);background:#f3b51b1c;border-radius:14px;place-items:center;display:grid}.dashboardEventIcon.success{color:#74eca8;background:#43d17d1c}.dashboardEventItem strong{color:#fff4dc;font-size:14px;display:block}.dashboardEventItem span{color:#8f9cad;margin-top:4px;font-size:13px;display:block}.dashboardEmptyCompact{color:#8490a2;border:1px dashed #ffd55c21;border-radius:18px;place-items:center;min-height:132px;margin-top:18px;display:grid}.dashboardInlineBtn,.dashboardScannerBtn{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.dashboardContestList{gap:10px;margin-top:20px;display:grid}.dashboardContestRow{color:#dce4ef;text-align:left;background:#ffffff07;border:1px solid #ffffff13;border-radius:16px;grid-template-columns:minmax(220px,1fr) auto minmax(150px,auto) 22px;align-items:center;gap:14px;width:100%;padding:14px 16px;display:grid}.dashboardContestRow:hover{background:#f3b51b0e;border-color:#f3b51b47}.dashboardContestRow strong{color:#fff4dc;font-size:14px;display:block}.dashboardContestRow span{color:#8f9cad;font-size:13px}.dashboardContestRow .statusPill{color:inherit}.dashboardScannerList{gap:11px;margin-top:20px;display:grid}.dashboardScannerList>div{color:#97a4b6;border-bottom:1px solid #ffffff12;grid-template-columns:22px 1fr auto;align-items:center;gap:10px;padding:12px 0;display:grid}.dashboardScannerList>div:first-child{grid-template-columns:22px 1fr}.dashboardScannerList strong{color:#f5edda}.dashboardScannerDot{background:#43d17d;border-radius:999px;width:10px;height:10px;display:inline-block;box-shadow:0 0 18px #43d17db3}.dashboardScannerBtn{justify-content:center;width:100%;margin-top:22px}@media (width<=1180px){.dashboardGrid,.dashboardBottomGrid{grid-template-columns:1fr}.dashboardChart{height:230px}}@media (width<=720px){.dashboardContestRow{grid-template-columns:1fr}.dashboardInlineBtn{justify-content:center;width:100%}}*{scrollbar-width:thin;scrollbar-color:#f3b51b80 #ffffff09}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#ffffff08}::-webkit-scrollbar-thumb{background:linear-gradient(#ffd55cf2,#9c6708e0);border:2px solid #070c13f2;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#ffe08a,#f3b51b)}::-webkit-scrollbar-corner{background:0 0}.xWorkspace{background:radial-gradient(circle at 88% 4%,#f3b51b14,#0000 28%),linear-gradient(145deg,#ffffff09,#ffffff03),#070c13d1;border-radius:26px;grid-template-columns:minmax(0,1fr) 360px;gap:0;min-height:760px;margin-top:26px;display:grid;overflow:hidden;box-shadow:0 28px 90px #00000047,inset 0 1px #ffffff09}.xWorkspaceMain{min-width:0;padding:28px 28px 26px}.xContextRail{background:linear-gradient(#ffffff09,#ffffff03),#04080d61;border-left:1px solid #ffffff0f;min-width:0;padding:28px 26px}.xScanHeader{border-bottom:1px solid #fff1;grid-template-columns:minmax(220px,.78fr) minmax(360px,1fr) auto;align-items:center;gap:26px;padding-bottom:24px;display:grid}.xScanStatus{color:#ffd76b;align-items:center;gap:7px;font-size:13px;font-weight:900;display:inline-flex}.xScanStatus:before{content:"";background:currentColor;border-radius:50%;width:8px;height:8px;box-shadow:0 0 18px}.xScanStatus.completed{color:#5ee28f}.xScanHeader h3{color:#fff4dd;letter-spacing:-.04em;margin-top:10px;font-size:30px;font-weight:950}.xScanHeader p{color:#9ba7b8;margin-top:6px}.xScanMetrics{grid-template-columns:repeat(5,minmax(72px,1fr));display:grid}.xScanMetrics div{border-left:1px solid #ffffff14;padding:0 18px}.xScanMetrics span{color:#96a2b3;font-size:12px;font-weight:800;display:block}.xScanMetrics strong{color:#fff3d7;margin-top:8px;font-size:19px;font-weight:950;display:block}.xDangerLineBtn{color:#ff9aa8;background:#f45f6f13;border:1px solid #f45f6f57;border-radius:10px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 18px;font-weight:900;display:inline-flex}.xDangerLineBtn:hover{background:#f45f6f21}.xWorkspaceTabs{border-bottom:1px solid #ffffff0f;gap:28px;margin-top:24px;display:flex}.xWorkspaceTabs button,.xFilterLine button{color:#9aa6b6;background:0 0;border:0;border-radius:0;padding:0 0 12px;font-weight:900;position:relative}.xWorkspaceTabs button:after,.xFilterLine button:after{content:"";background:var(--gold);height:2px;transition:right .18s;position:absolute;bottom:-1px;left:0;right:100%}.xWorkspaceTabs button.active,.xWorkspaceTabs button:hover,.xFilterLine button.active,.xFilterLine button:hover{color:#ffe09a;transform:none}.xWorkspaceTabs button.active:after,.xFilterLine button.active:after{right:0}.xParticipantToolbar{justify-content:space-between;align-items:center;gap:18px;margin-top:22px;display:flex}.xFilterLine{flex-wrap:wrap;align-items:center;gap:22px;display:flex}.xFilterSeparator{background:#ffffff17;width:1px;height:18px}.xSearchBox{color:#8f9bad;background:#ffffff07;border:1px solid #ffffff13;border-radius:10px;align-items:center;gap:10px;min-width:280px;height:42px;padding:0 14px;display:flex}.xSearchBox input{color:#f2eadc;background:0 0;border:0;outline:0;width:100%}.xSearchBox input::placeholder{color:#6f7b8c}.xParticipantsScroll{scrollbar-width:thin;scrollbar-color:#f3b51bb8 #ffffff09;height:560px;margin-top:18px;overflow:auto}.xParticipantsScroll::-webkit-scrollbar{width:10px;height:10px}.xParticipantsScroll::-webkit-scrollbar-track{background:#ffffff08}.xParticipantsScroll::-webkit-scrollbar-thumb{background:linear-gradient(#ffdc70,#9f6f08);border:2px solid #070c13f2;border-radius:999px}.xParticipantsTable{border-collapse:collapse;width:100%}.xParticipantsTable thead th{z-index:2;color:#8f9bad;letter-spacing:.08em;text-align:left;text-transform:uppercase;background:#070c13f5;padding:14px;font-size:11px;font-weight:950;position:sticky;top:0}.xParticipantsTable tbody tr{cursor:pointer;transition:background .16s}.xParticipantsTable tbody tr:hover{background:#ffffff06}.xParticipantsTable td{color:#d5deea;vertical-align:top;border-top:1px solid #ffffff0e;padding:16px 14px}.xParticipantIdentity{grid-template-columns:42px 1fr;align-items:center;gap:12px;min-width:210px;display:grid}.xParticipantAvatar{object-fit:cover;background:radial-gradient(circle at 35% 20%,#ffe89652,#0000 36%),linear-gradient(145deg,#f3b51b73,#61460cdb);border-radius:50%;width:42px;height:42px;box-shadow:0 10px 28px #0000004d,inset 0 1px #ffffff21}.xParticipantAvatar.fallback{color:#ffe7a6;place-items:center;font-weight:950;display:grid}.xParticipantIdentity a,.xSelectedUserTop a{color:#ffd765;font-weight:950;text-decoration:none}.xParticipantIdentity span,.xSelectedUserTop span{color:#7d8999;margin-top:3px;font-size:12px;display:block}.xStatusText{color:#aeb9c8;text-transform:lowercase;align-items:center;gap:8px;font-weight:950;display:inline-flex}.xStatusText:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}.xStatusText.valid{color:#5ee28f}.xStatusText.invalid{color:#ff6f80}.xStatusText.review{color:#ffd15d}.xChecksCompact,.xRailChecks{flex-wrap:wrap;gap:8px;display:flex}.xCheckValue{color:#8f9bad;align-items:center;gap:5px;font-size:12px;font-weight:900;display:inline-flex}.xCheckValue b{color:#ff6f80}.xCheckValue.ok b{color:#5ee28f}.xPredictionTextList{gap:4px;display:grid}.xPredictionTextList span{color:#ffe09a;font-weight:900}.xPredictionTextList span:before{content:"•";color:var(--gold);margin-right:8px}.xReasonPreview{color:#aeb9c8;max-width:240px;line-height:1.45}.xCommentPreview a,.xRailAction{color:#ffd765;align-items:center;gap:7px;margin-bottom:7px;font-weight:950;text-decoration:none;display:inline-flex}.xCommentPreview p,.xRailSection p{color:#d5deea;margin:0;line-height:1.48}.xMuted{color:#778393}.xTableEmpty,.xRailEmpty{color:#7f8b9b;place-items:center;min-height:260px;display:grid}.xRailEmpty{text-align:center;gap:12px}.xRailSection{border-bottom:1px solid #ffffff12;padding:18px 0}.xRailSection:first-child{padding-top:0}.xRailSection h4{color:#fff3d7;margin:0 0 12px;font-size:14px;font-weight:950}.xSelectedUserTop{grid-template-columns:46px 1fr;align-items:center;gap:13px;margin-bottom:14px;display:grid}.xRailAction{background:#f3b51b14;border:1px solid #f3b51b3d;border-radius:10px;justify-content:center;width:100%;min-height:42px;margin-top:16px;margin-bottom:0}.xRailSection.meta div{color:#8d98a8;grid-template-columns:1fr auto;gap:12px;padding:9px 0;display:grid}.xRailSection.meta strong{color:#dce4ef;text-align:right;font-size:12px}@media (width<=1360px){.xWorkspace{grid-template-columns:1fr}.xContextRail{border-top:1px solid #ffffff0f;border-left:0}.xScanHeader{grid-template-columns:1fr}}@media (width<=860px){.xWorkspaceMain,.xContextRail{padding:20px}.xParticipantToolbar{flex-direction:column;align-items:stretch}.xSearchBox{min-width:0}.xParticipantsScroll{height:520px}.xScanMetrics{grid-template-columns:repeat(2,1fr)}}.xWorkspace{grid-template-columns:minmax(0,1fr) 390px}.xParticipantsScroll{height:600px;overflow:auto}.xParticipantsTable{table-layout:fixed;min-width:1040px}.xParticipantsTable td{height:92px;padding-top:14px;padding-bottom:14px}.xParticipantsTable tbody tr.selected{background:linear-gradient(90deg,#f3b51b1c,#f3b51b05)}.xParticipantIdentity,.xParticipantIdentity>div:last-child{min-width:0}.xParticipantIdentity a{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.xParticipantIdentity span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.xReasonPreview{color:#aeb9c8;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:none;line-height:1.45;display:-webkit-box;overflow:hidden}.xCommentPreview p{color:#d5deea;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:58px;line-height:1.45;display:-webkit-box;overflow:hidden}.xCheckValue{white-space:nowrap}.xContextRail{scrollbar-width:thin;scrollbar-color:#f3b51bb8 #ffffff09;max-height:calc(100vh - 36px);position:sticky;top:0;overflow:auto}.xContextRail::-webkit-scrollbar{width:9px}.xContextRail::-webkit-scrollbar-track{background:#ffffff08}.xContextRail::-webkit-scrollbar-thumb{background:linear-gradient(#ffdc70,#9f6f08);border:2px solid #070c13f2;border-radius:999px}.xSelectedUserTop,.xSelectedUserTop>div:last-child{min-width:0}.xSelectedUserTop a{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.xScanHeader{grid-template-columns:minmax(220px,.7fr) minmax(460px,1fr) auto}.xScanMetrics div{padding:0 14px}.xScanMetrics span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (width<=1500px){.xWorkspace{grid-template-columns:minmax(0,1fr) 360px}.xParticipantsTable{min-width:980px}.xParticipantsTable th:first-child,.xParticipantsTable td:first-child{width:220px}.xParticipantsTable th:nth-child(6),.xParticipantsTable td:nth-child(6){width:230px}}@media (width<=1360px){.xWorkspace{grid-template-columns:1fr}.xContextRail{max-height:none;position:static}}.xWorkspace{grid-template-columns:minmax(0,1fr) 390px;overflow:hidden}.xWorkspaceMain{min-width:0;overflow:hidden}.xScanHeader{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title action""metrics metrics";align-items:start;gap:18px 22px;display:grid}.xScanHeader>div:first-child{grid-area:title;min-width:0}.xScanMetrics{grid-area:metrics;grid-template-columns:repeat(5,minmax(0,1fr));width:100%;padding-top:10px;display:grid}.xDangerLineBtn{white-space:nowrap;grid-area:action;align-self:start}.xScanMetrics div{min-width:0;padding:0 14px}.xScanMetrics div:first-child{border-left:0;padding-left:0}.xScanMetrics span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.xParticipantsScroll{width:100%;height:600px;overflow:hidden auto}.xParticipantsTable th,.xParticipantsTable td{box-sizing:border-box}.xParticipantsTable th:nth-child(5),.xParticipantsTable td:nth-child(5){width:20%}.xParticipantIdentity{grid-template-columns:38px minmax(0,1fr);gap:11px;min-width:0}.xParticipantAvatar{width:38px;height:38px}.xStatusText{white-space:nowrap}.xChecksCompact{grid-template-columns:repeat(3,max-content);gap:4px 7px;display:grid}.xCheckValue{white-space:nowrap;font-size:11px}.xPredictionTextList span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.xCommentPreview{max-width:100%}.xCommentPreview a{white-space:nowrap;margin-bottom:0}.xCommentPreview p{display:none}@media (width<=1550px){.xWorkspace{grid-template-columns:minmax(0,1fr) 360px}.xParticipantsTable th:first-child,.xParticipantsTable td:first-child{width:25%}.xParticipantsTable th:nth-child(2),.xParticipantsTable td:nth-child(2){width:10%}.xParticipantsTable th:nth-child(3),.xParticipantsTable td:nth-child(3){width:12%}.xParticipantsTable th:nth-child(4),.xParticipantsTable td:nth-child(4){width:19%}.xParticipantsTable th:nth-child(5),.xParticipantsTable td:nth-child(5){width:22%}.xParticipantsTable th:nth-child(6),.xParticipantsTable td:nth-child(6){width:12%}.xParticipantsTable td{padding-left:10px;padding-right:10px}.xScanMetrics div{padding:0 10px}.xDangerLineBtn{padding:0 14px}}@media (width<=1360px){.xWorkspace{grid-template-columns:1fr}.xScanHeader{grid-template-columns:minmax(0,1fr);grid-template-areas:"title""metrics""action"}.xDangerLineBtn{width:max-content}.xParticipantsScroll{height:560px}}@media (width<=900px){.xScanMetrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 0}.xScanMetrics div:nth-child(odd){border-left:0;padding-left:0}.xParticipantsTable th:nth-child(3),.xParticipantsTable td:nth-child(3),.xParticipantsTable th:nth-child(5),.xParticipantsTable td:nth-child(5){display:none}.xParticipantsTable th:first-child,.xParticipantsTable td:first-child{width:38%}.xParticipantsTable th:nth-child(2),.xParticipantsTable td:nth-child(2){width:18%}.xParticipantsTable th:nth-child(4),.xParticipantsTable td:nth-child(4){width:28%}.xParticipantsTable th:nth-child(6),.xParticipantsTable td:nth-child(6){width:16%}}.xWorkspace{max-width:100%;overflow:hidden;grid-template-columns:minmax(0,1fr)!important}.xWorkspace.hasRail{grid-template-columns:minmax(0,1fr) 390px!important}.xWorkspaceMain{min-width:0;max-width:100%;overflow:hidden}.xContextRail{min-width:0;max-width:390px}.xScanHeader{grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"title action""metrics metrics"!important}.xDangerLineBtn{white-space:normal;grid-area:action;max-width:220px;line-height:1.2}.xScanMetrics{grid-area:metrics;grid-template-columns:repeat(5,minmax(0,1fr))}.xParticipantsScroll{width:100%;max-width:100%;height:600px;overflow-y:auto;overflow-x:hidden!important}.xParticipantsTable{table-layout:fixed;width:100%;min-width:0!important}.xParticipantsTable th,.xParticipantsTable td{overflow:hidden}.xParticipantsTable th:first-child,.xParticipantsTable td:first-child{width:22%}.xParticipantsTable th:nth-child(2),.xParticipantsTable td:nth-child(2){width:10%}.xParticipantsTable th:nth-child(3),.xParticipantsTable td:nth-child(3){width:12%}.xParticipantsTable th:nth-child(4),.xParticipantsTable td:nth-child(4),.xParticipantsTable th:nth-child(5),.xParticipantsTable td:nth-child(5){width:18%}.xParticipantsTable th:nth-child(6),.xParticipantsTable td:nth-child(6){width:20%}.xParticipantsTable td{height:96px;padding:14px 12px}.xParticipantsTable tbody tr.selected{box-shadow:inset 3px 0 0 var(--gold);background:linear-gradient(90deg,#f3b51b1b,#f3b51b05)}.xParticipantIdentity{grid-template-columns:38px minmax(0,1fr);min-width:0}.xParticipantIdentity>div:last-child{min-width:0}.xParticipantIdentity a,.xParticipantIdentity span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.xPredictionTextList{max-width:100%}.xPredictionTextList span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.xReasonPreview{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;line-height:1.35;display:-webkit-box;overflow:hidden}.xCommentPreview{min-width:0;max-width:100%}.xCommentPreview a{text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-bottom:6px;display:inline-flex;overflow:hidden}.xCommentPreview p{color:#d5deea;-webkit-line-clamp:3;overflow-wrap:anywhere;-webkit-box-orient:vertical;max-width:100%;max-height:58px;line-height:1.45;overflow:hidden;display:-webkit-box!important}.xRailSection p{overflow-wrap:anywhere;word-break:break-word}@media (width<=1550px){.xWorkspace.hasRail{grid-template-columns:minmax(0,1fr) 360px!important}.xContextRail{max-width:360px}.xParticipantsTable th:first-child,.xParticipantsTable td:first-child{width:21%}.xParticipantsTable th:nth-child(6),.xParticipantsTable td:nth-child(6){width:19%}.xParticipantsTable td{padding-left:10px;padding-right:10px}}@media (width<=1360px){.xWorkspace.hasRail{grid-template-columns:minmax(0,1fr)!important}.xContextRail{max-width:none}.xScanHeader{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"title""metrics""action"!important}.xDangerLineBtn{width:max-content;max-width:none}}.xRailCloseBtn{z-index:3;color:#a8b3c4;background:linear-gradient(145deg,#ffffff0e,#ffffff05),#ffffff09;border:0;border-radius:12px;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:18px;right:18px;overflow:visible;box-shadow:inset 0 1px #ffffff0a,0 10px 24px #00000029}.xRailCloseBtn:hover{color:#ffe09a;background:linear-gradient(145deg,#f3b51b21,#f3b51b09),#ffffff0b;transform:translateY(-1px)}.xRailCloseBtn[data-tooltip]:before{content:attr(data-tooltip);z-index:90;color:#fff2d8;opacity:0;pointer-events:none;white-space:nowrap;background:linear-gradient(145deg,#ffffff13,#ffffff06),#070c13f7;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:900;line-height:1.25;transition:opacity .16s,transform .16s;position:absolute;top:calc(100% + 10px);right:0;transform:translateY(-4px);box-shadow:0 14px 34px #00000052,inset 0 1px #ffffff0f}.xRailCloseBtn[data-tooltip]:after{content:"";z-index:91;opacity:0;pointer-events:none;background:#070c13f7;width:8px;height:8px;transition:opacity .16s;position:absolute;top:calc(100% + 5px);right:13px;transform:rotate(45deg)}.xRailCloseBtn[data-tooltip]:hover:before,.xRailCloseBtn[data-tooltip]:hover:after{opacity:1}.xRailCloseBtn[data-tooltip]:hover:before{transform:translateY(0)}.xContestOverview{gap:18px;margin-top:24px;display:grid}.xContestSummary{background:radial-gradient(circle at 86% 10%,#f3b51b13,#0000 28%),linear-gradient(145deg,#ffffff09,#ffffff03),#070c13d1;border-radius:24px;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:0;display:grid;overflow:hidden;box-shadow:0 24px 70px #0000003d,inset 0 1px #ffffff09}.xContestSummaryMain,.xContestRequirements{min-width:0;padding:24px}.xContestRequirements{background:#04080d4d;border-left:1px solid #ffffff0f}.xOverviewLabel{color:#8f9bad;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:950}.xOverviewFacts{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:20px;display:grid}.xOverviewFacts div{min-width:0}.xOverviewFacts span{color:#8995a6;font-size:12px;font-weight:850;display:block}.xOverviewFacts strong{color:#fff2d8;text-overflow:ellipsis;white-space:nowrap;margin-top:8px;font-size:15px;font-weight:950;display:block;overflow:hidden}.xOverviewStatus{text-transform:lowercase;align-items:center;gap:8px;display:inline-flex!important}.xOverviewStatus:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}.xOverviewStatus.active{color:#5ee28f}.xOverviewStatus.finished{color:#ffd15d}.xOverviewPostLink{color:#ffd765;background:#f3b51b14;border-radius:10px;align-items:center;gap:8px;width:max-content;min-height:42px;margin-top:22px;padding:0 16px;font-weight:950;text-decoration:none;display:inline-flex}.xOverviewPostLink:hover{background:#f3b51b21}.xReqGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:20px;display:grid}.xReqItem{color:#ff7b8b;background:#ffffff08;border-radius:12px;place-items:center;min-height:58px;display:grid}.xReqItem.enabled{color:#5ee28f}.xReqItem span{color:#dce5ef;font-size:13px;font-weight:950}.xReqItem strong{font-size:15px;font-weight:950}.xReqLegend{color:#8f9bad;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;margin-top:18px;font-size:12px;line-height:1.35;display:grid}.xContestTeamsStrip,.xContestScansStrip{background:linear-gradient(145deg,#ffffff08,#ffffff03),#070c13b8;border-radius:22px;overflow:hidden;box-shadow:0 18px 46px #0000002e,inset 0 1px #ffffff07}.xContestTeamsStrip{grid-template-columns:150px 1fr;align-items:center;gap:18px;padding:18px 22px;display:grid}.xTeamsInline{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.xTeamsInline div{background:#ffffff07;border-radius:12px;grid-template-columns:26px minmax(0,1fr);align-items:center;gap:10px;min-width:0;padding:12px;display:grid}.xTeamsInline span{color:#ffd765;background:#f3b51b1f;border-radius:8px;place-items:center;width:26px;height:26px;font-size:12px;font-weight:950;display:grid}.xTeamsInline strong{color:#fff2d8;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.xContestScansStrip{padding:22px}.xOverviewStripHeader{justify-content:space-between;gap:18px;margin-bottom:16px;display:flex}.xOverviewStripHeader p{color:#8f9bad;margin-top:5px}.xOverviewEmpty{color:#7f8b9b;place-items:center;min-height:82px;display:grid}.xScanMiniList{scrollbar-width:thin;scrollbar-color:#f3b51bb8 #ffffff09;gap:10px;max-height:245px;padding-right:4px;display:grid;overflow:auto}.xScanMiniList::-webkit-scrollbar{width:8px}.xScanMiniList::-webkit-scrollbar-track{background:#ffffff08}.xScanMiniList::-webkit-scrollbar-thumb{background:linear-gradient(#ffdc70,#9f6f08);border:2px solid #070c13f2;border-radius:999px}.xScanMiniRow{background:#ffffff06;grid-template-columns:minmax(210px,.8fr) minmax(360px,1fr) 38px;align-items:center;gap:16px;min-height:72px;padding:12px 14px;display:grid}.xScanMiniMain{grid-template-columns:88px minmax(0,1fr);align-items:center;gap:12px;min-width:0;display:grid}.xScanMiniStatus{color:#ffd15d;text-transform:lowercase;align-items:center;gap:7px;font-size:12px;font-weight:950;display:inline-flex}.xScanMiniStatus:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}.xScanMiniStatus.completed{color:#5ee28f}.xScanMiniMain strong{color:#fff2d8;font-weight:950;display:block}.xScanMiniMain span:last-child{color:#8f9bad;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;display:block;overflow:hidden}.xScanMiniStats{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.xScanMiniStats span{color:#8793a4;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:850;display:block;overflow:hidden}.xScanMiniStats strong{color:#fff2d8;margin-top:4px;font-size:14px;font-weight:950;display:block}.xScanMiniDelete{color:#ff8e9c;background:#f45f6f16;border:0;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.xScanMiniDelete:hover{background:#f45f6f29;transform:none}@media (width<=1300px){.xContestSummary,.xContestTeamsStrip{grid-template-columns:1fr}.xContestRequirements{border-top:1px solid #ffffff0f;border-left:0}.xOverviewFacts{grid-template-columns:repeat(2,minmax(0,1fr))}.xScanMiniRow{grid-template-columns:1fr}}@media (width<=820px){.xOverviewFacts,.xReqGrid,.xReqLegend,.xTeamsInline,.xScanMiniStats{grid-template-columns:1fr}.xContestSummaryMain,.xContestRequirements,.xContestScansStrip{padding:18px}}.xScanMiniRow{width:100%;color:inherit;text-align:left;cursor:pointer;border:0;transition:background .18s,box-shadow .18s,transform .18s}.xScanMiniRow:hover{background:#f3b51b0b;transform:none}.xScanMiniRow.active{box-shadow:inset 3px 0 0 var(--gold);background:linear-gradient(90deg,#f3b51b1c,#f3b51b05)}.xScanMiniRow.active .xScanMiniMain strong{color:#ffe09a}.xOpenScanHint{text-align:center;background:radial-gradient(circle at 82% 8%,#f3b51b12,#0000 28%),linear-gradient(145deg,#ffffff08,#ffffff03),#070c13b8;border-radius:24px;place-items:center;min-height:220px;margin-top:18px;padding:34px;display:grid;box-shadow:0 18px 46px #0000002e,inset 0 1px #ffffff07}.xOpenScanHint h3{color:#fff3d7;margin:0;font-size:24px;font-weight:950}.xOpenScanHint p{color:#8f9bad;max-width:520px;margin:8px auto 0;line-height:1.5}.xScanMiniRow{grid-template-columns:minmax(210px,.8fr) minmax(360px,1fr) minmax(145px,auto) 38px;position:relative}.xScanMiniRow:before{content:"";background:0 0;border-radius:999px;width:3px;transition:background .18s,box-shadow .18s;position:absolute;top:12px;bottom:12px;left:0}.xScanMiniRow:hover:before{background:#f3b51b73}.xScanMiniRow.active:before{background:var(--gold);box-shadow:0 0 18px #f3b51b73}.xScanMiniAction{color:#9ba7b8;white-space:nowrap;justify-self:end;font-size:12px;font-weight:950;transition:color .18s}.xScanMiniRow:hover .xScanMiniAction,.xScanMiniRow.active .xScanMiniAction{color:#ffe09a}.xScanMiniRow.active{background:linear-gradient(90deg,#f3b51b1b,#f3b51b06)}.xOpenScanHint{min-height:118px;margin-top:16px;padding:24px}.xOpenScanHint h3{font-size:22px}.xOpenScanHint p{max-width:620px;margin-top:6px}@media (width<=1300px){.xScanMiniRow{grid-template-columns:1fr auto 38px}.xScanMiniStats{grid-column:1/-1}.xScanMiniAction{justify-self:start}}@media (width<=760px){.xScanMiniRow{grid-template-columns:1fr 38px}.xScanMiniAction{grid-column:1/-1}}.xContestActionBar{justify-content:flex-end;align-items:center;gap:10px;display:flex}.xContestBackIcon,.xContestActionIcon{color:#a8b3c4;background:linear-gradient(145deg,#ffffff0e,#ffffff05),#ffffff09;border:0;border-radius:12px;place-items:center;width:42px;height:42px;display:grid;position:relative;box-shadow:inset 0 1px #ffffff0a,0 10px 24px #00000029}.xContestBackIcon{margin-bottom:14px}.xContestBackIcon:hover,.xContestActionIcon:hover{color:#ffe09a;background:linear-gradient(145deg,#f3b51b21,#f3b51b09),#ffffff0b;transform:translateY(-1px)}.xContestActionIcon.danger{color:#ff9aaa}.xContestActionIcon.danger:hover{color:#ffc1ca;background:linear-gradient(145deg,#f45f6f2b,#f45f6f0b),#ffffff0a}.xContestActionIcon:disabled{cursor:not-allowed;opacity:.45;transform:none}.xContestBackIcon[data-tooltip]:before,.xContestActionIcon[data-tooltip]:before,.xScanMiniDelete[data-tooltip]:before{content:attr(data-tooltip);z-index:120;color:#fff2d8;opacity:0;pointer-events:none;text-align:center;white-space:nowrap;background:linear-gradient(145deg,#ffffff13,#ffffff06),#070c13f7;border-radius:10px;max-width:240px;padding:8px 10px;font-size:12px;font-weight:900;line-height:1.25;transition:opacity .16s,transform .16s;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(-4px);box-shadow:0 14px 34px #00000052,inset 0 1px #ffffff0f}.xContestBackIcon[data-tooltip]:after,.xContestActionIcon[data-tooltip]:after,.xScanMiniDelete[data-tooltip]:after{content:"";z-index:121;opacity:0;pointer-events:none;background:#070c13f7;width:8px;height:8px;transition:opacity .16s;position:absolute;top:calc(100% + 5px);left:50%;transform:translate(-50%)rotate(45deg)}.xContestBackIcon[data-tooltip]:hover:before,.xContestBackIcon[data-tooltip]:hover:after,.xContestActionIcon[data-tooltip]:hover:before,.xContestActionIcon[data-tooltip]:hover:after,.xScanMiniDelete[data-tooltip]:hover:before,.xScanMiniDelete[data-tooltip]:hover:after{opacity:1}.xContestBackIcon[data-tooltip]:hover:before,.xContestActionIcon[data-tooltip]:hover:before,.xScanMiniDelete[data-tooltip]:hover:before{transform:translate(-50%)translateY(0)}.xScanMiniDelete{z-index:8;position:relative}.xContestOverview,.xContestScansStrip,.xScanMiniList,.xScanMiniRow{overflow:visible}.xScanMiniList{z-index:2;position:relative}.xScanMiniDelete[data-tooltip]:before{left:auto;right:0;transform:translateY(-4px)}.xScanMiniDelete[data-tooltip]:after{left:auto;right:14px;transform:rotate(45deg)}.xScanMiniDelete[data-tooltip]:hover:before{transform:translateY(0)}.xContestBackIcon{color:#a8b3c4;background:linear-gradient(145deg,#ffffff0e,#ffffff05),#ffffff09;border:0;border-radius:12px;place-items:center;width:42px;height:42px;margin-bottom:14px;display:grid;position:relative;box-shadow:inset 0 1px #ffffff0a,0 10px 24px #00000029}.xContestBackIcon:hover{color:#ffe09a;background:linear-gradient(145deg,#f3b51b21,#f3b51b09),#ffffff0b;transform:translateY(-1px)}.xContestBackIcon[data-tooltip]:before{content:attr(data-tooltip);z-index:90;color:#fff2d8;opacity:0;pointer-events:none;text-align:center;white-space:nowrap;background:linear-gradient(145deg,#ffffff13,#ffffff06),#070c13f7;border-radius:10px;max-width:220px;padding:8px 10px;font-size:12px;font-weight:900;line-height:1.25;transition:opacity .16s,transform .16s;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(-4px);box-shadow:0 14px 34px #00000052,inset 0 1px #ffffff0f}.xContestBackIcon[data-tooltip]:after{content:"";z-index:91;opacity:0;pointer-events:none;background:#070c13f7;width:8px;height:8px;transition:opacity .16s;position:absolute;top:calc(100% + 5px);left:50%;transform:translate(-50%)rotate(45deg)}.xContestBackIcon[data-tooltip]:hover:before,.xContestBackIcon[data-tooltip]:hover:after{opacity:1}.xContestBackIcon[data-tooltip]:hover:before{transform:translate(-50%)translateY(0)}.xContestListWorkspace{gap:12px;margin-top:18px;display:grid}.xContestListHead{color:#8f9bad;grid-template-columns:minmax(240px,1fr) minmax(460px,.9fr) 150px;align-items:end;gap:18px;padding:0 18px 10px;font-size:12px;font-weight:900;display:grid}.xContestListHead>div:first-child{align-items:center;gap:10px;display:flex}.xContestListHead strong{color:#ffe09a;font-size:14px}.xContestListColumns{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.xContestListRows{gap:10px;display:grid}.xContestListRow{background:linear-gradient(145deg,#ffffff09,#ffffff03),#070c13c7;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:14px;transition:background .18s,transform .18s,box-shadow .18s;display:grid;overflow:hidden;box-shadow:0 16px 38px #00000029,inset 0 1px #ffffff07}.xContestListRow:hover{background:linear-gradient(145deg,#f3b51b0e,#ffffff04),#070c13d1;transform:translateY(-1px)}.xContestListMain{min-width:0;color:inherit;text-align:left;background:0 0;border:0;grid-template-columns:10px minmax(220px,1fr) minmax(460px,.9fr);align-items:center;gap:16px;padding:18px;display:grid}.xContestStatusDot{background:#8f9bad;border-radius:50%;width:8px;height:8px;box-shadow:0 0 16px #8f9bad3d}.xContestStatusDot.active{background:#5ee28f;box-shadow:0 0 18px #5ee28f6b}.xContestStatusDot.finished{background:#ffd15d;box-shadow:0 0 18px #ffd15d5c}.xContestStatusDot.draft{background:#8f9bad}.xContestListTitle{min-width:0}.xContestListTitle strong{color:#fff2d8;text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:950;display:block;overflow:hidden}.xContestListTitle span{color:#8995a6;text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:13px;display:block;overflow:hidden}.xContestListMeta{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;min-width:0;display:grid}.xContestListMeta div{min-width:0}.xContestListMeta span{color:#7f8b9b;font-size:11px;font-weight:850;display:block}.xContestListMeta strong{color:#dbe4ef;text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:13px;font-weight:900;display:block;overflow:hidden}.xContestListActions{align-items:center;gap:8px;padding:0 18px 0 0;display:flex}.xContestStatusText{color:#9ba7b8;text-align:right;text-transform:lowercase;min-width:92px;font-size:12px;font-weight:950}.xContestStatusText.active{color:#5ee28f}.xContestStatusText.finished{color:#ffd15d}.xContestIconBtn{color:#9ba7b8;background:#ffffff0b;border:0;border-radius:10px;place-items:center;width:38px;height:38px;text-decoration:none;display:grid}.xContestIconBtn:hover{color:#ffe09a;background:#f3b51b1f;transform:none}.xContestListEmpty{color:#8f9bad;text-align:center;background:radial-gradient(circle at 82% 8%,#f3b51b0f,#0000 28%),linear-gradient(145deg,#ffffff08,#ffffff03),#070c13b8;border-radius:22px;place-items:center;min-height:180px;margin-top:18px;display:grid}@media (width<=1200px){.xContestListHead{display:none}.xContestListMain{grid-template-columns:10px minmax(0,1fr)}.xContestListMeta{grid-column:2;grid-template-columns:1fr}.xContestListRow{grid-template-columns:1fr}.xContestListActions{justify-content:flex-end;padding:0 18px 18px}}@media (width<=720px){.xContestListActions{flex-wrap:wrap;justify-content:flex-start;padding-left:18px}.xContestStatusText{text-align:left;width:100%}}.xContestListRow{overflow:visible}.xContestIconBtn{position:relative}.xContestIconBtn[data-tooltip]:before{content:attr(data-tooltip);z-index:20;color:#fff2d8;opacity:0;pointer-events:none;text-align:center;white-space:nowrap;background:linear-gradient(145deg,#ffffff13,#ffffff06),#070c13f5;border-radius:10px;max-width:220px;padding:8px 10px;font-size:12px;font-weight:900;line-height:1.25;transition:opacity .16s,transform .16s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 14px 34px #00000052,inset 0 1px #ffffff0f}.xContestIconBtn[data-tooltip]:after{content:"";z-index:21;opacity:0;pointer-events:none;background:#070c13f5;width:8px;height:8px;transition:opacity .16s;position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%)rotate(45deg)}.xContestListWorkspace{background:radial-gradient(circle at 92% 6%,#f3b51b0e,#0000 30%),linear-gradient(145deg,#ffffff07,#ffffff02),#070c1380;border-radius:22px;margin-top:20px;padding:18px;overflow:visible;box-shadow:0 22px 64px #0003,inset 0 1px #ffffff07}.xContestListHead{padding:0 16px 12px}.xContestListRow{background:linear-gradient(145deg,#ffffff06,#ffffff02),#080d15d1;border-radius:16px;overflow:visible;box-shadow:0 14px 34px #00000024,inset 0 1px #ffffff06}.xContestListRow:hover{background:linear-gradient(145deg,#f3b51b0d,#ffffff03),#080d15e6;transform:translateY(-1px);box-shadow:0 18px 46px #0003,inset 0 1px #ffffff0a}.xContestListMain{min-height:78px;padding:17px 18px}.xContestListTitle strong{color:#fff3d7;font-size:18px}.xContestListTitle span{color:#8f9bad}.xContestListMeta span{color:#8793a4}.xContestListMeta strong{color:#fff2d8}.xContestStatusText{color:#ffd765}.xContestIconBtn{background:linear-gradient(145deg,#ffffff0e,#ffffff05),#ffffff09;position:relative;overflow:visible;box-shadow:inset 0 1px #ffffff0a,0 10px 24px #00000029}.xContestIconBtn:hover{color:#ffe09a;background:linear-gradient(145deg,#f3b51b21,#f3b51b09),#ffffff0b;box-shadow:0 10px 26px #f3b51b1a,inset 0 1px #ffffff0b}.xContestCreateBtn{color:#171308;background:linear-gradient(135deg,#ffe07a,#e5a914);border:0;border-radius:14px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 24px;font-weight:950;display:inline-flex;box-shadow:0 16px 38px #e5a91433,inset 0 1px #ffffff61}.xContestCreateBtn svg{flex:none}.xContestCreateBtn:hover{transform:translateY(-1px);box-shadow:0 20px 48px #e5a91447,inset 0 1px #ffffff6b}.xContestIconBtn[data-tooltip]:before{content:attr(data-tooltip);z-index:80;color:#fff2d8;opacity:0;pointer-events:none;text-align:center;white-space:nowrap;background:linear-gradient(145deg,#ffffff13,#ffffff06),#070c13f5;border-radius:10px;max-width:220px;padding:8px 10px;font-size:12px;font-weight:900;line-height:1.25;transition:opacity .16s,transform .16s;position:absolute;top:calc(100% + 10px);bottom:auto;left:50%;transform:translate(-50%)translateY(-4px);box-shadow:0 14px 34px #00000052,inset 0 1px #ffffff0f}.xContestIconBtn[data-tooltip]:after{content:"";z-index:81;opacity:0;pointer-events:none;background:#070c13f5;width:8px;height:8px;transition:opacity .16s;position:absolute;top:calc(100% + 5px);bottom:auto;left:50%;transform:translate(-50%)rotate(45deg)}.xContestIconBtn[data-tooltip]:hover:before,.xContestIconBtn[data-tooltip]:hover:after{opacity:1}.xContestIconBtn[data-tooltip]:hover:before{transform:translate(-50%)translateY(0)}@media (width<=720px){.xContestCreateBtn{width:100%}.xContestListWorkspace{padding:14px}}.xContestForm{background:radial-gradient(circle at 88% 8%,#f3b51b13,#0000 28%),linear-gradient(145deg,#ffffff09,#ffffff03),#070c13d1;border-radius:24px;gap:22px;margin:18px 0 22px;padding:24px;display:grid;box-shadow:0 24px 70px #0000003d,inset 0 1px #ffffff09}.xContestFormHeader{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:18px;display:flex}.xContestFormHeader span,.xContestFormSectionTitle span{color:#8f9bad;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:950}.xContestFormHeader h3{color:#fff3d7;letter-spacing:-.035em;margin:7px 0 0;font-size:22px;font-weight:950}.xContestFormClose{color:#9ba7b8;background:#ffffff0b;border:0;border-radius:11px;place-items:center;width:38px;height:38px;display:grid;position:relative}.xContestFormClose:hover{color:#ffe09a;background:#f3b51b1f;transform:none}.xContestFormClose[data-tooltip]:before{content:attr(data-tooltip);z-index:20;color:#fff2d8;opacity:0;pointer-events:none;white-space:nowrap;background:linear-gradient(145deg,#ffffff13,#ffffff06),#070c13f5;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:900;transition:opacity .16s,transform .16s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 14px 34px #00000052}.xContestFormClose[data-tooltip]:after{content:"";z-index:21;opacity:0;pointer-events:none;background:#070c13f5;width:8px;height:8px;transition:opacity .16s;position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%)rotate(45deg)}.xContestFormClose[data-tooltip]:hover:before,.xContestFormClose[data-tooltip]:hover:after{opacity:1}.xContestFormClose[data-tooltip]:hover:before{transform:translate(-50%)translateY(0)}.xContestFormGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.xContestField{gap:8px;min-width:0;display:grid}.xContestField.wide{grid-column:span 2}.xContestField.full{grid-column:1/-1}.xContestField span{color:#9aa6b7;font-size:12px;font-weight:850}.xContestField input,.xContestField select,.xContestField textarea{color:#fff2d8;width:100%;min-height:44px;font:inherit;appearance:none;background:#ffffff09;border:1px solid #fff1;border-radius:12px;outline:none;padding:0 13px;font-weight:850;transition:border-color .16s,background .16s,box-shadow .16s}.xContestField select{background-image:linear-gradient(45deg,#0000 50%,#d8b24b 50%),linear-gradient(135deg,#d8b24b 50%,#0000 50%);background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 12px) calc(50% - 3px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:40px}.xContestField textarea{resize:vertical;min-height:92px;padding:12px 13px}.xContestField input:focus,.xContestField select:focus,.xContestField textarea:focus{background:#ffffff0d;border-color:#f3b51b94;box-shadow:0 0 0 3px #f3b51b14}.xContestFormSection{gap:16px;padding-top:2px;display:grid}.xContestFormSectionTitle{justify-content:space-between;align-items:end;gap:18px;display:flex}.xContestFormSectionTitle p{color:#8f9bad;margin:0;font-size:13px}.xContestRulesGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.xContestRuleToggle{cursor:pointer;background:#ffffff07;border-radius:14px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;min-height:64px;padding:12px;display:grid}.xContestRuleToggle input{display:none}.xContestRuleSwitch{background:#ffffff16;border-radius:999px;width:42px;height:24px;transition:background .16s;position:relative}.xContestRuleSwitch:before{content:"";background:#8f9bad;border-radius:50%;width:16px;height:16px;transition:background .16s,transform .16s;position:absolute;top:4px;left:4px}.xContestRuleToggle input:checked+.xContestRuleSwitch{background:#f3b51b2e}.xContestRuleToggle input:checked+.xContestRuleSwitch:before{background:#ffd765;transform:translate(18px)}.xContestRuleToggle strong{color:#dce5ef;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:950;overflow:hidden}.xContestTeamsFormGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.xContestFormFooter{justify-content:flex-end;padding-top:4px;display:flex}.xContestSaveBtn{color:#171308;background:linear-gradient(135deg,#ffe07a,#e5a914);border:0;border-radius:13px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 22px;font-weight:950;display:inline-flex;box-shadow:0 14px 32px #e5a9142e}.xContestSaveBtn:disabled{cursor:not-allowed;filter:grayscale(.5);opacity:.65}.xContestSaveBtn:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 18px 42px #e5a9143d}@media (width<=1200px){.xContestFormGrid,.xContestRulesGrid,.xContestTeamsFormGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.xContestForm{padding:18px}.xContestFormGrid,.xContestRulesGrid,.xContestTeamsFormGrid{grid-template-columns:1fr}.xContestField.wide{grid-column:auto}.xContestFormSectionTitle{display:block}.xContestFormSectionTitle p{margin-top:6px}.xContestFormFooter{justify-content:stretch}.xContestSaveBtn{width:100%}}.xContestField select,.contestForm .formGrid select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.xContestField select option,.contestForm .formGrid select option{color:#fff2d8;background:#141c27}.xContestField select option:checked,.contestForm .formGrid select option:checked{color:#fff;background:#214b9c}.xContestSelect{z-index:20;position:relative}.xContestSelectBtn{color:#fff2d8;width:100%;min-height:44px;font:inherit;text-align:left;background:linear-gradient(145deg,#ffffff0d,#ffffff05),#ffffff09;border:1px solid #fff1;border-radius:12px;outline:none;justify-content:space-between;align-items:center;gap:12px;padding:0 13px;font-weight:850;transition:border-color .16s,background .16s,box-shadow .16s;display:flex}.xContestSelectBtn span{color:#fff2d8;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.xContestSelectBtn svg{color:#d8b24b;flex:none;transition:transform .16s}.xContestSelectBtn.open,.xContestSelectBtn:hover{background:linear-gradient(145deg,#f3b51b18,#ffffff07),#ffffff0a;border-color:#f3b51b94;box-shadow:0 0 0 3px #f3b51b14}.xContestSelectBtn.open svg{transform:rotate(180deg)}.xContestSelectMenu{z-index:120;background:radial-gradient(circle at 90% 0,#f3b51b1c,#0000 34%),linear-gradient(145deg,#ffffff13,#ffffff06),#0a0f17fa;border:1px solid #f3b51b2e;border-radius:14px;gap:6px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 18px 48px #0000006b,inset 0 1px #ffffff0f}.xContestSelectOption{color:#aeb9c8;min-height:38px;font:inherit;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;padding:0 11px;font-weight:850;display:flex}.xContestSelectOption:hover{color:#ffe09a;background:linear-gradient(145deg,#f3b51b1f,#f3b51b09),#ffffff09}.xContestSelectOption.active{color:#fff2d8;background:linear-gradient(135deg,#ffe07a40,#e5a9141f),#f3b51b14}
