.index-page-body {
  background:
    radial-gradient(circle at top, rgba(72, 95, 199, 0.16) 0%, rgba(72, 95, 199, 0) 32%),
    linear-gradient(180deg, #0b1227 0%, #0f172a 100%);
  min-height: 100vh;
}

.page-topbar {
  padding: 1.35rem 0 0.65rem;
}

.page-topbar__inner {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 0.4rem 0.85rem;
}

.page-topbar__title {
  align-self: center;
  justify-self: center;
  line-height: 1;
  margin: 0 !important;
  text-align: center;
}

.index-topbar__title {
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  letter-spacing: -0.03em;
}

.index-page-body .page-topbar__inner {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

#app {
  display: none;
  padding-bottom: 2rem;
}

.page-topbar__powered {
  align-self: center;
  align-items: center;
  display: inline-flex;
  gap: 0.6rem;
  justify-content: center;
  justify-self: start;
  min-height: 2.5rem;
  opacity: 0.6;
  padding: 0.45rem 0.6rem 0.45rem 0.85rem;
  text-align: center;
}

.page-topbar__powered-text {
  color: rgba(226, 232, 240, 0.74);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.page-topbar__powered-logo {
  display: block;
  height: 1.6rem;
  object-fit: contain;
  width: auto;
}

.page-topbar__access {
  align-self: center;
  align-items: center;
  display: flex;
  gap: 0.65rem;
  justify-self: end;
  min-height: 2.5rem;
}

.access-summary {
  align-items: flex-end;
  display: grid;
  gap: 0.35rem;
  justify-items: end;
}

.access-user {
  color: rgba(226, 232, 240, 0.86);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.1;
  max-width: 18rem;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.access-button {
  border-radius: 999px !important;
  font-weight: 700 !important;
  min-width: 6.25rem;
}

.access-status {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.45rem 0.8rem;
  text-transform: uppercase;
}

.access-status.is-active {
  background: rgba(72, 199, 142, 0.16);
  border: 1px solid rgba(72, 199, 142, 0.24);
  color: #d1fae5;
}

.access-status.is-inactive {
  background: rgba(148, 163, 184, 0.14);
  border: 1px solid rgba(148, 163, 184, 0.22);
  color: rgba(226, 232, 240, 0.92);
}

.access-status.is-pending {
  background: rgba(72, 95, 199, 0.16);
  border: 1px solid rgba(72, 95, 199, 0.24);
  color: #dbeafe;
}

.access-status.is-error {
  background: rgba(239, 68, 68, 0.14);
  border: 1px solid rgba(239, 68, 68, 0.24);
  color: #fee2e2;
}

.access-dialog {
  background: transparent;
  border: none;
  max-width: 30rem;
  padding: 0;
  width: calc(100% - 2rem);
}

.access-dialog::backdrop {
  background: rgba(2, 6, 23, 0.55);
  backdrop-filter: blur(3px);
}

.access-dialog__form {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 248, 252, 0.98) 100%);
  border: 1px solid rgba(72, 95, 199, 0.12);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.2);
  padding: 1.25rem;
}

.access-dialog__title {
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.3rem;
}

.access-dialog__text {
  color: #475569;
  margin-bottom: 1rem;
}

