@xcpcio/board-app 0.52.0 → 0.53.0

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.
Files changed (146) hide show
  1. package/dist/404.html +1 -1
  2. package/dist/assets/{Board-f05c0366.css → Board--Fj0eIxn.css} +1 -1
  3. package/dist/assets/Board-DVycq7Hb.js +1 -0
  4. package/dist/assets/ContestStateBadge-SaSIRVZw.js +1 -0
  5. package/dist/assets/ContestStateBadge-yOXRkC0c.css +1 -0
  6. package/dist/assets/DataSourceInput.vue_vue_type_script_setup_true_lang-ButnX5NG.js +1 -0
  7. package/dist/assets/Footer.vue_vue_type_script_setup_true_lang-DtriOyxw.js +1 -0
  8. package/dist/assets/NavBar-CTO09sVc.js +1 -0
  9. package/dist/assets/NavBar-K1-1c5jR.css +1 -0
  10. package/dist/assets/RightArrowIcon-93I3m1Dg.js +1 -0
  11. package/dist/assets/TheInput.vue_vue_type_script_setup_true_lang-Bstp0Uq6.js +1 -0
  12. package/dist/assets/Tooltip-VVqtpO6L.css +1 -0
  13. package/dist/assets/Tooltip.vue_vue_type_script_setup_true_lang-IVJ6kO8Y.js +27 -0
  14. package/dist/assets/{_...all_-85910c2a.js → _...all_-CajB1u6j.js} +2 -2
  15. package/dist/assets/_...all_-DkFLHLY4.js +1 -0
  16. package/dist/assets/_name_-CKcXFscu.js +1 -0
  17. package/dist/assets/_plugin-vue_export-helper-DlAUqK2U.js +1 -0
  18. package/dist/assets/about-Bt1E61e1.js +5 -0
  19. package/dist/assets/board-BuZxK-RS.js +1 -0
  20. package/dist/assets/board-layout-BDGSSQnD.js +1 -0
  21. package/dist/assets/constant-D5AETBoS.js +1 -0
  22. package/dist/assets/default-g2FZdb_E.js +1 -0
  23. package/dist/assets/en-DDlXf_8q.js +1 -0
  24. package/dist/assets/headless-AGI21K3d.js +1 -0
  25. package/dist/assets/home-CIo2SGx9.js +1 -0
  26. package/dist/assets/index-B0AiC33S.js +1 -0
  27. package/dist/assets/index-BJlHNlHk.js +198 -0
  28. package/dist/assets/{index-241beb5a.css → index-BP90wE2A.css} +1 -1
  29. package/dist/assets/index-BVqqkkh8.js +25 -0
  30. package/dist/assets/index-BerApwlM.css +1 -0
  31. package/dist/assets/index-Bqug296L.js +50 -0
  32. package/dist/assets/index-ByBDbX-Q.js +1 -0
  33. package/dist/assets/index-CDb5YJlm.js +1 -0
  34. package/dist/assets/index-Ci3FURub.css +5 -0
  35. package/dist/assets/index-CsD1PvIl.js +5 -0
  36. package/dist/assets/{index-c827bc8f.css → index-DRiWpQTB.css} +1 -1
  37. package/dist/assets/index-De6dfmWB.css +1 -0
  38. package/dist/assets/index-DtIE9gnq.js +1 -0
  39. package/dist/assets/index-eEOWm26O.js +1 -0
  40. package/dist/assets/index-layout-B9ZsHAPN.js +1 -0
  41. package/dist/assets/pagination-SF0231GF.js +3 -0
  42. package/dist/assets/route-block-B_A1xBdJ.js +1 -0
  43. package/dist/assets/test-BmgsMNrG.js +1 -0
  44. package/dist/assets/use-vmodel-DKmkNt1c.js +1 -0
  45. package/dist/assets/useQueryBoardData-MYqwKv9X.js +1 -0
  46. package/dist/assets/user-DVMgLOCG.js +1 -0
  47. package/dist/assets/virtual_pwa-register-G08q8i_v.js +1 -0
  48. package/dist/assets/workbox-window.prod.es5-D5gOYdM7.js +2 -0
  49. package/dist/assets/zh-CN-CNJkghp4.js +1 -0
  50. package/dist/index.html +1 -1
  51. package/dist/sw.js +1 -1
  52. package/package.json +51 -49
  53. package/src/auto-imports.d.ts +4 -2
  54. package/src/components/Balloon.vue +3 -2
  55. package/src/components/BalloonBlock.vue +1 -1
  56. package/src/components/ContestIndexUI.vue +3 -3
  57. package/src/components/Countdown.vue +3 -3
  58. package/src/components/NavBar.vue +1 -1
  59. package/src/components/Resolver.vue +112 -27
  60. package/src/components/SearchInput.vue +1 -1
  61. package/src/components/TheCheckbox.vue +1 -1
  62. package/src/components/TheCounter.vue +1 -1
  63. package/src/components/TheInput.vue +3 -3
  64. package/src/components/battle-of-giants/GiantsOptions.vue +5 -5
  65. package/src/components/battle-of-giants/GiantsScoreBoard.vue +1 -1
  66. package/src/components/board/AnimatedSubmissionBlock.vue +2 -2
  67. package/src/components/board/AnimatedSubmissionsModal.vue +1 -1
  68. package/src/components/board/Badge.vue +2 -2
  69. package/src/components/board/Board.vue +8 -8
  70. package/src/components/board/BoardTab.vue +1 -1
  71. package/src/components/board/BottomStatistics.vue +1 -1
  72. package/src/components/board/ContestStateBadge.vue +3 -3
  73. package/src/components/board/Export.vue +5 -5
  74. package/src/components/board/Modal.vue +4 -4
  75. package/src/components/board/ModalMenu.vue +2 -2
  76. package/src/components/board/OptionsModal.vue +4 -4
  77. package/src/components/board/ProblemBlock.vue +2 -2
  78. package/src/components/board/ProblemInfoModal.vue +3 -3
  79. package/src/components/board/Progress.vue +12 -9
  80. package/src/components/board/SecondLevelMenu.vue +2 -2
  81. package/src/components/board/Standings.vue +5 -5
  82. package/src/components/board/Statistics.vue +3 -3
  83. package/src/components/board/SubmissionsTable.vue +15 -15
  84. package/src/components/board/SubmissionsTableModal.vue +4 -4
  85. package/src/components/board/TeamAwards.vue +3 -3
  86. package/src/components/board/TeamInfoModal.vue +5 -5
  87. package/src/components/board/TeamProblemBlock.vue +5 -5
  88. package/src/components/board/TeamUI.vue +3 -3
  89. package/src/components/flowbite/Tooltip.vue +2 -2
  90. package/src/components/rating/Rating.vue +1 -1
  91. package/src/components/rating/RatingBadge.vue +1 -1
  92. package/src/components/rating/RatingIndexUI.vue +3 -3
  93. package/src/components/rating/RatingInfoModal.vue +4 -4
  94. package/src/components/rating/RatingTable.vue +4 -4
  95. package/src/components/rating/RatingUserUI.vue +2 -2
  96. package/src/components/table/TablePagination.vue +1 -1
  97. package/src/components.d.ts +1 -1
  98. package/src/composables/color.ts +2 -2
  99. package/src/composables/logo/index.ts +1 -1
  100. package/src/composables/pagination.ts +2 -2
  101. package/src/composables/rating.ts +1 -1
  102. package/src/composables/statistics.ts +1 -1
  103. package/src/composables/type.ts +4 -4
  104. package/src/composables/useQueryBoardData.ts +3 -2
  105. package/src/main.ts +9 -8
  106. package/src/modules/README.md +1 -1
  107. package/src/modules/i18n.ts +1 -1
  108. package/src/modules/nprogress.ts +1 -1
  109. package/src/modules/pinia.ts +1 -1
  110. package/src/modules/pwa.ts +1 -1
  111. package/src/modules/toast.ts +2 -2
  112. package/src/pages/index.vue +6 -6
  113. package/src/pages/rating/index.vue +2 -2
  114. package/src/shims.d.ts +10 -8
  115. package/src/styles/markdown.css +8 -11
  116. package/src/typed-router.d.ts +33 -0
  117. package/src/types.ts +1 -1
  118. package/tsconfig.json +18 -19
  119. package/vite.config.ts +32 -30
  120. package/dist/assets/Board-04b0589d.js +0 -1
  121. package/dist/assets/DataSourceInput.vue_vue_type_script_setup_true_lang-11e5a08c.js +0 -1
  122. package/dist/assets/TheInput.vue_vue_type_script_setup_true_lang-f91fd6e0.js +0 -1
  123. package/dist/assets/_...all_-905784b3.js +0 -1
  124. package/dist/assets/_name_-203db09f.js +0 -1
  125. package/dist/assets/about-d9d865e0.js +0 -11
  126. package/dist/assets/board-3f91f491.js +0 -1
  127. package/dist/assets/board-layout-967802f4.js +0 -1
  128. package/dist/assets/en-c9a8dbb5.js +0 -1
  129. package/dist/assets/headless-f3f3253c.js +0 -1
  130. package/dist/assets/home-3d9e3102.js +0 -1
  131. package/dist/assets/index-0095f855.js +0 -1
  132. package/dist/assets/index-1e2a1259.js +0 -236
  133. package/dist/assets/index-43f8e0d3.css +0 -5
  134. package/dist/assets/index-86ef642b.js +0 -1
  135. package/dist/assets/index-accb347c.css +0 -1
  136. package/dist/assets/index-b97b2d45.js +0 -1
  137. package/dist/assets/index-d51c6c02.js +0 -1
  138. package/dist/assets/index-layout-5a67cc99.js +0 -1
  139. package/dist/assets/pagination-6eac914a.js +0 -3
  140. package/dist/assets/query-ff21040c.js +0 -1
  141. package/dist/assets/test-5dd32cac.js +0 -1
  142. package/dist/assets/user-cd9a56f6.js +0 -1
  143. package/dist/assets/virtual_pwa-register-ff5720d1.js +0 -1
  144. package/dist/assets/workbox-window.prod.es5-c46a1faa.js +0 -2
  145. package/dist/assets/zh-CN-8e545f66.js +0 -1
  146. /package/dist/assets/{_...all_-c60acc8c.css → _..-8Wh-Y8sB.css} +0 -0
