/* Thin desk: same chrome as the landing preview, fullscreen, no float. */
html,
.rb2-lite {
  margin: 0;
  min-height: 100%;
  height: 100%;
}

.rb2-lite {
  --one-ink: #111318;
  --one-muted: #5c6570;
  --one-line: rgba(17, 19, 24, 0.1);
  --one-line-strong: rgba(17, 19, 24, 0.16);
  --one-teal: #0d9488;
  --one-violet: #6e1a8c;
  --one-violet-deep: #54146b;
  --one-lilac: #f6f1f8;
  --one-r: 0;
  --one-display: "Outfit", Inter, system-ui, sans-serif;
  background: #fff;
  color: var(--one-ink);
  font: 400 15px/1.4 Inter, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.rb2-lite .rb2-one-product--app {
  margin: 0;
  min-height: 100dvh;
  height: 100dvh;
  animation: none;
}

.rb2-lite .rb2-one-product__glow,
.rb2-lite .rb2-one-product::after {
  display: none;
}

.rb2-lite .rb2-one-app {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  height: 100dvh;
  border-radius: 0;
  box-shadow: none;
  animation: none;
}

.rb2-lite .rb2-one-app__find {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.86);
}

.rb2-lite .rb2-one-app__login {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.86);
  font: 600 13px/1 Inter, system-ui, sans-serif;
  text-decoration: none;
  padding: 0 8px;
}

.rb2-lite .rb2-one-app__login:hover,
.rb2-lite .rb2-one-app__find:hover {
  color: #fff;
}

.rb2-lite .rb2-one-app__body {
  flex: 1;
  min-height: 0;
  grid-template-columns: 76px minmax(0, 1fr);
}

.rb2-lite .rb2-one-app__stage {
  flex: 1;
  min-height: 0;
}

.rb2-lite .rb2-one-screen,
.rb2-lite .rb2-one-app .rb2-one-screen {
  position: relative;
  inset: auto;
  display: none;
  opacity: 1;
  transform: none;
  pointer-events: auto;
  padding: 0;
  overflow: auto;
}

.rb2-lite .rb2-one-screen.is-on,
.rb2-lite .rb2-one-app .rb2-one-screen.is-on {
  display: flex;
  padding-bottom: 36px;
  scroll-padding-bottom: 36px;
}

.rb2-lite .rb2-one-pop {
  position: fixed;
}

.rb2-lite .rb2-one-pop__box {
  width: min(440px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  overflow: auto;
  padding: 18px 18px 16px;
  border-radius: 20px;
}

.rb2-lite .rb2-one-pop__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding-right: 28px;
}

.rb2-lite .rb2-one-pop__head h3 {
  margin: 0;
  font-size: 1.7rem;
  letter-spacing: -0.04em;
}

.rb2-lite .rb2-one-pop__side {
  margin: 0 0 2px;
}

.rb2-lite .rb2-one-pop.is-short .rb2-one-pop__side {
  color: #e11d48;
}

.rb2-lite .rb2-one-pop__lev {
  flex: 0 0 auto;
  margin-bottom: 4px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3e8f6;
  color: var(--one-violet);
  font: 700 13px/1 Inter, system-ui, sans-serif;
}

.rb2-lite .rb2-one-pop__quote {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 14px 0 4px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #faf7fb;
}

.rb2-lite .rb2-one-pop__quote span {
  color: var(--one-muted);
  font: 600 11px/1 Inter, system-ui, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rb2-lite .rb2-one-pop__quote b {
  font-family: var(--one-display);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.rb2-lite .rb2-one-pop__why {
  margin: 8px 0 0;
  color: var(--one-muted);
  font-size: 13px;
  line-height: 1.45;
}

.rb2-lite .rb2-one-pop__live {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.45);
  animation: rb2-lite-ready 1.6s ease-out infinite;
  vertical-align: 1px;
}

.rb2-lite .rb2-one-pop__quote b.is-flash {
  animation: rb2-pxflash 0.55s ease;
}

@keyframes rb2-pxflash {
  0% { color: var(--one-violet); }
  100% { color: var(--one-ink); }
}

.rb2-lite .rb2-one-pop__rows {
  margin: 8px 0 0;
}

.rb2-lite .rb2-one-pop__row {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--one-line);
}

