:root {
  color-scheme: dark;
  --bg: #0c0f12;
  --panel: #14191d;
  --panel-soft: #192025;
  --panel-raised: #20272d;
  --line: #2b343b;
  --line-strong: #3a464f;
  --text: #edf2f4;
  --muted: #8d9aa4;
  --quiet: #64717b;
  --positive: #38d488;
  --negative: #ff6b6b;
  --warning: #f0c85a;
  --teal: #2ab7a9;
  --blue: #4e9af1;
  --coral: #f07762;
  --gold: #dcae42;
  --focus: #8cc7ff;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(42, 183, 169, 0.12), transparent 32rem),
    linear-gradient(135deg, #0b0e11 0%, #11151a 48%, #0d1013 100%);
  color: var(--text);
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

.app-shell {
  display: grid;
  grid-template-columns: 4.75rem minmax(16rem, 19rem) minmax(28rem, 1fr) minmax(18rem, 22rem);
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
}

.app-shell.rooms-collapsed {
  grid-template-columns: 4.75rem minmax(28rem, 1fr) minmax(18rem, 22rem);
}

.app-shell.rooms-collapsed .rooms-panel {
  display: none;
}

.app-shell > * {
  min-height: 0;
}

.workspace-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 0.75rem;
  border-right: 1px solid var(--line);
  background: rgba(8, 11, 14, 0.9);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.6rem;
  border: 1px solid rgba(56, 212, 136, 0.38);
  border-radius: 0.5rem;
  background: linear-gradient(145deg, rgba(56, 212, 136, 0.18), rgba(78, 154, 241, 0.12));
  color: #f6fffb;
  font-weight: 800;
  letter-spacing: 0;
}

.rail-button,
.icon-button,
.control-button {
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
}

.rail-button {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.45rem;
  color: var(--muted);
}

.rail-button:hover,
.rail-button.active {
  border-color: var(--line-strong);
  background: var(--panel-raised);
  color: var(--text);
}

.rail-button.bottom {
  margin-top: auto;
}

.workspace-rail .rail-button {
  margin-top: 0.2rem;
}

.rooms-panel,
.chat-panel {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  gap: 1rem;
  border-right: 1px solid var(--line);
  background:
    linear-gradient(rgba(56, 212, 136, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 212, 136, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 42, 35, 0.96), rgba(16, 23, 25, 0.94));
  background-size: 100% 3.25rem, 3.25rem 100%, auto;
  padding: 1rem;
  overflow: hidden;
}

.chat-panel {
  height: 100dvh;
  border-right: 0;
  border-left: 1px solid var(--line);
}

.panel-header,
.panel-header.compact,
.topbar,
.board-header,
.section-title,
.topbar-actions,
.room-heading,
.controls,
.toggles,
.control-deck,
.audio-preview {
  display: flex;
  align-items: center;
}

.panel-header,
.topbar,
.board-header,
.section-title {
  justify-content: space-between;
  gap: 1rem;
}

.panel-header h1,
.panel-header h2,
.room-heading h2,
.board-header h3,
.section-title h2,
.section-title h3 {
  margin: 0;
  letter-spacing: 0;
}

.panel-header h1 {
  font-size: 1.12rem;
}

.panel-header h2,
.section-title h2,
.section-title h3 {
  font-size: 1rem;
}

.room-heading h2 {
  font-size: 1.2rem;
}

.site-logo-mark {
  position: relative;
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(56, 212, 136, 0.5);
  border-radius: 0.55rem;
  background:
    linear-gradient(135deg, rgba(56, 212, 136, 0.28), rgba(31, 127, 196, 0.18)),
    #0f1c1a;
  color: #d9fff0;
  box-shadow: 0 0 1.2rem rgba(56, 212, 136, 0.16);
  font-size: 0.82rem;
  font-weight: 900;
}

.site-logo-mark::after {
  content: "";
  position: absolute;
  inset: 0.36rem;
  border: 1px solid rgba(217, 255, 240, 0.2);
  border-radius: 0.35rem;
}

.site-logo-mark span {
  position: relative;
  z-index: 1;
}

.online-pill {
  display: inline-flex;
  width: fit-content;
  margin-top: 0.35rem;
  border: 1px solid rgba(56, 212, 136, 0.32);
  border-radius: 0.42rem;
  background: rgba(56, 212, 136, 0.1);
  color: #a9f3cb;
  padding: 0.18rem 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
}

.board-header h3 {
  font-size: 1.15rem;
}

.eyebrow {
  margin: 0 0 0.2rem;
  color: var(--quiet);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.icon-button {
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  border-color: var(--line);
  border-radius: 0.42rem;
  background: var(--panel-soft);
  color: var(--muted);
}

.icon-button:hover,
.icon-button:focus-visible,
.control-button:hover,
.control-button:focus-visible,
.text-button:hover,
.text-button:focus-visible {
  border-color: var(--focus);
  color: var(--text);
  outline: none;
}

.icon-button.small {
  width: 2rem;
  height: 2rem;
}

.search-field {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  height: 2.6rem;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: rgba(12, 22, 19, 0.88);
  padding: 0 0.7rem;
}

.search-field input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
}

.profile-field {
  display: grid;
  gap: 0.4rem;
}

.profile-field span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.profile-field input {
  width: 100%;
  height: 2.35rem;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: #0f1418;
  color: var(--text);
  outline: 0;
  padding: 0 0.75rem;
}

.profile-field input:focus {
  border-color: var(--focus);
}

.account-card,
.moderator-card,
.pinned-notice {
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background:
    linear-gradient(rgba(56, 212, 136, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, rgba(14, 39, 33, 0.94), rgba(14, 19, 22, 0.96));
  background-size: 100% 2.6rem, auto;
  padding: 0.75rem;
}

.account-card,
.moderator-card {
  display: grid;
  gap: 0.75rem;
}

.auth-form {
  display: grid;
  gap: 0.55rem;
}

.auth-form input {
  width: 100%;
  height: 2.35rem;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: rgba(9, 18, 16, 0.92);
  color: var(--text);
  outline: 0;
  padding: 0 0.75rem;
}

.auth-form input:focus {
  border-color: var(--focus);
}

.auth-actions,
.host-actions,
.account-profile {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.auth-actions {
  flex-wrap: wrap;
}

.auth-actions .text-button {
  flex: 1 1 8rem;
}

.account-profile {
  justify-content: space-between;
  min-width: 0;
  flex-wrap: wrap;
}

.account-profile strong {
  min-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.friend-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
}

.friend-tools input {
  width: 100%;
  height: 2.2rem;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: #0f1418;
  color: var(--text);
  outline: 0;
  padding: 0 0.7rem;
}

.friend-tools input:focus {
  border-color: var(--focus);
}

.private-lobby-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: #0f1418;
  padding: 0.6rem;
}

.private-lobby-panel div,
.social-item div {
  min-width: 0;
}

.private-lobby-panel strong,
.social-item strong {
  display: block;
  overflow: hidden;
  color: var(--text);
  font-size: 0.85rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.private-lobby-panel span,
.social-item span {
  display: block;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.social-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: #0f1418;
  padding: 0.5rem;
}

.social-item.pending {
  border-color: rgba(240, 200, 90, 0.28);
}

.host-actions {
  flex-wrap: wrap;
}

.host-actions .text-button {
  flex: 1 1 auto;
}

.host-actions .text-button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.pinned-notice {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.7rem;
  border-color: rgba(240, 200, 90, 0.34);
  background: rgba(240, 200, 90, 0.1);
  color: #f5d979;
  font-size: 0.84rem;
  line-height: 1.4;
}

.pinned-notice span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.pinned-remove {
  flex: 0 0 auto;
  min-height: 1.6rem;
  border: 1px solid rgba(240, 200, 90, 0.38);
  border-radius: 0.35rem;
  background: rgba(240, 200, 90, 0.08);
  color: #f5d979;
  cursor: pointer;
  padding: 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
}

.pinned-remove:hover,
.pinned-remove:focus-visible {
  border-color: rgba(240, 200, 90, 0.72);
  color: #fff1b5;
  outline: 0;
}

.room-list,
.watchlist,
.call-list,
.feed {
  display: flex;
  flex-direction: column;
}

.room-list {
  gap: 0.35rem;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 0.1rem;
}

.room-entry {
  display: block;
  border-radius: 0.5rem;
  padding: 0.18rem 0;
}

.room-entry.active {
  background: rgba(255, 255, 255, 0.035);
}

.room-entry.secondary {
  margin-left: 1.1rem;
}

.room-entry.secondary .room-item {
  gap: 0.45rem;
  padding: 0.38rem 0.44rem;
}

.room-entry.secondary .room-item strong {
  font-size: 0.82rem;
}

.room-entry.secondary .room-item small {
  font-size: 0.7rem;
}

.room-entry.secondary .icon {
  width: 0.95rem;
  height: 0.95rem;
}

.room-entry.secondary .voice-channel-actions,
.room-entry.secondary .voice-members {
  padding-left: 1.85rem;
}

.room-item,
.quote-row {
  border: 1px solid transparent;
  border-radius: 0.5rem;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.room-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.55rem 0.5rem;
  text-align: left;
}

.room-edit {
  opacity: 0.68;
}

.room-entry:hover .room-edit,
.room-edit:focus-visible {
  opacity: 1;
}

.empty-state {
  margin: 0;
  border: 1px dashed var(--line);
  border-radius: 0.45rem;
  color: var(--muted);
  padding: 0.75rem;
  font-size: 0.85rem;
}

.room-item:hover,
.voice-channel.active .room-item {
  border-color: var(--line);
  background: var(--panel-soft);
}

.room-item strong,
.room-item small {
  display: block;
}

.room-item strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.92rem;
}

.room-item small {
  margin-top: 0.18rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.room-status {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--quiet);
}

.room-status.live {
  background: var(--positive);
  box-shadow: 0 0 0 0.28rem rgba(56, 212, 136, 0.13);
}

.room-status.hot {
  background: var(--negative);
}

.room-status.calm {
  background: var(--blue);
}

.voice-channel-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0 0.5rem 0.25rem 2.2rem;
}

.voice-channel .voice-members {
  padding: 0.1rem 0.25rem 0.35rem 2.15rem;
}

.voice-channel .empty-state {
  margin: 0.15rem 0.5rem 0.35rem 2.15rem;
  padding: 0.55rem;
}

.pill,
.neutral,
.positive,
.negative {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
}

.pill {
  border-radius: 999px;
  background: rgba(56, 212, 136, 0.14);
  color: var(--positive);
  padding: 0.25rem 0.45rem;
}

.positive {
  color: var(--positive);
}

.negative {
  color: var(--negative);
}

.neutral {
  color: var(--muted);
}

.side-box {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: #11161a;
  padding: 0.75rem;
}

.stack-section {
  margin-top: 0;
}

.hidden {
  display: none !important;
}

.section-title span {
  color: var(--quiet);
  font-size: 0.78rem;
}

.watchlist {
  gap: 0.35rem;
  margin-top: 0.65rem;
}

.market-trend {
  display: grid;
  gap: 0.75rem;
}

.trend-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem;
}

