@charset "UTF-8";

:root {
    --adp-ink: #0b0d10;
    --adp-graphite: #15191f;
    --adp-graphite-2: #20252d;
    --adp-canvas: #f3f4f5;
    --adp-surface: #ffffff;
    --adp-surface-soft: #f8f9fa;
    --adp-line: #dde1e6;
    --adp-line-dark: #2b3038;
    --adp-text: #171a1f;
    --adp-muted: #69717c;
    --adp-subtle: #969da6;
    --adp-red: #d51f2b;
    --adp-red-dark: #ac1721;
    --adp-red-soft: #fff0f1;
    --adp-blue: #2d72d9;
    --adp-blue-soft: #edf4ff;
    --adp-green: #18855b;
    --adp-green-soft: #eaf7f1;
    --adp-amber: #a96613;
    --adp-amber-soft: #fff6e7;
    --adp-danger: #c83d4b;
    --adp-radius-xs: 8px;
    --adp-radius-sm: 11px;
    --adp-radius: 15px;
    --adp-radius-lg: 22px;
    --adp-shadow-sm: 0 1px 2px rgba(11, 13, 16, .04), 0 4px 14px rgba(11, 13, 16, .035);
    --adp-shadow: 0 12px 35px rgba(11, 13, 16, .08);
    --adp-shadow-lg: 0 28px 90px rgba(11, 13, 16, .19);
    --adp-sidebar: 252px;
    --adp-topbar: 82px;
    --adp-font: Inter, "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
}

body.avenra-dealer-portal-page { overflow: hidden !important; }
body.avenra-dealer-portal-page #wpadminbar { display: none !important; }
body.avenra-dealer-portal-page { margin-top: 0 !important; }

/* Block and classic themes can apply content-width rules directly to a
   shortcode root. Keep the portal viewport-bound until JavaScript moves it
   out of the theme wrapper and attaches it directly to the document body. */
body.avenra-dealer-portal-page #avenra-dp.adp {
    position: fixed !important;
    inset: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.adp,
