/* Kolory z motywu strony smzlotoryja.pl; logo dostarczone przez SM AGAT. */
:root{--agat-navy:#1e4983;--agat-blue:#3973c1;--agat-cyan:#3973c1;--agat-bg:#3973c1;--agat-muted:#59636f;--navy:#1e4983;--blue:#3973c1;--cyan:#3973c1;--bg:#3973c1;--muted:#59636f}
html{min-height:100%;background:#3973c1}
body{min-height:100vh;background:#3973c1}
.agat-header{background:#1e4983;color:#fff;border-bottom:1px solid rgba(255,255,255,.25)}
.agat-header-inner{max-width:1200px;margin:auto;padding:20px 24px;display:flex;align-items:center;gap:24px}
.agat-logo{display:block;flex:0 1 280px;min-width:180px}
.agat-logo img{display:block;width:100%;height:auto;max-width:400px}
.agat-heading{flex:1;line-height:1.5}
.agat-heading strong{display:block;font-size:18px}
.agat-heading span{display:block;font-size:13px;margin-top:5px;color:#e6effb}
.agat-home{color:#fff;font-size:14px;text-decoration:underline;text-underline-offset:4px;white-space:nowrap}
.card,.hero,.kpi,.top,.box{background:#fff;box-shadow:0 4px 18px rgba(14,42,81,.12)}
.footer,.footer strong{color:#fff}
.box{margin:48px auto;width:calc(100% - 28px)}
button,.actions a{background:#3973c1}
button:hover,.actions a:hover{background:#1e4983}
:where(a,button,input,textarea):focus-visible{outline:3px solid #163d70;outline-offset:3px}
.agat-header a:focus-visible{outline-color:#fff}
.topline,.top-line{display:none}
.charts{margin:18px 0}
.comment{overflow-wrap:anywhere}
@media(max-width:700px){
.agat-header-inner{padding:18px 16px;gap:12px;flex-wrap:wrap}
.agat-logo{flex-basis:240px;max-width:280px;margin:auto}
.agat-heading{flex-basis:100%;text-align:center}
.agat-heading strong{font-size:16px}
.agat-home{margin:auto}
}
@media print{
html,body{background:#fff!important}
.agat-header{background:#fff;color:#1e4983;border-bottom:2px solid #1e4983}
.agat-logo{background:#1e4983;print-color-adjust:exact;-webkit-print-color-adjust:exact}
.agat-heading span{color:#444}
.agat-home{display:none}
.card,.hero,.kpi,.top,.box{box-shadow:none}
.footer,.footer strong{color:#444}
}
/* Więcej przestrzeni wokół logo, również w raporcie drukowanym. */
.agat-header-inner{min-height:136px;padding-top:24px;padding-bottom:24px;gap:28px}
.agat-logo{flex-basis:320px;padding:16px 20px;background:#1e4983;border-radius:6px;box-sizing:border-box}
@media(max-width:700px){
.agat-header-inner{padding:20px 16px;gap:16px}
.agat-logo{flex-basis:280px;max-width:320px;padding:14px 18px}
}
@media print{
.agat-header-inner{min-height:136px;padding:20px 24px;gap:24px;flex-wrap:nowrap}
.agat-logo{flex:0 0 300px;max-width:300px;padding:18px 20px;border-radius:6px}
.agat-heading{flex:1;text-align:left}
.agat-heading strong{font-size:18px}
.agat-header{break-inside:avoid}
}