

*,
::after,
::before,
::backdrop,
::file-selector-button {
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
  border: 0 solid; 
}

html,
:host {
  line-height: 1.5; 
  -webkit-text-size-adjust: 100%; 
  tab-size: 4; 
  font-family: --theme(
    --default-font-family,
    ui-sans-serif,
    system-ui,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji'
  ); 
  font-feature-settings: --theme(--default-font-feature-settings, normal); 
  font-variation-settings: --theme(--default-font-variation-settings, normal); 
  -webkit-tap-highlight-color: transparent; 
}

hr {
  height: 0; 
  color: inherit; 
  border-top-width: 1px; 
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: --theme(
    --default-mono-font-family,
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    'Liberation Mono',
    'Courier New',
    monospace
  ); 
  font-feature-settings: --theme(--default-mono-font-feature-settings, normal); 
  font-variation-settings: --theme(--default-mono-font-variation-settings, normal); 
  font-size: 1em; 
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0; 
  border-color: inherit; 
  border-collapse: collapse; 
}

:-moz-focusring {
  outline: auto;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

ol,
ul,
menu {
  list-style: none;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; 
  vertical-align: middle; 
}

img,
video {
  max-width: 100%;
  height: auto;
}

button,
input,
select,
optgroup,
textarea,
::file-selector-button {
  font: inherit; 
  font-feature-settings: inherit; 
  font-variation-settings: inherit; 
  letter-spacing: inherit; 
  color: inherit; 
  border-radius: 0; 
  background-color: transparent; 
  opacity: 1; 
}

:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}

:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}

::file-selector-button {
  margin-inline-end: 4px;
}

::placeholder {
  opacity: 1;
}

@supports (not (-webkit-appearance: -apple-pay-button))  or
  (contain-intrinsic-size: 1px)  {
  ::placeholder {
    color: color-mix(in oklab, currentcolor 50%, transparent);
  }
}

textarea {
  resize: vertical;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-date-and-time-value {
  min-height: 1lh; 
  text-align: inherit; 
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}

::-webkit-calendar-picker-indicator {
  line-height: 1;
}

:-moz-ui-invalid {
  box-shadow: none;
}

button,
input:where([type='button'], [type='reset'], [type='submit']),
::file-selector-button {
  appearance: button;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}

.atlas-surface {
  
  --g0: #fafbfd; --g1: #ffffff; --g2: #f0f3f8; --g3: #e6ebf2;
  --ink: #14171d; --mid: #444b59; --dim: #545b68;
  --gilt-text: #5c4108;
  --line: rgba(20, 23, 29, 0.14); --line-soft: rgba(20, 23, 29, 0.08);
  --az-text: #1b4f8a; --glow: rgba(42, 102, 168, 0.22);
  --c-tu: #6e6597; 
  --g3: #e6ebf2;
  --gilt-text: #5c4108; --gilt-line: rgba(111, 78, 8, 0.4);
  --fence-line: rgba(20, 23, 29, 0.34);
  --radius: 14px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);

  
  --gl-accent: var(--atlas);
  --gl-az: 332deg;
  --gl-dx: calc(-1 * sin(var(--gl-az)));
  --gl-dy: calc(cos(var(--gl-az)));
  --gl-sweep: calc(var(--gl-az) - 180deg);
  --gl-drop: 1.55;
  
  --gl-radius: var(--radius);
  --gl-bloom: calc(var(--gl-radius) + 8px);
  --gl-blur: 22px;
  --gl-sat: 1.7;
  --gl-glint-r: 46px;
  --gl-glint-off: 15px;

  
  --gl-body: rgba(255, 255, 255, 0.52);
  --gl-lip: rgba(255, 255, 255, 0.98);
  --gl-pool: rgba(255, 255, 255, 0.97);
  --gl-sheen: rgba(255, 255, 255, 0.88);
  --gl-tint: rgba(58, 48, 36, 0.072);
  --gl-glint: rgba(255, 255, 255, 0.42);
  --gl-rim-1: rgba(255, 255, 255, 0.7);
  --gl-tint-mid: rgba(58, 48, 36, 0.028);
  --gl-fall-in: 6%; --gl-fall-mid: 44%;
  --gl-pool-w: 64%; --gl-pool-h: 22%;
  --gl-lip-top: rgba(255, 255, 255, 0.52);
  --gl-lip-left: rgba(255, 255, 255, 0.34);
  --gl-lip-right: rgba(48, 40, 30, 0.045);
  --gl-lip-bottom: rgba(48, 40, 30, 0.055);
  --gl-contour-away: rgba(52, 44, 34, 0.17);
  --gl-contour-lit: rgba(52, 44, 34, 0.075);
  --gl-contact: rgba(46, 38, 28, 0.17);
  --gl-mid: rgba(50, 40, 28, 0.155);
  --gl-amb: rgba(56, 44, 26, 0.3);

  
  --gl-floor: rgba(255, 255, 255, 0.76);

  
  --strata: rgba(18, 59, 46, 0.085);
  --strata-under: rgba(18, 59, 46, 0.035);
  --strata-seam: rgba(138, 98, 16, 0.38);
  --aur-fade: rgba(250, 251, 253, 0.65);
  --aur-floor: #fafbfd;

  
  --mast-h: 48px;
  
  --brand: #123b2e;
  --brand-ink: #ffffff;
  --brand-text: #123b2e;
  
  --node: #d5a63a;
  
  --brand-2: #d5a63a;
  --brand-2-ink: #000000;
  
  --brand-2-text: #5c4108;
  
  --accent: var(--brand-text);
  
  --shell-account-fill: var(--brand);

  
  --paper: var(--g1);
  --paper-deep: var(--g2);
  --ink-soft: var(--dim);
  --rule: var(--line);
  --rule-strong: rgba(20, 23, 29, 0.22);

  
  --c-op: #9ca0a8; 
  --c-op-text: #65686f; 
  
  --atlas: #8e929a;
  --atlas-ink: #000000;

  min-height: 100dvh;
  background: var(--g0);
  color: var(--ink);
  font-family: var(--font-familjen), "Familjen Grotesk", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  
  overflow-x: clip;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  color-scheme: light;
}

.atlas-surface[data-theme="dark"] {
  --g0: #0e1116; --g1: #141923; --g2: #1b212c; --g3: #242c38;
  --ink: #edf1f7; --mid: #b7c0cd; --dim: #97a1b0;
  
  --prod-mk-ring: rgba(222, 232, 245, 0.42);
  --gilt-text: #d8b470;
  --line: rgba(222, 232, 245, 0.13); --line-soft: rgba(222, 232, 245, 0.07);
  --az-text: #9fc4e8; --glow: rgba(84, 145, 212, 0.16);

  --gilt-line: rgba(216, 180, 112, 0.42);
  --fence-line: rgba(222, 232, 245, 0.34);
  --rule-strong: rgba(222, 232, 245, 0.22);
  
  --ink-soft: var(--mid);
  
  --c-op: #9ca0a8;
  --c-op-text: #aaaeb6;
  
  --brand: #1b5744;
  --brand-text: #62c7a1;
  
  --brand-2-text: #d8b470;
  --accent: var(--brand-text);

  
  --gl-body: rgba(34, 32, 30, 0.5);
  --gl-lip: rgba(255, 255, 255, 0.34);
  --gl-pool: rgba(255, 255, 255, 0.055);
  --gl-sheen: rgba(255, 255, 255, 0.022);
  --gl-tint: rgba(0, 0, 0, 0.36);
  --gl-glint: rgba(255, 255, 255, 0.03);
  --gl-rim-1: rgba(255, 255, 255, 0.7);
  --gl-tint-mid: rgba(0, 0, 0, 0.18);
  --gl-fall-in: 38%; --gl-fall-mid: 70%;
  --gl-lip-top: rgba(255, 255, 255, 0.34);
  --gl-lip-left: rgba(255, 255, 255, 0.2);
  --gl-lip-right: rgba(255, 255, 255, 0.048);
  --gl-lip-bottom: rgba(255, 255, 255, 0.045);
  --gl-contour-away: rgba(0, 0, 0, 0.66);
  --gl-contour-lit: rgba(0, 0, 0, 0.1);
  --gl-contact: rgba(0, 0, 0, 0.56);
  --gl-mid: rgba(0, 0, 0, 0.48);
  --gl-amb: rgba(0, 0, 0, 0.64);
  --gl-floor: rgba(24, 30, 40, 0.76);

  
  --strata: rgba(27, 87, 68, 0.26);
  --strata-under: rgba(27, 87, 68, 0.1);
  --strata-seam: rgba(216, 180, 112, 0.3);
  --aur-fade: rgba(14, 17, 22, 0.6);
  --aur-floor: #0e1116;
  color-scheme: dark;
}

.atlas-surface::before,
.atlas-surface::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.atlas-surface::before {
  top: calc(var(--mast-h) + 1px);
  background:
    linear-gradient(
      180deg,
      transparent calc(30% - 0.5px),
      var(--strata-seam) calc(30% - 0.5px),
      var(--strata-seam) calc(30% + 0.5px),
      transparent calc(30% + 0.5px)
    ),
    linear-gradient(
      180deg,
      var(--strata) 0%,
      transparent 30%,
      var(--strata-under) 31%,
      transparent 58%
    );
}

.atlas-surface::after {
  background: linear-gradient(180deg, transparent 0%, var(--aur-fade) 38%, var(--aur-floor) 62%);
}
.atlas-surface .atlas-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 16px 40px;
  
  position: relative;
  z-index: 1;
}

@media (max-width: 999px) {
  .atlas-surface .atlas-content { padding: 6px 16px 24px; }
}

.atlas-surface .at-skip {
  position: absolute;
  left: -9999px;
}
.atlas-surface .at-skip:focus {
  left: 12px;
  top: 12px;
  z-index: 60;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 700;
}

.atlas-surface .at-app {
  max-width: 1180px;
  margin: 0 auto;
  min-width: 0;
}

.atlas-surface .at-bar,
.atlas-surface .at-side,
.atlas-surface .at-main,
.atlas-surface .at-queue {
  
  background:
    
    linear-gradient(180deg, var(--gl-lip) 0%, transparent 4.5%),
    
    radial-gradient(var(--gl-pool-w) var(--gl-pool-h) at 3% -2%, var(--gl-pool) 0%, transparent 68%),
    
    linear-gradient(var(--gl-sweep), transparent 3%, var(--gl-sheen) 16%, transparent 43%),
    
    radial-gradient(circle var(--gl-glint-r)
      at calc(100% - var(--gl-glint-off)) calc(100% - var(--gl-glint-off)),
      var(--gl-glint) 0%, transparent 100%),
    
    radial-gradient(132% 112% at 3% -5%,
      transparent var(--gl-fall-in), var(--gl-tint-mid) var(--gl-fall-mid), var(--gl-tint) 100%),
    
    var(--gl-body);
  
  -webkit-backdrop-filter: blur(var(--gl-blur)) saturate(var(--gl-sat));
  backdrop-filter: blur(var(--gl-blur)) saturate(var(--gl-sat));
  box-shadow:
    
    inset 0 1px 0 var(--gl-lip-top),
    inset 1px 0 0 var(--gl-lip-left),
    inset -1px 0 0 var(--gl-lip-right),
    inset 0 -1px 0 var(--gl-lip-bottom),
    
    calc(var(--gl-dx) * 1px) calc(var(--gl-dy) * 1px) 0 0.5px var(--gl-contour-away),
    calc(var(--gl-dx) * -0.5px) calc(var(--gl-dy) * -0.5px) 1.2px 0.1px var(--gl-contour-lit),
    calc(var(--gl-dx) * 2px) calc(var(--gl-dy) * var(--gl-drop) * 2px) 3px -1px var(--gl-contact),
    calc(var(--gl-dx) * 8px) calc(var(--gl-dy) * var(--gl-drop) * 8px) 18px -9px var(--gl-mid),
    calc(var(--gl-dx) * 26px) calc(var(--gl-dy) * var(--gl-drop) * 26px) 58px -28px var(--gl-amb);
}

@supports not (top: calc(sin(30deg) * 1px)) {
  .atlas-surface { --gl-dx: 0.469; --gl-dy: 0.883; }
}

.atlas-surface .at-bar {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  
  padding: 3px 12px;
  min-height: 0;
  
  border: 1px solid transparent;
  border-radius: var(--radius);
  margin-bottom: 8px;
}

.atlas-surface .at-h1 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--ink);
  flex: none;
}

.atlas-surface .at-more {
  position: relative;
  flex: none;
}
.atlas-surface .at-more-summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 12.4px;
  font-weight: 700;
  color: var(--ink-soft);
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}
.atlas-surface .at-more-summary::-webkit-details-marker {
  display: none;
}
.atlas-surface .at-more[open] > .at-more-summary {
  color: var(--ink);
}

.atlas-surface .at-btn-glyph {
  display: none;
}

@media (max-width: 420px) {
  
  .atlas-surface .at-h1,
  .atlas-surface .at-more-word,
  .atlas-surface .at-btn-word {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .atlas-surface .at-btn-glyph {
    display: inline;
  }
}

@media (max-width: 360px) {
  .atlas-surface .at-bar {
    padding: 8px 6px;
    gap: 6px;
  }
  .atlas-surface .at-bar-controls {
    gap: 5px;
  }
  .atlas-surface .at-more-summary {
    padding: 0 6px;
  }
  
  .atlas-surface .at-bar .at-btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .atlas-surface .at-bar .at-seg-btn {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.atlas-surface .at-more-sheet {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: max-content;
  max-width: min(320px, calc(100vw - 24px));
  padding: 12px 14px;
  border: 1px solid var(--rule-strong);
  border-radius: 11px;
  background: var(--paper-deep);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
}

.atlas-surface .at-bar-id {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex-wrap: wrap;
}

.atlas-surface .at-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  
  background: var(--brand-2);
  color: var(--brand-2-ink);
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: 0.02em;
  flex: none;
  
  box-shadow:
    inset 0 0 0 1px var(--brand-2-text),
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2),
    0 1px 3px rgba(20, 16, 6, 0.16);
}

.atlas-surface .at-id-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.atlas-surface .at-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.15;
}
.atlas-surface .at-org {
  font-size: 12.5px;
  color: var(--ink-soft);
}

.atlas-surface .at-bar-controls {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.atlas-surface .at-seg {
  display: inline-flex;
  padding: 3px;
  gap: 3px;
  border: 1px solid var(--rule);
  border-radius: 999px;
  
  background: color-mix(in srgb, var(--paper-deep) 62%, transparent);
}
.atlas-surface .at-seg-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  font: inherit;
  font-weight: 700;
  font-size: 13.1px;
  padding: 6px 16px;
  border-radius: 999px;
  cursor: pointer;
}
.atlas-surface .at-seg-btn.is-on {
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.atlas-surface .at-seg-btn:focus-visible,
.atlas-surface .at-pill:focus-visible,
.atlas-surface .at-row:focus-visible,
.atlas-surface .at-btn:focus-visible,
.atlas-surface .at-receipt:focus-visible,
.atlas-surface .at-link:focus-visible {
  
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.atlas-surface .at-btn {
  appearance: none;
  font: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}
.atlas-surface .at-btn:hover:not(:disabled) {
  background: var(--g2);
}
.atlas-surface .at-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.atlas-surface .at-btn-primary {
  background: var(--brand);
  color: var(--brand-ink);
  border-color: var(--brand);
}
.atlas-surface .at-btn-primary:hover:not(:disabled) {
  background: color-mix(in oklab, var(--brand) 84%, black);
  border-color: color-mix(in oklab, var(--brand) 84%, black);
}

.atlas-surface .at-btn-primary:disabled {
  background: transparent;
  color: var(--dim);
  border: 1px dashed var(--fence-line);
  opacity: 1;
}
.atlas-surface .at-btn-ghost {
  background: transparent;
  border-color: var(--rule);
  color: var(--ink-soft);
}

.atlas-surface .at-btn-sm {
  min-height: 40px;
  padding: 9px 14px;
  font-size: 14px;
}
.atlas-surface .at-btn-learn {
  border-style: dashed;
  width: 100%;
  margin-top: 10px;
}
.atlas-surface .at-btn-queue.is-on,

.atlas-surface .at-btn-ghost.is-on {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.atlas-surface .at-count {
  display: inline-grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  margin-left: 7px;
  padding: 0 5px;
  border-radius: 999px;
  
  background: var(--brand-2);
  color: var(--brand-2-ink);
  box-shadow: inset 0 0 0 1px var(--brand-2-text);
  font-size: 11.5px;
  font-weight: 800;
}

.atlas-surface .at-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-jetbrains), "JetBrains Mono", ui-monospace, monospace;
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: 0.04em;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--mid);
  background: var(--g2);
  white-space: nowrap;
}

.atlas-surface .at-chip-demo {
  letter-spacing: 0.02em;
  white-space: normal;
  max-width: 100%;
  text-align: left;
}

.atlas-surface .at-chip-wait,
.atlas-surface .at-chip-phase {
  font-weight: 700;
  background: var(--g3);
  border: 1px dashed var(--fence-line);
  color: var(--ink);
}

.atlas-surface .at-chip-view {
  font-weight: 700;
  background: var(--g3);
  border: 1px dashed var(--fence-line);
  color: var(--ink);
  white-space: normal;
  max-width: 100%;
  line-height: 1.35;
  text-align: left;
}

.atlas-surface .at-steps {
  margin: 0 0 12px;
  padding-left: 22px;
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.6;
}
.atlas-surface .at-steps li { margin: 0 0 7px; }
.atlas-surface .at-steps code,
.atlas-surface .at-note code {
  font-family: var(--font-jetbrains), "JetBrains Mono", ui-monospace, monospace;
  font-size: 12.5px;
  color: var(--ink);
  word-break: break-all;
}

.atlas-surface .at-actas {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.atlas-surface .at-actas-label {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.atlas-surface .at-actas-real {
  min-width: 0;
}
.atlas-surface .at-you {
  display: flex;
  flex-direction: column;
  min-width: 0;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
}
.atlas-surface .at-you-role {
  font-size: 11.5px;
  font-weight: 500;
  color: var(--ink-soft);
}
.atlas-surface .at-select,
.atlas-surface .at-input,
.atlas-surface .at-textarea {
  font: inherit;
  
  min-height: 48px;
  font-size: 16px;
  color: var(--ink);
  background: var(--g1);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  max-width: 100%;
}
.atlas-surface .at-input::placeholder,
.atlas-surface .at-textarea::placeholder { color: var(--dim); }
.atlas-surface .at-input:focus,
.atlas-surface .at-select:focus,
.atlas-surface .at-textarea:focus { border-color: var(--accent); outline: none; }
.atlas-surface .at-select-wide,
.atlas-surface .at-input,
.atlas-surface .at-textarea {
  width: 100%;
}
.atlas-surface .at-textarea {
  resize: vertical;
  min-height: 96px;
  line-height: 1.5;
}

.atlas-surface .at-live {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.atlas-surface .at-flash {
  margin: 0 0 12px;
  padding: 9px 12px;
  border-radius: 9px;
  border: 1px solid var(--rule-strong);
  background: var(--paper-deep);
  color: var(--ink);
  font-size: 13.6px;
  font-weight: 600;
}

.atlas-surface .at-flash-err {
  border-left: 4px solid var(--ink);
  font-weight: 800;
}

.atlas-surface .at-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
}
@media (min-width: 900px) {
  .atlas-surface .at-split {
    grid-template-columns: minmax(260px, 340px) 1fr;
  }
}

.atlas-surface .at-side,
.atlas-surface .at-main,
.atlas-surface .at-queue {
  
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 18px;
  min-width: 0;
}

@media (min-width: 900px) {
  .atlas-surface .at-side {
    min-height: 0;
    overflow: auto;
  }
}

.atlas-surface .at-new-q {
  appearance: none;
  font: inherit;
  font-size: 13.4px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  margin-bottom: 12px;
  border-radius: 10px;
  border: 1px solid var(--brand-text);
  background: transparent;
  color: var(--brand-text);
  cursor: pointer;
}
.atlas-surface .at-new-q:hover {
  background: var(--brand);
  color: var(--brand-ink);
}

.atlas-surface .at-new-q[aria-current="true"] {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--brand-ink);
}

.atlas-surface .at-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.atlas-surface .at-pill {
  appearance: none;
  font: inherit;
  font-size: 12.2px;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid var(--rule-strong);
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
}

.atlas-surface .at-pill.is-on {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--brand-ink);
}

.atlas-surface .at-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.atlas-surface .at-row {
  appearance: none;
  font: inherit;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 9px 10px;
  border-radius: 9px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  color: var(--ink);
}
.atlas-surface .at-row:hover {
  background: var(--paper-deep);
}
.atlas-surface .at-row.is-on {
  background: var(--paper-deep);
  border-color: var(--rule-strong);
  
  box-shadow: inset 3px 0 0 var(--brand);
}
.atlas-surface .at-row-top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 11.5px;
  color: var(--ink-soft);
}
.atlas-surface .at-row-who {
  font-weight: 800;
  color: var(--ink);
}
.atlas-surface .at-row-subject {
  font-size: 14.5px;
  line-height: 1.35;
  font-weight: 600;
}
.atlas-surface .at-row-state {
  font-size: 11.5px;
  color: var(--ink-soft);
}

