:root {
--bg-base: #fff7ec;
--bg-soft: #ffe2b0;
--ink-900: #141414;
--ink-700: #303030;
--paper: #fff9f1;
--line: rgba(20, 20, 20, 0.14);
--accent: #ff5a2f;
--accent-2: #00b8a5;
--accent-3: #00d1ff;
--accent-4: #ffd166;
}

html {
font-size: 16px;
position: relative;
min-height: 100%;
}

body {
margin: 0;
color: var(--ink-900);
font-family: "Manrope", "Segoe UI", sans-serif;
background:
    url('/images/SATURDAYFIRST_top.jpg') 0% 0%  no-repeat;
    url('/images/top.png') 0% 0px  no-repeat;
/*
   radial-gradient(circle at 8% 10%, rgba(255, 90, 47, 0.3), transparent 35%),
   radial-gradient(circle at 92% 14%, rgba(0, 184, 165, 0.28), transparent 34%),
   linear-gradient(180deg, var(--bg-base), #fff6ea 56%, #ffffff),
   repeating-linear-gradient(90deg, rgba(20, 20, 20, 0.022) 0 1px, transparent 1px 36px);
   */
background-size:100%;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}

.container {
max-width: 1160px;
}

.site-header {
position: sticky;
top: 0;
z-index: 20;
border-bottom: 1px solid rgba(20, 20, 20, 0.1);
background: rgba(255, 249, 241, 0.88);
backdrop-filter: blur(8px);
}

.site-header__inner {
min-height: 64px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
}

.site-header__left {
display: flex;
align-items: center;
gap: 1rem;
}

.site-header__right {
display: flex;
align-items: center;
gap: 0.9rem;
}

.site-brand {
text-decoration: none;
color: var(--ink-900);
font-family: "Arial Black", sans-serif;
font-weight: 700;
font-size: 1.15rem;
letter-spacing: 0.02em;
}

.site-nav {
display: flex;
align-items: center;
gap: 0.4rem;
}

.site-nav__link {
text-decoration: none;
color: var(--ink-700);
font-weight: 600;
font-size: 0.9rem;
border-radius: 999px;
padding: 0.3rem 0.7rem;
}

.site-nav__link:hover {
background: rgba(255, 255, 255, 0.75);
color: var(--ink-900);
}

.site-player {
display: grid;
gap: 0.18rem;
min-width: min(42vw, 260px);
}

.site-player__status {
font-size: 0.74rem;
color: var(--ink-700);
line-height: 1.1;
}

#sitePlayer {
width: 100%;
height: 2rem;
}

.site-auth {
display: flex;
align-items: center;
gap: 0.6rem;
}

.site-auth__meta {
font-size: 0.86rem;
color: var(--ink-700);
}

.site-auth__form {
margin: 0;
}

.site-auth__button {
border: 1px solid rgba(20, 20, 20, 0.24);
background: #ffffff;
color: var(--ink-900);
border-radius: 999px;
padding: 0.38rem 0.82rem;
font-weight: 700;
text-decoration: none;
line-height: 1.2;
}

.site-auth__button:hover {
background: #fff2dd;
}

.site-auth__button--link {
display: inline-flex;
}

main[role="main"] {
position: relative;
z-index: 2;
padding-top: 20px;
padding-bottom: 4rem;
}

.home-hero {
position: relative;
display: grid;
grid-template-columns: 1fr;
gap: 1.15rem;
align-items: center;
justify-items: center;
  padding: 0 0 20px 0;
  padding: 0 0 0px 0;
/*border: 1px solid var(--line); */
border-radius: 28px;
/* background:
   linear-gradient(125deg, rgba(255, 255, 255, 0.92), rgba(255, 245, 232, 0.94)),
   radial-gradient(circle at 95% 5%, rgba(0, 209, 255, 0.15), transparent 28%);
 box-shadow:
   0 20px 44px rgba(16, 16, 16, 0.12),
   0 0 0 1px rgba(255, 255, 255, 0.8) inset; */
overflow: hidden;
animation: riseIn 650ms ease-out;
}

.home-hero__visual {
display: flex;
justify-content: center;
align-items: center;
}

.logo {
max-width: 100%;
width: min(320px, 84%);
height: auto;
filter:
drop-shadow(0 8px 12px rgba(0, 0, 0, 0.18))
drop-shadow(0 0 12px rgba(0, 209, 255, 0.24));
margin-bottom:-30px;
}

.home-content {
max-width: 760px;
text-align: center;
}

.live-pill {
display: inline-flex;
align-items: center;
gap: 0.42rem;
margin: -50px 0 20px 0 !important;
padding: 0.35rem 0.8rem;
border: 1px solid rgba(16, 16, 16, 0.15);
border-radius: 999px;
background: rgba(255, 255, 255, 0.86);
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
font-size: 0.76rem;
}

.live-pill::before {
content: "";
width: 0.55rem;
height: 0.55rem;
border-radius: 999px;
background: var(--accent);
box-shadow: 0 0 0 0 rgba(255, 90, 47, 0.48);
animation: pulseDot 1.65s infinite;
}

.home-title {
margin: 0px;
font-family: "Arial Black", sans-serif;
font-weight: 800;
line-height: 0.8;
font-size: 3em;
text-wrap: balance;
letter-spacing: -2px;
text-transform: uppercase;
}

.home-subtitle {
margin-top: 1rem;
margin-bottom: 0;
font-size: clamp(1rem, 2.2vw, 1.2rem);
color: var(--ink-700);
max-width: 56ch;
margin-inline: auto;
}

.hero-player {
width: 100%;

  /* max-width: 760px; */
margin: 1.6rem auto 0;
padding: 1.7rem clamp(1rem, 3vw, 2rem);
border-radius: 22px;
background:
radial-gradient(circle at 12% 0%, rgba(0, 209, 255, 0.32), transparent 55%),
radial-gradient(circle at 100% 100%, rgba(255, 90, 47, 0.28), transparent 55%),
linear-gradient(155deg, #15131f 0%, #211a35 55%, #2a1530 100%);
color: #fff;
/* box-shadow:
    0 24px 60px rgba(10, 8, 24, 0.45),
     0 0 60px rgba(10, 8, 24, 0.45)
    ,
   0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 0 0 1px rgba(0, 209, 255, 0.18);
    0 0 0 1px rgba(0, 209, 255, 0.18);  */
display: grid;
gap: 1.1rem;
position: relative;
overflow: hidden;
animation: riseIn 700ms ease-out;
}

.hero-player::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.04) 50%, transparent 65%);
pointer-events: none;
}

