/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@14.2.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!../../node_modules/.pnpm/next@14.2.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/styles.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  color-scheme: dark;
  --bg: #090909;
  --surface: #121212;
  --surface-raised: #181818;
  --surface-soft: #232323;
  --line: rgba(255, 255, 255, 0.09);
  --text: #f5f5f5;
  --muted: #a7a7a7;
  --green: #1ed760;
  --gold: #f4c542;
  --amber: #f7a928;
  --danger: #ff5a5f;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

button {
  font: inherit;
}

.withPlayer {
  padding-bottom: 88px;
}

.shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(30, 215, 96, 0.16), rgba(9, 9, 9, 0) 360px),
    var(--bg);
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 18px 12px;
  background: #000;
  border-right: 1px solid var(--line);
  scrollbar-width: none;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.brandMark {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 0 10px 18px;
}

.brandMark > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), var(--gold));
  color: #050505;
  font-weight: 950;
}

.brandMark strong,
.albumCard strong,
.trackMeta strong,
.activityItem strong {
  display: block;
}

.brandMark p,
.albumCard p,
.trackMeta p,
.activityItem p,
.nowPlaying p,
.heroCopy p,
.statTile p {
  margin: 0;
  color: var(--muted);
}

.navGroup,
.playlistBlock {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  padding: 10px 0;
}

.navItem,
.playlistButton,
.worldCard,
.countryCard,
.textButton,
.iconButton,
.primaryButton,
.ghostButton {
  border: 0;
  cursor: pointer;
}

.navItem {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  font-weight: 800;
  text-align: left;
}

.navItem.active,
.navItem:hover {
  background: var(--surface);
  color: var(--text);
}

.sectionLabel {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.playlistButton {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
  min-height: 58px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--surface);
  color: var(--text);
  text-align: left;
}

.playlistButton small {
  color: var(--muted);
}

.content {
  min-width: 0;
  max-width: 100vw;
  padding: 16px 24px 32px;
}

.topbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 64px;
  padding: 8px 0;
  background: rgba(9, 9, 9, 0.82);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.searchBox {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(460px, 100%);
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--muted);
  font-weight: 700;
}

.searchBox input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-weight: 800;
}

.searchBox input::placeholder {
  color: var(--muted);
}

.topActions,
.heroActions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.iconButton {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.5);
  color: var(--text);
}

.avatar {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--surface-soft);
  font-size: 13px;
  font-weight: 900;
}

.heroBand {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  grid-gap: 28px;
  gap: 28px;
  align-items: flex-end;
  min-height: 288px;
  padding: 42px 0 28px;
}

.heroCover,
.largeCover,
.albumArt,
.miniCover {
  display: grid;
  place-items: center;
}

.heroCover {
  width: 220px;
  aspect-ratio: 1;
  border-radius: 8px;
  background: linear-gradient(135deg, #1ed760, #f4c542 52%, #181818);
  color: #061006;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45);
}

.heroCoverButton {
  border: 0;
  cursor: pointer;
}

.eyebrow {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  font-size: 84px;
  line-height: 0.95;
  overflow-wrap: anywhere;
}

.heroCopy p {
  max-width: 760px;
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.5;
}

.primaryButton,
.ghostButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 950;
  white-space: nowrap;
  text-decoration: none;
}

.purpleButton {
  background: #9146ff;
  color: #fff;
  border-color: rgba(145, 70, 255, 0.55);
}

.compactButton {
  min-height: 38px;
  padding-inline: 14px;
}

.primaryButton {
  background: var(--green);
  color: #031006;
}

.ghostButton {
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.35);
  color: var(--text);
}

.statsGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 14px;
  gap: 14px;
  margin-bottom: 30px;
}

