:root{color-scheme:dark;--axon-blue:#071f36;--axon-blue-2:#0e3154;--axon-yellow:#f4c400;--axon-bg:#070c11;--axon-card:#0b1219;--axon-card-2:#0e161e;--axon-soft:#111a23;--axon-soft-2:#101820;--axon-text:#eef2f4;--axon-muted:#9eabb6;--axon-line:rgba(255,255,255,.14);--axon-control-bg:#111a23;--axon-control-border:rgba(255,255,255,.18);--axon-control-hover:rgba(244,196,0,.52);--axon-control-icon:#a8b4bd;--axon-focus:rgba(244,196,0,.20);--axon-on-brand:#fff;--axon-brand-muted:#dfe8f0;--axon-top-bg:#071f36;--axon-top-text:#fff;--axon-top-muted:#dfe8f0;--axon-top-control-bg:#0b2947;--axon-top-control-border:rgba(255,255,255,.28);--axon-top-control-hover:rgba(255,255,255,.48);--axon-top-control-focus:#fff;--axon-link:#f4c400;--axon-hero-bg:#101d28;--axon-hero-copy:#d5dee6;--axon-ok:#67c675;--axon-warn:#c98b1c;--axon-danger:#d88686;--axon-danger-bg:#2a1518;--axon-warning-bg:#2b2514;--axon-home-bg:#070c11;--axon-home-surface:#0b1219;--axon-home-card:#111a23;--axon-home-inset:#090f15;--axon-home-text:#f4f6f7;--axon-home-copy:#c7d0d8;--axon-home-muted:#8f9ca7;--axon-home-line:rgba(255,255,255,.14);--axon-home-edge:rgba(255,255,255,.12);--axon-home-edge-soft:rgba(255,255,255,.10);--axon-home-edge-subtle:rgba(255,255,255,.08);--axon-home-positive:#6ed179;--axon-home-icon:#f4c400;--axon-home-nav-active:#fff;--axon-home-brand:#fff;--axon-home-accent-text:#f4c400;--axon-home-promo-line:rgba(244,196,0,.35);--axon-home-nav:#bdc7cf;--axon-home-top:rgba(5,10,15,.96);--axon-home-top-shadow:0 1px 0 rgba(255,255,255,.03);--axon-home-control:#0d151d;--axon-home-command:#101820;--axon-home-command-hover:#151f29;--axon-home-panel:#0e161e;--axon-home-notice:#111922;--axon-home-dock:rgba(5,9,13,.98);--axon-home-hero-shadow:0 16px 34px rgba(0,0,0,.28);--radius:3px}[data-axon-theme="light"]{color-scheme:light;--axon-bg:#f2f4f5;--axon-card:#fff;--axon-card-2:#f8f9fa;--axon-soft:#eef2f4;--axon-soft-2:#f6f7f8;--axon-text:#102638;--axon-muted:#667887;--axon-line:#d8e0e6;--axon-control-bg:#fff;--axon-control-border:#cbd5dd;--axon-control-hover:#8293a2;--axon-control-icon:#536b7d;--axon-focus:rgba(14,49,84,.12);--axon-link:#0e3154;--axon-top-bg:#fff;--axon-top-text:#071f36;--axon-top-muted:#40566a;--axon-top-control-bg:#f7f9fa;--axon-top-control-border:#cbd5dd;--axon-top-control-hover:#8293a2;--axon-top-control-focus:#536b7d;--axon-ok:#2f7d4f;--axon-warn:#7a5800;--axon-danger:#8b2f2f;--axon-danger-bg:#fff8f8;--axon-warning-bg:#fff9ec;--axon-home-bg:#f2f4f5;--axon-home-surface:#fff;--axon-home-card:#f5f7f8;--axon-home-inset:#f7f8f9;--axon-home-text:#102638;--axon-home-copy:#465d6f;--axon-home-muted:#687b8a;--axon-home-line:#d8e0e6;--axon-home-edge:#d8e0e6;--axon-home-edge-soft:#e1e6ea;--axon-home-edge-subtle:#e8ecef;--axon-home-positive:#2f7d4f;--axon-home-icon:#0e3154;--axon-home-nav-active:#071f36;--axon-home-brand:#071f36;--axon-home-accent-text:#725b00;--axon-home-promo-line:rgba(126,99,0,.24);--axon-home-nav:#40566a;--axon-home-top:#ffffff;--axon-home-top-shadow:0 1px 0 rgba(7,31,54,.08);--axon-home-control:#f7f9fa;--axon-home-command:#f6f7f8;--axon-home-command-hover:#eef2f4;--axon-home-panel:#f7f8f9;--axon-home-notice:#fff9ec;--axon-home-dock:rgba(255,255,255,.98);--axon-home-hero-shadow:0 14px 34px rgba(7,31,54,.14)}*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--axon-text);background:var(--axon-bg)}body{margin:0;font-weight:400;background:var(--axon-bg);color:var(--axon-text);transition:background-color .16s ease,color .16s ease}.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.axon-display-mode{display:inline-flex;align-items:center;gap:2px;padding:2px;border:1px solid var(--axon-control-border);border-radius:var(--radius);background:var(--axon-card);direction:ltr}.axon-display-mode button{appearance:none;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:2px;background:transparent;color:var(--axon-muted);padding:0;cursor:pointer}.axon-display-mode button:hover,.axon-display-mode button:focus-visible{background:var(--axon-soft);color:var(--axon-text);outline:0}.axon-display-mode button[aria-pressed="true"]{background:var(--axon-yellow);color:#071f36}.axon-display-mode svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.axon-display-mode button[data-axon-display-mode-option="dark"] svg path{fill:currentColor;stroke:none}.axon-public-top .axon-display-mode{border-color:var(--axon-top-control-border);background:var(--axon-top-control-bg)}.axon-public-top .axon-display-mode button{color:var(--axon-top-muted)}.axon-public-top .axon-display-mode button:hover,.axon-public-top .axon-display-mode button:focus-visible{background:var(--axon-soft);color:var(--axon-top-text)}.axon-public-top .axon-display-mode button[aria-pressed="true"]{color:#071f36}.axon-display-mode-bar{display:flex;justify-content:flex-end;margin:0 0 12px}.axon-public-top{min-height:64px;background:var(--axon-top-bg);border-bottom:3px solid var(--axon-yellow);color:var(--axon-top-text);position:sticky;top:0;z-index:20}.axon-public-top-inner{width:min(1120px,calc(100% - 32px));min-height:64px;margin:0 auto;display:flex;align-items:center;gap:30px}.axon-public-top a{color:var(--axon-top-text);text-decoration:none;font-weight:500}.axon-brand{letter-spacing:.04em;font-weight:600!important;white-space:nowrap}.axon-public-top nav{display:flex;align-items:stretch;gap:24px;flex:1}.axon-public-top nav a{position:relative;display:flex;align-items:center;min-height:64px;color:var(--axon-top-muted);font-size:14px}.axon-public-top nav a:hover,.axon-public-top nav a.is-active{color:var(--axon-top-text)}.axon-public-top nav a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:3px;background:var(--axon-yellow)}.axon-lang{font-size:14px;white-space:nowrap}.axon-station-bar{background:var(--axon-soft);border-bottom:1px solid var(--axon-line);padding:11px 0}.axon-station-bar-inner{width:min(1120px,calc(100% - 32px));margin:0 auto;display:flex;align-items:center;justify-content:flex-end;gap:12px}.axon-station-label{color:var(--axon-muted);font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.075em;white-space:nowrap}.axon-station-form{margin:0}.axon-station-control{position:relative;display:flex;align-items:center;min-width:330px;background:var(--axon-control-bg);border:1px solid var(--axon-control-border);border-radius:var(--radius);transition:border-color .15s ease,box-shadow .15s ease}.axon-station-control:hover{border-color:var(--axon-control-hover)}.axon-station-control:focus-within{border-color:var(--axon-control-hover);box-shadow:0 0 0 2px var(--axon-focus)}.axon-station-control select{appearance:none;-webkit-appearance:none;width:100%;min-height:40px;border:0;border-radius:var(--radius);background:transparent;padding:0 40px 0 38px;color:var(--axon-text);font:inherit;font-size:14px;font-weight:500;outline:0;cursor:pointer}.axon-station-pin,.axon-station-chevron{position:absolute;pointer-events:none;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;color:var(--axon-control-icon)}.axon-station-pin{left:12px;width:16px;height:16px}.axon-station-chevron{right:12px;width:16px;height:16px}.axon-public-main{width:min(1120px,calc(100% - 32px));margin:28px auto 60px}.axon-public-hero{background:var(--axon-hero-bg);color:var(--axon-on-brand);border-radius:var(--radius);padding:34px 38px;display:flex;justify-content:space-between;align-items:flex-end;gap:24px;border-left:4px solid var(--axon-yellow)}.axon-public-hero h1,.axon-page-head h1,.axon-section h1,.axon-driver-head h1{font-size:clamp(28px,4vw,48px);line-height:1.05;margin:8px 0 10px;font-weight:600;letter-spacing:-.025em}.axon-public-hero>div:first-child{min-width:0;flex:1}.axon-public-hero p{margin:0;color:var(--axon-hero-copy);max-width:none;width:100%}.axon-public-kicker,.axon-eyebrow{font-size:12px;letter-spacing:.09em;text-transform:uppercase;font-weight:600;color:#5e7184}.axon-public-kicker{color:var(--axon-yellow)}.axon-status{display:flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid rgba(255,255,255,.28);border-radius:var(--radius);font-weight:500;white-space:nowrap}.axon-status span{width:8px;height:8px;background:#74c48c;border-radius:50%}.axon-command-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin:14px 0 28px}.axon-command-grid-3{grid-template-columns:repeat(3,1fr);margin:12px 0}.axon-command{display:flex;min-height:74px;flex-direction:column;gap:9px;justify-content:center;background:var(--axon-card);border:1px solid var(--axon-line);border-radius:var(--radius);padding:14px;color:var(--axon-text);text-decoration:none}.axon-command:hover{border-color:var(--axon-control-hover)}.axon-command-grid-primary .axon-command{align-items:center;text-align:center}.axon-command-grid-primary .axon-command>span,.axon-command-grid-primary .axon-command strong{width:100%;text-align:center}.axon-command>span{font-size:20px}.axon-command strong{font-weight:500}.axon-command small{color:var(--axon-muted)}.axon-command.is-disabled{cursor:default}.axon-section,.axon-panel,.axon-page-head,.axon-driver-head{background:var(--axon-card);border:1px solid var(--axon-line);border-radius:var(--radius);padding:24px;margin:0 0 18px}.axon-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.axon-section-head h2,.axon-panel h2,.axon-section h2{margin:3px 0 0;font-size:21px;font-weight:600}.axon-section>h2+.axon-fuel-grid,.axon-section>h2+.axon-service-grid,.axon-section>h2+.axon-place-grid,.axon-section>h2+.axon-muted{margin-top:14px}.axon-section-head a{font-size:13px;color:var(--axon-link);font-weight:500}.axon-fuel-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--axon-line);border-radius:var(--radius);overflow:hidden}.axon-fuel-grid article{padding:16px;border-right:1px solid var(--axon-line);min-width:0}.axon-fuel-grid article:last-child{border-right:0}.axon-fuel-grid article div{display:flex;flex-direction:column;gap:3px}.axon-fuel-grid strong{font-size:14px;font-weight:500;white-space:normal;overflow-wrap:anywhere;word-break:normal;line-height:1.3}.axon-fuel-grid span{font-size:12px;color:var(--axon-muted);white-space:nowrap}.axon-fuel-grid b{display:block;margin-top:14px;font-size:23px;font-weight:600;white-space:nowrap}.axon-fuel-grid b small{font-size:11px;font-weight:500;color:var(--axon-muted)}.axon-split{display:grid;grid-template-columns:1fr 1fr;gap:18px}.axon-weather{margin-top:12px;border-top:1px solid var(--axon-line);padding-top:16px}.axon-weather>div{display:flex;align-items:baseline;gap:13px}.axon-weather b{font-size:36px;font-weight:500}.axon-weather strong{font-weight:500}.axon-weather small{display:block;margin-top:8px;color:var(--axon-muted)}.axon-weather.is-stale{border-left:3px solid #c98b1c;padding-left:14px}.axon-weather.is-unavailable{border-left:3px solid #7b8791;padding-left:14px}.axon-notice{margin-top:12px;border-left:3px solid #9a7c26;padding:12px 14px;background:#f8fafb}.axon-notice.is-critical,.axon-notice.is-severe{border-left-color:var(--axon-danger)}.axon-notice span,.axon-notice small{display:block;font-size:11px;color:var(--axon-muted)}.axon-notice strong{display:block;font-weight:600;margin:4px 0}.axon-notice p{margin:5px 0 8px}.axon-service-grid,.axon-place-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.axon-service-grid article,.axon-place-grid article{border:1px solid var(--axon-line);border-radius:var(--radius);padding:14px;display:flex;flex-direction:column;gap:5px}.axon-service-grid strong,.axon-place-grid strong{font-weight:500}.axon-service-grid span,.axon-place-grid span{font-size:12px;color:var(--axon-muted)}.axon-location-list{display:grid;gap:10px;margin-top:18px}.axon-location-list article{display:flex;justify-content:space-between;gap:20px;align-items:center;border:1px solid var(--axon-line);padding:18px;border-radius:var(--radius)}.axon-location-list h2{margin:0 0 5px;font-size:19px;font-weight:500}.axon-location-list p{margin:0 0 8px;color:var(--axon-muted)}.axon-state{font-size:12px}.axon-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;background:var(--axon-blue);color:var(--axon-on-brand)!important;border:1px solid var(--axon-blue);border-radius:var(--radius);text-decoration:none;font-weight:500;font-size:13px}.axon-button-secondary{background:var(--axon-card);color:var(--axon-link)!important}.axon-actions{display:flex;gap:8px;margin-top:18px}.axon-detail-grid{display:grid;grid-template-columns:1fr 2fr;gap:10px;margin-top:18px}.axon-detail-grid>div{border:1px solid var(--axon-line);padding:14px;border-radius:var(--radius)}.axon-detail-grid small{display:block;color:var(--axon-muted);margin-bottom:4px}.axon-detail-grid strong{font-weight:500}.axon-driver-head{background:var(--axon-hero-bg);color:var(--axon-on-brand);border-left:4px solid var(--axon-yellow)}.axon-driver-head .axon-eyebrow{color:var(--axon-yellow)}.axon-driver-head p{color:var(--axon-hero-copy);max-width:none;width:100%}.axon-emergency{border-left:3px solid var(--axon-yellow)}.axon-emergency-row{display:flex;justify-content:space-between;border-top:1px solid var(--axon-line);padding:12px 0}.axon-emergency-row strong{font-weight:500}.axon-emergency-row a{color:var(--axon-link);font-weight:600}.axon-muted{color:var(--axon-muted)}.axon-public-footer{display:flex;justify-content:space-between;gap:20px;width:min(1120px,calc(100% - 32px));margin:0 auto;padding:24px 0 34px;color:var(--axon-muted);font-size:12px}
@media(max-width:900px){.axon-command-grid{grid-template-columns:repeat(3,1fr)}.axon-fuel-grid{grid-template-columns:repeat(2,1fr)}.axon-fuel-grid article{border-bottom:1px solid var(--axon-line)}.axon-service-grid,.axon-place-grid{grid-template-columns:repeat(2,1fr)}.axon-public-top nav{display:none}.axon-public-top-inner{gap:18px}.axon-brand{flex:1}.axon-split{grid-template-columns:1fr}}
@media(max-width:600px){.axon-public-top{min-height:56px}.axon-public-top-inner{width:calc(100% - 20px);min-height:56px}.axon-public-main{width:calc(100% - 20px);margin-top:10px}.axon-public-hero{padding:22px 18px;align-items:flex-start;flex-direction:column}.axon-command-grid,.axon-command-grid-3{grid-template-columns:repeat(2,1fr)}.axon-section,.axon-panel,.axon-page-head,.axon-driver-head{padding:18px}.axon-fuel-grid{grid-template-columns:1fr}.axon-fuel-grid article{border-right:0}.axon-service-grid,.axon-place-grid{grid-template-columns:1fr 1fr}.axon-location-list article{align-items:flex-start;flex-direction:column}.axon-detail-grid{grid-template-columns:1fr}.axon-station-bar{padding:9px 0}.axon-station-bar-inner{width:calc(100% - 20px);justify-content:stretch}.axon-station-label{display:none}.axon-station-form{width:100%}.axon-station-control{min-width:0;width:100%}.axon-station-control select{font-size:13px}.axon-public-footer{flex-direction:column}.axon-section-head{align-items:flex-start;flex-direction:column}}
.axon-hero-actions{display:flex;gap:8px;margin-top:16px}.axon-hero-link{display:inline-flex;align-items:center;min-height:34px;padding:0 11px;border:1px solid rgba(255,255,255,.35);border-radius:3px;color:#fff;text-decoration:none;font-size:13px;font-weight:500}.axon-hero-link:hover{border-color:var(--axon-yellow)}
.axon-hero-actions{display:flex;gap:8px;margin-top:16px}.axon-hero-link{display:inline-flex;align-items:center;min-height:34px;padding:0 11px;border:1px solid rgba(255,255,255,.35);border-radius:3px;color:#fff;text-decoration:none;font-size:13px;font-weight:500}.axon-hero-link:hover{border-color:var(--axon-yellow)}

/* BUILD-11 My AXON */
.axon-save-link{margin-top:8px;display:inline-flex;align-items:center;width:max-content;color:var(--axon-blue-2);font-size:12px;font-weight:500;text-decoration:none;border-bottom:1px solid #a8b7c4}.axon-account-main{display:grid;gap:18px}.axon-account-hero{background:var(--axon-blue);color:#fff;border-left:4px solid var(--axon-yellow);border-radius:var(--radius);padding:30px 32px;display:flex;justify-content:space-between;align-items:flex-end;gap:28px}.axon-account-hero h1,.axon-account-auth h1,.axon-account-card h1{margin:5px 0 9px;font-size:clamp(28px,3.5vw,44px);line-height:1.08;font-weight:600;letter-spacing:-.02em}.axon-account-hero p{margin:0;color:#d8e2eb}.axon-account-kicker{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--axon-yellow);font-weight:600}.axon-account-identity{min-width:250px;display:flex;flex-direction:column;align-items:flex-end;gap:3px;text-align:right}.axon-account-identity small,.axon-account-identity span{color:#bdcad5;font-size:12px}.axon-account-identity strong{font-weight:500}.axon-account-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.axon-account-metrics a{background:var(--axon-card);border:1px solid var(--axon-line);border-radius:var(--radius);padding:20px;text-decoration:none;color:var(--axon-text);display:flex;flex-direction:column;gap:4px}.axon-account-metrics strong{font-size:23px;font-weight:600}.axon-account-metrics span{color:var(--axon-muted);font-size:13px}.axon-account-card{background:var(--axon-card);border:1px solid var(--axon-line);border-radius:var(--radius);padding:24px}.axon-account-card h2{margin:0 0 14px;font-size:20px;font-weight:600}.axon-account-card>h1+*{margin-top:18px}.axon-account-auth{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:start;background:var(--axon-card);border:1px solid var(--axon-line);border-radius:var(--radius);padding:38px 40px}.axon-account-auth>div p{color:var(--axon-muted);max-width:520px}.axon-account-form,.axon-account-grid-form,.axon-account-inline-form{display:grid;gap:14px}.axon-account-grid-form{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end}.axon-account-inline-form{grid-template-columns:minmax(220px,1fr) auto;align-items:end;margin-top:16px}.axon-account-field,.axon-account-inline-form label{display:grid;gap:6px}.axon-account-field>span,.axon-account-inline-form label>span{font-size:12px;color:var(--axon-muted);font-weight:500}.axon-account-field input,.axon-account-inline-form input,.axon-select-wrap select{width:100%;min-height:42px;border:1px solid #c5d0da;border-radius:var(--radius);background:var(--axon-card);padding:0 12px;font:inherit;color:var(--axon-text);outline:none}.axon-account-field input:focus,.axon-account-inline-form input:focus,.axon-select-wrap select:focus{border-color:#6f8497;box-shadow:0 0 0 2px rgba(14,49,84,.1)}.axon-select-wrap{position:relative}.axon-select-wrap select{appearance:none;-webkit-appearance:none;padding-right:34px;cursor:pointer}.axon-select-wrap:after{content:"⌄";position:absolute;right:12px;top:10px;pointer-events:none;color:#64788b}.axon-account-text-link{font-size:13px;color:var(--axon-blue-2);text-decoration:none}.axon-account-help{font-size:12px;color:var(--axon-muted);margin:0}.axon-account-notice{border-left:3px solid var(--axon-ok);background:#f6faf7;padding:12px 14px;border-radius:var(--radius)}.axon-account-notice.is-error{border-left-color:var(--axon-danger);background:#fbf6f6}.axon-account-section-head{display:flex;justify-content:space-between;align-items:center;gap:20px}.axon-account-section-head span{font-size:12px;color:var(--axon-muted)}.axon-account-list{display:grid;gap:8px;margin-top:16px}.axon-account-list article{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--axon-line);border-radius:var(--radius);padding:14px 16px}.axon-account-list article>div{display:flex;flex-direction:column;gap:3px}.axon-account-list strong{font-weight:500}.axon-account-list span{font-size:12px;color:var(--axon-muted)}.axon-account-link-button,.axon-account-nav-button{appearance:none;border:0;background:none;padding:0;color:inherit;font:inherit;font-size:13px;font-weight:500;cursor:pointer}.axon-account-link-button{color:var(--axon-blue-2);border-bottom:1px solid #a9b6c2}.axon-account-nav-button{color:#fff;white-space:nowrap}.axon-account-details{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:16px 0 22px}.axon-account-details>div{border:1px solid var(--axon-line);border-radius:var(--radius);padding:14px;display:grid;gap:4px}.axon-account-details small{color:var(--axon-muted)}.axon-account-details strong{font-weight:500}.axon-account-check{display:flex!important;align-items:center;gap:8px;min-height:42px}.axon-account-check input,.axon-account-choice-list input{accent-color:var(--axon-blue)}.axon-account-choice-list{display:grid;gap:10px}.axon-account-choice-list label{display:flex;align-items:center;gap:10px;border:1px solid var(--axon-line);border-radius:var(--radius);padding:13px}.axon-account-choice-list strong{font-weight:500}.axon-public-footer a{color:var(--axon-blue-2);text-decoration:none}
@media(max-width:900px){.axon-account-auth{grid-template-columns:1fr;gap:24px}.axon-account-grid-form{grid-template-columns:1fr 1fr}.axon-account-inline-form{grid-template-columns:1fr}.axon-account-hero{align-items:flex-start;flex-direction:column}.axon-account-identity{align-items:flex-start;text-align:left}}
@media(max-width:600px){.axon-account-auth,.axon-account-card,.axon-account-hero{padding:20px 18px}.axon-account-metrics{grid-template-columns:1fr}.axon-account-grid-form{grid-template-columns:1fr}.axon-account-details{grid-template-columns:1fr}.axon-account-list article{align-items:flex-start}}


/* BUILD-11-R3 My AXON control alignment refinement */
.axon-account-section-head{margin-bottom:2px}.axon-account-count{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border:1px solid var(--axon-line);border-radius:var(--radius);background:var(--axon-soft);color:var(--axon-muted);font-size:12px;font-weight:500;white-space:nowrap}.axon-account-action{appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 10px;border:1px solid #b9c5cf;border-radius:var(--radius);background:var(--axon-card);color:var(--axon-blue-2);font:inherit;font-size:12px;font-weight:500;cursor:pointer}.axon-account-action:hover{border-color:#8193a3;background:var(--axon-soft)}.axon-account-action.is-danger{border-color:#d8bcbc;color:var(--axon-danger)}.axon-account-action.is-danger:hover{border-color:#b97f7f;background:#fbf6f6}.axon-account-empty-state{margin-top:16px;min-height:62px;display:flex;align-items:center;padding:15px 16px;border:1px solid var(--axon-line);border-left:3px solid #aab7c2;border-radius:var(--radius);background:var(--axon-soft);color:var(--axon-muted);font-size:13px}.axon-account-grid-form{column-gap:12px;row-gap:14px}.axon-account-grid-form .axon-select-wrap{display:block}.axon-account-grid-form .axon-button,.axon-account-security-form .axon-button,.axon-account-choice-list .axon-button{width:auto;min-width:140px}.axon-account-form-actions{display:flex;align-items:center;gap:10px;margin-top:4px}.axon-account-form-actions-grid{grid-column:1/-1}.axon-button-compact{min-width:auto;padding-inline:18px;white-space:nowrap}.axon-account-save-route-form{grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;margin-top:18px}.axon-account-save-route-form .axon-account-field{min-width:0}.axon-account-choice-list{gap:16px}.axon-account-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.axon-account-toggle{position:relative;display:flex!important;align-items:center;gap:14px;min-height:56px;border:1px solid var(--axon-line);border-radius:var(--radius);padding:14px 16px;background:var(--axon-card);cursor:pointer;transition:border-color .15s ease,background .15s ease}.axon-account-toggle:hover{border-color:#9eafbd;background:var(--axon-card-2)}.axon-account-toggle input{position:absolute;opacity:0;pointer-events:none}.axon-account-toggle-ui{position:relative;flex:0 0 38px;width:38px;height:22px;border:1px solid #aab7c2;border-radius:var(--radius);background:var(--axon-soft);transition:background .15s ease,border-color .15s ease}.axon-account-toggle-ui:after{content:"";position:absolute;top:50%;left:3px;width:14px;height:14px;border-radius:3px;background:var(--axon-card);border:1px solid #9aa9b5;transform:translateY(-50%);transition:transform .15s ease,border-color .15s ease}.axon-account-toggle input:checked+.axon-account-toggle-ui{background:var(--axon-blue-2);border-color:var(--axon-blue-2)}.axon-account-toggle input:checked+.axon-account-toggle-ui:after{transform:translate(16px,-50%);border-color:#fff}.axon-account-toggle input:focus-visible+.axon-account-toggle-ui{box-shadow:0 0 0 2px rgba(14,49,84,.14)}.axon-account-toggle-copy{display:flex;align-items:center;min-width:0;min-height:22px;line-height:1.35}.axon-account-toggle-copy strong{font-weight:500;line-height:1.35}.axon-account-toggle-primary{min-height:52px;align-self:end;padding-block:13px}.axon-account-help-spaced{margin-top:14px;padding-top:12px;border-top:1px solid var(--axon-line);line-height:1.5}.axon-account-security-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:end}.axon-account-details{margin-bottom:24px}.axon-account-list article{min-height:58px}.axon-account-card h2{margin-bottom:16px}.axon-account-field input,.axon-account-inline-form input,.axon-select-wrap select{transition:border-color .15s ease,box-shadow .15s ease}.axon-select-wrap:after{content:"";width:7px;height:7px;border-right:1.5px solid #64788b;border-bottom:1.5px solid #64788b;transform:rotate(45deg);top:14px;right:14px}.axon-account-link-button{border-bottom:0}.axon-account-choice-list>button{justify-self:start}.axon-account-card>.axon-account-help{line-height:1.5}
@media(max-width:900px){.axon-account-choice-grid{grid-template-columns:1fr}.axon-account-security-form{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.axon-account-save-route-form,.axon-account-security-form{grid-template-columns:1fr}.axon-account-form-actions-grid{grid-column:1}.axon-account-form-actions .axon-button{width:100%}.axon-account-action{min-height:34px}.axon-account-toggle-primary{min-height:54px}}

/* BUILD-12 Fleet / Business Portal */
.axon-fleet-main{display:grid;gap:18px}
.axon-fleet-hero{border-left:3px solid var(--axon-blue-2)}
.axon-fleet-integration-note{border-left:3px solid #aab7c2;background:var(--axon-soft)}
.axon-fleet-integration-note p{margin:8px 0 0;color:var(--axon-muted)}
.axon-fleet-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:16px 0 0}
.axon-fleet-details>div{border:1px solid var(--axon-line);border-radius:var(--radius);padding:14px;display:grid;gap:4px}
.axon-fleet-details dt{font-size:12px;color:var(--axon-muted);font-weight:500}
.axon-fleet-details dd{margin:0;font-weight:500;overflow-wrap:anywhere}
.axon-fleet-table{display:grid;gap:8px;margin-top:16px}
.axon-fleet-row{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(150px,.8fr) auto;align-items:center;gap:14px;border:1px solid var(--axon-line);border-radius:var(--radius);padding:14px 16px;background:var(--axon-card)}
.axon-fleet-row>div{display:grid;gap:3px;min-width:0}
.axon-fleet-row strong{font-weight:500;overflow-wrap:anywhere}
.axon-fleet-row span,.axon-fleet-row small{font-size:12px;color:var(--axon-muted);overflow-wrap:anywhere}
.axon-fleet-row form{margin:0}
.axon-fleet-inline{display:flex;align-items:end;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.axon-fleet-inline label{display:grid;gap:5px;min-width:132px}
.axon-fleet-inline label>span:first-child,.axon-fleet-form label>span:first-child{font-size:12px;color:var(--axon-muted);font-weight:500}
.axon-fleet-inline .axon-select-wrap{display:block}
.axon-fleet-inline .axon-select-wrap select{min-height:36px;padding-block:0}
.axon-fleet-form{width:100%;max-width:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;align-items:end}
.axon-fleet-form label{display:grid;gap:6px;min-width:0}
.axon-fleet-form .axon-select-wrap{display:block}
.axon-fleet-form .axon-fleet-field-wide,.axon-fleet-form .axon-fleet-submit{grid-column:1/-1}
.axon-fleet-submit{width:100%;margin-top:2px}
.axon-fleet-main .axon-account-action{text-decoration:none;min-height:34px;padding:0 12px}
.axon-fleet-main .axon-account-action.is-primary{border-color:var(--axon-blue);background:var(--axon-blue);color:#fff}
.axon-fleet-main .axon-account-action.is-primary:hover{border-color:var(--axon-blue-2);background:var(--axon-blue-2);color:#fff}
.axon-fleet-main .axon-account-action.is-danger{border-color:#d5aaaa;background:var(--axon-card)afa;color:var(--axon-danger)}
.axon-fleet-main .axon-account-action.is-danger:hover{border-color:#b97f7f;background:#fbf3f3}
@media(max-width:900px){.axon-fleet-row{grid-template-columns:1fr auto}.axon-fleet-inline{grid-column:1/-1;justify-content:flex-start}.axon-fleet-details{grid-template-columns:1fr}}
@media(max-width:600px){.axon-fleet-form{grid-template-columns:1fr}.axon-fleet-form .axon-fleet-field-wide,.axon-fleet-form .axon-fleet-submit{grid-column:1}.axon-fleet-row{grid-template-columns:1fr;align-items:start}.axon-fleet-inline{grid-column:auto;display:grid;grid-template-columns:1fr}.axon-fleet-inline label{min-width:0}.axon-fleet-row .axon-account-action{width:100%}}

/* BUILD-13 Notifications + Privacy + DSAR */
.axon-account-action.is-primary{border-color:var(--axon-blue);background:var(--axon-blue);color:#fff}
.axon-account-action.is-primary:hover{border-color:var(--axon-blue-2);background:var(--axon-blue-2);color:#fff}
.axon-account-notification-boundary{margin-top:16px;padding:15px 16px;border:1px solid var(--axon-line);border-left:3px solid var(--axon-yellow);border-radius:var(--radius);background:var(--axon-soft)}
.axon-account-notification-boundary strong{font-weight:600}.axon-account-notification-boundary p{margin:5px 0 0;color:var(--axon-muted);font-size:13px;line-height:1.5}
.axon-account-channel-state{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.axon-account-channel-state span{padding:11px 12px;border:1px solid var(--axon-line);border-radius:var(--radius);background:var(--axon-soft);color:var(--axon-muted);font-size:12px}.axon-account-channel-state strong{color:var(--axon-text);font-weight:500}
.axon-privacy-request-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:14px 16px;border:1px solid var(--axon-line);border-radius:var(--radius);background:var(--axon-card)}.axon-privacy-request-row+ .axon-privacy-request-row{margin-top:8px}.axon-privacy-request-row>div:first-child{display:grid;gap:4px}.axon-privacy-request-row>div:first-child strong{font-weight:500}.axon-privacy-request-row>div:first-child span{font-size:12px;color:var(--axon-muted)}
.axon-privacy-request-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.axon-privacy-request-actions form{margin:0}.axon-privacy-request-actions details{position:relative}.axon-privacy-request-actions details>summary{list-style:none}.axon-privacy-request-actions details>summary::-webkit-details-marker{display:none}.axon-privacy-delete-form{position:absolute;right:0;top:calc(100% + 8px);z-index:10;width:min(420px,calc(100vw - 40px));display:grid;gap:12px;padding:16px;border:1px solid var(--axon-line);border-radius:var(--radius);background:var(--axon-card);box-shadow:0 14px 34px rgba(7,31,54,.16)}
@media(max-width:600px){.axon-account-channel-state{grid-template-columns:1fr}.axon-privacy-request-row{grid-template-columns:1fr;align-items:start}.axon-privacy-request-actions{justify-content:flex-start;flex-wrap:wrap}.axon-privacy-delete-form{position:fixed;left:10px;right:10px;top:auto;bottom:10px;width:auto}.axon-privacy-request-actions .axon-account-action{width:auto}}

/* BUILD-13-R1 privacy rights catalogue */
.axon-account-grid-wide{grid-column:1/-1}
.axon-privacy-rights-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.axon-privacy-rights-list article{border:1px solid var(--axon-border,#d7e0e8);border-radius:3px;padding:12px;display:flex;flex-direction:column;gap:5px;background:var(--axon-card)}
.axon-privacy-rights-list article span{font-size:12px;line-height:1.5;color:var(--axon-muted)}
@media(max-width:600px){.axon-privacy-rights-list{grid-template-columns:1fr}}

/* BUILD-13-R3 privacy export format controls */
.axon-privacy-download-formats{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.axon-privacy-download-label{font-size:11px;color:var(--axon-muted);margin-right:2px}.axon-privacy-download-formats .axon-account-action{min-width:0;white-space:nowrap;text-decoration:none}@media(max-width:760px){.axon-privacy-request-row{grid-template-columns:1fr}.axon-privacy-request-actions{justify-content:flex-start}.axon-privacy-download-formats{justify-content:flex-start}}@media(max-width:600px){.axon-privacy-download-formats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.axon-privacy-download-label{grid-column:1/-1}.axon-privacy-download-formats .axon-account-action{width:100%}}

/* BUILD-14-R3 public locale selector + RTL application-shell foundation */
.axon-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.axon-language-form{margin:0;flex:0 0 auto}.axon-language-control{position:relative;display:block;min-width:118px}.axon-language-control select{appearance:none;-webkit-appearance:none;width:100%;min-height:38px;padding:0 34px 0 12px;border:1px solid var(--axon-top-control-border);border-radius:var(--radius);background:var(--axon-top-control-bg);color:var(--axon-top-text);font:inherit;font-size:13px;font-weight:500;outline:0;cursor:pointer}.axon-language-control select:hover{border-color:var(--axon-top-control-hover)}.axon-language-control select:focus-visible{border-color:var(--axon-top-control-focus);box-shadow:0 0 0 2px var(--axon-focus)}.axon-language-control option{background:var(--axon-card);color:var(--axon-text)}.axon-language-chevron{position:absolute;right:11px;top:50%;width:15px;height:15px;transform:translateY(-50%);pointer-events:none;fill:none;stroke:var(--axon-top-muted);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
html[dir="rtl"] body{direction:rtl}html[dir="rtl"] .axon-public-hero{border-left:0;border-right:4px solid var(--axon-yellow)}html[dir="rtl"] .axon-driver-head{border-left:1px solid var(--axon-line);border-right:4px solid var(--axon-yellow)}html[dir="rtl"] .axon-weather.is-stale,html[dir="rtl"] .axon-weather.is-unavailable,html[dir="rtl"] .axon-notice,html[dir="rtl"] .axon-emergency,html[dir="rtl"] .axon-account-notification-boundary{border-left:0;border-right:3px solid currentColor;padding-left:0;padding-right:14px}html[dir="rtl"] .axon-weather.is-stale{border-right-color:#c98b1c}html[dir="rtl"] .axon-weather.is-unavailable{border-right-color:#7b8791}html[dir="rtl"] .axon-notice{border-right-color:#9a7c26}html[dir="rtl"] .axon-notice.is-critical,html[dir="rtl"] .axon-notice.is-severe{border-right-color:var(--axon-danger)}html[dir="rtl"] .axon-emergency,html[dir="rtl"] .axon-account-notification-boundary{border-right-color:var(--axon-yellow)}html[dir="rtl"] .axon-station-pin{left:auto;right:12px}html[dir="rtl"] .axon-station-chevron{right:auto;left:12px}html[dir="rtl"] .axon-station-control select{padding-left:40px;padding-right:38px}html[dir="rtl"] .axon-language-control select{padding-left:34px;padding-right:12px}html[dir="rtl"] .axon-language-chevron{right:auto;left:11px}html[dir="rtl"] .axon-section-head,html[dir="rtl"] .axon-public-footer,html[dir="rtl"] .axon-location-list article,html[dir="rtl"] .axon-emergency-row{direction:rtl}
@media(max-width:900px){.axon-language-control{min-width:112px}.axon-public-top-inner{gap:12px}}
@media(max-width:600px){.axon-language-control{min-width:106px}.axon-language-control select{font-size:12px;padding-left:10px;padding-right:30px}.axon-language-chevron{right:9px}html[dir="rtl"] .axon-language-control select{padding-left:30px;padding-right:10px}html[dir="rtl"] .axon-language-chevron{left:9px}}

/* BUILD-14-R5 controlled public content/media projection */
.axon-managed-content{display:grid;gap:18px;margin:24px 0 0}.axon-managed-block{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;padding:18px;border:1px solid var(--axon-border,#d7dce1);border-radius:3px;background:var(--axon-card)}.axon-managed-block:has(.axon-managed-media){grid-template-columns:minmax(220px,34%) minmax(0,1fr)}.axon-managed-media{margin:0;min-width:0}.axon-managed-media img{display:block;width:100%;height:auto;max-height:420px;object-fit:cover;border-radius:3px}.axon-managed-media figcaption{margin-top:7px;font-size:.82rem;line-height:1.35;color:#5d6670}.axon-managed-copy{min-width:0}.axon-managed-copy h2{margin:0 0 8px;font-weight:600}.axon-managed-summary{margin:0 0 10px;color:#4d5660}.axon-managed-body>:first-child{margin-top:0}.axon-managed-body>:last-child{margin-bottom:0}html[dir="rtl"] .axon-managed-copy{text-align:right}@media(max-width:760px){.axon-managed-block:has(.axon-managed-media){grid-template-columns:1fr}.axon-managed-block{padding:14px}}

/* BUILD-15-R2 Public Assistant + Search */
.axon-query-head{background:var(--axon-card);border:1px solid var(--axon-line);border-radius:var(--radius);padding:24px;margin:0 0 18px}.axon-query-head h1{font-size:clamp(28px,4vw,46px);line-height:1.06;margin:7px 0 10px;font-weight:600;letter-spacing:-.025em}.axon-query-head p{margin:0;max-width:820px;color:var(--axon-muted);line-height:1.55}.axon-query-panel{background:var(--axon-card);border:1px solid var(--axon-line);border-radius:var(--radius);padding:20px;margin:0 0 18px}.axon-query-form{display:grid;gap:14px}.axon-query-form label{display:grid;gap:7px}.axon-query-form label>span{font-size:12px;font-weight:500;color:var(--axon-muted)}.axon-query-form textarea,.axon-search-form input[type="search"]{width:100%;border:1px solid #bfcbd5;border-radius:var(--radius);background:var(--axon-card);color:var(--axon-text);font:inherit;font-weight:400;outline:0}.axon-query-form textarea{min-height:112px;resize:vertical;padding:12px 13px;line-height:1.5}.axon-search-form input[type="search"]{min-height:42px;padding:0 13px}.axon-query-form textarea:focus,.axon-search-form input[type="search"]:focus{border-color:#6f8497;box-shadow:0 0 0 2px rgba(14,49,84,.10)}.axon-query-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.axon-query-actions>span{font-size:12px;color:var(--axon-muted);line-height:1.4}.axon-query-submit{min-height:40px;border:1px solid var(--axon-blue);border-radius:var(--radius);background:var(--axon-blue);color:var(--axon-on-brand);padding:0 17px;font:inherit;font-size:13px;font-weight:500;cursor:pointer}.axon-query-submit:hover{background:var(--axon-blue-2);border-color:var(--axon-blue-2)}.axon-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:center}.axon-query-message{border:1px solid var(--axon-line);border-radius:var(--radius);padding:14px 16px;margin:0 0 18px;background:var(--axon-card)}.axon-query-message.is-error{border-left:3px solid var(--axon-danger);background:var(--axon-card)afa}.axon-assistant-result{border:1px solid var(--axon-line);border-radius:var(--radius);padding:20px;background:var(--axon-card);margin:0 0 18px}.axon-assistant-result-head{display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--axon-line);padding-bottom:12px;margin-bottom:15px}.axon-assistant-result-head>span{font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:var(--axon-muted);font-weight:600}.axon-query-badges{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.axon-query-badges b{font-size:11px;font-weight:500;border:1px solid var(--axon-line);border-radius:var(--radius);padding:5px 7px;background:var(--axon-soft);color:var(--axon-muted)}.axon-assistant-answer{font-size:16px;line-height:1.65}.axon-assistant-answer>:first-child{margin-top:0}.axon-assistant-answer>:last-child{margin-bottom:0}.axon-assistant-sources{margin-top:18px;padding-top:14px;border-top:1px solid var(--axon-line)}.axon-assistant-sources>strong{font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:var(--axon-muted);font-weight:600}.axon-assistant-sources ol{margin:10px 0 0;padding-left:20px;display:grid;gap:8px}.axon-assistant-sources li span{display:block;font-size:13px;font-weight:500}.axon-assistant-sources li small{display:block;color:var(--axon-muted);font-size:11px;margin-top:2px}.axon-search-results{background:var(--axon-card);border:1px solid var(--axon-line);border-radius:var(--radius);padding:20px}.axon-search-results .axon-section-head{align-items:center}.axon-search-results .axon-section-head>span{font-size:12px;color:var(--axon-muted)}.axon-search-result-list{display:grid;gap:7px}.axon-search-result{position:relative;display:grid;grid-template-columns:130px minmax(0,1fr) 24px;grid-template-rows:auto auto;gap:2px 12px;align-items:center;padding:13px 14px;border:1px solid var(--axon-line);border-radius:var(--radius);color:var(--axon-text);text-decoration:none;background:var(--axon-card)}.axon-search-result:hover{border-color:#8fa2b4;background:var(--axon-card-2)}.axon-search-type{grid-row:1/3;align-self:center;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--axon-muted)}.axon-search-result strong{font-weight:500;min-width:0;overflow-wrap:anywhere}.axon-search-result small{font-size:12px;color:var(--axon-muted);min-width:0;overflow-wrap:anywhere}.axon-search-open{grid-column:3;grid-row:1/3;align-self:center;justify-self:end;color:var(--axon-muted)}.axon-assistant-result.is-denied,.axon-assistant-result.is-insufficient,.axon-assistant-result.is-unverified,.axon-assistant-result.is-no_verified_notice{border-left:3px solid #9a7c26}html[dir="rtl"] .axon-query-message.is-error,html[dir="rtl"] .axon-assistant-result.is-denied,html[dir="rtl"] .axon-assistant-result.is-insufficient,html[dir="rtl"] .axon-assistant-result.is-unverified,html[dir="rtl"] .axon-assistant-result.is-no_verified_notice{border-left:1px solid var(--axon-line);border-right:3px solid var(--axon-danger)}html[dir="rtl"] .axon-assistant-sources ol{padding-left:0;padding-right:20px}html[dir="rtl"] .axon-search-open{transform:scaleX(-1)}
@media(max-width:760px){.axon-search-result{grid-template-columns:1fr 22px;grid-template-rows:auto auto auto}.axon-search-type{grid-column:1;grid-row:1;font-size:10px}.axon-search-result strong{grid-column:1;grid-row:2}.axon-search-result small{grid-column:1;grid-row:3}.axon-search-open{grid-column:2;grid-row:1/4}.axon-assistant-result-head{align-items:flex-start;flex-direction:column}.axon-query-badges{justify-content:flex-start}}
@media(max-width:600px){.axon-query-head,.axon-query-panel,.axon-assistant-result,.axon-search-results{padding:16px}.axon-search-form{grid-template-columns:1fr}.axon-query-submit{width:100%}.axon-query-actions{display:grid;grid-template-columns:1fr}.axon-query-actions>span{order:2}.axon-search-result{padding:12px}.axon-query-head h1{font-size:30px}}

/* BUILD-15-R3 Authenticated Search */
.axon-auth-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.axon-auth-search-field{margin:0}.axon-auth-search-field input[type="search"]{width:100%}.axon-auth-search-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.axon-auth-search-head h2{margin:0;font-weight:560}.axon-auth-search-head span{font-size:.82rem;opacity:.72}.axon-auth-search-results{display:grid;gap:8px}.axon-auth-search-result{display:grid;gap:3px;padding:12px 14px;border:1px solid rgba(18,31,47,.14);border-radius:3px;text-decoration:none;color:inherit;background:var(--axon-card)}.axon-auth-search-result:hover,.axon-auth-search-result:focus-visible{border-color:rgba(18,31,47,.34)}.axon-auth-search-result strong{font-weight:560}.axon-auth-search-result span{font-size:.86rem;opacity:.72}@media(max-width:680px){.axon-auth-search-form{grid-template-columns:1fr}.axon-auth-search-form .axon-button{width:100%}}

/* BUILD-16 Advertising + Commercial Placement */
.axon-commercial-placement{display:grid;grid-template-columns:minmax(0,260px) minmax(0,1fr);gap:18px;align-items:stretch;margin:0 0 18px;border:1px solid #b9c5cf;border-radius:3px;background:var(--axon-card-2);overflow:hidden;position:relative}.axon-commercial-disclosure{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 14px;border-bottom:1px solid #d8e0e7;background:var(--axon-soft-2);color:var(--axon-muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.axon-commercial-disclosure small{font-size:11px;letter-spacing:0;text-transform:none;color:var(--axon-muted)}.axon-commercial-media{min-height:150px;background:#e8edf1}.axon-commercial-media img{display:block;width:100%;height:100%;min-height:150px;object-fit:cover}.axon-commercial-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;padding:20px 22px}.axon-commercial-copy strong{font-size:20px;font-weight:560;color:var(--axon-text)}.axon-commercial-copy p{margin:0;color:var(--axon-muted);line-height:1.55}.axon-commercial-link{display:inline-flex;align-items:center;min-height:36px;margin-top:3px;padding:0 13px;border:1px solid #8092a2;border-radius:3px;color:var(--axon-blue-2);background:var(--axon-card);text-decoration:none;font-size:13px;font-weight:520}.axon-commercial-link:hover,.axon-commercial-link:focus-visible{border-color:var(--axon-blue-2);outline:2px solid rgba(14,49,84,.12);outline-offset:1px}html[dir="rtl"] .axon-commercial-copy{align-items:flex-start;text-align:right}@media(max-width:680px){.axon-commercial-placement{grid-template-columns:1fr}.axon-commercial-media{min-height:170px}.axon-commercial-copy{padding:17px}.axon-commercial-disclosure{align-items:flex-start;flex-direction:column;gap:3px}}

/* BUILD-18 PWA + Offline Operation */
.axon-pwa-status{display:flex;align-items:center;gap:8px;flex-wrap:wrap;width:min(1120px,calc(100% - 32px));max-width:none;margin:0 auto;padding:8px 16px;border-bottom:1px solid var(--axon-line);background:var(--axon-soft);color:var(--axon-text);font-size:12px}.axon-pwa-status button{min-height:32px;padding:0 11px;border:1px solid #9aabb9;border-radius:3px;background:var(--axon-card);color:var(--axon-blue-2);font:inherit;font-weight:520;cursor:pointer}.axon-pwa-status button:hover,.axon-pwa-status button:focus-visible{border-color:var(--axon-blue-2);outline:2px solid rgba(14,49,84,.12);outline-offset:1px}.axon-pwa-status button:disabled{opacity:.6;cursor:default}.axon-pwa-status [data-axon-pwa-message]{color:var(--axon-muted)}.axon-offline-banner{font-weight:600;color:#7a5712}.axon-offline-shell{display:grid;gap:18px}.axon-offline-warning{margin:0;padding:12px 14px;border:1px solid #c8ad72;border-radius:3px;background:var(--axon-card)9eb;color:#6e531a}.axon-offline-emergency{display:grid;gap:8px;margin-top:12px}.axon-offline-emergency article{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:11px 12px;border:1px solid var(--axon-line);border-radius:3px;background:var(--axon-card)}.axon-offline-emergency article strong{font-weight:560}.axon-offline-emergency article a{font-weight:600;color:var(--axon-blue-2)}.axon-offline-stamp{display:none;margin-top:7px;padding-top:7px;border-top:1px dashed #c9b16f;color:#775b1e;font-size:11px;line-height:1.35}.axon-offline-stamp[hidden]{display:none!important}.axon-is-offline [data-axon-dynamic],.axon-is-stale-offline{border-color:#c8ad72!important;background:var(--axon-card)af0!important}.axon-is-offline [data-axon-dynamic] .axon-offline-stamp{display:block!important}.axon-is-offline .axon-commercial-placement{display:none}.axon-is-offline .axon-query-panel,.axon-is-offline .axon-search-form{opacity:.55;pointer-events:none}.axon-is-offline .axon-public-footer:after{content:' · OFFLINE';font-size:11px;letter-spacing:.06em;color:#9a6c12}html[lang="el"] .axon-is-offline .axon-public-footer:after{content:' · ΕΚΤΟΣ ΣΥΝΔΕΣΗΣ'}
@media(max-width:680px){.axon-pwa-status{width:calc(100% - 20px);padding:8px 12px}.axon-pwa-status button{flex:1 1 auto}.axon-offline-emergency article{align-items:flex-start;flex-direction:column;gap:5px}}

/* BUILD-20-R9 Road Hub visual convergence foundation */
body.axon-surface-home{--axon-night-line:var(--axon-home-line);--axon-live:var(--axon-ok);background:var(--axon-home-bg);color:var(--axon-home-text);padding-bottom:0}
body.axon-surface-home .axon-public-top{background:var(--axon-home-top);border-bottom:1px solid rgba(244,196,0,.72);box-shadow:var(--axon-home-top-shadow);backdrop-filter:blur(12px)}
body.axon-surface-home .axon-public-top-inner{width:min(1480px,calc(100% - 32px));gap:20px}
body.axon-surface-home .axon-brand{font-size:15px;letter-spacing:.035em;color:var(--axon-home-brand)!important}
.axon-product-name{display:none;color:#fff;white-space:nowrap;font-size:15px;font-weight:500;letter-spacing:.02em}
body.axon-surface-home .axon-product-name{display:inline-flex;color:#f3c400}
body.axon-surface-home .axon-public-top nav{gap:20px}
body.axon-surface-home .axon-public-top nav a{color:var(--axon-home-nav);font-size:13px}
body.axon-surface-home .axon-public-top nav a:hover,body.axon-surface-home .axon-public-top nav a.is-active{color:var(--axon-home-nav-active)}
body.axon-surface-home .axon-public-top nav a.is-active:after{height:2px;bottom:-1px}
body.axon-surface-home .axon-language-control{border-color:var(--axon-home-line);background:var(--axon-home-control)}
body.axon-surface-home .axon-language-control select{color:var(--axon-home-text)}
body.axon-surface-home .axon-language-chevron{color:var(--axon-home-muted)}
body.axon-surface-home .axon-pwa-status{width:min(1480px,calc(100% - 32px));border:1px solid var(--axon-home-line);border-top:0;background:var(--axon-home-surface);color:var(--axon-home-text)}
body.axon-surface-home .axon-pwa-status button{border-color:var(--axon-home-line);background:var(--axon-home-card);color:var(--axon-home-text)}
body.axon-surface-home .axon-pwa-status [data-axon-pwa-message]{color:var(--axon-home-muted)}
body.axon-surface-home .axon-station-bar{background:var(--axon-home-surface);border-bottom:1px solid var(--axon-home-line)}
body.axon-surface-home .axon-station-bar-inner{width:min(1480px,calc(100% - 32px))}
body.axon-surface-home .axon-station-label{color:var(--axon-home-muted)}
body.axon-surface-home .axon-station-control{background:var(--axon-home-card);border-color:var(--axon-home-line)}
body.axon-surface-home .axon-station-control select{color:var(--axon-home-text)}
body.axon-surface-home .axon-station-pin,body.axon-surface-home .axon-station-chevron{color:var(--axon-home-muted)}
body.axon-surface-home .axon-public-main{width:min(1480px,calc(100% - 32px));margin:18px auto 50px;display:grid;grid-template-columns:210px minmax(0,1fr) 340px;gap:18px;align-items:start}
.axon-home-rail{grid-column:1;grid-row:1/span 8;position:sticky;top:83px;display:grid;background:var(--axon-home-surface);border:1px solid var(--axon-home-line);border-radius:3px;overflow:hidden}
.axon-home-rail>a{min-height:56px;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;padding:0 14px;color:var(--axon-home-text);text-decoration:none;border-bottom:1px solid var(--axon-home-line);font-size:13px}
.axon-home-rail>a:hover,.axon-home-rail>a:focus-visible{background:var(--axon-home-card);color:var(--axon-home-text);outline:0;box-shadow:inset 3px 0 0 #f4c400}
.axon-home-rail>a span{color:var(--axon-home-icon);font-size:18px;text-align:center}
.axon-home-rail>a strong{font-weight:500;min-width:0;overflow-wrap:anywhere}
.axon-home-rail-promo{display:grid;gap:8px;margin:14px;padding:16px;border:1px solid var(--axon-home-promo-line);background:var(--axon-home-panel)}
.axon-home-rail-promo b{color:var(--axon-home-accent-text);font-size:14px;font-weight:600;letter-spacing:.03em}.axon-home-rail-promo p{margin:0;color:var(--axon-home-muted);font-size:12px;line-height:1.45}.axon-home-rail-promo a{color:var(--axon-link);text-decoration:none;font-size:12px;font-weight:500}
body.axon-surface-home .axon-public-hero{grid-column:2;grid-row:1;position:relative;isolation:isolate;min-height:390px;overflow:hidden;align-items:flex-end;padding:42px;background:radial-gradient(circle at 72% 38%,rgba(244,196,0,.16),transparent 26%),linear-gradient(118deg,#111b25 0%,#08111a 52%,#05090d 100%);border:0;color:#fff;box-shadow:var(--axon-home-hero-shadow)}
body.axon-surface-home .axon-public-hero:before{content:"AXON";position:absolute;z-index:-1;right:-36px;top:18px;font-size:clamp(110px,12vw,190px);line-height:.9;font-weight:600;letter-spacing:-.055em;color:rgba(255,255,255,.035);transform:rotate(-7deg);pointer-events:none}
body.axon-surface-home .axon-public-hero:after{content:"";position:absolute;z-index:-1;inset:auto -10% -35% 28%;height:76%;background:linear-gradient(122deg,transparent 28%,rgba(244,196,0,.07) 28.5%,rgba(244,196,0,.07) 29%,transparent 29.5%);pointer-events:none}
.axon-home-hero-copy{max-width:610px}.axon-home-product{display:block;margin:8px 0 18px;color:#f3c400;font-size:14px;font-weight:500;letter-spacing:.08em}.axon-home-hero h1{max-width:760px;font-size:clamp(40px,5vw,72px);font-weight:560;letter-spacing:-.04em}.axon-home-hero p{max-width:560px!important;color:#c7d0d8!important;font-size:16px;line-height:1.55}
body.axon-surface-home .axon-hero-link{min-height:38px;border-color:rgba(255,255,255,.28);background:rgba(0,0,0,.16)}body.axon-surface-home .axon-hero-link:first-child{border-color:#e7bb0c;background:#e7bb0c;color:#12171b}
body.axon-surface-home .axon-status{position:absolute;right:26px;bottom:24px;border-color:rgba(255,255,255,.22);background:rgba(5,8,11,.56);font-size:12px}.axon-status span{background:var(--axon-live)}
body.axon-surface-home .axon-command-grid-primary{grid-column:2;grid-row:2;margin:0;gap:8px;padding:12px;border:1px solid var(--axon-home-edge);background:var(--axon-home-surface)}
body.axon-surface-home .axon-command-grid-primary .axon-command{min-height:82px;border-color:var(--axon-home-edge);background:var(--axon-home-command);color:var(--axon-home-text);transition:background .16s ease,border-color .16s ease,transform .16s ease}
body.axon-surface-home .axon-command-grid-primary .axon-command:hover{background:var(--axon-home-command-hover);border-color:var(--axon-control-hover);transform:translateY(-1px)}body.axon-surface-home .axon-command-grid-primary .axon-command>span{color:var(--axon-home-icon);font-size:22px}body.axon-surface-home .axon-command-grid-primary .axon-command strong{font-size:12px;font-weight:500}
body.axon-surface-home .axon-section,body.axon-surface-home .axon-panel{background:var(--axon-home-surface);border-color:var(--axon-home-line);color:var(--axon-home-text)}
body.axon-surface-home .axon-section-head h2,body.axon-surface-home .axon-panel h2,body.axon-surface-home .axon-section h2{color:var(--axon-home-text);font-weight:520}body.axon-surface-home .axon-section-head a{color:var(--axon-link)}body.axon-surface-home .axon-eyebrow{color:var(--axon-home-muted)}
body.axon-surface-home .axon-home-fuel{grid-column:3;grid-row:1/span 2;margin:0;padding:18px}
body.axon-surface-home .axon-home-fuel .axon-section-head{align-items:center;margin-bottom:12px}body.axon-surface-home .axon-home-fuel .axon-section-head h2{font-size:18px}
body.axon-surface-home .axon-fuel-grid{grid-template-columns:1fr;border-color:var(--axon-home-edge);background:var(--axon-home-inset);overflow:visible}
body.axon-surface-home .axon-fuel-grid article{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 12px;border-right:0;border-bottom:1px solid var(--axon-home-edge-soft)}body.axon-surface-home .axon-fuel-grid article:last-child{border-bottom:0}body.axon-surface-home .axon-fuel-grid strong{color:var(--axon-home-text);font-size:13px}body.axon-surface-home .axon-fuel-grid span{color:var(--axon-home-muted)}body.axon-surface-home .axon-fuel-grid b{margin:0;color:var(--axon-home-positive);font-size:20px;font-weight:520;text-align:right}body.axon-surface-home .axon-fuel-grid b small{color:var(--axon-home-muted)}
body.axon-surface-home .axon-home-live{grid-column:3;grid-row:3;display:grid;grid-template-columns:1fr;gap:18px}.axon-home-live .axon-panel{margin:0;padding:18px}.axon-home-live .axon-weather{border-top-color:var(--axon-home-edge)}body.axon-surface-home .axon-weather b{color:var(--axon-home-text);font-size:38px}body.axon-surface-home .axon-weather strong{color:var(--axon-home-text)}body.axon-surface-home .axon-weather small,body.axon-surface-home .axon-muted{color:var(--axon-home-muted)}body.axon-surface-home .axon-weather a{color:var(--axon-link)}body.axon-surface-home .axon-notice{background:var(--axon-home-notice);border-color:var(--axon-home-promo-line)}body.axon-surface-home .axon-notice span,body.axon-surface-home .axon-notice small{color:var(--axon-home-muted)}
body.axon-surface-home .axon-home-journey{grid-column:2;grid-row:3;margin:0}body.axon-surface-home .axon-home-journey .axon-command{background:var(--axon-home-panel);border-color:var(--axon-home-edge);color:var(--axon-home-text)}body.axon-surface-home .axon-home-journey .axon-command small{color:var(--axon-home-muted)}
body.axon-surface-home .axon-commercial-placement{grid-column:2;grid-row:4;background:var(--axon-home-surface);border-color:var(--axon-home-edge);color:var(--axon-home-text);margin:0}body.axon-surface-home .axon-commercial-disclosure{background:var(--axon-home-panel);border-color:var(--axon-home-edge-soft);color:var(--axon-home-muted)}body.axon-surface-home .axon-commercial-copy strong{color:var(--axon-home-text)}body.axon-surface-home .axon-commercial-copy p{color:var(--axon-home-muted)}
body.axon-surface-home .axon-home-services{grid-column:2;grid-row:5;margin:0}body.axon-surface-home .axon-service-grid{gap:9px}body.axon-surface-home .axon-service-grid article,body.axon-surface-home .axon-place-grid article{background:var(--axon-home-panel);border-color:var(--axon-home-edge)}body.axon-surface-home .axon-service-grid strong,body.axon-surface-home .axon-place-grid strong{color:var(--axon-home-text)}body.axon-surface-home .axon-service-grid span,body.axon-surface-home .axon-place-grid span{color:var(--axon-home-muted)}
body.axon-surface-home .axon-home-places{grid-column:3;grid-row:4/span 2;margin:0}body.axon-surface-home .axon-managed-content{grid-column:2/4}.axon-mobile-dock{display:none}
body.axon-surface-home .axon-public-footer{width:min(1480px,calc(100% - 32px));color:var(--axon-home-muted);border-top:1px solid var(--axon-home-edge-subtle)}
html[dir="rtl"] body.axon-surface-home .axon-home-rail>a:hover,html[dir="rtl"] body.axon-surface-home .axon-home-rail>a:focus-visible{box-shadow:inset -3px 0 0 #f4c400}html[dir="rtl"] body.axon-surface-home .axon-status{right:auto;left:26px}html[dir="rtl"] body.axon-surface-home .axon-public-hero:before{right:auto;left:-36px}
@media(max-width:1279px){body.axon-surface-home .axon-public-main{grid-template-columns:minmax(0,1fr) 330px;max-width:1180px}.axon-home-rail{display:none}body.axon-surface-home .axon-public-hero,body.axon-surface-home .axon-command-grid-primary,body.axon-surface-home .axon-home-journey,body.axon-surface-home .axon-commercial-placement,body.axon-surface-home .axon-home-services{grid-column:1}body.axon-surface-home .axon-home-fuel,body.axon-surface-home .axon-home-live,body.axon-surface-home .axon-home-places{grid-column:2}body.axon-surface-home .axon-managed-content{grid-column:1/3}}
@media(max-width:960px){body.axon-surface-home .axon-public-main{display:block;width:min(760px,calc(100% - 24px));margin-top:12px}body.axon-surface-home .axon-public-main>*{grid-column:auto;grid-row:auto}body.axon-surface-home .axon-public-hero{min-height:330px;margin-bottom:10px}body.axon-surface-home .axon-command-grid-primary{margin-bottom:14px}body.axon-surface-home .axon-home-fuel,body.axon-surface-home .axon-home-live,body.axon-surface-home .axon-home-journey,body.axon-surface-home .axon-commercial-placement,body.axon-surface-home .axon-home-services,body.axon-surface-home .axon-home-places{margin-bottom:14px}body.axon-surface-home .axon-fuel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.axon-surface-home .axon-fuel-grid article{display:block;border-right:1px solid var(--axon-home-edge-soft)}body.axon-surface-home .axon-fuel-grid b{display:block;margin-top:12px;text-align:left}}
@media(max-width:680px){body.axon-surface-home{padding-bottom:74px}body.axon-surface-home .axon-public-top{position:sticky}body.axon-surface-home .axon-public-top-inner{width:calc(100% - 20px);gap:10px}body.axon-surface-home .axon-brand{font-size:13px}body.axon-surface-home .axon-product-name{font-size:12px;flex:1}body.axon-surface-home .axon-public-top nav{display:none}body.axon-surface-home .axon-language-control{min-width:92px}body.axon-surface-home .axon-pwa-status{width:calc(100% - 20px);margin:0 auto;padding:7px 10px;background:var(--axon-home-surface)}body.axon-surface-home .axon-station-bar-inner{width:calc(100% - 20px)}body.axon-surface-home .axon-public-main{width:100%;max-width:none;margin:10px 0 20px;padding:0 12px;align-items:stretch}body.axon-surface-home .axon-public-main>*{width:100%;max-width:none}body.axon-surface-home .axon-public-hero{min-height:500px;padding:26px 20px 24px;align-items:flex-end}body.axon-surface-home .axon-public-hero:before{font-size:110px;top:38px;right:-18px}.axon-home-hero-copy{padding-top:152px}.axon-home-product{margin-bottom:12px;font-size:12px}.axon-home-hero h1{font-size:42px}.axon-home-hero p{font-size:14px}body.axon-surface-home .axon-status{right:auto;left:20px;bottom:auto;top:22px}html[dir="rtl"] body.axon-surface-home .axon-status{left:auto;right:20px}body.axon-surface-home .axon-command-grid-primary{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:8px}body.axon-surface-home .axon-command-grid-primary .axon-command{min-height:78px;padding:9px 6px;gap:6px}body.axon-surface-home .axon-command-grid-primary .axon-command>span{font-size:19px}body.axon-surface-home .axon-command-grid-primary .axon-command strong{font-size:11px;line-height:1.2;overflow-wrap:anywhere}body.axon-surface-home .axon-home-fuel,body.axon-surface-home .axon-home-live,body.axon-surface-home .axon-home-journey,body.axon-surface-home .axon-home-services,body.axon-surface-home .axon-home-places{padding:16px}body.axon-surface-home .axon-fuel-grid{grid-template-columns:1fr}body.axon-surface-home .axon-fuel-grid article{display:grid;grid-template-columns:minmax(0,1fr) auto;border-right:0}body.axon-surface-home .axon-fuel-grid b{margin:0;text-align:right}html[dir="rtl"] body.axon-surface-home .axon-fuel-grid b{text-align:left}body.axon-surface-home .axon-service-grid{grid-template-columns:1fr 1fr}.axon-mobile-dock{position:fixed;z-index:50;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);min-height:66px;background:var(--axon-home-dock);border-top:1px solid rgba(244,196,0,.55);backdrop-filter:blur(12px)}.axon-mobile-dock a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--axon-home-muted);text-decoration:none;font-size:10px;padding:5px 2px}.axon-mobile-dock a:first-child{color:var(--axon-home-icon)}.axon-mobile-dock a>span{font-size:20px;line-height:1}.axon-mobile-dock a strong{font-weight:500;max-width:70px;text-align:center;line-height:1.1}body.axon-surface-home .axon-public-footer{width:calc(100% - 20px);padding-bottom:14px}}

/* BUILD-20-R10 Full-width Road Hub + controlled hero media */
@media(min-width:1280px){
body.axon-surface-home .axon-public-top-inner,
body.axon-surface-home .axon-pwa-status,
body.axon-surface-home .axon-station-bar-inner,
body.axon-surface-home .axon-public-main,
body.axon-surface-home .axon-public-footer{width:calc(100% - 32px);max-width:none}
body.axon-surface-home .axon-public-main{grid-template-columns:220px minmax(0,1fr) 360px;gap:18px}
}
body.axon-surface-home .axon-product-name{display:none}
body.axon-surface-home .axon-public-hero.has-hero-media{background-image:var(--axon-hero-image);background-size:cover;background-position:center center;background-repeat:no-repeat}
body.axon-surface-home .axon-public-hero.has-hero-media:before{opacity:.28}
@media(max-width:680px){body.axon-surface-home .axon-public-hero.has-hero-media{background-position:center center}}

/* BUILD-20-R12 Hero scale, independent vertical stacks, station identity + contextual PWA utility */
body.axon-surface-home .axon-home-main-stack{grid-column:2;display:grid;grid-template-columns:minmax(0,1fr);gap:14px;min-width:0;align-content:start}
body.axon-surface-home .axon-home-side-stack{grid-column:3;display:grid;grid-template-columns:minmax(0,1fr);gap:18px;min-width:0;align-content:start}
body.axon-surface-home .axon-home-main-stack>*,body.axon-surface-home .axon-home-side-stack>*{grid-column:auto;grid-row:auto;margin:0;min-width:0}
body.axon-surface-home .axon-home-rail{grid-row:auto;align-self:start}
body.axon-surface-home .axon-public-hero{min-height:clamp(500px,38vw,620px);padding:48px}
body.axon-surface-home .axon-public-hero.has-hero-media{background-image:var(--axon-hero-image);background-position:center center}
body.axon-surface-home .axon-public-hero.has-hero-media.has-hero-overlay{background-image:linear-gradient(90deg,rgba(5,9,13,.68) 0%,rgba(5,9,13,.44) 42%,rgba(5,9,13,.16) 72%,rgba(5,9,13,.08) 100%),var(--axon-hero-image)}
html[dir="rtl"] body.axon-surface-home .axon-public-hero.has-hero-media.has-hero-overlay{background-image:linear-gradient(270deg,rgba(5,9,13,.68) 0%,rgba(5,9,13,.44) 42%,rgba(5,9,13,.16) 72%,rgba(5,9,13,.08) 100%),var(--axon-hero-image)}
body.axon-surface-home .axon-public-hero.has-hero-media:before{opacity:.12}
body.axon-surface-home .axon-home-hero-copy{max-width:650px;text-shadow:0 1px 18px rgba(0,0,0,.42)}
body.axon-surface-home .axon-home-product{display:flex;align-items:center;gap:6px;margin:8px 0 14px;font-size:13px;letter-spacing:.075em;text-transform:uppercase}
body.axon-surface-home .axon-home-product b{font-weight:600;color:#fff;letter-spacing:.055em}
body.axon-surface-home .axon-home-location{display:block;margin:-2px 0 12px;color:#e3e8ec;font-size:13px;font-weight:500;letter-spacing:.015em}
body.axon-surface-home .axon-home-hero p{margin-top:0}
.axon-pwa-status[hidden]{display:none!important}
.axon-footer-notification{appearance:none;border:0;background:transparent;padding:0;color:inherit;font:inherit;font-size:12px;text-decoration:underline;text-decoration-color:rgba(127,140,150,.45);text-underline-offset:3px;cursor:pointer}
.axon-footer-notification:hover,.axon-footer-notification:focus-visible{color:#f4c400;outline:none;text-decoration-color:#f4c400}
.axon-footer-notification[hidden]{display:none!important}
body.axon-surface-home .axon-pwa-status{margin-top:0}
@media(max-width:1279px) and (min-width:961px){body.axon-surface-home .axon-home-main-stack{grid-column:1}body.axon-surface-home .axon-home-side-stack{grid-column:2}body.axon-surface-home .axon-public-hero{min-height:500px;padding:42px}}
@media(max-width:960px){body.axon-surface-home .axon-public-main{display:flex;flex-direction:column;align-items:stretch}body.axon-surface-home .axon-public-main>*{width:100%;max-width:none}body.axon-surface-home .axon-home-main-stack,body.axon-surface-home .axon-home-side-stack{display:contents}body.axon-surface-home .axon-public-hero{order:1;min-height:440px}body.axon-surface-home .axon-command-grid-primary{order:2}body.axon-surface-home .axon-home-fuel{order:3}body.axon-surface-home .axon-home-live{order:4}body.axon-surface-home .axon-home-journey{order:5}body.axon-surface-home .axon-commercial-placement{order:6}body.axon-surface-home .axon-home-services{order:7}body.axon-surface-home .axon-home-places{order:8}body.axon-surface-home .axon-managed-content{order:9}body.axon-surface-home .axon-mobile-dock{order:10}body.axon-surface-home .axon-home-fuel,body.axon-surface-home .axon-home-live,body.axon-surface-home .axon-home-journey,body.axon-surface-home .axon-commercial-placement,body.axon-surface-home .axon-home-services,body.axon-surface-home .axon-home-places{margin-bottom:14px}}
@media(max-width:680px){body.axon-surface-home .axon-public-hero{min-height:540px;padding:28px 20px 26px}body.axon-surface-home .axon-public-hero.has-hero-media{background-image:var(--axon-hero-image);background-position:center center}body.axon-surface-home .axon-public-hero.has-hero-media.has-hero-overlay{background-image:linear-gradient(180deg,rgba(5,9,13,.24) 0%,rgba(5,9,13,.12) 38%,rgba(5,9,13,.64) 76%,rgba(5,9,13,.78) 100%),var(--axon-hero-image)}.axon-home-hero-copy{padding-top:168px}body.axon-surface-home .axon-home-product{font-size:11px;margin-bottom:10px}body.axon-surface-home .axon-home-location{font-size:12px;margin-bottom:10px}body.axon-surface-home .axon-public-footer{align-items:flex-start}.axon-footer-notification{font-size:11px}}



/* BUILD-20-R20 mobile/DION convergence; R19 full-width behavior retained */
body.axon-surface-home .axon-language-form{flex:0 0 auto;min-width:118px}
body.axon-surface-home .axon-language-control{min-width:118px}
body.axon-surface-home .axon-language-control select{font-weight:500}
:root{--dion-bg:#f2f4f5;--dion-card:#fff;--dion-soft:#eef2f4;--dion-text:#102638;--dion-muted:#667887;--dion-line:#d8e0e6;--dion-control-bg:#fff;--dion-control-border:#cbd5dd;--dion-head-bg:#fff;--dion-head-text:#071f36;--dion-head-muted:#40566a;--dion-action-bg:#071f36;--dion-action-text:#fff;--dion-user-bg:#071f36;--dion-user-text:#fff;--dion-shadow:0 24px 70px rgba(0,0,0,.38)}
[data-axon-theme="light"]{--dion-bg:#070c11;--dion-card:#0b1219;--dion-soft:#111a23;--dion-text:#eef2f4;--dion-muted:#9eabb6;--dion-line:rgba(255,255,255,.14);--dion-control-bg:#111a23;--dion-control-border:rgba(255,255,255,.18);--dion-head-bg:#071f36;--dion-head-text:#fff;--dion-head-muted:#d5dee6;--dion-action-bg:#f4c400;--dion-action-text:#071f36;--dion-user-bg:#f4c400;--dion-user-text:#071f36;--dion-shadow:0 24px 70px rgba(0,0,0,.55)}
.axon-dion-launcher{position:fixed;z-index:90;right:24px;bottom:24px;width:58px;height:58px;border:1px solid rgba(244,196,0,.72);border-radius:50%;background:#071f36;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px rgba(0,0,0,.28);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}
.axon-dion-launcher:hover,.axon-dion-launcher:focus-visible{transform:translateY(-2px);box-shadow:0 16px 36px rgba(0,0,0,.34);outline:2px solid rgba(244,196,0,.28);outline-offset:3px}
.axon-dion-mark{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--axon-yellow);color:#071f36;font-size:19px;font-weight:600;letter-spacing:.02em}
.axon-dion-backdrop{position:fixed;z-index:80;inset:0;background:rgba(2,8,13,.42);backdrop-filter:blur(2px)}
.axon-dion-panel{position:fixed;z-index:100;right:20px;bottom:20px;width:min(430px,calc(100vw - 40px));height:min(720px,calc(100vh - 40px));display:grid;grid-template-rows:auto minmax(0,1fr) auto auto auto auto;border:1px solid var(--dion-line);border-radius:3px;background:var(--dion-card);color:var(--dion-text);box-shadow:var(--dion-shadow);overflow:hidden}
.axon-dion-panel[hidden],.axon-dion-backdrop[hidden]{display:none!important}
.axon-dion-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 14px 13px 16px;background:var(--dion-head-bg);color:var(--dion-head-text);border-bottom:2px solid var(--axon-yellow)}
.axon-dion-title{min-width:0;display:flex;align-items:baseline;gap:7px;white-space:nowrap;overflow:hidden}.axon-dion-title strong{flex:0 0 auto;font-size:17px;font-weight:600;letter-spacing:.03em}.axon-dion-title span{font-size:11px;color:var(--dion-head-muted);font-weight:400;overflow:hidden;text-overflow:ellipsis}
.axon-dion-head-actions{display:flex;gap:4px}.axon-dion-head-actions button{width:32px;height:32px;border:1px solid var(--dion-line);border-radius:3px;background:var(--dion-soft);color:var(--dion-head-text);font:inherit;font-size:17px;cursor:pointer}.axon-dion-head-actions button:hover,.axon-dion-head-actions button:focus-visible{border-color:rgba(244,196,0,.7);background:var(--dion-card);outline:0}
.axon-dion-transcript{min-height:0;overflow:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:var(--dion-bg);color:var(--dion-text);scrollbar-gutter:stable}
.axon-dion-message{max-width:90%;display:grid;gap:6px;padding:11px 12px;border:1px solid var(--dion-line);border-radius:3px;background:var(--dion-card);color:var(--dion-text);font-size:13px;line-height:1.5}.axon-dion-message>b{font-size:10px;letter-spacing:.08em;color:var(--dion-muted)}.axon-dion-message p{margin:0}.axon-dion-message.is-user{align-self:flex-end;background:var(--dion-user-bg);color:var(--dion-user-text);border-color:var(--dion-user-bg)}.axon-dion-message.is-assistant{align-self:flex-start;width:100%}
.axon-dion-rendered .axon-assistant-result{margin:0;padding:0;border:0;background:transparent}.axon-dion-rendered .axon-assistant-result-head{margin-bottom:10px;padding-bottom:9px}.axon-dion-rendered .axon-assistant-answer{font-size:14px;line-height:1.5}.axon-dion-rendered .axon-assistant-answer p{margin:0 0 8px}.axon-dion-rendered .axon-assistant-answer h2{font-size:13px;margin:12px 0 6px;font-weight:600}.axon-dion-rendered .axon-assistant-answer ul{margin:0;padding-left:18px;display:grid;gap:5px}.axon-dion-rendered .axon-assistant-answer pre{overflow:auto;padding:10px;border:1px solid var(--dion-line);background:var(--dion-soft);color:var(--dion-text);font-size:12px}.axon-dion-rendered .axon-assistant-sources{margin-top:12px;padding-top:10px}
.axon-dion-compose{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:12px;border-top:1px solid var(--dion-line);background:var(--dion-card)}.axon-dion-compose textarea{width:100%;min-height:44px;max-height:120px;resize:vertical;border:1px solid var(--dion-control-border);border-radius:3px;background:var(--dion-control-bg);color:var(--dion-text);padding:10px 11px;font:inherit;font-size:13px;line-height:1.35;outline:0}.axon-dion-compose textarea:focus{border-color:#6f8497;box-shadow:0 0 0 2px var(--axon-focus)}.axon-dion-compose button,.axon-dion-email button{min-height:44px;border:1px solid var(--dion-action-bg);border-radius:3px;background:var(--dion-action-bg);color:var(--dion-action-text);padding:0 14px;font:inherit;font-size:12px;font-weight:600;cursor:pointer}.axon-dion-compose button:hover,.axon-dion-email button:hover{filter:brightness(.94)}.axon-dion-compose button:disabled,.axon-dion-email button:disabled{opacity:.55;cursor:default}
.axon-dion-rating{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding:9px 12px;border-top:1px solid var(--dion-line);background:var(--dion-soft)}.axon-dion-rating>span{font-size:11px;color:var(--dion-muted);margin-right:auto}.axon-dion-rating button{min-height:30px;border:1px solid var(--dion-control-border);border-radius:3px;background:var(--dion-card);color:var(--dion-text);padding:0 9px;font:inherit;font-size:11px;cursor:pointer}.axon-dion-rating small{width:100%;color:var(--dion-muted);font-size:10px}
.axon-dion-email{display:grid;gap:8px;padding:12px;border-top:1px solid var(--dion-line);background:var(--dion-soft)}.axon-dion-email[hidden],.axon-dion-rating[hidden]{display:none!important}.axon-dion-email label{display:grid;gap:5px}.axon-dion-email label span{font-size:11px;color:var(--dion-muted)}.axon-dion-email input{min-height:38px;border:1px solid var(--dion-control-border);border-radius:3px;background:var(--dion-card);color:var(--dion-text);padding:0 10px;font:inherit}.axon-dion-email p,.axon-dion-email small{margin:0;color:var(--dion-muted);font-size:10px;line-height:1.4}.axon-dion-email button{min-height:36px;justify-self:start}
body.axon-dion-open{overflow:hidden}body.axon-dion-open .axon-dion-launcher{opacity:0;pointer-events:none}
html[dir="rtl"] .axon-dion-launcher{right:24px;left:auto}html[dir="rtl"] .axon-dion-panel{right:auto;left:20px}.axon-dion-panel{direction:inherit}html[dir="rtl"] .axon-dion-rendered .axon-assistant-answer ul{padding-left:0;padding-right:18px}
@media(max-width:760px){.axon-dion-launcher{right:12px;bottom:calc(78px + env(safe-area-inset-bottom));width:54px;height:54px}.axon-dion-mark{width:40px;height:40px}.axon-dion-backdrop{display:none!important}.axon-dion-panel{position:fixed!important;inset:0!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100dvh!important;min-width:100%!important;max-width:none!important;min-height:100dvh!important;max-height:none!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;grid-template-rows:auto minmax(0,1fr) auto auto auto auto;overscroll-behavior:contain}.axon-dion-head{padding-top:max(14px,env(safe-area-inset-top));padding-left:max(14px,env(safe-area-inset-left));padding-right:max(14px,env(safe-area-inset-right))}.axon-dion-title{gap:5px}.axon-dion-title strong{font-size:16px}.axon-dion-title span{font-size:10px}.axon-dion-transcript{padding:14px max(14px,env(safe-area-inset-right)) 14px max(14px,env(safe-area-inset-left))}.axon-dion-message{max-width:94%}.axon-dion-compose{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right));padding-bottom:max(12px,env(safe-area-inset-bottom))}.axon-dion-email,.axon-dion-rating{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}html[dir="rtl"] .axon-dion-panel{inset:0!important;right:0!important;left:0!important}html[dir="rtl"] .axon-dion-launcher{right:12px;left:auto}}

/* BUILD-20-R15 compact shared display-mode control */
@media(max-width:680px){.axon-display-mode button{width:26px;height:28px}.axon-display-mode svg{width:14px;height:14px}}

/* BUILD-20-R21 DION permanent disclosure + attribution */
.axon-dion-foot{display:flex;flex-direction:column;gap:3px;padding:8px 12px;border-top:1px solid var(--dion-line);background:var(--dion-soft);color:var(--dion-muted);font-size:9px;line-height:1.35}.axon-dion-foot a{color:var(--dion-text);text-decoration:underline;text-underline-offset:2px}.axon-dion-foot a:hover,.axon-dion-foot a:focus-visible{color:var(--dion-action-bg);outline:0}html[dir="rtl"] .axon-dion-foot{text-align:right}
@media(max-width:760px){.axon-dion-foot{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right));padding-bottom:max(8px,env(safe-area-inset-bottom))}}


/* BUILD-20-R22 DION mobile footer safe-area acceptance */
.axon-dion-foot{align-items:center;text-align:center}.axon-dion-foot span{display:block;max-width:100%}html[dir="rtl"] .axon-dion-foot{text-align:center}
@media(max-width:760px){.axon-dion-foot{padding-top:10px;padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right));padding-bottom:calc(20px + env(safe-area-inset-bottom));gap:4px;flex-shrink:0}}

/* BUILD-20-R37 approved hero readability treatment */
body.axon-surface-home .axon-public-hero.has-hero-media:after{content:"";position:absolute;z-index:-1;inset:0;height:auto;background:linear-gradient(90deg,rgba(5,9,13,.51) 0%,rgba(5,9,13,.33) 42%,rgba(5,9,13,.12) 72%,rgba(5,9,13,0) 100%);pointer-events:none}
html[dir="rtl"] body.axon-surface-home .axon-public-hero.has-hero-media:after{background:linear-gradient(270deg,rgba(5,9,13,.51) 0%,rgba(5,9,13,.33) 42%,rgba(5,9,13,.12) 72%,rgba(5,9,13,0) 100%)}
body.axon-surface-home .axon-public-hero.has-hero-media .axon-home-hero-copy{text-shadow:0 1px 14px rgba(0,0,0,.46)}
@media(max-width:680px){body.axon-surface-home .axon-public-hero.has-hero-media:after{background:linear-gradient(180deg,rgba(5,9,13,.18) 0%,rgba(5,9,13,.09) 38%,rgba(5,9,13,.48) 76%,rgba(5,9,13,.585) 100%)}html[dir="rtl"] body.axon-surface-home .axon-public-hero.has-hero-media:after{background:linear-gradient(180deg,rgba(5,9,13,.18) 0%,rgba(5,9,13,.09) 38%,rgba(5,9,13,.48) 76%,rgba(5,9,13,.585) 100%)}body.axon-surface-home .axon-public-hero.has-hero-media .axon-home-hero-copy{width:100%;max-width:100%}body.axon-surface-home .axon-public-hero.has-hero-media .axon-home-hero h1{max-width:100%}}

/* BUILD-20-R38 mobile hero focal correction */
@media(max-width:680px){
body.axon-surface-home .axon-public-hero.has-hero-media{min-height:590px;padding:0 20px 26px;background-color:#05090d;background-size:auto 68%;background-position:62% 0;background-repeat:no-repeat}
body.axon-surface-home .axon-public-hero.has-hero-media:after,html[dir="rtl"] body.axon-surface-home .axon-public-hero.has-hero-media:after{background:linear-gradient(180deg,rgba(5,9,13,0) 0%,rgba(5,9,13,.04) 34%,rgba(5,9,13,.34) 50%,rgba(5,9,13,.72) 62%,rgba(5,9,13,.90) 74%,rgba(5,9,13,.96) 100%)}
body.axon-surface-home .axon-public-hero.has-hero-media .axon-home-hero-copy{width:100%;max-width:100%;padding-top:240px;position:relative;z-index:1;text-shadow:0 2px 16px rgba(0,0,0,.62)}
body.axon-surface-home .axon-public-hero.has-hero-media .axon-home-hero h1{max-width:100%;font-size:40px;line-height:1.02}
body.axon-surface-home .axon-public-hero.has-hero-media .axon-home-hero p{color:#eef2f4!important;line-height:1.5}
body.axon-surface-home .axon-public-hero.has-hero-media .axon-home-location{color:#f1f4f6}
body.axon-surface-home .axon-public-hero.has-hero-media .axon-status{z-index:2}
}


/* BUILD-20-R39 mobile hero compaction */
@media(max-width:680px){
body.axon-surface-home .axon-public-hero.has-hero-media{min-height:560px;padding:0 20px 92px;background-color:#05090d;background-size:auto 70%;background-position:62% 0;background-repeat:no-repeat}
body.axon-surface-home .axon-public-hero.has-hero-media .axon-home-hero-copy{padding-top:220px}
body.axon-surface-home .axon-command-grid-primary{margin:-88px 0 18px;position:relative;z-index:4}
}


/* BUILD-20-R42 mobile full-width live cards */
@media(max-width:680px){
body.axon-surface-home .axon-home-live{padding:0;gap:12px;background:transparent;border:0}
body.axon-surface-home .axon-home-live .axon-panel{width:100%;max-width:none;margin:0;padding:18px 16px}
}

/* BUILD-21-R1 AXON brand integrity: X is always rendered in AXON red on controlled brand marks. */
.axon-brand-x{color:#d71920!important}


/* BUILD-21-R3 AXON brand palette integrity.
 * Dark mode: AXON letters A/O/N use AXON yellow; X remains AXON red.
 * Light mode: normal controlled AXON text inherits its approved context; hero AXON uses AXON yellow; X remains AXON red.
 */
.axon-brand-word{color:inherit}
[data-axon-theme="dark"] .axon-brand-word{color:var(--axon-yellow)!important}
[data-axon-theme="light"] body.axon-surface-home .axon-public-hero .axon-brand-word{color:var(--axon-yellow)!important}
.axon-brand-word .axon-brand-x{color:#d71920!important}


/* BUILD-21-R4 mobile dock brand typography integrity.
 * Only the direct icon span receives the 20px icon treatment. Nested AXON brand spans
 * inside the label inherit the same font-size and line-height as the surrounding label.
 */
@media(max-width:680px){
.axon-mobile-dock a strong .axon-brand-word,.axon-mobile-dock a strong .axon-brand-x{font-size:inherit;line-height:inherit}
}
