/*! Calculi-TN (calculi.tn) - (c) 2022-2026 Ali Abdelkader Aydi. All rights reserved.
 *  Proprietary and confidential. Reproduction, redistribution or reuse of this
 *  file, in whole or in part, is prohibited without written permission.
 *  Contact: aliayditn02@gmail.com */



.og-launch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 0.9rem;
  margin: 1.1rem 0 0.5rem;
}

.og-launch-btn {
  font: inherit;
  font-weight: 700;
  font-size: 0.95rem;
  color: #012535;
  background: linear-gradient(135deg, #6fd2f2 0%, #4fc3e8 100%);
  border: none;
  border-radius: 10px;
  padding: 0.6rem 1.15rem;
  cursor: pointer;
  box-shadow: 0 2px 10px -2px rgba(79, 195, 232, 0.55);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.og-launch-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 16px -3px rgba(79, 195, 232, 0.7);
}

.og-launch-hint {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
}

.og-launch-hint b {
  color: #6fd2f2;
  font-variant-numeric: tabular-nums;
}


/* choiceLists.css styles .cl-save for the dark orientation-guide pages
   (--cl-panel etc). On a bac calculator page the surrounding surface is this
   teal gradient, not that palette, so the panel read as a foreign black box
   dropped onto the page. Overridden here to match .og-launch / .bac-orientation-link,
   the two panels it actually sits between. */
.collector .cl-save {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
}

.collector .cl-save-hint {
  color: rgba(255, 255, 255, 0.72);
}

.collector .cl-save-hint b {
  color: #6fd2f2;
}

.collector .cl-btn-main {
  background: linear-gradient(135deg, #6fd2f2 0%, #4fc3e8 100%);
  color: #012535 !important;
  box-shadow: 0 2px 10px -2px rgba(79, 195, 232, 0.55);
}

.collector .cl-btn-main:hover:not(:disabled) {
  filter: none;
  box-shadow: 0 5px 16px -3px rgba(79, 195, 232, 0.7);
}

.collector .cl-btn-ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.3);
}

.collector .cl-btn-ghost:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}

.collector .cl-save-form label {
  color: rgba(255, 255, 255, 0.72);
}

.collector .cl-save-form input {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}


.bac-draft-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 196, 84, 0.13);
  border: 1px solid rgba(255, 196, 84, 0.4);
  border-radius: 10px;
  padding: 0.55rem 0.9rem;
  margin: 0 0 1rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.9);
}

.bac-draft-banner i {
  color: #ffc454;
  margin-inline-end: 0.2rem;
}

.bac-draft-clear {
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffd88a;
  background: transparent;
  border: 1px solid rgba(255, 196, 84, 0.5);
  border-radius: 7px;
  padding: 0.2rem 0.7rem;
  cursor: pointer;
  margin-inline-start: auto;
}

.bac-draft-clear:hover {
  background: rgba(255, 196, 84, 0.18);
}


.pm-body.og-sim {
  background: #fbfaf7;
}

.og-sim {
  --og-paper-sunk: #f1efe9;
  --og-ink: #1a2733;
  --og-ink-soft: #5b6b7a;
  --og-ink-faint: #8a97a3;
  --og-rule: #dfdbd2;
  --og-mid: #227094;

  color: var(--og-ink);
  font-size: 0.9rem;
}

.og-sim .ar {
  font-family: "Tajawal", sans-serif;
}

.og-sim-status {
  padding: 1.5rem;
  text-align: center;
  color: var(--og-ink-soft);
}

.og-sim-status-error {
  color: #a63a3a;
}

.og-sim-notice {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  background: #fbf1dd;
  border: 1px solid #edd9b4;
  border-radius: 10px;
  padding: 0.65rem 0.85rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #6b4a08;
  margin-bottom: 0.9rem;
}

.og-sim-notice i {
  color: #b8860b;
  flex: none;
}


.og-sim-header {
  margin-bottom: 0.9rem;
}

.og-sim-scores {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  background: var(--og-paper-sunk);
  border-radius: 10px;
  padding: 0.7rem 1rem;
}

