.provider-portal { min-height: 100vh; color: #0a1d38; background: #f4f8fb; }
.provider-bar { display: flex; justify-content: space-between; align-items: center; min-height: 84px; padding: 14px clamp(20px, 5vw, 72px); background: #fff; border-bottom: 1px solid #d5e2ea; }
.provider-bar img { width: 220px; height: auto; }
.provider-bar nav { display: flex; gap: 14px; align-items: center; }
.provider-bar a { color: #0a1d38; font-weight: 700; }
.provider-bar .portal-button { display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px; color: #fff; background: #075abd; border-radius: 7px; }
.portal-main { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0 96px; }
.auth-grid { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; background: #fff; border: 1px solid #d5e2ea; border-radius: 18px; box-shadow: 0 24px 80px rgb(15 52 83 / 10%); }
.auth-intro { padding: clamp(36px, 6vw, 72px); color: #fff; background: linear-gradient(145deg, #081d3b, #063f80); }
.auth-intro .eyebrow { color: #66d05d; }
.auth-intro h1 { max-width: 560px; margin: 18px 0 22px; font-size: clamp(36px, 5vw, 64px); line-height: 1.02; letter-spacing: -.045em; }
.auth-intro p { max-width: 540px; color: #c5d7e8; font-size: 17px; line-height: 1.7; }
.portal-benefits { display: grid; gap: 16px; padding: 0; margin: 38px 0 0; list-style: none; }
.portal-benefits li { display: flex; gap: 12px; align-items: center; color: #fff; }
.portal-benefits li::before { display: grid; flex: 0 0 28px; width: 28px; height: 28px; content: "✓"; color: #66d05d; border: 1px solid rgb(102 208 93 / 50%); border-radius: 50%; place-items: center; }
.auth-panel { padding: clamp(36px, 6vw, 72px); }
.auth-panel h2 { margin: 0 0 12px; font-size: 32px; }
.auth-panel > p { margin: 0 0 32px; color: #64798d; line-height: 1.65; }
.provider-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.provider-form label { display: grid; gap: 8px; font-size: 13px; font-weight: 750; }
.provider-form label.full { grid-column: 1 / -1; }
.provider-form input, .provider-form select { width: 100%; min-height: 50px; padding: 0 14px; color: #0a1d38; font: inherit; background: #fbfdff; border: 1px solid #c9d9e4; border-radius: 7px; }
.provider-form input:focus, .provider-form select:focus { outline: 3px solid rgb(7 90 189 / 14%); border-color: #075abd; }
.provider-form button, .auth-action { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; color: #fff; font-weight: 800; background: #075abd; border: 0; border-radius: 7px; cursor: pointer; }
.provider-form button { grid-column: 1 / -1; }
.auth-action:hover, .provider-form button:hover { background: #06498f; }
.auth-note { padding: 18px; margin-top: 24px; color: #506a80; font-size: 13px; line-height: 1.6; background: #eef6fb; border-radius: 8px; }
.registration-checklist { margin-top: 30px; padding: 24px; background: #f4f8fb; border: 1px solid #d9e5ed; border-radius: 9px; }
.registration-checklist h3 { margin: 0 0 15px; font-size: 16px; }
.registration-checklist ul { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.registration-checklist li { position: relative; padding-left: 21px; color: #587083; font-size: 13px; line-height: 1.5; }
.registration-checklist li::before { position: absolute; left: 0; color: #2d9b2d; content: "✓"; font-weight: 900; }
.signed-in-account { display: flex; gap: 15px; align-items: center; padding: 18px; margin: 22px 0; background: #edf8eb; border: 1px solid #c9e5c5; border-radius: 9px; }
.signed-in-account>span { display: grid; flex: 0 0 38px; width: 38px; height: 38px; color: #fff; font-weight: 900; background: #2c922b; border-radius: 50%; place-items: center; }
.signed-in-account div { min-width: 0; }
.signed-in-account small, .signed-in-account strong, .signed-in-account em { display: block; overflow-wrap: anywhere; }
.signed-in-account small { color: #61775f; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.signed-in-account strong { margin-top: 4px; }
.signed-in-account em { margin-top: 3px; color: #61775f; font-size: 12px; font-style: normal; }
.auth-actions-stack { display: grid; gap: 12px; }
.auth-actions-stack .auth-action { width: 100%; }
.auth-secondary-action { padding: 13px 16px; color: #075abd; font-size: 13px; font-weight: 800; text-align: center; border: 1px solid #a8c4d8; border-radius: 7px; }
.login-registration-callout { padding: 22px; margin-top: 28px; background: #f4f8fb; border-left: 4px solid #075abd; }
.login-registration-callout h3 { margin: 0 0 8px; font-size: 17px; }
.login-registration-callout p { margin: 0 0 13px; color: #60778a; font-size: 13px; line-height: 1.55; }
.login-registration-callout a { color: #075abd; font-size: 13px; font-weight: 850; }
.dashboard-head { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 34px; }
.dashboard-head h1 { margin: 8px 0 0; font-size: clamp(38px, 5vw, 62px); letter-spacing: -.04em; }
.status-pill { display: inline-flex; align-items: center; min-height: 34px; padding: 0 14px; color: #196c20; font-size: 12px; font-weight: 800; text-transform: capitalize; background: #eaf7e8; border-radius: 999px; }
.dashboard-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; }
.portal-card { padding: 30px; background: #fff; border: 1px solid #d5e2ea; border-radius: 14px; box-shadow: 0 16px 45px rgb(15 52 83 / 7%); }
.portal-card h2 { margin: 0 0 22px; font-size: 22px; }
.profile-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 0; }
.profile-list div { padding-bottom: 16px; border-bottom: 1px solid #e3ebf0; }
.profile-list dt { color: #6a7f92; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.profile-list dd { margin: 7px 0 0; font-weight: 700; }
.quick-links { display: grid; gap: 12px; }
.quick-links a { padding: 16px; color: #0a1d38; font-weight: 750; background: #f4f8fb; border-radius: 8px; }
.quick-links a:hover { color: #075abd; background: #edf6fd; }
.dashboard-shell { display: grid; gap: 24px; }
.dashboard-shell .dashboard-head { align-items: center; margin-bottom: 8px; }
.dashboard-subtitle { max-width: 760px; margin: 14px 0 0; color: #5d7387; font-size: 16px; line-height: 1.7; }
.status-pill { gap: 7px; white-space: nowrap; }
.status-pill::before { width: 7px; height: 7px; content: ""; background: currentcolor; border-radius: 50%; }
.status-pill.status-pending { color: #835a08; background: #fff3ce; }
.status-pill.status-suspended { color: #96313f; background: #fdebec; }
.account-banner { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 22px 24px; color: #175c20; background: #eaf7e8; border: 1px solid #c8e5c4; border-radius: 12px; }
.account-banner.status-pending { color: #704d07; background: #fff8e5; border-color: #ead597; }
.account-banner.status-suspended { color: #852d39; background: #fff0f1; border-color: #edc1c6; }
.account-banner-mark { display: grid; width: 38px; height: 38px; color: #fff; font-size: 17px; font-weight: 900; background: #27802c; border-radius: 50%; place-items: center; }
.account-banner.status-pending .account-banner-mark { background: #a47210; }
.account-banner.status-suspended .account-banner-mark { background: #a33a47; }
.account-banner h2 { margin: 0; font-size: 18px; }
.account-banner p { margin: 5px 0 0; color: #526b5b; font-size: 13px; line-height: 1.55; }
.account-banner.status-pending p { color: #745f30; }
.account-banner.status-suspended p { color: #7b565b; }
.account-banner > a { padding: 10px 0; color: inherit; font-size: 13px; font-weight: 850; white-space: nowrap; }
.dashboard-overview-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.overview-card { display: flex; gap: 15px; min-width: 0; padding: 22px 20px; background: #fff; border: 1px solid #d5e2ea; border-radius: 12px; }
.overview-number { display: grid; flex: 0 0 38px; width: 38px; height: 38px; color: #075abd; font-size: 11px; font-weight: 900; background: #edf6fd; border-radius: 50%; place-items: center; }
.clinic-dashboard .overview-number { color: #237b29; background: #edf8eb; }
.overview-card div { min-width: 0; }
.overview-card small, .overview-card strong { display: block; }
.overview-card small { color: #6a7f92; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.overview-card strong { margin-top: 7px; font-size: 14px; }
.overview-card p { margin: 6px 0 0; color: #687d8f; font-size: 12px; line-height: 1.5; }
.dashboard-content-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr); gap: 24px; align-items: start; }
.dashboard-section { min-width: 0; }
.dashboard-section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 24px; }
.dashboard-section-heading .eyebrow { margin: 0 0 7px; }
.dashboard-section-heading h2 { margin: 0; }
.dashboard-section-heading > span { color: #64798d; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.dashboard-section-heading > p { max-width: 460px; margin: 0; color: #64798d; font-size: 13px; line-height: 1.6; }
.dashboard-section-heading.compact { margin-bottom: 20px; }
.onboarding-list { display: grid; padding: 0; margin: 0; list-style: none; }
.onboarding-step { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; min-height: 88px; padding: 18px 0; border-top: 1px solid #e2eaf0; }
.onboarding-step:first-child { border-top: 0; }
.step-marker { display: grid; width: 34px; height: 34px; color: #657b8d; font-size: 12px; font-weight: 900; background: #eef3f6; border: 1px solid #d4dfe6; border-radius: 50%; place-items: center; }
.onboarding-step.complete .step-marker { color: #fff; background: #27802c; border-color: #27802c; }
.onboarding-step.current .step-marker { color: #fff; background: #a47210; border-color: #a47210; }
.onboarding-step.attention .step-marker { color: #fff; background: #a33a47; border-color: #a33a47; }
.onboarding-step div { min-width: 0; }
.onboarding-step strong { font-size: 14px; }
.onboarding-step p { margin: 5px 0 0; color: #64798d; font-size: 12px; line-height: 1.55; }
.onboarding-step > small, .onboarding-step > a { color: #24782a; font-size: 11px; font-weight: 850; white-space: nowrap; }
.onboarding-step.current > small { color: #8a610f; }
.onboarding-step.attention > small { color: #96313f; }
.onboarding-step.available > a { color: #075abd; }
.dashboard-profile-card { min-width: 0; }
.profile-list-single { grid-template-columns: 1fr; gap: 13px; }
.profile-list-single div { padding-bottom: 13px; }
.profile-list-single dd { overflow-wrap: anywhere; font-size: 14px; }
.profile-list-single a { color: #075abd; }
.profile-help { margin: 22px 0 0; color: #64798d; font-size: 12px; line-height: 1.6; }
.profile-help a { color: #075abd; font-weight: 800; }
.dashboard-resources { margin-top: 0; }
.dashboard-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.dashboard-link { display: grid; align-content: start; min-height: 176px; padding: 22px; color: #0a1d38; background: #f5f9fc; border: 1px solid #e0e9ef; border-radius: 10px; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.dashboard-link:hover { color: #0a1d38; border-color: #9fc0d8; box-shadow: 0 12px 30px rgb(15 52 83 / 8%); transform: translateY(-2px); }
.dashboard-link small { color: #075abd; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.clinic-dashboard .dashboard-link small { color: #24782a; }
.dashboard-link strong { margin-top: 10px; font-size: 17px; }
.dashboard-link span { margin-top: 13px; color: #64798d; font-size: 12px; line-height: 1.55; }
.dashboard-support, .clinic-team-card { display: flex; justify-content: space-between; gap: 40px; align-items: center; padding: 34px 38px; color: #fff; background: linear-gradient(135deg, #081d3b, #064e97); border-radius: 14px; }
.clinic-team-card { color: #0a1d38; background: #fff; border: 1px solid #d5e2ea; box-shadow: 0 16px 45px rgb(15 52 83 / 7%); }
.dashboard-support .eyebrow { color: #69d563; }
.dashboard-support h2, .clinic-team-card h2 { margin: 7px 0 0; font-size: 26px; }
.dashboard-support p:not(.eyebrow), .clinic-team-card p:not(.eyebrow) { max-width: 720px; margin: 10px 0 0; color: #c7d8e7; font-size: 13px; line-height: 1.65; }
.clinic-team-card p:not(.eyebrow) { color: #64798d; }
.dashboard-contact-actions { display: flex; flex: 0 0 auto; gap: 10px; align-items: center; }
.dashboard-contact-actions .auth-action { min-height: 46px; font-size: 13px; white-space: nowrap; }
.dashboard-support .auth-action { color: #0a1d38; background: #fff; }
.dashboard-outline-action { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 0 18px; color: #fff; font-size: 13px; font-weight: 800; white-space: nowrap; border: 1px solid rgb(255 255 255 / 48%); border-radius: 7px; }
.clinic-team-card .dashboard-outline-action { color: #075abd; border-color: #9bbbd2; }
.account-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.account-choice-grid .portal-card { min-height: 360px; }
.account-choice-grid .portal-card > p { min-height: 70px; color: #64798d; line-height: 1.7; }
.choice-icon { display: grid; width: 58px; height: 58px; color: #075abd; font-weight: 850; background: #edf6fd; border-radius: 50%; place-items: center; }
.choice-icon.clinic { color: #28852a; background: #edf8eb; }
.choice-actions { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; margin-top: 32px; }
.choice-actions > a:not(.auth-action) { color: #075abd; font-weight: 750; }
.admin-stack { display: grid; gap: 24px; }
.admin-table { display: grid; }
.admin-row { display: grid; grid-template-columns: 1.2fr 1.2fr .6fr 1fr; gap: 20px; align-items: center; min-height: 76px; padding: 14px 0; border-bottom: 1px solid #e3ebf0; }
.admin-row span { min-width: 0; }
.admin-row strong, .admin-row small { display: block; }
.admin-row small { margin-top: 4px; overflow: hidden; color: #6a7f92; font-size: 11px; text-overflow: ellipsis; }
.admin-header { min-height: 48px; color: #64798d; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.admin-actions { display: flex; gap: 8px; }
.admin-actions button { min-height: 36px; padding: 0 12px; color: #fff; font-weight: 750; background: #27802c; border: 0; border-radius: 5px; cursor: pointer; }
.admin-actions button.suspend { background: #9c3340; }
.admin-summary { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.applications-pill { color: #075abd; background: #e8f2fb; }
.admin-jump { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.admin-jump a { padding: 10px 14px; color: #075abd; font-size: 13px; font-weight: 800; background: #eaf3fb; border-radius: 6px; }
.admin-section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 24px; }
.admin-section-heading .eyebrow { margin-bottom: 7px; }
.admin-section-heading h2 { margin: 0; }
.admin-section-heading > span { color: #64798d; font-size: 12px; font-weight: 800; }
.application-list { display: grid; gap: 18px; }
.application-record { padding: 26px; background: #f8fbfd; border: 1px solid #d9e5ed; border-radius: 12px; }
.application-identity { display: flex; gap: 18px; align-items: center; }
.application-identity > img, .application-identity > span { width: 74px; height: 74px; flex: 0 0 74px; border-radius: 50%; }
.application-identity > img { object-fit: cover; background: #e3ebf0; }
.application-identity > span { display: grid; color: #075abd; font-size: 22px; font-weight: 900; background: #e4f0fa; place-items: center; }
.application-identity h3 { margin: 0 0 5px; font-size: 24px; }
.application-identity p { margin: 0 0 5px; color: #075abd; font-weight: 800; }
.application-identity small { color: #6a7f92; }
.application-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0; padding: 22px 0; border-block: 1px solid #dfe8ee; }
.application-details div { min-width: 0; }
.application-details dt { color: #6a7f92; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.application-details dd { margin: 6px 0 0; overflow-wrap: anywhere; font-size: 14px; font-weight: 750; }
.application-details a { color: #075abd; }
.application-introduction strong { font-size: 13px; }
.application-introduction p { margin: 8px 0 0; color: #526b7f; line-height: 1.7; white-space: pre-wrap; }
.application-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.application-links a { display: inline-flex; gap: 18px; align-items: center; min-height: 40px; padding: 0 13px; color: #075abd; font-size: 12px; font-weight: 850; background: #edf5fb; border-radius: 6px; }
.application-links .file-link { color: #fff; background: #075abd; }
.application-links .file-link.secondary { color: #075abd; background: #dcecf8; }
.application-status-form { display: flex; gap: 12px; align-items: end; padding-top: 20px; border-top: 1px solid #dfe8ee; }
.application-status-form label { display: grid; gap: 6px; color: #60778a; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.application-status-form select { min-height: 42px; padding: 0 38px 0 12px; color: #0a1d38; font: inherit; font-size: 13px; font-weight: 750; background: #fff; border: 1px solid #bfcfda; border-radius: 6px; }
.application-status-form button { min-height: 42px; padding: 0 16px; color: #fff; font-weight: 800; background: #27802c; border: 0; border-radius: 6px; cursor: pointer; }
.admin-empty { padding: 34px; color: #64798d; text-align: center; background: #f5f8fa; border-radius: 8px; }
@media (max-width: 1000px) { .dashboard-overview-grid { grid-template-columns: 1fr 1fr; } .dashboard-content-grid { grid-template-columns: 1fr; } .dashboard-link-grid { grid-template-columns: 1fr 1fr; } .dashboard-support, .clinic-team-card { align-items: flex-start; flex-direction: column; } }
@media (max-width: 850px) { .auth-grid, .dashboard-grid { grid-template-columns: 1fr; } .provider-form { grid-template-columns: 1fr; } .provider-form label.full, .provider-form button { grid-column: auto; } .account-banner { grid-template-columns: auto 1fr; } .account-banner > a { grid-column: 2; justify-self: start; } }
@media (max-width: 850px) { .account-choice-grid { grid-template-columns: 1fr; } .admin-row { grid-template-columns: 1fr 1fr; } .admin-header { display: none; } .application-details { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .provider-bar { gap: 12px; } .provider-bar img { width: 154px; } .provider-bar nav { gap: 8px; } .provider-bar nav a:not(.portal-button) { display: none; } .provider-bar .portal-button { min-height: 40px; padding: 0 13px; font-size: 12px; } .portal-main { width: min(100% - 24px, 1160px); padding-top: 32px; } .auth-intro, .auth-panel, .portal-card { padding: 28px 22px; } .dashboard-head { align-items: start; flex-direction: column; } .dashboard-head h1 { font-size: 36px; } .dashboard-subtitle { font-size: 14px; } .dashboard-overview-grid, .dashboard-link-grid { grid-template-columns: 1fr; } .account-banner { grid-template-columns: 1fr; padding: 22px; } .account-banner > a { grid-column: auto; } .overview-card { padding: 19px 17px; } .dashboard-section-heading { align-items: flex-start; flex-direction: column; gap: 10px; } .onboarding-step { grid-template-columns: auto 1fr; } .onboarding-step > small, .onboarding-step > a { grid-column: 2; justify-self: start; } .dashboard-link { min-height: 0; } .dashboard-support, .clinic-team-card { gap: 24px; padding: 28px 22px; } .dashboard-support h2, .clinic-team-card h2 { font-size: 22px; } .dashboard-contact-actions { align-items: stretch; flex-direction: column; width: 100%; } .dashboard-contact-actions a { width: 100%; } .admin-summary { justify-content: flex-start; } .profile-list { grid-template-columns: 1fr; } .admin-row { grid-template-columns: 1fr; gap: 10px; padding: 20px 0; } .application-record { padding: 20px 16px; } .application-details { grid-template-columns: 1fr; } .application-status-form { align-items: stretch; flex-direction: column; } .application-status-form button { width: 100%; } }