.access-dialog__field {
  color: #334155;
  display: grid;
  font-size: 0.88rem;
  font-weight: 700;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.access-dialog__error {
  color: #b42318;
  font-size: 0.88rem;
  font-weight: 700;
  margin-top: 0.8rem;
}

.access-dialog__actions {
  display: flex;
  gap: 0.65rem;
  justify-content: flex-end;
  margin-top: 1rem;
}

.agenda-filter-panel {
  align-items: center;
  background: rgba(6, 14, 44, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  margin: 0 0 1.6rem;
  padding: 0.68rem 0.8rem;
}

.agenda-filter-panel__header {
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: center;
  margin-bottom: 0;
  width: 100%;
}

.agenda-filter-panel__title-group {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.65rem;
  text-align: center;
}

.agenda-filter-panel__title {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.agenda-filter-panel__meta {
  color: rgba(148, 163, 184, 0.78);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.agenda-filter-panel__points {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  justify-content: center;
  width: 100%;
}

.agenda-filter-panel__point {
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  box-shadow: none;
  color: rgba(226, 232, 240, 0.76);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 0;
  justify-content: center;
  min-height: 2rem;
  min-width: 2rem;
  padding: 0.32rem 0.62rem;
  transition: transform 120ms ease, border-color 120ms ease, background-color 120ms ease,
    color 120ms ease, opacity 120ms ease, box-shadow 120ms ease;
}

.agenda-filter-panel__point:hover {
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.agenda-filter-panel__point.is-active {
  background:
    radial-gradient(circle at top right, rgba(72, 95, 199, 0.14) 0%, rgba(72, 95, 199, 0) 56%),
    linear-gradient(180deg, rgba(252, 253, 255, 0.98) 0%, rgba(238, 243, 252, 0.98) 100%);
  border-color: rgba(72, 95, 199, 0.18);
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
  color: #2947b8;
}

.agenda-filter-panel__point.is-inactive {
  background: rgba(255, 255, 255, 0.015);
  border-color: rgba(148, 163, 184, 0.08);
  color: rgba(148, 163, 184, 0.58);
  opacity: 1;
}

.agenda-filter-panel__point-label {
  display: none;
}

.agenda-filter-panel__point-value {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.agenda-section {
  margin-bottom: 2rem;
}

.agenda-section:first-child {
  margin-top: 0;
}

.agenda-section-header {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
  justify-content: flex-start;
  margin: 0 0 1rem;
  padding: 0.1rem 0 0.2rem;
}

.agenda-section-title-group {
  display: grid;
  gap: 0.28rem;
  padding-left: calc(var(--question-rank-gutter-width) + var(--question-shell-gap));
}

.agenda-section-heading {
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0;
}

.agenda-section-count {
  align-items: center;
  color: rgba(226, 232, 240, 0.7);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 600;
  gap: 0.45rem;
  letter-spacing: 0.02em;
}

.agenda-section-count::before {
  background: rgba(72, 95, 199, 0.72);
  border-radius: 999px;
  content: "";
  display: block;
  height: 0.42rem;
  width: 0.42rem;
}

.Streamkey-List {
  --question-rank-gutter-width: 4.5rem;
  --question-shell-gap: 1.1rem;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0.95rem 0.4rem 2rem;
  position: relative;
}

.question-card-shell {
  align-items: stretch;
  display: flex;
  gap: var(--question-shell-gap);
  position: relative;
}

.question-card-shell::before,
.question-card-shell::after {
  background: linear-gradient(90deg, rgba(72, 95, 199, 0.18) 0%, rgba(72, 95, 199, 0.88) 50%, rgba(72, 95, 199, 0.18) 100%);
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: scaleX(0.98);
  transition: opacity 120ms ease, transform 120ms ease;
}

.question-card-shell::before {
  top: -0.55rem;
}

.question-card-shell::after {
  bottom: -0.55rem;
}

.question-card-shell.is-drop-before::before,
.question-card-shell.is-drop-after::after {
  opacity: 1;
  transform: scaleX(1);
}

.question-card-shell.is-drag-source .question-card {
  opacity: 0.72;
  transform: scale(0.992);
}

.question-card-shell.is-drag-source .question-side-controls {
  opacity: 0.88;
}

.question-rank-gutter {
  align-items: flex-end;
  align-self: stretch;
  color: rgba(226, 232, 240, 0.8);
  display: flex;
  flex: 0 0 var(--question-rank-gutter-width);
  flex-direction: column;
  gap: 0.15rem;
  justify-content: flex-start;
  padding-right: 0.1rem;
  padding-top: 1.15rem;
  text-align: right;
}

.question-rank-gutter__value {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.95;
}

.question-rank-gutter__label {
  color: rgba(148, 163, 184, 0.72);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.question-card {
  background:
    radial-gradient(circle at top right, rgba(72, 95, 199, 0.16) 0%, rgba(72, 95, 199, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(244, 247, 252, 0.985) 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  flex: 1 1 auto;
  box-shadow:
    0 22px 54px rgba(0, 0, 32, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
  overflow: hidden;
  position: relative;
}

.question-card--starred {
  border-color: rgba(245, 158, 11, 0.18);
  box-shadow:
    0 22px 54px rgba(0, 0, 32, 0.18),
    0 0 0 1px rgba(245, 158, 11, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.question-card--starred::after {
  background:
    radial-gradient(circle at 0% 0%, rgba(251, 191, 36, 0.36) 0%, rgba(251, 191, 36, 0.22) 16%, rgba(251, 191, 36, 0.1) 30%, rgba(251, 191, 36, 0) 58%),
    linear-gradient(135deg, rgba(255, 248, 214, 0.16) 0%, rgba(255, 248, 214, 0) 34%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.question-card--starred-fresh::after {
  animation: question-card-starred-in 320ms ease-out;
}

.question-card--live {
  background:
    radial-gradient(circle at top right, rgba(72, 199, 142, 0.18) 0%, rgba(72, 199, 142, 0) 34%),
    linear-gradient(180deg, rgba(249, 255, 252, 0.985) 0%, rgba(240, 252, 244, 0.985) 100%);
  border-color: rgba(72, 199, 142, 0.16);
  box-shadow:
    0 22px 54px rgba(21, 128, 61, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.question-card--answered {
  background:
    radial-gradient(circle at top right, rgba(72, 199, 142, 0.18) 0%, rgba(72, 199, 142, 0) 38%),
    linear-gradient(180deg, rgba(246, 255, 250, 0.985) 0%, rgba(236, 252, 243, 0.985) 100%);
  border-color: rgba(72, 199, 142, 0.22);
  box-shadow:
    0 22px 54px rgba(21, 128, 61, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.question-card--answered .card-content {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.question-card .card-content {
  padding: 1.25rem 1.3rem 1.3rem;
  position: relative;
  z-index: 1;
}

.question-card .content {
  margin-bottom: 0 !important;
}

.rank-row {
  align-items: flex-start;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 0.95rem;
}

.rank-row--answered {
  align-items: center;
  border-bottom: none;
  padding-bottom: 0;
}

.rank-row__left {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  min-width: 0;
}

.rank-row__right {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  gap: 0.65rem;
  margin-left: auto;
}

.rank-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0 !important;
}

.question-card__agenda-mark {
  align-self: flex-start;
  color: rgba(15, 23, 42, 0.34);
  display: grid;
  flex: 0 0 auto;
  gap: 0.12rem;
  justify-items: end;
  line-height: 1;
  margin-left: auto;
  min-width: 2.35rem;
  padding-top: 0.08rem;
  text-align: right;
}

.question-card__agenda-mark::after {
  background: rgba(72, 95, 199, 0.26);
  border-radius: 999px;
  content: "";
  display: block;
  height: 2px;
  justify-self: end;
  margin-top: 0.12rem;
  width: 1.35rem;
}

.question-card__agenda-label {
  color: rgba(100, 116, 139, 0.62);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.question-card__agenda-value {
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.question-card--live .question-card__agenda-mark {
  color: rgba(22, 101, 52, 0.42);
}

.question-card--live .question-card__agenda-mark::after {
  background: rgba(72, 199, 142, 0.32);
}

.question-card--live .question-card__agenda-label {
  color: rgba(31, 143, 95, 0.7);
}

.question-card--answered .question-card__agenda-mark {
  color: rgba(22, 101, 52, 0.46);
}

.question-card--answered .question-card__agenda-mark::after {
  background: rgba(72, 199, 142, 0.34);
}

.question-card--answered .question-card__agenda-label {
  color: rgba(31, 143, 95, 0.72);
}

.question-card .tag {
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  font-size: 0.74rem;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.01em;
  line-height: 1.25;
  min-height: 2.1rem;
  padding: 0.45rem 0.82rem;
}

.question-card .tag.is-link {
  background: rgba(72, 95, 199, 0.14);
  border-color: rgba(72, 95, 199, 0.18);
  color: #2f4ab0;
}

.question-card .tag.is-success {
  background: rgba(72, 199, 142, 0.16);
  border-color: rgba(72, 199, 142, 0.2);
  color: #17603d;
}

.question-card .tag.is-warning.is-light,
.question-card .tag.is-warning {
  background: rgba(251, 191, 36, 0.16);
  border-color: rgba(245, 158, 11, 0.2);
  color: #9a6700;
}

.question-card .tag.is-dark.is-light {
  background: rgba(15, 23, 42, 0.08);
  border-color: rgba(15, 23, 42, 0.1);
  color: #0f172a;
}

.question-card .tag.is-info.is-light {
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.16);
  color: #1d4ed8;
}

.question-card .tag.is-primary.is-light {
  background: rgba(14, 165, 233, 0.12);
  border-color: rgba(14, 165, 233, 0.16);
  color: #0369a1;
}

.question-meta-tag {
  align-items: baseline;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(241, 245, 251, 0.88) 100%);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  box-shadow:
    0 10px 18px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
  color: #0f172a;
  display: inline-flex;
  gap: 0.5rem;
  line-height: 1.2;
  max-width: min(100%, 29rem);
  min-height: 2.1rem;
  padding: 0.48rem 0.72rem 0.5rem;
}

.question-meta-tag__label {
  color: rgba(100, 116, 139, 0.82);
  flex: 0 0 auto;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.question-meta-tag__value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.question-name-tag {
  gap: 0.58rem;
  padding-right: 0.88rem;
}

.question-name-tag .question-meta-tag__label {
  color: rgba(47, 74, 176, 0.72);
}

.question-name-tag .question-meta-tag__value {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.question-company-tag {
  background: linear-gradient(180deg, rgba(247, 248, 250, 0.92) 0%, rgba(240, 243, 247, 0.92) 100%);
  border-color: rgba(148, 163, 184, 0.2);
  gap: 0.54rem;
}

.question-company-tag .question-meta-tag__label {
  color: rgba(71, 85, 105, 0.72);
}

.question-company-tag .question-meta-tag__value {
  color: #1e293b;
  font-size: 0.82rem;
  font-weight: 650;
}

.question-euronext-tag {
  background: linear-gradient(180deg, rgba(240, 249, 255, 0.92) 0%, rgba(232, 245, 255, 0.92) 100%);
  border-color: rgba(14, 165, 233, 0.18);
  gap: 0.56rem;
}

.question-euronext-tag .question-meta-tag__label {
  color: rgba(3, 105, 161, 0.72);
}

.question-euronext-tag .question-meta-tag__value {
  color: #075985;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.question-star-button {
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(243, 246, 252, 0.96) 100%);
  border: 1px solid rgba(72, 95, 199, 0.16);
  border-radius: 999px;
  box-shadow:
    0 12px 24px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: #64748b;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  height: 2.25rem;
  justify-content: center;
  margin-top: 0.05rem;
  padding: 0;
  transition: color 120ms ease, border-color 120ms ease, background-color 120ms ease,
    transform 120ms ease;
  width: 2.25rem;
}

.question-star-button:hover {
  border-color: rgba(72, 95, 199, 0.28);
  color: #334155;
  transform: translateY(-2px);
}

.question-star-button.is-starred {
  background: linear-gradient(180deg, rgba(255, 249, 219, 0.95) 0%, rgba(254, 240, 138, 0.92) 100%);
  border-color: rgba(245, 158, 11, 0.28);
  color: #d97706;
}

.question-star-button.is-saving {
  opacity: 0.72;
}

.question-star-button__icon {
  display: block;
  height: 1rem;
  width: 1rem;
}

.question-answered-button {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(72, 199, 142, 0.18);
  border-radius: 999px;
  box-shadow:
    0 10px 18px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: #166534;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  min-height: 2rem;
  padding: 0.42rem 0.78rem;
  text-transform: uppercase;
  transition: transform 120ms ease, border-color 120ms ease, background-color 120ms ease,
    color 120ms ease, opacity 120ms ease;
}

.question-answered-button:hover {
  border-color: rgba(72, 199, 142, 0.3);
  transform: translateY(-1px);
}

.question-answered-button.is-answered {
  background: rgba(72, 199, 142, 0.16);
  border-color: rgba(72, 199, 142, 0.26);
  color: #166534;
}

.question-answered-button.is-saving,
.question-answered-button:disabled {
  cursor: default;
  opacity: 0.6;
  transform: none;
}

.question-side-controls {
  align-self: stretch;
  display: flex;
  flex: 0 0 3.5rem;
  flex-direction: column;
  gap: 0.55rem;
  justify-content: center;
}

.question-side-button,
.question-side-handle {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 244, 252, 0.96) 100%);
  border: 1px solid rgba(72, 95, 199, 0.14);
  border-radius: 20px;
  box-shadow:
    0 14px 24px rgba(15, 23, 42, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: #334155;
  display: flex;
  height: 3.15rem;
  justify-content: center;
  padding: 0;
}

.question-side-button {
  cursor: pointer;
  padding: 0;
  transition: transform 120ms ease, border-color 120ms ease, color 120ms ease,
    background-color 120ms ease;
}

.question-side-button:hover {
  border-color: rgba(72, 95, 199, 0.28);
  color: #1e293b;
  transform: translateY(-2px);
}

.question-side-button:disabled {
  cursor: default;
  opacity: 0.45;
  transform: none;
}

.question-side-handle {
  color: #94a3b8;
  cursor: grab;
  position: relative;
}

.question-side-handle::before {
  background: linear-gradient(180deg, rgba(72, 95, 199, 0.08) 0%, rgba(72, 95, 199, 0.03) 100%);
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
}

.question-side-handle.is-dragging,
.question-side-handle:active {
  cursor: grabbing;
}

.question-side-handle:disabled {
  cursor: default;
  opacity: 0.45;
}

.question-side-button__icon {
  display: block;
  height: 1rem;
  position: relative;
  width: 1rem;
}

.question-panel {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 1rem;
  overflow: visible;
  padding: 0;
  position: relative;
}

.question-card--live + .question-side-controls .question-side-button,
.question-card--live + .question-side-controls .question-side-handle {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(237, 252, 245, 0.96) 100%);
  border-color: rgba(72, 199, 142, 0.18);
}

.question-card--live .question-star-button {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(72, 199, 142, 0.16);
}

.question-card--live .question-star-button.is-starred {
  background: rgba(251, 191, 36, 0.16);
  border-color: rgba(245, 158, 11, 0.28);
}

.question-card--live.question-card--starred::after {
  background:
    radial-gradient(circle at 0% 0%, rgba(251, 191, 36, 0.3) 0%, rgba(251, 191, 36, 0.18) 16%, rgba(251, 191, 36, 0.08) 30%, rgba(251, 191, 36, 0) 58%),
    linear-gradient(135deg, rgba(255, 248, 214, 0.12) 0%, rgba(255, 248, 214, 0) 34%);
}

.question-panel__header::before {
  background: linear-gradient(90deg, #485fc7 0%, rgba(100, 120, 214, 0.72) 100%);
  border-radius: 999px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 3.2rem;
}

.question-card--live .question-panel__header::before {
  background: linear-gradient(90deg, #2ea66f 0%, rgba(72, 199, 142, 0.72) 100%);
}

.question-panel--notes {
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.question-panel__header {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  justify-content: space-between;
  margin-bottom: 0.78rem;
  min-height: 2.25rem;
  padding-top: 0.72rem;
  position: relative;
}

.question-panel__label {
  color: #475569;
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.question-card--live .question-panel__label {
  color: #1f8f5f;
}

.question-panel__body {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 249, 253, 0.98) 100%);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 20px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 10px 22px rgba(15, 23, 42, 0.04);
  padding: 1.02rem 1.08rem 1.06rem;
}

.question-panel__text {
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.78;
  overflow: visible;
  white-space: pre-wrap;
  word-break: break-word;
}

.question-panel--body-only {
  padding: 0;
}

.question-panel--notes .question-panel__text {
  color: #334155;
  font-weight: 500;
}

.question-panel--notes .question-panel__body {
  background:
    linear-gradient(180deg, rgba(251, 252, 254, 0.98) 0%, rgba(245, 247, 250, 0.98) 100%);
  border-radius: 20px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 8px 18px rgba(15, 23, 42, 0.035);
}

.question-card--live .question-panel__body {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 253, 246, 0.98) 100%);
  border-color: rgba(72, 199, 142, 0.16);
}

.question-copy-button {
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(240, 244, 252, 0.96) 100%);
  border: 1px solid rgba(72, 95, 199, 0.14);
  border-radius: 14px;
  box-shadow:
    0 10px 18px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  color: #334155;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  height: 2.25rem;
  justify-content: center;
  padding: 0;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease,
    transform 120ms ease;
  width: 2.25rem;
}

.question-copy-button:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(234, 240, 252, 0.98) 100%);
  border-color: rgba(72, 95, 199, 0.24);
  color: #1e293b;
  transform: translateY(-2px);
}

.question-copy-button.is-copied {
  background: rgba(72, 199, 142, 0.14);
  border-color: rgba(72, 199, 142, 0.24);
  color: #166534;
}

.question-copy-button.is-error {
  background: rgba(241, 70, 104, 0.12);
  border-color: rgba(241, 70, 104, 0.22);
  color: #b42318;
}

.question-copy-button__icon {
  display: block;
  height: 1rem;
  width: 1rem;
}

.question-notes {
  display: block;
  margin: 1rem 0 0.2rem;
  overflow: visible;
  width: 100%;
}

.question-notes__toggle {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(248, 250, 253, 0.94) 0%, rgba(241, 245, 251, 0.96) 100%);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 18px;
  box-shadow:
    0 12px 22px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  color: #1e293b;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  gap: 0.85rem;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 0.72rem;
  padding: 0.82rem 0.95rem;
  user-select: none;
  width: 100%;
}

.question-notes__toggle::marker {
  content: "";
}

.question-notes__toggle::-webkit-details-marker {
  display: none;
}

.question-notes__toggle-main {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.question-notes__toggle-title {
  color: #0f172a;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.1;
  text-transform: uppercase;
}

.question-notes__toggle-meta {
  color: #64748b;
  font-size: 0.77rem;
  font-weight: 700;
  line-height: 1.2;
}

.question-notes__label {
  flex: 0 1 auto;
  min-width: 0;
}

.question-notes__toggle::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  display: block;
  height: 0.55rem;
  margin-left: auto;
  transform: rotate(45deg);
  transition: transform 140ms ease;
  width: 0.55rem;
}

.question-notes__toggle:hover {
  border-color: rgba(72, 95, 199, 0.24);
  transform: translateY(-1px);
}

.question-notes[open] .question-notes__toggle {
  border-color: rgba(72, 95, 199, 0.18);
  box-shadow:
    0 14px 26px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.question-notes[open] .question-notes__toggle::after {
  transform: rotate(-135deg);
}

.question-notes__label--open {
  display: none;
}

.question-notes[open] .question-notes__label--closed {
  display: none;
}

.question-notes[open] .question-notes__label--open {
  display: inline;
}

.question-card--live .question-notes__toggle {
  background:
    linear-gradient(180deg, rgba(248, 255, 251, 0.94) 0%, rgba(237, 252, 245, 0.96) 100%);
  border-color: rgba(72, 199, 142, 0.2);
  color: #166534;
}

.question-card--live .question-notes__toggle::before {
  background: rgba(72, 199, 142, 0.14);
  color: #1f8f5f;
}

.question-card--live .question-notes__toggle-meta {
  color: rgba(31, 143, 95, 0.84);
}

.rank-status {
  margin-bottom: 1.25rem !important;
}

.main-empty {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  margin-top: 0.35rem;
  padding: 1.4rem 1.5rem;
}

.main-empty__body {
  color: rgba(226, 232, 240, 0.94);
  font-size: 1.02rem;
  font-weight: 600;
}

@keyframes question-card-starred-in {
  0% {
    opacity: 0;
    transform: scale(1.03);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
  .page-topbar__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }

  .page-topbar__powered {
    max-width: 100%;
    order: 2;
  }

  .page-topbar__access {
    align-items: stretch;
    flex-direction: column;
    justify-self: auto;
    order: 3;
    width: 100%;
  }

  .access-summary {
    justify-items: start;
  }

  .access-user {
    max-width: 100%;
    text-align: left;
  }

  .access-dialog__actions {
    flex-direction: column-reverse;
  }

  .agenda-filter-panel {
    border-radius: 16px;
    padding: 0.72rem 0.78rem 0.78rem;
  }

  .agenda-filter-panel__points {
    gap: 0.38rem;
  }

  .agenda-section-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .rank-row {
    align-items: stretch;
    flex-direction: column;
  }

  .rank-row__right {
    justify-content: space-between;
    margin-left: 0;
    width: 100%;
  }

  .question-card-shell {
    align-items: stretch;
    flex-direction: column;
    gap: 0.65rem;
  }

  .question-rank-gutter {
    align-items: flex-start;
    flex: none;
    flex-direction: row;
    gap: 0.45rem;
    padding-top: 0;
  }

  .agenda-section-title-group {
    padding-left: 0;
  }

  .question-side-controls {
    align-self: stretch;
    flex: none;
    flex-direction: row;
  }

  .question-side-button,
  .question-side-handle {
    flex: 1 1 0;
    height: 2.75rem;
  }

  .question-panel {
    padding: 0;
  }

  .question-panel__header {
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.72rem;
    padding-top: 0.62rem;
  }

  .question-panel__header::before {
    width: 2.6rem;
  }

  .question-panel__body {
    padding: 0.92rem 0.94rem 0.96rem;
  }

  .question-panel--body-only {
    padding: 0;
  }

  .question-panel__text {
    font-size: 1.02rem;
  }

  .question-notes__toggle {
    padding: 0.76rem 0.82rem;
  }
}