.og-sim-stat b {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
  color: var(--og-mid);
}

.og-sim-stat span {
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--og-ink-faint);
}

.og-sim-session {
  font-size: 0.82rem;
  color: var(--og-ink-soft);
  margin: 0.5rem 0 0.6rem;
}

.og-sim-bands {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.og-sim-band {
  font: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: box-shadow 0.14s ease, transform 0.14s ease;
}

.og-sim-band:hover {
  transform: translateY(-1px);
}

.og-sim-band.is-on {
  box-shadow: 0 0 0 2px currentColor inset;
}

.og-sim-band:focus-visible {
  outline: 2px solid #227094;
  outline-offset: 2px;
}

.og-band-likely {
  background: #e6f3ea;
  color: #1e7a4b;
  border-color: #c6e2d0;
}

.og-band-borderline {
  background: #fdf0dc;
  color: #8a5a00;
  border-color: #edd9b4;
}

.og-band-stretch {
  background: #fae9e2;
  color: #9a4b1f;
  border-color: #eed4c6;
}

.og-band-unlikely {
  background: #fbe9e9;
  color: #a63a3a;
  border-color: #eecccc;
}

.og-band-unknown {
  background: #eceef0;
  color: #5b6b7a;
  border-color: #dadde0;
}

.og-band-blocked {
  background: #ecebee;
  color: #6b5b7a;
  border-color: #dad7de;
}

.og-band-unscorable {
  background: #eef1f3;
  color: #6b7a85;
  border-color: #dde2e6;
}


.og-sim-fields {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  margin-bottom: 0.8rem;
}

.og-sim-field {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin: 0;
}

.og-sim-field > span {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--og-ink-soft);
}

.og-sim-field em {
  font-style: normal;
  font-weight: 500;
  color: var(--og-ink-faint);
}

.og-sim select,
.og-sim input[type="number"],
.og-sim input[type="search"] {
  font: inherit;
  font-size: 16px;
  color: var(--og-ink);
  background: #fff;
  border: 1px solid #c6c1b5;
  border-radius: 8px;
  padding: 0.4rem 0.6rem;
  width: 100%;
  min-width: 0;
}

.og-sim :is(select, input):focus-visible {
  outline: 2px solid var(--og-mid);
  outline-offset: 1px;
}


.og-sim-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  padding: 0.6rem 0;
  border-top: 1px solid var(--og-rule);
  border-bottom: 1px solid var(--og-rule);
  margin-bottom: 0.6rem;
}

.og-sim-toolbar input[type="search"] {
  flex: 1 1 190px;
}

.og-sim-check {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--og-ink-soft);
  margin: 0;
  white-space: nowrap;
}

.og-sim .og-btn {
  font: inherit;
  color: var(--og-mid);
  background: #fff;
  border: 1px solid #c6c1b5;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  cursor: pointer;
}

.og-sim .og-btn:hover {
  background: var(--og-paper-sunk);
  border-color: var(--og-mid);
}

.og-sim-count {
  margin-inline-start: auto;
  font-size: 0.8rem;
  color: var(--og-ink-faint);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}


.og-sim-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.og-sim-row {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.6rem 0.7rem;
  border-bottom: 1px solid var(--og-rule);
  border-inline-start: 4px solid var(--og-domain, var(--og-rule));
  border-radius: 3px;
}

.og-sim-row:hover {
  background: var(--og-paper-sunk);
}

.og-sim-main {
  min-width: 0;
  flex: 1 1 auto;
}

.og-sim-licence {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--og-ink) !important;
  display: block;
  line-height: 1.35;
}

.og-sim-licence:hover {
  color: var(--og-mid) !important;
  text-decoration: underline !important;
}

.og-sim-inst {
  font-size: 0.85rem;
  color: var(--og-ink-soft);
  line-height: 1.35;
}

.og-sim-place {
  font-size: 0.76rem;
  color: var(--og-ink-faint);
  margin-top: 0.1rem;
}

.og-sim .og-formula {
  font-family: ui-monospace, "Cascadia Mono", "SF Mono", Consolas, monospace;
}