.atlas-surface .at-notices-lede {
  margin: 2px 0 4px;
  font-size: 12.6px;
  color: var(--ink-soft);
}
.atlas-surface .at-ngroup {
  margin-top: 18px;
}
.atlas-surface .at-ngroup:first-of-type {
  margin-top: 10px;
}
.atlas-surface .at-ngroup-head {
  display: flex;
  align-items: baseline;
  gap: 9px;
  flex-wrap: wrap;
  margin: 0 0 8px;
  padding: 0 0 7px;
  border-bottom: 1px solid var(--rule);
  font-size: 11px;
  font-weight: 600;
}
.atlas-surface .at-ngroup-glyph {
  font-size: 14px;
  line-height: 1;
  color: var(--ink);
}
.atlas-surface .at-ngroup-name {
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--ink);
}

.atlas-surface .at-ngroup-count {
  color: var(--ink-soft);
  letter-spacing: 0.04em;
}
.atlas-surface .at-ngroup-why {
  flex-basis: 100%;
  font-size: 12.4px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--ink-soft);
}

.atlas-surface .at-ngroup-why-open {
  margin: 0 0 10px;
}

.atlas-surface .at-ngroup-bridge {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  text-align: left;
}

.atlas-surface .at-ntabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 6px;
  margin: 10px 0 12px;
  padding: 0 0 8px;
  border-bottom: 1px solid var(--rule);
}
.atlas-surface .at-ntab {
  appearance: none;
  font: inherit;
  font-size: 12.2px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  
  min-height: 44px;
  
  padding: 4px 8px;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  text-align: left;
}
.atlas-surface .at-ntab:hover {
  color: var(--ink);
}
.atlas-surface .at-ntab.is-on {
  border-color: var(--ink);
  color: var(--ink);
  font-weight: 800;
}
.atlas-surface .at-ntab-glyph {
  font-size: 13px;
  line-height: 1;
}
.atlas-surface .at-ntab-label {
  min-width: 0;
  
  overflow-wrap: break-word;
}

.atlas-surface .at-ntab-count {
  font-weight: 700;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
}
.atlas-surface .at-ntab.is-on .at-ntab-count {
  color: var(--ink);
}

.atlas-surface .at-pane-head {
  display: flex;
  justify-content: flex-end;
  margin: -4px 0 2px;
}
.atlas-surface .at-pane-close {
  appearance: none;
  font: inherit;
  font-size: 12.2px;
  font-weight: 600;
  min-height: 44px;
  padding: 4px 8px;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
}
.atlas-surface .at-pane-close:hover {
  color: var(--ink);
}

.atlas-surface .at-row-lead {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  min-width: 0;
  
  flex-wrap: wrap;
}

.atlas-surface .at-fold {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--ink);
  border: 1px solid var(--rule-strong);
  border-radius: 999px;
  padding: 1px 7px;
  white-space: nowrap;
}

.atlas-surface .at-row-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.atlas-surface .at-row.is-quiet .at-row-who {
  font-weight: 600;
  color: var(--mid);
}
.atlas-surface .at-row.is-quiet .at-row-subject {
  font-weight: 500;
  color: var(--mid);
}
.atlas-surface .at-notices-foot {
  margin: 14px 0 0;
  padding-top: 10px;
  border-top: 1px solid var(--rule);
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--ink-soft);
}

.atlas-surface .at-empty {
  padding: 14px 10px;
  font-size: 13.4px;
  color: var(--ink-soft);
}
.atlas-surface .at-side-foot {
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px solid var(--rule);
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--ink-soft);
}

.atlas-surface .at-lib-sec {
  margin-bottom: 14px;
}
.atlas-surface .at-lib-h {
  margin: 0 0 5px;
  font-size: 11.2px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--font-jetbrains), \"JetBrains Mono\", ui-monospace, monospace;
  color: var(--gilt-text);
}

.atlas-surface .at-lib-kind {
  display: block;
  margin-bottom: 22px;
}
.atlas-surface .at-lib-kind + .at-lib-kind {
  padding-top: 16px;
  border-top: 1px solid var(--rule);
}
.atlas-surface .at-lib-kind-h {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 10px;
  font-size: inherit;
  font-weight: inherit;
}
.atlas-surface .at-lib-kind-n {
  font-family: var(--font-jetbrains), \"JetBrains Mono\", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--mid);
}

.atlas-surface .at-chip-kind {
  font-weight: 700;
  background: var(--g3);
  border: 1px solid var(--rule);
  color: var(--ink);
}
.atlas-surface .at-chip-unfiled {
  font-weight: 600;
  background: transparent;
  border: 1px dashed var(--line);
  color: var(--mid);
}

.atlas-surface .at-h2 {
  margin: 0 0 6px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1.2;
}

.atlas-surface .at-notices > .at-h2,
.atlas-surface .at-queue .at-h2 {
  font-size: 16.3px;
}
.atlas-surface .at-h3 {
  margin: 16px 0 7px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: var(--font-jetbrains), \"JetBrains Mono\", ui-monospace, monospace;
  color: var(--gilt-text);
}
.atlas-surface .at-lede {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.atlas-surface .at-label {
  display: block;
  margin: 12px 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--mid);
}
.atlas-surface .at-note {
  margin: 8px 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.atlas-surface .at-note-tight {
  margin-top: 0;
}
.atlas-surface .at-link {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  text-align: left;
}

.atlas-surface .at-thread-head {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 12px;
}
.atlas-surface .at-thread-title {
  margin: 0 0 4px;
  font-size: 16.3px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--ink);
}
.atlas-surface .at-thread-meta {
  margin: 0;
  font-size: 11.8px;
  color: var(--ink-soft);
}

.atlas-surface .at-msgs {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.atlas-surface .at-msg {
  padding: 11px 13px;
  border-radius: 11px;
  background: var(--paper-deep);
  border: 1px solid var(--rule);
}

.atlas-surface .at-msg-atlas {
  border-left: 3px solid var(--brand-2-text);
}
.atlas-surface .at-msg-owner {
  border-left: 3px solid var(--ink);
}
.atlas-surface .at-msg-who {
  margin: 0 0 6px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-soft);
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.atlas-surface .at-msg-when {
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.atlas-surface .at-msg-kind {
  margin-right: auto;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  color: var(--dim);
}
.atlas-surface .at-msg-line {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink);
}
.atlas-surface .at-msg-line:last-of-type {
  margin-bottom: 0;
}
.atlas-surface .at-msg-gap {
  display: block;
  height: 6px;
}

.atlas-surface .at-msg-orphaned {
  border-style: dashed;
}
.atlas-surface .at-orphan-note {
  margin: 0 0 8px;
  padding-bottom: 7px;
  border-bottom: 1px dashed var(--rule-strong);
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--ink-soft);
  font-style: italic;
}
.atlas-surface .at-why {
  margin: 8px 0 0;
  padding-top: 8px;
  border-top: 1px dashed var(--rule-strong);
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--ink-soft);
}

.atlas-surface .at-receipts {
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid var(--rule);
}
.atlas-surface .at-receipt {
  appearance: none;
  font: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  width: 100%;
  text-align: left;
  padding: 7px 10px;
  border-radius: 8px;
  border: 1px solid var(--rule-strong);
  background: var(--paper);
  cursor: pointer;
  font-size: 11.8px;
  color: var(--ink-soft);
}
.atlas-surface .at-receipt:hover {
  border-color: var(--ink);
}
.atlas-surface .at-receipt-title {
  font-weight: 800;
  color: var(--ink);
}
.atlas-surface .at-receipt-go {
  margin-left: auto;
  font-weight: 800;
  color: var(--ink);
}
.atlas-surface .at-disclaimer {
  margin: 7px 0 0;
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--ink-soft);
  font-style: italic;
}

.atlas-surface .at-crm {
  margin: 0 0 14px;
  padding: 11px 13px;
  border: 1px dashed var(--rule-strong);
  border-radius: 11px;
  background: transparent;
}
.atlas-surface .at-crm-head {
  margin: 0 0 6px;
}
.atlas-surface .at-crm-body {
  margin: 0;
  font-size: 12.8px;
  line-height: 1.5;
  color: var(--ink-soft);
}

.atlas-surface .at-compose {
  padding-top: 12px;
  border-top: 1px solid var(--rule);
}
.atlas-surface .at-compose-new {
  border-top: 0;
  padding-top: 0;
}

.atlas-surface .at-compose-new .at-compose {
  border-top: 0;
  padding-top: 0;
}

.atlas-surface .at-verify {
  margin-top: 12px;
  padding: 13px;
  border: 1px solid var(--rule-strong);
  border-radius: 11px;
  background: var(--paper-deep);
}
.atlas-surface .at-verify-head {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.atlas-surface .at-verify-lede {
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--mid);
}
.atlas-surface .at-verify-moves,
.atlas-surface .at-verify-notes {
  margin: 11px 0 0;
  padding-left: 0;
  list-style: none;
}
.atlas-surface .at-verify-moves li,
.atlas-surface .at-verify-notes li {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--mid);
}
.atlas-surface .at-verify-notes {
  padding-top: 9px;
  border-top: 1px dashed var(--rule-strong);
}
.atlas-surface .at-verify-organize,
.atlas-surface .at-verify-held {
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px dashed var(--rule-strong);
}
.atlas-surface .at-verify-held-head {
  margin: 0 0 6px;
}

.atlas-surface .at-verify-hint + .at-verify-held-head {
  margin-top: 11px;
}
.atlas-surface .at-verify-hint {
  margin: 6px 0 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--ink-soft);
}
.atlas-surface .at-verify-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
}

.atlas-surface .at-read-next {
  margin-top: 14px;
  padding: 13px;
  border: 1px solid var(--rule-strong);
  border-radius: 11px;
  background: var(--paper-deep);
}
.atlas-surface .at-read-next-q {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}
.atlas-surface .at-read-next-detail {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--mid);
}
.atlas-surface .at-read-next-options {
  margin: 10px 0 0;
  padding-left: 0;
  list-style: none;
}
.atlas-surface .at-read-next-options li {
  margin: 0 0 6px;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--ink-soft);
}
.atlas-surface .at-compose .at-btn {
  margin-top: 9px;
}
.atlas-surface .at-owner {
  margin-top: 4px;
}
.atlas-surface .at-learn,
.atlas-surface .at-rule,
.atlas-surface .at-readback {
  margin-top: 12px;
  padding: 13px;
  border: 1px solid var(--rule-strong);
  border-radius: 11px;
  background: var(--paper-deep);
}
.atlas-surface .at-rule {
  margin-top: 0;
  margin-bottom: 16px;
}
.atlas-surface .at-readback {
  background: var(--paper);
}

.atlas-surface .at-rule-alt {
  margin: 12px 0 0;
  padding-top: 11px;
  border-top: 1px solid var(--rule);
  font-size: 13.2px;
}
.atlas-surface .at-rule-alt a {
  font-weight: 700;
  color: var(--ink);
}
.atlas-surface .at-draft {
  margin: 8px 0;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.atlas-surface .at-draft li {
  font-size: 13.4px;
  line-height: 1.5;
  color: var(--ink);
}
.atlas-surface .at-newdoc {
  margin-top: 10px;
}

.atlas-surface .at-rule-draft,
.atlas-surface .at-newdoc-section {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.atlas-surface .at-rule-intro {
  margin: 10px 0 0;
  padding: 10px 0 10px 12px;
  border-left: 3px solid var(--ink);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.atlas-surface .at-rule-intro .at-note {
  margin: 0;
}

.atlas-surface .at-rule-ack {
  margin: 10px 0 0;
  padding-left: 12px;
  border-left: 3px solid var(--ink);
}

.atlas-surface .at-review-ask {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink);
}

.atlas-surface .at-rule-draft .at-review-hint .at-link {
  font-weight: 700;
}

.atlas-surface .at-rule-sections {
  margin-top: 6px;
}
.atlas-surface .at-rule-draft .at-review-hint .at-link:disabled {
  
  opacity: 0.55;
  cursor: default;
}

.atlas-surface .at-review-field {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.atlas-surface .at-review-stated {
  margin: 0;
  
  padding: 12px 14px;
  border-radius: 10px;
  background: var(--g2);
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
}
.atlas-surface .at-review-hint {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--ink-soft);
}

.atlas-surface .at-chip-public {
  font-weight: 800;
  background: var(--g3);
  border: 1px solid var(--fence-line);
  color: var(--ink);
}

.atlas-surface .at-audience {
  margin: 12px 0 0;
  padding: 10px 12px;
  border: 1px solid var(--rule);
  border-radius: 11px;
  background: var(--paper-deep);
}

.atlas-surface .at-newdoc-roles .at-check {
  margin-top: 9px;
}
.atlas-surface .at-newdoc-roles .at-review-hint {
  margin-top: 9px;
}
.atlas-surface .at-audience > .at-label {
  margin-top: 0;
  padding: 0;
}

.atlas-surface .at-radio {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 9px;
  cursor: pointer;
}
.atlas-surface .at-radio input {
  
  margin-top: 3px;
  flex: none;
}
.atlas-surface .at-radio strong {
  display: block;
  font-size: 13.4px;
  font-weight: 700;
  color: var(--ink);
}
.atlas-surface .at-radio .at-qmeta {
  margin-top: 2px;
}

.atlas-surface .at-warn {
  margin: 10px 0 0;
  padding: 8px 0 8px 11px;
  border-left: 3px solid var(--fence-line);
  font-size: 12.8px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--ink);
}
.atlas-surface .at-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.atlas-surface .at-actions-sticky {
  position: sticky;
  bottom: 0;
  padding: 10px 0 2px;
  
  background: linear-gradient(to top, var(--gl-floor) 70%, transparent);
}

.atlas-surface .at-check {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: 13.6px;
  line-height: 1.45;
  color: var(--ink);
  cursor: pointer;
}
.atlas-surface .at-check input {
  margin-top: 3px;
  flex: none;
  width: 16px;
  height: 16px;
  accent-color: var(--ink);
}
.atlas-surface .at-props {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.atlas-surface .at-props-line {
  display: block;
  margin-top: 3px;
  font-size: 12.5px;
  color: var(--ink-soft);
  font-style: italic;
}

.atlas-surface .at-doc-sec {
  margin: 0 0 3px;
  font-size: 11.2px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--font-jetbrains), \"JetBrains Mono\", ui-monospace, monospace;
  color: var(--gilt-text);
}
.atlas-surface .at-doc-meta {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.atlas-surface .at-doc-body {
  margin: 0 0 6px;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.atlas-surface .at-doc-body li {
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--ink);
}
.atlas-surface .at-doc-hist {
  margin-top: 8px;
  padding-top: 4px;
  border-top: 1px solid var(--rule);
}
.atlas-surface .at-hist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.atlas-surface .at-hist li {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  align-items: baseline;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--ink-soft);
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--rule);
}
.atlas-surface .at-hist-v {
  font-weight: 800;
  color: var(--ink);
  min-width: 30px;
}
.atlas-surface .at-hist-at {
  font-variant-numeric: tabular-nums;
}
.atlas-surface .at-hist-note {
  flex: 1 1 220px;
}

.atlas-surface .at-queue {
  margin-bottom: 12px;
}
.atlas-surface .at-queue-head {
  margin-bottom: 10px;
}
.atlas-surface .at-qlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.atlas-surface .at-qitem {
  padding: 12px;
  border: 1px solid var(--rule-strong);
  border-radius: 11px;
  background: var(--paper-deep);
}
.atlas-surface .at-qmeta {
  display: block;
  margin-top: 3px;
  font-size: 11.8px;
  font-weight: 600;
  color: var(--ink-soft);
}
.atlas-surface .at-modify {
  margin-top: 10px;
}
.atlas-surface .at-released {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--rule);
}
.atlas-surface .at-released summary {
  font-size: 12.5px;
  font-weight: 800;
  color: var(--ink-soft);
  cursor: pointer;
}
.atlas-surface .at-released .at-list {
  margin-top: 9px;
}

@media (prefers-reduced-transparency: reduce) {
  .atlas-surface,
  .atlas-surface[data-theme="dark"] {
    --gl-body: var(--g1);
    --gl-floor: var(--g1);
  }
  .atlas-surface .at-seg {
    background: var(--paper-deep);
    
    box-shadow: inset 0 1px 2px var(--gl-tint);
  }
  .atlas-surface .at-bar,
  .atlas-surface .at-side,
  .atlas-surface .at-main,
  .atlas-surface .at-queue {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .atlas-surface,
  .atlas-surface[data-theme="dark"] {
    --gl-body: var(--g1);
    --gl-floor: var(--g1);
  }
  .atlas-surface .at-seg {
    background: var(--paper-deep);
    box-shadow: inset 0 1px 2px var(--gl-tint);
  }
}

@media (max-width: 640px) {
  .atlas-surface {
    --gl-blur: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atlas-surface .at-app * {
    transition: none !important;
    animation: none !important;
  }
}

@media (max-width: 420px) {
  
  .atlas-surface .at-bar {
    padding: 8px;
  }
  
  .atlas-surface[data-posture="desk"] .at-app > .at-bar {
    position: sticky;
    top: 0;
    z-index: 5;
  }
  .atlas-surface .at-bar-controls {
    width: 100%;
  }
  .atlas-surface .at-actas {
    width: 100%;
  }
  .atlas-surface .at-select {
    flex: 1;
    min-width: 0;
  }
  .atlas-surface .at-side,
  .atlas-surface .at-main,
  .atlas-surface .at-queue {
    padding: 12px;
  }
}

.atlas-surface [data-lockup-name] {
  font-family: var(--font-familjen), "Familjen Grotesk", sans-serif;
  color: var(--lk-l);
}
.atlas-surface[data-theme="dark"] [data-lockup-name] { color: var(--lk-d); }

.atlas-surface .bx-main { min-width: 0; }

@media (max-width: 999px) {
  .atlas-surface { scroll-padding-bottom: 84px; }
}

.atlas-surface { scroll-padding-top: 76px; }

.atlas-surface .bx-back { margin: 0 0 4px; font-size: 13.5px; }
.atlas-surface .bx-back a {
  display: inline-flex; align-items: center;
  
  gap: 4px;
  min-height: 44px; padding-right: 8px;
}

.atlas-surface .bx-wshead { margin: 0 0 8px; }
.atlas-surface .bx-wshead h1 {
  margin: 0; font-size: 19px; font-weight: 700; line-height: 1.2; color: var(--ink);
}
@media (min-width: 700px) { .atlas-surface .bx-wshead h1 { font-size: 21px; } }
.atlas-surface .bx-wsdot { color: var(--mid); font-weight: 400; }
.atlas-surface .bx-wssection { font-weight: 600; color: var(--mid); }
.atlas-surface .bx-wslede {
  margin: 4px 0 0; font-size: 14px; color: var(--mid); line-height: 1.5; max-width: 60ch;
}
.atlas-surface .bx-h2 { margin: 0 0 8px; font-size: 17px; font-weight: 700; color: var(--ink); }

.atlas-surface p.bx-body { font-size: 14.5px; color: var(--mid); line-height: 1.6; max-width: 62ch; }

.atlas-surface .bx-chip {
  display: inline-flex; align-items: center; gap: 4px;
  margin: 0 0 12px; padding: 4px 10px;
  border: 1px solid var(--gilt-line); border-radius: 999px;
  background: var(--g2); color: var(--gilt-text);
  font-size: 12.5px; font-weight: 600;
}

.atlas-surface .bx-listcap {
  margin: 0 0 8px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid);
}

.atlas-surface .bx-unread-text { color: var(--brand-2-text); font-weight: 700; }
.atlas-surface .bx-list {
  list-style: none; margin: 0; padding: 0;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--g1);
  overflow: hidden;
}
.atlas-surface .bx-list-row + .bx-list-row { border-top: 1px solid var(--line-soft); }
.atlas-surface .bx-list-row > a {
  display: grid; gap: 4px; padding: 12px 14px; min-height: 44px; text-decoration: none;
}
.atlas-surface .bx-list-row > a:hover { background: var(--g2); }
.atlas-surface .bx-list-top { display: flex; align-items: baseline; gap: 7px; flex-wrap: wrap; }
.atlas-surface .bx-list-dot { font-size: 12px; color: var(--mid); }
.atlas-surface .bx-list-name { font-size: 15.5px; font-weight: 700; color: var(--ink); }
.atlas-surface .bx-list-count {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px; font-weight: 700; color: var(--mid);
}
.atlas-surface .bx-list-quiet { font-size: 12.5px; color: var(--mid); }

.atlas-surface .bx-list-new {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--mid);
  border: 1px solid var(--line-hard);
  border-radius: 999px;
  padding: 2px 7px;
  white-space: nowrap;
}
.atlas-surface .bx-list-last { font-size: 13.5px; color: var(--mid); line-height: 1.5; }
.atlas-surface .bx-list-who { font-weight: 700; color: var(--ink); }
.atlas-surface .bx-list-line { overflow-wrap: anywhere; }
.atlas-surface .bx-list-meta {
  display: flex; justify-content: space-between; gap: 10px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mid);
}
.atlas-surface .bx-list-when { white-space: nowrap; }

.atlas-surface .bx-badge {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 1px 9px; border-radius: 999px;
  background: var(--brand-2); color: var(--brand-2-ink);
  border: 1px solid var(--brand-2-text);
  font-size: 11.5px; font-weight: 700; line-height: 1.6;
}

.atlas-surface .bx-inbuild-card { max-width: 62ch; }
.atlas-surface .bx-inbuild-chip {
  
  display: inline-flex; align-items: center; gap: 6px; margin: 0 0 10px; padding: 3px 10px;
  border: 1px dashed var(--gilt-line); border-radius: 999px;
  color: var(--gilt-text); font-size: 12px; font-weight: 700;
}
.atlas-surface .bx-inbuild-h { margin: 0 0 8px; font-size: 17px; font-weight: 700; color: var(--ink); }
.atlas-surface .bx-inbuild-body { margin: 0 0 12px; font-size: 14.5px; color: var(--mid); line-height: 1.6; }
.atlas-surface .bx-inbuild-today { margin: 0 0 12px; font-size: 14px; color: var(--ink); line-height: 1.6; }
.atlas-surface .bx-inbuild-back { margin: 0; font-size: 13.5px; }