.hero-player__meta {
display: grid;
gap: 0.2rem;
text-align: center;
}

.hero-player__eyebrow {
margin: 0;
font-size: 0.72rem;
letter-spacing: 0.18em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.55);
}

.hero-player__title {
margin: 0;
font-family: "Arial Black", sans-serif;
font-size: clamp(1.2rem, 2.6vw, 1.65rem);
font-weight: 800;
letter-spacing: -0.01em;
}

.hero-player__status {
margin: 0;
color: rgba(255, 255, 255, 0.65);
font-size: 0.9rem;
}

.hero-player__progress {
display: flex;
align-items: center;
gap: 0.75rem;
}

.hero-player__timeline {
position: relative;
flex: 1;
display: flex;
align-items: center;
}

.hero-player__time {
font-variant-numeric: tabular-nums;
font-size: 0.85rem;
color: rgba(255, 255, 255, 0.7);
min-width: 3.2rem;
}

.hero-player__time--total {
text-align: right;
}

.hero-player__scrubber {
flex: 1;
width: 100%;
appearance: none;
-webkit-appearance: none;
height: 6px;
border-radius: 999px;
background: linear-gradient(90deg, var(--accent-2, #00d1ff), rgba(255, 255, 255, 0.15));
outline: none;
cursor: pointer;
}

.hero-player__scrubber::-webkit-slider-thumb {
appearance: none;
-webkit-appearance: none;
width: 16px;
height: 16px;
border-radius: 50%;
background: #fff;
box-shadow: 0 0 0 4px rgba(0, 209, 255, 0.35), 0 4px 10px rgba(0, 0, 0, 0.4);
border: none;
cursor: pointer;
}

.hero-player__scrubber::-moz-range-thumb {
width: 16px;
height: 16px;
border-radius: 50%;
background: #fff;
box-shadow: 0 0 0 4px rgba(0, 209, 255, 0.35), 0 4px 10px rgba(0, 0, 0, 0.4);
border: none;
cursor: pointer;
}

.hero-player__scrubber:disabled {
opacity: 0.5;
cursor: not-allowed;
}

.hero-player__markers {
position: absolute;
left: 0;
right: 0;
top: 50%;
height: 18px;
transform: translateY(-50%);
pointer-events: none;
}

.hero-player__marker {
position: absolute;
top: 50%;
width: 8px;
height: 18px;
padding: 0;
border: 0;
border-radius: 999px;
background: linear-gradient(180deg, #ffe174, #ffb700);
box-shadow: 0 0 0 2px rgba(16, 11, 3, 0.55), 0 0 12px rgba(255, 193, 7, 0.45);
transform: translate(-50%, -50%);
pointer-events: auto;
cursor: pointer;
z-index: 2;
}

.hero-player__marker:hover {
height: 22px;
box-shadow: 0 0 0 2px rgba(16, 11, 3, 0.7), 0 0 16px rgba(255, 205, 49, 0.65);
}

.hero-player__controls {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 0.6rem;
width: 100%;
position: relative;
}

.hero-player__controls-main {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.6rem;
}

.hero-player__actions {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 0.7rem;
}

.hero-player__button {
display: inline-flex;
align-items: center;
gap: 0.35rem;
border: 1px solid rgba(255, 255, 255, 0.16);
border-radius: 999px;
background: rgba(255, 255, 255, 0.06);
color: #fff;
padding: 0.55rem 1rem;
font-weight: 600;
font-size: 0.92rem;
cursor: pointer;
transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.hero-player__button:hover {
background: rgba(255, 255, 255, 0.13);
transform: translateY(-1px);
}

.hero-player__button:focus-visible {
outline: 2px solid var(--accent-2, #00d1ff);
outline-offset: 2px;
}

.hero-player__button .hero-player__icon {
font-size: 1.05rem;
line-height: 1;
}

.hero-player__button--primary {
width: 64px;
height: 64px;
padding: 0;
border-radius: 50%;
background: linear-gradient(145deg, #00d1ff, #006fff);
border: none;
box-shadow: 0 12px 30px rgba(0, 160, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.35);
font-size: 1.4rem;
justify-content: center;
}

.hero-player__button--primary:hover {
background: linear-gradient(145deg, #18dcff, #1a83ff);
transform: translateY(-2px);
}

.hero-player__button--bookmark {
position: absolute;
top: 0;
left: 90%;
/* transform: translateX(-50%); */
width: 50px;
min-height: 10px;
padding: 0.45rem 0.25rem 1.4rem;
border: none;
border-radius: 0;
background: url('/images/bookmark-ribbon.svg') no-repeat top center / 100% 100%;
/* box-shadow: 0 10px 20px rgba(229, 40, 102, 0.45); */
display: inline-flex;
flex-direction: column;
justify-content: flex-start;
filter: brightness(1.14) saturate(.5);
gap: 0.2rem;
z-index: 4;
transform: translateX(-50%) translateY(-2px);
}

.hero-player__button--bookmark:hover {
background: url('/images/bookmark-ribbon.svg') no-repeat top center / 100% 100%;
filter: brightness(1.14) saturate(2);
transform: translateX(-50%) translateY(0px);
}

.hero-player__button--bookmark .hero-player__icon {
font-size: 1rem;
}

.hero-player__button--bookmark .hero-player__label {
font-size: 0.74rem;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.hero-player__button--share {
background: linear-gradient(145deg, #00d17e, #0a9e76);
border: none;
box-shadow: 0 8px 20px rgba(10, 158, 118, 0.34);
}

.hero-player__button--share:hover {
background: linear-gradient(145deg, #17df92, #1eb687);
}

.hero-player__button--share.is-copied {
background: linear-gradient(145deg, #8cf5ba, #2fd38f);
color: #103425;
box-shadow: 0 10px 24px rgba(47, 211, 143, 0.45);
}

.hero-player__button--close {
position: absolute;
top: 0.7rem;
right: 0.7rem;
width: 36px;
height: 36px;
padding: 0;
justify-content: center;
border-radius: 999px;
background: rgba(0, 0, 0, 0.34);
border-color: rgba(255, 255, 255, 0.35);
font-weight: 800;
z-index: 3;
}

.hero-player__button--close:hover {
background: rgba(0, 0, 0, 0.52);
}

.hero-player__button--close .hero-player__icon {
font-size: 0.95rem;
line-height: 1;
}

.hero-player__button--highlight {
background: linear-gradient(145deg, #ffd65a, #f4a300);
color: #332100;
border: none;
box-shadow: 0 8px 20px rgba(244, 163, 0, 0.35);
position: absolute;
right: 0;
bottom: 0;
}

.hero-player__button--highlight:hover {
background: linear-gradient(145deg, #ffe174, #ffb700);
transform: translateY(-1px);
}

.hero-player__button--highlight[disabled] {
opacity: 0.75;
cursor: default;
}

.hero-player__hint {
margin: 0;
text-align: center;
font-size: 0.8rem;
color: rgba(255, 255, 255, 0.55);
}

.chat-page-shell,
.live-player-shell {
width: 100%;
max-width: 760px;
margin: 1.6rem auto 0;
}

.live-player {
padding: 1.8rem clamp(1rem, 3vw, 2rem);
border-radius: 24px;
background:
radial-gradient(circle at 10% 10%, rgba(255, 103, 62, 0.28), transparent 40%),
radial-gradient(circle at 90% 15%, rgba(255, 208, 102, 0.22), transparent 35%),
linear-gradient(160deg, #261313 0%, #3d1717 48%, #1e1111 100%);
color: #fff8f1;
box-shadow:
0 24px 60px rgba(32, 8, 8, 0.42),
0 0 0 1px rgba(255, 255, 255, 0.06) inset;
display: grid;
gap: 1.15rem;
text-align: center;
margin-bottom: 80px;
}

.live-player__meta {
display: grid;
gap: 0.35rem;
}

.live-player__eyebrow {
margin: 0;
font-size: 0.72rem;
letter-spacing: 0.24em;
text-transform: uppercase;
color: rgba(255, 240, 232, 0.72);
}

.live-player__title {
margin: 0;
font-family: "Arial Black", sans-serif;
font-size: clamp(1.4rem, 3vw, 2rem);
letter-spacing: -0.02em;
}

.live-player__status {
margin: 0;
color: rgba(255, 241, 232, 0.8);
font-size: 0.95rem;
}

.live-player__quality {
display: inline-flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 0.35rem;
padding: 0.32rem;
border-radius: 999px;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.14);
margin: 0 auto;
}

.live-player__quality-button {
border: 0;
border-radius: 999px;
min-height: 36px;
padding: 0.35rem 0.9rem;
background: transparent;
color: rgba(255, 248, 241, 0.84);
font-weight: 700;
letter-spacing: 0.02em;
}

.live-player__quality-button.is-active {
background: rgba(255, 255, 255, 0.24);
color: #fff;
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.live-player__quality-button:disabled {
opacity: 0.48;
cursor: not-allowed;
}

.live-player__controls {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 0.8rem;
}

.live-player__button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.45rem;
min-height: 56px;
padding: 0.75rem 1.15rem;
border-radius: 999px;
border: 1px solid rgba(255, 255, 255, 0.18);
background: rgba(255, 255, 255, 0.08);
color: #fff8f1;
font-weight: 700;
cursor: pointer;
transition: transform 0.15s ease, background 0.15s ease;
}

.live-player__button:hover {
background: rgba(255, 255, 255, 0.16);
transform: translateY(-1px);
}

.live-player__button--primary {
min-width: 140px;
background: linear-gradient(145deg, #ff7849, #ff4f32);
border: none;
box-shadow: 0 14px 32px rgba(255, 79, 50, 0.34);
}

.live-player__button--share {
background: rgba(255, 255, 255, 0.1);
}

.live-player__icon {
font-size: 1.1rem;
line-height: 1;
}

.live-player__hint {
margin: 0;
color: rgba(255, 241, 232, 0.72);
font-size: 0.88rem;
}

.live-chat-panel {
margin-top: 1.2rem;
}

.live-chat-panel .chat-page-shell {
display: block;
}

.live-chat-panel .chat-shell--page {
max-width: 100%;
height: auto;
min-height: 0;
position: static;
top: auto;
}

.library-panel {
display: grid;
gap: 0.85rem;
}

.library-panel__header {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.75rem;
}

.library-panel__header h3 {
margin: 0;
flex: 0 0 auto;
}

.library-tabs {
display: inline-flex;
gap: 0.35rem;
padding: 0.25rem;
background: rgba(16, 16, 16, 0.06);
border-radius: 999px;
border: 1px solid var(--line);
}

.library-tab {
appearance: none;
border: none;
background: transparent;
color: var(--ink-700);
padding: 0.4rem 0.95rem;
border-radius: 999px;
font-weight: 600;
font-size: 0.9rem;
cursor: pointer;
transition: background 0.15s ease, color 0.15s ease;
}

.library-tab:hover {
background: rgba(0, 0, 0, 0.05);
}

.library-tab.is-active {
background: linear-gradient(145deg, var(--accent-2, #00d1ff), #00a0cf);
color: #fff;
box-shadow: 0 4px 12px rgba(0, 160, 207, 0.35);
}

.library-actions {
margin-left: auto;
}

.library-pane[hidden] {
display: none;
}

body.library-modal-open {
overflow: hidden;
}

.library-modal-backdrop {
position: fixed;
inset: 0;
z-index: 1200;
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
background: rgba(10, 10, 10, 0.52);
backdrop-filter: blur(4px);
}

.library-modal {
width: min(1120px, 96vw);
max-height: 90vh;
display: grid;
grid-template-rows: auto 1fr;
background: linear-gradient(180deg, #fffef9, #fff9ef);
border: 1px solid rgba(20, 20, 20, 0.16);
border-radius: 18px;
overflow: hidden;
box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.library-modal__header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
padding: 0.85rem 1rem;
border-bottom: 1px solid rgba(20, 20, 20, 0.12);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 245, 233, 0.95));
}

.library-modal__header h2 {
margin: 0;
font-size: 1.05rem;
}

.library-modal__close {
border: 1px solid rgba(20, 20, 20, 0.24);
border-radius: 999px;
background: #fff;
color: var(--ink-900);
padding: 0.35rem 0.75rem;
font-weight: 700;
}

.library-modal__content {
overflow: auto;
padding: 0.95rem;
}

.chat-shell {
z-index: 3;
margin-top: 0;
padding: 1rem;
border-radius: 24px;
border: 1px solid var(--line);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 243, 228, 0.9));
animation: riseIn 780ms ease-out;
position: sticky;
top: 5.2rem;
height: calc(100vh - 6.2rem);
min-height: 540px;
display: grid;
grid-template-rows: auto 1fr;
}

.chat-page-shell {
display: grid;
}

.chat-shell--page {
max-width: 760px;
margin-inline: auto;
height: calc(100vh - 10.2rem);
}

.chat-shell__header h2 {
margin: 0;
font-family: "Arial Black", sans-serif;
font-size: clamp(1.3rem, 3.8vw, 2rem);
}

.chat-shell__header p {
margin-top: 0.45rem;
margin-bottom: 0.95rem;
color: var(--ink-700);
}

.chat-panel {
min-height: 0;
border: 1px solid rgba(16, 16, 16, 0.1);
border-radius: 16px;
background: linear-gradient(180deg, #fffaf3, #fff7ef);
padding: 0.95rem;
display: grid;
grid-template-rows: 1fr auto auto;
gap: 0.7rem;
}

.chat-auth-gate {
border: 1px dashed rgba(16, 16, 16, 0.22);
border-radius: 12px;
background: rgba(255, 255, 255, 0.7);
padding: 1rem;
text-align: center;
}

.chat-auth-gate p {
margin: 0 0 0.75rem;
color: var(--ink-700);
}

.chat-help {
margin: 0.7rem 0 0;
font-size: 0.85rem;
color: var(--ink-700);
}

#chatWindow {
min-height: 0;
max-height: none;
overflow-y: auto;
border: 1px solid rgba(16, 16, 16, 0.1);
border-radius: 12px;
background: linear-gradient(180deg, #ffffff, #fff9f3);
padding: 0.72rem;
box-shadow:
inset 0 0 0 1px rgba(255, 255, 255, 0.65),
0 6px 16px rgba(20, 20, 20, 0.06);
}

#chatWindow div {
margin-bottom: 0.5rem;
padding: 0.5rem 0.65rem;
border-radius: 10px;
background: #fff9f2;
border: 1px solid rgba(16, 16, 16, 0.06);
word-break: break-word;
animation: riseIn 240ms ease-out;
}

#chatWindow .chat-message {
display: flex;
align-items: flex-start;
gap: 0.55rem;
}

#chatWindow .chat-message--request {
border-color: rgba(255, 90, 47, 0.28);
background: linear-gradient(180deg, #fff7ef, #fff1e2);
}

#chatWindow .chat-message:nth-child(even) {
border-color: rgba(0, 184, 165, 0.18);
background: #f4fffc;
}

#chatWindow .chat-message--request:nth-child(even) {
border-color: rgba(255, 90, 47, 0.28);
background: linear-gradient(180deg, #fff7ef, #fff1e2);
}

#chatWindow .chat-message__user {
flex: 0 0 auto;
}

#chatWindow .chat-message__tag {
flex: 0 0 auto;
margin-top: 0.05rem;
padding: 0.18rem 0.4rem;
border-radius: 999px;
background: rgba(255, 90, 47, 0.12);
color: #b43b19;
font-size: 0.62rem;
font-weight: 800;
letter-spacing: 0.08em;
}

#chatWindow .chat-message__separator {
flex: 0 0 auto;
opacity: 0.7;
}

#chatWindow .chat-message__text {
min-width: 0;
flex: 1 1 auto;
word-break: break-word;
}

#chatWindow .chat-provider-badge {
flex: 0 0 auto;
width: 1.35rem;
height: 1.35rem;
border-radius: 999px;
display: inline-flex;
align-items: center;
justify-content: center;
color: #ffffff;
font-size: 0.74rem;
font-weight: 800;
line-height: 1;
letter-spacing: 0.02em;
margin-top: 0.05rem;
box-shadow: 0 3px 8px rgba(20, 20, 20, 0.12);
}

#chatWindow .chat-provider-badge--discord {
background: linear-gradient(180deg, #5865f2, #404eed);
}

#chatWindow .chat-provider-badge--google {
background: conic-gradient(from 45deg, #4285f4 0 25%, #34a853 25% 50%, #fbbc05 50% 75%, #ea4335 75% 100%);
}

#chatWindow .chat-provider-badge--unknown {
background: linear-gradient(180deg, #8a8a8a, #666666);
}

#chatWindow .chat-system-message {
margin-bottom: 0.5rem;
padding: 0.45rem 0.65rem;
border-radius: 10px;
background: rgba(20, 20, 20, 0.05);
color: var(--ink-700);
font-size: 0.84rem;
text-align: center;
}

#chatWindow div:nth-child(even) {
border-color: rgba(0, 184, 165, 0.18);
background: #f4fffc;
}

.chat-controls {
display: grid;
grid-template-columns: minmax(96px, 160px) 1fr auto;
gap: 0.55rem;
align-items: center;
}

.chat-input {
width: 100%;
border: 1px solid rgba(16, 16, 16, 0.2);
border-radius: 10px;
padding: 0.62rem 0.72rem;
background: #ffffff;
}

.chat-input:focus {
outline: none;
border-color: var(--accent-2);
box-shadow: 0 0 0 3px rgba(21, 159, 148, 0.14);
}

.chat-send {
border: none;
border-radius: 10px;
padding: 0.62rem 1.05rem;
font-weight: 700;
color: #fff;
background: linear-gradient(145deg, var(--accent), #ff7a59, #ff5a2f);
background-size: 180% 180%;
transition: transform 120ms ease, filter 120ms ease;
animation: sweepGlow 3.8s ease infinite;
}

.chat-send:hover {
filter: brightness(1.04);
transform: translateY(-1px);
}

.chat-send:active {
transform: translateY(0);
}

.broadcast-shell {
margin-top: 0;
position: relative;
z-index: 3;
}

.broadcast-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
}

.live-panel,
.archives-panel {
border: 1px solid rgba(16, 16, 16, 0.1);
border-radius: 16px;
background: linear-gradient(180deg, #fff9f2, #fff5ea);
padding: 1rem;
}

.live-panel h3,
.archives-panel h3 {
margin: 0;
font-family: "Arial Black", sans-serif;
}

.live-panel p {
margin-top: 0.45rem;
margin-bottom: 0.8rem;
color: var(--ink-700);
}

.archives-panel__header {
display: flex;
gap: 0.8rem;
align-items: center;
justify-content: space-between;
}

.archives-panel__actions {
display: flex;
align-items: center;
gap: 0.5rem;
}

.archives-panel__content {
display: grid;
gap: 0.7rem;
margin-top: 0.85rem;
}

.archives-toolbar {
display: flex;
flex-wrap: wrap;
gap: 0.65rem;
align-items: center;
}

.archives-toolbar--discovery {
align-items: center;
}

.archives-search {
min-width: min(100%, 280px);
flex: 1 1 260px;
}

.archives-sort-select {
appearance: none;
-webkit-appearance: none;
padding: 0.38rem 2rem 0.38rem 0.75rem;
border: 1px solid rgba(20, 20, 20, 0.2);
border-radius: 999px;
background-color: #fff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23555'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 0.65rem center;
font-size: 0.85rem;
font-weight: 600;
color: var(--ink-900);
cursor: pointer;
white-space: nowrap;
flex: 0 0 auto;
}

.archives-sort-select:focus {
outline: 2px solid var(--accent);
outline-offset: 2px;
}

.archives-search-status {
margin: 0;
}

.archives-card-grid {
margin-top: 0.8rem;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 0.85rem;
}

.archives-list {
margin-top: 0.8rem;
display: grid;
gap: 0.65rem;
}

.archive-card {
position: relative;
border: 1px solid rgba(16, 16, 16, 0.1);
border-radius: 14px;
background: linear-gradient(aliceblue, white);
overflow: hidden;
min-height: 210px;
transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.archive-card__fill {
position: absolute;
left: 0;
bottom: 0;
height: 7px;
width: 0;
background: linear-gradient(90deg, #00d1ff, #00b885);
transition: width 0.25s ease;
}

.archive-card--started {
border-color: rgba(0, 184, 133, 0.45);
}

.archive-card--active {
border-color: rgba(0, 140, 210, 0.72);
box-shadow: 0 10px 26px rgba(0, 130, 185, 0.22);
transform: translateY(-1px);
}

.archive-card--playing {
background:
linear-gradient(180deg, rgba(224, 250, 255, 0.95), rgba(255, 255, 255, 0.98)),
linear-gradient(aliceblue, white);
}

.archive-card__body {
padding: 0.85rem;
display: grid;
gap: 0.45rem;
align-content: start;
}

.archive-card__date {
margin: 0;
font-size: 0.72rem;
text-transform: uppercase;
letter-spacing: 0.06em;
color: var(--ink-700);
  display:none;
}

.archive-card__title {
margin: 0;
font-size: 1rem;
line-height: 1.2;
}

.archive-card__summary {
margin: 0;
color: var(--ink-700);
font-size: 0.85rem;
line-height: 1.3;
}

.archive-card__meta {
margin: 0;
color: var(--ink-700);
opacity: 0.86;
font-size: 0.78rem;
  display: none;
}

.archive-card__stats {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.archive-card__stat {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(20, 20, 20, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.16rem 0.5rem;
  font-size: 0.72rem;
  color: var(--ink-700);
}

.archive-card__stat--action {
  appearance: none;
  cursor: pointer;
  transition: background 120ms ease, border-color 120ms ease, transform 120ms ease;
}

.archive-card__stat--action:hover {
  background: rgba(255, 235, 205, 0.95);
  border-color: rgba(20, 20, 20, 0.24);
  transform: translateY(-1px);
}

.archive-card__stat--action:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 1px;
}

.archive-card__foot {
margin-top: 0.2rem;
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.5rem;
padding: 0.32rem 0.45rem;
border-radius: 10px;
border: 1px dashed rgba(0, 120, 170, 0.2);
background: linear-gradient(90deg, rgba(0, 209, 255, 0.08), rgba(0, 184, 133, 0.05));
cursor: pointer;
}

.archive-card__foot:hover {
border-color: rgba(0, 120, 170, 0.4);
}

.archive-card__progress {
font-size: 0.78rem;
color: var(--ink-700);
}

.archive-list-row {
border: 1px solid rgba(16, 16, 16, 0.1);
border-radius: 12px;
background: #fff;
padding: 0.7rem 0.8rem;
display: grid;
grid-template-columns: 1fr auto;
gap: 0.8rem;
align-items: center;
}

.archive-list-row--active {
border-color: rgba(0, 140, 210, 0.7);
box-shadow: 0 8px 18px rgba(0, 130, 185, 0.18);
}

.archive-list-row--playing {
background: linear-gradient(180deg, #ecfcff, #ffffff);
}

.archive-list-row__main h4 {
margin: 0;
font-size: 0.98rem;
}

.archive-list-row__main p {
margin: 0.2rem 0 0;
font-size: 0.83rem;
color: var(--ink-700);
}

.archive-list-row__side {
display: flex;
align-items: center;
gap: 0.6rem;
font-size: 0.8rem;
color: var(--ink-700);
}

.archives-pagination {
margin-top: 0.8rem;
display: flex;
align-items: center;
justify-content: center;
gap: 0.7rem;
}

.archives-table-wrapper,
.bookmarks-table-wrapper {
width: 100%;
overflow-x: auto;
}

.archives-datatable,
.bookmarks-datatable {
width: 100% !important;
font-size: 0.92rem;
}

.archives-datatable thead th,
.bookmarks-datatable thead th {
white-space: nowrap;
}

.archives-datatable thead th,
.archives-datatable tbody td {
text-align: left;
}

.archives-datatable thead th:first-child {
text-align: left !important;
}

.archives-datatable td .archive-actions,
.bookmarks-datatable td .archive-actions {
flex-wrap: nowrap;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
border-radius: 8px;
}

.archives-button,
.archive-play {
border: none;
border-radius: 10px;
padding: 0.5rem 0.8rem;
font-weight: 700;
color: #fff;
background: linear-gradient(145deg, var(--accent-2), #00a0cf);
}

.archive-play.is-playing {
background: linear-gradient(145deg, #ff8a42, #ff5a2f);
}

.archives-button:disabled,
.archive-play:disabled {
opacity: 0.7;
}

.archives-container {
margin-top: 0.8rem;
display: grid;
gap: 0.65rem;
}

.archive-entry {
border: 1px solid rgba(16, 16, 16, 0.09);
border-radius: 12px;
background: #fff;
padding: 0.75rem;
display: grid;
gap: 0.6rem;
}

.archive-entry h4 {
margin: 0;
font-size: 1.04rem;
}

.archive-entry__meta {
margin: 0;
font-size: 0.82rem;
opacity: 0.65;
}

.archive-entry__stats {
margin: 0;
font-size: 0.85rem;
opacity: 0.8;
}

.archive-entry audio {
width: 100%;
}

.archive-actions {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}

.archive-link {
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
border-radius: 10px;
padding: 0.5rem 0.8rem;
border: 1px solid rgba(16, 16, 16, 0.16);
color: var(--ink-900);
background: #fff;
font-weight: 700;
}

.archive-copy {
border: 1px solid rgba(16, 16, 16, 0.16);
border-radius: 10px;
background: #fff;
color: var(--ink-900);
font-weight: 700;
padding: 0.5rem 0.8rem;
}

.archives-empty {
margin: 0;
padding: 0.8rem;
border-radius: 10px;
background: #fff;
border: 1px dashed rgba(16, 16, 16, 0.18);
color: var(--ink-700);
}

.interaction-shell {
border: 1px solid rgba(16, 16, 16, 0.1);
border-radius: 24px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 243, 228, 0.9));
padding: 1.4rem;
display: grid;
gap: 1rem;
}

.interaction-shell__eyebrow {
display: inline-flex;
align-items: center;
margin-bottom: 0.35rem;
border: 1px solid rgba(20, 20, 20, 0.14);
border-radius: 999px;
background: rgba(255, 255, 255, 0.85);
color: var(--ink-700);
font-size: 0.74rem;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 0.28rem 0.7rem;
}

.voicemail-shell {
position: relative;
overflow: hidden;
border-color: rgba(16, 16, 16, 0.12);
background:
radial-gradient(circle at 4% 0%, rgba(0, 209, 255, 0.2), transparent 35%),
radial-gradient(circle at 100% 10%, rgba(255, 90, 47, 0.18), transparent 32%),
linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 244, 232, 0.9));
}

.voicemail-shell .interaction-card {
border-radius: 16px;
border-color: rgba(16, 16, 16, 0.1);
box-shadow: 0 10px 22px rgba(16, 16, 16, 0.05);
padding: 1rem;
}

.interaction-shell__header h1 {
margin: 0;
font-family: "Arial Black", sans-serif;
font-size: clamp(1.5rem, 3vw, 2rem);
}

.interaction-shell__header p {
margin: 0.35rem 0 0;
color: var(--ink-700);
}

.interaction-form {
display: grid;
gap: 0.85rem;
}

.interaction-card {
border: 1px solid rgba(16, 16, 16, 0.09);
border-radius: 14px;
background: #fff;
padding: 0.9rem;
display: grid;
gap: 0.55rem;
}

.interaction-card h2 {
margin: 0;
font-size: 1rem;
font-family: "Arial Black", sans-serif;
}

.interaction-muted {
margin: 0;
color: var(--ink-700);
font-size: 0.88rem;
}

.interaction-textarea {
min-height: 90px;
resize: vertical;
}

.interaction-actions {
display: flex;
justify-content: flex-end;
}

.submit-tabs {
  display: inline-flex;
  gap: 0.35rem;
  padding: 0.25rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 16, 16, 0.12);
  background: rgba(16, 16, 16, 0.05);
}

.submit-tab {
  appearance: none;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-700);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.42rem 0.9rem;
}

.submit-tab.is-active {
  color: #fff;
  background: linear-gradient(145deg, var(--accent-2), #00a0cf);
  box-shadow: 0 4px 12px rgba(0, 160, 207, 0.35);
}

.submit-panel[hidden] {
  display: none;
}

.interaction-status {
border-radius: 12px;
padding: 0.7rem 0.85rem;
font-weight: 600;
}

.interaction-status--success {
background: rgba(0, 184, 165, 0.13);
border: 1px solid rgba(0, 184, 165, 0.35);
}

.interaction-status--error {
background: rgba(255, 90, 47, 0.1);
border: 1px solid rgba(255, 90, 47, 0.35);
}

.voicemail-recorder {
display: flex;
flex-wrap: wrap;
gap: 0.6rem;
align-items: center;
}

.voicemail-btn {
appearance: none;
border: 1px solid rgba(20, 20, 20, 0.18);
border-radius: 12px;
min-height: 42px;
padding: 0.55rem 0.9rem;
margin: 0;
float: none;
font-weight: 700;
font-size: 0.9rem;
line-height: 1;
transition: transform 120ms ease, filter 120ms ease, background 120ms ease;
}

.voicemail-btn:hover {
transform: translateY(-1px);
}

.voicemail-btn:disabled {
opacity: 0.58;
cursor: not-allowed;
transform: none;
}

.voicemail-btn--record {
border: none;
color: #fff;
background: linear-gradient(145deg, #ff5a2f, #ff7b43);
}

.voicemail-btn--stop {
border: none;
color: #fff;
background: linear-gradient(145deg, #213a63, #345691);
}

.voicemail-btn--clear {
color: var(--ink-900);
background: #fff;
}

.voicemail-preview {
width: 100%;
margin-top: 0.25rem;
}

@keyframes pulseDot {
0% {
box-shadow: 0 0 0 0 rgba(255, 90, 47, 0.45);
}
80% {
box-shadow: 0 0 0 12px rgba(255, 90, 47, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(255, 90, 47, 0);
}
}

@keyframes riseIn {
from {
opacity: 0;
transform: translateY(8px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

@keyframes sweepGlow {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}

.site-footer {
position: relative;
z-index: 0;
width: 100%;
margin-top: 2rem;
min-height: 320px;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 247, 236, 0.85) 24%, rgba(255, 247, 236, 0.98)),
url('/images/bottom2.png') no-repeat center bottom;
background-size: auto, cover;
display: flex;
align-items: flex-end;
justify-content: center;
padding: 400px 1rem 1.2rem;
}

.site-footer__station {
position: relative;
z-index: 0;
width: min(1100px, 96vw);
height: min(205px, 28vw);
min-height: 120px;
background: url('/images/station.png') no-repeat center bottom;
background-size: contain;
opacity: 0.96;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
color: var(--bs-secondary-color);
text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
text-align: start;
}

@media (max-width: 992px) {
.site-header__inner {
min-height: 58px;
flex-wrap: wrap;
justify-content: center;
padding-top: 0.4rem;
padding-bottom: 0.45rem;
}

.site-header__left,
.site-header__right {
width: 100%;
justify-content: center;
}

.site-nav {
justify-content: center;
}

.site-player {
min-width: min(92vw, 420px);
}

.site-auth__meta {
display: none;
}

.home-hero {
grid-template-columns: 1fr;
padding: 1.55rem;
}

.home-content {
max-width: 100%;
text-align: center;
}

.chat-shell {
position: relative;
top: 0;
height: auto;
min-height: 0;
display: block;
}

.chat-shell--page {
max-width: 100%;
margin-inline: 0;
}

#chatWindow {
min-height: 280px;
max-height: 55vh;
}

.chat-panel {
display: block;
width:600px;
}

.chat-controls {
grid-template-columns: 1fr;
}

.archives-card-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.archive-list-row {
grid-template-columns: 1fr;
}

.hero-player__button--bookmark {
left: 90%;
width: 68px;
min-height: 98px;
padding-bottom: 0.95rem;
}

.voicemail-recorder {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.voicemail-btn--clear {
grid-column: 1 / -1;
}

#commentsPanel .archives-panel__header {
grid-template-columns: 1fr;
justify-items: stretch;
}

#commentsPanel .archives-panel__title-actions {
grid-column: 1;
justify-self: start;
}

#commentsPanel .archive-tabs {
grid-column: 1;
justify-self: center;
}

#libraryPanel,
#commentsPanel {
margin: 10px !important;
padding: 10px !important;
}

}

@media (max-width: 640px) {
.archives-card-grid {
grid-template-columns: 1fr;
}

.comment-entry__actions {
justify-content: flex-start;
}

#libraryPanel,
#commentsPanel {
margin: 0px;
padding: 0px;
}

}

@media (max-width: 575px) {
#commentsPanel .archives-panel__header {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0.55rem;
}

#commentsPanel .archives-panel__title-actions {
width: 100%;
display:block;
}

#commentsPanel .archive-tabs {
display: flex;
width: 100%;
justify-content: center;
}

}

@media (prefers-reduced-motion: reduce) {
* {
animation: none !important;
transition: none !important;
}
}

.comment-entry__actions {
display: flex;
flex-wrap: wrap;
gap: 0.4rem;
margin-top: 0.4rem;
}

.comment-entry__jump,
.comment-entry__bookmark {
font-size: 0.82rem;
padding: 0.35rem 0.7rem;
}

.comment-entry__bookmark[disabled] {
opacity: 0.7;
cursor: default;
}

.comment-entry__author {
font-weight: 800;
color: #9b2c00;
}

.comment-entry__author[data-comment-action="ban-user"] {
cursor: context-menu;
border-bottom: 1px dotted rgba(20, 20, 20, 0.32);
}

.comment-ban-menu {
position: fixed;
z-index: 1200;
min-width: 240px;
max-width: 320px;
padding: 0.55rem;
border: 1px solid rgba(20, 20, 20, 0.16);
border-radius: 16px;
background: rgba(255, 249, 241, 0.98);
box-shadow: 0 18px 48px rgba(16, 16, 16, 0.22);
backdrop-filter: blur(10px);
}

.comment-ban-menu__title {
padding: 0.2rem 0.4rem 0.55rem;
font-size: 0.82rem;
font-weight: 800;
color: var(--ink-700);
text-transform: uppercase;
letter-spacing: 0.06em;
}

.comment-ban-menu__item {
display: block;
padding: 0.7rem 0.8rem;
border-radius: 12px;
color: var(--ink-900);
text-decoration: none;
font-weight: 700;
}

.comment-ban-menu__item:hover {
background: #ffe6c8;
color: var(--ink-900);
}

.player-bookmark-menu {
position: absolute;
z-index: 1300;
min-width: 210px;
padding: 0.35rem;
border: 1px solid rgba(20, 20, 20, 0.16);
border-radius: 12px;
background: rgba(255, 249, 241, 0.98);
box-shadow: 0 16px 40px rgba(16, 16, 16, 0.24);
backdrop-filter: blur(8px);
display: grid;
gap: 0.3rem;
}

.player-bookmark-menu__item {
appearance: none;
border: 1px solid rgba(20, 20, 20, 0.14);
border-radius: 10px;
background: #fff;
color: var(--ink-900);
text-align: left;
font-weight: 700;
font-size: 0.88rem;
padding: 0.55rem 0.7rem;
}

.player-bookmark-menu__item:hover {
background: #ffeed7;
}

.archive-bookmarks-modal .modal-content {
border-radius: 16px;
border: 1px solid rgba(20, 20, 20, 0.1);
}

.archive-bookmarks-modal .archive-actions {
display: flex;
flex-wrap: wrap;
gap: 0.35rem;
}

.bookmark-name-input {
width: 100%;
min-width: 170px;
border: 1px solid rgba(20, 20, 20, 0.2);
border-radius: 8px;
background: #fff;
color: var(--ink-900);
font-size: 0.86rem;
padding: 0.28rem 0.45rem;
}

.bookmark-name-input:focus {
outline: 2px solid rgba(0, 209, 255, 0.45);
outline-offset: 1px;
}

.bookmark-time-input {
width: 100%;
min-width: 92px;
border: 1px solid rgba(20, 20, 20, 0.2);
border-radius: 8px;
background: #fff;
color: var(--ink-900);
font-size: 0.86rem;
text-align: right;
padding: 0.28rem 0.45rem;
}

.bookmark-time-input:focus {
outline: 2px solid rgba(0, 209, 255, 0.45);
outline-offset: 1px;
}


.site-player {
display: none!important;
}

.comment-entry__meta {
font-size: 0.8em;
background: #fcf;
}

#commentsPanel {
  margin: 50px 20px 0 20px;
  padding: 50px;
  padding: 0 0 100px 0;
}

.archives-button {
padding:20px;
margin:20px;
float:left;
}

.archive-summary {
display: grid;
gap: 0.2rem;
text-align: left;
}

.archive-summary__title {
font-weight: 800;
color: var(--ink-900);
line-height: 1.2;
}

.archive-summary__text,
.archive-summary__meta {
color: var(--ink-700);
font-size: 0.85rem;
line-height: 1.25;
}

.archive-summary__meta {
opacity: 0.85;
}

.comment-entry__actions {
float:right;
}

.archives-toolbar {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.5rem;
}

#archivesRefreshButton[disabled] {
opacity: 0.65;
cursor: default;
}

