@xcpcio/board-app 0.32.0 → 0.33.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/dist/assets/{Board-5181d383.css → Board-99a6e425.css} +1 -1
  2. package/dist/assets/{Board-a9988a0d.js → Board-d7609da2.js} +3 -3
  3. package/dist/assets/{DataSourceInput.vue_vue_type_script_setup_true_lang-7ca3c000.js → DataSourceInput.vue_vue_type_script_setup_true_lang-63873d5f.js} +1 -1
  4. package/dist/assets/{TheInput.vue_vue_type_script_setup_true_lang-2682b2e3.js → TheInput.vue_vue_type_script_setup_true_lang-71351c84.js} +1 -1
  5. package/dist/assets/{_...all_-c4727646.js → _...all_-414ec1ce.js} +1 -1
  6. package/dist/assets/{_name_-8853f4a2.js → _name_-c561fe83.js} +1 -1
  7. package/dist/assets/{about-b984181a.js → about-695e703f.js} +1 -1
  8. package/dist/assets/{board-ce33013d.js → board-11251e74.js} +1 -1
  9. package/dist/assets/{board-layout-ccb8d7e4.js → board-layout-0478c0e4.js} +1 -1
  10. package/dist/assets/{headless-be8dd44c.js → headless-7c6b9b6c.js} +1 -1
  11. package/dist/assets/{home-bc4084e9.js → home-9ae3487b.js} +1 -1
  12. package/dist/assets/index-39ee8a2c.css +1 -0
  13. package/dist/assets/index-82d24eb3.js +1 -0
  14. package/dist/assets/index-ce574b40.js +1 -0
  15. package/dist/assets/index-da189e9b.js +338 -0
  16. package/dist/assets/{index-bbe8c4f8.css → index-e63239d5.css} +1 -1
  17. package/dist/assets/{index-layout-95eb074e.js → index-layout-51dba345.js} +1 -1
  18. package/dist/assets/{test-fa217a0f.js → test-9b2d3ab7.js} +1 -1
  19. package/dist/assets/{useQueryBoardData-95ed94f9.js → useQueryBoardData-19e23ff0.js} +1 -1
  20. package/dist/assets/{user-c1e9292b.js → user-d3d10ec9.js} +1 -1
  21. package/dist/assets/{virtual_pwa-register-f8259b1b.js → virtual_pwa-register-5bd81c90.js} +1 -1
  22. package/dist/index.html +1 -122
  23. package/dist/sw.js +1 -1
  24. package/package.json +4 -3
  25. package/src/auto-imports.d.ts +4 -1
  26. package/src/components/Balloon.vue +2 -2
  27. package/src/components/BalloonBlock.vue +3 -14
  28. package/src/components/Countdown.vue +0 -7
  29. package/src/components/board/{DynamicSubmissionsModal.vue → AnimatedSubmissionsModal.vue} +19 -6
  30. package/src/components/board/Board.vue +2 -2
  31. package/src/components/board/OptionsModal.vue +4 -4
  32. package/src/components/board/ProblemBlock.vue +4 -2
  33. package/src/components/board/SubmissionsTable.vue +2 -4
  34. package/src/components/board/TeamUI.vue +4 -4
  35. package/src/components/board/Utility.vue +15 -15
  36. package/src/components.d.ts +1 -1
  37. package/src/composables/color.ts +31 -0
  38. package/vite.config.ts +16 -0
  39. package/dist/assets/index-181beaa6.js +0 -1
  40. package/dist/assets/index-622de38d.css +0 -1
  41. package/dist/assets/index-6c4a0937.js +0 -205
  42. package/dist/assets/index-d882800e.js +0 -1