.atlas-surface .bx-inbuild-today a,
.atlas-surface .bx-inbuild-back a {
  color: var(--az-text); text-decoration: underline; font-weight: 600;
}

.atlas-surface .bx-inbuild-h3 {
  margin: 4px 0 8px; font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--gilt-text);
}
.atlas-surface .bx-inbuild-doors {
  margin: 0 0 14px; padding: 0; list-style: none; display: grid; gap: 10px;
}
.atlas-surface .bx-inbuild-doors > li {
  padding-left: 12px; border-left: 2px solid var(--gilt-line);
  font-size: 14.5px; color: var(--mid); line-height: 1.6;
}
.atlas-surface .bx-inbuild-doors > li > b { color: var(--ink); font-weight: 700; }

.atlas-surface .bx-ev-status { margin: 0 0 22px; max-width: 62ch; }
.atlas-surface .bx-ev-status .bx-inbuild-chip { display: inline-flex; margin: 0 0 8px; }
.atlas-surface .bx-ev-status-t {
  display: block; font-size: 14.5px; color: var(--mid); line-height: 1.6;
}

.atlas-surface .bx-ev-groups { column-gap: 30px; }
@media (min-width: 860px) { .atlas-surface .bx-ev-groups { column-count: 2; } }
@media (min-width: 1240px) { .atlas-surface .bx-ev-groups { column-count: 3; } }
.atlas-surface .bx-ev-group { break-inside: avoid; -webkit-column-break-inside: avoid; }

.atlas-surface .bx-ev-group { margin: 0 0 26px; }

.atlas-surface .bx-ev-lintel {
  margin: 0 0 10px; padding-bottom: 6px;
  border-bottom: 1px solid var(--line-soft);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--mid);
}

.atlas-surface .bx-ev-note {
  margin: 0 0 12px; max-width: 62ch;
  font-size: 13px; line-height: 1.5; color: var(--mid);
}
.atlas-surface .bx-ev-tiles {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 12px; grid-template-columns: 1fr;
}

@media (min-width: 620px) and (max-width: 859px) {
  .atlas-surface .bx-ev-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.atlas-surface .bx-ev-groups:has(> .bx-ev-group:only-child) { column-count: 1; }
@media (min-width: 620px) {
  .atlas-surface .bx-ev-groups:has(> .bx-ev-group:only-child) .bx-ev-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1240px) {
  .atlas-surface .bx-ev-groups:has(> .bx-ev-group:only-child) .bx-ev-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.atlas-surface .bx-ev-tile {
  position: relative;
  display: flex; flex-direction: column; gap: 6px;
  
  min-height: 116px; height: 100%;
  padding: 15px 16px 14px;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--g2); color: var(--mid);
  cursor: default;
}
.atlas-surface .bx-ev-tile.is-fence::before {
  content: ""; position: absolute; inset: 5px;
  border: 1px dashed var(--fence-line);
  border-radius: calc(var(--radius) - 4px);
  pointer-events: none;
}

.atlas-surface a.bx-ev-tile.is-live {
  display: flex; flex-direction: column; gap: 6px;
  text-decoration: none;
}
.atlas-surface a.bx-ev-tile.is-live:hover { background: var(--g3); }
.atlas-surface a.bx-ev-tile.is-live:focus-visible { outline: 2px solid var(--az-text); outline-offset: 2px; }

.atlas-surface a.bx-ev-tile.is-live .bx-ev-label { color: var(--ink); }
.atlas-surface .bx-ev-label {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px;
  font-size: 16px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.25;
  color: var(--ink);
}

.atlas-surface .bx-ev-fencemark {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--mid); white-space: nowrap;
}
.atlas-surface .bx-ev-blurb { font-size: 13px; line-height: 1.5; color: var(--mid); }

.atlas-surface .bx-ev-readout {
  margin-top: auto; padding-top: 8px;
  display: flex; flex-wrap: wrap; gap: 4px 8px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11.5px; line-height: 1.45; letter-spacing: 0.01em; color: var(--mid);
}
.atlas-surface .bx-ev-readout-k { font-weight: 700; color: var(--ink); }

.atlas-surface .bx-ev-why {
  padding-top: 8px; border-top: 1px dashed var(--fence-line);
  font-size: 12px; line-height: 1.5; color: var(--mid);
}

.atlas-surface .bx-map-sec { margin: 0 0 18px; }

.atlas-surface .bx-map-sub { font-weight: 500; letter-spacing: 0.06em; }

.atlas-surface .bx-map-sec .bx-ev-note { margin: 0 0 8px; }

.atlas-surface .bx-map-chips {
  list-style: none; margin: 0 0 6px; padding: 0;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.atlas-surface a.bx-map-chip {
  display: inline-flex; align-items: center;
  min-height: 44px; padding: 10px 14px;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--g2); color: var(--ink); text-decoration: none;
  font-size: 14px; font-weight: 600; line-height: 1.3;
}
.atlas-surface a.bx-map-chip:hover { background: var(--g3); }
.atlas-surface a.bx-map-chip:focus-visible {
  outline: 2px solid var(--az-text); outline-offset: 2px;
}

.atlas-surface .bx-map-fence {
  margin: 0 0 10px; max-width: 62ch;
  padding-left: 10px; border-left: 2px dashed var(--fence-line);
  font-size: 13px; line-height: 1.5; color: var(--mid);
}

.atlas-surface .bx-map-room { margin: 0; font-size: 14px; }
.atlas-surface .bx-map-room a {
  
  
  display: inline-flex; align-items: center; gap: 4px; min-height: 44px; padding-right: 8px;
  color: var(--az-text); font-weight: 600; text-decoration: none;
}
.atlas-surface .bx-map-room a:hover { text-decoration: underline; }
.atlas-surface .bx-map-room a:focus-visible {
  outline: 2px solid var(--az-text); outline-offset: 2px;
}

.atlas-surface .bx-map-across { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.atlas-surface a.bx-map-arow {
  display: flex; flex-direction: column; gap: 4px;
  min-height: 44px; padding: 12px 14px;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--g2); text-decoration: none;
}
.atlas-surface a.bx-map-arow:hover { background: var(--g3); }
.atlas-surface a.bx-map-arow:focus-visible {
  outline: 2px solid var(--az-text); outline-offset: 2px;
}
.atlas-surface .bx-map-arow-l { font-size: 15px; font-weight: 700; color: var(--ink); }
.atlas-surface .bx-map-arow-w { font-size: 13px; line-height: 1.5; color: var(--mid); }

.atlas-surface .bx-hb-sub {
  margin: 22px 0 8px; font-size: 12.5px; font-weight: 700; line-height: 1.3;
  letter-spacing: .08em; text-transform: uppercase; color: var(--mid);
}

.atlas-surface .bx-sup-band { margin: 0 0 26px; }
.atlas-surface .bx-sup-band-h {
  margin: 0 0 4px; font-size: 18px; font-weight: 700; color: var(--ink); line-height: 1.3;
}
.atlas-surface .bx-sup-band-sub {
  margin: 0 0 14px; max-width: 68ch;
  font-size: 13.5px; line-height: 1.6; color: var(--mid);
}
@media (min-width: 700px) {
  .atlas-surface .bx-sup-band { padding-left: 14px; border-left: 2px solid var(--line); }
}

.atlas-surface .bx-sup-ask { margin: 0 0 18px; }

.atlas-surface .bx-sup-field { max-width: 62ch; margin-top: 14px; }
.atlas-surface .bx-sup-field > textarea {
  width: 100%; padding: 9px 11px; font: inherit; font-size: 14.5px; line-height: 1.5;
  color: var(--ink); background: var(--g1);
  border: 1px solid var(--line); border-radius: var(--radius); resize: vertical;
}
.atlas-surface .bx-sup-field > textarea:focus { border-color: var(--accent); outline: none; }
.atlas-surface .bx-sup-quiet { font-size: 12.5px; color: var(--mid); line-height: 1.55; }

.atlas-surface .bx-sup-list .bx-list-line {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}

.atlas-surface .bx-sup-counter { margin: 0 0 18px; }

.atlas-surface .bx-sup-deeper {
  margin: 0 0 18px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}
.atlas-surface .bx-sup-deeper-summary {
  
  display: block;
  position: relative;
  box-sizing: border-box;
  min-height: 44px;
  padding: 12px 0 12px 18px;
  font-size: 13px;
  font-weight: 800;
  color: var(--ink-soft);
  cursor: pointer;
  list-style: none;
}
.atlas-surface .bx-sup-deeper-summary::-webkit-details-marker { display: none; }
.atlas-surface .bx-sup-deeper-summary::before {
  content: "▸";
  position: absolute;
  left: 0;
  
  top: 12px;
}
.atlas-surface .bx-sup-deeper[open] > .bx-sup-deeper-summary::before { content: "▾"; }

.atlas-surface .bx-sup-deeper-summary:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px;
}
.atlas-surface .bx-sup-deeper[open] > .bx-sup-deeper-summary {
  color: var(--ink);
  margin-bottom: 4px;
}

.atlas-surface .bx-sup-deeper-body > * {
  margin-top: 12px;
}
.atlas-surface .bx-sup-rows { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.atlas-surface .bx-sup-rows > li { font-size: 14px; line-height: 1.6; color: var(--mid); }
.atlas-surface .bx-sup-rows > li > b { color: var(--ink); }

.atlas-surface .bx-sup-fenced {
  padding: 10px 12px; border: 1px dashed var(--fence-line); border-radius: var(--radius);
  background: var(--g2);
}
.atlas-surface .bx-sup-fenced > .bx-chip { display: inline-flex; margin: 0 0 8px; }

.atlas-surface .bx-sup-thread { margin: 0 0 18px; }

.atlas-surface .bx-promote {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--g1);
  padding: 10px 14px;
  margin-bottom: 12px;
}
.atlas-surface .bx-promote > summary {
  cursor: pointer; min-height: 44px; display: flex; align-items: center;
  
  gap: 6px;
  font-size: 14.5px; font-weight: 700; color: var(--ink);
}
.atlas-surface .bx-promote-why {
  margin: 6px 0 12px; font-size: 13.5px; color: var(--mid); line-height: 1.55; max-width: 62ch;
}
.atlas-surface .bx-promote select {
  width: 100%; box-sizing: border-box; min-height: 44px;
  background: var(--g1); border: 1px solid var(--line); border-radius: 10px;
  padding: 10px 12px; font: inherit; font-size: 14px; color: var(--ink);
}
.atlas-surface .bx-promote-note {
  margin: 10px 0 0; font-size: 13px; color: var(--gilt-text); line-height: 1.5;
}
.atlas-surface .bx-promote-actions {
  display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 12px;
}
.atlas-surface .bx-promote-done { font-size: 13.5px; color: var(--az-text); font-weight: 600; }
.atlas-surface .bx-promote-err { margin: 10px 0 0; font-size: 13.5px; color: var(--gilt-text); }
.atlas-surface .bx-linkbtn {
  background: none; border: none; padding: 0; font: inherit; font-size: 13.5px;
  color: var(--az-text); text-decoration: underline; cursor: pointer;
}

.atlas-surface .bx-make {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--g1);
  padding: 10px 14px;
  margin: 0 0 12px;
}
.atlas-surface .bx-make > summary {
  cursor: pointer; min-height: 44px; display: flex; align-items: center; gap: 2px;
  font-size: 14.5px; font-weight: 700; color: var(--ink);
  
  list-style: none;
}
.atlas-surface .bx-make > summary::-webkit-details-marker { display: none; }
.atlas-surface .bx-make > summary::after {
  content: "▸"; margin-left: auto; font-size: 13px; font-weight: 400; color: var(--mid);
}
.atlas-surface .bx-make[open] > summary::after { content: "▾"; }
.atlas-surface .bx-make > summary:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px;
}
.atlas-surface .bx-make-why {
  margin: 6px 0 12px; font-size: 13.5px; color: var(--mid); line-height: 1.55; max-width: 62ch;
}
.atlas-surface .bx-make-why > b { color: var(--ink); }

.atlas-surface .bx-make .bx-make {
  border: none; border-top: 1px solid var(--line-soft); border-radius: 0;
  background: none; padding: 0; margin: 12px 0 0;
}
.atlas-surface .bx-make .bx-make > summary { padding-top: 4px; }
.atlas-surface .bx-make-field { display: grid; gap: 5px; margin: 0 0 10px; max-width: 46ch; }
.atlas-surface .bx-make-field > label { font-size: 13px; font-weight: 600; color: var(--ink); }
.atlas-surface .bx-make-optional { font-weight: 400; color: var(--mid); }
.atlas-surface .bx-make-field > input {
  width: 100%; box-sizing: border-box; min-height: 44px;
  background: var(--g1); border: 1px solid var(--line); border-radius: 10px;
  padding: 10px 12px; font: inherit; font-size: 14px; color: var(--ink);
}
.atlas-surface .bx-make-field > input::placeholder { color: var(--dim); }
.atlas-surface .bx-make-field > input:focus { border-color: var(--accent); outline: none; }
.atlas-surface .bx-make-actions {
  display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin: 12px 0 0;
}
.atlas-surface .bx-make-quiet { font-size: 12.5px; color: var(--mid); line-height: 1.5; }
.atlas-surface .bx-make-done {
  margin: 0 0 10px; font-size: 14px; font-weight: 600; color: var(--az-text); line-height: 1.5;
}
.atlas-surface .bx-make-err { margin: 10px 0 0; font-size: 13.5px; color: var(--gilt-text); }
.atlas-surface .bx-make-note {
  margin: 12px 0 0; font-size: 13px; color: var(--gilt-text); line-height: 1.55; max-width: 62ch;
}
.atlas-surface .bx-make-linklabel {
  display: block; margin: 0 0 5px; font-size: 13px; font-weight: 600; color: var(--ink);
}

.atlas-surface .bx-make-linkrow {
  display: flex; gap: 8px; align-items: center; flex-wrap: wrap; max-width: 46ch;
}
.atlas-surface .bx-make-linkfield {
  flex: 1 1 22ch; min-width: 0; box-sizing: border-box; min-height: 44px;
  background: var(--g2); border: 1px solid var(--line); border-radius: 10px;
  padding: 10px 12px; font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12.5px; color: var(--ink);
}

.atlas-surface a.cta-p,
.atlas-surface a.cta-g {
  display: inline-flex; align-items: center; text-decoration: none;
}

.atlas-surface[data-posture="desk"] {
  height: 100vh;
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
  
  padding-bottom: 0;
}

.atlas-surface[data-posture="desk"][data-window="keyboard-safe"] {
  height: var(--aiu-window-h, 100dvh);
}

.atlas-surface[data-posture="desk"][data-window="keyboard-safe"] .bx-desk {
  height: 100%;
  min-height: 0;
}

.atlas-surface[data-posture="desk"] .atlas-content {
  max-width: none;
  padding: 0;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.atlas-surface[data-posture="desk"] > .atlas-content > .bx-frame {
  flex: 1 1 0%;
  min-height: 0;
  
  padding: var(--bx-frame-desk-pad);
}

.atlas-surface[data-posture="desk"] .bx-frame > .bx-body {
  height: 100%;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.atlas-surface[data-posture="desk"] .bx-frame > .bx-body > .bx-main {
  flex: 1 1 0%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.atlas-surface[data-posture="desk"] .bx-desk {
  flex: 1 1 0%;
  min-height: 0;
}

.atlas-surface .bx-roomchat {
  display: flex; flex-direction: column;
  min-height: 420px;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--g1);
  overflow: hidden;
}
.atlas-surface[data-posture="desk"] .bx-roomchat {
  flex: 1 1 0%;
  min-height: 0;
}

.atlas-surface .card {
  background: var(--g1);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}

.atlas-surface .eyebrow {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  color: var(--gilt-text);
}

.atlas-surface .cta-p {
  background: var(--brand); color: var(--brand-ink); border: 1px solid var(--brand);
  border-radius: 12px; padding: 11px 18px; font: inherit; font-weight: 600; cursor: pointer;
  min-height: 44px;
}
.atlas-surface .cta-g {
  background: transparent; color: var(--ink); border: 1px solid var(--line);
  border-radius: 12px; padding: 11px 18px; font: inherit; font-weight: 600; cursor: pointer;
  min-height: 44px;
}

.atlas-surface .cta-p:disabled,
.atlas-surface .cta-g:disabled {
  border-style: dashed; color: var(--mid); background: transparent; cursor: default;
}

.atlas-surface .bx-roomchat label,
.atlas-surface .bx-promote label {
  display: block; font-size: 13px; font-weight: 600; color: var(--mid); margin-bottom: 6px;
}
.atlas-surface .bx-roomchat textarea {
  width: 100%;
  box-sizing: border-box; 
  background: var(--g1); border: 1px solid var(--line); border-radius: 10px;
  padding: 11px 14px; font: inherit; color: var(--ink);
}
.atlas-surface .bx-roomchat textarea::placeholder { color: var(--mid); }
.atlas-surface .bx-roomchat textarea:focus { border-color: var(--gilt-text); outline: none; }

.atlas-surface .srv { animation: bisbe-rise 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
.atlas-surface .rv { animation: bisbe-rise 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
@keyframes bisbe-rise {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .atlas-surface .srv,
  .atlas-surface .rv { animation: none; }
}

.atlas-surface .cx-stream {
  flex: 1; min-height: 0;
  display: flex; flex-direction: column;
  background: var(--g0);
}
.atlas-surface .cx-stream-scroll {
  flex: 1; min-height: 0; overflow-y: auto;
  
  padding: 16px 14px 14px;
  display: flex; flex-direction: column;
}

.atlas-surface .cx-stream-inner { margin-top: auto; display: flex; flex-direction: column; gap: 10px; }
.atlas-surface .cx-stream-earlier {
  align-self: center; margin-bottom: 4px;
  padding: 6px 14px; font-size: 13px; border-radius: 10px;
  border: 1px solid var(--line); background: transparent; font-weight: 600; color: var(--ink);
  cursor: pointer;
}
.atlas-surface .cx-stream-earlier:hover { background: var(--g2); }
.atlas-surface .cx-stream-empty {
  align-self: center; text-align: center; max-width: 46ch;
  font-size: 14px; color: var(--mid); line-height: 1.5; margin: auto 0;
}
.atlas-surface .cx-stream-composer {
  flex: none;
  border-top: 1px solid var(--line);
  background: var(--g1);
  padding: 0 14px calc(12px + env(safe-area-inset-bottom));
}

.atlas-surface .bx-rooms-rail {
  display: flex; flex-direction: column; min-height: 0; min-width: 0;
}
.atlas-surface .bx-rooms-railhead { flex: none; }
.atlas-surface .bx-rooms-h {
  margin: 0 0 6px;
  font-size: 19px; font-weight: 700; letter-spacing: -0.01em; color: var(--ink); line-height: 1.25;
}
.atlas-surface .bx-rooms-h a { color: inherit; text-decoration: none; }
.atlas-surface .bx-rooms-h a:hover { text-decoration: underline; }
.atlas-surface .bx-rooms-lede { flex: none; margin: 0 0 10px; }

.atlas-surface .bx-rooms-scroll {
  flex: 1 1 0%; min-height: 0; overflow-y: auto; overscroll-behavior: contain;
  display: flex; flex-direction: column; gap: 12px;
}
.atlas-surface .bx-rooms-everything {
  flex: none; margin: 10px 0 0; padding-top: 10px;
  border-top: 1px solid var(--line-soft); font-size: 13px;
}

.atlas-surface .bx-rooms-everything a {
  display: inline-flex; align-items: center;
  min-height: 44px; padding: 0 6px; margin: 0 -6px;
  color: inherit; font-weight: 700; text-decoration: none;
}
.atlas-surface .bx-rooms-everything a:hover { text-decoration: underline; }

.atlas-surface .bx-list-row a[data-here="true"] {
  background: var(--g2);
  box-shadow: inset 3px 0 0 var(--az-text);
}
.atlas-surface .bx-list-row a[data-here="true"] .bx-list-name { font-weight: 800; }

.atlas-surface .bx-desk-mid {
  min-width: 0; min-height: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.atlas-surface .bx-conv-head { flex: none; display: flex; flex-direction: column; gap: 2px; }
.atlas-surface .bx-conv-h {
  margin: 0;
  font-size: 19px; font-weight: 700; letter-spacing: -0.01em; color: var(--ink); line-height: 1.25;
}

.atlas-surface .bx-conv-open { margin: 0; font-size: 13px; }
.atlas-surface .bx-conv-open a {
  display: inline-flex; align-items: center; gap: 6px; min-height: 44px;
  color: var(--az-text); text-decoration: none; font-weight: 600;
}
.atlas-surface .bx-conv-open a:hover { text-decoration: underline; }

.atlas-surface .bx-conv-openn {
  background: var(--brand-2); color: var(--brand-2-ink); border-radius: 999px;
  box-shadow: inset 0 0 0 1px var(--brand-2-text);
  padding: 1px 7px; font-size: 11px; font-weight: 700; line-height: 1.6;
}

.atlas-surface .bx-conv-toggle { display: none; margin: 0; }

.atlas-surface .bx-facts { display: none; }
.atlas-surface .bx-conv-more { display: none; margin: 0; }

.atlas-surface .bx-conv-note { display: none; }
.atlas-surface .bx-openwork-toggle {
  display: inline-flex; align-items: center; gap: 7px; min-height: 44px;
  padding: 0; border: 0; background: transparent;
  font: inherit; font-size: 13px; font-weight: 600; color: var(--az-text); cursor: pointer;
}
.atlas-surface .bx-openwork-toggle:hover { text-decoration: underline; }
.atlas-surface .bx-openwork-togglemark { color: var(--mid); }

.atlas-surface .bx-conv-rooms { display: none; margin: 0; }
.atlas-surface .bx-rooms-toggle {
  display: inline-flex; align-items: center; gap: 7px; min-height: 44px;
  padding: 0; border: 0; background: transparent;
  font: inherit; font-size: 13px; font-weight: 600; color: var(--az-text);
  text-decoration: none; cursor: pointer;
}
.atlas-surface .bx-rooms-toggle:hover { text-decoration: underline; }
.atlas-surface .bx-rooms-togglemark { color: var(--mid); }

.atlas-surface .bx-rooms-lbl { display: none; align-items: center; gap: 7px; }
.atlas-surface .bx-rooms-lbl[data-when="closed"] { display: flex; }

.atlas-surface .bx-openwork-lbl { display: none; align-items: center; gap: 7px; }

.atlas-surface .bx-openwork-lbl[data-when="closed"] { display: flex; }
.atlas-surface .bx-conv-controls { flex: none; display: flex; flex-direction: column; gap: 8px; }
.atlas-surface .bx-noroom { margin: 0; }

.atlas-surface[data-posture="desk"] .bx-conv-controls {
  flex-direction: row; flex-wrap: wrap; gap: 4px 16px; align-items: center;
}
.atlas-surface[data-posture="desk"] .bx-conv-controls > details:not([open]) {
  border: 0; background: transparent; padding: 0; margin: 0; flex: 0 1 auto;
}
.atlas-surface[data-posture="desk"] .bx-conv-controls > details:not([open]) > summary {
  font-size: 13px; font-weight: 600; color: var(--az-text);
}
.atlas-surface[data-posture="desk"] .bx-conv-controls > details:not([open]) > summary::after {
  margin-left: 6px;
}
.atlas-surface[data-posture="desk"] .bx-conv-controls > details[open] {
  flex: 1 1 100%; margin: 0;
}

.atlas-surface[data-posture="desk"] .cx-stream-composer label,
.atlas-surface[data-posture="desk"] .cx-stream-composer #comms-send-help {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.atlas-surface[data-posture="desk"] .cx-stream-composer textarea {
  min-height: 0; height: 44px;
}
.atlas-surface[data-posture="desk"] .cx-stream-composer:focus-within textarea {
  height: 76px;
}

.atlas-surface[data-posture="desk"] .cx-stream-composer:focus-within #comms-send-help {
  position: static; width: auto; height: auto; margin: -2px 0 0;
  overflow: visible; clip: auto; white-space: normal;
}

.atlas-surface .bx-openwork-pane {
  display: flex; flex-direction: column; min-height: 0; min-width: 0;
}
.atlas-surface .bx-openwork-head { flex: none; }
.atlas-surface .bx-openwork-h {
  margin: 0 0 8px;
  font-size: 15px; font-weight: 700; color: var(--ink); line-height: 1.3;
}
.atlas-surface .bx-openwork {
  flex: 1 1 0%; min-height: 0;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--g1);
  display: flex; flex-direction: column;
  overflow: hidden;
}

.atlas-surface .bx-openwork-list {
  flex: 1 1 0%; min-height: 0; overflow-y: auto; overscroll-behavior: contain;
  display: flex; flex-direction: column; gap: 9px; padding: 11px 12px;
}
.atlas-surface .bx-openwork-empty {
  margin: 0; font-size: 13px; color: var(--mid); line-height: 1.5;
}

.atlas-surface .bx-screen-back { display: none; flex: none; margin: 0; }
.atlas-surface .bx-screen-back a {
  display: inline-flex; align-items: center; gap: 6px;
  min-height: 44px; min-width: 44px;
  font-size: 13.5px; font-weight: 600; color: var(--az-text); text-decoration: none;
}
.atlas-surface .bx-screen-back a:hover { text-decoration: underline; }

.atlas-surface .bx-wcard {
  border: 1px solid var(--line); border-radius: 11px; background: var(--g1);
  padding: 9px 11px;
}

.atlas-surface .bx-wcard-inline { margin-top: 8px; background: var(--g0); }
.atlas-surface .bx-wcard-k {
  margin: 0; font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--gilt-text); font-weight: 700;
}
.atlas-surface .bx-wcard-t {
  margin: 3px 0 5px; font-size: 13.5px; font-weight: 650; line-height: 1.35; color: var(--ink);
}
.atlas-surface .bx-wcard-m { margin: 0; font-size: 11.5px; color: var(--mid); line-height: 1.5; }

.atlas-surface .bx-wcard-st { color: var(--ink); font-weight: 650; }
.atlas-surface .bx-wcard-a {
  display: inline-flex; align-items: center; min-height: 44px;
  font-size: 12.5px; font-weight: 600; color: var(--az-text); text-decoration: none;
}
.atlas-surface .bx-wcard-a:hover { text-decoration: underline; }

.atlas-surface .bx-holdwrap { position: relative; display: flex; flex-direction: column; min-height: 0; flex: 1; }
.atlas-surface .bx-scrim {
  position: absolute; inset: 0; z-index: 2;
  
  background: rgba(20, 23, 29, 0.46);
  border: 0; padding: 0; cursor: pointer;
}

.atlas-surface .bx-holdsheet {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
  background: var(--g1); border-top: 1px solid var(--line);
  padding: 10px 12px calc(12px + env(safe-area-inset-bottom));
  display: flex; flex-direction: column; gap: 7px;
  box-shadow: 0 -12px 28px -16px rgba(20, 23, 29, 0.5);
  max-height: 80%; overflow-y: auto;
}
.atlas-surface .bx-sheet-h {
  margin: 0; padding: 3px 6px 2px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mid);
}
.atlas-surface .bx-sheet-line {
  margin: 0 0 3px; padding: 0 6px; font-size: 13px; color: var(--ink); line-height: 1.45;
}
.atlas-surface .bx-sheet-why { margin: 2px 6px 0; font-size: 12px; color: var(--mid); line-height: 1.5; }
.atlas-surface .bx-sheet-said { margin: 4px 6px 0; font-size: 12.5px; color: var(--az-text); font-weight: 600; }