.site-footer__station {
margin-bottom:50px;
}

.archive-summary__meta 
{ display: none;
}

.comment-entry__text {
margin-top:-15px;
}

.archive-tabs {
display: inline-flex;
align-items: center;
gap: 0.4rem;
flex-wrap: wrap;
}

.archive-tab {
appearance: none;
border: 1px solid rgba(20, 20, 20, 0.18);
border-radius: 999px;
background: #fff7ec;
color: var(--ink-800);
padding: 0.38rem 0.85rem;
font-size: 0.85rem;
font-weight: 700;
line-height: 1;
}

.archive-tab:hover {
background: #ffe8cc;
}

.archive-tab.is-active {
background: linear-gradient(145deg, #ffd69a, #ffbd63);
border-color: rgba(168, 88, 0, 0.36);
color: #5e3300;
}

.archive-tab-panel {
margin-top: 0.6rem;
}

.archives-panel__title-actions {
display: inline-flex;
align-items: center;
gap: 0.55rem;
}

.comments-signin-cta {
display: flex;

margin: 0;
}

.comments-signin-cta .archives-button {
float: none;
margin: 0;
}

#commentsPanel .archives-panel__header {
display: grid;
grid-template-columns: 1fr auto 1fr;
align-items: center;
gap: 0.8rem;
}