.og-sim .og-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 0.3rem;
}

.og-sim .og-chip {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.1rem 0.4rem;
  border-radius: 5px;
  border: 1px solid transparent;
}

.og-sim .og-chip-age {
  background: var(--og-paper-sunk);
  color: var(--og-ink-soft);
  border-color: var(--og-rule);
}

.og-sim .og-chip-warn {
  background: #fbe9e9;
  color: #a63a3a;
  border-color: #eecccc;
}

.og-sim-side {
  flex: none;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}

.og-sim-verdict {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: help;
}

.og-sim-verdict em {
  /* The +/- delta is the least useful of the three numbers on this row for a
     student to fixate on - it is derived from the other two, which is why it
     recedes here instead of leading. */
  font-style: normal;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  opacity: 0.6;
}

.og-sim-numbers {
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
  color: var(--og-ink-soft);
  white-space: nowrap;
  line-height: 1.4;
}

.og-sim-numbers > span {
  display: block;
}

.og-sim-total {
  /* The two numbers a student actually compares: what they scored for THIS
     programme's own formula, and what it took last year. Both outrank the
     derived +/- delta above, so both get real weight and ink instead of the
     muted grey the row used for everything. */
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--og-ink);
}

.og-sim-7 {
  color: #1e7a4b;
  font-size: 0.72rem;
}

.og-sim-cut {
  color: var(--og-mid);
  font-size: 0.85rem;
  font-weight: 700;
}

.og-sim-empty,
.og-sim-more {
  padding: 1.2rem;
  text-align: center;
  color: var(--og-ink-soft);
  font-size: 0.86rem;
}

.og-sim-more button {
  font: inherit;
  font-weight: 700;
  font-size: 0.83rem;
  color: var(--og-mid);
  background: #fff;
  border: 1px solid #c6c1b5;
  border-radius: 8px;
  padding: 0.35rem 1rem;
  cursor: pointer;
}


.og-sim-opp-panel {
  background: var(--og-paper-sunk);
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  margin-bottom: 0.7rem;
}

.og-sim-opp-lede {
  font-size: 0.82rem;
  color: var(--og-ink-soft);
  margin: 0 0 0.5rem;
}

.og-sim-opp {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.3rem;
}

.og-sim-opp li {
  display: grid;
  grid-template-columns: minmax(90px, 130px) 1fr auto;
  gap: 0.6rem;
  align-items: center;
  font-size: 0.8rem;
}

.og-sim-opp-subject {
  font-weight: 700;
  color: var(--og-ink);
}

.og-sim-opp-bar {
  background: #e2ded4;
  border-radius: 999px;
  height: 7px;
  overflow: hidden;
}

.og-sim-opp-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #227094, #4fc3e8);
  border-radius: 999px;
}

.og-sim-opp-gain {
  font-variant-numeric: tabular-nums;
  color: var(--og-ink-soft);
  white-space: nowrap;
}

.og-sim-opp-gain b {
  color: #1e7a4b;
}

.og-sim-foot {
  font-size: 0.75rem;
  color: var(--og-ink-faint);
  margin: 0.9rem 0 0;
  padding-top: 0.7rem;
  border-top: 1px solid var(--og-rule);
}

.og-sim-foot a {
  color: var(--og-mid) !important;
  text-decoration: underline !important;
}

@media (max-width: 620px) {
  .og-sim-row {
    flex-direction: column;
    gap: 0.4rem;
  }

  .og-sim-side {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    text-align: left;
    gap: 0.4rem 0.6rem;
  }

  /* Total/seuil got bigger (see .og-sim-total / .og-sim-cut) to read as the
     two numbers worth comparing - on this narrow row that no longer leaves
     room for "Ajouter a ma liste" beside them, so let it drop to its own
     line instead of clipping at the viewport edge. */
  .og-sim-add {
    flex: 1 1 100%;
    justify-content: center;
  }

  .og-sim-opp li {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }

  .og-sim-opp-bar {
    display: none;
  }
}