.atlas-surface .bx-sheet-bad { color: var(--gilt-text); }
.atlas-surface .bx-arow {
  display: flex; align-items: center; gap: 10px; width: 100%;
  min-height: 44px; padding: 9px 10px;
  border: 1px solid var(--line); border-radius: 10px; background: var(--g1);
  font: inherit; font-size: 13.5px; color: var(--ink); text-align: left; cursor: pointer;
}

.atlas-surface .bx-arow-key {
  background: var(--brand); color: var(--brand-ink); border-color: var(--brand); font-weight: 650;
}
.atlas-surface .bx-arow-key:disabled { border-style: dashed; opacity: 0.75; cursor: default; }
.atlas-surface .bx-arow-out { justify-content: center; color: var(--mid); }
.atlas-surface .bx-arow-g { width: 16px; text-align: center; }
.atlas-surface .bx-sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

@media (max-width: 999px) {
  .atlas-surface[data-posture="desk"] .bx-desk {
    display: flex; flex-direction: column; min-height: 0;
  }
  
  .atlas-surface[data-posture="desk"] > .atlas-content > .bx-frame { padding: 0; }
  .atlas-surface[data-posture="desk"] .bx-rooms-rail,
  .atlas-surface[data-posture="desk"] .bx-desk-mid,
  .atlas-surface[data-posture="desk"] .bx-openwork-pane {
    padding: 10px 14px 0;
  }

  
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="rooms-list"] .bx-desk-mid,
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="rooms-list"] .bx-openwork-pane,
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="room"] .bx-rooms-rail,
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="room"] .bx-openwork-pane,
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-rooms-rail,
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-desk-mid {
    display: none;
  }
  .atlas-surface[data-posture="desk"] .bx-rooms-rail,
  .atlas-surface[data-posture="desk"] .bx-desk-mid,
  .atlas-surface[data-posture="desk"] .bx-openwork-pane {
    flex: 1 1 0%; min-height: 0;
  }

  
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="room"] .bx-desk-mid .bx-screen-back,
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-openwork-pane .bx-screen-back {
    display: block;
  }

  
  .atlas-surface[data-posture="desk"] .bx-conv-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 8px;
  }
  .atlas-surface[data-posture="desk"] .bx-conv-h {
    min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    font-size: 17px;
  }

  
  .atlas-surface[data-posture="desk"] .bx-roomchat {
    border: 0; border-radius: 0; background: var(--g0);
    margin: 0 -14px;
  }

  

  
  .atlas-surface[data-posture="desk"]:has(.bx-main[data-screen="rooms-list"]) > .atlas-content > .bx-frame {
    margin-bottom: var(--bx-barh);
  }
  .atlas-surface[data-posture="desk"]:has(.bx-main[data-screen="room"]) .bx-tabs,
  .atlas-surface[data-posture="desk"]:has(.bx-main[data-screen="open-work"]) .bx-tabs {
    display: none;
  }
  
  .atlas-surface[data-posture="desk"] .bx-frame > .bx-body { padding-bottom: 0; }
}

@media (max-width: 999px) {
  
  

  
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="room"] .bx-desk-mid,
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-openwork-pane {
    padding-top: 0;
    gap: 0;
  }

  
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="room"] .bx-conv-head {
    height: 48px;
    column-gap: 6px;
  }
  
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="room"] .bx-conv-open {
    display: none;
  }
  .atlas-surface[data-posture="desk"] .bx-conv-more { display: block; margin: 0; }
  .atlas-surface[data-posture="desk"] .bx-more-room > summary {
    display: inline-flex; align-items: center; justify-content: center;
    
    min-width: 44px; height: 44px;
    font-size: 19px; line-height: 1; color: var(--mid); cursor: pointer;
    list-style: none;
  }
  .atlas-surface[data-posture="desk"] .bx-more-room > summary::-webkit-details-marker {
    display: none;
  }

  
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="room"] .bx-conv-controls {
    display: none;
  }

  
  
  .atlas-surface .bx-facts {
    
    display: flex;
    height: 28px;
    
    margin: 0 -6px;
    
    position: relative;
    z-index: 1;
  }

  
  .atlas-surface .bx-fact[open] > .bx-fact-sheet,
  .atlas-surface .bx-more-room[open] > .bx-fact-sheet {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 40;
    max-height: 62dvh;
    overflow-y: auto;
    background: var(--g0);
    border-top: 1px solid var(--line);
    box-shadow: 0 -10px 30px rgb(0 0 0 / 18%);
    padding: 14px 14px calc(14px + env(safe-area-inset-bottom));
    font-size: 14px; color: var(--ink);
  }
  

  
  .atlas-surface[data-posture="desk"] .bx-conv-note {
    display: block;
    flex: none; margin: 0; padding: 4px 0 6px;
    font-size: 12.5px; line-height: 1.35; color: var(--mid);
  }

  
  
  .atlas-surface[data-posture="desk"] .cx-stream-composer textarea { height: 44px; }
  
  .atlas-surface[data-posture="desk"] .cx-stream-composer:focus-within textarea { height: 72px; }
}

@media (max-width: 999px) and (max-height: 520px) {
  .atlas-surface[data-posture="desk"] .bx-conv-controls,
  .atlas-surface[data-posture="desk"] .bx-conv-open,
  .atlas-surface[data-posture="desk"] .bx-rooms-lede {
    display: none;
  }
  .atlas-surface[data-posture="desk"] .bx-conv-head { flex-direction: row; align-items: center; gap: 8px; }
  .atlas-surface[data-posture="desk"] .bx-conv-h { font-size: 15px; }
  .atlas-surface[data-posture="desk"] .cx-stream-composer label {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
  }
  .atlas-surface[data-posture="desk"] .cx-stream-composer textarea { min-height: 0; height: 44px; }
  
  .atlas-surface[data-posture="desk"] .cx-stream-composer:focus-within textarea { height: 44px; }
  .atlas-surface[data-posture="desk"] .cx-stream-composer #comms-send-help { display: none; }
  .atlas-surface[data-posture="desk"] .cx-stream-scroll { padding: 8px 14px 8px; }
}

@media (min-width: 1000px) {
  

  .atlas-surface[data-posture="desk"] .bx-desk {
    display: grid;
    
    
    --bx-roomrail: clamp(240px, 24vw, 248px);
    grid-template-columns: var(--bx-roomrail) minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
    min-height: 0;
  }

  
  .atlas-surface[data-posture="desk"] .bx-rooms-rail {
    border: 1px solid var(--line); border-radius: var(--radius);
    background: var(--g0); padding: 11px 9px;
  }
  
  .atlas-surface[data-posture="desk"] .bx-rooms-rail .bx-list-meta { display: none; }
  .atlas-surface[data-posture="desk"] .bx-rooms-rail .bx-list-last {
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .atlas-surface[data-posture="desk"] .bx-rooms-rail .bx-listcap { margin-bottom: 4px; }

  .atlas-surface[data-posture="desk"] .bx-desk-mid { min-height: 0; }

  
  .atlas-surface[data-posture="desk"] .bx-rooms-lede { display: none; }

  
  .atlas-surface[data-posture="desk"] .bx-desk .bx-openwork-pane { display: none; }
}

@media (min-width: 1280px) {
  .atlas-surface[data-posture="desk"] .bx-conv-open { display: none; }
  .atlas-surface[data-posture="desk"] .bx-conv-toggle { display: block; }
  
  .atlas-surface[data-posture="desk"] .bx-desk[data-openwork="open"] {
    grid-template-columns: var(--bx-roomrail) minmax(0, 1fr) 288px;
  }
  .atlas-surface[data-posture="desk"] .bx-desk[data-openwork="open"] .bx-openwork-pane {
    display: flex;
  }
  
  .atlas-surface[data-posture="desk"] .bx-desk[data-openwork="open"] .bx-openwork-lbl[data-when="closed"] {
    display: none;
  }
  .atlas-surface[data-posture="desk"] .bx-desk[data-openwork="open"] .bx-openwork-lbl[data-when="open"] {
    display: flex;
  }
}

@media (min-width: 1440px) {
  .atlas-surface[data-posture="desk"] .bx-desk[data-openwork="open"],
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] {
    grid-template-columns: var(--bx-roomrail) minmax(0, 1fr) 288px;
  }
  .atlas-surface[data-posture="desk"] .bx-desk[data-openwork="open"] .bx-openwork-pane,
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-openwork-pane {
    display: flex;
  }
  
  .atlas-surface[data-posture="desk"] .bx-desk[data-openwork="open"] .bx-openwork-lbl[data-when="closed"],
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-openwork-lbl[data-when="closed"] {
    display: none;
  }
  .atlas-surface[data-posture="desk"] .bx-desk[data-openwork="open"] .bx-openwork-lbl[data-when="open"],
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-openwork-lbl[data-when="open"] {
    display: flex;
  }

  
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-conv-toggle {
    display: none;
  }
  
  
}

@media (min-width: 1000px) and (max-width: 1439px) {
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] {
    grid-template-columns: var(--bx-roomrail) minmax(0, 1fr);
  }
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-desk-mid { display: none; }
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-openwork-pane { display: flex; }
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-openwork-pane .bx-screen-back {
    display: block;
  }
}

@media (min-width: 1000px) {
  
  .atlas-surface[data-posture="desk"] .bx-conv-rooms {
    display: block;
    padding-right: 16px;
    border-right: 1px solid var(--line-soft);
  }

  
  .atlas-surface[data-posture="desk"] .bx-conv-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 16px;
  }
  .atlas-surface[data-posture="desk"] .bx-conv-h {
    min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }

  
  .atlas-surface[data-posture="desk"] .bx-noroom { max-width: 52ch; margin: auto; }

  
  
  
  
  

  
  
  
}

@media (prefers-reduced-motion: reduce) {
  .atlas-surface[data-posture="desk"] .bx-desk,
  .atlas-surface[data-posture="desk"] .bx-desk * {
    transition: none;
    animation: none;
  }
}

.atlas-surface[data-posture="desk"] .bx-frame > .bx-body > #atlas-main:not([data-frame="desk"]) {
  flex: 1 1 0%;
  min-height: 0;
  min-width: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.atlas-surface .bx-rooms-scroll > .bx-list,
.atlas-surface[data-posture="desk"] .at-split > .at-side > .bx-list,
.atlas-surface[data-posture="desk"] .at-split > .at-main > .bx-list {
  flex: none;
}

@media (min-width: 1000px) {
  .atlas-surface[data-posture="desk"] .at-app {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    
    max-width: none;
    
  }
  
  .atlas-surface[data-posture="desk"] .at-app > * {
    flex: none;
  }
  
  .atlas-surface[data-posture="desk"] .at-app > .at-split,
  .atlas-surface[data-posture="desk"] .at-app > .tr-stack {
    flex: 1 1 0%;
    min-height: 260px;
  }
  
  .atlas-surface[data-posture="desk"] .at-app > .at-split {
    align-items: stretch;
    grid-template-rows: minmax(0, 1fr);
  }
  
  .atlas-surface[data-posture="desk"] .at-split > .at-side,
  .atlas-surface[data-posture="desk"] .at-split > .at-main,
  .atlas-surface[data-posture="desk"] .at-split > .at-queue {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  
  
  .atlas-surface[data-posture="desk"] .at-app > .tr-stack {
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  
  .atlas-surface[data-posture="desk"] .at-app > .at-split {
    position: relative;
  }
  .atlas-surface[data-posture="desk"] .at-split > .at-queue,
  .atlas-surface[data-posture="desk"] .at-split > .at-notices {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(360px, 100%);
    z-index: 2;
    margin: 0;
    
    background-color: var(--paper-deep);
    
    box-shadow: -14px 0 28px rgba(0, 0, 0, 0.14);
    
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  
  .atlas-surface[data-posture="desk"] .at-app {
    position: relative;
  }
  .atlas-surface[data-posture="desk"] .at-app > .at-flash {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    margin: 0;
  }
}

@media (min-width: 1280px) {
  .atlas-surface[data-posture="desk"] .at-app > .at-split.has-pane {
    grid-template-columns: minmax(260px, 280px) minmax(0, 1fr) 360px;
  }
  .atlas-surface[data-posture="desk"] .at-split.has-pane > .at-queue,
  .atlas-surface[data-posture="desk"] .at-split.has-pane > .at-notices {
    position: static;
    width: auto;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atlas-surface[data-posture="desk"] #atlas-main,
  .atlas-surface[data-posture="desk"] #atlas-main * {
    transition: none;
    animation: none;
  }
}

.atlas-surface .bx-facts {
  
  flex: none;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  overflow: visible;
  min-width: 0;
}
.atlas-surface .bx-fact {
  min-width: 0;
  font-size: 12.5px;
  color: var(--mid);
}
.atlas-surface .bx-fact-sum,
.atlas-surface a.bx-fact-open {
  position: relative;
  display: flex; align-items: center; gap: 4px;
  
  height: 28px;
  padding: 0 6px;
  list-style: none;
  cursor: pointer;
  color: inherit; text-decoration: none;
  white-space: nowrap;
  min-width: 0;
}

.atlas-surface .bx-fact-sum::after,
.atlas-surface a.bx-fact-open::after {
  content: "";
  position: absolute;
  
  inset: -2px 0 -17px;
}
.atlas-surface .bx-fact-sum::-webkit-details-marker { display: none; }
.atlas-surface .bx-fact-w {
  font-weight: 700; color: var(--ink);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0;
}
.atlas-surface .bx-fact-sep { color: var(--dim); }
.atlas-surface .bx-fact-glyph { color: var(--mid); font-size: 12px; line-height: 1; }
.atlas-surface .bx-fact-mark { flex: none; }
.atlas-surface .bx-fact-lamp { flex: none; }

.atlas-surface .bx-fact-lamp[data-lamp="lit"] { color: var(--ink); }
.atlas-surface .bx-fact-lamp[data-lamp="unlit"] { color: var(--mid); }
.atlas-surface .bx-fact-lamp[data-lamp="severed"] { color: var(--mid); }
.atlas-surface .bx-fact-lamp[data-lamp="none"] { display: none; }

.atlas-surface .bx-fact[data-chip="world"] .bx-fact-sum {
  
  background: var(--g2);
  border-radius: 999px;
}

.atlas-surface a.bx-fact-open { margin-left: auto; }

.atlas-surface .bx-fact-sheet .bx-fact-line { margin: 0 0 10px; line-height: 1.5; }
.atlas-surface .bx-fact-sheet .bx-fact-line:last-child { margin-bottom: 0; }
.atlas-surface .bx-fact-cast,
.atlas-surface .bx-fact-card { margin: 10px 0 0; padding: 0; list-style: none; }
.atlas-surface .bx-fact-cast li {
  padding: 8px 0; border-top: 1px solid var(--line-soft); line-height: 1.45;
}
.atlas-surface .bx-fact-card li {
  display: flex; flex-wrap: wrap; gap: 2px 8px; align-items: baseline;
  padding: 9px 0; border-top: 1px solid var(--line-soft);
}
.atlas-surface .bx-fact-card i { color: var(--mid); font-style: normal; }

.atlas-surface .bx-fact-card .bx-fact-sep { color: var(--dim); }
.atlas-surface .bx-fact-card .bx-fact-note {
  flex: 1 1 100%; color: var(--mid); font-size: 13px; line-height: 1.45;
}

.atlas-surface[data-posture="desk"]:has(.bx-main[data-screen="room"]) .bx-demo,
.atlas-surface[data-posture="desk"]:has(.bx-main[data-screen="open-work"]) .bx-demo,
.atlas-surface[data-posture="desk"]:has(.bx-main[data-screen="room"]) .bx-room,
.atlas-surface[data-posture="desk"]:has(.bx-main[data-screen="open-work"]) .bx-room {
  display: none;
}

.atlas-surface[data-posture="desk"]:has(.bx-main[data-screen="rooms-list"]) .bx-room {
  display: none;
}

.atlas-surface[data-posture="desk"]:has(.bx-main[data-screen="rooms-list"]) .bx-rail-world {
  display: none;
}

@media (min-width: 1000px) {
  .atlas-surface[data-posture="desk"]:has(.bx-main[data-screen="rooms-list"]) .bx-demo {
    
    max-width: 620px;
    margin-right: auto;
  }
  
  .atlas-surface[data-posture="desk"]:has(.bx-main[data-screen="rooms-list"]) .bx-demo-say,
  .atlas-surface[data-posture="desk"]:has(.bx-main[data-screen="rooms-list"]) .bx-demo-acts {
    flex: 1 1 100%;
  }
}

.atlas-surface[data-posture="desk"] .cx-stream-composer {
  padding: 0 14px calc(6px + env(safe-area-inset-bottom));
}
.atlas-surface[data-posture="desk"] .cx-stream-composer > div {
  margin-top: 7px !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.atlas-surface[data-posture="desk"] .cx-stream-composer > div:has(#comms-send-ro) {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
}

@media (min-width: 1000px) {
  

  

  
  .atlas-surface[data-posture="desk"] .bx-rooms-rail { display: none; }

  
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="room"] .bx-desk-mid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    
    grid-template-rows: 44px auto minmax(0, 1fr);
    
    align-items: stretch;
    column-gap: 12px;
    row-gap: 0;
  }
  
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="room"] .bx-conv-head {
    display: contents;
  }
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="room"] .bx-conv-h {
    align-self: center;
    grid-column: 1; grid-row: 1;
    
    min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    margin: 0; font-size: 19px;
  }
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="room"] .bx-facts {
    align-self: center;
    display: flex;
    grid-column: 2; grid-row: 1;
    margin: 0;
  }
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="room"] .bx-conv-more {
    align-self: center;
    grid-column: 3; grid-row: 1;
  }
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="room"] .bx-roomchat {
    grid-column: 1 / -1; grid-row: 3;
    min-height: 0;
  }
  
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="room"] .bx-conv-open,
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="room"] .bx-conv-toggle,
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-conv-open,
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-conv-toggle {
    display: none;
  }
  
  @media (min-width: 1440px) {
    .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-desk-mid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto auto;
      grid-template-rows: 44px auto minmax(0, 1fr);
      align-items: stretch;
      column-gap: 12px;
      row-gap: 0;
    }
    .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-conv-head {
      display: contents;
    }
    .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-conv-h {
      align-self: center; grid-column: 1; grid-row: 1;
      min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
      margin: 0; font-size: 19px;
    }
    .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-facts {
      align-self: center; display: flex; grid-column: 2; grid-row: 1; margin: 0;
    }
    .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-conv-more {
      align-self: center; grid-column: 3; grid-row: 1;
    }
    .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-roomchat {
      grid-column: 1 / -1; grid-row: 3; min-height: 0;
    }
  }
  .atlas-surface[data-posture="desk"] .bx-conv-more { display: block; margin: 0; }
  .atlas-surface[data-posture="desk"] .bx-more-room > summary {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 44px; height: 44px;
    font-size: 19px; line-height: 1; color: var(--mid); cursor: pointer;
    list-style: none;
  }
  
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="room"] .bx-conv-controls,
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] .bx-conv-controls {
    display: none;
  }
  
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="room"] .bx-conv-note {
    display: block;
    grid-column: 1 / -1; grid-row: 2;
    margin: 0; padding: 2px 0 4px;
    font-size: 12.5px; line-height: 1.35; color: var(--mid);
  }
  
  .atlas-surface[data-posture="desk"] .bx-facts .bx-fact[open] > .bx-fact-sheet,
  .atlas-surface[data-posture="desk"] .bx-more-room.bx-conv-more[open] > .bx-fact-sheet {
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    width: min(380px, 90vw);
    
    max-height: 60dvh;
    overflow-y: auto;
    z-index: 40;
    background: var(--g0);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 12px 34px rgb(0 0 0 / 16%);
    padding: 14px;
    font-size: 14px; color: var(--ink);
  }
  
  .atlas-surface[data-posture="desk"] .bx-facts .bx-fact,
  .atlas-surface[data-posture="desk"] .bx-more-room.bx-conv-more { position: relative; }
}