.trend-button {
  min-height: 2.3rem;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: var(--panel-soft);
  color: var(--text);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
}

.trend-button.long.active,
.trend-button.long:hover {
  border-color: rgba(56, 212, 136, 0.55);
  background: rgba(56, 212, 136, 0.14);
}

.trend-button.short.active,
.trend-button.short:hover {
  border-color: rgba(255, 107, 107, 0.55);
  background: rgba(255, 107, 107, 0.13);
}

.trend-button.chop.active,
.trend-button.chop:hover {
  border-color: rgba(240, 200, 90, 0.55);
  background: rgba(240, 200, 90, 0.13);
}

.trend-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.trend-results {
  display: grid;
  gap: 0.55rem;
}

.trend-result {
  display: grid;
  gap: 0.35rem;
}

.trend-result div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  color: var(--muted);
  font-size: 0.78rem;
}

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

.trend-bar {
  height: 0.48rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.trend-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--muted);
}

.trend-result.long .trend-bar i {
  background: var(--positive);
}

.trend-result.short .trend-bar i {
  background: var(--negative);
}

.trend-result.chop .trend-bar i {
  background: var(--warning);
}

.trend-note {
  margin: 0;
  color: var(--quiet);
  font-size: 0.76rem;
  line-height: 1.35;
}

