/* TypujKosza.pl — public brand layer */
.dt-app{
  --dt-ink:#07162f;
  --tk-navy:#07162f;
  --tk-blue:#055efb;
  --tk-orange:#fb5d0b;
  --tk-blue-soft:#edf4ff;
  color:var(--dt-ink);
  padding-bottom:36px;
}
body.decka-typer-standalone{background:#f4f7fb!important}
.dt-front-hero{
  height:166px;
  background:
    radial-gradient(circle at 80% -25%,rgba(5,94,251,.52),transparent 38%),
    radial-gradient(circle at 55% 115%,rgba(251,93,11,.18),transparent 34%),
    linear-gradient(118deg,#07162f 0%,#0b2453 58%,#055efb 135%);
}
.dt-front-hero:after{background:var(--dt-surface)}
.dt-hero-glow{border-color:rgba(255,255,255,.11);box-shadow:0 0 0 45px rgba(5,94,251,.055),0 0 0 95px rgba(251,93,11,.025)}
.dt-hero-inner{height:126px}
.dt-brand{display:flex;flex-direction:column;align-items:flex-start;gap:7px;color:#fff;min-width:0}
.dt-brand img{display:none!important}
.dt-brand:before{content:"";display:block;width:min(306px,44vw);height:62px;background:#fff url("../img/typujkosza-logo-horizontal.webp") center/contain no-repeat;border-radius:14px;box-shadow:0 8px 22px rgba(0,0,0,.17)}
.dt-brand>div{display:none!important}
.dt-brand:after{content:"Typuj mecze. Zdobywaj punkty. Rywalizuj w rankingu.";font-size:14px;line-height:1.35;font-weight:800;letter-spacing:.35px;color:#dbe8ff;white-space:normal}
.dt-live-pill{background:rgba(7,22,47,.48);border-color:rgba(255,255,255,.2)}
.dt-live-pill i{background:#fb5d0b;box-shadow:0 0 0 4px rgba(251,93,11,.2)}
.dt-front-kicker{color:#055efb}
.dt-login-copy{background:linear-gradient(145deg,#fff,#f7faff)}
.dt-login-copy:after{background:linear-gradient(135deg,rgba(5,94,251,.1),rgba(251,93,11,.13))}
.dt-login-features .dt-icon{background:#edf4ff;color:#055efb}
.dt-login-features>div:nth-child(2) .dt-icon{background:#fff1e8;color:#d84c00}
.dt-tabs button.is-active{background:#edf4ff;color:#055efb}
.dt-stat .dt-icon,.dt-team-logo{color:#055efb}
.dt-round-nav button:not(:disabled):hover{color:#055efb;background:#edf4ff}
.dt-meta-pill.is-accent{background:#fff2e9;border-color:#ffd7c2;color:#b74306}
.dt-save-dock button,.dt-modal-confirm{background:linear-gradient(135deg,#055efb,#064ed1)!important;color:#fff!important}
.dt-save-dock button:hover,.dt-modal-confirm:hover{filter:brightness(.96)}
.dt-social-google:hover{border-color:#a9c7ff}
.dt-account-save-row button,.dt-account-button{background:#055efb!important}
.dt-round-nav select:focus,.dt-account-form input:focus,.dt-account-form select:focus{border-color:#055efb!important;box-shadow:0 0 0 3px rgba(5,94,251,.1)!important}
.dt-login-divider,.dt-wp-login{display:none!important}

.tk-footer{background:#07162f;color:#dce6f7;border-top:3px solid #055efb;margin-top:18px}
.tk-footer:before{content:"";display:block;height:3px;background:#fb5d0b;width:86px;margin-top:-3px}
.tk-footer-inner{width:min(1180px,calc(100% - 36px));margin-inline:auto;padding:28px 0 31px;display:grid;grid-template-columns:210px 1fr auto;gap:20px 26px;align-items:center}
.tk-footer-brand img{width:190px;height:auto;display:block;background:#fff;border-radius:11px;padding:7px 9px}
.tk-footer p{margin:0;font-size:14px;line-height:1.7;color:#b7c5d9;max-width:720px}
.tk-footer p strong{color:#fff}
.tk-footer small{font-size:14px;color:#7f91aa;white-space:nowrap}
.tk-footer-links{grid-column:2/4;display:flex;flex-wrap:wrap;gap:10px 20px}.tk-footer-links a{color:#fff;text-decoration:none;font-size:14px;font-weight:800}.tk-footer-links a:hover{text-decoration:underline}
.tk-facebook-link{display:inline-flex;align-items:center;gap:7px}.tk-facebook-link svg{width:20px;height:20px;flex:none;color:#fff}.tk-facebook-link:hover svg{color:#9fc2ff}

@media(max-width:760px){
  .dt-front-hero{height:154px}
  .dt-hero-inner{height:116px;align-items:center}
  .dt-brand:before{width:min(255px,68vw);height:56px}
  .dt-brand:after{font-size:14px;max-width:280px}
  .dt-live-pill{display:none}
  .tk-footer-inner{grid-template-columns:1fr;gap:14px;padding:24px 0;text-align:left}
  .tk-footer-brand img{width:165px}
  .tk-footer small{white-space:normal}
  .tk-footer-links{grid-column:auto}
}