@media (min-width: 1000px) {
  .atlas-surface[data-posture="desk"] .bx-desk,
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="rooms-list"],
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="room"],
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (min-width: 1440px) {
  
  .atlas-surface[data-posture="desk"] .bx-desk[data-openwork="open"],
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="open-work"] {
    grid-template-columns: minmax(0, 1fr) 288px;
  }
}

@media (min-width: 1000px) and (max-width: 1439px) {
  .atlas-surface[data-posture="desk"] .bx-desk[data-screen="room"] .bx-openwork-pane {
    display: none;
  }
}

@media (min-width: 1000px) {
  .atlas-surface[data-posture="desk"]:has(.bx-main[data-screen="room"]) > .atlas-content > .bx-frame,
  .atlas-surface[data-posture="desk"]:has(.bx-main[data-screen="open-work"]) > .atlas-content > .bx-frame {
    padding-top: 8px;
  }
}

@media (min-width: 1000px) {
  
  .atlas-surface[data-posture="desk"] .bx-facts .bx-fact[data-chip="world"] {
    display: none;
  }
}

.bx-frame {
  
  --bisbe: var(--brand, #123b2e);
  --bisbe-ink: var(--brand-ink, #ffffff);

  
  --bisbe-2: var(--brand-2, #d5a63a);
  --bisbe-2-ink: var(--brand-2-ink, #000000);
  --bisbe-2-text: var(--brand-2-text, #5c4108);

  
  --bisbe-text: var(--brand-text, #123b2e);

  
  --bx-barh: 0px;
  --bx-barz: 70;

  
  --bx-frame-desk-pad: 12px 16px 16px;
}
[data-theme="dark"] .bx-frame {
  
  --bisbe: var(--brand, #1b5744);
  --bisbe-ink: var(--brand-ink, #f6f1e7);
  
  --bisbe-text: var(--brand-text, #62c7a1);
  
  --bisbe-2-text: var(--brand-2-text, #d8b470);
}
@media (max-width: 999px) {
  
  .bx-frame { --bx-barh: calc(61px + env(safe-area-inset-bottom, 0px)); }
}

.bx-frame {
  --bx-gl-az: 332deg;
  --bx-gl-dx: calc(-1 * sin(var(--bx-gl-az)));
  --bx-gl-dy: calc(cos(var(--bx-gl-az)));
  --bx-gl-sweep: calc(var(--bx-gl-az) - 180deg);
  --bx-gl-drop: 1.55;
  --bx-gl-radius: var(--radius, 14px);
  --bx-gl-blur: 22px;
  --bx-gl-sat: 1.7;
  --bx-gl-glint-r: 46px;
  --bx-gl-glint-off: 15px;

  
  --bx-gl-body: rgba(255, 255, 255, 0.52);
  --bx-gl-pool: rgba(255, 255, 255, 0.97);
  --bx-gl-lip: rgba(255, 255, 255, 0.98);
  --bx-gl-sheen: rgba(255, 255, 255, 0.88);
  --bx-gl-glint: rgba(255, 255, 255, 0.42);
  --bx-gl-tint: rgba(58, 48, 36, 0.072);
  --bx-gl-tint-mid: rgba(58, 48, 36, 0.028);
  --bx-gl-fall-in: 6%;
  --bx-gl-fall-mid: 44%;
  --bx-gl-pool-w: 64%;
  --bx-gl-pool-h: 22%;
  --bx-gl-lip-top: rgba(255, 255, 255, 0.52);
  --bx-gl-lip-left: rgba(255, 255, 255, 0.34);
  --bx-gl-lip-right: rgba(48, 40, 30, 0.045);
  --bx-gl-lip-bottom: rgba(48, 40, 30, 0.055);
  --bx-gl-contour-away: rgba(52, 44, 34, 0.17);
  --bx-gl-contour-lit: rgba(52, 44, 34, 0.075);
  --bx-gl-contact: rgba(46, 38, 28, 0.17);
  --bx-gl-mid: rgba(50, 40, 28, 0.155);
  --bx-gl-amb: rgba(56, 44, 26, 0.3);
}
[data-theme="dark"] .bx-frame {
  
  --bx-gl-body: rgba(24, 27, 32, 0.56);
  --bx-gl-pool: rgba(255, 255, 255, 0.1);
  --bx-gl-lip: rgba(255, 255, 255, 0.12);
  --bx-gl-sheen: rgba(255, 255, 255, 0.055);
  --bx-gl-glint: rgba(255, 255, 255, 0.05);
  --bx-gl-tint: rgba(0, 0, 0, 0.22);
  --bx-gl-tint-mid: rgba(0, 0, 0, 0.1);
  --bx-gl-lip-top: rgba(255, 255, 255, 0.16);
  --bx-gl-lip-left: rgba(255, 255, 255, 0.1);
  --bx-gl-lip-right: rgba(0, 0, 0, 0.3);
  --bx-gl-lip-bottom: rgba(0, 0, 0, 0.36);
  --bx-gl-contour-away: rgba(0, 0, 0, 0.5);
  --bx-gl-contour-lit: rgba(255, 255, 255, 0.05);
  --bx-gl-contact: rgba(0, 0, 0, 0.45);
  --bx-gl-mid: rgba(0, 0, 0, 0.4);
  --bx-gl-amb: rgba(0, 0, 0, 0.55);
}

@supports not (top: calc(sin(30deg) * 1px)) {
  .bx-frame { --bx-gl-dx: 0.469; --bx-gl-dy: 0.883; }
}

.bx-frame .bx-rail,
.bx-frame .bx-tabs {
  background:
    
    linear-gradient(180deg, var(--bx-gl-lip) 0%, transparent var(--bx-gl-lip-stop, 4.5%)),
    
    radial-gradient(var(--bx-gl-pool-w) var(--bx-gl-pool-h) at 3% -2%, var(--bx-gl-pool) 0%, transparent 68%),
    
    linear-gradient(var(--bx-gl-sweep), transparent 3%, var(--bx-gl-sheen) 16%, transparent 43%),
    
    radial-gradient(circle var(--bx-gl-glint-r)
      at calc(100% - var(--bx-gl-glint-off)) calc(100% - var(--bx-gl-glint-off)),
      var(--bx-gl-glint) 0%, transparent 100%),
    
    radial-gradient(132% 112% at 3% -5%,
      transparent var(--bx-gl-fall-in), var(--bx-gl-tint-mid) var(--bx-gl-fall-mid), var(--bx-gl-tint) 100%),
    
    var(--bx-gl-body);
  
  -webkit-backdrop-filter: blur(var(--bx-gl-blur)) saturate(var(--bx-gl-sat));
  backdrop-filter: blur(var(--bx-gl-blur)) saturate(var(--bx-gl-sat));
  box-shadow:
    
    inset 0 1px 0 var(--bx-gl-lip-top),
    inset 1px 0 0 var(--bx-gl-lip-left),
    inset -1px 0 0 var(--bx-gl-lip-right),
    inset 0 -1px 0 var(--bx-gl-lip-bottom),
    
    calc(var(--bx-gl-dx) * 1px) calc(var(--bx-gl-dy) * 1px) 0 0.5px var(--bx-gl-contour-away),
    calc(var(--bx-gl-dx) * -0.5px) calc(var(--bx-gl-dy) * -0.5px) 1.2px 0.1px var(--bx-gl-contour-lit),
    calc(var(--bx-gl-dx) * 2px) calc(var(--bx-gl-dy) * var(--bx-gl-drop) * 2px) 3px -1px var(--bx-gl-contact),
    calc(var(--bx-gl-dx) * 8px) calc(var(--bx-gl-dy) * var(--bx-gl-drop) * 8px) 18px -9px var(--bx-gl-mid),
    calc(var(--bx-gl-dx) * 26px) calc(var(--bx-gl-dy) * var(--bx-gl-drop) * 26px) 58px -28px var(--bx-gl-amb);
  
  border: 1px solid transparent;
  border-radius: var(--bx-gl-radius);
}

.bx-frame {
  display: grid;
  gap: 0;
  
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 1000px) {
  
  .bx-frame {
    grid-template-columns: 208px minmax(0, 1fr);
    column-gap: 20px;
    align-items: start;
  }
  .bx-frame .bx-topline { grid-column: 1 / -1; }
  .bx-frame .bx-rail { grid-column: 1; }
  .bx-frame .bx-body { grid-column: 2; }
}

@media (min-width: 1000px) {
  
  [data-posture="desk"] .bx-frame {
    grid-template-columns: 208px minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    column-gap: 16px;
    align-items: stretch;
    min-height: 0;
  }
  
  [data-posture="desk"] .bx-frame > .bx-topline {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  [data-posture="desk"] .bx-frame > .bx-rail { grid-row: 2; min-height: 0; }
  
  [data-posture="desk"] .bx-frame > .bx-body { grid-row: 1 / -1; }
}

.bx-frame .bx-topline {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 0 4px;
  border-bottom: 1px solid var(--line-soft);
  margin-bottom: 8px;
}

@media (max-width: 999px) {
  .bx-frame > .bx-topline { display: none; }
}
.bx-frame .bx-lockup {
  display: inline-flex;
  align-items: center;
  min-height: 44px; 
  text-decoration: none;
  flex: none;
}
.bx-frame .bx-logo { height: 22px; width: auto; }

.bx-frame .bx-logo { display: none; }
.bx-frame .bx-logo-mark.bx-day { display: block; }
[data-theme="dark"] .bx-frame .bx-logo-mark.bx-day { display: none; }
[data-theme="dark"] .bx-frame .bx-logo-mark.bx-night { display: block; }
.bx-frame .bx-where {
  margin: 0;
  min-width: 0;
  font-size: 14px;
  color: var(--mid);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bx-frame .bx-where-app { font-weight: 600; color: var(--mid); }
.bx-frame .bx-where-ws { font-weight: 700; color: var(--ink); }

.bx-frame .bx-rail { display: none; }
@media (min-width: 1000px) {
  .bx-frame .bx-rail {
    
    display: flex;
    flex-direction: column;
    
    min-height: 0;
    
    position: sticky;
    top: 12px;
    
    padding: 10px 6px;
  }
  .bx-frame .bx-rail ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }

  
  .bx-frame .bx-rail > * { flex: none; }
  
  .bx-frame .bx-rail > .bx-rail-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.bx-frame .bx-rail-scroll { display: flex; flex-direction: column; }
.bx-frame .bx-rail-h {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--mid);
  margin: 0 0 8px;
  padding: 0 10px;
}
.bx-frame .bx-railbtn {
  
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 4px 10px;
  align-items: center;
  min-height: 44px;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  text-decoration: none;
}
.bx-frame .bx-railbtn .mg { grid-row: 1; grid-column: 1; }
.bx-frame .bx-railbtn .lb { grid-row: 1; grid-column: 2; }
.bx-frame .bx-railbtn .bx-inbuild { grid-row: 2; grid-column: 2; justify-self: start; }
.bx-frame .bx-railbtn:hover { background: var(--g2); }

.bx-frame .bx-railbtn[aria-current="page"] { background: var(--g2); }

.bx-frame .bx-railbtn .mg {
  width: 26px; height: 26px; border-radius: 8px;
  display: grid; place-items: center;
  background: var(--bisbe-2); color: var(--bisbe-2-ink); border: 1px solid var(--bisbe-2-text);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px; font-weight: 700;
}
.bx-frame .bx-railbtn[aria-current="page"] .mg {
  background: var(--bisbe); color: var(--bisbe-ink); border-color: transparent;
}
.bx-frame .bx-railbtn .lb { min-width: 0; }

.bx-frame .bx-railbtn .lb b {
  display: block; font-size: 14.5px; font-weight: 600; line-height: 1.25; color: var(--ink);
}

.bx-frame .bx-railbtn[aria-current="page"] .lb b { color: var(--ink); font-weight: 700; }
.bx-frame .bx-railbtn .lb i {
  display: block; font-style: normal; margin-top: 2px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 8.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mid);
  white-space: nowrap; 
}

.bx-frame .bx-railbtn[aria-current="page"] .lb i { color: var(--mid); }

.bx-frame .bx-inbuild {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 8.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--gilt-text);
  border: 1px dashed var(--gilt-line); border-radius: 999px;
  padding: 2px 7px;
  white-space: nowrap;
}

.bx-frame { --bx-win-row: 46px; --bx-win-rows: 0; }
@media (min-height: 710px) { .bx-frame { --bx-win-rows: 2; } }
@media (min-height: 756px) { .bx-frame { --bx-win-rows: 3; } }
@media (min-height: 802px) { .bx-frame { --bx-win-rows: 4; } }
@media (min-height: 848px) { .bx-frame { --bx-win-rows: 5; } }

@media (min-height: 894px) { .bx-frame { --bx-win-rows: 6; } }

@media (min-width: 1000px) {
  
  .bx-frame .bx-rail ul.bx-rail-doors {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-height: 0;
  }
  
  .bx-frame .bx-rail-doors > li { flex: none; }
  
  .bx-frame .bx-rail-doors > li.bx-win-host {
    flex: 0 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  
  .bx-frame .bx-win-host > .bx-railbtn { flex: none; }
}

.bx-frame .bx-win-host { position: relative; }

.bx-frame .bx-win-host > .bx-railbtn { padding-right: 52px; }

.bx-frame .bx-win { display: flex; flex-direction: column; flex: 0 1 auto; min-height: 0; }
.bx-frame .bx-win::details-content {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  min-height: 0;
}

.bx-frame .bx-win-sum {
  position: absolute;
  top: 0;
  right: 4px;
  height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  padding: 0 6px;
  border-radius: 8px;
  cursor: pointer;
  color: var(--mid);
  list-style: none;
}
.bx-frame .bx-win-sum::-webkit-details-marker { display: none; }
.bx-frame .bx-win-sum:hover { background: var(--g3); }
.bx-frame .bx-win-sum:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }

.bx-frame .bx-win-n {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px; font-weight: 700; letter-spacing: 0.04em;
  color: var(--mid);
}

.bx-frame .bx-win[open] > .bx-win-sum .bx-win-n { display: none; }

.bx-frame .bx-win-chev { flex: none; }
.bx-frame .bx-win[open] > .bx-win-sum .bx-win-chev { transform: rotate(90deg); }

.bx-frame .bx-win-body {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  min-height: 0;
  margin: 4px 0 2px;
  padding-left: 22px;
  position: relative;
}
.bx-frame .bx-win-body::before {
  content: "";
  position: absolute;
  left: 16px; top: 2px; bottom: 2px;
  width: 1px;
  background: var(--line-soft);
}

.bx-frame .bx-win:not([open]) > .bx-win-body { display: none; }

.bx-frame ul.bx-win-well {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
  
  flex: 0 1 auto;
  min-height: 0;
  
  max-height: calc(var(--bx-win-rows) * var(--bx-win-row));
  overflow-y: auto;
  overscroll-behavior: contain;
  
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.bx-frame ul.bx-win-well::-webkit-scrollbar { width: 8px; }
.bx-frame ul.bx-win-well::-webkit-scrollbar-track { background: transparent; }
.bx-frame ul.bx-win-well::-webkit-scrollbar-thumb {
  background: var(--line-hard);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: content-box;
}

@supports not selector(::-webkit-scrollbar) {
  .bx-frame ul.bx-win-well {
    scrollbar-width: thin;
    scrollbar-color: var(--line-hard) transparent;
  }
}

.bx-frame ul.bx-win-well--offer { max-height: none; overflow: visible; }

.bx-frame .bx-win-rm {
  display: flex;
  align-items: center;
  gap: 8px;
  
  min-height: 44px;
  padding: 4px 8px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--ink);
}

.bx-frame .bx-win-rm:hover { background: var(--g3); }
.bx-frame .bx-win-rm:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.bx-frame .bx-win-rm[aria-current="page"] {
  background: var(--g3);
  box-shadow: inset 3px 0 0 var(--bisbe-text);
  font-weight: 700;
}
.bx-frame .bx-win-rm[aria-current="page"] .bx-win-nm { font-weight: 700; }
.bx-frame .bx-win-h {
  flex: none;
  width: 9px;
  text-align: center;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px; font-weight: 700;
  color: var(--dim);
}
.bx-frame .bx-win-nm {
  flex: 1 1 auto;
  min-width: 0;
  
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  font-size: 13px; font-weight: 600; line-height: 1.25;
}

.bx-frame .bx-win-pill {
  flex: none;
  min-width: 20px; height: 20px; padding: 0 6px;
  border-radius: 999px;
  background: var(--ink); color: var(--g0);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px; font-weight: 700;
  display: grid; place-items: center;
}

.bx-frame .bx-win-new,
.bx-frame .bx-win-soon {
  flex: none;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--mid);
  white-space: nowrap;
}

.bx-frame .bx-win-new {
  border: 1px solid var(--line-hard);
  border-radius: 999px;
  padding: 2px 6px;
}

.bx-frame .bx-win-foot {
  flex: none;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 8px;
  font-size: 12px; font-weight: 600;
  color: var(--bisbe-text);
  text-decoration: none;
}
.bx-frame .bx-win-foot:hover { text-decoration: underline; }
.bx-frame .bx-win-foot:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }

@media (max-height: 709px) {
  .bx-frame .bx-win > .bx-win-body { display: none; }
  .bx-frame .bx-win[open] > .bx-win-sum .bx-win-n { display: block; }
  .bx-frame .bx-win[open] > .bx-win-sum .bx-win-chev { transform: none; }
}

.bx-frame .bx-rail-zone {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line-soft);
  
  display: flex;
  flex-direction: column;
}
.bx-frame .bx-rail-list {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  
  gap: 1px;
}
.bx-frame .bx-rail-rec {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 6px;
  
  min-height: 44px;
  padding: 5px 8px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--ink);
}
.bx-frame .bx-rail-rec:hover { background: var(--g2); }

.bx-frame .bx-rail-rec[aria-current="page"] {
  background: var(--g2);
  box-shadow: inset 3px 0 0 var(--ink);
  font-weight: 800;
}
.bx-frame .bx-rail-recname {
  grid-column: 1;
  
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  font-size: 13.5px; font-weight: 700; line-height: 1.25;
}
.bx-frame .bx-rail-recdet {
  grid-column: 1; grid-row: 2;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  font-size: 12px; color: var(--mid);
}

.bx-frame .bx-rail-recn {
  grid-column: 2; grid-row: 1 / -1;
  background: var(--ink); color: var(--g0);
  border-radius: 999px; padding: 1px 7px;
  font-size: 11px; font-weight: 700; line-height: 1.6;
}

.bx-frame .bx-rail-world {
  margin-top: 10px; padding-top: 10px;
  border-top: 1px solid var(--line-soft);
}
.bx-frame .bx-rail-world .bx-fact-sum {
  display: inline-flex; align-items: center; gap: 4px;
  min-height: 44px; padding: 0 8px;
  background: var(--g2); border-radius: 999px;
  font-size: 12.5px; color: var(--mid);
  list-style: none; cursor: pointer;
}
.bx-frame .bx-rail-world .bx-fact-sum::-webkit-details-marker { display: none; }
.bx-frame .bx-rail-world .bx-fact-w {
  font-weight: 700; color: var(--ink);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

.bx-frame .bx-rail-world .bx-fact { position: relative; }
.bx-frame .bx-rail-world .bx-fact[open] > .bx-fact-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 6px);
  
  max-height: 60dvh;
  overflow-y: auto;
  z-index: 40;
  margin-top: 0;
  background: var(--g0);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgb(0 0 0 / 16%);
  padding: 14px;
  font-size: 13px; line-height: 1.5; color: var(--ink);
}

.bx-frame .bx-rail-world .bx-fact-sheet a {
  color: inherit; font-weight: 700; text-decoration: none;
}
.bx-frame .bx-rail-world .bx-fact-sheet a:hover { text-decoration: underline; }

.bx-frame .bx-tabs {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--bx-barz, 70);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  padding-bottom: env(safe-area-inset-bottom);

  

  --bx-gl-radius: 0;                                    
  --bx-gl-blur: 20px;                                   

  
  --bx-gl-lip-left: transparent;
  --bx-gl-lip-right: transparent;

  
  --bx-gl-lip-bottom: transparent;

  
  --bx-gl-glint: transparent;

  
  --bx-gl-lip-top: rgba(255, 255, 255, 0.30);

  
  --bx-gl-pool-w: 200px;
  --bx-gl-pool-h: 30px;

  

  
  --bx-gl-body: rgba(252, 253, 254, 0.965);
}
[data-theme="dark"] .bx-frame .bx-tabs {
  
  --bx-gl-body: rgba(22, 25, 30, 0.965);
  --bx-gl-lip-top: rgba(255, 255, 255, 0.16);
}
@media (min-width: 1000px) { .bx-frame .bx-tabs { display: none; } }
.bx-frame .bx-tab,
.bx-frame .bx-more > summary {
  display: grid; gap: 3px; justify-items: center; align-content: center;
  
  min-height: 60px; min-width: 44px; padding: 6px 2px 8px;
  border-top: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  list-style: none;
}
.bx-frame .bx-more > summary::-webkit-details-marker { display: none; }

.bx-frame .bx-tab .mg,
.bx-frame .bx-more > summary .mg {
  width: 22px; height: 22px; border-radius: 7px; display: grid; place-items: center;
  background: var(--bisbe-2); color: var(--bisbe-2-ink); box-shadow: inset 0 0 0 1px var(--bisbe-2-text);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 8px; font-weight: 700;
}

.bx-frame .bx-tab .lb,
.bx-frame .bx-more > summary .lb {
  font-size: 12px; font-weight: 600; color: var(--mid); line-height: 1.2; text-align: center;
}
@media (max-width: 359px) {
  .bx-frame .bx-tab .lb,
  .bx-frame .bx-more > summary .lb { font-size: 11px; }
}
.bx-frame .bx-tab[aria-current="page"] { border-top-color: var(--ink); }

.bx-frame .bx-tab[aria-current="page"] .mg {
  background: var(--bisbe); color: var(--bisbe-ink); box-shadow: none;
}

.bx-frame .bx-sheet-row[aria-current="page"] .mg {
  background: var(--bisbe); color: var(--bisbe-ink); border-color: transparent;
}
.bx-frame .bx-tab[aria-current="page"] .lb { color: var(--ink); font-weight: 700; }

.bx-frame .bx-more { position: relative; }
.bx-frame .bx-sheet {
  
  position: absolute; right: 0; left: auto; bottom: calc(100% + 1px);
  min-width: min(76vw, 300px);
  
  max-height: calc(100dvh - var(--bx-barh) - 12px);
  overflow-y: auto; overscroll-behavior: contain;
  display: grid; gap: 2px;
  padding: 8px;
  background: var(--g1);
  border: 1px solid var(--line);
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -8px 24px rgba(20, 23, 29, 0.14);
}
.bx-frame .bx-sheet-row {
  display: grid; grid-template-columns: 26px minmax(0, 1fr) auto; gap: 10px; align-items: center;
  min-height: 44px; padding: 6px 8px; border-radius: 10px; text-decoration: none;
}
.bx-frame .bx-sheet-row:hover { background: var(--g2); }
.bx-frame .bx-sheet-row[aria-current="page"] { background: var(--g3); }

.bx-frame .bx-sheet-row .mg {
  width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center;
  background: var(--bisbe-2); color: var(--bisbe-2-ink); border: 1px solid var(--bisbe-2-text);
  font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 9px; font-weight: 700;
}
.bx-frame .bx-sheet-row .lb b { display: block; font-size: 14.5px; font-weight: 600; color: var(--ink); }
.bx-frame .bx-sheet-row .lb i {
  display: block; font-style: normal; margin-top: 2px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 8.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid);
}

.bx-frame .bx-rail-suite {
  list-style: none; margin: 10px 0 0; padding: 10px 0 0;
  border-top: 1px solid var(--line-soft);
}
.bx-frame .bx-rail-suitebtn {
  display: flex; align-items: center; min-height: 44px; padding: 0 10px;
  border-radius: 10px; text-decoration: none;
  font-size: 13.5px; font-weight: 600; color: var(--ink);
}
.bx-frame .bx-rail-suitebtn:hover { background: var(--g2); }
.bx-frame .bx-rail-suitebtn[aria-current="page"] { background: var(--g3); font-weight: 700; }
.bx-frame .bx-rail-suitebtn:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }

.bx-frame .bx-rail-room {
  list-style: none; margin: 0 0 10px; padding: 0 0 10px;
  border-bottom: 1px solid var(--line-soft);
}

.bx-frame .bx-sheet-room {
  margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid var(--line-soft);
}

.bx-frame .bx-sheet-suite { margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--line-soft); }
.bx-frame .bx-sheet-suiterow {
  display: flex; align-items: center; min-height: 44px; padding: 0 8px;
  border-radius: 10px; text-decoration: none;
  font-size: 14.5px; font-weight: 600; color: var(--ink);
}
.bx-frame .bx-sheet-suiterow:hover { background: var(--g2); }
.bx-frame .bx-sheet-suiterow[aria-current="page"] { background: var(--g3); font-weight: 700; }
.bx-frame .bx-sheet-suiterow:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }

@media (max-width: 999px) {
  .bx-frame > .bx-body { padding-bottom: calc(var(--bx-barh) + 14px); }
}

.bx-frame .bx-room {
  padding: 2px 0 0;
}

.bx-frame .bx-room-sumline {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  text-align: left;
  color: var(--ink);
  cursor: pointer;
}

.bx-frame .bx-room-sumline:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
  border-radius: 6px;
}

.bx-frame .bx-room-chev {
  flex: 0 0 auto;
  color: var(--mid);
}
.bx-frame .bx-room-sumline[aria-expanded="true"] .bx-room-chev {
  transform: rotate(90deg);
}

.bx-frame .bx-room-cast {
  flex: 1 1 auto;
  font-size: 12.5px;
  color: var(--dim);
}

.bx-frame .bx-room-mine {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  color: var(--mid);
}
.bx-frame .bx-room-mine b {
  font-weight: 700;
  color: var(--ink);
}

.bx-frame .bx-room-row {
  display: flex;
  align-items: stretch;
  gap: 14px;
  margin: 4px 0 0;
  padding: 0 0 4px;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: thin;
}

.bx-frame .bx-room-row:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

.bx-frame .bx-room-unit {
  flex: 0 0 auto;
  width: min(236px, 74vw);
  padding: 7px 9px;
  border: 1px solid var(--line, rgba(20, 23, 29, 0.14));
  border-radius: 11px;
  background: var(--g1);
}

.bx-frame .bx-room-unit.is-own {
  border-width: 2px;
  border-color: var(--ink);
  padding: 6px 8px;
}

.bx-frame .bx-room-halves {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
}

.bx-frame .bx-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.bx-frame .bx-room-half {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "mark name"
    "lamp state";
  column-gap: 6px;
  row-gap: 1px;
  align-items: center;
  min-width: 0;
}

.bx-frame .bx-room-half[data-kind="agent"] {
  padding-left: 6px;
  margin-left: 6px;
  
  border-left: 1px solid var(--line-soft, rgba(20, 23, 29, 0.08));
}

.bx-frame .bx-room-mark {
  grid-area: mark;
  color: var(--mid);
}

.bx-frame .bx-room-name {
  grid-area: name;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.25;
  min-width: 0;
  overflow-wrap: anywhere;
}

.bx-frame .bx-room-al {
  grid-area: name;
  font-size: 11.5px;
  font-style: normal;
  line-height: 1.25;
  color: var(--dim);
  min-height: 1em;
}

.bx-frame .bx-room-lamp {
  grid-area: lamp;
  width: 12px;
  height: 12px;
}

.bx-frame .bx-room-state {
  grid-area: state;
  font-size: 12px;
  font-style: normal;
  line-height: 1.25;
  color: var(--ink);
  min-width: 0;
  overflow-wrap: anywhere;
}

.bx-frame .bx-room-act {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 12.5px;
  font-weight: 600;
}

.bx-frame .bx-room-none {
  margin: 2px 0 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--dim);
}

.bx-frame .bx-whoans {
  margin: 10px 0 14px;
  padding: 10px 12px;
  border: 1px solid var(--line, rgba(20, 23, 29, 0.14));
  border-radius: 11px;
  background: var(--g2);
}

.bx-frame .bx-whoans-h {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--dim);
}

.bx-frame .bx-whoans-lines {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bx-frame .bx-whoans-line {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "mark claim"
    "mark when"
    ".    note";
  column-gap: 9px;
  align-items: baseline;
}

.bx-frame .bx-whoans-mark {
  grid-area: mark;
  font-size: 12px;
  color: var(--mid);
}

.bx-frame .bx-whoans-claim {
  grid-area: claim;
  font-size: 13.5px;
  font-weight: 600;
}

.bx-frame .bx-whoans-when {
  grid-area: when;
  font-size: 12px;
  color: var(--dim);
}

.bx-frame .bx-whoans-note {
  grid-area: note;
  margin-top: 3px;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--ink);
}

.bx-frame .bx-room-half[data-state="active"] .bx-room-state { color: var(--ink); font-weight: 700; }
.bx-frame .bx-room-half[data-state="here"] .bx-room-state { color: var(--ink); font-weight: 700; }
.bx-frame .bx-room-half[data-state="standby"] .bx-room-state { color: var(--mid); }
.bx-frame .bx-room-half[data-state="disconnected"] .bx-room-state { color: var(--mid); }
.bx-frame .bx-room-half[data-state="not-answering"] .bx-room-state { color: var(--mid); }

.bx-frame .bx-room-half[data-kind="person"][data-state="not-here"] .bx-room-state { color: var(--mid); }
.bx-frame .bx-room-half[data-kind="agent"][data-state="not-here"] .bx-room-state { color: var(--dim); }
.bx-frame .bx-room-half[data-state="cant-tell"] .bx-room-state { color: var(--dim); }

.bx-frame .bx-room-lamp[data-lamp="lit"] { color: var(--ink); }
.bx-frame .bx-room-lamp[data-lamp="unlit"] { color: var(--mid); }
.bx-frame .bx-room-lamp[data-lamp="severed"] { color: var(--mid); }
.bx-frame .bx-room-lamp[data-lamp="none"] { color: transparent; }

.bx-frame .bx-room-sum {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--ink);
}

.bx-frame .bx-wait {
  margin: 10px 0 14px;
  padding: 9px 12px;
  border: 1px solid var(--line-soft, rgba(20, 23, 29, 0.08));
  border-radius: 11px;
  background: var(--g2);
}

.bx-frame .bx-wait-lede {
  margin: 0 0 6px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink);
}

.bx-frame .bx-wait-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bx-frame .bx-wait-step {
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 9px;
  align-items: baseline;
  font-size: 12.5px;
}

.bx-frame .bx-wait-mark { color: var(--mid); }
.bx-frame .bx-wait-when { color: var(--dim); }

.bx-frame .bx-wait-step[data-standing="settled-no"] .bx-wait-claim {
  color: var(--dim);
  text-decoration: line-through;
}

.atlas-surface .wk-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 12px 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.atlas-surface .wk-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--dim);
}

.atlas-surface .wk-h1 {
  margin: 4px 0 0;
  font-family: var(--font-cinzel), Cinzel, Georgia, serif;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.atlas-surface .wk-lede {
  margin: 7px 0 0;
  font-size: 14.4px;
  line-height: 1.5;
  color: var(--mid);
  max-width: 62ch;
}

@media (min-width: 900px) {
  .atlas-surface .wk-page { padding: 16px 16px 56px; gap: 14px; }
  .atlas-surface .wk-h1 { font-size: 31px; }
}

.atlas-surface .wk-kpi {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  
  grid-template-columns: repeat(var(--wk-lanes, 3), minmax(0, 1fr));
  gap: 8px;
}

.atlas-surface .wk-kpi li {
  padding: 9px 10px;
  border-radius: 10px;
  border: 1px solid var(--rule);
  background: var(--paper-deep);
  min-width: 0;
}
.atlas-surface .wk-kpi b {
  display: block;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
.atlas-surface .wk-kpi span {
  display: block;
  margin-top: 1px;
  font-size: 11.4px;
  line-height: 1.3;
  color: var(--dim);
}

.atlas-surface .wk-grp + .wk-grp,
.atlas-surface .wk-grp + .wk-col-b {
  margin-top: 12px;
}
.atlas-surface .wk-grp-h {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--dim);
}
.atlas-surface .wk-grp-h .wk-n {
  margin-left: auto;
  font-variant-numeric: tabular-nums;
}
.atlas-surface .wk-grp-blurb {
  margin: 2px 0 6px;
  font-size: 12px;
  line-height: 1.4;
  color: var(--dim);
}

.atlas-surface .wk-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  min-width: 0;
}

@media (min-width: 900px) {
  .atlas-surface .wk-board {
    
    grid-template-columns: repeat(var(--wk-lanes, 3), minmax(0, 1fr));
    
    align-items: stretch;
  }
  
  .atlas-surface .wk-col {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .atlas-surface .wk-col-b {
    overflow: auto;
    
    padding-bottom: 3px;
  }
}

.atlas-surface .wk-col-h {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 2px;
  font-size: 15px;
  font-weight: 800;
}
.atlas-surface .wk-col-h .wk-gl {
  font-size: 13px;
  color: var(--dim);
}
.atlas-surface .wk-col-h .wk-n {
  margin-left: auto;
  font-size: 12.5px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--dim);
}
.atlas-surface .wk-col-blurb {
  margin: 0 0 10px;
  font-size: 11.8px;
  line-height: 1.4;
  color: var(--dim);
}

.atlas-surface .wk-col-b {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}

.atlas-surface .wk-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  
  padding: 11px 12px;
  border-radius: 11px;
  border: 1px solid var(--rule);
  background: var(--paper-deep);
  color: var(--ink);
  text-decoration: none;
  min-width: 0;
}
.atlas-surface .wk-item:hover {
  border-color: var(--rule-strong);
}
.atlas-surface .wk-item:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.atlas-surface .wk-item-t {
  font-size: 14.4px;
  line-height: 1.35;
  font-weight: 700;
  
  overflow-wrap: anywhere;
}
.atlas-surface .wk-item-m {
  font-size: 11.6px;
  line-height: 1.4;
  color: var(--dim);
}

.atlas-surface .wk-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  align-self: flex-start;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid var(--rule-strong);
  font-size: 11.4px;
  font-weight: 700;
  color: var(--ink);
  background: transparent;
}

.atlas-surface .wk-chip[data-state="waiting"] {
  border-style: dashed;
  border-color: var(--fence-line);
  font-weight: 800;
}
.atlas-surface .wk-chip[data-state="in-progress"] {
  border-color: var(--fence-line);
  box-shadow: inset 3px 0 0 var(--c-op);
  padding-left: 12px;
  font-weight: 800;
}
.atlas-surface .wk-chip[data-state="done"],
.atlas-surface .wk-chip--kind {
  border-color: var(--rule);
  color: var(--dim);
  font-weight: 700;
}
.atlas-surface .wk-chip .wk-gl { color: var(--dim); }
.atlas-surface .wk-chip[data-state="in-progress"] .wk-gl { color: var(--ink); }

.atlas-surface .wk-empty {
  margin: 0;
  padding: 12px;
  border-radius: 11px;
  border: 1px dashed var(--rule-strong);
  font-size: 12.8px;
  line-height: 1.45;
  color: var(--dim);
}

.atlas-surface .wk-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  
  min-height: 44px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
}
.atlas-surface .wk-back:hover { text-decoration: underline; }
.atlas-surface .wk-back:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.atlas-surface .wk-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 9px;
}

.atlas-surface .wk-h2 {
  margin: 0;
  font-family: var(--font-cinzel), Cinzel, Georgia, serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
}

.atlas-surface .wk-tl {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.atlas-surface .wk-tl li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  padding: 0 0 14px;
  position: relative;
}

.atlas-surface .wk-tl li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 20px;
  bottom: 0;
  width: 1px;
  background: var(--rule-strong);
}
.atlas-surface .wk-tl li[data-state="ahead"]:not(:last-child)::before {
  
  background: repeating-linear-gradient(
    to bottom,
    var(--rule-strong) 0 3px,
    transparent 3px 6px
  );
}
.atlas-surface .wk-tl .wk-dt {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  border: 1px solid var(--rule-strong);
  background: var(--paper);
  color: var(--ink);
}
.atlas-surface .wk-tl li[data-state="here"] .wk-dt {
  border-width: 2px;
  border-color: var(--fence-line);
  font-weight: 800;
}
.atlas-surface .wk-tl li[data-state="ahead"] .wk-dt {
  border-style: dashed;
  color: var(--dim);
}
.atlas-surface .wk-tl-b b {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
}
.atlas-surface .wk-tl-b span {
  display: block;
  margin-top: 2px;
  font-size: 13.2px;
  line-height: 1.5;
  color: var(--mid);
  overflow-wrap: anywhere;
  
  white-space: pre-line;
}
.atlas-surface .wk-tl-b time,
.atlas-surface .wk-tl-b .wk-notime {
  display: block;
  margin-top: 4px;
  font-family: var(--font-jetbrains), "JetBrains Mono", ui-monospace, monospace;
  font-size: 11.2px;
  color: var(--dim);
}
.atlas-surface .wk-tl li[data-state="ahead"] .wk-tl-b b,
.atlas-surface .wk-tl li[data-state="ahead"] .wk-tl-b span {
  color: var(--dim);
}
.atlas-surface .wk-tl li[data-state="ahead"] .wk-tl-b b { font-weight: 700; }

.atlas-surface .wk-note {
  margin: 0;
  padding: 12px 13px;
  border-radius: 11px;
  border: 1px solid var(--rule);
  border-left: 3px solid var(--fence-line);
  background: var(--paper-deep);
  font-size: 13.2px;
  line-height: 1.5;
  color: var(--mid);
}
.atlas-surface .wk-note b { color: var(--ink); }

.atlas-surface .wk-disclose > summary {
  
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
  min-height: 44px;
  padding: 4px 0;
  cursor: pointer;
  
  list-style: none;
}
.atlas-surface .wk-disclose > summary::-webkit-details-marker {
  display: none;
}
.atlas-surface .wk-disclose > summary::after {
  content: "▸";
  margin-left: auto;
  font-size: 13px;
  color: var(--dim);
}
.atlas-surface .wk-disclose[open] > summary::after {
  content: "▾";
}
.atlas-surface .wk-disclose > summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 6px;
}
.atlas-surface .wk-disclose-t {
  font-family: var(--font-cinzel), Cinzel, Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
}
.atlas-surface .wk-disclose-n {
  font-size: 11.8px;
  font-weight: 700;
  color: var(--dim);
}