.quote-row {
  display: grid;
  grid-template-columns: 4.6rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.6rem;
  min-height: 2.65rem;
  padding: 0.55rem 0.6rem;
}

.quote-row:hover,
.quote-row.active {
  border-color: var(--line);
  background: #111a1a;
}

.quote-row span {
  color: var(--muted);
  font-weight: 800;
}

.quote-row strong {
  font-size: 0.95rem;
}

.main-stage {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-width: 0;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 1rem;
  gap: 1rem;
}

.topbar {
  min-height: 3.25rem;
}

.status-dot {
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 50%;
  background: var(--positive);
  box-shadow: 0 0 0 0.32rem rgba(56, 212, 136, 0.12);
}

.room-heading {
  justify-content: flex-start;
}

.topbar-actions {
  gap: 0.5rem;
}

.text-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  min-height: 2.35rem;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: var(--panel-raised);
  color: var(--text);
  cursor: pointer;
  padding: 0 0.85rem;
}

.text-button.ghost {
  background: transparent;
  color: var(--muted);
}

.text-button.danger {
  border-color: rgba(255, 107, 107, 0.38);
  background: rgba(255, 107, 107, 0.1);
  color: #ffb3b3;
}

.text-button.full {
  width: 100%;
  margin-top: 0.7rem;
}

.compact-button {
  min-height: 2rem;
  padding: 0 0.65rem;
  font-size: 0.82rem;
}

