/* Shared finishing layer for the public site, account and administration. */
:root { --qp-teal: #087f83; --qp-ink: #214448; --qp-lime: #b6e76a; }
html { -webkit-text-size-adjust: 100%; }
body { overflow-wrap: break-word; }
.hdt { display: block; }
.navbar-brand img { width: 210px; height: auto; opacity: 1; }
[hidden] { display: none !important; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible,
textarea:focus-visible, [tabindex]:focus-visible { outline: 3px solid #258ff9; outline-offset: 3px; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 2147483647; padding: 12px 20px; background: #fff; color: #075b60; border-radius: 8px; }
.skip-link:focus { top: 8px; }
.container_main img { max-width: 100%; height: auto; }
.container_main textarea, .container_main input, .container_main select { max-width: 100%; }
.container_main pre { max-width: 100%; white-space: pre-wrap; overflow-wrap: anywhere; }
.container_main #container, .highcharts-container { max-width: 100%; }
.title-block > .sub-title { width: auto; }
.navbar-default .navbar-nav > li > a { min-height: 44px; padding: 12px 11px; display: flex; align-items: center; gap: 5px; }
.navbar-default .navbar-nav > li > a.nav-pixels { color: #075b60; background: #e9f5dd; font-weight: 700; border-radius: 8px; }
.navbar-default .navbar-nav > li > a.nav-pixels:hover { color: #fff; background: var(--qp-teal); }
.navbar-default .navbar-nav > li > a[aria-current="page"], .side-nav a[aria-current="page"] { color: #075b60; font-weight: 700; box-shadow: inset 0 -3px 0 var(--qp-teal); }
.navbar-nav .dropdown-menu a { min-height: 44px; }
.side-nav li a { min-height: 46px; padding-right: 18px; }
.side-nav li a:after, .side-nav li a:hover:after { content: none; }
.table-scroll { display: block; width: 100%; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 18px; border: 1px solid #e0e9e7; border-radius: 8px; }
.table-scroll > table { margin-bottom: 0; min-width: 560px; }
.table-scroll table td, .table-scroll table th { overflow-wrap: break-word; }
.bannpanel, .bannpanel1, .tbn, .rcode, .ncode { max-width: 100%; }
.bannpanel iframe, .bannpanel1 iframe, .tbn iframe { max-width: 100%; }
.app-install { max-width: 650px; margin: 12px auto 0; padding: 0 16px 18px; text-align: center; }
.app-install__button { min-height: 44px; border: 1px solid #c2ded7; background: #f6fbf8; color: #075b60; border-radius: 10px; padding: 10px 18px; font: inherit; font-weight: 600; }
.app-install__button .fa { font-size: 21px; margin-right: 7px; vertical-align: middle; }
.app-install__help { margin: 12px 0 0; color: #485f61; font-size: 14px; line-height: 1.6; }
.pixel-teaser { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(240px, .85fr); gap: 30px; align-items: center; margin: 0 0 28px; padding: 38px; color: var(--qp-ink); border: 1px solid #d1e8de; border-radius: 20px; background: linear-gradient(125deg, #f0faee, #f3fbff); overflow: hidden; }
.pixel-teaser__eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: #176b62; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pixel-teaser__eyebrow::before { content: ''; width: 8px; height: 8px; border-radius: 2px; background: var(--qp-teal); box-shadow: 5px 5px 0 var(--qp-lime); margin-right: 5px; }
.pixel-teaser h1 { max-width: 540px; margin: 0 0 16px; color: var(--qp-ink); font-family: Arial, sans-serif; font-size: clamp(30px, 3.8vw, 45px); font-weight: 750; line-height: 1.12; letter-spacing: -.035em; }
.pixel-teaser p { margin: 0 0 24px; max-width: 540px; color: #526f70; font-size: 16px; line-height: 1.65; }
.pixel-teaser__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.pixel-teaser__primary { display: inline-flex; gap: 16px; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; background: var(--qp-teal); color: white; border: 1px solid var(--qp-teal); border-radius: 10px; font-weight: 700; text-decoration: none; }
.pixel-teaser__primary:hover, .pixel-teaser__primary:focus { color: #fff; background: #066469; text-decoration: none; }
.pixel-teaser__secondary { display: inline-flex; align-items: center; min-height: 48px; padding: 8px 0; color: #246c75; text-decoration: underline; text-underline-offset: 4px; }
.pixel-teaser__notes { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 22px; color: #52766c; font-size: 12px; }
.pixel-teaser__art { position: relative; padding: 18px; border: 1px solid #cce0d9; border-radius: 16px; background: #ffffffc9; box-shadow: 0 14px 32px #104f5310; transform: rotate(-2deg); }
.pixel-teaser__art svg { display: block; width: 100%; height: auto; border-radius: 10px; }
.pixel-teaser__caption { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 13px; font-size: 12px; color: #54746e; }
.pixel-teaser__caption span:first-child { font-weight: 700; color: #185c5e; }
.pixel-teaser__caption span:last-child { padding: 3px 8px; border-radius: 6px; background: #edf7df; }
.chart-local-tools { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0 16px; align-items: center; }
.chart-local-tools button { min-height: 44px; padding: 8px 12px; border: 1px solid #cedfd9; background: #f5faf8; border-radius: 7px; color: #176668; font: inherit; }
.chart-local-tools__status { font-size: 13px; color: #56736e; }
.home-benefits > div { margin-bottom: 22px; }
.home-ad-detail { clear: both; margin: 24px 15px 0; padding: 16px 20px; border: 1px solid #dce8e3; border-radius: 10px; color: #4e6c65; }
.home-ad-detail summary { cursor: pointer; min-height: 32px; }
.home-ad-detail__content { margin-top: 12px; max-width: 100%; overflow: auto; }
@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-default .navbar-nav > li > a { font-size: 13px; padding: 12px 8px; }
    .navbar-nav.navbar-right { float: none !important; display: flex; justify-content: flex-end; flex-wrap: wrap; margin-right: 0; }
}
@media (max-width: 767px) {
    .fullwrapper, .fullcontent { min-width: 0; }
    .container_main { width: calc(100% - 20px); padding: 18px 12px; border-radius: 12px; }
    .container_main > .row { margin-left: -10px; margin-right: -10px; }
    .hdt { display: block; margin-top: 0; height: auto; box-shadow: none; }
    .hdt > .container { min-height: 65px; display: flex; align-items: center; }
    .hdt .navbar-brand { display: block; height: auto; }
    .navbar-brand img { width: auto; max-width: min(70vw, 270px); max-height: 52px; margin-top: 0; opacity: 1; }
    .hdt .tbn { display: none; }
    .navbar-header { min-height: 48px; margin-top: -57px; margin-bottom: 9px; }
    .navbar-toggle { min-width: 44px; min-height: 44px; margin-top: 4px; margin-bottom: 4px; border-radius: 9px; }
    .navbar-collapse.in { overflow-y: auto; }
    .navbar-nav { margin: 8px -5px; }
    .navbar-nav > li { float: none !important; }
    .navbar-default .navbar-nav > li > a { padding: 12px 15px; }
    .navbar-nav .open .dropdown-menu { width: 100%; min-width: 0; }
    .navbar-nav .dropdown-login-box { padding: 16px; }
    .navbar-nav .open .dropdown-menu > li > a { padding: 12px 24px; }
    .title-block { margin: 16px 0; }
    .title-block > .title { font-size: 32px; line-height: 1.2; }
    .title-block > .sub-title { font-size: 21px; }
    .slider-image { text-align: center; margin-top: 22px; }
    .slider-image img { max-width: 240px; }
    .pixel-teaser { grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 24px 20px; border-radius: 14px; }
    .pixel-teaser__art { max-width: 370px; width: 100%; justify-self: center; }
    .pixel-teaser__notes { gap: 8px 12px; }
    .pixel-teaser__primary { flex: 1 0 auto; }
    .pixel-teaser__secondary { justify-content: center; }
    .side-nav { display: flex; gap: 6px; overflow-x: auto; padding: 4px 0 10px; margin-bottom: 6px; scroll-snap-type: x proximity; }
    .side-nav li { flex: 0 0 auto; border-bottom: 0; scroll-snap-align: start; }
    .side-nav li a { border: 1px solid #d7e6df; border-radius: 8px; padding: 11px 13px; white-space: nowrap; }
    .container_main > .row > .col-sm-3.margin40 { margin-bottom: 12px; }
    .container_main .btn, .container_main button { min-height: 44px; }
    .container_main input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
    .container_main select, .container_main textarea { font-size: 16px; }
    .sky-form fieldset { padding: 18px 15px 5px; }
    .sky-form footer { padding: 15px; }
    .sky-form .button { height: auto; min-height: 44px; padding: 10px 18px; line-height: 24px; white-space: normal; }
    .panel-left > .panel-heading > .row { margin-left: -15px; height: auto; min-height: 40px; width: calc(100% + 15px); line-height: 1.3; padding: 10px 16px; }
    .panel-left > .panel-heading > .row::before, .panel-left > .panel-heading > .row::after { content: none; }
    .panel-left > .panel-heading > .row > .text { padding-left: 0; }
    .bannpanel1 { display: inline-flex; overflow: auto; }
    .bannpanel { overflow: auto; }
    .footer__copy { padding: 0 16px; }
    .footer__copy p { line-height: 1.7; }
    .mb150 { margin-bottom: 25px !important; }
    .consent-banner { left: 10px !important; right: 10px !important; bottom: 10px !important; max-height: 55vh; overflow-y: auto; font-size: 14px; }
    .consent-banner .btn { min-height: 44px; }
    .toast-container, #jGrowl { max-width: calc(100vw - 24px); }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
    .wow { visibility: visible !important; }
}
@media print {
    .app-install, .chart-local-tools, .navbar, .side-nav, .consent-banner { display: none !important; }
    .table-scroll { overflow: visible; border: none; }
}
