:root{--primary-color: #23264E;--secondary-color: #353970;--accent-color: #3366cc;--danger-color: #cc3333;--success-color: #26421e;--accent-gold: #c9ac23;--accent-gold-dark: #b89d20;--text-light: #ffffff;--text-dark: #2a2a2a;--dark: #2a2a2a;--gray: #777;--background-light: #f9f9f9;--background-gray: #cacaca;--font-size-base: 16px;--font-size-heading: 28px;--font-size-subheading: 20px;--padding-base: 12px;--padding-large: 24px;--margin-base: 16px;--border-radius: 8px;--box-shadow: 0 4px 12px rgba(0, 0, 0, .15);--z-navbar: 1000;--z-overlay: 1100}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--text-dark);background-color:#f3f3f3;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--topbar-h: 30px;--nav-h: 150px}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}html,body,#root{height:100%}body{margin:0;min-width:320px;min-height:100vh}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1 1 auto;min-height:0}html,body{min-height:100%;overflow-y:auto}#root,.app-shell,.app-main{overflow:visible!important;transform:none!important;filter:none!important;perspective:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;contain:initial!important}.lowbar{position:relative;margin-top:auto;flex-shrink:0}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--accent-gold: #c9ac23;--accent-gold-dark: #b89d20;--gold-separator: #8f7a18;--navbar-pad: 16px;--menu-pad: var(--navbar-pad)}.nav-toggle,.mobile-dismiss,.dropdown-title,.dropdown-item{border:none!important;outline:none;box-shadow:none}.top-bar{position:relative;height:33px;z-index:3000;background:#4a4a4a;color:#fff;display:flex;align-items:center;font-size:14px}.top-bar .center{display:flex;margin:auto;gap:18px;align-items:center}.top-bar a{color:#fff;text-decoration:none;padding:5px 8px;display:flex;align-items:center;gap:6px}.top-bar a:hover{text-decoration:underline}.top-bar img{width:15px;height:auto;vertical-align:text-bottom}.top-bar .right{margin-left:auto;padding-right:12px}.navbar{position:relative;background:var(--primary-color)}.navbar-inner{max-width:1120px;margin:0 auto;height:100%;padding:10px var(--navbar-pad);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;box-sizing:border-box;position:relative}.navbar:after{content:none}.logo{display:block}.logo img{width:125px;height:auto;display:block;position:relative;z-index:1}@media (max-width: 1279px){.top-bar{display:none}.navbar{overflow:hidden}}.brand-title-mobile{display:none}.navcol{min-width:0;display:flex;flex-direction:column;gap:18px;position:relative;justify-content:center}.brand-title{color:#fff;font-weight:800;font-size:40px;line-height:1.1;letter-spacing:.02em;white-space:nowrap}.navcats{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:22px;flex-wrap:wrap;min-height:44px}.dropdown-wrap{position:relative}.dropdown-title{display:flex;align-items:center;gap:6px;background:transparent;color:#fff;font-weight:600;font-size:18px;cursor:pointer;padding:8px 10px;border-radius:6px;transition:background-color .2s ease,color .2s ease}.dropdown-title.has-children:after{content:"";display:inline-block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #fff;margin-left:2px;transition:transform .2s ease,border-top-color .2s ease}.dropdown-menu{position:absolute;top:100%;left:0;min-width:220px;background:var(--accent-gold);border-radius:8px;box-shadow:0 8px 18px #0000002e;padding:8px;z-index:1200;opacity:0;visibility:hidden;transform:translateY(6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s}.dropdown-item{display:block;text-decoration:none;color:#fff;padding:10px 12px;border-radius:6px;transition:background-color .15s ease,color .15s ease}.dropdown-item:hover{background:var(--primary-color);color:#fff}.nav-right{display:flex;align-items:center;gap:12px;margin-left:auto}.nav-right a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#fff;text-decoration:none;transition:background-color .2s ease,transform .15s ease}.nav-right a:hover{background:#ffffff40;transform:translateY(-1px)}.nav-right img{width:18px;height:auto}.nav-toggle{display:none;width:34px;height:34px;padding:0;border:none;background:transparent;border-radius:8px;cursor:pointer;align-items:center;justify-content:center}.nav-toggle .nav-toggle-bars{display:block;width:20px;height:2px;background:#fff;position:relative}.nav-toggle .nav-toggle-bars:before,.nav-toggle .nav-toggle-bars:after{content:"";position:absolute;left:0;width:20px;height:2px;background:#fff}.nav-toggle .nav-toggle-bars:before{top:-6px}.nav-toggle .nav-toggle-bars:after{top:6px}@media (min-width: 1280px){.navbar-inner{min-height:150px}.mobile-menu-bar,.nav-toggle{display:none}.logo{grid-column:1;grid-row:1}.navcol{grid-column:2;grid-row:1;margin-left:40px;justify-content:center}.nav-right{grid-column:3;grid-row:1;justify-self:end;align-self:center;margin-left:0}.dropdown-wrap:hover .dropdown-menu,.dropdown-menu:hover{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.dropdown-wrap:hover>.dropdown-title{background:var(--accent-gold);color:#fff}.dropdown-wrap:hover .dropdown-title.has-children:after{transform:translateY(1px) rotate(180deg);border-top-color:#fff}}@media (max-width: 1279px){.dropdown-title,.dropdown-title:focus,.dropdown-title:focus-visible,.dropdown-title:active{outline:none!important;outline-offset:0!important;box-shadow:none!important;border:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.dropdown-title::-moz-focus-inner{border:0!important;padding:0!important}.dropdown-title,.mobile-dismiss,.mobile-socials a,.nav-right .nav-toggle{-webkit-tap-highlight-color:transparent}}@media (min-width: 440px) and (max-width: 1279px){.brand-title-mobile{display:inline-block;font-size:30px;font-weight:800;color:#fff;line-height:1.1;margin-left:10px;white-space:nowrap;grid-column:2;grid-row:1}.navbar-inner{grid-template-columns:auto auto 1fr auto;grid-template-rows:auto auto;gap:12px;padding:12px var(--navbar-pad);align-items:center}.logo{grid-column:1;grid-row:1}.brand-title-mobile{display:inline-block!important;font-size:30px;font-weight:800;color:#fff;line-height:1.1;margin-left:10px;white-space:nowrap;grid-column:2;grid-row:1}.brand-title{display:none}.nav-right{grid-column:4;grid-row:1;justify-self:end;display:flex;gap:10px;align-items:center}.nav-right a{display:none}.nav-right .nav-toggle{display:inline-flex}.navcol{grid-column:1 / -1;grid-row:2}.navcats-wrap{margin-top:0;margin-left:calc(-1 * var(--navbar-pad));margin-right:calc(-1 * var(--navbar-pad));width:calc(100% + calc(2 * var(--navbar-pad)));border-radius:0;background:transparent}.navbar.is-open .navcats-wrap{margin-top:8px;background:var(--accent-gold)}.navcats-wrap .mobile-menu-bar,.navcats{display:none}.navbar.is-open .navcats-wrap .mobile-menu-bar,.navbar.is-open .navcats{display:block}.navbar.is-open .navcats-wrap .mobile-menu-bar{display:flex;align-items:center;justify-content:space-between;background:var(--accent-gold);color:#fff;padding:12px;border-radius:0;box-shadow:none;width:calc(100% - 12px);border-bottom:1px solid var(--gold-separator)}.mobile-socials{display:flex;align-items:center;gap:10px}.mobile-socials a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#fff;text-decoration:none;transition:background-color .2s ease,transform .15s ease}.mobile-socials a:hover{background:#ffffff40;transform:translateY(-1px)}.mobile-socials img{width:18px;height:auto}.mobile-socials .fis{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#fff;color:#000;font-weight:800;font-size:12px;text-decoration:none;line-height:1}.mobile-socials .fis:hover{background:#ffffffd9}.mobile-socials .saros-teams{background:var(--primary-color)!important;border-radius:50%;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center}.mobile-socials .saros-teams img{width:18px;height:auto}.mobile-dismiss{margin-left:auto;background:transparent;border:none;color:#fff;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;font-size:22px;line-height:1;padding:0;transform:translate(-32px);cursor:pointer}.navcats{list-style:none;margin:0;padding:0;background:var(--accent-gold);border-radius:0;box-shadow:none}.dropdown-wrap:hover>.dropdown-title{background:transparent}.dropdown-wrap:hover .dropdown-menu{opacity:1;visibility:visible;transform:none}.dropdown-title{width:100%;text-align:left;background:transparent;color:#fff;padding:14px 16px;border-radius:0;font-weight:700;font-size:16px}.dropdown-title.has-children:after{content:"";display:inline-block;margin-left:8px;transform:translateY(1px);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:7px solid #fff}.dropdown-wrap.open>.dropdown-title{background:var(--accent-gold-dark);color:#fff}.dropdown-menu{position:static;box-shadow:none;background:var(--primary-color);padding:0;border-radius:0;display:none;opacity:1;visibility:visible;transform:none;pointer-events:auto}.dropdown-wrap.open .dropdown-menu{display:block}.dropdown-item{display:block;padding:12px 16px;color:#fff!important;text-decoration:none;border-radius:0;background:var(--primary-color)!important}.dropdown-item:hover{background:var(--primary-color)}}@media (max-width: 439px){.brand-title-mobile,.brand-title{display:none}.navbar-inner{grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;gap:10px;padding:10px var(--navbar-pad)}.logo{grid-column:1;grid-row:1}.nav-right{grid-column:3;grid-row:1;justify-self:end;display:flex;gap:10px;align-items:center}.nav-right a{display:none}.nav-right .nav-toggle{display:inline-flex}.navcol{grid-column:1 / -1;grid-row:2}.navcats-wrap{margin-top:0;margin-left:calc(-1 * var(--navbar-pad));margin-right:calc(-1 * var(--navbar-pad));width:calc(100% + calc(2 * var(--navbar-pad)));border-radius:0;background:transparent}.navbar.is-open .navcats-wrap{margin-top:6px;background:var(--accent-gold)}.navcats-wrap .mobile-menu-bar,.navcats{display:none}.navbar.is-open .navcats-wrap .mobile-menu-bar,.navbar.is-open .navcats{display:block}.navbar.is-open .navcats-wrap .mobile-menu-bar{display:flex;align-items:center;justify-content:space-between;background:var(--accent-gold);color:#fff;padding:12px 16px;border-radius:0;box-shadow:none;width:100%;border-bottom:1px solid var(--gold-separator)}.mobile-socials{display:flex;align-items:center;gap:10px}.mobile-socials a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#fff;text-decoration:none;transition:background-color .2s ease,transform .15s ease}.mobile-socials img{width:18px;height:auto}.mobile-socials .fis{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#fff;color:#000;font-weight:800;font-size:12px;text-decoration:none;line-height:1}.mobile-socials .saros-teams{background:var(--primary-color)!important;border-radius:50%;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center}.mobile-socials .saros-teams img{width:18px;height:auto}.mobile-dismiss{margin-left:auto;background:transparent;border:none;color:#fff;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;font-size:22px;line-height:1;padding:0;transform:translate(-32px);cursor:pointer}.navcats{list-style:none;margin:0;padding:0;background:var(--accent-gold);border-radius:0;box-shadow:none}.dropdown-wrap:hover>.dropdown-title{background:transparent}.dropdown-wrap:hover .dropdown-menu{opacity:1;visibility:visible;transform:none}.dropdown-title{width:100%;text-align:left;background:transparent;color:#fff;padding:14px 16px;border-radius:0;font-weight:700;font-size:16px}.dropdown-title.has-children:after{content:"";display:inline-block;margin-left:8px;transform:translateY(1px);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:7px solid #fff}.dropdown-wrap.open>.dropdown-title{background:var(--accent-gold-dark);color:#fff}.dropdown-menu{position:static;box-shadow:none;background:var(--primary-color);padding:0;border-radius:0;display:none;opacity:1;visibility:visible;transform:none;pointer-events:auto}.dropdown-wrap.open .dropdown-menu{display:block}.dropdown-item{display:block;padding:12px 16px;color:#fff!important;text-decoration:none;border-radius:0;background:var(--primary-color)!important}.dropdown-item:hover{background:var(--primary-color)}}@media (min-width: 340px) and (max-width: 600px){.brand-title-mobile{display:inline-block!important}.brand-title-mobile .olomouc{display:none}.brand-title-mobile .saros,.brand-title-mobile .ol{display:inline;font-size:30px;font-weight:800;color:#fff;line-height:1.1;margin-left:10px;white-space:nowrap}}@media (min-width: 601px) and (max-width: 1279px){.brand-title-mobile{display:inline-block!important}.brand-title-mobile .olomouc{display:inline}.brand-title-mobile .ol{display:none}}.nav-right,.nav-toggle{align-items:center}.dropdown-group{border-radius:8px}.dropdown-subtitle{display:block;font-weight:600;font-size:16px;line-height:1.4;letter-spacing:.01em;padding:10px;border-radius:6px;color:#fff;text-decoration:none}.dropdown-subtitle:hover{background:var(--primary-color);color:#fff}.dropdown-item.is-child{padding-left:18px;position:relative}.dropdown-item.is-child:before{content:"";position:absolute;left:10px;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:#fffc}@media (max-width: 1279px){.dropdown-group{padding:0;border-radius:0}.dropdown-subtitle{margin:6px 0 2px;padding:12px 16px;border-radius:0;color:#fff}.dropdown-item.is-child{padding-left:26px}}.mobile-user-initial{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#fff;color:#000;font-weight:800;font-size:14px;text-decoration:none;line-height:1}.mobile-user-initial:hover{background:#ffffffd9}.lowbar{background:var(--primary-color);color:#fff;width:100%;flex-shrink:0;margin-top:auto;position:relative}.lowbar-inner{max-width:1120px;margin:0 auto;padding:20px 16px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;align-items:center}.lowbar-inner .lowcol:nth-child(1){text-align:left}.lowbar-inner .lowcol:nth-child(2){text-align:center}.lowbar-inner .lowcol:nth-child(3){text-align:right}.lowhead{font-weight:700;margin-bottom:6px}.lowbar a{color:#fff;text-decoration:none}.lowbar a:hover{text-decoration:underline}@media (max-width: 900px){.lowbar-inner{grid-template-columns:1fr;text-align:left}.lowbar-inner .lowcol:nth-child(2),.lowbar-inner .lowcol:nth-child(3){text-align:left}}.rte-title{margin:0 0 10px;color:#111}.rte-title h1{font-size:2rem;line-height:1.2;margin:0}.rte-title h2{font-size:1.6rem;line-height:1.25;margin:0}.rte-title h3{font-size:1.35rem;line-height:1.3;margin:0}.rte-block{font-size:1rem;line-height:1.65;color:#222;text-align:left}.rte-block h1{font-size:1.6rem;margin:.6rem 0}.rte-block h2{font-size:1.35rem;margin:.55rem 0}.rte-block h3{font-size:1.18rem;margin:.5rem 0}.rte-block p{margin:.35rem 0}.rte-block ul{padding-left:1.2rem;list-style:disc;margin:.35rem 0}.rte-block ol{padding-left:1.2rem;list-style:decimal;margin:.35rem 0}.rte-block img{max-width:100%;height:auto;border-radius:6px}