.text-button[aria-pressed="true"] {
  border-color: rgba(255, 107, 107, 0.45);
  background: rgba(255, 107, 107, 0.12);
}

.workspace-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  min-height: 0;
  overflow-y: auto;
  padding-bottom: 0.35rem;
}

.voice-board,
.panel-card {
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: rgba(20, 25, 29, 0.78);
  box-shadow: var(--shadow);
}

.voice-board {
  display: grid;
  grid-template-rows: auto auto minmax(28rem, 1fr);
  min-width: 0;
  min-height: 0;
  gap: 1rem;
  padding: 1rem;
}

.stream-card {
  display: grid;
  gap: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: #101519;
  padding: 0.85rem;
}

.stream-header,
.stream-footer,
.stream-admin {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.stream-header {
  justify-content: space-between;
}

.stream-header h3 {
  margin: 0;
  font-size: 1.05rem;
}

.stream-status {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  padding: 0.25rem 0.55rem;
  font-size: 0.75rem;
  font-weight: 800;
}

.stream-status.live {
  border-color: rgba(56, 212, 136, 0.38);
  background: rgba(56, 212, 136, 0.12);
  color: var(--positive);
}

.stream-player {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: #080c0f;
  aspect-ratio: 16 / 9;
}

.stream-player iframe,
.stream-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.stream-player iframe {
  border: 0;
}

.stream-placeholder {
  display: grid;
  place-content: center;
  gap: 0.35rem;
  color: var(--muted);
  text-align: center;
  padding: 1rem;
}

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

.stream-footer {
  justify-content: space-between;
  color: var(--quiet);
  font-size: 0.78rem;
  line-height: 1.35;
  min-height: 1.25rem;
}

.stream-footer a {
  color: var(--focus);
  text-decoration: none;
}

.stream-admin {
  display: grid;
  gap: 0.6rem;
}

.stream-admin label {
  display: grid;
  gap: 0.35rem;
}

.stream-admin label span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.stream-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.stream-admin input {
  width: 100%;
  height: 2.25rem;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: #0f1418;
  color: var(--text);
  outline: 0;
  padding: 0 0.65rem;
}

.stream-admin input:focus {
  border-color: var(--focus);
}

.chart-board-header,
.lobby-meta,
.voice-channel-title,
.voice-member {
  display: flex;
  align-items: center;
}

.chart-board-header {
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.chart-board-header h3 {
  margin: 0;
  font-size: 1.15rem;
}

.chart-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chart-tools input,
.chart-tools select {
  height: 2.25rem;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: #0f1418;
  color: var(--text);
  outline: 0;
}

.chart-tools input {
  width: clamp(9rem, 18vw, 14rem);
  padding: 0 0.65rem;
  text-transform: uppercase;
}

.chart-tools select {
  padding: 0 0.45rem;
}

.chart-tools input:focus,
.chart-tools select:focus {
  border-color: var(--focus);
}

.lobby-meta {
  gap: 0.65rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.voice-channel-title {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 0.55rem;
  color: var(--text);
  padding: 0.35rem 0.4rem 0.65rem;
}

.voice-channel-title strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.voice-members {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.voice-member {
  gap: 0.6rem;
  min-height: 2.65rem;
  border: 1px solid transparent;
  border-radius: 0.42rem;
  padding: 0.35rem 0.45rem;
  color: #d7e0e5;
}

.voice-member.speaking {
  border-color: rgba(56, 212, 136, 0.42);
  background: rgba(56, 212, 136, 0.1);
}

.voice-member.muted {
  opacity: 0.68;
}

.voice-member.listener {
  color: #b8c5c8;
}

.voice-member span:nth-child(2) {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.voice-member em {
  color: var(--quiet);
  font-size: 0.76rem;
  font-style: normal;
}

.mini-action {
  border: 1px solid var(--line);
  border-radius: 0.35rem;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  padding: 0.2rem 0.42rem;
  font-size: 0.72rem;
}

.mini-action:hover,
.mini-action:focus-visible {
  border-color: var(--focus);
  color: var(--text);
  outline: 0;
}

.mini-action:disabled {
  cursor: default;
  opacity: 0.55;
}

.segmented {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.42rem;
  background: #11161a;
}

.segmented button,
.tabs button {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.segmented button {
  min-width: 4rem;
  min-height: 2rem;
  padding: 0 0.7rem;
}

.segmented button.active,
.tabs button.active {
  background: var(--panel-raised);
  color: var(--text);
}

.speakers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.speaker-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  min-height: 6.4rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: var(--panel-soft);
  padding: 0.75rem;
}

.speaker-card.speaking {
  border-color: rgba(56, 212, 136, 0.5);
  background: linear-gradient(145deg, rgba(56, 212, 136, 0.12), rgba(25, 32, 37, 0.95));
}

.speaker-card.muted {
  opacity: 0.72;
}

.avatar,
.avatar-mini {
  display: grid;
  place-items: center;
  color: #061011;
  font-weight: 800;
}

.avatar {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.5rem;
}

.avatar-mini {
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 0.38rem;
  font-size: 0.76rem;
}

.avatar-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teal {
  background: var(--teal);
}

.coral {
  background: var(--coral);
}

.gold {
  background: var(--gold);
}

.blue {
  background: var(--blue);
}

.speaker-info {
  min-width: 0;
  padding-left: 0.65rem;
}

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

.speaker-info span {
  color: var(--muted);
  font-size: 0.78rem;
}

.meter {
  grid-column: 1 / -1;
  display: flex;
  align-items: end;
  gap: 0.25rem;
  height: 1.2rem;
  margin-top: 0.7rem;
}

.meter i {
  display: block;
  width: 100%;
  min-width: 0.35rem;
  height: 35%;
  border-radius: 999px;
  background: var(--positive);
  opacity: 0.42;
}

.speaker-card.speaking .meter i:nth-child(1) {
  animation: level 0.55s infinite alternate;
}

.speaker-card.speaking .meter i:nth-child(2) {
  animation: level 0.7s 0.1s infinite alternate;
}

.speaker-card.speaking .meter i:nth-child(3) {
  animation: level 0.5s 0.16s infinite alternate;
}

.speaker-card.speaking .meter i:nth-child(4) {
  animation: level 0.85s 0.05s infinite alternate;
}

@keyframes level {
  from {
    height: 24%;
    opacity: 0.45;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}

.visual-stage {
  position: relative;
  min-height: 16rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #0b1014;
  background-size: 100% 25%, 8.333% 100%;
}

.tradingview-stage {
  height: 100%;
  min-height: 32rem;
  background: #0b1014;
}

.tradingview-widget-container,
.tradingview-widget-container__widget,
.tradingview-widget-container iframe {
  width: 100%;
  height: 100%;
}

.visual-stage canvas {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 16rem;
}

.chart-overlay {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.5rem;
  background: rgba(9, 12, 15, 0.74);
  padding: 0.7rem;
  backdrop-filter: blur(12px);
}

.chart-overlay p {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
}

.chart-overlay strong {
  display: block;
  margin-top: 0.16rem;
  font-size: 1.1rem;
}

.context-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 1rem;
}

.panel-card {
  min-height: 0;
  padding: 1rem;
}

.call-list {
  gap: 0.75rem;
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}

.call-list li,
.transcript-line {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 0.65rem;
}

.call-list p,
.transcript-line p,
.message p {
  margin: 0;
  color: #c9d2d8;
  line-height: 1.4;
}

.time,
.transcript-line span {
  color: var(--quiet);
  font-size: 0.78rem;
}

.risk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0.8rem;
}

.risk-grid div {
  min-height: 4.4rem;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: #11161a;
  padding: 0.7rem;
}

.risk-grid span,
.risk-grid strong {
  display: block;
}

.risk-grid span {
  color: var(--muted);
  font-size: 0.78rem;
}

.risk-grid strong {
  margin-top: 0.35rem;
  font-size: 1.05rem;
}

.control-deck {
  position: relative;
  z-index: 2;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5.5rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: rgba(20, 25, 29, 0.86);
  padding: 0.85rem 1rem;
}

.audio-preview {
  min-width: 13rem;
  gap: 0.8rem;
}

.audio-preview canvas {
  width: 8.75rem;
  height: 2rem;
  border-radius: 0.35rem;
  background: #0c1115;
}

.audio-preview span {
  color: var(--muted);
  font-size: 0.85rem;
}

.controls {
  justify-content: center;
  gap: 0.7rem;
}

.control-button {
  width: 2.8rem;
  height: 2.8rem;
  border-color: var(--line);
  border-radius: 0.5rem;
  background: var(--panel-soft);
  color: var(--muted);
}

.control-button[aria-pressed="true"] {
  border-color: rgba(240, 200, 90, 0.4);
  background: rgba(240, 200, 90, 0.12);
  color: var(--warning);
}

.talk-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-width: 10.5rem;
  min-height: 3.1rem;
  border: 1px solid rgba(56, 212, 136, 0.42);
  border-radius: 0.5rem;
  background: linear-gradient(145deg, rgba(56, 212, 136, 0.2), rgba(42, 183, 169, 0.14));
  color: var(--text);
  cursor: pointer;
  font-weight: 800;
}

.talk-button[aria-pressed="true"] {
  border-color: var(--positive);
  background: linear-gradient(145deg, rgba(56, 212, 136, 0.45), rgba(42, 183, 169, 0.25));
  box-shadow: 0 0 0 0.32rem rgba(56, 212, 136, 0.12);
}

.toggles {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

.toggles label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--muted);
  font-size: 0.82rem;
  white-space: nowrap;
}

.toggles input {
  accent-color: var(--positive);
}

.tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: #101519;
}

.tabs button {
  min-height: 2.25rem;
}

.feed {
  display: none;
  flex: 1;
  min-height: 0;
  gap: 0.8rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 0.25rem;
  scrollbar-gutter: stable;
}

.feed.active {
  display: flex;
}

.message {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.message-main {
  min-width: 0;
  flex: 1;
}

.message-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.6rem;
}

.message strong {
  display: block;
  margin-bottom: 0.18rem;
}

.message-heading span {
  color: var(--quiet);
  font-size: 0.72rem;
  white-space: nowrap;
}

.message-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.45rem;
}