.atlas-surface .wk-gaps {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.atlas-surface .wk-gaps li {
  font-size: 13px;
  line-height: 1.5;
  color: var(--mid);
  padding-left: 13px;
  border-left: 1px dashed var(--fence-line);
}
.atlas-surface .wk-gaps b {
  display: block;
  color: var(--ink);
  font-weight: 800;
}

.atlas-surface .wk-make > summary {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
  min-height: 44px;
  padding: 4px 0;
  cursor: pointer;
  list-style: none;
}
.atlas-surface .wk-make > summary::-webkit-details-marker { display: none; }
.atlas-surface .wk-make > summary::after {
  content: "▸";
  margin-left: auto;
  font-size: 13px;
  color: var(--dim);
}
.atlas-surface .wk-make[open] > summary::after { content: "▾"; }
.atlas-surface .wk-make > summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 6px;
}
.atlas-surface .wk-make-t {
  font-family: var(--font-cinzel), Cinzel, Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
}
.atlas-surface .wk-make-n {
  font-size: 11.8px;
  font-weight: 700;
  color: var(--dim);
}
.atlas-surface .wk-make-why {
  margin: 10px 0 12px;
  font-size: 13.4px;
  line-height: 1.55;
  color: var(--mid);
  max-width: 62ch;
}
.atlas-surface .wk-make-why b { color: var(--ink); }
.atlas-surface .wk-make-label {
  display: block;
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}

.atlas-surface .wk-make .at-textarea {
  width: 100%;
  box-sizing: border-box;
  max-width: 62ch;
}
.atlas-surface .wk-make-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin: 12px 0 0;
}
.atlas-surface .wk-make-quiet {
  font-size: 12.2px;
  line-height: 1.5;
  color: var(--dim);
}

.atlas-surface .wk-make-back {
  margin: 8px 0 0;
  font-size: 12.2px;
  line-height: 1.5;
  color: var(--dim);
}
.atlas-surface .wk-make-back > summary {
  cursor: pointer;
}
.atlas-surface .wk-make-back > ul {
  margin: 6px 0 0;
  padding-left: 18px;
}
.atlas-surface .wk-make-back > ul > li {
  margin: 2px 0 0;
}
.atlas-surface .wk-make-done {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--ink);
}
.atlas-surface .wk-make-err {
  margin: 12px 0 0;
  font-size: 13.2px;
  line-height: 1.5;
  color: var(--gilt-text);
}

.atlas-surface .wk-make-again {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  font-size: 13.2px;
  color: var(--dim);
  text-decoration: underline;
  cursor: pointer;
  min-height: 44px;
}

.atlas-surface .wk-make-tpl,
.atlas-surface .wk-make-types {
  margin: 16px 0 0;
  padding: 0;
  border: 0;
  min-width: 0; 
}

.atlas-surface .wk-make-tpl { margin-bottom: 18px; }
.atlas-surface .wk-make-tpl > .wk-make-label,
.atlas-surface .wk-make-types > .wk-make-label {
  padding: 0; 
}
.atlas-surface .wk-make-tpl-g {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 8px 0 0;
}
.atlas-surface .wk-make-tpl-h {
  flex: 0 0 100%;
  font-size: 11.8px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--dim);
}
.atlas-surface .wk-make-chip,
.atlas-surface .wk-make-type {
  min-height: 44px; 
  padding: 6px 12px;
  border: 1px solid var(--rule-strong);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}
.atlas-surface .wk-make-types {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.atlas-surface .wk-make-types > .wk-make-label,
.atlas-surface .wk-make-types > .wk-make-quiet {
  flex: 0 0 100%;
  margin: 0;
}

.atlas-surface .wk-make-chip[aria-pressed="true"],
.atlas-surface .wk-make-type[aria-pressed="true"] {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
  font-weight: 700;
}
.atlas-surface .wk-make-chip:focus-visible,
.atlas-surface .wk-make-type:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.atlas-surface .wk-make-review {
  margin: 14px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--rule-strong);
  border-radius: 12px;
  background: var(--paper-deep);
}
.atlas-surface .wk-make-review .at-review-field { margin: 0 0 12px; }
.atlas-surface .wk-make-review .at-textarea,
.atlas-surface .wk-make-review .at-input {
  width: 100%;
  box-sizing: border-box;
  max-width: 62ch;
}
.atlas-surface .wk-make-review .wk-make-quiet { margin: 6px 0 0; }

.atlas-surface .wk-make-review .wk-promise-row .wk-make-label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  cursor: pointer;
}

.atlas-surface .wk-make-review input[type="checkbox"] {
  accent-color: var(--ink);
  width: 16px;
  height: 16px;
}

.atlas-surface .wk-foot {
  margin: 0;
  font-size: 11.6px;
  line-height: 1.5;
  color: var(--dim);
}
.atlas-surface .wk-foot code {
  font-family: var(--font-jetbrains), "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
}

.atlas-surface .wk-eta,
.atlas-surface .wk-owner {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  
  gap: 3px 10px;
  align-self: flex-start;
  font-size: 11.8px;
  line-height: 1.45;
  color: var(--mid);
}
.atlas-surface .wk-eta b,
.atlas-surface .wk-owner b {
  font-weight: 800;
  color: var(--ink);
}
.atlas-surface .wk-eta-set { color: var(--dim); }
.atlas-surface .wk-eta[data-eta="overdue"] {
  padding-left: 8px;
  box-shadow: inset 3px 0 0 var(--c-op);
  font-weight: 700;
  color: var(--ink);
}
.atlas-surface .wk-eta[data-eta="stale"] {
  padding: 1px 8px;
  border-radius: 999px;
  border: 1px dashed var(--fence-line);
}
.atlas-surface .wk-eta .wk-gl,
.atlas-surface .wk-owner .wk-gl { color: var(--dim); }

.atlas-surface .wk-owner[data-mine="1"] {
  font-weight: 700;
  color: var(--ink);
}

.atlas-surface .wk-promise-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin: 10px 0 0;
}

.atlas-surface .wk-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 14px 0 0;
}
.atlas-surface .wk-filter-b {
  display: inline-flex;
  align-items: center;
  
  min-height: 44px;
  padding: 3px 12px;
  border-radius: 999px;
  border: 1px solid var(--rule);
  font-size: 12.2px;
  font-weight: 700;
  color: var(--dim);
  text-decoration: none;
}
.atlas-surface .wk-filter-b[data-on="1"] {
  border-color: var(--fence-line);
  color: var(--ink);
  font-weight: 800;
}
.atlas-surface .wk-filter-b:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.atlas-surface .wk-filter-n {
  font-size: 11.8px;
  line-height: 1.45;
  color: var(--dim);
}

.atlas-surface .wk-promise-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 14px 0 0;
}
.atlas-surface .wk-promise-row .wk-make-label { margin: 0; }

.atlas-surface .wk-triage-row {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 18px;
  margin: 14px 0 0;
}
.atlas-surface .wk-triage-opt {
  display: flex;
  flex-direction: column;
  gap: 6px;
  
  flex: 1 1 220px;
  min-width: 200px;
}
.atlas-surface .wk-triage-opt > button { width: 100%; }
.atlas-surface .wk-triage-opt .wk-make-quiet { margin: 0; }
.atlas-surface .wk-date {
  min-height: 44px;
  padding: 6px 10px;
  border-radius: 9px;
  border: 1px solid var(--rule-strong);
  background: var(--paper-deep);
  color: var(--ink);
  font: inherit;
  font-size: 13.4px;
}
.atlas-surface .wk-date:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .atlas-surface .wk-item,
  .atlas-surface .wk-back { transition: none; }
}

.atlas-surface .at-review-mark {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  width: max-content;
  max-width: 100%;
  margin-left: 8px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  vertical-align: baseline;
  opacity: 0.72;
}
.atlas-surface .at-review-mark-w {
  display: inline-block;
  width: max-content;
  max-width: 100%;
}

.atlas-surface .at-review-field > .at-review-mark {
  margin-left: 0;
}

.atlas-surface .wk-make-types > .wk-make-mark {
  flex: 0 0 100%;
  display: block;
  margin: 0;
  
  min-width: 0;
}

.atlas-surface .wk-make-types > .wk-make-mark:empty {
  display: none;
}
.atlas-surface .wk-make-mark > .at-review-mark {
  margin-left: 0; 
}
.atlas-surface .at-review-mark-unsure {
  font-weight: 600;
  opacity: 1;
}

.atlas-surface .at-review-mark-unsure .at-review-mark-w {
  padding: 1px 7px;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.atlas-surface .at-review-why {
  display: block;
  font-weight: 400;
  opacity: 0.8;
}

.atlas-surface .wk-make-count {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.85;
}

.atlas-surface .wk-make-fromlink {
  margin: 0 0 14px;
  padding: 8px 10px;
  border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
  opacity: 1;
}

.atlas-surface .wk-make-agent {
  margin: 0 0 12px;
  font-size: 12.6px;
  line-height: 1.5;
  color: var(--dim);
  max-width: 62ch;
}

.atlas-surface .wk-make-agent .wk-make-again {
  display: inline-block;
  font-size: inherit;
  min-height: 0;
  
  padding: 13px 0;
}

.atlas-surface .wk-make-agent > p {
  margin: 0 0 8px;
}
.atlas-surface .wk-make-ask {
  display: block;
  max-width: 62ch;
  margin: 0 0 4px;
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
  border-radius: 8px;
  
  white-space: pre-wrap;
  
  font-size: 13px;
  line-height: 1.55;
  color: inherit;
}

.atlas-surface .wk-make-tidy {
  margin: 0 0 12px;
}
.atlas-surface .wk-make-tidy-h {
  margin: 0 0 6px;
  font-weight: 600;
}
.atlas-surface .wk-make-tidy-s {
  display: block;
  max-width: 62ch;
  margin: 0 0 8px;
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
  border-radius: 8px;
  
  white-space: pre-wrap;
  font-size: 13px;
  line-height: 1.55;
  color: inherit;
}

.atlas-surface .wk-make-tidy-o {
  margin: 8px 0 0;
  max-width: 62ch;
}
.atlas-surface .wk-make-tidy-q {
  
  font-style: italic;
}

.atlas-surface .wk-make-rest {
  margin: 14px 0;
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  border-radius: 10px;
}
.atlas-surface .wk-make-rest > summary {
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5;
}
.atlas-surface .wk-make-rest[open] > summary {
  margin-bottom: 12px;
}

@media (max-width: 560px) {
  .atlas-surface .wk-review-actions {
    position: sticky;
    bottom: calc(var(--bx-barh, 0px) + 6px);
    z-index: 2;
    padding: 10px 0;
    
    margin-bottom: calc(var(--bx-barh, 0px) + 6px);
    background: var(--paper-deep);
  }
  
  .atlas-surface .wk-review-actions::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 16px;
    pointer-events: none;
    background: linear-gradient(
      to bottom,
      color-mix(in srgb, var(--paper-deep) 0%, transparent),
      var(--paper-deep)
    );
  }
  
  .atlas-surface .wk-make-review :is(input, textarea, select, button, summary) {
    scroll-margin-bottom: calc(var(--bx-barh, 0px) + 6px + 64px);
  }
}

.atlas-surface .wk-promise-row {
  flex-wrap: wrap;
}
.atlas-surface .wk-promise-row > .at-review-mark {
  flex-basis: 100%;
  margin-left: 0;
  margin-top: 6px;
}

.atlas-surface .wk-make-review .wk-date {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 4px;
}

.atlas-surface .wk-said {
  margin: 0;
  display: grid;
  gap: 12px;
}
.atlas-surface .wk-said > div {
  display: grid;
  gap: 3px;
}
.atlas-surface .wk-said dt {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.7;
}
.atlas-surface .wk-said dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.atlas-surface .wk-said-notes {
  white-space: pre-wrap;
}

.atlas-surface .wk-item-x {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  font-size: 12px;
  line-height: 1.45;
  opacity: 0.85;
}
.atlas-surface .wk-item-x .wk-flag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  opacity: 1;
}

@media (min-width: 1000px) {
  .atlas-surface[data-posture="desk"] .wk-page {
    height: 100%;
    min-height: 0;
    
    max-width: none;
    padding-bottom: 12px;
    
    position: relative;
  }
  
  .atlas-surface[data-posture="desk"] .wk-page > .at-main {
    flex: none;
  }
  
  .atlas-surface[data-posture="desk"] .wk-page > .wk-work {
    flex: 1 1 0%;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    
    overflow: hidden;
  }
  
  .atlas-surface[data-posture="desk"] .wk-work.wk-record {
    display: block;
    overflow-y: auto;
    overscroll-behavior: contain;
    
    padding: 2px 2px 4px;
  }
  
  .atlas-surface[data-posture="desk"] .wk-work.wk-record > .at-main + .at-main {
    margin-top: 14px;
  }

  
  .atlas-surface[data-posture="desk"] .wk-work > .wk-board {
    flex: 1 1 auto;
    min-height: 0;
  }
  
  
  .atlas-surface[data-posture="desk"] .wk-col-s {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .atlas-surface[data-posture="desk"] .wk-col-s > .wk-col-b,
  .atlas-surface[data-posture="desk"] .wk-col-s .wk-grp .wk-col-b {
    overflow: visible;
  }
  .atlas-surface[data-posture="desk"] .wk-col-b {
    min-height: 0;
  }

  
  .atlas-surface[data-posture="desk"] .wk-page > .wk-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px 24px;
    
    position: static;
    backdrop-filter: none;
    background: none;
    border-color: transparent;
    border-bottom-color: var(--rule);
    border-radius: 0;
    padding: 0 2px 10px;
  }
  
  .atlas-surface[data-posture="desk"] .wk-head-id {
    
    flex: 1 1 40ch;
    min-width: 0;
    max-width: 62ch;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 2px 10px;
  }
  .atlas-surface[data-posture="desk"] .wk-head-id .wk-h1 {
    margin: 0;
  }
  
  .atlas-surface[data-posture="desk"] .wk-head-id .wk-lede {
    flex: 1 0 100%;
    margin: 0;
  }
  
  .atlas-surface[data-posture="desk"] .wk-head .wk-h1 {
    font-size: 23px;
  }
  .atlas-surface[data-posture="desk"] .wk-head .wk-lede {
    margin-top: 3px;
    font-size: 13.2px;
  }
  .atlas-surface[data-posture="desk"] .wk-head-ctl {
    
    position: static;
    flex: 0 1 auto;
    min-width: 0;
    
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 6px 14px;
  }
  
  .atlas-surface[data-posture="desk"] .wk-head-ctl .wk-filter-n {
    font-size: 11.5px;
    line-height: 1.35;
    text-align: right;
  }
  
  .atlas-surface[data-posture="desk"] .wk-head-ctl .wk-kpi {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
  }
  
  .atlas-surface[data-posture="desk"] .wk-head-ctl .wk-kpi li {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 5px 10px;
  }
  .atlas-surface[data-posture="desk"] .wk-head-ctl .wk-kpi b {
    font-size: 15px;
  }
  .atlas-surface[data-posture="desk"] .wk-head-ctl .wk-kpi span {
    margin-top: 0;
    font-size: 12px;
  }
  .atlas-surface[data-posture="desk"] .wk-head-ctl .wk-filter {
    margin: 0;
    justify-content: flex-end;
  }
  .atlas-surface[data-posture="desk"] .wk-head-ctl .wk-filter-n {
    flex: 1 0 100%;
  }
  
  .atlas-surface[data-posture="desk"] .wk-head-ctl .wk-make > summary {
    padding: 0 14px;
    border: 1px solid var(--rule);
    border-radius: 999px;
    background: var(--paper-deep);
    gap: 8px;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .atlas-surface[data-posture="desk"] .wk-head-ctl .wk-make > summary::after {
    margin-left: 0;
  }
  .atlas-surface[data-posture="desk"] .wk-head-ctl .wk-make-t {
    font-size: 15px;
  }
  
  .atlas-surface[data-posture="desk"] .wk-head-ctl .wk-make-n {
    display: none;
  }

  
  .atlas-surface[data-posture="desk"] .wk-make {
    position: static;
  }
  
  .atlas-surface[data-posture="desk"] .wk-head-ctl,
  .atlas-surface[data-posture="desk"] .wk-head-ctl .wk-make {
    position: static;
  }
  .atlas-surface[data-posture="desk"] .wk-make[open] > .wk-make-body {
    position: absolute;
    
    bottom: 12px;
    right: 0;
    z-index: 40;
    width: min(560px, 92%);
    
    max-height: 75%;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 14px 16px;
    border: 1px solid var(--rule);
    border-radius: 12px;
    background: var(--paper);
    box-shadow: 0 18px 44px rgb(0 0 0 / 22%);
  }

  
  .atlas-surface[data-posture="desk"] .wk-page > .wk-underfoot {
    
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 16px;
    
    backdrop-filter: none;
    background: none;
    border-color: transparent;
    border-top-color: var(--rule);
    border-radius: 0;
    padding: 8px 2px 0;
  }
  .atlas-surface[data-posture="desk"] .wk-underfoot .wk-disclose {
    position: static;
    flex: none;
  }
  .atlas-surface[data-posture="desk"] .wk-underfoot .wk-disclose[open] > .wk-disclose-body {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 40;
    
    max-height: 60dvh;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 12px 16px;
    border: 1px solid var(--rule);
    border-radius: 12px;
    background: var(--paper);
    box-shadow: 0 -14px 40px rgb(0 0 0 / 20%);
  }
  
  .atlas-surface[data-posture="desk"] .wk-underfoot .wk-foot {
    margin: 0;
    flex: 1 1 40ch;
    min-width: 0;
    font-size: 12px;
    line-height: 1.4;
  }

  
}

.atlas-surface .tr-bar {
  display: grid;
  gap: 10px;
}
.atlas-surface .tr-bar-top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  justify-content: space-between;
}
.atlas-surface .tr-eyebrow {
  margin: 0 0 1px;
  font-size: 11.2px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--font-jetbrains), "JetBrains Mono", ui-monospace, monospace;
  color: var(--gilt-text);
}
.atlas-surface .tr-h1 {
  
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
}
@media (min-width: 700px) {
  .atlas-surface .tr-h1 {
    font-size: 19px;
  }
}
.atlas-surface .tr-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.atlas-surface .tr-acts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: none;
}

.atlas-surface .tr-stack {
  display: grid;
  gap: 12px;
  align-items: start;
}

.atlas-surface .tr-kpi {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--rule);
  border-radius: 11px;
  overflow: hidden;
  background: var(--rule);
}
.atlas-surface .tr-kpi > div {
  display: grid;
  gap: 2px;
  padding: 11px 12px;
  background: var(--paper);
}
.atlas-surface .tr-kpi b {
  font-size: 21px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.atlas-surface .tr-kpi span {
  font-size: 11.4px;
  line-height: 1.35;
  color: var(--ink-soft);
}

.atlas-surface .tr-progress {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--rule);
}
.atlas-surface .tr-progress-line {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}

.atlas-surface .tr-bar-track {
  height: 6px;
  border-radius: 999px;
  background: var(--g3);
  overflow: hidden;
}
.atlas-surface .tr-bar-fill {
  display: block;
  height: 100%;
  background: var(--ink);
}

.atlas-surface a.at-row {
  text-decoration: none;
}
.atlas-surface a.at-row:hover .tr-row-title {
  text-decoration: underline;
}
.atlas-surface .tr-row {
  display: grid;
  gap: 4px;
  padding: 11px 10px;
}
.atlas-surface .tr-row-head {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  align-items: baseline;
  justify-content: space-between;
}
.atlas-surface .tr-row-title {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 650;
  color: var(--ink);
}
.atlas-surface .tr-row-meta {
  font-size: 11.6px;
  line-height: 1.45;
  color: var(--ink-soft);
  font-variant-numeric: tabular-nums;
}

.atlas-surface .tr-state {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: none;
  font-family: var(--font-jetbrains), "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--g2);
  color: var(--mid);
  white-space: nowrap;
}

.atlas-surface .tr-state-marked {
  font-weight: 700;
  color: var(--ink);
  border-color: var(--rule-strong);
}

.atlas-surface .tr-state-changed {
  font-weight: 700;
  color: var(--ink);
  background: var(--g3);
  border: 1px dashed var(--fence-line);
  white-space: normal;
  text-align: left;
  line-height: 1.3;
  flex: 0 1 auto;
  min-width: 0;
}

.atlas-surface .tr-state-unread {
  color: var(--ink-soft);
  background: transparent;
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.atlas-surface .tr-state-idle {
  visibility: hidden;
}

.atlas-surface .tr-fence {
  border: 1px dashed var(--fence-line);
  border-radius: 11px;
  padding: 12px 13px;
  background: var(--g2);
  display: grid;
  gap: 6px;
}
.atlas-surface .tr-fence-h {
  margin: 0;
  font-size: 13.6px;
  font-weight: 700;
  color: var(--ink);
  display: flex;
  gap: 7px;
  align-items: baseline;
}
.atlas-surface .tr-fence p {
  margin: 0;
  font-size: 12.8px;
  line-height: 1.5;
  color: var(--ink-soft);
}

.atlas-surface .tr-empty {
  display: grid;
  gap: 10px;
  padding: 6px 0 2px;
}
.atlas-surface .tr-empty-h {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--ink);
}
.atlas-surface .tr-empty p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 62ch;
}

