: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: center; gap: 8px; padding: 5px 16px; background: var(--navy-deep); color: rgb(217, 235, 255); font-size: 0.72rem; font-weight: 750; }
.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 { --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; }
}