.controlStrip {
  display: flex;
  gap: 10px;
  margin: 0 0 26px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.chip {
  flex: 0 0 auto;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
  padding: 0 14px;
}

.chip.active,
.chip:hover {
  border-color: rgba(30, 215, 96, 0.46);
  background: rgba(30, 215, 96, 0.16);
  color: var(--text);
}

.worldSection {
  margin-bottom: 34px;
}

.sourcePill {
  border: 1px solid rgba(30, 215, 96, 0.35);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.worldGrid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-gap: 14px;
  gap: 14px;
}

.worldCard {
  position: relative;
  display: block;
  min-height: 258px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(24, 24, 24, 0.88);
  color: var(--text);
  text-decoration: none;
  text-align: left;
  transition: background 160ms ease, transform 160ms ease;
}

.worldCard:hover,
.worldCard.selected {
  background: var(--surface-soft);
  transform: translateY(-2px);
}

.worldCard.selected {
  outline: 2px solid rgba(30, 215, 96, 0.62);
}

.worldCard img,
.countryTrack img,
.liveCover img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.worldCard img {
  aspect-ratio: 1;
  margin-bottom: 12px;
  border-radius: 8px;
  background: var(--surface-soft);
}

.worldCard strong {
  display: block;
  overflow: hidden;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.worldCard p,
.worldCard small,
.countryTrack small {
  display: block;
  overflow: hidden;
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.worldCard small {
  color: rgba(255, 255, 255, 0.72);
}

.rankBadge {
  position: absolute;
  top: 18px;
  left: 18px;
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(0, 0, 0, 0.68);
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
}

.emptyState {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(24, 24, 24, 0.88);
  color: var(--muted);
  text-align: center;
}

.emptyState strong {
  color: var(--text);
}

.statTile,
.albumCard,
.rightRail > div {
  border-radius: 8px;
  background: rgba(24, 24, 24, 0.88);
}

.statTile {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  min-height: 112px;
  padding: 18px;
  border: 1px solid var(--line);
}

.statTile span {
  color: var(--green);
}

.statTile strong {
  font-size: 28px;
}

.mainGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  grid-gap: 24px;
  gap: 24px;
}

.sectionHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 14px;
}

.sectionHeader h2,
.nowPlaying h2 {
  font-size: 26px;
}

.textButton {
  background: transparent;
  color: var(--muted);
  font-weight: 900;
  white-space: nowrap;
}

.albumGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 16px;
  gap: 16px;
}

.countryGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 14px;
  gap: 14px;
}

.countryCard {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  min-height: 168px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(24, 24, 24, 0.88);
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.countryCard:hover {
  background: var(--surface-soft);
}

.downloadDesk,
.twitchDesk {
  margin-bottom: 34px;
}

.downloadGrid,
.twitchGrid {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  grid-gap: 18px;
  gap: 18px;
}

.downloadPolicy,
.twitchFeature {
  display: grid;
  align-content: start;
  grid-gap: 14px;
  gap: 14px;
  min-height: 260px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(30, 215, 96, 0.1), rgba(24, 24, 24, 0.88));
}

.downloadPolicy svg {
  color: var(--green);
}

.downloadPolicy p,
.twitchFeature p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.policyMeters {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.policyMeters span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--green);
}

.downloadPolicy small {
  color: var(--muted);
}