#commentsPanel .archives-panel__title-actions {
grid-column: 1;
justify-self: start;
}

#commentsPanel .archive-tabs {
grid-column: 2;
justify-self: center;
}

.archive-moment-list {
display: grid;
gap: 0.45rem;
}

.archive-moment-item {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.7rem;
padding: 0.6rem 0.75rem;
/* border: 1px solid rgba(20, 20, 20, 0.12); */
border-radius: 12px;
background: rgba(255, 255, 255, 0.74);
}

.archive-moment-item--playlist {
border: 1px solid rgba(20, 20, 20, 0.08);
transition: background 120ms ease, border-color 120ms ease, transform 120ms ease;
}

.archive-moment-item--highlight {
border: 1px solid rgba(20, 20, 20, 0.08);
transition: background 120ms ease, border-color 120ms ease, transform 120ms ease;
}

.archive-moment-item--highlight:hover {
background: rgba(255, 251, 244, 0.98);
border-color: rgba(20, 20, 20, 0.14);
transform: translateY(-1px);
}

.archive-moment-item--playlist:hover {
background: rgba(255, 251, 244, 0.98);
border-color: rgba(20, 20, 20, 0.14);
transform: translateY(-1px);
}

.archive-moment-item--clean {
box-shadow: inset 4px 0 0 rgba(0, 184, 165, 0.7);
}