.atlas-surface .tr-legend {
  display: grid;
  gap: 12px;
}
.atlas-surface .tr-legend-i {
  display: grid;
  gap: 5px;
}
.atlas-surface .tr-legend-i p {
  margin: 0;
  font-size: 12.8px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.atlas-surface .tr-legend-i .tr-state,
.atlas-surface .tr-legend-i .at-chip {
  justify-self: start;
}

@media (min-width: 900px) {
  .atlas-surface .tr-lesson {
    max-width: 860px;
  }
}

.atlas-surface .tr-lesson-acts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}
.atlas-surface .tr-mark {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}
.atlas-surface .tr-mark-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
}

.atlas-surface .at-doc-hist .at-list li.tr-row-meta {
  padding: 3px 0 7px;
}

.atlas-surface .tr-seq {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  margin-top: 12px;
}
.atlas-surface .tr-seq .at-link {
  font-size: 13px;
}

.atlas-surface .tr-check {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--rule);
}

.atlas-surface .tr-check-top {
  display: grid;
  gap: 2px;
}
.atlas-surface .tr-check-of {
  margin: 0;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.65;
}

.atlas-surface .tr-check-start {
  display: grid;
  gap: 7px;
  justify-items: start;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--rule);
}
.atlas-surface .tr-check-start-h {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

.atlas-surface .tr-check-open {
  margin: 10px 0 0;
  padding-left: 10px;
  border-left: 2px solid var(--rule);
  font-size: 13px;
  line-height: 1.45;
  opacity: 0.9;
}
.atlas-surface .tr-q {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--rule);
  border-radius: 12px;
  background: var(--pane, transparent);
}
.atlas-surface .tr-q-stem {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}
.atlas-surface .tr-q-stale {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.4;
  opacity: 0.85;
  font-style: italic;
}
.atlas-surface .tr-opts {
  display: grid;
  gap: 7px;
}
.atlas-surface .tr-opt {
  display: grid;
  grid-template-columns: 1.5em 1fr;
  gap: 6px;
  align-items: start;
  width: 100%;
  padding: 9px 11px;
  text-align: left;
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
  color: inherit;
  background: transparent;
  border: 1px solid var(--rule);
  border-radius: 10px;
  cursor: pointer;
}
.atlas-surface .tr-opt:hover:not(:disabled) {
  border-color: currentColor;
}
.atlas-surface .tr-opt:disabled {
  cursor: default;
}
.atlas-surface .tr-opt-picked {
  border-width: 2px;
  border-color: currentColor;
  font-weight: 600;
}
.atlas-surface .tr-opt-g {
  font-weight: 700;
  opacity: 0.75;
}
.atlas-surface .tr-short {
  display: grid;
  gap: 5px;
}
.atlas-surface .tr-short-l {
  font-size: 12.5px;
  opacity: 0.8;
}
.atlas-surface .tr-short-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.atlas-surface .tr-short-in {
  flex: 1 1 12ch;
  min-width: 0;
  padding: 8px 10px;
  font: inherit;
  font-size: 14px;
  color: inherit;
  background: transparent;
  border: 1px solid var(--rule);
  border-radius: 9px;
}
.atlas-surface .tr-q-back {
  display: grid;
  gap: 5px;
  padding-top: 8px;
  border-top: 1px dashed var(--rule);
}
.atlas-surface .tr-q-yes,
.atlas-surface .tr-q-again {
  margin: 0;
  font-size: 13.5px;
  font-weight: 700;
}
.atlas-surface .tr-q-why {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.45;
}
.atlas-surface .tr-q-why-l {
  display: block;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.65;
}
.atlas-surface .tr-check-end {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.atlas-surface .tr-check-result {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}
.atlas-surface .tr-check-done {
  display: grid;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--rule);
}

.atlas-surface .tr-check-out {
  display: flex;
  justify-content: flex-start;
}

.atlas-surface .qe-page {
  
  max-width: 940px;
  margin: 0 auto;
  padding: 12px 12px 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.atlas-surface .qe-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--dim);
}

.atlas-surface .qe-h1 {
  margin: 4px 0 0;
  font-family: var(--font-cinzel), Cinzel, Georgia, serif;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
  
  overflow-wrap: anywhere;
}

.atlas-surface .qe-lede {
  margin: 7px 0 0;
  font-size: 14.4px;
  line-height: 1.5;
  color: var(--mid);
  max-width: 62ch;
}

.atlas-surface .qe-back {
  margin: 0 0 6px;
  font-size: 13px;
}
.atlas-surface .qe-back a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--mid);
  text-decoration: none;
  font-weight: 600;
}
.atlas-surface .qe-back a:hover { color: var(--ink); }

@media (min-width: 900px) {
  .atlas-surface .qe-page { padding: 16px 16px 56px; gap: 14px; }
  .atlas-surface .qe-h1 { font-size: 31px; }
}

.atlas-surface .qe-count {
  margin: 12px 0 0;
  font-size: 14.4px;
  line-height: 1.45;
  font-weight: 700;
  color: var(--ink);
  max-width: 62ch;
}

.atlas-surface .qe-by-room {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
@media (min-width: 700px) {
  .atlas-surface .qe-by-room { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.atlas-surface .qe-by-room a {
  display: block;
  padding: 10px 11px;
  border-radius: 10px;
  border: 1px solid var(--rule);
  background: var(--paper-deep);
  color: var(--ink);
  text-decoration: none;
  min-height: 44px;
}
.atlas-surface .qe-by-room a:hover { border-color: var(--rule-strong); }
.atlas-surface .qe-by-room a:focus-visible {
  outline: 2px solid var(--c-op-text, var(--ink));
  outline-offset: 2px;
}
.atlas-surface .qe-by-room b {
  display: block;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
.atlas-surface .qe-by-room span {
  display: block;
  margin-top: 1px;
  font-size: 11.4px;
  line-height: 1.3;
  color: var(--dim);
}

.atlas-surface .qe-scope {
  margin: 12px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  font-size: 13.6px;
  line-height: 1.45;
}
.atlas-surface .qe-scope-w { font-weight: 700; color: var(--ink); }
.atlas-surface .qe-scope-go,
.atlas-surface .qe-zero-go a,
.atlas-surface .qe-elsewhere a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 44px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.atlas-surface .qe-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.atlas-surface .qe-row {
  padding: 13px 14px;
  border-radius: 12px;
  border: 1px solid var(--rule);
  background: var(--paper-deep);
  min-width: 0;
}

.atlas-surface .qe-row-t {
  margin: 0;
  font-size: 15.2px;
  line-height: 1.35;
  font-weight: 700;
  
  overflow-wrap: anywhere;
}

.atlas-surface .qe-chip {
  margin: 7px 0 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px dashed var(--fence-line);
  font-size: 11.4px;
  font-weight: 800;
  color: var(--ink);
}
.atlas-surface .qe-chip .qe-gl { color: var(--dim); font-size: 12px; }

.atlas-surface .qe-room {
  padding-left: 7px;
  border-left: 1px solid var(--rule-strong);
  font-weight: 700;
  color: var(--dim);
}

.atlas-surface .qe-why {
  margin: 8px 0 0;
  font-size: 13.2px;
  line-height: 1.5;
  color: var(--mid);
  max-width: 68ch;
}

.atlas-surface .qe-meta {
  margin: 7px 0 0;
  font-size: 11.6px;
  line-height: 1.4;
  color: var(--dim);
}
.atlas-surface .qe-notime { font-style: italic; }

.atlas-surface .qe-go {
  margin: 11px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}
.atlas-surface .qe-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 44px;
  font-size: 13.6px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.atlas-surface .qe-act {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
}
.atlas-surface .qe-btn {
  appearance: none;
  font: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 12px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.atlas-surface .qe-btn:hover:not(:disabled) {
  background: color-mix(in oklab, var(--ink) 88%, var(--paper));
}

.atlas-surface .qe-btn:disabled {
  background: transparent;
  color: var(--dim);
  border: 1px dashed var(--fence-line);
  cursor: not-allowed;
}
.atlas-surface .qe-btn:focus-visible {
  outline: 2px solid var(--c-op-text, var(--ink));
  outline-offset: 2px;
}

.atlas-surface .qe-btn--alt {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}
.atlas-surface .qe-btn--alt:hover:not(:disabled) {
  background: color-mix(in oklab, var(--ink) 8%, transparent);
}

.atlas-surface .qe-ev {
  margin: 10px 0 0;
  padding: 9px 0 0;
  border-top: 1px dashed var(--fence-line);
}
.atlas-surface .qe-ev-h {
  margin: 0 0 5px;
  font-size: 12.4px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--dim);
}
.atlas-surface .qe-ev-l {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
}
.atlas-surface .qe-ev-l li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  font-size: 13.6px;
  line-height: 1.45;
}

.atlas-surface .qe-ev-k {
  font-size: 11.6px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--dim);
}
.atlas-surface .qe-ev-w {
  font-weight: 600;
}

.atlas-surface .qe-ev--none {
  font-size: 13.6px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--ink);
}

.atlas-surface .qe-err:not(:empty) {
  display: inline-block;
  font-size: 12.4px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--ink);
  padding: 4px 9px;
  border-radius: 8px;
  border: 1px dashed var(--fence-line);
}

.atlas-surface .qe-zero {
  margin: 0;
  font-size: 15.2px;
  line-height: 1.45;
  font-weight: 700;
}
.atlas-surface .qe-zero-sub,
.atlas-surface .qe-elsewhere {
  margin: 8px 0 0;
  font-size: 13.6px;
  line-height: 1.5;
  color: var(--mid);
  max-width: 68ch;
}
.atlas-surface .qe-zero-go { margin: 6px 0 0; font-size: 13.6px; }

.atlas-surface .qe-disclose {
  border: 1px dashed var(--fence-line);
  border-radius: 12px;
  padding: 2px 12px;
}
.atlas-surface .qe-disclose > summary {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
  
  min-height: 44px;
  padding: 10px 0;
  cursor: pointer;
  list-style-position: inside;
}
.atlas-surface .qe-disclose > summary:focus-visible {
  outline: 2px solid var(--c-op-text, var(--ink));
  outline-offset: 2px;
}
.atlas-surface .qe-disclose-t { font-size: 13.6px; font-weight: 800; }
.atlas-surface .qe-disclose-n { font-size: 11.8px; color: var(--dim); font-weight: 700; }
.atlas-surface .qe-gaps {
  list-style: none;
  margin: 4px 0 12px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.atlas-surface .qe-gaps li {
  font-size: 12.8px;
  line-height: 1.5;
  color: var(--mid);
  
  max-width: 72ch;
}
.atlas-surface .qe-gaps b {
  display: block;
  color: var(--ink);
  font-weight: 800;
}

.atlas-surface .qe-lintel {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 4px 0 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--dim);
}
.atlas-surface .qe-lintel::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--rule);
}
.atlas-surface .qe-ev-note {
  margin: 0 0 10px;
  font-size: 12.4px;
  line-height: 1.45;
  color: var(--dim);
  max-width: 68ch;
}

.atlas-surface .qe-tiles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}
@media (min-width: 700px) {
  .atlas-surface .qe-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 900px) {
  .atlas-surface .qe-tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.atlas-surface .qe-tiles--lead { grid-template-columns: 1fr; }
@media (min-width: 700px) {
  .atlas-surface .qe-tiles--lead { grid-template-columns: 1fr; }
}
@media (min-width: 900px) {
  .atlas-surface .qe-tiles--lead { grid-template-columns: 1fr; }
}

.atlas-surface .qe-tile {
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100%;
  padding: 13px 14px;
  border-radius: 12px;
  
  border: 1px solid var(--rule);
  background: var(--paper-deep);
  color: var(--ink);
  text-decoration: none;
  min-width: 0;
}
.atlas-surface .qe-tile:hover { border-color: var(--rule-strong); }
.atlas-surface .qe-tile:focus-visible {
  outline: 2px solid var(--c-op-text, var(--ink));
  outline-offset: 2px;
}
.atlas-surface .qe-tile-l {
  font-size: 14.8px;
  font-weight: 800;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.atlas-surface .qe-tile-b { font-size: 12.4px; line-height: 1.4; color: var(--dim); }

.atlas-surface .qe-tile-live {
  margin-top: 4px;
  font-size: 12.8px;
  line-height: 1.45;
  font-weight: 700;
  color: var(--ink);
}

.atlas-surface .qe-tile-fence {
  display: block;
  padding-left: 9px;
  border-left: 2px dashed var(--fence-line);
  font-size: 12.2px;
  font-weight: 500;
  color: var(--dim);
}

.atlas-surface .qe-foot {
  margin: 0;
  font-size: 12.2px;
  line-height: 1.55;
  color: var(--dim);
  max-width: 78ch;
}
.atlas-surface .qe-foot code {
  font-size: 11.4px;
  padding: 1px 5px;
  border-radius: 5px;
  border: 1px solid var(--rule);
}

.atlas-surface .bx-firm-switch {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 14px;
  padding: 8px 12px;
  border-bottom: 1px solid var(--line);
}

.atlas-surface .bx-firm-switch-now {
  margin: 0;
  color: var(--dim);
  font-size: 13px;
}

.atlas-surface .bx-firm-switch-now b {
  color: var(--ink);
  font-weight: 700;
}

.atlas-surface .bx-firm-switch-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.atlas-surface .bx-firm-switch-list form {
  margin: 0;
}

.atlas-surface .bx-firm-switch-list button {
  min-height: 44px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.atlas-surface .bx-firm-switch-list button i {
  color: var(--dim);
  font-style: normal;
}

.atlas-surface .bx-setup-standing {
  margin: 0;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}

.atlas-surface .bx-setup-strip {
  border-bottom: 1px solid var(--line);
  background: var(--g2);
}

.atlas-surface .bx-setup-strip ul {
  display: flex;
  gap: 2px;
  margin: 0;
  padding: 4px 6px;
  list-style: none;
}

.atlas-surface .bx-setup-strip li {
  flex: 1 1 0;
  min-width: 0;
}

.atlas-surface .bx-setup-strip a {
  
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 6px 2px;
  border-radius: 8px;
  color: var(--dim);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.atlas-surface .bx-setup-strip a[aria-current="page"] {
  color: var(--ink);
  font-weight: 700;
  box-shadow: inset 0 -2px 0 currentColor;
}

.atlas-surface .bx-setup-panel {
  margin: 12px 0;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--g1);
}

.atlas-surface .bx-setup-panel > h2 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
}

.atlas-surface .bx-setup-panel > p {
  margin: 0 0 8px;
  max-width: 60ch;
}

.atlas-surface .bx-setup-panel > p:last-child {
  margin-bottom: 0;
}

.atlas-surface .bx-setup-lead {
  font-size: 17px;
  font-weight: 700;
}

.atlas-surface .bx-setup-sub {
  color: var(--dim);
  font-size: 14px;
}

.atlas-surface .bx-setup-fence {
  margin: 12px 0;
  padding: 13px 15px;
  border: 1px dashed var(--fence-line);
  border-radius: 12px;
  background: var(--g2);
}

.atlas-surface .bx-setup-fence h3 {
  margin: 7px 0 5px;
  font-size: 14.5px;
  font-weight: 700;
}

.atlas-surface .bx-setup-fence p {
  margin: 0;
  max-width: 60ch;
  color: var(--dim);
  font-size: 14px;
}

.atlas-surface .bx-setup-people {
  display: grid;
  gap: 8px;
  margin: 12px 0;
  padding: 0;
  list-style: none;
}

.atlas-surface .bx-setup-person {
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--g1);
}

.atlas-surface .bx-setup-person-who b {
  display: block;
  font-size: 14.5px;
}

.atlas-surface .bx-setup-person-who i {
  display: block;
  color: var(--dim);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.atlas-surface .bx-setup-doors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 700px) {
  .atlas-surface .bx-setup-doors {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.atlas-surface .bx-setup-door {
  min-height: 44px;
  padding: 10px 11px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--g1);
}

.atlas-surface .bx-setup-door b {
  display: block;
  font-size: 13.5px;
}

.atlas-surface .bx-setup-door i {
  display: block;
  color: var(--dim);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.atlas-surface .bx-setup-door[data-held="yes"] {
  box-shadow: inset 2px 0 0 currentColor;
}

.atlas-surface .bx-setup-door[data-held="no"] {
  background: var(--g2);
  outline: 1px dashed var(--fence-line);
  outline-offset: -5px;
}

.atlas-surface .bx-setup-door-st {
  display: inline-block;
  margin-top: 5px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.atlas-surface .bx-setup-pips {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 8px 0 6px;
}

.atlas-surface .bx-setup-pips i {
  display: block;
  width: 14px;
  height: 16px;
  border: 1px solid currentColor;
  border-radius: 3px;
}

.atlas-surface .bx-setup-pips i.is-full {
  background: currentColor;
}

.atlas-surface .bx-setup-readout {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  padding: 6px 0;
}

.atlas-surface .bx-setup-glyph {
  flex: none;
  width: 14px;
  text-align: center;
}

.atlas-surface .bx-setup-readout-w {
  font-weight: 600;
}

.atlas-surface .bx-setup-readout-t {
  margin-left: auto;
  color: var(--dim);
  font-size: 13px;
  text-align: right;
}

.atlas-surface .bx-setup-trail {
  display: grid;
  gap: 10px;
  margin: 4px 0 10px;
  padding: 0;
  list-style: none;
}

.atlas-surface .bx-setup-trail li {
  padding-left: 12px;
  border-left: 2px solid var(--line);
}

.atlas-surface .bx-setup-trail b {
  display: block;
  font-size: 14.5px;
}

.atlas-surface .bx-setup-trail i {
  display: block;
  color: var(--dim);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.atlas-surface .bx-setup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
}

.atlas-surface .bx-setup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.atlas-surface .bx-setup-btn-p {
  border-color: currentColor;
}

.atlas-surface .bx-setup-back {
  margin: 18px 0 4px;
  font-size: 14px;
}

.atlas-surface .bx-setup-back a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.atlas-surface .bx-setup-person {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

.atlas-surface .bx-setup-person-who {
  flex: 1 1 220px;
  min-width: 0;
}

.atlas-surface .bx-setup-person-who b {
  overflow-wrap: anywhere;
}

.atlas-surface .bx-setup-person-do {
  display: flex;
  gap: 8px;
}

.atlas-surface .bx-setup-person-do form {
  margin: 0;
}

.atlas-surface .bx-setup-person-do .bx-setup-btn {
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.atlas-surface .bx-setup-invite-form {
  display: grid;
  gap: 10px;
  max-width: 420px;
}

.atlas-surface .bx-setup-invite-form label {
  font-size: 13px;
  font-weight: 600;
}

.atlas-surface .bx-setup-invite-form input[type="email"] {
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--g1);
  color: inherit;
  font-size: 15px;
}

.atlas-surface .bx-setup-invite-form textarea:not(.at-textarea) {
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--g1);
  color: inherit;
  
  font-size: 16px;
  line-height: 1.5;
  resize: vertical;
}

.atlas-surface .bx-setup-invite-form .bx-setup-btn {
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.atlas-surface .bx-setup-rules {
  display: grid;
  gap: 8px;
  margin: 12px 0;
  padding: 0;
  list-style: none;
}

.atlas-surface .bx-setup-rule {
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--g1);
}

.atlas-surface .bx-setup-rule-what {
  display: block;
  margin-bottom: 10px;
}

.atlas-surface .bx-setup-rule-what b {
  display: block;
  font-size: 14.5px;
}

.atlas-surface .bx-setup-rule-what i {
  display: block;
  margin-top: 4px;
  color: var(--dim);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.atlas-surface .bx-setup-rule-form {
  max-width: 620px;
}

.atlas-surface .bx-setup-consequences {
  line-height: 1.55;
}

.atlas-surface .bx-setup-invite-result {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.atlas-surface .bx-setup-invite-link a {
  overflow-wrap: anywhere;
}

.atlas-surface .bx-setup-row-notice {
  flex-basis: 100%;
  color: var(--dim);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.atlas-surface .bx-setup-row-confirm {
  flex-basis: 100%;
  flex-wrap: wrap;
}

.atlas-surface .bx-setup-person-look {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 13.5px;
  font-weight: 600;
}

.atlas-surface .bx-setup-health {
  display: grid;
  gap: 14px;
  margin: 8px 0 12px;
  padding: 0;
  list-style: none;
}

.atlas-surface .bx-setup-health li {
  padding-left: 12px;
  border-left: 2px solid var(--line);
}

.atlas-surface .bx-setup-health li[data-severity="defect"],
.atlas-surface .bx-setup-health li[data-severity="critical"] {
  border-left-width: 4px;
}

.atlas-surface .bx-setup-health-sev {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--dim);
}

.atlas-surface .bx-setup-health-sev .bx-setup-glyph {
  margin-right: 6px;
}

.atlas-surface .bx-setup-health b {
  display: block;
  margin-top: 2px;
  font-size: 15px;
}

.atlas-surface .bx-setup-health i {
  display: block;
  margin-top: 4px;
  color: var(--dim);
  font-size: 13.5px;
  font-style: normal;
  line-height: 1.5;
}

.atlas-surface .bx-setup-health-fix {
  font-weight: 600;
  color: inherit;
}

.atlas-surface .bx-setup-health-who {
  font-size: 13px;
  word-break: break-word;
}

.atlas-surface .bx-setup-health-unread {
  display: grid;
  gap: 6px;
  margin: 4px 0 10px;
  padding-left: 18px;
  color: var(--dim);
  font-size: 13.5px;
  line-height: 1.5;
}

body{margin:0;font-family:'Familjen Grotesk',system-ui,sans-serif}.atlas-surface{min-height:100vh;background:var(--g0);color:var(--ink)}