.message-actions button,
.message-delete {
  min-height: 1.65rem;
  border: 1px solid var(--line);
  border-radius: 0.35rem;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  padding: 0 0.45rem;
  font-size: 0.72rem;
}

.message-actions button:hover,
.message-actions button:focus-visible,
.message-delete:hover,
.message-delete:focus-visible {
  border-color: var(--focus);
  color: var(--text);
  outline: 0;
}

.message-actions button:disabled {
  cursor: default;
  opacity: 0.55;
}

.message-delete {
  margin-top: 0.35rem;
}

.message.signal {
  border-left: 3px solid var(--positive);
  padding-left: 0.6rem;
}

.transcript-line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 0.7rem;
}

textarea,
.composer input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: #0f1418;
  color: var(--text);
  outline: 0;
}

textarea {
  resize: none;
  padding: 0.75rem;
  line-height: 1.4;
}

.composer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
  margin-top: auto;
}

.composer input {
  height: 2.55rem;
  min-width: 0;
  padding: 0 0.75rem;
}

.composer input:disabled,
.composer button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.composer input:focus,
textarea:focus,
.search-field:focus-within {
  border-color: var(--focus);
}

.icon-button.send {
  background: rgba(56, 212, 136, 0.16);
  color: var(--positive);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  max-width: min(28rem, calc(100vw - 2rem));
  transform: translate(-50%, 160%);
  border: 1px solid var(--line-strong);
  border-radius: 0.5rem;
  background: rgba(11, 15, 18, 0.94);
  color: var(--text);
  padding: 0.75rem 1rem;
  box-shadow: var(--shadow);
  transition: transform 180ms ease;
  z-index: 10;
}