.rb2-lite .rb2-one-pop__rowtop {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.rb2-lite .rb2-one-pop__rows dt {
  margin: 0;
  color: var(--one-muted);
  font: 600 12px/1 Inter, system-ui, sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.rb2-lite .rb2-one-pop__rows dd {
  margin: 0;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.02em;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.rb2-lite .rb2-one-pop__row .rb2-one-pop__why {
  margin-top: 6px;
}

.rb2-lite .rb2-one-pop__exit {
  margin: 12px 2px 0;
}

.rb2-lite .rb2-one-pop__go {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 52px;
  margin-top: 16px;
  border-radius: 14px;
  background: var(--one-violet);
  color: #fff;
  text-decoration: none;
}

.rb2-lite .rb2-one-pop__go b {
  font: 700 15px/1 Inter, system-ui, sans-serif;
}

.rb2-lite .rb2-one-pop__go span {
  color: rgba(255, 255, 255, 0.78);
  font: 500 12px/1 Inter, system-ui, sans-serif;
}

.rb2-lite .rb2-one-app__bar {
  display: none;
}

.rb2-lite-gate {
  width: min(320px, calc(100% - 40px));
  margin: 22vh auto 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rb2-lite--gate {
  background: #f6eef8;
}

.rb2-lite-gate label {
  font: 600 13px/1 Inter, system-ui, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5c6570;
}

.rb2-lite-gate input {
  height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(17, 19, 24, 0.16);
  border-radius: 12px;
  background: #fff;
  font: 500 16px/1 Inter, system-ui, sans-serif;
}

.rb2-lite-gate button {
  height: 48px;
  border: 0;
  border-radius: 12px;
  background: #6e1a8c;
  color: #fff;
  font: 600 15px/1 Inter, system-ui, sans-serif;
  cursor: pointer;
}

.rb2-lite-gate__err {
  margin: 0;
  color: #e11d48;
  font: 600 13px/1 Inter, system-ui, sans-serif;
}

.rb2-lite .rb2-one-deskpane--start.is-lite {
  max-width: 640px;
  padding: 32px 28px 72px;
}

.rb2-lite .rb2-one-deskpane--start.is-lite .rb2-one-deskpane__kicker {
  margin-bottom: 8px;
  font-size: 12px;
}

.rb2-lite .rb2-one-deskpane--start.is-lite .rb2-one-deskpane__lead {
  max-width: 38em;
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.5;
}

.rb2-lite .rb2-one-venueset {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 18px;
}

.rb2-lite .rb2-one-venue {
  min-height: 68px;
  justify-content: center;
}

.rb2-lite .rb2-one-guides {
  margin-top: 4px;
}

.rb2-lite .rb2-one-guide__go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin: 0 0 8px;
  padding: 0 16px;
  border-radius: 999px;
  background: #111318;
  color: #fff;
  font: 600 14px/1 Inter, system-ui, sans-serif;
  text-decoration: none;
}

.rb2-lite .rb2-one-goto-live {
  margin-top: 20px;
  margin-bottom: 72px;
}

.rb2-lite .rb2-one-steps-lite {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: lite-step;
}

.rb2-lite .rb2-one-steps-lite li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid var(--one-line);
  counter-increment: lite-step;
}

.rb2-lite .rb2-one-steps-lite li:first-child {
  border-top: 0;
}

.rb2-lite .rb2-one-steps-lite li:has(details[open]) {
  align-items: start;
  padding-bottom: 12px;
}

.rb2-lite .rb2-one-steps-lite li::before {
  content: counter(lite-step);
  grid-column: 1;
  grid-row: 1;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f3e8f6;
  color: var(--one-violet);
  font: 700 12px/32px Inter, system-ui, sans-serif;
  text-align: center;
}

.rb2-lite .rb2-one-steps-lite details {
  display: block;
  grid-column: 2;
  min-width: 0;
}

.rb2-lite .rb2-one-steps-lite details::details-content {
  display: block;
}

.rb2-lite .rb2-one-steps-lite details:not([open])::details-content,
.rb2-lite .rb2-one-steps-lite details:not([open]) > span {
  display: none;
}

.rb2-lite .rb2-one-steps-lite summary,
.rb2-lite .rb2-one-stop summary {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  list-style: none;
}

.rb2-lite .rb2-one-steps-lite summary::-webkit-details-marker,
.rb2-lite .rb2-one-stop summary::-webkit-details-marker {
  display: none;
}

.rb2-lite .rb2-one-steps-lite summary b {
  flex: 1;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.rb2-lite .rb2-one-steps-lite details span {
  display: block;
  margin-top: 6px;
  color: var(--one-muted);
  font-size: 14px;
  line-height: 1.45;
}

.rb2-lite .rb2-one-plus {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f3e8f6;
  color: var(--one-violet);
}

.rb2-lite .rb2-one-plus::before,
.rb2-lite .rb2-one-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
  border-radius: 1px;
}

.rb2-lite .rb2-one-plus::before {
  width: 10px;
  height: 2px;
}

.rb2-lite .rb2-one-plus::after {
  width: 2px;
  height: 10px;
}

.rb2-lite details[open] > summary .rb2-one-plus::after {
  display: none;
}

.rb2-lite .rb2-lite-pulse {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font: 600 15px/1 Inter, system-ui, sans-serif;
  letter-spacing: -0.02em;
}

.rb2-lite .rb2-lite-pulse i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.rb2-lite .rb2-lite-pulse.is-ready i {
  background: #16a34a;
  box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.45);
  animation: rb2-lite-ready 1.6s ease-out infinite;
}

.rb2-lite .rb2-lite-pulse.is-hold i {
  background: #c2410c;
}

.rb2-lite .rb2-lite-pulse.is-hold span {
  color: #9a3412;
}

.rb2-lite .rb2-lite-pulse.is-wait i {
  background: transparent;
  border: 2px solid var(--one-violet);
  border-right-color: transparent;
  animation: rb2-lite-spin 0.7s linear infinite;
}

.rb2-lite .rb2-lite-pulse.is-wait span {
  color: var(--one-muted);
}

.rb2-lite .rb2-one-live-note,
.rb2-lite .rb2-one-stop {
  color: var(--one-muted);
  font-size: 14px;
  line-height: 1.45;
}

.rb2-lite .rb2-one-live-note {
  margin: -6px 0 16px;
  max-width: 62ch;
}

.rb2-lite .rb2-one-stop {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff7ed;
  color: #9a3412;
}

.rb2-lite .rb2-one-stop summary b {
  flex: 1;
  margin: 0;
  color: #9a3412;
}

.rb2-lite .rb2-one-stop ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.rb2-lite .rb2-one-stop li + li {
  margin-top: 4px;
}

.rb2-lite .rb2-one-sig__start:disabled {
  background: #eceaf0;
  color: #6b6570;
  cursor: default;
}

.rb2-lite .rb2-one-hitcell {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.rb2-lite .rb2-one-hist-stats {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 600;
  color: #1c1a1f;
  line-height: 1.35;
}

.rb2-lite .rb2-one-sighead[hidden],
.rb2-lite .rb2-lite-pulse[hidden],
.rb2-lite .rb2-one-live-none[hidden],
.rb2-lite .rb2-one-hist-stats[hidden] {
  display: none;
}

.rb2-lite .rb2-one-live-none {
  display: grid;
  grid-template-columns: 22px 1fr;
  column-gap: 14px;
  row-gap: 4px;
  align-items: center;
  margin: 18px 0 8px;
  padding: 22px 20px;
  border: 1px dashed #cfcbd6;
  border-radius: 14px;
  color: #1c1a1f;
}

.rb2-lite .rb2-one-live-none b {
  font-size: 17px;
  font-weight: 600;
}

.rb2-lite .rb2-one-live-none > span:not(.rb2-one-live-none__ring) {
  grid-column: 2;
  color: #6b6570;
  font-size: 14px;
  line-height: 1.45;
}

.rb2-lite .rb2-one-live-none__ring {
  grid-row: 1 / span 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #cfcbd6;
  border-top-color: #16a34a;
  animation: rb2-lite-spin 1.1s linear infinite;
}

.rb2-lite .rb2-one-hist__side {
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #6b6570;
  margin-left: 6px;
}

.rb2-lite .rb2-one-hist tr.is-live td:first-child {
  box-shadow: inset 3px 0 0 #16a34a;
}

@keyframes rb2-lite-ready {
  0% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.4); }
  70% { box-shadow: 0 0 0 8px rgba(22, 163, 74, 0); }
  100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

@keyframes rb2-lite-spin {
  to { transform: rotate(360deg); }
}

.rb2-lite .rb2-one-deskpane--live.is-lite {
  max-width: 720px;
  width: 100%;
  box-sizing: border-box;
  padding: 28px 24px 36px;
}

.rb2-lite .rb2-one-deskpane--live.is-lite .rb2-one-sig {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  grid-template-columns: none;
}

.rb2-lite .rb2-one-sighead,
.rb2-lite .rb2-one-sig__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px 48px 84px 88px;
  align-items: center;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}