.downloadList,
.showList {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.downloadRow,
.showCard {
  display: grid;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
  min-height: 72px;
  padding: 10px;
  border-radius: 8px;
  background: rgba(24, 24, 24, 0.88);
}

.downloadRow {
  grid-template-columns: 52px minmax(0, 1fr) auto 42px;
}

.downloadRow img {
  width: 52px;
  aspect-ratio: 1;
  border-radius: 6px;
  object-fit: cover;
}

.downloadRow strong,
.showCard strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.downloadRow p,
.showCard p {
  overflow: hidden;
  margin: 5px 0 0;
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.downloadState,
.showCard span,
.showCard small,
.twitchPill {
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.downloadState.ready {
  background: rgba(30, 215, 96, 0.12);
  color: var(--green);
}

.downloadState.review {
  background: rgba(247, 169, 40, 0.12);
  color: var(--amber);
}

.twitchFeature {
  background: linear-gradient(180deg, rgba(145, 70, 255, 0.18), rgba(24, 24, 24, 0.88));
}

.twitchFeature svg,
.twitchPill {
  color: #bf94ff;
}

.showCard {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.showCard span {
  background: rgba(145, 70, 255, 0.14);
  color: #d8c0ff;
}

.showCard small,
.twitchPill {
  border: 1px solid rgba(145, 70, 255, 0.35);
  color: #d8c0ff;
}

.lowerGrid {
  margin-top: 2px;
}

.countryCard span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.countryCard strong {
  display: block;
  margin-top: 4px;
  font-size: 20px;
}

.countryTrack {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-gap: 10px;
  gap: 10px;
  align-items: center;
}

.countryTrack img {
  grid-row: span 2;
  aspect-ratio: 1;
  border-radius: 6px;
  background: var(--surface-soft);
}

.countryTrack p {
  overflow: hidden;
  margin: 0;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.albumCard {
  min-height: 272px;
  padding: 16px;
  transition: background 160ms ease, transform 160ms ease;
}

.albumCard:hover {
  background: var(--surface-soft);
  transform: translateY(-2px);
}

.albumArt {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 16px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
}

.art1 {
  background: linear-gradient(135deg, #2eb872, #0f3057);
}

.art2 {
  background: linear-gradient(135deg, #f4c542, #7a1cac);
}

.art3 {
  background: linear-gradient(135deg, #9146ff, #111);
}

.albumCard p {
  margin-top: 8px;
  line-height: 1.4;
}

.queueHeader {
  margin-top: 30px;
}

.trackTable {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}

.trackRow {
  display: grid;
  grid-template-columns: 28px 44px minmax(150px, 1fr) minmax(120px, auto) 72px 42px;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
  min-height: 64px;
  padding: 8px 10px;
  border-radius: 8px;
}

.trackRow:hover {
  background: rgba(255, 255, 255, 0.06);
}

.trackNumber {
  color: var(--muted);
  text-align: right;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.miniCover {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: var(--surface-soft);
  color: var(--green);
}

.statePill,
.risk {
  justify-self: start;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
}

.statePill {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.riskBaja {
  color: var(--green);
}

.riskMedia {
  color: var(--amber);
}

.riskAlta {
  color: var(--danger);
}

.rightRail {
  display: grid;
  align-content: start;
  grid-gap: 18px;
  gap: 18px;
}

.nowPlaying,
.activityPanel {
  padding: 18px;
  border: 1px solid var(--line);
}

.largeCover {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f4c542, #1ed760 58%, #121212);
  color: #061006;
}

.liveCover {
  overflow: hidden;
}

.liveCover img {
  height: 100%;
}

.nowPlaying p {
  margin-top: 10px;
  line-height: 1.5;
}

.fullWidth {
  width: 100%;
  margin-top: 18px;
}

.activityItem {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.activityItem p {
  margin-top: 6px;
  line-height: 1.45;
}

.playerBar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  display: grid;
  grid-template-columns: 56px minmax(180px, 1fr) auto minmax(160px, 360px) auto;
  align-items: center;
  grid-gap: 14px;
  gap: 14px;
  min-height: 76px;
  padding: 10px 18px;
  border-top: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.92);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}

.playerBar > img {
  width: 56px;
  aspect-ratio: 1;
  border-radius: 6px;
  object-fit: cover;
}

.playerMeta {
  min-width: 0;
}

.playerMeta strong,
.playerMeta span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.playerMeta span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.playerControls {
  display: flex;
  gap: 8px;
}

.playerProgress {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.playerProgress span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: var(--green);
}

@media (max-width: 1080px) {
  .shell {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .brandMark div,
  .navItem span,
  .playlistBlock {
    display: none;
  }

  .brandMark {
    justify-content: center;
    padding-inline: 0;
  }

  .navItem {
    justify-content: center;
  }

  .mainGrid {
    grid-template-columns: 1fr;
  }

  .worldGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .downloadGrid,
  .twitchGrid {
    grid-template-columns: 1fr;
  }

  .playerBar {
    grid-template-columns: 48px minmax(0, 1fr) auto;
  }

  .playerProgress,
  .playerBar .compactButton {
    display: none;
  }
}

@media (max-width: 760px) {
  .shell {
    display: block;
    width: 100%;
    overflow-x: hidden;
  }

  .sidebar {
    position: static;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: auto;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .brandMark {
    padding: 0;
  }

  .navGroup {
    display: flex;
  }

  .content {
    width: 100%;
    padding: 12px 14px 28px;
    overflow-x: hidden;
  }

  .topbar {
    position: static;
    align-items: stretch;
    flex-direction: column;
  }

  .withPlayer {
    padding-bottom: 132px;
  }

  .topActions {
    align-self: flex-end;
  }

  .heroBand {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 20px;
    overflow: hidden;
  }

  .heroCover {
    width: min(220px, 100%);
  }

  h1 {
    font-size: 44px;
  }

  .statsGrid,
  .albumGrid,
  .countryGrid,
  .worldGrid {
    grid-template-columns: 1fr;
  }

  .trackRow {
    grid-template-columns: 28px 44px minmax(0, 1fr) 42px;
  }

  .statePill,
  .risk {
    grid-column: 3 / -1;
  }

  .downloadRow,
  .showCard {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .downloadState,
  .downloadRow .iconButton,
  .showCard span,
  .showCard small {
    grid-column: 2;
    justify-self: start;
  }

  .playerBar {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    min-height: 84px;
    padding: 10px 12px;
  }

  .playerBar > img {
    width: 44px;
  }
}

.remoteShell {
  min-height: 100vh;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(30, 215, 96, 0.12), rgba(9, 9, 9, 0) 340px),
    var(--bg);
}

.remoteShell.technician {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  grid-gap: 18px;
  gap: 18px;
}

.remoteClientSurface,
.remoteWorkspace,
.remoteQueue,
.clientLockPanel,
.timelinePanel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(18, 18, 18, 0.92);
}

.remoteClientSurface {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  padding: 22px;
}

.remoteWorkspace,
.remoteQueue {
  padding: 18px;
}

.remoteQueue {
  align-self: start;
  position: -webkit-sticky;
  position: sticky;
  top: 18px;
}

.remoteStatusHeader,
.remotePanelHeader {
  display: flex;
  align-items: center;
  gap: 14px;
}

.remoteStatusHeader {
  justify-content: space-between;
  min-height: 78px;
}

.remoteStatusHeader h1 {
  font-size: 42px;
}

.remotePanelHeader {
  margin-bottom: 16px;
}

.remotePanelHeader h2 {
  font-size: 22px;
}

.remoteLogo {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: var(--green);
  color: #031006;
  flex: 0 0 auto;
}

.remoteState {
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.remoteState.waiting_for_technician {
  background: rgba(247, 169, 40, 0.13);
  color: var(--amber);
}

.remoteState.running {
  background: rgba(30, 215, 96, 0.13);
  color: var(--green);
}

.remoteState.completed {
  background: rgba(255, 255, 255, 0.1);
  color: var(--text);
}

.clientLockPanel {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  min-height: 320px;
  align-content: center;
  justify-items: center;
  padding: 34px;
  text-align: center;
}

.clientLockPanel svg {
  color: var(--green);
}

.clientLockPanel h2 {
  font-size: 30px;
}

.clientLockPanel p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.sessionMeta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.sessionMeta span,
.remoteWarning {
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.clientActions,
.actionGrid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.remoteWarning {
  border-radius: 8px;
  color: var(--amber);
}

.remoteHint {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.timelinePanel {
  padding: 18px;
}

.timeline {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.timelineItem {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  grid-gap: 10px;
  gap: 10px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.timelineItem svg {
  color: var(--green);
}

.timelineItem strong,
.timelineItem span {
  display: block;
}

.timelineItem span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.diagnosticReport {
  max-height: 280px;
  overflow: auto;
  margin: 10px 0 0;
  padding: 12px;
  border: 1px solid rgba(30, 215, 96, 0.22);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.38);
  color: #d8ffe5;
  font: 12px/1.55 Consolas, "Courier New", monospace;
  white-space: pre-wrap;
  word-break: break-word;
}

.remoteInputLabel {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.remoteInputLabel input {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #050505;
  color: var(--text);
  padding: 0 12px;
  font: inherit;
}

.sessionList {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  margin-top: 16px;
}

.sessionButton,
.actionCard {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.sessionButton {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
  padding: 12px;
}

.sessionButton.active,
.sessionButton:hover,
.actionCard:hover {
  border-color: rgba(30, 215, 96, 0.5);
  background: rgba(30, 215, 96, 0.1);
}

.sessionButton span,
.sessionButton small,
.actionCard span {
  color: var(--muted);
}

.actionGrid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 18px 0;
}

.actionCard {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  min-height: 142px;
  padding: 14px;
}

.actionCard.disabled,
.actionCard.disabled:hover {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  color: rgba(235, 255, 241, 0.45);
  cursor: not-allowed;
}

.actionCard svg {
  color: var(--green);
}

@media (max-width: 980px) {
  .remoteShell.technician {
    grid-template-columns: 1fr;
  }

  .remoteQueue {
    position: static;
  }

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

@media (max-width: 640px) {
  .remoteShell {
    padding: 12px;
  }

  .remoteStatusHeader {
    align-items: flex-start;
    flex-direction: column;
  }

  .remoteStatusHeader h1 {
    font-size: 32px;
  }

  .actionGrid {
    grid-template-columns: 1fr;
  }
}