.bac-orientation-link {
  margin: 3rem auto 0;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 1.3rem 1.5rem;
  color: #fff;
}

.bac-orientation-link h2 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 0.4rem;
  color: #fff;
}

.bac-orientation-link p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 1rem;
  max-width: 70ch;
  line-height: 1.6;
}

.bac-orientation-link strong {
  color: #6fd2f2;
}

.bac-orientation-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.7rem;
}

.bac-orientation-actions .og-launch-btn {
  display: inline-block;
  text-decoration: none !important;
}

.bac-orientation-actions ul {
  margin: 0;
  padding-left: 1.2rem;
}

.bac-orientation-actions li {
  margin: 0;
  padding: 5px 0;
  line-height: 1.4;
}

.bac-orientation-secondary {
  font-size: 0.88rem;
  font-weight: 600;
  color: #6fd2f2 !important;
  text-decoration: underline !important;
}



.og-band-unscorable {
  background: #eef1f4;
  color: #4a5b6a;
  border-color: #d7dde2;
}


.og-launch-wait {
  background: rgba(79, 195, 232, 0.1);
  border: 1px solid rgba(79, 195, 232, 0.35);
  border-radius: 10px;
  padding: 0.6rem 0.9rem;
}

.og-launch-wait .og-launch-hint {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.55;
}

.og-launch-wait i {
  color: #4fc3e8;
  margin-inline-end: 0.3rem;
}


.bac-draft-offer {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.2);
}

.bac-draft-offer i {
  color: rgba(255, 255, 255, 0.65);
}

.bac-draft-restore {
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  color: #012535;
  background: #4fc3e8;
  border: 1px solid #4fc3e8;
  border-radius: 7px;
  padding: 0.2rem 0.6rem;
  cursor: pointer;
}

.bac-draft-restore:hover {
  background: #6fd2f2;
}

.bac-draft-dismiss {
  font: inherit;
  font-size: 1.1rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.55);
  background: transparent;
  border: none;
  border-radius: 6px;
  padding: 0.1rem 0.4rem;
  cursor: pointer;
}

.bac-draft-dismiss:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}


.og-sim-answers {
  border: 1px solid #dfdbd2;
  border-radius: 10px;
  margin: 0.85rem 0;
  background: #f7f5f1;
}

.og-sim-answers > summary {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.8rem;
  cursor: pointer;
  font-size: 0.85rem;
  color: #1a2733;
  list-style: none;
}

.og-sim-answers > summary::-webkit-details-marker {
  display: none;
}

.og-sim-answers > summary::after {
  content: "▾";
  margin-inline-start: auto;
  color: #8a97a3;
  transition: transform 0.15s ease;
}

.og-sim-answers[open] > summary::after {
  transform: rotate(180deg);
}

.og-sim-answers > summary i {
  color: #b25e00;
  flex: none;
}

.og-sim-answers > summary em {
  font-style: normal;
  color: #5b6b7a;
  font-size: 0.82rem;
}

.og-sim-answers .og-sim-fields {
  padding: 0 0.8rem 0.8rem;
  margin: 0;
}

/* On a narrow screen the flex row (icon, bold count, "- explanation" em) had
   nowhere to put a long explanation, so it wrapped mid-sentence under the
   chevron. Give the em its own line instead - the icon and the count stay a
   short, readable first line. */
@media (max-width: 620px) {
  .og-sim-answers > summary {
    flex-wrap: wrap;
    row-gap: 0.2rem;
  }

  .og-sim-answers > summary em {
    flex: 1 1 100%;
    margin-inline-start: 1.4rem;
  }
}


#ogSimView {
  max-width: 15rem;
}


.og-sim .og-chip-ask {
  background: #fdf3e2;
  color: #8a5a00;
  border-color: #eeddbc;
}

.og-sim-code {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: #227094;
}


.og-sim-note {
  margin: 1rem 0 0.5rem;
  border: 1px solid #dfdbd2;
  border-radius: 10px;
  background: #f7f5f1;
  font-size: 0.84rem;
}

.og-sim-note > summary {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
  color: #5b6b7a;
  list-style: none;
  font-weight: 600;
}