@@ -1 +1 @@
1
- .PENDING[data-v-ef800170]{background-color:var(--theme-status-pending)}.WAITING[data-v-ef800170]{background-color:var(--theme-status-waiting)}.PREPARING[data-v-ef800170]{background-color:var(--theme-status-preparing)}.COMPILING[data-v-ef800170]{background-color:var(--theme-status-compiling)}.RUNNING[data-v-ef800170],.JUDGING[data-v-ef800170]{background-color:var(--theme-status-running)}.FROZEN[data-v-ef800170]{background-color:var(--theme-status-pending)}.ACCEPTED[data-v-ef800170],.CORRECT[data-v-ef800170]{background-color:var(--theme-status-accepted)}.PARTIALLY_CORRECT[data-v-ef800170]{background-color:var(--theme-status-partially-correct)}.REJECTED[data-v-ef800170],.WRONG_ANSWER[data-v-ef800170]{background-color:var(--theme-status-wrong-answer)}.COMPILATION_ERROR[data-v-ef800170],.PRESENTATION_ERROR[data-v-ef800170]{background-color:var(--theme-status-compilation-error)}.RUNTIME_ERROR[data-v-ef800170]{background-color:var(--theme-status-runtime-error)}.TIME_LIMIT_EXCEEDED[data-v-ef800170]{background-color:var(--theme-status-time-limit-exceeded)}.MEMORY_LIMIT_EXCEEDED[data-v-ef800170]{background-color:var(--theme-status-memory-limit-exceeded)}.OUTPUT_LIMIT_EXCEEDED[data-v-ef800170],.IDLENESS_LIMIT_EXCEEDED[data-v-ef800170]{background-color:var(--theme-status-output-limit-exceeded)}.HACKED[data-v-ef800170]{background-color:var(--theme-status-wrong-answer)}.JUDGEMENT_FAILED[data-v-ef800170]{background-color:var(--theme-status-judgement-failed)}.CONFIGURATION_ERROR[data-v-ef800170]{background-color:var(--theme-status-configuration-error)}.FILE_ERROR[data-v-ef800170]{background-color:var(--theme-status-file-error)}.SYSTEM_ERROR[data-v-ef800170]{background-color:var(--theme-status-system-error)}.CANCELED[data-v-ef800170]{background-color:var(--theme-status-canceled)}.SKIPPED[data-v-ef800170]{background-color:var(--theme-status-skipped)}.SECURITY_VIOLATED[data-v-ef800170],.DENIAL_OF_JUDGEMENT[data-v-ef800170]{background-color:var(--theme-status-judgement-failed)}.UNKNOWN[data-v-ef800170]{background-color:var(--theme-status-unknown)}.UNDEFINED[data-v-ef800170]{background-color:var(--theme-status-undefined)}.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]{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-f9153f57]{color:var(--theme-status-pending)}.WAITING[data-v-f9153f57]{color:var(--theme-status-waiting)}.PREPARING[data-v-f9153f57]{color:var(--theme-status-preparing)}.COMPILING[data-v-f9153f57]{color:var(--theme-status-compiling)}.RUNNING[data-v-f9153f57],.JUDGING[data-v-f9153f57]{color:var(--theme-status-running)}.FROZEN[data-v-f9153f57]{color:var(--theme-status-pending)}.ACCEPTED[data-v-f9153f57],.CORRECT[data-v-f9153f57]{color:var(--theme-status-accepted)}.PARTIALLY_CORRECT[data-v-f9153f57]{color:var(--theme-status-partially-correct)}.REJECTED[data-v-f9153f57],.WRONG_ANSWER[data-v-f9153f57]{color:var(--theme-status-wrong-answer)}.COMPILATION_ERROR[data-v-f9153f57],.PRESENTATION_ERROR[data-v-f9153f57]{color:var(--theme-status-compilation-error)}.RUNTIME_ERROR[data-v-f9153f57]{color:var(--theme-status-runtime-error)}.TIME_LIMIT_EXCEEDED[data-v-f9153f57]{color:var(--theme-status-time-limit-exceeded)}.MEMORY_LIMIT_EXCEEDED[data-v-f9153f57]{color:var(--theme-status-memory-limit-exceeded)}.OUTPUT_LIMIT_EXCEEDED[data-v-f9153f57],.IDLENESS_LIMIT_EXCEEDED[data-v-f9153f57]{color:var(--theme-status-output-limit-exceeded)}.HACKED[data-v-f9153f57]{color:var(--theme-status-wrong-answer)}.JUDGEMENT_FAILED[data-v-f9153f57]{color:var(--theme-status-judgement-failed)}.CONFIGURATION_ERROR[data-v-f9153f57]{color:var(--theme-status-configuration-error)}.FILE_ERROR[data-v-f9153f57]{color:var(--theme-status-file-error)}.SYSTEM_ERROR[data-v-f9153f57]{color:var(--theme-status-system-error)}.CANCELED[data-v-f9153f57]{color:var(--theme-status-canceled)}.SKIPPED[data-v-f9153f57]{color:var(--theme-status-skipped)}.SECURITY_VIOLATED[data-v-f9153f57],.DENIAL_OF_JUDGEMENT[data-v-f9153f57]{color:var(--theme-status-judgement-failed)}.UNKNOWN[data-v-f9153f57]{color:var(--theme-status-unknown)}.UNDEFINED[data-v-f9153f57]{color:var(--theme-status-undefined)}table.standings[data-v-cd615748]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-cd615748]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-cd615748]{border:0!important}table[data-v-cd615748]{border-collapse:separate!important}td[data-v-cd615748]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-cd615748]{background-color:#eee}tr.team[data-v-cd615748]{height:2.5em}.hover[data-v-cd615748]{cursor:pointer}td.stnd[data-v-cd615748]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-cd615748]{border-color:#fff}td.stndact[data-v-cd615748]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-cd615748]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-cd615748]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-cd615748]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-cd615748]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-cd615748]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-cd615748]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-cd615748]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-cd615748]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-cd615748]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-cd615748]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-cd615748]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-cd615748]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-cd615748]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-cd615748]{color:#fff}th.success[data-v-cd615748]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-cd615748],td.title[data-v-cd615748]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-cd615748]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-cd615748]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-cd615748]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-cd615748]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-cd615748]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-cd615748]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-cd615748]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-cd615748]{background-color:#004080}tr.solver[data-v-cd615748]{background-color:#f0c0a0}tr.statistics-0[data-v-cd615748]{background-color:#95de64}tr.statistics-1[data-v-cd615748]{background-color:#b7eb8f}td.o00[data-v-cd615748]{background-color:#004080}td.stand00[data-v-cd615748]{background-color:#e0e0ff}td.stand01[data-v-cd615748]{background-color:#e8e8ff}td.stand10[data-v-cd615748]{background-color:#f8f8f8}td.stand11[data-v-cd615748]{background-color:#f2f2f2}tr.filter-team[data-v-cd615748]{background-color:#ffffe0}tr.cfres01[data-v-cd615748]{background-color:#ffffb0}table.matches[data-v-cd615748]{table-layout:fixed}td.match[data-v-cd615748]{height:6em;width:2em}.coderTextRed[data-v-cd615748],.coderTextYellow[data-v-cd615748],.coderTextViolet[data-v-cd615748],.coderTextBlue[data-v-cd615748],.coderTextGreen[data-v-cd615748],.coderTextGray[data-v-cd615748],.coderTextOrange[data-v-cd615748]{font-weight:700;background-color:transparent}.coderTextRed[data-v-cd615748]:link,.coderTextYellow[data-v-cd615748]:link,.coderTextViolet[data-v-cd615748]:link,.coderTextBlue[data-v-cd615748]:link,.coderTextGreen[data-v-cd615748]:link,.coderTextGray[data-v-cd615748]:link,.coderTextOrange[data-v-cd615748]:link,.coderTextWhite[data-v-cd615748]:link,.coderTextBlack[data-v-cd615748]:link,.coderTextRed[data-v-cd615748]:visited,.coderTextYellow[data-v-cd615748]:visited,.coderTextViolet[data-v-cd615748]:visited,.coderTextBlue[data-v-cd615748]:visited,.coderTextGreen[data-v-cd615748]:visited,.coderTextGray[data-v-cd615748]:visited,.coderTextOrange[data-v-cd615748]:visited,.coderTextWhite[data-v-cd615748]:visited,.coderTextBlack[data-v-cd615748]:visited{text-decoration:none}.coderTextRed[data-v-cd615748]:hover,.coderTextYellow[data-v-cd615748]:hover,.coderTextViolet[data-v-cd615748]:hover,.coderTextBlue[data-v-cd615748]:hover,.coderTextGreen[data-v-cd615748]:hover,.coderTextGray[data-v-cd615748]:hover,.coderTextOrange[data-v-cd615748]:hover,.coderTextWhite[data-v-cd615748]:hover,.coderTextBlack[data-v-cd615748]:hover,.coderTextRed[data-v-cd615748]:active,.coderTextYellow[data-v-cd615748]:active,.coderTextViolet[data-v-cd615748]:active,.coderTextBlue[data-v-cd615748]:active,.coderTextGreen[data-v-cd615748]:active,.coderTextGray[data-v-cd615748]:active,.coderTextOrange[data-v-cd615748]:active,.coderTextWhite[data-v-cd615748]:active,.coderTextBlack[data-v-cd615748]:active{text-decoration:underline}.coderTextOrange[data-v-cd615748],.coderTextOrange[data-v-cd615748]:link,.coderTextOrange[data-v-cd615748]:visited,.coderTextOrange[data-v-cd615748]:hover,.coderTextOrange[data-v-cd615748]:active{color:#f90}.coderTextRed[data-v-cd615748],.coderTextRed[data-v-cd615748]:link,.coderTextRed[data-v-cd615748]:visited,.coderTextRed[data-v-cd615748]:hover,.coderTextRed[data-v-cd615748]:active{color:#e00}.coderTextYellow[data-v-cd615748],.coderTextYellow[data-v-cd615748]:link,.coderTextYellow[data-v-cd615748]:visited,.coderTextYellow[data-v-cd615748]:hover,.coderTextYellow[data-v-cd615748]:active{color:#dc0}.coderTextViolet[data-v-cd615748],.coderTextViolet[data-v-cd615748]:link,.coderTextViolet[data-v-cd615748]:visited,.coderTextViolet[data-v-cd615748]:hover,.coderTextViolet[data-v-cd615748]:active{color:#a0a}.coderTextBlue[data-v-cd615748],.coderTextBlue[data-v-cd615748]:link,.coderTextBlue[data-v-cd615748]:visited,.coderTextBlue[data-v-cd615748]:hover,.coderTextBlue[data-v-cd615748]:active{color:#66f}.coderTextGreen[data-v-cd615748],.coderTextGreen[data-v-cd615748]:link,.coderTextGreen[data-v-cd615748]:visited,.coderTextGreen[data-v-cd615748]:hover,.coderTextGreen[data-v-cd615748]:active{color:#00a900}.coderTextGray[data-v-cd615748],.coderTextGray[data-v-cd615748]:link,.coderTextGray[data-v-cd615748]:visited,.coderTextGray[data-v-cd615748]:hover,.coderTextGray[data-v-cd615748]:active{color:#999}.coderTextWhite[data-v-cd615748],.coderTextWhite[data-v-cd615748]:link,.coderTextWhite[data-v-cd615748]:visited,.coderTextWhite[data-v-cd615748]:hover,.coderTextWhite[data-v-cd615748]:active{color:#fff}.coderTextBlack[data-v-cd615748],.coderTextBlack[data-v-cd615748]:link,.coderTextBlack[data-v-cd615748]:visited,.coderTextBlack[data-v-cd615748]:hover,.coderTextBlack[data-v-cd615748]:active{color:#000}s[data-v-cd615748]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-cd615748]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-cd615748]{text-align:justify}a[data-v-cd615748]{color:#004080}td.topmenu a[data-v-cd615748]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-cd615748]:hover{color:silver}td.topmenu[data-v-cd615748]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-cd615748]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-cd615748]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-cd615748]:hover{color:silver}td.menuleft[data-v-cd615748]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-cd615748]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-cd615748]{height:25px;width:190px}td.newsselectcontainer form[data-v-cd615748]{margin:0}td.newsselectcontainer select[data-v-cd615748]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-cd615748]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-cd615748]{border:1px solid #004080}.memorial[data-v-cd615748]{padding:0 8px;border:2px solid #000000}.menu[data-v-cd615748]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-cd615748]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-cd615748]{width:15em}.menu ul li[data-v-cd615748]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-cd615748]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-cd615748],.menu a[data-v-cd615748]: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-cd615748],.menu ul ul a[data-v-cd615748]: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-cd615748],.menu ul table ul a[data-v-cd615748]:visited{width:14em;width:12em}.menu table[data-v-cd615748]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-cd615748]{left:-1px}.menu ul ul table ul.left[data-v-cd615748]{margin-left:2px}.menu li[data-v-cd615748]:hover,* html .menu a[data-v-cd615748]:hover{position:relative}.menu ul ul ul a[data-v-cd615748],.menu ul ul ul a[data-v-cd615748]:visited,.menu ul ul ul ul a[data-v-cd615748],.menu ul ul ul ul a[data-v-cd615748]:visited,.menu ul :hover a.sub1[data-v-cd615748],.menu ul ul :hover a.sub2[data-v-cd615748]{background:#004080}.menu a[data-v-cd615748]:hover{color:silver;background:#014181}.menu :hover>a[data-v-cd615748]{color:silver;background:#014181}.menu ul ul a[data-v-cd615748]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-cd615748]{color:silver;background:#014181}.menu ul ul ul a[data-v-cd615748]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-cd615748]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-cd615748]:hover{color:silver;background:#014181}.menu ul ul[data-v-cd615748]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-cd615748]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-cd615748]{left:-14em}.menu ul li:hover ul[data-v-cd615748],.menu ul a:hover ul[data-v-cd615748]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-cd615748],.menu ul :hover ul :hover ul ul[data-v-cd615748]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-cd615748],.menu ul :hover ul :hover ul :hover ul[data-v-cd615748]{visibility:visible}.lmenu[data-v-cd615748]{height:150px;font-size:90%}.lmenu ul[data-v-cd615748]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-cd615748]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-cd615748]{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-cd615748]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-cd615748],.lmenu a[data-v-cd615748]: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-cd615748],* html .menu a[data-v-cd615748]:visited{width:150em;width:14.9em}* html .lmenu a[data-v-cd615748]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-cd615748]:hover{position:relative}.lmenu a[data-v-cd615748]:active,.lmenu a[data-v-cd615748]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-cd615748]{color:silver;background:#014181}.lmenu li ul[data-v-cd615748]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-cd615748]{visibility:visible}.lmenu ul a:hover ul ul[data-v-cd615748],.lmenu ul a:hover ul a:hover ul ul[data-v-cd615748],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-cd615748]{visibility:hidden}.lmenu ul a:hover ul[data-v-cd615748],.lmenu ul a:hover ul a:hover ul[data-v-cd615748],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-cd615748],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-cd615748]{visibility:visible}table.standings[data-v-dbdd6e30]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-dbdd6e30]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-dbdd6e30]{border:0!important}table[data-v-dbdd6e30]{border-collapse:separate!important}td[data-v-dbdd6e30]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-dbdd6e30]{background-color:#eee}tr.team[data-v-dbdd6e30]{height:2.5em}.hover[data-v-dbdd6e30]{cursor:pointer}td.stnd[data-v-dbdd6e30]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-dbdd6e30]{border-color:#fff}td.stndact[data-v-dbdd6e30]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-dbdd6e30]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-dbdd6e30]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-dbdd6e30]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-dbdd6e30]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-dbdd6e30]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-dbdd6e30]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-dbdd6e30]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-dbdd6e30]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-dbdd6e30]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-dbdd6e30]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-dbdd6e30]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-dbdd6e30]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-dbdd6e30]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-dbdd6e30]{color:#fff}th.success[data-v-dbdd6e30]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-dbdd6e30],td.title[data-v-dbdd6e30]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-dbdd6e30]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-dbdd6e30]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-dbdd6e30]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-dbdd6e30]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-dbdd6e30]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-dbdd6e30]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-dbdd6e30]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-dbdd6e30]{background-color:#004080}tr.solver[data-v-dbdd6e30]{background-color:#f0c0a0}tr.statistics-0[data-v-dbdd6e30]{background-color:#95de64}tr.statistics-1[data-v-dbdd6e30]{background-color:#b7eb8f}td.o00[data-v-dbdd6e30]{background-color:#004080}td.stand00[data-v-dbdd6e30]{background-color:#e0e0ff}td.stand01[data-v-dbdd6e30]{background-color:#e8e8ff}td.stand10[data-v-dbdd6e30]{background-color:#f8f8f8}td.stand11[data-v-dbdd6e30]{background-color:#f2f2f2}tr.filter-team[data-v-dbdd6e30]{background-color:#ffffe0}tr.cfres01[data-v-dbdd6e30]{background-color:#ffffb0}table.matches[data-v-dbdd6e30]{table-layout:fixed}td.match[data-v-dbdd6e30]{height:6em;width:2em}.coderTextRed[data-v-dbdd6e30],.coderTextYellow[data-v-dbdd6e30],.coderTextViolet[data-v-dbdd6e30],.coderTextBlue[data-v-dbdd6e30],.coderTextGreen[data-v-dbdd6e30],.coderTextGray[data-v-dbdd6e30],.coderTextOrange[data-v-dbdd6e30]{font-weight:700;background-color:transparent}.coderTextRed[data-v-dbdd6e30]:link,.coderTextYellow[data-v-dbdd6e30]:link,.coderTextViolet[data-v-dbdd6e30]:link,.coderTextBlue[data-v-dbdd6e30]:link,.coderTextGreen[data-v-dbdd6e30]:link,.coderTextGray[data-v-dbdd6e30]:link,.coderTextOrange[data-v-dbdd6e30]:link,.coderTextWhite[data-v-dbdd6e30]:link,.coderTextBlack[data-v-dbdd6e30]:link,.coderTextRed[data-v-dbdd6e30]:visited,.coderTextYellow[data-v-dbdd6e30]:visited,.coderTextViolet[data-v-dbdd6e30]:visited,.coderTextBlue[data-v-dbdd6e30]:visited,.coderTextGreen[data-v-dbdd6e30]:visited,.coderTextGray[data-v-dbdd6e30]:visited,.coderTextOrange[data-v-dbdd6e30]:visited,.coderTextWhite[data-v-dbdd6e30]:visited,.coderTextBlack[data-v-dbdd6e30]:visited{text-decoration:none}.coderTextRed[data-v-dbdd6e30]:hover,.coderTextYellow[data-v-dbdd6e30]:hover,.coderTextViolet[data-v-dbdd6e30]:hover,.coderTextBlue[data-v-dbdd6e30]:hover,.coderTextGreen[data-v-dbdd6e30]:hover,.coderTextGray[data-v-dbdd6e30]:hover,.coderTextOrange[data-v-dbdd6e30]:hover,.coderTextWhite[data-v-dbdd6e30]:hover,.coderTextBlack[data-v-dbdd6e30]:hover,.coderTextRed[data-v-dbdd6e30]:active,.coderTextYellow[data-v-dbdd6e30]:active,.coderTextViolet[data-v-dbdd6e30]:active,.coderTextBlue[data-v-dbdd6e30]:active,.coderTextGreen[data-v-dbdd6e30]:active,.coderTextGray[data-v-dbdd6e30]:active,.coderTextOrange[data-v-dbdd6e30]:active,.coderTextWhite[data-v-dbdd6e30]:active,.coderTextBlack[data-v-dbdd6e30]:active{text-decoration:underline}.coderTextOrange[data-v-dbdd6e30],.coderTextOrange[data-v-dbdd6e30]:link,.coderTextOrange[data-v-dbdd6e30]:visited,.coderTextOrange[data-v-dbdd6e30]:hover,.coderTextOrange[data-v-dbdd6e30]:active{color:#f90}.coderTextRed[data-v-dbdd6e30],.coderTextRed[data-v-dbdd6e30]:link,.coderTextRed[data-v-dbdd6e30]:visited,.coderTextRed[data-v-dbdd6e30]:hover,.coderTextRed[data-v-dbdd6e30]:active{color:#e00}.coderTextYellow[data-v-dbdd6e30],.coderTextYellow[data-v-dbdd6e30]:link,.coderTextYellow[data-v-dbdd6e30]:visited,.coderTextYellow[data-v-dbdd6e30]:hover,.coderTextYellow[data-v-dbdd6e30]:active{color:#dc0}.coderTextViolet[data-v-dbdd6e30],.coderTextViolet[data-v-dbdd6e30]:link,.coderTextViolet[data-v-dbdd6e30]:visited,.coderTextViolet[data-v-dbdd6e30]:hover,.coderTextViolet[data-v-dbdd6e30]:active{color:#a0a}.coderTextBlue[data-v-dbdd6e30],.coderTextBlue[data-v-dbdd6e30]:link,.coderTextBlue[data-v-dbdd6e30]:visited,.coderTextBlue[data-v-dbdd6e30]:hover,.coderTextBlue[data-v-dbdd6e30]:active{color:#66f}.coderTextGreen[data-v-dbdd6e30],.coderTextGreen[data-v-dbdd6e30]:link,.coderTextGreen[data-v-dbdd6e30]:visited,.coderTextGreen[data-v-dbdd6e30]:hover,.coderTextGreen[data-v-dbdd6e30]:active{color:#00a900}.coderTextGray[data-v-dbdd6e30],.coderTextGray[data-v-dbdd6e30]:link,.coderTextGray[data-v-dbdd6e30]:visited,.coderTextGray[data-v-dbdd6e30]:hover,.coderTextGray[data-v-dbdd6e30]:active{color:#999}.coderTextWhite[data-v-dbdd6e30],.coderTextWhite[data-v-dbdd6e30]:link,.coderTextWhite[data-v-dbdd6e30]:visited,.coderTextWhite[data-v-dbdd6e30]:hover,.coderTextWhite[data-v-dbdd6e30]:active{color:#fff}.coderTextBlack[data-v-dbdd6e30],.coderTextBlack[data-v-dbdd6e30]:link,.coderTextBlack[data-v-dbdd6e30]:visited,.coderTextBlack[data-v-dbdd6e30]:hover,.coderTextBlack[data-v-dbdd6e30]:active{color:#000}s[data-v-dbdd6e30]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-dbdd6e30]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-dbdd6e30]{text-align:justify}a[data-v-dbdd6e30]{color:#004080}td.topmenu a[data-v-dbdd6e30]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-dbdd6e30]:hover{color:silver}td.topmenu[data-v-dbdd6e30]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-dbdd6e30]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-dbdd6e30]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-dbdd6e30]:hover{color:silver}td.menuleft[data-v-dbdd6e30]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-dbdd6e30]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-dbdd6e30]{height:25px;width:190px}td.newsselectcontainer form[data-v-dbdd6e30]{margin:0}td.newsselectcontainer select[data-v-dbdd6e30]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-dbdd6e30]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-dbdd6e30]{border:1px solid #004080}.memorial[data-v-dbdd6e30]{padding:0 8px;border:2px solid #000000}.menu[data-v-dbdd6e30]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-dbdd6e30]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-dbdd6e30]{width:15em}.menu ul li[data-v-dbdd6e30]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-dbdd6e30]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-dbdd6e30],.menu a[data-v-dbdd6e30]: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-dbdd6e30],.menu ul ul a[data-v-dbdd6e30]: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-dbdd6e30],.menu ul table ul a[data-v-dbdd6e30]:visited{width:14em;width:12em}.menu table[data-v-dbdd6e30]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-dbdd6e30]{left:-1px}.menu ul ul table ul.left[data-v-dbdd6e30]{margin-left:2px}.menu li[data-v-dbdd6e30]:hover,* html .menu a[data-v-dbdd6e30]:hover{position:relative}.menu ul ul ul a[data-v-dbdd6e30],.menu ul ul ul a[data-v-dbdd6e30]:visited,.menu ul ul ul ul a[data-v-dbdd6e30],.menu ul ul ul ul a[data-v-dbdd6e30]:visited,.menu ul :hover a.sub1[data-v-dbdd6e30],.menu ul ul :hover a.sub2[data-v-dbdd6e30]{background:#004080}.menu a[data-v-dbdd6e30]:hover{color:silver;background:#014181}.menu :hover>a[data-v-dbdd6e30]{color:silver;background:#014181}.menu ul ul a[data-v-dbdd6e30]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-dbdd6e30]{color:silver;background:#014181}.menu ul ul ul a[data-v-dbdd6e30]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-dbdd6e30]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-dbdd6e30]:hover{color:silver;background:#014181}.menu ul ul[data-v-dbdd6e30]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-dbdd6e30]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-dbdd6e30]{left:-14em}.menu ul li:hover ul[data-v-dbdd6e30],.menu ul a:hover ul[data-v-dbdd6e30]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-dbdd6e30],.menu ul :hover ul :hover ul ul[data-v-dbdd6e30]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-dbdd6e30],.menu ul :hover ul :hover ul :hover ul[data-v-dbdd6e30]{visibility:visible}.lmenu[data-v-dbdd6e30]{height:150px;font-size:90%}.lmenu ul[data-v-dbdd6e30]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-dbdd6e30]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-dbdd6e30]{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-dbdd6e30]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-dbdd6e30],.lmenu a[data-v-dbdd6e30]: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-dbdd6e30],* html .menu a[data-v-dbdd6e30]:visited{width:150em;width:14.9em}* html .lmenu a[data-v-dbdd6e30]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-dbdd6e30]:hover{position:relative}.lmenu a[data-v-dbdd6e30]:active,.lmenu a[data-v-dbdd6e30]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-dbdd6e30]{color:silver;background:#014181}.lmenu li ul[data-v-dbdd6e30]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-dbdd6e30]{visibility:visible}.lmenu ul a:hover ul ul[data-v-dbdd6e30],.lmenu ul a:hover ul a:hover ul ul[data-v-dbdd6e30],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-dbdd6e30]{visibility:hidden}.lmenu ul a:hover ul[data-v-dbdd6e30],.lmenu ul a:hover ul a:hover ul[data-v-dbdd6e30],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-dbdd6e30],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-dbdd6e30]{visibility:visible}table.standings[data-v-30762cf0]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-30762cf0]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-30762cf0]{border:0!important}table[data-v-30762cf0]{border-collapse:separate!important}td[data-v-30762cf0]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-30762cf0]{background-color:#eee}tr.team[data-v-30762cf0]{height:2.5em}.hover[data-v-30762cf0]{cursor:pointer}td.stnd[data-v-30762cf0]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-30762cf0]{border-color:#fff}td.stndact[data-v-30762cf0]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-30762cf0]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-30762cf0]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-30762cf0]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-30762cf0]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-30762cf0]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-30762cf0]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-30762cf0]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-30762cf0]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-30762cf0]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-30762cf0]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-30762cf0]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-30762cf0]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-30762cf0]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-30762cf0]{color:#fff}th.success[data-v-30762cf0]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-30762cf0],td.title[data-v-30762cf0]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-30762cf0]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-30762cf0]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-30762cf0]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-30762cf0]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-30762cf0]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-30762cf0]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-30762cf0]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-30762cf0]{background-color:#004080}tr.solver[data-v-30762cf0]{background-color:#f0c0a0}tr.statistics-0[data-v-30762cf0]{background-color:#95de64}tr.statistics-1[data-v-30762cf0]{background-color:#b7eb8f}td.o00[data-v-30762cf0]{background-color:#004080}td.stand00[data-v-30762cf0]{background-color:#e0e0ff}td.stand01[data-v-30762cf0]{background-color:#e8e8ff}td.stand10[data-v-30762cf0]{background-color:#f8f8f8}td.stand11[data-v-30762cf0]{background-color:#f2f2f2}tr.filter-team[data-v-30762cf0]{background-color:#ffffe0}tr.cfres01[data-v-30762cf0]{background-color:#ffffb0}table.matches[data-v-30762cf0]{table-layout:fixed}td.match[data-v-30762cf0]{height:6em;width:2em}.coderTextRed[data-v-30762cf0],.coderTextYellow[data-v-30762cf0],.coderTextViolet[data-v-30762cf0],.coderTextBlue[data-v-30762cf0],.coderTextGreen[data-v-30762cf0],.coderTextGray[data-v-30762cf0],.coderTextOrange[data-v-30762cf0]{font-weight:700;background-color:transparent}.coderTextRed[data-v-30762cf0]:link,.coderTextYellow[data-v-30762cf0]:link,.coderTextViolet[data-v-30762cf0]:link,.coderTextBlue[data-v-30762cf0]:link,.coderTextGreen[data-v-30762cf0]:link,.coderTextGray[data-v-30762cf0]:link,.coderTextOrange[data-v-30762cf0]:link,.coderTextWhite[data-v-30762cf0]:link,.coderTextBlack[data-v-30762cf0]:link,.coderTextRed[data-v-30762cf0]:visited,.coderTextYellow[data-v-30762cf0]:visited,.coderTextViolet[data-v-30762cf0]:visited,.coderTextBlue[data-v-30762cf0]:visited,.coderTextGreen[data-v-30762cf0]:visited,.coderTextGray[data-v-30762cf0]:visited,.coderTextOrange[data-v-30762cf0]:visited,.coderTextWhite[data-v-30762cf0]:visited,.coderTextBlack[data-v-30762cf0]:visited{text-decoration:none}.coderTextRed[data-v-30762cf0]:hover,.coderTextYellow[data-v-30762cf0]:hover,.coderTextViolet[data-v-30762cf0]:hover,.coderTextBlue[data-v-30762cf0]:hover,.coderTextGreen[data-v-30762cf0]:hover,.coderTextGray[data-v-30762cf0]:hover,.coderTextOrange[data-v-30762cf0]:hover,.coderTextWhite[data-v-30762cf0]:hover,.coderTextBlack[data-v-30762cf0]:hover,.coderTextRed[data-v-30762cf0]:active,.coderTextYellow[data-v-30762cf0]:active,.coderTextViolet[data-v-30762cf0]:active,.coderTextBlue[data-v-30762cf0]:active,.coderTextGreen[data-v-30762cf0]:active,.coderTextGray[data-v-30762cf0]:active,.coderTextOrange[data-v-30762cf0]:active,.coderTextWhite[data-v-30762cf0]:active,.coderTextBlack[data-v-30762cf0]:active{text-decoration:underline}.coderTextOrange[data-v-30762cf0],.coderTextOrange[data-v-30762cf0]:link,.coderTextOrange[data-v-30762cf0]:visited,.coderTextOrange[data-v-30762cf0]:hover,.coderTextOrange[data-v-30762cf0]:active{color:#f90}.coderTextRed[data-v-30762cf0],.coderTextRed[data-v-30762cf0]:link,.coderTextRed[data-v-30762cf0]:visited,.coderTextRed[data-v-30762cf0]:hover,.coderTextRed[data-v-30762cf0]:active{color:#e00}.coderTextYellow[data-v-30762cf0],.coderTextYellow[data-v-30762cf0]:link,.coderTextYellow[data-v-30762cf0]:visited,.coderTextYellow[data-v-30762cf0]:hover,.coderTextYellow[data-v-30762cf0]:active{color:#dc0}.coderTextViolet[data-v-30762cf0],.coderTextViolet[data-v-30762cf0]:link,.coderTextViolet[data-v-30762cf0]:visited,.coderTextViolet[data-v-30762cf0]:hover,.coderTextViolet[data-v-30762cf0]:active{color:#a0a}.coderTextBlue[data-v-30762cf0],.coderTextBlue[data-v-30762cf0]:link,.coderTextBlue[data-v-30762cf0]:visited,.coderTextBlue[data-v-30762cf0]:hover,.coderTextBlue[data-v-30762cf0]:active{color:#66f}.coderTextGreen[data-v-30762cf0],.coderTextGreen[data-v-30762cf0]:link,.coderTextGreen[data-v-30762cf0]:visited,.coderTextGreen[data-v-30762cf0]:hover,.coderTextGreen[data-v-30762cf0]:active{color:#00a900}.coderTextGray[data-v-30762cf0],.coderTextGray[data-v-30762cf0]:link,.coderTextGray[data-v-30762cf0]:visited,.coderTextGray[data-v-30762cf0]:hover,.coderTextGray[data-v-30762cf0]:active{color:#999}.coderTextWhite[data-v-30762cf0],.coderTextWhite[data-v-30762cf0]:link,.coderTextWhite[data-v-30762cf0]:visited,.coderTextWhite[data-v-30762cf0]:hover,.coderTextWhite[data-v-30762cf0]:active{color:#fff}.coderTextBlack[data-v-30762cf0],.coderTextBlack[data-v-30762cf0]:link,.coderTextBlack[data-v-30762cf0]:visited,.coderTextBlack[data-v-30762cf0]:hover,.coderTextBlack[data-v-30762cf0]:active{color:#000}s[data-v-30762cf0]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-30762cf0]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-30762cf0]{text-align:justify}a[data-v-30762cf0]{color:#004080}td.topmenu a[data-v-30762cf0]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-30762cf0]:hover{color:silver}td.topmenu[data-v-30762cf0]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-30762cf0]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-30762cf0]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-30762cf0]:hover{color:silver}td.menuleft[data-v-30762cf0]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-30762cf0]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-30762cf0]{height:25px;width:190px}td.newsselectcontainer form[data-v-30762cf0]{margin:0}td.newsselectcontainer select[data-v-30762cf0]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-30762cf0]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-30762cf0]{border:1px solid #004080}.memorial[data-v-30762cf0]{padding:0 8px;border:2px solid #000000}.menu[data-v-30762cf0]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-30762cf0]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-30762cf0]{width:15em}.menu ul li[data-v-30762cf0]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-30762cf0]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-30762cf0],.menu a[data-v-30762cf0]: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-30762cf0],.menu ul ul a[data-v-30762cf0]: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-30762cf0],.menu ul table ul a[data-v-30762cf0]:visited{width:14em;width:12em}.menu table[data-v-30762cf0]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-30762cf0]{left:-1px}.menu ul ul table ul.left[data-v-30762cf0]{margin-left:2px}.menu li[data-v-30762cf0]:hover,* html .menu a[data-v-30762cf0]:hover{position:relative}.menu ul ul ul a[data-v-30762cf0],.menu ul ul ul a[data-v-30762cf0]:visited,.menu ul ul ul ul a[data-v-30762cf0],.menu ul ul ul ul a[data-v-30762cf0]:visited,.menu ul :hover a.sub1[data-v-30762cf0],.menu ul ul :hover a.sub2[data-v-30762cf0]{background:#004080}.menu a[data-v-30762cf0]:hover{color:silver;background:#014181}.menu :hover>a[data-v-30762cf0]{color:silver;background:#014181}.menu ul ul a[data-v-30762cf0]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-30762cf0]{color:silver;background:#014181}.menu ul ul ul a[data-v-30762cf0]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-30762cf0]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-30762cf0]:hover{color:silver;background:#014181}.menu ul ul[data-v-30762cf0]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-30762cf0]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-30762cf0]{left:-14em}.menu ul li:hover ul[data-v-30762cf0],.menu ul a:hover ul[data-v-30762cf0]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-30762cf0],.menu ul :hover ul :hover ul ul[data-v-30762cf0]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-30762cf0],.menu ul :hover ul :hover ul :hover ul[data-v-30762cf0]{visibility:visible}.lmenu[data-v-30762cf0]{height:150px;font-size:90%}.lmenu ul[data-v-30762cf0]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-30762cf0]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-30762cf0]{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-30762cf0]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-30762cf0],.lmenu a[data-v-30762cf0]: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-30762cf0],* html .menu a[data-v-30762cf0]:visited{width:150em;width:14.9em}* html .lmenu a[data-v-30762cf0]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-30762cf0]:hover{position:relative}.lmenu a[data-v-30762cf0]:active,.lmenu a[data-v-30762cf0]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-30762cf0]{color:silver;background:#014181}.lmenu li ul[data-v-30762cf0]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-30762cf0]{visibility:visible}.lmenu ul a:hover ul ul[data-v-30762cf0],.lmenu ul a:hover ul a:hover ul ul[data-v-30762cf0],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-30762cf0]{visibility:hidden}.lmenu ul a:hover ul[data-v-30762cf0],.lmenu ul a:hover ul a:hover ul[data-v-30762cf0],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-30762cf0],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-30762cf0]{visibility:visible}table.standings[data-v-5d478db8]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-5d478db8]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-5d478db8]{border:0!important}table[data-v-5d478db8]{border-collapse:separate!important}td[data-v-5d478db8]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-5d478db8]{background-color:#eee}tr.team[data-v-5d478db8]{height:2.5em}.hover[data-v-5d478db8]{cursor:pointer}td.stnd[data-v-5d478db8]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-5d478db8]{border-color:#fff}td.stndact[data-v-5d478db8]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-5d478db8]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-5d478db8]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-5d478db8]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-5d478db8]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-5d478db8]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-5d478db8]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-5d478db8]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-5d478db8]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-5d478db8]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-5d478db8]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-5d478db8]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-5d478db8]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-5d478db8]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-5d478db8]{color:#fff}th.success[data-v-5d478db8]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-5d478db8],td.title[data-v-5d478db8]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-5d478db8]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-5d478db8]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-5d478db8]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-5d478db8]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-5d478db8]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-5d478db8]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-5d478db8]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-5d478db8]{background-color:#004080}tr.solver[data-v-5d478db8]{background-color:#f0c0a0}tr.statistics-0[data-v-5d478db8]{background-color:#95de64}tr.statistics-1[data-v-5d478db8]{background-color:#b7eb8f}td.o00[data-v-5d478db8]{background-color:#004080}td.stand00[data-v-5d478db8]{background-color:#e0e0ff}td.stand01[data-v-5d478db8]{background-color:#e8e8ff}td.stand10[data-v-5d478db8]{background-color:#f8f8f8}td.stand11[data-v-5d478db8]{background-color:#f2f2f2}tr.filter-team[data-v-5d478db8]{background-color:#ffffe0}tr.cfres01[data-v-5d478db8]{background-color:#ffffb0}table.matches[data-v-5d478db8]{table-layout:fixed}td.match[data-v-5d478db8]{height:6em;width:2em}.coderTextRed[data-v-5d478db8],.coderTextYellow[data-v-5d478db8],.coderTextViolet[data-v-5d478db8],.coderTextBlue[data-v-5d478db8],.coderTextGreen[data-v-5d478db8],.coderTextGray[data-v-5d478db8],.coderTextOrange[data-v-5d478db8]{font-weight:700;background-color:transparent}.coderTextRed[data-v-5d478db8]:link,.coderTextYellow[data-v-5d478db8]:link,.coderTextViolet[data-v-5d478db8]:link,.coderTextBlue[data-v-5d478db8]:link,.coderTextGreen[data-v-5d478db8]:link,.coderTextGray[data-v-5d478db8]:link,.coderTextOrange[data-v-5d478db8]:link,.coderTextWhite[data-v-5d478db8]:link,.coderTextBlack[data-v-5d478db8]:link,.coderTextRed[data-v-5d478db8]:visited,.coderTextYellow[data-v-5d478db8]:visited,.coderTextViolet[data-v-5d478db8]:visited,.coderTextBlue[data-v-5d478db8]:visited,.coderTextGreen[data-v-5d478db8]:visited,.coderTextGray[data-v-5d478db8]:visited,.coderTextOrange[data-v-5d478db8]:visited,.coderTextWhite[data-v-5d478db8]:visited,.coderTextBlack[data-v-5d478db8]:visited{text-decoration:none}.coderTextRed[data-v-5d478db8]:hover,.coderTextYellow[data-v-5d478db8]:hover,.coderTextViolet[data-v-5d478db8]:hover,.coderTextBlue[data-v-5d478db8]:hover,.coderTextGreen[data-v-5d478db8]:hover,.coderTextGray[data-v-5d478db8]:hover,.coderTextOrange[data-v-5d478db8]:hover,.coderTextWhite[data-v-5d478db8]:hover,.coderTextBlack[data-v-5d478db8]:hover,.coderTextRed[data-v-5d478db8]:active,.coderTextYellow[data-v-5d478db8]:active,.coderTextViolet[data-v-5d478db8]:active,.coderTextBlue[data-v-5d478db8]:active,.coderTextGreen[data-v-5d478db8]:active,.coderTextGray[data-v-5d478db8]:active,.coderTextOrange[data-v-5d478db8]:active,.coderTextWhite[data-v-5d478db8]:active,.coderTextBlack[data-v-5d478db8]:active{text-decoration:underline}.coderTextOrange[data-v-5d478db8],.coderTextOrange[data-v-5d478db8]:link,.coderTextOrange[data-v-5d478db8]:visited,.coderTextOrange[data-v-5d478db8]:hover,.coderTextOrange[data-v-5d478db8]:active{color:#f90}.coderTextRed[data-v-5d478db8],.coderTextRed[data-v-5d478db8]:link,.coderTextRed[data-v-5d478db8]:visited,.coderTextRed[data-v-5d478db8]:hover,.coderTextRed[data-v-5d478db8]:active{color:#e00}.coderTextYellow[data-v-5d478db8],.coderTextYellow[data-v-5d478db8]:link,.coderTextYellow[data-v-5d478db8]:visited,.coderTextYellow[data-v-5d478db8]:hover,.coderTextYellow[data-v-5d478db8]:active{color:#dc0}.coderTextViolet[data-v-5d478db8],.coderTextViolet[data-v-5d478db8]:link,.coderTextViolet[data-v-5d478db8]:visited,.coderTextViolet[data-v-5d478db8]:hover,.coderTextViolet[data-v-5d478db8]:active{color:#a0a}.coderTextBlue[data-v-5d478db8],.coderTextBlue[data-v-5d478db8]:link,.coderTextBlue[data-v-5d478db8]:visited,.coderTextBlue[data-v-5d478db8]:hover,.coderTextBlue[data-v-5d478db8]:active{color:#66f}.coderTextGreen[data-v-5d478db8],.coderTextGreen[data-v-5d478db8]:link,.coderTextGreen[data-v-5d478db8]:visited,.coderTextGreen[data-v-5d478db8]:hover,.coderTextGreen[data-v-5d478db8]:active{color:#00a900}.coderTextGray[data-v-5d478db8],.coderTextGray[data-v-5d478db8]:link,.coderTextGray[data-v-5d478db8]:visited,.coderTextGray[data-v-5d478db8]:hover,.coderTextGray[data-v-5d478db8]:active{color:#999}.coderTextWhite[data-v-5d478db8],.coderTextWhite[data-v-5d478db8]:link,.coderTextWhite[data-v-5d478db8]:visited,.coderTextWhite[data-v-5d478db8]:hover,.coderTextWhite[data-v-5d478db8]:active{color:#fff}.coderTextBlack[data-v-5d478db8],.coderTextBlack[data-v-5d478db8]:link,.coderTextBlack[data-v-5d478db8]:visited,.coderTextBlack[data-v-5d478db8]:hover,.coderTextBlack[data-v-5d478db8]:active{color:#000}s[data-v-5d478db8]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-5d478db8]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-5d478db8]{text-align:justify}a[data-v-5d478db8]{color:#004080}td.topmenu a[data-v-5d478db8]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-5d478db8]:hover{color:silver}td.topmenu[data-v-5d478db8]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-5d478db8]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-5d478db8]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-5d478db8]:hover{color:silver}td.menuleft[data-v-5d478db8]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-5d478db8]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-5d478db8]{height:25px;width:190px}td.newsselectcontainer form[data-v-5d478db8]{margin:0}td.newsselectcontainer select[data-v-5d478db8]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-5d478db8]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-5d478db8]{border:1px solid #004080}.memorial[data-v-5d478db8]{padding:0 8px;border:2px solid #000000}.menu[data-v-5d478db8]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-5d478db8]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-5d478db8]{width:15em}.menu ul li[data-v-5d478db8]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-5d478db8]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-5d478db8],.menu a[data-v-5d478db8]: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-5d478db8],.menu ul ul a[data-v-5d478db8]: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-5d478db8],.menu ul table ul a[data-v-5d478db8]:visited{width:14em;width:12em}.menu table[data-v-5d478db8]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-5d478db8]{left:-1px}.menu ul ul table ul.left[data-v-5d478db8]{margin-left:2px}.menu li[data-v-5d478db8]:hover,* html .menu a[data-v-5d478db8]:hover{position:relative}.menu ul ul ul a[data-v-5d478db8],.menu ul ul ul a[data-v-5d478db8]:visited,.menu ul ul ul ul a[data-v-5d478db8],.menu ul ul ul ul a[data-v-5d478db8]:visited,.menu ul :hover a.sub1[data-v-5d478db8],.menu ul ul :hover a.sub2[data-v-5d478db8]{background:#004080}.menu a[data-v-5d478db8]:hover{color:silver;background:#014181}.menu :hover>a[data-v-5d478db8]{color:silver;background:#014181}.menu ul ul a[data-v-5d478db8]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-5d478db8]{color:silver;background:#014181}.menu ul ul ul a[data-v-5d478db8]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-5d478db8]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-5d478db8]:hover{color:silver;background:#014181}.menu ul ul[data-v-5d478db8]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-5d478db8]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-5d478db8]{left:-14em}.menu ul li:hover ul[data-v-5d478db8],.menu ul a:hover ul[data-v-5d478db8]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-5d478db8],.menu ul :hover ul :hover ul ul[data-v-5d478db8]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-5d478db8],.menu ul :hover ul :hover ul :hover ul[data-v-5d478db8]{visibility:visible}.lmenu[data-v-5d478db8]{height:150px;font-size:90%}.lmenu ul[data-v-5d478db8]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-5d478db8]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-5d478db8]{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-5d478db8]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-5d478db8],.lmenu a[data-v-5d478db8]: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-5d478db8],* html .menu a[data-v-5d478db8]:visited{width:150em;width:14.9em}* html .lmenu a[data-v-5d478db8]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-5d478db8]:hover{position:relative}.lmenu a[data-v-5d478db8]:active,.lmenu a[data-v-5d478db8]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-5d478db8]{color:silver;background:#014181}.lmenu li ul[data-v-5d478db8]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-5d478db8]{visibility:visible}.lmenu ul a:hover ul ul[data-v-5d478db8],.lmenu ul a:hover ul a:hover ul ul[data-v-5d478db8],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-5d478db8]{visibility:hidden}.lmenu ul a:hover ul[data-v-5d478db8],.lmenu ul a:hover ul a:hover ul[data-v-5d478db8],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-5d478db8],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-5d478db8]{visibility:visible}table.standings[data-v-49b9fc34]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-49b9fc34]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-49b9fc34]{border:0!important}table[data-v-49b9fc34]{border-collapse:separate!important}td[data-v-49b9fc34]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-49b9fc34]{background-color:#eee}tr.team[data-v-49b9fc34]{height:2.5em}.hover[data-v-49b9fc34]{cursor:pointer}td.stnd[data-v-49b9fc34]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-49b9fc34]{border-color:#fff}td.stndact[data-v-49b9fc34]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-49b9fc34]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-49b9fc34]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-49b9fc34]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-49b9fc34]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-49b9fc34]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-49b9fc34]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-49b9fc34]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-49b9fc34]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-49b9fc34]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-49b9fc34]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-49b9fc34]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-49b9fc34]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-49b9fc34]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-49b9fc34]{color:#fff}th.success[data-v-49b9fc34]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-49b9fc34],td.title[data-v-49b9fc34]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-49b9fc34]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-49b9fc34]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-49b9fc34]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-49b9fc34]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-49b9fc34]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-49b9fc34]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-49b9fc34]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-49b9fc34]{background-color:#004080}tr.solver[data-v-49b9fc34]{background-color:#f0c0a0}tr.statistics-0[data-v-49b9fc34]{background-color:#95de64}tr.statistics-1[data-v-49b9fc34]{background-color:#b7eb8f}td.o00[data-v-49b9fc34]{background-color:#004080}td.stand00[data-v-49b9fc34]{background-color:#e0e0ff}td.stand01[data-v-49b9fc34]{background-color:#e8e8ff}td.stand10[data-v-49b9fc34]{background-color:#f8f8f8}td.stand11[data-v-49b9fc34]{background-color:#f2f2f2}tr.filter-team[data-v-49b9fc34]{background-color:#ffffe0}tr.cfres01[data-v-49b9fc34]{background-color:#ffffb0}table.matches[data-v-49b9fc34]{table-layout:fixed}td.match[data-v-49b9fc34]{height:6em;width:2em}.coderTextRed[data-v-49b9fc34],.coderTextYellow[data-v-49b9fc34],.coderTextViolet[data-v-49b9fc34],.coderTextBlue[data-v-49b9fc34],.coderTextGreen[data-v-49b9fc34],.coderTextGray[data-v-49b9fc34],.coderTextOrange[data-v-49b9fc34]{font-weight:700;background-color:transparent}.coderTextRed[data-v-49b9fc34]:link,.coderTextYellow[data-v-49b9fc34]:link,.coderTextViolet[data-v-49b9fc34]:link,.coderTextBlue[data-v-49b9fc34]:link,.coderTextGreen[data-v-49b9fc34]:link,.coderTextGray[data-v-49b9fc34]:link,.coderTextOrange[data-v-49b9fc34]:link,.coderTextWhite[data-v-49b9fc34]:link,.coderTextBlack[data-v-49b9fc34]:link,.coderTextRed[data-v-49b9fc34]:visited,.coderTextYellow[data-v-49b9fc34]:visited,.coderTextViolet[data-v-49b9fc34]:visited,.coderTextBlue[data-v-49b9fc34]:visited,.coderTextGreen[data-v-49b9fc34]:visited,.coderTextGray[data-v-49b9fc34]:visited,.coderTextOrange[data-v-49b9fc34]:visited,.coderTextWhite[data-v-49b9fc34]:visited,.coderTextBlack[data-v-49b9fc34]:visited{text-decoration:none}.coderTextRed[data-v-49b9fc34]:hover,.coderTextYellow[data-v-49b9fc34]:hover,.coderTextViolet[data-v-49b9fc34]:hover,.coderTextBlue[data-v-49b9fc34]:hover,.coderTextGreen[data-v-49b9fc34]:hover,.coderTextGray[data-v-49b9fc34]:hover,.coderTextOrange[data-v-49b9fc34]:hover,.coderTextWhite[data-v-49b9fc34]:hover,.coderTextBlack[data-v-49b9fc34]:hover,.coderTextRed[data-v-49b9fc34]:active,.coderTextYellow[data-v-49b9fc34]:active,.coderTextViolet[data-v-49b9fc34]:active,.coderTextBlue[data-v-49b9fc34]:active,.coderTextGreen[data-v-49b9fc34]:active,.coderTextGray[data-v-49b9fc34]:active,.coderTextOrange[data-v-49b9fc34]:active,.coderTextWhite[data-v-49b9fc34]:active,.coderTextBlack[data-v-49b9fc34]:active{text-decoration:underline}.coderTextOrange[data-v-49b9fc34],.coderTextOrange[data-v-49b9fc34]:link,.coderTextOrange[data-v-49b9fc34]:visited,.coderTextOrange[data-v-49b9fc34]:hover,.coderTextOrange[data-v-49b9fc34]:active{color:#f90}.coderTextRed[data-v-49b9fc34],.coderTextRed[data-v-49b9fc34]:link,.coderTextRed[data-v-49b9fc34]:visited,.coderTextRed[data-v-49b9fc34]:hover,.coderTextRed[data-v-49b9fc34]:active{color:#e00}.coderTextYellow[data-v-49b9fc34],.coderTextYellow[data-v-49b9fc34]:link,.coderTextYellow[data-v-49b9fc34]:visited,.coderTextYellow[data-v-49b9fc34]:hover,.coderTextYellow[data-v-49b9fc34]:active{color:#dc0}.coderTextViolet[data-v-49b9fc34],.coderTextViolet[data-v-49b9fc34]:link,.coderTextViolet[data-v-49b9fc34]:visited,.coderTextViolet[data-v-49b9fc34]:hover,.coderTextViolet[data-v-49b9fc34]:active{color:#a0a}.coderTextBlue[data-v-49b9fc34],.coderTextBlue[data-v-49b9fc34]:link,.coderTextBlue[data-v-49b9fc34]:visited,.coderTextBlue[data-v-49b9fc34]:hover,.coderTextBlue[data-v-49b9fc34]:active{color:#66f}.coderTextGreen[data-v-49b9fc34],.coderTextGreen[data-v-49b9fc34]:link,.coderTextGreen[data-v-49b9fc34]:visited,.coderTextGreen[data-v-49b9fc34]:hover,.coderTextGreen[data-v-49b9fc34]:active{color:#00a900}.coderTextGray[data-v-49b9fc34],.coderTextGray[data-v-49b9fc34]:link,.coderTextGray[data-v-49b9fc34]:visited,.coderTextGray[data-v-49b9fc34]:hover,.coderTextGray[data-v-49b9fc34]:active{color:#999}.coderTextWhite[data-v-49b9fc34],.coderTextWhite[data-v-49b9fc34]:link,.coderTextWhite[data-v-49b9fc34]:visited,.coderTextWhite[data-v-49b9fc34]:hover,.coderTextWhite[data-v-49b9fc34]:active{color:#fff}.coderTextBlack[data-v-49b9fc34],.coderTextBlack[data-v-49b9fc34]:link,.coderTextBlack[data-v-49b9fc34]:visited,.coderTextBlack[data-v-49b9fc34]:hover,.coderTextBlack[data-v-49b9fc34]:active{color:#000}s[data-v-49b9fc34]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-49b9fc34]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-49b9fc34]{text-align:justify}a[data-v-49b9fc34]{color:#004080}td.topmenu a[data-v-49b9fc34]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-49b9fc34]:hover{color:silver}td.topmenu[data-v-49b9fc34]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-49b9fc34]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-49b9fc34]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-49b9fc34]:hover{color:silver}td.menuleft[data-v-49b9fc34]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-49b9fc34]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-49b9fc34]{height:25px;width:190px}td.newsselectcontainer form[data-v-49b9fc34]{margin:0}td.newsselectcontainer select[data-v-49b9fc34]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-49b9fc34]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-49b9fc34]{border:1px solid #004080}.memorial[data-v-49b9fc34]{padding:0 8px;border:2px solid #000000}.menu[data-v-49b9fc34]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-49b9fc34]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-49b9fc34]{width:15em}.menu ul li[data-v-49b9fc34]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-49b9fc34]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-49b9fc34],.menu a[data-v-49b9fc34]: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-49b9fc34],.menu ul ul a[data-v-49b9fc34]: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-49b9fc34],.menu ul table ul a[data-v-49b9fc34]:visited{width:14em;width:12em}.menu table[data-v-49b9fc34]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-49b9fc34]{left:-1px}.menu ul ul table ul.left[data-v-49b9fc34]{margin-left:2px}.menu li[data-v-49b9fc34]:hover,* html .menu a[data-v-49b9fc34]:hover{position:relative}.menu ul ul ul a[data-v-49b9fc34],.menu ul ul ul a[data-v-49b9fc34]:visited,.menu ul ul ul ul a[data-v-49b9fc34],.menu ul ul ul ul a[data-v-49b9fc34]:visited,.menu ul :hover a.sub1[data-v-49b9fc34],.menu ul ul :hover a.sub2[data-v-49b9fc34]{background:#004080}.menu a[data-v-49b9fc34]:hover{color:silver;background:#014181}.menu :hover>a[data-v-49b9fc34]{color:silver;background:#014181}.menu ul ul a[data-v-49b9fc34]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-49b9fc34]{color:silver;background:#014181}.menu ul ul ul a[data-v-49b9fc34]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-49b9fc34]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-49b9fc34]:hover{color:silver;background:#014181}.menu ul ul[data-v-49b9fc34]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-49b9fc34]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-49b9fc34]{left:-14em}.menu ul li:hover ul[data-v-49b9fc34],.menu ul a:hover ul[data-v-49b9fc34]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-49b9fc34],.menu ul :hover ul :hover ul ul[data-v-49b9fc34]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-49b9fc34],.menu ul :hover ul :hover ul :hover ul[data-v-49b9fc34]{visibility:visible}.lmenu[data-v-49b9fc34]{height:150px;font-size:90%}.lmenu ul[data-v-49b9fc34]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-49b9fc34]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-49b9fc34]{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-49b9fc34]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-49b9fc34],.lmenu a[data-v-49b9fc34]: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-49b9fc34],* html .menu a[data-v-49b9fc34]:visited{width:150em;width:14.9em}* html .lmenu a[data-v-49b9fc34]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-49b9fc34]:hover{position:relative}.lmenu a[data-v-49b9fc34]:active,.lmenu a[data-v-49b9fc34]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-49b9fc34]{color:silver;background:#014181}.lmenu li ul[data-v-49b9fc34]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-49b9fc34]{visibility:visible}.lmenu ul a:hover ul ul[data-v-49b9fc34],.lmenu ul a:hover ul a:hover ul ul[data-v-49b9fc34],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-49b9fc34]{visibility:hidden}.lmenu ul a:hover ul[data-v-49b9fc34],.lmenu ul a:hover ul a:hover ul[data-v-49b9fc34],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-49b9fc34],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-49b9fc34]{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-54297ce8]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-54297ce8]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-54297ce8]{border:0!important}table[data-v-54297ce8]{border-collapse:separate!important}td[data-v-54297ce8]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-54297ce8]{background-color:#eee}tr.team[data-v-54297ce8]{height:2.5em}.hover[data-v-54297ce8]{cursor:pointer}td.stnd[data-v-54297ce8]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-54297ce8]{border-color:#fff}td.stndact[data-v-54297ce8]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-54297ce8]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-54297ce8]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-54297ce8]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-54297ce8]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-54297ce8]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-54297ce8]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-54297ce8]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-54297ce8]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-54297ce8]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-54297ce8]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-54297ce8]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-54297ce8]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-54297ce8]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-54297ce8]{color:#fff}th.success[data-v-54297ce8]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-54297ce8],td.title[data-v-54297ce8]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-54297ce8]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-54297ce8]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-54297ce8]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-54297ce8]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-54297ce8]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-54297ce8]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-54297ce8]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-54297ce8]{background-color:#004080}tr.solver[data-v-54297ce8]{background-color:#f0c0a0}tr.statistics-0[data-v-54297ce8]{background-color:#95de64}tr.statistics-1[data-v-54297ce8]{background-color:#b7eb8f}td.o00[data-v-54297ce8]{background-color:#004080}td.stand00[data-v-54297ce8]{background-color:#e0e0ff}td.stand01[data-v-54297ce8]{background-color:#e8e8ff}td.stand10[data-v-54297ce8]{background-color:#f8f8f8}td.stand11[data-v-54297ce8]{background-color:#f2f2f2}tr.filter-team[data-v-54297ce8]{background-color:#ffffe0}tr.cfres01[data-v-54297ce8]{background-color:#ffffb0}table.matches[data-v-54297ce8]{table-layout:fixed}td.match[data-v-54297ce8]{height:6em;width:2em}.coderTextRed[data-v-54297ce8],.coderTextYellow[data-v-54297ce8],.coderTextViolet[data-v-54297ce8],.coderTextBlue[data-v-54297ce8],.coderTextGreen[data-v-54297ce8],.coderTextGray[data-v-54297ce8],.coderTextOrange[data-v-54297ce8]{font-weight:700;background-color:transparent}.coderTextRed[data-v-54297ce8]:link,.coderTextYellow[data-v-54297ce8]:link,.coderTextViolet[data-v-54297ce8]:link,.coderTextBlue[data-v-54297ce8]:link,.coderTextGreen[data-v-54297ce8]:link,.coderTextGray[data-v-54297ce8]:link,.coderTextOrange[data-v-54297ce8]:link,.coderTextWhite[data-v-54297ce8]:link,.coderTextBlack[data-v-54297ce8]:link,.coderTextRed[data-v-54297ce8]:visited,.coderTextYellow[data-v-54297ce8]:visited,.coderTextViolet[data-v-54297ce8]:visited,.coderTextBlue[data-v-54297ce8]:visited,.coderTextGreen[data-v-54297ce8]:visited,.coderTextGray[data-v-54297ce8]:visited,.coderTextOrange[data-v-54297ce8]:visited,.coderTextWhite[data-v-54297ce8]:visited,.coderTextBlack[data-v-54297ce8]:visited{text-decoration:none}.coderTextRed[data-v-54297ce8]:hover,.coderTextYellow[data-v-54297ce8]:hover,.coderTextViolet[data-v-54297ce8]:hover,.coderTextBlue[data-v-54297ce8]:hover,.coderTextGreen[data-v-54297ce8]:hover,.coderTextGray[data-v-54297ce8]:hover,.coderTextOrange[data-v-54297ce8]:hover,.coderTextWhite[data-v-54297ce8]:hover,.coderTextBlack[data-v-54297ce8]:hover,.coderTextRed[data-v-54297ce8]:active,.coderTextYellow[data-v-54297ce8]:active,.coderTextViolet[data-v-54297ce8]:active,.coderTextBlue[data-v-54297ce8]:active,.coderTextGreen[data-v-54297ce8]:active,.coderTextGray[data-v-54297ce8]:active,.coderTextOrange[data-v-54297ce8]:active,.coderTextWhite[data-v-54297ce8]:active,.coderTextBlack[data-v-54297ce8]:active{text-decoration:underline}.coderTextOrange[data-v-54297ce8],.coderTextOrange[data-v-54297ce8]:link,.coderTextOrange[data-v-54297ce8]:visited,.coderTextOrange[data-v-54297ce8]:hover,.coderTextOrange[data-v-54297ce8]:active{color:#f90}.coderTextRed[data-v-54297ce8],.coderTextRed[data-v-54297ce8]:link,.coderTextRed[data-v-54297ce8]:visited,.coderTextRed[data-v-54297ce8]:hover,.coderTextRed[data-v-54297ce8]:active{color:#e00}.coderTextYellow[data-v-54297ce8],.coderTextYellow[data-v-54297ce8]:link,.coderTextYellow[data-v-54297ce8]:visited,.coderTextYellow[data-v-54297ce8]:hover,.coderTextYellow[data-v-54297ce8]:active{color:#dc0}.coderTextViolet[data-v-54297ce8],.coderTextViolet[data-v-54297ce8]:link,.coderTextViolet[data-v-54297ce8]:visited,.coderTextViolet[data-v-54297ce8]:hover,.coderTextViolet[data-v-54297ce8]:active{color:#a0a}.coderTextBlue[data-v-54297ce8],.coderTextBlue[data-v-54297ce8]:link,.coderTextBlue[data-v-54297ce8]:visited,.coderTextBlue[data-v-54297ce8]:hover,.coderTextBlue[data-v-54297ce8]:active{color:#66f}.coderTextGreen[data-v-54297ce8],.coderTextGreen[data-v-54297ce8]:link,.coderTextGreen[data-v-54297ce8]:visited,.coderTextGreen[data-v-54297ce8]:hover,.coderTextGreen[data-v-54297ce8]:active{color:#00a900}.coderTextGray[data-v-54297ce8],.coderTextGray[data-v-54297ce8]:link,.coderTextGray[data-v-54297ce8]:visited,.coderTextGray[data-v-54297ce8]:hover,.coderTextGray[data-v-54297ce8]:active{color:#999}.coderTextWhite[data-v-54297ce8],.coderTextWhite[data-v-54297ce8]:link,.coderTextWhite[data-v-54297ce8]:visited,.coderTextWhite[data-v-54297ce8]:hover,.coderTextWhite[data-v-54297ce8]:active{color:#fff}.coderTextBlack[data-v-54297ce8],.coderTextBlack[data-v-54297ce8]:link,.coderTextBlack[data-v-54297ce8]:visited,.coderTextBlack[data-v-54297ce8]:hover,.coderTextBlack[data-v-54297ce8]:active{color:#000}s[data-v-54297ce8]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-54297ce8]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-54297ce8]{text-align:justify}a[data-v-54297ce8]{color:#004080}td.topmenu a[data-v-54297ce8]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-54297ce8]:hover{color:silver}td.topmenu[data-v-54297ce8]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-54297ce8]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-54297ce8]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-54297ce8]:hover{color:silver}td.menuleft[data-v-54297ce8]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-54297ce8]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-54297ce8]{height:25px;width:190px}td.newsselectcontainer form[data-v-54297ce8]{margin:0}td.newsselectcontainer select[data-v-54297ce8]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-54297ce8]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-54297ce8]{border:1px solid #004080}.memorial[data-v-54297ce8]{padding:0 8px;border:2px solid #000000}.menu[data-v-54297ce8]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-54297ce8]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-54297ce8]{width:15em}.menu ul li[data-v-54297ce8]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-54297ce8]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-54297ce8],.menu a[data-v-54297ce8]: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-54297ce8],.menu ul ul a[data-v-54297ce8]: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-54297ce8],.menu ul table ul a[data-v-54297ce8]:visited{width:14em;width:12em}.menu table[data-v-54297ce8]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-54297ce8]{left:-1px}.menu ul ul table ul.left[data-v-54297ce8]{margin-left:2px}.menu li[data-v-54297ce8]:hover,* html .menu a[data-v-54297ce8]:hover{position:relative}.menu ul ul ul a[data-v-54297ce8],.menu ul ul ul a[data-v-54297ce8]:visited,.menu ul ul ul ul a[data-v-54297ce8],.menu ul ul ul ul a[data-v-54297ce8]:visited,.menu ul :hover a.sub1[data-v-54297ce8],.menu ul ul :hover a.sub2[data-v-54297ce8]{background:#004080}.menu a[data-v-54297ce8]:hover{color:silver;background:#014181}.menu :hover>a[data-v-54297ce8]{color:silver;background:#014181}.menu ul ul a[data-v-54297ce8]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-54297ce8]{color:silver;background:#014181}.menu ul ul ul a[data-v-54297ce8]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-54297ce8]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-54297ce8]:hover{color:silver;background:#014181}.menu ul ul[data-v-54297ce8]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-54297ce8]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-54297ce8]{left:-14em}.menu ul li:hover ul[data-v-54297ce8],.menu ul a:hover ul[data-v-54297ce8]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-54297ce8],.menu ul :hover ul :hover ul ul[data-v-54297ce8]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-54297ce8],.menu ul :hover ul :hover ul :hover ul[data-v-54297ce8]{visibility:visible}.lmenu[data-v-54297ce8]{height:150px;font-size:90%}.lmenu ul[data-v-54297ce8]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-54297ce8]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-54297ce8]{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-54297ce8]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-54297ce8],.lmenu a[data-v-54297ce8]: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-54297ce8],* html .menu a[data-v-54297ce8]:visited{width:150em;width:14.9em}* html .lmenu a[data-v-54297ce8]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-54297ce8]:hover{position:relative}.lmenu a[data-v-54297ce8]:active,.lmenu a[data-v-54297ce8]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-54297ce8]{color:silver;background:#014181}.lmenu li ul[data-v-54297ce8]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-54297ce8]{visibility:visible}.lmenu ul a:hover ul ul[data-v-54297ce8],.lmenu ul a:hover ul a:hover ul ul[data-v-54297ce8],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-54297ce8]{visibility:hidden}.lmenu ul a:hover ul[data-v-54297ce8],.lmenu ul a:hover ul a:hover ul[data-v-54297ce8],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-54297ce8],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-54297ce8]{visibility:visible}.title[data-v-40b5e9ec]{--scroll-bar: 0;font-variant:tabular-nums;line-height:1.5715;box-sizing:border-box;position:relative;overflow:hidden;text-align:center}
1
+ .PENDING[data-v-bb792d5a]{background-color:var(--theme-status-pending)}.WAITING[data-v-bb792d5a]{background-color:var(--theme-status-waiting)}.PREPARING[data-v-bb792d5a]{background-color:var(--theme-status-preparing)}.COMPILING[data-v-bb792d5a]{background-color:var(--theme-status-compiling)}.RUNNING[data-v-bb792d5a],.JUDGING[data-v-bb792d5a]{background-color:var(--theme-status-running)}.FROZEN[data-v-bb792d5a]{background-color:var(--theme-status-pending)}.ACCEPTED[data-v-bb792d5a],.CORRECT[data-v-bb792d5a]{background-color:var(--theme-status-accepted)}.PARTIALLY_CORRECT[data-v-bb792d5a]{background-color:var(--theme-status-partially-correct)}.REJECTED[data-v-bb792d5a],.WRONG_ANSWER[data-v-bb792d5a]{background-color:var(--theme-status-wrong-answer)}.COMPILATION_ERROR[data-v-bb792d5a],.PRESENTATION_ERROR[data-v-bb792d5a]{background-color:var(--theme-status-compilation-error)}.RUNTIME_ERROR[data-v-bb792d5a]{background-color:var(--theme-status-runtime-error)}.TIME_LIMIT_EXCEEDED[data-v-bb792d5a]{background-color:var(--theme-status-time-limit-exceeded)}.MEMORY_LIMIT_EXCEEDED[data-v-bb792d5a]{background-color:var(--theme-status-memory-limit-exceeded)}.OUTPUT_LIMIT_EXCEEDED[data-v-bb792d5a],.IDLENESS_LIMIT_EXCEEDED[data-v-bb792d5a]{background-color:var(--theme-status-output-limit-exceeded)}.HACKED[data-v-bb792d5a]{background-color:var(--theme-status-wrong-answer)}.JUDGEMENT_FAILED[data-v-bb792d5a]{background-color:var(--theme-status-judgement-failed)}.CONFIGURATION_ERROR[data-v-bb792d5a]{background-color:var(--theme-status-configuration-error)}.FILE_ERROR[data-v-bb792d5a]{background-color:var(--theme-status-file-error)}.SYSTEM_ERROR[data-v-bb792d5a]{background-color:var(--theme-status-system-error)}.CANCELED[data-v-bb792d5a]{background-color:var(--theme-status-canceled)}.SKIPPED[data-v-bb792d5a]{background-color:var(--theme-status-skipped)}.SECURITY_VIOLATED[data-v-bb792d5a],.DENIAL_OF_JUDGEMENT[data-v-bb792d5a]{background-color:var(--theme-status-judgement-failed)}.UNKNOWN[data-v-bb792d5a]{background-color:var(--theme-status-unknown)}.UNDEFINED[data-v-bb792d5a]{background-color:var(--theme-status-undefined)}.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]{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-783d6d39]{color:var(--theme-status-pending)}.WAITING[data-v-783d6d39]{color:var(--theme-status-waiting)}.PREPARING[data-v-783d6d39]{color:var(--theme-status-preparing)}.COMPILING[data-v-783d6d39]{color:var(--theme-status-compiling)}.RUNNING[data-v-783d6d39],.JUDGING[data-v-783d6d39]{color:var(--theme-status-running)}.FROZEN[data-v-783d6d39]{color:var(--theme-status-pending)}.ACCEPTED[data-v-783d6d39],.CORRECT[data-v-783d6d39]{color:var(--theme-status-accepted)}.PARTIALLY_CORRECT[data-v-783d6d39]{color:var(--theme-status-partially-correct)}.REJECTED[data-v-783d6d39],.WRONG_ANSWER[data-v-783d6d39]{color:var(--theme-status-wrong-answer)}.COMPILATION_ERROR[data-v-783d6d39],.PRESENTATION_ERROR[data-v-783d6d39]{color:var(--theme-status-compilation-error)}.RUNTIME_ERROR[data-v-783d6d39]{color:var(--theme-status-runtime-error)}.TIME_LIMIT_EXCEEDED[data-v-783d6d39]{color:var(--theme-status-time-limit-exceeded)}.MEMORY_LIMIT_EXCEEDED[data-v-783d6d39]{color:var(--theme-status-memory-limit-exceeded)}.OUTPUT_LIMIT_EXCEEDED[data-v-783d6d39],.IDLENESS_LIMIT_EXCEEDED[data-v-783d6d39]{color:var(--theme-status-output-limit-exceeded)}.HACKED[data-v-783d6d39]{color:var(--theme-status-wrong-answer)}.JUDGEMENT_FAILED[data-v-783d6d39]{color:var(--theme-status-judgement-failed)}.CONFIGURATION_ERROR[data-v-783d6d39]{color:var(--theme-status-configuration-error)}.FILE_ERROR[data-v-783d6d39]{color:var(--theme-status-file-error)}.SYSTEM_ERROR[data-v-783d6d39]{color:var(--theme-status-system-error)}.CANCELED[data-v-783d6d39]{color:var(--theme-status-canceled)}.SKIPPED[data-v-783d6d39]{color:var(--theme-status-skipped)}.SECURITY_VIOLATED[data-v-783d6d39],.DENIAL_OF_JUDGEMENT[data-v-783d6d39]{color:var(--theme-status-judgement-failed)}.UNKNOWN[data-v-783d6d39]{color:var(--theme-status-unknown)}.UNDEFINED[data-v-783d6d39]{color:var(--theme-status-undefined)}table.standings[data-v-cd615748]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-cd615748]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-cd615748]{border:0!important}table[data-v-cd615748]{border-collapse:separate!important}td[data-v-cd615748]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-cd615748]{background-color:#eee}tr.team[data-v-cd615748]{height:2.5em}.hover[data-v-cd615748]{cursor:pointer}td.stnd[data-v-cd615748]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-cd615748]{border-color:#fff}td.stndact[data-v-cd615748]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-cd615748]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-cd615748]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-cd615748]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-cd615748]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-cd615748]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-cd615748]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-cd615748]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-cd615748]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-cd615748]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-cd615748]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-cd615748]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-cd615748]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-cd615748]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-cd615748]{color:#fff}th.success[data-v-cd615748]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-cd615748],td.title[data-v-cd615748]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-cd615748]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-cd615748]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-cd615748]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-cd615748]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-cd615748]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-cd615748]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-cd615748]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-cd615748]{background-color:#004080}tr.solver[data-v-cd615748]{background-color:#f0c0a0}tr.statistics-0[data-v-cd615748]{background-color:#95de64}tr.statistics-1[data-v-cd615748]{background-color:#b7eb8f}td.o00[data-v-cd615748]{background-color:#004080}td.stand00[data-v-cd615748]{background-color:#e0e0ff}td.stand01[data-v-cd615748]{background-color:#e8e8ff}td.stand10[data-v-cd615748]{background-color:#f8f8f8}td.stand11[data-v-cd615748]{background-color:#f2f2f2}tr.filter-team[data-v-cd615748]{background-color:#ffffe0}tr.cfres01[data-v-cd615748]{background-color:#ffffb0}table.matches[data-v-cd615748]{table-layout:fixed}td.match[data-v-cd615748]{height:6em;width:2em}.coderTextRed[data-v-cd615748],.coderTextYellow[data-v-cd615748],.coderTextViolet[data-v-cd615748],.coderTextBlue[data-v-cd615748],.coderTextGreen[data-v-cd615748],.coderTextGray[data-v-cd615748],.coderTextOrange[data-v-cd615748]{font-weight:700;background-color:transparent}.coderTextRed[data-v-cd615748]:link,.coderTextYellow[data-v-cd615748]:link,.coderTextViolet[data-v-cd615748]:link,.coderTextBlue[data-v-cd615748]:link,.coderTextGreen[data-v-cd615748]:link,.coderTextGray[data-v-cd615748]:link,.coderTextOrange[data-v-cd615748]:link,.coderTextWhite[data-v-cd615748]:link,.coderTextBlack[data-v-cd615748]:link,.coderTextRed[data-v-cd615748]:visited,.coderTextYellow[data-v-cd615748]:visited,.coderTextViolet[data-v-cd615748]:visited,.coderTextBlue[data-v-cd615748]:visited,.coderTextGreen[data-v-cd615748]:visited,.coderTextGray[data-v-cd615748]:visited,.coderTextOrange[data-v-cd615748]:visited,.coderTextWhite[data-v-cd615748]:visited,.coderTextBlack[data-v-cd615748]:visited{text-decoration:none}.coderTextRed[data-v-cd615748]:hover,.coderTextYellow[data-v-cd615748]:hover,.coderTextViolet[data-v-cd615748]:hover,.coderTextBlue[data-v-cd615748]:hover,.coderTextGreen[data-v-cd615748]:hover,.coderTextGray[data-v-cd615748]:hover,.coderTextOrange[data-v-cd615748]:hover,.coderTextWhite[data-v-cd615748]:hover,.coderTextBlack[data-v-cd615748]:hover,.coderTextRed[data-v-cd615748]:active,.coderTextYellow[data-v-cd615748]:active,.coderTextViolet[data-v-cd615748]:active,.coderTextBlue[data-v-cd615748]:active,.coderTextGreen[data-v-cd615748]:active,.coderTextGray[data-v-cd615748]:active,.coderTextOrange[data-v-cd615748]:active,.coderTextWhite[data-v-cd615748]:active,.coderTextBlack[data-v-cd615748]:active{text-decoration:underline}.coderTextOrange[data-v-cd615748],.coderTextOrange[data-v-cd615748]:link,.coderTextOrange[data-v-cd615748]:visited,.coderTextOrange[data-v-cd615748]:hover,.coderTextOrange[data-v-cd615748]:active{color:#f90}.coderTextRed[data-v-cd615748],.coderTextRed[data-v-cd615748]:link,.coderTextRed[data-v-cd615748]:visited,.coderTextRed[data-v-cd615748]:hover,.coderTextRed[data-v-cd615748]:active{color:#e00}.coderTextYellow[data-v-cd615748],.coderTextYellow[data-v-cd615748]:link,.coderTextYellow[data-v-cd615748]:visited,.coderTextYellow[data-v-cd615748]:hover,.coderTextYellow[data-v-cd615748]:active{color:#dc0}.coderTextViolet[data-v-cd615748],.coderTextViolet[data-v-cd615748]:link,.coderTextViolet[data-v-cd615748]:visited,.coderTextViolet[data-v-cd615748]:hover,.coderTextViolet[data-v-cd615748]:active{color:#a0a}.coderTextBlue[data-v-cd615748],.coderTextBlue[data-v-cd615748]:link,.coderTextBlue[data-v-cd615748]:visited,.coderTextBlue[data-v-cd615748]:hover,.coderTextBlue[data-v-cd615748]:active{color:#66f}.coderTextGreen[data-v-cd615748],.coderTextGreen[data-v-cd615748]:link,.coderTextGreen[data-v-cd615748]:visited,.coderTextGreen[data-v-cd615748]:hover,.coderTextGreen[data-v-cd615748]:active{color:#00a900}.coderTextGray[data-v-cd615748],.coderTextGray[data-v-cd615748]:link,.coderTextGray[data-v-cd615748]:visited,.coderTextGray[data-v-cd615748]:hover,.coderTextGray[data-v-cd615748]:active{color:#999}.coderTextWhite[data-v-cd615748],.coderTextWhite[data-v-cd615748]:link,.coderTextWhite[data-v-cd615748]:visited,.coderTextWhite[data-v-cd615748]:hover,.coderTextWhite[data-v-cd615748]:active{color:#fff}.coderTextBlack[data-v-cd615748],.coderTextBlack[data-v-cd615748]:link,.coderTextBlack[data-v-cd615748]:visited,.coderTextBlack[data-v-cd615748]:hover,.coderTextBlack[data-v-cd615748]:active{color:#000}s[data-v-cd615748]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-cd615748]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-cd615748]{text-align:justify}a[data-v-cd615748]{color:#004080}td.topmenu a[data-v-cd615748]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-cd615748]:hover{color:silver}td.topmenu[data-v-cd615748]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-cd615748]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-cd615748]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-cd615748]:hover{color:silver}td.menuleft[data-v-cd615748]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-cd615748]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-cd615748]{height:25px;width:190px}td.newsselectcontainer form[data-v-cd615748]{margin:0}td.newsselectcontainer select[data-v-cd615748]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-cd615748]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-cd615748]{border:1px solid #004080}.memorial[data-v-cd615748]{padding:0 8px;border:2px solid #000000}.menu[data-v-cd615748]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-cd615748]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-cd615748]{width:15em}.menu ul li[data-v-cd615748]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-cd615748]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-cd615748],.menu a[data-v-cd615748]: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-cd615748],.menu ul ul a[data-v-cd615748]: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-cd615748],.menu ul table ul a[data-v-cd615748]:visited{width:14em;width:12em}.menu table[data-v-cd615748]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-cd615748]{left:-1px}.menu ul ul table ul.left[data-v-cd615748]{margin-left:2px}.menu li[data-v-cd615748]:hover,* html .menu a[data-v-cd615748]:hover{position:relative}.menu ul ul ul a[data-v-cd615748],.menu ul ul ul a[data-v-cd615748]:visited,.menu ul ul ul ul a[data-v-cd615748],.menu ul ul ul ul a[data-v-cd615748]:visited,.menu ul :hover a.sub1[data-v-cd615748],.menu ul ul :hover a.sub2[data-v-cd615748]{background:#004080}.menu a[data-v-cd615748]:hover{color:silver;background:#014181}.menu :hover>a[data-v-cd615748]{color:silver;background:#014181}.menu ul ul a[data-v-cd615748]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-cd615748]{color:silver;background:#014181}.menu ul ul ul a[data-v-cd615748]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-cd615748]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-cd615748]:hover{color:silver;background:#014181}.menu ul ul[data-v-cd615748]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-cd615748]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-cd615748]{left:-14em}.menu ul li:hover ul[data-v-cd615748],.menu ul a:hover ul[data-v-cd615748]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-cd615748],.menu ul :hover ul :hover ul ul[data-v-cd615748]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-cd615748],.menu ul :hover ul :hover ul :hover ul[data-v-cd615748]{visibility:visible}.lmenu[data-v-cd615748]{height:150px;font-size:90%}.lmenu ul[data-v-cd615748]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-cd615748]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-cd615748]{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-cd615748]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-cd615748],.lmenu a[data-v-cd615748]: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-cd615748],* html .menu a[data-v-cd615748]:visited{width:150em;width:14.9em}* html .lmenu a[data-v-cd615748]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-cd615748]:hover{position:relative}.lmenu a[data-v-cd615748]:active,.lmenu a[data-v-cd615748]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-cd615748]{color:silver;background:#014181}.lmenu li ul[data-v-cd615748]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-cd615748]{visibility:visible}.lmenu ul a:hover ul ul[data-v-cd615748],.lmenu ul a:hover ul a:hover ul ul[data-v-cd615748],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-cd615748]{visibility:hidden}.lmenu ul a:hover ul[data-v-cd615748],.lmenu ul a:hover ul a:hover ul[data-v-cd615748],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-cd615748],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-cd615748]{visibility:visible}table.standings[data-v-dbdd6e30]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-dbdd6e30]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-dbdd6e30]{border:0!important}table[data-v-dbdd6e30]{border-collapse:separate!important}td[data-v-dbdd6e30]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-dbdd6e30]{background-color:#eee}tr.team[data-v-dbdd6e30]{height:2.5em}.hover[data-v-dbdd6e30]{cursor:pointer}td.stnd[data-v-dbdd6e30]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-dbdd6e30]{border-color:#fff}td.stndact[data-v-dbdd6e30]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-dbdd6e30]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-dbdd6e30]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-dbdd6e30]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-dbdd6e30]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-dbdd6e30]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-dbdd6e30]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-dbdd6e30]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-dbdd6e30]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-dbdd6e30]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-dbdd6e30]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-dbdd6e30]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-dbdd6e30]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-dbdd6e30]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-dbdd6e30]{color:#fff}th.success[data-v-dbdd6e30]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-dbdd6e30],td.title[data-v-dbdd6e30]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-dbdd6e30]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-dbdd6e30]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-dbdd6e30]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-dbdd6e30]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-dbdd6e30]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-dbdd6e30]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-dbdd6e30]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-dbdd6e30]{background-color:#004080}tr.solver[data-v-dbdd6e30]{background-color:#f0c0a0}tr.statistics-0[data-v-dbdd6e30]{background-color:#95de64}tr.statistics-1[data-v-dbdd6e30]{background-color:#b7eb8f}td.o00[data-v-dbdd6e30]{background-color:#004080}td.stand00[data-v-dbdd6e30]{background-color:#e0e0ff}td.stand01[data-v-dbdd6e30]{background-color:#e8e8ff}td.stand10[data-v-dbdd6e30]{background-color:#f8f8f8}td.stand11[data-v-dbdd6e30]{background-color:#f2f2f2}tr.filter-team[data-v-dbdd6e30]{background-color:#ffffe0}tr.cfres01[data-v-dbdd6e30]{background-color:#ffffb0}table.matches[data-v-dbdd6e30]{table-layout:fixed}td.match[data-v-dbdd6e30]{height:6em;width:2em}.coderTextRed[data-v-dbdd6e30],.coderTextYellow[data-v-dbdd6e30],.coderTextViolet[data-v-dbdd6e30],.coderTextBlue[data-v-dbdd6e30],.coderTextGreen[data-v-dbdd6e30],.coderTextGray[data-v-dbdd6e30],.coderTextOrange[data-v-dbdd6e30]{font-weight:700;background-color:transparent}.coderTextRed[data-v-dbdd6e30]:link,.coderTextYellow[data-v-dbdd6e30]:link,.coderTextViolet[data-v-dbdd6e30]:link,.coderTextBlue[data-v-dbdd6e30]:link,.coderTextGreen[data-v-dbdd6e30]:link,.coderTextGray[data-v-dbdd6e30]:link,.coderTextOrange[data-v-dbdd6e30]:link,.coderTextWhite[data-v-dbdd6e30]:link,.coderTextBlack[data-v-dbdd6e30]:link,.coderTextRed[data-v-dbdd6e30]:visited,.coderTextYellow[data-v-dbdd6e30]:visited,.coderTextViolet[data-v-dbdd6e30]:visited,.coderTextBlue[data-v-dbdd6e30]:visited,.coderTextGreen[data-v-dbdd6e30]:visited,.coderTextGray[data-v-dbdd6e30]:visited,.coderTextOrange[data-v-dbdd6e30]:visited,.coderTextWhite[data-v-dbdd6e30]:visited,.coderTextBlack[data-v-dbdd6e30]:visited{text-decoration:none}.coderTextRed[data-v-dbdd6e30]:hover,.coderTextYellow[data-v-dbdd6e30]:hover,.coderTextViolet[data-v-dbdd6e30]:hover,.coderTextBlue[data-v-dbdd6e30]:hover,.coderTextGreen[data-v-dbdd6e30]:hover,.coderTextGray[data-v-dbdd6e30]:hover,.coderTextOrange[data-v-dbdd6e30]:hover,.coderTextWhite[data-v-dbdd6e30]:hover,.coderTextBlack[data-v-dbdd6e30]:hover,.coderTextRed[data-v-dbdd6e30]:active,.coderTextYellow[data-v-dbdd6e30]:active,.coderTextViolet[data-v-dbdd6e30]:active,.coderTextBlue[data-v-dbdd6e30]:active,.coderTextGreen[data-v-dbdd6e30]:active,.coderTextGray[data-v-dbdd6e30]:active,.coderTextOrange[data-v-dbdd6e30]:active,.coderTextWhite[data-v-dbdd6e30]:active,.coderTextBlack[data-v-dbdd6e30]:active{text-decoration:underline}.coderTextOrange[data-v-dbdd6e30],.coderTextOrange[data-v-dbdd6e30]:link,.coderTextOrange[data-v-dbdd6e30]:visited,.coderTextOrange[data-v-dbdd6e30]:hover,.coderTextOrange[data-v-dbdd6e30]:active{color:#f90}.coderTextRed[data-v-dbdd6e30],.coderTextRed[data-v-dbdd6e30]:link,.coderTextRed[data-v-dbdd6e30]:visited,.coderTextRed[data-v-dbdd6e30]:hover,.coderTextRed[data-v-dbdd6e30]:active{color:#e00}.coderTextYellow[data-v-dbdd6e30],.coderTextYellow[data-v-dbdd6e30]:link,.coderTextYellow[data-v-dbdd6e30]:visited,.coderTextYellow[data-v-dbdd6e30]:hover,.coderTextYellow[data-v-dbdd6e30]:active{color:#dc0}.coderTextViolet[data-v-dbdd6e30],.coderTextViolet[data-v-dbdd6e30]:link,.coderTextViolet[data-v-dbdd6e30]:visited,.coderTextViolet[data-v-dbdd6e30]:hover,.coderTextViolet[data-v-dbdd6e30]:active{color:#a0a}.coderTextBlue[data-v-dbdd6e30],.coderTextBlue[data-v-dbdd6e30]:link,.coderTextBlue[data-v-dbdd6e30]:visited,.coderTextBlue[data-v-dbdd6e30]:hover,.coderTextBlue[data-v-dbdd6e30]:active{color:#66f}.coderTextGreen[data-v-dbdd6e30],.coderTextGreen[data-v-dbdd6e30]:link,.coderTextGreen[data-v-dbdd6e30]:visited,.coderTextGreen[data-v-dbdd6e30]:hover,.coderTextGreen[data-v-dbdd6e30]:active{color:#00a900}.coderTextGray[data-v-dbdd6e30],.coderTextGray[data-v-dbdd6e30]:link,.coderTextGray[data-v-dbdd6e30]:visited,.coderTextGray[data-v-dbdd6e30]:hover,.coderTextGray[data-v-dbdd6e30]:active{color:#999}.coderTextWhite[data-v-dbdd6e30],.coderTextWhite[data-v-dbdd6e30]:link,.coderTextWhite[data-v-dbdd6e30]:visited,.coderTextWhite[data-v-dbdd6e30]:hover,.coderTextWhite[data-v-dbdd6e30]:active{color:#fff}.coderTextBlack[data-v-dbdd6e30],.coderTextBlack[data-v-dbdd6e30]:link,.coderTextBlack[data-v-dbdd6e30]:visited,.coderTextBlack[data-v-dbdd6e30]:hover,.coderTextBlack[data-v-dbdd6e30]:active{color:#000}s[data-v-dbdd6e30]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-dbdd6e30]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-dbdd6e30]{text-align:justify}a[data-v-dbdd6e30]{color:#004080}td.topmenu a[data-v-dbdd6e30]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-dbdd6e30]:hover{color:silver}td.topmenu[data-v-dbdd6e30]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-dbdd6e30]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-dbdd6e30]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-dbdd6e30]:hover{color:silver}td.menuleft[data-v-dbdd6e30]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-dbdd6e30]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-dbdd6e30]{height:25px;width:190px}td.newsselectcontainer form[data-v-dbdd6e30]{margin:0}td.newsselectcontainer select[data-v-dbdd6e30]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-dbdd6e30]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-dbdd6e30]{border:1px solid #004080}.memorial[data-v-dbdd6e30]{padding:0 8px;border:2px solid #000000}.menu[data-v-dbdd6e30]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-dbdd6e30]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-dbdd6e30]{width:15em}.menu ul li[data-v-dbdd6e30]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-dbdd6e30]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-dbdd6e30],.menu a[data-v-dbdd6e30]: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-dbdd6e30],.menu ul ul a[data-v-dbdd6e30]: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-dbdd6e30],.menu ul table ul a[data-v-dbdd6e30]:visited{width:14em;width:12em}.menu table[data-v-dbdd6e30]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-dbdd6e30]{left:-1px}.menu ul ul table ul.left[data-v-dbdd6e30]{margin-left:2px}.menu li[data-v-dbdd6e30]:hover,* html .menu a[data-v-dbdd6e30]:hover{position:relative}.menu ul ul ul a[data-v-dbdd6e30],.menu ul ul ul a[data-v-dbdd6e30]:visited,.menu ul ul ul ul a[data-v-dbdd6e30],.menu ul ul ul ul a[data-v-dbdd6e30]:visited,.menu ul :hover a.sub1[data-v-dbdd6e30],.menu ul ul :hover a.sub2[data-v-dbdd6e30]{background:#004080}.menu a[data-v-dbdd6e30]:hover{color:silver;background:#014181}.menu :hover>a[data-v-dbdd6e30]{color:silver;background:#014181}.menu ul ul a[data-v-dbdd6e30]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-dbdd6e30]{color:silver;background:#014181}.menu ul ul ul a[data-v-dbdd6e30]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-dbdd6e30]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-dbdd6e30]:hover{color:silver;background:#014181}.menu ul ul[data-v-dbdd6e30]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-dbdd6e30]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-dbdd6e30]{left:-14em}.menu ul li:hover ul[data-v-dbdd6e30],.menu ul a:hover ul[data-v-dbdd6e30]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-dbdd6e30],.menu ul :hover ul :hover ul ul[data-v-dbdd6e30]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-dbdd6e30],.menu ul :hover ul :hover ul :hover ul[data-v-dbdd6e30]{visibility:visible}.lmenu[data-v-dbdd6e30]{height:150px;font-size:90%}.lmenu ul[data-v-dbdd6e30]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-dbdd6e30]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-dbdd6e30]{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-dbdd6e30]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-dbdd6e30],.lmenu a[data-v-dbdd6e30]: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-dbdd6e30],* html .menu a[data-v-dbdd6e30]:visited{width:150em;width:14.9em}* html .lmenu a[data-v-dbdd6e30]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-dbdd6e30]:hover{position:relative}.lmenu a[data-v-dbdd6e30]:active,.lmenu a[data-v-dbdd6e30]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-dbdd6e30]{color:silver;background:#014181}.lmenu li ul[data-v-dbdd6e30]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-dbdd6e30]{visibility:visible}.lmenu ul a:hover ul ul[data-v-dbdd6e30],.lmenu ul a:hover ul a:hover ul ul[data-v-dbdd6e30],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-dbdd6e30]{visibility:hidden}.lmenu ul a:hover ul[data-v-dbdd6e30],.lmenu ul a:hover ul a:hover ul[data-v-dbdd6e30],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-dbdd6e30],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-dbdd6e30]{visibility:visible}table.standings[data-v-abd25ffe]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-abd25ffe]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-abd25ffe]{border:0!important}table[data-v-abd25ffe]{border-collapse:separate!important}td[data-v-abd25ffe]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-abd25ffe]{background-color:#eee}tr.team[data-v-abd25ffe]{height:2.5em}.hover[data-v-abd25ffe]{cursor:pointer}td.stnd[data-v-abd25ffe]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-abd25ffe]{border-color:#fff}td.stndact[data-v-abd25ffe]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-abd25ffe]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-abd25ffe]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-abd25ffe]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-abd25ffe]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-abd25ffe]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-abd25ffe]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-abd25ffe]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-abd25ffe]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-abd25ffe]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-abd25ffe]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-abd25ffe]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-abd25ffe]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-abd25ffe]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-abd25ffe]{color:#fff}th.success[data-v-abd25ffe]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-abd25ffe],td.title[data-v-abd25ffe]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-abd25ffe]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-abd25ffe]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-abd25ffe]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-abd25ffe]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-abd25ffe]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-abd25ffe]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-abd25ffe]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-abd25ffe]{background-color:#004080}tr.solver[data-v-abd25ffe]{background-color:#f0c0a0}tr.statistics-0[data-v-abd25ffe]{background-color:#95de64}tr.statistics-1[data-v-abd25ffe]{background-color:#b7eb8f}td.o00[data-v-abd25ffe]{background-color:#004080}td.stand00[data-v-abd25ffe]{background-color:#e0e0ff}td.stand01[data-v-abd25ffe]{background-color:#e8e8ff}td.stand10[data-v-abd25ffe]{background-color:#f8f8f8}td.stand11[data-v-abd25ffe]{background-color:#f2f2f2}tr.filter-team[data-v-abd25ffe]{background-color:#ffffe0}tr.cfres01[data-v-abd25ffe]{background-color:#ffffb0}table.matches[data-v-abd25ffe]{table-layout:fixed}td.match[data-v-abd25ffe]{height:6em;width:2em}.coderTextRed[data-v-abd25ffe],.coderTextYellow[data-v-abd25ffe],.coderTextViolet[data-v-abd25ffe],.coderTextBlue[data-v-abd25ffe],.coderTextGreen[data-v-abd25ffe],.coderTextGray[data-v-abd25ffe],.coderTextOrange[data-v-abd25ffe]{font-weight:700;background-color:transparent}.coderTextRed[data-v-abd25ffe]:link,.coderTextYellow[data-v-abd25ffe]:link,.coderTextViolet[data-v-abd25ffe]:link,.coderTextBlue[data-v-abd25ffe]:link,.coderTextGreen[data-v-abd25ffe]:link,.coderTextGray[data-v-abd25ffe]:link,.coderTextOrange[data-v-abd25ffe]:link,.coderTextWhite[data-v-abd25ffe]:link,.coderTextBlack[data-v-abd25ffe]:link,.coderTextRed[data-v-abd25ffe]:visited,.coderTextYellow[data-v-abd25ffe]:visited,.coderTextViolet[data-v-abd25ffe]:visited,.coderTextBlue[data-v-abd25ffe]:visited,.coderTextGreen[data-v-abd25ffe]:visited,.coderTextGray[data-v-abd25ffe]:visited,.coderTextOrange[data-v-abd25ffe]:visited,.coderTextWhite[data-v-abd25ffe]:visited,.coderTextBlack[data-v-abd25ffe]:visited{text-decoration:none}.coderTextRed[data-v-abd25ffe]:hover,.coderTextYellow[data-v-abd25ffe]:hover,.coderTextViolet[data-v-abd25ffe]:hover,.coderTextBlue[data-v-abd25ffe]:hover,.coderTextGreen[data-v-abd25ffe]:hover,.coderTextGray[data-v-abd25ffe]:hover,.coderTextOrange[data-v-abd25ffe]:hover,.coderTextWhite[data-v-abd25ffe]:hover,.coderTextBlack[data-v-abd25ffe]:hover,.coderTextRed[data-v-abd25ffe]:active,.coderTextYellow[data-v-abd25ffe]:active,.coderTextViolet[data-v-abd25ffe]:active,.coderTextBlue[data-v-abd25ffe]:active,.coderTextGreen[data-v-abd25ffe]:active,.coderTextGray[data-v-abd25ffe]:active,.coderTextOrange[data-v-abd25ffe]:active,.coderTextWhite[data-v-abd25ffe]:active,.coderTextBlack[data-v-abd25ffe]:active{text-decoration:underline}.coderTextOrange[data-v-abd25ffe],.coderTextOrange[data-v-abd25ffe]:link,.coderTextOrange[data-v-abd25ffe]:visited,.coderTextOrange[data-v-abd25ffe]:hover,.coderTextOrange[data-v-abd25ffe]:active{color:#f90}.coderTextRed[data-v-abd25ffe],.coderTextRed[data-v-abd25ffe]:link,.coderTextRed[data-v-abd25ffe]:visited,.coderTextRed[data-v-abd25ffe]:hover,.coderTextRed[data-v-abd25ffe]:active{color:#e00}.coderTextYellow[data-v-abd25ffe],.coderTextYellow[data-v-abd25ffe]:link,.coderTextYellow[data-v-abd25ffe]:visited,.coderTextYellow[data-v-abd25ffe]:hover,.coderTextYellow[data-v-abd25ffe]:active{color:#dc0}.coderTextViolet[data-v-abd25ffe],.coderTextViolet[data-v-abd25ffe]:link,.coderTextViolet[data-v-abd25ffe]:visited,.coderTextViolet[data-v-abd25ffe]:hover,.coderTextViolet[data-v-abd25ffe]:active{color:#a0a}.coderTextBlue[data-v-abd25ffe],.coderTextBlue[data-v-abd25ffe]:link,.coderTextBlue[data-v-abd25ffe]:visited,.coderTextBlue[data-v-abd25ffe]:hover,.coderTextBlue[data-v-abd25ffe]:active{color:#66f}.coderTextGreen[data-v-abd25ffe],.coderTextGreen[data-v-abd25ffe]:link,.coderTextGreen[data-v-abd25ffe]:visited,.coderTextGreen[data-v-abd25ffe]:hover,.coderTextGreen[data-v-abd25ffe]:active{color:#00a900}.coderTextGray[data-v-abd25ffe],.coderTextGray[data-v-abd25ffe]:link,.coderTextGray[data-v-abd25ffe]:visited,.coderTextGray[data-v-abd25ffe]:hover,.coderTextGray[data-v-abd25ffe]:active{color:#999}.coderTextWhite[data-v-abd25ffe],.coderTextWhite[data-v-abd25ffe]:link,.coderTextWhite[data-v-abd25ffe]:visited,.coderTextWhite[data-v-abd25ffe]:hover,.coderTextWhite[data-v-abd25ffe]:active{color:#fff}.coderTextBlack[data-v-abd25ffe],.coderTextBlack[data-v-abd25ffe]:link,.coderTextBlack[data-v-abd25ffe]:visited,.coderTextBlack[data-v-abd25ffe]:hover,.coderTextBlack[data-v-abd25ffe]:active{color:#000}s[data-v-abd25ffe]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-abd25ffe]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-abd25ffe]{text-align:justify}a[data-v-abd25ffe]{color:#004080}td.topmenu a[data-v-abd25ffe]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-abd25ffe]:hover{color:silver}td.topmenu[data-v-abd25ffe]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-abd25ffe]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-abd25ffe]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-abd25ffe]:hover{color:silver}td.menuleft[data-v-abd25ffe]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-abd25ffe]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-abd25ffe]{height:25px;width:190px}td.newsselectcontainer form[data-v-abd25ffe]{margin:0}td.newsselectcontainer select[data-v-abd25ffe]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-abd25ffe]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-abd25ffe]{border:1px solid #004080}.memorial[data-v-abd25ffe]{padding:0 8px;border:2px solid #000000}.menu[data-v-abd25ffe]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-abd25ffe]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-abd25ffe]{width:15em}.menu ul li[data-v-abd25ffe]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-abd25ffe]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-abd25ffe],.menu a[data-v-abd25ffe]: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-abd25ffe],.menu ul ul a[data-v-abd25ffe]: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-abd25ffe],.menu ul table ul a[data-v-abd25ffe]:visited{width:14em;width:12em}.menu table[data-v-abd25ffe]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-abd25ffe]{left:-1px}.menu ul ul table ul.left[data-v-abd25ffe]{margin-left:2px}.menu li[data-v-abd25ffe]:hover,* html .menu a[data-v-abd25ffe]:hover{position:relative}.menu ul ul ul a[data-v-abd25ffe],.menu ul ul ul a[data-v-abd25ffe]:visited,.menu ul ul ul ul a[data-v-abd25ffe],.menu ul ul ul ul a[data-v-abd25ffe]:visited,.menu ul :hover a.sub1[data-v-abd25ffe],.menu ul ul :hover a.sub2[data-v-abd25ffe]{background:#004080}.menu a[data-v-abd25ffe]:hover{color:silver;background:#014181}.menu :hover>a[data-v-abd25ffe]{color:silver;background:#014181}.menu ul ul a[data-v-abd25ffe]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-abd25ffe]{color:silver;background:#014181}.menu ul ul ul a[data-v-abd25ffe]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-abd25ffe]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-abd25ffe]:hover{color:silver;background:#014181}.menu ul ul[data-v-abd25ffe]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-abd25ffe]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-abd25ffe]{left:-14em}.menu ul li:hover ul[data-v-abd25ffe],.menu ul a:hover ul[data-v-abd25ffe]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-abd25ffe],.menu ul :hover ul :hover ul ul[data-v-abd25ffe]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-abd25ffe],.menu ul :hover ul :hover ul :hover ul[data-v-abd25ffe]{visibility:visible}.lmenu[data-v-abd25ffe]{height:150px;font-size:90%}.lmenu ul[data-v-abd25ffe]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-abd25ffe]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-abd25ffe]{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-abd25ffe]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-abd25ffe],.lmenu a[data-v-abd25ffe]: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-abd25ffe],* html .menu a[data-v-abd25ffe]:visited{width:150em;width:14.9em}* html .lmenu a[data-v-abd25ffe]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-abd25ffe]:hover{position:relative}.lmenu a[data-v-abd25ffe]:active,.lmenu a[data-v-abd25ffe]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-abd25ffe]{color:silver;background:#014181}.lmenu li ul[data-v-abd25ffe]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-abd25ffe]{visibility:visible}.lmenu ul a:hover ul ul[data-v-abd25ffe],.lmenu ul a:hover ul a:hover ul ul[data-v-abd25ffe],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-abd25ffe]{visibility:hidden}.lmenu ul a:hover ul[data-v-abd25ffe],.lmenu ul a:hover ul a:hover ul[data-v-abd25ffe],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-abd25ffe],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-abd25ffe]{visibility:visible}table.standings[data-v-a8c5388c]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-a8c5388c]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-a8c5388c]{border:0!important}table[data-v-a8c5388c]{border-collapse:separate!important}td[data-v-a8c5388c]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-a8c5388c]{background-color:#eee}tr.team[data-v-a8c5388c]{height:2.5em}.hover[data-v-a8c5388c]{cursor:pointer}td.stnd[data-v-a8c5388c]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-a8c5388c]{border-color:#fff}td.stndact[data-v-a8c5388c]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-a8c5388c]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-a8c5388c]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-a8c5388c]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-a8c5388c]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-a8c5388c]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-a8c5388c]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-a8c5388c]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-a8c5388c]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-a8c5388c]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-a8c5388c]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-a8c5388c]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-a8c5388c]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-a8c5388c]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-a8c5388c]{color:#fff}th.success[data-v-a8c5388c]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-a8c5388c],td.title[data-v-a8c5388c]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-a8c5388c]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-a8c5388c]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-a8c5388c]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-a8c5388c]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-a8c5388c]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-a8c5388c]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-a8c5388c]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-a8c5388c]{background-color:#004080}tr.solver[data-v-a8c5388c]{background-color:#f0c0a0}tr.statistics-0[data-v-a8c5388c]{background-color:#95de64}tr.statistics-1[data-v-a8c5388c]{background-color:#b7eb8f}td.o00[data-v-a8c5388c]{background-color:#004080}td.stand00[data-v-a8c5388c]{background-color:#e0e0ff}td.stand01[data-v-a8c5388c]{background-color:#e8e8ff}td.stand10[data-v-a8c5388c]{background-color:#f8f8f8}td.stand11[data-v-a8c5388c]{background-color:#f2f2f2}tr.filter-team[data-v-a8c5388c]{background-color:#ffffe0}tr.cfres01[data-v-a8c5388c]{background-color:#ffffb0}table.matches[data-v-a8c5388c]{table-layout:fixed}td.match[data-v-a8c5388c]{height:6em;width:2em}.coderTextRed[data-v-a8c5388c],.coderTextYellow[data-v-a8c5388c],.coderTextViolet[data-v-a8c5388c],.coderTextBlue[data-v-a8c5388c],.coderTextGreen[data-v-a8c5388c],.coderTextGray[data-v-a8c5388c],.coderTextOrange[data-v-a8c5388c]{font-weight:700;background-color:transparent}.coderTextRed[data-v-a8c5388c]:link,.coderTextYellow[data-v-a8c5388c]:link,.coderTextViolet[data-v-a8c5388c]:link,.coderTextBlue[data-v-a8c5388c]:link,.coderTextGreen[data-v-a8c5388c]:link,.coderTextGray[data-v-a8c5388c]:link,.coderTextOrange[data-v-a8c5388c]:link,.coderTextWhite[data-v-a8c5388c]:link,.coderTextBlack[data-v-a8c5388c]:link,.coderTextRed[data-v-a8c5388c]:visited,.coderTextYellow[data-v-a8c5388c]:visited,.coderTextViolet[data-v-a8c5388c]:visited,.coderTextBlue[data-v-a8c5388c]:visited,.coderTextGreen[data-v-a8c5388c]:visited,.coderTextGray[data-v-a8c5388c]:visited,.coderTextOrange[data-v-a8c5388c]:visited,.coderTextWhite[data-v-a8c5388c]:visited,.coderTextBlack[data-v-a8c5388c]:visited{text-decoration:none}.coderTextRed[data-v-a8c5388c]:hover,.coderTextYellow[data-v-a8c5388c]:hover,.coderTextViolet[data-v-a8c5388c]:hover,.coderTextBlue[data-v-a8c5388c]:hover,.coderTextGreen[data-v-a8c5388c]:hover,.coderTextGray[data-v-a8c5388c]:hover,.coderTextOrange[data-v-a8c5388c]:hover,.coderTextWhite[data-v-a8c5388c]:hover,.coderTextBlack[data-v-a8c5388c]:hover,.coderTextRed[data-v-a8c5388c]:active,.coderTextYellow[data-v-a8c5388c]:active,.coderTextViolet[data-v-a8c5388c]:active,.coderTextBlue[data-v-a8c5388c]:active,.coderTextGreen[data-v-a8c5388c]:active,.coderTextGray[data-v-a8c5388c]:active,.coderTextOrange[data-v-a8c5388c]:active,.coderTextWhite[data-v-a8c5388c]:active,.coderTextBlack[data-v-a8c5388c]:active{text-decoration:underline}.coderTextOrange[data-v-a8c5388c],.coderTextOrange[data-v-a8c5388c]:link,.coderTextOrange[data-v-a8c5388c]:visited,.coderTextOrange[data-v-a8c5388c]:hover,.coderTextOrange[data-v-a8c5388c]:active{color:#f90}.coderTextRed[data-v-a8c5388c],.coderTextRed[data-v-a8c5388c]:link,.coderTextRed[data-v-a8c5388c]:visited,.coderTextRed[data-v-a8c5388c]:hover,.coderTextRed[data-v-a8c5388c]:active{color:#e00}.coderTextYellow[data-v-a8c5388c],.coderTextYellow[data-v-a8c5388c]:link,.coderTextYellow[data-v-a8c5388c]:visited,.coderTextYellow[data-v-a8c5388c]:hover,.coderTextYellow[data-v-a8c5388c]:active{color:#dc0}.coderTextViolet[data-v-a8c5388c],.coderTextViolet[data-v-a8c5388c]:link,.coderTextViolet[data-v-a8c5388c]:visited,.coderTextViolet[data-v-a8c5388c]:hover,.coderTextViolet[data-v-a8c5388c]:active{color:#a0a}.coderTextBlue[data-v-a8c5388c],.coderTextBlue[data-v-a8c5388c]:link,.coderTextBlue[data-v-a8c5388c]:visited,.coderTextBlue[data-v-a8c5388c]:hover,.coderTextBlue[data-v-a8c5388c]:active{color:#66f}.coderTextGreen[data-v-a8c5388c],.coderTextGreen[data-v-a8c5388c]:link,.coderTextGreen[data-v-a8c5388c]:visited,.coderTextGreen[data-v-a8c5388c]:hover,.coderTextGreen[data-v-a8c5388c]:active{color:#00a900}.coderTextGray[data-v-a8c5388c],.coderTextGray[data-v-a8c5388c]:link,.coderTextGray[data-v-a8c5388c]:visited,.coderTextGray[data-v-a8c5388c]:hover,.coderTextGray[data-v-a8c5388c]:active{color:#999}.coderTextWhite[data-v-a8c5388c],.coderTextWhite[data-v-a8c5388c]:link,.coderTextWhite[data-v-a8c5388c]:visited,.coderTextWhite[data-v-a8c5388c]:hover,.coderTextWhite[data-v-a8c5388c]:active{color:#fff}.coderTextBlack[data-v-a8c5388c],.coderTextBlack[data-v-a8c5388c]:link,.coderTextBlack[data-v-a8c5388c]:visited,.coderTextBlack[data-v-a8c5388c]:hover,.coderTextBlack[data-v-a8c5388c]:active{color:#000}s[data-v-a8c5388c]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-a8c5388c]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-a8c5388c]{text-align:justify}a[data-v-a8c5388c]{color:#004080}td.topmenu a[data-v-a8c5388c]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-a8c5388c]:hover{color:silver}td.topmenu[data-v-a8c5388c]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-a8c5388c]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-a8c5388c]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-a8c5388c]:hover{color:silver}td.menuleft[data-v-a8c5388c]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-a8c5388c]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-a8c5388c]{height:25px;width:190px}td.newsselectcontainer form[data-v-a8c5388c]{margin:0}td.newsselectcontainer select[data-v-a8c5388c]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-a8c5388c]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-a8c5388c]{border:1px solid #004080}.memorial[data-v-a8c5388c]{padding:0 8px;border:2px solid #000000}.menu[data-v-a8c5388c]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-a8c5388c]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-a8c5388c]{width:15em}.menu ul li[data-v-a8c5388c]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-a8c5388c]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-a8c5388c],.menu a[data-v-a8c5388c]: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-a8c5388c],.menu ul ul a[data-v-a8c5388c]: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-a8c5388c],.menu ul table ul a[data-v-a8c5388c]:visited{width:14em;width:12em}.menu table[data-v-a8c5388c]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-a8c5388c]{left:-1px}.menu ul ul table ul.left[data-v-a8c5388c]{margin-left:2px}.menu li[data-v-a8c5388c]:hover,* html .menu a[data-v-a8c5388c]:hover{position:relative}.menu ul ul ul a[data-v-a8c5388c],.menu ul ul ul a[data-v-a8c5388c]:visited,.menu ul ul ul ul a[data-v-a8c5388c],.menu ul ul ul ul a[data-v-a8c5388c]:visited,.menu ul :hover a.sub1[data-v-a8c5388c],.menu ul ul :hover a.sub2[data-v-a8c5388c]{background:#004080}.menu a[data-v-a8c5388c]:hover{color:silver;background:#014181}.menu :hover>a[data-v-a8c5388c]{color:silver;background:#014181}.menu ul ul a[data-v-a8c5388c]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-a8c5388c]{color:silver;background:#014181}.menu ul ul ul a[data-v-a8c5388c]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-a8c5388c]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-a8c5388c]:hover{color:silver;background:#014181}.menu ul ul[data-v-a8c5388c]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-a8c5388c]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-a8c5388c]{left:-14em}.menu ul li:hover ul[data-v-a8c5388c],.menu ul a:hover ul[data-v-a8c5388c]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-a8c5388c],.menu ul :hover ul :hover ul ul[data-v-a8c5388c]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-a8c5388c],.menu ul :hover ul :hover ul :hover ul[data-v-a8c5388c]{visibility:visible}.lmenu[data-v-a8c5388c]{height:150px;font-size:90%}.lmenu ul[data-v-a8c5388c]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-a8c5388c]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-a8c5388c]{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-a8c5388c]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-a8c5388c],.lmenu a[data-v-a8c5388c]: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-a8c5388c],* html .menu a[data-v-a8c5388c]:visited{width:150em;width:14.9em}* html .lmenu a[data-v-a8c5388c]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-a8c5388c]:hover{position:relative}.lmenu a[data-v-a8c5388c]:active,.lmenu a[data-v-a8c5388c]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-a8c5388c]{color:silver;background:#014181}.lmenu li ul[data-v-a8c5388c]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-a8c5388c]{visibility:visible}.lmenu ul a:hover ul ul[data-v-a8c5388c],.lmenu ul a:hover ul a:hover ul ul[data-v-a8c5388c],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-a8c5388c]{visibility:hidden}.lmenu ul a:hover ul[data-v-a8c5388c],.lmenu ul a:hover ul a:hover ul[data-v-a8c5388c],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-a8c5388c],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-a8c5388c]{visibility:visible}table.standings[data-v-49b9fc34]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-49b9fc34]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-49b9fc34]{border:0!important}table[data-v-49b9fc34]{border-collapse:separate!important}td[data-v-49b9fc34]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-49b9fc34]{background-color:#eee}tr.team[data-v-49b9fc34]{height:2.5em}.hover[data-v-49b9fc34]{cursor:pointer}td.stnd[data-v-49b9fc34]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-49b9fc34]{border-color:#fff}td.stndact[data-v-49b9fc34]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-49b9fc34]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-49b9fc34]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-49b9fc34]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-49b9fc34]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-49b9fc34]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-49b9fc34]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-49b9fc34]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-49b9fc34]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-49b9fc34]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-49b9fc34]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-49b9fc34]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-49b9fc34]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-49b9fc34]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-49b9fc34]{color:#fff}th.success[data-v-49b9fc34]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-49b9fc34],td.title[data-v-49b9fc34]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-49b9fc34]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-49b9fc34]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-49b9fc34]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-49b9fc34]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-49b9fc34]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-49b9fc34]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-49b9fc34]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-49b9fc34]{background-color:#004080}tr.solver[data-v-49b9fc34]{background-color:#f0c0a0}tr.statistics-0[data-v-49b9fc34]{background-color:#95de64}tr.statistics-1[data-v-49b9fc34]{background-color:#b7eb8f}td.o00[data-v-49b9fc34]{background-color:#004080}td.stand00[data-v-49b9fc34]{background-color:#e0e0ff}td.stand01[data-v-49b9fc34]{background-color:#e8e8ff}td.stand10[data-v-49b9fc34]{background-color:#f8f8f8}td.stand11[data-v-49b9fc34]{background-color:#f2f2f2}tr.filter-team[data-v-49b9fc34]{background-color:#ffffe0}tr.cfres01[data-v-49b9fc34]{background-color:#ffffb0}table.matches[data-v-49b9fc34]{table-layout:fixed}td.match[data-v-49b9fc34]{height:6em;width:2em}.coderTextRed[data-v-49b9fc34],.coderTextYellow[data-v-49b9fc34],.coderTextViolet[data-v-49b9fc34],.coderTextBlue[data-v-49b9fc34],.coderTextGreen[data-v-49b9fc34],.coderTextGray[data-v-49b9fc34],.coderTextOrange[data-v-49b9fc34]{font-weight:700;background-color:transparent}.coderTextRed[data-v-49b9fc34]:link,.coderTextYellow[data-v-49b9fc34]:link,.coderTextViolet[data-v-49b9fc34]:link,.coderTextBlue[data-v-49b9fc34]:link,.coderTextGreen[data-v-49b9fc34]:link,.coderTextGray[data-v-49b9fc34]:link,.coderTextOrange[data-v-49b9fc34]:link,.coderTextWhite[data-v-49b9fc34]:link,.coderTextBlack[data-v-49b9fc34]:link,.coderTextRed[data-v-49b9fc34]:visited,.coderTextYellow[data-v-49b9fc34]:visited,.coderTextViolet[data-v-49b9fc34]:visited,.coderTextBlue[data-v-49b9fc34]:visited,.coderTextGreen[data-v-49b9fc34]:visited,.coderTextGray[data-v-49b9fc34]:visited,.coderTextOrange[data-v-49b9fc34]:visited,.coderTextWhite[data-v-49b9fc34]:visited,.coderTextBlack[data-v-49b9fc34]:visited{text-decoration:none}.coderTextRed[data-v-49b9fc34]:hover,.coderTextYellow[data-v-49b9fc34]:hover,.coderTextViolet[data-v-49b9fc34]:hover,.coderTextBlue[data-v-49b9fc34]:hover,.coderTextGreen[data-v-49b9fc34]:hover,.coderTextGray[data-v-49b9fc34]:hover,.coderTextOrange[data-v-49b9fc34]:hover,.coderTextWhite[data-v-49b9fc34]:hover,.coderTextBlack[data-v-49b9fc34]:hover,.coderTextRed[data-v-49b9fc34]:active,.coderTextYellow[data-v-49b9fc34]:active,.coderTextViolet[data-v-49b9fc34]:active,.coderTextBlue[data-v-49b9fc34]:active,.coderTextGreen[data-v-49b9fc34]:active,.coderTextGray[data-v-49b9fc34]:active,.coderTextOrange[data-v-49b9fc34]:active,.coderTextWhite[data-v-49b9fc34]:active,.coderTextBlack[data-v-49b9fc34]:active{text-decoration:underline}.coderTextOrange[data-v-49b9fc34],.coderTextOrange[data-v-49b9fc34]:link,.coderTextOrange[data-v-49b9fc34]:visited,.coderTextOrange[data-v-49b9fc34]:hover,.coderTextOrange[data-v-49b9fc34]:active{color:#f90}.coderTextRed[data-v-49b9fc34],.coderTextRed[data-v-49b9fc34]:link,.coderTextRed[data-v-49b9fc34]:visited,.coderTextRed[data-v-49b9fc34]:hover,.coderTextRed[data-v-49b9fc34]:active{color:#e00}.coderTextYellow[data-v-49b9fc34],.coderTextYellow[data-v-49b9fc34]:link,.coderTextYellow[data-v-49b9fc34]:visited,.coderTextYellow[data-v-49b9fc34]:hover,.coderTextYellow[data-v-49b9fc34]:active{color:#dc0}.coderTextViolet[data-v-49b9fc34],.coderTextViolet[data-v-49b9fc34]:link,.coderTextViolet[data-v-49b9fc34]:visited,.coderTextViolet[data-v-49b9fc34]:hover,.coderTextViolet[data-v-49b9fc34]:active{color:#a0a}.coderTextBlue[data-v-49b9fc34],.coderTextBlue[data-v-49b9fc34]:link,.coderTextBlue[data-v-49b9fc34]:visited,.coderTextBlue[data-v-49b9fc34]:hover,.coderTextBlue[data-v-49b9fc34]:active{color:#66f}.coderTextGreen[data-v-49b9fc34],.coderTextGreen[data-v-49b9fc34]:link,.coderTextGreen[data-v-49b9fc34]:visited,.coderTextGreen[data-v-49b9fc34]:hover,.coderTextGreen[data-v-49b9fc34]:active{color:#00a900}.coderTextGray[data-v-49b9fc34],.coderTextGray[data-v-49b9fc34]:link,.coderTextGray[data-v-49b9fc34]:visited,.coderTextGray[data-v-49b9fc34]:hover,.coderTextGray[data-v-49b9fc34]:active{color:#999}.coderTextWhite[data-v-49b9fc34],.coderTextWhite[data-v-49b9fc34]:link,.coderTextWhite[data-v-49b9fc34]:visited,.coderTextWhite[data-v-49b9fc34]:hover,.coderTextWhite[data-v-49b9fc34]:active{color:#fff}.coderTextBlack[data-v-49b9fc34],.coderTextBlack[data-v-49b9fc34]:link,.coderTextBlack[data-v-49b9fc34]:visited,.coderTextBlack[data-v-49b9fc34]:hover,.coderTextBlack[data-v-49b9fc34]:active{color:#000}s[data-v-49b9fc34]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-49b9fc34]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-49b9fc34]{text-align:justify}a[data-v-49b9fc34]{color:#004080}td.topmenu a[data-v-49b9fc34]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-49b9fc34]:hover{color:silver}td.topmenu[data-v-49b9fc34]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-49b9fc34]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-49b9fc34]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-49b9fc34]:hover{color:silver}td.menuleft[data-v-49b9fc34]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-49b9fc34]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-49b9fc34]{height:25px;width:190px}td.newsselectcontainer form[data-v-49b9fc34]{margin:0}td.newsselectcontainer select[data-v-49b9fc34]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-49b9fc34]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-49b9fc34]{border:1px solid #004080}.memorial[data-v-49b9fc34]{padding:0 8px;border:2px solid #000000}.menu[data-v-49b9fc34]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-49b9fc34]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-49b9fc34]{width:15em}.menu ul li[data-v-49b9fc34]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-49b9fc34]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-49b9fc34],.menu a[data-v-49b9fc34]: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-49b9fc34],.menu ul ul a[data-v-49b9fc34]: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-49b9fc34],.menu ul table ul a[data-v-49b9fc34]:visited{width:14em;width:12em}.menu table[data-v-49b9fc34]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-49b9fc34]{left:-1px}.menu ul ul table ul.left[data-v-49b9fc34]{margin-left:2px}.menu li[data-v-49b9fc34]:hover,* html .menu a[data-v-49b9fc34]:hover{position:relative}.menu ul ul ul a[data-v-49b9fc34],.menu ul ul ul a[data-v-49b9fc34]:visited,.menu ul ul ul ul a[data-v-49b9fc34],.menu ul ul ul ul a[data-v-49b9fc34]:visited,.menu ul :hover a.sub1[data-v-49b9fc34],.menu ul ul :hover a.sub2[data-v-49b9fc34]{background:#004080}.menu a[data-v-49b9fc34]:hover{color:silver;background:#014181}.menu :hover>a[data-v-49b9fc34]{color:silver;background:#014181}.menu ul ul a[data-v-49b9fc34]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-49b9fc34]{color:silver;background:#014181}.menu ul ul ul a[data-v-49b9fc34]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-49b9fc34]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-49b9fc34]:hover{color:silver;background:#014181}.menu ul ul[data-v-49b9fc34]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-49b9fc34]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-49b9fc34]{left:-14em}.menu ul li:hover ul[data-v-49b9fc34],.menu ul a:hover ul[data-v-49b9fc34]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-49b9fc34],.menu ul :hover ul :hover ul ul[data-v-49b9fc34]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-49b9fc34],.menu ul :hover ul :hover ul :hover ul[data-v-49b9fc34]{visibility:visible}.lmenu[data-v-49b9fc34]{height:150px;font-size:90%}.lmenu ul[data-v-49b9fc34]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-49b9fc34]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-49b9fc34]{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-49b9fc34]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-49b9fc34],.lmenu a[data-v-49b9fc34]: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-49b9fc34],* html .menu a[data-v-49b9fc34]:visited{width:150em;width:14.9em}* html .lmenu a[data-v-49b9fc34]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-49b9fc34]:hover{position:relative}.lmenu a[data-v-49b9fc34]:active,.lmenu a[data-v-49b9fc34]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-49b9fc34]{color:silver;background:#014181}.lmenu li ul[data-v-49b9fc34]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-49b9fc34]{visibility:visible}.lmenu ul a:hover ul ul[data-v-49b9fc34],.lmenu ul a:hover ul a:hover ul ul[data-v-49b9fc34],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-49b9fc34]{visibility:hidden}.lmenu ul a:hover ul[data-v-49b9fc34],.lmenu ul a:hover ul a:hover ul[data-v-49b9fc34],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-49b9fc34],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-49b9fc34]{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-54297ce8]{text-align:center;border:none;margin:0;padding:0}.loading[data-v-54297ce8]{display:flex;align-items:center;justify-content:center;height:80vh}img[data-v-54297ce8]{border:0!important}table[data-v-54297ce8]{border-collapse:separate!important}td[data-v-54297ce8]{box-sizing:content-box!important;padding:1px!important}tr.head[data-v-54297ce8]{background-color:#eee}tr.team[data-v-54297ce8]{height:2.5em}.hover[data-v-54297ce8]{cursor:pointer}td.stnd[data-v-54297ce8]{font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}.dark td.stnd[data-v-54297ce8]{border-color:#fff}td.stndact[data-v-54297ce8]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.frost[data-v-54297ce8]{background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.gold[data-v-54297ce8]{background-color:#fff566;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.goldact[data-v-54297ce8]{color:#00f;background-color:#fea;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.silver[data-v-54297ce8]{background-color:#ffadd2;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.silveract[data-v-54297ce8]{color:#00f;background-color:#aaa;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.bronze[data-v-54297ce8]{background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.bronzeact[data-v-54297ce8]{color:#00f;background-color:#f0c0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.unofficial[data-v-54297ce8]{background-color:#fff;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.honorable[data-v-54297ce8]{background-color:#e6f7ff;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.first-solve[data-v-54297ce8]{background-color:#3db03d;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.incorrect[data-v-54297ce8]{background-color:#ffd0d0;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.correct[data-v-54297ce8]{background-color:#e1ffb5;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.unattempted[data-v-54297ce8]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}.dark td.unattempted[data-v-54297ce8]{color:#fff}th.success[data-v-54297ce8]{background-color:#a0f0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.title[data-v-54297ce8],td.title[data-v-54297ce8]{background-color:#f5f5d5;font-size:12px;border-width:0px;border-color:#000;margin:1px}th.tried[data-v-54297ce8]{background-color:#ffa0a0;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.pending[data-v-54297ce8]{background-color:#c8d6fa;font-size:12px;border-width:0px;border-color:#000;margin:1px;font-weight:700}td.upsolved[data-v-54297ce8]{font-size:12px;border-width:0px;border-color:#000;margin:1px;color:red}td.virtual[data-v-54297ce8]{color:#00f;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.alive[data-v-54297ce8]{color:red;font-size:12px;border-width:0px;border-color:#000;margin:1px}td.empty[data-v-54297ce8]{background-color:var(--global-background);font-size:12px;border-width:0px;border-color:#000;margin:1px}th.stnd[data-v-54297ce8]{font-size:12px;border-width:0px;border-color:#000;margin:1px}td.o01[data-v-54297ce8]{background-color:#004080}tr.solver[data-v-54297ce8]{background-color:#f0c0a0}tr.statistics-0[data-v-54297ce8]{background-color:#95de64}tr.statistics-1[data-v-54297ce8]{background-color:#b7eb8f}td.o00[data-v-54297ce8]{background-color:#004080}td.stand00[data-v-54297ce8]{background-color:#e0e0ff}td.stand01[data-v-54297ce8]{background-color:#e8e8ff}td.stand10[data-v-54297ce8]{background-color:#f8f8f8}td.stand11[data-v-54297ce8]{background-color:#f2f2f2}tr.filter-team[data-v-54297ce8]{background-color:#ffffe0}tr.cfres01[data-v-54297ce8]{background-color:#ffffb0}table.matches[data-v-54297ce8]{table-layout:fixed}td.match[data-v-54297ce8]{height:6em;width:2em}.coderTextRed[data-v-54297ce8],.coderTextYellow[data-v-54297ce8],.coderTextViolet[data-v-54297ce8],.coderTextBlue[data-v-54297ce8],.coderTextGreen[data-v-54297ce8],.coderTextGray[data-v-54297ce8],.coderTextOrange[data-v-54297ce8]{font-weight:700;background-color:transparent}.coderTextRed[data-v-54297ce8]:link,.coderTextYellow[data-v-54297ce8]:link,.coderTextViolet[data-v-54297ce8]:link,.coderTextBlue[data-v-54297ce8]:link,.coderTextGreen[data-v-54297ce8]:link,.coderTextGray[data-v-54297ce8]:link,.coderTextOrange[data-v-54297ce8]:link,.coderTextWhite[data-v-54297ce8]:link,.coderTextBlack[data-v-54297ce8]:link,.coderTextRed[data-v-54297ce8]:visited,.coderTextYellow[data-v-54297ce8]:visited,.coderTextViolet[data-v-54297ce8]:visited,.coderTextBlue[data-v-54297ce8]:visited,.coderTextGreen[data-v-54297ce8]:visited,.coderTextGray[data-v-54297ce8]:visited,.coderTextOrange[data-v-54297ce8]:visited,.coderTextWhite[data-v-54297ce8]:visited,.coderTextBlack[data-v-54297ce8]:visited{text-decoration:none}.coderTextRed[data-v-54297ce8]:hover,.coderTextYellow[data-v-54297ce8]:hover,.coderTextViolet[data-v-54297ce8]:hover,.coderTextBlue[data-v-54297ce8]:hover,.coderTextGreen[data-v-54297ce8]:hover,.coderTextGray[data-v-54297ce8]:hover,.coderTextOrange[data-v-54297ce8]:hover,.coderTextWhite[data-v-54297ce8]:hover,.coderTextBlack[data-v-54297ce8]:hover,.coderTextRed[data-v-54297ce8]:active,.coderTextYellow[data-v-54297ce8]:active,.coderTextViolet[data-v-54297ce8]:active,.coderTextBlue[data-v-54297ce8]:active,.coderTextGreen[data-v-54297ce8]:active,.coderTextGray[data-v-54297ce8]:active,.coderTextOrange[data-v-54297ce8]:active,.coderTextWhite[data-v-54297ce8]:active,.coderTextBlack[data-v-54297ce8]:active{text-decoration:underline}.coderTextOrange[data-v-54297ce8],.coderTextOrange[data-v-54297ce8]:link,.coderTextOrange[data-v-54297ce8]:visited,.coderTextOrange[data-v-54297ce8]:hover,.coderTextOrange[data-v-54297ce8]:active{color:#f90}.coderTextRed[data-v-54297ce8],.coderTextRed[data-v-54297ce8]:link,.coderTextRed[data-v-54297ce8]:visited,.coderTextRed[data-v-54297ce8]:hover,.coderTextRed[data-v-54297ce8]:active{color:#e00}.coderTextYellow[data-v-54297ce8],.coderTextYellow[data-v-54297ce8]:link,.coderTextYellow[data-v-54297ce8]:visited,.coderTextYellow[data-v-54297ce8]:hover,.coderTextYellow[data-v-54297ce8]:active{color:#dc0}.coderTextViolet[data-v-54297ce8],.coderTextViolet[data-v-54297ce8]:link,.coderTextViolet[data-v-54297ce8]:visited,.coderTextViolet[data-v-54297ce8]:hover,.coderTextViolet[data-v-54297ce8]:active{color:#a0a}.coderTextBlue[data-v-54297ce8],.coderTextBlue[data-v-54297ce8]:link,.coderTextBlue[data-v-54297ce8]:visited,.coderTextBlue[data-v-54297ce8]:hover,.coderTextBlue[data-v-54297ce8]:active{color:#66f}.coderTextGreen[data-v-54297ce8],.coderTextGreen[data-v-54297ce8]:link,.coderTextGreen[data-v-54297ce8]:visited,.coderTextGreen[data-v-54297ce8]:hover,.coderTextGreen[data-v-54297ce8]:active{color:#00a900}.coderTextGray[data-v-54297ce8],.coderTextGray[data-v-54297ce8]:link,.coderTextGray[data-v-54297ce8]:visited,.coderTextGray[data-v-54297ce8]:hover,.coderTextGray[data-v-54297ce8]:active{color:#999}.coderTextWhite[data-v-54297ce8],.coderTextWhite[data-v-54297ce8]:link,.coderTextWhite[data-v-54297ce8]:visited,.coderTextWhite[data-v-54297ce8]:hover,.coderTextWhite[data-v-54297ce8]:active{color:#fff}.coderTextBlack[data-v-54297ce8],.coderTextBlack[data-v-54297ce8]:link,.coderTextBlack[data-v-54297ce8]:visited,.coderTextBlack[data-v-54297ce8]:hover,.coderTextBlack[data-v-54297ce8]:active{color:#000}s[data-v-54297ce8]{font-size:10px;font-style:normal;font-weight:700;text-decoration:none}.announce[data-v-54297ce8]{padding:0 8px;float:right;width:50%;border:1px solid #004080;margin-left:8px}p.nmessage[data-v-54297ce8]{text-align:justify}a[data-v-54297ce8]{color:#004080}td.topmenu a[data-v-54297ce8]{color:#fff;text-decoration:none;cursor:hand}td.topmenu a[data-v-54297ce8]:hover{color:silver}td.topmenu[data-v-54297ce8]{text-align:center;font-weight:700;font-style:oblique}td.topmenu div[data-v-54297ce8]{background-color:#004080;height:25px;padding-top:2px}td.menuleft a[data-v-54297ce8]{color:#fff;text-decoration:none;cursor:hand}td.menuleft a[data-v-54297ce8]:hover{color:silver}td.menuleft[data-v-54297ce8]{font-weight:700;font-size:16px;color:#640d00;font-style:oblique;text-align:left}td.menuleft div[data-v-54297ce8]{padding:4px 8px;white-space:nowrap;background-color:#004080;text-align:center}td.newsselectcontainer[data-v-54297ce8]{height:25px;width:190px}td.newsselectcontainer form[data-v-54297ce8]{margin:0}td.newsselectcontainer select[data-v-54297ce8]{background-color:#004080;color:#fff;width:140px;font-style:oblique;font-weight:700}.newsselectbtn[data-v-54297ce8]{background-color:#004080;color:#fff;width:42px;height:23px;font-weight:700}.menuleftblock[data-v-54297ce8]{border:1px solid #004080}.memorial[data-v-54297ce8]{padding:0 8px;border:2px solid #000000}.menu[data-v-54297ce8]{z-index:1000;font-size:1em;height:2em}.menu ul[data-v-54297ce8]{padding:0;margin:0;list-style-type:none;height:2em;background:#004080}.menu ul ul[data-v-54297ce8]{width:15em}.menu ul li[data-v-54297ce8]{float:left;height:2em;line-height:2em}.menu ul ul li[data-v-54297ce8]{display:block;width:12em;height:auto;position:relative;line-height:1em}.menu a[data-v-54297ce8],.menu a[data-v-54297ce8]: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-54297ce8],.menu ul ul a[data-v-54297ce8]: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-54297ce8],.menu ul table ul a[data-v-54297ce8]:visited{width:14em;width:12em}.menu table[data-v-54297ce8]{position:absolute;left:0;top:0;font-size:1em;z-index:-1}.menu ul ul table[data-v-54297ce8]{left:-1px}.menu ul ul table ul.left[data-v-54297ce8]{margin-left:2px}.menu li[data-v-54297ce8]:hover,* html .menu a[data-v-54297ce8]:hover{position:relative}.menu ul ul ul a[data-v-54297ce8],.menu ul ul ul a[data-v-54297ce8]:visited,.menu ul ul ul ul a[data-v-54297ce8],.menu ul ul ul ul a[data-v-54297ce8]:visited,.menu ul :hover a.sub1[data-v-54297ce8],.menu ul ul :hover a.sub2[data-v-54297ce8]{background:#004080}.menu a[data-v-54297ce8]:hover{color:silver;background:#014181}.menu :hover>a[data-v-54297ce8]{color:silver;background:#014181}.menu ul ul a[data-v-54297ce8]:hover{color:silver;background:#014181}.menu ul ul :hover>a[data-v-54297ce8]{color:silver;background:#014181}.menu ul ul ul a[data-v-54297ce8]:hover{color:silver;background:#014181}.menu ul ul ul :hover>a[data-v-54297ce8]{color:silver;background:#014181}.menu ul ul ul ul a[data-v-54297ce8]:hover{color:silver;background:#014181}.menu ul ul[data-v-54297ce8]{visibility:hidden;position:absolute;height:0;top:2em;left:0;width:14em}.menu ul ul ul[data-v-54297ce8]{left:14em;top:0;width:14em}.menu ul ul ul.left[data-v-54297ce8]{left:-14em}.menu ul li:hover ul[data-v-54297ce8],.menu ul a:hover ul[data-v-54297ce8]{visibility:visible;height:auto;padding-bottom:3em}.menu ul :hover ul ul[data-v-54297ce8],.menu ul :hover ul :hover ul ul[data-v-54297ce8]{visibility:hidden}.menu ul :hover ul :hover ul[data-v-54297ce8],.menu ul :hover ul :hover ul :hover ul[data-v-54297ce8]{visibility:visible}.lmenu[data-v-54297ce8]{height:150px;font-size:90%}.lmenu ul[data-v-54297ce8]{position:relative;z-index:500;padding:0;margin:0;list-style-type:none;width:15em}.lmenu li[data-v-54297ce8]{color:#fff;height:2.6em;text-align:center;font-weight:700;font-style:oblique;float:left}.lmenu li div[data-v-54297ce8]{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-54297ce8]{position:absolute;border-collapse:collapse;top:0;left:0;z-index:100;font-size:1em}.lmenu a[data-v-54297ce8],.lmenu a[data-v-54297ce8]: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-54297ce8],* html .menu a[data-v-54297ce8]:visited{width:150em;width:14.9em}* html .lmenu a[data-v-54297ce8]:hover{color:silver;background:#014181;position:relative}.lmenu li[data-v-54297ce8]:hover{position:relative}.lmenu a[data-v-54297ce8]:active,.lmenu a[data-v-54297ce8]:focus{color:silver;background:#004080}.lmenu li:hover>a[data-v-54297ce8]{color:silver;background:#014181}.lmenu li ul[data-v-54297ce8]{visibility:hidden;position:absolute;top:-3em;left:10em;padding:3em}.lmenu li:hover>ul[data-v-54297ce8]{visibility:visible}.lmenu ul a:hover ul ul[data-v-54297ce8],.lmenu ul a:hover ul a:hover ul ul[data-v-54297ce8],.lmenu ul a:hover ul a:hover ul a:hover ul ul[data-v-54297ce8]{visibility:hidden}.lmenu ul a:hover ul[data-v-54297ce8],.lmenu ul a:hover ul a:hover ul[data-v-54297ce8],.lmenu ul a:hover ul a:hover ul a:hover ul[data-v-54297ce8],.lmenu ul a:hover ul a:hover ul a:hover ul a:hover ul[data-v-54297ce8]{visibility:visible}.title[data-v-c57a986a]{--scroll-bar: 0;font-variant:tabular-nums;line-height:1.5715;box-sizing:border-box;position:relative;overflow:hidden;text-align:center}