:root { --ink: #101827; --muted: #5e6b7f; --line: #d4dee8; --paper: #f6f9fc; --surface: #ffffff; --navy: #062d67; --navy-deep: #001d48; --blue: #0068d1; --cyan: #10bfd1; --coral: #f05f5b; --mint: #146c43; --gold: #c7922f; --danger: #a83d36; --shadow: 0 14px 42px rgba(4, 36, 76, 0.12); --header-height: 68px; --nav-width: 92px; }
* { box-sizing: border-box; }
html { min-width: 320px; background: var(--paper); color: var(--ink); font-family: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body { margin: 0px; min-height: 100vh; background: var(--paper); }
.larger-text { font-size: 112.5%; }
.high-contrast { --muted: #334155; --line: #9aaabd; --paper: #eef3f8; }
.reduce-motion { scroll-behavior: auto; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
[hidden] { display: none !important; }
.preview-disclosure { display: flex; min-height: 28px; align-items: center; justify-content: space-between; gap: 8px; padding: 2px 8px 2px 16px; background: var(--navy-deep); color: rgb(217, 235, 255); font-size: 0.72rem; font-weight: 750; }
.preview-disclosure-copy { flex: 1; text-align: center; }
.preview-entry { display: grid; min-height: calc(-28px + 100vh); grid-template-columns: minmax(0px, 1.25fr) minmax(380px, 0.75fr); background: var(--surface); }
.preview-entry-art { background: var(--navy-deep) url("/assets/images/blinx-hero-atlanta-world-map-desktop.webp") center / cover no-repeat; }
.preview-entry-content { display: flex; max-width: 620px; flex-direction: column; justify-content: center; padding: 64px; }
.preview-entry-content > img { width: 142px; height: auto; }
.preview-entry-content .kicker { margin: 44px 0px 10px; color: var(--blue); font-size: 0.78rem; font-weight: 900; text-transform: uppercase; }
.preview-entry-content h1 { max-width: 500px; margin: 0px; font-size: 3.25rem; line-height: 1.02; letter-spacing: 0px; }
.preview-entry-content > p:not(.kicker):not(.entry-status) { max-width: 480px; color: var(--muted); font-size: 1.05rem; line-height: 1.55; }
.preview-entry-content form { margin-top: 26px; }
.preview-entry-content label { display: block; margin-bottom: 8px; color: var(--navy); font-weight: 850; }
.field-command { display: flex; gap: 8px; }
.field-command input { min-width: 0px; flex: 1 1 0%; border: 1px solid var(--line); border-radius: 6px; padding: 0px 14px; background: var(--paper); }
.entry-status { min-height: 22px; margin: 14px 0px 0px; color: var(--muted); font-size: 0.86rem; }
.app-header { position: sticky; top: 0px; z-index: 50; display: grid; min-height: var(--header-height); grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 9px 22px; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(16px); }
.brand { display: inline-flex; width: fit-content; align-items: center; }
.brand img { display: block; width: 108px; }
.header-actions { display: flex; justify-content: flex-end; gap: 10px; }
.icon-command, .avatar-command { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--navy); font-weight: 900; text-decoration: none; }
.icon-command { border-color: var(--blue); background: var(--blue); color: rgb(255, 255, 255); font-size: 1.55rem; }
.account-context { display: inline-flex; padding: 3px; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); }
.account-context button { min-height: 34px; border: 0px; border-radius: 5px; padding: 0px 14px; background: transparent; color: var(--muted); cursor: pointer; font-size: 0.78rem; font-weight: 850; }
.account-context button[aria-pressed="true"] { background: var(--navy); color: rgb(255, 255, 255); }
.app-layout { min-height: calc(100vh - var(--header-height) - 28px); }
.primary-nav { position: fixed; top: calc(var(--header-height) + 28px); bottom: 0px; left: 0px; z-index: 40; display: grid; width: var(--nav-width); align-content: start; gap: 4px; padding: 14px 9px; border-right: 1px solid var(--line); background: rgb(255, 255, 255); }
.primary-nav a { display: grid; min-height: 68px; place-items: center; align-content: center; gap: 4px; border-radius: 7px; color: var(--muted); font-size: 0.72rem; font-weight: 850; text-decoration: none; }
.primary-nav a > span:first-child { font-size: 1.25rem; }
.primary-nav a[aria-current="page"] { background: rgb(232, 242, 255); color: var(--blue); }
.product-viewport { min-height: calc(100vh - var(--header-height) - 28px); margin-left: var(--nav-width); outline: 0px; }
.surface { width: min(1180px, 100% - 40px); margin: 0px auto; padding: 30px 0px 72px; }
.surface-loading { padding: 80px 32px; color: var(--muted); text-align: center; }
.surface-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.surface-header .kicker, .section-kicker { margin: 0px 0px 8px; color: var(--blue); font-size: 0.74rem; font-weight: 900; text-transform: uppercase; }
.surface-header h1 { margin: 0px; font-size: 2.5rem; line-height: 1.05; letter-spacing: 0px; }
.surface-header p { max-width: 680px; margin: 10px 0px 0px; color: var(--muted); line-height: 1.55; }
.world-hero { position: relative; display: grid; min-height: 540px; align-items: end; overflow: hidden; background: var(--navy-deep) url("/assets/images/blinx-hero-atlanta-world-map-desktop.webp") center / cover no-repeat; color: rgb(255, 255, 255); }
.world-hero::after { position: absolute; inset: 0px; background: rgba(0, 21, 54, 0.54); content: ""; }
.world-hero-content { position: relative; z-index: 1; width: min(1120px, 100% - 48px); margin: 0px auto; padding: 72px 0px 54px; }
.world-hero .kicker { margin: 0px 0px 12px; color: rgb(143, 229, 240); font-size: 0.78rem; font-weight: 900; text-transform: uppercase; }
.world-hero h1 { max-width: 720px; margin: 0px; font-size: 4.4rem; line-height: 0.98; letter-spacing: 0px; }
.world-hero p { max-width: 620px; margin: 18px 0px 0px; color: rgb(229, 238, 249); font-size: 1.12rem; line-height: 1.5; }
.world-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.world-hero-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.28); }
.world-hero-meta span { color: rgb(191, 214, 237); font-size: 0.8rem; }
.world-hero-meta strong { display: block; margin-top: 4px; color: rgb(255, 255, 255); font-size: 1rem; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--navy); border-radius: 6px; padding: 9px 16px; background: rgb(255, 255, 255); color: var(--navy); cursor: pointer; font-weight: 850; text-decoration: none; }
.button.primary { border-color: var(--blue); background: var(--blue); color: rgb(255, 255, 255); }
.button.dark { border-color: var(--navy); background: var(--navy); color: rgb(255, 255, 255); }
.button.light { border-color: rgb(255, 255, 255); background: rgb(255, 255, 255); color: var(--navy); }
.button.ghost-light { border-color: rgba(255, 255, 255, 0.7); background: rgba(0, 0, 0, 0.14); color: rgb(255, 255, 255); }
.button.danger { border-color: rgb(239, 194, 189); color: var(--danger); }
.button:disabled { cursor: not-allowed; opacity: 0.48; }
.section-band { padding: 34px 0px; }
.section-band + .section-band { border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.section-heading h2 { margin: 0px; font-size: 1.8rem; line-height: 1.1; }
.section-heading p { max-width: 600px; margin: 8px 0px 0px; color: var(--muted); line-height: 1.5; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 14px; }
.card-grid.two { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
.card, .panel { min-width: 0px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.card { overflow: hidden; }
.card-media { aspect-ratio: 16 / 9; background: var(--navy); object-fit: cover; width: 100%; }
.card-body { padding: 18px; }
.card .eyebrow, .panel .eyebrow { margin: 0px 0px 8px; color: var(--blue); font-size: 0.72rem; font-weight: 900; text-transform: uppercase; }
.card h2, .card h3, .panel h2, .panel h3 { margin: 0px; line-height: 1.15; }
.card h2, .card h3 { font-size: 1.25rem; }
.card p, .panel p { color: var(--muted); line-height: 1.5; }
.card-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.panel { padding: 22px; }
.panel.accent { border-top: 3px solid var(--blue); }
.panel.coral { border-top: 3px solid var(--coral); }
.panel.mint { border-top: 3px solid var(--mint); }
.panel.gold { border-top: 3px solid var(--gold); }
.status-pill { display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; padding: 6px 10px; background: rgb(233, 246, 238); color: var(--mint); font-size: 0.72rem; font-weight: 900; }
.status-pill.blue { background: rgb(232, 242, 255); color: var(--blue); }
.status-pill.coral { background: rgb(255, 240, 238); color: var(--danger); }
.status-pill.gold { background: rgb(255, 247, 231); color: rgb(122, 87, 28); }
.metric-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.explore-layout { display: grid; grid-template-columns: minmax(0px, 1.45fr) minmax(330px, 0.55fr); gap: 18px; }
.map-panel { position: relative; min-height: 650px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--navy-deep); }
#blinx-live-map { width: 100%; min-height: 650px; background: var(--navy-deep) url("/assets/images/blinx-atlanta-activation-mobile.webp") center / cover no-repeat; }
.map-status { position: absolute; right: 14px; bottom: 14px; left: 14px; z-index: 3; margin: 0px; border-radius: 6px; padding: 10px 12px; background: rgba(0, 29, 72, 0.92); color: rgb(255, 255, 255); font-size: 0.82rem; font-weight: 800; }
.object-list { display: grid; align-content: start; gap: 10px; }
.object-row { display: grid; grid-template-columns: 72px minmax(0px, 1fr); gap: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: rgb(255, 255, 255); }
.object-row img { width: 72px; height: 72px; border-radius: 6px; object-fit: cover; }
.object-row h3 { margin: 0px; font-size: 1rem; }
.object-row p { margin: 4px 0px 0px; color: var(--muted); font-size: 0.82rem; line-height: 1.4; }
.object-row .card-actions { grid-column: 1 / -1; margin-top: 0px; }
.object-row .button { min-height: 38px; padding: 7px 11px; font-size: 0.8rem; }
.flow-layout { display: grid; grid-template-columns: minmax(0px, 0.72fr) minmax(0px, 1.28fr); gap: 18px; }
.flow-steps { display: grid; align-content: start; gap: 8px; }
.flow-step { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 7px; background: rgb(255, 255, 255); }
.flow-step-number { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--paper); color: var(--navy); font-weight: 900; }
.flow-step.is-complete .flow-step-number { background: rgb(233, 246, 238); color: var(--mint); }
.flow-step.is-current { border-color: var(--blue); }
.flow-step strong, .flow-step span { display: block; }
.flow-step span { margin-top: 4px; color: var(--muted); font-size: 0.82rem; }
.stack { display: grid; gap: 14px; }
.list { display: grid; gap: 0px; margin: 0px; padding: 0px; list-style: none; }
.list > li { display: flex; min-width: 0px; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 0px; border-bottom: 1px solid var(--line); }
.list > li:last-child { border-bottom: 0px; }
.list strong, .list span { min-width: 0px; overflow-wrap: anywhere; }
.list span { color: var(--muted); font-size: 0.84rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 14px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label, .field legend { color: var(--navy); font-size: 0.8rem; font-weight: 850; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 11px 12px; background: rgb(255, 255, 255); color: var(--ink); }
.field textarea { min-height: 108px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus, button:focus-visible, a:focus-visible { outline: rgba(0, 104, 209, 0.32) solid 3px; outline-offset: 2px; }
.check { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); line-height: 1.45; }
.check input { width: 20px; height: 20px; margin: 1px 0px 0px; accent-color: var(--blue); }
.signal-list, .thread-list, .queue-list { display: grid; gap: 10px; margin: 0px; padding: 0px; list-style: none; }
.signal-item, .thread, .queue-item { border: 1px solid var(--line); border-radius: 8px; padding: 16px; background: rgb(255, 255, 255); }
.signal-item { display: grid; grid-template-columns: 46px minmax(0px, 1fr) auto; gap: 12px; align-items: start; }
.signal-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: rgb(232, 242, 255); color: var(--blue); font-weight: 900; }
.signal-item h2, .signal-item h3, .thread h3 { margin: 0px; font-size: 1rem; }
.signal-item p, .thread p { margin: 5px 0px 0px; color: var(--muted); line-height: 1.45; }
.signal-item time, .thread time { color: var(--muted); font-size: 0.72rem; }
.thread-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.thread-actions .button { min-height: 38px; padding: 7px 12px; font-size: 0.8rem; }
.reply-list { display: grid; gap: 8px; margin: 14px 0px 0px 20px; padding: 0px; list-style: none; }
.reply-list li { border-left: 2px solid var(--line); padding-left: 12px; }
.settings-list { display: grid; gap: 10px; }
.setting-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid var(--line); border-radius: 8px; padding: 16px; background: rgb(255, 255, 255); }
.setting-row strong, .setting-row span { display: block; }
.setting-row span { margin-top: 4px; color: var(--muted); font-size: 0.82rem; }
.switch { position: relative; width: 48px; height: 28px; flex: 0 0 auto; }
.switch input { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.switch i { position: absolute; inset: 0px; border-radius: 999px; background: rgb(203, 214, 225); transition: background 140ms; pointer-events: none; }
.switch i::after { position: absolute; top: 4px; left: 4px; width: 20px; height: 20px; border-radius: 50%; background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 5px; content: ""; transition: transform 140ms; }
.switch input:checked + i { background: var(--blue); }
.switch input:checked + i::after { transform: translateX(20px); }
.switch input:focus-visible + i { outline: 3px solid var(--ink); outline-offset: 3px; }
.recipient-shell { min-height: calc(-28px + 100vh); padding: 40px 18px 80px; background: rgb(238, 245, 251); }
.recipient-mode .app-header, .recipient-mode .primary-nav { display: none; }
.recipient-mode .product-viewport { min-height: calc(-28px + 100vh); margin-left: 0px; padding-bottom: 0px; }
.recipient-card { width: min(680px, 100%); margin: 0px auto; border: 1px solid var(--line); border-radius: 8px; background: rgb(255, 255, 255); box-shadow: var(--shadow); }
.recipient-cover { min-height: 220px; padding: 26px; background: var(--navy-deep) url("/assets/images/blinx-share-plan-preview-card.webp") center / cover no-repeat; color: rgb(255, 255, 255); }
.recipient-body { padding: 26px; }
.recipient-body h1 { margin: 0px; font-size: 2.2rem; }
.empty-state { display: grid; min-height: 260px; place-items: center; align-content: center; gap: 12px; border: 1px dashed rgb(185, 199, 214); border-radius: 8px; padding: 28px; text-align: center; }
.empty-state h2, .empty-state p { margin: 0px; }
.empty-state p { max-width: 480px; color: var(--muted); line-height: 1.5; }
.toast { position: fixed; right: 20px; bottom: 20px; z-index: 100; max-width: 360px; border-radius: 7px; padding: 13px 16px; background: var(--navy-deep); color: rgb(255, 255, 255); box-shadow: var(--shadow); font-size: 0.88rem; font-weight: 750; }
@media (max-width: 900px) {
  :root { --header-height: 106px; --nav-width: 0px; }
  .app-header { grid-template-columns: 1fr auto; }
  .account-context { grid-area: 2 / 1 / auto / -1; justify-self: stretch; }
  .account-context button { flex: 1 1 0%; }
  .primary-nav { top: auto; right: 0px; bottom: 0px; width: auto; height: 72px; grid-template-columns: repeat(5, minmax(0px, 1fr)); align-content: stretch; gap: 0px; padding: 0px; border-top: 1px solid var(--line); border-right: 0px; }
  .primary-nav a { min-height: 72px; border-radius: 0px; }
  .product-viewport { margin-left: 0px; padding-bottom: 70px; }
  .explore-layout, .flow-layout { grid-template-columns: 1fr; }
  .map-panel, #blinx-live-map { min-height: 480px; }
  .card-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
}
@media (max-width: 680px) {
  .preview-disclosure { font-size: 0.66rem; }
  .preview-entry { min-height: calc(-28px + 100vh); grid-template-columns: 1fr; background: var(--navy-deep) url("/assets/images/blinx-hero-atlanta-world-map-mobile.webp") center / cover no-repeat; color: rgb(255, 255, 255); }
  .preview-entry::before { position: fixed; inset: 28px 0px 0px; background: rgba(0, 20, 52, 0.62); content: ""; }
  .preview-entry-art { display: none; }
  .preview-entry-content { position: relative; z-index: 1; min-height: calc(-28px + 100vh); justify-content: flex-end; padding: 34px 22px 48px; }
  .preview-entry-content > img { width: 122px; filter: brightness(0) invert(1); }
  .preview-entry-content .kicker { margin-top: 80px; color: rgb(143, 229, 240); }
  .preview-entry-content h1 { font-size: 2.55rem; }
  .preview-entry-content > p:not(.kicker):not(.entry-status), .entry-status { color: rgb(219, 231, 244); }
  .preview-entry-content label { color: rgb(255, 255, 255); }
  .field-command { align-items: stretch; flex-direction: column; }
  .field-command input { min-height: 48px; background: rgb(255, 255, 255); color: var(--ink); }
  .app-header { min-height: 106px; gap: 8px; padding: 8px 14px; }
  .brand img { width: 88px; }
  .header-actions { gap: 6px; }
  .icon-command, .avatar-command { width: 38px; height: 38px; }
  .account-context button { padding: 0px 8px; font-size: 0.72rem; }
  .surface { width: min(100% - 24px, 560px); padding-top: 18px; }
  .surface-header { align-items: flex-start; flex-direction: column; gap: 10px; }
  .surface-header h1 { font-size: 2rem; }
  .world-hero { min-height: calc(-134px + 100svh); background-image: url("/assets/images/blinx-hero-atlanta-world-map-mobile.webp"); }
  .world-hero-content { width: calc(100% - 36px); padding: 84px 0px 42px; }
  .world-hero h1 { font-size: 3.15rem; }
  .world-hero p { font-size: 1rem; }
  .world-hero-actions .button { flex: 1 1 0%; }
  .world-hero-meta { gap: 14px; }
  .card-grid, .card-grid.two, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .map-panel, #blinx-live-map { min-height: 410px; }
  .signal-item { grid-template-columns: 40px minmax(0px, 1fr); }
  .signal-item time { grid-column: 2; }
  .button { min-height: 46px; }
  .toast { right: 12px; bottom: 84px; left: 12px; max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

/* Finish-line product system */
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.icon { width: 1.1em; height: 1.1em; flex: 0 0 auto; }
.icon-command svg { width: 22px; height: 22px; }
.primary-nav a > svg { width: 23px; height: 23px; stroke-linecap: round; stroke-linejoin: round; }
.icon-button { display: inline-grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--navy); cursor: pointer; }
.icon-button.primary { border-color: var(--blue); background: var(--blue); color: #fff; }
.text-link { display: inline-flex; margin: 0 0 20px; color: var(--blue); font-weight: 850; text-decoration: none; }
.review-tools { display: flex; flex: 0 0 auto; align-items: center; gap: 4px; color: #fff; }
.review-tools button { display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 4px; padding: 3px; background: transparent; color: #fff; cursor: pointer; }
.review-tools button svg { width: 15px; height: 15px; }
.admin-context .review-tools { display: none; }
.chapter-deck { display: grid; grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr); gap: 24px 40px; padding: 34px 0 40px; border-bottom: 1px solid var(--line); }
.chapter-copy h2 { max-width: 620px; margin: 0; font-size: 2rem; line-height: 1.08; }
.chapter-copy > p:last-child { color: var(--muted); line-height: 1.55; }
.chapter-select { display: grid; align-self: start; gap: 7px; color: var(--navy); font-size: .78rem; font-weight: 850; }
.chapter-select select { width: 100%; min-height: 52px; border: 1px solid var(--line); border-radius: 7px; padding: 0 14px; background: #fff; color: var(--ink); font-weight: 750; }
.mission-track { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.mission-step { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 9px; min-height: 84px; align-items: center; border: 1px solid var(--line); border-radius: 7px; padding: 12px; background: #fff; color: var(--ink); cursor: pointer; text-align: left; }
.mission-step > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #e8f2ff; color: var(--blue); font-weight: 900; }
.mission-step strong, .mission-step small { display: block; grid-column: 2; }
.mission-step strong { align-self: end; font-size: .86rem; line-height: 1.25; }
.mission-step small { align-self: start; color: var(--muted); }
.mission-step.active { border-color: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); }
.mission-step:disabled { cursor: not-allowed; opacity: .55; }
.world-windows { padding: 40px 0 20px; }
.world-window-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: repeat(2, 250px); gap: 12px; }
.world-window { position: relative; min-width: 0; overflow: hidden; border-radius: 8px; background: var(--navy-deep); color: #fff; }
.world-window.window-place { grid-row: 1 / 3; }
.world-window.window-plan { grid-column: 2 / 4; }
.world-window > img, .world-window > video { width: 100%; height: 100%; object-fit: cover; }
.world-window::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(0,18,46,.86)); content: ""; }
.world-window > div { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; padding: 20px; }
.world-window span { color: #9ee9f1; font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.world-window h3 { margin: 6px 0 3px; font-size: 1.22rem; line-height: 1.15; }
.window-place h3 { font-size: 1.8rem; }
.world-window p { margin: 0; color: #d9e8f6; font-size: .86rem; line-height: 1.4; }
.world-window a { display: inline-flex; align-items: center; gap: 5px; margin-top: 12px; color: #fff; font-size: .82rem; font-weight: 850; text-decoration: none; }
.world-window a svg { width: 14px; }
.explore-command { display: grid; grid-template-columns: minmax(0, 1fr) minmax(180px, .25fr) auto; gap: 8px; margin-bottom: 14px; }
.explore-command select, .search-field { min-height: 50px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.explore-command select { width: 100%; padding: 0 12px; }
.search-field { display: flex; align-items: center; gap: 9px; padding: 0 14px; }
.search-field svg { color: var(--blue); }
.search-field input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; }
.explore-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.explore-toolbar strong, .explore-toolbar span { display: block; }
.explore-toolbar span { margin-top: 3px; color: var(--muted); font-size: .76rem; }
.segmented { display: inline-flex; border: 1px solid var(--line); border-radius: 7px; padding: 3px; background: #fff; }
.segmented button { display: inline-flex; min-height: 36px; align-items: center; gap: 6px; border: 0; border-radius: 5px; padding: 0 12px; background: transparent; color: var(--muted); cursor: pointer; font-weight: 800; }
.segmented button[aria-pressed="true"] { background: var(--navy); color: #fff; }
.explore-stage { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); gap: 12px; }
.explore-stage .map-panel, .explore-stage #blinx-live-map { min-height: 680px; }
.explore-stage .object-list { max-height: 680px; overflow: auto; padding-right: 3px; }
.explore-stage.list-mode { grid-template-columns: 1fr; }
.explore-stage.list-mode .map-panel { display: none; }
.explore-stage.list-mode .object-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: none; }
.object-row { grid-template-columns: 68px minmax(0, 1fr) auto; align-items: center; }
.object-row-copy > span { color: var(--blue); font-size: .67rem; font-weight: 850; text-transform: uppercase; }
.object-row-actions { display: grid; justify-items: end; gap: 7px; }
.object-row-actions .button { min-height: 34px; padding: 5px 9px; font-size: .72rem; }
.density-pager { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 18px 0; color: var(--muted); font-size: .8rem; text-align: center; }
.sponsored-story { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; margin-top: 20px; border: 1px solid #e6c978; border-radius: 7px; padding: 18px; background: #fff9ea; }
.sponsored-story > span { color: #755016; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.sponsored-story h2, .sponsored-story p { margin: 0; }
.sponsored-story p { margin-top: 4px; color: var(--muted); }
.object-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); min-height: 540px; overflow: hidden; border-radius: 8px; background: var(--navy-deep); color: #fff; }
.object-hero > img { width: 100%; height: 100%; object-fit: cover; }
.object-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.object-hero-copy h1 { margin: 0; font-size: 2.9rem; line-height: 1; }
.object-hero-copy > p:not(.kicker) { color: #d9e8f6; line-height: 1.55; }
.context-ribbon { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 10px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.context-ribbon a { display: flex; min-height: 68px; align-items: center; justify-content: center; gap: 8px; border-right: 1px solid var(--line); color: var(--navy); font-weight: 850; text-decoration: none; }
.context-ribbon a:last-child { border-right: 0; }
.create-choices { display: grid; gap: 12px; }
.create-choice { display: grid; grid-template-columns: 64px minmax(0, 1fr) 24px; min-height: 170px; align-items: center; gap: 24px; overflow: hidden; border-radius: 8px; padding: 28px; color: #fff; text-decoration: none; }
.create-choice > span { display: grid; width: 64px; height: 64px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.15); }
.create-choice > span svg { width: 30px; height: 30px; }
.create-choice h2, .create-choice p { margin: 0; }
.create-choice p { color: #9ee9f1; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.create-choice h2 { margin-top: 6px; font-size: 1.7rem; }
.create-choice small { display: block; margin-top: 8px; color: #d9e8f6; }
.creator-choice { background: #063b7e url('/assets/images/blinx-social-post-local-moment-card.webp') right center / 46% 100% no-repeat; }
.commons-choice { background: #174f45 url('/assets/images/blinx-value-contribute-trust.webp') right center / 46% 100% no-repeat; }
.plan-choice { background: #703d41 url('/assets/images/blinx-share-plan-preview-card.webp') right center / 46% 100% no-repeat; }
.plan-canvas { display: grid; grid-template-columns: 190px minmax(0, 1fr) minmax(280px, .6fr); gap: 14px; }
.plan-timeline { display: grid; align-content: start; gap: 0; }
.timeline-stop { position: relative; display: grid; grid-template-columns: 38px 1fr; gap: 9px; min-height: 72px; }
.timeline-stop::after { position: absolute; top: 38px; bottom: 0; left: 18px; width: 2px; background: var(--line); content: ""; }
.timeline-stop:last-child::after { display: none; }
.timeline-stop > span { z-index: 1; display: grid; width: 38px; height: 38px; place-items: center; border: 2px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--muted); font-weight: 900; }
.timeline-stop.complete > span { border-color: #4c9b72; background: #e8f6ee; color: var(--mint); }
.timeline-stop.current > span { border-color: var(--blue); background: #e8f2ff; color: var(--blue); }
.timeline-stop strong, .timeline-stop small { display: block; }
.timeline-stop small { margin-top: 4px; color: var(--muted); }
.route-board, .share-boundary { border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.route-board { padding: 22px; }
.route-board-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.route-board-head p, .route-board-head h2 { margin: 0; }
.route-board-head p { color: var(--blue); font-size: .74rem; font-weight: 850; text-transform: uppercase; }
.route-board-head svg { width: 46px; height: 46px; color: var(--coral); }
.route-stops { display: grid; gap: 8px; margin: 20px 0; padding: 0; list-style: none; }
.route-stops li { display: grid; grid-template-columns: 28px 58px 1fr; align-items: center; gap: 10px; }
.route-stops li > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: .75rem; font-weight: 900; }
.route-stops img { width: 58px; height: 58px; border-radius: 6px; object-fit: cover; }
.route-stops strong, .route-stops small { display: block; }
.route-stops small { margin-top: 3px; color: var(--muted); }
.share-boundary { align-self: start; padding: 22px; border-top: 3px solid var(--coral); }
.share-boundary h2 { margin: 0; }
.share-boundary p { color: var(--muted); line-height: 1.5; }
.signal-stream { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.signal-stream li { display: grid; grid-template-columns: 50px minmax(0,1fr) auto; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.signal-stream .signal-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: #e8f2ff; color: var(--blue); }
.signal-stream h2, .signal-stream p, .signal-stream span { margin: 0; }
.signal-stream p { color: var(--blue); font-size: .67rem; font-weight: 900; text-transform: uppercase; }
.signal-stream h2 { margin: 4px 0; font-size: 1.1rem; }
.signal-stream span { color: var(--muted); }
.signal-stream a { display: inline-flex; align-items: center; gap: 4px; margin-top: 9px; color: var(--blue); font-weight: 850; text-decoration: none; }
.signal-stream time { color: var(--muted); font-size: .72rem; }
.studio-layout { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 18px; }
.studio-stages { display: grid; align-content: start; gap: 4px; }
.studio-stage { display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 9px; min-height: 50px; color: var(--muted); }
.studio-stage > span { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: .72rem; font-weight: 900; }
.studio-stage.complete, .studio-stage.current { color: var(--ink); }
.studio-stage.complete > span { border-color: #70b28d; background: #e8f6ee; color: var(--mint); }
.studio-stage.current > span { border-color: var(--blue); background: var(--blue); color: #fff; }
.studio-canvas { min-height: 540px; overflow: hidden; border-radius: 8px; background: #061f47; color: #fff; }
.creator-form { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr); min-height: 540px; }
.media-drop { position: relative; display: grid; min-height: 540px; place-items: center; overflow: hidden; background: #021839 url('/assets/images/blinx-hero-atlanta-world-map-desktop.webp') center / cover no-repeat; }
.media-drop::after { position: absolute; inset: 0; background: rgba(0,20,52,.48); content: ""; }
.media-drop input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.media-drop > label { position: relative; z-index: 2; display: grid; min-width: 240px; justify-items: center; gap: 8px; border: 1px dashed rgba(255,255,255,.65); border-radius: 8px; padding: 36px; cursor: pointer; text-align: center; }
.media-drop > label svg { width: 38px; height: 38px; }
.media-drop > label span { color: #d9e8f6; font-size: .76rem; }
.media-drop [data-media-preview] { position: absolute; inset: 0; z-index: 1; }
.media-drop [data-media-preview] img, .media-drop [data-media-preview] video { width: 100%; height: 100%; object-fit: cover; }
.creator-fields { display: grid; align-content: center; gap: 12px; padding: 30px; background: #fff; color: var(--ink); }
.creator-fields .form-status { min-height: 20px; margin: 0; color: var(--muted); font-size: .78rem; }
.active-blink { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr); min-height: 540px; }
.active-blink-media { width: 100%; height: 100%; min-height: 540px; object-fit: cover; background: #00142f; }
.active-blink > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: 36px; }
.active-blink h2 { margin: 0; font-size: 2rem; }
.active-blink p { color: #d9e8f6; line-height: 1.5; }
.media-waiting { display: grid; place-items: center; align-content: center; gap: 10px; }
.creator-library { padding-top: 38px; }
.media-library { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.media-library article { overflow: hidden; border-radius: 8px; background: #001d48; color: #fff; }
.media-library .blink-media { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.media-library article > div { padding: 16px; }
.media-library h3, .media-library p { margin: 0; }
.media-library p { margin-top: 5px; color: #d9e8f6; }
.media-library span { display: block; margin-top: 10px; color: #9ee9f1; font-size: .72rem; }
.commons-layout { display: grid; grid-template-columns: minmax(300px, .45fr) minmax(0, 1fr); gap: 20px; }
.commons-compose { display: grid; align-content: start; gap: 14px; }
.commons-compose > form, .journal-glimpse { border-radius: 8px; padding: 22px; }
.commons-compose > form { background: var(--navy); color: #fff; }
.commons-compose > form .field { color: #fff; }
.commons-compose > form .field label { color: #fff; }
.journal-glimpse { border: 1px solid var(--line); background: #eef8f3; }
.journal-glimpse h2 { margin: 0; }
.journal-glimpse > p:not(.section-kicker) { display: flex; gap: 8px; color: var(--muted); font-size: .8rem; line-height: 1.4; }
.commons-feed > ol { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.social-post { border: 1px solid var(--line); border-radius: 8px; padding: 20px; background: #fff; }
.social-post > header { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 10px; }
.social-avatar { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: linear-gradient(145deg, var(--blue), var(--cyan)); color: #fff; font-size: .72rem; font-weight: 900; }
.social-post header h3, .social-post header p { margin: 0; }
.social-post header p { margin-top: 3px; color: var(--muted); font-size: .74rem; }
.post-body { color: var(--ink); font-size: 1.04rem; line-height: 1.55; }
.social-actions { display: flex; flex-wrap: wrap; gap: 6px; padding-top: 12px; border-top: 1px solid var(--line); }
.social-actions button, .conversation-controls button { display: inline-flex; min-height: 36px; align-items: center; gap: 6px; border: 0; border-radius: 5px; padding: 6px 10px; background: transparent; color: var(--muted); cursor: pointer; font-weight: 800; }
.reply-command, .message-command { display: grid; grid-template-columns: 1fr auto; gap: 7px; margin-top: 12px; }
.reply-command input, .message-command input { width: 100%; min-height: 42px; border: 1px solid var(--line); border-radius: 999px; padding: 0 14px; }
.moderation-notice { display: flex; gap: 8px; margin: 12px 0; border-left: 3px solid var(--gold); padding: 10px 12px; background: #fff9ea; color: #62430f; font-size: .8rem; }
.message-requests { margin-bottom: 22px; }
.message-requests article { display: grid; grid-template-columns: 44px minmax(0,1fr) auto; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 8px; padding: 16px; background: #fff; }
.message-requests h2, .message-requests p { margin: 0; }
.message-requests p { margin-top: 3px; color: var(--muted); }
.message-requests article > div:last-child { display: flex; gap: 6px; }
.conversation-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.conversation { display: grid; grid-template-rows: auto minmax(260px,1fr) auto auto; min-height: 520px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.conversation > header { display: flex; align-items: center; gap: 10px; padding: 16px; border-bottom: 1px solid var(--line); }
.conversation > header h2, .conversation > header p { margin: 0; }
.conversation > header p { color: var(--muted); font-size: .75rem; }
.message-thread { display: flex; flex-direction: column; gap: 8px; overflow: auto; margin: 0; padding: 18px; list-style: none; background: #f4f7fb; }
.message-thread li { max-width: 78%; border-radius: 8px; padding: 10px 12px; }
.message-thread li.received { align-self: flex-start; background: #fff; }
.message-thread li.sent { align-self: flex-end; background: var(--navy); color: #fff; }
.message-thread p, .message-thread time { margin: 0; }
.message-thread time { display: block; margin-top: 4px; color: inherit; font-size: .65rem; opacity: .7; }
.message-thread button { border: 0; padding: 4px 0 0; background: transparent; color: inherit; cursor: pointer; font-size: .65rem; text-decoration: underline; }
.conversation .message-command { padding: 0 14px 12px; }
.conversation-controls { display: flex; padding: 8px 12px; border-top: 1px solid var(--line); }
.conversation-closed { margin: 0; padding: 14px; color: var(--muted); }
.workspace-nav { position: sticky; top: calc(var(--header-height) + 8px); z-index: 10; display: flex; gap: 4px; overflow: auto; margin-bottom: 18px; border: 1px solid var(--line); border-radius: 7px; padding: 5px; background: rgba(255,255,255,.96); }
.workspace-nav a { min-height: 36px; border-radius: 5px; padding: 9px 12px; color: var(--navy); font-size: .77rem; font-weight: 850; text-decoration: none; white-space: nowrap; }
.workspace-nav a:hover { background: #e8f2ff; }
.business-profile { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: 16px; }
.professional-preview { display: flex; align-items: center; gap: 16px; border-radius: 8px; padding: 24px; background: var(--navy); color: #fff; }
.professional-avatar { display: grid; width: 64px; height: 64px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: linear-gradient(145deg,var(--blue),var(--coral)); color: #fff; font-weight: 900; }
.professional-preview p, .professional-preview h2, .professional-preview span { display: block; margin: 0; }
.professional-preview p { color: #9ee9f1; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.professional-preview strong { display: block; margin-top: 4px; color: #9ee9f1; }
.professional-preview span { margin-top: 10px; color: #d9e8f6; line-height: 1.45; }
.business-editor, .place-editor { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; border: 1px solid var(--line); border-radius: 8px; padding: 22px; background: #fff; }
.business-section { margin-top: 20px; border-top: 1px solid var(--line); padding-top: 30px; }
.managed-places { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-bottom: 12px; }
.managed-places article { display: grid; grid-template-columns: 84px 1fr auto; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 8px; padding: 10px; background: #fff; }
.managed-places img { width: 84px; height: 84px; border-radius: 6px; object-fit: cover; }
.managed-places h3, .managed-places p { margin: 0; }
.managed-places p { margin-top: 4px; color: var(--muted); font-size: .8rem; }
.managed-places article > div > span { color: var(--blue); font-size: .66rem; font-weight: 850; text-transform: uppercase; }
.promotion-workspace { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 24px; }
.promotion-workspace form { display: grid; gap: 12px; }
.promotion-status { border-left: 4px solid var(--gold); padding: 14px 18px; background: #fff9ea; }
.promotion-status > span { color: #755016; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.sponsored-phone { align-self: start; overflow: hidden; border: 8px solid #172033; border-radius: 28px; padding: 14px; background: #fff; box-shadow: var(--shadow); }
.sponsored-phone > span { color: #755016; font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.sponsored-phone img { width: 100%; aspect-ratio: 4/3; margin-top: 10px; border-radius: 7px; object-fit: cover; }
.sponsored-phone h3, .sponsored-phone p { margin: 8px 0 0; }
.sponsored-phone p { color: var(--muted); font-size: .78rem; }
.insights-board { display: grid; grid-template-columns: .7fr 1.3fr; gap: 24px; }
.insight-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }
.insight-grid article { border-bottom: 3px solid var(--cyan); padding: 20px 12px; background: #fff; }
.insight-grid strong, .insight-grid span { display: block; }
.insight-grid strong { font-size: 2rem; color: var(--navy); }
.insight-grid span { margin-top: 5px; color: var(--muted); font-size: .76rem; }
.trust-settings { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.trust-settings > form, .trust-settings > div { border: 1px solid var(--line); border-radius: 8px; padding: 22px; background: #fff; }
.trust-settings form { display: grid; gap: 12px; }
.trip-request { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.75fr); min-height: 580px; overflow: hidden; border-radius: 8px; background: var(--navy); color: #fff; }
.trip-visual { position: relative; min-height: 580px; }
.trip-visual > img { width: 100%; height: 100%; object-fit: cover; }
.trip-visual > p { position: absolute; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: center; gap: 10px; margin: 0; border-radius: 7px; padding: 14px; background: rgba(0,29,72,.9); font-weight: 850; }
.trip-fields { display: grid; align-content: center; gap: 13px; padding: 32px; background: #fff; color: var(--ink); }
.data-scope { border: 1px solid var(--line); border-radius: 7px; padding: 15px; background: var(--paper); }
.data-scope h2 { margin: 0; font-size: 1rem; }
.data-scope ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; padding: 0; list-style: none; }
.data-scope li { display: inline-flex; align-items: center; gap: 5px; border-radius: 999px; padding: 6px 9px; background: #fff; color: var(--navy); font-size: .72rem; font-weight: 800; }
.request-journey { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.7fr); gap: 18px; }
.request-destination { position: relative; min-height: 500px; overflow: hidden; border-radius: 8px; color: #fff; }
.request-destination img { width: 100%; height: 100%; object-fit: cover; }
.request-destination::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent,rgba(0,20,52,.9)); content: ""; }
.request-destination > div { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; padding: 28px; }
.status-journey { display: grid; align-content: center; gap: 18px; margin: 0; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; list-style: none; }
.status-journey li { display: grid; grid-template-columns: 38px 1fr; gap: 10px; }
.status-journey li > span { display: grid; width: 36px; height: 36px; place-items: center; border: 2px solid var(--line); border-radius: 50%; color: var(--muted); font-weight: 900; }
.status-journey li.complete > span, .status-journey li.current > span { border-color: var(--blue); background: #e8f2ff; color: var(--blue); }
.status-journey strong, .status-journey p { margin: 0; }
.status-journey p { margin-top: 4px; color: var(--muted); }
.passport-cover { position: relative; display: grid; grid-template-columns: 80px minmax(0,1fr) minmax(240px,.7fr); align-items: center; gap: 18px; overflow: hidden; border-radius: 8px; padding: 28px; background: #022b64 url('/assets/images/blinx-hero-atlanta-world-map-desktop.webp') center / cover no-repeat; color: #fff; }
.passport-cover::before { position: absolute; inset: 0; background: rgba(0, 29, 72, .62); content: ""; }
.passport-cover > * { position: relative; z-index: 1; }
.passport-mark { display: grid; width: 74px; height: 74px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(0,29,72,.7); }
.passport-mark svg { width: 40px; height: 40px; }
.passport-cover p, .passport-cover h2, .passport-cover span { display: block; margin: 0; }
.passport-cover p { color: #9ee9f1; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.passport-cover h2 { margin: 4px 0; font-size: 2rem; }
.passport-cover > div > span { color: #d9e8f6; }
.passport-stamps { display: flex; flex-wrap: wrap; gap: 7px; justify-content: flex-end; }
.passport-stamps span { display: inline-flex; align-items: center; gap: 5px; border-radius: 999px; padding: 7px 10px; background: rgba(255,255,255,.13); font-size: .72rem; }
.you-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 16px; margin-top: 16px; }
.public-profile { display: flex; align-items: center; gap: 12px; align-self: start; border: 1px solid var(--line); border-radius: 8px; padding: 20px; background: #fff; }
.public-profile > div { min-width: 0; flex: 1; }
.public-profile p, .public-profile h2, .public-profile span { display: block; margin: 0; }
.public-profile p { color: var(--blue); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.public-profile span { margin-top: 5px; color: var(--muted); font-size: .8rem; }
.control-list { display: grid; gap: 8px; }
.control-row { display: grid; grid-template-columns: 42px minmax(0,1fr) 20px; align-items: center; gap: 12px; min-height: 76px; border: 1px solid var(--line); border-radius: 8px; padding: 13px 16px; background: #fff; text-decoration: none; }
.control-row > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #e8f2ff; color: var(--blue); }
.control-row h3, .control-row p { margin: 0; }
.control-row h3 { font-size: 1rem; }
.control-row p { margin-top: 3px; color: var(--muted); font-size: .78rem; }
.control-row > svg { color: var(--muted); }
.accessibility-strip { display: grid; grid-template-columns: minmax(220px,.7fr) repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 22px; border-top: 1px solid var(--line); padding-top: 24px; }
.accessibility-strip h2 { margin: 0; }
.privacy-layout { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.privacy-choice, .privacy-boundary { border-radius: 8px; padding: 26px; }
.privacy-choice { background: var(--navy); color: #fff; }
.privacy-choice p:not(.section-kicker) { color: #d9e8f6; }
.privacy-boundary { border: 1px solid var(--line); background: #fff; }
.privacy-boundary ul { display: grid; gap: 12px; padding: 0; list-style: none; }
.privacy-boundary li { display: flex; gap: 8px; color: var(--muted); line-height: 1.45; }
.data-ledger { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; margin-bottom: 16px; }
.data-ledger article { display: grid; justify-items: center; border-radius: 8px; padding: 22px 10px; background: var(--navy); color: #fff; text-align: center; }
.data-ledger article > span { color: #9ee9f1; }
.data-ledger strong { margin-top: 7px; font-size: 2rem; }
.data-ledger p { margin: 3px 0 0; color: #d9e8f6; font-size: .75rem; }
.session-card { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 16px; border: 1px solid var(--line); border-radius: 8px; padding: 22px; background: #fff; }
.session-card > div { display: flex; align-items: center; gap: 12px; }
.session-device { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: #e8f2ff; color: var(--blue); }
.session-card p, .session-card h2, .session-card span { display: block; margin: 0; }
.session-card p { color: var(--blue); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.session-card div span { margin-top: 4px; color: var(--muted); font-size: .78rem; }
.support-layout { display: grid; grid-template-columns: minmax(300px,.7fr) minmax(0,1.3fr); gap: 18px; }
.support-form { display: grid; align-content: start; gap: 12px; border-radius: 8px; padding: 22px; background: var(--navy); color: #fff; }
.support-form .field label { color: #fff; }
.support-history { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.support-history li { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; gap: 12px; border: 1px solid var(--line); border-radius: 8px; padding: 15px; background: #fff; }
.support-history li > span:first-child { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: #e8f2ff; color: var(--blue); }
.support-history h2, .support-history p { margin: 0; }
.support-history p { margin-top: 3px; color: var(--muted); }
.support-history time { color: var(--muted); font-size: .7rem; }
.operations-surface { --blue: #2e6a52; }
.operations-queue { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.operations-queue li { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 14px; border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: 7px; padding: 18px; background: #fff; }
.operations-queue h2, .operations-queue p { margin: 0; }
.operations-queue span { color: #755016; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.operations-queue p { margin-top: 4px; color: var(--muted); }
.operations-queue li > div:last-child { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.admin-message-tools { margin-top: 24px; border-top: 1px solid var(--line); padding-top: 24px; }
.admin-message-tools form { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 8px; }
.recipient-stops { display: grid; gap: 8px; padding: 0; list-style: none; }
.recipient-stops li { display: grid; grid-template-columns: 32px 1fr; gap: 10px; align-items: center; }
.recipient-stops li > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 900; }
.recipient-stops strong, .recipient-stops small { display: block; }
.recipient-stops small { margin-top: 3px; color: var(--muted); }

@media (max-width: 1100px) {
  .plan-canvas { grid-template-columns: 160px 1fr; }
  .share-boundary { grid-column: 2; }
  .explore-stage { grid-template-columns: minmax(0,1fr) 340px; }
  .accessibility-strip { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .accessibility-strip > div:first-child { grid-column: 1 / -1; }
  .insights-board { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .world-window-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 240px 240px; }
  .world-window.window-place { grid-column: 1 / 3; grid-row: auto; }
  .world-window.window-plan { grid-column: 1 / 3; }
  .explore-stage { grid-template-columns: 1fr; }
  .explore-stage .object-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); max-height: none; }
  .plan-canvas { grid-template-columns: 1fr; }
  .plan-timeline { grid-template-columns: repeat(5,minmax(0,1fr)); }
  .timeline-stop { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .timeline-stop::after { top: 18px; right: 0; bottom: auto; left: 50%; width: 100%; height: 2px; }
  .share-boundary { grid-column: auto; }
  .creator-form, .active-blink { grid-template-columns: 1fr; }
  .media-drop, .active-blink-media { min-height: 430px; }
  .commons-layout, .business-profile, .trip-request, .request-journey, .support-layout { grid-template-columns: 1fr; }
  .commons-compose { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .conversation-list { grid-template-columns: 1fr; }
  .promotion-workspace { grid-template-columns: 1fr; }
  .sponsored-phone { width: min(360px,100%); }
  .you-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .preview-disclosure { padding-left: 8px; font-size: .58rem; }
  .chapter-deck { grid-template-columns: 1fr; gap: 16px; }
  .mission-track { display: flex; overflow-x: auto; padding-bottom: 4px; }
  .mission-step { min-width: 210px; }
  .world-window-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .world-window { min-width: 86vw; min-height: 350px; scroll-snap-align: start; }
  .world-window.window-place, .world-window.window-plan { grid-column: auto; }
  .explore-command { grid-template-columns: 1fr; }
  .explore-toolbar { align-items: flex-start; flex-direction: column; }
  .segmented { width: 100%; }
  .segmented button { flex: 1; justify-content: center; }
  .explore-stage .map-panel, .explore-stage #blinx-live-map { min-height: 430px; }
  .explore-stage .object-list, .explore-stage.list-mode .object-list { grid-template-columns: 1fr; }
  .object-row { grid-template-columns: 58px minmax(0,1fr) auto; }
  .object-row img { width: 58px; height: 58px; }
  .object-row-actions .button { grid-column: 1; }
  .density-pager { align-items: stretch; flex-direction: column; }
  .sponsored-story { grid-template-columns: 1fr; }
  .object-hero { grid-template-columns: 1fr; }
  .object-hero > img { min-height: 320px; }
  .object-hero-copy { padding: 26px; }
  .object-hero-copy h1 { font-size: 2.15rem; }
  .context-ribbon a { align-items: center; flex-direction: column; font-size: .72rem; }
  .create-choice { grid-template-columns: 52px minmax(0,1fr) 20px; min-height: 200px; gap: 14px; padding: 20px; background-size: cover; }
  .create-choice::before { position: absolute; inset: 0; background: rgba(0,29,72,.66); content: ""; }
  .create-choice { position: relative; }
  .create-choice > * { position: relative; z-index: 1; }
  .create-choice > span { width: 52px; height: 52px; }
  .create-choice h2 { font-size: 1.3rem; }
  .plan-timeline { overflow: visible; }
  .timeline-stop { min-width: 0; }
  .timeline-stop strong { font-size: .7rem; }
  .timeline-stop small { font-size: .6rem; }
  .signal-stream li { grid-template-columns: 44px 1fr; }
  .signal-stream time { grid-column: 2; }
  .studio-layout { grid-template-columns: 1fr; }
  .studio-stages { grid-template-columns: repeat(3,minmax(0,1fr)); overflow: visible; gap: 8px; }
  .studio-stage { grid-template-columns: 28px minmax(0,1fr); gap: 6px; min-height: 54px; font-size: .7rem; }
  .studio-stage > span { width: 28px; height: 28px; }
  .creator-form { display: block; }
  .media-drop { min-height: 420px; }
  .creator-fields { padding: 22px; }
  .active-blink { display: block; }
  .active-blink > div:last-child { padding: 24px; }
  .media-library { display: flex; overflow-x: auto; }
  .media-library article { min-width: 82vw; }
  .commons-compose { grid-template-columns: 1fr; }
  .message-requests article { grid-template-columns: 44px 1fr; }
  .message-requests article > div:last-child { grid-column: 1 / -1; }
  .business-editor, .place-editor, .managed-places, .trust-settings { grid-template-columns: 1fr; }
  .workspace-nav { grid-template-columns: repeat(3,minmax(0,1fr)); overflow: visible; }
  .workspace-nav a { display: grid; place-items: center; padding: 8px 6px; text-align: center; white-space: normal; }
  .managed-places article { grid-template-columns: 72px 1fr; }
  .managed-places article > .status-pill { grid-column: 2; justify-self: start; }
  .insight-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trip-fields { padding: 22px; }
  .passport-cover { grid-template-columns: 64px 1fr; padding: 20px; }
  .passport-mark { width: 60px; height: 60px; }
  .passport-stamps { grid-column: 1 / -1; justify-content: flex-start; }
  .public-profile { align-items: flex-start; flex-wrap: wrap; }
  .public-profile .button { width: 100%; }
  .accessibility-strip { grid-template-columns: 1fr; }
  .accessibility-strip > div:first-child { grid-column: auto; }
  .privacy-layout, .data-ledger { grid-template-columns: 1fr 1fr; }
  .session-card { grid-template-columns: 1fr; }
  .session-card > .status-pill { justify-self: start; }
  .support-history li { grid-template-columns: 40px 1fr; }
  .support-history .status-pill { grid-column: 2; justify-self: start; }
  .operations-queue li { grid-template-columns: 1fr; }
  .operations-queue li > div:last-child { justify-content: flex-start; }
  .admin-message-tools form { grid-template-columns: 1fr; }
}