.adp * { box-sizing: border-box; }
.adp {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: var(--adp-canvas);
    color: var(--adp-text);
    font-family: var(--adp-font);
    font-size: 15px;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.adp button,
.adp input,
.adp select,
.adp textarea { font: inherit; }
.adp button { cursor: pointer; }
.adp a { color: inherit; }
.adp img { max-width: 100%; }
.adp img.adp-image--missing { visibility: hidden; }
.adp-option__media.adp-has-missing-image:after,
.adp-product__image.adp-has-missing-image:after,
.adp-stock-vehicle__image.adp-has-missing-image:after { content: "Image unavailable"; position: absolute; inset: 0; display: grid; place-items: center; padding: 8px; color: var(--adp-muted); font-size: 9px; font-weight: 700; text-align: center; }
.adp-option__media,
.adp-product__image,
.adp-stock-vehicle__image { position: relative; }
.adp [hidden] { display: none !important; }
.adp h1,
.adp h2,
.adp h3,
.adp h4,
.adp p { margin-top: 0; }
.adp h1,
.adp h2,
.adp h3,
.adp h4 { color: var(--adp-ink); line-height: 1.12; }
.adp h2 { margin-bottom: 9px; font-size: clamp(26px, 2.6vw, 36px); letter-spacing: -.04em; }
.adp h3 { margin-bottom: 5px; font-size: 18px; letter-spacing: -.025em; }
.adp p { color: var(--adp-muted); }
.adp ::selection { background: rgba(213, 31, 43, .18); }
.adp :focus-visible { outline: 3px solid rgba(45, 114, 217, .42); outline-offset: 2px; }
.adp .screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.adp-skip { position: fixed; top: 9px; left: 50%; z-index: 1000; transform: translate(-50%, -180%); padding: 10px 18px; border-radius: 999px; background: #fff; box-shadow: var(--adp-shadow); font-weight: 750; text-decoration: none; transition: transform .18s ease; }
.adp-skip:focus { transform: translate(-50%, 0); }
.adp[data-state="login"] .adp-skip { display: none; }

/* Brand */
.adp-brand { display: flex; align-items: center; min-width: 0; color: #fff; letter-spacing: .055em; }
.adp-brand__name { font-size: 20px; font-weight: 850; }
.adp-brand__divider { width: 1px; height: 20px; margin: 0 11px; background: rgba(255,255,255,.24); }
.adp-brand__context { color: #9ca2aa; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.adp-brand--dark { color: var(--adp-ink); }
.adp-brand--dark .adp-brand__divider { background: #d8dbe0; }
.adp-brand--dark .adp-brand__context { color: #747b84; }
.adp-kicker { display: block; margin-bottom: 8px; color: var(--adp-red); font-size: 10px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }

/* Login */
.adp-login { min-height: 100%; display: grid; grid-template-columns: minmax(430px, 1.12fr) minmax(430px, .88fr); background: var(--adp-ink); }
.adp-login__visual { position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: flex-end; min-height: 100vh; overflow: hidden; padding: clamp(42px, 6vw, 86px); color: #fff; background:
    radial-gradient(circle at 76% 22%, rgba(213,31,43,.32), transparent 24%),
    linear-gradient(125deg, #08090b 0%, #11151a 58%, #171b20 100%);
}
.adp-login__visual:before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(to bottom, #000, transparent 76%); }
.adp-login__visual:after { content: ""; position: absolute; z-index: -1; width: 72vw; aspect-ratio: 1; left: -22vw; top: -42vw; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 10vw rgba(255,255,255,.018), 0 0 0 20vw rgba(255,255,255,.012); }
.adp-login__beam { position: absolute; z-index: -1; width: 46%; height: 140%; top: -22%; right: 7%; transform: skewX(-17deg); background: linear-gradient(to bottom, rgba(213,31,43,0), rgba(213,31,43,.16), rgba(213,31,43,0)); filter: blur(10px); }
.adp-login__wordmark { font-size: clamp(56px, 8vw, 118px); font-weight: 900; line-height: .82; letter-spacing: -.08em; opacity: .06; writing-mode: vertical-rl; position: absolute; right: 4vw; top: 7vh; }
.adp-login__visual > p { color: #979da6; font-size: 11px; font-weight: 800; letter-spacing: .21em; text-transform: uppercase; margin-bottom: 18px; }
.adp-login__statement { max-width: 720px; color: #f7f7f7; font-size: clamp(28px, 3.5vw, 52px); font-weight: 720; letter-spacing: -.048em; line-height: 1.04; }
.adp-login__telemetry { display: flex; gap: 8px; margin-top: 34px; }
.adp-login__telemetry span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #aeb3ba; font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.adp-login__panel { display: grid; place-items: center; min-height: 100vh; padding: 50px; background: #fff; }
.adp-login__form-wrap { width: min(440px, 100%); }
.adp-login__heading { margin: 68px 0 34px; }
.adp-login__heading h1 { margin: 0 0 10px; font-size: clamp(36px, 4vw, 50px); letter-spacing: -.055em; }
.adp-login__heading p { max-width: 390px; margin-bottom: 0; }
.adp-login__support { margin: 23px auto 0; text-align: center; font-size: 11px; }

/* Forms and controls */
.adp-field { min-width: 0; margin-bottom: 18px; }
.adp-field label,
.adp-field > span:first-child,
.adp-colours legend { display: block; margin: 0 0 7px; color: #4b525c; font-size: 11px; font-weight: 750; letter-spacing: .035em; }
.adp input[type="text"],
.adp input[type="email"],
.adp input[type="tel"],
.adp input[type="password"],
.adp input[type="number"],
.adp input[type="search"],
.adp input[type="date"],
.adp select,
.adp textarea { width: 100%; min-height: 47px; margin: 0; padding: 11px 13px; border: 1px solid #ced3d9; border-radius: var(--adp-radius-xs); background: #fff; color: var(--adp-text); box-shadow: none; transition: border-color .15s, box-shadow .15s, background .15s; }
.adp textarea { min-height: 96px; resize: vertical; }
.adp input:hover,
.adp select:hover,
.adp textarea:hover { border-color: #aeb5bd; }
.adp input:focus,
.adp select:focus,
.adp textarea:focus { outline: none; border-color: var(--adp-blue); box-shadow: 0 0 0 3px rgba(45, 114, 217, .13); }
.adp input::placeholder,
.adp textarea::placeholder { color: #9ea5ae; }
.adp-pin-field { position: relative; }
.adp-pin-field input { padding-right: 52px; font-size: 22px; font-weight: 800; letter-spacing: .31em; font-variant-numeric: tabular-nums; }
.adp-pin-field .adp-icon-button { position: absolute; top: 5px; right: 5px; }
.adp-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; margin-top: 20px; }
.adp-field--wide { grid-column: 1 / -1; }
.adp-field--qty { width: 92px; margin: 0; }
.adp-field--qty input { text-align: center; font-weight: 800; }
.adp-file { position: relative; display: grid; place-items: center; min-height: 150px; padding: 24px; border: 1.5px dashed #bcc2c9; border-radius: var(--adp-radius); background: #fbfbfc; text-align: center; transition: .18s; }
.adp-file:hover { border-color: var(--adp-red); background: #fff8f8; }
.adp-file input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.adp-file strong { display: block; margin-top: 8px; }
.adp-file small { color: var(--adp-muted); }

.adp-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: var(--adp-radius-xs); padding: 10px 16px; background: transparent; color: var(--adp-text); font-size: 13px; font-weight: 780; text-decoration: none; transition: transform .15s, box-shadow .15s, color .15s, background .15s, border-color .15s; }
.adp-button:hover { transform: translateY(-1px); }
.adp-button:active { transform: translateY(0); }
.adp-button:disabled { cursor: not-allowed; opacity: .45; transform: none; }
.adp-button--wide { width: 100%; }
.adp-button--primary { background: var(--adp-red); color: #fff; box-shadow: 0 8px 22px rgba(213,31,43,.19); }
.adp-button--primary:hover { background: var(--adp-red-dark); box-shadow: 0 11px 28px rgba(213,31,43,.25); }
.adp-button--dark { background: var(--adp-ink); color: #fff; }
.adp-button--dark:hover { background: #272c33; }
.adp-button--secondary { border-color: #cfd4da; background: #fff; }
.adp-button--secondary:hover { border-color: #aab1ba; box-shadow: var(--adp-shadow-sm); }
.adp-button--quiet { color: #555d67; }
.adp-button--quiet:hover { background: #f3f4f5; }
.adp-button--danger { border-color: #efc5ca; color: #ac2431; background: #fff4f5; }
.adp-button--small { min-height: 34px; padding: 6px 10px; font-size: 11px; }
.adp-button svg,
.adp-icon-button svg,
.adp-nav__item svg,
.adp-mobile-nav svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; }
.adp-icon-button { width: 42px; height: 42px; display: inline-grid; place-items: center; flex: 0 0 auto; padding: 0; border: 0; border-radius: 50%; background: transparent; color: inherit; transition: background .15s, color .15s; }
.adp-icon-button:hover { background: rgba(120,128,138,.12); }
.adp-inline-alert { padding: 12px 14px; margin-bottom: 15px; border-radius: var(--adp-radius-xs); font-size: 12px; }
.adp-inline-alert--error { color: #9e2733; background: #fff0f1; border: 1px solid #f4c6cb; }
.adp-inline-alert--info { color: #27548e; background: #eff5ff; border: 1px solid #c9dcf7; }
.adp-segmented { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; padding: 5px; border: 0; border-radius: 11px; background: #eceff1; }
.adp-segmented label { position: relative; margin: 0; }
.adp-segmented input { position: absolute; opacity: 0; pointer-events: none; }
.adp-segmented span { min-height: 42px; display: grid; place-items: center; border-radius: 8px; color: #626a74; font-size: 12px; font-weight: 750; cursor: pointer; transition: .15s; }
.adp-segmented input:checked + span { background: #fff; color: var(--adp-ink); box-shadow: 0 2px 8px rgba(11,13,16,.09); }

/* App shell */
.adp-shell { display: flex; height: 100%; min-height: 0; }
.adp-sidebar { width: var(--adp-sidebar); height: 100%; min-height: 0; display: flex; flex-direction: column; flex: 0 0 var(--adp-sidebar); color: #fff; background: var(--adp-ink); border-right: 1px solid #24282e; }
.adp-sidebar__head { height: var(--adp-topbar); display: flex; align-items: center; justify-content: space-between; flex: 0 0 auto; padding: 0 22px; border-bottom: 1px solid #24282e; }
.adp-sidebar__close { display: none; color: #fff; }
.adp-nav { min-height: 0; flex: 1; overflow-y: auto; padding: 18px 13px 24px; scrollbar-width: thin; scrollbar-color: #333943 transparent; }
.adp-nav__group + .adp-nav__group { margin-top: 22px; }
.adp-nav__label { display: block; padding: 0 11px; margin-bottom: 8px; color: #656c75; font-size: 9px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.adp-nav__item { width: 100%; min-height: 43px; display: flex; align-items: center; gap: 11px; padding: 8px 11px; border: 0; border-radius: 9px; color: #aeb4bc; background: transparent; font-size: 12px; font-weight: 670; text-decoration: none; text-align: left; transition: background .15s, color .15s; }
.adp-nav__item:hover { color: #fff; background: #191d23; }
.adp-nav__item.is-active { color: #fff; background: #252a31; box-shadow: inset 3px 0 var(--adp-red); }
.adp-nav__item > span:nth-child(2) { min-width: 0; flex: 1; }
.adp-nav__item > svg:last-child:not(:nth-child(1)) { width: 13px; color: #616872; }
.adp-nav__badge { min-width: 20px; height: 20px; display: inline-grid; place-items: center; padding: 0 5px; border-radius: 999px; background: var(--adp-red); color: #fff; font-size: 9px; }
.adp-nav__dot { width: 7px; height: 7px; flex: 0 0 auto !important; border-radius: 50%; background: var(--adp-red); box-shadow: 0 0 0 4px rgba(213,31,43,.13); }
.adp-sidebar__foot { min-height: 75px; display: flex; align-items: center; gap: 10px; flex: 0 0 auto; padding: 12px 15px; border-top: 1px solid #24282e; }
.adp-sidebar__identity { min-width: 0; display: flex; align-items: center; gap: 10px; flex: 1; }
.adp-sidebar__identity > div:last-child { min-width: 0; }
.adp-sidebar__identity strong,
.adp-sidebar__identity span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.adp-sidebar__identity strong { color: #e8eaed; font-size: 11px; }
.adp-sidebar__identity span { color: #777f89; font-size: 9px; margin-top: 2px; }
.adp-sidebar__foot .adp-icon-button { width: 38px; height: 38px; color: #89919b; }
.adp-avatar { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: linear-gradient(145deg, #343941, #1c2026); color: #fff; font-size: 11px; font-weight: 850; }
.adp-sidebar-backdrop { position: fixed; inset: 0; z-index: 48; border: 0; background: rgba(5,7,9,.64); backdrop-filter: blur(3px); }
.adp-workspace { min-width: 0; min-height: 0; display: flex; flex: 1; flex-direction: column; background: var(--adp-canvas); }
.adp-topbar { min-height: var(--adp-topbar); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex: 0 0 auto; padding: 13px clamp(20px, 3.2vw, 44px); border-bottom: 1px solid var(--adp-line); background: rgba(255,255,255,.93); backdrop-filter: blur(14px); }
.adp-topbar__left,
.adp-topbar__right { display: flex; align-items: center; gap: 11px; min-width: 0; }
.adp-topbar h1 { margin: 2px 0 0; overflow: hidden; color: var(--adp-ink); font-size: 22px; letter-spacing: -.035em; text-overflow: ellipsis; white-space: nowrap; }
.adp-breadcrumb { display: block; color: #9299a2; font-size: 9px; font-weight: 740; letter-spacing: .08em; text-transform: uppercase; }
.adp-menu-button { display: none; }
.adp-topbar__profile { min-width: 0; display: flex; align-items: center; gap: 10px; border: 0; padding: 3px 5px 3px 3px; border-radius: 999px; background: transparent; text-align: left; }
.adp-topbar__profile:hover { background: #f0f2f3; }
.adp-topbar__profile > span:last-child { min-width: 0; }
.adp-topbar__profile strong,
.adp-topbar__profile small { display: block; max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.adp-topbar__profile strong { font-size: 11px; }
.adp-topbar__profile small { margin-top: 2px; color: var(--adp-muted); font-size: 9px; }
.adp-main { min-height: 0; flex: 1; overflow-y: auto; overscroll-behavior: contain; padding: clamp(24px, 3vw, 42px); scrollbar-width: thin; scrollbar-color: #c4c9cf transparent; }
.adp-route { width: min(1480px, 100%); margin: 0 auto; animation: adp-page-in .22s ease both; }
@keyframes adp-page-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.adp-page-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; margin-bottom: 26px; }
.adp-page-head h2 { margin-bottom: 8px; }
.adp-page-head p { max-width: 720px; margin-bottom: 0; }
.adp-page-skeleton { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.adp-page-skeleton span { height: 142px; border-radius: var(--adp-radius); background: linear-gradient(90deg,#e7eaed 25%,#f6f7f8 45%,#e7eaed 65%); background-size: 300% 100%; animation: adp-shimmer 1.5s infinite; }
@keyframes adp-shimmer { to { background-position: -150% 0; } }

/* Panels, metrics and data */
.adp-panel { min-width: 0; border: 1px solid var(--adp-line); border-radius: var(--adp-radius); background: var(--adp-surface); box-shadow: var(--adp-shadow-sm); padding: clamp(19px, 2.2vw, 28px); }
.adp-panel--dark { color: #fff; background: var(--adp-ink); border-color: var(--adp-ink); }
.adp-panel--dark h3,
.adp-panel--dark h2 { color: #fff; }
.adp-section-title { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 22px; }
.adp-section-title h3 { margin: 0 0 4px; }
.adp-section-title p { margin: 0; font-size: 12px; }
.adp-step { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--adp-red); background: var(--adp-red-soft); font-size: 9px; font-weight: 850; }
.adp-metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; margin-bottom: 22px; }
.adp-metric { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--adp-line); border-radius: var(--adp-radius); padding: 20px; background: #fff; box-shadow: var(--adp-shadow-sm); }
.adp-metric__top { display: flex; justify-content: space-between; gap: 10px; align-items: flex-start; }
.adp-metric__icon { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 10px; color: var(--adp-red); background: var(--adp-red-soft); }
.adp-metric__icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.adp-metric__value { display: block; margin-top: 19px; overflow: hidden; color: var(--adp-ink); font-size: clamp(23px, 2.5vw, 33px); font-weight: 780; letter-spacing: -.045em; text-overflow: ellipsis; white-space: nowrap; font-variant-numeric: tabular-nums; }
.adp-metric__label { display: block; margin-top: 4px; color: var(--adp-muted); font-size: 10px; font-weight: 720; letter-spacing: .06em; text-transform: uppercase; }
.adp-dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(290px, .8fr); gap: 18px; align-items: start; }
.adp-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 18px; }
.adp-panel-head h3 { margin: 0; }
.adp-panel-head p { margin: 3px 0 0; font-size: 11px; }
.adp-action-list { display: grid; gap: 9px; }
.adp-action { width: 100%; display: flex; align-items: center; gap: 12px; border: 1px solid #e4e7ea; border-radius: 11px; padding: 12px; background: #fff; text-align: left; transition: .15s; }
.adp-action:hover { border-color: #c5cbd1; box-shadow: var(--adp-shadow-sm); transform: translateY(-1px); }
.adp-action__icon { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: var(--adp-red); background: var(--adp-red-soft); }
.adp-action__icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; }
.adp-action > span:nth-child(2) { min-width: 0; flex: 1; }
.adp-action strong,
.adp-action small { display: block; }
.adp-action strong { font-size: 12px; }
.adp-action small { margin-top: 3px; color: var(--adp-muted); font-size: 10px; }
.adp-quick-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.adp-quick { min-height: 92px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #e1e4e8; border-radius: 12px; padding: 14px; background: #fff; text-align: left; }
.adp-quick:hover { border-color: var(--adp-red); }
.adp-quick svg { width: 19px; height: 19px; fill: none; stroke: var(--adp-red); }
.adp-quick strong { font-size: 11px; }
.adp-data-panel { overflow: hidden; padding: 0; }
.adp-data-panel .adp-panel-head { padding: 20px 22px; margin: 0; border-bottom: 1px solid var(--adp-line); }
.adp-table-wrap { width: 100%; overflow-x: auto; }
.adp-table { width: 100%; border-collapse: collapse; border-spacing: 0; }
.adp-table th { height: 42px; padding: 9px 13px; border-bottom: 1px solid var(--adp-line); color: #7b838d; background: #f8f9fa; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-align: left; text-transform: uppercase; white-space: nowrap; }
.adp-table th:first-child,
.adp-table td:first-child { padding-left: 22px; }
.adp-table th:last-child,
.adp-table td:last-child { padding-right: 22px; }
.adp-table td { padding: 14px 13px; border-bottom: 1px solid #eceef0; color: #3f4650; font-size: 11px; vertical-align: middle; }
.adp-table tbody tr:last-child td { border-bottom: 0; }
.adp-table tbody tr:hover td { background: #fbfbfc; }
.adp-table strong { color: var(--adp-ink); }
.adp-table small { display: block; margin-top: 3px; color: var(--adp-muted); }
.adp-table__actions { display: flex; justify-content: flex-end; gap: 6px; }
.adp-money { font-weight: 750; font-variant-numeric: tabular-nums; white-space: nowrap; }
.adp-ref { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; font-weight: 700; }
.adp-status { display: inline-flex; align-items: center; gap: 6px; min-height: 25px; padding: 4px 8px; border: 1px solid #d8dce0; border-radius: 999px; color: #59616b; background: #f5f6f7; font-size: 9px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; white-space: nowrap; }
.adp-status:before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #89919a; }
.adp-status--success { color: var(--adp-green); border-color: #bce2d2; background: var(--adp-green-soft); }
.adp-status--success:before { background: var(--adp-green); }
.adp-status--warning { color: var(--adp-amber); border-color: #efd7ad; background: var(--adp-amber-soft); }
.adp-status--warning:before { background: var(--adp-amber); }
.adp-status--danger { color: var(--adp-danger); border-color: #efc7cc; background: #fff1f2; }
.adp-status--danger:before { background: var(--adp-danger); }
.adp-status--info { color: var(--adp-blue); border-color: #c6daf8; background: var(--adp-blue-soft); }
.adp-status--info:before { background: var(--adp-blue); }
.adp-filterbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 17px; }
.adp-filterbar__search { position: relative; width: min(390px, 100%); }
.adp-filterbar__search svg { position: absolute; left: 13px; top: 14px; width: 17px; height: 17px; color: #8b939c; fill: none; stroke: currentColor; }
.adp-filterbar__search input { padding-left: 39px; }
.adp-filterbar__group { display: flex; align-items: center; gap: 8px; }
.adp-filterbar select { width: auto; min-width: 160px; }
.adp-card-list { display: grid; gap: 11px; }
.adp-mobile-only { display: none; }
.adp-metric-grid--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.adp-row-card { border: 1px solid var(--adp-line); border-radius: var(--adp-radius); background: #fff; box-shadow: var(--adp-shadow-sm); padding: 16px; }
.adp-row-card__head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; margin-bottom: 12px; }
.adp-row-card__head h3 { margin: 0; font-size: 15px; }
.adp-row-card__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.adp-row-card__grid span { color: var(--adp-muted); font-size: 10px; }
.adp-row-card__grid strong { display: block; color: var(--adp-text); font-size: 11px; margin-top: 2px; }

/* Configurator */
.adp-order-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 20px; align-items: start; }
.adp-order-flow { min-width: 0; display: grid; gap: 18px; }
.adp-configurator { overflow: hidden; }
.adp-model-switch { display: inline-grid; grid-template-columns: repeat(2, minmax(120px,1fr)); gap: 5px; padding: 5px; border-radius: 999px; background: #edf0f2; }
.adp-model-switch button { min-height: 39px; padding: 7px 17px; border: 0; border-radius: 999px; background: transparent; color: #737b84; font-size: 11px; font-weight: 800; }
.adp-model-switch button.is-active { color: #fff; background: var(--adp-ink); box-shadow: 0 5px 15px rgba(11,13,16,.18); }
.adp-bike-stage { position: relative; isolation: isolate; min-height: 360px; display: grid; place-items: center; margin: 19px -28px 22px; overflow: hidden; background: linear-gradient(180deg,#fbfbfb,#f1f3f4); border-top: 1px solid #edf0f1; border-bottom: 1px solid #e5e8eb; }
.adp-bike-stage:before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .6; background-image: linear-gradient(rgba(17,20,24,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(17,20,24,.04) 1px,transparent 1px); background-size: 58px 58px; mask-image: radial-gradient(circle,#000,transparent 72%); }
.adp-bike-stage__halo { position: absolute; z-index: -1; width: 330px; height: 330px; border-radius: 50%; background: radial-gradient(circle,rgba(213,31,43,.12),rgba(213,31,43,0) 68%); }
.adp-bike-stage img { width: min(630px,86%); height: 300px; object-fit: contain; filter: drop-shadow(0 22px 18px rgba(11,13,16,.19)); transition: opacity .16s, transform .22s; }
.adp-bike-stage__spec { position: absolute; bottom: 18px; left: 24px; }
.adp-bike-stage__spec span,
.adp-bike-stage__spec strong { display: block; }
.adp-bike-stage__spec span { color: #888f98; font-size: 9px; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.adp-bike-stage__spec strong { margin-top: 3px; font-size: 13px; }
.adp-colours { padding: 0; margin: 0; border: 0; }
.adp-colour-options { display: flex; flex-wrap: wrap; gap: 11px; }
.adp-colour { position: relative; width: 45px; height: 45px; display: grid; place-items: center; padding: 0; border: 1px solid #cdd2d7; border-radius: 50%; background: #fff; }
.adp-colour:before { content: ""; width: 31px; height: 31px; border-radius: 50%; background: var(--swatch); box-shadow: inset 0 0 0 1px rgba(11,13,16,.12); }
.adp-colour.is-active { border-color: var(--adp-red); box-shadow: 0 0 0 3px rgba(213,31,43,.12); }
.adp-colour.is-active:after { content: "✓"; position: absolute; width: 16px; height: 16px; right: -3px; bottom: -1px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; background: var(--adp-red); color: #fff; font-size: 8px; font-weight: 900; }
#adp-paint-code-field { max-width: 360px; margin: 16px 0 0; }
.adp-option-tabs { display: flex; gap: 5px; overflow-x: auto; padding-bottom: 12px; }
.adp-option-tabs button { min-height: 38px; flex: 0 0 auto; padding: 7px 12px; border: 0; border-radius: 999px; background: #f0f2f3; color: #68707a; font-size: 10px; font-weight: 780; }
.adp-option-tabs button.is-active { color: #fff; background: var(--adp-ink); }
.adp-option-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 11px; }
.adp-option { position: relative; min-height: 154px; display: flex; flex-direction: column; padding: 15px; border: 1px solid #dfe3e7; border-radius: 12px; background: #fff; text-align: left; overflow: hidden; transition: .15s; }
.adp-option:hover { border-color: #b8bec5; transform: translateY(-1px); box-shadow: var(--adp-shadow-sm); }
.adp-option.is-selected { border-color: var(--adp-red); background: linear-gradient(145deg,#fff,#fff7f7); box-shadow: 0 0 0 2px rgba(213,31,43,.09); }
.adp-option__check { position: absolute; top: 12px; right: 12px; width: 21px; height: 21px; display: grid; place-items: center; border: 1px solid #c8cdd3; border-radius: 50%; color: transparent; background: #fff; font-size: 10px; }
.adp-option.is-selected .adp-option__check { color: #fff; border-color: var(--adp-red); background: var(--adp-red); }
.adp-option__group { color: #9aa1aa; font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.adp-option strong { max-width: calc(100% - 26px); margin-top: 16px; color: var(--adp-ink); font-size: 12px; line-height: 1.25; }
.adp-option p { flex: 1; margin: 6px 0 13px; font-size: 9px; }
.adp-option__price { color: var(--adp-red); font-size: 12px; font-weight: 820; }
.adp-add-config { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; margin-top: 20px; padding-top: 20px; border-top: 1px solid #e7eaed; }
.adp-summary { position: sticky; top: 0; border: 1px solid var(--adp-line); border-radius: var(--adp-radius); background: #fff; box-shadow: var(--adp-shadow); padding: 23px; }
.adp-summary__head { padding-bottom: 17px; border-bottom: 1px solid var(--adp-line); }
.adp-summary__head h3 { margin: 0; }
.adp-summary__lines { display: grid; gap: 9px; max-height: 330px; overflow-y: auto; padding: 15px 0; }
.adp-summary-line { position: relative; padding: 12px 34px 12px 12px; border: 1px solid #e2e5e8; border-radius: 10px; background: #fafbfb; }
.adp-summary-line strong,
.adp-summary-line span { display: block; }
.adp-summary-line strong { padding-right: 60px; color: var(--adp-ink); font-size: 11px; }
.adp-summary-line > span { margin-top: 4px; color: var(--adp-muted); font-size: 9px; }
.adp-summary-line__price { position: absolute; top: 12px; right: 34px; margin: 0 !important; color: var(--adp-text) !important; font-weight: 800; }
.adp-summary-line__remove { position: absolute; right: 4px; top: 6px; width: 28px; height: 28px; border: 0; border-radius: 50%; background: transparent; color: #8a929b; font-size: 18px; }
.adp-summary-line__remove:hover { color: var(--adp-danger); background: #fff0f1; }
.adp-totals { display: grid; gap: 8px; margin: 0 0 18px; padding: 16px 0; border-top: 1px solid var(--adp-line); }
.adp-totals > div { display: flex; justify-content: space-between; gap: 20px; color: var(--adp-muted); font-size: 11px; }
.adp-totals dt,
.adp-totals dd { margin: 0; }
.adp-totals dd { color: #404751; font-weight: 720; font-variant-numeric: tabular-nums; }
.adp-totals__grand { margin-top: 5px; padding-top: 12px; border-top: 1px solid #cfd4d9; color: var(--adp-ink) !important; font-size: 13px !important; font-weight: 800; }
.adp-totals__grand dd { color: var(--adp-ink); font-size: 19px; letter-spacing: -.025em; }
.adp-summary__note { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 11px 0 0; color: #858c95; font-size: 9px; text-align: center; }
.adp-summary__note svg { width: 13px; height: 13px; fill: none; stroke: currentColor; }

/* Products, stock, leads and aftersales */
.adp-product-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 18px; align-items: start; }
.adp-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.adp-product { min-width: 0; overflow: hidden; border: 1px solid var(--adp-line); border-radius: var(--adp-radius); background: #fff; box-shadow: var(--adp-shadow-sm); }
.adp-product__image { height: 165px; display: grid; place-items: center; overflow: hidden; background: #f1f3f4; }
.adp-product__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.adp-product:hover .adp-product__image img { transform: scale(1.035); }
.adp-product__body { padding: 16px; }
.adp-product__body h3 { min-height: 39px; margin-bottom: 6px; font-size: 15px; }
.adp-product__body p { min-height: 34px; margin-bottom: 14px; font-size: 10px; }
.adp-product__meta { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.adp-product__price { font-size: 17px; font-weight: 820; letter-spacing: -.025em; }
.adp-product__price small { display: block; color: var(--adp-muted); font-size: 8px; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; }
.adp-product select { width: auto; min-width: 76px; min-height: 38px; padding: 7px 9px; }
.adp-basket { position: sticky; top: 0; }
.adp-basket-list { display: grid; gap: 8px; max-height: 390px; overflow-y: auto; margin-bottom: 16px; }
.adp-basket-line { display: grid; grid-template-columns: 1fr auto auto; gap: 9px; align-items: center; padding: 10px 0; border-bottom: 1px solid #eceef0; }
.adp-basket-line strong { font-size: 10px; }
.adp-basket-line span { color: var(--adp-muted); font-size: 9px; }
.adp-basket-line__qty { display: flex; align-items: center; gap: 6px; }
.adp-basket-line__qty button { width: 38px; height: 38px; border: 1px solid #d6dade; border-radius: 50%; background: #fff; }
.adp-basket-line__qty strong { min-width: 17px; text-align: center; }
.adp-stock-vehicle { display: flex; align-items: center; gap: 11px; min-width: 190px; }
.adp-stock-vehicle__image { width: 68px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 8px; background: #f2f4f5; overflow: hidden; }
.adp-stock-vehicle__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.adp-transfer-list { display: grid; gap: 9px; margin-bottom: 20px; }
.adp-transfer { display: flex; align-items: center; gap: 13px; padding: 13px; border: 1px solid #ebd4aa; border-radius: 11px; background: var(--adp-amber-soft); }
.adp-transfer > div { min-width: 0; flex: 1; }
.adp-transfer strong { display: block; font-size: 11px; }
.adp-transfer span { display: block; margin-top: 3px; color: #7f6234; font-size: 9px; }
.adp-lead-customer strong { display: block; font-size: 12px; }
.adp-lead-customer a,
.adp-lead-customer span { display: block; margin-top: 3px; color: var(--adp-muted); font-size: 9px; text-decoration: none; }
.adp-lead-customer a:hover { color: var(--adp-blue); text-decoration: underline; }
.adp-lead-detail { max-width: 700px; }
.adp-lead-detail__hero { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-right: 38px; }
.adp-lead-detail__hero h2 { margin-bottom: 7px; font-size: 29px; }
.adp-detail-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; margin: 22px 0; }
.adp-detail-item { padding: 13px; border: 1px solid #e4e7ea; border-radius: 10px; background: #f9fafb; }
.adp-detail-item span,
.adp-detail-item strong { display: block; }
.adp-detail-item span { color: var(--adp-muted); font-size: 9px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.adp-detail-item strong { margin-top: 5px; font-size: 11px; word-break: break-word; }
.adp-finance-box { padding: 16px; border-radius: 11px; color: #e5e8eb; background: var(--adp-graphite); }
.adp-finance-box h4 { color: #fff; }
.adp-finance-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }
.adp-finance-grid span { display: block; color: #8f98a2; font-size: 8px; text-transform: uppercase; }
.adp-finance-grid strong { display: block; margin-top: 4px; color: #fff; font-size: 12px; }
.adp-search-results { display: grid; gap: 8px; max-height: 390px; overflow-y: auto; }
.adp-search-result { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px; border: 1px solid #e1e4e7; border-radius: 10px; background: #fff; text-align: left; }
.adp-search-result:hover,
.adp-search-result.is-active { border-color: var(--adp-red); background: #fff8f8; }
.adp-search-result strong,
.adp-search-result span { display: block; }
.adp-search-result strong { font-size: 11px; }
.adp-search-result span { margin-top: 3px; color: var(--adp-muted); font-size: 9px; }
.adp-search-result > em { flex: 0 0 auto; color: var(--adp-red); font-size: 10px; font-style: normal; font-weight: 800; }
.adp-claims-layout { display: grid; grid-template-columns: minmax(280px,.75fr) minmax(0,1.25fr); gap: 18px; align-items: start; }
.adp-claim-summary { display: grid; gap: 15px; }
.adp-claim-credit { padding: 20px; border-radius: 13px; color: #fff; background: var(--adp-ink); }
.adp-claim-credit span { display: block; color: #8d959e; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.adp-claim-credit strong { display: block; margin-top: 5px; font-size: 29px; letter-spacing: -.04em; }
.adp-required-parts { display: grid; gap: 7px; }
.adp-required-part { display: flex; justify-content: space-between; gap: 10px; padding: 10px; border-radius: 8px; background: #f2f4f5; font-size: 10px; }
.adp-accordion { display: grid; gap: 9px; }
.adp-accordion__item { overflow: hidden; border: 1px solid var(--adp-line); border-radius: 11px; background: #fff; }
.adp-accordion__trigger { width: 100%; min-height: 48px; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 12px 15px; border: 0; background: #fafbfb; text-align: left; font-size: 11px; font-weight: 800; }
.adp-accordion__content { padding: 0 15px; }
.adp-accordion__item:not(.is-open) .adp-accordion__content { display: none; }
.adp-part-row { min-height: 57px; display: grid; grid-template-columns: minmax(0,1fr) auto auto; gap: 14px; align-items: center; padding: 10px 0; border-top: 1px solid #eceef0; }
.adp-part-row strong { display: block; font-size: 10px; }
.adp-part-row span { display: block; margin-top: 2px; color: var(--adp-muted); font-size: 9px; }
.adp-marketing-layout { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: 18px; align-items: start; }
.adp-marketing-layout > .adp-panel:first-child { position: sticky; top: 0; }
.adp-campaign-note { max-width: 300px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.adp-partner-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.adp-partner { min-width: 0; border: 1px solid var(--adp-line); border-radius: var(--adp-radius); background: #fff; padding: 17px; }
.adp-partner__top { display: flex; justify-content: space-between; gap: 10px; }
.adp-partner__code { color: var(--adp-red); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.adp-partner h3 { margin: 7px 0 4px; overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.adp-partner p { min-height: 32px; margin: 0 0 15px; font-size: 10px; }
.adp-partner__actions { display: flex; gap: 7px; }
.adp-operation-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.adp-danger-zone { border-color: #efc7cb; background: linear-gradient(145deg,#fff,#fff7f7); }

/* Empty, dialogs, notifications */
.adp-empty { display: grid; place-items: center; min-height: 220px; padding: 32px; text-align: center; }
.adp-empty--compact { min-height: 110px; padding: 18px; }
.adp-empty > svg { width: 28px; height: 28px; color: #a7aeb6; fill: none; stroke: currentColor; }
.adp-empty p { max-width: 330px; margin: 10px 0 0; font-size: 11px; }
.adp-dialog-layer { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 20px; }
.adp-dialog-backdrop { position: absolute; inset: 0; background: rgba(7,9,11,.68); backdrop-filter: blur(5px); }
.adp-dialog { position: relative; width: min(620px,100%); max-height: min(820px,calc(100vh - 38px)); overflow-y: auto; border-radius: var(--adp-radius-lg); background: #fff; box-shadow: var(--adp-shadow-lg); padding: clamp(23px,4vw,36px); animation: adp-dialog-in .18s ease both; }
.adp-dialog--wide { width: min(820px,100%); }
@keyframes adp-dialog-in { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.adp-dialog__close { position: absolute; top: 13px; right: 13px; z-index: 2; }
.adp-dialog__icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; color: var(--adp-red); background: var(--adp-red-soft); }
.adp-dialog__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; }
.adp-dialog h2 { padding-right: 38px; font-size: 28px; }
.adp-dialog__actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 24px; padding-top: 19px; border-top: 1px solid var(--adp-line); }
.adp-confirm-list { padding: 0; margin: 18px 0; list-style: none; }
.adp-confirm-list li { position: relative; padding: 9px 0 9px 27px; color: #4b535d; font-size: 11px; }
.adp-confirm-list li:before { content: "✓"; position: absolute; left: 0; top: 7px; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--adp-green); background: var(--adp-green-soft); font-size: 9px; font-weight: 900; }
.adp-toast-region { position: fixed; z-index: 240; right: 18px; bottom: 18px; width: min(380px,calc(100% - 36px)); display: grid; gap: 9px; pointer-events: none; }
.adp-toast { display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: center; padding: 12px 13px; border: 1px solid #292e35; border-radius: 12px; color: #fff; background: #161a1f; box-shadow: var(--adp-shadow-lg); pointer-events: auto; animation: adp-toast-in .25s ease both; }
@keyframes adp-toast-in { from { opacity: 0; transform: translateX(18px); } }
.adp-toast__icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--adp-green); }
.adp-toast--error .adp-toast__icon { background: var(--adp-danger); }
.adp-toast strong { display: block; font-size: 11px; }
.adp-toast span { display: block; margin-top: 2px; color: #aeb4bc; font-size: 9px; }
.adp-toast button { border: 0; background: transparent; color: #8d959e; font-size: 18px; }
.adp-busy { position: fixed; z-index: 260; left: 50%; bottom: 24px; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; padding: 11px 15px; border: 1px solid #2e333a; border-radius: 999px; color: #fff; background: var(--adp-ink); box-shadow: var(--adp-shadow); font-size: 11px; font-weight: 700; }
.adp-spinner { width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.25); border-top-color: #fff; border-radius: 50%; animation: adp-spin .7s linear infinite; }
@keyframes adp-spin { to { transform: rotate(360deg); } }
.adp-mobile-nav { display: none; }

/* Responsive */
@media (max-width: 1180px) {
    :root { --adp-sidebar: 226px; }
    .adp-order-layout { grid-template-columns: minmax(0,1fr) 330px; }
    .adp-option-grid,
    .adp-product-grid,
    .adp-partner-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .adp-metric-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 980px) {
    .adp-login { grid-template-columns: 1fr; }
    .adp-login__visual { display: none; }
    .adp-login__panel { padding: 28px; }
    .adp-login__heading { margin-top: 58px; }
    .adp-sidebar { position: fixed; z-index: 50; top: 0; bottom: 0; left: 0; width: min(290px,88vw); transform: translateX(-102%); transition: transform .22s ease; box-shadow: 24px 0 70px rgba(0,0,0,.25); }
    .adp-sidebar.is-open { transform: translateX(0); }
    .adp-sidebar__close,
    .adp-menu-button { display: inline-grid; }
    .adp-order-layout,
    .adp-product-layout,
    .adp-dashboard-grid,
    .adp-marketing-layout { grid-template-columns: 1fr; }
    .adp-summary,
    .adp-basket,
    .adp-marketing-layout > .adp-panel:first-child { position: static; }
    .adp-dashboard-grid > .adp-panel:last-child { order: -1; }
}

@media (max-width: 720px) {
    :root { --adp-topbar: 70px; }
    .adp-main { padding: 19px 14px 88px; }
    .adp-topbar { padding: 10px 14px; }
    .adp-breadcrumb { display: none; }
    .adp-topbar h1 { font-size: 18px; }
    .adp-topbar__right > .adp-icon-button { display: none; }
    .adp-topbar__profile strong,
    .adp-topbar__profile small { display: none; }
    .adp-topbar__profile { padding: 0; }
    .adp-page-head { align-items: flex-start; flex-direction: column; margin-bottom: 19px; }
    .adp-page-head h2 { font-size: 28px; }
    .adp-page-head .adp-button { width: 100%; }
    .adp-metric-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .adp-metric { padding: 15px; }
    .adp-metric__value { margin-top: 14px; font-size: 23px; }
    .adp-panel { padding: 17px; border-radius: 13px; }
    .adp-data-panel { padding: 0; }
    .adp-data-panel .adp-panel-head { padding: 16px; }
    .adp-page-skeleton { grid-template-columns: 1fr; }
    .adp-form-grid { grid-template-columns: 1fr; }
    .adp-field--wide { grid-column: auto; }
    .adp-segmented { grid-template-columns: 1fr; border-radius: 10px; }
    .adp-segmented span { min-height: 40px; }
    .adp-bike-stage { min-height: 290px; margin-left: -17px; margin-right: -17px; }
    .adp-bike-stage img { height: 235px; width: 96%; }
    .adp-option-grid,
    .adp-product-grid,
    .adp-partner-grid,
    .adp-operation-grid { grid-template-columns: 1fr; }
    .adp-option { min-height: 132px; }
    .adp-add-config { align-items: stretch; flex-direction: column; }
    .adp-field--qty { width: 100%; }
    .adp-summary { padding: 18px; }
    .adp-filterbar { align-items: stretch; flex-direction: column; }
    .adp-filterbar__search { width: 100%; }
    .adp-filterbar__group { width: 100%; overflow-x: auto; }
    .adp-filterbar select { min-width: 145px; flex: 1; }
    .adp-table-wrap[data-mobile-cards="true"] { display: none; }
    .adp-claims-layout { grid-template-columns: 1fr; }
    .adp-detail-grid { grid-template-columns: 1fr; }
    .adp-finance-grid { grid-template-columns: repeat(2,1fr); }
    .adp-dialog-layer { align-items: end; padding: 0; }
    .adp-dialog { width: 100%; max-height: 91vh; border-radius: 21px 21px 0 0; padding: 26px 19px; }
    .adp-dialog h2 { font-size: 25px; }
    .adp-dialog__actions { flex-direction: column-reverse; }
    .adp-dialog__actions .adp-button { width: 100%; }
    .adp-mobile-only { display: grid; }
    .adp-metric-grid--three { grid-template-columns: 1fr; }
    .adp-mobile-nav { position: fixed; z-index: 30; left: 10px; right: 10px; bottom: max(9px,env(safe-area-inset-bottom)); min-height: 63px; display: grid; grid-template-columns: repeat(auto-fit,minmax(58px,1fr)); padding: 5px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; color: #89919b; background: rgba(11,13,16,.96); box-shadow: 0 16px 45px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
    .adp-mobile-nav button { min-width: 0; display: grid; place-items: center; gap: 2px; border: 0; border-radius: 13px; color: inherit; background: transparent; font-size: 8px; font-weight: 760; }
    .adp-mobile-nav button.is-active { color: #fff; background: #252a31; }
    .adp-mobile-nav svg { width: 19px; height: 19px; }
    .adp-toast-region { bottom: 82px; }
    .adp-busy { bottom: 84px; }
}

@media (max-width: 420px) {
    .adp-login__panel { padding: 21px; }
    .adp-login__heading { margin: 52px 0 28px; }
    .adp-login__heading h1 { font-size: 39px; }
    .adp-metric-grid { grid-template-columns: 1fr; }
    .adp-quick-grid { grid-template-columns: 1fr; }
    .adp-model-switch { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .adp *, .adp *:before, .adp *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Avenrà website-aligned visual system — 1.1 */
:root {
    --adp-accent: #0ea5e9;
    --adp-accent-accessible: #0369a1;
    --adp-accent-hover: #075985;
    --adp-accent-soft: #e0f2fe;
    --adp-ink: #0b0d10;
    --adp-graphite: #171b21;
    --adp-graphite-2: #20262e;
    --adp-canvas: #f7f7f5;
    --adp-surface-soft: #f9fafb;
    --adp-line: #e2e5e8;
    --adp-text: #111827;
    --adp-muted: #66707d;
    --adp-subtle: #929aa5;
    --adp-red: var(--adp-accent-accessible);
    --adp-red-dark: var(--adp-accent-hover);
    --adp-red-soft: var(--adp-accent-soft);
    --adp-blue: var(--adp-accent-accessible);
    --adp-blue-soft: #eff8ff;
    --adp-radius-xs: 12px;
    --adp-radius-sm: 16px;
    --adp-radius: 22px;
    --adp-radius-lg: 26px;
    --adp-shadow-sm: 0 1px 2px rgba(11,13,16,.025), 0 8px 24px rgba(11,13,16,.045);
    --adp-shadow: 0 18px 60px rgba(11,13,16,.1);
    --adp-shadow-lg: 0 32px 100px rgba(11,13,16,.2);
    --adp-topbar: 64px;
    --adp-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    --adp-display: "Avenra Display", "Avenir Next", "Segoe UI", sans-serif;
    --adp-ease: cubic-bezier(.16,1,.3,1);
}

.adp {
    background: var(--adp-canvas);
    color: var(--adp-text);
    font-size: 15px;
    line-height: 1.55;
}
.adp h1,
.adp h2,
.adp h3,
.adp h4 { letter-spacing: -.025em; }
.adp h2 { font-size: clamp(32px,3.4vw,46px); }
.adp h3 { font-size: 19px; }
.adp p { color: var(--adp-muted); }
.adp ::selection { background: rgba(14,165,233,.24); }
.adp :focus-visible { outline-color: rgba(14,165,233,.58); }
.adp-kicker { color: var(--adp-accent-accessible); font-size: 11px; font-weight: 800; letter-spacing: .16em; }

/* Wordmark */
.adp-brand { min-height: 30px; letter-spacing: 0; }
.adp-brand__logo { display: block; width: 132px; height: auto; max-height: 28px; object-fit: contain; object-position: left center; }
.adp-brand__logo.adp-image--missing,
.adp-login__visual-brand img.adp-image--missing { display: none; }
.adp-brand.adp-has-missing-image:before { content: "AVENRÀ"; color: var(--adp-ink); font-family: var(--adp-display); font-size: 15px; letter-spacing: .12em; }
.adp-brand__name { display: none; }
.adp-brand__divider { height: 25px; margin: 0 14px; }
.adp-brand__context { font-family: var(--adp-display); color: #68717d; font-size: 9px; font-weight: 400; letter-spacing: .18em; }
.adp-brand--dark .adp-brand__divider { background: #d8dce1; }

/* Editorial login */
.adp-login { grid-template-columns: minmax(520px,1.16fr) minmax(440px,.84fr); background: #090a0c; }
.adp-login__visual { position: relative; isolation: isolate; display: block; padding: clamp(38px,5vw,76px); background: #08090b; }
.adp-login__visual:before,
.adp-login__visual:after,
.adp-login__beam,
.adp-login__wordmark { display: none; }
.adp-login__image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.adp-login__shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.32),rgba(0,0,0,.05) 56%,rgba(0,0,0,.42)),linear-gradient(0deg,rgba(0,0,0,.92),transparent 68%); }
.adp-login__visual-brand { position: absolute; top: clamp(34px,4vw,62px); left: clamp(38px,5vw,76px); display: flex; align-items: center; gap: 18px; }
.adp-login__visual-brand img { width: clamp(145px,15vw,210px); height: auto; }
.adp-login__visual-brand.adp-has-missing-image:before { content: "AVENRÀ"; color: #fff; font-family: var(--adp-display); font-size: clamp(18px,2vw,27px); letter-spacing: .13em; }
.adp-login__visual-brand span { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.36); font-family: var(--adp-display); color: rgba(255,255,255,.78); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.adp-login__visual-copy { position: absolute; left: clamp(38px,5vw,76px); right: clamp(38px,6vw,92px); bottom: clamp(46px,7vh,86px); }
.adp-login__visual-copy .adp-kicker { margin-bottom: 16px; color: #7dd3fc; }
.adp-login__statement { max-width: 760px; color: #fff; font-size: clamp(35px,4vw,62px); font-weight: 650; line-height: 1.04; letter-spacing: -.045em; text-wrap: balance; }
.adp-login__telemetry { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 32px; }
.adp-login__telemetry span { position: relative; padding: 0 0 0 14px; border: 0; border-radius: 0; color: #e6e9ed; font-size: 11px; font-weight: 600; letter-spacing: .045em; text-transform: none; }
.adp-login__telemetry span:before { content: ""; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--adp-accent); box-shadow: 0 0 14px rgba(14,165,233,.9); transform: translateY(-50%); }
.adp-login__panel { overflow-y: auto; padding: clamp(28px,4vw,58px); background: var(--adp-canvas); }
.adp-login__form-wrap { width: min(480px,100%); padding: clamp(28px,3.2vw,44px); border: 1px solid rgba(226,229,232,.9); border-radius: 26px; background: rgba(255,255,255,.97); box-shadow: 0 28px 90px rgba(11,13,16,.13); }
.adp-login__heading { margin: 50px 0 30px; }
.adp-login__heading h1 { margin-bottom: 12px; font-size: clamp(40px,4vw,54px); font-weight: 760; letter-spacing: -.045em; }
.adp-login__heading p { font-size: 16px; line-height: 1.65; }
.adp-login__support { font-size: 12px; }

/* Controls */
.adp-field { margin-bottom: 20px; }
.adp-field label,
.adp-field > span:first-child,
.adp-colours legend { margin-bottom: 8px; color: #46505c; font-size: 12px; font-weight: 700; }
.adp input[type="text"],
.adp input[type="email"],
.adp input[type="tel"],
.adp input[type="password"],
.adp input[type="number"],
.adp input[type="search"],
.adp input[type="date"],
.adp select,
.adp textarea { min-height: 50px; padding: 12px 15px; border-color: #d3d8de; border-radius: 13px; font-size: 14px; }
.adp input:focus,
.adp select:focus,
.adp textarea:focus { border-color: var(--adp-accent-accessible); box-shadow: 0 0 0 4px rgba(14,165,233,.13); }
.adp-button { min-height: 46px; padding: 11px 22px; border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform .3s var(--adp-ease),box-shadow .3s var(--adp-ease),background .3s,color .3s,border-color .3s; }
.adp-button--primary { background: var(--adp-accent-accessible); box-shadow: 0 8px 26px rgba(3,105,161,.2); }
.adp-button--primary:hover { background: var(--adp-accent-hover); box-shadow: 0 12px 32px rgba(3,105,161,.3); }
.adp-button--dark { background: var(--adp-ink); }
.adp-button--dark:hover { background: var(--adp-accent-accessible); }
.adp-button--secondary { border-color: #d3d8de; }
.adp-button--secondary:hover { border-color: var(--adp-accent); color: var(--adp-accent-accessible); }
.adp-button--quiet:hover { background: var(--adp-accent-soft); color: var(--adp-accent-accessible); }
.adp-button--small { min-height: 36px; padding: 7px 13px; border-radius: 999px; font-size: 11px; }
.adp-inline-alert { border-radius: 14px; font-size: 13px; }
.adp-inline-alert--info { color: #075985; border-color: #bae6fd; background: #f0f9ff; }
.adp-segmented input:focus-visible + span,
.adp-file:focus-within { outline: 3px solid rgba(14,165,233,.58); outline-offset: 2px; }

/* Website-style global portal navigation */
.adp-shell { flex-direction: column; }
.adp-sidebar { position: relative; z-index: 60; width: 100%; height: 76px; min-height: 76px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; flex: 0 0 76px; overflow: visible; color: var(--adp-text); background: rgba(255,255,255,.97); border: 0; border-bottom: 1px solid rgba(226,229,232,.95); box-shadow: 0 4px 24px rgba(11,13,16,.035); }
.adp-sidebar__head { width: auto; height: 76px; padding: 0 26px 0 clamp(22px,3vw,44px); border: 0; }
.adp-sidebar__close { display: none; color: var(--adp-text); }
.adp-nav { min-height: 76px; display: flex; align-items: center; justify-content: center; gap: 2px; overflow: visible; padding: 0 8px; }
.adp-nav__group { position: relative; flex: 0 0 auto; margin: 0; }
.adp-nav__group + .adp-nav__group { margin-top: 0; }
.adp-nav__label { min-height: 44px; display: flex; align-items: center; gap: 7px; margin: 0; padding: 9px 13px; border-radius: 999px; color: #4f5965; font-size: 13px; font-weight: 650; letter-spacing: 0; text-transform: none; cursor: pointer; list-style: none; transition: color .25s,background .25s; }
.adp-nav__label::-webkit-details-marker { display: none; }
.adp-nav__label > svg { width: 12px; height: 12px; transition: transform .25s var(--adp-ease); }
.adp-nav__group[open] > .adp-nav__label > svg { transform: rotate(90deg); }
.adp-nav__group[open] > .adp-nav__label,
.adp-nav__group.has-active > .adp-nav__label { color: var(--adp-accent-accessible); background: var(--adp-accent-soft); }
.adp-nav__group--direct .adp-nav__item { width: auto; min-height: 44px; padding: 9px 14px; border-radius: 999px; color: #4f5965; font-size: 13px; }
.adp-nav__group--direct .adp-nav__item.is-active { color: var(--adp-accent-accessible); background: var(--adp-accent-soft); box-shadow: none; }
.adp-nav__menu { position: absolute; top: calc(100% + 10px); left: 50%; width: max-content; min-width: 255px; display: grid; gap: 3px; padding: 9px; border: 1px solid var(--adp-line); border-radius: 18px; background: rgba(255,255,255,.99); box-shadow: 0 22px 70px rgba(11,13,16,.16); transform: translateX(-50%); }
.adp-nav__menu:before { content: ""; position: absolute; left: 50%; bottom: 100%; width: 18px; height: 18px; border-top: 1px solid var(--adp-line); border-left: 1px solid var(--adp-line); background: #fff; transform: translate(-50%,10px) rotate(45deg); }
.adp-nav__menu .adp-nav__item { position: relative; z-index: 1; min-height: 44px; padding: 9px 12px; border-radius: 12px; color: #4c5662; font-size: 12px; }
.adp-nav__menu .adp-nav__item:hover { color: var(--adp-accent-accessible); background: #f0f9ff; }
.adp-nav__menu .adp-nav__item.is-active { color: #fff; background: var(--adp-accent-accessible); box-shadow: none; }
.adp-nav__badge { background: var(--adp-accent-accessible); }
.adp-nav__dot { background: var(--adp-accent); box-shadow: 0 0 0 4px rgba(14,165,233,.13); }
.adp-sidebar__foot { width: auto; min-height: 76px; padding: 10px clamp(22px,3vw,40px) 10px 16px; border: 0; }
.adp-sidebar__identity strong { color: var(--adp-text); font-size: 12px; }
.adp-sidebar__identity span { color: var(--adp-muted); font-size: 10px; }
.adp-sidebar__foot .adp-icon-button { color: #626d79; }
.adp-avatar { background: linear-gradient(145deg,var(--adp-accent),#075985); box-shadow: 0 5px 18px rgba(3,105,161,.24); }
.adp-workspace { min-height: 0; background: var(--adp-canvas); }
.adp-topbar { min-height: 64px; padding: 9px clamp(22px,4vw,56px); border-color: rgba(226,229,232,.9); background: rgba(247,247,245,.9); backdrop-filter: blur(18px) saturate(150%); }
.adp-topbar h1 { font-size: 19px; font-weight: 720; }
.adp-breadcrumb { color: #818a95; font-size: 10px; }
.adp-main { padding: clamp(28px,4vw,56px); }
.adp-route { width: min(1380px,100%); animation: adp-site-page-in .42s var(--adp-ease) both; }
@keyframes adp-site-page-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

/* Editorial route headers */
.adp-page-head { position: relative; isolation: isolate; overflow: hidden; align-items: center; margin-bottom: 30px; padding: clamp(30px,4vw,48px); border: 1px solid rgba(255,255,255,.08); border-radius: 24px; color: #fff; background: radial-gradient(circle at 84% 10%,rgba(14,165,233,.3),transparent 27%),linear-gradient(135deg,#080a0d,#171c23 68%,#0a2635); box-shadow: var(--adp-shadow); }
.adp-page-head:after { content: ""; position: absolute; z-index: -1; right: -110px; bottom: -190px; width: 430px; height: 430px; border: 1px solid rgba(125,211,252,.13); border-radius: 50%; box-shadow: 0 0 0 72px rgba(14,165,233,.025),0 0 0 144px rgba(14,165,233,.018); }
.adp-page-head h2 { max-width: 850px; margin-bottom: 11px; color: #fff; font-size: clamp(34px,4vw,52px); font-weight: 700; letter-spacing: -.04em; }
.adp-page-head p { max-width: 760px; color: #bdc6d1; font-size: 16px; line-height: 1.65; }
.adp-page-head .adp-kicker { color: #7dd3fc; }
.adp-page-head .adp-button--secondary,
.adp-page-head .adp-button--primary { border-color: rgba(255,255,255,.35); color: #fff; background: rgba(255,255,255,.08); box-shadow: none; backdrop-filter: blur(12px); }
.adp-page-head .adp-button--secondary:hover,
.adp-page-head .adp-button--primary:hover { border-color: #fff; color: var(--adp-accent-accessible); background: #fff; }

/* Dashboard hero */
.adp-dashboard-hero { position: relative; isolation: isolate; min-height: 310px; display: flex; align-items: flex-end; overflow: hidden; margin-bottom: 28px; padding: clamp(30px,4.6vw,58px); border-radius: 26px; color: #fff; background: #08090b; box-shadow: 0 28px 90px rgba(11,13,16,.2); }
.adp-dashboard-hero__image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; transition: transform .8s var(--adp-ease); }
.adp-dashboard-hero:hover .adp-dashboard-hero__image { transform: scale(1.018); }
.adp-dashboard-hero__shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.43) 58%,rgba(0,0,0,.2)),linear-gradient(0deg,rgba(0,0,0,.72),transparent 68%); }
.adp-dashboard-hero__content { width: min(760px,72%); }
.adp-dashboard-hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; color: #dbe3eb; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.adp-dashboard-hero__eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--adp-accent); box-shadow: 0 0 15px var(--adp-accent); }
.adp-dashboard-hero h2 { margin: 0 0 12px; color: #fff; font-size: clamp(36px,4.5vw,58px); font-weight: 680; line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.adp-dashboard-hero p { max-width: 650px; margin: 0; color: #d3d8df; font-size: 16px; line-height: 1.6; }
.adp-dashboard-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.adp-button--hero-primary { color: var(--adp-accent-accessible); background: #fff; box-shadow: 0 0 28px rgba(255,255,255,.2); }
.adp-button--hero-primary:hover { color: #fff; background: var(--adp-accent-accessible); box-shadow: 0 10px 35px rgba(3,105,161,.35); }
.adp-button--hero-secondary { border-color: rgba(255,255,255,.3); color: #fff; background: rgba(0,0,0,.28); backdrop-filter: blur(13px); }
.adp-button--hero-secondary:hover { border-color: rgba(255,255,255,.75); background: rgba(255,255,255,.11); }
.adp-dashboard-hero__status { position: absolute; right: clamp(26px,4vw,50px); bottom: clamp(28px,4vw,52px); width: 150px; padding: 20px; border: 1px solid rgba(255,255,255,.17); border-radius: 20px; background: rgba(0,0,0,.34); backdrop-filter: blur(16px); }
.adp-dashboard-hero__status span,
.adp-dashboard-hero__status small { display: block; color: #c5cbd2; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.adp-dashboard-hero__status strong { display: block; margin: 5px 0 3px; color: #fff; font-size: 40px; line-height: 1; letter-spacing: -.05em; }
.adp-dashboard-hero__status small { color: #8edbfb; font-size: 9px; }

/* Spacious operational surfaces */
.adp-panel { border-color: rgba(222,226,230,.95); border-radius: 22px; padding: clamp(22px,2.5vw,32px); box-shadow: var(--adp-shadow-sm); }
.adp-panel--dark { border-color: #171b21; background: radial-gradient(circle at 92% 5%,rgba(14,165,233,.17),transparent 26%),#111419; }
.adp-panel--dark p { color: #929ca7; }
.adp-section-title { gap: 15px; margin-bottom: 25px; }
.adp-section-title h3 { font-size: 21px; }
.adp-section-title p { font-size: 13px; }
.adp-step { width: 34px; height: 34px; color: var(--adp-accent-accessible); background: var(--adp-accent-soft); font-size: 10px; }
.adp-metric-grid { gap: 17px; margin-bottom: 25px; }
.adp-metric-grid--overview { grid-template-columns: repeat(4,minmax(0,1fr)); }
.adp-metric { min-height: 168px; padding: 24px; border-color: var(--adp-line); border-radius: 20px; box-shadow: var(--adp-shadow-sm); animation: adp-metric-in .5s var(--adp-ease) both; animation-delay: var(--adp-stagger,0ms); }
@keyframes adp-metric-in { from { opacity: 0; transform: translateY(14px); } }
.adp-metric__icon { width: 42px; height: 42px; border-radius: 50%; color: var(--adp-accent-accessible); background: var(--adp-accent-soft); }
.adp-metric__value { margin-top: 23px; color: var(--adp-accent-accessible); font-size: clamp(31px,3vw,43px); font-weight: 760; }
.adp-metric__label { color: #5c6672; font-size: 11px; font-weight: 750; }
.adp-metric__foot { display: block; margin-top: 5px; color: #a0a7b0; font-size: 10px; }
.adp-dashboard-grid { grid-template-columns: minmax(0,1.65fr) minmax(320px,.8fr); gap: 22px; }
.adp-panel-head { margin-bottom: 21px; }
.adp-panel-head h3 { font-size: 20px; }
.adp-panel-head p { font-size: 12px; }
.adp-panel-head--quick { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.adp-action-panel .adp-kicker { color: #7dd3fc; }
.adp-action-panel .adp-panel-head h3 { color: #fff; }
.adp-action-panel .adp-action { border-color: rgba(255,255,255,.1); color: #fff; background: rgba(255,255,255,.055); }
.adp-action-panel .adp-action:hover { border-color: rgba(125,211,252,.35); background: rgba(14,165,233,.1); }
.adp-action-panel .adp-action__icon { color: #7dd3fc; background: rgba(14,165,233,.13); }
.adp-action-panel .adp-action strong { color: #fff; font-size: 13px; }
.adp-action-panel .adp-action small { color: #9aa4af; font-size: 11px; }
.adp-action-panel .adp-quick { min-height: 102px; border-color: rgba(255,255,255,.1); color: #fff; background: rgba(255,255,255,.055); }
.adp-action-panel .adp-quick:hover { border-color: var(--adp-accent); background: rgba(14,165,233,.1); }
.adp-action-panel .adp-quick strong { color: #fff; font-size: 12px; }
.adp-action-panel .adp-quick svg { color: #7dd3fc; stroke: currentColor; }
.adp-action-panel .adp-empty p { color: #98a2ad; }
.adp-data-panel { border-radius: 22px; }
.adp-data-panel .adp-panel-head { padding: 25px 28px; }
.adp-table th { height: 48px; padding: 11px 15px; color: #707a86; background: #f8fafb; font-size: 10px; }
.adp-table td { height: 58px; padding: 15px; font-size: 12px; }
.adp-table tbody tr:hover td { background: #f0f9ff; }
.adp-table strong { font-size: 12px; }
.adp-table small { font-size: 10px; }
.adp-status { min-height: 27px; padding: 4px 9px; font-size: 9px; }
.adp-filterbar { margin-bottom: 20px; padding: 8px; border: 1px solid var(--adp-line); border-radius: 17px; background: rgba(255,255,255,.76); }
.adp-filterbar__search { width: min(440px,100%); }
.adp-filterbar__search input { border-color: transparent; background: transparent; }

/* Website-inspired configurator */
.adp-order-layout { grid-template-columns: minmax(0,1fr) 380px; gap: 24px; }
.adp-order-flow { gap: 24px; }
.adp-segmented { gap: 6px; padding: 6px; border-radius: 999px; background: #edf0f3; }
.adp-segmented span { min-height: 43px; border-radius: 999px; font-size: 13px; }
.adp-model-switch { background: #eef1f3; }
.adp-model-switch button { min-height: 43px; font-size: 12px; }
.adp-model-switch button.is-active { background: var(--adp-ink); }
.adp-bike-stage { min-height: 420px; margin: 24px -32px 26px; border: 0; border-radius: 0; background: radial-gradient(circle at 50% 50%,rgba(14,165,233,.1),transparent 37%),linear-gradient(180deg,#fff,#f4f6f7); }
.adp-bike-stage:before { opacity: .55; background-image: radial-gradient(circle at center,transparent 0,transparent 42%,rgba(17,24,39,.05) 42.3%,transparent 42.8%,transparent 58%,rgba(17,24,39,.04) 58.3%,transparent 58.8%); background-size: 100% 100%; mask-image: none; }
.adp-bike-stage__halo { width: 390px; height: 390px; background: radial-gradient(circle,rgba(14,165,233,.13),rgba(14,165,233,0) 67%); }
.adp-bike-stage img { width: min(720px,92%); height: 350px; filter: drop-shadow(0 28px 23px rgba(11,13,16,.19)); }
.adp-bike-stage__spec { bottom: 24px; left: 30px; }
.adp-bike-stage__spec span { font-family: var(--adp-display); font-size: 9px; }
.adp-bike-stage__spec strong { font-size: 14px; }
.adp-colour-options { gap: 10px; }
.adp-colour { width: auto; height: 48px; display: inline-flex; gap: 9px; padding: 6px 14px 6px 7px; border-radius: 999px; }
.adp-colour:before { display: none; }
.adp-colour__swatch { width: 32px; height: 32px; flex: 0 0 auto; border-radius: 50%; background: var(--swatch); box-shadow: inset 0 0 0 1px rgba(11,13,16,.14); }
.adp-colour__name { color: #4d5662; font-size: 11px; font-weight: 700; }
.adp-colour.is-active { border-color: var(--adp-accent); background: #f0f9ff; box-shadow: 0 0 0 3px rgba(14,165,233,.12); }
.adp-colour.is-active .adp-colour__name { color: var(--adp-accent-accessible); }
.adp-colour.is-active:after { right: -2px; bottom: -2px; border-color: #fff; background: var(--adp-accent-accessible); }
.adp-option-tabs { margin-bottom: 18px; }
.adp-option-tabs button { min-height: 42px; padding: 9px 18px; border-radius: 999px; font-size: 12px; }
.adp-option-tabs button.is-active { color: #fff; background: var(--adp-accent-accessible); }
.adp-option-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.adp-option { min-height: 305px; display: grid; grid-template-rows: 138px 1fr; padding: 0; border-radius: 18px; text-align: left; }
.adp-option:hover { border-color: var(--adp-accent); transform: translateY(-3px); box-shadow: 0 18px 45px rgba(11,13,16,.1); }
.adp-option.is-selected { border-color: var(--adp-accent); background: #fff; box-shadow: 0 0 0 3px rgba(14,165,233,.12),0 18px 45px rgba(11,13,16,.08); }
.adp-option__check { z-index: 3; top: 12px; right: 12px; width: 25px; height: 25px; border-width: 2px; }
.adp-option.is-selected .adp-option__check { border-color: var(--adp-accent-accessible); background: var(--adp-accent-accessible); }
.adp-option__media { display: grid; place-items: center; overflow: hidden; border-radius: 17px 17px 0 0; color: var(--adp-accent-accessible); background: #f1f3f5; }
.adp-option__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--adp-ease); }
.adp-option:hover .adp-option__media img { transform: scale(1.05); }
.adp-option__media > svg { width: 44px; height: 44px; fill: none; stroke: currentColor; }
.adp-option__body { min-width: 0; display: flex; flex-direction: column; padding: 16px; }
.adp-option__group { font-size: 9px; }
.adp-option strong { max-width: calc(100% - 18px); margin-top: 10px; font-size: 14px; }
.adp-option p { margin: 7px 0 15px; font-size: 11px; line-height: 1.5; }
.adp-option__price { margin-top: auto; color: var(--adp-accent-accessible); font-size: 13px; }
.adp-summary { border-radius: 22px; padding: 27px; }
.adp-summary__head h3 { font-size: 20px; }
.adp-totals__grand dd { color: var(--adp-accent-accessible); font-size: 22px; }

/* Product and supporting surfaces */
.adp-product-layout { grid-template-columns: minmax(0,1fr) 360px; gap: 22px; }
.adp-product-grid { gap: 18px; }
.adp-product { border-radius: 20px; }
.adp-product__image { height: 195px; }
.adp-product__body { padding: 20px; }
.adp-product__body h3 { font-size: 16px; }
.adp-partner { border-radius: 20px; padding: 21px; box-shadow: var(--adp-shadow-sm); }
.adp-row-card { border-radius: 19px; padding: 19px; }
.adp-search-result { min-height: 62px; border-radius: 14px; }
.adp-search-result:hover,
.adp-search-result.is-active { border-color: var(--adp-accent); background: #f0f9ff; }
.adp-file { border-radius: 20px; background: #fafbfc; }
.adp-file:hover { border-color: var(--adp-accent); background: #f0f9ff; }

/* Modal layer */
.adp-dialog { border-radius: 26px; }
.adp-dialog__icon { color: var(--adp-accent-accessible); background: var(--adp-accent-soft); }
.adp-dialog h2 { font-size: 32px; }
.adp-toast { border-radius: 16px; }
.adp-busy { border-color: rgba(125,211,252,.28); background: rgba(11,13,16,.96); backdrop-filter: blur(14px); }

/* Final responsive layer for the website-aligned shell */
@media (max-width: 1280px) {
    .adp-sidebar__head { padding-left: 24px; padding-right: 18px; }
    .adp-sidebar__foot { padding-left: 10px; padding-right: 20px; }
    .adp-sidebar__identity > div:last-child { display: none; }
    .adp-nav__label,
    .adp-nav__group--direct .adp-nav__item { padding-left: 10px; padding-right: 10px; font-size: 12px; }
    .adp-option-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 1120px) {
    .adp-shell { display: block; }
    .adp-sidebar { position: fixed; z-index: 80; top: 0; bottom: 0; left: 0; width: min(330px,89vw); height: 100%; min-height: 0; display: flex; flex-direction: column; visibility: hidden; pointer-events: none; transform: translateX(-103%); transition: transform .32s var(--adp-ease),visibility 0s linear .32s; box-shadow: 28px 0 90px rgba(0,0,0,.25); border-right: 1px solid var(--adp-line); }
    .adp-sidebar.is-open { visibility: visible; pointer-events: auto; transform: translateX(0); transition-delay: 0s; }
    .adp-sidebar__head { width: 100%; height: 76px; flex: 0 0 76px; padding: 0 20px; border-bottom: 1px solid var(--adp-line); }
    .adp-sidebar__close,
    .adp-menu-button { display: inline-grid; }
    .adp-nav { width: 100%; min-height: 0; display: block; flex: 1; overflow-x: hidden; overflow-y: auto; padding: 16px 14px 26px; }
    .adp-nav__group { width: 100%; }
    .adp-nav__group + .adp-nav__group { margin-top: 6px; }
    .adp-nav__label,
    .adp-nav__group--direct .adp-nav__item { width: 100%; min-height: 48px; justify-content: flex-start; padding: 10px 13px; border-radius: 13px; font-size: 13px; }
    .adp-nav__label > svg { margin-left: auto; }
    .adp-nav__label .adp-nav__dot { margin-left: 3px; }
    .adp-nav__menu { position: static; width: 100%; min-width: 0; gap: 2px; padding: 5px 0 10px 12px; border: 0; border-radius: 0; background: transparent; box-shadow: none; transform: none; }
    .adp-nav__menu:before { display: none; }
    .adp-nav__menu .adp-nav__item { width: 100%; min-height: 44px; border-radius: 12px; }
    .adp-sidebar__foot { width: 100%; min-height: 74px; margin-top: auto; padding: 10px 15px; border-top: 1px solid var(--adp-line); }
    .adp-sidebar__identity > div:last-child { display: block; }
    .adp-workspace { height: 100%; }
    .adp-topbar { padding-left: 20px; padding-right: 20px; }
    .adp-dashboard-grid,
    .adp-order-layout,
    .adp-product-layout,
    .adp-marketing-layout { grid-template-columns: 1fr; }
    .adp-summary,
    .adp-basket,
    .adp-marketing-layout > .adp-panel:first-child { position: static; }
}

@media (max-width: 980px) {
    .adp-login { position: relative; display: grid; grid-template-columns: 1fr; height: 100%; min-height: 0; overflow-y: auto; }
    .adp-login__visual { position: absolute; z-index: 0; inset: 0; display: block; min-height: 100%; padding: 0; }
    .adp-login__image { object-position: 57% center; }
    .adp-login__shade { background: linear-gradient(rgba(0,0,0,.48),rgba(0,0,0,.75)); }
    .adp-login__visual-copy { display: none; }
    .adp-login__visual-brand { top: 28px; left: 28px; }
    .adp-login__panel { position: relative; z-index: 2; min-height: 100dvh; padding: 84px 24px 28px; background: rgba(7,9,11,.42); backdrop-filter: blur(2px); }
    .adp-login__form-wrap { margin: auto; }
    .adp-metric-grid--overview { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .adp-dashboard-hero__content { width: calc(100% - 165px); }
    .adp-claims-layout { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    :root { --adp-topbar: 68px; }
    .adp-main { padding: 20px 14px calc(98px + env(safe-area-inset-bottom)); }
    .adp-topbar { min-height: 68px; padding: 9px 14px; }
    .adp-breadcrumb { display: none; }
    .adp-topbar h1 { font-size: 18px; }
    .adp-topbar__right > .adp-icon-button { display: none; }
    .adp-topbar__profile strong,
    .adp-topbar__profile small { display: none; }
    .adp-topbar__profile { padding: 0; }
    .adp-page-head { align-items: flex-start; flex-direction: column; margin-bottom: 22px; padding: 27px 22px; border-radius: 21px; }
    .adp-page-head h2 { font-size: 33px; }
    .adp-page-head p { font-size: 14px; }
    .adp-page-head .adp-button { width: 100%; }
    .adp-dashboard-hero { min-height: 455px; align-items: flex-end; margin-bottom: 20px; padding: 27px 22px; border-radius: 22px; }
    .adp-dashboard-hero__image { object-position: 57% center; }
    .adp-dashboard-hero__shade { background: linear-gradient(0deg,rgba(0,0,0,.94),rgba(0,0,0,.28) 85%); }
    .adp-dashboard-hero__content { width: 100%; }
    .adp-dashboard-hero h2 { font-size: 36px; }
    .adp-dashboard-hero p { font-size: 14px; }
    .adp-dashboard-hero__actions { gap: 9px; }
    .adp-dashboard-hero__actions .adp-button { width: 100%; }
    .adp-dashboard-hero { flex-direction: column; align-items: stretch; justify-content: flex-end; }
    .adp-dashboard-hero__status { position: static; width: 100%; display: grid; grid-template-columns: 1fr auto; align-items: center; margin-top: 18px; padding: 15px 17px; border-radius: 17px; }
    .adp-dashboard-hero__status strong { grid-column: 2; grid-row: 1 / span 2; margin: 0; }
    .adp-dashboard-hero__status strong { font-size: 31px; }
    .adp-metric-grid,
    .adp-metric-grid--overview { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .adp-metric { min-height: 148px; padding: 18px; }
    .adp-metric__icon { width: 36px; height: 36px; }
    .adp-metric__value { margin-top: 18px; font-size: 29px; }
    .adp-panel { padding: 20px; border-radius: 19px; }
    .adp-data-panel { padding: 0; }
    .adp-data-panel .adp-panel-head { padding: 20px; }
    .adp-filterbar { align-items: stretch; flex-direction: column; padding: 7px; }
    .adp-filterbar__search,
    .adp-filterbar__group { width: 100%; }
    .adp-filterbar__group { overflow-x: auto; }
    .adp-filterbar select { min-width: 145px; flex: 1; }
    .adp-form-grid { grid-template-columns: 1fr; }
    .adp-field--wide { grid-column: auto; }
    .adp-segmented { grid-template-columns: 1fr; border-radius: 15px; }
    .adp-segmented span { border-radius: 11px; }
    .adp-bike-stage { min-height: 310px; margin-left: -20px; margin-right: -20px; }
    .adp-bike-stage img { width: 96%; height: 250px; }
    .adp-bike-stage__spec { left: 20px; bottom: 17px; }
    .adp-colour-options { display: grid; grid-template-columns: 1fr 1fr; }
    .adp-colour { width: 100%; justify-content: flex-start; }
    .adp-option-grid,
    .adp-product-grid,
    .adp-partner-grid,
    .adp-operation-grid { grid-template-columns: 1fr; }
    .adp-option { min-height: 285px; }
    .adp-add-config { align-items: stretch; flex-direction: column; }
    .adp-field--qty { width: 100%; }
    .adp-summary { padding: 21px; }
    .adp-detail-grid { grid-template-columns: 1fr; }
    .adp-finance-grid { grid-template-columns: repeat(2,1fr); }
    .adp-table-wrap[data-mobile-cards="true"] { display: none; }
    .adp-mobile-only { display: grid; }
    .adp-data-panel > .adp-mobile-only { padding: 12px; }
    .adp-row-card__head { flex-wrap: wrap; }
    .adp-row-card__head select { width: auto; max-width: 100%; min-height: 38px; font-size: 10px; }
    .adp-row-card__grid strong { overflow-wrap: anywhere; }
    .adp-dialog-layer { align-items: end; padding: 0; }
    .adp-dialog { width: 100%; max-height: 92vh; padding: 27px 20px max(27px,env(safe-area-inset-bottom)); border-radius: 24px 24px 0 0; }
    .adp-dialog h2 { font-size: 29px; }
    .adp-dialog__actions { flex-direction: column-reverse; }
    .adp-dialog__actions .adp-button { width: 100%; }
    .adp-mobile-nav { position: fixed; z-index: 30; left: 10px; right: 10px; bottom: max(9px,env(safe-area-inset-bottom)); min-height: 64px; display: grid; grid-template-columns: repeat(auto-fit,minmax(58px,1fr)); padding: 5px; border: 1px solid rgba(255,255,255,.13); border-radius: 19px; color: #8b949f; background: rgba(8,10,13,.96); box-shadow: 0 18px 50px rgba(0,0,0,.3); backdrop-filter: blur(18px); }
    .adp-mobile-nav button { min-width: 0; display: grid; place-items: center; gap: 2px; border: 0; border-radius: 14px; color: inherit; background: transparent; font-size: 8px; font-weight: 750; }
    .adp-mobile-nav button.is-active { color: #fff; background: rgba(14,165,233,.2); box-shadow: inset 0 -2px var(--adp-accent); }
    .adp-toast-region { bottom: 84px; }
    .adp-busy { bottom: 86px; }
}

@media (max-width: 480px) {
    .adp-login__visual-brand { top: 20px; left: 20px; }
    .adp-login__visual-brand img { width: 132px; }
    .adp-login__visual-brand span { display: none; }
    .adp-login__panel { padding: 70px 13px 18px; }
    .adp-login__form-wrap { padding: 25px 20px; border-radius: 22px; }
    .adp-login__heading { margin: 38px 0 25px; }
    .adp-login__heading h1 { font-size: 39px; }
    .adp-metric-grid,
    .adp-metric-grid--overview { grid-template-columns: 1fr; }
    .adp-colour-options { grid-template-columns: 1fr; }
    .adp-quick-grid { grid-template-columns: 1fr; }
    .adp-model-switch { width: 100%; }
}

/* Task-first dealer home and plain-language workspaces */
.adp-dashboard-intro { position: relative; isolation: isolate; min-height: 190px; display: flex; align-items: center; overflow: hidden; margin-bottom: 30px; padding: clamp(28px,4vw,46px); border-radius: 26px; color: #fff; background: #08090b; box-shadow: 0 24px 70px rgba(11,13,16,.2); }
.adp-dashboard-intro__image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 47%; transition: transform .8s var(--adp-ease); }
.adp-dashboard-intro:hover .adp-dashboard-intro__image { transform: scale(1.018); }
.adp-dashboard-intro__shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.66) 57%,rgba(0,0,0,.34)),linear-gradient(0deg,rgba(0,0,0,.45),transparent); }
.adp-dashboard-intro__content { width: min(780px,calc(100% - 180px)); }
.adp-dashboard-intro h2 { margin: 0 0 8px; color: #fff; font-size: clamp(34px,4vw,50px); font-weight: 690; line-height: 1.02; letter-spacing: -.045em; }
.adp-dashboard-intro p { max-width: 670px; margin: 0; color: #d1d7de; font-size: 15px; line-height: 1.55; }
.adp-dashboard-intro__status { position: absolute; right: clamp(24px,4vw,46px); min-width: 134px; display: grid; justify-items: end; gap: 4px; padding-left: 25px; border-left: 1px solid rgba(255,255,255,.2); }
.adp-dashboard-intro__status strong { color: #fff; font-size: 38px; line-height: 1; letter-spacing: -.05em; }
.adp-dashboard-intro__status span { color: #9cdffe; font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.adp-dashboard-intro__status--clear { grid-template-columns: auto 1fr; align-items: center; color: #9cdffe; }
.adp-dashboard-intro__status--clear svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.adp-dashboard-intro__status--clear strong { font-size: 14px; letter-spacing: -.01em; }

.adp-task-launcher { margin-bottom: 30px; }
.adp-task-launcher__head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 18px; }
.adp-task-launcher__head h2 { margin: 4px 0 5px; color: var(--adp-text); font-size: clamp(28px,3vw,40px); line-height: 1.08; letter-spacing: -.04em; }
.adp-task-launcher__head p { margin: 0; color: var(--adp-muted); font-size: 13px; }
.adp-task-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.adp-task-card { width: 100%; min-width: 0; min-height: 185px; display: flex; flex-direction: column; justify-content: flex-start; padding: 21px; overflow: hidden; border: 1px solid var(--adp-line); border-radius: 21px; color: var(--adp-text); background: #fff; box-shadow: var(--adp-shadow-sm); font: inherit; text-align: left; text-decoration: none; cursor: pointer; transition: transform .28s var(--adp-ease),border-color .28s ease,box-shadow .28s ease,background .28s ease; }
.adp-task-card:hover { border-color: rgba(3,105,161,.38); color: var(--adp-text); transform: translateY(-4px); box-shadow: 0 20px 55px rgba(11,13,16,.12); }
.adp-task-card:focus-visible { outline: 3px solid rgba(14,165,233,.35); outline-offset: 3px; }
.adp-task-card__top { display: flex; align-items: center; justify-content: space-between; }
.adp-task-card__icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: var(--adp-accent-accessible); background: var(--adp-accent-soft); }
.adp-task-card__icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.adp-task-card__index { color: #a0a8b1; font-family: var(--adp-display); font-size: 10px; letter-spacing: .12em; }
.adp-task-card__badge { min-height: 25px; display: inline-flex; align-items: center; padding: 4px 9px; border-radius: 999px; color: #8a4a05; background: #fff2d7; font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.adp-task-card__body { display: block; margin-top: 22px; }
.adp-task-card__body strong { display: block; color: inherit; font-size: 18px; line-height: 1.15; letter-spacing: -.025em; }
.adp-task-card__body > span { display: block; margin-top: 8px; color: #69737f; font-size: 11px; line-height: 1.48; }
.adp-task-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 17px; color: var(--adp-accent-accessible); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.adp-task-card__foot svg { width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .25s var(--adp-ease); }
.adp-task-card:hover .adp-task-card__foot svg { transform: translateX(3px); }
.adp-task-card--primary { border-color: #11161c; color: #fff; background: radial-gradient(circle at 92% 5%,rgba(14,165,233,.25),transparent 34%),#111419; box-shadow: 0 20px 50px rgba(11,13,16,.18); }
.adp-task-card--primary:hover { border-color: #263f4c; color: #fff; background: radial-gradient(circle at 92% 5%,rgba(14,165,233,.35),transparent 37%),#0d1116; }
.adp-task-card--primary .adp-task-card__icon { color: #9cdffe; background: rgba(14,165,233,.15); }
.adp-task-card--primary .adp-task-card__index { color: #77828e; }
.adp-task-card--primary .adp-task-card__body > span { color: #aab3bd; }
.adp-task-card--primary .adp-task-card__foot { color: #9cdffe; }
.adp-task-card--external { background: linear-gradient(145deg,#fff,#f1f9fd); }

.adp-home-secondary { display: grid; grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr); gap: 20px; margin-top: 5px; }
.adp-home-secondary--single { grid-template-columns: 1fr; }
.adp-recent-list { display: grid; gap: 1px; border: 1px solid var(--adp-line); border-radius: 15px; overflow: hidden; background: var(--adp-line); }
.adp-recent-order { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 15px; background: #fff; }
.adp-recent-order > div { min-width: 0; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 4px 10px; }
.adp-recent-order .adp-ref { grid-row: 1 / span 2; }
.adp-recent-order strong { overflow: hidden; color: var(--adp-text); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.adp-recent-order small { color: var(--adp-muted); font-size: 10px; }

.adp-workflow-strip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin: -12px 0 24px; padding: 8px; border: 1px solid var(--adp-line); border-radius: 17px; background: rgba(255,255,255,.72); }
.adp-workflow-strip span { min-height: 42px; display: flex; align-items: center; gap: 10px; padding: 8px 13px; border-radius: 12px; color: #53606d; background: #fff; font-size: 11px; font-weight: 700; }
.adp-workflow-strip b { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--adp-accent-accessible); background: var(--adp-accent-soft); font-size: 8px; letter-spacing: .06em; }

.adp-order-history-panel .adp-panel-head { padding-bottom: 10px; }
.adp-order-search { margin-left: 20px; margin-right: 20px; }
.adp-order-search .adp-filterbar__search { flex: 1; width: auto; }
.adp-claim-search .adp-filterbar__search { flex: 1; width: auto; }
.adp-status-updated { display: block; margin-top: 5px; color: #8d96a0; font-size: 8px !important; }
.adp-row-card > .adp-status-updated { margin: 11px 0 0; }

.adp-intent-switch { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: -10px 0 24px; }
.adp-intent-switch > button { min-height: 92px; display: flex; align-items: center; gap: 14px; padding: 17px 19px; border: 1px solid var(--adp-line); border-radius: 18px; color: #5f6975; background: #fff; font: inherit; text-align: left; cursor: pointer; transition: border-color .2s ease,background .2s ease,transform .2s ease; }
.adp-intent-switch > button:hover { border-color: var(--adp-accent); transform: translateY(-2px); }
.adp-intent-switch > button.is-active { border-color: rgba(3,105,161,.42); color: var(--adp-accent-accessible); background: #f0f9ff; box-shadow: inset 0 0 0 1px rgba(14,165,233,.08); }
.adp-intent-switch > button > svg { width: 25px; height: 25px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; }
.adp-intent-switch > button > span:not(.adp-status) { min-width: 0; display: grid; gap: 4px; }
.adp-intent-switch strong { color: var(--adp-text); font-size: 14px; }
.adp-intent-switch small { color: var(--adp-muted); font-size: 10px; }
.adp-intent-switch .adp-status { margin-left: auto; }
.adp-claim-workspace { margin-top: 0; }
.adp-claim-register { margin-top: 0; }
.adp-claim-notes { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 18px; }
.adp-claim-notes > div { padding: 17px; border: 1px solid var(--adp-line); border-radius: 15px; background: #f8fafb; }
.adp-claim-notes span { color: var(--adp-muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.adp-claim-notes p { margin: 8px 0 0; color: var(--adp-text); font-size: 12px; line-height: 1.6; white-space: pre-wrap; }
.adp-part-row > strong small { display: block; color: var(--adp-muted); font-size: 9px; font-weight: 650; }

@media (max-width: 1100px) {
    .adp-task-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .adp-home-secondary { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .adp-dashboard-intro { min-height: 265px; align-items: flex-end; margin-bottom: 24px; padding: 25px 21px; border-radius: 22px; }
    .adp-dashboard-intro__image { object-position: 58% center; }
    .adp-dashboard-intro__shade { background: linear-gradient(0deg,rgba(0,0,0,.94),rgba(0,0,0,.35) 86%); }
    .adp-dashboard-intro__content { width: 100%; padding-bottom: 54px; }
    .adp-dashboard-intro h2 { font-size: 34px; }
    .adp-dashboard-intro p { font-size: 13px; }
    .adp-dashboard-intro__status { right: 21px; bottom: 19px; left: 21px; min-width: 0; display: flex; align-items: center; justify-content: flex-start; gap: 8px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: rgba(0,0,0,.3); backdrop-filter: blur(12px); }
    .adp-dashboard-intro__status strong { font-size: 22px; }
    .adp-dashboard-intro__status span { font-size: 8px; }
    .adp-dashboard-intro__status--clear strong { font-size: 12px; }
    .adp-task-launcher__head h2 { font-size: 29px; }
    .adp-task-grid { gap: 10px; }
    .adp-task-card { min-height: 174px; padding: 17px; border-radius: 18px; }
    .adp-task-card__icon { width: 38px; height: 38px; }
    .adp-task-card__body { margin-top: 17px; }
    .adp-task-card__body strong { font-size: 16px; }
    .adp-task-card__body > span { font-size: 10px; }
    .adp-task-card__foot { padding-top: 13px; font-size: 8px; }
    .adp-workflow-strip { grid-template-columns: 1fr; margin-top: -5px; }
    .adp-order-search { margin-left: 12px; margin-right: 12px; }
    .adp-order-search .adp-filterbar__group { display: grid; grid-template-columns: 1fr auto; overflow: visible; }
    .adp-order-search .adp-filterbar__group select { grid-column: 1 / -1; width: 100%; }
    .adp-claim-search .adp-filterbar__group { display: grid; grid-template-columns: 1fr auto; overflow: visible; }
    .adp-claim-search .adp-filterbar__group select { grid-column: 1 / -1; width: 100%; }
    .adp-intent-switch { grid-template-columns: 1fr; }
    .adp-claim-notes { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .adp-task-grid { grid-template-columns: 1fr; }
    .adp-task-card { min-height: 158px; }
    .adp-recent-order { align-items: flex-start; }
}

@media (max-height: 650px) and (orientation: landscape) {
    .adp-login__panel { align-items: start; padding-top: 22px; padding-bottom: 22px; }
    .adp-login__form-wrap { margin: 0 auto; }
    .adp-login__heading { margin: 24px 0 20px; }
}

/* Confirmed dealer deliveries */
.adp-allocation-summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 30px; padding: 24px 28px; border: 1px solid #cde4ee; border-radius: 21px; background: linear-gradient(120deg,#f0f9ff,#fff); box-shadow: var(--adp-shadow-sm); }
.adp-allocation-summary h3 { margin: 5px 0 7px; font-size: 24px; letter-spacing: -.025em; }
.adp-allocation-summary p { margin: 0; color: var(--adp-muted); font-size: 13px; line-height: 1.5; }
.adp-allocation-summary__date { display: grid; gap: 7px; }
.adp-allocation-summary__date > span { color: var(--adp-muted); font-size: 11px; }
.adp-allocation-summary__date strong { color: var(--adp-text); font-size: 16px; }
.adp-allocation-summary > .adp-button { flex-shrink: 0; }
.adp-stock-controls { display: flex; flex-wrap: wrap; gap: 8px; }
.adp-stock-filters { flex-wrap: wrap; margin: 0 20px 20px; }
.adp-stock-filters .adp-filterbar__group { flex: 1 1 100%; min-width: 0; }
.adp-stock-filters select { flex: 1; min-width: 0; max-width: 100%; }
.adp-stock-filters .adp-filterbar__search { width: 100%; }
.adp-allocation-stock .adp-stock-vehicle { min-width: 210px; max-width: 340px; }
.adp-allocation-stock .adp-status { max-width: 220px; white-space: normal; text-transform: none; letter-spacing: 0; line-height: 1.4; }
.adp-allocation-stock .adp-status:before { flex-shrink: 0; }
.adp-allocation-vin { font-family: ui-monospace,SFMono-Regular,Consolas,monospace; font-size: 12px; letter-spacing: .01em; white-space: nowrap; }
.adp-allocation-card .adp-row-card__head { flex-direction: column; gap: 10px; }
.adp-allocation-card .adp-row-card__grid { gap: 14px; }
.adp-allocation-card__vin { grid-column: 1 / -1; }
.adp-allocation-card .adp-table__actions:not(:empty) { margin-top: 18px; }
.adp-allocation-card .adp-table__actions .adp-button { width: 100%; }
.adp-allocation-identity { display: grid; gap: 5px; margin: 20px 0 24px; padding: 16px; border: 1px solid var(--adp-line); border-radius: 14px; background: #f8fafb; overflow-wrap: anywhere; }
.adp-allocation-identity > span { color: var(--adp-muted); font-size: 13px; }
.adp-allocation-identity .adp-allocation-vin { margin-top: 5px; color: var(--adp-text); }
.adp-allocation-note { color: var(--adp-muted); font-size: 12px; line-height: 1.5; }

@media (max-width: 900px) {
    .adp-allocation-summary { flex-wrap: wrap; gap: 18px; }
    .adp-allocation-summary > div:first-child { flex: 1 1 100%; }
}

@media (max-width: 720px) {
    .adp-allocation-summary { padding: 21px; margin-bottom: 24px; }
    .adp-allocation-summary h3 { font-size: 22px; }
    .adp-allocation-summary > .adp-button { width: 100%; }
    .adp-stock-controls { width: 100%; }
    .adp-stock-filters { margin-left: 12px; margin-right: 12px; }
    .adp-stock-filters .adp-filterbar__group { display: grid; grid-template-columns: 1fr; overflow: visible; }
    .adp-stock-filters select { width: 100%; }
    .adp-allocation-card .adp-row-card__grid strong { overflow-wrap: break-word; }
}

@media (prefers-reduced-motion: reduce) {
    .adp *,
    .adp *:before,
    .adp *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Motorcycle journeys: a single responsive identity and delivery workspace. */
.adp-journey-summary { align-items: flex-start; }
.adp-journey-summary p + p { margin-top: 7px; }
.adp-journey-summary .adp-journey-supply { margin-top: 12px; color: #845600; }
.adp-journey-workspace { padding-bottom: 20px; }
.adp-journey-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; padding: 0 20px; }
.adp-journey-card { display: flex; flex-direction: column; min-width: 0; padding: 23px; border: 1px solid var(--adp-line); border-radius: 18px; background: #fff; }
.adp-journey-card__head { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 12px; }
.adp-journey-card__head > div { min-width: 0; flex: 1 1 160px; }
.adp-journey-card h3 { margin: 7px 0 0; font-size: 22px; }
.adp-journey-card .adp-status, .adp-journey-detail .adp-status { max-width: 100%; white-space: normal; line-height: 1.4; text-transform: none; letter-spacing: 0; overflow-wrap: anywhere; }
.adp-journey-card .adp-status:before { flex-shrink: 0; }
.adp-journey-identity { display: grid; gap: 6px; min-width: 0; margin: 18px 0; padding: 13px 15px; border-radius: 11px; background: #f5f7f8; }
.adp-journey-ref, .adp-journey-vin { display: block; max-width: 100%; font-family: ui-monospace,SFMono-Regular,Consolas,monospace; font-size: 12px; line-height: 1.55; white-space: normal; overflow-wrap: anywhere; }
.adp-journey-ref { color: var(--adp-text); font-weight: 650; }
.adp-journey-vin { color: var(--adp-muted); }
.adp-journey-reservation { margin: 0 0 14px; color: #265b52; font-size: 12px; line-height: 1.6; overflow-wrap: anywhere; }
.adp-journey-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px 20px; margin: 0; }
.adp-journey-facts > div { min-width: 0; }
.adp-journey-facts dt { margin-bottom: 5px; color: var(--adp-muted); font-size: 10px; line-height: 1.5; }
.adp-journey-facts dd { margin: 0; color: var(--adp-text); font-size: 12px; font-weight: 550; line-height: 1.55; overflow-wrap: anywhere; }
.adp-journey-qualifier { display: inline-block; margin-top: 3px; padding: 2px 6px; border-radius: 5px; background: #fff3d7; color: #785113; font-size: 10px; }
.adp-journey-link { display: grid; gap: 6px; margin: 18px 0 0; padding: 14px; border-left: 3px solid #789f98; border-radius: 0 9px 9px 0; background: #f3f8f6; }
.adp-journey-link > span { color: var(--adp-muted); font-size: 11px; line-height: 1.6; overflow-wrap: anywhere; }
.adp-journey-card > .adp-button { align-self: flex-start; margin-top: 21px; }
.adp-journey-needs { margin-top: 24px; }
.adp-journey-needs > ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 0; padding: 0 24px 24px; list-style: none; }
.adp-journey-needs li { min-width: 0; padding: 16px; border: 1px solid #e9dfc9; border-radius: 12px; background: #fffcf5; overflow-wrap: anywhere; }
.adp-journey-needs li strong { font-size: 13px; }
.adp-journey-needs li p { margin: 7px 0; font-size: 12px; line-height: 1.65; }
.adp-journey-needs li > span { color: var(--adp-muted); font-size: 11px; line-height: 1.6; }
.adp-journey-detail .adp-journey-facts { margin-top: 24px; }
.adp-journey-detail-section { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--adp-line); }
.adp-journey-detail-section h3 { margin: 0 0 13px; font-size: 17px; }
.adp-journey-detail-section h4 { margin: 18px 0 8px; font-size: 13px; }
.adp-journey-detail-section p, .adp-journey-detail-section li { font-size: 12px; line-height: 1.7; overflow-wrap: anywhere; }
.adp-journey-spec { max-width: 100%; margin: 0; padding: 15px; border-radius: 11px; background: #f5f7f8; color: var(--adp-text); font-size: 11px; line-height: 1.7; white-space: pre-wrap; overflow-wrap: anywhere; }
.adp-journey-checklist { margin: 0; padding: 0; list-style: none; }
.adp-journey-checklist li { display: flex; align-items: baseline; gap: 10px; margin-bottom: 7px; }
.adp-journey-checklist li span { flex-shrink: 0; color: #785113; font-size: 10px; font-weight: 650; }
.adp-journey-timeline { margin: 0 0 0 7px; padding: 0 0 0 21px; border-left: 1px solid var(--adp-line); list-style: none; }
.adp-journey-timeline li { position: relative; margin-bottom: 20px; }
.adp-journey-timeline li:before { content: ''; position: absolute; top: 7px; left: -26px; width: 9px; height: 9px; border: 2px solid #fff; border-radius: 50%; background: #56877c; }
.adp-journey-timeline li > strong { display: block; text-transform: capitalize; }
.adp-journey-timeline li > span { display: block; margin-top: 3px; color: var(--adp-muted); font-size: 11px; }
.adp-journey-timeline li p { margin: 5px 0 0; }
.adp-journey-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.adp-journey-actions .adp-button { white-space: normal; text-align: left; }
.adp-journey-field-label { color: var(--adp-muted); font-size: 12px; }
.adp-field label.adp-journey-check { display: flex; align-items: flex-start; gap: 10px; margin-top: 10px; line-height: 1.6; font-weight: 450; }
.adp-field .adp-journey-check input[type="checkbox"] { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 2px; padding: 0; }
.adp-journey-check span { min-width: 0; overflow-wrap: anywhere; }
.adp-journey-order-search { display: flex; gap: 8px; }
.adp-journey-order-search input { flex: 1; min-width: 0; }
.adp-journey-order-search .adp-button { flex-shrink: 0; }

@media (min-width: 1550px) {
    .adp-journey-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 1100px) {
    .adp-journey-grid, .adp-journey-needs > ul { grid-template-columns: minmax(0,1fr); }
}
@media (max-width: 720px) {
    .adp-journey-grid { padding: 0 12px; gap: 12px; }
    .adp-journey-card { padding: 18px; }
    .adp-journey-card > .adp-button { width: 100%; justify-content: space-between; }
    .adp-journey-needs > ul { padding: 0 16px 16px; }
    .adp-journey-actions { display: grid; grid-template-columns: minmax(0,1fr); }
    .adp-journey-actions .adp-button { justify-content: flex-start; }
}
@media (max-width: 400px) {
    .adp-journey-facts { grid-template-columns: minmax(0,1fr); gap: 13px; }
    .adp-journey-order-search { flex-wrap: wrap; }
}

/* Customer introductions and Current earnings. */
.adp-customer-details { margin-top: 24px; }
.adp-customer-details label span { color: var(--adp-muted); font-weight: 400; }
.adp-field-help { margin: 12px 0 0; color: var(--adp-muted); font-size: 12px; line-height: 1.65; }
.adp-current-selection > .adp-field { margin-top: 20px; }
.adp-current-selection > p { color: var(--adp-muted); font-size: 13px; line-height: 1.7; }
#adp-current-access { margin-top: 18px; }
#adp-current-access a { color: var(--adp-accent-accessible); font-weight: 700; }
#adp-current-summary h3 { margin: 10px 0 16px; }
#adp-current-summary > p { font-size: 13px; line-height: 1.7; }
.adp-current-terms { padding: 15px; border-left: 3px solid var(--adp-accent-accessible); border-radius: 0 12px 12px 0; color: #355369; background: var(--adp-accent-soft); }
#adp-launch-current { margin-top: 14px; white-space: normal; }
.adp-current-link { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--adp-line); }
.adp-current-link > label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 750; }
.adp-current-link > input { font-size: 12px; text-overflow: ellipsis; }
.adp-current-link > p { color: var(--adp-muted); font-size: 12px; line-height: 1.7; }
.adp-current-link__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.adp-home-sales { margin: 0 0 28px; }
.adp-home-performance { margin: 0 0 30px; }
.adp-performance-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.adp-performance-card { min-width:0; padding:24px; border:1px solid var(--adp-line); border-radius:20px; background:#fff; box-shadow:var(--adp-shadow-sm); }
.adp-performance-number { display:block; margin:14px 0 10px; font-family:var(--adp-display); font-size:clamp(28px,2.5vw,42px); font-weight:600; line-height:1.15; letter-spacing:-.04em; overflow-wrap:anywhere; }
.adp-performance-card > p { color:var(--adp-muted); font-size:12px; line-height:1.6; margin:10px 0 0; }
.adp-performance-card--value { background:var(--adp-ink); color:#fff; }
.adp-performance-card--value > p { color:#d4e1ea; }
.adp-performance-breakdown { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin:20px 0 0; }
.adp-performance-breakdown dt,.adp-performance-earnings dt { color:var(--adp-muted); font-size:11px; line-height:1.5; }
.adp-performance-breakdown dd { margin:4px 0 0; font-size:19px; font-weight:650; }
.adp-performance-earnings { display:grid; gap:15px; margin:18px 0 0; }
.adp-performance-earnings dd { margin:4px 0 0; font-size:clamp(18px,1.7vw,25px); font-weight:600; overflow-wrap:anywhere; }
.adp-performance-card > .adp-performance-note { font-weight:650; }
.adp-performance-method { margin-top:14px; color:var(--adp-muted); font-size:12px; line-height:1.7; }
.adp-performance-method summary { cursor:pointer; width:fit-content; }
.adp-performance-method summary:focus-visible { outline:2px solid var(--adp-accent); outline-offset:5px; }
.adp-performance-method p,.adp-performance-method ul { margin:10px 0; }
@media(max-width:1200px){.adp-performance-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:560px){.adp-performance-grid{grid-template-columns:1fr;}.adp-home-performance > .adp-panel-head{align-items:flex-start;flex-direction:column;gap:14px;}.adp-performance-card{padding:22px;}}
.adp-sales-totals { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.adp-sales-total { min-width: 0; padding: 24px; border: 1px solid var(--adp-line); border-radius: 20px; background: #fff; box-shadow: var(--adp-shadow-sm); }
.adp-sales-total > span { display: block; color: var(--adp-muted); font-size: 11px; font-weight: 650; }
.adp-sales-total > strong { display: block; margin-top: 12px; color: var(--adp-ink); font-family: var(--adp-display); font-size: clamp(24px, 2.3vw, 34px); font-weight: 600; letter-spacing: -.035em; overflow-wrap: anywhere; }
.adp-sales-total:last-child { border-color: #8fcab4; background: #f2faf6; }
.adp-sales-total:last-child > strong { color: #176348; }
.adp-sales-total > p { margin: 10px 0 0; color: var(--adp-muted); font-size: 12px; line-height: 1.6; }
.adp-sales-total > .adp-sales-held { color: #805514; font-weight: 650; }
.adp-sales-switch { margin: 20px 0; }
.adp-sales-register { margin-top: 22px; }
.adp-sale-card { padding: 24px 0; border-top: 1px solid var(--adp-line); }
.adp-sale-card__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.adp-sale-card__head h3 { margin: 9px 0 4px; }
.adp-sale-card__head p { margin: 0; color: var(--adp-muted); font-size: 12px; }
.adp-sale-card__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 22px 0 0; }
.adp-sale-card__facts dt, .adp-sale-detail dt { color: var(--adp-muted); font-size: 11px; line-height: 1.5; }
.adp-sale-card__facts dd, .adp-sale-detail dd { margin: 6px 0 0; font-size: 13px; font-weight: 650; line-height: 1.6; overflow-wrap: anywhere; }
.adp-sale-card__facts dd small { display: block; margin-top: 4px; color: var(--adp-muted); font-size: 11px; font-weight: 500; }
.adp-sales-pagination { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--adp-line); }
.adp-sales-pagination > span { color: var(--adp-muted); font-size: 12px; text-align: center; }
.adp-sale-detail { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 22px 0; }
.adp-sale-detail > div { min-width: 0; padding: 14px; border: 1px solid var(--adp-line); border-radius: 12px; background: #f9fafb; }
.adp-sale-ledger, .adp-sale-history { padding: 0; margin: 15px 0 26px; list-style: none; }
.adp-sale-ledger > li { display: flex; gap: 20px; align-items: start; justify-content: space-between; padding: 15px 0; border-top: 1px solid var(--adp-line); }
.adp-sale-ledger strong, .adp-sale-history strong { font-size: 12px; }
.adp-sale-ledger span, .adp-sale-history span { display: block; margin-top: 5px; color: var(--adp-muted); font-size: 12px; line-height: 1.65; overflow-wrap: anywhere; }
.adp-sale-ledger b { flex: 0 0 auto; font-size: 14px; text-align: right; }
.adp-sale-ledger b small { display: block; font-size: 10px; font-weight: 500; color: var(--adp-muted); }
.adp-sale-history > li { padding: 12px 0; border-top: 1px solid var(--adp-line); }
.adp-sale-actions { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--adp-line); }
.adp-sale-actions > .adp-kicker { display: block; margin-bottom: 12px; }
.adp-sale-action-fields { margin-top: 22px; }
.adp-sale-action-fields > p, .adp-sale-confirm { grid-column: 1 / -1; }
.adp-sale-confirm { display: flex; gap: 12px; align-items: flex-start; padding: 14px; border-radius: 12px; background: var(--adp-accent-soft); font-size: 13px; line-height: 1.6; cursor: pointer; }
.adp-sale-confirm > input { width: 20px; height: 20px; min-height: 20px; flex: 0 0 20px; margin-top: 2px; accent-color: var(--adp-accent-accessible); }
.adp-sale-action-fields .adp-field > p { color: var(--adp-muted); font-size: 12px; line-height: 1.65; }
@media (max-width: 760px) {
    .adp-sales-totals { grid-template-columns: 1fr; gap: 10px; }
    .adp-sales-total { padding: 18px 20px; }
    .adp-sales-total > strong { margin-top: 8px; }
    .adp-sales-total > p { margin-top: 6px; }
    .adp-sale-card__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .adp-home-sales .adp-panel-head, .adp-sale-card__head { align-items: flex-start; flex-direction: column; }
    .adp-sale-detail { gap: 9px; }
    .adp-sale-detail > div { padding: 11px; }
    .adp-current-link__actions > .adp-button { flex: 1 1 180px; }
}
@media (max-width: 440px) {
    .adp-sale-detail { grid-template-columns: 1fr; }
    .adp-sales-pagination { gap: 8px; }
    .adp-sales-pagination .adp-button { padding-inline: 14px; }
    .adp-sale-ledger > li { gap: 10px; }
}