.archive-moment-item--instrumental {
box-shadow: inset 4px 0 0 rgba(0, 209, 255, 0.72);
}

.archive-moment-item--promo {
box-shadow: inset 4px 0 0 rgba(255, 90, 47, 0.72);
}

.archive-moment-item--other {
box-shadow: inset 4px 0 0 rgba(120, 120, 120, 0.42);
}

.archive-moment-item--hidden {
opacity: 0.62;
}

.archive-moment-item__meta {
display: grid;
gap: 0.18rem;
}

.archive-moment-item__actions {
display: inline-flex;
align-items: center;
gap: 0.45rem;
flex-wrap: wrap;
justify-content: flex-end;
}

.archive-moment-item__meta--playlist {
min-width: 0;
flex: 1 1 auto;
}

.archive-moment-item__playlist-top {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
}

.archive-moment-item__type {
display: inline-flex;
align-items: center;
border-radius: 999px;
padding: 0.18rem 0.5rem;
font-size: 0.7rem;
font-weight: 800;
letter-spacing: 0.06em;
text-transform: uppercase;
}

.archive-moment-item__type--clean {
background: rgba(0, 184, 165, 0.12);
color: #0b7268;
}

.archive-moment-item__type--instrumental {
background: rgba(0, 209, 255, 0.12);
color: #006e88;
}

