:root {
  --ink: #17211d;
  --muted: #68716b;
  --paper: #f2eee6;
  --paper-deep: #e8e1d5;
  --line: rgba(23, 33, 29, .14);
  --accent: #d96f45;
  --accent-dark: #a94c2d;
  --mint: #afc9b5;
  --white: #fffdf8;
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.grain { position: fixed; inset: 0; pointer-events: none; opacity: .08; z-index: 5; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); }
.section-wrap { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.topbar { width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 800; letter-spacing: .01em; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; color: var(--white); background: var(--ink); border-radius: 50%; font: 500 10px var(--mono); }
.topbar-note, .eyebrow, .live-chip, .status { color: var(--muted); font: 500 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.pulse { display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: #4e9a69; border-radius: 50%; box-shadow: 0 0 0 4px rgba(78,154,105,.14); }
.hero { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; }
.eyebrow span { color: var(--accent); }
h1, h2, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 28px; font-size: clamp(54px, 7vw, 94px); line-height: .98; letter-spacing: -.06em; font-weight: 800; }
h1 em { color: var(--accent); font-style: normal; }
.hero-intro { max-width: 430px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 38px; }
.button { border: 0; border-radius: 999px; padding: 14px 21px; font-size: 12px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--accent); box-shadow: 0 10px 20px rgba(169,76,45,.18); }
.button-primary:hover { background: var(--accent-dark); }
.button-primary span { margin-left: 18px; font-size: 18px; font-weight: 400; }
.button-quiet { padding-inline: 0; color: var(--ink); background: transparent; border-bottom: 1px solid var(--ink); border-radius: 0; }
.hero-orbit { position: relative; min-height: 440px; display: grid; place-items: center; }
.orbit-ring { position: absolute; border: 1px solid var(--line); border-radius: 50%; transform: rotate(-22deg); }
.orbit-ring-one { width: 370px; height: 230px; }
.orbit-ring-two { width: 265px; height: 430px; border-color: rgba(217,111,69,.35); transform: rotate(38deg); }
.orbit-center { position: relative; display: grid; place-items: center; width: 178px; height: 178px; border-radius: 50%; color: var(--white); background: var(--ink); box-shadow: 20px 20px 0 rgba(175,201,181,.7); }
.orbit-center strong { font-size: 58px; line-height: 1; letter-spacing: -.08em; }
.orbit-center span { margin-top: -35px; color: #afbbb4; font: 10px var(--mono); text-transform: uppercase; }
.orbit-label { position: absolute; padding: 9px 12px; color: var(--ink); background: var(--mint); font: 10px var(--mono); text-transform: uppercase; }
.label-one { top: 18%; right: 10%; transform: rotate(8deg); }.label-two { right: 8%; bottom: 20%; background: var(--accent); color: var(--white); transform: rotate(-8deg); }.label-three { bottom: 16%; left: 12%; transform: rotate(5deg); }
.directory { padding: 100px 0 120px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
h2 { max-width: 550px; margin-bottom: 0; font-size: clamp(30px, 4vw, 52px); line-height: 1.05; letter-spacing: -.05em; }
.search-box { display: flex; align-items: center; gap: 10px; width: min(240px, 100%); padding: 11px 0; border-bottom: 1px solid var(--ink); }
.search-box span { font-size: 22px; line-height: .5; }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; }
.search-box input::placeholder { color: var(--muted); }
.status { min-height: 16px; margin-bottom: 16px; }
.country-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.country-card { min-height: 150px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: rgba(255,253,248,.35); transition: border-color .2s, background .2s, transform .2s; text-align: left; }
.country-card:hover { border-color: var(--accent); background: var(--white); transform: translateY(-3px); }
.country-card strong { font-size: 18px; letter-spacing: -.03em; }
.country-card small { color: var(--muted); font: 10px var(--mono); text-transform: uppercase; }
.country-card .arrow { align-self: end; color: var(--accent); font-size: 21px; }
.activity { padding: 0 0 110px; }
.compact { align-items: center; }
.live-chip { padding: 10px 13px; border: 1px solid var(--line); }
.number-panel { min-height: 230px; padding: 30px; border-top: 2px solid var(--ink); background: var(--white); }
.empty-state { display: grid; place-items: center; align-content: center; color: var(--muted); text-align: center; }
.empty-icon { width: 40px; height: 40px; margin-bottom: 16px; display: grid; place-items: center; color: var(--white); background: var(--accent); border-radius: 50%; font-size: 25px; }
.numbers-header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.number-kicker { color: var(--accent); font: 10px var(--mono); text-transform: uppercase; }
.number-value { margin: 11px 0 12px; font: 500 clamp(25px, 4vw, 44px) var(--mono); letter-spacing: -.08em; }
.number-meta { color: var(--muted); font-size: 12px; }
.number-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.number-row { min-height: 80px; padding: 15px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); color: var(--ink); background: var(--paper); text-align: left; transition: border-color .2s, background .2s, transform .2s; }
.number-row:hover:not(:disabled) { border-color: var(--accent); background: var(--white); transform: translateY(-2px); }
.number-row:disabled { cursor: wait; opacity: .55; }
.number-row.is-loading { border-color: var(--accent); }
.number-row strong { display: block; font: 500 15px var(--mono); }
.number-row small { display: block; margin-top: 8px; color: var(--muted); font: 9px var(--mono); text-transform: uppercase; }
.number-row .arrow { color: var(--accent); font-size: 19px; }
.number-row.is-offline { align-items: flex-start; border-color: var(--accent); background: #f8e4d9; }
.number-row.is-offline:hover { transform: none; }
.number-row-error, .number-row-hint { display: block; margin-top: 7px; text-transform: none; }
.number-row-error { color: var(--accent-dark); font: 700 10px var(--sans); }
.number-row-hint { color: var(--muted); font: 10px var(--sans); }
.selected-inbox-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.message-list { display: grid; gap: 9px; }
.message { padding: 12px; border-left: 2px solid var(--mint); background: var(--paper); font-size: 13px; }
.message time { display: block; margin-top: 5px; color: var(--muted); font: 10px var(--mono); }
.footer { display: flex; justify-content: space-between; padding: 25px 0 40px; border-top: 1px solid var(--line); color: var(--muted); font: 10px var(--mono); text-transform: uppercase; }
.footer a { color: var(--ink); }.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.reveal { animation: reveal .75s both cubic-bezier(.2,.7,.2,1); }.reveal-delay { animation-delay: .14s; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 700px) { .section-wrap, .topbar { width: min(100% - 36px, 1180px); } .topbar-note { display: none; } .hero { min-height: auto; padding: 90px 0 100px; grid-template-columns: 1fr; } .hero-orbit { min-height: 320px; transform: scale(.78); margin: -20px 0; } .section-heading { align-items: start; flex-direction: column; } .search-box { width: 100%; } .country-grid { grid-template-columns: repeat(2, 1fr); } .country-card { min-height: 125px; padding: 15px; } .numbers-header, .selected-inbox-heading { align-items: start; flex-direction: column; } .number-list { grid-template-columns: 1fr; } }