.rb2-lite .rb2-one-sighead {
  margin: 0 0 8px;
  padding: 0 18px;
  color: var(--one-muted);
  font: 600 11px/1 Inter, system-ui, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rb2-lite .rb2-one-sighead span:last-child,
.rb2-lite .rb2-one-sig__start {
  justify-self: end;
}

.rb2-lite .rb2-one-sig__side,
.rb2-lite .rb2-one-sig__pct,
.rb2-lite .rb2-one-sig__tgt,
.rb2-lite .rb2-one-sighead span:nth-child(n+2):not(:last-child) {
  justify-self: end;
  text-align: right;
}

.rb2-lite .rb2-one-sig__side {
  font: 700 13px/1 Inter, system-ui, sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0f766e;
}

.rb2-lite .rb2-one-sig__tgt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  font: 700 14px/1 Inter, system-ui, sans-serif;
  font-variant-numeric: tabular-nums;
  color: #0f766e;
}

.rb2-lite .rb2-one-sig__tgt i {
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  color: var(--one-muted);
}

.rb2-lite .rb2-one-deskpane--hist {
  max-width: 1040px;
  width: 100%;
  box-sizing: border-box;
  padding: 28px 24px 36px;
}

.rb2-lite .rb2-one-app__stage,
.rb2-lite .rb2-one-screen[data-scene="2"],
.rb2-lite .rb2-one-deskpane--hist {
  min-width: 0;
  max-width: 100%;
}