.archive-moment-item__type--promo {
background: rgba(255, 90, 47, 0.13);
color: #a93b16;
}

.archive-moment-item__type--other {
background: rgba(120, 120, 120, 0.1);
color: #5a5a5a;
}

.archive-moment-item__type--highlight {
background: rgba(255, 184, 77, 0.16);
color: #8a4e00;
}

.archive-moment-item__title {
font-weight: 700;
font-size: 0.92rem;
color: var(--ink-900);
}

.archive-moment-item__timestamp {
appearance: none;
border: 0;
padding: 0;
background: transparent;
font-weight: 700;
font-size: 0.92rem;
color: var(--accent-2);
cursor: pointer;
text-align: left;
}

.archive-moment-item__timestamp:hover,
.archive-moment-item__timestamp:focus-visible {
text-decoration: underline;
}

.archive-moment-item__title--playlist {
font-weight: 600;
line-height: 1.35;
}

.archive-moment-item__time {
font-variant-numeric: tabular-nums;
font-size: 0.8rem;
font-weight: 700;
color: var(--ink-700);
white-space: nowrap;
}

.archive-moment-item__subtle {
font-size: 0.78rem;
color: var(--ink-600);
}

.archive-play--icon {
min-width: 42px;
min-height: 42px;
padding: 0;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 0.95rem;
line-height: 1;
border-radius: 999px;
}

.broadcast-shell {
background:#fff;
border-radius: 20px;
padding: 20px;
} 


.site-brand .logo {
height:auto !important;
width:max(100px) !important;
padding: 0px !important;
margin: 0 !important;
}


#chatWindow {
margin-top:-10px;
height: 20vh;
}

.live-player__eyebrow--hidden {
  display:none;
}