.toast.show {
  transform: translate(-50%, 0);
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 20;
  background: rgba(4, 7, 9, 0.74);
  padding: 1rem;
}

.profile-modal {
  width: min(46rem, 100%);
  max-height: min(42rem, calc(100dvh - 2rem));
  overflow-y: auto;
  border: 1px solid var(--line-strong);
  border-radius: 0.55rem;
  background: #12181c;
  box-shadow: var(--shadow);
  padding: 1rem;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.modal-header h2 {
  margin: 0;
  font-size: 1.2rem;
}

#closeProfileButton .icon {
  transform: rotate(45deg);
}

.profile-dashboard {
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr);
  gap: 1rem;
}

.profile-preview,
.profile-form {
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: #0f1418;
  padding: 0.9rem;
}

.profile-preview {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 0.65rem;
  text-align: center;
}

.profile-avatar {
  display: grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  background: var(--teal);
  color: #071112;
  font-size: 1.8rem;
  font-weight: 900;
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-preview span {
  color: var(--muted);
  font-size: 0.82rem;
}

.profile-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.profile-form label {
  display: grid;
  gap: 0.35rem;
}

.profile-form label span,
.toggle-row span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.profile-form input,
.profile-form select,
.profile-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: #0c1115;
  color: var(--text);
  outline: 0;
  padding: 0 0.75rem;
}

.profile-form input,
.profile-form select {
  height: 2.45rem;
}

.profile-form textarea {
  min-height: 5rem;
  padding: 0.75rem;
}

.profile-form input:focus,
.profile-form select:focus,
.profile-form textarea:focus {
  border-color: var(--focus);
}

.profile-form .wide {
  grid-column: 1 / -1;
}

.toggle-row {
  display: flex !important;
  align-items: center;
  grid-template-columns: none !important;
  gap: 0.5rem !important;
}

