
:root {
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --r: 10px;
  --r-wiersz: 12px;
  --line-2: #27272A;
  --card-pad: 18px 20px;
}
.auth {
  min-height: 100dvh;
  display: grid; place-items: center;
  padding: var(--gut);
}
.auth-box { width: 100%; max-width: 380px; text-align: center; }
.auth .mark { font-size: clamp(1.32rem, 3.4vw, 1.6rem); margin-bottom: 40px; display: inline-block; }
.auth h1 {
  font-family: var(--black); font-weight: 400;
  font-size: clamp(1.7rem, 5.6vw, 2.4rem); line-height: 1.05;
  letter-spacing: -.04em; margin-bottom: 10px;
}
.auth-sub { color: var(--ink-2); font-size: 1rem; margin-bottom: 30px; text-wrap: balance; }
.auth .btn, .auth .btn-line { width: 100%; justify-content: center; }
.auth .btn-line { display: inline-flex; align-items: center; gap: 10px; height: 58px; }
.auth .btn { height: 58px; }
.auth-or {
  display: flex; align-items: center; gap: 14px;
  margin: 22px 0; color: var(--ink-3); font-size: .875rem;
  letter-spacing: .1em; text-transform: uppercase;
}
.auth-or::before, .auth-or::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.auth-mail { display: flex; flex-direction: column; gap: 10px; }
.auth-mail input {
  height: 46px; padding: 0 14px; background: transparent;
  border: 1px solid var(--kontur); border-radius: var(--r); width: 100%;
}
.auth-mail input:focus { outline: none; border-color: var(--ink); }
.auth-mail input:focus-visible, .auth-mail textarea:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.auth-who {
  display: flex; align-items: baseline; justify-content: center;
  flex-wrap: wrap; gap: 8px;
  font-size: .875rem; margin-bottom: 4px;
}
.auth-who b { font-weight: 600; overflow-wrap: anywhere; }
.auth-who .lnk { font-size: .875rem; color: var(--ink-2); }
#step-mail, #step-pass { display: flex; flex-direction: column; gap: 10px; }
.auth-mail textarea {
  padding: 14px; background: transparent;
  border: 1px solid var(--kontur); border-radius: var(--r); width: 100%;
  resize: vertical; min-height: 130px;
  font: inherit; color: inherit; line-height: 1.5;
}
.auth-mail textarea:focus { outline: none; border-color: var(--ink); }
.k-box { max-width: 520px; }
#ways { display: flex; flex-direction: column; gap: 22px; }
.k-sekcja { display: flex; flex-direction: column; gap: 12px; text-align: left; }
.k-trap {
  position: absolute !important; left: -9999px !important;
  width: 1px !important; height: 1px !important;
  opacity: 0; pointer-events: none;
}
.auth-pass { position: relative; }
.auth-pass input { padding-right: 46px; }
.pass-eye {
  position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; display: grid; place-items: center;
  background: none; border: 0; cursor: pointer; color: var(--ink-3);
  transition: color var(--t) var(--ease);
}
.pass-eye:hover { color: var(--ink); }
.pass-eye svg {
  width: 19px; height: 19px; fill: none; stroke: currentColor;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.pass-eye .eye-cut { transition: opacity var(--t) var(--ease); }
.pass-eye.on .eye-cut { opacity: 0; }
.auth-hint { font-size: .875rem; color: var(--ink-2); text-align: left; margin-top: -2px; }
.auth-hint[hidden] { display: none; }
.auth-swap { font-size: .875rem; color: var(--ink-2); margin-top: 16px; }
.lnk {
  background: none; border: 0; padding: 0; cursor: pointer;
  font: inherit; color: var(--ink);
  text-decoration: underline; text-underline-offset: 3px;
}
.lnk:hover { color: var(--ink-2); }
.auth-swap .lnk { margin-left: 5px; }
.auth-sent .auth-swap .lnk { margin-left: 0; }
.auth-msg { font-size: .875rem; color: var(--ink-2); margin-top: 14px; min-height: 1.2em; }
.auth-msg.bad { color: var(--ink); }
.auth-fine { margin-top: 26px; }
.auth-fine a { color: var(--ink-2); text-decoration: underline; text-underline-offset: 3px; }
.auth-sent { text-align: center; }
.auth-sent.on { animation: sent-in .4s ease both; }
@keyframes sent-in { from { opacity: 0; transform: translateY(8px); } }
.sent-mark {
  width: 44px; height: 44px; display: block; margin: 4px auto 16px;
  fill: none; stroke-width: 1.5;
  stroke-linecap: round; stroke-linejoin: round;
}
.sent-env, .sent-flap { stroke: var(--ink-3); }
.sent-tick {
  stroke: var(--go); stroke-width: 1.5;
  stroke-dasharray: 22; stroke-dashoffset: 22;
  animation: sent-tick .45s .25s ease forwards;
}
@keyframes sent-tick { to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) {
  .auth-sent.on { animation: none; }
  .sent-tick { animation: none; stroke-dashoffset: 0; }
}
.auth-sent b { font-size: 1.125rem; font-weight: 700; display: block; margin-bottom: 6px; }
.auth-sent p { color: var(--ink-2); font-size: .875rem; overflow-wrap: anywhere; }
.auth-sent .fine { margin-top: 10px; }
.auth-sent .btn-thin { margin-top: 22px; }
.auth .btn-thin { height: 42px; font-size: .875rem; color: var(--ink-2); }
.auth .btn-thin:disabled { opacity: .45; cursor: default; }
.pan-top {
  position: sticky; top: 0; z-index: 55;
  display: flex; align-items: center; gap: 10px;
  padding: 12px clamp(16px, 4vw, 36px);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.pan-top .mark-sm { flex: none; width: 21px; overflow: hidden; white-space: nowrap; }
.pan-kreska {
  flex: none; width: 1px; height: 20px; margin: 0 2px;
  background: var(--line);
}
@media (min-width: 1100px) {
  .pan-top .mark-sm { width: auto; overflow: visible; margin-right: 4px; }
}
.pan-nav { margin-left: auto; flex: none; display: flex; align-items: center; gap: 2px; }
.pan-lnk {
  display: inline-flex; align-items: center;
  height: 40px; padding: 0 12px; border: 0; border-radius: var(--r);
  background: none; color: var(--ink-2);
  font: inherit; font-size: .875rem; font-weight: 600;
  text-decoration: none; cursor: pointer;
}
.pan-lnk:hover { color: var(--ink); background: var(--fill); }
.pan-lnk.on { color: var(--ink); }
.pan-out { color: var(--ink-3); }
.pan-dzwonek {
  position: relative; flex: none; width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 0; background: none; cursor: pointer; border-radius: var(--r);
}
.pan-dzwonek svg {
  width: 19px; height: 19px; fill: none; stroke: var(--ink-2);
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.pan-dzwonek:hover svg { stroke: var(--ink); }
.pan-dzwonek[hidden] { display: none; }
.pan-burger {
  display: none; flex: none;
  flex-direction: column; gap: 6px; justify-content: center; align-items: stretch;
  width: 40px; height: 40px; padding: 0 9px;
  border: 1px solid var(--kontur); border-radius: var(--r);
  background: none; cursor: pointer;
}
.pan-burger i { height: 2px; border-radius: 2px; background: var(--ink); }
.pan-paliwo {
  display: inline-flex; align-items: center; gap: 8px;
  height: 40px; padding: 0 11px; margin-right: 2px;
  border: 0; border-radius: var(--r);
  background: none; color: var(--ink-2); text-decoration: none;
  font-size: .875rem; font-weight: 600; white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.pan-paliwo:hover { color: var(--ink); background: var(--fill); }
.pan-paliwo[hidden] { display: none; }
.pan-paliwo-ring { flex: none; width: 21px; height: 21px; transform: rotate(-90deg); }
.pan-paliwo-ring circle { fill: none; stroke-width: 3.2; }
.pan-paliwo-ring circle:first-child { stroke: var(--line-2); }
#pan-paliwo-luk {
  stroke: var(--ink); stroke-linecap: round;
  stroke-dasharray: 56.55; stroke-dashoffset: 56.55;
  transition: stroke-dashoffset var(--t) var(--ease);
}
.pan-paliwo-t { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.pan-ikona {
  flex: none; width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 0; border-radius: var(--r); background: none; cursor: pointer;
}
.pan-ikona svg {
  width: 19px; height: 19px; fill: none; stroke: var(--ink-2);
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.pan-ikona:hover { background: var(--fill); }
.pan-ikona:hover svg { stroke: var(--ink); }
.pan-konto { position: relative; flex: none; }
.pan-awatar {
  width: 32px; height: 32px; margin-left: 4px;
  display: grid; place-items: center;
  border: 1px solid var(--line-2); border-radius: 50%;
  background: none; color: var(--ink);
  font: inherit; font-size: .875rem; font-weight: 700; line-height: 1;
  text-transform: uppercase; cursor: pointer;
}
.pan-awatar:hover { border-color: var(--ink-3); background: var(--fill); }
.pan-konto.otwarty .pan-awatar { border-color: var(--ink); }
.konto-menu {
  position: absolute; top: calc(100% + 8px); right: 0; z-index: 60;
  min-width: 232px; padding: 8px;
  border: 1px solid var(--line-2); border-radius: var(--r-card);
  background: var(--paper);
  box-shadow: 0 18px 44px rgba(0,0,0,.5);
}
.konto-menu[hidden] { display: none; }
.konto-mail {
  margin: 0 0 6px; padding: 6px 10px 10px;
  border-bottom: 1px solid var(--line-2);
  font-size: .875rem; line-height: 1.4; color: var(--ink-3);
  overflow-wrap: anywhere;
}
.konto-poz {
  display: block; width: 100%; min-height: 38px; padding: 0 10px;
  border: 0; border-radius: 8px; background: none;
  color: var(--ink-2); font: inherit; font-size: .875rem; font-weight: 600;
  text-align: left; cursor: pointer;
}
.konto-poz:hover { color: var(--ink); background: var(--fill); }
.konto-out {
  margin-top: 6px; padding-top: 6px;
  border-top: 1px solid var(--line-2); border-radius: 0 0 8px 8px;
  color: var(--ink-3);
}
.pan {
  max-width: 880px; margin: 0 auto;
  padding: clamp(26px, 6vh, 56px) 20px 48px;
  display: flex; flex-direction: column; gap: 18px;
}
.pan-blad {
  margin: 0; padding: 12px 14px;
  border: 1.5px solid var(--ink-3); border-radius: var(--r);
  background: var(--fill); font-size: .875rem;
}
.pan-uwaga {
  padding: 14px 16px;
  border: 1.5px solid var(--ink-3); border-radius: var(--r-card);
  background: var(--fill);
}
.pan-uwaga-t { display: block; font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.pan-uwaga-t[hidden] { display: none; }
.pan-uwaga-d { margin: 0; font-size: .875rem; line-height: 1.55; color: var(--ink); }
.pan-uwaga-f { margin: 6px 0 0; }
.pan-uwaga.cicha {
  padding: 0; border: 0; background: none;
}
.pan-uwaga.cicha .pan-uwaga-d { color: var(--ink-2); font-size: .875rem; }
.spr-opis { margin: 0 0 14px; font-size: .875rem; line-height: 1.55;
            color: var(--ink-2); }
.spr-tony { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.spr-ton {
  padding: 7px 14px; font: inherit; font-size: .875rem; cursor: pointer;
  color: var(--ink-2); background: none; border-radius: var(--r);
  border: 1px solid var(--line-2);
}
.spr-ton.on { color: var(--paper); background: var(--ink); border-color: var(--ink); }
@media (hover: none) { .spr-ton { min-height: 44px; } }
.spr-podglad {
  padding: 16px; margin-bottom: 14px; border-radius: var(--r-card);
  border: 1px solid var(--line-2); background: var(--fill);
}
.spr-nad { margin: 0 0 6px; font-size: .75rem; letter-spacing: .1em;
           text-transform: uppercase; color: var(--ink-3); }
.spr-tytul { display: block; font-family: var(--black); font-weight: 400;
             font-size: 1.125rem; line-height: 1.25; margin-bottom: 8px; }
.spr-pod { margin: 0; font-size: .875rem; line-height: 1.55; color: var(--ink-2); }
.spr-lista { margin: 12px 0 0; padding-left: 0; display: flex;
             flex-direction: column; gap: 6px; font-size: .875rem; color: var(--ink-2); }
.spr-lista li { list-style: none; position: relative; }
.spr-lista li::before { content: '•'; position: absolute; left: -14px; color: var(--ink-3); }
.spr-nota-podglad { margin: -6px 0 16px; }
.spr-nota-podglad[hidden] { display: none; }
.spr-kup {
  padding: 16px; border: 1px solid var(--line-2); border-radius: var(--r-card);
}
.spr-kup-opis { margin: 0 0 14px; }
.spr-kup .str-pole:last-child { margin-bottom: 0; }
.pub-stan { margin: 0 0 12px; font-size: .875rem; color: var(--ink-2); }
.pub-stan.pub-on { color: var(--ink); }
.pub-stan.pub-on::before {
  content: ''; display: inline-block; width: 8px; height: 8px;
  border-radius: 50%; background: var(--go); margin-right: 8px;
  vertical-align: baseline;
}
.pub-wybor { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.pub-radio { display: flex; align-items: center; gap: 9px; min-height: 44px;
             font-size: .875rem; color: var(--ink); cursor: pointer; }
.pub-radio input { flex: none; accent-color: var(--go); width: 18px; height: 18px; }
#pub-pola .fine { margin-bottom: 18px; }
.pub-adres-rzad { display: flex; gap: 8px; flex-wrap: wrap; }
.str-pole .pub-adres-rzad input {
  flex: 1 1 240px; min-width: 0;
  text-overflow: ellipsis;
}
.pub-kopiuj { flex: none; height: 40px; padding: 0 16px; font-size: .875rem; }
.kurs {
  border: 1px solid var(--line-2); border-radius: var(--r-card);
  overflow: hidden;
}
.mozaika {
  display: flex; flex-direction: column; gap: 2px;
  height: clamp(106px, 12vw, 142px);
  background: var(--fill); overflow: hidden;
}
.moz-r { display: flex; gap: 2px; flex: 1 1 0; min-height: 0; }
.moz-k { flex: 1 1 0; min-width: 0; position: relative; overflow: hidden; }
.moz-k img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block;
  object-position: 50% 42%;
  filter: grayscale(.5) saturate(1.2) brightness(.74) contrast(1.02);
  animation: moz-wejscie .4s var(--ease) both;
}
@keyframes moz-wejscie { from { opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .moz-k img { animation: none; } }
.mozaika::after {
  content: ''; position: absolute; inset: auto 0 0 0; height: 38%;
  background: linear-gradient(to bottom, transparent, var(--paper));
  pointer-events: none;
}
.mozaika { position: relative; }
.mozaika[hidden] { display: none; }
.kurs-pas { height: 2px; }
.kurs-tresc { padding: 20px calc(18px - 1px) clamp(18px, 4vw, 24px); }
.glowa {
  position: relative;
  display: flex; align-items: flex-start; gap: 10px;
  margin-bottom: 20px;
}
.tyt-h { margin: 0; flex: 1; min-width: 0; }
.tyt-t {
  font-family: 'Archivo Black', Archivo, sans-serif; font-weight: 400;
  font-size: clamp(1.5rem, 4vw, 2.15rem); line-height: 1.1;
  letter-spacing: -.02em; overflow-wrap: break-word;
  display: block; min-width: 0;
}
.tyt-olowek {
  flex: none; margin-top: 6px; width: 34px; height: 34px; padding: 0;
  display: grid; place-items: center; cursor: pointer;
  background: none; border: 1.5px solid transparent; border-radius: var(--r);
  color: var(--ink-3);
  transition: color var(--t) var(--ease), border-color var(--t) var(--ease);
}
.tyt-olowek:hover { color: var(--ink); border-color: var(--line); }
.tyt-olowek[hidden] { display: none; }
.tyt-olowek svg {
  width: 19px; height: 19px; fill: none; stroke: currentColor;
  stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}
.kurs-tak, .kurs-nie {
  flex: none; width: 40px; height: 46px; padding: 0;
  display: grid; place-items: center; cursor: pointer;
  background: none; border: 1.5px solid transparent; border-radius: var(--r);
  color: var(--ink-3);
}
.kurs-tak { color: var(--ink); border-color: var(--line); }
.kurs-tak:hover, .kurs-nie:hover { color: var(--ink); border-color: var(--line); }
.kurs-tak svg, .kurs-nie svg {
  width: 19px; height: 19px; fill: none; stroke: currentColor;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.kurs-tytul-f { display: flex; align-items: center; gap: 6px; margin-bottom: 20px; }
.kurs-tytul-f[hidden] { display: none; }
.kurs-tytul-f input {
  flex: 1; min-width: 0; height: 46px; padding: 0 13px;
  font-family: inherit; font-size: 1.125rem; font-weight: 600; color: var(--ink);
  background: var(--fill); border: 1px solid var(--line-2); border-radius: var(--r);
}
.kurs-tytul-f input:focus { outline: none; border-color: var(--ink); }
.kurs-tytul-msg { margin: -14px 0 18px; font-size: .875rem; color: var(--ink); }
.kurs-tytul-msg[hidden] { display: none; }
.liczby {
  list-style: none; margin: 0 0 20px; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden;
}
.liczba {
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 2px 8px;
  align-content: start; padding: 12px 14px 13px;
  border-left: 1px solid var(--line);
}
.liczba:first-child { border-left: 0; }
.liczba-ikona {
  grid-row: 1; grid-column: 1; align-self: center;
  width: 22px; height: 22px;
  display: grid; place-items: center; color: var(--ink-3);
}
.liczba-ikona svg {
  width: 18px; height: 18px; fill: none; stroke: currentColor;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.liczba-b {
  grid-column: 2; font-family: var(--black); font-weight: 400;
  font-size: 1.125rem; letter-spacing: -.02em; line-height: 1.1;
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.liczba-l {
  grid-column: 2; font-size: .75rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3);
}
.liczba.pusta .liczba-b { color: var(--ink-3); }
.liczba-co { grid-column: 2; margin-top: 3px; font-size: .75rem;
             color: var(--ink-3); line-height: 1.45; }
@media (max-width: 640px) {
  .liczby { grid-template-columns: 1fr 1fr; }
  .liczba:nth-child(odd) { border-left: 0; }
  .liczba:nth-child(n+3) { border-top: 1px solid var(--line); }
}
.liczba-wykres {
  grid-column: 2; display: flex; align-items: flex-end; gap: 2px;
  height: 16px; margin-top: 7px;
}
.liczba-wykres i {
  flex: 1 1 0; min-width: 1px; border-radius: 1px;
  background: var(--ink-3); opacity: .5;
}
.liczba-wykres i.ok { background: var(--go); opacity: 1; }
@media (max-width: 520px) {
  .liczby { grid-template-columns: 1fr 1fr; }
}
.kursy-panel {
  position: absolute; z-index: 60; top: calc(100% + 8px); left: 0;
  width: min(440px, 78vw);
  display: flex; flex-direction: column;
  padding: 6px; background: var(--paper);
  border: 1px solid var(--line-2); border-radius: var(--r-nav);
  box-shadow: 0 10px 30px rgba(0,0,0,.45);
  max-height: min(60vh, 460px); overflow-y: auto;
}
.kursy-panel[hidden] { display: none; }
.kwy-w { display: flex; align-items: stretch; gap: 2px; border-radius: var(--r); }
.kwy-w:hover { background: var(--fill); }
.kwy-w.on { background: var(--fill); }
.kwy-i {
  flex: 1; min-width: 0; display: flex; align-items: stretch; gap: 12px;
  padding: 8px 9px; text-decoration: none; color: inherit;
}
.kwy-spina {
  flex: none; width: 3px; border-radius: 999px;
  opacity: .45; transition: opacity var(--t) var(--ease);
}
.kwy-w:hover .kwy-spina { opacity: .75; }
.kwy-w.on .kwy-spina { opacity: 1; }
.kwy-kol {
  flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px;
  justify-content: center;
}
.kwy-t {
  font-size: .875rem; font-weight: 600; color: var(--ink); line-height: 1.3;
  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.kwy-s {
  display: flex; align-items: center; gap: 7px; font-size: .75rem; color: var(--ink-3);
  min-width: 0; overflow: hidden; white-space: nowrap;
}
.kwy-stan { color: var(--ink-3); }
.kwy-stan.live { color: var(--ink-2); font-weight: 600; }
.kwy-data { color: var(--ink-3); opacity: .8; margin-left: auto; padding-left: 6px; }
.kwy-usun {
  flex: none; margin-right: 6px; padding: 5px 10px; cursor: pointer;
  font: inherit; font-size: .75rem; color: var(--ink-3);
  background: none; border: 1.5px solid transparent; border-radius: 8px;
  opacity: 0; transition: opacity var(--t) var(--ease), color var(--t) var(--ease);
}
.kwy-w:hover .kwy-usun, .kwy-usun:focus-visible { opacity: 1; }
.kwy-usun:hover { color: var(--ink); border-color: var(--line); }
.kwy-usun.pyta { opacity: 1; color: var(--ink); border-color: var(--ink); }
.kwy-usun:disabled { cursor: default; opacity: .5; }
@media (hover: none) { .kwy-usun { opacity: 1; min-height: 44px; } }
.kwy-ostrz {
  margin: 6px 11px 2px; font-size: .75rem; line-height: 1.5; color: var(--ink-2);
  display: none;
}
.kursy-panel.ostrzega .kwy-ostrz { display: block; }
.lekcje { display: flex; flex-direction: column; }
.dzial {
  margin: 0 0 6px; font-family: var(--font); font-weight: 700; font-synthesis-weight: none;
  font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3);
  display: block;
}
#lekcje-stan { margin: 0 0 20px; font-size: 1.1875rem; font-weight: 600; letter-spacing: -.01em; line-height: 1.3; color: var(--ink); max-width: 64ch; }
#lekcje-stan[hidden] { display: none; }
.dzial::after { display: none; }
.lek-pasek { margin: 0 0 18px; }
.lek-pasek[hidden] { display: none; }
.lek-rail {
  display: flex; gap: 3px; height: 6px; margin-bottom: 10px;
  border-radius: 999px; overflow: hidden;
}
.lek-rail-cz { display: block; min-width: 6px; border-radius: 999px; }
.lek-rail-cz.r-gotowa { background: var(--ink); }
.lek-rail-cz.r-robota { background: var(--kontur); }
.lek-rail-cz.r-pusta  { background: var(--line-2); }
.lek-grupy { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.lek-grupa {
  display: inline-flex; align-items: center; gap: 7px;
  height: 30px; padding: 0 11px; border-radius: 999px;
  border: 1px solid var(--line-2); background: transparent;
  font: inherit; font-size: .8125rem; color: var(--ink-2);
  cursor: pointer; white-space: nowrap;
  transition: border-color var(--t) var(--ease), color var(--t) var(--ease);
}
.lek-grupa:hover:not(:disabled) { border-color: var(--kontur); color: var(--ink); }
.lek-grupa:focus-visible { outline: 2px solid var(--kontur); outline-offset: 2px; }
.lek-grupa.wybrana { border-color: var(--ink); color: var(--ink); background: var(--fill); }
.lek-grupa:disabled { opacity: .45; cursor: default; }
.lek-kropka {
  flex: none; width: 9px; height: 9px; border-radius: 50%;
  border: 1.5px solid var(--kontur); background: transparent;
}
.g-gotowa .lek-kropka { background: var(--ink); border-color: var(--ink); }
.g-pusta  .lek-kropka { border-style: dashed; border-color: var(--ink-3); }
.lek-dorobek {
  margin-left: auto; font-size: .8125rem; color: var(--ink-3);
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.lek-lista {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.lek-lista[hidden] { display: none; }
.lek {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas: 'foto tresc bok' 'podglad podglad podglad';
  align-items: center; gap: 0 14px;
  cursor: pointer;
  padding: 10px; overflow: hidden;
  border: 1px solid var(--line-2); border-radius: var(--r-card);
  background: var(--fill);
  transition: border-color var(--t) var(--ease);
}
.lek:hover { border-color: var(--kontur); }
.lek:focus-visible {
  outline: 2px solid var(--kontur); outline-offset: 2px;
}
.lek-foto {
  grid-area: foto;
  display: block; width: 200px; aspect-ratio: 16 / 9;
  margin: 0; border: 1px solid var(--line-2); border-radius: 8px;
  background: var(--fill-2); position: relative; flex: none; overflow: hidden;
  container-type: inline-size;
}
.lek-foto img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: brightness(.78) saturate(.85);
  animation: foto-wejscie .35s var(--ease) both;
}
@keyframes foto-wejscie { from { opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .lek-foto img { animation: none; } }
.lek:hover .lek-foto img { filter: brightness(.92) saturate(.95); }
.lek-foto-slajdy { background: var(--paper); }
.lek-stos { position: absolute; inset: 0; display: block; }
.lek-kadr {
  position: absolute; display: block; overflow: hidden;
  border-radius: 3px; box-shadow: 0 1px 6px rgba(0,0,0,.55);
  container-type: inline-size;
}
.lek-kadr-0 { inset: 6px 14px 6px 6px; }
.lek-kadr-1 { inset: 3px 9px 9px 11px; opacity: .8; }
.lek-kadr-2 { inset: 0 4px 12px 16px; opacity: .55; }
.lek-kadr .clw-kadr { width: 100%; height: 100%; aspect-ratio: auto; }
.lek-kadr-pelny { inset: 0; border-radius: 0; box-shadow: none; }
.lek-foto .clw-plansza-zdjecia img,
.lek:hover .lek-foto .clw-plansza-zdjecia img {
  position: static; inset: auto; width: auto; height: 100%; max-width: 17cqw; animation: none;
  filter: grayscale(1) contrast(.9) brightness(1.06);
}
.lek-foto .clw-plansza-zdjecia { height: 8.5cqw; gap: .9cqw; }
.lek-foto .clw-t-plansza.clw-z-zdjeciami { padding-bottom: calc(var(--dol) + 11.5cqw); }
.lek-postep {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  display: flex; gap: 3px; padding: 3px 4px;
  background: var(--paper);
}
.lek-postep i { flex: 1; height: 3px; border-radius: 2px; background: var(--kontur); }
.lek-postep i.jest { background: var(--ink); }
.lek-odznaka {
  position: absolute; right: 6px; bottom: 5px; z-index: 3;
  width: 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--paper); color: var(--ink);
  box-shadow: 0 0 0 2px var(--ink);
}
.lek-odznaka svg, .lek-plakietka svg {
  fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round;
}
.lek-odznaka svg { width: 16px; height: 16px; stroke-width: 2.4; }
.lek-plakietka svg { flex: none; width: 12px; height: 12px; margin-right: 5px; stroke-width: 2.8; }
.lek[data-stan="gotowa"] .lek-akcja::before {
  content: ''; flex: none; width: 0; height: 0; margin-right: 8px;
  border-left: 8px solid currentColor;
  border-top: 5px solid transparent; border-bottom: 5px solid transparent;
}
.lek:hover .lek-kadr-1 { inset: 3px 5px 9px 15px; }
.lek:hover .lek-kadr-2 { inset: 0 -1px 12px 21px; }
.lek-kadr { transition: inset var(--t) var(--ease); }
@media (prefers-reduced-motion: reduce) { .lek-kadr { transition: none; } }
.lek-wnetrze {
  grid-area: tresc;
  display: flex; flex-direction: column; gap: 7px; min-width: 0;
}
.lek-wrocil { animation: lek-blysk 3s var(--ease) forwards; }
@keyframes lek-blysk {
  0%, 55% { border-color: var(--ink); }
  100%    { border-color: var(--line-2); }
}
@media (prefers-reduced-motion: reduce) { .lek-wrocil { animation: none; border-color: var(--ink); } }
.lek-teraz { border-color: var(--line-2); }
.lek-gora { display: flex; align-items: baseline; gap: 10px; min-width: 0; }
.lek-nr {
  flex: none;
  font-size: .8125rem; font-weight: 700; letter-spacing: .06em;
  color: var(--ink-3); font-variant-numeric: tabular-nums;
}
.lek-tytul {
  min-width: 0; font-size: 1rem; font-weight: 600; letter-spacing: -.01em;
  line-height: 1.3; overflow-wrap: break-word;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden;
}
.lek-dol { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.lek-plakietka {
  display: inline-flex; align-items: center;
  height: 22px; padding: 0 10px; border-radius: 999px;
  font-size: .75rem; font-weight: 600; letter-spacing: .01em;
  white-space: nowrap;
  border: 1px solid var(--kontur); color: var(--ink-2); background: transparent;
}
.lek-plakietka.g-gotowa {
  background: var(--ink); border-color: var(--ink); color: var(--paper);
}
.lek-plakietka.g-pusta {
  border-style: dashed; border-color: var(--line-2); color: var(--ink-3);
}
.lek-bok {
  grid-area: bok; display: flex; align-items: center; gap: 4px; flex: none;
}
.lek-otwarta .lek-akcja { display: none; }
.lek-podglad {
  grid-area: podglad;
  margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line-2);
}
.lek-etapy {
  list-style: none; margin: 0 0 14px; padding: 0;
  display: flex; align-items: flex-start; gap: 0; flex-wrap: wrap;
}
.lek-etap {
  position: relative; flex: 1 1 0; min-width: 108px;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  text-align: center; font-size: .75rem; color: var(--ink-3);
}
.lek-etap::before {
  content: ''; position: absolute; top: 8px; right: 50%; left: -50%;
  height: 1px; background: var(--line-2);
}
.lek-etap:first-child::before { display: none; }
.lek-etap.jest { color: var(--ink); }
.lek-etap.jest::before { background: var(--kontur); }
.lek-etap.teraz { color: var(--ink-2); }
.lek-etap-n { display: block; line-height: 1.35; }
.lek-etap-znak {
  position: relative; z-index: 1; flex: none;
  width: 17px; height: 17px; display: grid; place-items: center;
  background: var(--fill); border-radius: 50%;
}
.lek-etap-znak svg {
  width: 17px; height: 17px; fill: none; stroke: currentColor;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.lek-etap.jest .lek-etap-znak circle { fill: currentColor; }
.lek-etap.jest .lek-etap-znak path { stroke: var(--paper); stroke-width: 2.1; }
.lek-dalej { margin: 0 0 12px; font-size: .875rem; line-height: 1.55; color: var(--ink-2); }
.lek-studio, .lek-zobacz {
  height: 44px; padding: 0 18px; font-size: .875rem;
  text-decoration: none; white-space: nowrap;
}
.lek-scen { margin: 0 0 14px; }
.lek-scenariusz { width: 100%; justify-content: center; }
@media (min-width: 700px) { .lek-scenariusz { width: auto; } }
.lek-scen-nota { color: var(--zle, #E0827A); font-size: .82rem; line-height: 1.45;
                 margin: 8px 0 0; }
.lek-scen-nota:empty { display: none; }
.lek-podglad-akcje { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.lek-dol { display: flex; align-items: center; gap: 8px; }
.lek-czas {
  font-size: .875rem; color: var(--ink-3);
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.lek-akcja {
  height: 36px; padding: 0 14px; font-size: .875rem; min-width: 104px;
  justify-content: center; text-decoration: none; white-space: nowrap;
}
@media (hover: none) { .lek-akcja { height: 44px; } }
.lek-usun {
  flex: none;
  width: 30px; height: 30px; display: grid; place-items: center;
  padding: 0; border: 0; background: none; border-radius: var(--r);
  font: inherit; font-size: .75rem; color: var(--ink-3);
  cursor: pointer; opacity: 0; transition: opacity var(--t) var(--ease);
}
.lek-usun svg {
  width: 15px; height: 15px; fill: none; stroke: currentColor;
  stroke-width: 1.6; stroke-linecap: round;
}
.lek:hover .lek-usun, .lek:focus-within .lek-usun { opacity: 1; }
.lek-usun.pyta {
  opacity: 1; color: var(--ink); width: auto; padding: 0 8px;
  text-decoration: underline; text-underline-offset: 3px;
}
.lek-usun:disabled { opacity: .4; cursor: default; }
@media (hover: none) {
  .lek-usun { opacity: .55; position: relative; }
  .lek-usun::before {
    content: ''; position: absolute; top: 50%; left: 50%;
    min-width: 44px; width: 100%; height: 44px;
    transform: translate(-50%, -50%);
  }
}
.lek-plus {
  display: block; background: transparent;
  border-style: solid; border-color: var(--line-2); padding: 0;
  transition: border-color var(--t) var(--ease), background var(--t) var(--ease);
}
.lek-plus:hover { border-color: var(--kontur); background: var(--fill); }
.lek-plus .lek-dodaj { padding: 0; width: 100%; display: flex; }
.lek-plus .lek-dodaj[hidden] { display: none; }
.lek-plus .lnk {
  flex: 1; display: flex; flex-direction: row;
  align-items: center; justify-content: center; gap: 9px;
  min-height: 52px; padding: 12px; text-decoration: none;
  font-size: .875rem; color: var(--ink-2); text-align: center;
}
.lek-plus .lnk::before {
  content: '+'; font-size: 1.375rem; line-height: 1; font-weight: 400;
  color: var(--ink-3);
}
.lek-plus .lnk:hover, .lek-plus .lnk:hover::before { color: var(--ink); }
.lek-plus .lek-dodaj-f { width: 100%; padding: 12px; }
.lek-pusto {
  border: 1px solid var(--line-2); border-radius: var(--r-card);
  padding: clamp(18px, 4vw, 26px);
}
.lek-pusto[hidden] { display: none; }
.lek-pusto-t {
  font-family: var(--black); font-weight: 400;
  font-size: 1.125rem; letter-spacing: -.02em; margin: 0 0 6px;
}
.lek-pusto-d { margin: 0 0 14px; color: var(--ink-2); font-size: .875rem; }
.lek-prop { list-style: none; margin: 0 0 18px; padding: 0; counter-reset: prop; }
.lek-prop li {
  counter-increment: prop;
  display: flex; gap: 12px; align-items: baseline;
  padding: 9px 0; border-bottom: 1px solid var(--line);
  font-size: .875rem;
}
.lek-prop li:last-child { border-bottom: 0; }
.lek-prop li::before {
  content: counter(prop, decimal-leading-zero);
  flex: none; font-size: .75rem; font-weight: 700;
  letter-spacing: .06em; color: var(--ink-3);
}
.lek-dodaj { padding: 14px 0 2px; }
.lek-dodaj .lnk { font-size: .875rem; color: var(--ink-2); }
.lek-dodaj .lnk:hover { color: var(--ink); }
.lek-dodaj-f { display: flex; gap: 10px; align-items: center; }
.lek-dodaj-f[hidden] { display: none; }
.lek-dodaj-f input {
  flex: 1; min-width: 0; height: 44px; padding: 0 12px;
  background: transparent; border: 1px solid var(--line-2);
  border-radius: var(--r); font: inherit; color: var(--ink);
}
.lek-dodaj-f input:focus { outline: none; border-color: var(--ink); }
.lek-dodaj-f input:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.lek-msg { margin: 10px 0 0; font-size: .875rem; color: var(--ink); }
.lek-msg[hidden] { display: none; }
.foto-zrodlo { margin: 14px 0 0; font-size: .75rem; color: var(--ink-3); line-height: 1.6; }
.foto-zrodlo[hidden] { display: none; }
.foto-zrodlo a { color: var(--ink-3); text-decoration: underline; text-underline-offset: 3px; }
.foto-zrodlo a:hover { color: var(--ink); }
.pulpit { display: flex; flex-direction: column; gap: 14px; }
.pulpit-siatka {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(236px, 1fr));
  gap: 12px; align-items: start;
}
.kaf {
  display: flex; flex-direction: column; min-height: 168px;
  padding: 14px 16px 12px;
  border: 1px solid var(--line-2); border-radius: var(--r-card);
}
.kaf-t {
  font-size: .75rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3); margin: 0 0 10px;
}
.kaf-stan { margin: 0 0 10px; font-size: .875rem; line-height: 1.5; color: var(--ink); }
.kaf-stan:empty { display: none; }
.kaf-stan, .lek-dalej, .pub-stan, .str-dok-opis, .pan-uwaga-d, .lek-pusto-d, .pub-nota { max-width: 70ch; }
.kaf-otw {
  margin-top: auto; align-self: flex-start;
  display: inline-flex; align-items: center; gap: 7px;
  min-height: 44px; padding: 0; border: 0; background: none;
  font: inherit; font-size: .875rem; color: var(--ink-2); cursor: pointer;
  text-decoration: underline; text-underline-offset: 3px;
}
.kaf-otw:hover { color: var(--ink); }
.kaf-otw::after {
  content: ''; flex: none;
  width: 6px; height: 6px; border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform var(--t) var(--ease);
}
.kaf-otw.on::after { transform: rotate(-135deg) translate(-2px, -2px); }
.kaf-cialo { padding-top: 4px; }
.kaf-cialo[hidden] { display: none; }
.kaf.kaf-otwarty { grid-column: 1 / -1; }
.kaf-wiecej { margin-top: 10px; }
.kaf-wiecej-t {
  list-style: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 6px;
  min-height: 32px; font-size: .875rem; color: var(--ink-2);
  text-decoration: underline; text-underline-offset: 3px;
}
.kaf-wiecej-t::-webkit-details-marker { display: none; }
.kaf-wiecej-t::after {
  content: ''; flex: none;
  width: 6px; height: 6px; border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform var(--t) var(--ease);
}
.kaf-wiecej[open] .kaf-wiecej-t::after,
.pulpit-praca[open] .kaf-wiecej-t::after { transform: rotate(-135deg) translate(-2px, -2px); }
.kaf-wiecej-t:hover { color: var(--ink); }
@media (hover: none) { .kaf-wiecej-t { min-height: 44px; } }
.zysk-rzad { display: flex; gap: clamp(18px, 4vw, 32px); margin-bottom: 12px; flex-wrap: wrap; }
.zysk-mnoz { margin: -6px 0 14px; font-size: .875rem; color: var(--ink-3); line-height: 1.55; }
.zysk-mnoz[hidden] { display: none; }
.ks-cena b { color: var(--ink-2); }
.str-podstawy { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line-2); }
.widok-dzial .kaf-cialo > .str-podstawy { margin-top: 18px; }
.str-podstawy > .calosc-akcje { margin-top: 4px; }
.pulpit-praca { margin-top: 2px; }
.calosc-h {
  font-size: .75rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3); margin: 0 0 14px;
}
.calosc-akcje {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line-2);
}
.str-pole { display: block; margin-bottom: 14px; }
#spr-tresc .str-blok textarea { min-height: 140px; border-radius: var(--r); }
.str-blok-t {
  display: flex; align-items: baseline; gap: 12px; margin-bottom: 2px;
}
.str-blok-n {
  font-size: .75rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3);
}
.str-blok-s { font-size: .75rem; color: var(--ink-3); flex: none; margin-left: auto; }
main.pan :is(.btn, .btn-line) { font-size: .875rem; }
.spr-lista { display: flex; flex-direction: column; gap: 8px; }
.spr-postep { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.spr-postep-pelny .spr-postep-rowek { display: none; }
.spr-postep-rowek {
  flex: 1; height: 4px; border-radius: 999px;
  background: var(--fill-2); overflow: hidden;
}
.spr-postep-rowek i {
  display: block; height: 100%; width: 0;
  background: var(--ink); border-radius: 999px;
  transition: width var(--t) var(--ease);
}
.spr-postep-t { flex: none; font-size: .875rem; color: var(--ink-3); }
.spr-w {
  display: flex; align-items: flex-start; gap: 12px; width: 100%;
  min-height: 56px; padding: 13px 16px; text-align: left; cursor: pointer;
  background: var(--fill); border: 1px solid var(--line-2); border-radius: var(--r-wiersz);
  font: inherit; color: var(--ink);
  transition: background var(--t) var(--ease), border-color var(--t) var(--ease);
}
.spr-w:hover { background: #1F1F23; border-color: var(--line-2); }
.spr-w:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.spr-w-stan {
  flex: none; width: 16px; height: 16px; margin-top: 3px; border-radius: 50%;
  border: 1.5px solid var(--kontur);
  transition: background var(--t) var(--ease), border-color var(--t) var(--ease);
}
.spr-w:not(.spr-w-ok) .spr-w-stan { border-width: 2px; border-color: var(--ink-2); }
.spr-w-ok .spr-w-stan { background: var(--ink); border-color: var(--ink); }
.spr-w-tresc { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.spr-w-nazwa { font-size: 1rem; font-weight: 600; line-height: 22px; height: 22px;
               overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.spr-w-opis {
  font-size: .8125rem; line-height: 20px; height: 20px; color: var(--ink-3);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.spr-w-strzalka {
  flex: none; width: 7px; height: 7px; margin: 8px 2px 0 0;
  border-right: 1.5px solid var(--ink-3); border-top: 1.5px solid var(--ink-3);
  transform: rotate(45deg);
}
.spr-w:hover .spr-w-strzalka { border-color: var(--ink); }
.spr-w-schowana { opacity: .45; }
.spr-w-ukryj { flex: none; font-size: .875rem; padding: 6px 8px; min-height: 32px; }
@media (hover: none) { .spr-w-ukryj { min-height: 44px; } }
.spr-w-schowana .spr-w-nazwa { text-decoration: line-through; }
.spr-w-ust { align-items: center; padding-left: 42px; }
div.spr-w-ust { cursor: default; }
div.spr-w-ust:hover { background: var(--fill); border-color: var(--line-2); }
.spr-w-wartosc { color: var(--ink-3); }
.spr-w:not(.spr-w-ust) + .spr-w-ust { margin-top: 18px; position: relative; }
.spr-w:not(.spr-w-ust) + .spr-w-ust::before {
  content: ''; position: absolute; left: 0; right: 0; top: -13px;
  height: 1px; background: var(--line-2);
}
#spr-tresc .spr-kolumna > .str-blok { display: none; }
#spr-tresc .spr-kolumna.spr-skupienie > .spr-lista { display: none; }
#spr-tresc .spr-kolumna.spr-skupienie > * { display: none; }
#spr-tresc .spr-kolumna.spr-skupienie > .spr-skup-pas { display: grid; }
#spr-tresc .spr-kolumna.spr-skupienie > .str-wybrane { display: flex; }
#spr-tresc .spr-kolumna.spr-skupienie .str-wybrane textarea { min-height: 320px; }
#spr-tresc .spr-kolumna.spr-przejscie {
  overflow: hidden;
  transition: height .22s cubic-bezier(.4, 0, .2, 1);
}
#spr-tresc .spr-kolumna.spr-skupienie > .spr-skup-pas,
#spr-tresc .spr-kolumna.spr-skupienie > .str-wybrane {
  animation: spr-wglab .22s cubic-bezier(.4, 0, .2, 1) both;
}
#spr-tresc .spr-kolumna.spr-przejscie:not(.spr-skupienie) > .spr-lista {
  animation: spr-wstecz .22s cubic-bezier(.4, 0, .2, 1) both;
}
@keyframes spr-wglab {
  from { opacity: 0; transform: translateX(12px); }
  to { opacity: 1; transform: none; }
}
@keyframes spr-wstecz {
  from { opacity: 0; transform: translateX(-12px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  #spr-tresc .spr-kolumna.spr-przejscie { transition: none; }
  #spr-tresc .spr-kolumna.spr-skupienie > .spr-skup-pas,
  #spr-tresc .spr-kolumna.spr-skupienie > .str-wybrane,
  #spr-tresc .spr-kolumna.spr-przejscie:not(.spr-skupienie) > .spr-lista {
    animation: none;
  }
}
.spr-skup-pas {
  display: grid; grid-template-columns: 36px 1fr; align-items: center;
  gap: 2px 12px; margin-bottom: 6px;
}
.spr-skup-co { grid-column: 2; font-size: 1rem; font-weight: 600; line-height: 22px; color: var(--ink); }
.spr-skup-opis {
  grid-column: 2; margin: 0;
  font-size: .875rem; line-height: 20px; color: var(--ink-3);
}
.spr-skup-wroc {
  grid-column: 1; grid-row: 1 / span 2; width: 36px; height: 36px; padding: 0;
  display: grid; place-items: center; cursor: pointer;
  background: none; border: 1px solid var(--line-2); border-radius: 50%;
  color: var(--ink);
  transition: background var(--t) var(--ease), border-color var(--t) var(--ease);
}
.spr-skup-wroc::before {
  content: ''; width: 8px; height: 8px; margin-left: 3px;
  border-left: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}
.spr-skup-wroc:hover { background: var(--fill); border-color: var(--kontur); }
.spr-skup-wroc:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.spr-skup-ukryj {
  grid-column: 2; grid-row: 3; justify-self: start;
  margin-top: 6px; padding: 6px 0;
  font-size: .875rem; color: var(--ink-3);
}
.spr-skup-ukryj:hover { color: var(--ink); }
#spr-tresc .spr-kolumna.spr-skupienie > .str-wybrane {
  background: none; border: 0; padding: 0; border-radius: 0;
}
#spr-tresc .spr-kolumna.spr-skupienie > .str-wybrane > .str-blok-t { display: none; }
.str-ukryte { display: flex; flex-direction: column; gap: 8px; }
.str-ukryte-brak { margin: 0; font-size: .875rem; line-height: 1.5; color: var(--ink-3); }
.str-ukryte-l { margin: 0 0 2px; font-size: .875rem; color: var(--ink-2); }
.str-ukryta {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px 14px; border-radius: var(--r-kafel); background: var(--fill);
}
.str-ukryta-n { font-size: .875rem; font-weight: 600; }
@keyframes str-mrug {
  0%, 100% { box-shadow: 0 0 0 0 transparent; }
  50% { box-shadow: 0 0 0 3px color-mix(in srgb, var(--ink) 45%, transparent); }
}
.str-mrug { animation: str-mrug 1.4s ease; border-radius: var(--r); }
.str-cofnij { margin-left: 6px; padding: 6px 8px; }
.spr-adres-msg { color: var(--ink); font-weight: 600;
  white-space: normal; overflow: visible; text-overflow: clip;
  margin-left: 0; }
.spr-pasek:has(.spr-adres-msg) { flex-wrap: wrap; }
.str-foto-rzad { display: flex; align-items: center; gap: 16px; }
.str-foto-pod { flex: none; }
.str-foto-pod img {
  width: 68px; height: 68px; border-radius: 50%;
  object-fit: cover; display: block; background: var(--line);
}
.str-foto-kol { flex: 1; min-width: 0; }
.str-foto-o { display: block; font-size: .875rem; line-height: 1.5; color: var(--ink-2); }
#spr-akcje .lnk,
#pub-akcje .lnk,
.str-dok-akcje .lnk,
.str-ukryta .lnk,
.str-foto-akcje .lnk { font-size: .875rem; }
.str-foto-akcje { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 10px; }
.str-foto-msg { margin: 10px 0 0; font-size: .875rem; line-height: 1.5; color: var(--ink); }
@media (max-width: 560px) {
  .str-foto-rzad { flex-direction: column; align-items: flex-start; }
}
.str-pole > span {
  display: block; margin-bottom: 6px;
  font-size: .875rem; font-weight: 600; letter-spacing: 0;
  text-transform: none; color: var(--ink);
}
.pub-wybor-l { display: block; margin-bottom: 2px; font-size: .875rem; font-weight: 600; color: var(--ink); }
.str-szablony {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.str-szablon-b { align-items: stretch; gap: 10px; padding: 12px; }
.str-szablon-rys {
  display: block; border-radius: 8px; overflow: hidden;
  background: var(--paper); border: 1px solid var(--line-2);
}
.str-szablon-rys svg { display: block; width: 100%; height: auto; }
.str-szablon-rys .sz-film { fill: var(--fill-2); }
.str-szablon-rys .sz-karta { fill: none; stroke: var(--ink-3); stroke-width: 1.2; }
.str-szablon-rys .sz-ram { fill: none; stroke: var(--line); stroke-width: 1.2; }
.str-szablon-rys .sz-cta { fill: var(--ink-3); }
.str-szablon-b.on .sz-karta { stroke: var(--ink-2); }
.str-szablon-b.on .sz-cta { fill: var(--ink); }
.str-szablon-rys .sz-tyt  { fill: var(--ink-3); }
.str-szablon-rys .sz-t    { fill: var(--line); }
.str-szablon-b.on .str-szablon-rys { border-color: var(--ink-3); }
.str-szablon-b.on .sz-film { fill: var(--kontur); }
.str-szablon-b.on .sz-tyt  { fill: var(--ink-2); }
.str-szablon-b.on .sz-t    { fill: var(--fill-2); }
@media (max-width: 700px) {
  .str-szablony { grid-template-columns: 1fr; }
}
.str-pole input {
  width: 100%; height: 40px; padding: 0 12px;
  background: transparent; border: 1px solid var(--kontur);
  border-radius: var(--r); font: inherit; font-size: 1rem; color: var(--ink);
}
.str-pole textarea,
.str-pole select {
  width: 100%; min-height: 44px; padding: 11px 12px;
  background: transparent; border: 1.5px solid var(--kontur);
  border-radius: var(--r); font: inherit; font-size: 1rem; color: var(--ink);
}
.str-pole ::placeholder,
.str-dok-pole ::placeholder { color: var(--ink-3); opacity: 1; }
.str-pole textarea { min-height: 96px; line-height: 1.55; resize: vertical; }
.str-pole select {
  appearance: none; -webkit-appearance: none;
  padding-right: 38px; cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 19px) calc(50% + 1px), calc(100% - 13px) calc(50% + 1px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.str-pole select option { color: #111; background: #fff; }
.str-pole input:focus, .str-pole textarea:focus, .str-pole select:focus {
  outline: none; border-color: var(--ink);
}
.str-pole input:focus-visible,
.str-pole textarea:focus-visible,
.str-pole select:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
#str-cena { max-width: 150px; }
.str-kolory { display: flex; gap: 8px; flex-wrap: wrap; }
.str-kolor {
  position: relative;
  width: 34px; height: 34px; border-radius: 50%;
  border: 0; padding: 0; cursor: pointer;
}
.str-kolor::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  width: 44px; height: 44px; transform: translate(-50%, -50%);
  border-radius: 50%;
}
.str-kolor.on { box-shadow: 0 0 0 3px var(--paper), 0 0 0 4.5px var(--ink); }
.str-kolor[data-hex="#111111"] { outline: 1px solid var(--kontur); outline-offset: -1px; }
.str-msg { margin: -4px 0 12px; font-size: .875rem; color: var(--ink); }
.calosc-akcje + .str-msg { margin-top: 8px; }
.mkt-karty { display: flex; flex-direction: column; gap: 12px; }
.mkt-zamek {
  text-align: center; padding: 18px 20px;
  border-radius: var(--r-kafel); background: var(--fill);
  border: 1px solid var(--line-2);
}
.mkt-zamek > * { max-width: 420px; margin-left: auto; margin-right: auto; }
.mkt-zamek svg {
  display: block;
  width: 40px; height: 40px; margin: 0 auto 12px;
  fill: none; stroke: var(--ink-3); stroke-width: 1.4;
  stroke-linecap: round; stroke-linejoin: round;
}
.mkt-zamek p { margin: 0 auto 18px; color: var(--ink-2); font-size: .875rem; }
.mk-siatka { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.mk-kat {
  position: relative; display: block; aspect-ratio: 4 / 3; min-height: 120px;
  padding: 0; margin: 0; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--r-wiersz); background: var(--fill-2);
  color: var(--ink); font: inherit; text-align: left; cursor: pointer;
  appearance: none; -webkit-appearance: none;
  transition: border-color .15s var(--ease);
}
.mk-kat img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: .55; transition: opacity .2s var(--ease), transform .3s var(--ease);
}
.mk-kat::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(9, 9, 11, .05) 0%, rgba(9, 9, 11, .84) 100%);
}
.mk-kat:hover, .mk-kat:focus-visible { border-color: var(--kontur); }
.mk-kat:hover img { opacity: .7; transform: scale(1.03); }
.mk-kat:focus-visible { outline: 2px solid var(--kontur); outline-offset: 2px; }
.mk-kat-tresc { position: absolute; left: 14px; right: 14px; bottom: 12px; z-index: 1; display: grid; gap: 2px; }
.mk-kat-tresc svg {
  width: 18px; height: 18px; margin-bottom: 6px;
  fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}
.mk-kat-n { font-size: .9375rem; font-weight: 600; line-height: 1.2; }
.mk-kat-w { font-size: .75rem; color: var(--ink-2); }
.mk-kat.ma .mk-kat-w { color: var(--ink); }
.mk-kat.zamk img { opacity: .3; filter: grayscale(1); }
.mk-kat.zamk .mk-kat-n { color: var(--ink-2); }
.mk-klodka {
  position: absolute; top: 10px; right: 10px; z-index: 1;
  width: 24px; height: 24px; display: grid; place-items: center;
  border-radius: 999px; background: rgba(9, 9, 11, .7); color: var(--ink-2);
}
.mk-klodka svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 640px) {
  .mk-siatka { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .mk-kat { aspect-ratio: 1 / 1; min-height: 0; }
}
.mk-glowa { margin: 0 0 14px; }
.mk-wroc { display: inline-block; margin: 0 0 10px; font-size: .8125rem; }
.mk-tytul { display: flex; align-items: center; gap: 10px; }
.mk-tytul svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; color: var(--ink-2); }
.mk-tytul h3 { margin: 0; font-size: 1.1875rem; font-weight: 600; letter-spacing: -.01em; }
.mk-forma { margin: 4px 0 0; font-size: .875rem; color: var(--ink-3); }
.mk-hook-kreatora {
  display: grid; gap: 2px; margin: 0 0 14px; padding: 10px 12px;
  border: 1px dashed var(--line-2); border-radius: var(--r); font-size: .875rem; line-height: 1.45;
}
.mk-et { display: block; font-size: .6875rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.mk-akcja { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 0 0 16px; }
.mk-generuj { min-width: 160px; }
.mk-msg { margin: 0; font-size: .875rem; color: var(--ink-2); }
.mk-msg[hidden] { display: none; }
.mk-pomysly { display: grid; gap: 10px; }
.mk-pusto, .mk-uwaga { margin: 12px 0 0; font-size: .875rem; color: var(--ink-2); }
.mk-pomysl {
  padding: var(--card-pad); border: 1px solid var(--line-2); border-radius: var(--r-card);
  background: var(--fill); display: grid; gap: 4px;
}
.mk-pomysl .mk-et { margin-top: 10px; }
.mk-pomysl .mk-et:first-child { margin-top: 0; }
.mk-p-hook { margin: 0; font-size: 1.0625rem; font-weight: 600; line-height: 1.35; letter-spacing: -.01em; }
.mk-p-tytul, .mk-p-cta { margin: 0; font-size: .9375rem; line-height: 1.45; }
.mk-sceny { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 4px; }
.mk-scena {
  padding: 12px 14px; border: 1px solid var(--line-2); border-radius: var(--r-wiersz);
  background: var(--paper); display: grid; gap: 3px; align-content: start;
}
.mk-s-glowa { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.mk-s-nr {
  flex: none; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center;
  background: var(--fill-2); color: var(--ink-2);
  font-style: normal; font-size: .75rem; font-weight: 700; font-variant-numeric: tabular-nums;
}
.mk-s-typ { font-size: .8125rem; font-weight: 600; }
.mk-s-sek {
  margin-left: auto; padding: 2px 8px; border: 1px solid var(--line-2); border-radius: 999px;
  font-size: .75rem; color: var(--ink-2); font-variant-numeric: tabular-nums; white-space: nowrap;
}
.mk-scena .mk-et { margin-top: 6px; }
.mk-s-co, .mk-s-mowi, .mk-s-jak { margin: 0; font-size: .875rem; line-height: 1.45; }
.mk-s-co { color: var(--ink-2); }
.mk-s-mowi { color: var(--ink); }
.mk-s-jak { color: var(--ink-3); font-size: .8125rem; }
.mk-razem { margin: 6px 0 0; font-size: .75rem; color: var(--ink-3); text-align: right; font-variant-numeric: tabular-nums; }
.mk-glos { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line-2); display: grid; gap: 6px; }
.mk-glos-tekst {
  width: 100%; box-sizing: border-box; resize: vertical; min-height: 72px;
  padding: 10px 12px; border: 1px solid var(--line-2); border-radius: var(--r);
  background: var(--fill-2); color: var(--ink); font: inherit; font-size: .875rem; line-height: 1.45;
}
.mk-glos-tekst:focus { outline: none; border-color: var(--kontur); }
.mk-glos-rzad { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.mk-glos-gen { height: 34px; }
.mk-glos-msg { font-size: .8125rem; color: var(--ink-2); }
.mk-glos-msg[hidden] { display: none; }
.mk-glos audio { width: 100%; margin-top: 4px; }
@media (max-width: 640px) { .mk-sceny { grid-template-columns: 1fr; } }
.mk-tagi { margin: 8px 0 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: .75rem; color: var(--ink-2); }
.mk-tagi span { padding: 2px 8px; border: 1px solid var(--line-2); border-radius: 999px; }
.mk-dlaczego { margin: 10px 0 0; padding-top: 10px; border-top: 1px solid var(--line-2); font-size: .8125rem; color: var(--ink-3); }
.mk-p-stopka { display: flex; align-items: center; gap: 14px; margin-top: 12px; }
.mk-kopiuj { height: 34px; }
.mk-usun { font-size: .8125rem; color: var(--ink-3); }
.mk-usun:hover { color: var(--ink); }
.kurs-staty { display: flex; gap: clamp(20px, 4vw, 40px); }
.ks-i { display: flex; flex-direction: column; gap: 2px; }
.ks-i b {
  font-family: var(--black); font-weight: 400;
  font-size: clamp(1.15rem, 2.6vw, 1.45rem); letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
}
.ks-i span {
  font-size: .75rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3);
}
.kurs-staty-note { margin: 10px 0 0; }
.brakuje { list-style: none; margin: 0; padding: 0; }
.brakuje-i {
  display: grid; grid-template-columns: 1fr auto; gap: 2px 12px;
  padding: 11px 0; border-bottom: 1px solid var(--line);
}
.brakuje-i:last-child { border-bottom: 0; }
.brakuje-i b { font-size: .875rem; font-weight: 600; color: var(--ink-2); }
.brakuje-i em {
  font-style: normal; font-size: .75rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3);
}
.brakuje-i p { grid-column: 1 / -1; margin: 0; font-size: .875rem; color: var(--ink-3); line-height: 1.5; }
.pomoc {
  border-top: 1px solid var(--line-2); padding-top: clamp(18px, 4vw, 26px);
}
.pomoc-rzad { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: stretch; }
.pomoc-i {
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center; align-content: center; gap: 2px 12px;
  padding: 18px 20px; background: var(--fill);
  border: 1px solid var(--line-2); border-radius: var(--r-card);
}
.pomoc-i > .pomoc-ava, .pomoc-i > .help-team { grid-column: 1; grid-row: 1 / span 2; }
.pomoc-i b { grid-column: 2; grid-row: 1; font-size: 1rem; font-weight: 700; }
.pomoc-i > .fine { grid-column: 2; grid-row: 2; margin: 0; }
.pomoc-i .lnk {
  grid-column: 3; grid-row: 1 / span 2;
  display: inline-flex; align-items: center; min-height: 44px;
  font-size: .875rem; white-space: nowrap;
}
.pomoc-i p { margin: 0; font-size: .875rem; line-height: 1.5; color: var(--ink-2); }
.pomoc-i p[hidden] { display: none; }
.pomoc-i > .fine { font-size: .75rem; }
.pomoc-ava, .dro-ava {
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--line-2);
}
.pomoc-ava svg, .dro-ava svg {
  width: 22px; height: 22px; fill: none; stroke: var(--ink-2);
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.pomoc-skrzynka { margin-top: 16px; font-size: .875rem; }
.kurs-drugi {
  flex: 1; min-width: 140px;
  background: none; color: var(--ink); border: 1px solid var(--line-2);
}
.pusto { text-align: center; padding: 8vh 0; }
.pusto-t {
  font-family: 'Archivo Black', Archivo, sans-serif;
  font-size: 1.5rem; margin: 0 0 8px;
}
.pusto-d { color: var(--ink-2); margin: 0 0 22px; }
@media (max-width: 560px) {
  .pomoc-rzad { grid-template-columns: 1fr; }
  .kurs-staty { flex-wrap: wrap; gap: 14px 26px; }
}
.okl { position: absolute; inset: 0; display: block; }
.okl-bel { display: block; border-radius: 1.2cqw; }
.okl-foto { position: absolute; overflow: hidden; background: var(--akc); }
.okl-foto img { position: absolute; inset: 0; width: 100%; height: 100%;
                object-fit: cover; display: block;
  object-position: 50% 42%; }
.okl-1 { background: #F2F0EA; }
.okl-1 .okl-tresc { position: absolute; display: flex; flex-direction: column;
                    justify-content: center; }
.okl-1 .okl-bel-h { height: 5.6cqw; background: #14140F; }
.okl-1 .okl-bel-t { height: 2.6cqw; background: rgba(20,20,15,.30); }
.okl-1 .okl-bel-a { height: 2.6cqw; background: var(--akc); }
.okl-1 .okl-kropka { width: 3.4cqw; height: 3.4cqw; border-radius: 50%;
                     background: var(--akc); flex: none; }
.okl-1 .okl-wiersz { display: flex; align-items: center; gap: 2.4cqw; }
.okl-1a .okl-foto { inset: 0; }
.okl-1a .okl-foto::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.12), rgba(0,0,0,.76));
}
.okl-1a .okl-tresc { inset: auto 8cqw 8cqw 8cqw; gap: 2.6cqw; }
.okl-1a .okl-bel-h { background: #FFFFFF; }
.okl-1a .okl-bel-t { background: rgba(255,255,255,.55); }
.okl-1b .okl-foto { inset: 0 56% 0 0; }
.okl-1b .okl-tresc { inset: 0 7cqw 0 50cqw; gap: 2.8cqw; }
.okl-1c .okl-foto { inset: 0 0 74% 0; }
.okl-1c .okl-tresc { inset: 32cqw 8cqw 7cqw 8cqw; gap: 2.8cqw; justify-content: flex-start; }
.okl-1d .okl-foto { inset: 7cqw 7cqw 40% 7cqw; border-radius: 1.4cqw; }
.okl-1d .okl-tresc { inset: auto 7cqw 7cqw 7cqw; gap: 2.4cqw; }
.pan-kurs { position: relative; flex: 0 1 auto; min-width: 0; max-width: 520px; }
.pan-kurs[hidden] { display: none; }
.pan-kurs-b {
  display: flex; align-items: center; gap: 10px;
  width: 100%; min-width: 0;
  min-height: 40px; padding: 7px 11px; cursor: pointer;
  font: inherit; font-size: 1rem; font-weight: 600; color: var(--ink);
  background: var(--fill);
  border: 1px solid var(--line); border-radius: var(--r);
  transition: background var(--t) var(--ease);
}
.pan-kurs-b:hover { background: #1F1F23; }
.pan-kurs-kropka {
  flex: none; width: 9px; height: 9px; border-radius: 999px;
  background: var(--akc-znacznik, var(--akc, var(--ink-3)));
}
.pan-kurs-b:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.pan-kurs-t {
  min-width: 0; overflow: hidden;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  line-height: 1.25;
}
.pan-kurs-strzal {
  flex: none; margin-left: auto; width: 7px; height: 7px;
  border-right: 2px solid var(--ink-2); border-bottom: 2px solid var(--ink-2);
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform var(--t) var(--ease);
}
.pan-kurs.otwarty .pan-kurs-b { background: var(--fill-2); }
.pan-kurs.otwarty .pan-kurs-strzal { transform: rotate(-135deg) translate(-2px, -2px); }
@media (min-width: 901px) { .pan-kurs { min-width: 210px; } }
.pan-nowy {
  flex: none; display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; height: 40px; padding: 0 16px; cursor: pointer;
  font: inherit; font-size: .875rem; font-weight: 600; color: var(--paper);
  background: var(--ink); border: 0; border-radius: var(--r);
  transition: background var(--t) var(--ease), color var(--t) var(--ease);
}
.pan-nowy:hover { background: #FFFFFF; }
.pan-nowy:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.pan-nowy[hidden] { display: none; }
.pan-nowy svg {
  width: 16px; height: 16px; flex: none; fill: none; stroke: currentColor;
  stroke-width: 2.2; stroke-linecap: round;
}
.okno {
  margin: auto;
  width: min(460px, calc(100vw - 32px)); padding: 0;
  color: var(--ink); background: var(--paper);
  border: 1px solid var(--line-2); border-radius: var(--r-card);
  box-shadow: 0 30px 80px rgba(0,0,0,.6);
}
.okno::backdrop { background: rgba(0,0,0,.62); backdrop-filter: blur(2px); }
.okno-f { display: flex; flex-direction: column; padding: 24px clamp(18px, 5vw, 26px) 22px; }
.okno-t {
  margin: 0 0 6px; font-family: var(--font); font-weight: 700;
  font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3);
}
.okno-d { margin: 0 0 20px; font-size: 1.1875rem; font-weight: 600; letter-spacing: -.01em; line-height: 1.3; color: var(--ink); }
.okno-pole { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.okno-pole span {
  font-size: .75rem; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--ink-3);
}
.okno-pole input {
  height: 48px; padding: 0 14px; font-family: inherit; font-size: 1rem;
  color: var(--ink); background: var(--fill);
  border: 1px solid var(--line-2); border-radius: var(--r);
}
.okno-pole input:focus { outline: none; border-color: var(--ink); }
.okno-jezyk { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.okno-jezyk-e {
  font-size: .75rem; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--ink-3); margin-right: 4px;
}
.okno-jezyk-b {
  padding: 6px 13px; cursor: pointer; font: inherit; font-size: .875rem;
  color: var(--ink-2); background: none;
  border: 1px solid var(--line-2); border-radius: var(--r);
}
.okno-jezyk-b:hover { color: var(--ink); border-color: var(--ink-2); }
.okno-rodzaj {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  margin: 2px 0 14px;
}
@media (max-width: 520px) { .okno-rodzaj { grid-template-columns: 1fr; } }
.okno-rodzaj > .okno-jezyk-e {
  grid-column: 1 / -1; margin: 0 0 2px;
}
.okno-rodzaj-b {
  display: flex; flex-direction: column; gap: 4px; text-align: left;
  padding: 11px 13px; cursor: pointer; font: inherit;
  color: var(--ink-2); background: none;
  border: 1px solid var(--line-2); border-radius: var(--r);
  transition: border-color var(--t) var(--ease), color var(--t) var(--ease);
}
.okno-rodzaj-b b { font-size: .875rem; font-weight: 700; color: var(--ink); }
.okno-rodzaj-b span { font-size: .75rem; line-height: 1.45; color: var(--ink-3); }
.okno-rodzaj-b:hover { border-color: var(--ink-2); }
.okno-rodzaj-b.on { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.okno-rodzaj-b.on span { color: var(--ink-2); }
.okno-jezyk-b.on { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.okno-msg { margin: 0 0 14px; font-size: .875rem; color: var(--ink); }
.okno-msg[hidden] { display: none; }
.okno-akcje { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.okno-akcje .btn { flex: none; }
#okno-konto { position: relative; }
.okno-x {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  width: 34px; height: 34px; display: grid; place-items: center;
  border: 0; border-radius: 50%; background: none; cursor: pointer;
  color: var(--ink-3); font-size: 1.5rem; line-height: 1;
}
.okno-x:hover { color: var(--ink); background: var(--fill); }
.plan-miernik {
  margin: 0 0 10px; padding: 18px 20px;
  border: 1px solid var(--line-2); border-radius: var(--r-kafel);
  background: var(--fill);
}
.plan-miernik-l {
  margin: 0 0 6px; font-size: .75rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3);
}
.plan-miernik-n {
  margin: 0 0 11px; font-size: 1rem; color: var(--ink-3);
  font-variant-numeric: tabular-nums;
}
.plan-miernik-n b {
  font-family: var(--black); font-weight: 400;
  font-size: 1.75rem; color: var(--ink); letter-spacing: -.01em;
}
.plan-pasek { height: 5px; border-radius: 999px; background: var(--line-2); overflow: hidden; }
.plan-pasek i { display: block; height: 100%; border-radius: 999px; background: var(--ink); }
.okno-podpis {
  margin: -2px 0 4px; padding: 0 2px;
  font-size: .75rem; line-height: 1.45; color: var(--ink-3);
}
.okno-cicha {
  margin-top: 4px; padding-top: 12px;
  border: 0; border-top: 1px solid var(--line-2); border-radius: 0;
  background: none; color: var(--ink-3);
  font: inherit; font-size: .875rem; font-weight: 600;
  text-align: center; cursor: pointer; min-height: 38px;
}
.okno-cicha:hover { color: var(--ink); background: none; }
.okno-ust { width: min(720px, calc(100vw - 32px)); }
.ust-uklad { display: flex; align-items: stretch; min-height: 380px; }
.ust-boki {
  flex: 0 0 176px;
  display: flex; flex-direction: column; gap: 2px;
  padding: 18px 10px;
  border-right: 1px solid var(--line-2);
  background: var(--fill);
  border-radius: var(--r-card) 0 0 var(--r-card);
}
.ust-zak {
  min-height: 40px; padding: 0 12px;
  border: 0; border-radius: 8px; background: none;
  color: var(--ink-2); font: inherit; font-size: .875rem; font-weight: 600;
  text-align: left; cursor: pointer;
}
.ust-zak:hover { color: var(--ink); background: var(--line-2); }
.ust-zak.on { color: var(--ink); background: var(--paper); }
.ust-tresc { flex: 1; min-width: 0; max-height: min(76vh, 640px); overflow-y: auto; }
.ust-panel {
  display: grid; gap: 0; align-content: start;
  grid-template-columns: minmax(0, 1fr);
  padding: 20px 0 26px;
}
.ust-panel > .okno-t,
.ust-panel > .okno-msg,
.ust-panel > .ust-wroc { grid-column: 1 / -1; }
#plan-tresc, #wyp-tresc, #konto-tresc,
#plan-akcje, #wyp-akcje, #konto-akcje { display: contents; }
.ust-panel .plan-miernik { grid-column: 1 / -1; }
@media (max-width: 820px) {
  .ust-panel { grid-template-columns: minmax(0, 1fr); }
}
.ust-dane-rzad { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ust-dane-rzad .konto-dane { margin-bottom: 12px; }
@media (max-width: 480px) { .ust-dane-rzad { grid-template-columns: 1fr; gap: 0; } }
.konto-id { font-variant-numeric: tabular-nums; }
.konto-kopiuj {
  margin-left: 6px; padding: 2px 9px; min-height: 28px;
  border: 1px solid var(--kontur); border-radius: var(--r);
  background: none; color: var(--ink-2);
  font: inherit; font-size: .8125rem; font-weight: 600; cursor: pointer;
}
.konto-kopiuj:hover { color: var(--ink); border-color: var(--ink-3); }
.ust-panel[hidden] { display: none; }
@media (max-width: 900px) {
  .okno-ust { width: calc(100vw - 20px); }
  .ust-uklad { flex-direction: column; min-height: 0; }
  .ust-boki {
    flex: none; flex-direction: row; gap: 4px;
    padding: 10px; border-right: 0; border-bottom: 1px solid var(--line-2);
    border-radius: var(--r-card) var(--r-card) 0 0;
    overflow-x: auto;
  }
  .ust-zak { flex: 1; min-height: 42px; padding: 0 8px; text-align: center; white-space: nowrap; }
  .ust-tresc { max-height: 72vh; }
}
.konto-dane {
  margin: 0; padding: 18px 20px;
  border: 1px solid var(--line-2); border-radius: var(--r-kafel); background: var(--fill);
}
.konto-dane-l {
  margin: 0 0 5px; font-size: .75rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3);
}
.konto-dane-v { margin: 0; font-size: 1rem; color: var(--ink); overflow-wrap: anywhere; }
.okno-fine { margin: 16px 0 0; font-size: .875rem; color: var(--ink-3); }
@media (hover: none) { .okno-jezyk-b { min-height: 42px; } }
.pg {
  display: grid; grid-template-columns: minmax(0, 1fr) fit-content(60%);
  gap: clamp(18px, 3vw, 34px); align-items: center;
  margin-bottom: 14px;
  padding: 18px 20px;
  background: var(--fill); border-radius: var(--r-card);
  border: 1px solid var(--line-2);
}
.pg[hidden] { display: none; }
.pg-lewo { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.pg-nad {
  font-size: .75rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3);
}
.pg-kwota {
  font-family: var(--black); font-weight: 400;
  font-size: clamp(1.35rem, 3vw, 1.8rem); line-height: 1.05;
  letter-spacing: -.03em; font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.pg-kwota.pusta { color: var(--ink); }
.pg-male {
  list-style: none; margin: 14px 0 0; padding: 0;
  display: flex; gap: 24px; flex-wrap: wrap;
}
.pg-male[hidden] { display: none; }
.pg-m { display: flex; align-items: baseline; gap: 7px; }
.pg-m b {
  font-family: var(--black); font-weight: 400; font-size: 1.125rem;
  letter-spacing: -.02em; font-variant-numeric: tabular-nums;
}
.pg-m span {
  font-size: .75rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3);
}
.pg-wykres { margin: 0; display: flex; flex-direction: column-reverse; gap: 10px; min-width: 0; }
.pg-slupki {
  display: flex; align-items: flex-end; justify-content: flex-start;
  gap: clamp(8px, 1.6vw, 18px);
  min-width: 0;
}
.pg-kol {
  flex: 1 1 auto; width: 84px; min-width: 0; max-width: 84px;
  display: flex; flex-direction: column; align-items: stretch; gap: 5px;
}
.pg-etyk {
  font-size: .8125rem; font-weight: 600; color: var(--ink-3);
  letter-spacing: .01em; min-height: 1.1em;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.pg-kol.teraz .pg-etyk { color: var(--ink-2); }
.pg-kwotka {
  font-size: .875rem; font-weight: 700; color: var(--ink-2);
  font-variant-numeric: tabular-nums;
  min-height: 1.15em;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.pg-pas {
  display: flex; align-items: flex-end;
  height: clamp(52px, 7vw, 78px);
  border-bottom: 1.5px solid var(--line);
  background: var(--fill-2);
  border-radius: 3px 3px 0 0;
}
.pg-pas i {
  width: 100%; border-radius: 3px 3px 0 0; background: var(--ink-3);
}
.pg-demo .pg-pas i {
  background: none; border: 1.5px solid var(--ink-3); border-bottom: 0;
  animation: pg-wchodzi .5s var(--ease) backwards;
  animation-delay: var(--zwloka, 0s);
}
.pg-demo .pg-kwotka { color: var(--ink-3); }
@keyframes pg-wchodzi { from { height: 4%; opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .pg-demo .pg-pas i { animation: none; }
}
.pg-kol.teraz .pg-kwotka { color: var(--ink); }
.pg-kol.teraz .pg-pas { border-bottom-color: var(--ink); }
.pg-kol.teraz .pg-pas i { background: var(--ink); }
.pg-podpis {
  font-size: .75rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3);
}
@media (max-width: 720px) {
  .pg { grid-template-columns: 1fr; gap: 18px; align-items: stretch; }
}
.kaf-dz {
  position: relative; min-height: 132px; padding: 14px 15px 12px;
  border: 0; border-radius: 14px; background: var(--fill);
}
.kaf-dz.kaf-otwarty { background: var(--line-2); }
.kaf-dz .kaf-t { margin: 0 0 6px; }
.dz-wart {
  display: block; margin: 0 0 3px;
  font-size: clamp(1.15rem, 1.7vw, 1.45rem); font-weight: 700;
  line-height: 1.15; color: var(--ink);
  font-variant-numeric: tabular-nums;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.kaf-dz > .kaf-stan { display: none; }
.kaf-dz.kaf-otwarty > .kaf-stan {
  display: block; margin: 10px 0 10px;
  font-size: .875rem; line-height: 1.5; color: var(--ink);
}
.dz-rys-box { position: relative; margin-top: auto; padding-bottom: 5px; }
.dz-rys { display: block; width: 100%; height: 46px; }
.dz-rys-box::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg,
    var(--ink) 0 var(--wyp, 0%), var(--line) var(--wyp, 0%) 100%);
}
.pelne    { fill: var(--ink); }
.puste    { fill: var(--ink); opacity: .10; }
.obrys    { fill: none; stroke: var(--ink); stroke-opacity: .22; stroke-width: 1; }
.wyciecie { fill: var(--paper); }
.slup { fill: var(--ink); }
.s0 { opacity: .13 } .s1 { opacity: .30 } .s2 { opacity: .48 }
.s3 { opacity: .70 } .s4 { opacity: 1 }
.pg-h, .pg-t, .pg-c { fill: var(--ink); opacity: .10; }
.jest-tekst .pg-h { opacity: 1; }
.jest-tekst .pg-t { opacity: .34; }
.jest-cena  .pg-c { opacity: 1; }
.pg-cena {
  position: absolute; left: 0; width: 45.7%;
  bottom: 7px;
  margin: 0; font-size: .75rem; font-weight: 700; line-height: 16px;
  text-align: center; letter-spacing: -.01em;
  color: var(--paper); white-space: nowrap; overflow: hidden;
}
.pg-cena:empty { display: none; }
.luk {
  fill: none; stroke: var(--ink); stroke-opacity: .14; stroke-width: 3;
  transform: rotate(-90deg); transform-origin: 22px 25px;
}
.luk.jest { stroke-opacity: 1; }
.pub-kropka { fill: var(--ink); opacity: 0; }
.zywy .pub-kropka { opacity: 1; }
.slup, .pelne, .luk, .pg-h, .pg-t, .pg-c {
  transition: opacity .16s var(--ease), stroke-opacity .16s var(--ease);
}
@media (prefers-reduced-motion: reduce) {
  .slup, .pelne, .luk, .pg-h, .pg-t, .pg-c { transition: none; }
}
.dz-akcja { margin-top: 0; }
.kaf-dz .kaf-otw { margin-top: 0; padding-top: 0; height: 36px; min-height: 36px; font-size: .875rem; }
.kaf-dz .lnk.dz-idz { display: inline-flex; align-items: center; height: 36px; min-height: 36px; font-size: .875rem; }
.kaf-dz.teraz { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.kaf-dz.teraz .kaf-t { color: var(--ink-2); }
.kaf-dz .btn.dz-idz { height: 36px; padding: 0 14px; font-size: .875rem; }
.kaf-dz.teraz .kaf-otw {
  align-self: flex-start; height: 36px; min-height: 36px; padding: 0 14px;
  background: var(--ink); color: var(--paper); border-radius: var(--r);
  font-weight: 600; text-decoration: none;
}
.kaf-dz.teraz .kaf-otw::after { display: none; }
.kaf-ptak {
  position: absolute; top: 12px; right: 12px;
  display: grid; place-items: center; width: 14px; height: 14px;
}
.kaf-ptak svg {
  width: 13px; height: 13px; fill: none; stroke: var(--go);
  stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round;
}
.kaf-dz.jest .dz-wart { padding-right: 20px; }
@media (max-width: 899px) {
  .kaf-dz {
    display: grid; grid-template-columns: minmax(0, 1fr) auto;
    align-items: center; gap: 4px 12px;
    min-height: 0; padding: 11px 14px;
  }
  .kaf-dz .kaf-t { grid-column: 1; grid-row: 1; margin: 0; }
  .kaf-dz .dz-wart { grid-column: 1; grid-row: 2; margin: 0; font-size: 1.125rem; }
  .kaf-dz .dz-pod { display: none; }
  .kaf-dz .dz-akcja,
  .kaf-dz .kaf-otw { grid-column: 2; grid-row: 1 / span 2; margin: 0; padding: 0; align-self: center; }
  .kaf-ptak { position: static; grid-column: 2; grid-row: 1; justify-self: end; }
  .kaf-dz.jest .dz-wart { padding-right: 0; }
  .kaf-dz.jest .kaf-ptak { display: none; }
  .kaf-dz.kaf-otwarty { display: flex; flex-direction: column; align-items: stretch; }
  .kaf-dz.kaf-otwarty .kaf-otw { padding-top: 8px; }
}
.kaf-dz.kaf-otwarty { min-height: 0; }
.kaf-dz.kaf-otwarty .dz-wart { white-space: normal; }
.kaf-dz.kaf-otwarty > .kaf-stan {
  white-space: normal; overflow: visible;
  font-size: .875rem; line-height: 1.5; color: var(--ink);
}
.afi { margin-bottom: 34px; }
.afi-box {
  padding: 20px 22px; border-radius: 12px;
  border: 1px solid var(--line); background: var(--fill);
}
.afi-opis { margin: 0 0 18px; max-width: 60ch; }
.afi-wiersz {
  display: flex; align-items: stretch; max-width: 460px;
  border: 1px solid var(--line-2); border-radius: var(--r-card);
  background: var(--paper); overflow: hidden;
}
.afi-przed {
  display: flex; align-items: center; padding: 0 2px 0 13px;
  font-size: 1rem; color: var(--ink-3); white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.afi-wiersz input {
  flex: 1 1 auto; min-width: 0; border: 0; background: none;
  padding: 13px 13px 13px 0; font: inherit; font-size: 16px;
  color: var(--ink);
}
.afi-wiersz input:focus-visible { outline: none; }
.afi-wiersz:focus-within { border-color: var(--ink-2); }
.afi-link {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  margin: 16px 0 0;
}
.afi-link .lnk { font-size: 1rem; word-break: break-all; }
.afi-akcje { margin-top: 18px; }
#afi-msg { margin: 12px 0 0; max-width: 60ch; }
#afi-co  { margin: 16px 0 0; max-width: 62ch; }
.str-connect {
  margin: 0; padding: 18px 20px;
  border: 1px solid var(--line-2); border-radius: var(--r-kafel);
  background: var(--fill);
  font-size: .875rem; line-height: 1.55; color: var(--ink-2);
}
.str-connect[hidden] { display: none; }
.str-connect b {
  font-size: .75rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3);
}
.str-connect .btn-line { margin-top: 10px; }
.str-connect-braki {
  margin: 8px 0 0; padding-left: 18px;
  font-size: .875rem; color: var(--ink-3);
}
.pg-wykres[hidden] { display: none; }
.pub-zapisz-kod { margin-left: 8px; flex: 0 0 auto; }
.plan-odstap { color: var(--ink-3); }
.plan-odstap:hover { color: var(--ink-2); }
.plan-odstap-szac { color: var(--ink); font-weight: 600; }
.app-uklad { display: flex; min-height: 100vh; }
.boczny {
  flex: 0 0 256px;
  position: sticky; top: 0; height: 100vh;
  display: flex; flex-direction: column;
  padding: 18px 14px 14px;
  border-right: 1px solid var(--line-2);
  background: var(--paper); border-right: 1px solid var(--line);
  overflow-y: auto; scrollbar-width: thin;
}
.boczny-gora { display: flex; flex-direction: column; gap: 12px; }
.boczny-mark { font-size: 1.125rem; letter-spacing: -.03em; margin: 2px 4px 6px; }
.boczny-dol { margin-top: auto; display: flex; flex-direction: column; gap: 4px; padding-top: 14px; }
.glowny { flex: 1; min-width: 0; }
.boczny .pan-kurs { max-width: none; }
.boczny .pan-kurs-b { width: 100%; }
.boczny .pan-nowy { width: 100%; justify-content: center; padding: 0 14px; }
.boczny .pan-nowy span { display: inline; }
.boczny .kursy-panel { left: 0; right: auto; width: auto; }
.boczny .kwy-ile { display: none; }
.boczny-nav { display: flex; flex-direction: column; gap: 2px; margin-top: 6px; }
.boczny-poz {
  display: flex; align-items: center; gap: 10px; min-height: 38px; padding: 0 12px;
  border-radius: var(--r-nav); color: var(--ink-3);
  font-size: .875rem; font-weight: 500; text-decoration: none;
}
.boczny-poz svg {
  flex: none; width: 18px; height: 18px;
  fill: none; stroke: currentColor; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}
.boczny-poz span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.boczny-poz:hover { color: var(--ink); background: var(--fill); }
.boczny-poz.on { color: var(--ink); background: var(--fill-2); }
.boczny-poz-pod { min-height: 34px; padding-left: 24px; font-size: .875rem; font-weight: 500; }
.boczny-kreska { display: block; height: 1px; margin: 10px 4px; background: var(--line-2); }
.boczny-pod { display: flex; flex-direction: column; gap: 1px; }
.boczny .pan-paliwo { width: 100%; margin: 0; padding: 0 12px; justify-content: flex-start; }
.boczny-pomoc {
  width: 100%; height: 38px; padding: 0 12px;
  display: flex; align-items: center; gap: 9px; justify-content: flex-start;
  border-radius: var(--r-nav); color: var(--ink-2);
  font: inherit; font-size: .875rem; font-weight: 600;
}
.boczny-pomoc:hover { color: var(--ink); background: var(--line-2); }
.boczny-pomoc svg { width: 18px; height: 18px; }
.boczny .pan-konto { width: 100%; }
.boczny-konto {
  width: 100%; height: 44px; margin: 0; padding: 0 10px;
  display: flex; align-items: center; gap: 10px;
  border: 0; border-radius: var(--r-nav); background: none;
  font: inherit; font-size: .875rem; font-weight: 600; color: var(--ink-2);
  text-transform: none; cursor: pointer;
}
.boczny-konto:hover { background: var(--line-2); color: var(--ink); }
.boczny-konto::before {
  content: attr(data-litera);
  flex: none; width: 28px; height: 28px;
  display: grid; place-items: center;
  border: 1px solid var(--line-2); border-radius: 50%;
  font-size: .875rem; font-weight: 700; text-transform: uppercase; color: var(--ink);
}
.boczny .konto-menu { top: auto; bottom: calc(100% + 8px); right: 0; left: 0; min-width: 0; }
.boczny-konto-t {
  min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.konto-mail { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.widok-ust {
  width: 100%; margin: 0;
  padding: 10px 0 60px;
}
.ust-wroc { align-self: flex-start; }
.widok-ust[hidden] { display: none; }
.ust-wroc {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 36px; padding: 0 14px 0 10px; margin: 0 0 18px;
  border: 1px solid var(--kontur); border-radius: var(--r);
  background: none; color: var(--ink-2);
  font: inherit; font-size: .875rem; font-weight: 600; cursor: pointer;
}
.ust-wroc:hover { color: var(--ink); border-color: var(--ink-3); }
.widok-ust .ust-uklad { min-height: 0; }
@media (min-width: 901px) { .widok-ust .ust-boki { display: none; } }
.widok-ust .ust-boki { border-radius: 12px; scrollbar-width: none; }
.widok-ust .ust-boki::-webkit-scrollbar { display: none; }
.widok-ust .ust-tresc { max-height: none; overflow: visible; }
.widok-ust .ust-tresc { max-width: none; }
#plan-tresc .plan-miernik { margin-bottom: 4px; }
#plan-akcje .ust-wiersz-p .btn, #plan-akcje .ust-wiersz-p .btn-line,
#wyp-akcje .ust-wiersz-p .btn, #wyp-akcje .ust-wiersz-p .btn-line { width: auto; min-width: 168px; }
#plan-akcje .plan-odstap { min-width: 0; }
.widok-ust .okno-d, .widok-ust .okno-podpis, .widok-dzial .kaf-stan { max-width: 62ch; }
.widok-dzial { max-width: none; }
.pan-top { display: none; }
@media (max-width: 900px) {
  .pan-top {
    display: flex; align-items: center; gap: 12px;
    position: sticky; top: 0; z-index: 55;
    padding: max(10px, env(safe-area-inset-top)) 14px 10px;
    background: var(--paper); border-bottom: 1px solid var(--line);
  }
  .pan-burger { display: flex; }
  .pan-top-t {
    font-size: 1rem; font-weight: 700; letter-spacing: -.01em;
    color: var(--ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .boczny {
    position: fixed; inset: 0 auto 0 0; z-index: 70;
    width: min(288px, 86vw);
    padding-bottom: max(14px, env(safe-area-inset-bottom));
    transform: translateX(-102%);
    visibility: hidden;
    transition: transform 240ms var(--ease), visibility 0s 240ms;
    box-shadow: 24px 0 60px rgba(0,0,0,.45);
    overscroll-behavior: contain;
  }
  .boczny.otwarty { transform: none; visibility: visible; transition: transform 240ms var(--ease); }
  body.menu-otwarte::after {
    content: ''; position: fixed; inset: 0; z-index: 60;
    background: rgba(0,0,0,.5);
  }
}
body[data-widok="wybor"]  main > [data-w]:not([data-w="wybor"]),
body[data-widok="pulpit"] main > [data-w]:not([data-w="pulpit"]),
body[data-widok="lekcje"] main > [data-w]:not([data-w="lekcje"]),
body[data-widok="strona"] main > [data-w]:not([data-w="strona"]),
body[data-widok="mkt"]    main > [data-w]:not([data-w="mkt"]),
body[data-widok="pub"]    main > [data-w]:not([data-w="pub"]) { display: none !important; }
body.w-ustawieniach main > :is([data-w], .pan-uwaga, .pusto) { display: none !important; }
.widok-dzial .kaf-dz {
  min-height: 0; padding: 0; border: 0; border-radius: 0; background: none;
}
.widok-dzial .kaf-dz.kaf-otwarty { background: none; }
.widok-dzial .kaf-dz.teraz { box-shadow: none; border-color: transparent; }
.widok-dzial .kaf-dz .kaf-t {
  margin: 0 0 6px; font-family: var(--font); font-weight: 700; font-synthesis-weight: none;
  font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3);
  display: block;
}
.widok-dzial .kaf-dz .kaf-t::after { display: none; }
.widok-dzial .dz-rys-box, .widok-dzial .kaf-otw, .widok-dzial .kaf-ptak { display: none; }
.widok-dzial .kaf-dz > .kaf-stan,
.widok-dzial .kaf-dz.kaf-otwarty > .kaf-stan {
  display: block; margin: 0 0 20px;
  font-size: 1.1875rem; font-weight: 600; letter-spacing: -.01em; line-height: 1.3; color: var(--ink);
  max-width: 64ch;
}
.widok-dzial .kaf-cialo { padding-top: 0; }
.boczny-ust { color: var(--ink-2); }
html.mniej-ruchu .moz-k img { animation: none; }
html.mniej-ruchu .czat-wiad, html.mniej-ruchu .czat-karta { animation: none; }
html.mniej-ruchu .pg-demo i { transition: none; animation: none; }
.tor { display: block; }
.tor[hidden] { display: none; }
.tor-glowa { display: flex; align-items: baseline; gap: 12px; }
.tor-glowa .dzial { flex: 1; margin-bottom: 10px; }
.tor-pasek {
  height: 3px; margin: 0 0 6px; border-radius: 999px;
  background: var(--line-2); overflow: hidden;
}
.tor-pasek i {
  display: block; height: 100%; border-radius: 999px; background: var(--ink);
  transition: width .3s var(--ease);
}
.tor-kroki { list-style: none; margin: 0; padding: 0; }
.tor:not(.tor-rozwiniety) .tor-ukryty { display: none; }
.tor-zwin { list-style: none; margin: 0 0 10px; }
.tor-zwin-b {
  display: inline-flex; align-items: center; gap: 8px; height: 36px; padding: 0 12px;
  border: 1px solid var(--kontur); border-radius: var(--r); background: none;
  color: var(--ink-2); font: inherit; font-size: .875rem; font-weight: 600; cursor: pointer;
}
.tor-zwin-b:hover { color: var(--ink); background: var(--fill-2); }
.tor-zwin-strzalka {
  width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translate(-1px, -1px); transition: transform var(--t) var(--ease);
}
.tor-rozwiniety .tor-zwin-strzalka { transform: rotate(-135deg) translate(-1px, -1px); }
.tor-krok {
  position: relative;
  display: grid; grid-template-columns: 30px minmax(0, 1fr) auto;
  gap: 12px; align-items: center;
  padding: 11px 0;
}
.tor-krok.teraz { align-items: start; }
.tor-krok::before {
  content: ''; position: absolute; left: 14px; top: 34px; bottom: -8px;
  width: 2px; background: var(--line-2);
}
.tor-krok:last-child::before { display: none; }
.tor-krok.jest::before { background: var(--ink-3); }
.tor-znak {
  position: relative; z-index: 1;
  width: 30px; height: 30px; display: grid; place-items: center;
  border: 1px solid var(--line-2); border-radius: 50%;
  background: var(--paper);
  font-size: .875rem; font-weight: 700; font-style: normal; color: var(--ink-3);
  font-variant-numeric: tabular-nums;
}
.tor-krok.jest .tor-znak {
  border-color: var(--ink); background: var(--ink); color: var(--paper);
}
.tor-krok.jest .tor-znak::after {
  content: ''; width: 11px; height: 6px; margin-top: -3px;
  border-left: 2px solid var(--paper); border-bottom: 2px solid var(--paper);
  transform: rotate(-45deg);
}
.tor-krok.teraz .tor-znak { border-color: var(--ink); color: var(--ink); }
.tor-kol { min-width: 0; }
.tor-nazwa { display: block; font-size: 1rem; font-weight: 600; color: var(--ink); }
.tor-krok:not(.jest):not(.teraz) .tor-nazwa { color: var(--ink-3); font-weight: 500; }
.tor-krok.jest .tor-nazwa { color: var(--ink-2); }
.tor-co {
  margin: 4px 0 0; max-width: 58ch;
  font-size: .875rem; line-height: 1.5; color: var(--ink-2);
}
.tor-akcja { flex: none; }
.tor-idz { min-height: 36px; padding: 0 18px; }
.tor-zobacz { font-size: .875rem; color: var(--ink-3); }
.tor-zobacz:hover { color: var(--ink); }
.tor-koniec-t {
  margin: 10px 0 0; max-width: 62ch;
  font-size: .875rem; line-height: 1.55; color: var(--ink-2);
}
.tor-koniec-t[hidden] { display: none; }
.tor-koniec .tor-krok { padding: 7px 0; }
@media (max-width: 560px) {
  .tor-krok { grid-template-columns: 30px minmax(0, 1fr); }
  .tor-akcja { grid-column: 2; }
  .tor-krok.teraz .tor-akcja { margin-top: 8px; }
  .tor-idz { width: 100%; }
}
.okno-kreator { width: min(560px, calc(100vw - 32px)); max-height: min(88vh, 720px); }
.okno-kreator .okno-f { padding: 0; max-height: inherit; min-height: 0; }
.kre-glowa { flex: none; position: relative; padding: 18px clamp(18px, 5vw, 26px) 0; }
.kre-cialo { flex: 1 1 auto; min-height: 0; overflow-y: auto; padding: 18px clamp(18px, 5vw, 26px) 4px; }
.kre-stopa { flex: none; padding: 14px clamp(18px, 5vw, 26px) 18px; border-top: 1px solid var(--line); }
.kre-stopa .okno-fine { margin-top: 12px; }
.kre-stopa .okno-fine[hidden] { display: none; }
.okno-kreator .okno-t { margin: 0; }
.okno-kreator .okno-d { margin: 0 0 6px; }
.kre-pod { margin: 0 0 18px; font-size: .875rem; line-height: 1.5; color: var(--ink-2); }
.kre-pod:empty { display: none; }
.kre-kroki {
  list-style: none; display: flex; align-items: center; gap: 0;
  margin: 14px 0 0; padding: 0 0 14px; border-bottom: 1px solid var(--line);
}
.kre-krok-poz { flex: 1 1 auto; min-width: 0; display: flex; align-items: center; }
.kre-krok-poz:last-child { flex: none; }
.kre-krok-poz::after {
  content: ''; flex: 1 1 auto; min-width: 10px; height: 2px;
  margin: 0 10px; border-radius: 1px; background: var(--line-2);
}
.kre-krok-poz:last-child::after { display: none; }
.kre-krok-poz.jest::after { background: var(--ink-3); }
.kre-b {
  display: flex; align-items: center; gap: 9px; min-width: 0;
  padding: 0; border: 0; background: none; font: inherit;
  font-size: .75rem; font-weight: 600; color: var(--ink-3);
  text-align: left; cursor: default;
}
.kre-nazwa { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.kre-krok-poz.jest .kre-b { color: var(--ink-2); cursor: pointer; }
.kre-krok-poz.jest .kre-b:hover { color: var(--ink); }
.kre-krok-poz.on .kre-b { color: var(--ink); }
.kre-nr {
  flex: none; width: 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center;
  font-size: .75rem; font-weight: 700; font-variant-numeric: tabular-nums;
  background: var(--fill-2); color: var(--ink-3);
}
.kre-krok-poz.jest .kre-nr, .kre-krok-poz.on .kre-nr { background: var(--ink); color: var(--paper); }
.kre-nr svg { width: 13px; height: 13px; }
.kre-krok:not([hidden]) { animation: kre-wjazd .12s var(--ease) both; }
@keyframes kre-wjazd { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .kre-krok:not([hidden]) { animation: none; } }
.kre-krok[hidden] { display: none; }
.kre-licznik { margin: 6px 0 0; font-size: .75rem; color: var(--ink-3); min-height: 1em; }
.kre-licznik:empty { min-height: 0; }
.okno-kreator .okno-pole input { height: 56px; font-size: 1.0625rem; padding: 0 16px; }
.kre-pole { margin-bottom: 4px; }
.kre-row {
  display: flex; align-items: stretch; gap: 0;
  border: 1px solid var(--line-2); border-radius: var(--r); background: var(--fill);
  overflow: hidden;
}
.kre-row:focus-within { border-color: var(--ink); }
.okno-kreator .kre-row input { border: 0; background: none; border-radius: 0; flex: 1 1 auto; min-width: 0; }
.okno-kreator .kre-row input:focus { outline: none; }
.kre-flaga {
  display: flex; align-items: center; gap: 7px; flex: none;
  padding: 0 12px 0 14px; border: 0; border-right: 1px solid var(--line-2);
  background: none; color: var(--ink-2); font: inherit;
  font-size: .8125rem; font-weight: 700; letter-spacing: .04em; cursor: pointer;
}
.kre-flaga:hover { color: var(--ink); }
.kre-flaga .flag { font-size: 1.0625rem; line-height: 1; }
.kre-pods { display: flex; flex-direction: column; gap: 1px; margin: 0 0 20px; }
.kre-pods-r {
  display: flex; align-items: baseline; gap: 12px;
  padding: 9px 0; border-bottom: 1px solid var(--line-2);
  font-size: .875rem; color: var(--ink);
}
.kre-pods-e { flex: 0 0 84px; font-size: .875rem; color: var(--ink-3); }
.kre-mapa-l {
  margin: 20px 0 10px; font-size: .75rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3);
}
.kre-mapa { counter-reset: kre; list-style: none; margin: 0; padding: 0; }
.kre-mapa li {
  counter-increment: kre; position: relative;
  display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 12px;
  padding: 0 0 14px; font-size: .875rem; line-height: 1.45; color: var(--ink-2);
}
.kre-mapa li:last-child { padding-bottom: 2px; }
.kre-mapa li::before {
  content: counter(kre); grid-column: 1;
  width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center;
  font-size: .6875rem; font-weight: 700; font-variant-numeric: tabular-nums;
  background: var(--fill-2); color: var(--ink-3);
}
.kre-mapa li:not(:last-child)::after {
  content: ''; position: absolute; left: 10px; top: 24px; bottom: 0;
  width: 2px; border-radius: 1px; background: var(--line-2);
}
.kre-akcje { flex-wrap: wrap; }
.kre-akcje .lnk { font-size: .875rem; }
.pub-kod-narz { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin: 10px 0 4px; }
.pub-losuj { font-size: .875rem; color: var(--ink-2); }
.pub-losuj:hover { color: var(--ink); }
.pub-kod-narz .btn-line, .pub-kod-narz .btn { min-height: 36px; height: 36px; padding: 0 14px; font-size: .875rem; }
#pub-kod { max-width: 280px; font-variant-numeric: tabular-nums; letter-spacing: .04em; }
@media (max-width: 460px) {
  .kre-krok-poz:not(.on) .kre-nazwa { display: none; }
  .kre-krok-poz::after { min-width: 8px; margin: 0 8px; }
}
.pan { --pud: 16px; }
:is(.widok-dzial, .widok-ust, .tor, .pg, .kurs) :is(
  .spr-podglad, .mkt-karta, .konto-dane, .plan-miernik
) {
  padding-left: var(--pud); padding-right: var(--pud);
}
:is(.widok-dzial, .widok-ust) :is(.str-pole, .str-podstawy) { padding-left: 0; padding-right: 0; }
:is(.widok-dzial, .widok-ust) .str-pole:has(.str-pole) {
  padding-left: var(--pud); padding-right: var(--pud); padding-bottom: 4px;
}
:is(.widok-dzial, .widok-ust) :is(.str-pole, .str-connect, .spr-lista, .spr-podglad, .konto-dane)
  :is(.str-pole, .str-connect, .spr-lista, .konto-dane) {
  padding-left: 0; padding-right: 0;
  border: 0; background: none; border-radius: 0;
}
.widok-dzial :is(ul, ol):not(.mkt-karty):not(.dz-siatka):not(.spr-lista) { padding-left: 20px; }
.widok-dzial .kaf-cialo > * + * { margin-top: 14px; }
.kurs-liczby {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px;
  margin: 8px 0 0; font-size: .875rem; color: var(--ink-2);
}
.kurs-liczby:empty { display: none; }
.kurs-liczby-kropka { font-style: normal; color: var(--ink-3); }
.kurs-liczby-stan { color: var(--ink-3); }
.ust-grupa {
  grid-column: 1 / -1;
  margin: 26px 0 4px; font-size: .75rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3);
  display: flex; align-items: center; gap: 12px;
}
.ust-grupa::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.ust-grupa:first-child { margin-top: 0; }
.ust-pole {
  width: 100%; max-width: 232px; height: 46px; padding: 0 12px;
  border: 1.5px solid var(--kontur); border-radius: var(--r);
  background: none; color: var(--ink); font: inherit; font-size: 16px;
}
.ust-pole:focus { border-color: var(--ink-3); outline: none; }
.ust-pole:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.ust-wiersz {
  display: flex; flex-direction: row; align-items: center; justify-content: space-between;
  gap: 24px; min-height: 0;
  padding: 14px 0; border-radius: 0;
  background: none; border: 0; border-top: 1px solid var(--line);
}
#plan-tresc > .ust-wiersz:first-child, #wyp-tresc > .ust-wiersz:first-child,
#konto-tresc > .ust-wiersz:first-child,
.ust-grupa + .ust-wiersz, .plan-miernik + .ust-wiersz { border-top: 0; }
.ust-panel > .okno-t { margin-bottom: 6px; }
.ust-wiersz-l { flex: 1 1 auto; min-width: 0; }
.ust-wiersz-t {
  display: block; font-size: .875rem; font-weight: 600;
  letter-spacing: .04em; text-transform: none; color: var(--ink);
}
.ust-wiersz-d {
  margin: 4px 0 0; max-width: 46ch;
  font-size: .875rem; line-height: 1.5; color: var(--ink-2);
}
.ust-wiersz-p {
  display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 8px;
  flex: 0 1 auto; min-width: 0; max-width: 56%;
}
.ust-wiersz-p:empty { display: none; }
@media (max-width: 820px) {
  .ust-wiersz { flex-direction: column; align-items: stretch; gap: 10px; }
  .ust-wiersz-p { max-width: none; justify-content: flex-start; }
  .ust-wiersz .ust-pole, .ust-wiersz .ust-pole-dl { width: 100%; }
  .ust-wart { text-align: left; }
}
.ust-wybor { display: inline-flex; gap: 6px; flex-wrap: wrap; justify-content: flex-start; }
.ust-wybor-b {
  min-height: 36px; padding: 0 14px;
  border: 1px solid var(--kontur); border-radius: var(--r);
  background: none; color: var(--ink-2);
  font: inherit; font-size: .875rem; font-weight: 600; cursor: pointer;
  transition: color var(--t) var(--ease), border-color var(--t) var(--ease);
}
.ust-wybor-b:hover { color: var(--ink); border-color: var(--ink-3); }
.ust-wybor-b.on { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.ust-wiersz .ust-pole { width: 260px; max-width: 100%; }
.ust-wiersz .ust-pole-dl { width: 320px; }
.ust-pole-dl { min-height: 74px; max-width: 232px; padding: 9px 11px; line-height: 1.5; resize: vertical; }
.ust-kolory { display: inline-flex; gap: 6px; align-items: center; justify-content: flex-end; flex-wrap: wrap; }
.ust-kolor {
  width: 34px; height: 34px; padding: 0; cursor: pointer;
  border: 1px solid var(--kontur); border-radius: 50%; background: none;
}
.ust-kolor.on { border-color: var(--ink); box-shadow: inset 0 0 0 2px var(--paper); }
.ust-kolor-brak {
  width: auto; padding: 0 12px; height: 34px; border-radius: 999px;
  color: var(--ink-2); font: inherit; font-size: .875rem; font-weight: 600;
}
.ust-kolor-brak.on { color: var(--paper); background: var(--ink); border-color: var(--ink); }
#konto-akcje.okno-akcje {
  flex-direction: column; align-items: stretch; gap: 0; max-width: none; margin-top: 6px;
}
#konto-akcje .ust-wiersz-p .btn-line,
#konto-akcje .ust-wiersz-p .btn { width: auto; min-width: 168px; }
@media (max-width: 700px) {
  .ust-wiersz { flex-direction: column; align-items: stretch; gap: 10px; }
  .ust-wiersz-p { min-width: 0; width: 100%; justify-content: flex-start; }
  .ust-wybor, .ust-kolory { justify-content: flex-start; }
  .ust-wiersz .ust-pole, .ust-pole-dl { max-width: none; width: 100%; }
}
.ust-wart {
  font-size: .9375rem; font-weight: 600; color: var(--ink); text-align: right;
  overflow-wrap: anywhere; line-height: 1.3;
}
.kurs .tor {
  margin-top: 18px; padding-top: 16px;
  border-top: 1px solid var(--line-2);
}
.kurs .tor .dzial { margin-bottom: 8px; }
.kurs {
  background: var(--fill);
  border-color: var(--line-2);
}
.str-connect-braki { padding-left: 0; list-style-position: inside; }
.spr-ramka {
  --szer: 1180px;
  --wys: 760px;
  --sk: .46;
  margin: 0 0 14px; border-radius: var(--r-kafel); overflow: hidden;
  background: var(--fill); border: 1px solid var(--line-2);
}
.spr-pasek {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 10px 8px 14px; border-bottom: 1px solid var(--line-2);
  background: transparent;
}
.spr-adres {
  margin-left: 0; font-size: .8125rem; color: var(--ink-2);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.spr-ekran {
  position: relative; overflow: hidden; width: 100%;
  height: calc(var(--wys) * var(--sk));
  background: #FFFFFF;
}
.spr-iframe {
  position: absolute; top: 0; left: 0;
  width: var(--szer); height: var(--wys); border: 0;
  transform: scale(var(--sk)); transform-origin: top left;
  pointer-events: none;
}
.spr-ramka.edycja .spr-iframe { pointer-events: auto; }
.spr-ramka.edycja .spr-ekran {
  height: min(72vh, 720px, calc(var(--wys) * var(--sk)));
  overflow-y: auto; overflow-x: hidden;
}
.spr-ramka.edycja { --wys: 3200px; }
.spr-widok {
  display: flex; gap: 2px; margin-left: auto; flex: none;
  padding: 3px; background: var(--fill-2); border-radius: var(--r);
}
.spr-widok-b {
  min-height: 28px; padding: 4px 12px; border-radius: 6px; cursor: pointer;
  border: 0; background: none;
  font: inherit; font-size: .875rem; font-weight: 600; color: var(--ink-3);
  transition: color var(--t) var(--ease), background var(--t) var(--ease);
}
.spr-widok-b:hover { color: var(--ink); }
.spr-widok-b.on { color: var(--ink); background: var(--paper); box-shadow: 0 1px 2px rgba(0,0,0,.35); }
@media (max-width: 700px) {
  .spr-pasek { flex-wrap: wrap; }
  .spr-widok { margin-left: 0; width: 100%; }
  .spr-widok-b { flex: 1 1 0; }
  .spr-adres {
    order: 2; margin-left: 0; flex-basis: 100%;
    white-space: normal; overflow: visible; text-overflow: clip;
  }
}
.spr-ramka.telefon .spr-iframe { left: 50%; margin-left: calc(var(--szer) * var(--sk) / -2); }
.spr-ramka.edycja .spr-iframe { height: var(--wys); }
.spr-ramka.edycja { --sk: .72; }
@media (max-width: 900px) {
  .spr-ramka { --sk: .3; }
}
#spr-tresc {
  display: grid; gap: 12px 18px; align-items: start;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .9fr);
}
#spr-tresc > .spr-kolumna {
  grid-column: 2; grid-row: 1;
  display: flex; flex-direction: column; gap: 12px; min-width: 0;
}
#spr-tresc > .spr-ramka {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  position: sticky; top: 12px; margin: 0;
}
#spr-tresc > *:not(.spr-ramka) { grid-column: 2; }
@media (max-width: 1100px) {
  #spr-tresc { grid-template-columns: minmax(0, 1fr); }
  #spr-tresc > .spr-ramka { grid-column: 1; grid-row: auto; position: static; }
  #spr-tresc > .spr-kolumna { display: contents; }
  #spr-tresc #spr-wynik, #spr-tresc #spr-start { order: -2; }
  #spr-tresc > .spr-ramka { order: -1; }
  #spr-tresc > *:not(.spr-ramka) { grid-column: 1; grid-row: auto; }
}
.str-podstawy {
  display: grid; gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.str-podstawy > .calosc-h,
.str-podstawy > .str-msg,
.str-podstawy > .calosc-akcje,
.str-podstawy > .str-connect { grid-column: 1 / -1; }
.str-podstawy > .calosc-h { margin-bottom: 0; }
#spr-tresc > .spr-podglad,
#spr-tresc > .spr-tony,
#spr-tresc > .str-szablony-pole,
#spr-tresc > .fine { grid-column: 2; }
.str-pole > .spr-nota-podglad { margin: 8px 0 0; }
#spr-tresc .str-pole { margin-bottom: 0; }
@media (min-width: 821px) {
  .widok-dzial .kaf-cialo > .str-podstawy { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  #spr-tresc, .str-podstawy { grid-template-columns: minmax(0, 1fr); }
}
.kafle {
  display: grid; gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.kafle > .calosc-h,
.kafle > .str-msg,
.kafle > .calosc-akcje,
.kafle > .fine,
.kafle > .spr-ramka,
.kafle > .pub-wybor,
.kafle > .str-connect { grid-column: 1 / -1; }
.kafle > .str-pole,
.kafle > .pub-wybor,
.kafle > .kafel,
#spr-tresc .str-pole,
#spr-blok > .str-pole,
.str-podstawy > .str-pole {
  margin: 0; padding: 18px 20px;
  border-radius: var(--r-kafel); background: var(--fill);
  border: 1px solid var(--line-2);
  display: flex; flex-direction: column; justify-content: flex-start; gap: 10px;
}
.kafle > .str-pole > :last-child,
.kafle > .kafel > :last-child,
#spr-tresc .str-pole > :last-child,
#spr-blok > .str-pole > :last-child,
.str-podstawy > .str-pole > :last-child { margin-top: auto; }
.kafel-domyka { grid-column: 1 / -1; }
.kafle > .fine {
  margin: -6px 0 2px; padding: 0 2px;
  background: none;
}
.kafel-nota, .pub-nota, .str-pole > .fine { margin: 8px 0 0; }
.pub-kod-narz { margin-top: 10px; }
@media (max-width: 820px) {
  .kafle { grid-template-columns: minmax(0, 1fr); }
}
.tor-lacznie {
  margin: 10px 0 2px; font-size: .875rem; line-height: 1.5; color: var(--ink-2);
}
.tor-lacznie[hidden] { display: none; }
.tor-faza {
  display: block; margin: 16px 0 2px; padding: 0;
  font-size: .75rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3);
}
.tor-faza::before { content: none; }
.tor-kroki > .tor-faza:first-child { margin-top: 8px; }
.tor-wiersz { display: flex; align-items: baseline; gap: 9px; flex-wrap: wrap; }
.tor-czas {
  padding: 2px 7px; border-radius: 999px;
  font-size: .8125rem; font-weight: 700; letter-spacing: .02em;
  color: var(--ink-3); background: var(--fill);
}
.tor-krok.teraz .tor-czas { color: var(--ink-2); background: var(--fill-2); }
.str-dok, .spr-kanal { grid-column: 1 / -1; }
.str-dok-opis { margin: 6px 0 12px; font-size: .875rem; line-height: 1.5; }
.str-dok-pola {
  display: grid; gap: 10px 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.str-dok-pole { display: block; }
.str-dok-pole > span {
  display: block; margin-bottom: 6px;
  font-size: .75rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3);
}
.str-dok-pole input {
  width: 100%; height: 46px; padding: 0 12px;
  background: transparent; border: 1.5px solid var(--kontur);
  border-radius: var(--r); font: inherit; font-size: 16px; color: var(--ink);
}
.str-dok-akcje {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  margin-top: 12px;
}
.str-dok-msg { margin: 10px 0 0; }
.str-dok-msg[hidden] { display: none; }
@media (max-width: 700px) {
  .str-dok-pola { grid-template-columns: minmax(0, 1fr); }
}
#spr-wynik {
  display: flex; flex-direction: column; gap: 10px;
  margin-bottom: 0; padding: 18px 20px;
  border: 1px solid var(--line-2); border-radius: var(--r-kafel);
  background: var(--fill);
}
.spr-wynik-l {
  font-size: .75rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3);
}
.spr-wynik-rzad { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.spr-wynik-adres {
  flex: 1 0 100%; min-width: 0; font-size: .875rem; color: var(--ink-2);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.spr-wynik-kop, .spr-wynik-zob { flex: 1 1 calc(50% - 6px); min-width: 0; }
.spr-wynik-fakt { margin: 0; font-size: .875rem; color: var(--ink-2); }
.spr-wynik-wiad { align-self: flex-start; font-size: .875rem; }
#spr-start {
  display: flex; flex-direction: column; gap: 10px;
  padding: 18px 20px; border: 1px solid var(--line-2);
  border-radius: var(--r-kafel); background: var(--fill);
}
.spr-start-t { margin: 0; font-size: 1rem; line-height: 1.375; color: var(--ink); }
.spr-start-d { margin: 0; font-size: .875rem; line-height: 1.5; color: var(--ink-2); }
#spr-start > .calosc-akcje { margin: 4px 0 0; padding: 0; border: 0; gap: 10px; }
#spr-start > .str-msg { margin: 0; }
#spr-karta:empty { display: none; }
#spr-karta .spr-droga { flex-direction: row; flex-wrap: wrap; gap: 6px 18px; }
#spr-karta .spr-wynik-rzad { gap: 10px; }
#spr-karta .spr-wynik-kop, #spr-karta .spr-wynik-zob, #spr-karta .spr-kreator-b { flex: none; }
#spr-karta .spr-wynik-adres { flex: 1 0 100%; }
#spr-blok:not(.kreator) { display: none; }
body.kreator-otwarty { overflow: hidden; }
#spr-blok.kreator {
  position: fixed; inset: 0; margin: 0; z-index: 90; background: var(--paper);
  display: grid; grid-template-rows: 56px minmax(0, 1fr);
  grid-template-columns: 372px minmax(0, 1fr);
}
#spr-blok.kreator > #spr-tresc { display: contents; }
#spr-blok.kreator > .str-pole { display: none; }
.kreator-pasek {
  grid-column: 1 / -1; display: flex; align-items: center; gap: 14px;
  padding: 0 16px; border-bottom: 1px solid var(--line-2); background: var(--fill);
  min-height: 56px;
}
.kreator-wroc {
  display: inline-flex; align-items: center; gap: 8px; height: 36px; padding: 0 10px;
  border: 0; border-radius: var(--r); background: none; color: var(--ink-2);
  font: inherit; font-size: .875rem; font-weight: 600; cursor: pointer;
}
.kreator-wroc:hover { color: var(--ink); background: var(--fill-2); }
.kreator-wroc:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.kreator-wroc-strzalka {
  width: 8px; height: 8px; border-left: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg); margin-left: 2px;
}
.kreator-tytul { display: flex; flex-direction: column; min-width: 0; line-height: 1.25; }
.kreator-tytul b { font-size: .875rem; font-weight: 600; }
.kreator-tytul span {
  font-size: .75rem; color: var(--ink-3); max-width: 320px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.kreator-zakladki {
  display: flex; gap: 2px; padding: 3px; margin-left: 6px;
  background: var(--fill-2); border-radius: var(--r);
}
.kreator-zak {
  min-height: 28px; padding: 4px 12px; border: 0; border-radius: 6px; cursor: pointer;
  background: none; color: var(--ink-3); font: inherit; font-size: .875rem; font-weight: 600;
  transition: color var(--t) var(--ease), background var(--t) var(--ease);
}
.kreator-zak:hover { color: var(--ink); }
.kreator-zak.on { color: var(--ink); background: var(--paper); box-shadow: 0 1px 2px rgba(0,0,0,.35); }
.kreator-akcje { margin-left: auto; display: flex; align-items: center; gap: 8px; flex: none; }
.kreator-slot { display: flex; align-items: center; gap: 8px; }
.kreator-slot > .calosc-akcje { margin: 0; padding: 0; border: 0; gap: 8px; }
.kreator-slot > .str-msg { margin: 0; font-size: .8125rem; max-width: 320px; }
.kreator-akcje .btn, .kreator-akcje .btn-line { height: 36px; padding: 0 14px; font-size: .875rem; }
#spr-blok.kreator .spr-kolumna {
  grid-area: 2 / 1; display: flex; flex-direction: column; gap: 12px;
  overflow-y: auto; padding: 14px 14px 28px; min-height: 0; height: auto !important;
  border-right: 1px solid var(--line-2);
}
#spr-blok.kreator .spr-rozwin { display: none; }
#spr-blok.kreator[data-zakladka="podstawy"] .spr-kolumna { display: none; }
#spr-blok.kreator > .str-podstawy { display: none; }
#spr-blok.kreator[data-zakladka="podstawy"] > .str-podstawy {
  display: grid; grid-area: 2 / 1; grid-template-columns: minmax(0, 1fr); align-content: start;
  gap: 12px; margin: 0; padding: 14px 14px 28px; border-top: 0; border-right: 1px solid var(--line-2);
  overflow-y: auto; min-height: 0;
}
#spr-blok.kreator > .str-podstawy > .calosc-h { margin-bottom: 2px; }
#spr-blok.kreator .str-dok-pola { grid-template-columns: minmax(0, 1fr); }
#spr-blok.kreator .spr-ramka {
  grid-area: 2 / 2; position: static; margin: 0; border: 0; border-radius: 0;
  background: var(--paper); display: grid; grid-template-rows: auto minmax(0, 1fr); min-height: 0;
  align-self: stretch; justify-self: stretch;
}
.kreator-zobacz { text-decoration: none; }
#spr-blok.kreator .spr-pasek { padding: 10px 20px; background: var(--fill); }
#spr-blok.kreator .spr-ekran { height: auto !important; min-height: 0; background: var(--paper); }
#spr-blok.kreator .spr-iframe { left: 50%; margin-left: calc(var(--szer) * var(--sk) / -2); }
@media (max-width: 900px) {
  #spr-blok.kreator { grid-template-columns: minmax(0, 1fr); grid-template-rows: auto 42vh minmax(0, 1fr); }
  .kreator-pasek { flex-wrap: wrap; padding: 8px 12px; gap: 8px 10px; }
  .kreator-tytul { display: none; }
  .kreator-akcje .kreator-zobacz { display: none; }
  .kreator-zakladki { margin-left: 0; }
  .kreator-akcje { margin-left: 0; flex: 1 1 100%; flex-wrap: wrap; }
  .kreator-slot, .kreator-slot > .calosc-akcje { flex-wrap: wrap; }
  #spr-blok.kreator .spr-ramka { grid-area: 2 / 1; }
  #spr-blok.kreator .spr-kolumna,
  #spr-blok.kreator[data-zakladka="podstawy"] > .str-podstawy {
    grid-area: 3 / 1; border-right: 0; border-top: 1px solid var(--line-2);
  }
}
.spr-droga { display: flex; flex-direction: column; gap: 8px; }
.spr-krok {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .8125rem; color: var(--ink-3);
}
.spr-krok-ok { color: var(--ink-3); }
.spr-krok-znak {
  flex: none; width: 16px; height: 16px; border-radius: 50%;
  border: 2px solid var(--kontur);
}
.spr-krok-ok .spr-krok-znak {
  position: relative; border-color: var(--fill-2); background: var(--fill-2);
}
.spr-krok-ok .spr-krok-znak::after {
  content: ''; position: absolute; left: 3px; top: 0px;
  width: 4px; height: 7px; border: solid var(--ink);
  border-width: 0 1.5px 1.5px 0; transform: rotate(45deg);
}
.spr-rozwin {
  display: flex; align-items: center; gap: 12px; width: 100%;
  min-height: 56px; padding: 13px 16px; margin-bottom: 8px;
  border: 1px solid var(--line-2); border-radius: var(--r-wiersz);
  background: var(--fill); color: var(--ink);
  font: inherit; font-size: 1rem; font-weight: 600; text-align: left;
  cursor: pointer;
}
.spr-rozwin:hover { background: #1F1F23; }
.spr-rozwin:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.spr-rozwin-t { flex: 1; min-width: 0; }
.spr-rozwin-l { flex: none; font-size: .875rem; font-weight: 400; color: var(--ink-3); }
.spr-rozwin.on .spr-rozwin-l { display: none; }
.spr-rozwin-strzalka {
  flex: none; width: 8px; height: 8px; border-right: 1.5px solid var(--ink-3);
  border-bottom: 1.5px solid var(--ink-3); transform: rotate(-45deg);
  transition: transform var(--t) var(--ease);
}
.spr-rozwin.on .spr-rozwin-strzalka { transform: rotate(45deg); }
@media (hover: none) { .spr-rozwin { min-height: 56px; } }
@media (hover: hover) {
  .spr-w-ukryj, .spr-skup-ukryj, .str-cofnij, .str-ukryta .lnk {
    min-height: 36px;
  }
}
@media (hover: none) {
  .spr-skup-wroc { width: 44px; height: 44px; }
  .spr-skup-ukryj { min-height: 44px; padding: 10px 0; }
  .str-cofnij { min-height: 44px; padding: 10px 12px; }
  .spr-widok-b { min-height: 44px; }
  .spr-w-ukryj { min-height: 44px; }
}
.info-b {
  display: inline-grid; place-items: center; vertical-align: middle;
  width: 18px; height: 18px; margin-left: 7px; padding: 0;
  border: 1px solid var(--kontur); border-radius: 50%;
  background: none; color: var(--ink-3);
  font: inherit; font-size: .6875rem; font-weight: 700; line-height: 1; letter-spacing: 0;
  text-transform: none; cursor: pointer;
}
.info-b:hover, .info-b.on { color: var(--ink); border-color: var(--ink-3); background: var(--fill-2); }
.info-b:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.tor-wiersz .info-b { align-self: center; }
.ust-wiersz-d[hidden], .tor-co[hidden], .pub-nota[hidden], .str-dok-opis[hidden] { display: none; }
.pg-kwotka.pg-zero { color: var(--ink-3); }
.pub-zapro { margin-top: 10px; }
.pub-bez-strony { margin: -4px 0 12px; }
.pub-bez-strony[hidden] { display: none; }
@media (hover: none) {
  .info-b, .lek-usun { position: relative; }
  .info-b::before { content: ''; position: absolute; inset: -13px; }
  .lek-usun::before { content: ''; position: absolute; inset: -7px; }
  .konto-kopiuj { min-height: 36px; }
  .calosc-akcje .lnk, .pub-kod-narz .lnk, .spr-wynik-rzad .lnk, .lek-podglad-akcje .lnk,
  .pub-bez-strony .lnk { min-height: 44px; display: inline-flex; align-items: center; }
  .kreator-zak { min-height: 40px; }
}
.ikony { position: absolute; width: 0; height: 0; overflow: hidden; }
.fotki { display: flex; flex: none; align-self: center; }
.fotki[hidden] { display: none; }
.fotki img, .fotki b {
  width: 52px; height: 52px; border-radius: 12px; margin-left: -12px;
  border: 2px solid var(--paper); background: var(--fill); object-fit: cover; display: block;
}
.fotki > :first-child { margin-left: 0; }
@media (max-width: 560px) {
  .glowa { flex-wrap: wrap; }
  .fotki { order: 3; flex-basis: 100%; margin-top: 2px; }
  .fotki img, .fotki b { width: 48px; height: 48px; }
}
.fotki b {
  display: grid; place-items: center; font-size: 12px; font-weight: 700;
  color: var(--ink-2); background: var(--fill-2); font-style: normal;
}
.mozaika { display: none; }
.mapa { margin: 4px 0 18px; display: flex; gap: 8px; }
.mapa[hidden] { display: none; }
.kd {
  flex: 1 1 0; min-width: 0; position: relative;
  padding: 12px 12px 11px; margin: 0;
  background: var(--fill); border: 1px solid var(--line); border-radius: var(--r-wiersz);
  font: inherit; color: inherit; text-align: left; cursor: pointer;
  appearance: none; -webkit-appearance: none;
  transition: border-color .15s var(--ease);
}
.kd.jest { background: var(--fill-2); border-color: var(--fill-2); }
.kd.jest .kd-n { color: var(--ink); }
.kd.teraz { border-color: var(--akc-kd, var(--ink)); }
.kd.dalej { background: none; }
.kd.info { border-style: dashed; }
.kd-cta { display: inline-flex; align-items: center; margin-top: 12px; height: 32px; padding: 0 12px; font-size: .8125rem; }
.kd:hover, .kd:focus-visible { border-color: var(--kontur); }
.kd.teraz:hover, .kd.teraz:focus-visible { border-color: var(--akc-kd, var(--ink)); }
.kd:focus-visible { outline: 2px solid var(--kontur); outline-offset: 2px; }
.kd + .kd::before {
  content: ''; position: absolute; left: -9px; top: 26px; width: 9px; height: 1px; background: var(--kontur);
}
.kd-zl { font-size: 11px; font-weight: 700; font-style: normal; }
.kd-tresc { display: block; margin-top: 10px; min-width: 0; }
.kd-t { display: block; font-size: .8125rem; font-weight: 600; color: var(--ink); line-height: 1.3; }
.kd-w { display: block; font-size: .75rem; color: var(--ink-2); line-height: 1.35; margin-top: 2px; overflow-wrap: anywhere; }
.kd.dalej .kd-t, .kd.dalej .kd-w { color: var(--ink-3); }
.kd.dalej .kd-t { font-weight: 500; }
.kd-n {
  position: absolute; top: 10px; right: 12px;
  font-size: .6875rem; font-weight: 600; color: var(--ink-3);
  font-variant-numeric: tabular-nums; display: grid; place-items: center; min-width: 12px; height: 12px;
}
.kd.jest .kd-n { color: var(--ink-2); }
.kd-n svg { display: block; }
@media (max-width: 640px) {
  .mapa { flex-direction: column; gap: 6px; }
  .kd { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 10px 12px; }
  .kd + .kd::before { display: none; }
  .kd-tresc { margin-top: 0; }
  .kd-n { position: static; }
  .kd-cta { grid-column: 3; grid-row: 1; margin-top: 0; }
}
#tor.z-mapa .tor-zwin,
#tor.z-mapa .tor-faza, #tor.z-mapa .tor-krok { display: none; }
#tor.z-mapa .tor-pasek { display: block; margin: 0 0 14px; }
#tor.z-mapa .tor-lacznie { margin-bottom: 0; }
#tor.z-mapa .tor-lacznie { margin: -6px 0 14px; font-size: .875rem; color: var(--ink-2); }
#tor.z-mapa .tor-lacznie[hidden] { display: none; }
#tor.z-mapa .tor-krok.teraz { padding-top: 4px; }
#tor.z-mapa .tor-krok::before { display: none; }
.btn, .btn-line { height: 36px; padding: 0 14px; font-size: .875rem; border-radius: var(--r); }
.btn:hover { background: #E4E4E7; opacity: 1; }
.btn-line { background: var(--fill-2); border: 1px solid transparent; color: var(--ink); }
.btn-line:hover { background: #2F2F33; border-color: transparent; }
.boczny-mark { font-family: 'Archivo', var(--black); font-weight: 800; font-synthesis-weight: none; font-size: 1.0625rem; letter-spacing: -.02em; }
@media (hover: none) {
  .str-kolor { width: 44px; height: 44px; }
  #spr-akcje .lnk, .str-dok-akcje .lnk, .str-foto-akcje .lnk, .str-ukryta .lnk {
    min-height: 44px; display: inline-flex; align-items: center;
  }
  .str-dok-pole input { height: 40px; }
}
.pg { padding: 12px 18px; gap: clamp(14px, 2vw, 24px); margin-bottom: 12px; }
.pg-nad { font-size: .6875rem; }
.pg-kwota { font-size: clamp(1.6rem, 3vw, 2.1rem); }
.pg-male { margin-top: 6px; }
.pg-m b { font-size: .9375rem; }
.pg-m span { font-size: .6875rem; }
.pg-pas { height: 38px; }
.pg-kol { width: 64px; max-width: 64px; }
.pg-podpis, .pg-etyk { font-size: .6875rem; }
.glowa { margin-bottom: 14px; }
.tyt-t { font-size: clamp(1.25rem, 2.8vw, 1.55rem); }
.fotki img, .fotki b { width: 64px; height: 64px; border-radius: 14px; margin-left: -14px; }
.fotki b { font-size: .8125rem; }
.mapa { gap: 10px; margin: 6px 0 16px; }
.kd { padding: 16px 16px 15px; }
.kd-tresc { margin-top: 14px; }
.kd-t { font-size: .9375rem; }
.kd-w { font-size: .8125rem; margin-top: 3px; }
.pomoc { border-top: 1px solid var(--line-2); padding-top: 12px; margin-top: 2px; }
.pomoc > .dzial { margin-bottom: 4px; }
.pomoc-rzad { display: flex; flex-wrap: wrap; gap: 4px 36px; }
.pomoc-i { display: flex; align-items: center; gap: 10px; padding: 6px 0; background: none; border: 0; border-radius: 0; }
.pomoc-i > .pomoc-ava, .pomoc-i > .help-team { grid-column: auto; grid-row: auto; }
.pomoc-ava { width: 30px; height: 30px; }
.pomoc-ava svg { width: 17px; height: 17px; }
.pomoc .help-ava { width: 30px; height: 30px; border-width: 1.5px; }
.pomoc .help-ava b { font-size: .875rem; }
.pomoc .help-team .help-ava2 { margin-left: -9px; }
.pomoc .help-team .help-dot { width: 8px; height: 8px; border-width: 1.5px; }
.pomoc-i b { grid-column: auto; grid-row: auto; font-size: .875rem; font-weight: 600; }
.pomoc-i > .fine { display: none; }
.pomoc-i .lnk { grid-column: auto; grid-row: auto; min-height: 36px; font-size: .8125rem; }
.pomoc-skrzynka { margin-top: 6px; font-size: .8125rem; }
@media (max-width: 640px) {
  .pg { padding: 12px 16px; }
  .pg-pas { height: 34px; }
  .fotki img, .fotki b { width: 56px; height: 56px; margin-left: -12px; }
  .kd { padding: 12px 14px; grid-template-columns: 32px minmax(0, 1fr) auto; }
  .pomoc-rzad { gap: 0 24px; }
}
.pub-adres-wlasny .pub-adres-rzad { display: flex; flex-wrap: nowrap; align-items: center; gap: 0; }
.pub-adres-przed { flex: none; padding: 0 8px 0 12px; height: 40px; display: inline-flex; align-items: center; border: 1px solid var(--line-2); border-right: 0; border-radius: var(--r) 0 0 var(--r); background: var(--fill-2); color: var(--ink-3); font-size: .875rem; white-space: nowrap; }
.pub-adres-wlasny input { flex: 1 1 auto; min-width: 0; height: 40px; padding: 0 12px; border: 1px solid var(--line-2); border-radius: 0 var(--r) var(--r) 0; background: var(--fill-2); color: var(--ink); font: inherit; font-size: .875rem; }
.pub-adres-wlasny input:focus { outline: none; border-color: var(--kontur); }
.pub-adres-stan { display: block; margin-top: 6px; }
.pub-adres-stan[hidden] { display: none; }
@media (max-width: 560px) { .pub-adres-przed { padding-left: 10px; font-size: .8125rem; } }
#spr-wynik { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 8px 20px; align-items: start; }
#spr-wynik > * { grid-column: 1; }
#spr-wynik > .spr-mini {
  grid-column: 2; grid-row: 1 / span 4; justify-self: end;
  position: relative; width: 300px; height: 188px; padding: 0; margin: 0; overflow: hidden;
  border: 1px solid var(--line-2); border-radius: 10px; background: var(--paper); cursor: pointer;
  appearance: none; -webkit-appearance: none; font: inherit; color: inherit; text-align: left;
  transition: border-color .15s var(--ease);
}
.spr-mini:hover, .spr-mini:focus-visible { border-color: var(--kontur); }
.spr-mini:focus-visible { outline: 2px solid var(--kontur); outline-offset: 2px; }
.spr-mini iframe { width: 1180px; height: 740px; border: 0; transform: scale(.2542); transform-origin: 0 0; pointer-events: none; }
.spr-mini-et { position: absolute; left: 0; right: 0; bottom: 0; padding: 6px 10px; font-size: .75rem; color: var(--ink-2); background: linear-gradient(180deg, rgba(9, 9, 11, 0) 0%, rgba(9, 9, 11, .9) 100%); }
.spr-wynik-pitch { margin: 2px 0 0; color: var(--ink-3); }
@media (max-width: 760px) {
  #spr-wynik { grid-template-columns: 1fr; }
  #spr-wynik > .spr-mini { grid-column: 1; grid-row: auto; justify-self: start; }
}
.samouczek {
  width: min(600px, 94vw); max-height: 92vh; overflow: auto; padding: 22px 24px 20px; margin: auto;
  border: 1px solid var(--line-2); border-radius: 14px; background: var(--fill); color: var(--ink);
}
.samouczek::backdrop { background: rgba(9, 9, 11, .72); }
.samouczek-glowa h2 { margin: 2px 0 14px; font-family: var(--black); font-weight: 400; font-size: 1.35rem; letter-spacing: -.02em; }
.samouczek-lista { list-style: none; margin: 0 0 16px; padding: 0; display: grid; gap: 8px; }
.samouczek-lista li { display: flex; align-items: flex-start; gap: 10px; font-size: .875rem; line-height: 1.4; }
.samouczek-ik { flex: none; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--fill-2); color: var(--ink-2); }
.samouczek-ik svg { display: block; }
.samouczek-tresc b { display: inline; font-weight: 600; margin-right: 6px; }
.samouczek-tresc span { color: var(--ink-2); }
.samouczek-krok { padding: 12px 14px; border: 1px solid var(--line-2); border-radius: 12px; background: var(--paper); }
.samouczek-krok b { display: block; font-size: .9375rem; font-weight: 600; }
.samouczek-krok p { margin: 4px 0 10px; font-size: .875rem; line-height: 1.45; color: var(--ink-2); }
.samouczek-krok img { display: block; width: 100%; height: auto; border-radius: 8px; border: 1px solid var(--line-2); }
.samouczek-akcje { display: flex; justify-content: flex-end; gap: 10px; margin-top: 16px; }
@media (max-width: 560px) { .samouczek { padding: 18px 16px 16px; } .samouczek-akcje { flex-direction: column-reverse; } .samouczek-akcje .btn, .samouczek-akcje .btn-line { width: 100%; justify-content: center; } }
.mk-et, .kd-n, .pg-nad, .pg-m span, .pg-podpis, .pg-etyk { font-size: .75rem; }
.lek-nr, .mk-wroc, .mk-s-typ, .mk-s-jak, .mk-glos-msg,
.mk-dlaczego, .mk-usun, .konto-kopiuj, .kreator-slot > .str-msg, .spr-krok, .kd-cta, .fotki b,
.kd-w, .pomoc-i .lnk, .pomoc-skrzynka, .pub-adres-przed, .mk-kat-w, .mk-forma { font-size: .875rem; }
.kd-t, .mk-kat-n, .mk-p-tytul, .mk-p-cta, .samouczek-krok b { font-size: .875rem; }
.pg-m b { font-size: 1rem; }
@media (max-width: 640px) {
  .pan { font-size: 15px; padding-bottom: 24px; }
  .fine, .mk-et, .kd-n, .pg-nad, .pg-m span, .pg-podpis, .pg-etyk, .dzial, .kaf-t,
  .widok-dzial .kaf-dz .kaf-t, .mk-s-jak, .mk-dlaczego, .mk-razem, .tor-lacznie, .kd-w, .mk-kat-w,
  .mk-forma, .mk-glos-msg, .pomoc-skrzynka, .spr-wynik-l, .lek-czas, .lek-nr, .pub-adres-przed,
  .pub-adres-stan, .mk-wroc, .mk-s-sek, .mk-tagi,
  .spr-wynik-pitch, .spr-wynik-fakt, .samouczek-tresc, .samouczek-krok p { font-size: 13px; }
  .kd-t, .kd-cta, .mk-kat-n, .mk-s-typ, .mk-s-co, .mk-s-mowi, .mk-p-tytul, .mk-p-cta, .pomoc-i b,
  .lek-tytul, .btn, .btn-line, .lnk, .str-pole input, .str-pole textarea, .str-pole select,
  .mk-glos-tekst, .spr-wynik-adres, .pg-m b, .kaf-stan, .widok-dzial .kaf-dz.kaf-otwarty > .kaf-stan,
  .samouczek-lista li, .samouczek-krok b, .mk-hook-kreatora, .mk-pusto, .mk-uwaga, .mk-msg { font-size: 15px; }
  .kaf-stan, .widok-dzial .kaf-dz.kaf-otwarty > .kaf-stan { font-weight: 600; line-height: 1.35; }
  .pg-kwota, .tyt-t, .mk-tytul h3, .mk-p-hook, .samouczek-glowa h2 { font-size: 22px; line-height: 1.2; }
  .pg { display: block; padding: 14px 16px; }
  .pg-wykres:not(:has(.pg-demo)) { display: none; }
  .pg:has(.pg-demo) .pg-wykres { margin-top: 10px; }
  .pg-male { display: flex; flex-wrap: wrap; gap: 4px 14px; margin-top: 8px; }
  .kurs, .kaf-dz, .pomoc-i, .mk-pomysl, .mk-scena, .pg { padding-left: 16px; padding-right: 16px; }
  .btn, .btn-line { min-height: 44px; }
  .str-pole input, .str-pole select, .pub-adres-przed, .pub-adres-wlasny input { height: 44px; }
  .lek { grid-template-columns: 88px minmax(0, 1fr) auto; gap: 0 12px; padding: 8px; }
  .lek-foto { width: 88px; border-radius: 6px; }
  .lek-postep { gap: 2px; padding: 2px 3px; }
  .lek-postep i { height: 2px; }
  .lek-odznaka { display: none; }
  .lek[data-stan="gotowa"]:not(.lek-otwarta) .btn-line.lek-akcja::before { content: none; }
  .lek[data-stan="gotowa"]:not(.lek-otwarta) .btn-line.lek-akcja::after {
    width: 0; height: 0; margin: -6px 0 0 -3px; transform: none;
    border-right: 0; border-left: 10px solid currentColor;
    border-top: 6px solid transparent; border-bottom: 6px solid transparent;
  }
  .lek-wnetrze { gap: 5px; }
  .lek-tytul { -webkit-line-clamp: 2; }
  .lek-plakietka { font-size: 13px; height: 24px; padding: 0 9px; }
  .lek:not(.lek-otwarta) .lek-czas { display: none; }
  .lek:not(.lek-otwarta) .lek-usun { display: none; }
  .lek:not(.lek-otwarta) .btn-line.lek-akcja {
    width: 44px; min-width: 44px; height: 44px; padding: 0; font-size: 0; position: relative;
  }
  .lek:not(.lek-otwarta) .btn-line.lek-akcja::after {
    content: ''; position: absolute; left: 50%; top: 50%; width: 8px; height: 8px;
    margin: -5px 0 0 -6px; border-right: 1.6px solid currentColor;
    border-bottom: 1.6px solid currentColor; transform: rotate(-45deg);
  }
  .lek:not(.lek-otwarta):has(> .lek-bok > .btn.lek-akcja) {
    grid-template-columns: 88px minmax(0, 1fr); grid-template-areas: 'foto tresc' 'bok bok'; row-gap: 10px;
  }
  .lek:not(.lek-otwarta):has(> .lek-bok > .btn.lek-akcja) .lek-bok { width: 100%; }
  .lek:not(.lek-otwarta):has(> .lek-bok > .btn.lek-akcja) .lek-akcja { flex: 1; height: 44px; }
  .lek-grupa { position: relative; }
  .lek-grupa::before { content: ''; position: absolute; inset: -6px 0; }
  .lek-etapy { row-gap: 14px; }
  .lek-etap { flex: 1 1 44%; min-width: 0; font-size: 13px; }
  .lek-etap::before { display: none; }
  main.pan :is(.btn, .btn-line, .lnk, .kd-cta), .pomoc-i .lnk { font-size: 15px; }
  #tor.z-mapa .tor-lacznie, .kurs-liczby, .kurs-liczby b, .kurs-liczby span, .kurs-liczby-stan { font-size: 13px; }
  .kd-zl { font-size: 12px; }
}
.pg-kwota { font-size: clamp(2rem, 3.4vw, 2.4rem); }
.kurs-liczby { display: none; }
@media (max-width: 640px) {
  .pg-kwota, .tyt-t { font-size: 22px; }
  .pg-kwota { font-size: 30px; }
}
@media (max-width: 640px) {
  #spr-blok.kreator { display: flex; flex-direction: column; overflow-y: auto; -webkit-overflow-scrolling: touch; }
  #spr-blok.kreator > #spr-tresc { display: contents; }
  .kreator-pasek { order: -1; flex: none; position: sticky; top: 0; z-index: 3; flex-wrap: wrap; gap: 8px 10px; padding: 8px 12px; min-height: 0; }
  .kreator-tytul { display: none; }
  .kreator-zakladki { margin-left: auto; }
  .kreator-akcje { margin-left: 0; width: 100%; flex-wrap: wrap; gap: 8px; }
  .kreator-akcje .btn, .kreator-akcje .btn-line { flex: 1 1 auto; min-height: 44px; height: auto; }
  .kreator-slot { flex: 1 1 auto; }
  .kreator-slot > .str-msg { max-width: none; }
  #spr-blok.kreator .spr-ramka { flex: none; height: 46vh; min-height: 300px; margin: 0; border-radius: 0; border-left: 0; border-right: 0; }
  #spr-blok.kreator .spr-kolumna { flex: none; height: auto !important; overflow: visible; border-right: 0; padding: 12px 12px 96px; }
  #spr-blok.kreator:has(.spr-kolumna.spr-skupienie) .spr-ramka { display: none; }
  #spr-blok.kreator:has(.spr-kolumna.spr-skupienie) .kreator-pasek { position: static; }
  #spr-blok.kreator .spr-widok, #spr-blok.kreator .spr-pasek .spr-adres { display: none; }
  #spr-blok.kreator .spr-skup-pas { position: sticky; top: 0; z-index: 2; background: var(--paper); padding-top: 8px; }
  #spr-blok.kreator[data-zakladka="podstawy"] > .str-podstawy { overflow: visible; border-right: 0; padding: 12px 12px 96px; }
}
@media (max-width: 640px) {
  .widok-ust, .okno { font-size: 15px; }
  .okno-t, .okno-pole span, .okno-jezyk-e, .okno-rodzaj-b span, .okno-podpis,
  .konto-dane-l, .ust-grupa, .konto-kopiuj, .ust-wiersz-d, .okno-fine,
  .kre-b, .kre-licznik, .kre-mapa-l { font-size: 13px; }
  .konto-mail, .konto-poz, .okno-jezyk-b, .okno-rodzaj-b b, .okno-msg, .okno-cicha,
  .ust-zak, .ust-wroc, .ust-wiersz-t, .ust-wybor-b, .ust-kolor, .ust-wart,
  .konto-dane-v, .kre-pod, .kre-pods-r,
  .kre-pods-e, .kre-mapa li, .kre-akcje .lnk { font-size: 15px; }
  .okno-d { font-size: 22px; }
  .okno-pole input, .ust-pole, .widok-ust input, .widok-ust select, .widok-ust textarea { font-size: 16px; }
  .ust-zak, .ust-wroc, .ust-wybor-b, .konto-kopiuj, .konto-poz, .okno-cicha,
  .ust-kolor, .widok-ust .btn, .widok-ust .btn-line, .widok-ust .lnk,
  .kre-akcje .lnk, .kre-b { min-height: 44px; }
  .ust-kolor { min-width: 44px; }
  .ust-boki { display: flex; gap: 6px; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .ust-boki::-webkit-scrollbar { display: none; }
  .ust-zak { flex: none; white-space: nowrap; }
}
@media (max-width: 640px) {
  .info-b { position: relative; }
  .info-b::before { content: ''; position: absolute; left: 50%; top: 50%; width: 44px; height: 44px; transform: translate(-50%, -50%); }
}
.mark-sm { font-size: 1rem; }
@media (max-width: 640px) {
  .boczny, .pan-top { font-size: 15px; }
  .pan-top-t, .pan-kurs-t, .boczny-poz, .boczny-poz-pod, .pan-paliwo-t,
  .boczny-konto-t, .pan-nowy, .mark-sm { font-size: 15px; }
}
#kurs .mozaika, #kurs .glowa, #kurs-liczby, #kurs .kurs-pas { display: none; }
#kurs .kurs-tresc { padding-top: 4px; }
#kurs #tor { border-top: 0; padding-top: 0; }
#tor.z-mapa .tor-glowa { margin-bottom: 2px; }
@media (max-width: 640px) {
  .wybor-siatka { grid-template-columns: 1fr; grid-auto-rows: 1fr; gap: 10px; }
  .wyb-foto { aspect-ratio: 21 / 9; }
  .wyb-t { font-size: 15px; }
  .wyb-f { font-size: 13px; }
  .wyb-t, .wyb-tresc { min-height: 0; }
  .wybor-t { font-size: 16px; }
  .wyb-nowy { min-height: 96px; }
}
.kd-n {
  width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center;
  font-size: .6875rem; font-weight: 700; font-variant-numeric: tabular-nums;
  background: var(--fill-2); color: var(--ink-3); box-shadow: none;
}
.kd.jest .kd-n { background: var(--ink); color: var(--paper); }
.kd.teraz .kd-n { background: var(--akc-kd, var(--ink)); color: var(--paper); }
.kd.jest { background: var(--fill-2); border-color: var(--kontur); }
.kd.jest .kd-t { color: var(--ink); }
.kd + .kd::before {
  content: ''; position: absolute; left: -9px; top: 50%; width: 8px; height: 2px;
  background: var(--line-2); transform: translateY(-50%);
}
.kd.jest + .kd::before, .kd.jest + .kd.teraz::before { background: var(--kontur); }
#tor.z-mapa .tor-glowa .dzial { font-size: .75rem; color: var(--ink-2); }
.pan-top-dzial { margin-left: auto; font-size: .8125rem; color: var(--ink-3); }
@media (max-width: 640px) {
  .kd + .kd::before { display: none; }
  .kd-n { width: 24px; height: 24px; font-size: 13px; }
  .pan-top-dzial { display: none; }
}
.tor-kurs { margin: 0 0 12px; font-size: 1.0625rem; font-weight: 600; letter-spacing: -.01em; color: var(--ink); }
@media (max-width: 640px) { .tor-kurs { display: none; } }
.mapa { display: block; margin: 6px 0 4px; }
.kd {
  display: grid; grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: start; gap: 2px 16px;
  width: 100%; padding: 14px 16px 14px 12px; margin: 0;
  background: none; border: 1px solid transparent; border-radius: var(--r-card);
  position: relative; text-align: left; cursor: pointer;
}
.kd + .kd { margin-top: 2px; }
.kd + .kd::before { display: none; }
.kd:hover { background: var(--fill); border-color: transparent; }
.kd.teraz { background: var(--fill); border-color: var(--kontur); }
.kd.jest, .kd.info, .kd.dalej { background: none; border-color: transparent; }
.kd-glowa { display: flex; align-items: baseline; gap: 8px; min-width: 0; }
.kd-nr {
  flex: none; font-size: .875rem; font-weight: 600; color: var(--kontur);
  font-variant-numeric: tabular-nums;
}
.kd.teraz .kd-nr { color: var(--ink-3); }
.kd-zl { font-family: var(--black); font-weight: 400; font-size: .8125rem; color: currentColor; }
.kd-n {
  grid-column: 1; grid-row: 1 / span 2; align-self: start;
  position: static; width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center; font-size: .9375rem; font-weight: 700;
  background: var(--fill-2); color: var(--ink-3); box-shadow: none;
}
.kd.jest .kd-n { background: var(--ink); color: var(--paper); }
.kd.teraz .kd-n { background: var(--akc-kd, var(--ink)); color: var(--paper); }
.kd.teraz .kd-n, .kd.jest .kd-n { box-shadow: none; }
.kd-n svg { width: 16px; height: 16px; }
.kd-os { position: absolute; left: 28px; top: 50px; bottom: -6px; width: 2px; background: var(--line-2); }
.kd:last-child .kd-os { display: none; }
.kd.jest .kd-os { background: var(--ink-3); }
.kd-tresc { grid-column: 2; grid-row: 1; margin: 0; display: block; padding-top: 5px; }
.kd-t { font-size: 1.0625rem; font-weight: 600; line-height: 1.3; color: var(--ink); }
.kd-w { font-size: .9375rem; color: var(--ink-2); margin-top: 2px; }
.kd.dalej .kd-t { color: var(--ink-2); font-weight: 600; }
.kd.dalej .kd-w { color: var(--ink-3); }
.kd.jest .kd-t { color: var(--ink-3); font-weight: 500; }
.kd.jest .kd-w { color: var(--kontur); }
.kd.jest:hover .kd-t { color: var(--ink-2); }
.kd-cta { grid-column: 3; grid-row: 1; align-self: center; margin-top: 0; height: 38px; font-size: .9375rem; }
.kd-zl { font-size: .8125rem; }
#tor.z-mapa .tor-lacznie { margin: 10px 0 0 68px; }
@media (max-width: 640px) {
  .kd { grid-template-columns: 34px minmax(0, 1fr); gap: 2px 12px; padding: 12px 12px 12px 8px; }
  .kd-n { width: 30px; height: 30px; font-size: 15px; }
  .kd-os { left: 22px; top: 46px; }
  .kd-t { font-size: 17px; }
  .kd-w { font-size: 15px; }
  .kd-cta { grid-column: 2; grid-row: 2; justify-self: start; margin-top: 8px; height: 44px; font-size: 15px; }
  #tor.z-mapa .tor-lacznie { margin-left: 50px; }
}
.pomoc .help-team { display: inline-flex; align-items: center; gap: 4px; position: static; }
.pomoc .help-team .help-ava2 { margin-left: 0; }
.pomoc .help-ava {
  width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center;
  background: var(--fill-2); border: 1px solid var(--line-2); flex: none;
}
.pomoc .help-ava b { font-size: .75rem; font-weight: 700; color: var(--ink-2); }
.pomoc .help-team .help-dot { display: none; }
body.w-bramie .boczny, body.w-bramie .pan-top, body.w-bramie .czat-dymek { display: none !important; }
body.w-bramie .app-uklad { display: block; }
body.w-bramie main.pan { max-width: none; padding: 0; }
.wybor[hidden] { display: none; }
.wybor { min-height: 100vh; display: grid; place-items: center; padding: 48px 20px 64px; }
.wybor-srodek { width: 100%; max-width: 940px; }
.wybor-glowa { text-align: center; margin-bottom: 22px; }
.wybor-mark { display: inline-block; font-size: 1.25rem; }
.wybor-t { margin: 8px 0 16px; font-family: var(--black); font-weight: 400; font-size: clamp(1.25rem, 2.2vw, 1.5rem); letter-spacing: -.02em; }
.wybor-karta {
  max-width: 640px; margin: 0 auto; text-align: left;
  padding: 12px 16px 14px;
  background: var(--fill); border: 1px solid var(--line); border-radius: var(--r-kafel);
}
.wybor-rzad { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 20px; margin-top: 2px; }
.wybor-karta .pg-kwota { display: block; margin: 0; }
.wybor-male { margin: 0; }
.wybor-male[hidden] { display: none; }
.wybor-podpis { margin-left: auto; }
.wybor-wykres {
  margin: 10px 0 0;
  display: flex; flex-direction: column; gap: 6px;
}
.wybor-wykres[hidden] { display: none; }
.wyk { position: relative; }
.wyk-svg { display: block; width: 100%; height: clamp(58px, 6vw, 76px); overflow: visible; }
.wyk-siatka { stroke: var(--line); stroke-width: 1; vector-effect: non-scaling-stroke; }
.wyk-os { stroke: var(--line-2); }
.wyk-linia { stroke: var(--ink); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.wyk-linia.wyk-demo { stroke-dasharray: 7 6; opacity: .85; }
.wyk-kropka { fill: var(--paper); stroke: var(--ink); stroke-width: 2; vector-effect: non-scaling-stroke; }
.wyk-plaski .wyk-obszar { display: none; }
.wyk-plaski .wyk-linia { stroke: var(--ink-2); }
.wyk-plaski .wyk-kropka { stroke: var(--ink-2); }
.wyk-osx { display: flex; justify-content: space-between; }
.wyk-etyk { font-size: .75rem; font-weight: 600; color: var(--ink-3); white-space: nowrap; }
.wyk-szczyt {
  position: absolute; top: -2px; right: 0;
  font-size: .75rem; font-weight: 700; color: var(--ink-3);
  font-variant-numeric: tabular-nums; pointer-events: none;
}
.wyk-szczyt:empty { display: none; }
@media (max-width: 640px) {
  .wybor-wykres { margin-top: 14px; }
  .wybor-karta { padding: 12px 14px 14px; }
  .wyk-etyk { font-size: 13px; }
}
.wybor-siatka { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 300px)); gap: 14px; justify-content: center; }
.wybor-czeka .wyb { cursor: progress; }
.wybor-czeka .wyb:hover { transform: none; border-color: var(--line); }
.wyb-poz { position: relative; display: flex; min-width: 0; }
.wyb-poz > .wyb { flex: 1 1 auto; min-width: 0; }
.wyb-kosz {
  position: absolute; bottom: 8px; right: 8px; z-index: 2;
  width: 34px; height: 34px; display: grid; place-items: center;
  border: 1px solid transparent; border-radius: 10px;
  background: none; color: var(--ink-3);
  cursor: pointer; opacity: .6; transition: opacity .15s var(--ease), color .15s var(--ease), border-color .15s var(--ease);
}
.wyb-kosz svg { width: 17px; height: 17px; }
.wyb-poz:hover .wyb-kosz { opacity: 1; }
.wyb-kosz:hover, .wyb-kosz:focus-visible { opacity: 1; color: var(--ink); border-color: var(--kontur); }
@media (hover: none) { .wyb-kosz { opacity: 1; width: 44px; height: 44px; } }
.okno-usun { width: min(460px, calc(100vw - 32px)); }
.usun-co { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-direction: column; gap: 1px; }
.usun-co li {
  padding: 9px 0; border-bottom: 1px solid var(--line-2);
  font-size: .9375rem; color: var(--ink);
}
.usun-co:empty { display: none; }
.usun-ostrz { margin: 0 0 18px; font-size: .875rem; line-height: 1.5; color: var(--ink-3); }
.usun-pole[hidden] { display: none; }
#usun-in { font-variant-numeric: tabular-nums; letter-spacing: .08em; text-transform: uppercase; }
.btn-grozny { background: #DC2626; color: #FAFAFA; border-color: #DC2626; }
.btn-grozny:hover:not(:disabled) { background: #B91C1C; border-color: #B91C1C; }
.btn-grozny:disabled { opacity: .45; cursor: not-allowed; }
.btn:disabled { opacity: .45; cursor: not-allowed; }
.wyb {
  display: flex; flex-direction: column; overflow: hidden; text-decoration: none;
  border: 1px solid var(--line); border-radius: 14px; background: var(--fill);
  color: inherit; font: inherit; text-align: left; cursor: pointer; padding: 0;
  transition: border-color .15s var(--ease), transform .15s var(--ease);
}
.wyb:hover, .wyb:focus-visible { border-color: var(--kontur); transform: translateY(-2px); }
.wyb:focus-visible { outline: 2px solid var(--kontur); outline-offset: 2px; }
.wyb-foto { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; aspect-ratio: 16 / 9; overflow: hidden; background: var(--fill); }
.wyb-foto img { width: 100%; height: 100%; object-fit: cover; opacity: 1; display: block; filter: brightness(1.32) contrast(.96) saturate(1.06); }
.wyb-foto::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: rgba(250, 250, 250, .12); pointer-events: none;
}
.wyb-foto[data-ile="1"] { grid-template-columns: 1fr; }
.wyb-foto[data-ile="2"] img { grid-row: span 2; }
.wyb-foto[data-ile="3"] img:first-child { grid-row: span 2; }
.wyb-tresc { display: grid; gap: 8px; padding: 16px 18px 18px; }
.wyb-t { font-size: 1.0625rem; font-weight: 600; line-height: 1.3; overflow-wrap: anywhere; }
.wyb-kwota-k { display: inline-flex; align-items: center; gap: 8px; }
.wyb-kwota-k svg { width: 16px; height: 16px; flex: none; fill: none; stroke: currentColor; color: var(--ink-3); }
.wyb-kwota-k b { font-family: var(--black); font-weight: 400; font-size: 1.375rem; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.wyb-f { font-size: .875rem; color: var(--ink-3); padding-right: 42px; }
.wyb-nowy {
  display: grid; place-items: center; min-height: 160px; padding: 0;
  border: 1px dashed var(--line-2); border-radius: 14px;
  background: none; color: var(--ink-3); cursor: pointer;
  transition: color .15s var(--ease), border-color .15s var(--ease);
}
.wyb-nowy svg {
  width: 42px; height: 42px; fill: none; stroke: currentColor;
  stroke-width: 2.4; stroke-linecap: round;
  transition: transform .15s var(--ease);
}
.wyb-nowy:hover, .wyb-nowy:focus-visible { color: var(--ink); border-color: var(--kontur); }
.wyb-nowy:hover svg { transform: scale(1.08); }
.wyb-nowy:focus-visible { outline: 2px solid var(--kontur); outline-offset: 2px; }
@media (max-width: 640px) {
  .wybor { min-height: 100vh; padding: 28px 16px 40px; }
  .wybor-siatka { grid-template-columns: 1fr; grid-auto-rows: 1fr; gap: 10px; }
  .wybor-t { font-size: 22px; }
  .wybor-glowa { margin-bottom: 22px; }
  .wyb { flex-direction: row; align-items: stretch; }
  .wyb-foto { flex: none; width: 116px; aspect-ratio: auto; }
  .wyb-tresc { flex: 1 1 auto; min-width: 0; gap: 4px; padding: 12px 14px; align-content: center; }
  .wyb-t { font-size: 15px; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .wyb-kwota-k b { font-size: 18px; }
  .pg-kwotka { font-size: 13px; }
  .wyb-foto { width: 116px; aspect-ratio: 1 / 1; }
  .wyb-f { font-size: 13px; }
  .wyb-nowy { min-height: 96px; }
  .wyb-nowy svg { width: 34px; height: 34px; }
}
.kwy-wszystkie {
  display: flex; align-items: center; justify-content: center;
  width: calc(100% - 16px); margin: 10px 8px 2px; padding: 0 14px;
  min-height: 42px; border-radius: var(--r); cursor: pointer;
  border: 1px solid var(--line-2); background: none;
  color: var(--ink-2); font: inherit; font-size: .875rem; font-weight: 600;
}
.kwy-wszystkie:hover { color: var(--ink); border-color: var(--kontur); background: var(--fill-2); }
@media (max-width: 640px) {
  .kursy-panel.na-dole {
    position: fixed; top: auto; right: 0; bottom: 0; left: 0;
    width: auto; max-width: none; max-height: 74vh; overflow-y: auto;
    border-radius: 18px 18px 0 0;
    padding: 16px 12px max(16px, env(safe-area-inset-bottom, 12px));
    box-shadow: 0 -18px 50px rgba(0, 0, 0, .55);
    animation: kwy-wjazd .18s var(--ease);
  }
  @keyframes kwy-wjazd { from { transform: translateY(14px); opacity: 0; } }
  @media (prefers-reduced-motion: reduce) { .kursy-panel.na-dole { animation: none; } }
  .kursy-panel.na-dole::before {
    content: ''; display: block; width: 36px; height: 4px; margin: -6px auto 12px;
    border-radius: 999px; background: var(--line-2);
  }
  .kursy-panel.na-dole .kwy-i,
  .kursy-panel.na-dole .kwy-wszystkie { min-height: 48px; }
  .kursy-panel.na-dole .kwy-t { font-size: 15px; }
  .kursy-panel.na-dole .kwy-s { font-size: 13px; }
  .kursy-panel.na-dole .kwy-wszystkie { font-size: 15px; }
}
#pg { grid-template-columns: minmax(0, 1fr); }
#pg .pg-wykres { display: none; }
.mapa { position: relative; }
.kd { align-items: center; align-content: center; padding: 12px 16px 12px 12px; }
.kd + .kd { margin-top: 0; }
.kd:hover { border-color: transparent; }
.kd:focus-visible { border-color: transparent; outline: 2px solid var(--ink); outline-offset: -2px; }
.kd.teraz, .kd.teraz:hover, .kd.teraz:focus-visible { border-color: var(--kontur); }
.kd-os { top: -1px; bottom: -1px; left: 28px; width: 2px; background: none; }
.kd-os::before, .kd-os::after {
  content: ''; position: absolute; left: 0; width: 2px; background: var(--line-2);
}
.kd-os::before { top: 0; bottom: calc(50% + 17px); }
.kd-os::after { top: calc(50% + 17px); bottom: 0; }
.kd:first-child .kd-os::before { display: none; }
.kd:last-child .kd-os { display: block; }
.kd:last-child .kd-os::after { display: none; }
.kd:only-child .kd-os { display: none; }
.kd.jest .kd-os, .kd.dalej .kd-os, .kd.teraz .kd-os, .kd.info .kd-os { background: none; }
.kd.jest .kd-os::before, .kd.jest .kd-os::after { background: var(--ink-3); }
@media (max-width: 640px) {
  #pomoc-ai-cta, #pomoc-ludzie-cta { min-height: 44px; }
  .lek-usun { width: 44px; height: 44px; opacity: 1; }
  .str-kolor { min-width: 44px; min-height: 44px; }
  .btn-line { min-height: 44px; }
  .calosc-akcje .lnk { min-height: 44px; display: inline-flex; align-items: center; }
  .wyb-kosz { width: 44px; height: 44px; opacity: 1; }
  .wybor-mark { padding: 13px 8px; }
}
@media (max-width: 640px) {
  .kd-os { left: 22px; }
  .kd { align-content: start; }
  .mapa .kd .kd-n { align-self: start; }
  .kd-os::before { bottom: calc(100% - 13px); }
  .kd-os::after { top: 43px; }
}
.kd-n { position: relative; top: auto; right: auto; left: auto; align-self: center; z-index: 1; box-shadow: none; }
.kd.jest .kd-n { background: none; box-shadow: inset 0 0 0 2px var(--ink-3); color: var(--ink-3); }
.kd.dalej .kd-n, .kd.info .kd-n { background: var(--fill-2); color: var(--ink-3); }
.kd.teraz .kd-n { background: var(--ink); color: var(--paper); }
.kd-n svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.kd.jest .kd-n svg { width: 16px; height: 16px; stroke-width: 2.1; }
