@xcpcio/board-app 0.54.0 → 0.55.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/404.html +1 -1
- package/dist/assets/{Balloon.vue_vue_type_script_setup_true_lang-B58P9kc_.js → Balloon.vue_vue_type_script_setup_true_lang-BdeRRWbI.js} +1 -1
- package/dist/assets/{Board-gJRXyNvZ.css → Board-DI2_Xyh3.css} +1 -1
- package/dist/assets/Board-Dqmm9bTq.js +1 -0
- package/dist/assets/{ContestStateBadge-kyzEE_y0.js → ContestStateBadge-DdxQJmdC.js} +1 -1
- package/dist/assets/Countdown-BM0_gF8C.js +1 -0
- package/dist/assets/DataSourceInput.vue_vue_type_script_setup_true_lang-DQN_qfhn.js +1 -0
- package/dist/assets/{Footer.vue_vue_type_script_setup_true_lang-CFhhwrFp.js → Footer.vue_vue_type_script_setup_true_lang-D09IFGaS.js} +1 -1
- package/dist/assets/{NavBar-D-0E9-D6.js → NavBar-By422D6s.js} +1 -1
- package/dist/assets/Resolver-B6m5f_LD.css +1 -0
- package/dist/assets/Resolver-DxbCoC9w.js +25 -0
- package/dist/assets/{RightArrowIcon-DkTO5M_b.js → RightArrowIcon-BjcarMr0.js} +1 -1
- package/dist/assets/{TheInput.vue_vue_type_script_setup_true_lang-C80810Iu.js → TheInput.vue_vue_type_script_setup_true_lang-DRmkpE4h.js} +1 -1
- package/dist/assets/Tooltip.vue_vue_type_script_setup_true_lang-W1lolnI7.js +27 -0
- package/dist/assets/{_...all_-D2j5jZRJ.js → _...all_-Bwt6ys9F.js} +2 -2
- package/dist/assets/_...all_-CmadGENs.js +1 -0
- package/dist/assets/_name_-C0oRB46c.js +1 -0
- package/dist/assets/{about-BI-IuMMG.js → about-goPvyGaF.js} +1 -1
- package/dist/assets/board-BILhTjhy.js +1 -0
- package/dist/assets/board-layout-C5MOX2py.js +1 -0
- package/dist/assets/{constant-Bp6N_6CR.js → constant-DWZ3U0-b.js} +1 -1
- package/dist/assets/default-CFdYAjEW.js +1 -0
- package/dist/assets/headless-N3uTxOk7.js +1 -0
- package/dist/assets/home-DxUHdTKc.js +1 -0
- package/dist/assets/index-B05JO4Mx.js +67 -0
- package/dist/assets/{index-BuqFZWN0.js → index-Bfrmp2KZ.js} +1 -1
- package/dist/assets/{index-aqsbX7cA.js → index-BrAGSSH0.js} +2 -2
- package/dist/assets/index-CYNh20Bh.js +1 -0
- package/dist/assets/{index-BP90wE2A.css → index-CkWanoDO.css} +1 -1
- package/dist/assets/{index-D5y2RQEx.js → index-D4cCYZw2.js} +1 -1
- package/dist/assets/index-DLur0B0J.css +5 -0
- package/dist/assets/index-DYV0s8Ow.js +1 -0
- package/dist/assets/index-DuNGzTsc.js +1 -0
- package/dist/assets/index-GBSpQdsZ.js +1 -0
- package/dist/assets/index-YQ8_X5hA.js +198 -0
- package/dist/assets/index-layout-Deyh_7M9.js +1 -0
- package/dist/assets/pagination-DENZtnNF.js +3 -0
- package/dist/assets/query-DUjpOeCZ.js +1 -0
- package/dist/assets/{test-j9jx5ZPp.js → test-Dps6S9hj.js} +1 -1
- package/dist/assets/{use-vmodel-dRzus2DH.js → use-vmodel-CfKjbJ6F.js} +1 -1
- package/dist/assets/{user-DCOj5vXR.js → user-2ySf1n3j.js} +1 -1
- package/dist/assets/{virtual_pwa-register-DYmC-FJF.js → virtual_pwa-register-Cs2IBze3.js} +1 -1
- package/dist/assets/{workbox-window.prod.es5-D5gOYdM7.js → workbox-window.prod.es5-B9K5rw8f.js} +2 -2
- package/dist/index.html +1 -1
- package/dist/manifest.webmanifest +1 -1
- package/dist/sw.js +1 -1
- package/dist/{workbox-86deb690.js → workbox-7ee6f867.js} +1 -1
- package/package.json +49 -51
- package/src/auto-imports.d.ts +33 -6
- package/src/components/Resolver.vue +1 -1
- package/src/components/ResolverTeamRow.vue +6 -14
- package/src/components/battle-of-giants/GiantsOptions.vue +2 -1
- package/src/components/board/AnimatedSubmissionBlock.vue +2 -2
- package/src/components/board/AnimatedSubmissionsModal.vue +2 -2
- package/src/components/board/Board.vue +4 -3
- package/src/components/board/HeatMapTooltip.less +4 -2
- package/src/components/board/Progress.less +15 -9
- package/src/components/board/SubmitHeatMap.vue +2 -19
- package/src/components/flowbite/Tooltip.css +25 -23
- package/src/components/rating/rating.less +5 -1
- package/src/components.d.ts +1 -0
- package/src/composables/statistics.ts +2 -1
- package/src/modules/i18n.ts +1 -1
- package/src/modules/nprogress.ts +1 -1
- package/src/modules/pinia.ts +1 -1
- package/src/modules/toast.ts +1 -1
- package/src/styles/color.css +5 -5
- package/src/styles/main.css +4 -4
- package/src/styles/markdown.css +1 -1
- package/src/styles/submission-status-background.css +0 -4
- package/src/styles/submission-status-filter.css +0 -4
- package/src/styles/submission-status.css +31 -34
- package/vite.config.ts +8 -4
- package/.eslintrc.json +0 -6
- package/dist/assets/Board-DzGFyq7Y.js +0 -1
- package/dist/assets/Countdown-VhHt93-Y.js +0 -1
- package/dist/assets/DataSourceInput.vue_vue_type_script_setup_true_lang-ItvHR9Qe.js +0 -1
- package/dist/assets/Resolver-DRiWpQTB.css +0 -1
- package/dist/assets/Resolver-Dm29vdoV.js +0 -25
- package/dist/assets/Tooltip.vue_vue_type_script_setup_true_lang-CivUau2c.js +0 -27
- package/dist/assets/_...all_-B-coFtNQ.js +0 -1
- package/dist/assets/_name_-DLnWsOOY.js +0 -1
- package/dist/assets/board-CYpV6N1-.js +0 -1
- package/dist/assets/board-layout-iqYyMbo7.js +0 -1
- package/dist/assets/default-Dua7zuJz.js +0 -1
- package/dist/assets/headless-TXjG73-A.js +0 -1
- package/dist/assets/home-BICvykpJ.js +0 -1
- package/dist/assets/index-BSdw3fii.js +0 -50
- package/dist/assets/index-BjviE8XK.js +0 -1
- package/dist/assets/index-BybaF8un.css +0 -5
- package/dist/assets/index-CElS_fcG.js +0 -1
- package/dist/assets/index-Cc06bvsk.js +0 -198
- package/dist/assets/index-DfYfbXG4.js +0 -1
- package/dist/assets/index-layout-CuYu1LJW.js +0 -1
- package/dist/assets/index-shmFGiVI.js +0 -1
- package/dist/assets/pagination-BeE7gsif.js +0 -3
- package/dist/assets/query-D-g5Deb_.js +0 -1
- /package/dist/assets/{ContestStateBadge-yOXRkC0c.css → ContestStateBadge-DawlTsHs.css} +0 -0
- /package/dist/assets/{Countdown-De6dfmWB.css → Countdown-CGwMuG9S.css} +0 -0
- /package/dist/assets/{NavBar-K1-1c5jR.css → NavBar-C0cqpBnK.css} +0 -0
- /package/dist/assets/{Tooltip-VVqtpO6L.css → Tooltip-DzyPDwbo.css} +0 -0
- /package/dist/assets/{_..-8Wh-Y8sB.css → _..-5I0UWqRG.css} +0 -0
- /package/dist/assets/{index-BerApwlM.css → index-D0wLFbYO.css} +0 -0
package/README.md
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
|
|
10
10
|
## Preview
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
- [board.xcpcio.com](https://board.xcpcio.com)
|
|
13
|
+
- [board-xcpcio.vercel.app](https://board-xcpcio.vercel.app/)
|
|
14
14
|
|
|
15
15
|
## Development
|
|
16
16
|
|
|
@@ -26,7 +26,7 @@ pnpm dev
|
|
|
26
26
|
|
|
27
27
|
[MIT](../../../LICENSE) License © 2020 - PRESENT [XCPCIO][xcpcio]
|
|
28
28
|
|
|
29
|
-
## :clap:
|
|
29
|
+
## :clap: Our Supporters
|
|
30
30
|
|
|
31
31
|
### ↳ Sponsors
|
|
32
32
|
|
package/dist/404.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="UTF-8"
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><link rel="apple-touch-icon" href="https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.55.1/dist/balloon-192x192.png"/><link rel="mask-icon" href="https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.55.1/dist/balloon-512x512.svg" color="#00aba9"/><meta name="msapplication-TileColor" content="#00aba9"/><script>function normalizePath(_){for(;_.endsWith("/");)_=_.slice(0,-1);return`${_}/`}{let _="https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.55.1/dist";_=normalizePath(_),window.CDN_HOST=_,window.__toAssetUrl=_=>window.CDN_HOST+_}try{let _=__DATA_HOST__;_=normalizePath(_),window.DATA_HOST=_}catch(_){window.DATA_HOST="/data/"}try{let _=__DATA_REGION__;window.DATA_REGION=_}catch(_){window.DATA_REGION="CN"}try{let _=__DEFAULT_LANG__;window.DEFAULT_LANG=_}catch(_){window.DEFAULT_LANG="en"}</script><script>!function(){localStorage.getItem("vueuse-color-scheme")||localStorage.setItem("vueuse-color-scheme","light");const e=window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches,o=localStorage.getItem("vueuse-color-scheme")||"auto";("dark"===o||e&&"light"!==o)&&document.documentElement.classList.toggle("dark",!0)}()</script><script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.55.1/dist/assets/index-B05JO4Mx.js"></script><link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.55.1/dist/assets/index-DLur0B0J.css"><link rel="manifest" href="/manifest.webmanifest"></head><body class="font-sans"><div id="app"></div><noscript>This website requires JavaScript to function properly. Please enable JavaScript to continue.</noscript><script>try{var umamiJSUrl=__UMAMI_JS_URL__,umamiWebsiteId=__UMAMI_WEBSITE_ID__;!function(){var e=document.createElement("script");e.src=umamiJSUrl,e.defer=!0,e.setAttribute("data-website-id",umamiWebsiteId);var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)}()}catch(e){}try{var plausibleJSUrl=__PLAUSIBLE_JS_URL__,plausibleDataDomain=__PLAUSIBLE_DATA_DOMAIN__;!function(){var e=document.createElement("script");e.src=plausibleJSUrl,e.defer=!0,e.setAttribute("data-domain",plausibleDataDomain);var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)}()}catch(e){}try{var baiduAnalyticsId=__BAIDU_ANALYTICS_ID__,_hmt=_hmt||[];!function(){var e=document.createElement("script");e.src=`https://hm.baidu.com/hm.js?${baiduAnalyticsId}`;var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)}()}catch(e){}try{var googleAnalyticsId=__GOOGLE_ANALYTICS_ID__;!function(){var e,t,a,r,c,n;location.port||(e=window,t=document,a="script",r="ga",e.GoogleAnalyticsObject=r,e[r]=e[r]||function(){(e[r].q=e[r].q||[]).push(arguments)},e[r].l=1*new Date,c=t.createElement(a),n=t.getElementsByTagName(a)[0],c.async=1,c.src="//www.google-analytics.com/analytics.js",n.parentNode.insertBefore(c,n),ga("create",`${googleAnalyticsId}`,"auto"),ga("send","pageview"))}()}catch(e){}</script></body></html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{d as C,
|
|
1
|
+
import{d as C,f as b,p as i,q as E,c as n,o as s,s as j,h as e,n as L,b as o,K as w,k as f,A as N,u as F,m as V,C as z,F as I,E as R,G as U}from"./index-B05JO4Mx.js";import{a as A,b as O,d as q,B as G,R as K}from"./index-YQ8_X5hA.js";import{B as g}from"./constant-DWZ3U0-b.js";import{u as M}from"./query-DUjpOeCZ.js";const Q={flex:"","flex-1":"","flex-col":"","justify-center":"","items-start":""},X={class:"resolver-team-name",truncate:"","overflow-hidden":""},H={"w-32":"",flex:"","flex-shrink-0":"","flex-row":"","justify-start":"","items-center":""},J=C({__name:"BalloonBlock",props:{index:null,balloon:null},setup(p){const v=p,k=b(()=>v.index),l=b(()=>v.balloon),c=i(null),u=E(c);function _(t){return[t.location,t.organization,t.name].filter(y=>y).join(" - ")}const m=b(()=>l.value.problem.balloonColor);return(t,d)=>(s(),n("div",{ref_key:"el",ref:c,"h-24":""},[e(u)?(s(),n("div",{key:0,"h-24":"",flex:"","flex-row":"","gap-x-4":"","font-mono":"","text-4xl":"",class:L([e(k)%2===0?"bg-resolver-bg-0":"bg-resolver-bg-1"])},[o("div",{"w-20":"",flex:"","flex-shrink-0":"","justify-center":"","items-center":"",style:w({backgroundColor:e(m).background_color})},[o("div",{style:w({color:e(m).color})},f(e(l).problem.label),5)],4),o("div",Q,[o("div",X,f(_(e(l).team)),1),d[0]||(d[0]=o("div",{flex:"","flex-row":"","text-sm":"","items-start":"","gap-x-2":""},null,-1))]),o("div",H,f(e(l).submission.timestampToMinute),1)],2)):j("",!0)],512))}}),P={class:"bg-[#323443]","text-gray-200":"","w-screen":"","h-screen":""},W={key:0},Y={flex:"","flex-col":"","justify-center":"","items-center":"","w-screen":"","h-screen":"","text-xl":"",italic:""},Z={key:0},ee={key:1},oe={flex:"","flex-col":"","justify-between":""},ae=C({__name:"Balloon",props:{dataSourceUrl:null},setup(p){const v=p,k=N(g),{t:l}=F(),c=i(!1),u=i({}),_=i([]),m=i([]),t=i({}),d=V();function y(){const r=new K(u.value,_.value,m.value);r.buildBalloons(),t.value=r}const{data:a,isError:S,error:T}=M(v.dataSourceUrl,d);z(a,async()=>{var r,h,x;a.value===null||a.value===void 0||(u.value=A((r=a.value)==null?void 0:r.contest),k.value=`${u.value.name} | ${g}`,_.value=O((h=a.value)==null?void 0:h.teams),m.value=q((x=a.value)==null?void 0:x.submissions),y(),c.value=!0)},{immediate:!0});const $=b(()=>t.value.balloons.sort(G.compare).reverse().slice(0,256));return(r,h)=>{const x=J;return s(),n("div",P,[e(c)?(s(),n("div",ee,[o("div",oe,[(s(!0),n(I,null,R(e($),(B,D)=>(s(),U(x,{key:B.key,index:D,balloon:B},null,8,["index","balloon"]))),128))])])):(s(),n("div",W,[o("div",Y,[o("div",null,f(e(l)("common.loading"))+"... ",1),e(S)?(s(),n("div",Z,f(e(T)),1)):j("",!0)])]))])}}});export{ae as _};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.list-enter-active[data-v-2db6a8b3]{transition:all 2s ease}.list-leave-active[data-v-2db6a8b3]{transition:all .75s ease}.list-enter-from[data-v-2db6a8b3],.list-leave-to[data-v-2db6a8b3]{opacity:0;transform:translate(-30px)}.tooltip-container[data-v-73d1bbe4]{position:relative;display:inline-block}.tooltip[data-v-73d1bbe4]{position:absolute;padding:8px 12px;border-radius:4px;font-size:14px;line-height:1.4;text-align:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;white-space:nowrap;box-shadow:0 2px 8px #00000026;pointer-events:none;background-color:#1f2937}.dark.tooltip[data-v-73d1bbe4]{background-color:#374151}.tooltip.visible[data-v-73d1bbe4]{opacity:1;visibility:visible}.tooltip[data-v-73d1bbe4]:after{content:"";position:absolute;width:0;height:0;border:6px solid transparent}.tooltip.top[data-v-73d1bbe4]{bottom:100%;left:50%;transform:translate(-50%) translateY(-5px);margin-bottom:5px}.tooltip.top[data-v-73d1bbe4]:after{top:100%;left:50%;transform:translate(-50%);border-top-color:#1f2937;border-bottom:0}.dark.tooltip.top[data-v-73d1bbe4]:after{border-top-color:#374151}.tooltip.bottom[data-v-73d1bbe4]{top:100%;left:50%;transform:translate(-50%) translateY(5px);margin-top:5px}.tooltip.bottom[data-v-73d1bbe4]:after{bottom:100%;left:50%;transform:translate(-50%);border-bottom-color:#1f2937;border-top:0}.dark.tooltip.bottom[data-v-73d1bbe4]:after{border-bottom-color:#374151}.tooltip.left[data-v-73d1bbe4]{right:100%;top:50%;transform:translateY(-50%) translate(-5px);margin-right:5px}.tooltip.left[data-v-73d1bbe4]:after{left:100%;top:50%;transform:translateY(-50%);border-left-color:#1f2937;border-right:0}.dark.tooltip.left[data-v-73d1bbe4]:after{border-left-color:#374151}.tooltip.right[data-v-73d1bbe4]{left:100%;top:50%;transform:translateY(-50%) translate(5px);margin-left:5px}.tooltip.right[data-v-73d1bbe4]:after{right:100%;top:50%;transform:translateY(-50%);border-right-color:#1f2937;border-left:0}.dark.tooltip.right[data-v-73d1bbe4]:after{border-right-color:#374151}.correct-heat[data-level="1"][data-v-e330a802]{background-color:#9be9a8}.correct-heat[data-level="2"][data-v-e330a802]{background-color:#40c463}.correct-heat[data-level="3"][data-v-e330a802]{background-color:#30a14e}.correct-heat[data-level="4"][data-v-e330a802]{background-color:#216e39}.incorrect-heat[data-level="1"][data-v-e330a802]{background-color:#ff8c8c}.incorrect-heat[data-level="2"][data-v-e330a802]{background-color:#ff4d4f}.incorrect-heat[data-level="3"][data-v-e330a802]{background-color:#ff1a1a}.incorrect-heat[data-level="4"][data-v-e330a802]{background-color:#d40d0d}.item[data-vss-custom-attr=PENDING]{color:var(--theme-status-pending)!important}.item[data-vss-custom-attr=WAITING]{color:var(--theme-status-waiting)!important}.item[data-vss-custom-attr=PREPARING]{color:var(--theme-status-preparing)!important}.item[data-vss-custom-attr=COMPILING]{color:var(--theme-status-compiling)!important}.item[data-vss-custom-attr=RUNNING],.item[data-vss-custom-attr=JUDGING]{color:var(--theme-status-running)!important}.item[data-vss-custom-attr=FROZEN]{color:var(--theme-status-pending)!important}.item[data-vss-custom-attr=ACCEPTED],.item[data-vss-custom-attr=CORRECT]{color:var(--theme-status-accepted)!important}.item[data-vss-custom-attr=PARTIALLY_CORRECT]{color:var(--theme-status-partially-correct)!important}.item[data-vss-custom-attr=REJECTED],.item[data-vss-custom-attr=WRONG_ANSWER],.item[data-vss-custom-attr=NO_OUTPUT]{color:var(--theme-status-wrong-answer)!important}.item[data-vss-custom-attr=COMPILATION_ERROR],.item[data-vss-custom-attr=PRESENTATION_ERROR]{color:var(--theme-status-compilation-error)!important}.item[data-vss-custom-attr=RUNTIME_ERROR]{color:var(--theme-status-runtime-error)!important}.item[data-vss-custom-attr=TIME_LIMIT_EXCEEDED]{color:var(--theme-status-time-limit-exceeded)!important}.item[data-vss-custom-attr=MEMORY_LIMIT_EXCEEDED]{color:var(--theme-status-memory-limit-exceeded)!important}.item[data-vss-custom-attr=OUTPUT_LIMIT_EXCEEDED],.item[data-vss-custom-attr=IDLENESS_LIMIT_EXCEEDED]{color:var(--theme-status-output-limit-exceeded)!important}.item[data-vss-custom-attr=HACKED]{color:var(--theme-status-wrong-answer)!important}.item[data-vss-custom-attr=JUDGEMENT_FAILED]{color:var(--theme-status-judgement-failed)!important}.item[data-vss-custom-attr=CONFIGURATION_ERROR]{color:var(--theme-status-configuration-error)!important}.item[data-vss-custom-attr=FILE_ERROR]{color:var(--theme-status-file-error)!important}.item[data-vss-custom-attr=SYSTEM_ERROR]{color:var(--theme-status-system-error)!important}.item[data-vss-custom-attr=CANCELED]{color:var(--theme-status-canceled)!important}.item[data-vss-custom-attr=SKIPPED]{color:var(--theme-status-skipped)!important}.item[data-vss-custom-attr=SECURITY_VIOLATED],.item[data-vss-custom-attr=DENIAL_OF_JUDGEMENT]{color:var(--theme-status-judgement-failed)!important}.item[data-vss-custom-attr=UNKNOWN]{color:var(--theme-status-unknown)!important}.item[data-vss-custom-attr=UNDEFINED]{color:var(--theme-status-undefined)!important}.PENDING[data-v-cef293c5]{color:var(--theme-status-pending)}.WAITING[data-v-cef293c5]{color:var(--theme-status-waiting)}.PREPARING[data-v-cef293c5]{color:var(--theme-status-preparing)}.COMPILING[data-v-cef293c5]{color:var(--theme-status-compiling)}.RUNNING[data-v-cef293c5],.JUDGING[data-v-cef293c5]{color:var(--theme-status-running)}.FROZEN[data-v-cef293c5]{color:var(--theme-status-pending)}.ACCEPTED[data-v-cef293c5],.CORRECT[data-v-cef293c5]{color:var(--theme-status-accepted)}.PARTIALLY_CORRECT[data-v-cef293c5]{color:var(--theme-status-partially-correct)}.REJECTED[data-v-cef293c5],.WRONG_ANSWER[data-v-cef293c5],.NO_OUTPUT[data-v-cef293c5]{color:var(--theme-status-wrong-answer)}.COMPILATION_ERROR[data-v-cef293c5],.PRESENTATION_ERROR[data-v-cef293c5]{color:var(--theme-status-compilation-error)}.RUNTIME_ERROR[data-v-cef293c5]{color:var(--theme-status-runtime-error)}.TIME_LIMIT_EXCEEDED[data-v-cef293c5]{color:var(--theme-status-time-limit-exceeded)}.MEMORY_LIMIT_EXCEEDED[data-v-cef293c5]{color:var(--theme-status-memory-limit-exceeded)}.OUTPUT_LIMIT_EXCEEDED[data-v-cef293c5],.IDLENESS_LIMIT_EXCEEDED[data-v-cef293c5]{color:var(--theme-status-output-limit-exceeded)}.HACKED[data-v-cef293c5]{color:var(--theme-status-wrong-answer)}.JUDGEMENT_FAILED[data-v-cef293c5]{color:var(--theme-status-judgement-failed)}.CONFIGURATION_ERROR[data-v-cef293c5]{color:var(--theme-status-configuration-error)}.FILE_ERROR[data-v-cef293c5]{color:var(--theme-status-file-error)}.SYSTEM_ERROR[data-v-cef293c5]{color:var(--theme-status-system-error)}.CANCELED[data-v-cef293c5]{color:var(--theme-status-canceled)}.SKIPPED[data-v-cef293c5]{color:var(--theme-status-skipped)}.SECURITY_VIOLATED[data-v-cef293c5],.DENIAL_OF_JUDGEMENT[data-v-cef293c5]{color:var(--theme-status-judgement-failed)}.UNKNOWN[data-v-cef293c5]{color:var(--theme-status-unknown)}.UNDEFINED[data-v-cef293c5]{color:var(--theme-status-undefined)}table.standings[data-v-198c3ef3]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-198c3ef3]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-198c3ef3]{border:0!important}table[data-v-198c3ef3]{border-collapse:separate!important}td[data-v-198c3ef3]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-198c3ef3]{background-color:#eee}tr.team[data-v-198c3ef3]{height:2.5em}.hover[data-v-198c3ef3]{cursor:pointer}td.stnd[data-v-198c3ef3]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-198c3ef3]{border-color:#fff}td.stndact[data-v-198c3ef3]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-198c3ef3]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-198c3ef3]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-198c3ef3]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-198c3ef3]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-198c3ef3]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-198c3ef3]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-198c3ef3]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-198c3ef3]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-198c3ef3]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-198c3ef3]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-198c3ef3]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-198c3ef3]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-198c3ef3]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-198c3ef3]{color:#fff}th.success[data-v-198c3ef3]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-198c3ef3],td.title[data-v-198c3ef3]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-198c3ef3]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-198c3ef3]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-198c3ef3]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-198c3ef3]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-198c3ef3]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-198c3ef3]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-198c3ef3]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-198c3ef3]{background-color:#004080}tr.solver[data-v-198c3ef3]{background-color:#f0c0a0}tr.statistics-0[data-v-198c3ef3]{background-color:#95de64}tr.statistics-1[data-v-198c3ef3]{background-color:#b7eb8f}td.o00[data-v-198c3ef3]{background-color:#004080}td.stand00[data-v-198c3ef3]{background-color:var(--theme-standings-00)}td.stand01[data-v-198c3ef3]{background-color:var(--theme-standings-01)}td.stand10[data-v-198c3ef3]{background-color:var(--theme-standings-10)}td.stand11[data-v-198c3ef3]{background-color:var(--theme-standings-11)}tr.filter-team[data-v-198c3ef3]{background-color:#ffffe0}tr.cfres01[data-v-198c3ef3]{background-color:#ffffb0}table.matches[data-v-198c3ef3]{table-layout:fixed}td.match[data-v-198c3ef3]{height:6em;width:2em}.coderTextRed[data-v-198c3ef3],.coderTextYellow[data-v-198c3ef3],.coderTextViolet[data-v-198c3ef3],.coderTextBlue[data-v-198c3ef3],.coderTextGreen[data-v-198c3ef3],.coderTextGray[data-v-198c3ef3],.coderTextOrange[data-v-198c3ef3]{font-weight:700;background-color:transparent}.coderTextRed[data-v-198c3ef3]:link,.coderTextYellow[data-v-198c3ef3]:link,.coderTextViolet[data-v-198c3ef3]:link,.coderTextBlue[data-v-198c3ef3]:link,.coderTextGreen[data-v-198c3ef3]:link,.coderTextGray[data-v-198c3ef3]:link,.coderTextOrange[data-v-198c3ef3]:link,.coderTextWhite[data-v-198c3ef3]:link,.coderTextBlack[data-v-198c3ef3]:link,.coderTextRed[data-v-198c3ef3]:visited,.coderTextYellow[data-v-198c3ef3]:visited,.coderTextViolet[data-v-198c3ef3]:visited,.coderTextBlue[data-v-198c3ef3]:visited,.coderTextGreen[data-v-198c3ef3]:visited,.coderTextGray[data-v-198c3ef3]:visited,.coderTextOrange[data-v-198c3ef3]:visited,.coderTextWhite[data-v-198c3ef3]:visited,.coderTextBlack[data-v-198c3ef3]:visited{text-decoration:none}.coderTextRed[data-v-198c3ef3]:hover,.coderTextYellow[data-v-198c3ef3]:hover,.coderTextViolet[data-v-198c3ef3]:hover,.coderTextBlue[data-v-198c3ef3]:hover,.coderTextGreen[data-v-198c3ef3]:hover,.coderTextGray[data-v-198c3ef3]:hover,.coderTextOrange[data-v-198c3ef3]:hover,.coderTextWhite[data-v-198c3ef3]:hover,.coderTextBlack[data-v-198c3ef3]:hover,.coderTextRed[data-v-198c3ef3]:active,.coderTextYellow[data-v-198c3ef3]:active,.coderTextViolet[data-v-198c3ef3]:active,.coderTextBlue[data-v-198c3ef3]:active,.coderTextGreen[data-v-198c3ef3]:active,.coderTextGray[data-v-198c3ef3]:active,.coderTextOrange[data-v-198c3ef3]:active,.coderTextWhite[data-v-198c3ef3]:active,.coderTextBlack[data-v-198c3ef3]:active{text-decoration:underline}.coderTextOrange[data-v-198c3ef3],.coderTextOrange[data-v-198c3ef3]:link,.coderTextOrange[data-v-198c3ef3]:visited,.coderTextOrange[data-v-198c3ef3]:hover,.coderTextOrange[data-v-198c3ef3]:active{color:#f90}.coderTextRed[data-v-198c3ef3],.coderTextRed[data-v-198c3ef3]:link,.coderTextRed[data-v-198c3ef3]:visited,.coderTextRed[data-v-198c3ef3]:hover,.coderTextRed[data-v-198c3ef3]:active{color:#e00}.coderTextYellow[data-v-198c3ef3],.coderTextYellow[data-v-198c3ef3]:link,.coderTextYellow[data-v-198c3ef3]:visited,.coderTextYellow[data-v-198c3ef3]:hover,.coderTextYellow[data-v-198c3ef3]:active{color:#dc0}.coderTextViolet[data-v-198c3ef3],.coderTextViolet[data-v-198c3ef3]:link,.coderTextViolet[data-v-198c3ef3]:visited,.coderTextViolet[data-v-198c3ef3]:hover,.coderTextViolet[data-v-198c3ef3]:active{color:#a0a}.coderTextBlue[data-v-198c3ef3],.coderTextBlue[data-v-198c3ef3]:link,.coderTextBlue[data-v-198c3ef3]:visited,.coderTextBlue[data-v-198c3ef3]:hover,.coderTextBlue[data-v-198c3ef3]:active{color:#66f}.coderTextGreen[data-v-198c3ef3],.coderTextGreen[data-v-198c3ef3]:link,.coderTextGreen[data-v-198c3ef3]:visited,.coderTextGreen[data-v-198c3ef3]:hover,.coderTextGreen[data-v-198c3ef3]:active{color:#00a900}.coderTextGray[data-v-198c3ef3],.coderTextGray[data-v-198c3ef3]:link,.coderTextGray[data-v-198c3ef3]:visited,.coderTextGray[data-v-198c3ef3]:hover,.coderTextGray[data-v-198c3ef3]:active{color:#999}.coderTextWhite[data-v-198c3ef3],.coderTextWhite[data-v-198c3ef3]:link,.coderTextWhite[data-v-198c3ef3]:visited,.coderTextWhite[data-v-198c3ef3]:hover,.coderTextWhite[data-v-198c3ef3]:active{color:#fff}.coderTextBlack[data-v-198c3ef3],.coderTextBlack[data-v-198c3ef3]:link,.coderTextBlack[data-v-198c3ef3]:visited,.coderTextBlack[data-v-198c3ef3]:hover,.coderTextBlack[data-v-198c3ef3]:active{color:#000}s[data-v-198c3ef3]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-198c3ef3]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-198c3ef3]{text-align:justify}a[data-v-198c3ef3]{color:#004080}td.topmenu a[data-v-198c3ef3]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-198c3ef3]:hover{color:silver}td.topmenu[data-v-198c3ef3]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-198c3ef3]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-198c3ef3]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-198c3ef3]:hover{color:silver}td.menuleft[data-v-198c3ef3]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-198c3ef3]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-198c3ef3]{height:25px;width:190px}td.newsselectcontainer form[data-v-198c3ef3]{margin:0}td.newsselectcontainer select[data-v-198c3ef3]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-198c3ef3]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-198c3ef3]{border:1px solid #004080}.memorial[data-v-198c3ef3]{padding:0 8px;border:2px solid #000000}.menu[data-v-198c3ef3]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-198c3ef3]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-198c3ef3]{width:15em}.menu ul li[data-v-198c3ef3]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-198c3ef3]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-198c3ef3],.menu a[data-v-198c3ef3]:visited{display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#fff;background:#004080;padding:0 3em;text-align:center;font-weight:700;font-style:oblique}.menu ul ul a[data-v-198c3ef3],.menu ul ul a[data-v-198c3ef3]:visited{display:block;background:#004080;color:#fff;width:12em;height:100%;border:1px solid #fff;line-height:1em;padding:.5em 1em;text-align:center;font-weight:700;font-style:oblique}.menu ul table ul a[data-v-198c3ef3],.menu ul table ul a[data-v-198c3ef3]:visited{width:14em;width:12em}.menu table[data-v-198c3ef3]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-198c3ef3]{left:-1px}.menu ul ul table ul.left[data-v-198c3ef3]{margin-left:2px}.menu li[data-v-198c3ef3]:hover,html .menu a[data-v-198c3ef3]:hover{position:relative}.menu ul ul ul a[data-v-198c3ef3],.menu ul ul ul a[data-v-198c3ef3]:visited,.menu ul ul ul ul a[data-v-198c3ef3],.menu ul ul ul ul a[data-v-198c3ef3]:visited,.menu ul :hover a.sub1[data-v-198c3ef3],.menu ul ul :hover a.sub2[data-v-198c3ef3]{background:#004080}.menu a[data-v-198c3ef3]:hover{color:silver;background:#014181}.menu :hover>a[data-v-198c3ef3]{color:silver;background:#014181}.menu ul ul a[data-v-198c3ef3]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-198c3ef3]{color:silver;background:#014181}.menu ul ul ul a[data-v-198c3ef3]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-198c3ef3]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-198c3ef3]:hover{color:silver;background:#014181}.menu ul ul[data-v-198c3ef3]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-198c3ef3]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-198c3ef3]{left:-14em}.menu ul li:hover ul[data-v-198c3ef3],.menu ul a:hover ul[data-v-198c3ef3]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-198c3ef3],.menu ul :hover ul :hover ul ul[data-v-198c3ef3]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-198c3ef3],.menu ul :hover ul :hover ul :hover ul[data-v-198c3ef3]{visibility:visible}.lmenu[data-v-198c3ef3]{height:150px;font-size:90%}.lmenu ul[data-v-198c3ef3]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-198c3ef3]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-198c3ef3]{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;text-indent:.5em;border:1px solid #fff;color:#004080;height:2.6em;float:left}.lmenu table[data-v-198c3ef3]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-198c3ef3],.lmenu a[data-v-198c3ef3]:visited{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;color:#fff;background:#004080;text-indent:.5em;border:1px solid #fff}html .lmenu a[data-v-198c3ef3],html .menu a[data-v-198c3ef3]:visited{width:150em;width:14.9em}html .lmenu a[data-v-198c3ef3]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-198c3ef3]:hover{position:relative}.lmenu a[data-v-198c3ef3]:active,.lmenu a[data-v-198c3ef3]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-198c3ef3]{color:silver;background:#014181}.lmenu li ul[data-v-198c3ef3]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-198c3ef3]{visibility:visible}.lmenu ul a:hover ul ul[data-v-198c3ef3],.lmenu ul a:hover ul a:hover ul ul[data-v-198c3ef3],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-198c3ef3]{visibility:hidden}.lmenu ul a:hover ul[data-v-198c3ef3],.lmenu ul a:hover ul a:hover ul[data-v-198c3ef3],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-198c3ef3],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-198c3ef3]{visibility:visible}table.standings[data-v-68dd357b]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-68dd357b]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-68dd357b]{border:0!important}table[data-v-68dd357b]{border-collapse:separate!important}td[data-v-68dd357b]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-68dd357b]{background-color:#eee}tr.team[data-v-68dd357b]{height:2.5em}.hover[data-v-68dd357b]{cursor:pointer}td.stnd[data-v-68dd357b]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-68dd357b]{border-color:#fff}td.stndact[data-v-68dd357b]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-68dd357b]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-68dd357b]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-68dd357b]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-68dd357b]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-68dd357b]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-68dd357b]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-68dd357b]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-68dd357b]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-68dd357b]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-68dd357b]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-68dd357b]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-68dd357b]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-68dd357b]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-68dd357b]{color:#fff}th.success[data-v-68dd357b]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-68dd357b],td.title[data-v-68dd357b]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-68dd357b]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-68dd357b]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-68dd357b]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-68dd357b]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-68dd357b]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-68dd357b]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-68dd357b]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-68dd357b]{background-color:#004080}tr.solver[data-v-68dd357b]{background-color:#f0c0a0}tr.statistics-0[data-v-68dd357b]{background-color:#95de64}tr.statistics-1[data-v-68dd357b]{background-color:#b7eb8f}td.o00[data-v-68dd357b]{background-color:#004080}td.stand00[data-v-68dd357b]{background-color:var(--theme-standings-00)}td.stand01[data-v-68dd357b]{background-color:var(--theme-standings-01)}td.stand10[data-v-68dd357b]{background-color:var(--theme-standings-10)}td.stand11[data-v-68dd357b]{background-color:var(--theme-standings-11)}tr.filter-team[data-v-68dd357b]{background-color:#ffffe0}tr.cfres01[data-v-68dd357b]{background-color:#ffffb0}table.matches[data-v-68dd357b]{table-layout:fixed}td.match[data-v-68dd357b]{height:6em;width:2em}.coderTextRed[data-v-68dd357b],.coderTextYellow[data-v-68dd357b],.coderTextViolet[data-v-68dd357b],.coderTextBlue[data-v-68dd357b],.coderTextGreen[data-v-68dd357b],.coderTextGray[data-v-68dd357b],.coderTextOrange[data-v-68dd357b]{font-weight:700;background-color:transparent}.coderTextRed[data-v-68dd357b]:link,.coderTextYellow[data-v-68dd357b]:link,.coderTextViolet[data-v-68dd357b]:link,.coderTextBlue[data-v-68dd357b]:link,.coderTextGreen[data-v-68dd357b]:link,.coderTextGray[data-v-68dd357b]:link,.coderTextOrange[data-v-68dd357b]:link,.coderTextWhite[data-v-68dd357b]:link,.coderTextBlack[data-v-68dd357b]:link,.coderTextRed[data-v-68dd357b]:visited,.coderTextYellow[data-v-68dd357b]:visited,.coderTextViolet[data-v-68dd357b]:visited,.coderTextBlue[data-v-68dd357b]:visited,.coderTextGreen[data-v-68dd357b]:visited,.coderTextGray[data-v-68dd357b]:visited,.coderTextOrange[data-v-68dd357b]:visited,.coderTextWhite[data-v-68dd357b]:visited,.coderTextBlack[data-v-68dd357b]:visited{text-decoration:none}.coderTextRed[data-v-68dd357b]:hover,.coderTextYellow[data-v-68dd357b]:hover,.coderTextViolet[data-v-68dd357b]:hover,.coderTextBlue[data-v-68dd357b]:hover,.coderTextGreen[data-v-68dd357b]:hover,.coderTextGray[data-v-68dd357b]:hover,.coderTextOrange[data-v-68dd357b]:hover,.coderTextWhite[data-v-68dd357b]:hover,.coderTextBlack[data-v-68dd357b]:hover,.coderTextRed[data-v-68dd357b]:active,.coderTextYellow[data-v-68dd357b]:active,.coderTextViolet[data-v-68dd357b]:active,.coderTextBlue[data-v-68dd357b]:active,.coderTextGreen[data-v-68dd357b]:active,.coderTextGray[data-v-68dd357b]:active,.coderTextOrange[data-v-68dd357b]:active,.coderTextWhite[data-v-68dd357b]:active,.coderTextBlack[data-v-68dd357b]:active{text-decoration:underline}.coderTextOrange[data-v-68dd357b],.coderTextOrange[data-v-68dd357b]:link,.coderTextOrange[data-v-68dd357b]:visited,.coderTextOrange[data-v-68dd357b]:hover,.coderTextOrange[data-v-68dd357b]:active{color:#f90}.coderTextRed[data-v-68dd357b],.coderTextRed[data-v-68dd357b]:link,.coderTextRed[data-v-68dd357b]:visited,.coderTextRed[data-v-68dd357b]:hover,.coderTextRed[data-v-68dd357b]:active{color:#e00}.coderTextYellow[data-v-68dd357b],.coderTextYellow[data-v-68dd357b]:link,.coderTextYellow[data-v-68dd357b]:visited,.coderTextYellow[data-v-68dd357b]:hover,.coderTextYellow[data-v-68dd357b]:active{color:#dc0}.coderTextViolet[data-v-68dd357b],.coderTextViolet[data-v-68dd357b]:link,.coderTextViolet[data-v-68dd357b]:visited,.coderTextViolet[data-v-68dd357b]:hover,.coderTextViolet[data-v-68dd357b]:active{color:#a0a}.coderTextBlue[data-v-68dd357b],.coderTextBlue[data-v-68dd357b]:link,.coderTextBlue[data-v-68dd357b]:visited,.coderTextBlue[data-v-68dd357b]:hover,.coderTextBlue[data-v-68dd357b]:active{color:#66f}.coderTextGreen[data-v-68dd357b],.coderTextGreen[data-v-68dd357b]:link,.coderTextGreen[data-v-68dd357b]:visited,.coderTextGreen[data-v-68dd357b]:hover,.coderTextGreen[data-v-68dd357b]:active{color:#00a900}.coderTextGray[data-v-68dd357b],.coderTextGray[data-v-68dd357b]:link,.coderTextGray[data-v-68dd357b]:visited,.coderTextGray[data-v-68dd357b]:hover,.coderTextGray[data-v-68dd357b]:active{color:#999}.coderTextWhite[data-v-68dd357b],.coderTextWhite[data-v-68dd357b]:link,.coderTextWhite[data-v-68dd357b]:visited,.coderTextWhite[data-v-68dd357b]:hover,.coderTextWhite[data-v-68dd357b]:active{color:#fff}.coderTextBlack[data-v-68dd357b],.coderTextBlack[data-v-68dd357b]:link,.coderTextBlack[data-v-68dd357b]:visited,.coderTextBlack[data-v-68dd357b]:hover,.coderTextBlack[data-v-68dd357b]:active{color:#000}s[data-v-68dd357b]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-68dd357b]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-68dd357b]{text-align:justify}a[data-v-68dd357b]{color:#004080}td.topmenu a[data-v-68dd357b]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-68dd357b]:hover{color:silver}td.topmenu[data-v-68dd357b]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-68dd357b]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-68dd357b]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-68dd357b]:hover{color:silver}td.menuleft[data-v-68dd357b]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-68dd357b]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-68dd357b]{height:25px;width:190px}td.newsselectcontainer form[data-v-68dd357b]{margin:0}td.newsselectcontainer select[data-v-68dd357b]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-68dd357b]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-68dd357b]{border:1px solid #004080}.memorial[data-v-68dd357b]{padding:0 8px;border:2px solid #000000}.menu[data-v-68dd357b]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-68dd357b]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-68dd357b]{width:15em}.menu ul li[data-v-68dd357b]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-68dd357b]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-68dd357b],.menu a[data-v-68dd357b]:visited{display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#fff;background:#004080;padding:0 3em;text-align:center;font-weight:700;font-style:oblique}.menu ul ul a[data-v-68dd357b],.menu ul ul a[data-v-68dd357b]:visited{display:block;background:#004080;color:#fff;width:12em;height:100%;border:1px solid #fff;line-height:1em;padding:.5em 1em;text-align:center;font-weight:700;font-style:oblique}.menu ul table ul a[data-v-68dd357b],.menu ul table ul a[data-v-68dd357b]:visited{width:14em;width:12em}.menu table[data-v-68dd357b]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-68dd357b]{left:-1px}.menu ul ul table ul.left[data-v-68dd357b]{margin-left:2px}.menu li[data-v-68dd357b]:hover,html .menu a[data-v-68dd357b]:hover{position:relative}.menu ul ul ul a[data-v-68dd357b],.menu ul ul ul a[data-v-68dd357b]:visited,.menu ul ul ul ul a[data-v-68dd357b],.menu ul ul ul ul a[data-v-68dd357b]:visited,.menu ul :hover a.sub1[data-v-68dd357b],.menu ul ul :hover a.sub2[data-v-68dd357b]{background:#004080}.menu a[data-v-68dd357b]:hover{color:silver;background:#014181}.menu :hover>a[data-v-68dd357b]{color:silver;background:#014181}.menu ul ul a[data-v-68dd357b]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-68dd357b]{color:silver;background:#014181}.menu ul ul ul a[data-v-68dd357b]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-68dd357b]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-68dd357b]:hover{color:silver;background:#014181}.menu ul ul[data-v-68dd357b]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-68dd357b]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-68dd357b]{left:-14em}.menu ul li:hover ul[data-v-68dd357b],.menu ul a:hover ul[data-v-68dd357b]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-68dd357b],.menu ul :hover ul :hover ul ul[data-v-68dd357b]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-68dd357b],.menu ul :hover ul :hover ul :hover ul[data-v-68dd357b]{visibility:visible}.lmenu[data-v-68dd357b]{height:150px;font-size:90%}.lmenu ul[data-v-68dd357b]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-68dd357b]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-68dd357b]{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;text-indent:.5em;border:1px solid #fff;color:#004080;height:2.6em;float:left}.lmenu table[data-v-68dd357b]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-68dd357b],.lmenu a[data-v-68dd357b]:visited{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;color:#fff;background:#004080;text-indent:.5em;border:1px solid #fff}html .lmenu a[data-v-68dd357b],html .menu a[data-v-68dd357b]:visited{width:150em;width:14.9em}html .lmenu a[data-v-68dd357b]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-68dd357b]:hover{position:relative}.lmenu a[data-v-68dd357b]:active,.lmenu a[data-v-68dd357b]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-68dd357b]{color:silver;background:#014181}.lmenu li ul[data-v-68dd357b]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-68dd357b]{visibility:visible}.lmenu ul a:hover ul ul[data-v-68dd357b],.lmenu ul a:hover ul a:hover ul ul[data-v-68dd357b],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-68dd357b]{visibility:hidden}.lmenu ul a:hover ul[data-v-68dd357b],.lmenu ul a:hover ul a:hover ul[data-v-68dd357b],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-68dd357b],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-68dd357b]{visibility:visible}table.standings[data-v-e8acef14]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-e8acef14]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-e8acef14]{border:0!important}table[data-v-e8acef14]{border-collapse:separate!important}td[data-v-e8acef14]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-e8acef14]{background-color:#eee}tr.team[data-v-e8acef14]{height:2.5em}.hover[data-v-e8acef14]{cursor:pointer}td.stnd[data-v-e8acef14]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-e8acef14]{border-color:#fff}td.stndact[data-v-e8acef14]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-e8acef14]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-e8acef14]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-e8acef14]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-e8acef14]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-e8acef14]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-e8acef14]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-e8acef14]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-e8acef14]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-e8acef14]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-e8acef14]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-e8acef14]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-e8acef14]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-e8acef14]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-e8acef14]{color:#fff}th.success[data-v-e8acef14]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-e8acef14],td.title[data-v-e8acef14]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-e8acef14]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-e8acef14]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-e8acef14]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-e8acef14]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-e8acef14]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-e8acef14]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-e8acef14]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-e8acef14]{background-color:#004080}tr.solver[data-v-e8acef14]{background-color:#f0c0a0}tr.statistics-0[data-v-e8acef14]{background-color:#95de64}tr.statistics-1[data-v-e8acef14]{background-color:#b7eb8f}td.o00[data-v-e8acef14]{background-color:#004080}td.stand00[data-v-e8acef14]{background-color:var(--theme-standings-00)}td.stand01[data-v-e8acef14]{background-color:var(--theme-standings-01)}td.stand10[data-v-e8acef14]{background-color:var(--theme-standings-10)}td.stand11[data-v-e8acef14]{background-color:var(--theme-standings-11)}tr.filter-team[data-v-e8acef14]{background-color:#ffffe0}tr.cfres01[data-v-e8acef14]{background-color:#ffffb0}table.matches[data-v-e8acef14]{table-layout:fixed}td.match[data-v-e8acef14]{height:6em;width:2em}.coderTextRed[data-v-e8acef14],.coderTextYellow[data-v-e8acef14],.coderTextViolet[data-v-e8acef14],.coderTextBlue[data-v-e8acef14],.coderTextGreen[data-v-e8acef14],.coderTextGray[data-v-e8acef14],.coderTextOrange[data-v-e8acef14]{font-weight:700;background-color:transparent}.coderTextRed[data-v-e8acef14]:link,.coderTextYellow[data-v-e8acef14]:link,.coderTextViolet[data-v-e8acef14]:link,.coderTextBlue[data-v-e8acef14]:link,.coderTextGreen[data-v-e8acef14]:link,.coderTextGray[data-v-e8acef14]:link,.coderTextOrange[data-v-e8acef14]:link,.coderTextWhite[data-v-e8acef14]:link,.coderTextBlack[data-v-e8acef14]:link,.coderTextRed[data-v-e8acef14]:visited,.coderTextYellow[data-v-e8acef14]:visited,.coderTextViolet[data-v-e8acef14]:visited,.coderTextBlue[data-v-e8acef14]:visited,.coderTextGreen[data-v-e8acef14]:visited,.coderTextGray[data-v-e8acef14]:visited,.coderTextOrange[data-v-e8acef14]:visited,.coderTextWhite[data-v-e8acef14]:visited,.coderTextBlack[data-v-e8acef14]:visited{text-decoration:none}.coderTextRed[data-v-e8acef14]:hover,.coderTextYellow[data-v-e8acef14]:hover,.coderTextViolet[data-v-e8acef14]:hover,.coderTextBlue[data-v-e8acef14]:hover,.coderTextGreen[data-v-e8acef14]:hover,.coderTextGray[data-v-e8acef14]:hover,.coderTextOrange[data-v-e8acef14]:hover,.coderTextWhite[data-v-e8acef14]:hover,.coderTextBlack[data-v-e8acef14]:hover,.coderTextRed[data-v-e8acef14]:active,.coderTextYellow[data-v-e8acef14]:active,.coderTextViolet[data-v-e8acef14]:active,.coderTextBlue[data-v-e8acef14]:active,.coderTextGreen[data-v-e8acef14]:active,.coderTextGray[data-v-e8acef14]:active,.coderTextOrange[data-v-e8acef14]:active,.coderTextWhite[data-v-e8acef14]:active,.coderTextBlack[data-v-e8acef14]:active{text-decoration:underline}.coderTextOrange[data-v-e8acef14],.coderTextOrange[data-v-e8acef14]:link,.coderTextOrange[data-v-e8acef14]:visited,.coderTextOrange[data-v-e8acef14]:hover,.coderTextOrange[data-v-e8acef14]:active{color:#f90}.coderTextRed[data-v-e8acef14],.coderTextRed[data-v-e8acef14]:link,.coderTextRed[data-v-e8acef14]:visited,.coderTextRed[data-v-e8acef14]:hover,.coderTextRed[data-v-e8acef14]:active{color:#e00}.coderTextYellow[data-v-e8acef14],.coderTextYellow[data-v-e8acef14]:link,.coderTextYellow[data-v-e8acef14]:visited,.coderTextYellow[data-v-e8acef14]:hover,.coderTextYellow[data-v-e8acef14]:active{color:#dc0}.coderTextViolet[data-v-e8acef14],.coderTextViolet[data-v-e8acef14]:link,.coderTextViolet[data-v-e8acef14]:visited,.coderTextViolet[data-v-e8acef14]:hover,.coderTextViolet[data-v-e8acef14]:active{color:#a0a}.coderTextBlue[data-v-e8acef14],.coderTextBlue[data-v-e8acef14]:link,.coderTextBlue[data-v-e8acef14]:visited,.coderTextBlue[data-v-e8acef14]:hover,.coderTextBlue[data-v-e8acef14]:active{color:#66f}.coderTextGreen[data-v-e8acef14],.coderTextGreen[data-v-e8acef14]:link,.coderTextGreen[data-v-e8acef14]:visited,.coderTextGreen[data-v-e8acef14]:hover,.coderTextGreen[data-v-e8acef14]:active{color:#00a900}.coderTextGray[data-v-e8acef14],.coderTextGray[data-v-e8acef14]:link,.coderTextGray[data-v-e8acef14]:visited,.coderTextGray[data-v-e8acef14]:hover,.coderTextGray[data-v-e8acef14]:active{color:#999}.coderTextWhite[data-v-e8acef14],.coderTextWhite[data-v-e8acef14]:link,.coderTextWhite[data-v-e8acef14]:visited,.coderTextWhite[data-v-e8acef14]:hover,.coderTextWhite[data-v-e8acef14]:active{color:#fff}.coderTextBlack[data-v-e8acef14],.coderTextBlack[data-v-e8acef14]:link,.coderTextBlack[data-v-e8acef14]:visited,.coderTextBlack[data-v-e8acef14]:hover,.coderTextBlack[data-v-e8acef14]:active{color:#000}s[data-v-e8acef14]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-e8acef14]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-e8acef14]{text-align:justify}a[data-v-e8acef14]{color:#004080}td.topmenu a[data-v-e8acef14]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-e8acef14]:hover{color:silver}td.topmenu[data-v-e8acef14]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-e8acef14]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-e8acef14]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-e8acef14]:hover{color:silver}td.menuleft[data-v-e8acef14]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-e8acef14]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-e8acef14]{height:25px;width:190px}td.newsselectcontainer form[data-v-e8acef14]{margin:0}td.newsselectcontainer select[data-v-e8acef14]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-e8acef14]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-e8acef14]{border:1px solid #004080}.memorial[data-v-e8acef14]{padding:0 8px;border:2px solid #000000}.menu[data-v-e8acef14]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-e8acef14]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-e8acef14]{width:15em}.menu ul li[data-v-e8acef14]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-e8acef14]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-e8acef14],.menu a[data-v-e8acef14]:visited{display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#fff;background:#004080;padding:0 3em;text-align:center;font-weight:700;font-style:oblique}.menu ul ul a[data-v-e8acef14],.menu ul ul a[data-v-e8acef14]:visited{display:block;background:#004080;color:#fff;width:12em;height:100%;border:1px solid #fff;line-height:1em;padding:.5em 1em;text-align:center;font-weight:700;font-style:oblique}.menu ul table ul a[data-v-e8acef14],.menu ul table ul a[data-v-e8acef14]:visited{width:14em;width:12em}.menu table[data-v-e8acef14]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-e8acef14]{left:-1px}.menu ul ul table ul.left[data-v-e8acef14]{margin-left:2px}.menu li[data-v-e8acef14]:hover,html .menu a[data-v-e8acef14]:hover{position:relative}.menu ul ul ul a[data-v-e8acef14],.menu ul ul ul a[data-v-e8acef14]:visited,.menu ul ul ul ul a[data-v-e8acef14],.menu ul ul ul ul a[data-v-e8acef14]:visited,.menu ul :hover a.sub1[data-v-e8acef14],.menu ul ul :hover a.sub2[data-v-e8acef14]{background:#004080}.menu a[data-v-e8acef14]:hover{color:silver;background:#014181}.menu :hover>a[data-v-e8acef14]{color:silver;background:#014181}.menu ul ul a[data-v-e8acef14]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-e8acef14]{color:silver;background:#014181}.menu ul ul ul a[data-v-e8acef14]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-e8acef14]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-e8acef14]:hover{color:silver;background:#014181}.menu ul ul[data-v-e8acef14]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-e8acef14]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-e8acef14]{left:-14em}.menu ul li:hover ul[data-v-e8acef14],.menu ul a:hover ul[data-v-e8acef14]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-e8acef14],.menu ul :hover ul :hover ul ul[data-v-e8acef14]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-e8acef14],.menu ul :hover ul :hover ul :hover ul[data-v-e8acef14]{visibility:visible}.lmenu[data-v-e8acef14]{height:150px;font-size:90%}.lmenu ul[data-v-e8acef14]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-e8acef14]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-e8acef14]{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;text-indent:.5em;border:1px solid #fff;color:#004080;height:2.6em;float:left}.lmenu table[data-v-e8acef14]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-e8acef14],.lmenu a[data-v-e8acef14]:visited{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;color:#fff;background:#004080;text-indent:.5em;border:1px solid #fff}html .lmenu a[data-v-e8acef14],html .menu a[data-v-e8acef14]:visited{width:150em;width:14.9em}html .lmenu a[data-v-e8acef14]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-e8acef14]:hover{position:relative}.lmenu a[data-v-e8acef14]:active,.lmenu a[data-v-e8acef14]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-e8acef14]{color:silver;background:#014181}.lmenu li ul[data-v-e8acef14]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-e8acef14]{visibility:visible}.lmenu ul a:hover ul ul[data-v-e8acef14],.lmenu ul a:hover ul a:hover ul ul[data-v-e8acef14],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-e8acef14]{visibility:hidden}.lmenu ul a:hover ul[data-v-e8acef14],.lmenu ul a:hover ul a:hover ul[data-v-e8acef14],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-e8acef14],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-e8acef14]{visibility:visible}table.standings[data-v-6d613751]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-6d613751]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-6d613751]{border:0!important}table[data-v-6d613751]{border-collapse:separate!important}td[data-v-6d613751]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-6d613751]{background-color:#eee}tr.team[data-v-6d613751]{height:2.5em}.hover[data-v-6d613751]{cursor:pointer}td.stnd[data-v-6d613751]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-6d613751]{border-color:#fff}td.stndact[data-v-6d613751]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-6d613751]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-6d613751]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-6d613751]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-6d613751]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-6d613751]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-6d613751]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-6d613751]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-6d613751]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-6d613751]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-6d613751]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-6d613751]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-6d613751]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-6d613751]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-6d613751]{color:#fff}th.success[data-v-6d613751]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-6d613751],td.title[data-v-6d613751]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-6d613751]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-6d613751]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-6d613751]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-6d613751]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-6d613751]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-6d613751]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-6d613751]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-6d613751]{background-color:#004080}tr.solver[data-v-6d613751]{background-color:#f0c0a0}tr.statistics-0[data-v-6d613751]{background-color:#95de64}tr.statistics-1[data-v-6d613751]{background-color:#b7eb8f}td.o00[data-v-6d613751]{background-color:#004080}td.stand00[data-v-6d613751]{background-color:var(--theme-standings-00)}td.stand01[data-v-6d613751]{background-color:var(--theme-standings-01)}td.stand10[data-v-6d613751]{background-color:var(--theme-standings-10)}td.stand11[data-v-6d613751]{background-color:var(--theme-standings-11)}tr.filter-team[data-v-6d613751]{background-color:#ffffe0}tr.cfres01[data-v-6d613751]{background-color:#ffffb0}table.matches[data-v-6d613751]{table-layout:fixed}td.match[data-v-6d613751]{height:6em;width:2em}.coderTextRed[data-v-6d613751],.coderTextYellow[data-v-6d613751],.coderTextViolet[data-v-6d613751],.coderTextBlue[data-v-6d613751],.coderTextGreen[data-v-6d613751],.coderTextGray[data-v-6d613751],.coderTextOrange[data-v-6d613751]{font-weight:700;background-color:transparent}.coderTextRed[data-v-6d613751]:link,.coderTextYellow[data-v-6d613751]:link,.coderTextViolet[data-v-6d613751]:link,.coderTextBlue[data-v-6d613751]:link,.coderTextGreen[data-v-6d613751]:link,.coderTextGray[data-v-6d613751]:link,.coderTextOrange[data-v-6d613751]:link,.coderTextWhite[data-v-6d613751]:link,.coderTextBlack[data-v-6d613751]:link,.coderTextRed[data-v-6d613751]:visited,.coderTextYellow[data-v-6d613751]:visited,.coderTextViolet[data-v-6d613751]:visited,.coderTextBlue[data-v-6d613751]:visited,.coderTextGreen[data-v-6d613751]:visited,.coderTextGray[data-v-6d613751]:visited,.coderTextOrange[data-v-6d613751]:visited,.coderTextWhite[data-v-6d613751]:visited,.coderTextBlack[data-v-6d613751]:visited{text-decoration:none}.coderTextRed[data-v-6d613751]:hover,.coderTextYellow[data-v-6d613751]:hover,.coderTextViolet[data-v-6d613751]:hover,.coderTextBlue[data-v-6d613751]:hover,.coderTextGreen[data-v-6d613751]:hover,.coderTextGray[data-v-6d613751]:hover,.coderTextOrange[data-v-6d613751]:hover,.coderTextWhite[data-v-6d613751]:hover,.coderTextBlack[data-v-6d613751]:hover,.coderTextRed[data-v-6d613751]:active,.coderTextYellow[data-v-6d613751]:active,.coderTextViolet[data-v-6d613751]:active,.coderTextBlue[data-v-6d613751]:active,.coderTextGreen[data-v-6d613751]:active,.coderTextGray[data-v-6d613751]:active,.coderTextOrange[data-v-6d613751]:active,.coderTextWhite[data-v-6d613751]:active,.coderTextBlack[data-v-6d613751]:active{text-decoration:underline}.coderTextOrange[data-v-6d613751],.coderTextOrange[data-v-6d613751]:link,.coderTextOrange[data-v-6d613751]:visited,.coderTextOrange[data-v-6d613751]:hover,.coderTextOrange[data-v-6d613751]:active{color:#f90}.coderTextRed[data-v-6d613751],.coderTextRed[data-v-6d613751]:link,.coderTextRed[data-v-6d613751]:visited,.coderTextRed[data-v-6d613751]:hover,.coderTextRed[data-v-6d613751]:active{color:#e00}.coderTextYellow[data-v-6d613751],.coderTextYellow[data-v-6d613751]:link,.coderTextYellow[data-v-6d613751]:visited,.coderTextYellow[data-v-6d613751]:hover,.coderTextYellow[data-v-6d613751]:active{color:#dc0}.coderTextViolet[data-v-6d613751],.coderTextViolet[data-v-6d613751]:link,.coderTextViolet[data-v-6d613751]:visited,.coderTextViolet[data-v-6d613751]:hover,.coderTextViolet[data-v-6d613751]:active{color:#a0a}.coderTextBlue[data-v-6d613751],.coderTextBlue[data-v-6d613751]:link,.coderTextBlue[data-v-6d613751]:visited,.coderTextBlue[data-v-6d613751]:hover,.coderTextBlue[data-v-6d613751]:active{color:#66f}.coderTextGreen[data-v-6d613751],.coderTextGreen[data-v-6d613751]:link,.coderTextGreen[data-v-6d613751]:visited,.coderTextGreen[data-v-6d613751]:hover,.coderTextGreen[data-v-6d613751]:active{color:#00a900}.coderTextGray[data-v-6d613751],.coderTextGray[data-v-6d613751]:link,.coderTextGray[data-v-6d613751]:visited,.coderTextGray[data-v-6d613751]:hover,.coderTextGray[data-v-6d613751]:active{color:#999}.coderTextWhite[data-v-6d613751],.coderTextWhite[data-v-6d613751]:link,.coderTextWhite[data-v-6d613751]:visited,.coderTextWhite[data-v-6d613751]:hover,.coderTextWhite[data-v-6d613751]:active{color:#fff}.coderTextBlack[data-v-6d613751],.coderTextBlack[data-v-6d613751]:link,.coderTextBlack[data-v-6d613751]:visited,.coderTextBlack[data-v-6d613751]:hover,.coderTextBlack[data-v-6d613751]:active{color:#000}s[data-v-6d613751]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-6d613751]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-6d613751]{text-align:justify}a[data-v-6d613751]{color:#004080}td.topmenu a[data-v-6d613751]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-6d613751]:hover{color:silver}td.topmenu[data-v-6d613751]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-6d613751]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-6d613751]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-6d613751]:hover{color:silver}td.menuleft[data-v-6d613751]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-6d613751]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-6d613751]{height:25px;width:190px}td.newsselectcontainer form[data-v-6d613751]{margin:0}td.newsselectcontainer select[data-v-6d613751]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-6d613751]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-6d613751]{border:1px solid #004080}.memorial[data-v-6d613751]{padding:0 8px;border:2px solid #000000}.menu[data-v-6d613751]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-6d613751]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-6d613751]{width:15em}.menu ul li[data-v-6d613751]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-6d613751]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-6d613751],.menu a[data-v-6d613751]:visited{display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#fff;background:#004080;padding:0 3em;text-align:center;font-weight:700;font-style:oblique}.menu ul ul a[data-v-6d613751],.menu ul ul a[data-v-6d613751]:visited{display:block;background:#004080;color:#fff;width:12em;height:100%;border:1px solid #fff;line-height:1em;padding:.5em 1em;text-align:center;font-weight:700;font-style:oblique}.menu ul table ul a[data-v-6d613751],.menu ul table ul a[data-v-6d613751]:visited{width:14em;width:12em}.menu table[data-v-6d613751]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-6d613751]{left:-1px}.menu ul ul table ul.left[data-v-6d613751]{margin-left:2px}.menu li[data-v-6d613751]:hover,html .menu a[data-v-6d613751]:hover{position:relative}.menu ul ul ul a[data-v-6d613751],.menu ul ul ul a[data-v-6d613751]:visited,.menu ul ul ul ul a[data-v-6d613751],.menu ul ul ul ul a[data-v-6d613751]:visited,.menu ul :hover a.sub1[data-v-6d613751],.menu ul ul :hover a.sub2[data-v-6d613751]{background:#004080}.menu a[data-v-6d613751]:hover{color:silver;background:#014181}.menu :hover>a[data-v-6d613751]{color:silver;background:#014181}.menu ul ul a[data-v-6d613751]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-6d613751]{color:silver;background:#014181}.menu ul ul ul a[data-v-6d613751]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-6d613751]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-6d613751]:hover{color:silver;background:#014181}.menu ul ul[data-v-6d613751]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-6d613751]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-6d613751]{left:-14em}.menu ul li:hover ul[data-v-6d613751],.menu ul a:hover ul[data-v-6d613751]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-6d613751],.menu ul :hover ul :hover ul ul[data-v-6d613751]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-6d613751],.menu ul :hover ul :hover ul :hover ul[data-v-6d613751]{visibility:visible}.lmenu[data-v-6d613751]{height:150px;font-size:90%}.lmenu ul[data-v-6d613751]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-6d613751]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-6d613751]{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;text-indent:.5em;border:1px solid #fff;color:#004080;height:2.6em;float:left}.lmenu table[data-v-6d613751]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-6d613751],.lmenu a[data-v-6d613751]:visited{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;color:#fff;background:#004080;text-indent:.5em;border:1px solid #fff}html .lmenu a[data-v-6d613751],html .menu a[data-v-6d613751]:visited{width:150em;width:14.9em}html .lmenu a[data-v-6d613751]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-6d613751]:hover{position:relative}.lmenu a[data-v-6d613751]:active,.lmenu a[data-v-6d613751]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-6d613751]{color:silver;background:#014181}.lmenu li ul[data-v-6d613751]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-6d613751]{visibility:visible}.lmenu ul a:hover ul ul[data-v-6d613751],.lmenu ul a:hover ul a:hover ul ul[data-v-6d613751],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-6d613751]{visibility:hidden}.lmenu ul a:hover ul[data-v-6d613751],.lmenu ul a:hover ul a:hover ul[data-v-6d613751],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-6d613751],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-6d613751]{visibility:visible}table.standings[data-v-3340f68a]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-3340f68a]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-3340f68a]{border:0!important}table[data-v-3340f68a]{border-collapse:separate!important}td[data-v-3340f68a]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-3340f68a]{background-color:#eee}tr.team[data-v-3340f68a]{height:2.5em}.hover[data-v-3340f68a]{cursor:pointer}td.stnd[data-v-3340f68a]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-3340f68a]{border-color:#fff}td.stndact[data-v-3340f68a]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-3340f68a]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-3340f68a]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-3340f68a]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-3340f68a]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-3340f68a]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-3340f68a]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-3340f68a]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-3340f68a]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-3340f68a]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-3340f68a]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-3340f68a]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-3340f68a]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-3340f68a]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-3340f68a]{color:#fff}th.success[data-v-3340f68a]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-3340f68a],td.title[data-v-3340f68a]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-3340f68a]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-3340f68a]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-3340f68a]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-3340f68a]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-3340f68a]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-3340f68a]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-3340f68a]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-3340f68a]{background-color:#004080}tr.solver[data-v-3340f68a]{background-color:#f0c0a0}tr.statistics-0[data-v-3340f68a]{background-color:#95de64}tr.statistics-1[data-v-3340f68a]{background-color:#b7eb8f}td.o00[data-v-3340f68a]{background-color:#004080}td.stand00[data-v-3340f68a]{background-color:var(--theme-standings-00)}td.stand01[data-v-3340f68a]{background-color:var(--theme-standings-01)}td.stand10[data-v-3340f68a]{background-color:var(--theme-standings-10)}td.stand11[data-v-3340f68a]{background-color:var(--theme-standings-11)}tr.filter-team[data-v-3340f68a]{background-color:#ffffe0}tr.cfres01[data-v-3340f68a]{background-color:#ffffb0}table.matches[data-v-3340f68a]{table-layout:fixed}td.match[data-v-3340f68a]{height:6em;width:2em}.coderTextRed[data-v-3340f68a],.coderTextYellow[data-v-3340f68a],.coderTextViolet[data-v-3340f68a],.coderTextBlue[data-v-3340f68a],.coderTextGreen[data-v-3340f68a],.coderTextGray[data-v-3340f68a],.coderTextOrange[data-v-3340f68a]{font-weight:700;background-color:transparent}.coderTextRed[data-v-3340f68a]:link,.coderTextYellow[data-v-3340f68a]:link,.coderTextViolet[data-v-3340f68a]:link,.coderTextBlue[data-v-3340f68a]:link,.coderTextGreen[data-v-3340f68a]:link,.coderTextGray[data-v-3340f68a]:link,.coderTextOrange[data-v-3340f68a]:link,.coderTextWhite[data-v-3340f68a]:link,.coderTextBlack[data-v-3340f68a]:link,.coderTextRed[data-v-3340f68a]:visited,.coderTextYellow[data-v-3340f68a]:visited,.coderTextViolet[data-v-3340f68a]:visited,.coderTextBlue[data-v-3340f68a]:visited,.coderTextGreen[data-v-3340f68a]:visited,.coderTextGray[data-v-3340f68a]:visited,.coderTextOrange[data-v-3340f68a]:visited,.coderTextWhite[data-v-3340f68a]:visited,.coderTextBlack[data-v-3340f68a]:visited{text-decoration:none}.coderTextRed[data-v-3340f68a]:hover,.coderTextYellow[data-v-3340f68a]:hover,.coderTextViolet[data-v-3340f68a]:hover,.coderTextBlue[data-v-3340f68a]:hover,.coderTextGreen[data-v-3340f68a]:hover,.coderTextGray[data-v-3340f68a]:hover,.coderTextOrange[data-v-3340f68a]:hover,.coderTextWhite[data-v-3340f68a]:hover,.coderTextBlack[data-v-3340f68a]:hover,.coderTextRed[data-v-3340f68a]:active,.coderTextYellow[data-v-3340f68a]:active,.coderTextViolet[data-v-3340f68a]:active,.coderTextBlue[data-v-3340f68a]:active,.coderTextGreen[data-v-3340f68a]:active,.coderTextGray[data-v-3340f68a]:active,.coderTextOrange[data-v-3340f68a]:active,.coderTextWhite[data-v-3340f68a]:active,.coderTextBlack[data-v-3340f68a]:active{text-decoration:underline}.coderTextOrange[data-v-3340f68a],.coderTextOrange[data-v-3340f68a]:link,.coderTextOrange[data-v-3340f68a]:visited,.coderTextOrange[data-v-3340f68a]:hover,.coderTextOrange[data-v-3340f68a]:active{color:#f90}.coderTextRed[data-v-3340f68a],.coderTextRed[data-v-3340f68a]:link,.coderTextRed[data-v-3340f68a]:visited,.coderTextRed[data-v-3340f68a]:hover,.coderTextRed[data-v-3340f68a]:active{color:#e00}.coderTextYellow[data-v-3340f68a],.coderTextYellow[data-v-3340f68a]:link,.coderTextYellow[data-v-3340f68a]:visited,.coderTextYellow[data-v-3340f68a]:hover,.coderTextYellow[data-v-3340f68a]:active{color:#dc0}.coderTextViolet[data-v-3340f68a],.coderTextViolet[data-v-3340f68a]:link,.coderTextViolet[data-v-3340f68a]:visited,.coderTextViolet[data-v-3340f68a]:hover,.coderTextViolet[data-v-3340f68a]:active{color:#a0a}.coderTextBlue[data-v-3340f68a],.coderTextBlue[data-v-3340f68a]:link,.coderTextBlue[data-v-3340f68a]:visited,.coderTextBlue[data-v-3340f68a]:hover,.coderTextBlue[data-v-3340f68a]:active{color:#66f}.coderTextGreen[data-v-3340f68a],.coderTextGreen[data-v-3340f68a]:link,.coderTextGreen[data-v-3340f68a]:visited,.coderTextGreen[data-v-3340f68a]:hover,.coderTextGreen[data-v-3340f68a]:active{color:#00a900}.coderTextGray[data-v-3340f68a],.coderTextGray[data-v-3340f68a]:link,.coderTextGray[data-v-3340f68a]:visited,.coderTextGray[data-v-3340f68a]:hover,.coderTextGray[data-v-3340f68a]:active{color:#999}.coderTextWhite[data-v-3340f68a],.coderTextWhite[data-v-3340f68a]:link,.coderTextWhite[data-v-3340f68a]:visited,.coderTextWhite[data-v-3340f68a]:hover,.coderTextWhite[data-v-3340f68a]:active{color:#fff}.coderTextBlack[data-v-3340f68a],.coderTextBlack[data-v-3340f68a]:link,.coderTextBlack[data-v-3340f68a]:visited,.coderTextBlack[data-v-3340f68a]:hover,.coderTextBlack[data-v-3340f68a]:active{color:#000}s[data-v-3340f68a]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-3340f68a]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-3340f68a]{text-align:justify}a[data-v-3340f68a]{color:#004080}td.topmenu a[data-v-3340f68a]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-3340f68a]:hover{color:silver}td.topmenu[data-v-3340f68a]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-3340f68a]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-3340f68a]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-3340f68a]:hover{color:silver}td.menuleft[data-v-3340f68a]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-3340f68a]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-3340f68a]{height:25px;width:190px}td.newsselectcontainer form[data-v-3340f68a]{margin:0}td.newsselectcontainer select[data-v-3340f68a]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-3340f68a]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-3340f68a]{border:1px solid #004080}.memorial[data-v-3340f68a]{padding:0 8px;border:2px solid #000000}.menu[data-v-3340f68a]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-3340f68a]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-3340f68a]{width:15em}.menu ul li[data-v-3340f68a]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-3340f68a]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-3340f68a],.menu a[data-v-3340f68a]:visited{display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#fff;background:#004080;padding:0 3em;text-align:center;font-weight:700;font-style:oblique}.menu ul ul a[data-v-3340f68a],.menu ul ul a[data-v-3340f68a]:visited{display:block;background:#004080;color:#fff;width:12em;height:100%;border:1px solid #fff;line-height:1em;padding:.5em 1em;text-align:center;font-weight:700;font-style:oblique}.menu ul table ul a[data-v-3340f68a],.menu ul table ul a[data-v-3340f68a]:visited{width:14em;width:12em}.menu table[data-v-3340f68a]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-3340f68a]{left:-1px}.menu ul ul table ul.left[data-v-3340f68a]{margin-left:2px}.menu li[data-v-3340f68a]:hover,html .menu a[data-v-3340f68a]:hover{position:relative}.menu ul ul ul a[data-v-3340f68a],.menu ul ul ul a[data-v-3340f68a]:visited,.menu ul ul ul ul a[data-v-3340f68a],.menu ul ul ul ul a[data-v-3340f68a]:visited,.menu ul :hover a.sub1[data-v-3340f68a],.menu ul ul :hover a.sub2[data-v-3340f68a]{background:#004080}.menu a[data-v-3340f68a]:hover{color:silver;background:#014181}.menu :hover>a[data-v-3340f68a]{color:silver;background:#014181}.menu ul ul a[data-v-3340f68a]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-3340f68a]{color:silver;background:#014181}.menu ul ul ul a[data-v-3340f68a]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-3340f68a]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-3340f68a]:hover{color:silver;background:#014181}.menu ul ul[data-v-3340f68a]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-3340f68a]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-3340f68a]{left:-14em}.menu ul li:hover ul[data-v-3340f68a],.menu ul a:hover ul[data-v-3340f68a]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-3340f68a],.menu ul :hover ul :hover ul ul[data-v-3340f68a]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-3340f68a],.menu ul :hover ul :hover ul :hover ul[data-v-3340f68a]{visibility:visible}.lmenu[data-v-3340f68a]{height:150px;font-size:90%}.lmenu ul[data-v-3340f68a]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-3340f68a]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-3340f68a]{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;text-indent:.5em;border:1px solid #fff;color:#004080;height:2.6em;float:left}.lmenu table[data-v-3340f68a]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-3340f68a],.lmenu a[data-v-3340f68a]:visited{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;color:#fff;background:#004080;text-indent:.5em;border:1px solid #fff}html .lmenu a[data-v-3340f68a],html .menu a[data-v-3340f68a]:visited{width:150em;width:14.9em}html .lmenu a[data-v-3340f68a]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-3340f68a]:hover{position:relative}.lmenu a[data-v-3340f68a]:active,.lmenu a[data-v-3340f68a]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-3340f68a]{color:silver;background:#014181}.lmenu li ul[data-v-3340f68a]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-3340f68a]{visibility:visible}.lmenu ul a:hover ul ul[data-v-3340f68a],.lmenu ul a:hover ul a:hover ul ul[data-v-3340f68a],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-3340f68a]{visibility:hidden}.lmenu ul a:hover ul[data-v-3340f68a],.lmenu ul a:hover ul a:hover ul[data-v-3340f68a],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-3340f68a],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-3340f68a]{visibility:visible}.second-level-menu-item[data-v-421d74d9]{height:18px;background:#333;position:relative;display:flex;justify-content:center;align-items:center;color:#fff;font-size:14px;font-weight:700;-webkit-transition:.7s;transition:.7s;cursor:pointer;margin:2px 4px!important;padding:4px!important;box-sizing:content-box!important;border-radius:3px}.second-level-menu-item[data-v-421d74d9]:hover,.second-level-menu-item-current[data-v-421d74d9]{background:#f30}table.standings[data-v-9e0d419f]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-9e0d419f]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-9e0d419f]{border:0!important}table[data-v-9e0d419f]{border-collapse:separate!important}td[data-v-9e0d419f]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-9e0d419f]{background-color:#eee}tr.team[data-v-9e0d419f]{height:2.5em}.hover[data-v-9e0d419f]{cursor:pointer}td.stnd[data-v-9e0d419f]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-9e0d419f]{border-color:#fff}td.stndact[data-v-9e0d419f]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-9e0d419f]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-9e0d419f]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-9e0d419f]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-9e0d419f]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-9e0d419f]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-9e0d419f]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-9e0d419f]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-9e0d419f]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-9e0d419f]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-9e0d419f]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-9e0d419f]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-9e0d419f]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-9e0d419f]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-9e0d419f]{color:#fff}th.success[data-v-9e0d419f]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-9e0d419f],td.title[data-v-9e0d419f]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-9e0d419f]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-9e0d419f]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-9e0d419f]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-9e0d419f]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-9e0d419f]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-9e0d419f]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-9e0d419f]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-9e0d419f]{background-color:#004080}tr.solver[data-v-9e0d419f]{background-color:#f0c0a0}tr.statistics-0[data-v-9e0d419f]{background-color:#95de64}tr.statistics-1[data-v-9e0d419f]{background-color:#b7eb8f}td.o00[data-v-9e0d419f]{background-color:#004080}td.stand00[data-v-9e0d419f]{background-color:var(--theme-standings-00)}td.stand01[data-v-9e0d419f]{background-color:var(--theme-standings-01)}td.stand10[data-v-9e0d419f]{background-color:var(--theme-standings-10)}td.stand11[data-v-9e0d419f]{background-color:var(--theme-standings-11)}tr.filter-team[data-v-9e0d419f]{background-color:#ffffe0}tr.cfres01[data-v-9e0d419f]{background-color:#ffffb0}table.matches[data-v-9e0d419f]{table-layout:fixed}td.match[data-v-9e0d419f]{height:6em;width:2em}.coderTextRed[data-v-9e0d419f],.coderTextYellow[data-v-9e0d419f],.coderTextViolet[data-v-9e0d419f],.coderTextBlue[data-v-9e0d419f],.coderTextGreen[data-v-9e0d419f],.coderTextGray[data-v-9e0d419f],.coderTextOrange[data-v-9e0d419f]{font-weight:700;background-color:transparent}.coderTextRed[data-v-9e0d419f]:link,.coderTextYellow[data-v-9e0d419f]:link,.coderTextViolet[data-v-9e0d419f]:link,.coderTextBlue[data-v-9e0d419f]:link,.coderTextGreen[data-v-9e0d419f]:link,.coderTextGray[data-v-9e0d419f]:link,.coderTextOrange[data-v-9e0d419f]:link,.coderTextWhite[data-v-9e0d419f]:link,.coderTextBlack[data-v-9e0d419f]:link,.coderTextRed[data-v-9e0d419f]:visited,.coderTextYellow[data-v-9e0d419f]:visited,.coderTextViolet[data-v-9e0d419f]:visited,.coderTextBlue[data-v-9e0d419f]:visited,.coderTextGreen[data-v-9e0d419f]:visited,.coderTextGray[data-v-9e0d419f]:visited,.coderTextOrange[data-v-9e0d419f]:visited,.coderTextWhite[data-v-9e0d419f]:visited,.coderTextBlack[data-v-9e0d419f]:visited{text-decoration:none}.coderTextRed[data-v-9e0d419f]:hover,.coderTextYellow[data-v-9e0d419f]:hover,.coderTextViolet[data-v-9e0d419f]:hover,.coderTextBlue[data-v-9e0d419f]:hover,.coderTextGreen[data-v-9e0d419f]:hover,.coderTextGray[data-v-9e0d419f]:hover,.coderTextOrange[data-v-9e0d419f]:hover,.coderTextWhite[data-v-9e0d419f]:hover,.coderTextBlack[data-v-9e0d419f]:hover,.coderTextRed[data-v-9e0d419f]:active,.coderTextYellow[data-v-9e0d419f]:active,.coderTextViolet[data-v-9e0d419f]:active,.coderTextBlue[data-v-9e0d419f]:active,.coderTextGreen[data-v-9e0d419f]:active,.coderTextGray[data-v-9e0d419f]:active,.coderTextOrange[data-v-9e0d419f]:active,.coderTextWhite[data-v-9e0d419f]:active,.coderTextBlack[data-v-9e0d419f]:active{text-decoration:underline}.coderTextOrange[data-v-9e0d419f],.coderTextOrange[data-v-9e0d419f]:link,.coderTextOrange[data-v-9e0d419f]:visited,.coderTextOrange[data-v-9e0d419f]:hover,.coderTextOrange[data-v-9e0d419f]:active{color:#f90}.coderTextRed[data-v-9e0d419f],.coderTextRed[data-v-9e0d419f]:link,.coderTextRed[data-v-9e0d419f]:visited,.coderTextRed[data-v-9e0d419f]:hover,.coderTextRed[data-v-9e0d419f]:active{color:#e00}.coderTextYellow[data-v-9e0d419f],.coderTextYellow[data-v-9e0d419f]:link,.coderTextYellow[data-v-9e0d419f]:visited,.coderTextYellow[data-v-9e0d419f]:hover,.coderTextYellow[data-v-9e0d419f]:active{color:#dc0}.coderTextViolet[data-v-9e0d419f],.coderTextViolet[data-v-9e0d419f]:link,.coderTextViolet[data-v-9e0d419f]:visited,.coderTextViolet[data-v-9e0d419f]:hover,.coderTextViolet[data-v-9e0d419f]:active{color:#a0a}.coderTextBlue[data-v-9e0d419f],.coderTextBlue[data-v-9e0d419f]:link,.coderTextBlue[data-v-9e0d419f]:visited,.coderTextBlue[data-v-9e0d419f]:hover,.coderTextBlue[data-v-9e0d419f]:active{color:#66f}.coderTextGreen[data-v-9e0d419f],.coderTextGreen[data-v-9e0d419f]:link,.coderTextGreen[data-v-9e0d419f]:visited,.coderTextGreen[data-v-9e0d419f]:hover,.coderTextGreen[data-v-9e0d419f]:active{color:#00a900}.coderTextGray[data-v-9e0d419f],.coderTextGray[data-v-9e0d419f]:link,.coderTextGray[data-v-9e0d419f]:visited,.coderTextGray[data-v-9e0d419f]:hover,.coderTextGray[data-v-9e0d419f]:active{color:#999}.coderTextWhite[data-v-9e0d419f],.coderTextWhite[data-v-9e0d419f]:link,.coderTextWhite[data-v-9e0d419f]:visited,.coderTextWhite[data-v-9e0d419f]:hover,.coderTextWhite[data-v-9e0d419f]:active{color:#fff}.coderTextBlack[data-v-9e0d419f],.coderTextBlack[data-v-9e0d419f]:link,.coderTextBlack[data-v-9e0d419f]:visited,.coderTextBlack[data-v-9e0d419f]:hover,.coderTextBlack[data-v-9e0d419f]:active{color:#000}s[data-v-9e0d419f]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-9e0d419f]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-9e0d419f]{text-align:justify}a[data-v-9e0d419f]{color:#004080}td.topmenu a[data-v-9e0d419f]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-9e0d419f]:hover{color:silver}td.topmenu[data-v-9e0d419f]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-9e0d419f]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-9e0d419f]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-9e0d419f]:hover{color:silver}td.menuleft[data-v-9e0d419f]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-9e0d419f]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-9e0d419f]{height:25px;width:190px}td.newsselectcontainer form[data-v-9e0d419f]{margin:0}td.newsselectcontainer select[data-v-9e0d419f]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-9e0d419f]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-9e0d419f]{border:1px solid #004080}.memorial[data-v-9e0d419f]{padding:0 8px;border:2px solid #000000}.menu[data-v-9e0d419f]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-9e0d419f]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-9e0d419f]{width:15em}.menu ul li[data-v-9e0d419f]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-9e0d419f]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-9e0d419f],.menu a[data-v-9e0d419f]:visited{display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#fff;background:#004080;padding:0 3em;text-align:center;font-weight:700;font-style:oblique}.menu ul ul a[data-v-9e0d419f],.menu ul ul a[data-v-9e0d419f]:visited{display:block;background:#004080;color:#fff;width:12em;height:100%;border:1px solid #fff;line-height:1em;padding:.5em 1em;text-align:center;font-weight:700;font-style:oblique}.menu ul table ul a[data-v-9e0d419f],.menu ul table ul a[data-v-9e0d419f]:visited{width:14em;width:12em}.menu table[data-v-9e0d419f]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-9e0d419f]{left:-1px}.menu ul ul table ul.left[data-v-9e0d419f]{margin-left:2px}.menu li[data-v-9e0d419f]:hover,html .menu a[data-v-9e0d419f]:hover{position:relative}.menu ul ul ul a[data-v-9e0d419f],.menu ul ul ul a[data-v-9e0d419f]:visited,.menu ul ul ul ul a[data-v-9e0d419f],.menu ul ul ul ul a[data-v-9e0d419f]:visited,.menu ul :hover a.sub1[data-v-9e0d419f],.menu ul ul :hover a.sub2[data-v-9e0d419f]{background:#004080}.menu a[data-v-9e0d419f]:hover{color:silver;background:#014181}.menu :hover>a[data-v-9e0d419f]{color:silver;background:#014181}.menu ul ul a[data-v-9e0d419f]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-9e0d419f]{color:silver;background:#014181}.menu ul ul ul a[data-v-9e0d419f]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-9e0d419f]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-9e0d419f]:hover{color:silver;background:#014181}.menu ul ul[data-v-9e0d419f]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-9e0d419f]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-9e0d419f]{left:-14em}.menu ul li:hover ul[data-v-9e0d419f],.menu ul a:hover ul[data-v-9e0d419f]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-9e0d419f],.menu ul :hover ul :hover ul ul[data-v-9e0d419f]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-9e0d419f],.menu ul :hover ul :hover ul :hover ul[data-v-9e0d419f]{visibility:visible}.lmenu[data-v-9e0d419f]{height:150px;font-size:90%}.lmenu ul[data-v-9e0d419f]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-9e0d419f]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-9e0d419f]{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;text-indent:.5em;border:1px solid #fff;color:#004080;height:2.6em;float:left}.lmenu table[data-v-9e0d419f]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-9e0d419f],.lmenu a[data-v-9e0d419f]:visited{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;color:#fff;background:#004080;text-indent:.5em;border:1px solid #fff}html .lmenu a[data-v-9e0d419f],html .menu a[data-v-9e0d419f]:visited{width:150em;width:14.9em}html .lmenu a[data-v-9e0d419f]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-9e0d419f]:hover{position:relative}.lmenu a[data-v-9e0d419f]:active,.lmenu a[data-v-9e0d419f]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-9e0d419f]{color:silver;background:#014181}.lmenu li ul[data-v-9e0d419f]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-9e0d419f]{visibility:visible}.lmenu ul a:hover ul ul[data-v-9e0d419f],.lmenu ul a:hover ul a:hover ul ul[data-v-9e0d419f],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-9e0d419f]{visibility:hidden}.lmenu ul a:hover ul[data-v-9e0d419f],.lmenu ul a:hover ul a:hover ul[data-v-9e0d419f],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-9e0d419f],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-9e0d419f]{visibility:visible}.title[data-v-18ed769d]{--scroll-bar: 0;font-variant:tabular-nums;line-height:1.5715;box-sizing:border-box;position:relative;overflow:hidden;text-align:center}
|
|
1
|
+
.list-enter-active[data-v-35c08bf7]{transition:all 2s ease}.list-leave-active[data-v-35c08bf7]{transition:all .75s ease}.list-enter-from[data-v-35c08bf7],.list-leave-to[data-v-35c08bf7]{opacity:0;transform:translate(-30px)}.tooltip-container[data-v-73d1bbe4]{position:relative;display:inline-block}.tooltip[data-v-73d1bbe4]{position:absolute;padding:8px 12px;border-radius:4px;font-size:14px;line-height:1.4;text-align:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;white-space:nowrap;box-shadow:0 2px 8px #00000026;pointer-events:none;background-color:#1f2937}.dark.tooltip[data-v-73d1bbe4]{background-color:#374151}.tooltip.visible[data-v-73d1bbe4]{opacity:1;visibility:visible}.tooltip[data-v-73d1bbe4]:after{content:"";position:absolute;width:0;height:0;border:6px solid transparent}.tooltip.top[data-v-73d1bbe4]{bottom:100%;left:50%;transform:translate(-50%) translateY(-5px);margin-bottom:5px}.tooltip.top[data-v-73d1bbe4]:after{top:100%;left:50%;transform:translate(-50%);border-top-color:#1f2937;border-bottom:0}.dark.tooltip.top[data-v-73d1bbe4]:after{border-top-color:#374151}.tooltip.bottom[data-v-73d1bbe4]{top:100%;left:50%;transform:translate(-50%) translateY(5px);margin-top:5px}.tooltip.bottom[data-v-73d1bbe4]:after{bottom:100%;left:50%;transform:translate(-50%);border-bottom-color:#1f2937;border-top:0}.dark.tooltip.bottom[data-v-73d1bbe4]:after{border-bottom-color:#374151}.tooltip.left[data-v-73d1bbe4]{right:100%;top:50%;transform:translateY(-50%) translate(-5px);margin-right:5px}.tooltip.left[data-v-73d1bbe4]:after{left:100%;top:50%;transform:translateY(-50%);border-left-color:#1f2937;border-right:0}.dark.tooltip.left[data-v-73d1bbe4]:after{border-left-color:#374151}.tooltip.right[data-v-73d1bbe4]{left:100%;top:50%;transform:translateY(-50%) translate(5px);margin-left:5px}.tooltip.right[data-v-73d1bbe4]:after{right:100%;top:50%;transform:translateY(-50%);border-right-color:#1f2937;border-left:0}.dark.tooltip.right[data-v-73d1bbe4]:after{border-right-color:#374151}.correct-heat[data-level="1"][data-v-2b79f3f0]{background-color:#9be9a8}.correct-heat[data-level="2"][data-v-2b79f3f0]{background-color:#40c463}.correct-heat[data-level="3"][data-v-2b79f3f0]{background-color:#30a14e}.correct-heat[data-level="4"][data-v-2b79f3f0]{background-color:#216e39}.incorrect-heat[data-level="1"][data-v-2b79f3f0]{background-color:#ff8c8c}.incorrect-heat[data-level="2"][data-v-2b79f3f0]{background-color:#ff4d4f}.incorrect-heat[data-level="3"][data-v-2b79f3f0]{background-color:#ff1a1a}.incorrect-heat[data-level="4"][data-v-2b79f3f0]{background-color:#d40d0d}.item[data-vss-custom-attr=PENDING]{color:var(--theme-status-pending)!important}.item[data-vss-custom-attr=WAITING]{color:var(--theme-status-waiting)!important}.item[data-vss-custom-attr=PREPARING]{color:var(--theme-status-preparing)!important}.item[data-vss-custom-attr=COMPILING]{color:var(--theme-status-compiling)!important}.item[data-vss-custom-attr=RUNNING],.item[data-vss-custom-attr=JUDGING]{color:var(--theme-status-running)!important}.item[data-vss-custom-attr=FROZEN]{color:var(--theme-status-pending)!important}.item[data-vss-custom-attr=ACCEPTED],.item[data-vss-custom-attr=CORRECT]{color:var(--theme-status-accepted)!important}.item[data-vss-custom-attr=PARTIALLY_CORRECT]{color:var(--theme-status-partially-correct)!important}.item[data-vss-custom-attr=REJECTED],.item[data-vss-custom-attr=WRONG_ANSWER],.item[data-vss-custom-attr=NO_OUTPUT]{color:var(--theme-status-wrong-answer)!important}.item[data-vss-custom-attr=COMPILATION_ERROR],.item[data-vss-custom-attr=PRESENTATION_ERROR]{color:var(--theme-status-compilation-error)!important}.item[data-vss-custom-attr=RUNTIME_ERROR]{color:var(--theme-status-runtime-error)!important}.item[data-vss-custom-attr=TIME_LIMIT_EXCEEDED]{color:var(--theme-status-time-limit-exceeded)!important}.item[data-vss-custom-attr=MEMORY_LIMIT_EXCEEDED]{color:var(--theme-status-memory-limit-exceeded)!important}.item[data-vss-custom-attr=OUTPUT_LIMIT_EXCEEDED],.item[data-vss-custom-attr=IDLENESS_LIMIT_EXCEEDED]{color:var(--theme-status-output-limit-exceeded)!important}.item[data-vss-custom-attr=HACKED]{color:var(--theme-status-wrong-answer)!important}.item[data-vss-custom-attr=JUDGEMENT_FAILED]{color:var(--theme-status-judgement-failed)!important}.item[data-vss-custom-attr=CONFIGURATION_ERROR]{color:var(--theme-status-configuration-error)!important}.item[data-vss-custom-attr=FILE_ERROR]{color:var(--theme-status-file-error)!important}.item[data-vss-custom-attr=SYSTEM_ERROR]{color:var(--theme-status-system-error)!important}.item[data-vss-custom-attr=CANCELED]{color:var(--theme-status-canceled)!important}.item[data-vss-custom-attr=SKIPPED]{color:var(--theme-status-skipped)!important}.item[data-vss-custom-attr=SECURITY_VIOLATED],.item[data-vss-custom-attr=DENIAL_OF_JUDGEMENT]{color:var(--theme-status-judgement-failed)!important}.item[data-vss-custom-attr=UNKNOWN]{color:var(--theme-status-unknown)!important}.item[data-vss-custom-attr=UNDEFINED]{color:var(--theme-status-undefined)!important}.PENDING[data-v-cef293c5]{color:var(--theme-status-pending)}.WAITING[data-v-cef293c5]{color:var(--theme-status-waiting)}.PREPARING[data-v-cef293c5]{color:var(--theme-status-preparing)}.COMPILING[data-v-cef293c5]{color:var(--theme-status-compiling)}.RUNNING[data-v-cef293c5],.JUDGING[data-v-cef293c5]{color:var(--theme-status-running)}.FROZEN[data-v-cef293c5]{color:var(--theme-status-pending)}.ACCEPTED[data-v-cef293c5],.CORRECT[data-v-cef293c5]{color:var(--theme-status-accepted)}.PARTIALLY_CORRECT[data-v-cef293c5]{color:var(--theme-status-partially-correct)}.REJECTED[data-v-cef293c5],.WRONG_ANSWER[data-v-cef293c5],.NO_OUTPUT[data-v-cef293c5]{color:var(--theme-status-wrong-answer)}.COMPILATION_ERROR[data-v-cef293c5],.PRESENTATION_ERROR[data-v-cef293c5]{color:var(--theme-status-compilation-error)}.RUNTIME_ERROR[data-v-cef293c5]{color:var(--theme-status-runtime-error)}.TIME_LIMIT_EXCEEDED[data-v-cef293c5]{color:var(--theme-status-time-limit-exceeded)}.MEMORY_LIMIT_EXCEEDED[data-v-cef293c5]{color:var(--theme-status-memory-limit-exceeded)}.OUTPUT_LIMIT_EXCEEDED[data-v-cef293c5],.IDLENESS_LIMIT_EXCEEDED[data-v-cef293c5]{color:var(--theme-status-output-limit-exceeded)}.HACKED[data-v-cef293c5]{color:var(--theme-status-wrong-answer)}.JUDGEMENT_FAILED[data-v-cef293c5]{color:var(--theme-status-judgement-failed)}.CONFIGURATION_ERROR[data-v-cef293c5]{color:var(--theme-status-configuration-error)}.FILE_ERROR[data-v-cef293c5]{color:var(--theme-status-file-error)}.SYSTEM_ERROR[data-v-cef293c5]{color:var(--theme-status-system-error)}.CANCELED[data-v-cef293c5]{color:var(--theme-status-canceled)}.SKIPPED[data-v-cef293c5]{color:var(--theme-status-skipped)}.SECURITY_VIOLATED[data-v-cef293c5],.DENIAL_OF_JUDGEMENT[data-v-cef293c5]{color:var(--theme-status-judgement-failed)}.UNKNOWN[data-v-cef293c5]{color:var(--theme-status-unknown)}.UNDEFINED[data-v-cef293c5]{color:var(--theme-status-undefined)}table.standings[data-v-198c3ef3]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-198c3ef3]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-198c3ef3]{border:0!important}table[data-v-198c3ef3]{border-collapse:separate!important}td[data-v-198c3ef3]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-198c3ef3]{background-color:#eee}tr.team[data-v-198c3ef3]{height:2.5em}.hover[data-v-198c3ef3]{cursor:pointer}td.stnd[data-v-198c3ef3]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-198c3ef3]{border-color:#fff}td.stndact[data-v-198c3ef3]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-198c3ef3]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-198c3ef3]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-198c3ef3]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-198c3ef3]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-198c3ef3]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-198c3ef3]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-198c3ef3]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-198c3ef3]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-198c3ef3]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-198c3ef3]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-198c3ef3]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-198c3ef3]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-198c3ef3]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-198c3ef3]{color:#fff}th.success[data-v-198c3ef3]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-198c3ef3],td.title[data-v-198c3ef3]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-198c3ef3]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-198c3ef3]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-198c3ef3]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-198c3ef3]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-198c3ef3]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-198c3ef3]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-198c3ef3]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-198c3ef3]{background-color:#004080}tr.solver[data-v-198c3ef3]{background-color:#f0c0a0}tr.statistics-0[data-v-198c3ef3]{background-color:#95de64}tr.statistics-1[data-v-198c3ef3]{background-color:#b7eb8f}td.o00[data-v-198c3ef3]{background-color:#004080}td.stand00[data-v-198c3ef3]{background-color:var(--theme-standings-00)}td.stand01[data-v-198c3ef3]{background-color:var(--theme-standings-01)}td.stand10[data-v-198c3ef3]{background-color:var(--theme-standings-10)}td.stand11[data-v-198c3ef3]{background-color:var(--theme-standings-11)}tr.filter-team[data-v-198c3ef3]{background-color:#ffffe0}tr.cfres01[data-v-198c3ef3]{background-color:#ffffb0}table.matches[data-v-198c3ef3]{table-layout:fixed}td.match[data-v-198c3ef3]{height:6em;width:2em}.coderTextRed[data-v-198c3ef3],.coderTextYellow[data-v-198c3ef3],.coderTextViolet[data-v-198c3ef3],.coderTextBlue[data-v-198c3ef3],.coderTextGreen[data-v-198c3ef3],.coderTextGray[data-v-198c3ef3],.coderTextOrange[data-v-198c3ef3]{font-weight:700;background-color:transparent}.coderTextRed[data-v-198c3ef3]:link,.coderTextYellow[data-v-198c3ef3]:link,.coderTextViolet[data-v-198c3ef3]:link,.coderTextBlue[data-v-198c3ef3]:link,.coderTextGreen[data-v-198c3ef3]:link,.coderTextGray[data-v-198c3ef3]:link,.coderTextOrange[data-v-198c3ef3]:link,.coderTextWhite[data-v-198c3ef3]:link,.coderTextBlack[data-v-198c3ef3]:link,.coderTextRed[data-v-198c3ef3]:visited,.coderTextYellow[data-v-198c3ef3]:visited,.coderTextViolet[data-v-198c3ef3]:visited,.coderTextBlue[data-v-198c3ef3]:visited,.coderTextGreen[data-v-198c3ef3]:visited,.coderTextGray[data-v-198c3ef3]:visited,.coderTextOrange[data-v-198c3ef3]:visited,.coderTextWhite[data-v-198c3ef3]:visited,.coderTextBlack[data-v-198c3ef3]:visited{text-decoration:none}.coderTextRed[data-v-198c3ef3]:hover,.coderTextYellow[data-v-198c3ef3]:hover,.coderTextViolet[data-v-198c3ef3]:hover,.coderTextBlue[data-v-198c3ef3]:hover,.coderTextGreen[data-v-198c3ef3]:hover,.coderTextGray[data-v-198c3ef3]:hover,.coderTextOrange[data-v-198c3ef3]:hover,.coderTextWhite[data-v-198c3ef3]:hover,.coderTextBlack[data-v-198c3ef3]:hover,.coderTextRed[data-v-198c3ef3]:active,.coderTextYellow[data-v-198c3ef3]:active,.coderTextViolet[data-v-198c3ef3]:active,.coderTextBlue[data-v-198c3ef3]:active,.coderTextGreen[data-v-198c3ef3]:active,.coderTextGray[data-v-198c3ef3]:active,.coderTextOrange[data-v-198c3ef3]:active,.coderTextWhite[data-v-198c3ef3]:active,.coderTextBlack[data-v-198c3ef3]:active{text-decoration:underline}.coderTextOrange[data-v-198c3ef3],.coderTextOrange[data-v-198c3ef3]:link,.coderTextOrange[data-v-198c3ef3]:visited,.coderTextOrange[data-v-198c3ef3]:hover,.coderTextOrange[data-v-198c3ef3]:active{color:#f90}.coderTextRed[data-v-198c3ef3],.coderTextRed[data-v-198c3ef3]:link,.coderTextRed[data-v-198c3ef3]:visited,.coderTextRed[data-v-198c3ef3]:hover,.coderTextRed[data-v-198c3ef3]:active{color:#e00}.coderTextYellow[data-v-198c3ef3],.coderTextYellow[data-v-198c3ef3]:link,.coderTextYellow[data-v-198c3ef3]:visited,.coderTextYellow[data-v-198c3ef3]:hover,.coderTextYellow[data-v-198c3ef3]:active{color:#dc0}.coderTextViolet[data-v-198c3ef3],.coderTextViolet[data-v-198c3ef3]:link,.coderTextViolet[data-v-198c3ef3]:visited,.coderTextViolet[data-v-198c3ef3]:hover,.coderTextViolet[data-v-198c3ef3]:active{color:#a0a}.coderTextBlue[data-v-198c3ef3],.coderTextBlue[data-v-198c3ef3]:link,.coderTextBlue[data-v-198c3ef3]:visited,.coderTextBlue[data-v-198c3ef3]:hover,.coderTextBlue[data-v-198c3ef3]:active{color:#66f}.coderTextGreen[data-v-198c3ef3],.coderTextGreen[data-v-198c3ef3]:link,.coderTextGreen[data-v-198c3ef3]:visited,.coderTextGreen[data-v-198c3ef3]:hover,.coderTextGreen[data-v-198c3ef3]:active{color:#00a900}.coderTextGray[data-v-198c3ef3],.coderTextGray[data-v-198c3ef3]:link,.coderTextGray[data-v-198c3ef3]:visited,.coderTextGray[data-v-198c3ef3]:hover,.coderTextGray[data-v-198c3ef3]:active{color:#999}.coderTextWhite[data-v-198c3ef3],.coderTextWhite[data-v-198c3ef3]:link,.coderTextWhite[data-v-198c3ef3]:visited,.coderTextWhite[data-v-198c3ef3]:hover,.coderTextWhite[data-v-198c3ef3]:active{color:#fff}.coderTextBlack[data-v-198c3ef3],.coderTextBlack[data-v-198c3ef3]:link,.coderTextBlack[data-v-198c3ef3]:visited,.coderTextBlack[data-v-198c3ef3]:hover,.coderTextBlack[data-v-198c3ef3]:active{color:#000}s[data-v-198c3ef3]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-198c3ef3]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-198c3ef3]{text-align:justify}a[data-v-198c3ef3]{color:#004080}td.topmenu a[data-v-198c3ef3]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-198c3ef3]:hover{color:silver}td.topmenu[data-v-198c3ef3]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-198c3ef3]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-198c3ef3]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-198c3ef3]:hover{color:silver}td.menuleft[data-v-198c3ef3]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-198c3ef3]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-198c3ef3]{height:25px;width:190px}td.newsselectcontainer form[data-v-198c3ef3]{margin:0}td.newsselectcontainer select[data-v-198c3ef3]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-198c3ef3]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-198c3ef3]{border:1px solid #004080}.memorial[data-v-198c3ef3]{padding:0 8px;border:2px solid #000000}.menu[data-v-198c3ef3]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-198c3ef3]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-198c3ef3]{width:15em}.menu ul li[data-v-198c3ef3]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-198c3ef3]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-198c3ef3],.menu a[data-v-198c3ef3]:visited{display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#fff;background:#004080;padding:0 3em;text-align:center;font-weight:700;font-style:oblique}.menu ul ul a[data-v-198c3ef3],.menu ul ul a[data-v-198c3ef3]:visited{display:block;background:#004080;color:#fff;width:12em;height:100%;border:1px solid #fff;line-height:1em;padding:.5em 1em;text-align:center;font-weight:700;font-style:oblique}.menu ul table ul a[data-v-198c3ef3],.menu ul table ul a[data-v-198c3ef3]:visited{width:14em;width:12em}.menu table[data-v-198c3ef3]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-198c3ef3]{left:-1px}.menu ul ul table ul.left[data-v-198c3ef3]{margin-left:2px}.menu li[data-v-198c3ef3]:hover,html .menu a[data-v-198c3ef3]:hover{position:relative}.menu ul ul ul a[data-v-198c3ef3],.menu ul ul ul a[data-v-198c3ef3]:visited,.menu ul ul ul ul a[data-v-198c3ef3],.menu ul ul ul ul a[data-v-198c3ef3]:visited,.menu ul :hover a.sub1[data-v-198c3ef3],.menu ul ul :hover a.sub2[data-v-198c3ef3]{background:#004080}.menu a[data-v-198c3ef3]:hover{color:silver;background:#014181}.menu :hover>a[data-v-198c3ef3]{color:silver;background:#014181}.menu ul ul a[data-v-198c3ef3]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-198c3ef3]{color:silver;background:#014181}.menu ul ul ul a[data-v-198c3ef3]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-198c3ef3]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-198c3ef3]:hover{color:silver;background:#014181}.menu ul ul[data-v-198c3ef3]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-198c3ef3]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-198c3ef3]{left:-14em}.menu ul li:hover ul[data-v-198c3ef3],.menu ul a:hover ul[data-v-198c3ef3]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-198c3ef3],.menu ul :hover ul :hover ul ul[data-v-198c3ef3]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-198c3ef3],.menu ul :hover ul :hover ul :hover ul[data-v-198c3ef3]{visibility:visible}.lmenu[data-v-198c3ef3]{height:150px;font-size:90%}.lmenu ul[data-v-198c3ef3]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-198c3ef3]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-198c3ef3]{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;text-indent:.5em;border:1px solid #fff;color:#004080;height:2.6em;float:left}.lmenu table[data-v-198c3ef3]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-198c3ef3],.lmenu a[data-v-198c3ef3]:visited{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;color:#fff;background:#004080;text-indent:.5em;border:1px solid #fff}html .lmenu a[data-v-198c3ef3],html .menu a[data-v-198c3ef3]:visited{width:150em;width:14.9em}html .lmenu a[data-v-198c3ef3]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-198c3ef3]:hover{position:relative}.lmenu a[data-v-198c3ef3]:active,.lmenu a[data-v-198c3ef3]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-198c3ef3]{color:silver;background:#014181}.lmenu li ul[data-v-198c3ef3]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-198c3ef3]{visibility:visible}.lmenu ul a:hover ul ul[data-v-198c3ef3],.lmenu ul a:hover ul a:hover ul ul[data-v-198c3ef3],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-198c3ef3]{visibility:hidden}.lmenu ul a:hover ul[data-v-198c3ef3],.lmenu ul a:hover ul a:hover ul[data-v-198c3ef3],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-198c3ef3],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-198c3ef3]{visibility:visible}table.standings[data-v-68dd357b]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-68dd357b]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-68dd357b]{border:0!important}table[data-v-68dd357b]{border-collapse:separate!important}td[data-v-68dd357b]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-68dd357b]{background-color:#eee}tr.team[data-v-68dd357b]{height:2.5em}.hover[data-v-68dd357b]{cursor:pointer}td.stnd[data-v-68dd357b]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-68dd357b]{border-color:#fff}td.stndact[data-v-68dd357b]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-68dd357b]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-68dd357b]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-68dd357b]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-68dd357b]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-68dd357b]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-68dd357b]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-68dd357b]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-68dd357b]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-68dd357b]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-68dd357b]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-68dd357b]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-68dd357b]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-68dd357b]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-68dd357b]{color:#fff}th.success[data-v-68dd357b]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-68dd357b],td.title[data-v-68dd357b]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-68dd357b]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-68dd357b]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-68dd357b]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-68dd357b]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-68dd357b]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-68dd357b]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-68dd357b]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-68dd357b]{background-color:#004080}tr.solver[data-v-68dd357b]{background-color:#f0c0a0}tr.statistics-0[data-v-68dd357b]{background-color:#95de64}tr.statistics-1[data-v-68dd357b]{background-color:#b7eb8f}td.o00[data-v-68dd357b]{background-color:#004080}td.stand00[data-v-68dd357b]{background-color:var(--theme-standings-00)}td.stand01[data-v-68dd357b]{background-color:var(--theme-standings-01)}td.stand10[data-v-68dd357b]{background-color:var(--theme-standings-10)}td.stand11[data-v-68dd357b]{background-color:var(--theme-standings-11)}tr.filter-team[data-v-68dd357b]{background-color:#ffffe0}tr.cfres01[data-v-68dd357b]{background-color:#ffffb0}table.matches[data-v-68dd357b]{table-layout:fixed}td.match[data-v-68dd357b]{height:6em;width:2em}.coderTextRed[data-v-68dd357b],.coderTextYellow[data-v-68dd357b],.coderTextViolet[data-v-68dd357b],.coderTextBlue[data-v-68dd357b],.coderTextGreen[data-v-68dd357b],.coderTextGray[data-v-68dd357b],.coderTextOrange[data-v-68dd357b]{font-weight:700;background-color:transparent}.coderTextRed[data-v-68dd357b]:link,.coderTextYellow[data-v-68dd357b]:link,.coderTextViolet[data-v-68dd357b]:link,.coderTextBlue[data-v-68dd357b]:link,.coderTextGreen[data-v-68dd357b]:link,.coderTextGray[data-v-68dd357b]:link,.coderTextOrange[data-v-68dd357b]:link,.coderTextWhite[data-v-68dd357b]:link,.coderTextBlack[data-v-68dd357b]:link,.coderTextRed[data-v-68dd357b]:visited,.coderTextYellow[data-v-68dd357b]:visited,.coderTextViolet[data-v-68dd357b]:visited,.coderTextBlue[data-v-68dd357b]:visited,.coderTextGreen[data-v-68dd357b]:visited,.coderTextGray[data-v-68dd357b]:visited,.coderTextOrange[data-v-68dd357b]:visited,.coderTextWhite[data-v-68dd357b]:visited,.coderTextBlack[data-v-68dd357b]:visited{text-decoration:none}.coderTextRed[data-v-68dd357b]:hover,.coderTextYellow[data-v-68dd357b]:hover,.coderTextViolet[data-v-68dd357b]:hover,.coderTextBlue[data-v-68dd357b]:hover,.coderTextGreen[data-v-68dd357b]:hover,.coderTextGray[data-v-68dd357b]:hover,.coderTextOrange[data-v-68dd357b]:hover,.coderTextWhite[data-v-68dd357b]:hover,.coderTextBlack[data-v-68dd357b]:hover,.coderTextRed[data-v-68dd357b]:active,.coderTextYellow[data-v-68dd357b]:active,.coderTextViolet[data-v-68dd357b]:active,.coderTextBlue[data-v-68dd357b]:active,.coderTextGreen[data-v-68dd357b]:active,.coderTextGray[data-v-68dd357b]:active,.coderTextOrange[data-v-68dd357b]:active,.coderTextWhite[data-v-68dd357b]:active,.coderTextBlack[data-v-68dd357b]:active{text-decoration:underline}.coderTextOrange[data-v-68dd357b],.coderTextOrange[data-v-68dd357b]:link,.coderTextOrange[data-v-68dd357b]:visited,.coderTextOrange[data-v-68dd357b]:hover,.coderTextOrange[data-v-68dd357b]:active{color:#f90}.coderTextRed[data-v-68dd357b],.coderTextRed[data-v-68dd357b]:link,.coderTextRed[data-v-68dd357b]:visited,.coderTextRed[data-v-68dd357b]:hover,.coderTextRed[data-v-68dd357b]:active{color:#e00}.coderTextYellow[data-v-68dd357b],.coderTextYellow[data-v-68dd357b]:link,.coderTextYellow[data-v-68dd357b]:visited,.coderTextYellow[data-v-68dd357b]:hover,.coderTextYellow[data-v-68dd357b]:active{color:#dc0}.coderTextViolet[data-v-68dd357b],.coderTextViolet[data-v-68dd357b]:link,.coderTextViolet[data-v-68dd357b]:visited,.coderTextViolet[data-v-68dd357b]:hover,.coderTextViolet[data-v-68dd357b]:active{color:#a0a}.coderTextBlue[data-v-68dd357b],.coderTextBlue[data-v-68dd357b]:link,.coderTextBlue[data-v-68dd357b]:visited,.coderTextBlue[data-v-68dd357b]:hover,.coderTextBlue[data-v-68dd357b]:active{color:#66f}.coderTextGreen[data-v-68dd357b],.coderTextGreen[data-v-68dd357b]:link,.coderTextGreen[data-v-68dd357b]:visited,.coderTextGreen[data-v-68dd357b]:hover,.coderTextGreen[data-v-68dd357b]:active{color:#00a900}.coderTextGray[data-v-68dd357b],.coderTextGray[data-v-68dd357b]:link,.coderTextGray[data-v-68dd357b]:visited,.coderTextGray[data-v-68dd357b]:hover,.coderTextGray[data-v-68dd357b]:active{color:#999}.coderTextWhite[data-v-68dd357b],.coderTextWhite[data-v-68dd357b]:link,.coderTextWhite[data-v-68dd357b]:visited,.coderTextWhite[data-v-68dd357b]:hover,.coderTextWhite[data-v-68dd357b]:active{color:#fff}.coderTextBlack[data-v-68dd357b],.coderTextBlack[data-v-68dd357b]:link,.coderTextBlack[data-v-68dd357b]:visited,.coderTextBlack[data-v-68dd357b]:hover,.coderTextBlack[data-v-68dd357b]:active{color:#000}s[data-v-68dd357b]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-68dd357b]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-68dd357b]{text-align:justify}a[data-v-68dd357b]{color:#004080}td.topmenu a[data-v-68dd357b]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-68dd357b]:hover{color:silver}td.topmenu[data-v-68dd357b]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-68dd357b]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-68dd357b]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-68dd357b]:hover{color:silver}td.menuleft[data-v-68dd357b]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-68dd357b]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-68dd357b]{height:25px;width:190px}td.newsselectcontainer form[data-v-68dd357b]{margin:0}td.newsselectcontainer select[data-v-68dd357b]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-68dd357b]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-68dd357b]{border:1px solid #004080}.memorial[data-v-68dd357b]{padding:0 8px;border:2px solid #000000}.menu[data-v-68dd357b]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-68dd357b]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-68dd357b]{width:15em}.menu ul li[data-v-68dd357b]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-68dd357b]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-68dd357b],.menu a[data-v-68dd357b]:visited{display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#fff;background:#004080;padding:0 3em;text-align:center;font-weight:700;font-style:oblique}.menu ul ul a[data-v-68dd357b],.menu ul ul a[data-v-68dd357b]:visited{display:block;background:#004080;color:#fff;width:12em;height:100%;border:1px solid #fff;line-height:1em;padding:.5em 1em;text-align:center;font-weight:700;font-style:oblique}.menu ul table ul a[data-v-68dd357b],.menu ul table ul a[data-v-68dd357b]:visited{width:14em;width:12em}.menu table[data-v-68dd357b]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-68dd357b]{left:-1px}.menu ul ul table ul.left[data-v-68dd357b]{margin-left:2px}.menu li[data-v-68dd357b]:hover,html .menu a[data-v-68dd357b]:hover{position:relative}.menu ul ul ul a[data-v-68dd357b],.menu ul ul ul a[data-v-68dd357b]:visited,.menu ul ul ul ul a[data-v-68dd357b],.menu ul ul ul ul a[data-v-68dd357b]:visited,.menu ul :hover a.sub1[data-v-68dd357b],.menu ul ul :hover a.sub2[data-v-68dd357b]{background:#004080}.menu a[data-v-68dd357b]:hover{color:silver;background:#014181}.menu :hover>a[data-v-68dd357b]{color:silver;background:#014181}.menu ul ul a[data-v-68dd357b]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-68dd357b]{color:silver;background:#014181}.menu ul ul ul a[data-v-68dd357b]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-68dd357b]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-68dd357b]:hover{color:silver;background:#014181}.menu ul ul[data-v-68dd357b]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-68dd357b]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-68dd357b]{left:-14em}.menu ul li:hover ul[data-v-68dd357b],.menu ul a:hover ul[data-v-68dd357b]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-68dd357b],.menu ul :hover ul :hover ul ul[data-v-68dd357b]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-68dd357b],.menu ul :hover ul :hover ul :hover ul[data-v-68dd357b]{visibility:visible}.lmenu[data-v-68dd357b]{height:150px;font-size:90%}.lmenu ul[data-v-68dd357b]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-68dd357b]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-68dd357b]{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;text-indent:.5em;border:1px solid #fff;color:#004080;height:2.6em;float:left}.lmenu table[data-v-68dd357b]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-68dd357b],.lmenu a[data-v-68dd357b]:visited{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;color:#fff;background:#004080;text-indent:.5em;border:1px solid #fff}html .lmenu a[data-v-68dd357b],html .menu a[data-v-68dd357b]:visited{width:150em;width:14.9em}html .lmenu a[data-v-68dd357b]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-68dd357b]:hover{position:relative}.lmenu a[data-v-68dd357b]:active,.lmenu a[data-v-68dd357b]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-68dd357b]{color:silver;background:#014181}.lmenu li ul[data-v-68dd357b]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-68dd357b]{visibility:visible}.lmenu ul a:hover ul ul[data-v-68dd357b],.lmenu ul a:hover ul a:hover ul ul[data-v-68dd357b],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-68dd357b]{visibility:hidden}.lmenu ul a:hover ul[data-v-68dd357b],.lmenu ul a:hover ul a:hover ul[data-v-68dd357b],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-68dd357b],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-68dd357b]{visibility:visible}table.standings[data-v-e8acef14]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-e8acef14]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-e8acef14]{border:0!important}table[data-v-e8acef14]{border-collapse:separate!important}td[data-v-e8acef14]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-e8acef14]{background-color:#eee}tr.team[data-v-e8acef14]{height:2.5em}.hover[data-v-e8acef14]{cursor:pointer}td.stnd[data-v-e8acef14]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-e8acef14]{border-color:#fff}td.stndact[data-v-e8acef14]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-e8acef14]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-e8acef14]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-e8acef14]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-e8acef14]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-e8acef14]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-e8acef14]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-e8acef14]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-e8acef14]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-e8acef14]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-e8acef14]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-e8acef14]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-e8acef14]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-e8acef14]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-e8acef14]{color:#fff}th.success[data-v-e8acef14]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-e8acef14],td.title[data-v-e8acef14]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-e8acef14]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-e8acef14]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-e8acef14]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-e8acef14]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-e8acef14]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-e8acef14]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-e8acef14]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-e8acef14]{background-color:#004080}tr.solver[data-v-e8acef14]{background-color:#f0c0a0}tr.statistics-0[data-v-e8acef14]{background-color:#95de64}tr.statistics-1[data-v-e8acef14]{background-color:#b7eb8f}td.o00[data-v-e8acef14]{background-color:#004080}td.stand00[data-v-e8acef14]{background-color:var(--theme-standings-00)}td.stand01[data-v-e8acef14]{background-color:var(--theme-standings-01)}td.stand10[data-v-e8acef14]{background-color:var(--theme-standings-10)}td.stand11[data-v-e8acef14]{background-color:var(--theme-standings-11)}tr.filter-team[data-v-e8acef14]{background-color:#ffffe0}tr.cfres01[data-v-e8acef14]{background-color:#ffffb0}table.matches[data-v-e8acef14]{table-layout:fixed}td.match[data-v-e8acef14]{height:6em;width:2em}.coderTextRed[data-v-e8acef14],.coderTextYellow[data-v-e8acef14],.coderTextViolet[data-v-e8acef14],.coderTextBlue[data-v-e8acef14],.coderTextGreen[data-v-e8acef14],.coderTextGray[data-v-e8acef14],.coderTextOrange[data-v-e8acef14]{font-weight:700;background-color:transparent}.coderTextRed[data-v-e8acef14]:link,.coderTextYellow[data-v-e8acef14]:link,.coderTextViolet[data-v-e8acef14]:link,.coderTextBlue[data-v-e8acef14]:link,.coderTextGreen[data-v-e8acef14]:link,.coderTextGray[data-v-e8acef14]:link,.coderTextOrange[data-v-e8acef14]:link,.coderTextWhite[data-v-e8acef14]:link,.coderTextBlack[data-v-e8acef14]:link,.coderTextRed[data-v-e8acef14]:visited,.coderTextYellow[data-v-e8acef14]:visited,.coderTextViolet[data-v-e8acef14]:visited,.coderTextBlue[data-v-e8acef14]:visited,.coderTextGreen[data-v-e8acef14]:visited,.coderTextGray[data-v-e8acef14]:visited,.coderTextOrange[data-v-e8acef14]:visited,.coderTextWhite[data-v-e8acef14]:visited,.coderTextBlack[data-v-e8acef14]:visited{text-decoration:none}.coderTextRed[data-v-e8acef14]:hover,.coderTextYellow[data-v-e8acef14]:hover,.coderTextViolet[data-v-e8acef14]:hover,.coderTextBlue[data-v-e8acef14]:hover,.coderTextGreen[data-v-e8acef14]:hover,.coderTextGray[data-v-e8acef14]:hover,.coderTextOrange[data-v-e8acef14]:hover,.coderTextWhite[data-v-e8acef14]:hover,.coderTextBlack[data-v-e8acef14]:hover,.coderTextRed[data-v-e8acef14]:active,.coderTextYellow[data-v-e8acef14]:active,.coderTextViolet[data-v-e8acef14]:active,.coderTextBlue[data-v-e8acef14]:active,.coderTextGreen[data-v-e8acef14]:active,.coderTextGray[data-v-e8acef14]:active,.coderTextOrange[data-v-e8acef14]:active,.coderTextWhite[data-v-e8acef14]:active,.coderTextBlack[data-v-e8acef14]:active{text-decoration:underline}.coderTextOrange[data-v-e8acef14],.coderTextOrange[data-v-e8acef14]:link,.coderTextOrange[data-v-e8acef14]:visited,.coderTextOrange[data-v-e8acef14]:hover,.coderTextOrange[data-v-e8acef14]:active{color:#f90}.coderTextRed[data-v-e8acef14],.coderTextRed[data-v-e8acef14]:link,.coderTextRed[data-v-e8acef14]:visited,.coderTextRed[data-v-e8acef14]:hover,.coderTextRed[data-v-e8acef14]:active{color:#e00}.coderTextYellow[data-v-e8acef14],.coderTextYellow[data-v-e8acef14]:link,.coderTextYellow[data-v-e8acef14]:visited,.coderTextYellow[data-v-e8acef14]:hover,.coderTextYellow[data-v-e8acef14]:active{color:#dc0}.coderTextViolet[data-v-e8acef14],.coderTextViolet[data-v-e8acef14]:link,.coderTextViolet[data-v-e8acef14]:visited,.coderTextViolet[data-v-e8acef14]:hover,.coderTextViolet[data-v-e8acef14]:active{color:#a0a}.coderTextBlue[data-v-e8acef14],.coderTextBlue[data-v-e8acef14]:link,.coderTextBlue[data-v-e8acef14]:visited,.coderTextBlue[data-v-e8acef14]:hover,.coderTextBlue[data-v-e8acef14]:active{color:#66f}.coderTextGreen[data-v-e8acef14],.coderTextGreen[data-v-e8acef14]:link,.coderTextGreen[data-v-e8acef14]:visited,.coderTextGreen[data-v-e8acef14]:hover,.coderTextGreen[data-v-e8acef14]:active{color:#00a900}.coderTextGray[data-v-e8acef14],.coderTextGray[data-v-e8acef14]:link,.coderTextGray[data-v-e8acef14]:visited,.coderTextGray[data-v-e8acef14]:hover,.coderTextGray[data-v-e8acef14]:active{color:#999}.coderTextWhite[data-v-e8acef14],.coderTextWhite[data-v-e8acef14]:link,.coderTextWhite[data-v-e8acef14]:visited,.coderTextWhite[data-v-e8acef14]:hover,.coderTextWhite[data-v-e8acef14]:active{color:#fff}.coderTextBlack[data-v-e8acef14],.coderTextBlack[data-v-e8acef14]:link,.coderTextBlack[data-v-e8acef14]:visited,.coderTextBlack[data-v-e8acef14]:hover,.coderTextBlack[data-v-e8acef14]:active{color:#000}s[data-v-e8acef14]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-e8acef14]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-e8acef14]{text-align:justify}a[data-v-e8acef14]{color:#004080}td.topmenu a[data-v-e8acef14]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-e8acef14]:hover{color:silver}td.topmenu[data-v-e8acef14]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-e8acef14]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-e8acef14]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-e8acef14]:hover{color:silver}td.menuleft[data-v-e8acef14]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-e8acef14]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-e8acef14]{height:25px;width:190px}td.newsselectcontainer form[data-v-e8acef14]{margin:0}td.newsselectcontainer select[data-v-e8acef14]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-e8acef14]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-e8acef14]{border:1px solid #004080}.memorial[data-v-e8acef14]{padding:0 8px;border:2px solid #000000}.menu[data-v-e8acef14]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-e8acef14]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-e8acef14]{width:15em}.menu ul li[data-v-e8acef14]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-e8acef14]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-e8acef14],.menu a[data-v-e8acef14]:visited{display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#fff;background:#004080;padding:0 3em;text-align:center;font-weight:700;font-style:oblique}.menu ul ul a[data-v-e8acef14],.menu ul ul a[data-v-e8acef14]:visited{display:block;background:#004080;color:#fff;width:12em;height:100%;border:1px solid #fff;line-height:1em;padding:.5em 1em;text-align:center;font-weight:700;font-style:oblique}.menu ul table ul a[data-v-e8acef14],.menu ul table ul a[data-v-e8acef14]:visited{width:14em;width:12em}.menu table[data-v-e8acef14]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-e8acef14]{left:-1px}.menu ul ul table ul.left[data-v-e8acef14]{margin-left:2px}.menu li[data-v-e8acef14]:hover,html .menu a[data-v-e8acef14]:hover{position:relative}.menu ul ul ul a[data-v-e8acef14],.menu ul ul ul a[data-v-e8acef14]:visited,.menu ul ul ul ul a[data-v-e8acef14],.menu ul ul ul ul a[data-v-e8acef14]:visited,.menu ul :hover a.sub1[data-v-e8acef14],.menu ul ul :hover a.sub2[data-v-e8acef14]{background:#004080}.menu a[data-v-e8acef14]:hover{color:silver;background:#014181}.menu :hover>a[data-v-e8acef14]{color:silver;background:#014181}.menu ul ul a[data-v-e8acef14]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-e8acef14]{color:silver;background:#014181}.menu ul ul ul a[data-v-e8acef14]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-e8acef14]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-e8acef14]:hover{color:silver;background:#014181}.menu ul ul[data-v-e8acef14]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-e8acef14]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-e8acef14]{left:-14em}.menu ul li:hover ul[data-v-e8acef14],.menu ul a:hover ul[data-v-e8acef14]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-e8acef14],.menu ul :hover ul :hover ul ul[data-v-e8acef14]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-e8acef14],.menu ul :hover ul :hover ul :hover ul[data-v-e8acef14]{visibility:visible}.lmenu[data-v-e8acef14]{height:150px;font-size:90%}.lmenu ul[data-v-e8acef14]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-e8acef14]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-e8acef14]{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;text-indent:.5em;border:1px solid #fff;color:#004080;height:2.6em;float:left}.lmenu table[data-v-e8acef14]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-e8acef14],.lmenu a[data-v-e8acef14]:visited{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;color:#fff;background:#004080;text-indent:.5em;border:1px solid #fff}html .lmenu a[data-v-e8acef14],html .menu a[data-v-e8acef14]:visited{width:150em;width:14.9em}html .lmenu a[data-v-e8acef14]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-e8acef14]:hover{position:relative}.lmenu a[data-v-e8acef14]:active,.lmenu a[data-v-e8acef14]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-e8acef14]{color:silver;background:#014181}.lmenu li ul[data-v-e8acef14]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-e8acef14]{visibility:visible}.lmenu ul a:hover ul ul[data-v-e8acef14],.lmenu ul a:hover ul a:hover ul ul[data-v-e8acef14],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-e8acef14]{visibility:hidden}.lmenu ul a:hover ul[data-v-e8acef14],.lmenu ul a:hover ul a:hover ul[data-v-e8acef14],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-e8acef14],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-e8acef14]{visibility:visible}table.standings[data-v-6d613751]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-6d613751]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-6d613751]{border:0!important}table[data-v-6d613751]{border-collapse:separate!important}td[data-v-6d613751]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-6d613751]{background-color:#eee}tr.team[data-v-6d613751]{height:2.5em}.hover[data-v-6d613751]{cursor:pointer}td.stnd[data-v-6d613751]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-6d613751]{border-color:#fff}td.stndact[data-v-6d613751]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-6d613751]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-6d613751]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-6d613751]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-6d613751]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-6d613751]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-6d613751]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-6d613751]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-6d613751]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-6d613751]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-6d613751]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-6d613751]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-6d613751]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-6d613751]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-6d613751]{color:#fff}th.success[data-v-6d613751]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-6d613751],td.title[data-v-6d613751]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-6d613751]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-6d613751]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-6d613751]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-6d613751]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-6d613751]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-6d613751]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-6d613751]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-6d613751]{background-color:#004080}tr.solver[data-v-6d613751]{background-color:#f0c0a0}tr.statistics-0[data-v-6d613751]{background-color:#95de64}tr.statistics-1[data-v-6d613751]{background-color:#b7eb8f}td.o00[data-v-6d613751]{background-color:#004080}td.stand00[data-v-6d613751]{background-color:var(--theme-standings-00)}td.stand01[data-v-6d613751]{background-color:var(--theme-standings-01)}td.stand10[data-v-6d613751]{background-color:var(--theme-standings-10)}td.stand11[data-v-6d613751]{background-color:var(--theme-standings-11)}tr.filter-team[data-v-6d613751]{background-color:#ffffe0}tr.cfres01[data-v-6d613751]{background-color:#ffffb0}table.matches[data-v-6d613751]{table-layout:fixed}td.match[data-v-6d613751]{height:6em;width:2em}.coderTextRed[data-v-6d613751],.coderTextYellow[data-v-6d613751],.coderTextViolet[data-v-6d613751],.coderTextBlue[data-v-6d613751],.coderTextGreen[data-v-6d613751],.coderTextGray[data-v-6d613751],.coderTextOrange[data-v-6d613751]{font-weight:700;background-color:transparent}.coderTextRed[data-v-6d613751]:link,.coderTextYellow[data-v-6d613751]:link,.coderTextViolet[data-v-6d613751]:link,.coderTextBlue[data-v-6d613751]:link,.coderTextGreen[data-v-6d613751]:link,.coderTextGray[data-v-6d613751]:link,.coderTextOrange[data-v-6d613751]:link,.coderTextWhite[data-v-6d613751]:link,.coderTextBlack[data-v-6d613751]:link,.coderTextRed[data-v-6d613751]:visited,.coderTextYellow[data-v-6d613751]:visited,.coderTextViolet[data-v-6d613751]:visited,.coderTextBlue[data-v-6d613751]:visited,.coderTextGreen[data-v-6d613751]:visited,.coderTextGray[data-v-6d613751]:visited,.coderTextOrange[data-v-6d613751]:visited,.coderTextWhite[data-v-6d613751]:visited,.coderTextBlack[data-v-6d613751]:visited{text-decoration:none}.coderTextRed[data-v-6d613751]:hover,.coderTextYellow[data-v-6d613751]:hover,.coderTextViolet[data-v-6d613751]:hover,.coderTextBlue[data-v-6d613751]:hover,.coderTextGreen[data-v-6d613751]:hover,.coderTextGray[data-v-6d613751]:hover,.coderTextOrange[data-v-6d613751]:hover,.coderTextWhite[data-v-6d613751]:hover,.coderTextBlack[data-v-6d613751]:hover,.coderTextRed[data-v-6d613751]:active,.coderTextYellow[data-v-6d613751]:active,.coderTextViolet[data-v-6d613751]:active,.coderTextBlue[data-v-6d613751]:active,.coderTextGreen[data-v-6d613751]:active,.coderTextGray[data-v-6d613751]:active,.coderTextOrange[data-v-6d613751]:active,.coderTextWhite[data-v-6d613751]:active,.coderTextBlack[data-v-6d613751]:active{text-decoration:underline}.coderTextOrange[data-v-6d613751],.coderTextOrange[data-v-6d613751]:link,.coderTextOrange[data-v-6d613751]:visited,.coderTextOrange[data-v-6d613751]:hover,.coderTextOrange[data-v-6d613751]:active{color:#f90}.coderTextRed[data-v-6d613751],.coderTextRed[data-v-6d613751]:link,.coderTextRed[data-v-6d613751]:visited,.coderTextRed[data-v-6d613751]:hover,.coderTextRed[data-v-6d613751]:active{color:#e00}.coderTextYellow[data-v-6d613751],.coderTextYellow[data-v-6d613751]:link,.coderTextYellow[data-v-6d613751]:visited,.coderTextYellow[data-v-6d613751]:hover,.coderTextYellow[data-v-6d613751]:active{color:#dc0}.coderTextViolet[data-v-6d613751],.coderTextViolet[data-v-6d613751]:link,.coderTextViolet[data-v-6d613751]:visited,.coderTextViolet[data-v-6d613751]:hover,.coderTextViolet[data-v-6d613751]:active{color:#a0a}.coderTextBlue[data-v-6d613751],.coderTextBlue[data-v-6d613751]:link,.coderTextBlue[data-v-6d613751]:visited,.coderTextBlue[data-v-6d613751]:hover,.coderTextBlue[data-v-6d613751]:active{color:#66f}.coderTextGreen[data-v-6d613751],.coderTextGreen[data-v-6d613751]:link,.coderTextGreen[data-v-6d613751]:visited,.coderTextGreen[data-v-6d613751]:hover,.coderTextGreen[data-v-6d613751]:active{color:#00a900}.coderTextGray[data-v-6d613751],.coderTextGray[data-v-6d613751]:link,.coderTextGray[data-v-6d613751]:visited,.coderTextGray[data-v-6d613751]:hover,.coderTextGray[data-v-6d613751]:active{color:#999}.coderTextWhite[data-v-6d613751],.coderTextWhite[data-v-6d613751]:link,.coderTextWhite[data-v-6d613751]:visited,.coderTextWhite[data-v-6d613751]:hover,.coderTextWhite[data-v-6d613751]:active{color:#fff}.coderTextBlack[data-v-6d613751],.coderTextBlack[data-v-6d613751]:link,.coderTextBlack[data-v-6d613751]:visited,.coderTextBlack[data-v-6d613751]:hover,.coderTextBlack[data-v-6d613751]:active{color:#000}s[data-v-6d613751]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-6d613751]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-6d613751]{text-align:justify}a[data-v-6d613751]{color:#004080}td.topmenu a[data-v-6d613751]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-6d613751]:hover{color:silver}td.topmenu[data-v-6d613751]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-6d613751]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-6d613751]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-6d613751]:hover{color:silver}td.menuleft[data-v-6d613751]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-6d613751]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-6d613751]{height:25px;width:190px}td.newsselectcontainer form[data-v-6d613751]{margin:0}td.newsselectcontainer select[data-v-6d613751]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-6d613751]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-6d613751]{border:1px solid #004080}.memorial[data-v-6d613751]{padding:0 8px;border:2px solid #000000}.menu[data-v-6d613751]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-6d613751]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-6d613751]{width:15em}.menu ul li[data-v-6d613751]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-6d613751]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-6d613751],.menu a[data-v-6d613751]:visited{display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#fff;background:#004080;padding:0 3em;text-align:center;font-weight:700;font-style:oblique}.menu ul ul a[data-v-6d613751],.menu ul ul a[data-v-6d613751]:visited{display:block;background:#004080;color:#fff;width:12em;height:100%;border:1px solid #fff;line-height:1em;padding:.5em 1em;text-align:center;font-weight:700;font-style:oblique}.menu ul table ul a[data-v-6d613751],.menu ul table ul a[data-v-6d613751]:visited{width:14em;width:12em}.menu table[data-v-6d613751]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-6d613751]{left:-1px}.menu ul ul table ul.left[data-v-6d613751]{margin-left:2px}.menu li[data-v-6d613751]:hover,html .menu a[data-v-6d613751]:hover{position:relative}.menu ul ul ul a[data-v-6d613751],.menu ul ul ul a[data-v-6d613751]:visited,.menu ul ul ul ul a[data-v-6d613751],.menu ul ul ul ul a[data-v-6d613751]:visited,.menu ul :hover a.sub1[data-v-6d613751],.menu ul ul :hover a.sub2[data-v-6d613751]{background:#004080}.menu a[data-v-6d613751]:hover{color:silver;background:#014181}.menu :hover>a[data-v-6d613751]{color:silver;background:#014181}.menu ul ul a[data-v-6d613751]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-6d613751]{color:silver;background:#014181}.menu ul ul ul a[data-v-6d613751]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-6d613751]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-6d613751]:hover{color:silver;background:#014181}.menu ul ul[data-v-6d613751]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-6d613751]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-6d613751]{left:-14em}.menu ul li:hover ul[data-v-6d613751],.menu ul a:hover ul[data-v-6d613751]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-6d613751],.menu ul :hover ul :hover ul ul[data-v-6d613751]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-6d613751],.menu ul :hover ul :hover ul :hover ul[data-v-6d613751]{visibility:visible}.lmenu[data-v-6d613751]{height:150px;font-size:90%}.lmenu ul[data-v-6d613751]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-6d613751]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-6d613751]{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;text-indent:.5em;border:1px solid #fff;color:#004080;height:2.6em;float:left}.lmenu table[data-v-6d613751]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-6d613751],.lmenu a[data-v-6d613751]:visited{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;color:#fff;background:#004080;text-indent:.5em;border:1px solid #fff}html .lmenu a[data-v-6d613751],html .menu a[data-v-6d613751]:visited{width:150em;width:14.9em}html .lmenu a[data-v-6d613751]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-6d613751]:hover{position:relative}.lmenu a[data-v-6d613751]:active,.lmenu a[data-v-6d613751]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-6d613751]{color:silver;background:#014181}.lmenu li ul[data-v-6d613751]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-6d613751]{visibility:visible}.lmenu ul a:hover ul ul[data-v-6d613751],.lmenu ul a:hover ul a:hover ul ul[data-v-6d613751],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-6d613751]{visibility:hidden}.lmenu ul a:hover ul[data-v-6d613751],.lmenu ul a:hover ul a:hover ul[data-v-6d613751],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-6d613751],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-6d613751]{visibility:visible}table.standings[data-v-3340f68a]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-3340f68a]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-3340f68a]{border:0!important}table[data-v-3340f68a]{border-collapse:separate!important}td[data-v-3340f68a]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-3340f68a]{background-color:#eee}tr.team[data-v-3340f68a]{height:2.5em}.hover[data-v-3340f68a]{cursor:pointer}td.stnd[data-v-3340f68a]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-3340f68a]{border-color:#fff}td.stndact[data-v-3340f68a]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-3340f68a]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-3340f68a]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-3340f68a]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-3340f68a]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-3340f68a]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-3340f68a]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-3340f68a]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-3340f68a]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-3340f68a]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-3340f68a]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-3340f68a]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-3340f68a]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-3340f68a]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-3340f68a]{color:#fff}th.success[data-v-3340f68a]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-3340f68a],td.title[data-v-3340f68a]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-3340f68a]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-3340f68a]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-3340f68a]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-3340f68a]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-3340f68a]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-3340f68a]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-3340f68a]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-3340f68a]{background-color:#004080}tr.solver[data-v-3340f68a]{background-color:#f0c0a0}tr.statistics-0[data-v-3340f68a]{background-color:#95de64}tr.statistics-1[data-v-3340f68a]{background-color:#b7eb8f}td.o00[data-v-3340f68a]{background-color:#004080}td.stand00[data-v-3340f68a]{background-color:var(--theme-standings-00)}td.stand01[data-v-3340f68a]{background-color:var(--theme-standings-01)}td.stand10[data-v-3340f68a]{background-color:var(--theme-standings-10)}td.stand11[data-v-3340f68a]{background-color:var(--theme-standings-11)}tr.filter-team[data-v-3340f68a]{background-color:#ffffe0}tr.cfres01[data-v-3340f68a]{background-color:#ffffb0}table.matches[data-v-3340f68a]{table-layout:fixed}td.match[data-v-3340f68a]{height:6em;width:2em}.coderTextRed[data-v-3340f68a],.coderTextYellow[data-v-3340f68a],.coderTextViolet[data-v-3340f68a],.coderTextBlue[data-v-3340f68a],.coderTextGreen[data-v-3340f68a],.coderTextGray[data-v-3340f68a],.coderTextOrange[data-v-3340f68a]{font-weight:700;background-color:transparent}.coderTextRed[data-v-3340f68a]:link,.coderTextYellow[data-v-3340f68a]:link,.coderTextViolet[data-v-3340f68a]:link,.coderTextBlue[data-v-3340f68a]:link,.coderTextGreen[data-v-3340f68a]:link,.coderTextGray[data-v-3340f68a]:link,.coderTextOrange[data-v-3340f68a]:link,.coderTextWhite[data-v-3340f68a]:link,.coderTextBlack[data-v-3340f68a]:link,.coderTextRed[data-v-3340f68a]:visited,.coderTextYellow[data-v-3340f68a]:visited,.coderTextViolet[data-v-3340f68a]:visited,.coderTextBlue[data-v-3340f68a]:visited,.coderTextGreen[data-v-3340f68a]:visited,.coderTextGray[data-v-3340f68a]:visited,.coderTextOrange[data-v-3340f68a]:visited,.coderTextWhite[data-v-3340f68a]:visited,.coderTextBlack[data-v-3340f68a]:visited{text-decoration:none}.coderTextRed[data-v-3340f68a]:hover,.coderTextYellow[data-v-3340f68a]:hover,.coderTextViolet[data-v-3340f68a]:hover,.coderTextBlue[data-v-3340f68a]:hover,.coderTextGreen[data-v-3340f68a]:hover,.coderTextGray[data-v-3340f68a]:hover,.coderTextOrange[data-v-3340f68a]:hover,.coderTextWhite[data-v-3340f68a]:hover,.coderTextBlack[data-v-3340f68a]:hover,.coderTextRed[data-v-3340f68a]:active,.coderTextYellow[data-v-3340f68a]:active,.coderTextViolet[data-v-3340f68a]:active,.coderTextBlue[data-v-3340f68a]:active,.coderTextGreen[data-v-3340f68a]:active,.coderTextGray[data-v-3340f68a]:active,.coderTextOrange[data-v-3340f68a]:active,.coderTextWhite[data-v-3340f68a]:active,.coderTextBlack[data-v-3340f68a]:active{text-decoration:underline}.coderTextOrange[data-v-3340f68a],.coderTextOrange[data-v-3340f68a]:link,.coderTextOrange[data-v-3340f68a]:visited,.coderTextOrange[data-v-3340f68a]:hover,.coderTextOrange[data-v-3340f68a]:active{color:#f90}.coderTextRed[data-v-3340f68a],.coderTextRed[data-v-3340f68a]:link,.coderTextRed[data-v-3340f68a]:visited,.coderTextRed[data-v-3340f68a]:hover,.coderTextRed[data-v-3340f68a]:active{color:#e00}.coderTextYellow[data-v-3340f68a],.coderTextYellow[data-v-3340f68a]:link,.coderTextYellow[data-v-3340f68a]:visited,.coderTextYellow[data-v-3340f68a]:hover,.coderTextYellow[data-v-3340f68a]:active{color:#dc0}.coderTextViolet[data-v-3340f68a],.coderTextViolet[data-v-3340f68a]:link,.coderTextViolet[data-v-3340f68a]:visited,.coderTextViolet[data-v-3340f68a]:hover,.coderTextViolet[data-v-3340f68a]:active{color:#a0a}.coderTextBlue[data-v-3340f68a],.coderTextBlue[data-v-3340f68a]:link,.coderTextBlue[data-v-3340f68a]:visited,.coderTextBlue[data-v-3340f68a]:hover,.coderTextBlue[data-v-3340f68a]:active{color:#66f}.coderTextGreen[data-v-3340f68a],.coderTextGreen[data-v-3340f68a]:link,.coderTextGreen[data-v-3340f68a]:visited,.coderTextGreen[data-v-3340f68a]:hover,.coderTextGreen[data-v-3340f68a]:active{color:#00a900}.coderTextGray[data-v-3340f68a],.coderTextGray[data-v-3340f68a]:link,.coderTextGray[data-v-3340f68a]:visited,.coderTextGray[data-v-3340f68a]:hover,.coderTextGray[data-v-3340f68a]:active{color:#999}.coderTextWhite[data-v-3340f68a],.coderTextWhite[data-v-3340f68a]:link,.coderTextWhite[data-v-3340f68a]:visited,.coderTextWhite[data-v-3340f68a]:hover,.coderTextWhite[data-v-3340f68a]:active{color:#fff}.coderTextBlack[data-v-3340f68a],.coderTextBlack[data-v-3340f68a]:link,.coderTextBlack[data-v-3340f68a]:visited,.coderTextBlack[data-v-3340f68a]:hover,.coderTextBlack[data-v-3340f68a]:active{color:#000}s[data-v-3340f68a]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-3340f68a]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-3340f68a]{text-align:justify}a[data-v-3340f68a]{color:#004080}td.topmenu a[data-v-3340f68a]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-3340f68a]:hover{color:silver}td.topmenu[data-v-3340f68a]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-3340f68a]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-3340f68a]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-3340f68a]:hover{color:silver}td.menuleft[data-v-3340f68a]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-3340f68a]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-3340f68a]{height:25px;width:190px}td.newsselectcontainer form[data-v-3340f68a]{margin:0}td.newsselectcontainer select[data-v-3340f68a]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-3340f68a]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-3340f68a]{border:1px solid #004080}.memorial[data-v-3340f68a]{padding:0 8px;border:2px solid #000000}.menu[data-v-3340f68a]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-3340f68a]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-3340f68a]{width:15em}.menu ul li[data-v-3340f68a]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-3340f68a]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-3340f68a],.menu a[data-v-3340f68a]:visited{display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#fff;background:#004080;padding:0 3em;text-align:center;font-weight:700;font-style:oblique}.menu ul ul a[data-v-3340f68a],.menu ul ul a[data-v-3340f68a]:visited{display:block;background:#004080;color:#fff;width:12em;height:100%;border:1px solid #fff;line-height:1em;padding:.5em 1em;text-align:center;font-weight:700;font-style:oblique}.menu ul table ul a[data-v-3340f68a],.menu ul table ul a[data-v-3340f68a]:visited{width:14em;width:12em}.menu table[data-v-3340f68a]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-3340f68a]{left:-1px}.menu ul ul table ul.left[data-v-3340f68a]{margin-left:2px}.menu li[data-v-3340f68a]:hover,html .menu a[data-v-3340f68a]:hover{position:relative}.menu ul ul ul a[data-v-3340f68a],.menu ul ul ul a[data-v-3340f68a]:visited,.menu ul ul ul ul a[data-v-3340f68a],.menu ul ul ul ul a[data-v-3340f68a]:visited,.menu ul :hover a.sub1[data-v-3340f68a],.menu ul ul :hover a.sub2[data-v-3340f68a]{background:#004080}.menu a[data-v-3340f68a]:hover{color:silver;background:#014181}.menu :hover>a[data-v-3340f68a]{color:silver;background:#014181}.menu ul ul a[data-v-3340f68a]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-3340f68a]{color:silver;background:#014181}.menu ul ul ul a[data-v-3340f68a]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-3340f68a]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-3340f68a]:hover{color:silver;background:#014181}.menu ul ul[data-v-3340f68a]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-3340f68a]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-3340f68a]{left:-14em}.menu ul li:hover ul[data-v-3340f68a],.menu ul a:hover ul[data-v-3340f68a]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-3340f68a],.menu ul :hover ul :hover ul ul[data-v-3340f68a]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-3340f68a],.menu ul :hover ul :hover ul :hover ul[data-v-3340f68a]{visibility:visible}.lmenu[data-v-3340f68a]{height:150px;font-size:90%}.lmenu ul[data-v-3340f68a]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-3340f68a]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-3340f68a]{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;text-indent:.5em;border:1px solid #fff;color:#004080;height:2.6em;float:left}.lmenu table[data-v-3340f68a]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-3340f68a],.lmenu a[data-v-3340f68a]:visited{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;color:#fff;background:#004080;text-indent:.5em;border:1px solid #fff}html .lmenu a[data-v-3340f68a],html .menu a[data-v-3340f68a]:visited{width:150em;width:14.9em}html .lmenu a[data-v-3340f68a]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-3340f68a]:hover{position:relative}.lmenu a[data-v-3340f68a]:active,.lmenu a[data-v-3340f68a]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-3340f68a]{color:silver;background:#014181}.lmenu li ul[data-v-3340f68a]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-3340f68a]{visibility:visible}.lmenu ul a:hover ul ul[data-v-3340f68a],.lmenu ul a:hover ul a:hover ul ul[data-v-3340f68a],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-3340f68a]{visibility:hidden}.lmenu ul a:hover ul[data-v-3340f68a],.lmenu ul a:hover ul a:hover ul[data-v-3340f68a],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-3340f68a],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-3340f68a]{visibility:visible}.second-level-menu-item[data-v-421d74d9]{height:18px;background:#333;position:relative;display:flex;justify-content:center;align-items:center;color:#fff;font-size:14px;font-weight:700;-webkit-transition:.7s;transition:.7s;cursor:pointer;margin:2px 4px!important;padding:4px!important;box-sizing:content-box!important;border-radius:3px}.second-level-menu-item[data-v-421d74d9]:hover,.second-level-menu-item-current[data-v-421d74d9]{background:#f30}table.standings[data-v-9e0d419f]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-9e0d419f]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-9e0d419f]{border:0!important}table[data-v-9e0d419f]{border-collapse:separate!important}td[data-v-9e0d419f]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-9e0d419f]{background-color:#eee}tr.team[data-v-9e0d419f]{height:2.5em}.hover[data-v-9e0d419f]{cursor:pointer}td.stnd[data-v-9e0d419f]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-9e0d419f]{border-color:#fff}td.stndact[data-v-9e0d419f]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-9e0d419f]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-9e0d419f]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-9e0d419f]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-9e0d419f]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-9e0d419f]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-9e0d419f]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-9e0d419f]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-9e0d419f]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-9e0d419f]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-9e0d419f]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-9e0d419f]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-9e0d419f]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-9e0d419f]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-9e0d419f]{color:#fff}th.success[data-v-9e0d419f]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-9e0d419f],td.title[data-v-9e0d419f]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-9e0d419f]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-9e0d419f]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-9e0d419f]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-9e0d419f]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-9e0d419f]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-9e0d419f]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-9e0d419f]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-9e0d419f]{background-color:#004080}tr.solver[data-v-9e0d419f]{background-color:#f0c0a0}tr.statistics-0[data-v-9e0d419f]{background-color:#95de64}tr.statistics-1[data-v-9e0d419f]{background-color:#b7eb8f}td.o00[data-v-9e0d419f]{background-color:#004080}td.stand00[data-v-9e0d419f]{background-color:var(--theme-standings-00)}td.stand01[data-v-9e0d419f]{background-color:var(--theme-standings-01)}td.stand10[data-v-9e0d419f]{background-color:var(--theme-standings-10)}td.stand11[data-v-9e0d419f]{background-color:var(--theme-standings-11)}tr.filter-team[data-v-9e0d419f]{background-color:#ffffe0}tr.cfres01[data-v-9e0d419f]{background-color:#ffffb0}table.matches[data-v-9e0d419f]{table-layout:fixed}td.match[data-v-9e0d419f]{height:6em;width:2em}.coderTextRed[data-v-9e0d419f],.coderTextYellow[data-v-9e0d419f],.coderTextViolet[data-v-9e0d419f],.coderTextBlue[data-v-9e0d419f],.coderTextGreen[data-v-9e0d419f],.coderTextGray[data-v-9e0d419f],.coderTextOrange[data-v-9e0d419f]{font-weight:700;background-color:transparent}.coderTextRed[data-v-9e0d419f]:link,.coderTextYellow[data-v-9e0d419f]:link,.coderTextViolet[data-v-9e0d419f]:link,.coderTextBlue[data-v-9e0d419f]:link,.coderTextGreen[data-v-9e0d419f]:link,.coderTextGray[data-v-9e0d419f]:link,.coderTextOrange[data-v-9e0d419f]:link,.coderTextWhite[data-v-9e0d419f]:link,.coderTextBlack[data-v-9e0d419f]:link,.coderTextRed[data-v-9e0d419f]:visited,.coderTextYellow[data-v-9e0d419f]:visited,.coderTextViolet[data-v-9e0d419f]:visited,.coderTextBlue[data-v-9e0d419f]:visited,.coderTextGreen[data-v-9e0d419f]:visited,.coderTextGray[data-v-9e0d419f]:visited,.coderTextOrange[data-v-9e0d419f]:visited,.coderTextWhite[data-v-9e0d419f]:visited,.coderTextBlack[data-v-9e0d419f]:visited{text-decoration:none}.coderTextRed[data-v-9e0d419f]:hover,.coderTextYellow[data-v-9e0d419f]:hover,.coderTextViolet[data-v-9e0d419f]:hover,.coderTextBlue[data-v-9e0d419f]:hover,.coderTextGreen[data-v-9e0d419f]:hover,.coderTextGray[data-v-9e0d419f]:hover,.coderTextOrange[data-v-9e0d419f]:hover,.coderTextWhite[data-v-9e0d419f]:hover,.coderTextBlack[data-v-9e0d419f]:hover,.coderTextRed[data-v-9e0d419f]:active,.coderTextYellow[data-v-9e0d419f]:active,.coderTextViolet[data-v-9e0d419f]:active,.coderTextBlue[data-v-9e0d419f]:active,.coderTextGreen[data-v-9e0d419f]:active,.coderTextGray[data-v-9e0d419f]:active,.coderTextOrange[data-v-9e0d419f]:active,.coderTextWhite[data-v-9e0d419f]:active,.coderTextBlack[data-v-9e0d419f]:active{text-decoration:underline}.coderTextOrange[data-v-9e0d419f],.coderTextOrange[data-v-9e0d419f]:link,.coderTextOrange[data-v-9e0d419f]:visited,.coderTextOrange[data-v-9e0d419f]:hover,.coderTextOrange[data-v-9e0d419f]:active{color:#f90}.coderTextRed[data-v-9e0d419f],.coderTextRed[data-v-9e0d419f]:link,.coderTextRed[data-v-9e0d419f]:visited,.coderTextRed[data-v-9e0d419f]:hover,.coderTextRed[data-v-9e0d419f]:active{color:#e00}.coderTextYellow[data-v-9e0d419f],.coderTextYellow[data-v-9e0d419f]:link,.coderTextYellow[data-v-9e0d419f]:visited,.coderTextYellow[data-v-9e0d419f]:hover,.coderTextYellow[data-v-9e0d419f]:active{color:#dc0}.coderTextViolet[data-v-9e0d419f],.coderTextViolet[data-v-9e0d419f]:link,.coderTextViolet[data-v-9e0d419f]:visited,.coderTextViolet[data-v-9e0d419f]:hover,.coderTextViolet[data-v-9e0d419f]:active{color:#a0a}.coderTextBlue[data-v-9e0d419f],.coderTextBlue[data-v-9e0d419f]:link,.coderTextBlue[data-v-9e0d419f]:visited,.coderTextBlue[data-v-9e0d419f]:hover,.coderTextBlue[data-v-9e0d419f]:active{color:#66f}.coderTextGreen[data-v-9e0d419f],.coderTextGreen[data-v-9e0d419f]:link,.coderTextGreen[data-v-9e0d419f]:visited,.coderTextGreen[data-v-9e0d419f]:hover,.coderTextGreen[data-v-9e0d419f]:active{color:#00a900}.coderTextGray[data-v-9e0d419f],.coderTextGray[data-v-9e0d419f]:link,.coderTextGray[data-v-9e0d419f]:visited,.coderTextGray[data-v-9e0d419f]:hover,.coderTextGray[data-v-9e0d419f]:active{color:#999}.coderTextWhite[data-v-9e0d419f],.coderTextWhite[data-v-9e0d419f]:link,.coderTextWhite[data-v-9e0d419f]:visited,.coderTextWhite[data-v-9e0d419f]:hover,.coderTextWhite[data-v-9e0d419f]:active{color:#fff}.coderTextBlack[data-v-9e0d419f],.coderTextBlack[data-v-9e0d419f]:link,.coderTextBlack[data-v-9e0d419f]:visited,.coderTextBlack[data-v-9e0d419f]:hover,.coderTextBlack[data-v-9e0d419f]:active{color:#000}s[data-v-9e0d419f]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-9e0d419f]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-9e0d419f]{text-align:justify}a[data-v-9e0d419f]{color:#004080}td.topmenu a[data-v-9e0d419f]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-9e0d419f]:hover{color:silver}td.topmenu[data-v-9e0d419f]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-9e0d419f]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-9e0d419f]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-9e0d419f]:hover{color:silver}td.menuleft[data-v-9e0d419f]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-9e0d419f]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-9e0d419f]{height:25px;width:190px}td.newsselectcontainer form[data-v-9e0d419f]{margin:0}td.newsselectcontainer select[data-v-9e0d419f]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-9e0d419f]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-9e0d419f]{border:1px solid #004080}.memorial[data-v-9e0d419f]{padding:0 8px;border:2px solid #000000}.menu[data-v-9e0d419f]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-9e0d419f]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-9e0d419f]{width:15em}.menu ul li[data-v-9e0d419f]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-9e0d419f]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-9e0d419f],.menu a[data-v-9e0d419f]:visited{display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#fff;background:#004080;padding:0 3em;text-align:center;font-weight:700;font-style:oblique}.menu ul ul a[data-v-9e0d419f],.menu ul ul a[data-v-9e0d419f]:visited{display:block;background:#004080;color:#fff;width:12em;height:100%;border:1px solid #fff;line-height:1em;padding:.5em 1em;text-align:center;font-weight:700;font-style:oblique}.menu ul table ul a[data-v-9e0d419f],.menu ul table ul a[data-v-9e0d419f]:visited{width:14em;width:12em}.menu table[data-v-9e0d419f]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-9e0d419f]{left:-1px}.menu ul ul table ul.left[data-v-9e0d419f]{margin-left:2px}.menu li[data-v-9e0d419f]:hover,html .menu a[data-v-9e0d419f]:hover{position:relative}.menu ul ul ul a[data-v-9e0d419f],.menu ul ul ul a[data-v-9e0d419f]:visited,.menu ul ul ul ul a[data-v-9e0d419f],.menu ul ul ul ul a[data-v-9e0d419f]:visited,.menu ul :hover a.sub1[data-v-9e0d419f],.menu ul ul :hover a.sub2[data-v-9e0d419f]{background:#004080}.menu a[data-v-9e0d419f]:hover{color:silver;background:#014181}.menu :hover>a[data-v-9e0d419f]{color:silver;background:#014181}.menu ul ul a[data-v-9e0d419f]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-9e0d419f]{color:silver;background:#014181}.menu ul ul ul a[data-v-9e0d419f]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-9e0d419f]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-9e0d419f]:hover{color:silver;background:#014181}.menu ul ul[data-v-9e0d419f]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-9e0d419f]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-9e0d419f]{left:-14em}.menu ul li:hover ul[data-v-9e0d419f],.menu ul a:hover ul[data-v-9e0d419f]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-9e0d419f],.menu ul :hover ul :hover ul ul[data-v-9e0d419f]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-9e0d419f],.menu ul :hover ul :hover ul :hover ul[data-v-9e0d419f]{visibility:visible}.lmenu[data-v-9e0d419f]{height:150px;font-size:90%}.lmenu ul[data-v-9e0d419f]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-9e0d419f]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-9e0d419f]{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;text-indent:.5em;border:1px solid #fff;color:#004080;height:2.6em;float:left}.lmenu table[data-v-9e0d419f]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-9e0d419f],.lmenu a[data-v-9e0d419f]:visited{display:block;text-decoration:none;height:2.5em;line-height:2.5em;width:15em;color:#fff;background:#004080;text-indent:.5em;border:1px solid #fff}html .lmenu a[data-v-9e0d419f],html .menu a[data-v-9e0d419f]:visited{width:150em;width:14.9em}html .lmenu a[data-v-9e0d419f]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-9e0d419f]:hover{position:relative}.lmenu a[data-v-9e0d419f]:active,.lmenu a[data-v-9e0d419f]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-9e0d419f]{color:silver;background:#014181}.lmenu li ul[data-v-9e0d419f]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-9e0d419f]{visibility:visible}.lmenu ul a:hover ul ul[data-v-9e0d419f],.lmenu ul a:hover ul a:hover ul ul[data-v-9e0d419f],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-9e0d419f]{visibility:hidden}.lmenu ul a:hover ul[data-v-9e0d419f],.lmenu ul a:hover ul a:hover ul[data-v-9e0d419f],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-9e0d419f],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-9e0d419f]{visibility:visible}.title[data-v-c0f5b051]{--scroll-bar: 0;font-variant:tabular-nums;line-height:1.5715;box-sizing:border-box;position:relative;overflow:hidden;text-align:center}
|