:root {
  --ink: #102a2e;
  --deep: #0a2529;
  --deep-2: #12373b;
  --paper: #fbfaf6;
  --canvas: #edf1ec;
  --white: #fff;
  --gold: #f3c75d;
  --mint: #94d4c9;
  --mint-soft: #e2f2ed;
  --muted: #697d7d;
  --line: #d9dfd9;
  --red: #c44f43;
  --red-soft: #f8e6e2;
  --green: #2e7b6f;
  --shadow: 0 22px 55px rgba(9, 38, 41, .12);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { min-height: 100%; }
body { min-height: 100%; margin: 0; color: var(--ink); background: var(--canvas); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 9px; left: 9px; transform: translateY(-150%); padding: 10px 15px; color: var(--deep); background: var(--gold); border-radius: 6px; font-weight: 800; }
.skip-link:focus { transform: none; }
.app-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 20px; font-weight: 850; letter-spacing: -.6px; }
.app-header { height: 72px; color: #fff; background: var(--deep); border-bottom: 1px solid rgba(255,255,255,.1); }
.app-header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.app-header .brand span { color: #fff; }
.header-context { display: flex; align-items: center; gap: 14px; color: #a9bfbc; font-size: 12px; }
.header-context::before { content: ""; width: 1px; height: 22px; background: rgba(255,255,255,.18); }
.header-context span { color: var(--gold); font-weight: 750; }
.header-actions { display: flex; align-items: center; gap: 11px; }
.header-link { color: #aec1bf; font-size: 12px; font-weight: 700; }
.header-link:hover { color: #fff; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; color: var(--ink); background: var(--gold); border: 1px solid transparent; border-radius: 7px; font-size: 13px; font-weight: 850; transition: transform .18s, background .18s, box-shadow .18s; }
.button:hover { transform: translateY(-1px); background: #ffd36d; box-shadow: 0 9px 25px rgba(204,148,40,.18); }
.button:disabled { cursor: not-allowed; opacity: .55; transform: none; box-shadow: none; }
.button.secondary { color: var(--ink); background: #fff; border-color: var(--line); box-shadow: none; }
.button.secondary:hover { background: #f6f7f3; }
.button.ghost { color: #466663; background: transparent; border-color: #cdd8d2; box-shadow: none; }
.button.danger { color: #993b32; background: #fff; border-color: #e4c1bc; }
.button.small { min-height: 36px; padding: 0 14px; font-size: 11px; }
.icon-button { width: 37px; height: 37px; display: grid; place-items: center; color: #56706f; background: #fff; border: 1px solid var(--line); border-radius: 7px; }

.loading-screen { min-height: calc(100vh - 72px); display: grid; place-items: center; text-align: center; }
.loader-mark { position: relative; width: 58px; height: 64px; display: grid; place-items: center; margin: 0 auto 20px; background: var(--gold); clip-path: polygon(50% 0, 94% 16%, 88% 70%, 50% 100%, 12% 70%, 6% 16%); }
.loader-mark::after { content: ""; width: 25px; height: 25px; border: 3px solid var(--deep); border-top-color: transparent; border-radius: 50%; animation: spin .8s linear infinite; }
.loading-screen p { color: var(--muted); font-size: 13px; }
@keyframes spin { to { transform: rotate(360deg); } }
.hidden { display: none !important; }

.support-admin-list{display:grid}.support-admin-item{display:grid;gap:4px;width:100%;padding:14px 16px;border:0;border-bottom:1px solid #e2e9e8;background:#fff;color:inherit;text-align:left;cursor:pointer}.support-admin-item:hover,.support-admin-item.active{background:#eef6f4}.support-admin-item span{display:flex;justify-content:space-between;gap:12px}.support-admin-item b{border-radius:99px;background:#e8ae35;padding:2px 7px;font-size:10px}.support-admin-item small,.support-admin-item em{color:#667c7f;font-style:normal}.support-admin-thread{display:grid;gap:12px;max-height:480px;overflow:auto;padding-right:5px}.support-admin-message{max-width:86%;padding:12px;border-radius:12px;background:#eef3f2}.support-admin-message.support{margin-left:auto;background:#0d4b51;color:#fff}.support-admin-message p{margin:5px 0;white-space:pre-wrap}.support-admin-message small{opacity:.72}.support-admin-reply{display:grid;gap:10px;margin-top:16px;padding-top:16px;border-top:1px solid #e1e8e7}.support-admin-reply textarea{min-height:100px;resize:vertical}.support-channel{display:inline-flex;margin-right:5px;padding:3px 6px;border-radius:99px;background:#edf0f0;color:#536a6d;font-size:7px;font-style:normal;font-weight:900;letter-spacing:.5px}.support-channel.member{background:#e1f0ec;color:#17695e}.support-welcome{padding:18px;border:1px solid #dce8e5;border-radius:10px;background:#f5f9f7}.support-welcome strong{color:#143f43}.support-welcome p{margin:6px 0 0;color:#647b79;line-height:1.6}.certificate-revoked strong{color:#a72d2d!important}.security-secret,.security-uri{display:block;max-width:100%;margin:12px 0;padding:12px;border-radius:8px;background:#eef4f3;color:#12383c;overflow-wrap:anywhere;font:700 13px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace}.security-uri{font-size:11px;font-weight:500}
.alert { margin: 14px 0; padding: 13px 15px; color: #87382f; background: var(--red-soft); border: 1px solid #e9c6c1; border-radius: 7px; font-size: 12px; line-height: 1.5; }
.alert.success { color: #24675d; background: var(--mint-soft); border-color: #b7dcd4; }

/* Learner registration */
.welcome-layout { min-height: calc(100vh - 72px); display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.welcome-story { position: relative; overflow: hidden; display: flex; justify-content: flex-end; padding: 85px max(70px, calc((100vw - 1180px)/2)) 75px 28px; color: #fff; background: var(--deep-2); }
.welcome-story::before { content: ""; position: absolute; width: 460px; height: 460px; left: -180px; bottom: -170px; border: 1px solid rgba(148,212,201,.17); border-radius: 50%; box-shadow: 0 0 0 80px rgba(148,212,201,.035), 0 0 0 160px rgba(148,212,201,.025); }
.welcome-story-inner { position: relative; z-index: 1; width: min(490px,100%); }
.eyebrow { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.welcome-story h1 { margin: 21px 0 19px; font-size: clamp(44px,5vw,66px); line-height: 1.02; letter-spacing: -3.5px; }
.welcome-story h1 em { color: var(--gold); font-family: Georgia,serif; font-weight: 400; }
.welcome-story > div > p { max-width: 470px; color: #a8bfbc; font-size: 16px; line-height: 1.72; }
.course-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 40px; }
.course-facts div { padding: 17px 13px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; }
.course-facts strong, .course-facts span { display: block; }
.course-facts strong { color: #fff; font-size: 16px; }
.course-facts span { margin-top: 5px; color: #83a19e; font-size: 9px; letter-spacing: .7px; text-transform: uppercase; }
.lesson-promise { display: flex; align-items: center; gap: 12px; margin-top: 31px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.11); }
.lesson-promise span { width: 32px; height: 36px; display: grid; flex: none; place-items: center; color: var(--deep); background: var(--gold); clip-path: polygon(50% 0,94% 16%,88% 70%,50% 100%,12% 70%,6% 16%); font-size: 12px; font-weight: 900; }
.lesson-promise p { margin: 0; color: #a8bfbc; font-size: 11px; line-height: 1.55; }
.lesson-promise strong { color: #e2edeb; }
.welcome-form-wrap { display: flex; align-items: center; padding: 65px 35px 65px clamp(45px,6vw,95px); background: #f6f5f0; }
.welcome-form-card { width: min(440px,100%); }
.organization-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; color: #2d6e65; background: #e1eee9; border-radius: 20px; font-size: 10px; font-weight: 800; }
.organization-pill::before { content: ""; width: 6px; height: 6px; background: #4c9c90; border-radius: 50%; }
.welcome-form-card h2 { margin: 18px 0 9px; font-size: 32px; letter-spacing: -1.4px; }
.welcome-form-card > p { margin: 0 0 30px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.field { display: grid; gap: 7px; margin-bottom: 17px; }
.field label { color: #344e4e; font-size: 11px; font-weight: 800; }
.field label small { color: #80908f; font-weight: 500; }
.input { width: 100%; height: 49px; padding: 0 14px; color: var(--ink); background: #fff; border: 1px solid #ccd5d0; border-radius: 7px; outline: none; transition: border .2s, box-shadow .2s; }
.input:focus { border-color: #3f887e; box-shadow: 0 0 0 3px rgba(63,136,126,.13); }
.input::placeholder { color: #9ca9a6; }
.form-submit { width: 100%; min-height: 52px; margin-top: 6px; }
.privacy-copy { margin: 15px 0 0 !important; color: #84918f !important; font-size: 10px !important; line-height: 1.55 !important; }
.privacy-copy a { color: #2b7068; font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.due-note { display: flex; align-items: center; gap: 8px; margin: 19px 0 0; color: #685c3e; font-size: 10px; }
.due-note span { color: #9d741d; font-weight: 900; }

/* Training player */
.training-body { min-height: calc(100vh - 72px); }
.training-topline { height: 64px; background: #fff; border-bottom: 1px solid var(--line); }
.training-topline-inner { height: 100%; display: flex; align-items: center; gap: 22px; }
.progress-meta { display: flex; align-items: center; justify-content: space-between; width: 210px; flex: none; color: #718482; font-size: 10px; font-weight: 750; }
.progress-meta strong { color: #274d4b; }
.progress-track { height: 5px; flex: 1; overflow: hidden; background: #e4e9e5; border-radius: 5px; }
.progress-track span { display: block; width: 0; height: 100%; background: linear-gradient(90deg,#3d8c81,var(--gold)); border-radius: inherit; transition: width .35s ease; }
.training-grid { display: grid; grid-template-columns: 245px minmax(0,1fr); gap: 34px; padding-top: 35px; padding-bottom: 50px; }
.training-sidebar { display: grid; align-content: start; gap: 15px; }
.sidebar-card { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 9px; }
.sidebar-label { color: #718481; font-size: 8px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; }
.sidebar-card h2 { margin: 9px 0 5px; font-size: 15px; line-height: 1.3; }
.sidebar-card p { margin: 0; color: #718380; font-size: 10px; line-height: 1.5; }
.sidebar-sections { display: grid; gap: 0; margin: 17px -20px -20px; border-top: 1px solid var(--line); }
.sidebar-sections div { display: flex; align-items: center; gap: 10px; min-height: 45px; padding: 0 20px; color: #83928f; border-bottom: 1px solid #edf0ec; font-size: 10px; }
.sidebar-sections i { width: 18px; height: 18px; display: grid; flex: none; place-items: center; color: #9aa6a4; background: #edf0ec; border-radius: 50%; font-size: 8px; font-style: normal; }
.sidebar-sections div.active { color: #1e5e57; background: #f3f8f5; font-weight: 800; }
.sidebar-sections div.active i { color: var(--deep); background: var(--gold); }
.sidebar-sections div.complete i { color: #fff; background: #3f8e82; }
.tip-card { padding: 19px; color: #e8efed; background: var(--deep-2); border-radius: 9px; }
.tip-card span { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: 1px; }
.tip-card p { margin: 9px 0 0; color: #a9bfbc; font-size: 10px; line-height: 1.6; }
.training-stage { min-width: 0; }
.stage-card { min-height: 600px; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 11px; box-shadow: 0 14px 38px rgba(14,47,50,.07); }
.stage-content { flex: 1; padding: 43px 50px 36px; }
.lesson-index { display: flex; align-items: center; gap: 10px; color: #397b72; font-size: 9px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.lesson-index span { width: 24px; height: 2px; background: var(--gold); }
.stage-card h1 { max-width: 680px; margin: 14px 0 14px; font-size: clamp(32px,4vw,45px); line-height: 1.08; letter-spacing: -2px; }
.stage-intro { max-width: 680px; margin: 0; color: #667979; font-size: 14px; line-height: 1.7; }
.stage-footer { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 28px; background: #f8f8f4; border-top: 1px solid var(--line); }
.stage-footer small { color: #849391; font-size: 9px; }
.stage-actions { display: flex; gap: 9px; }
.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin-top: 34px; }
.principle { padding: 23px 19px; background: #f3f5f1; border: 1px solid #e3e6e1; border-radius: 8px; }
.principle span { width: 38px; height: 38px; display: grid; place-items: center; color: #266e65; background: var(--mint-soft); border-radius: 8px; font-size: 18px; font-weight: 900; }
.principle h3 { margin: 17px 0 7px; font-size: 15px; }
.principle p { margin: 0; color: #71817f; font-size: 10px; line-height: 1.6; }
.rule-callout { display: flex; align-items: center; gap: 15px; margin-top: 23px; padding: 18px 20px; color: #214c49; background: #e4f2ee; border-left: 4px solid #4a968a; border-radius: 6px; font-size: 12px; line-height: 1.55; }
.rule-callout span { width: 29px; height: 29px; display: grid; flex: none; place-items: center; color: var(--deep); background: var(--gold); border-radius: 50%; font-weight: 900; }

.scenario-wrap { margin-top: 28px; }
.scenario-label { margin-bottom: 10px; color: #71817e; font-size: 9px; font-weight: 900; letter-spacing: 1.3px; text-transform: uppercase; }
.email-window { overflow: hidden; background: #fff; border: 1px solid #cfd8d3; border-radius: 9px; box-shadow: 0 12px 27px rgba(12,43,46,.08); }
.email-toolbar { height: 38px; display: flex; align-items: center; gap: 7px; padding: 0 14px; color: #778a87; background: #eef2ee; border-bottom: 1px solid #d9dfda; font-size: 9px; }
.email-toolbar i { width: 8px; height: 8px; background: #b8c3c0; border-radius: 50%; }
.email-toolbar i:first-child { background: #df766b; }.email-toolbar i:nth-child(2) { background: #deb759; }.email-toolbar i:nth-child(3) { background: #6fad92; }
.email-toolbar span { margin-left: 8px; }
.email-head { display: grid; grid-template-columns: 42px 1fr auto; gap: 11px; align-items: center; padding: 18px 21px; border-bottom: 1px solid #e7eae6; }
.email-avatar { width: 39px; height: 39px; display: grid; place-items: center; color: #174f4b; background: #dcebe6; border-radius: 50%; font-size: 11px; font-weight: 900; }
.email-from strong, .email-from span { display: block; }
.email-from strong { font-size: 11px; }.email-from span { margin-top: 3px; color: #768784; font-size: 9px; }.email-time { color: #879591; font-size: 8px; }
.email-content { padding: 22px 25px; color: #425b5a; font-size: 11px; line-height: 1.7; }
.email-content .subject { margin: 0 0 14px; color: var(--ink); font-size: 15px; font-weight: 800; }
.email-content p { margin: 0 0 12px; }
.fake-email-button { display: inline-block; padding: 9px 14px; color: #fff; background: #2e6d93; border-radius: 4px; font-size: 9px; font-weight: 800; }
.hover-target { margin-top: 13px; padding: 8px 10px; color: #dce9e6; background: #1c3336; border-radius: 4px; font-family: ui-monospace,Consolas,monospace; font-size: 9px; }
.attachment-chip { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; padding: 10px 13px; color: #32514f; background: #f1f3f0; border: 1px solid #d9dfda; border-radius: 5px; font-size: 9px; font-weight: 750; }
.attachment-chip::before { content: "↳"; color: #c44f43; font-size: 16px; }
.decision-title { margin: 23px 0 11px; font-size: 13px; }
.choice-list { display: grid; gap: 9px; }
.choice { width: 100%; display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: center; padding: 13px 15px; color: #375451; text-align: left; background: #fff; border: 1px solid #d5dcd7; border-radius: 7px; transition: border .18s, background .18s; }
.choice:hover { border-color: #77a99f; background: #f7faf8; }
.choice i { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid #bdc9c4; border-radius: 50%; font-size: 10px; font-style: normal; }
.choice strong { display: block; font-size: 11px; }.choice small { display: block; margin-top: 3px; color: #7c8c8a; font-size: 9px; line-height: 1.45; }
.choice.selected { border-color: #3c897f; background: #edf7f3; }
.choice.selected i { color: #fff; background: #3c897f; border-color: #3c897f; }
.feedback { display: flex; gap: 12px; margin-top: 14px; padding: 15px; border-radius: 7px; }
.feedback.correct { color: #235e56; background: #e2f2ed; border: 1px solid #b5dcd3; }
.feedback.incorrect { color: #8d3d34; background: #f8e7e3; border: 1px solid #ebc5bf; }
.feedback > span { width: 23px; height: 23px; display: grid; flex: none; place-items: center; border-radius: 50%; font-weight: 900; }
.feedback.correct > span { color: #fff; background: #398a7d; }.feedback.incorrect > span { color: #fff; background: #c55a4e; }
.feedback strong { display: block; font-size: 11px; }.feedback p { margin: 3px 0 0; font-size: 9px; line-height: 1.55; }
.signal-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }
.signal-row span { padding: 6px 8px; color: #7a493f; background: #f7e6e2; border-radius: 4px; font-size: 8px; font-weight: 800; }

.assessment-banner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; margin: 25px 0; padding: 17px 18px; color: #fff; background: var(--deep-2); border-radius: 8px; }
.assessment-banner > span { width: 36px; height: 40px; display: grid; place-items: center; color: var(--deep); background: var(--gold); clip-path: polygon(50% 0,94% 16%,88% 70%,50% 100%,12% 70%,6% 16%); font-weight: 900; }
.assessment-banner strong, .assessment-banner small { display: block; }.assessment-banner strong { font-size: 12px; }.assessment-banner small { margin-top: 4px; color: #a7bfbc; font-size: 9px; }.assessment-banner b { color: var(--gold); font-size: 12px; }
.assessment-loading { min-height: 260px; display: grid; align-content: center; justify-items: center; padding: 40px; color: var(--muted); text-align: center; background: #f7f8f4; border: 1px solid var(--line); border-radius: 8px; }.assessment-loading .loader-mark { transform: scale(.7); margin-bottom: 3px; }.assessment-loading p { font-size: 11px; }
.quiz { display: grid; gap: 15px; }
.quiz-question { padding: 20px; border: 1px solid #d9dfd9; border-radius: 8px; }
.quiz-question header { display: flex; gap: 12px; }
.quiz-number { width: 27px; height: 27px; display: grid; flex: none; place-items: center; color: #276d64; background: #e1f0eb; border-radius: 50%; font-size: 10px; font-weight: 900; }
.quiz-question h3 { margin: 4px 0 5px; font-size: 13px; }.quiz-question p { margin: 0; color: #758582; font-size: 9px; line-height: 1.5; }
.quiz-options { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0 0 39px; }
.quiz-option { position: relative; }
.quiz-option input { position: absolute; opacity: 0; pointer-events: none; }
.quiz-option span { display: block; padding: 8px 11px; color: #536c69; background: #f7f8f5; border: 1px solid #d7ded8; border-radius: 5px; font-size: 9px; font-weight: 700; cursor: pointer; }
.quiz-option input:checked + span { color: #1e5e56; background: #e6f2ee; border-color: #4d9187; box-shadow: inset 0 0 0 1px #4d9187; }
.quiz-option input:focus-visible + span { outline: 3px solid rgba(64,139,128,.2); }
.learner-attestation { margin-top: 18px; padding: 18px; border: 1px solid #9fbfb8; border-radius: 9px; background: #edf6f3; color: #294945; }
.learner-attestation label { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; cursor: pointer; }
.learner-attestation input { width: 19px; height: 19px; margin-top: 2px; accent-color: #236f65; }
.learner-attestation span, .learner-attestation strong, .learner-attestation small { display: block; }
.learner-attestation strong { margin-bottom: 5px; color: #143c38; }
.learner-attestation small { margin: 9px 0 0 31px; color: #5c716e; }
.learner-attestation .attestation-name-field { display: block; margin: 16px 0 0 31px; cursor: default; }
.attestation-name-field > span { margin-bottom: 7px; font-weight: 700; color: #143c38; }
.attestation-name-field .input { width: 100%; max-width: 430px; margin: 0; background: #fff; }
.learner-attestation .attestation-name-field small { margin: 7px 0 0; }
.learner-attestation .attestation-name-field small strong { display: inline; }
.result-card { min-height: 600px; display: grid; place-items: center; padding: 50px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 11px; box-shadow: var(--shadow); }
.result-icon { width: 92px; height: 102px; display: grid; place-items: center; margin: 0 auto 25px; color: var(--deep); background: var(--gold); clip-path: polygon(50% 0,94% 16%,88% 70%,50% 100%,12% 70%,6% 16%); font-size: 38px; font-weight: 900; }
.result-icon.failed { color: #fff; background: #c55a4e; clip-path: none; border-radius: 50%; }
.result-card h1 { margin: 0 0 10px; font-size: 38px; letter-spacing: -1.8px; }.result-card > div > p { max-width: 530px; margin: 0 auto; color: #667b79; font-size: 14px; line-height: 1.7; }
.review-areas { max-width: 520px; margin: 22px auto 0; padding: 17px 20px; color: #385c58; text-align: left; background: #f1f5ef; border: 1px solid #dbe4da; border-radius: 8px; }.review-areas strong { font-size: 11px; }.review-areas ul { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 11px 0 0; list-style: none; }.review-areas li { padding: 6px 9px; color: #356c63; background: #fff; border: 1px solid #d5e0d9; border-radius: 20px; font-size: 9px; font-weight: 750; }
.score-panel { display: flex; justify-content: center; gap: 0; width: min(430px,100%); margin: 28px auto; padding: 17px 0; background: #f3f5f1; border-radius: 8px; }
.score-panel span { width: 50%; padding: 0 20px; }.score-panel span + span { border-left: 1px solid #d5dcd6; }.score-panel strong, .score-panel small { display: block; }.score-panel strong { font-size: 22px; }.score-panel small { margin-top: 4px; color: #788985; font-size: 8px; letter-spacing: 1px; text-transform: uppercase; }
.result-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; }
.certificate-code { margin-top: 17px; color: #71817e; font-family: ui-monospace,Consolas,monospace; font-size: 10px; }

/* Authentication */
.auth-page { min-height: 100vh; display: grid; grid-template-columns: 44% 56%; }
.auth-brand-panel { position: relative; overflow: hidden; padding: 55px clamp(35px,6vw,90px); color: #fff; background: var(--deep); }
.auth-brand-panel::after { content: ""; position: absolute; width: 500px; height: 500px; right: -300px; bottom: -270px; border: 1px solid rgba(148,212,201,.22); border-radius: 50%; box-shadow: 0 0 0 80px rgba(148,212,201,.035),0 0 0 160px rgba(148,212,201,.025); }
.auth-brand-panel .brand { color: #fff; }
.auth-message { position: relative; z-index: 1; max-width: 470px; margin-top: 18vh; }
.auth-message p.eyebrow { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.auth-message h1 { margin: 19px 0; font-size: clamp(40px,5vw,61px); line-height: 1.04; letter-spacing: -3px; }
.auth-message > p:not(.eyebrow) { color: #a4bcba; font-size: 15px; line-height: 1.75; }
.auth-proof { display: grid; gap: 11px; margin-top: 33px; color: #c6d5d3; font-size: 11px; }
.auth-proof span::before { content: "✓"; display: inline-grid; width: 20px; height: 20px; margin-right: 9px; place-items: center; color: var(--deep); background: var(--gold); border-radius: 50%; font-size: 9px; font-weight: 900; }
.auth-form-panel { display: grid; place-items: center; padding: 50px 30px; background: #f8f7f2; }
.auth-form-card { width: min(430px,100%); }
.auth-form-card .mobile-brand { display: none; margin-bottom: 35px; }
.auth-form-card h2 { margin: 0 0 9px; font-size: 32px; letter-spacing: -1.4px; }.auth-form-card > p { margin: 0 0 30px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.password-hint { color: #83918e; font-size: 9px; }
.auth-footer { margin-top: 23px; color: #81908d; font-size: 10px; line-height: 1.6; }.auth-footer a { color: #2c7168; font-weight: 750; }
.verification-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 4px; }
.verification-actions .button { min-width: 0; padding-inline: 12px; }
.verification-status { min-height: 20px; margin: 2px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.account-security-notice { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0 0 18px; padding: 15px 18px; color: #584916; background: #fff8df; border: 1px solid #ead68d; border-radius: 9px; }
.account-security-notice > div { display: grid; gap: 3px; }.account-security-notice strong { color: #3f391f; font-size: 12px; }.account-security-notice span { font-size: 10px; line-height: 1.45; }
.consent-row { display: flex; align-items: flex-start; gap: 9px; margin: 17px 0; color: #5f7572; font-size: 10px; line-height: 1.55; }.consent-row input { margin-top: 2px; accent-color: var(--green); }.consent-row a { color: var(--green); font-weight: 800; }.signup-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Admin */
.admin-page { min-height: 100vh; background: #edf1ec; }
.admin-layout { min-height: 100vh; display: grid; grid-template-columns: 235px 1fr; }
.admin-sidebar { position: fixed; z-index: 20; inset: 0 auto 0 0; width: 235px; display: flex; flex-direction: column; padding: 24px 17px 20px; color: #c7d4d2; background: var(--deep); }
.admin-sidebar .brand { padding: 0 10px 25px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); }
.admin-nav { min-height: 0; display: grid; flex: 1; align-content: start; gap: 6px; margin-top: 23px; padding-right: 3px; overflow-y: auto; }
.admin-nav button, .admin-nav a { width: 100%; min-height: 43px; display: flex; align-items: center; gap: 12px; padding: 0 12px; color: #91aaa7; text-align: left; text-decoration: none; background: transparent; border: 0; border-radius: 7px; font-size: 11px; font-weight: 750; }
.admin-nav button span, .admin-nav a span { width: 25px; height: 25px; display: grid; place-items: center; background: rgba(255,255,255,.06); border-radius: 6px; font-size: 12px; }
.admin-nav button.active, .admin-nav button:hover, .admin-nav a.active, .admin-nav a:hover { color: #fff; background: rgba(255,255,255,.075); }
.admin-nav button.active span, .admin-nav a.active span { color: var(--deep); background: var(--gold); }
.admin-nav .nav-alert-count { min-width: 20px; margin-left: auto; padding: 3px 6px; color: #192f31; text-align: center; background: var(--gold); border-radius: 99px; font-size: 8px; }
.sidebar-bottom { margin-top: auto; padding: 16px 10px 0; border-top: 1px solid rgba(255,255,255,.1); }
.admin-identity { display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 10px; }
.admin-avatar { width: 32px; height: 32px; display: grid; place-items: center; color: var(--deep); background: var(--gold); border-radius: 50%; font-size: 10px; font-weight: 900; }
.admin-identity strong, .admin-identity small { display: block; overflow: hidden; text-overflow: ellipsis; }.admin-identity strong { color: #fff; font-size: 10px; }.admin-identity small { margin-top: 2px; color: #728e8b; font-size: 8px; }
.logout-button { width: 100%; margin-top: 12px; padding: 9px 0; color: #b6c8c5; text-align: left; background: transparent; border: 0; font-size: 9px; cursor: pointer; }.logout-button:hover { color: #fff; }
.admin-main { grid-column: 2; min-width: 0; }
.admin-topbar { height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 34px; background: #fff; border-bottom: 1px solid var(--line); }
.admin-topbar h1 { margin: 0; font-size: 18px; letter-spacing: -.5px; }.admin-topbar p { margin: 3px 0 0; color: #82918e; font-size: 9px; }
.topbar-actions { display: flex; align-items: center; gap: 10px; }
.topbar-signout { min-height: 34px; padding: 0 11px; color: #315956; background: #fff; border: 1px solid #d6e0de; border-radius: 6px; font-size: 9px; font-weight: 800; cursor: pointer; }.topbar-signout:hover { color: #173f42; background: #f3f7f6; border-color: #b9ceca; }.topbar-signout:disabled { opacity: .55; cursor: wait; }
.support-alert-button { min-height: 38px; display: flex; align-items: center; gap: 8px; padding: 0 12px; color: #244b4e; background: #f4f8f7; border: 1px solid #dce7e5; border-radius: 7px; font-size: 9px; cursor: pointer; }
.support-alert-button:hover { background: #eaf3f0; border-color: #bfd4cf; }.support-alert-button b { min-width: 20px; padding: 3px 6px; color: #162e30; background: var(--gold); border-radius: 99px; font-size: 8px; }
.support-alert-dot { width: 8px; height: 8px; background: #d28c21; border-radius: 50%; box-shadow: 0 0 0 3px #f8e9ca; }.support-alert-dot.quiet { background: #72a59d; box-shadow: none; }
.support-overview-alert { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; padding: 16px 18px; border: 1px solid #dce7e5; border-radius: 9px; background: #fff; }
.support-overview-alert.has-unread { border-color: #e1c27a; background: #fffaf0; box-shadow: 0 7px 24px rgba(143,104,31,.08); }.support-overview-alert > div { display: flex; align-items: center; gap: 13px; }.support-overview-alert span span { display: grid; gap: 3px; }.support-overview-alert small { color: #8b7351; font-size: 7px; font-weight: 900; letter-spacing: 1.1px; }.support-overview-alert strong { color: #173f42; font-size: 12px; }.support-overview-alert em { color: #718482; font-size: 9px; font-style: normal; }.support-alert-icon { width: 36px; height: 36px; display: grid; place-items: center; color: #173f42; background: var(--gold); border-radius: 9px; font-size: 17px; font-weight: 900; }
.admin-content { padding: 32px 34px 60px; }
.metric-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 13px; }
.metric-card { padding: 19px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.metric-card small { color: #7e8f8b; font-size: 8px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }.metric-card strong { display: block; margin-top: 11px; font-size: 25px; letter-spacing: -1px; }.metric-card span { display: block; margin-top: 5px; color: #8a9996; font-size: 8px; }
.metric-card.highlight { color: #fff; background: var(--deep-2); border-color: var(--deep-2); }.metric-card.highlight small,.metric-card.highlight span { color: #9db4b1; }.metric-card.highlight strong { color: var(--gold); }
.content-panel { margin-top: 23px; background: #fff; border: 1px solid var(--line); border-radius: 9px; }
.panel-header { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 0 21px; border-bottom: 1px solid var(--line); }
.panel-header h2 { margin: 0; font-size: 14px; }.panel-header p { margin: 4px 0 0; color: #84938f; font-size: 9px; }
.campaign-list { display: grid; }
.campaign-row { display: grid; grid-template-columns: minmax(180px,1.5fr) minmax(160px,1fr) 85px 85px 95px 130px; align-items: center; gap: 12px; min-height: 78px; padding: 13px 21px; border-bottom: 1px solid #ebeeea; }
.campaign-row:last-child { border: 0; }.campaign-row:hover { background: #fafbf8; }
.launch-guide { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 14px; margin-bottom: 18px; padding: 18px 20px; color: #59706c; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 8px 24px rgba(11,43,44,.04); }.launch-guide > div { display: flex; align-items: center; gap: 10px; min-width: 0; }.launch-guide > div > small { width: 27px; height: 27px; flex: none; display: grid; place-items: center; color: #123e42; background: #f3c85f; border-radius: 50%; font-size: 9px; font-weight: 900; }.launch-guide strong,.launch-guide em { display: block; }.launch-guide strong { color: var(--ink); font-size: 9px; }.launch-guide em { margin-top: 3px; font-size: 7px; font-style: normal; line-height: 1.4; }.launch-guide > i { color: #9aa9a6; font-style: normal; }
.campaign-name strong, .campaign-name span { display: block; }.campaign-name strong { font-size: 11px; }.campaign-name span { margin-top: 4px; color: #81918e; font-size: 8px; }
.campaign-link { display: flex; align-items: center; gap: 7px; min-width: 0; color: #28736a; font-size: 9px; font-weight: 750; }.campaign-link span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.campaign-link button { flex: none; padding: 4px; color: #62807c; background: transparent; border: 0; }
.campaign-stat strong, .campaign-stat small { display: block; }.campaign-stat strong { font-size: 12px; }.campaign-stat small { margin-top: 3px; color: #879693; font-size: 8px; }
.campaign-status { display: inline-flex; align-items: center; gap: 5px; color: #33796f; font-size: 8px; font-weight: 800; }.campaign-status::before { content: ""; width: 6px; height: 6px; background: #4e9e91; border-radius: 50%; }.campaign-status.paused { color: #917143; }.campaign-status.paused::before { background: #c6a051; }
.row-actions { display: flex; justify-content: flex-end; gap: 6px; }
.empty-state { padding: 65px 20px; text-align: center; }.empty-state span { width: 55px; height: 55px; display: grid; margin: 0 auto 17px; place-items: center; color: #2d756c; background: var(--mint-soft); border-radius: 50%; font-size: 24px; }.empty-state h3 { margin: 0 0 7px; font-size: 16px; }.empty-state p { margin: 0; color: #81908d; font-size: 10px; }
.drawer-overlay { position: fixed; z-index: 80; inset: 0; display: none; background: rgba(7,29,32,.45); backdrop-filter: blur(2px); }.drawer-overlay.open { display: block; }
.drawer { position: absolute; top: 0; right: 0; width: min(720px,96vw); height: 100%; overflow: auto; background: #f5f6f2; box-shadow: -20px 0 60px rgba(0,0,0,.2); }
.drawer-header { position: sticky; z-index: 2; top: 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 25px 27px; background: #fff; border-bottom: 1px solid var(--line); }.drawer-header h2 { margin: 0; font-size: 19px; }.drawer-header p { margin: 5px 0 0; color: #81918e; font-size: 9px; }.drawer-close { width: 34px; height: 34px; color: #55716e; background: #f2f4f1; border: 0; border-radius: 50%; font-size: 20px; }
.drawer-body { padding: 23px 27px; }.drawer-actions { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 18px; }.share-box { flex: 1; display: flex; align-items: center; gap: 9px; min-width: 0; padding: 0 13px; color: #376660; background: #fff; border: 1px solid var(--line); border-radius: 7px; font-size: 9px; }.share-box span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.campaign-settings { display: grid; grid-template-columns: repeat(4,minmax(105px,1fr)); align-items: end; gap: 10px; margin-bottom: 18px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }.campaign-settings > div:first-child { grid-column: 1/-1; }.campaign-settings > div strong,.campaign-settings > div small { display: block; }.campaign-settings > div strong { color: var(--ink); font-size: 10px; }.campaign-settings > div small { margin-top: 4px; color: #7d8f8b; font-size: 7px; line-height: 1.4; }.campaign-settings label { color: #647b77; font-size: 7px; font-weight: 850; text-transform: uppercase; }.campaign-settings .input { min-height: 34px; margin-top: 5px; padding: 7px 8px; font-size: 8px; }.campaign-settings .settings-check { align-self: center; padding-top: 16px; text-transform: none; }.campaign-settings .settings-check input { margin-right: 5px; }
.participant-table-wrap { overflow: auto; background: #fff; border: 1px solid var(--line); border-radius: 8px; }.participant-table { width: 100%; border-collapse: collapse; min-width: 650px; }.participant-table th { padding: 11px 13px; color: #7f8f8c; text-align: left; background: #f4f6f2; border-bottom: 1px solid var(--line); font-size: 7px; letter-spacing: .9px; text-transform: uppercase; }.participant-table td { padding: 13px; color: #506966; border-bottom: 1px solid #eaede9; font-size: 9px; }.participant-table tr:last-child td { border: 0; }.participant-table td strong { color: var(--ink); }.status-badge { display: inline-block; padding: 5px 7px; color: #287267; background: #e2f1ec; border-radius: 4px; font-size: 7px; font-weight: 850; }.status-badge.progress { color: #876a32; background: #f5edd8; }
.modal-overlay { position: fixed; z-index: 90; inset: 0; display: none; place-items: center; padding: 20px; background: rgba(7,29,32,.54); backdrop-filter: blur(3px); }.modal-overlay.open { display: grid; }.modal { width: min(560px,100%); max-height: 92vh; overflow: auto; background: #fafaf7; border-radius: 11px; box-shadow: 0 30px 90px rgba(0,0,0,.3); }.modal-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 24px 26px 19px; background: #fff; border-bottom: 1px solid var(--line); }.modal-header h2 { margin: 0; font-size: 20px; }.modal-header p { margin: 5px 0 0; color: #7e8f8c; font-size: 9px; }.modal-body { padding: 23px 26px; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }.field.full { grid-column: 1/-1; }.input-prefix { display: flex; align-items: center; background: #fff; border: 1px solid #ccd5d0; border-radius: 7px; overflow: hidden; }.input-prefix span { padding-left: 12px; color: #80908d; font-size: 9px; }.input-prefix .input { border: 0; box-shadow: none; padding-left: 2px; }.modal-footer { display: flex; justify-content: flex-end; gap: 9px; padding: 16px 26px; background: #f0f3ef; border-top: 1px solid var(--line); }
.form-assurance { margin: 5px 0 0; padding: 10px 12px; color: #34685f; background: #eaf4ef; border-radius: 6px; font-size: 8px; font-weight: 750; }
.invitation-send-option { margin-top: 12px; font-weight: 700; }
.field-help { display: block; margin: 6px 0 0 26px; color: var(--muted); line-height: 1.45; }
.campaign-invitations { display: grid; gap: 14px; padding: 18px; margin-bottom: 18px; background: #f8fafc; border: 1px solid var(--line); border-radius: 8px; }
.campaign-invitations-header strong { display: block; color: var(--ink); }
.campaign-invitations-header small { display: block; margin-top: 4px; color: var(--muted); line-height: 1.45; }
.campaign-invitation-form { display: grid; grid-template-columns: minmax(260px,1fr) auto; gap: 8px 12px; align-items: end; }
.campaign-invitation-form > label { grid-column: 1 / -1; font-size: 8px; font-weight: 800; }
.campaign-invitation-form textarea { min-height: 78px; resize: vertical; }
.campaign-invitation-list > small { color: var(--muted); }
.invitation-table { min-width: 760px; }
@media (max-width: 700px) { .campaign-invitation-form { grid-template-columns: 1fr; }.campaign-invitation-form > label { grid-column: auto; } }
.mobile-admin-toggle { display: none; }
.toast { position: fixed; z-index: 120; right: 20px; bottom: 20px; transform: translateY(30px); opacity: 0; padding: 13px 17px; color: #fff; background: #174b4b; border-radius: 7px; box-shadow: var(--shadow); font-size: 10px; transition: .25s; pointer-events: none; }.toast.show { opacity: 1; transform: none; }
.owner-role { display: block; margin: 9px 0 0 42px; color: #f0c75e; font-size: 7px; font-weight: 850; letter-spacing: .7px; text-transform: uppercase; }
.operations-toolbar { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; padding: 13px 17px; color: #667b78; background: #fff; border: 1px solid var(--line); border-radius: 8px; font-size: 10px; }.operations-toolbar p { margin: 0; }.operations-toolbar label { display: flex; align-items: center; gap: 8px; color: #536d69; font-weight: 800; white-space: nowrap; }.compact-input { width: 140px; min-height: 35px; padding: 6px 9px; font-size: 9px; }
.operations-grid { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(280px,.8fr); gap: 18px; }.operations-grid .content-panel { min-width: 0; }
.simple-table-wrap { overflow: auto; }.simple-table { width: 100%; min-width: 660px; border-collapse: collapse; }.simple-table th { padding: 11px 14px; color: #7c8e8a; text-align: left; background: #f4f6f2; border-bottom: 1px solid var(--line); font-size: 7px; letter-spacing: .9px; text-transform: uppercase; }.simple-table td { padding: 13px 14px; color: #5d7471; border-bottom: 1px solid #e9ede8; font-size: 9px; line-height: 1.55; }.simple-table tr:last-child td { border-bottom: 0; }.simple-table td strong { color: var(--ink); }.activity-table { min-width: 900px; }.learner-directory { min-width: 980px; }
.path-list { display: grid; gap: 13px; padding: 18px 20px 22px; }.path-row { display: grid; grid-template-columns: minmax(110px,1fr) minmax(80px,1.3fr) 30px; align-items: center; gap: 10px; color: #5d7370; font-size: 9px; }.path-row > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.path-row > div { height: 6px; overflow: hidden; background: #e8ede8; border-radius: 999px; }.path-row i { height: 100%; display: block; background: #4c9086; border-radius: inherit; }.path-row strong { text-align: right; }
.privacy-chip,.event-badge,.module-status { display: inline-flex; padding: 5px 7px; color: #26756b; background: #e3f1ed; border-radius: 4px; font-size: 7px; font-weight: 900; letter-spacing: .6px; }.event-badge { color: #596e6b; background: #edf1ed; letter-spacing: 0; white-space: nowrap; }.search-input { width: min(320px,42vw); min-height: 36px; padding: 8px 10px; font-size: 9px; }.flush-panel { margin-top: 0; }.compact-empty { padding: 20px; }
.module-admin-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }.module-admin-card { padding: 27px; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 8px 24px rgba(11,43,44,.04); }.module-admin-card h2 { margin: 18px 0 9px; font-size: 23px; letter-spacing: -1px; }.module-admin-card > p { min-height: 48px; margin: 0; color: #6d807d; font-size: 11px; line-height: 1.65; }.module-facts { display: flex; gap: 16px; margin: 20px 0; padding: 14px 0; color: #4e6d69; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 9px; font-weight: 800; }.module-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.account-form { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)) auto; gap: 12px; align-items: end; padding: 20px 22px 24px; }.account-form .field { margin: 0; }.account-form .alert { grid-column: 1/-1; }.account-form > .button { margin-bottom: 1px; white-space: nowrap; }
.password-form { grid-template-columns: repeat(2,minmax(0,1fr)) auto; }.platform-account-form { grid-template-columns: repeat(5,minmax(0,1fr)) auto; }.compact-modal { width: min(470px,100%); }
.organization-settings-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }.organization-settings-form > .field:first-child,.organization-settings-form > .alert,.organization-settings-form > .row-actions,.organization-settings-form > .form-assurance { grid-column: 1/-1; }.organization-settings-form .field > small { display: block; margin-top: 6px; color: #70817e; font-size: 9px; line-height: 1.45; }.muted-field { opacity: .58; }
.table-actions { display: flex; flex-wrap: wrap; gap: 6px; min-width: 150px; }
.outreach-step { margin: 0 0 5px !important; color: #28766d !important; font-size: 7px !important; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
[data-outreach-form] { padding: 20px 22px 24px; }[data-outreach-form] > .field > small { display: block; margin-top: 7px; color: #687f7b; font-size: 9px; line-height: 1.5; }[data-outreach-form] > .account-form { grid-template-columns: repeat(2,minmax(0,1fr)); padding: 18px 0 0; }[data-outreach-form] > .alert { margin: 15px 0; }
.outreach-email-modal { width: min(860px,100%); }.outreach-email-modal .modal-body { padding: 20px 24px 24px; }.outreach-preview-meta { display: grid; gap: 9px; margin: 0 0 16px; }.outreach-preview-meta > div { display: grid; grid-template-columns: 65px minmax(0,1fr); gap: 10px; }.outreach-preview-meta dt { color: #788b87; font-size: 8px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; }.outreach-preview-meta dd { margin: 0; overflow-wrap: anywhere; color: var(--ink); font-size: 10px; font-weight: 750; }.outreach-preview-frame { width: 100%; height: min(540px,58vh); background: #eef1f6; border: 1px solid var(--line); border-radius: 8px; }.outreach-text-version { margin-top: 14px; padding: 12px 14px; background: #f1f3ef; border-radius: 7px; }.outreach-text-version summary { color: #416c67; cursor: pointer; font-size: 9px; font-weight: 850; }.outreach-text-version pre { margin: 13px 0 0; overflow-wrap: anywhere; white-space: pre-wrap; color: #4f6360; font: 9px/1.6 ui-monospace,Consolas,monospace; }
.prospect-action-bar { display: flex; align-items: end; gap: 12px; padding: 15px 18px; background: #f7f8f4; border-bottom: 1px solid var(--line); }.prospect-action-bar label { display: grid; gap: 5px; color: #607773; font-size: 7px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }.prospect-action-bar > span { flex: 1; align-self: center; color: #6f817e; font-size: 9px; line-height: 1.45; }.prospect-action-bar .button { white-space: nowrap; }.prospect-error { margin: 14px 18px 0; }.prospect-directory { min-width: 1120px; }.prospect-directory td:nth-child(4) { max-width: 260px; }.prospect-directory a { color: #28766d; font-weight: 800; }.outreach-prospect-panel .panel-header { padding-top: 12px; padding-bottom: 12px; }
.outreach-message-composer { margin: 16px 18px; overflow: hidden; background: #fbfcfa; border: 1px solid #dce5df; border-radius: 9px; }.outreach-message-composer > header { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 17px 18px 14px; border-bottom: 1px solid #e4ebe6; }.outreach-message-composer h3 { margin: 0 0 5px; color: var(--ink); font-size: 16px; }.outreach-message-composer header p:last-child { margin: 0; color: #687d79; font-size: 9px; line-height: 1.45; }.outreach-message-composer label { display: grid; gap: 6px; color: #5f7571; font-size: 7px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }.outreach-message-composer header label { min-width: 250px; }.outreach-message-fields { display: grid; gap: 13px; padding: 16px 18px 10px; }.outreach-message-fields textarea { min-height: 250px; resize: vertical; font: 10px/1.55 ui-monospace,Consolas,monospace; text-transform: none; }.outreach-message-help,.outreach-message-composer > footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 18px 14px; }.outreach-message-help p,.outreach-message-composer > footer span { margin: 0; color: #687d79; font-size: 8px; line-height: 1.55; }.outreach-message-help code { color: #285f58; font-size: 8px; font-weight: 800; }.outreach-message-composer > footer { padding-top: 13px; background: #f0f5f1; border-top: 1px solid #dce5df; }.outreach-message-composer > footer .button { flex: 0 0 auto; white-space: nowrap; }[data-outreach-form] > .account-form { grid-template-columns: repeat(3,minmax(0,1fr)); }
.outreach-scheduler-panel { overflow: hidden; }.scheduler-switch { display: inline-flex; align-items: center; gap: 10px; color: #335f5a; font-size: 10px; font-weight: 850; cursor: pointer; }.scheduler-switch input { width: 42px; height: 22px; accent-color: #28766d; cursor: pointer; }.scheduler-status-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.scheduler-status-grid > div { display: grid; gap: 6px; padding: 16px 20px; }.scheduler-status-grid > div + div { border-left: 1px solid var(--line); }.scheduler-status-grid small { color: #7a8c88; font-size: 7px; font-weight: 900; letter-spacing: .9px; }.scheduler-status-grid strong { color: var(--ink); font-size: 11px; }.outreach-scheduler-panel > .alert { margin: 14px 18px 18px; }.provider-permission { display: flex !important; grid-template-columns: auto 1fr; align-items: start; gap: 9px !important; margin: 2px 18px 14px; padding: 11px 13px; color: #596f6b !important; background: #fff8e5; border: 1px solid #ead8a5; border-radius: 6px; font-size: 8px !important; line-height: 1.45; letter-spacing: 0 !important; text-transform: none !important; }.provider-permission input { margin-top: 1px; accent-color: #28766d; }
.outreach-page { padding-bottom: 70px; }.outreach-hero h1 { max-width: 720px; }.outreach-workflow-panel { overflow: hidden; }.outreach-step-header > div:first-child { display: flex; align-items: flex-start; gap: 13px; }.step-number { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: #28766d; border-radius: 50%; font-size: 12px; font-weight: 900; }.selection-summary { padding: 11px 18px; color: #3f6862; background: #edf5f1; border-top: 1px solid #dce8e1; border-bottom: 1px solid #dce8e1; font-size: 9px; font-weight: 800; }.delivery-settings { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; padding: 18px 18px 0; }.delivery-settings label { display: grid; gap: 6px; color: #5f7571; font-size: 7px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }.simplified-composer { margin-top: 14px; }.delivery-choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; padding: 18px; }.delivery-choice-card { min-height: 165px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; padding: 20px; background: #f8faf7; border: 1px solid var(--line); border-radius: 9px; }.delivery-choice-card.recommended { background: #eef6f2; border-color: #c8ddd4; }.delivery-choice-card h3 { margin: 8px 0 7px; color: var(--ink); font-size: 17px; }.delivery-choice-card p { max-width: 480px; margin: 0; color: #687d79; font-size: 9px; line-height: 1.55; }.delivery-choice-card .button { flex: 0 0 auto; white-space: nowrap; }.scheduler-control { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 14px 18px 0; padding: 18px 20px; background: #f7f8f4; border: 1px solid var(--line); border-radius: 9px 9px 0 0; }.scheduler-control h3 { margin: 0 0 6px; color: var(--ink); font-size: 17px; }.scheduler-control p:last-child { margin: 0; color: #637a76; font-size: 9px; line-height: 1.5; }.delivery-panel .scheduler-status-grid { margin: 0 18px 18px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 9px 9px; }.delivery-panel .prospect-error { margin-bottom: 18px; }.outreach-history-panel .simple-table { min-width: 960px; }.outreach-manual-panel { overflow: hidden; }.outreach-manual-panel > summary { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; color: var(--ink); cursor: pointer; list-style: none; }.outreach-manual-panel > summary::-webkit-details-marker { display: none; }.outreach-manual-panel > summary span:first-child { display: grid; gap: 4px; }.outreach-manual-panel > summary strong { font-size: 13px; }.outreach-manual-panel > summary small { color: #70827f; font-size: 9px; font-weight: 500; }.outreach-manual-panel > summary span:last-child { color: #28766d; font-size: 22px; }.outreach-manual-panel[open] > summary { border-bottom: 1px solid var(--line); }.outreach-manual-panel[open] > summary span:last-child { transform: rotate(45deg); }
.automatic-outreach-panel { overflow: hidden; border-color: #b9d5cb; box-shadow: 0 16px 42px rgba(25,73,66,.08); }.automatic-outreach-panel .scheduler-control { margin: 0; padding: 24px; background: #eef6f2; border: 0; border-radius: 0; }.automatic-outreach-panel .scheduler-control h2 { margin: 0 0 7px; color: var(--ink); font-size: 22px; }.automatic-outreach-panel .scheduler-status-grid { border-bottom: 0; }.automatic-outreach-note { margin: 0; padding: 13px 20px; color: #627874; background: #f8faf7; border-top: 1px solid var(--line); font-size: 8px; line-height: 1.55; }.up-next-panel { margin: 16px 18px 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; }.up-next-panel > header { padding: 16px 18px 13px; background: #fff; border-bottom: 1px solid var(--line); }.up-next-panel h3 { margin: 0 0 5px; color: var(--ink); font-size: 16px; }.up-next-panel header p:last-child { margin: 0; color: #687d79; font-size: 9px; }.up-next-table { min-width: 720px; }.up-next-table th:first-child,.up-next-table td:first-child { width: 62px; text-align: center; }.up-next-order { width: 24px; height: 24px; display: inline-grid; place-items: center; color: #fff; background: #28766d; border-radius: 50%; font-size: 9px; font-weight: 900; }.automatic-outreach-panel .prospect-error { margin: 14px 18px 18px; }.outreach-targeted-panel { overflow: hidden; }.outreach-targeted-panel > summary { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; color: var(--ink); cursor: pointer; list-style: none; }.outreach-targeted-panel > summary::-webkit-details-marker { display: none; }.outreach-targeted-panel > summary span:first-child { display: grid; gap: 4px; }.outreach-targeted-panel > summary strong { font-size: 13px; }.outreach-targeted-panel > summary small { color: #70827f; font-size: 9px; font-weight: 500; }.outreach-targeted-panel > summary span:last-child { color: #28766d; font-size: 22px; }.outreach-targeted-panel[open] > summary { border-bottom: 1px solid var(--line); }.outreach-targeted-panel[open] > summary span:last-child { transform: rotate(45deg); }.targeted-outreach-content > .outreach-workflow-panel + .outreach-workflow-panel { border-top: 1px solid var(--line); }.targeted-outreach-content .panel-header { border-bottom: 0; }

/* Certificate */
.certificate-page { min-height: 100vh; padding-bottom: 55px; color: #fff; background: var(--deep); }
.certificate-header { height: 72px; border-bottom: 1px solid rgba(255,255,255,.1); }.certificate-header .app-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; }.certificate-header a:last-child { color: #abc0bd; font-size: 11px; font-weight: 750; }
.certificate-wrap { width: min(990px,calc(100% - 38px)); margin: 55px auto 0; }
.verified-line { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 18px; color: var(--mint); font-size: 9px; font-weight: 850; letter-spacing: 1.4px; text-transform: uppercase; }.verified-line span { width: 19px; height: 19px; display: grid; place-items: center; color: var(--deep); background: var(--gold); border-radius: 50%; font-size: 9px; }
.certificate-document { padding: 15px; color: var(--ink); background: #fdfbf4; box-shadow: 0 35px 90px rgba(0,0,0,.35); }
.certificate-inner { min-height: 570px; display: flex; flex-direction: column; align-items: center; padding: 45px 65px 35px; text-align: center; border: 4px solid #cba244; outline: 1px solid #90c1b8; outline-offset: -12px; }
.cert-brand { display: flex; align-items: center; gap: 11px; color: #285b58; font-size: 11px; font-weight: 900; letter-spacing: 3px; }.certificate-inner > p { margin: 35px 0 15px; color: #70837f; font-size: 11px; letter-spacing: 4px; }.certificate-inner h1 { margin: 0 0 15px; color: #113c3f; font-family: Georgia,serif; font-size: clamp(39px,6vw,65px); font-style: italic; font-weight: 400; letter-spacing: -2px; }.certificate-inner > span { color: #82908d; font-size: 12px; }.certificate-inner h2 { margin: 15px 0 8px; font-size: 27px; letter-spacing: -.7px; }.certificate-org { color: #637b77 !important; font-size: 12px !important; }.cert-meta { width: min(650px,100%); display: grid; grid-template-columns: repeat(3,1fr); margin-top: 39px; padding: 22px 0; border-top: 1px solid #d5dad3; border-bottom: 1px solid #d5dad3; }.cert-meta div + div { border-left: 1px solid #d5dad3; }.cert-meta strong,.cert-meta small { display: block; }.cert-meta strong { font-size: 14px; }.cert-meta small { margin-top: 6px; color: #85928f; font-size: 8px; letter-spacing: 1.1px; text-transform: uppercase; }.cert-foot { margin-top: auto; color: #82918e; font-family: ui-monospace,Consolas,monospace; font-size: 9px; letter-spacing: .5px; }.certificate-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 23px; }.certificate-disclaimer { max-width: 720px; margin: 20px auto 0; color: #78928f; text-align: center; font-size: 9px; line-height: 1.65; }.invalid-certificate { min-height: 530px; display: grid; place-items: center; text-align: center; }.invalid-certificate span { width: 68px; height: 68px; display: grid; margin: 0 auto 18px; place-items: center; color: #fff; background: #bd5147; border-radius: 50%; font-size: 30px; }.invalid-certificate h1 { margin: 0 0 8px; }.invalid-certificate p { max-width: 440px; color: #a5b9b6; font-size: 13px; line-height: 1.6; }

@media (max-width: 1000px) {
  .welcome-story { padding-right: 45px; }.welcome-form-wrap { padding-left: 45px; }
  .metric-grid { grid-template-columns: repeat(3,1fr); }
  .campaign-row { grid-template-columns: minmax(170px,1fr) minmax(150px,1fr) 70px 80px 110px; }.campaign-row .score-col { display: none; }
  .operations-grid { grid-template-columns: 1fr; }
  .launch-guide { grid-template-columns: 1fr 1fr; }.launch-guide > i { display: none; }.campaign-settings { grid-template-columns: 1fr 1fr; }.campaign-settings > div { grid-column: 1/-1; }
}
@media (max-width: 800px) {
  .welcome-layout { grid-template-columns: 1fr; }.welcome-story { justify-content: center; padding: 60px 28px; }.welcome-form-wrap { justify-content: center; padding: 55px 28px; }
  .training-grid { grid-template-columns: 1fr; }.training-sidebar { display: none; }.stage-content { padding: 35px 30px; }
  .auth-page { grid-template-columns: 1fr; }.auth-brand-panel { display: none; }.auth-form-card .mobile-brand { display: inline-flex; }
  .admin-layout { grid-template-columns: 1fr; }.admin-sidebar { transform: translateX(-100%); transition: transform .25s; }.admin-sidebar.open { transform: none; }.admin-main { grid-column: 1; }.mobile-admin-toggle { display: grid; }.admin-topbar { padding: 0 20px; }.admin-content { padding: 23px 20px 50px; }.campaign-row { grid-template-columns: minmax(170px,1fr) 85px 110px; }.campaign-row .link-col,.campaign-row .score-col,.campaign-row .due-col { display: none; }
  .certificate-inner { min-height: 530px; padding: 40px 35px 30px; }
  .module-admin-grid { grid-template-columns: 1fr; }
  .account-form { grid-template-columns: 1fr 1fr; }.account-form > .button { justify-self: start; }
}
@media (max-width: 560px) {
  .app-shell { width: calc(100% - 26px); }.header-context { display: none; }.header-actions .header-link { display: none; }
  .course-facts { grid-template-columns: 1fr; }.welcome-story h1 { font-size: clamp(39px,11.5vw,45px); letter-spacing: -2.6px; overflow-wrap: anywhere; }.welcome-story .eyebrow,.welcome-story > div > p { overflow-wrap: anywhere; }.welcome-form-card h2 { font-size: 28px; }
  .training-topline-inner { gap: 11px; }.progress-meta { width: 105px; }.progress-meta span { display: none; }.stage-card { min-height: calc(100vh - 165px); }.stage-content { padding: 29px 20px; }.stage-card h1 { font-size: 32px; }.stage-footer { align-items: stretch; flex-direction: column; padding: 13px 20px; }.stage-footer small { display: none; }.stage-actions { width: 100%; }.stage-actions .button { flex: 1; }.principle-grid { grid-template-columns: 1fr; }.email-head { grid-template-columns: 36px 1fr; padding: 14px; }.email-time { display: none; }.email-content { padding: 18px 16px; }.quiz-options { margin-left: 0; }.assessment-banner { grid-template-columns: auto 1fr; }.assessment-banner b { display: none; }.result-card { padding: 30px 20px; }.result-card h1 { font-size: 32px; }.result-actions { flex-direction: column; }.result-actions .button { width: 100%; }
  .auth-form-panel { padding: 34px 20px; }.form-grid { grid-template-columns: 1fr; }
  .verification-actions { grid-template-columns: 1fr; }.account-security-notice { align-items: stretch; flex-direction: column; }.account-security-notice .button { width: 100%; }
  .account-form { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: 1fr 1fr; }.campaign-row { grid-template-columns: minmax(0,1fr) 92px; padding: 13px 14px; }.campaign-row .completed-col { display: none; }.panel-header { padding: 12px 15px; }.admin-topbar .button span { display: none; }
  .drawer-body { padding: 18px 14px; }.drawer-header { padding: 21px 15px; }.drawer-actions { flex-direction: column; }.share-box { min-height: 42px; }.modal-body,.modal-header { padding-left: 20px; padding-right: 20px; }
  .launch-guide { grid-template-columns: 1fr; }.campaign-settings { grid-template-columns: 1fr; }.campaign-settings > div { grid-column: auto; }
  .organization-settings-form { grid-template-columns: 1fr; }.organization-settings-form > .field:first-child,.organization-settings-form > .alert,.organization-settings-form > .row-actions,.organization-settings-form > .form-assurance { grid-column: auto; }
  [data-outreach-form] > .account-form { grid-template-columns: 1fr; }.outreach-email-modal .modal-footer { align-items: stretch; flex-direction: column-reverse; }.outreach-email-modal .modal-footer .button { width: 100%; }
  .prospect-action-bar { align-items: stretch; flex-direction: column; }.prospect-action-bar .compact-input { width: 100%; }.prospect-action-bar .button { width: 100%; }.outreach-prospect-panel .panel-header { align-items: stretch; flex-direction: column; }.outreach-prospect-panel .panel-header .row-actions { justify-content: stretch; }.outreach-prospect-panel .panel-header .search-input,.outreach-prospect-panel .panel-header .compact-input { width: 100%; }
  .outreach-message-composer > header,.outreach-message-help,.outreach-message-composer > footer { align-items: stretch; flex-direction: column; }.outreach-message-composer header label { min-width: 0; }.outreach-message-composer > footer .button,.outreach-message-help .button { width: 100%; }.outreach-message-fields textarea { min-height: 310px; }[data-outreach-form] > .account-form { grid-template-columns: 1fr; }
  .outreach-scheduler-panel .panel-header { align-items: stretch; flex-direction: column; }.scheduler-status-grid { grid-template-columns: 1fr; }.scheduler-status-grid > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .delivery-settings,.delivery-choice-grid { grid-template-columns: 1fr; }.delivery-choice-card,.scheduler-control { align-items: stretch; flex-direction: column; }.delivery-choice-card .button { width: 100%; }.delivery-panel .scheduler-status-grid { margin-left: 14px; margin-right: 14px; }.outreach-step-header { align-items: stretch; flex-direction: column; }.outreach-step-header .row-actions { width: 100%; }.outreach-step-header .search-input,.outreach-step-header .compact-input { width: 100%; }
  .admin-topbar .topbar-actions > .privacy-chip,.admin-topbar .topbar-actions > .button.secondary { display: none; }.support-alert-button strong { display: none; }.support-overview-alert { align-items: stretch; flex-direction: column; }
  .operations-toolbar { align-items: stretch; flex-direction: column; }.operations-toolbar label { justify-content: space-between; }.search-input { width: 100%; }.panel-header:has(.search-input) { align-items: stretch; flex-direction: column; }
  .certificate-wrap { width: calc(100% - 20px); margin-top: 30px; }.certificate-document { padding: 8px; }.certificate-inner { min-height: 480px; padding: 33px 19px 25px; outline-offset: -8px; }.cert-brand { letter-spacing: 1.5px; }.certificate-inner > p { margin-top: 26px; letter-spacing: 2px; }.certificate-inner h1 { font-size: 38px; }.certificate-inner h2 { font-size: 21px; }.cert-meta { margin-top: 28px; }.cert-meta strong { font-size: 11px; }.cert-meta small { font-size: 6px; }.cert-foot { font-size: 7px; }
}
@media print {
  .certificate-page { padding: 0; background: #fff; }.certificate-header,.certificate-actions,.verified-line,.certificate-disclaimer { display: none !important; }.certificate-wrap { width: 100%; margin: 0; }.certificate-document { box-shadow: none; }.certificate-inner { min-height: 7in; }
}
/* Billing */
.billing-admin-page { background: #f1f3ef; }
.billing-app-header { color: #fff; background: var(--deep); border-bottom: 1px solid rgba(255,255,255,.1); }
.billing-app-header .app-shell { min-height: 70px; display: flex; align-items: center; justify-content: space-between; }
.billing-app-header nav { display: flex; align-items: center; gap: 18px; color: #a8bfbc; font-size: 11px; font-weight: 750; }
.billing-app-header nav a:hover { color: #fff; }
.billing-app-header nav button { padding: 0; color: #a8bfbc; background: none; border: 0; font-weight: 750; }
.billing-main { padding-top: 46px; padding-bottom: 80px; }
.billing-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; }
.billing-title h1 { margin: 8px 0 10px; font-size: clamp(34px,4vw,50px); letter-spacing: -2.2px; }
.billing-title > div > p:last-child { max-width: 710px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.billing-owner { min-width: 230px; padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.billing-owner strong, .billing-owner span { display: block; }.billing-owner strong { font-size: 13px; }.billing-owner span { margin-top: 4px; color: var(--muted); font-size: 9px; }
.billing-status-card { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.85fr); gap: 40px; align-items: center; min-height: 190px; margin-top: 30px; padding: 30px 33px; color: #fff; background: linear-gradient(135deg,#0a292d,#17464a); border-radius: 11px; box-shadow: var(--shadow); }
.billing-status-loading { grid-column: 1/-1; color: #aac2bf; text-align: center; }
.billing-state { display: inline-flex; padding: 6px 9px; color: #e7fff8; background: rgba(148,212,201,.16); border: 1px solid rgba(148,212,201,.24); border-radius: 4px; font-size: 8px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }
.billing-state.warn { color: #ffe4a2; background: rgba(243,199,93,.11); border-color: rgba(243,199,93,.26); }
.billing-status-copy h2 { margin: 14px 0 8px; font-size: 27px; }.billing-status-copy p { margin: 0; color: #a9c0bd; font-size: 12px; }
.billing-usage { padding: 20px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; }
.billing-usage > div:first-child { display: flex; justify-content: space-between; gap: 20px; color: #b6cbc8; font-size: 10px; }.billing-usage strong { color: #fff; font-size: 14px; }
.usage-track { height: 8px; overflow: hidden; margin: 14px 0 9px; background: rgba(255,255,255,.1); border-radius: 8px; }.usage-track i { display: block; height: 100%; background: var(--gold); border-radius: inherit; }.billing-usage small { color: #87a6a2; font-size: 9px; }
.billing-plan-section { margin-top: 50px; }.billing-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 20px; }.billing-section-heading h2 { margin: 7px 0 0; font-size: 25px; letter-spacing: -1px; }.billing-section-heading > span { color: var(--muted); font-size: 10px; }
.billing-plan-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.billing-plan-card { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }.billing-plan-card.current-tier { border-color: #9bcfc5; box-shadow: 0 0 0 3px rgba(148,212,201,.14); }
.billing-plan-top { display: flex; justify-content: space-between; color: #819390; font-size: 8px; font-weight: 900; letter-spacing: 1px; }.billing-plan-top b { color: #257569; }.billing-plan-card h3 { margin: 15px 0 6px; font-size: 25px; }.billing-plan-card > p { margin: 0; color: var(--muted); font-size: 12px; }
.plan-price-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 20px 0; }.plan-price-pair div { padding: 15px; background: #f4f6f2; border-radius: 7px; }.plan-price-pair strong,.plan-price-pair span { display: block; }.plan-price-pair strong { font-size: 21px; }.plan-price-pair span { margin-top: 4px; color: var(--muted); font-size: 8px; }
.plan-price-pair.annual-only,.plan-actions.annual-only { grid-template-columns: 1fr; }
.billing-plan-card ul { display: grid; gap: 8px; min-height: 75px; padding: 0; margin: 0 0 22px; list-style: none; color: #536c69; font-size: 10px; }.billing-plan-card li::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 900; }
.plan-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.plan-actions .button { min-width: 0; padding: 0 12px; font-size: 10px; }.billing-owner-note { min-height: 44px; display: grid; place-items: center; margin: 0; color: var(--muted); background: #f4f6f2; border-radius: 7px; font-size: 10px; }
.billing-details-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 28px; }.billing-info-card { display: flex; gap: 15px; padding: 21px; background: #fff; border: 1px solid var(--line); border-radius: 9px; }.billing-card-icon { width: 31px; height: 31px; display: grid; flex: none; place-items: center; color: var(--deep); background: var(--mint-soft); border-radius: 7px; font-weight: 900; }.billing-info-card h3 { margin: 1px 0 7px; font-size: 13px; }.billing-info-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.billing-cancel-panel { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 28px; padding: 22px 24px; background: #fff; border: 1px solid #e1d2cf; border-radius: 9px; }.billing-cancel-panel h2 { margin: 0 0 6px; font-size: 15px; }.billing-cancel-panel p { margin: 0; color: var(--muted); font-size: 10px; }
.platform-billing-metrics { margin-top: 30px; }.billing-directory { min-width: 1050px; }.billing-events { min-width: 980px; }.simple-table small { color: #82928f; font-size: 8px; }
.billing-result-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: radial-gradient(circle at top,#17464a,#081f23 68%); }.billing-result-card { width: min(610px,100%); padding: 46px; text-align: center; background: #fff; border-radius: 13px; box-shadow: 0 30px 80px rgba(0,0,0,.25); }.billing-result-card .brand { justify-content: center; }.billing-result-mark { width: 74px; height: 82px; display: grid; place-items: center; margin: 32px auto 24px; color: var(--deep); background: var(--gold); clip-path: polygon(50% 0,94% 16%,88% 70%,50% 100%,12% 70%,6% 16%); font-size: 27px; font-weight: 900; }.billing-result-card h1 { margin: 9px 0 13px; font-size: 31px; letter-spacing: -1.4px; }.billing-result-card > p:not(.eyebrow) { max-width: 470px; margin: 0 auto; color: var(--muted); font-size: 13px; line-height: 1.7; }.billing-result-actions { display: flex; justify-content: center; gap: 10px; margin: 27px 0 22px; }.billing-result-card > small { color: #84928f; font-size: 9px; }
@media (max-width: 850px) { .billing-title { align-items: flex-start; flex-direction: column; }.billing-owner { width: 100%; }.billing-status-card { grid-template-columns: 1fr; }.billing-plan-grid,.billing-details-grid { grid-template-columns: 1fr; }.billing-app-header .privacy-chip { display: none; } }
@media (max-width: 580px) { .billing-app-header .app-shell { min-height: 84px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }.billing-app-header nav { width: 100%; justify-content: space-between; }.billing-main { padding-top: 30px; }.billing-status-card { padding: 24px 20px; }.plan-price-pair,.plan-actions { grid-template-columns: 1fr; }.billing-section-heading { align-items: flex-start; flex-direction: column; }.billing-cancel-panel,.billing-result-actions { align-items: stretch; flex-direction: column; }.billing-result-card { padding: 34px 22px; } }

@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation-duration:.01ms!important; transition-duration:.01ms!important; } }