.rb2-lite .rb2-one-histwrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 720px) {
  .rb2-lite .rb2-one-deskpane--hist {
    padding-left: 12px;
    padding-right: 12px;
  }
  .rb2-lite .rb2-one-hist--full th,
  .rb2-lite .rb2-one-hist--full td {
    padding: 10px 6px;
    font-size: 13px;
  }
}

.rb2-lite .rb2-one-hist--full {
  min-width: 840px;
  font-variant-numeric: tabular-nums;
}

.rb2-lite .rb2-one-hist--full th:nth-child(n+3),
.rb2-lite .rb2-one-hist--full td:nth-child(n+3) {
  text-align: right;
  white-space: nowrap;
}

.rb2-lite .rb2-one-hist--full th:nth-child(3),
.rb2-lite .rb2-one-hist--full td:nth-child(3),
.rb2-lite .rb2-one-hist--full th:nth-child(4),
.rb2-lite .rb2-one-hist--full td:nth-child(4) {
  color: #6b6570;
}

.rb2-lite .rb2-one-hist__lvl b {
  display: block;
  font-weight: 600;
}

.rb2-lite .rb2-one-hist__lvl i {
  display: block;
  font-style: normal;
  font-size: 11px;
  color: #6b6570;
}

.rb2-lite .rb2-one-hist__lvl.is-dead b {
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  color: #9a949f;
  font-weight: 500;
}

