@charset "UTF-8";

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

body.avenra-dealer-portal-page .adp-shared {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !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-shared,
.adp-shared * { box-sizing: border-box; }
.adp-shared {
    --adp-shared-ink: #0b0d10;
    --adp-shared-muted: #66717d;
    --adp-shared-line: #dde2e7;
    --adp-shared-blue: #0369a1;
    position: fixed;
    inset: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f3f5f6;
    color: var(--adp-shared-ink);
    font-family: Inter, "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
.adp-shared img { max-width: 100%; }
.adp-shared :focus-visible { outline: 3px solid rgba(3, 105, 161, .42); outline-offset: 3px; }
.adp-shared__skip { position: fixed; z-index: 4; top: 10px; left: 50%; padding: 10px 17px; border-radius: 999px; color: var(--adp-shared-ink); background: #fff; box-shadow: 0 8px 28px rgba(0, 0, 0, .18); text-decoration: none; transform: translate(-50%, -180%); transition: transform .18s ease; }
.adp-shared__skip:focus { transform: translate(-50%, 0); }
.adp-shared__header { position: sticky; z-index: 3; top: 0; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 14px clamp(20px, 4vw, 58px); border-bottom: 1px solid var(--adp-shared-line); background: rgba(255, 255, 255, .96); backdrop-filter: blur(14px); }
.adp-shared__brand { min-width: 0; display: inline-flex; align-items: center; gap: 16px; color: var(--adp-shared-ink); text-decoration: none; }
.adp-shared__brand img { display: block; width: clamp(112px, 12vw, 150px); height: auto; }
.adp-shared__brand span { padding-left: 16px; border-left: 1px solid #d5d9de; color: #727b85; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; }
.adp-shared__nav { display: flex; align-items: center; justify-content: flex-end; gap: 8px 24px; }
.adp-shared__nav a { color: #35404c; font-size: 12px; font-weight: 750; text-decoration: none; }
.adp-shared__nav a[aria-current="page"] { color: var(--adp-shared-blue); }
.adp-shared__nav-secondary { min-height: 42px; display: inline-flex; align-items: center; padding: 9px 16px; border: 1px solid #cfd5db; border-radius: 999px; background: #fff; }

.adp-shared__access-layout { min-height: calc(100dvh - 76px); display: grid; grid-template-columns: minmax(360px, .82fr) minmax(540px, 1.18fr); }
.adp-shared__visual { position: sticky; top: 76px; isolation: isolate; min-height: calc(100dvh - 76px); display: flex; align-items: flex-end; overflow: hidden; padding: clamp(36px, 5vw, 76px); color: #fff; background: #0b0d10; }
.adp-shared__visual-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.adp-shared__visual-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(25deg, rgba(0, 0, 0, .94), rgba(0, 0, 0, .48) 65%, rgba(3, 105, 161, .13)); }
.adp-shared__visual-content { max-width: 560px; }
.adp-shared__visual-content img { width: clamp(150px, 18vw, 215px); margin-bottom: 34px; }
.adp-shared__visual-content span { display: block; margin-bottom: 12px; color: #9cdefa; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.adp-shared__visual-content p { margin: 0; color: #fff; font-size: clamp(28px, 3.3vw, 48px); font-weight: 660; line-height: 1.08; letter-spacing: -.045em; }
.adp-shared__main { width: 100%; min-width: 0; }
.adp-shared__main--access { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 76px); background: #f7f8f9; }
.adp-shared__service { width: 100%; min-width: 0; }
.adp-shared__main--access .avenra-tri-public { max-width: 820px; margin: 0 auto; padding: 0; }
.adp-shared__main--access .avenra-tri-intake { padding-top: 0; padding-bottom: 0; }
.adp-shared__main--access .avenra-tri-section-intro { max-width: 620px; margin: 0 0 36px; text-align: left; }
.adp-shared__main--access .avenra-tri-section-intro h1 { font-size: clamp(40px, 5vw, 64px); }
.adp-shared__main--access .avenra-tri-section-intro p { max-width: 560px; }
.adp-shared__main--access .avenra-tri-public > .avenra-tri-grid { grid-template-columns: minmax(0, 1fr); }
.adp-shared__main--access .avenra-tri-card { border-radius: 20px; box-shadow: 0 16px 48px rgba(15, 23, 42, .07); }
.adp-shared__transition { max-width: 820px; margin: 26px auto 0; color: var(--adp-shared-muted); font-size: 12px; }
.adp-shared__transition a { color: var(--adp-shared-blue); font-weight: 750; text-underline-offset: 3px; }

.adp-shared--workspace { background: #f3f5f6; }
.adp-shared--workspace .adp-shared__main { padding: clamp(18px, 3vw, 42px); }
.adp-shared__workspace-hero { position: relative; isolation: isolate; min-height: clamp(150px, 22vw, 280px); max-width: 1440px; margin: 0 auto 28px; overflow: hidden; border-radius: 26px; background: #0b0d10; box-shadow: 0 22px 70px rgba(11, 13, 16, .16); }
.adp-shared__workspace-mark { position: absolute; z-index: 1; right: clamp(24px, 4vw, 54px); bottom: clamp(22px, 4vw, 48px); left: clamp(24px, 4vw, 54px); display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.adp-shared__workspace-mark img { width: clamp(142px, 17vw, 215px); }
.adp-shared__workspace-mark span { color: #fff; font-size: clamp(20px, 2.5vw, 34px); font-weight: 650; letter-spacing: -.035em; }
.adp-shared__service--workspace > .avenra-tri-public { max-width: 1280px; padding-right: clamp(0px, 1vw, 16px); padding-left: clamp(0px, 1vw, 16px); }
.adp-shared__service--workspace .avenra-tri-intake { padding-top: 22px; padding-bottom: 56px; }
.adp-shared__service--workspace .avenra-tri-portal-heading h1 { font-size: clamp(42px, 5vw, 68px); }

@media (max-width: 900px) {
    .adp-shared__access-layout { grid-template-columns: minmax(0, 1fr); }
    .adp-shared__visual { position: relative; top: auto; min-height: 340px; }
    .adp-shared__visual-content p { max-width: 620px; }
}

@media (max-width: 700px) {
    .adp-shared__header { position: relative; min-height: 0; align-items: flex-start; flex-direction: column; gap: 14px; padding: 17px 18px; }
    .adp-shared__brand span { display: none; }
    .adp-shared__nav { width: 100%; justify-content: flex-start; flex-wrap: wrap; gap: 9px 17px; }
    .adp-shared__nav a { font-size: 11px; }
    .adp-shared__nav-secondary { min-height: 38px; padding: 7px 12px; }
    .adp-shared__visual { min-height: 275px; padding: 28px 22px; }
    .adp-shared__visual-content img { width: 145px; margin-bottom: 24px; }
    .adp-shared__visual-content p { font-size: 30px; }
    .adp-shared__main--access { padding: 34px 17px 46px; }
    .adp-shared__main--access .avenra-tri-card { padding: 20px; border-radius: 17px; }
    .adp-shared--workspace .adp-shared__main { padding: 14px; }
    .adp-shared__workspace-hero { min-height: 185px; margin-bottom: 12px; border-radius: 20px; }
    .adp-shared__workspace-mark { align-items: flex-start; flex-direction: column; gap: 12px; }
    .adp-shared__workspace-mark span { font-size: 24px; }
    .adp-shared__service--workspace .avenra-tri-intake { padding-top: 26px; }
}

@media (max-width: 430px) {
    .adp-shared__nav { align-items: flex-start; flex-direction: column; }
    .adp-shared__workspace-mark img { width: 128px; }
}

@media (prefers-reduced-motion: reduce) {
    .adp-shared__skip { transition: none; }
}
.adp-current-allocations { max-width: 1280px; margin-inline: auto; padding: 24px 0 64px; }
.adp-current-allocations h1 { font-size: clamp(34px, 4.5vw, 58px); line-height: 1.08; margin: 0 0 20px; letter-spacing: -.035em; }
.adp-current-allocations h2 { font-size: clamp(25px, 3vw, 36px); line-height: 1.2; margin-top: 32px; }
.adp-current-allocations p { line-height: 1.65; }
.adp-current-allocations .avenra-attribution-table { overflow-x: auto; margin: 24px 0; border: 1px solid #dde3e8; border-radius: 16px; background: #fff; }
.adp-current-allocations table { width: 100%; border-collapse: collapse; font-size: 15px; }
.adp-current-allocations th, .adp-current-allocations td { padding: 16px; text-align: left; vertical-align: top; border-bottom: 1px solid #e8edf1; overflow-wrap: anywhere; }
.adp-current-allocations thead th { background: #f8fafb; color: #445465; font-size: 12px; letter-spacing: .04em; }
.adp-current-allocations tr:last-child td { border-bottom: 0; }
.adp-current-allocations .avenra-attribution-form { background: #fff; border: 1px solid #dde3e8; border-radius: 20px; padding: clamp(20px, 3vw, 32px); margin-block: 24px; }
.adp-current-allocations input:not([type=hidden]):not([type=checkbox]):not([type=radio]), .adp-current-allocations select, .adp-current-allocations textarea { max-width: 100%; width: min(100%, 640px); border: 1px solid #cdd8e1; border-radius: 10px; padding: 12px 14px; background: #fff; color: #101b28; font: inherit; margin-block: 6px; }
.adp-current-allocations textarea { width: 100%; resize: vertical; }
.adp-current-allocations fieldset { border: 0; padding: 0; margin-block: 20px; }
.adp-current-allocations fieldset label { display: block; margin-block: 8px; }
.adp-current-allocations .button { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 10px 20px; margin: 4px 4px 4px 0; border: 1px solid #cdd8e1; border-radius: 999px; background: #fff; color: #13253a; font: inherit; font-weight: 650; line-height: 1.4; text-decoration: none; cursor: pointer; }
.adp-current-allocations .button-primary { background: #0071a8; color: #fff; border-color: #0071a8; }
.adp-current-allocations :is(a, button, input, select, textarea):focus-visible { outline: 3px solid #0071a8; outline-offset: 3px; }
.adp-current-allocations .notice { border: 1px solid #b8d9ed; border-radius: 12px; background: #eff8fd; padding: 4px 18px; margin-block: 20px; }
.adp-current-allocations .notice-error { border-color: #f2b6b6; background: #fff4f4; }
.adp-current-allocations .notice-success { border-color: #b2d6c4; background: #f0faf5; }
.adp-current-allocations .notice-warning { border-color: #ead7a5; background: #fffaf0; }
@media (max-width: 680px) {
    .adp-current-allocations table { min-width: 620px; }
    .adp-current-allocations .button { max-width: 100%; }
}
