/* Radio Player 14.5.50 — czysty CSS frontu: brand jako link JS + synchronizacja CSS local/WordPress. */

html.rk-modalOpen,
body.rk-modalOpen { overflow: hidden; }

.rkapp-lite {
  --rk-mint: var(--rk-btn-start, #0aa99a);
  --rk-mint-2: var(--rk-btn-accent, #7ffaf0);
  --rk-deep: #020b0f;
  --rk-panel: rgba(2, 20, 22, .82);
  --rk-panel-2: rgba(0, 70, 63, .58);
  --rk-line: rgba(22, 223, 204, .30);
  --rk-text: #ffffff;
  --rk-muted: #b9eee8;
  --rk-support-start: #ff5268;
  --rk-support-end: #d71946;

  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  color: var(--rk-text);
  font-family: Inter, Roboto, "Open Sans", Arial, sans-serif;
  background: var(--rk-deep);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.rkapp-lite,
.rkapp-lite * ,
.rkapp-lite *::before,
.rkapp-lite *::after { box-sizing: border-box; }

.rkapp-lite button,
.rkapp-lite input,
.rkapp-lite textarea,
.rkapp-lite select { font-family: inherit; }

.rkapp-lite button { appearance: none; margin: 0; }
.rkapp-lite [role="button"],
.rkapp-lite [role="link"] { cursor: pointer; user-select: none; -webkit-tap-highlight-color: transparent; }
.rkapp-lite [role="button"]:focus,
.rkapp-lite [role="link"]:focus { outline: 0; }
.rkapp-lite [role="button"]:focus-visible,
.rkapp-lite [role="link"]:focus-visible { box-shadow: 0 0 0 3px rgba(126,255,244,.18), 0 0 0 1px rgba(126,255,244,.44) inset; }

.rkapp-lite a,
.rkapp-lite a:visited,
.rkapp-lite a:hover,
.rkapp-lite a:focus,
.rkapp-lite a:active { color: inherit; text-decoration: none; text-decoration-line: none; }
.rk-liteBrand,
.rk-liteBrand *,
.rk-tool,
.rk-tool *,
.rk-actionCard,
.rk-actionCard *,
.rk-supportBtn,
.rk-supportBtn *,
.rk-liteBottom a,
.rk-liteBottom a * { text-decoration: none; text-decoration-line: none; }
.rk-modal__body a,
.rk-docCard a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.rkapp-lite::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background: var(--rk-bg);
  background-size: cover;
  background-position: center;
  opacity: .20;
}

.rkapp-lite::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 24%, rgba(22,223,204,.14), transparent 35%),
    linear-gradient(180deg, rgba(1,24,25,var(--rk-bg-overlay-alpha,.96)), #020b0f 76%);
}

.rk-bgAmbient {
  position: absolute;
  inset: -18%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 20%, rgba(0,121,109,.28), transparent 28%),
    radial-gradient(circle at 82% 70%, rgba(22,223,204,.13), transparent 30%);
  filter: blur(12px);
}

.rk-shell {
  position: relative;
  z-index: 2;
  width: min(100%, 1320px);
  height: 100svh;
  margin: 0 auto;
  padding: 18px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
}

.rk-liteTop {
  min-height: 84px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--rk-line);
  border-radius: 24px;
  background: rgba(2,13,16,.76);
  box-shadow: 0 20px 60px rgba(0,0,0,.30);
}


.rk-liteBrand,
.rk-liteBrand:hover,
.rk-liteBrand:focus,
.rk-liteBrand:focus-visible {
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
  text-decoration: none;
}
.rk-liteBrand *,
.rk-liteBrand *:hover {
  text-decoration: none;
}

.rk-liteBrand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  color: #fff;
  transition: transform .18s ease, filter .18s ease;
  transform-origin: left center;
}
.rk-liteBrand:hover,
.rk-liteBrand:focus-visible { transform: scale(1.025); filter: drop-shadow(0 0 18px rgba(22,223,204,.22)); }

.rk-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 14px;
  flex: 0 0 auto;
  transition: box-shadow .18s ease;
}
.rk-liteBrand:hover .rk-logo,
.rk-liteBrand:focus-visible .rk-logo { box-shadow: 0 10px 28px rgba(0,0,0,.28), 0 0 22px rgba(22,223,204,.22); }