.rb2-lite .rb2-one-hist__lvl.is-dead i {
  color: #b3aeb8;
}

.rb2-lite .rb2-one-hist__lvl.is-hit b {
  color: #1c1a1f;
}

.rb2-lite .rb2-one-th-info {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

.rb2-lite .rb2-one-info {
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 50%;
  border: 1.5px solid #9a949f;
  background: transparent;
  color: #6b6570;
  font: 700 10px/1 Inter, system-ui, sans-serif;
  cursor: pointer;
  position: relative;
}

.rb2-lite .rb2-one-info::after {
  content: attr(data-tip);
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 5;
  width: 240px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #1c1a1f;
  color: #fff;
  font: 500 12px/1.45 Inter, system-ui, sans-serif;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.12s ease, transform 0.12s ease;
}

.rb2-lite .rb2-one-info:hover::after,
.rb2-lite .rb2-one-info:focus-visible::after,
.rb2-lite .rb2-one-info.is-open::after {
  opacity: 1;
  transform: translateY(0);
}

.rb2-lite .rb2-one-hit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.rb2-lite .rb2-one-hit iconify-icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
}

.rb2-lite .rb2-one-hit.is-yes {
  background: rgba(15, 118, 110, 0.12);
  color: #0f766e;
}

.rb2-lite .rb2-one-hit.is-no {
  background: rgba(225, 29, 72, 0.1);
  color: #e11d48;
}

.rb2-lite .rb2-one-sig.is-bear .rb2-one-sig__side {
  color: #e11d48;
}

.rb2-lite .rb2-one-track__bar {
  position: relative;
  height: 6px;
  border-radius: 999px;
  background: #efeaf2;
}

.rb2-lite .rb2-one-track__fill {
  display: block;
  height: 100%;
  width: var(--p, 0%);
  border-radius: inherit;
  background: var(--one-violet);
}

.rb2-lite .rb2-one-sig.is-bear .rb2-one-track__fill {
  background: #7a1f3d;
}

.rb2-lite .rb2-one-track__dot {
  position: absolute;
  top: 50%;
  left: var(--p, 0%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--one-violet);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 4px rgba(110, 26, 140, 0.12);
}

.rb2-lite .rb2-one-sig.is-bear .rb2-one-track__dot {
  border-color: #7a1f3d;
  box-shadow: 0 0 0 4px rgba(122, 31, 61, 0.12);
}

.rb2-lite .rb2-one-track__meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
  color: var(--one-muted);
  font: 500 12px/1.3 Inter, system-ui, sans-serif;
}

.rb2-lite .rb2-one-track__meta b {
  color: var(--one-ink);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.rb2-lite .rb2-one-track__meta span:last-child {
  text-align: right;
}

@media (max-width: 720px) {
  .rb2-lite .rb2-one-sighead,
  .rb2-lite .rb2-one-sig__top {
    grid-template-columns: minmax(0, 1fr) 58px 72px 84px;
    gap: 8px;
  }
  /* Size iese pe mobil: rămân Monedă, Sens, Țintă, Ordin */
  .rb2-lite .rb2-one-sighead span:nth-child(3),
  .rb2-lite .rb2-one-sig__top .rb2-one-sig__pct {
    display: none;
  }
  .rb2-lite .rb2-one-sig__start {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
  .rb2-lite .rb2-one-deskpane--live.is-lite {
    padding: 16px 14px 24px;
  }
}

@media (max-width: 1079px) {
  .rb2-lite .rb2-one-app__body {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    align-content: start;
  }
  .rb2-lite .rb2-one-app__rail {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-self: start;
    height: auto;
    min-height: 0;
    padding: 6px 8px;
    overflow-x: auto;
  }
  .rb2-lite .rb2-one-app__nav--alert {
    margin-top: 0;
    margin-left: auto;
  }
  .rb2-lite .rb2-one-app__nav {
    flex-direction: row;
    width: auto;
    min-height: 40px;
    padding: 8px 12px;
    gap: 6px;
    font-size: 12px;
  }
}

/* popup alerte */
.rb2-lite .rb2-one-alert .rb2-one-pop__box {
  max-width: 460px;
}

.rb2-lite .rb2-one-alert h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font: 700 20px/1.2 Outfit, Inter, system-ui, sans-serif;
}

.rb2-lite .rb2-one-alert h3 iconify-icon {
  color: var(--one-violet);
  font-size: 22px;
}

.rb2-lite .rb2-one-alert__what {
  margin: 10px 0 16px;
  color: #6b6570;
  font-size: 14px;
  line-height: 1.45;
}

.rb2-lite .rb2-one-alert__state {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 15px;
}

.rb2-lite .rb2-one-alert__state::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cfcbd6;
  flex: 0 0 auto;
}

