:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #080808;
  color: #f4f3f8;
}
* { box-sizing: border-box; }
body { margin: 0; background: #080808; min-height: 100vh; }
.hidden { display: none !important; }
.muted { color: #8b8b95; }
code { background: #1c1c22; padding: 1px 5px; border-radius: 4px; font-size: 12px; }

.topbar {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; gap: 18px;
  padding: 14px 22px;
  background: linear-gradient(180deg, #080808 60%, transparent);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -0.5px; font-size: 22px; }
.mark { width: 30px; height: 30px; border-radius: 8px; background: #e50914; display: grid; place-items: center; font-size: 18px; }
.search { flex: 1; max-width: 460px; }
.search input {
  width: 100%; height: 42px; border-radius: 8px; border: 1px solid #2c2c34;
  background: #141419; color: #fff; padding: 0 14px; font: inherit; font-size: 14px; outline: 0;
}
.search input:focus { border-color: #e50914; }
.icon-button {
  background: #1a1a20; border: 1px solid #2c2c34; color: #e6e6ee;
  width: 40px; height: 40px; border-radius: 8px; cursor: pointer; font-size: 16px;
}
.icon-button:hover { background: #24242c; }
.profile-button {
  display: flex; align-items: center; gap: 9px;
  background: #1a1a20; border: 1px solid #2c2c34; color: #e6e6ee;
  height: 40px; padding: 0 12px 0 6px; border-radius: 999px; cursor: pointer; font: inherit;
}
.profile-button:hover { background: #24242c; }
.profile-button #profileAvatar {
  width: 28px; height: 28px; border-radius: 50%; background: #e50914;
  display: grid; place-items: center; font-weight: 800; font-size: 13px;
}
.profile-button #profileName { font-size: 13px; font-weight: 700; max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.profile-list { display: flex; flex-direction: column; gap: 8px; margin: 14px 0; }
.profile-row {
  display: flex; align-items: center; gap: 12px;
  background: #17171d; border: 1px solid #26262e; border-radius: 10px; padding: 10px 12px;
}
.profile-row.active { border-color: #e50914; background: #1e1418; }
.profile-avatar {
  width: 34px; height: 34px; border-radius: 50%; background: #e50914;
  display: grid; place-items: center; font-weight: 800;
}
.profile-copy { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.profile-copy small { color: #9a9aa6; font-size: 11px; }
.profile-row .primary { margin-top: 0; padding: 8px 14px; }

.login-body { min-height: 100vh; background: #080808; }
.login-body::before { content: ''; position: fixed; inset: 0; background: linear-gradient(90deg, #080808 4%, #080808d9 42%, #08080850), url('/cinematic_hero.png') center/cover; opacity: .9; pointer-events: none; }
.login-topbar { position: relative; justify-content: space-between; padding: 28px clamp(24px, 5vw, 80px); }
.login-top-label { color: #c2c0ca; font-size: 11px; font-weight: 800; letter-spacing: 2px; }
.login-shell { position: relative; width: 100%; min-height: calc(100vh - 90px); display: grid; grid-template-columns: 1fr minmax(320px, 420px); align-items: center; gap: 8vw; padding: 30px clamp(24px, 8vw, 120px) 90px; }
.login-intro { max-width: 670px; }
.login-intro h1 { max-width: 650px; margin: 16px 0; font-size: clamp(48px, 6vw, 88px); line-height: .98; letter-spacing: -4px; }
.login-intro > p:not(.eyebrow) { max-width: 490px; color: #d4d2dc; font-size: 17px; line-height: 1.6; }
.login-highlights { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.login-highlights span { padding: 10px 13px; border: 1px solid #ffffff38; border-radius: 999px; background: #1119; font-size: 12px; font-weight: 700; }
.login-card {
  width: 100%; background: #101014e8; border: 1px solid #ffffff29;
  border-radius: 20px; padding: clamp(26px, 3vw, 42px); box-shadow: 0 25px 90px #0009; backdrop-filter: blur(18px);
}
.login-card h2 { margin: 10px 0 6px; font-size: 30px; letter-spacing: -0.8px; }
.login-form { display: flex; flex-direction: column; gap: 14px; margin-top: 20px; }
.login-form label { display: flex; flex-direction: column; gap: 7px; font-size: 12px; font-weight: 650; color: #bcbac7; }
.login-form input {
  height: 44px; border-radius: 9px; border: 1px solid #2c2c34;
  background: #141419; color: #fff; padding: 0 13px; font: inherit; outline: 0;
}
.login-form input:focus { border-color: #e50914; }
.login-submit { margin-top: 4px; align-self: stretch; text-align: center; }
.login-error { color: #ff8a95; font-size: 13px; margin: 0; }
.login-card .login-submit { background: #e50914; color: #fff; min-height: 48px; }
.login-card .login-submit:hover { background: #fa2630; }

.import-box { margin-top: 18px; border-top: 1px solid #26262e; padding-top: 14px; }
.import-box summary { cursor: pointer; font-size: 13px; font-weight: 700; color: #d8d8e0; }
.import-box p { font-size: 12px; line-height: 1.5; }
.import-box input, .import-box textarea {
  width: 100%; border-radius: 8px; border: 1px solid #2c2c34;
  background: #141419; color: #fff; padding: 10px 12px; font: inherit; font-size: 13px;
  margin-bottom: 8px; outline: 0; resize: vertical;
}
.import-box input:focus, .import-box textarea:focus { border-color: #e50914; }
.import-box textarea { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }
.import-box .primary { margin-top: 0; }
.import-box > input { display: block; width: 100%; height: 42px; margin: 12px 0; padding: 0 12px; border: 1px solid #2c2c34; border-radius: 8px; background: #141419; color: #fff; font: inherit; }

main { padding: 0 22px 80px; }

.hero {
  position: relative; height: 420px; border-radius: 18px; overflow: hidden;
  margin: 8px 0 26px; background: #141419;
}
.hero-art {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  filter: brightness(0.55); background-image: url('/cinematic_hero.png');
}
.assistant-launch { border: 1px solid #e50914; border-radius: 8px; background: #e5091422; color: #fff; padding: 10px 14px; font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; white-space: nowrap; }
.assistant-launch:hover { background: #e5091444; }
.assistant-feature { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 30px; margin: 0 0 30px; border: 1px solid #343039; border-radius: 16px; background: linear-gradient(100deg, #24151a, #131319); }
.assistant-feature h2 { margin: 8px 0; font-size: 25px; }
.assistant-feature p:last-child { margin-bottom: 0; }
.assistant-feature .primary { flex: none; }
.assistant-sheet { display: flex; flex-direction: column; height: min(780px, 90vh); }
.assistant-messages { display: flex; flex-direction: column; gap: 12px; overflow: auto; flex: 1; padding: 12px 2px; }
.assistant-bubble { max-width: 86%; border-radius: 14px; padding: 11px 15px; line-height: 1.5; font-size: 14px; }
.assistant-bubble p { margin: 0; white-space: pre-wrap; }
.assistant-bubble-ai { align-self: flex-start; background: #22222b; }
.assistant-bubble-user { align-self: flex-end; background: #ae101b; }
.assistant-form { display: flex; gap: 8px; padding-top: 12px; border-top: 1px solid #303038; }
.assistant-form input { flex: 1; min-width: 0; height: 44px; border: 1px solid #34343d; border-radius: 8px; background: #17171d; color: #fff; padding: 0 13px; font: inherit; }
.assistant-form .primary { margin: 0; }
.assistant-recommendation { display: flex; gap: 14px; background: #19191f; border: 1px solid #33333d; border-radius: 12px; padding: 10px; }
.assistant-poster { flex: 0 0 65px; min-height: 95px; background: #292932 center/cover; border-radius: 7px; }
.assistant-recommendation strong { font-size: 14px; }
.assistant-recommendation p { color: #b9b9c4; font-size: 12px; line-height: 1.4; margin: 5px 0; }
.assistant-recommendation .primary { font-size: 11px; padding: 7px 11px; }
.hero-copy {
  position: relative; height: 100%; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 34px; gap: 10px;
  background: linear-gradient(180deg, transparent 30%, #080808 100%);
}
.eyebrow { font-size: 11px; letter-spacing: 2.4px; font-weight: 800; color: #d8d8e0; margin: 0; }
.hero h1 { font-size: clamp(30px, 5vw, 54px); margin: 0; line-height: 1.03; letter-spacing: -1.5px; }
.hero-meta { color: #b9b9c4; margin: 0; font-size: 13px; letter-spacing: 1px; }
.primary {
  align-self: flex-start; margin-top: 8px;
  background: #fff; color: #000; border: 0; border-radius: 8px;
  padding: 12px 22px; font: inherit; font-weight: 800; cursor: pointer;
}
.primary:disabled { opacity: 0.4; cursor: default; }

.row-section { margin-bottom: 30px; }
.row-section h2 { font-size: 20px; margin: 0 0 14px; }
.row { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 8px; }
.card {
  position: relative; flex: 0 0 158px; height: 236px; border-radius: 12px; overflow: hidden;
  border: 1px solid #26262e; background: #1b1b22 center/cover no-repeat;
  cursor: pointer; text-align: left; color: #fff; padding: 0;
}
.card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, #000c); }
.card-play { position: absolute; top: 10px; right: 10px; z-index: 2; font-size: 22px; }
.card-body { position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 2; display: flex; flex-direction: column; gap: 4px; }
.card-body strong { font-size: 15px; line-height: 1.2; }
.card-body small { font-size: 10px; letter-spacing: 1.2px; color: #cfcfd8; }

.player-overlay, .sheet-overlay {
  position: fixed; inset: 0; z-index: 40; background: #000c;
  display: grid; place-items: center; padding: 20px;
}
.player-shell {
  width: min(1000px, 100%); background: #101014; border: 1px solid #26262e;
  border-radius: 16px; overflow: hidden; display: flex; flex-direction: column;
  max-height: 92vh;
}
.player-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px; font-weight: 700; flex: 0 0 auto;
}
.player-heading { display: flex; align-items: center; gap: 12px; min-width: 0; }
.player-heading #playerTitle { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.player-phase {
  font-size: 10px; font-weight: 800; letter-spacing: 1.4px;
  padding: 4px 9px; border-radius: 999px; white-space: nowrap;
  background: #2a2a34; color: #b9b9c4;
}
.player-phase[data-phase="RICERCA"] { background: #2b2438; color: #c4afff; }
.player-phase[data-phase="CARICAMENTO"] { background: #2b2438; color: #c4afff; }
.player-phase[data-phase="IN RIPRODUZIONE"] { background: #14301c; color: #6ee7a0; }
.player-phase[data-phase="ERRORE"],
.player-phase[data-phase="NESSUNO STREAM"] { background: #3a1a1e; color: #ff8a95; }
.player-frame {
  position: relative; aspect-ratio: 16/9; background: #000;
  display: grid; place-items: center; flex: 0 0 auto;
}
.player-frame video { width: 100%; height: 100%; display: block; background: #000; }
.player-spinner {
  position: absolute; inset: 0; display: grid; place-items: center;
  pointer-events: none;
}
.player-spinner span {
  width: 42px; height: 42px; border-radius: 50%;
  border: 3px solid #ffffff33; border-top-color: #e50914;
  animation: spin 0.8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
/* Status sits above the native controls instead of overlapping them. */
.player-message {
  position: absolute; top: 12px; left: 14px; right: 14px;
  font-size: 12px; color: #e6e6ee; text-shadow: 0 1px 4px #000;
  background: #000000aa; border-radius: 6px; padding: 6px 10px;
  pointer-events: none;
}
.player-message:empty { display: none; }
.player-foot { display: flex; flex-direction: column; min-height: 0; flex: 1 1 auto; }
.player-foot-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 18px 0; font-size: 12px; font-weight: 700; color: #b9b9c4;
}
.stream-list {
  display: flex; flex-direction: column; gap: 6px; padding: 10px 18px 18px;
  max-height: 200px; overflow: auto; flex: 1 1 auto;
}
.stream-row {
  display: flex; align-items: center; gap: 12px; text-align: left;
  background: #17171d; border: 1px solid #26262e; border-radius: 8px; padding: 9px 12px;
  color: #d8d8e0; cursor: pointer; font: inherit;
}
.stream-row.selected { border-color: #e50914; background: #1e1418; }
.format { font-size: 10px; font-weight: 800; background: #2a2a34; border-radius: 5px; padding: 4px 7px; }
.stream-url { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }

.sheet { width: min(760px, 100%); max-height: 86vh; overflow: auto; background: #101014; border: 1px solid #26262e; border-radius: 16px; padding: 20px; }
.sheet-head { display: flex; align-items: center; gap: 12px; font-size: 20px; font-weight: 800; }
.sheet-head span { flex: 1; }
.sheet-body { margin-top: 16px; }
.season-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; }
.season-card {
  height: 120px; border-radius: 12px; border: 1px solid #26262e; cursor: pointer;
  background: #1b1b22 center/cover no-repeat; color: #fff; font: inherit; font-weight: 800;
  display: flex; align-items: flex-end; padding: 12px;
}
.season-card span { position: relative; z-index: 2; }
.episode-list { display: flex; flex-direction: column; gap: 8px; }
.episode-row {
  display: flex; align-items: center; gap: 14px; text-align: left;
  background: #17171d; border: 1px solid #26262e; border-radius: 10px; padding: 12px 14px;
  color: #e6e6ee; cursor: pointer; font: inherit;
}
.episode-row:hover { background: #1e1e26; }
.episode-number { width: 34px; height: 34px; border-radius: 50%; background: #e50914; display: grid; place-items: center; font-weight: 800; }
.episode-copy { flex: 1; display: flex; flex-direction: column; gap: 3px; }
.episode-copy small { color: #9a9aa6; font-size: 11px; }
.episode-play { color: #e50914; font-size: 18px; }

.site-list { display: flex; flex-direction: column; gap: 8px; margin: 14px 0; }
.site-row { display: flex; align-items: center; gap: 12px; background: #17171d; border: 1px solid #26262e; border-radius: 10px; padding: 10px 12px; }
.site-index { width: 28px; height: 28px; border-radius: 50%; background: #e50914; display: grid; place-items: center; font-weight: 800; font-size: 13px; }
.site-copy { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.site-copy small { color: #9a9aa6; font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.site-form { display: flex; flex-direction: column; gap: 8px; }
.site-form label { color: #e6e6ee; font-size: 13px; font-weight: 750; }
.site-form input { height: 42px; border-radius: 8px; border: 1px solid #2c2c34; background: #141419; color: #fff; padding: 0 12px; font: inherit; }
.site-form .primary { align-self: flex-start; }

@media (max-width: 640px) {
  .topbar { flex-wrap: wrap; }
  .search { order: 3; max-width: none; flex-basis: 100%; }
  .hero { height: 340px; }
  .hero-copy { padding: 22px; }
  .assistant-launch { order: 2; }
  .assistant-feature { align-items: flex-start; flex-direction: column; }
  .login-shell { grid-template-columns: 1fr; gap: 32px; padding-top: 35px; }
  .login-intro h1 { font-size: clamp(43px, 12vw, 65px); letter-spacing: -2px; }
  .login-highlights { display: none; }
  .login-top-label { display: none; }
}

/* Catalog and cinema player */
body { background: #0b0b0b; }
.login-body .topbar { position: relative; background: transparent; }
.topbar { position: absolute; left: 0; right: 0; top: 0; z-index: 20; padding: 24px clamp(20px, 4vw, 64px); gap: 30px; background: linear-gradient(#080808d9, transparent); }
.brand { color: #e50914; font-size: clamp(21px, 2vw, 30px); letter-spacing: -1.5px; text-shadow: 0 1px 9px #000; }
.brand .mark { display: none; }
.search { margin-left: auto; max-width: 360px; }
.search input { border-radius: 4px; background: #111b; border-color: #fff6; }
.assistant-launch, .icon-button, .profile-button { background: #141414aa; border-color: #ffffff45; border-radius: 4px; }
.assistant-launch { border-color: #ffffff55; }
main { padding: 0 0 100px; }
.hero { height: min(68vw, 730px); min-height: 485px; margin: 0; border-radius: 0; }
.hero-art { filter: brightness(.72); background-position: center 35%; }
.hero-copy { padding: 150px clamp(24px, 4vw, 64px) 105px; justify-content: center; align-items: flex-start; background: linear-gradient(90deg, #090909eb 0%, #090909b8 30%, transparent 70%), linear-gradient(0deg, #0b0b0b 0%, transparent 38%); }
.hero-copy .eyebrow { color: #e5e5e5; }
.hero h1 { max-width: 720px; font-size: clamp(44px, 6.1vw, 90px); letter-spacing: -3px; line-height: .98; text-shadow: 0 2px 15px #0008; }
.hero-meta { font-size: 16px; color: #e5e5e5; }
.hero .primary { margin-top: 20px; border-radius: 4px; padding: 13px 30px; font-size: 16px; }
.row-section, .assistant-feature { position: relative; margin: 0 clamp(20px, 4vw, 64px) 42px; }
.row-section { margin-top: -32px; }
.row-section + .row-section { margin-top: 0; }
.row-section h2 { font-size: clamp(20px, 2vw, 25px); margin-bottom: 16px; }
.row { gap: 10px; padding: 8px 0 26px; scrollbar-width: thin; scrollbar-color: #555 transparent; }
.card { flex-basis: clamp(150px, 16vw, 235px); height: clamp(225px, 24vw, 335px); border: 0; border-radius: 5px; transition: transform .2s ease, box-shadow .2s ease; transform-origin: center; }
.card:hover, .card:focus-visible { z-index: 3; transform: scale(1.055); box-shadow: 0 15px 35px #000; outline: 2px solid #fff; }
.card::after { background: linear-gradient(180deg, transparent 42%, #000e); }
.card-play { opacity: 0; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 2px solid #fff; background: #0008; font-size: 16px; transition: opacity .2s; }
.card:hover .card-play, .card:focus-visible .card-play { opacity: 1; }
.card-body { left: 14px; right: 14px; bottom: 16px; }
.card-body strong { font-size: 17px; }
.assistant-feature { margin-top: 0; margin-bottom: 48px; padding: 28px 34px; border-radius: 7px; border-color: #ffffff25; background: linear-gradient(110deg, #3e0a12, #191316 70%); }
.assistant-feature .primary { background: #e50914; color: #fff; border-radius: 4px; }

.player-overlay { z-index: 80; padding: 0; background: #000; display: block; }
.player-shell { position: relative; width: 100vw; height: 100dvh; max-height: none; border: 0; border-radius: 0; background: #000; display: grid; place-items: center; }
.player-frame { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto; display: grid; place-items: center; }
.player-frame video { object-fit: contain; }
.player-frame .search-intro { position: absolute; inset: 0; object-fit: cover; }
.search-intro-unmute { position: absolute; z-index: 5; right: clamp(20px, 4vw, 60px); bottom: 34px; padding: 11px 18px; border: 1px solid #fff8; border-radius: 4px; background: #000a; color: #fff; font-weight: 700; cursor: pointer; }
.player-head { position: absolute; z-index: 5; top: 0; left: 0; right: 0; padding: 32px clamp(22px, 4vw, 60px); background: linear-gradient(#000b, transparent); align-items: flex-start; }
.player-heading { gap: 20px; font-size: clamp(17px, 2vw, 24px); text-shadow: 0 2px 10px #000; }
.player-back { border: 0; background: transparent; color: #fff; font: inherit; font-size: 34px; line-height: 22px; cursor: pointer; padding: 0 6px 5px 0; }
.player-back:hover { transform: scale(1.12); }
.player-phase { background: #0008 !important; border: 1px solid #fff5; color: #fff !important; }
.player-spinner { z-index: 2; display: flex; flex-direction: column; justify-content: center; gap: 20px; background: radial-gradient(circle at center, #101010, #000); color: #fff; }
.player-spinner span { width: 64px; height: 64px; border-width: 5px; border-color: #e5091430; border-top-color: #e50914; }
.player-spinner strong { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; }
.player-message { z-index: 4; top: auto; bottom: 105px; left: 50%; right: auto; transform: translateX(-50%); max-width: min(540px, 80vw); text-align: center; padding: 9px 15px; background: #0009; font-size: 13px; border-radius: 4px; }
.player-controls { position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; padding: 40px clamp(18px, 4vw, 60px) 24px; color: #fff; background: linear-gradient(transparent, #000e); }
.player-seek { display: block; width: 100%; height: 5px; margin: 0 0 22px; border-radius: 0; appearance: none; cursor: pointer; background: linear-gradient(to right, #e50914 var(--progress, 0%), #ffffff66 var(--progress, 0%)); }
.player-seek::-webkit-slider-thumb { appearance: none; width: 13px; height: 13px; background: #e50914; border-radius: 50%; }
.player-seek::-moz-range-thumb { width: 13px; height: 13px; background: #e50914; border: 0; border-radius: 50%; }
.player-control-row, .player-control-group { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.player-control-group { justify-content: flex-start; }
.player-control-group button { border: 0; background: transparent; color: #fff; min-width: 38px; height: 38px; padding: 0 5px; font: inherit; font-size: 22px; cursor: pointer; opacity: .9; }
.player-control-group button:hover { opacity: 1; transform: scale(1.12); }
.player-control-group button small { font-size: 10px; margin-left: -15px; font-weight: 700; }
#playerStreams, #playerAirPlay { font-size: 13px; font-weight: 700; }
#playerVolume { width: 80px; accent-color: #fff; cursor: pointer; }
#playerTime { font-size: 12px; color: #ddd; white-space: nowrap; }
.cast-launcher { width: 38px; height: 38px; cursor: pointer; --connected-color: #e50914; --disconnected-color: #fff; }
.player-center-play { position: absolute; z-index: 3; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 76px; height: 76px; border: 2px solid #fff; border-radius: 50%; background: #0008; color: #fff; font-size: 30px; cursor: pointer; }
.player-foot { position: absolute; z-index: 6; right: clamp(18px, 4vw, 60px); bottom: 95px; width: min(440px, calc(100vw - 36px)); max-height: min(350px, 55vh); background: #181818f5; border: 1px solid #ffffff45; border-radius: 5px; box-shadow: 0 20px 60px #000; }
.player-foot-head { padding: 16px 18px 0; }
.stream-list { max-height: 290px; }

@media (max-width: 700px) {
  .topbar { position: absolute; flex-wrap: wrap; padding: 18px 20px; gap: 10px; }
  .brand { font-size: 22px; }
  .search { order: 4; margin-left: 0; flex-basis: 100%; max-width: none; }
  .search input { height: 38px; }
  .assistant-launch { font-size: 0; padding: 7px 10px; }
  .assistant-launch::after { content: '✦'; font-size: 20px; }
  .profile-button #profileName { display: none; }
  .profile-button { padding: 4px; }
  .hero { height: 570px; min-height: 0; }
  .hero-art { background-position: 58% center; }
  .hero-copy { padding: 165px 24px 85px; justify-content: flex-end; background: linear-gradient(0deg, #0b0b0b 0%, #000a 50%, transparent 100%); }
  .hero h1 { font-size: clamp(44px, 10vw, 64px); letter-spacing: -2px; }
  .row-section { margin-top: -18px; }
  .card { flex-basis: 158px; height: 235px; }
  .assistant-feature { padding: 22px; }
  .player-head { padding: 22px 18px; }
  .player-phase { display: none; }
  .player-controls { padding: 30px 16px 18px; }
  .player-control-row { gap: 8px; }
  .player-control-group { gap: 3px; }
  .player-control-group button { min-width: 32px; font-size: 19px; }
  #playerVolume, #playerTime, #playerRewind, #playerForward { display: none; }
  .player-message { bottom: 85px; }
  .player-foot { right: 12px; bottom: 80px; }
}