.og-sim-note > summary::-webkit-details-marker {
  display: none;
}

.og-sim-note > summary i {
  color: #b25e00;
  flex: none;
}

.og-sim-note .og-note-body {
  padding: 0 0.8rem 0.7rem;
  color: #5b6b7a;
  line-height: 1.6;
}

.og-sim-note .og-note-body strong {
  color: #1a2733;
}

.og-sim-note .og-note-body p {
  margin: 0 0 0.5rem;
}

.og-sim-note .og-note-body p:last-child {
  margin-bottom: 0;
}

.og-sim-field > select,
.og-sim-field > input {
  margin-top: auto;
}


.og-sim-add {
  margin-top: 0.15rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  border: 1px solid var(--og-mid);
  background: #fff;
  color: var(--og-mid);
  font-size: 0.74rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.og-sim-add:hover,
.og-sim-add:focus-visible {
  background: var(--og-mid);
  color: #fff;
}


.ogp-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.2rem 0 3rem;
}

.ogp-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.8rem 1.2rem;
  margin-bottom: 1rem;
}

.ogp-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  color: #12c5da !important;
  margin-bottom: 0.25rem;
}

.ogp-back:hover {
  color: #7fe4f0 !important;
  text-decoration: underline !important;
}

.ogp-id h1 {
  margin: 0;
  font-size: 1.45rem;
  color: #eaf2f7;
}

.ogp-sub {
  margin: 0.3rem 0 0;
  font-size: 0.88rem;
  color: #9fb3c2;
}

.ogp-sub b {
  color: #eaf2f7;
  font-variant-numeric: tabular-nums;
}

.ogp-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}

.ogp-switch {
  display: grid;
  gap: 0.2rem;
  font-size: 0.76rem;
  color: #9fb3c2;
  margin: 0;
}

.ogp-switch select {
  appearance: none;
  -webkit-appearance: none;
  padding: 0.4rem 2rem 0.4rem 0.6rem;
  border-radius: 10px;
  border: 1px solid #2b3f52;
  background-color: #1e2f3d;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%239fb3c2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 14px;
  color: #eaf2f7;
  font-size: 0.85rem;
  min-width: 14rem;
  max-width: 24rem;
  cursor: pointer;
}

.ogp-switch select:hover:not(:disabled) { border-color: #12c5da; }

.ogp-switch select:focus-visible {
  outline: 2px solid #12c5da;
  outline-offset: 1px;
}

.ogp-switch select:disabled {
  cursor: default;
  opacity: 1;
  background-image: none;
  padding-right: 0.6rem;
  color: #cfe0ea;
}

.ogp-manage {
  font-size: 0.76rem;
  color: #12c5da !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  width: fit-content;
  margin-top: 0.1rem;
}

.ogp-manage:hover { text-decoration: underline !important; }

.ogp-scope {
  display: inline-flex;
  padding: 3px;
  border-radius: 999px;
  border: 1px solid #2b3f52;
  background: #16232e;
}

.ogp-scope-btn {
  border: 0;
  background: transparent;
  color: #9fb3c2;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
}

.ogp-scope-btn.is-on {
  background: #12c5da;
  color: #06222a;
}

#ogSimPageBody.og-sim {
  background: #fbfaf7;
  border: 1px solid #dfdbd2;
  border-radius: 16px;
  padding: 1rem 1.1rem 1.4rem;
}

.ogp-empty {
  max-width: 46rem;
  margin: 2rem auto;
  padding: 1.8rem;
  text-align: center;
  border: 1px dashed #2b3f52;
  border-radius: 16px;
  color: #9fb3c2;
}

.ogp-empty h1 {
  font-size: 1.3rem;
  color: #eaf2f7;
  margin-bottom: 0.6rem;
}

.ogp-empty p {
  margin-bottom: 1.2rem;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .ogp-head {
    flex-direction: column;
    align-items: stretch;
  }

  #ogSimPageBody.og-sim {
    padding: 0.8rem 0.7rem 1.2rem;
    border-radius: 12px;
  }
}
