/* Shared navy-and-emerald footer. */
#app > .site-footer { background: #071b29; border-top: 1px solid #23404d; color: #e5edf2; }
.site-footer-container { max-width: 1280px; margin-inline: auto; padding: 38px 32px 24px; }
.site-footer-grid { display: grid; grid-template-columns: 1.55fr repeat(4,minmax(0,1fr)); gap: 30px; }
.site-footer-grid > * { min-width: 0; }
.site-footer a,.site-footer button { transition: color .15s; }
.site-footer a:hover,.site-footer button:hover { color: #38e5ab; }
.site-footer a:focus-visible,.site-footer button:focus-visible { outline: 2px solid #38e5ab; outline-offset: 4px; }
.site-footer-logo { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 15px; color: white; }
.site-footer-logo > span { overflow-wrap: anywhere; font-size: 20px; letter-spacing: -.03em; }
.site-footer-mark { flex-shrink: 0; display: grid; place-items: center; width: 39px; height: 39px; border: 2px solid #1ee3a0; border-radius: 50%; background: #103b40; color: white; }
.site-footer-description { max-width: 270px; color: #aabfc9; font-size: 12px; line-height: 1.8; }
.site-footer-grid h3 { margin: 4px 0 14px; font-size: 12px; font-weight: 700; color: #f0f6f8; }
.site-footer-grid ul { list-style: none; padding: 0; margin: 0; }
.site-footer-grid li { margin: 0; font-size: 12px; line-height: 1.6; }
.site-footer-grid li a,.site-footer-grid li button { display: inline-block; padding-block: 5px; color: #aabfc9; text-align: left; }
.site-footer-competitions { display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center; border-top: 1px solid #27404d; padding-top: 20px; margin-top: 25px; font-size: 11px; color: #aabfc9; }
.site-footer-competitions > span { color: #d9e7ed; font-weight: 600; }
.site-footer [data-site-switcher] { margin-top: 20px; padding-top: 18px; border-color: #27404d; }
.site-footer [data-site-switcher] > p { font-size: 10px; color: #aabfc9; }
.site-footer [data-site-switcher] a { font-size: 11px; min-height: 36px; border-color: #27404d; padding: 7px 10px; background: transparent; }
.site-footer [data-site-switcher] a[aria-current] { border-color: #2c9b79; background: #103932; }
.site-footer [data-site-switcher] a span:last-child { font-size: 10px; }
.site-footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; border-top: 1px solid #27404d; margin-top: 22px; padding-top: 20px; font-size: 11px; line-height: 1.7; color: #aabfc9; }
.site-footer-company { flex-basis: 100%; font-size: 10px; color: #aabfc9; }
.site-footer-ad { max-width: 1216px; margin: 0 auto; }
.site-footer-ad:not(:has(ins,iframe,img)) { display: none; }
.site-footer .footer-disclaimer { background: #0b2432; border: 1px solid #27404d; border-radius: 6px; padding: 16px; margin-top: 20px; }
.site-footer .footer-disclaimer p,.site-footer .footer-disclaimer span,.site-footer .footer-disclaimer svg { color: #aabfc9; }
.site-footer .footer-disclaimer .border-t { border-color: #27404d; }
@media(max-width:1023px) { .site-footer-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; } .site-footer-brand { grid-column: 1 / -1; } .site-footer-description { max-width: 480px; } }
@media(max-width:639px) { .site-footer-container { padding: 30px 20px 20px; } .site-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 20px; } .site-footer-grid li a,.site-footer-grid li button { padding-block: 8px; } .site-footer-brand { text-align: center; } .site-footer-description { margin-inline: auto; max-width: 320px; } .site-footer-bottom { display: block; text-align: center; } .site-footer-bottom p + p { margin-top: 8px; } .site-footer-competitions { gap: 6px 16px; } .site-footer-competitions > span { flex-basis: 100%; } .site-footer-competitions a { padding-block: 6px; } .site-footer [data-site-switcher] a { min-height: 44px; } }