.rb2-lite .rb2-one-alert.is-on .rb2-one-alert__state::before {
  background: #16a34a;
}

.rb2-lite .rb2-one-alert.is-denied .rb2-one-alert__state::before {
  background: #e11d48;
}

.rb2-lite .rb2-one-alert__how {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f6f4f8;
  color: #1c1a1f;
  font-size: 14px;
  line-height: 1.45;
}

.rb2-lite .rb2-one-alert__how[hidden] {
  display: none;
}

.rb2-lite .rb2-one-alert__btn {
  width: 100%;
  padding: 14px 18px;
  border: 0;
  border-radius: 12px;
  background: var(--one-violet);
  color: #fff;
  font: 600 15px/1 Inter, system-ui, sans-serif;
  cursor: pointer;
}

.rb2-lite .rb2-one-alert.is-on .rb2-one-alert__btn {
  background: #fff;
  color: #1c1a1f;
  border: 1.5px solid #cfcbd6;
}

.rb2-lite .rb2-one-alert__btn:disabled {
  opacity: 0.6;
  cursor: default;
}

.rb2-lite .rb2-one-alert__btn[hidden] {
  display: none;
}

.rb2-lite .rb2-one-app__nav--alert {
  position: relative;
  margin-top: auto;
}

.rb2-lite .rb2-one-app__nav--alert.is-armed iconify-icon {
  color: #16a34a;
}

.rb2-lite .rb2-one-app__dot {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e11d48;
}

.rb2-lite .rb2-one-app__dot[hidden] {
  display: none;
}

.rb2-lite .rb2-one-pop__dir.is-long {
  color: #0f766e;
}

.rb2-lite .rb2-one-pop__dir.is-short {
  color: #e11d48;
}

/* explicații pe un rând */
.rb2-lite .rb2-one-pop__why {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 480px) {
  .rb2-lite .rb2-one-pop__why {
    white-space: normal;
    font-size: 12.5px;
  }
}

.rb2-lite .rb2-one-pop__moved {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 12px;
  margin: 10px 0 4px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f1f7f4;
}

.rb2-lite .rb2-one-pop__moved[hidden] {
  display: none;
}

.rb2-lite .rb2-one-pop__moved span {
  font: 600 11px/1.2 Inter, system-ui, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b6570;
}

.rb2-lite .rb2-one-pop__moved b {
  font: 700 15px/1.2 Inter, system-ui, sans-serif;
  font-variant-numeric: tabular-nums;
  color: #14532d;
}

.rb2-lite .rb2-one-pop__moved i {
  grid-column: 1 / -1;
  font-style: normal;
  font-size: 12.5px;
  color: #1c1a1f;
}

.rb2-lite .rb2-one-pop__moved.is-ran {
  background: #fdf2f4;
}

.rb2-lite .rb2-one-pop__moved.is-ran b {
  color: #9f1239;
}

.rb2-lite .rb2-one-pop__moved.is-back {
  background: #eef2ff;
}

.rb2-lite .rb2-one-pop__moved.is-back b {
  color: #3730a3;
}