.rk-liteBrand strong {
  display: block;
  max-width: 46vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.rk-liteBrand small {
  display: block;
  margin-top: 5px;
  color: #9be7dd;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
}
.rk-brandMobileText { display: none; }

.rk-liteTools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: nowrap;
  min-width: 0;
}

.rk-tool,
.rk-tool:visited {
  height: 42px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(22,223,204,.34);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(3,42,44,.82), rgba(1,25,28,.92));
  color: #e9fffc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: 800 11px/1 Inter, Roboto, "Open Sans", Arial, sans-serif;
  letter-spacing: .045em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 10px 24px rgba(0,0,0,.16);
  transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.rk-tool:hover,
.rk-tool:focus-visible,
.rk-volumeWrap.is-open > .rk-tool,
.rk-tool[aria-expanded="true"] {
  background: linear-gradient(180deg, rgba(4,58,60,.94), rgba(1,28,32,.98));
  border-color: rgba(126,255,244,.48);
  box-shadow: 0 14px 30px rgba(0,0,0,.20), 0 0 20px rgba(22,223,204,.12);
  transform: translateY(-1px);
}
.rk-ico,
.rk-tool .rk-ico {
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 15px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.rk-ico svg { width: 15px; height: 15px; display: block; }
.rk-ico svg,
.rk-ico svg * { stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.rk-volumeWrap { position: relative; display: inline-flex; }
.rk-volumePanel[hidden] { display: none; }
.rk-volumePanel {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  z-index: 40;
  width: 272px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(22,223,204,.32);
  border-radius: 20px;
  background: rgba(1,31,34,.96);
  box-shadow: 0 24px 44px rgba(0,0,0,.34);
}
.rk-volumeMute {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(126,255,244,.26);
  border-radius: 15px;
  background: rgba(4,54,55,.58);
  color: #fff;
  cursor: pointer;
}
.rk-volumeSvg { width: 20px; height: 20px; display: block; }
.rk-volumeSvg,
.rk-volumeSvg * { stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.rk-volumeSvg--off { display: none; }
.rk-volumeMute.is-muted .rk-volumeSvg--on { display: none; }
.rk-volumeMute.is-muted .rk-volumeSvg--off { display: block; }
.rk-volumeRange {
  width: 116px;
  height: 18px;
  flex: 1 1 auto;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
.rk-volumeRange::-webkit-slider-runnable-track { height: 7px; border-radius: 999px; background: #f3f7f6; box-shadow: inset 0 0 0 1px rgba(0,0,0,.18); }
.rk-volumeRange::-moz-range-track { height: 7px; border-radius: 999px; background: #f3f7f6; box-shadow: inset 0 0 0 1px rgba(0,0,0,.18); }
.rk-volumeRange::-webkit-slider-thumb { appearance: none; width: 20px; height: 20px; margin-top: -6.5px; border-radius: 50%; border: 0; background: #1679dc; box-shadow: 0 2px 8px rgba(0,0,0,.28); }
.rk-volumeRange::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; border: 0; background: #1679dc; box-shadow: 0 2px 8px rgba(0,0,0,.28); }
.rk-volumeValue { flex: 0 0 42px; color: #dffffb; font-size: 13px; font-weight: 800; }

.rk-liteMain {
  min-height: 0;
  border: 1px solid var(--rk-line);
  border-radius: 28px;
  background: rgba(0,10,13,.72);
  box-shadow: 0 28px 80px rgba(0,0,0,.36);
  overflow: hidden;
}
.rk-console {
  height: 100%;
  min-height: 0;
  padding: clamp(18px, 3vw, 36px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
}
.rk-discSection { position: relative; min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }

.rk-wave { position: absolute; top: 50%; width: 90%; height: 130px; transform: translateY(-50%); opacity: .28; pointer-events: none; background: repeating-linear-gradient(90deg, transparent 0 42px, rgba(22,223,204,.70) 42px 48px, transparent 48px 78px); filter: blur(.1px); }
.rk-wave--left { left: -5%; }
.rk-wave--right { right: -5%; }

.rk-disc {
  position: relative;
  width: clamp(390px, min(37vw, 56svh), 560px);
  height: clamp(390px, min(37vw, 56svh), 560px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  padding: 0;
  border: 1px solid rgba(130,255,244,.40);
  border-radius: 50%;
  overflow: hidden;
  outline: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transform-origin: center center;
  box-shadow: 0 34px 90px rgba(0,0,0,.38), 0 0 82px rgba(22,223,204,.20);
  transition: transform .22s ease, box-shadow .18s ease, border-color .18s ease;
}
.rk-disc:hover,
.rk-disc:focus-visible { transform: scale(1.018); border-color: rgba(126,255,244,.58); box-shadow: 0 44px 110px rgba(0,0,0,.48), 0 0 112px rgba(22,223,204,.30); }
.rk-discPaint,
.rk-discGrooves,
.rk-discLight {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}
.rk-discPaint {
  background:
    radial-gradient(circle at center, #02090a 0 8%, #021415 9% 15%, transparent 16%),
    radial-gradient(circle at 62% 22%, rgba(95,255,238,.24), transparent 17%),
    radial-gradient(circle at 54% 80%, rgba(0,130,118,.22), transparent 27%),
    linear-gradient(135deg, #010506 0%, #00211f 41%, #00463d 64%, #001112 100%);
  box-shadow: inset 0 0 0 1px rgba(210,255,250,.08), inset 0 0 62px rgba(0,0,0,.72), inset 0 -28px 60px rgba(0,0,0,.34);
}
.rk-discGrooves { background: repeating-radial-gradient(circle, rgba(220,255,252,.045) 0 1px, transparent 2px 5px); opacity: .90; }
.rk-discLight { background: conic-gradient(from 210deg, transparent 0 18%, rgba(255,255,255,.10) 24%, transparent 30% 100%); mix-blend-mode: screen; opacity: .65; }
.rkapp-lite.is-playing .rk-discLight { animation: rkDiscLight 38s linear infinite; }
@keyframes rkDiscLight { to { transform: rotate(360deg); } }

.rk-discCenter {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34%;
  height: 34%;
  min-width: 96px;
  min-height: 96px;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: block;
  border: 2px solid rgba(127,255,244,.72);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, #062a2d 0%, #031315 72%, #010507 100%);
  box-shadow: 0 0 40px rgba(27,235,216,.46), inset 0 0 30px rgba(0,0,0,.80);
  pointer-events: none;
}
.rk-playIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 74px;
  height: 74px;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.rk-playIcon::before,
.rk-playIcon::after { content: ""; position: absolute; display: block; background: #fff; box-shadow: 0 0 16px rgba(255,255,255,.65), 0 0 24px rgba(22,223,204,.22); }
.rk-playIcon::before {
  left: 53%;
  top: 50%;
  width: 58px;
  height: 64px;
  transform: translate(-50%, -50%);
  clip-path: polygon(22% 10%, 22% 90%, 88% 50%);
  border-radius: 3px;
}
.rk-playIcon::after { display: none; }
.rk-disc[aria-pressed="true"] .rk-playIcon::before,
.rkapp-lite.is-playing .rk-playIcon::before {
  left: 25%;
  top: 50%;
  width: 15px;
  height: 60px;
  transform: translate(-50%, -50%);
  clip-path: none;
  border-radius: 4px;
}
.rk-disc[aria-pressed="true"] .rk-playIcon::after,
.rkapp-lite.is-playing .rk-playIcon::after {
  display: block;
  left: 75%;
  top: 50%;
  width: 15px;
  height: 60px;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}
.rk-playHint {
  position: absolute;
  left: 50%;
  top: calc(50% + max(72px, 21%));
  z-index: 6;
  transform: translateX(-50%);
  max-width: 76%;
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(3,42,44,.88);
  color: #eafffb;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 14px 24px rgba(0,0,0,.28);
  transition: opacity .28s ease, transform .28s ease;
}
.rkapp-lite.is-playing .rk-playHint,
.rkapp-lite.rk-hintHidden .rk-playHint { opacity: 0; transform: translateX(-50%) translateY(8px); pointer-events: none; }

.rk-nowMeta { position: relative; z-index: 3; margin-top: -38px; display: flex; flex-direction: column; align-items: center; max-width: min(92%, 620px); }
.rk-pill { padding: 9px 24px; border: 1px solid rgba(126,255,244,.38); border-radius: 999px; background: linear-gradient(180deg, rgba(32,160,170,.90), rgba(0,128,112,.90)); box-shadow: 0 12px 24px rgba(0,0,0,.25); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.rk-trackTitle { max-width: 100%; margin-top: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #fff; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.02; font-weight: 900; text-shadow: 0 10px 24px rgba(0,0,0,.35); }
.rk-trackArtist { margin-top: 4px; color: #17f2dd; font-size: clamp(20px, 2.2vw, 30px); line-height: 1.05; font-weight: 900; }
.rk-statusBar { margin-top: 12px; min-height: 30px; max-width: min(96vw, 360px); padding: 0 13px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(22,223,204,.34); border-radius: 999px; background: rgba(1,24,27,.88); color: #dffffb; font-size: 11px; font-weight: 800; white-space: nowrap; box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
.rk-statusSep { width: 1px; height: 15px; background: rgba(255,255,255,.20); }
.rk-eq { display: inline-flex; align-items: flex-end; gap: 3px; height: 17px; padding-left: 1px; opacity: 0; width: 0; overflow: hidden; transition: opacity .18s ease, width .18s ease; }
.rk-eq span { width: 3px; height: 7px; border-radius: 999px; background: #16dfcc; opacity: .88; transform-origin: center bottom; animation: none; }
.rkapp-lite.is-playing .rk-eq { opacity: 1; width: 27px; }
.rkapp-lite.is-playing .rk-eq span { animation: rkEq 1.05s infinite ease-in-out; }
.rk-eq span:nth-child(2) { animation-delay: .10s; height: 11px; }
.rk-eq span:nth-child(3) { animation-delay: .20s; height: 16px; }
.rk-eq span:nth-child(4) { animation-delay: .30s; height: 12px; }
.rk-eq span:nth-child(5) { animation-delay: .40s; height: 8px; }
@keyframes rkEq { 0%,100% { transform: scaleY(.55); opacity: .65; } 50% { transform: scaleY(1); opacity: 1; } }

.rk-actionGrid { display: grid; gap: 14px; align-content: center; }

.rk-actionCard,
.rk-actionCard:visited,
.rk-actionCard:hover,
.rk-actionCard:focus-visible { text-decoration: none; text-decoration-line: none; }
.rk-actionCard strong,
.rk-actionCard small,
.rk-actionCta { text-decoration: none; }

.rk-actionCard {
  min-height: 96px;
  padding: 15px 17px;
  display: grid;
  grid-template-columns: 56px minmax(0,1fr) auto;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--rk-line);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(0,84,76,.84), rgba(1,24,28,.92));
  color: #fff;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.rk-actionCard:hover,
.rk-actionCard:focus-visible { transform: scale(1.018); background: linear-gradient(135deg, rgba(0,96,86,.90), rgba(0,37,42,.96)); border-color: rgba(126,255,244,.46); box-shadow: 0 16px 38px rgba(0,0,0,.25), 0 0 26px rgba(22,223,204,.13); }
.rk-actionIcon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(180deg, rgba(22,223,204,.72), rgba(11,112,130,.70)); color: #fff; font-size: 23px; font-weight: 900; box-shadow: inset 0 1px 0 rgba(255,255,255,.10); }
.rk-actionText { min-width: 0; }
.rk-actionText strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: clamp(15px, 1.08vw, 20px); line-height: 1.06; font-weight: 760; text-transform: uppercase; letter-spacing: .005em; }
.rk-actionText small { display: block; margin-top: 5px; color: #bdf8ef; font-size: clamp(10px, .78vw, 12px); line-height: 1.25; font-weight: 520; text-transform: none; }
.rk-actionCta { min-width: 82px; min-height: 31px; padding: 0 13px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(126,255,244,.24); border-radius: 999px; background: linear-gradient(180deg, var(--rk-btn-start, #11868d), var(--rk-btn-end, #0a5f67)); color: var(--rk-btn-text, #fff); font-size: 10px; font-weight: 820; letter-spacing: .035em; text-transform: uppercase; text-decoration: none; }

.rk-desktopSupport { display: flex; justify-content: center; margin-top: 14px; }
.rk-supportBtn { min-height: 42px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; background: linear-gradient(135deg, var(--rk-support-start), var(--rk-support-end)); color: #fff; font-size: 13px; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; box-shadow: 0 12px 26px rgba(215,25,70,.22); transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.rk-supportBtn:hover,
.rk-supportBtn:focus-visible { transform: translateY(-1px) scale(1.02); filter: brightness(1.03); box-shadow: 0 16px 34px rgba(215,25,70,.30); }
.rk-supportBtn .rk-supportIcon { color: #fff; line-height: 1; }

.rk-liteBottom { display: none; }
.rk-toast { position: fixed; left: 50%; bottom: 22px; z-index: 90; transform: translateX(-50%); max-width: min(92vw, 460px); padding: 12px 16px; border-radius: 16px; background: rgba(1,30,34,.95); color: #fff; box-shadow: 0 18px 44px rgba(0,0,0,.35); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.rk-toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(-4px); }

.rk-modal[hidden] { display: none; }
.rk-modal { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 18px; }
.rk-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.58); backdrop-filter: blur(8px); }
.rk-modal__dialog,
.rk-modalShell { position: relative; z-index: 1; width: min(94vw, 680px); max-height: calc(100svh - 34px); overflow: hidden; border: 1px solid var(--rk-line); border-radius: 26px; background: rgba(2,40,43,.96); box-shadow: 0 28px 80px rgba(0,0,0,.46); color: #fff; }
.rk-modal__head,
.rk-modalShell__head { min-height: 58px; padding: 14px 18px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid rgba(22,223,204,.25); background: rgba(2,30,36,.70); }
.rkapp-lite .rk-modal__head h3 { margin: 0; color: #ffffff; font-size: 19px; font-weight: 900; text-align: center; text-decoration: none; border: 0; }
.rkapp-lite .rk-modal__x { position: absolute; right: 14px; top: 10px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(126,255,244,.26); border-radius: 14px; background: rgba(6,78,80,.78); color: #fff; font-size: 28px; line-height: 1; font-weight: 900; cursor: pointer; text-decoration: none; }
.rk-modal__body,
.rk-modalShell__body { max-height: calc(100svh - 116px); overflow: auto; padding: 20px; }
.rk-modal__body::-webkit-scrollbar { width: 10px; }
.rk-modal__body::-webkit-scrollbar-track { background: rgba(0,0,0,.24); }
.rk-modal__body::-webkit-scrollbar-thumb { background: rgba(126,255,244,.44); border-radius: 999px; }

.rk-form { display: grid; gap: 14px; }
.rk-form label { display: grid; gap: 8px; color: #f0fffd; font-size: 11px; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }
.rk-form input,
.rk-form textarea,
.rk-form select { width: 100%; min-height: 52px; padding: 0 16px; border: 1px solid rgba(126,255,244,.25); border-radius: 16px; background: rgba(0,54,52,.72); color: #fff; outline: 0; font-size: 15px; font-weight: 700; }
.rk-form textarea { min-height: 120px; padding-top: 14px; resize: vertical; }
.rk-form input::placeholder,
.rk-form textarea::placeholder { color: rgba(220,255,252,.55); }
.rk-formIntro,
.rk-formHint { padding: 14px 18px; border: 1px solid rgba(126,255,244,.25); border-radius: 16px; background: rgba(0,54,52,.55); color: #e5fffb; text-align: center; font-weight: 800; line-height: 1.35; }
.rk-check { display: grid; grid-template-columns: 22px 1fr; align-items: center; gap: 12px; padding: 14px; border: 1px solid rgba(126,255,244,.20); border-radius: 16px; background: rgba(0,20,24,.34); }
.rk-check input[type="checkbox"] { width: 18px; height: 18px; min-height: 18px; padding: 0; margin: 0; appearance: auto; accent-color: var(--rk-mint); }
.rk-check span { text-transform: none; letter-spacing: 0; line-height: 1.28; }
.rk-formActions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 4px 0 0; border-radius: 0; background: transparent; }
.rk-formActions button,
.rk-modal__back { min-height: 44px; padding: 0 16px; border: 0; border-radius: 15px; background: linear-gradient(180deg, var(--rk-btn-start, #11868d), var(--rk-btn-end, #0a5f67)); color: var(--rk-btn-text, #fff); font-size: 14px; font-weight: 900; cursor: pointer; }
.rk-formActions button:hover,
.rk-formActions button:focus-visible,
.rk-modal__back:hover,
.rk-modal__back:focus-visible { filter: brightness(1.05); }
.rk-formActions > :last-child:nth-child(odd) { grid-column: 1 / -1; justify-self: center; width: calc(50% - 6px); min-width: min(100%, 270px); }
.rk-docCard { line-height: 1.55; color: #e7fffb; }


.rkapp-lite .rk-modal__head h3,
.rkapp-lite .rk-modal__head h3 * { color: #fff; text-decoration: none; }
.rkapp-lite .rk-formActions { background: transparent; }

@media (max-width: 1180px) {
  .rk-shell { width: min(100%, 1040px); }
  .rk-liteMain { overflow: hidden; }
  .rk-console { grid-template-columns: 1fr; align-content: start; overflow: auto; gap: 16px; padding: clamp(14px, 2.4vw, 24px); }
  .rk-discSection { min-height: 0; }
  .rk-disc { width: clamp(300px, min(58vw, 44svh), 500px); height: clamp(300px, min(58vw, 44svh), 500px); }
  .rk-nowMeta { margin-top: -30px; }
  .rk-actionGrid { width: min(100%, 760px); margin: 0 auto; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .rk-actionGrid .rk-actionCard:nth-child(n+3) { display: none; }
  .rk-actionCard { grid-template-columns: 52px minmax(0,1fr); min-height: 104px; text-align: center; justify-items: center; }
  .rk-actionCta { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .rkapp-lite { overflow: hidden; }
  .rk-shell { padding: 8px; gap: 8px; }
  .rk-liteTop { min-height: 72px; padding: 10px 12px; border-radius: 20px; gap: 10px; }
  .rk-logo { width: 48px; height: 48px; border-radius: 13px; }
  .rk-liteBrand strong { max-width: 28vw; font-size: 24px; }
  .rk-liteBrand small { font-size: 12px; }
  .rk-brandDesktopText { display: none; }
  .rk-brandMobileText { display: inline; }
  .rk-liteTools { gap: 6px; }
  .rk-tool { width: 42px; min-width: 42px; padding: 0; border-radius: 15px; }
  .rk-toolLabel { display: none; }
  .rk-volumePanel { left: auto; right: 0; transform: none; width: min(272px, calc(100vw - 28px)); }
  .rk-liteMain { border-radius: 22px; }
  .rk-console { padding: 10px; gap: 8px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; overflow: hidden; }
  .rk-discSection { width: 100%; flex: 1 1 auto; min-height: 0; justify-content: center; align-items: center; overflow: hidden; }
  .rk-wave { display: none; }
  .rk-disc { width: clamp(232px, min(74vw, 43svh), 340px); height: clamp(232px, min(74vw, 43svh), 340px); }
  .rk-discCenter { min-width: 82px; min-height: 82px; }
  .rk-playIcon { width: 58px; height: 58px; }
  .rk-playIcon::before { width: 46px; height: 52px; }
  .rk-disc[aria-pressed="true"] .rk-playIcon::before,
  .rkapp-lite.is-playing .rk-playIcon::before,
  .rk-disc[aria-pressed="true"] .rk-playIcon::after,
  .rkapp-lite.is-playing .rk-playIcon::after { width: 14px; height: 48px; }
  .rk-playHint { top: calc(50% + max(56px, 22%)); font-size: 9px; padding: 6px 10px; }
  .rk-nowMeta { margin-top: -26px; }
  .rk-pill { padding: 7px 16px; font-size: 10px; }
  .rk-trackTitle { font-size: clamp(30px, 10vw, 42px); }
  .rk-trackArtist { font-size: clamp(20px, 7vw, 28px); }
  .rk-statusBar { max-width: 94vw; font-size: 10px; gap: 7px; }
  .rk-actionGrid,
  .rk-desktopSupport { display: none; }
  .rk-liteBottom { display: grid; gap: 7px; flex: 0 0 auto; width: 100%; padding-top: 8px; }
  .rk-bottomPrimary,
  .rk-bottomSecondary { display: grid; gap: 7px; }
  .rk-bottomPrimary { grid-template-columns: 1fr; }
  .rk-bottomSecondary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rk-bottomBig--mp3 { display: none; }
  .rk-liteBottom span[role="button"],
  .rk-liteBottom span[role="link"] { min-height: 58px; padding: 8px 10px; display: grid; place-items: center; gap: 3px; border: 1px solid rgba(22,223,204,.24); border-radius: 14px; background: rgba(4,54,55,.62); color: #eafffb; font-size: 9px; font-weight: 900; text-transform: uppercase; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; text-decoration: none; }
  .rk-liteBottom span[role="button"]:hover,
  .rk-liteBottom span[role="link"]:hover { transform: scale(1.025); background: rgba(0,76,68,.70); box-shadow: 0 8px 22px rgba(0,0,0,.22); }
  .rk-liteBottom b { font-size: 18px; line-height: 1; }
  .rk-bottomSupport { background: linear-gradient(135deg, var(--rk-support-start), var(--rk-support-end)); color: #fff; }
  .rk-bottomSupport:hover span { font-size: 0; }
  .rk-bottomSupport:hover span::after { content: "Dziękujemy :)"; font-size: 9px; }
  .rk-modal { padding: 10px; align-items: center; }
  .rk-modal__dialog,
  .rk-modalShell { width: min(94vw, 540px); max-height: calc(100svh - 24px); border-radius: 22px; }
  .rk-modal__body,
  .rk-modalShell__body { max-height: calc(100svh - 104px); padding: 14px; }
  .rk-formActions { grid-template-columns: 1fr; }
  .rk-formActions > :last-child:nth-child(odd) { width: 100%; min-width: 0; }
}

@media (max-width: 390px) {
  .rk-disc { width: clamp(210px, min(72vw, 40svh), 310px); height: clamp(210px, min(72vw, 40svh), 310px); }
  .rk-liteTools .rk-tool:nth-of-type(3) { display: none; }
  .rk-statusText { display: none; }
}

@media (max-height: 760px) and (min-width: 1181px) {
  .rk-shell { padding: 12px; gap: 10px; }
  .rk-liteTop { min-height: 70px; padding: 10px 16px; }
  .rk-logo { width: 48px; height: 48px; }
  .rk-liteBrand strong { font-size: 22px; }
  .rk-console { padding: 14px; }
  .rk-disc { width: clamp(320px, min(38vw, 52vh), 500px); height: clamp(320px, min(38vw, 52vh), 500px); }
  .rk-actionCard { min-height: 96px; }
  .rk-trackTitle { font-size: clamp(24px, 3vw, 38px); }
}

/* Final source refinements: server/local UI isolation, no native theme link/button decoration. */
.rkapp-lite,
.rkapp-lite * { box-sizing: border-box; }
.rkapp-lite a,
.rkapp-lite a:hover,
.rkapp-lite a:focus,
.rkapp-lite a:visited,
.rkapp-lite [role="button"],
.rkapp-lite [role="button"] *,
.rkapp-lite [role="link"],
.rkapp-lite [role="link"] * {
  text-decoration: none;
  text-decoration-line: none;
  text-underline-offset: 0;
}

.rkapp-lite a,
.rkapp-lite a:hover,
.rkapp-lite a:focus,
.rkapp-lite a:visited,
.rkapp-lite [role="link"],
.rkapp-lite [role="link"]:hover,
.rkapp-lite [role="link"]:focus,
.rkapp-lite [role="button"],
.rkapp-lite [role="button"]:hover,
.rkapp-lite [role="button"]:focus {
  text-decoration: none;
}

.rkapp-lite .rk-disc,
.rkapp-lite .rk-actionCard,
.rkapp-lite .rk-tool,
.rkapp-lite .rk-liteBrand,
.rkapp-lite .rk-bottomBig,
.rkapp-lite .rk-bottomSecondary > span {
  text-decoration: none;
}
.rkapp-lite .rk-actionText strong,
.rkapp-lite .rk-actionText small,
.rkapp-lite .rk-actionCta,
.rkapp-lite .rk-toolLabel,
.rkapp-lite .rk-brandDesktopText,
.rkapp-lite .rk-brandMobileText {
  text-decoration: none;
}
.rkapp-lite .rk-modal__head,
.rkapp-lite .rk-modalShell__head {
  position: relative;
  padding: 14px 76px 14px 24px;
}
.rkapp-lite .rk-modal__head h3,
.rkapp-lite .rk-modalShell__head h3 {
  color: #fff;
  text-decoration: none;
}
.rkapp-lite .rk-modal__x {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(126,255,244,.26);
  border-radius: 15px;
  background: rgba(6,78,80,.82);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
}
.rkapp-lite .rk-modal__x:hover,
.rkapp-lite .rk-modal__x:focus-visible {
  background: rgba(10,120,118,.92);
  transform: translateY(-50%) scale(1.04);
}
.rkapp-lite .rk-actionCard--support,
.rkapp-lite .rk-bottomSupport {
  background: linear-gradient(135deg, var(--rk-support-start), var(--rk-support-end));
  border-color: rgba(255,255,255,.22);
  color: #fff;
  box-shadow: 0 12px 30px rgba(215,25,70,.22);
}
.rkapp-lite .rk-actionCard--support *,
.rkapp-lite .rk-bottomSupport * { color: #fff; }
.rkapp-lite .rk-actionCard--support:hover,
.rkapp-lite .rk-actionCard--support:focus-visible,
.rkapp-lite .rk-bottomSupport:hover,
.rkapp-lite .rk-bottomSupport:focus-visible {
  background: linear-gradient(135deg, #ff6577, #dd204c);
  box-shadow: 0 16px 38px rgba(215,25,70,.30);
}
.rkapp-lite .rk-bottomSupport:hover .rk-bottomLabel { font-size: 0; }
.rkapp-lite .rk-bottomSupport:hover .rk-bottomLabel::after { content: "Dziękujemy :)"; font-size: 9px; }

@media (max-width: 1180px) {
  .rkapp-lite .rk-liteMain { min-height: auto; }
  .rkapp-lite .rk-console { grid-template-columns: 1fr; gap: 18px; align-items: center; }
  .rkapp-lite .rk-discSection { min-height: auto; }
  .rkapp-lite .rk-disc { width: clamp(280px, min(58vw, 42svh), 470px); height: clamp(280px, min(58vw, 42svh), 470px); }
  .rkapp-lite .rk-actionGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rkapp-lite .rk-actionGrid .rk-actionCard:nth-child(n+3) { display: none; }
}
@media (max-width: 760px) {
  .rkapp-lite .rk-liteBottom { display: grid; gap: 7px; width: 100%; padding-top: 8px; }
  .rkapp-lite .rk-bottomPrimary { display: grid; grid-template-columns: 1fr; gap: 7px; }
  .rkapp-lite .rk-bottomSecondary { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 7px; }
  .rkapp-lite .rk-bottomBig,
  .rkapp-lite .rk-bottomMp3,
  .rkapp-lite .rk-bottomSecondary > span {
    min-height: 54px;
    padding: 8px 10px;
    display: grid;
    place-items: center;
    gap: 3px;
    border: 1px solid rgba(22,223,204,.24);
    border-radius: 14px;
    background: rgba(4,54,55,.62);
    color: #eafffb;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
  }
  .rkapp-lite .rk-bottomBig:hover,
  .rkapp-lite .rk-bottomMp3:hover,
  .rkapp-lite .rk-bottomSecondary > span:hover,
  .rkapp-lite .rk-bottomBig:focus-visible,
  .rkapp-lite .rk-bottomMp3:focus-visible,
  .rkapp-lite .rk-bottomSecondary > span:focus-visible {
    transform: scale(1.025);
    background: rgba(0,76,68,.70);
    box-shadow: 0 8px 22px rgba(0,0,0,.22);
  }
  .rkapp-lite .rk-bottomBig b,
  .rkapp-lite .rk-bottomMp3 b,
  .rkapp-lite .rk-bottomSecondary > span b { font-size: 18px; line-height: 1; }
  .rkapp-lite .rk-bottomSupport { background: linear-gradient(135deg, var(--rk-support-start), var(--rk-support-end)); }
  .rkapp-lite .rk-bottomSupport:hover,
  .rkapp-lite .rk-bottomSupport:focus-visible { background: linear-gradient(135deg, #ff6577, #dd204c); }
  .rkapp-lite .rk-bottomSecondary .rk-toolLabel { display: inline; }
}
@media (max-width: 390px) {
  .rkapp-lite .rk-modal__head,
  .rkapp-lite .rk-modalShell__head { padding-left: 18px; padding-right: 68px; }
  .rkapp-lite .rk-modal__x { width: 44px; height: 44px; right: 12px; }
}


/* 14.5.50 — brand/logo jest linkiem JS, ale bez ramek i dekoracji motywu. */
.rkapp-lite .rk-liteBrandLink,
.rkapp-lite .rk-liteBrandLink:hover,
.rkapp-lite .rk-liteBrandLink:focus,
.rkapp-lite .rk-liteBrandLink:focus-visible {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  border-color: transparent;
}
.rkapp-lite .rk-liteBrandLink * {
  text-decoration: none;
}
