:root {
  color-scheme: light;
  --bg: #f8f9f6;
  --surface: #ffffff;
  --ink: #29392d;
  --muted: #758071;
  --line: #e3e8df;
  --accent: #344f3c;
  --green: #ebf1e4;
  --purple: #eeebf6;
  --apricot: #faf0e5;
  --blue: #e9f0f8;
  --radius: 23px;
  font-family: "DM Sans", "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  font-size: 14px;
  line-height: 1.5;
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; color: inherit; }
button:disabled { cursor: default; opacity: .45; transform: none !important; }
button, a { touch-action: manipulation; }
button, a, input, select, textarea { outline-offset: 4px; }
:focus-visible { outline: 3px solid #8caa78; }
a { color: inherit; }
button { appearance: none; }
button svg, a svg { flex: none; }
svg { vertical-align: middle; }
svg:not([width]) { width: 20px; height: 20px; }
button svg, .button svg { width: 17px; height: 17px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 500; }
h1 { font-size: clamp(32px, 4vw, 48px); letter-spacing: -1.9px; line-height: 1.13; margin-bottom: 14px; }
h2 { font-size: 25px; letter-spacing: -.85px; line-height: 1.24; margin-bottom: 9px; }
h3 { font-size: 17px; letter-spacing: -.35px; line-height: 1.3; margin-bottom: 7px; }
p { margin-bottom: 16px; }
small { font-size: 12px; }
strong { font-weight: 600; }
[hidden], .hidden { display: none !important; }
.app { min-height: 100svh; }
.topbar { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px max(32px, calc((100vw - 1160px) / 2)); border-bottom: 1px solid var(--line); background: var(--bg); }
.brand { display: inline-flex; align-items: center; gap: 10px; background: transparent; border: 0; padding: 0; font-size: 20px; font-weight: 500; letter-spacing: -.7px; text-decoration: none; }
.mark { flex: none; width: 26px; height: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; transform: rotate(-8deg); }
.mark span { background: var(--accent); border-radius: 4px; }
.mark span:last-child { border-radius: 50%; background: #aec39a; }
.nav { display: flex; align-items: center; gap: 12px; }
.navlink { display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 10px 13px; min-height: 42px; border: 0; border-radius: 10px; background: transparent; font-size: 13px; color: #596750; text-decoration: none; }
.navlink:hover, .navlink.active { background: #eef1ea; color: var(--ink); }
.navlink svg { width: 15px; height: 15px; }
.avatar { flex: none; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #eae1d2; color: #6d5b46; font-size: 12px; font-weight: 500; border: 1px solid #e2d8c6; }
.demo-banner { min-height: 33px; padding: 7px 24px; text-align: center; font-size: 11px; color: #71806a; background: #eff2ea; border-bottom: 1px solid #e7ebdf; }
.demo-banner button, .demo-banner a { margin-left: 5px; font-size: inherit; border: 0; background: transparent; text-underline-offset: 3px; }
.container { width: min(1120px, calc(100% - 64px)); margin: 0 auto; padding: 30px 0 60px; }
.container.narrow, .narrow { max-width: 780px; }
.subtle, .hint { color: var(--muted); }
.subtle { font-size: 14px; line-height: 1.55; }
.hint { font-size: 12px; line-height: 1.6; margin: 8px 0 0; }
.eyebrow { display: block; color: #7b886f; font-size: 10px; letter-spacing: 1.8px; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; }
.hero { padding: 42px 0 39px; text-align: center; }
.hero h1 { margin: 19px auto 15px; max-width: 700px; }
.hero > p { max-width: 530px; margin: 0 auto 24px; }
.hero > .actions { justify-content: center; margin-top: 25px; }
.hero .eyebrow { margin: 21px 0 11px; }
.hero .bot-face { margin: 0 auto 22px; }
.bot-face { --face: #d3e3b5; position: relative; flex: none; width: 69px; height: 69px; border-radius: 24px; background: var(--face); background: linear-gradient(145deg, color-mix(in srgb, var(--face), white 30%), var(--face)); display: flex; align-items: center; justify-content: center; gap: 11px; transform: rotate(-7deg); box-shadow: inset 0 2px 3px #ffffffbc, inset -3px -5px 8px #64774a20, 0 6px 10px #647f4e13; }
.bot-face i { width: 6px; height: 10px; border-radius: 9px; background: #3d5439; transform: rotate(7deg); }
.bot-face.small { width: 47px; height: 47px; border-radius: 17px; gap: 8px; }
.bot-face.small i { width: 4px; height: 8px; }
.bot-face.large { width: 82px; height: 82px; border-radius: 28px; gap: 14px; }
.bot-face.large i { width: 7px; height: 12px; }
.landing-art { margin: 0 auto 29px; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; margin: 8px 0 28px; }
.service-tile { --tile: var(--green); --tile-border: #dfe7d6; position: relative; min-width: 0; border: 1px solid var(--tile-border); border-radius: var(--radius); background: var(--tile); padding: 11px 21px 21px; text-align: left; text-decoration: none; color: var(--ink); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-tile[data-kind="phone"], .service-tile.phone { --tile: var(--purple); --tile-border: #e0dceb; }
.service-tile[data-kind="card"], .service-tile.card { --tile: var(--apricot); --tile-border: #efdfce; }
.service-tile[data-kind="wallet"], .service-tile.wallet { --tile: var(--blue); --tile-border: #dce6f1; }
button.service-tile:hover, a.service-tile:hover { transform: translateY(-5px); box-shadow: 0 14px 23px #32422b0c; }
.service-tile.selected, .service-tile.chosen { border-color: #a5b69b; box-shadow: 0 0 0 1px #a5b69b; }
.service-tile.selected .service-label > span:last-child, .service-tile.chosen .service-label > span:last-child { color: white; background: var(--accent); }
.service-art { position: relative; height: 175px; display: grid; place-items: center; isolation: isolate; }
.service-art::after { content: ""; position: absolute; z-index: -2; width: 98px; height: 12px; left: 50%; bottom: 22px; transform: translateX(-50%); background: #28392b14; border-radius: 50%; filter: blur(7px); }
.service-label { display: flex; align-items: center; justify-content: space-between; gap: 9px; margin: 2px 0 6px; font-size: 17px; font-weight: 500; letter-spacing: -.4px; }
.service-label > span:last-child { flex: none; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #ffffffaf; font-size: 20px; }
.service-description { display: block; font-size: 12px; color: #6d7766; line-height: 1.45; }
.ae-envelope, .ae-handset, .ae-credit, .ae-wallet { position: relative; z-index: 1; }
.ae-envelope { width: 116px; height: 83px; border-radius: 13px; background: linear-gradient(145deg, #a4c180, #769959); transform: rotate(-9deg); box-shadow: inset 0 1px 1px #dae9c1, 3px 7px 0 #74915a, 6px 14px 14px #3c542820; margin-top: 9px; }
.ae-letter { position: absolute; background: linear-gradient(120deg, #fffef9, #eff1df); width: 87px; height: 83px; left: 15px; top: -23px; border-radius: 8px; transform: rotate(4deg); box-shadow: 0 0 4px #63784c12; display: flex; align-items: flex-start; justify-content: center; padding-top: 9px; font-family: Arial, sans-serif; font-size: 32px; color: #769259; }
.ae-envelope-front { position: absolute; inset: 0; border-radius: 12px; background: linear-gradient(25deg, #b0cb90, #a0bd7c); clip-path: polygon(0 0, 50% 45%, 100% 0, 100% 100%, 0 100%); }
.ae-envelope-bottom { position: absolute; inset: 0; border-radius: 12px; background: linear-gradient(145deg, #bdd7a0, #98b977); clip-path: polygon(0 100%, 0 90%, 47% 44%, 53% 44%, 100% 90%, 100% 100%); }
.ae-handset { width: 90px; height: 124px; display: grid; place-items: center; transform: rotate(-16deg); filter: drop-shadow(3px 7px 0 #8e79b6) drop-shadow(3px 8px 5px #6b53932b); }
.ae-handset svg { width: 103px !important; height: 103px !important; color: #bcaae0; stroke-width: 1.2; fill: #c8b8e8; stroke-linejoin: round; }
.ae-ring { position: absolute; right: 17px; top: 23px; transform: rotate(12deg); color: #9d87c3; }
.ae-ring svg { width: 28px !important; height: 28px !important; stroke-width: 1.4; }
.ae-credit { width: 128px; height: 84px; border-radius: 12px; padding: 13px; background: linear-gradient(120deg, #f8c99d, #df9e6c); box-shadow: inset 0 1px 2px #ffe0ba, inset 0 -1px 2px #ac784d33, 3px 6px 0 #cc8e5f, 8px 13px 16px #83552c22; transform: rotate(-12deg); color: #724b30; text-align: left; overflow: hidden; }
.ae-credit::before { content: ""; position: absolute; width: 97px; height: 97px; right: -22px; top: -39px; border: 20px solid #ffe8ce30; border-radius: 50%; }
.ae-card-top { display: flex; justify-content: space-between; align-items: center; position: relative; }
.ae-card-chip { height: 17px; width: 23px; border-radius: 4px; background: linear-gradient(100deg, #f8e7ac, #dbc383); border: 1px solid #c69e57; display: grid; place-items: center; }
.ae-card-chip::before { content: ""; width: 9px; height: 9px; border: 1px solid #b49b61; border-radius: 2px; }
.ae-card-top svg { width: 16px; height: 16px; opacity: .7; }
.ae-credit-name { position: absolute; bottom: 13px; left: 13px; font-size: 12px; letter-spacing: 1px; font-weight: 500; }
.ae-card-orb { position: absolute; bottom: 13px; right: 12px; width: 14px; height: 14px; border-radius: 50%; background: #ffedce99; }
.ae-card-orb::after { content: ""; position: absolute; inset: 0; border: 1px solid #98694555; border-radius: 50%; transform: translateX(-8px); }
.ae-wallet { width: 119px; height: 83px; border-radius: 13px; background: linear-gradient(145deg, #a6c4ec, #7aa0d2); box-shadow: inset 0 2px 2px #c8dcf4, 3px 6px 0 #628bbf, 7px 12px 15px #24446525; transform: rotate(-9deg); margin-top: 14px; }
.ae-wallet::before { content: ""; position: absolute; inset: 9px; border: 1px dashed #e1ecff77; border-radius: 7px; }
.ae-coin { position: absolute; width: 51px; height: 51px; left: 43px; top: -31px; border-radius: 50%; background: linear-gradient(130deg, #f4d995, #d6b66e); border: 4px solid #edcf8b; box-shadow: 3px 1px 0 #bb984d, inset 0 0 0 1px #b9954c; display: grid; place-items: center; color: #a4843f; transform: rotate(12deg); z-index: -1; }
.ae-coin svg { width: 28px !important; height: 28px !important; stroke-width: 1.8; }
.ae-wallet-clasp { position: absolute; width: 39px; height: 29px; right: -6px; top: 27px; background: linear-gradient(120deg, #accbf3, #93b4df); border-radius: 7px; box-shadow: 0 2px 2px #36568033; display: grid; place-items: center; }
.ae-wallet-clasp::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #5e83b1; box-shadow: inset 0 1px 2px #2f547799, 0 1px 1px #d5e5fa; }
.flow-top { display: flex; align-items: center; gap: 28px; padding: 6px 0 28px; }
.back { flex: none; display: inline-flex; align-items: center; gap: 7px; min-height: 40px; background: transparent; border: 0; padding: 8px 0; color: var(--muted); font-size: 12px; text-decoration: none; }
.back:hover { color: var(--accent); }
.steps { flex: 1; display: flex; justify-content: center; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.step { display: flex; align-items: center; gap: 8px; color: #99a093; font-size: 11px; white-space: nowrap; }
.step > span:first-child { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; border: 1px solid #dee4d7; font-size: 10px; }
.step strong { font-weight: 500; }
.step.current { color: var(--accent); }
.step.current > span:first-child { background: var(--accent); border-color: var(--accent); color: white; }
.step.done { color: #7a9270; }
.step.done > span:first-child { background: #e4edd9; border-color: #e4edd9; color: #567745; }
.flow-heading { text-align: center; margin: 12px auto 30px; max-width: 670px; }
.flow-heading h1 { font-size: clamp(30px, 3.6vw, 40px); letter-spacing: -1.45px; margin-bottom: 12px; }
.flow-heading .bot-face { margin: 0 auto 23px; }
.flow-heading .subtle { max-width: 470px; margin: 0 auto; }
.panel { padding: 29px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 20px; min-width: 0; }
.panel > :last-child { margin-bottom: 0; }
.panel .divider { margin: 24px 0; }
.panel > h2 + .subtle { margin-bottom: 24px; }
.panel > h3 + .subtle { margin-bottom: 22px; }
.field { display: block; margin-bottom: 18px; font-size: 12px; color: #617058; font-weight: 500; }
.field > span:first-child { display: block; margin-bottom: 7px; }
.field input, .field select, .field textarea { margin-top: 7px; }
.field .hint { display: block; font-weight: 400; }
.fields-two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]), select, textarea { display: block; width: 100%; min-width: 0; height: 48px; border: 1px solid #dfe5d9; border-radius: 11px; background: #fbfcf9; padding: 12px 14px; color: var(--ink); font-size: 14px; font-weight: 400; transition: border-color .15s ease, box-shadow .15s ease; }
input::placeholder, textarea::placeholder { color: #a0a795; }
input:focus, select:focus, textarea:focus { border-color: #a9bc9a; box-shadow: 0 0 0 3px #a9bc9a16; }
input:disabled, select:disabled { background: #f3f5ef; color: #929d88; }
textarea { height: auto; min-height: 85px; resize: vertical; }
input[type="checkbox"], input[type="radio"] { width: 17px; height: 17px; accent-color: var(--accent); flex: none; margin: 0; }
input[type="range"] { accent-color: var(--accent); width: 100%; }
input[type="number"] { font-variant-numeric: tabular-nums; }
.input-prefix { display: flex; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid #dfe5d9; background: #fbfcf9; border-radius: 11px; color: #7e8975; margin-top: 7px; font-size: 12px; }
.input-prefix input { flex: 1; width: 0 !important; border: 0 !important; padding-left: 0 !important; padding-right: 0 !important; background: transparent !important; margin-top: 0 !important; }
.input-prefix:focus-within { border-color: #a9bc9a; }
.input-prefix > span { flex: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 45px; padding: 12px 19px; border-radius: 12px; border: 1px solid transparent; font-size: 13px; font-weight: 500; line-height: 1.45; text-decoration: none; transition: background .15s ease, transform .15s ease, box-shadow .15s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary, button.primary, a.primary { background: var(--accent); color: white; border-color: var(--accent); }
.button.primary:hover { background: #29432f; box-shadow: 0 4px 10px #344f3c16; }
.button.secondary, button.secondary, a.secondary { background: white; border-color: var(--line); color: var(--ink); }
.button.secondary:hover { background: #f3f6ef; }
.button.ghost, button.ghost { background: transparent; color: #728068; border-color: transparent; }
.button.ghost:hover { background: #edf1e8; }
.button.wide, button.wide { width: 100%; }
.button.small { min-height: 36px; padding: 8px 12px; font-size: 11px; border-radius: 9px; }
.actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; flex-wrap: wrap; margin-top: 23px; }
.actions > .hint, .actions > .subtle { margin: 0 auto 0 0; font-size: 12px; }
.actions.center { justify-content: center; }
.text-button { display: inline-flex; align-items: center; gap: 6px; border: 0; background: transparent; padding: 5px 0; font-size: 12px; color: #607750; text-decoration: underline; text-underline-offset: 4px; }
.chip, .pill { display: inline-flex; align-items: center; justify-content: center; gap: 6px; border-radius: 30px; padding: 7px 13px; border: 1px solid var(--line); background: #fff; font-size: 12px; line-height: 1.3; text-decoration: none; }
button.chip { min-height: 35px; }
.chip.chosen, .chip.selected, .pill.active, .pill.selected { color: #4d6941; background: #eaf1e1; border-color: #bccfac; }
.badge { display: inline-flex; align-items: center; gap: 5px; padding: 4px 8px; border-radius: 7px; background: #edf1e8; color: #73836b; font-size: 10px; font-weight: 500; line-height: 1.35; white-space: nowrap; }
.badge.success, .pill.success { background: #e8f1dd; color: #5b7946; }
.badge.warning, .pill.warning { background: #fbefdc; color: #a1773b; }
.badge.error, .pill.error { background: #f9e7e0; color: #aa6550; }
.notice { display: flex; align-items: flex-start; gap: 10px; padding: 14px 16px; border: 1px solid #e1e7d9; border-radius: 13px; background: #f1f5ec; color: #6c7e5e; font-size: 12px; line-height: 1.6; margin: 17px 0; }
.notice svg { flex: none; margin-top: 2px; width: 16px; height: 16px; }
.notice.success { background: #edf4e7; border-color: #dfeacf; color: #5d774f; }
.notice.warning { background: #fbf2e7; border-color: #f0e1cc; color: #937245; }
.notice.error { background: #fbede7; border-color: #efd9ce; color: #9c604c; }
.notice p { margin: 0; }
.provider { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 16px; font-size: 11px; color: #929b89; }
.provider a { text-decoration: none; text-underline-offset: 3px; }
.provider a:hover { text-decoration: underline; }
.divider { height: 1px; border: 0; background: var(--line); margin: 21px 0; }
.checklist { display: grid; gap: 0; }
.checkrow { display: flex; align-items: center; gap: 11px; padding: 14px 0; border-bottom: 1px solid #edf0e8; font-size: 13px; }
.checkrow:last-child { border-bottom: 0; }
.checkrow > svg, .checkrow > .status-dot { flex: none; color: #6f9360; }
.checkrow > .badge, .checkrow > .button, .checkrow > .text-button { margin-left: auto; }
.checkrow > div { min-width: 0; }
.checkrow .hint { margin-top: 3px; font-size: 11px; }
.summary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 18px 0; }
.summary-card { padding: 19px; border: 1px solid var(--line); border-radius: 16px; background: #fbfcf9; min-width: 0; }
.summary-card .hint { margin-top: 5px; }
.summary-card h3 { margin-top: 5px; }
.amount { font-size: 35px; font-weight: 500; letter-spacing: -1.2px; line-height: 1.15; font-variant-numeric: tabular-nums; margin: 12px 0 6px; }
.amount small { color: var(--muted); font-size: 12px; font-weight: 400; letter-spacing: 0; }
.amount-buttons { display: flex; gap: 9px; margin: 16px 0; flex-wrap: wrap; }
.amount-buttons .chip { flex: 1; min-width: 70px; border-radius: 10px; }
.switch-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid #ecf0e7; }
.switch-row:last-child { border-bottom: 0; }
.switch-row > div { min-width: 0; }
.switch-row .hint { margin-top: 3px; font-size: 11px; }
.switch-row label { cursor: pointer; }
.service-toggle { display: flex; align-items: center; justify-content: space-between; gap: 13px; min-width: 0; padding: 17px 19px; background: #fbfcf9; border: 1px solid var(--line); border-radius: 15px; color: var(--ink); text-align: left; width: 100%; }
.service-toggle.selected { background: #f0f5e9; border-color: #b8caaa; }
.service-toggle .service-art { width: 62px; height: 66px; flex: none; transform: scale(.43); margin: -20px -14px -20px -17px; }
.service-toggle .service-art::after { display: none; }
.service-toggle > .badge, .service-toggle > input { margin-left: auto; }
.service-toggle .subtle { font-size: 11px; }
button[role="switch"] { position: relative; flex: none; width: 40px; height: 24px; padding: 0; border: 0; border-radius: 18px; background: #dce2d6; transition: background .2s; }
button[role="switch"]::after { content: ""; display: block; width: 18px; height: 18px; position: absolute; top: 3px; left: 3px; border-radius: 50%; background: white; box-shadow: 0 1px 2px #25362118; transition: transform .2s; }
button[role="switch"][aria-checked="true"] { background: #8caa78; }
button[role="switch"][aria-checked="true"]::after { transform: translateX(16px); }
.connection-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; margin: 20px 0; }
.connection-option { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; min-height: 99px; border: 1px solid var(--line); border-radius: 14px; padding: 16px 10px; background: #fbfcf9; text-align: center; font-size: 12px; }
.connection-option > svg { width: 24px; height: 24px; }
.connection-option > span:first-child { font-size: 24px; line-height: 1; }
.connection-option.selected, .connection-option.chosen { background: #edf3e6; border-color: #adc699; color: #42613b; box-shadow: 0 0 0 1px #adc699; }
.codebox { position: relative; display: block; background: #f0f3ec; border: 1px solid #e2e8db; border-radius: 12px; padding: 15px 16px; color: #5d7252; font: 12px/1.7 ui-monospace, "SFMono-Regular", Consolas, monospace; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word; margin: 16px 0; }
.codebox code { font: inherit; }
.codebox .button { margin-top: 13px; font-family: inherit; }
.launch-summary { display: grid; gap: 0; }
.launch-item { display: flex; align-items: center; gap: 13px; padding: 15px 0; border-bottom: 1px solid #eaf0e2; font-size: 13px; }
.launch-item:last-child { border-bottom: 0; }
.launch-item > .badge, .launch-item > .hint, .launch-item > .status-dot:last-child { margin-left: auto; }
.launch-item > div { min-width: 0; }
.launch-item .hint { font-size: 11px; margin-top: 3px; }
.status-dot { flex: none; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #82a970; }
.status-dot.off, .status-dot.paused { background: #b5bfaa; }
.status-dot.pending { background: #dfb67a; }
.workspace-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0 29px; }
.workspace-heading h1 { font-size: clamp(30px, 3.4vw, 39px); letter-spacing: -1.4px; margin-bottom: 11px; }
.workspace-heading .eyebrow { margin-bottom: 12px; }
.workspace-heading p { margin-bottom: 0; }
.workspace-heading > .button { flex: none; }
.workspace-layout { display: grid; grid-template-columns: 172px minmax(0, 1fr); gap: 29px; align-items: start; }
.sidebar { display: flex; flex-direction: column; gap: 5px; padding: 4px 0; position: sticky; top: 25px; }
.sidebar > button, .sidebar > a { display: flex; align-items: center; gap: 10px; background: transparent; border: 0; padding: 12px 13px; border-radius: 11px; color: #78846c; text-align: left; text-decoration: none; font-size: 12px; }
.sidebar > button.active, .sidebar > a.active { background: #eaf0e2; color: #46603c; }
.sidebar > button:hover, .sidebar > a:hover { background: #edf2e7; }
.sidebar > button svg, .sidebar > a svg { width: 16px; height: 16px; }
.sidebar > .hint { padding: 9px 13px; font-size: 10px; }
.workspace-content { min-width: 0; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 23px; }
.stat { padding: 19px 21px; border: 1px solid var(--line); border-radius: 17px; background: white; min-width: 0; }
.stat > span:first-child, .stat > p:first-child, .stat > .subtle:first-child { display: block; color: var(--muted); font-size: 11px; margin: 0 0 10px; }
.stat > strong, .stat > .amount { display: block; font-size: 27px; font-weight: 500; letter-spacing: -.8px; margin: 0; line-height: 1.2; }
.stat .hint { font-size: 10px; margin-top: 7px; }
.agents { display: grid; gap: 19px; }
.agent-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; min-width: 0; }
.agent-top { display: flex; align-items: center; gap: 13px; margin-bottom: 20px; min-width: 0; }
.agent-top .bot-face { width: 46px; height: 46px; border-radius: 16px; gap: 8px; }
.agent-top .bot-face i { width: 4px; height: 8px; }
.agent-top h2, .agent-top h3 { font-size: 19px; margin: 0; letter-spacing: -.5px; }
.agent-top p { margin: 3px 0 0; font-size: 11px; color: var(--muted); }
.agent-top > div:not(.bot-face) { min-width: 0; }
.agent-top > .badge, .agent-top > .button, .agent-top > .text-button { margin-left: auto; }
.agent-top > .button + .button, .agent-top > .badge + .button { margin-left: 0; }
.agent-services { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.agent-service { --tile: var(--green); background: var(--tile); border: 1px solid transparent; border-radius: 14px; padding: 14px; text-align: left; min-width: 0; transition: border-color .15s ease, transform .15s ease; }
button.agent-service:hover, a.agent-service:hover { border-color: #b8c9a8; transform: translateY(-2px); }
.agent-service[data-kind="phone"], .agent-service.phone { --tile: var(--purple); }
.agent-service[data-kind="card"], .agent-service.card { --tile: var(--apricot); }
.agent-service[data-kind="wallet"], .agent-service.wallet { --tile: var(--blue); }
.agent-service.off, .agent-service.disabled, .agent-service.is-off { --tile: #f2f4ef; color: #9ba391; }
.service-top { display: flex; align-items: center; gap: 6px; font-size: 10px; color: #6e7a62; margin-bottom: 15px; }
.service-top > svg, .service-top > .symbol { width: 26px; height: 26px; padding: 5px; border-radius: 8px; background: #ffffff80; color: #657859; }
.service-top > .status-dot { margin-left: auto; width: 6px; height: 6px; }
.metric { font-size: 20px; font-weight: 500; letter-spacing: -.6px; line-height: 1.3; font-variant-numeric: tabular-nums; }
.metric small { font-size: 10px; font-weight: 400; letter-spacing: 0; }
.agent-service .hint { font-size: 10px; margin-top: 6px; overflow-wrap: anywhere; }
.activity-list { display: grid; gap: 0; }
.activity-row { display: flex; align-items: center; gap: 14px; padding: 17px 0; border-bottom: 1px solid #edf0e7; font-size: 12px; }
.activity-row:last-child { border-bottom: 0; }
.activity-row > .bot-face { width: 34px; height: 34px; border-radius: 12px; gap: 6px; }
.activity-row > .bot-face i { width: 3px; height: 6px; }
.activity-row > div { min-width: 0; }
.activity-row > time, .activity-row > .badge, .activity-row > .hint:last-child { margin-left: auto; flex: none; font-size: 10px; color: var(--muted); }
.activity-row .hint { font-size: 11px; margin-top: 2px; }
.empty-state { border: 1px dashed #d7e0cd; border-radius: var(--radius); background: #f6f8f1; text-align: center; padding: 48px 24px; }
.empty-state .bot-face { margin: 0 auto 24px; }
.empty-state .subtle { max-width: 330px; margin: 0 auto 21px; }
.empty-state > svg { width: 33px; height: 33px; margin-bottom: 18px; color: #9aaa8c; }
.service-tabs, .tabs { display: flex; gap: 5px; border-bottom: 1px solid var(--line); margin-bottom: 24px; padding: 0 0 11px; }
.service-tabs > button, .tabs > button, .tabs > a { display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: 0; padding: 9px 13px; background: transparent; color: #89917f; border-radius: 10px; font-size: 12px; text-decoration: none; }
.service-tabs > button.active, .service-tabs > button.selected, .tabs > button.active, .tabs > button.selected, .tabs > a.active { background: #eaf1e2; color: #557147; }
.service-tabs > button:hover, .tabs > button:hover, .tabs > a:hover { background: #eef2e8; }
.detail-head { display: flex; align-items: center; gap: 18px; margin: 20px 0 26px; }
.detail-head > div { min-width: 0; }
.detail-head .bot-face { width: 65px; height: 65px; border-radius: 22px; }
.detail-head h1 { font-size: 35px; margin-bottom: 6px; }
.detail-head .subtle { margin-bottom: 0; }
.detail-head > .button, .detail-head > .badge { margin-left: auto; }
.funds-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin: 19px 0 25px; }
.balance-card { border: 1px solid var(--line); border-radius: 19px; background: white; padding: 23px; min-width: 0; }
.balance-card[data-kind="card"], .balance-card.card { background: var(--apricot); border-color: #efdfce; }
.balance-card[data-kind="phone"], .balance-card.phone { background: var(--purple); border-color: #e0dceb; }
.balance-card[data-kind="wallet"], .balance-card.wallet { background: var(--blue); border-color: #dce6f1; }
.balance-card h3 { font-size: 14px; }
.balance-card .amount { font-size: 31px; }
.balance-card .button { margin-top: 19px; width: 100%; background: #ffffff90; border-color: #ffffffb0; }
.balance-card .hint { font-size: 11px; }
.progress { height: 4px; border-radius: 5px; background: #e3e5da; overflow: hidden; margin: 10px 0 3px; }
.progress > span, .progress > div { display: block; height: 100%; background: #99b086; border-radius: inherit; }
.agent-service[data-kind="card"] .progress { background: #eadcc9; }
.agent-service[data-kind="card"] .progress > span { background: #c49d76; }
.modal { max-width: 560px; width: calc(100% - 36px); max-height: calc(100svh - 48px); margin: auto; padding: 0; border: 1px solid var(--line); border-radius: 25px; background: var(--surface); color: var(--ink); box-shadow: 0 25px 90px #1c2d1930; overflow-y: auto; overscroll-behavior: contain; }
.modal::backdrop { background: #26322245; backdrop-filter: blur(6px); }
.modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 26px 28px 19px; }
.modal-head h2 { font-size: 24px; margin-bottom: 6px; }
.modal-head .subtle { font-size: 12px; margin: 0; }
.modal-head > button { display: grid; place-items: center; width: 35px; height: 35px; flex: none; padding: 8px; background: #f3f5ef; color: #7b8871; border: 0; border-radius: 50%; margin: -6px -8px 0 0; }
.modal-head > button:hover { background: #e9eedf; }
.modal-body { padding: 0 28px 24px; }
.modal-body > :last-child { margin-bottom: 0; }
.modal-body .service-art { height: 138px; transform: scale(.86); margin: -10px auto 8px; }
.modal-footer { display: flex; align-items: center; justify-content: flex-end; gap: 10px; padding: 18px 28px 23px; border-top: 1px solid var(--line); background: #fafbf8; }
.modal-footer > .hint { margin: 0 auto 0 0; }
.modal .panel { padding: 20px; border-radius: 16px; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 25px; transform: translateX(-50%); max-width: min(460px, calc(100vw - 32px)); padding: 13px 20px; border-radius: 13px; color: #f9fcf4; background: #344f3cf2; box-shadow: 0 8px 32px #25351b24; font-size: 12px; text-align: center; backdrop-filter: blur(9px); }
.text-center { text-align: center; }
.text-right { text-align: right; }
.muted { color: var(--muted); }
.spacer { flex: 1; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }
.panel p, .agent-card p, .activity-row, .launch-item, .summary-card, .balance-card, .field, .detail-head, .checkrow { overflow-wrap: anywhere; }
.centered { text-align: center; }
.actions.centered { justify-content: center; }
.card-name { position: absolute; bottom: 13px; left: 13px; font-size: 12px; letter-spacing: 1px; font-weight: 500; }
.service-icon { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; background: #ffffff95; color: #657859; font-size: 17px; flex: none; }
.service-icon svg { width: 15px; height: 15px; }
.status-dot.muted { background: #b5bfaa; }
.agent-meta { display: flex; align-items: center; gap: 8px; margin-left: auto; flex: none; }
.agent-top h2 .text-button { font-size: inherit; font-weight: inherit; color: var(--ink); padding: 0; line-height: inherit; letter-spacing: inherit; text-decoration: none; }
.agent-top h2 .text-button:hover { text-decoration: underline; text-underline-offset: 5px; }
.agent-meta .button { min-height: 35px; padding: 8px 10px; font-size: 11px; }
.tabs > .tab.chosen { background: #eaf1e2; color: #557147; }
.connection-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 9px; }
.connection-head h2 { margin-bottom: 0; font-size: 22px; }
.connection-head > .badge { flex: none; }
.checkrow > span:first-child:not(.badge) { display: grid; place-items: center; width: 26px; height: 26px; flex: none; border-radius: 50%; background: #edf2e7; color: #799269; font-size: 11px; }
.summary-card > span:first-child { display: block; color: var(--muted); font-size: 11px; margin-bottom: 8px; }
.summary-card > strong { display: block; font-size: 16px; letter-spacing: -.25px; font-weight: 500; }
.summary-card > .button { padding: 10px 0; min-height: 34px; margin-top: 6px; }
.balance-card.card-balance { background: var(--apricot); border-color: #efdfce; }
.balance-card.wallet-balance { background: var(--blue); border-color: #dce6f1; }
.balance-card.card-balance > .button.primary { color: var(--ink); }
.balance-card .eyebrow { margin-bottom: 19px; }
.balance-card .subtle { font-size: 13px; margin-top: 13px; margin-bottom: 0; }
.agent-name-panel { padding: 20px 25px 3px; }
.modal-head > .close { font-size: 26px; line-height: 1; font-weight: 300; }
.modal-body .service-art.small-art { height: 129px; margin: -6px auto 13px; }
.modal-body form { margin-top: 17px; }
.modal-body > form:first-child { margin-top: 0; }
form > button[type="submit"], form > button:not([type]) { margin-top: 19px; }
form > .fields-two:last-child .field { margin-bottom: 0; }
p.error { color: #a65f4c; font-size: 12px; line-height: 1.5; padding: 11px 13px; background: #fbedE7; border-radius: 10px; margin: 14px 0 0; }
.switch-row { font-size: 13px; cursor: pointer; }
.switch-row > span { line-height: 1.5; }
.switch-row input[name="send"], .switch-row input[data-setting="phoneAllowed"] { appearance: none; position: relative; display: block; flex: none; width: 40px; height: 24px; border-radius: 18px; border: 0; padding: 0; background: #dce2d6; cursor: pointer; transition: background .2s ease; }
.switch-row input[name="send"]::after, .switch-row input[data-setting="phoneAllowed"]::after { content: ""; width: 18px; height: 18px; position: absolute; top: 3px; left: 3px; border-radius: 50%; background: white; box-shadow: 0 1px 2px #25362118; transition: transform .2s ease; }
.switch-row input[name="send"]:checked, .switch-row input[data-setting="phoneAllowed"]:checked { background: #8caa78; }
.switch-row input[name="send"]:checked::after, .switch-row input[data-setting="phoneAllowed"]:checked::after { transform: translateX(16px); }
.launch-item > .button:last-child { margin-left: auto; }
.launch-item > strong:not(:first-child) { margin-left: auto; font-size: 14px; font-weight: 500; }
.launch-item > strong + .button { margin-left: 0; }
.launch-summary + .button { margin-top: 20px; }
.notice > .button { margin: -6px -7px -6px auto; padding: 7px 10px; min-height: 32px; flex: none; }
.amount-buttons > .button { flex: 1; padding: 10px 13px; min-height: 41px; }
.demo-banner .status-dot { width: 5px; height: 5px; margin-right: 5px; vertical-align: middle; }
.nav > .button { font-size: 12px; min-height: 39px; padding: 9px 13px; }
.modal-body > .amount { font-size: 30px; overflow-wrap: anywhere; }
.modal-body .provider { font-size: 10px; line-height: 1.6; }
#captcha-clock { color: #c85361; font-variant-numeric: tabular-nums; font-size: 19px; margin-right: auto; }
#captcha-result { font-size: 12px; color: #a45746; text-align: center; margin: 15px 0 0; }
.captcha-backdrop { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; background: #1e2a2450; backdrop-filter: blur(7px); padding: 20px; overflow-y: auto; }
.captcha-start { padding: 0; border: 0; background: transparent; display: flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; }
.captcha-start .captcha-checkbox { display: grid; place-items: center; }
.captcha-identity.is-clickable { cursor: pointer; }
.captcha-dialog { width: min(100%, 430px); background: white; color: #222c33; padding: 12px; border: 1px solid #dce0e1; border-radius: 11px; box-shadow: 0 18px 70px #11201830; position: relative; flex-shrink: 0; }
.captcha-close { position: absolute; right: 7px; top: 6px; border: 0; color: #83908e; background: transparent; padding: 7px; display: grid; place-items: center; }
.captcha-identity { display: flex; align-items: center; gap: 13px; padding: 23px 10px 26px; font-size: 22px; letter-spacing: -.4px; }
.captcha-checkbox { height: 30px; width: 30px; border: 2px solid #929c9d; border-radius: 3px; flex: none; }
.captcha-bot { margin-left: auto; margin-right: 15px; color: #3785db; }
.captcha-bot svg { width: 29px; height: 29px; stroke-width: 1.7; }
.captcha-header { background: #3483df; color: white; padding: 18px 17px; border-radius: 3px; }
.captcha-header p { margin: 0 0 4px; font-size: 15px; }
.captcha-header h2 { margin: 0 0 8px; font-size: 32px; line-height: 1.1; color: white; }
.captcha-header small { font-size: 14px; }
.captcha-grid { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 3px; padding: 4px 0; }
.captcha-square { aspect-ratio: 1; border: 0; border-radius: 0; position: relative; padding: 0; min-width: 0; }
.captcha-square[aria-pressed="true"]::after { content: '✓'; position: absolute; inset: 3px; background: #fffdf0d9; color: #344f3c; display: grid; place-items: center; border-radius: 3px; font-size: 19px; }
.captcha-square:disabled { cursor: default; opacity: 1; }
.captcha-time-track { height: 4px; background: #e2e4e7; margin: 8px 3px 10px; border-radius: 4px; overflow: hidden; }
.captcha-time-fill { height: 100%; background: #f21743; width: 100%; transition: width .1s linear; }
.captcha-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 4px 4px 8px; }
.captcha-refresh { display: grid; place-items: center; padding: 10px; border: 0; background: white; color: #6b7275; }
.captcha-refresh svg { width: 23px; height: 23px; }
.captcha-clock { color: #f21743; border: 1px solid #f21743; border-radius: 7px; padding: 7px 12px; font-variant-numeric: tabular-nums; font-size: 20px; }
.captcha-verify { background: #3483df; color: white; border: 0; border-radius: 3px; padding: 12px 23px; font-size: 15px; }
.captcha-footer { padding: 7px 5px 2px; text-align: right; font-size: 10px; color: #8d9497; }
.captcha-footer span { white-space: nowrap; }
.captcha-expired { font-size: 12px; color: #c22545; padding: 1px 4px 6px; text-align: center; min-height: 15px; }
.captcha-expired.is-success { color: #344f3c; }
@media (min-width: 1100px) {
  .landing-art .service-grid { margin-top: 10px; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: 49px; }
}
@media (max-width: 1000px) {
  .workspace-layout { grid-template-columns: 145px minmax(0, 1fr); gap: 20px; }
  .agent-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .agent-service { padding: 16px; }
  .service-tile { padding-left: 17px; padding-right: 17px; }
  .service-label { font-size: 15px; }
  .service-art { height: 160px; }
  .stats { gap: 10px; }
  .stat { padding: 18px 16px; }
  .funds-grid { grid-template-columns: 1fr; }
  .balance-card { display: grid; grid-template-columns: 1fr auto; column-gap: 20px; align-items: center; }
  .balance-card .amount { grid-column: 1; }
  .balance-card .hint { grid-column: 1; }
  .balance-card .button { grid-column: 2; grid-row: 1 / 4; margin: 0; width: auto; }
  .balance-card .subtle { grid-column: 1; font-size: 12px; }
  .balance-card .eyebrow { grid-column: 1; margin-bottom: 5px; }
}
@media (max-width: 760px) {
  .topbar { min-height: 77px; padding: 19px 24px; gap: 15px; }
  .container { width: calc(100% - 44px); padding-top: 23px; padding-bottom: 40px; }
  .hero { padding: 28px 0 30px; }
  .hero h1 { font-size: 39px; }
  .hero > p { max-width: 430px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
  .service-art { height: 168px; }
  .service-tile { padding: 11px 21px 20px; }
  .service-label { font-size: 17px; }
  .flow-top { gap: 15px; padding-bottom: 22px; }
  .steps { justify-content: flex-end; gap: 13px; }
  .step { gap: 6px; font-size: 10px; }
  .step > span:first-child { width: 21px; height: 21px; }
  .flow-heading { margin-top: 14px; margin-bottom: 25px; }
  .panel { padding: 25px; }
  .workspace-heading { padding: 18px 0 26px; }
  .workspace-layout { grid-template-columns: 1fr; gap: 20px; }
  .sidebar { position: static; flex-direction: row; flex-wrap: wrap; gap: 5px; padding: 0 0 13px; border-bottom: 1px solid var(--line); }
  .sidebar > button, .sidebar > a { padding: 10px 12px; }
  .sidebar > .hint { display: none; }
  .agent-services { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .agent-service { padding: 12px; }
  .service-top { flex-wrap: wrap; gap: 5px; font-size: 10px; }
  .metric { font-size: 18px; }
  .agent-card { padding: 19px; }
  .agent-top { margin-bottom: 17px; }
  .connection-options { gap: 9px; }
  .connection-option { font-size: 11px; }
  .nav { gap: 6px; }
  .navlink { font-size: 12px; padding: 9px 10px; }
}
@media (max-width: 550px) {
  .captcha-backdrop { padding: 10px; }
  .captcha-dialog { padding: 8px; }
  .captcha-identity { font-size: 20px; gap: 10px; padding-top: 22px; }
  .captcha-header { padding: 14px; }
  .captcha-header p { font-size: 13px; }
  .captcha-header h2 { font-size: 29px; }
  .captcha-checkbox { width: 26px; height: 26px; }
  .captcha-bot { margin-right: 12px; }
  .brand { font-size: 18px; }
  .mark { width: 24px; height: 24px; }
  .topbar { padding: 17px 18px; min-height: 72px; }
  .nav { gap: 2px; }
  .navlink { padding: 9px 8px; font-size: 11px; }
  .navlink svg { display: none; }
  .nav .avatar { width: 31px; height: 31px; font-size: 10px; margin-left: 3px; }
  .demo-banner { font-size: 10px; padding: 7px 20px; }
  .container { width: calc(100% - 32px); padding-top: 20px; }
  h1 { letter-spacing: -1.4px; }
  .hero { padding: 27px 0; }
  .hero h1 { font-size: 35px; max-width: 340px; line-height: 1.14; }
  .hero .subtle { font-size: 13px; max-width: 315px; }
  .hero .bot-face { width: 62px; height: 62px; border-radius: 22px; margin-bottom: 22px; }
  .hero > .actions { margin-top: 23px; }
  .hero .button { padding-left: 17px; padding-right: 17px; }
  .service-grid { gap: 11px; margin-bottom: 22px; }
  .service-tile { border-radius: 20px; padding: 5px 15px 18px; }
  .service-art { height: 146px; }
  .service-art > .ae-envelope, .service-art > .ae-handset, .service-art > .ae-credit, .service-art > .ae-wallet { scale: .87; }
  .service-art::after { bottom: 18px; width: 80px; }
  .service-label { font-size: 15px; line-height: 1.3; }
  .service-label > span:last-child { width: 25px; height: 25px; font-size: 18px; }
  .service-description { font-size: 11px; }
  .ae-ring { right: 2px; }
  .flow-top { flex-direction: column; align-items: stretch; gap: 13px; padding-bottom: 16px; }
  .back { align-self: flex-start; padding: 0; min-height: 30px; }
  .steps { justify-content: space-between; gap: 6px; }
  .step { gap: 5px; font-size: 9px; }
  .step > span:first-child { width: 20px; height: 20px; font-size: 9px; }
  .flow-heading { margin-top: 19px; }
  .flow-heading h1 { font-size: 30px; letter-spacing: -1.2px; }
  .flow-heading .subtle { font-size: 13px; }
  .flow-heading .bot-face { width: 59px; height: 59px; border-radius: 21px; }
  .panel { padding: 21px 19px; border-radius: 20px; }
  .panel h2 { font-size: 23px; }
  .fields-two { gap: 13px; }
  .field { margin-bottom: 16px; }
  input:not([type="checkbox"]):not([type="radio"]):not([type="range"]), select, textarea { font-size: 16px; padding-left: 12px; padding-right: 12px; }
  .input-prefix { gap: 5px; padding-left: 12px; padding-right: 10px; font-size: 10px; }
  .input-prefix input { font-size: 14px !important; }
  .actions { gap: 10px; margin-top: 21px; }
  .actions > .hint, .actions > .subtle { flex-basis: 100%; text-align: center; order: 2; }
  .actions > .button { flex: 1; }
  .actions > .button.ghost { flex: initial; }
  .button { font-size: 12px; }
  .summary-grid { gap: 10px; }
  .summary-card { padding: 16px; }
  .summary-card h3 { font-size: 15px; }
  .amount { font-size: 29px; }
  .connection-options { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .connection-option { min-height: 85px; flex-direction: row; gap: 10px; font-size: 12px; padding: 14px 10px; }
  .connection-option > span:first-child { font-size: 22px; }
  .workspace-heading { flex-wrap: wrap; gap: 20px; padding-top: 13px; }
  .workspace-heading h1 { font-size: 30px; letter-spacing: -1.1px; }
  .workspace-heading .subtle { font-size: 12px; }
  .workspace-heading > .button { min-height: 40px; padding: 10px 14px; }
  .sidebar { gap: 2px; }
  .sidebar > button, .sidebar > a { font-size: 11px; padding: 10px; gap: 6px; }
  .sidebar > button svg, .sidebar > a svg { width: 14px; height: 14px; }
  .stats { gap: 8px; margin-bottom: 20px; }
  .stat { padding: 15px 12px; border-radius: 14px; }
  .stat > span:first-child, .stat > p:first-child, .stat > .subtle:first-child { font-size: 10px; margin-bottom: 8px; }
  .stat > strong, .stat > .amount { font-size: 23px; }
  .stat .hint { font-size: 9px; }
  .agents { gap: 15px; }
  .agent-card { padding: 16px; border-radius: 20px; }
  .agent-top { gap: 10px; }
  .agent-top h2, .agent-top h3 { font-size: 18px; }
  .agent-top p { font-size: 10px; }
  .agent-top > .button { min-height: 35px; padding: 7px 10px; font-size: 10px; }
  .agent-top > .badge { font-size: 9px; }
  .agent-services { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .agent-service { padding: 13px; }
  .service-top { margin-bottom: 12px; }
  .metric { font-size: 20px; }
  .service-tabs, .tabs { gap: 0; overflow-x: auto; scrollbar-width: thin; }
  .service-tabs > button, .tabs > button, .tabs > a { font-size: 11px; padding: 9px 10px; flex: none; }
  .detail-head { gap: 13px; flex-wrap: wrap; margin-top: 15px; }
  .detail-head h1 { font-size: 31px; }
  .detail-head > .button { padding: 9px 12px; min-height: 39px; }
  .detail-head .bot-face { width: 55px; height: 55px; border-radius: 19px; }
  .balance-card { padding: 20px; }
  .balance-card .amount { font-size: 29px; }
  .balance-card .button { padding: 9px 12px; font-size: 11px; min-height: 40px; }
  .activity-row { gap: 10px; }
  .activity-row > time { max-width: 66px; text-align: right; }
  .modal { width: calc(100% - 24px); max-height: calc(100svh - 28px); border-radius: 22px; }
  .modal-head { padding: 25px 22px 19px; gap: 12px; }
  .modal-head h2 { font-size: 23px; }
  .modal-head > button { width: 39px; height: 39px; }
  .modal-body { padding: 0 22px 23px; }
  .modal-footer { padding: 17px 22px 20px; }
  .modal-footer > .button { flex: 1; }
  .modal-footer > .hint { display: none; }
  .modal .panel { padding: 17px; }
  .empty-state { padding: 37px 20px; }
  .nav > .button { font-size: 10px; padding: 8px; min-height: 36px; }
  .navlink { max-width: 110px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }
  .demo-banner .demo-detail { display: block; font-size: 9px; margin-top: 1px; }
  .agent-meta { gap: 0; flex-direction: column; align-items: flex-end; }
  .agent-meta .button { font-size: 10px; min-height: 27px; padding: 5px 7px; }
  .agent-meta .badge { font-size: 9px; }
  .agent-name-panel { padding: 20px 19px 3px; }
  .connection-head h2 { font-size: 19px; }
  .connection-head .badge { font-size: 9px; }
  .modal-body > .amount { font-size: 25px; }
  .balance-card { display: block; }
  .balance-card .button { width: 100%; margin-top: 16px; }
  .balance-card .hint { margin-top: 11px; }
  .balance-card .subtle { margin-top: 10px; }
  .flow-top > .button { align-self: flex-start; min-height: 30px; padding: 5px 0; }
  .flow-top > .badge { align-self: flex-end; margin-top: -3px; font-size: 9px; }
  .notice { flex-wrap: wrap; }
  .launch-item { gap: 8px; }
  .launch-item .button { padding: 8px 9px; font-size: 11px; }
}
@media (max-width: 380px) {
  .topbar { padding-left: 14px; padding-right: 14px; gap: 7px; }
  .brand { font-size: 16px; gap: 7px; }
  .mark { width: 22px; height: 22px; }
  .navlink { padding: 9px 6px; font-size: 10px; }
  .nav .avatar { width: 29px; height: 29px; }
  .hero h1 { font-size: 32px; }
  .service-tile { padding-left: 12px; padding-right: 12px; }
  .service-art { height: 136px; }
  .service-art > .ae-envelope, .service-art > .ae-handset, .service-art > .ae-credit, .service-art > .ae-wallet { scale: .79; }
  .service-label { font-size: 14px; }
  .service-description { font-size: 10px; }
  .fields-two { grid-template-columns: 1fr; gap: 0; }
  .step { font-size: 8px; gap: 4px; }
  .stats { gap: 6px; }
  .stat { padding: 13px 10px; }
  .stat > strong, .stat > .amount { font-size: 21px; }
  .agent-top > .badge { max-width: 63px; white-space: normal; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}

