@import"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";.loading{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background-color:var(--color-bg)}.loading__container{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:30px}.loading__spinner{width:120px;height:120px;position:relative;display:flex;align-items:center;justify-content:center}.loading__ring{position:absolute;width:100%;height:100%;border:4px solid transparent;border-radius:50%;animation:rotate 2s linear infinite}.loading__ring:nth-child(1){border-top-color:var(--color-primary);animation-delay:0s}.loading__ring:nth-child(2){width:85%;height:85%;border-right-color:var(--color-secondary);animation-delay:-.5s}.loading__ring:nth-child(3){width:70%;height:70%;border-bottom-color:var(--color-primary);animation-delay:-1s}.loading__ring:nth-child(4){width:55%;height:55%;border-left-color:var(--color-secondary);animation-delay:-1.5s}.loading__text{font-size:24px;font-weight:600;color:var(--text-light);display:flex;gap:2px}.loading__text span{display:inline-block;animation:wave 1.5s ease-in-out infinite}.loading__text span:nth-child(1){animation-delay:0s}.loading__text span:nth-child(2){animation-delay:.1s}.loading__text span:nth-child(3){animation-delay:.2s}.loading__text span:nth-child(4){animation-delay:.3s}.loading__text span:nth-child(5){animation-delay:.4s}.loading__text span:nth-child(6){animation-delay:.5s}.loading__text span:nth-child(7){animation-delay:.6s}.loading__text span:nth-child(8){animation-delay:.7s}.loading__text span:nth-child(9){animation-delay:.8s}.loading__text span:nth-child(10){animation-delay:.9s}.loading__text span:nth-child(11){animation-delay:1s}.loading__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.loading__particle{position:absolute;width:4px;height:4px;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));border-radius:50%;opacity:.6;animation:particleFloat 8s ease-in-out infinite}.loading__particle:nth-child(1){top:20%;left:20%;animation-delay:0s;animation-duration:6s}.loading__particle:nth-child(2){top:60%;left:80%;animation-delay:-2s;animation-duration:8s}.loading__particle:nth-child(3){top:80%;left:30%;animation-delay:-4s;animation-duration:7s}.loading__particle:nth-child(4){top:30%;left:70%;animation-delay:-1s;animation-duration:9s}.loading__particle:nth-child(5){top:50%;left:50%;animation-delay:-3s;animation-duration:10s}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wave{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(-10px);opacity:.5}}@keyframes particleFloat{0%,to{transform:translate(0) scale(1);opacity:.3}25%{transform:translate(30px,-30px) scale(1.5);opacity:.6}50%{transform:translate(-20px,-60px) scale(1);opacity:.4}75%{transform:translate(-40px,-30px) scale(1.2);opacity:.5}}:root{--neon-cyan: #00ffcc;--neon-blue: rgba(10, 10, 250, 1);--hover-cyan: #00cc99;--bg-less-dark: #0d0d0d;--bg-dark: #0a0a0a;--text-light: #e0e0e0;--text-gray: #bbb;--text-dark-gray: #999;--input-bg: #1a1a1a;--border-color: rgba(0, 255, 204, .3);--color-bg: #000000;--color-text: #ffffff;--color-primary: #667eea;--color-secondary: #764ba2;--font-family: "Montserrat", sans-serif;--header-bg: #0a0a0a;--footer-bg: #0a0a0a;--footer-text: #e0e0e0;--card-bg: #1a1a1a;--card-border: rgba(0, 255, 204, .2);--card-hover-border: rgba(0, 255, 204, .5);--btn-outline-color: var(--neon-cyan);--btn-outline-hover-bg: var(--neon-cyan);--btn-outline-hover-text: black;--btn-primary-bg: var(--neon-cyan);--btn-primary-text: black;--shadow-cyan: rgba(0, 255, 204, .3);--shadow-cyan-strong: rgba(0, 255, 204, .5);--dropdown-bg: var(--color-bg);--dropdown-hover: rgba(0, 255, 204, .1);--table-header-bg: rgba(0, 255, 204, .04);--table-row-hover: rgba(0, 255, 204, .03);--label-color: var(--text-dark-gray);--test-input-bg: var(--card-bg);--test-correct-bg: rgba(34, 197, 94, .08);--test-correct-border: #22c55e;--test-correct-text: var(--text-light);--test-wrong-bg: rgba(220, 38, 38, .08);--test-wrong-border: #dc2626;--test-wrong-text: var(--text-light);--test-error-text: #dc2626;--status-ac-color: #22c55e;--status-ac-bg: rgba(34, 197, 94, .12);--status-ac-border: rgba(34, 197, 94, .35);--status-wa-color: #ef4444;--status-wa-bg: rgba(239, 68, 68, .12);--status-wa-border: rgba(239, 68, 68, .35);--status-tle-color: #f97316;--status-tle-bg: rgba(249, 115, 22, .12);--status-tle-border: rgba(249, 115, 22, .35);--status-mle-color: #a855f7;--status-mle-bg: rgba(168, 85, 247, .12);--status-mle-border: rgba(168, 85, 247, .35);--status-re-color: #f43f5e;--status-re-bg: rgba(244, 63, 94, .12);--status-re-border: rgba(244, 63, 94, .35);--status-ce-color: #eab308;--status-ce-bg: rgba(234, 179, 8, .12);--status-ce-border: rgba(234, 179, 8, .35);--status-pending-color: #64748b;--status-pending-bg: rgba(100, 116, 139, .12);--status-pending-border: rgba(100, 116, 139, .35);--status-judging-color: #3b82f6;--status-judging-bg: rgba(59, 130, 246, .12);--status-judging-border: rgba(59, 130, 246, .35)}:root[data-theme=light]{--neon-cyan: #0891b2;--neon-blue: #0066ff;--hover-cyan: #0e7490;--bg-less-dark: #f8fafc;--bg-dark: #f1f5f9;--color-bg: #ffffff;--header-bg: #ffffff;--footer-bg: #ffffff;--text-light: #0f172a;--text-gray: #475569;--text-dark-gray: #64748b;--color-text: #1e293b;--footer-text: #1e293b;--input-bg: #ffffff;--card-bg: #ffffff;--card-border: #e2e8f0;--card-hover-border: #0891b2;--border-color: #cbd5e1;--btn-outline-color: #0891b2;--btn-outline-hover-bg: #0891b2;--btn-outline-hover-text: #ffffff;--btn-primary-bg: #0891b2;--btn-primary-text: #ffffff;--shadow-cyan: rgba(8, 145, 178, .15);--shadow-cyan-strong: rgba(8, 145, 178, .25);--dropdown-bg: #ffffff;--dropdown-hover: rgba(8, 145, 178, .08);--table-header-bg: #f8fafc;--table-row-hover: rgba(8, 145, 178, .04);--label-color: #475569;--test-input-bg: #fafafa;--test-correct-bg: #f0fdf4;--test-correct-border: #22c55e;--test-correct-text: #166534;--test-wrong-bg: #fef2f2;--test-wrong-border: #ef4444;--test-wrong-text: #991b1b;--test-error-text: #dc2626}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{width:100vw;height:100vh}body,#root{width:100%;height:100%;background-color:var(--color-bg);color:var(--color-text);font-family:Be Vietnam Pro,sans-serif;overflow-x:hidden;overflow-y:auto}dialog{display:none!important}.MJX_LiveRegion,.mjx-dialog{display:none!important}