package/dist/404.html CHANGED
@@ -1 +1 @@
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.52.0/dist/balloon-192x192.png"><link rel="mask-icon" href="https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.52.0/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.52.0/dist";_=normalizePath(_),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.52.0/dist/assets/index-1e2a1259.js"></script><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.52.0/dist/assets/index-43f8e0d3.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
+ <!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.53.0/dist/balloon-192x192.png"><link rel="mask-icon" href="https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/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.53.0/dist";_=normalizePath(_),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.53.0/dist/assets/index-Bqug296L.js"></script><link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/index-Ci3FURub.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
- .list-enter-active[data-v-c5c85310]{transition:all 2s ease}.list-leave-active[data-v-c5c85310]{transition:all .75s ease}.list-enter-from[data-v-c5c85310],.list-leave-to[data-v-c5c85310]{opacity:0;transform:translate(-30px)}.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-31b46868]{color:var(--theme-status-pending)}.WAITING[data-v-31b46868]{color:var(--theme-status-waiting)}.PREPARING[data-v-31b46868]{color:var(--theme-status-preparing)}.COMPILING[data-v-31b46868]{color:var(--theme-status-compiling)}.RUNNING[data-v-31b46868],.JUDGING[data-v-31b46868]{color:var(--theme-status-running)}.FROZEN[data-v-31b46868]{color:var(--theme-status-pending)}.ACCEPTED[data-v-31b46868],.CORRECT[data-v-31b46868]{color:var(--theme-status-accepted)}.PARTIALLY_CORRECT[data-v-31b46868]{color:var(--theme-status-partially-correct)}.REJECTED[data-v-31b46868],.WRONG_ANSWER[data-v-31b46868],.NO_OUTPUT[data-v-31b46868]{color:var(--theme-status-wrong-answer)}.COMPILATION_ERROR[data-v-31b46868],.PRESENTATION_ERROR[data-v-31b46868]{color:var(--theme-status-compilation-error)}.RUNTIME_ERROR[data-v-31b46868]{color:var(--theme-status-runtime-error)}.TIME_LIMIT_EXCEEDED[data-v-31b46868]{color:var(--theme-status-time-limit-exceeded)}.MEMORY_LIMIT_EXCEEDED[data-v-31b46868]{color:var(--theme-status-memory-limit-exceeded)}.OUTPUT_LIMIT_EXCEEDED[data-v-31b46868],.IDLENESS_LIMIT_EXCEEDED[data-v-31b46868]{color:var(--theme-status-output-limit-exceeded)}.HACKED[data-v-31b46868]{color:var(--theme-status-wrong-answer)}.JUDGEMENT_FAILED[data-v-31b46868]{color:var(--theme-status-judgement-failed)}.CONFIGURATION_ERROR[data-v-31b46868]{color:var(--theme-status-configuration-error)}.FILE_ERROR[data-v-31b46868]{color:var(--theme-status-file-error)}.SYSTEM_ERROR[data-v-31b46868]{color:var(--theme-status-system-error)}.CANCELED[data-v-31b46868]{color:var(--theme-status-canceled)}.SKIPPED[data-v-31b46868]{color:var(--theme-status-skipped)}.SECURITY_VIOLATED[data-v-31b46868],.DENIAL_OF_JUDGEMENT[data-v-31b46868]{color:var(--theme-status-judgement-failed)}.UNKNOWN[data-v-31b46868]{color:var(--theme-status-unknown)}.UNDEFINED[data-v-31b46868]{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:#e0e0ff}td.stand01[data-v-198c3ef3]{background-color:#e8e8ff}td.stand10[data-v-198c3ef3]{background-color:#f8f8f8}td.stand11[data-v-198c3ef3]{background-color:#f2f2f2}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-99090aec]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-99090aec]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-99090aec]{border:0!important}table[data-v-99090aec]{border-collapse:separate!important}td[data-v-99090aec]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-99090aec]{background-color:#eee}tr.team[data-v-99090aec]{height:2.5em}.hover[data-v-99090aec]{cursor:pointer}td.stnd[data-v-99090aec]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-99090aec]{border-color:#fff}td.stndact[data-v-99090aec]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-99090aec]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-99090aec]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-99090aec]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-99090aec]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-99090aec]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-99090aec]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-99090aec]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-99090aec]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-99090aec]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-99090aec]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-99090aec]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-99090aec]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-99090aec]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-99090aec]{color:#fff}th.success[data-v-99090aec]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-99090aec],td.title[data-v-99090aec]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-99090aec]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-99090aec]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-99090aec]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-99090aec]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-99090aec]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-99090aec]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-99090aec]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-99090aec]{background-color:#004080}tr.solver[data-v-99090aec]{background-color:#f0c0a0}tr.statistics-0[data-v-99090aec]{background-color:#95de64}tr.statistics-1[data-v-99090aec]{background-color:#b7eb8f}td.o00[data-v-99090aec]{background-color:#004080}td.stand00[data-v-99090aec]{background-color:#e0e0ff}td.stand01[data-v-99090aec]{background-color:#e8e8ff}td.stand10[data-v-99090aec]{background-color:#f8f8f8}td.stand11[data-v-99090aec]{background-color:#f2f2f2}tr.filter-team[data-v-99090aec]{background-color:#ffffe0}tr.cfres01[data-v-99090aec]{background-color:#ffffb0}table.matches[data-v-99090aec]{table-layout:fixed}td.match[data-v-99090aec]{height:6em;width:2em}.coderTextRed[data-v-99090aec],.coderTextYellow[data-v-99090aec],.coderTextViolet[data-v-99090aec],.coderTextBlue[data-v-99090aec],.coderTextGreen[data-v-99090aec],.coderTextGray[data-v-99090aec],.coderTextOrange[data-v-99090aec]{font-weight:700;background-color:transparent}.coderTextRed[data-v-99090aec]:link,.coderTextYellow[data-v-99090aec]:link,.coderTextViolet[data-v-99090aec]:link,.coderTextBlue[data-v-99090aec]:link,.coderTextGreen[data-v-99090aec]:link,.coderTextGray[data-v-99090aec]:link,.coderTextOrange[data-v-99090aec]:link,.coderTextWhite[data-v-99090aec]:link,.coderTextBlack[data-v-99090aec]:link,.coderTextRed[data-v-99090aec]:visited,.coderTextYellow[data-v-99090aec]:visited,.coderTextViolet[data-v-99090aec]:visited,.coderTextBlue[data-v-99090aec]:visited,.coderTextGreen[data-v-99090aec]:visited,.coderTextGray[data-v-99090aec]:visited,.coderTextOrange[data-v-99090aec]:visited,.coderTextWhite[data-v-99090aec]:visited,.coderTextBlack[data-v-99090aec]:visited{text-decoration:none}.coderTextRed[data-v-99090aec]:hover,.coderTextYellow[data-v-99090aec]:hover,.coderTextViolet[data-v-99090aec]:hover,.coderTextBlue[data-v-99090aec]:hover,.coderTextGreen[data-v-99090aec]:hover,.coderTextGray[data-v-99090aec]:hover,.coderTextOrange[data-v-99090aec]:hover,.coderTextWhite[data-v-99090aec]:hover,.coderTextBlack[data-v-99090aec]:hover,.coderTextRed[data-v-99090aec]:active,.coderTextYellow[data-v-99090aec]:active,.coderTextViolet[data-v-99090aec]:active,.coderTextBlue[data-v-99090aec]:active,.coderTextGreen[data-v-99090aec]:active,.coderTextGray[data-v-99090aec]:active,.coderTextOrange[data-v-99090aec]:active,.coderTextWhite[data-v-99090aec]:active,.coderTextBlack[data-v-99090aec]:active{text-decoration:underline}.coderTextOrange[data-v-99090aec],.coderTextOrange[data-v-99090aec]:link,.coderTextOrange[data-v-99090aec]:visited,.coderTextOrange[data-v-99090aec]:hover,.coderTextOrange[data-v-99090aec]:active{color:#f90}.coderTextRed[data-v-99090aec],.coderTextRed[data-v-99090aec]:link,.coderTextRed[data-v-99090aec]:visited,.coderTextRed[data-v-99090aec]:hover,.coderTextRed[data-v-99090aec]:active{color:#e00}.coderTextYellow[data-v-99090aec],.coderTextYellow[data-v-99090aec]:link,.coderTextYellow[data-v-99090aec]:visited,.coderTextYellow[data-v-99090aec]:hover,.coderTextYellow[data-v-99090aec]:active{color:#dc0}.coderTextViolet[data-v-99090aec],.coderTextViolet[data-v-99090aec]:link,.coderTextViolet[data-v-99090aec]:visited,.coderTextViolet[data-v-99090aec]:hover,.coderTextViolet[data-v-99090aec]:active{color:#a0a}.coderTextBlue[data-v-99090aec],.coderTextBlue[data-v-99090aec]:link,.coderTextBlue[data-v-99090aec]:visited,.coderTextBlue[data-v-99090aec]:hover,.coderTextBlue[data-v-99090aec]:active{color:#66f}.coderTextGreen[data-v-99090aec],.coderTextGreen[data-v-99090aec]:link,.coderTextGreen[data-v-99090aec]:visited,.coderTextGreen[data-v-99090aec]:hover,.coderTextGreen[data-v-99090aec]:active{color:#00a900}.coderTextGray[data-v-99090aec],.coderTextGray[data-v-99090aec]:link,.coderTextGray[data-v-99090aec]:visited,.coderTextGray[data-v-99090aec]:hover,.coderTextGray[data-v-99090aec]:active{color:#999}.coderTextWhite[data-v-99090aec],.coderTextWhite[data-v-99090aec]:link,.coderTextWhite[data-v-99090aec]:visited,.coderTextWhite[data-v-99090aec]:hover,.coderTextWhite[data-v-99090aec]:active{color:#fff}.coderTextBlack[data-v-99090aec],.coderTextBlack[data-v-99090aec]:link,.coderTextBlack[data-v-99090aec]:visited,.coderTextBlack[data-v-99090aec]:hover,.coderTextBlack[data-v-99090aec]:active{color:#000}s[data-v-99090aec]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-99090aec]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-99090aec]{text-align:justify}a[data-v-99090aec]{color:#004080}td.topmenu a[data-v-99090aec]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-99090aec]:hover{color:silver}td.topmenu[data-v-99090aec]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-99090aec]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-99090aec]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-99090aec]:hover{color:silver}td.menuleft[data-v-99090aec]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-99090aec]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-99090aec]{height:25px;width:190px}td.newsselectcontainer form[data-v-99090aec]{margin:0}td.newsselectcontainer select[data-v-99090aec]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-99090aec]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-99090aec]{border:1px solid #004080}.memorial[data-v-99090aec]{padding:0 8px;border:2px solid #000000}.menu[data-v-99090aec]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-99090aec]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-99090aec]{width:15em}.menu ul li[data-v-99090aec]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-99090aec]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-99090aec],.menu a[data-v-99090aec]: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-99090aec],.menu ul ul a[data-v-99090aec]: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-99090aec],.menu ul table ul a[data-v-99090aec]:visited{width:14em;width:12em}.menu table[data-v-99090aec]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-99090aec]{left:-1px}.menu ul ul table ul.left[data-v-99090aec]{margin-left:2px}.menu li[data-v-99090aec]:hover,html .menu a[data-v-99090aec]:hover{position:relative}.menu ul ul ul a[data-v-99090aec],.menu ul ul ul a[data-v-99090aec]:visited,.menu ul ul ul ul a[data-v-99090aec],.menu ul ul ul ul a[data-v-99090aec]:visited,.menu ul :hover a.sub1[data-v-99090aec],.menu ul ul :hover a.sub2[data-v-99090aec]{background:#004080}.menu a[data-v-99090aec]:hover{color:silver;background:#014181}.menu :hover>a[data-v-99090aec]{color:silver;background:#014181}.menu ul ul a[data-v-99090aec]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-99090aec]{color:silver;background:#014181}.menu ul ul ul a[data-v-99090aec]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-99090aec]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-99090aec]:hover{color:silver;background:#014181}.menu ul ul[data-v-99090aec]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-99090aec]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-99090aec]{left:-14em}.menu ul li:hover ul[data-v-99090aec],.menu ul a:hover ul[data-v-99090aec]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-99090aec],.menu ul :hover ul :hover ul ul[data-v-99090aec]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-99090aec],.menu ul :hover ul :hover ul :hover ul[data-v-99090aec]{visibility:visible}.lmenu[data-v-99090aec]{height:150px;font-size:90%}.lmenu ul[data-v-99090aec]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-99090aec]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-99090aec]{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-99090aec]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-99090aec],.lmenu a[data-v-99090aec]: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-99090aec],html .menu a[data-v-99090aec]:visited{width:150em;width:14.9em}html .lmenu a[data-v-99090aec]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-99090aec]:hover{position:relative}.lmenu a[data-v-99090aec]:active,.lmenu a[data-v-99090aec]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-99090aec]{color:silver;background:#014181}.lmenu li ul[data-v-99090aec]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-99090aec]{visibility:visible}.lmenu ul a:hover ul ul[data-v-99090aec],.lmenu ul a:hover ul a:hover ul ul[data-v-99090aec],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-99090aec]{visibility:hidden}.lmenu ul a:hover ul[data-v-99090aec],.lmenu ul a:hover ul a:hover ul[data-v-99090aec],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-99090aec],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-99090aec]{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:#e0e0ff}td.stand01[data-v-e8acef14]{background-color:#e8e8ff}td.stand10[data-v-e8acef14]{background-color:#f8f8f8}td.stand11[data-v-e8acef14]{background-color:#f2f2f2}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:#e0e0ff}td.stand01[data-v-6d613751]{background-color:#e8e8ff}td.stand10[data-v-6d613751]{background-color:#f8f8f8}td.stand11[data-v-6d613751]{background-color:#f2f2f2}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-84f25c40]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-84f25c40]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-84f25c40]{border:0!important}table[data-v-84f25c40]{border-collapse:separate!important}td[data-v-84f25c40]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-84f25c40]{background-color:#eee}tr.team[data-v-84f25c40]{height:2.5em}.hover[data-v-84f25c40]{cursor:pointer}td.stnd[data-v-84f25c40]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-84f25c40]{border-color:#fff}td.stndact[data-v-84f25c40]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-84f25c40]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-84f25c40]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-84f25c40]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-84f25c40]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-84f25c40]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-84f25c40]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-84f25c40]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-84f25c40]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-84f25c40]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-84f25c40]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-84f25c40]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-84f25c40]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-84f25c40]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-84f25c40]{color:#fff}th.success[data-v-84f25c40]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-84f25c40],td.title[data-v-84f25c40]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-84f25c40]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-84f25c40]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-84f25c40]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-84f25c40]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-84f25c40]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-84f25c40]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-84f25c40]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-84f25c40]{background-color:#004080}tr.solver[data-v-84f25c40]{background-color:#f0c0a0}tr.statistics-0[data-v-84f25c40]{background-color:#95de64}tr.statistics-1[data-v-84f25c40]{background-color:#b7eb8f}td.o00[data-v-84f25c40]{background-color:#004080}td.stand00[data-v-84f25c40]{background-color:#e0e0ff}td.stand01[data-v-84f25c40]{background-color:#e8e8ff}td.stand10[data-v-84f25c40]{background-color:#f8f8f8}td.stand11[data-v-84f25c40]{background-color:#f2f2f2}tr.filter-team[data-v-84f25c40]{background-color:#ffffe0}tr.cfres01[data-v-84f25c40]{background-color:#ffffb0}table.matches[data-v-84f25c40]{table-layout:fixed}td.match[data-v-84f25c40]{height:6em;width:2em}.coderTextRed[data-v-84f25c40],.coderTextYellow[data-v-84f25c40],.coderTextViolet[data-v-84f25c40],.coderTextBlue[data-v-84f25c40],.coderTextGreen[data-v-84f25c40],.coderTextGray[data-v-84f25c40],.coderTextOrange[data-v-84f25c40]{font-weight:700;background-color:transparent}.coderTextRed[data-v-84f25c40]:link,.coderTextYellow[data-v-84f25c40]:link,.coderTextViolet[data-v-84f25c40]:link,.coderTextBlue[data-v-84f25c40]:link,.coderTextGreen[data-v-84f25c40]:link,.coderTextGray[data-v-84f25c40]:link,.coderTextOrange[data-v-84f25c40]:link,.coderTextWhite[data-v-84f25c40]:link,.coderTextBlack[data-v-84f25c40]:link,.coderTextRed[data-v-84f25c40]:visited,.coderTextYellow[data-v-84f25c40]:visited,.coderTextViolet[data-v-84f25c40]:visited,.coderTextBlue[data-v-84f25c40]:visited,.coderTextGreen[data-v-84f25c40]:visited,.coderTextGray[data-v-84f25c40]:visited,.coderTextOrange[data-v-84f25c40]:visited,.coderTextWhite[data-v-84f25c40]:visited,.coderTextBlack[data-v-84f25c40]:visited{text-decoration:none}.coderTextRed[data-v-84f25c40]:hover,.coderTextYellow[data-v-84f25c40]:hover,.coderTextViolet[data-v-84f25c40]:hover,.coderTextBlue[data-v-84f25c40]:hover,.coderTextGreen[data-v-84f25c40]:hover,.coderTextGray[data-v-84f25c40]:hover,.coderTextOrange[data-v-84f25c40]:hover,.coderTextWhite[data-v-84f25c40]:hover,.coderTextBlack[data-v-84f25c40]:hover,.coderTextRed[data-v-84f25c40]:active,.coderTextYellow[data-v-84f25c40]:active,.coderTextViolet[data-v-84f25c40]:active,.coderTextBlue[data-v-84f25c40]:active,.coderTextGreen[data-v-84f25c40]:active,.coderTextGray[data-v-84f25c40]:active,.coderTextOrange[data-v-84f25c40]:active,.coderTextWhite[data-v-84f25c40]:active,.coderTextBlack[data-v-84f25c40]:active{text-decoration:underline}.coderTextOrange[data-v-84f25c40],.coderTextOrange[data-v-84f25c40]:link,.coderTextOrange[data-v-84f25c40]:visited,.coderTextOrange[data-v-84f25c40]:hover,.coderTextOrange[data-v-84f25c40]:active{color:#f90}.coderTextRed[data-v-84f25c40],.coderTextRed[data-v-84f25c40]:link,.coderTextRed[data-v-84f25c40]:visited,.coderTextRed[data-v-84f25c40]:hover,.coderTextRed[data-v-84f25c40]:active{color:#e00}.coderTextYellow[data-v-84f25c40],.coderTextYellow[data-v-84f25c40]:link,.coderTextYellow[data-v-84f25c40]:visited,.coderTextYellow[data-v-84f25c40]:hover,.coderTextYellow[data-v-84f25c40]:active{color:#dc0}.coderTextViolet[data-v-84f25c40],.coderTextViolet[data-v-84f25c40]:link,.coderTextViolet[data-v-84f25c40]:visited,.coderTextViolet[data-v-84f25c40]:hover,.coderTextViolet[data-v-84f25c40]:active{color:#a0a}.coderTextBlue[data-v-84f25c40],.coderTextBlue[data-v-84f25c40]:link,.coderTextBlue[data-v-84f25c40]:visited,.coderTextBlue[data-v-84f25c40]:hover,.coderTextBlue[data-v-84f25c40]:active{color:#66f}.coderTextGreen[data-v-84f25c40],.coderTextGreen[data-v-84f25c40]:link,.coderTextGreen[data-v-84f25c40]:visited,.coderTextGreen[data-v-84f25c40]:hover,.coderTextGreen[data-v-84f25c40]:active{color:#00a900}.coderTextGray[data-v-84f25c40],.coderTextGray[data-v-84f25c40]:link,.coderTextGray[data-v-84f25c40]:visited,.coderTextGray[data-v-84f25c40]:hover,.coderTextGray[data-v-84f25c40]:active{color:#999}.coderTextWhite[data-v-84f25c40],.coderTextWhite[data-v-84f25c40]:link,.coderTextWhite[data-v-84f25c40]:visited,.coderTextWhite[data-v-84f25c40]:hover,.coderTextWhite[data-v-84f25c40]:active{color:#fff}.coderTextBlack[data-v-84f25c40],.coderTextBlack[data-v-84f25c40]:link,.coderTextBlack[data-v-84f25c40]:visited,.coderTextBlack[data-v-84f25c40]:hover,.coderTextBlack[data-v-84f25c40]:active{color:#000}s[data-v-84f25c40]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-84f25c40]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-84f25c40]{text-align:justify}a[data-v-84f25c40]{color:#004080}td.topmenu a[data-v-84f25c40]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-84f25c40]:hover{color:silver}td.topmenu[data-v-84f25c40]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-84f25c40]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-84f25c40]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-84f25c40]:hover{color:silver}td.menuleft[data-v-84f25c40]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-84f25c40]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-84f25c40]{height:25px;width:190px}td.newsselectcontainer form[data-v-84f25c40]{margin:0}td.newsselectcontainer select[data-v-84f25c40]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-84f25c40]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-84f25c40]{border:1px solid #004080}.memorial[data-v-84f25c40]{padding:0 8px;border:2px solid #000000}.menu[data-v-84f25c40]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-84f25c40]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-84f25c40]{width:15em}.menu ul li[data-v-84f25c40]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-84f25c40]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-84f25c40],.menu a[data-v-84f25c40]: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-84f25c40],.menu ul ul a[data-v-84f25c40]: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-84f25c40],.menu ul table ul a[data-v-84f25c40]:visited{width:14em;width:12em}.menu table[data-v-84f25c40]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-84f25c40]{left:-1px}.menu ul ul table ul.left[data-v-84f25c40]{margin-left:2px}.menu li[data-v-84f25c40]:hover,html .menu a[data-v-84f25c40]:hover{position:relative}.menu ul ul ul a[data-v-84f25c40],.menu ul ul ul a[data-v-84f25c40]:visited,.menu ul ul ul ul a[data-v-84f25c40],.menu ul ul ul ul a[data-v-84f25c40]:visited,.menu ul :hover a.sub1[data-v-84f25c40],.menu ul ul :hover a.sub2[data-v-84f25c40]{background:#004080}.menu a[data-v-84f25c40]:hover{color:silver;background:#014181}.menu :hover>a[data-v-84f25c40]{color:silver;background:#014181}.menu ul ul a[data-v-84f25c40]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-84f25c40]{color:silver;background:#014181}.menu ul ul ul a[data-v-84f25c40]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-84f25c40]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-84f25c40]:hover{color:silver;background:#014181}.menu ul ul[data-v-84f25c40]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-84f25c40]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-84f25c40]{left:-14em}.menu ul li:hover ul[data-v-84f25c40],.menu ul a:hover ul[data-v-84f25c40]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-84f25c40],.menu ul :hover ul :hover ul ul[data-v-84f25c40]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-84f25c40],.menu ul :hover ul :hover ul :hover ul[data-v-84f25c40]{visibility:visible}.lmenu[data-v-84f25c40]{height:150px;font-size:90%}.lmenu ul[data-v-84f25c40]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-84f25c40]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-84f25c40]{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-84f25c40]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-84f25c40],.lmenu a[data-v-84f25c40]: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-84f25c40],html .menu a[data-v-84f25c40]:visited{width:150em;width:14.9em}html .lmenu a[data-v-84f25c40]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-84f25c40]:hover{position:relative}.lmenu a[data-v-84f25c40]:active,.lmenu a[data-v-84f25c40]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-84f25c40]{color:silver;background:#014181}.lmenu li ul[data-v-84f25c40]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-84f25c40]{visibility:visible}.lmenu ul a:hover ul ul[data-v-84f25c40],.lmenu ul a:hover ul a:hover ul ul[data-v-84f25c40],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-84f25c40]{visibility:hidden}.lmenu ul a:hover ul[data-v-84f25c40],.lmenu ul a:hover ul a:hover ul[data-v-84f25c40],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-84f25c40],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-84f25c40]{visibility:visible}.second-level-menu-item[data-v-714a998b]{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-714a998b]:hover,.second-level-menu-item-current[data-v-714a998b]{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:#e0e0ff}td.stand01[data-v-9e0d419f]{background-color:#e8e8ff}td.stand10[data-v-9e0d419f]{background-color:#f8f8f8}td.stand11[data-v-9e0d419f]{background-color:#f2f2f2}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-ce668feb]{--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-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)}.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:#e0e0ff}td.stand01[data-v-198c3ef3]{background-color:#e8e8ff}td.stand10[data-v-198c3ef3]{background-color:#f8f8f8}td.stand11[data-v-198c3ef3]{background-color:#f2f2f2}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:#e0e0ff}td.stand01[data-v-68dd357b]{background-color:#e8e8ff}td.stand10[data-v-68dd357b]{background-color:#f8f8f8}td.stand11[data-v-68dd357b]{background-color:#f2f2f2}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:#e0e0ff}td.stand01[data-v-e8acef14]{background-color:#e8e8ff}td.stand10[data-v-e8acef14]{background-color:#f8f8f8}td.stand11[data-v-e8acef14]{background-color:#f2f2f2}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:#e0e0ff}td.stand01[data-v-6d613751]{background-color:#e8e8ff}td.stand10[data-v-6d613751]{background-color:#f8f8f8}td.stand11[data-v-6d613751]{background-color:#f2f2f2}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:#e0e0ff}td.stand01[data-v-3340f68a]{background-color:#e8e8ff}td.stand10[data-v-3340f68a]{background-color:#f8f8f8}td.stand11[data-v-3340f68a]{background-color:#f2f2f2}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:#e0e0ff}td.stand01[data-v-9e0d419f]{background-color:#e8e8ff}td.stand10[data-v-9e0d419f]{background-color:#f8f8f8}td.stand11[data-v-9e0d419f]{background-color:#f2f2f2}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-d9fc6e36]{--scroll-bar: 0;font-variant:tabular-nums;line-height:1.5715;box-sizing:border-box;position:relative;overflow:hidden;text-align:center}