#landscape-block{display:none;position:fixed;inset:0;z-index:999999;background:linear-gradient(135deg,#0b4689,#1b63c7);color:#fff;align-items:center;justify-content:center;text-align:center}#landscape-block .landscape-block__content{display:flex;flex-direction:column;align-items:center;gap:1.4rem}#landscape-block .landscape-block__content svg{opacity:.9;animation:rotate-hint 2s ease-in-out infinite}#landscape-block .landscape-block__content p{font-size:1.1rem;line-height:1.5;margin:0;font-family:arial,sans-serif;opacity:.95}#landscape-block .landscape-block__content p strong{font-size:1.3rem}#landscape-block .landscape-block__logo{width:160px;height:auto;filter:brightness(0) invert(1);opacity:.95;animation:logo-fade-in .8s ease-out both}#landscape-block .landscape-block__divider{width:48px;height:2px;background:#ffffff4d;border-radius:1px}@keyframes rotate-hint{0%,to{transform:rotate(0)}25%{transform:rotate(-90deg)}50%{transform:rotate(-90deg)}75%{transform:rotate(0)}}@keyframes logo-fade-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:.95;transform:translateY(0)}}@media(orientation:landscape)and (any-pointer:coarse)and (max-height:820px){#landscape-block{display:flex}app-root{display:none!important}}:root{--app-shell-height: 100dvh;--brand-blue-900: #07346e;--brand-blue-800: #0b4689;--brand-blue-700: #0f54a8;--brand-blue-600: #2a6fc3;--brand-blue-200: #b7d2f2;--brand-blue-100: #e9f1fb;--brand-red-700: #b40f19;--brand-red-600: #cb1a25;--brand-red-500: #de3541;--brand-red-100: #fde9ec;--ink-900: #14233f;--ink-700: #2a3f63;--ink-500: #5b7298;--ink-inverse: #ffffff;--surface-0: #ffffff;--surface-50: #f7faff;--surface-100: #edf3fb;--surface-200: #d8e4f3;--border-soft: #d5e2f2;--border-strong: #adc8e8;--gradient-brand: linear-gradient(135deg, #0b4689 0%, #2a6fc3 72%, #de3541 100%);--gradient-soft: linear-gradient(135deg, #f7faff 0%, #edf3fb 100%);--gradient-soft-alt: linear-gradient(135deg, #edf3fb 0%, #e3ecf8 100%)}html,body{margin:0;padding:0;height:100%;min-height:100dvh;width:100%;overflow:hidden;overscroll-behavior:none;background-image:url(/background.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}app-root{display:flex;flex-direction:column;height:100%;min-height:100dvh;overflow:hidden}app-root>*{display:block;flex:0 0 auto;width:100%;min-width:0}@supports not (height: 100dvh){html,body,app-root{height:100vh;min-height:100vh}}@media(max-width:1023px){html,body,app-root{height:100%;min-height:100dvh}body{background-attachment:scroll}}