.toggle-row input {
  width: auto;
  height: auto;
  accent-color: var(--positive);
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

@media (max-width: 720px) {
  .profile-dashboard,
  .profile-form {
    grid-template-columns: 1fr;
  }
}

.icon {
  position: relative;
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
}

.icon::before,
.icon::after {
  position: absolute;
  content: "";
}

.icon-radio::before {
  inset: 0.28rem;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-radio::after {
  inset: 0;
  border: 2px solid currentColor;
  border-radius: 50%;
  opacity: 0.32;
}

.icon-grid::before {
  inset: 0.1rem;
  background:
    linear-gradient(currentColor 0 0) 0 0 / 0.42rem 0.42rem,
    linear-gradient(currentColor 0 0) 100% 0 / 0.42rem 0.42rem,
    linear-gradient(currentColor 0 0) 0 100% / 0.42rem 0.42rem,
    linear-gradient(currentColor 0 0) 100% 100% / 0.42rem 0.42rem;
  background-repeat: no-repeat;
}

.icon-bell::before {
  left: 0.24rem;
  top: 0.18rem;
  width: 0.62rem;
  height: 0.7rem;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 0.5rem 0.5rem 0.12rem 0.12rem;
}

.icon-bell::after {
  left: 0.2rem;
  bottom: 0.18rem;
  width: 0.72rem;
  height: 2px;
  background: currentColor;
  box-shadow: 0.28rem 0.22rem 0 -0.02rem currentColor;
}

.icon-book::before {
  inset: 0.14rem;
  border: 2px solid currentColor;
  border-radius: 0.15rem;
}

.icon-book::after {
  top: 0.2rem;
  bottom: 0.2rem;
  left: 0.52rem;
  width: 2px;
  background: currentColor;
  opacity: 0.45;
}

.icon-gear::before {
  inset: 0.18rem;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-gear::after {
  inset: 0.46rem;
  border-radius: 50%;
  background: currentColor;
}

.icon-plus::before,
.icon-plus::after,
.icon-search::after,
.icon-trash::before,
.icon-trash::after,
.icon-link::before,
.icon-link::after,
.icon-record::before,
.icon-mic::before,
.icon-mic::after,
.icon-wave::before,
.icon-speaker::before,
.icon-speaker::after,
.icon-headphones::before,
.icon-headphones::after,
.icon-screen::before,
.icon-screen::after,
.icon-pop::before,
.icon-pop::after,
.icon-save::before,
.icon-save::after,
.icon-send::before,
.icon-send::after,
.icon-mic-off::before,
.icon-mic-off::after {
  background: currentColor;
}

.icon-plus::before {
  left: 0.18rem;
  right: 0.18rem;
  top: 0.5rem;
  height: 2px;
}

.icon-plus::after {
  top: 0.18rem;
  bottom: 0.18rem;
  left: 0.5rem;
  width: 2px;
}

.icon-search::before {
  left: 0.13rem;
  top: 0.13rem;
  width: 0.52rem;
  height: 0.52rem;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-search::after {
  right: 0.18rem;
  bottom: 0.24rem;
  width: 0.42rem;
  height: 2px;
  transform: rotate(45deg);
  transform-origin: center;
}

.icon-trash::before {
  left: 0.25rem;
  right: 0.25rem;
  top: 0.26rem;
  height: 2px;
}

.icon-trash::after {
  left: 0.32rem;
  top: 0.42rem;
  width: 0.46rem;
  height: 0.48rem;
  border-radius: 0 0 0.12rem 0.12rem;
}

.icon-link::before,
.icon-link::after {
  width: 0.52rem;
  height: 0.28rem;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: transparent;
}

.icon-link::before {
  left: 0.08rem;
  top: 0.36rem;
  transform: rotate(-28deg);
}

.icon-link::after {
  right: 0.08rem;
  top: 0.36rem;
  transform: rotate(-28deg);
}

.icon-record::before {
  inset: 0.22rem;
  border-radius: 50%;
  background: var(--negative);
}

.icon-mic::before {
  left: 0.38rem;
  top: 0.12rem;
  width: 0.35rem;
  height: 0.66rem;
  border-radius: 999px;
}

.icon-mic::after {
  left: 0.25rem;
  bottom: 0.12rem;
  width: 0.6rem;
  height: 0.42rem;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 999px 999px;
  background: transparent;
}

.icon-mic-off::before {
  left: 0.16rem;
  right: 0.16rem;
  top: 0.5rem;
  height: 2px;
  transform: rotate(42deg);
}

.icon-mic-off::after {
  left: 0.38rem;
  top: 0.14rem;
  width: 0.34rem;
  height: 0.68rem;
  border-radius: 999px;
}

.icon-wave::before {
  inset: 0.16rem;
  background:
    linear-gradient(currentColor 0 0) 0 50% / 0.12rem 0.42rem,
    linear-gradient(currentColor 0 0) 30% 50% / 0.12rem 0.78rem,
    linear-gradient(currentColor 0 0) 60% 50% / 0.12rem 0.56rem,
    linear-gradient(currentColor 0 0) 100% 50% / 0.12rem 0.9rem;
  background-repeat: no-repeat;
}

.icon-speaker::before {
  left: 0.1rem;
  top: 0.36rem;
  width: 0.34rem;
  height: 0.38rem;
  border-radius: 0.05rem;
  clip-path: polygon(0 28%, 34% 28%, 100% 0, 100% 100%, 34% 72%, 0 72%);
}

.icon-speaker::after {
  left: 0.48rem;
  top: 0.22rem;
  width: 0.5rem;
  height: 0.66rem;
  border: 2px solid transparent;
  border-right-color: currentColor;
  border-left: 0;
  border-radius: 0 999px 999px 0;
  background: transparent;
  box-shadow:
    0.13rem 0 0 -0.03rem currentColor,
    0.28rem 0 0 -0.1rem currentColor;
}

.icon-headphones::before {
  left: 0.18rem;
  top: 0.16rem;
  width: 0.7rem;
  height: 0.62rem;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 0.6rem 0.6rem 0 0;
  background: transparent;
}

.icon-headphones::after {
  left: 0.14rem;
  bottom: 0.18rem;
  width: 0.18rem;
  height: 0.4rem;
  border-radius: 0.08rem;
  box-shadow: 0.64rem 0 0 currentColor;
}

.icon-screen::before {
  inset: 0.12rem 0.12rem 0.32rem;
  border: 2px solid currentColor;
  border-radius: 0.12rem;
  background: transparent;
}

.icon-screen::after {
  left: 0.38rem;
  bottom: 0.12rem;
  width: 0.36rem;
  height: 2px;
}

.icon-pop::before {
  inset: 0.22rem;
  border: 2px solid currentColor;
  border-radius: 0.12rem;
  background: transparent;
}

.icon-pop::after {
  top: 0.16rem;
  right: 0.12rem;
  width: 0.42rem;
  height: 2px;
  transform: rotate(-45deg);
}

.icon-save::before {
  inset: 0.16rem;
  border: 2px solid currentColor;
  border-radius: 0.12rem;
  background: transparent;
}

.icon-save::after {
  left: 0.35rem;
  right: 0.35rem;
  bottom: 0.2rem;
  height: 0.32rem;
}

.icon-send::before {
  inset: 0.16rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 18% 58%, 58% 50%, 18% 42%);
}

.icon-send::after {
  display: none;
}

@media (max-width: 1240px) {
  body {
    overflow: auto;
  }

  .app-shell {
    grid-template-columns: 4.75rem minmax(15rem, 17rem) minmax(26rem, 1fr);
    height: auto;
    min-height: 100dvh;
    overflow: visible;
  }

  .app-shell.rooms-collapsed {
    grid-template-columns: 4.75rem minmax(26rem, 1fr);
  }

  .chat-panel {
    grid-column: 2 / -1;
    height: 34rem;
    max-height: 70vh;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 980px) {
  body {
    overflow: auto;
  }

  .app-shell {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100vh;
  }

  .workspace-rail {
    position: sticky;
    top: 0;
    z-index: 4;
    flex-direction: row;
    justify-content: center;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .rail-button.bottom {
    margin-top: 0;
  }

  .rooms-panel,
  .chat-panel {
    border: 0;
  }

  .main-stage {
    min-height: 44rem;
  }

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

  .voice-lobby {
    grid-template-columns: 1fr 1fr;
  }

  .context-panel {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .control-deck {
    align-items: stretch;
    flex-direction: column;
  }

  .toggles {
    justify-content: flex-start;
  }

  .chat-panel {
    position: static;
    width: auto;
    min-height: 30rem;
    max-height: none;
    transform: none;
  }
}

@media (max-width: 640px) {
  .main-stage,
  .rooms-panel,
  .chat-panel {
    padding: 0.75rem;
  }

  .topbar,
  .board-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar-actions,
  .chart-tools,
  .voice-lobby,
  .context-panel,
  .workspace-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .chart-tools input,
  .chart-tools select,
  .chart-tools .text-button,
  .stream-admin input,
  .stream-admin .text-button {
    width: 100%;
  }

  .stream-header,
  .stream-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .voice-lobby,
  .context-panel {
    display: grid;
  }

  .text-button,
  .segmented,
  .topbar-actions {
    width: 100%;
  }

  .control-deck,
  .controls,
  .audio-preview {
    align-items: stretch;
    flex-direction: column;
  }

  .talk-button {
    width: 100%;
  }

  .audio-preview canvas {
    width: 100%;
  }
}
