:root {
  color-scheme: dark;
  --ink: #f2f3f7;
  --muted: #a9aabd;
  --deep: #050611;
  --surface: #0b0c1b;
  --surface-raised: #13132a;
  --surface-bright: #1c1a3b;
  --line: rgba(177, 164, 255, .18);
  --cyan: #79d9e8;
  --blue: #809bff;
  --violet: #b89cff;
  --violet-deep: #7659d9;
  --success: #9bea70;
  --warning: #ffd479;
  --error: #ff91a8;
  --max-width: 1120px;
  --radius: 14px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .42);
}
* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { margin: 0; background: var(--deep); background-image: radial-gradient(circle at 10% -10%, rgba(118, 89, 217, .2), transparent 34rem), radial-gradient(circle at 92% 12%, rgba(76, 111, 210, .12), transparent 30rem), linear-gradient(180deg, #070718 0%, var(--deep) 48%, #080915 100%); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body::before { background-image: linear-gradient(rgba(145, 126, 226, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(145, 126, 226, .045) 1px, transparent 1px); background-size: 56px 56px; content: ""; inset: 0; opacity: .58; pointer-events: none; position: fixed; z-index: -1; }
body::after { background: radial-gradient(circle at 50% 0, rgba(190, 154, 255, .08), transparent 45%); content: ""; inset: 0; pointer-events: none; position: fixed; z-index: -1; }
a { color: var(--cyan); text-underline-offset: .2em; transition: color .2s ease; } a:hover { color: #c4f6f5; }
a:focus-visible, .button:focus-visible, button:focus-visible { border-radius: 8px; outline: 3px solid var(--warning); outline-offset: 4px; }
.shell { margin: 0 auto; max-width: var(--max-width); padding-left: 28px; padding-right: 28px; }
.site-header { background: rgba(5, 6, 17, .78); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); position: relative; z-index: 1; }
.header-inner, .footer-inner { align-items: center; display: flex; justify-content: space-between; min-height: 76px; }
.brand { align-items: center; color: var(--ink); display: inline-flex; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; font-weight: 700; gap: 11px; letter-spacing: -.02em; text-decoration: none; }.brand-mark { align-items: end; background: linear-gradient(145deg, rgba(184, 156, 255, .2), rgba(121, 217, 232, .08)); border: 1px solid rgba(184, 156, 255, .35); border-radius: 8px; box-shadow: 0 0 22px rgba(118, 89, 217, .22); display: inline-flex; gap: 3px; height: 29px; padding: 4px 6px; }.brand-mark span { background: var(--cyan); border-radius: 3px; display: block; width: 4px; }.brand-mark span:nth-child(1) { height: 9px; opacity: .65; }.brand-mark span:nth-child(2) { height: 15px; }.brand-mark span:nth-child(3) { background: var(--violet); height: 20px; }
.site-nav { display: flex; flex-wrap: wrap; gap: 8px 22px; min-width: 0; }.site-nav a { border-radius: 8px; color: var(--muted); font-size: .82rem; font-weight: 700; min-height: 44px; padding: 10px 0; text-decoration: none; }.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ink); }.site-nav a[aria-current="page"] { box-shadow: inset 0 -2px var(--violet); }
.page-content { min-height: calc(100vh - 153px); padding-bottom: 88px; padding-top: 72px; }.eyebrow, .card-number { color: var(--violet); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }.eyebrow { align-items: center; display: flex; gap: 9px; margin-bottom: 31px; }.status-dot { background: var(--success); border-radius: 50%; box-shadow: 0 0 0 4px rgba(155, 234, 112, .12), 0 0 12px rgba(155, 234, 112, .28); display: inline-block; height: 7px; width: 7px; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; } h1, h2, p { margin-top: 0; } h1, h2 { letter-spacing: -.045em; line-height: 1.08; } h1 { font-size: clamp(2.8rem, 7vw, 5.7rem); margin-bottom: 24px; } h1 em { color: var(--violet); font-style: normal; }.lead { color: var(--muted); font-size: 1.1rem; max-width: 560px; }
.icon { display: inline-block; flex: 0 0 auto; height: 1.15em; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; vertical-align: -.18em; width: 1.15em; }.hero-kicker { align-items: center; color: var(--cyan); display: inline-flex; font-size: .82rem; font-weight: 800; gap: 8px; letter-spacing: .04em; margin-bottom: 20px; }.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }.button { align-items: center; border: 1px solid var(--line); border-radius: 10px; display: inline-flex; gap: 8px; justify-content: center; min-height: 48px; font-size: .86rem; font-weight: 750; padding: 10px 18px; text-decoration: none; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }.button:hover { transform: translateY(-2px); }.button-primary { background: linear-gradient(135deg, #9bea70, #72d5c5 58%, #8199ff); box-shadow: 0 10px 24px rgba(121, 217, 232, .12); color: #071114; border-color: transparent; }.button-primary:hover { color: #071114; box-shadow: 0 14px 30px rgba(155, 234, 112, .2); }.button-secondary { color: var(--ink); }.button-secondary:hover { background: var(--surface-bright); border-color: rgba(184, 156, 255, .55); color: var(--ink); }
.hero { align-items: center; display: grid; gap: 70px; grid-template-columns: 1.1fr .9fr; margin-bottom: 92px; }.network-card, .location-panel, .network-status-panel, .info-card, .lookup-panel, .voucher-result { background: linear-gradient(145deg, rgba(25, 22, 55, .94), rgba(10, 11, 27, .96)); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }.network-card { background-image: radial-gradient(circle at 85% 12%, rgba(184, 156, 255, .16), transparent 13rem), linear-gradient(145deg, rgba(25, 22, 55, .96), rgba(10, 11, 27, .96)); padding: 28px; }.network-card-top { color: var(--muted); display: flex; font-size: .65rem; font-weight: 800; justify-content: space-between; letter-spacing: .12em; }.live-label { color: var(--success); }.live-label .status-dot { height: 6px; margin-right: 7px; width: 6px; }.signal-graphic { align-items: end; display: flex; gap: 7px; height: 145px; margin: 25px 0 27px; position: relative; }.signal-graphic span { background: linear-gradient(var(--violet), var(--cyan)); border-radius: 5px 5px 2px 2px; display: block; height: 25%; opacity: .55; width: 19%; }.signal-graphic span:nth-child(2) { height: 43%; opacity: .7; }.signal-graphic span:nth-child(3) { height: 66%; opacity: .84; }.signal-graphic span:nth-child(4) { height: 88%; }.signal-graphic i { border: 2px solid var(--success); border-radius: 50%; box-shadow: 0 0 16px rgba(155, 234, 112, .65); height: 10px; left: 72%; position: absolute; top: 2%; width: 10px; }.network-card strong { font-size: 1.2rem; }.network-card p { font-size: .9rem; margin: 6px 0 0; }
.feature-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }.feature-card { border-right: 1px solid var(--line); padding: 26px 24px 0 0; }.feature-card + .feature-card { padding-left: 24px; }.feature-card:last-child { border: 0; }.feature-icon, .section-icon { color: var(--violet); display: block; font-size: 1.5rem; margin-bottom: 18px; }.feature-card h2 { margin-top: 12px; }.feature-card p { color: var(--muted); font-size: .9rem; margin-bottom: 0; }
.page-intro { margin-bottom: 51px; }.page-intro h1 { font-size: clamp(2.8rem, 6vw, 5rem); }.location-panel { max-width: 820px; padding: 29px; }.section-heading h2 { font-size: 1.7rem; margin-top: 10px; }.location-list { list-style: none; margin: 23px 0 0; padding: 0; }.location-list li { border-top: 1px solid var(--line); }.location-link { align-items: center; color: var(--ink); display: flex; gap: 14px; min-height: 72px; padding: 14px 4px; text-decoration: none; transition: background .2s ease, padding .2s ease; }.location-link:hover { background: rgba(184, 156, 255, .08); color: var(--cyan); padding-left: 12px; }.location-icon { color: var(--blue); }.location-copy { flex: 1; }.location-link small { color: var(--muted); display: block; font-size: .62rem; letter-spacing: .14em; margin-bottom: 3px; }.location-link strong { font-size: 1.25rem; }.arrow { color: var(--cyan); }.text-link { margin-top: 28px; }.text-link a { font-weight: 650; }.separator { color: var(--muted); margin: 0 10px; }
.network-status-panel { margin-top: 52px; max-width: 820px; padding: 24px; }.network-status-heading { align-items: start; display: flex; gap: 16px; justify-content: space-between; }.network-status-heading h2 { margin: 10px 0 0; }.status-retry { background: rgba(184, 156, 255, .05); border: 1px solid var(--line); border-radius: 9px; color: var(--ink); cursor: pointer; font: inherit; font-size: .8rem; font-weight: 700; min-height: 44px; padding: 8px 13px; transition: border-color .2s ease, color .2s ease, background .2s ease; }.status-retry:hover { background: var(--surface-bright); border-color: var(--violet); color: var(--violet); }.status-retry:disabled { cursor: wait; opacity: .6; }.network-status-message { font-size: .9rem; margin: 18px 0 0; }.network-status-list { list-style: none; margin: 16px 0 0; padding: 0; }.network-status-item { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 12px; justify-content: space-between; min-height: 58px; padding: 9px 0; }.network-status-copy { display: grid; gap: 2px; }.network-status-name { font-weight: 700; }.network-status-value { font-size: .78rem; }.network-status-available { color: var(--success); }.network-status-unknown { color: var(--muted); }.network-status-link { font-size: .8rem; font-weight: 700; min-height: 44px; padding: 10px 0 10px 8px; }
.info-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }.info-card { padding: 25px; }.info-card-wide { grid-column: span 2; }.info-card h2 { margin-top: 14px; }.info-card p, .info-card li { color: var(--muted); font-size: .94rem; }.info-card ol, .info-card ul { color: var(--muted); padding-left: 20px; }.info-card li { margin: 8px 0; }.support-card { border-top: 2px solid var(--violet); }
.site-footer { border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; }.footer-inner { min-height: 76px; }.footer-inner span:first-child { color: var(--ink); font-weight: 700; }
@media (max-width: 720px) { .shell { padding-left: 16px; padding-right: 16px; }.header-inner { align-items: flex-start; flex-direction: column; gap: 10px; padding-bottom: 14px; padding-top: 16px; }.site-nav { gap: 4px 14px; width: 100%; }.site-nav a { font-size: .78rem; }.page-content { padding-bottom: 60px; padding-top: 42px; }.hero { display: block; margin-bottom: 62px; }.network-card { margin-top: 40px; }.button-row { align-items: stretch; flex-direction: column; }.button-row .button { width: 100%; }.feature-grid, .info-grid { grid-template-columns: 1fr; }.feature-card, .feature-card + .feature-card { border-bottom: 1px solid var(--line); border-right: 0; padding: 22px 0; }.feature-card:last-child { border-bottom: 0; }.info-card-wide { grid-column: auto; }.footer-inner { align-items: flex-start; flex-direction: column; gap: 4px; justify-content: center; }.page-intro { margin-bottom: 35px; } }
@media (max-width: 380px) { .site-nav { column-gap: 8px; }.site-nav a { font-size: .72rem; }.page-content { padding-top: 32px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* Floating local support assistant. */
.help-widget { bottom: 22px; position: fixed; right: 22px; z-index: 20; }
.help-widget-greeting { background: rgba(7, 8, 20, .96); border: 1px solid rgba(121,217,232,.42); border-radius: 14px 14px 4px 14px; bottom: 64px; box-shadow: 0 12px 30px rgba(0,0,0,.36); color: var(--ink); font-size: .92rem; max-width: 220px; padding: 10px 13px; position: absolute; right: 0; }
.help-widget[data-open="true"] .help-widget-greeting, .help-widget[data-dismissed="true"] .help-widget-greeting { display: none; }
.help-widget-launcher { align-items: center; background: linear-gradient(135deg, #b89cff, #79d9e8); border: 1px solid rgba(255,255,255,.55); border-radius: 999px; box-shadow: 0 16px 38px rgba(0,0,0,.45), 0 0 0 5px rgba(121,217,232,.08); color: #071114; cursor: pointer; display: flex; font: inherit; font-size: .9rem; font-weight: 800; gap: 9px; min-height: 52px; padding: 8px 17px 8px 10px; transition: transform .2s ease, box-shadow .2s ease; }
.help-widget-launcher:hover { box-shadow: 0 20px 44px rgba(0,0,0,.5), 0 0 0 7px rgba(121,217,232,.12); transform: translateY(-2px); }
.help-widget-launcher[hidden], .help-chat[hidden] { display: none; }
.help-widget[data-open="false"] .help-widget-badge { display: none; }
.help-widget-icon, .help-chat-avatar { align-items: center; background: #071114; border-radius: 50%; color: var(--cyan); display: inline-flex; font-family: Georgia, serif; font-weight: 800; height: 34px; justify-content: center; width: 34px; }
.help-widget-badge { background: var(--success); border: 2px solid #79d9e8; border-radius: 50%; height: 9px; margin-left: -16px; margin-right: -2px; width: 9px; }
.help-chat { animation: help-chat-in .24s ease both; background: linear-gradient(145deg, rgba(25,22,55,.98), rgba(7,8,20,.99)); border: 1px solid rgba(184,156,255,.55); border-radius: 18px; bottom: 0; box-shadow: 0 24px 70px rgba(0,0,0,.58), 0 0 0 1px rgba(121,217,232,.08); display: block; margin: 0; max-height: min(720px, calc(100vh - 44px)); overflow-y: auto; padding: 22px; position: absolute; right: 0; width: min(440px, calc(100vw - 32px)); }
.help-chat-heading { align-items: start; gap: 14px; }.help-chat-identity { align-items: center; display: flex; gap: 11px; }.help-chat-avatar { background: linear-gradient(135deg, #7659d9, #133c59); color: #fff; height: 42px; width: 42px; }.help-chat-heading h2 { font-size: 1.55rem; margin: 5px 0 0; }.help-chat-close { align-items: center; background: rgba(184,156,255,.08); border: 1px solid var(--line); border-radius: 9px; color: var(--ink); cursor: pointer; display: inline-flex; font: inherit; font-size: 1.45rem; height: 44px; justify-content: center; line-height: 1; width: 44px; }.help-chat-close:hover { background: var(--surface-bright); border-color: var(--cyan); }.help-chat-description { color: var(--ink); font-size: 1.05rem; margin: 17px 0 9px; }.help-chat-reset { font-size: .82rem; }.help-chat-messages { max-height: 260px; min-height: 105px; }.help-chat-message { animation: help-message-in .2s ease both; font-size: .95rem; }.help-chat-form { margin-top: 14px; }.help-chat-entry input { font-size: 1rem; }.help-chat-warning { font-size: .84rem; margin: 14px 0; padding: 9px 11px; }
@keyframes help-chat-in { from { opacity: 0; transform: translateY(10px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes help-message-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
@media (max-width: 560px) { .help-widget { bottom: 12px; right: 12px; }.help-widget-greeting { bottom: 62px; max-width: 190px; }.help-chat { border-radius: 18px 18px 0 0; bottom: -12px; max-height: min(680px, calc(100vh - 24px)); padding: 18px; width: calc(100vw - 24px); }.help-chat-messages { max-height: 28vh; } }

/* Shared chat content styles. */
.help-chat { background: linear-gradient(145deg, rgba(25, 22, 55, .97), rgba(10, 11, 27, .98)); border: 2px solid var(--violet); border-radius: var(--radius); box-shadow: var(--shadow); margin: 0; max-width: none; padding: 22px; }
.help-chat-heading { align-items: start; display: flex; gap: 18px; justify-content: space-between; }.help-chat-heading h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); margin: 10px 0; }.help-chat-heading p { color: var(--muted); margin-bottom: 0; }.help-chat-reset, .help-chat-chip { background: rgba(184, 156, 255, .08); border: 1px solid var(--line); border-radius: 9px; color: var(--ink); cursor: pointer; font: inherit; font-weight: 700; min-height: 44px; padding: 9px 13px; }.help-chat-reset:hover, .help-chat-chip:hover { background: var(--surface-bright); border-color: var(--violet); }.help-chat-warning { background: rgba(255, 212, 121, .1); border-left: 4px solid var(--warning); color: var(--warning); margin: 22px 0 14px; padding: 11px 13px; }.help-chat-messages { background: rgba(4, 5, 15, .54); border: 1px solid var(--line); border-radius: 10px; display: grid; gap: 12px; max-height: 430px; min-height: 170px; overflow-y: auto; padding: 14px; }.help-chat-message { background: var(--surface-raised); border-left: 3px solid var(--cyan); border-radius: 8px; margin: 0; padding: 14px; }.help-chat-message h3 { font-size: 1.22rem; margin: 0 0 7px; }.help-chat-message p { color: var(--muted); margin-bottom: 8px; }.help-chat-message ol { margin: 8px 0; padding-left: 23px; }.help-chat-message li { margin: 6px 0; }.help-chat-user { background: rgba(128, 155, 255, .16); border-left-color: var(--violet); justify-self: end; max-width: 90%; }.help-chat-links { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 12px; }.help-chat-link { font-weight: 750; }.help-chat-form { margin-top: 18px; }.help-chat-form label { display: block; font-weight: 750; margin-bottom: 7px; }.help-chat-entry { display: flex; gap: 10px; }.help-chat-entry input { background: #070817; border: 1px solid rgba(184, 156, 255, .45); border-radius: 9px; color: var(--ink); flex: 1; font: inherit; font-size: 1.05rem; min-height: 52px; min-width: 0; padding: 12px 14px; }.help-chat-entry input::placeholder { color: #b8b8ca; }.help-chat-entry input:focus-visible { border-color: var(--cyan); outline: 3px solid var(--warning); outline-offset: 2px; }.help-chat-quick { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }.help-chat-chip { font-size: .92rem; }.help-chat-status { color: var(--muted); font-size: .86rem; margin: 14px 0 0; }
/* Mobile-first public help center. */
.help-intro { max-width: 720px; }
.help-chooser { background: linear-gradient(145deg, rgba(25, 22, 55, .94), rgba(10, 11, 27, .96)); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); max-width: 820px; padding: 24px; }
.help-state { color: var(--muted); min-height: 1.6em; }
.help-state[data-state="loading"] { color: var(--warning); }
.help-state[data-state="success"] { color: var(--success); }
.help-state[data-state="error"] { color: var(--error); }
.help-choice-grid { display: grid; gap: 10px; margin-top: 20px; }
.help-choice { appearance: none; background: rgba(184, 156, 255, .045); border: 1px solid var(--line); border-radius: 10px; color: var(--ink); cursor: pointer; display: grid; font: inherit; gap: 4px; min-height: 70px; padding: 14px 16px; text-align: left; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.help-choice:hover, .help-choice[aria-expanded="true"] { background: rgba(184, 156, 255, .14); border-color: var(--violet); }
.help-choice span, .help-note, .help-panel > p, .help-compare p, .error-list { color: var(--muted); font-size: .92rem; }
.help-panels { max-width: 820px; }
.help-panel { background: linear-gradient(145deg, rgba(25, 22, 55, .94), rgba(10, 11, 27, .96)); border: 1px solid var(--line); border-radius: var(--radius); margin-top: 16px; padding: 24px; }
.help-panel[hidden] { display: none; }
.help-panel h2 { font-size: 1.65rem; margin: 11px 0 18px; }
.help-panel h3 { font-size: 1.05rem; margin: 0 0 6px; }
.help-steps, .error-list { margin: 0; padding-left: 20px; }
.help-steps li, .error-list li { margin: 12px 0; }
.help-compare { display: grid; gap: 12px; margin: 18px 0; }
.help-compare > div { border-left: 3px solid var(--cyan); padding: 4px 0 4px 14px; }
.help-compare p { margin: 0; }
.status-mockup { align-items: center; background: rgba(155, 234, 112, .08); border: 1px solid rgba(155, 234, 112, .35); border-radius: 10px; display: flex; flex-wrap: wrap; gap: 8px 12px; margin: 16px 0; padding: 14px; }
.status-mockup-dot { background: var(--success); border-radius: 50%; height: 9px; width: 9px; }
.status-mockup span:last-child { color: var(--muted); font-size: .85rem; width: 100%; }
@media (min-width: 560px) { .help-choice-grid { grid-template-columns: repeat(2, 1fr); } .help-compare { grid-template-columns: repeat(2, 1fr); } }
.help-step-label { color: var(--cyan); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.help-visual { margin: 20px 0; }
.help-visual-button { background: #090b18; border: 1px solid var(--line); border-radius: 12px; cursor: zoom-in; display: block; padding: 0; width: 100%; }
.help-visual-button:hover { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(121, 217, 232, .12); }
.help-visual-button img { border-radius: 11px; display: block; height: auto; max-width: 100%; width: 100%; }
.help-visual figcaption { color: var(--muted); font-size: .82rem; margin-top: 8px; }
.help-lightbox[hidden] { display: none; }
.help-lightbox { align-items: center; background: rgba(2, 3, 10, .88); display: flex; inset: 0; justify-content: center; padding: 18px; position: fixed; z-index: 10; }
.help-lightbox-card { background: var(--surface-raised); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); max-height: calc(100vh - 36px); max-width: 1000px; overflow: auto; padding: 14px; width: min(100%, 960px); }
.help-lightbox-heading { align-items: center; display: flex; justify-content: space-between; gap: 16px; }
.help-lightbox-heading h2 { font-size: 1.25rem; margin: 0; }
.help-lightbox-close { background: transparent; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); cursor: pointer; font: inherit; min-height: 44px; padding: 8px 12px; }
.help-lightbox-card img { display: block; height: auto; margin-top: 10px; max-width: 100%; }
body.help-dialog-open { overflow: hidden; }
@media (max-width: 560px) { .help-chat { padding: 17px; }.help-chat-heading { display: block; }.help-chat-reset { margin-top: 16px; width: 100%; }.help-chat-entry { align-items: stretch; flex-direction: column; }.help-chat-entry .button { width: 100%; }.help-chat-user { max-width: 100%; } }
@media (max-width: 480px) { .help-lightbox { padding: 8px; } .help-lightbox-card { padding: 9px; } .help-visual figcaption { font-size: .78rem; } }
