:root{--bg:#f6f8fb;--panel:#fff;--text:#172033;--muted:#657089;--line:#dfe5ee;--accent:#155eef}*{box-sizing:border-box}body{margin:0;font:15px/1.5 system-ui,sans-serif;background:var(--bg);color:var(--text)}.top{background:#fff;border-bottom:1px solid var(--line);padding:16px 5%;display:flex;gap:28px;align-items:center;flex-wrap:wrap}.brand{font-weight:800;color:#0f284f;text-decoration:none}.top nav{display:flex;gap:14px;flex-wrap:wrap}.top nav a{color:#42506a;text-decoration:none}.shell{max-width:1180px;margin:34px auto;padding:0 24px}.card,.alert,.notice{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:20px;margin:16px 0}.alert{border-color:#f1b7b7}.notice{border-color:#b7d0f1}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px}.form-grid label{display:grid;gap:6px}.wide{grid-column:1/-1}input,textarea{width:100%;padding:11px;border:1px solid #cfd7e3;border-radius:9px}textarea{min-height:90px}.actions{display:flex;gap:12px}button,.button{padding:10px 15px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--text);text-decoration:none}.primary{background:var(--accent);color:#fff;border-color:var(--accent)}@media(max-width:760px){.form-grid{grid-template-columns:1fr}.wide{grid-column:auto}.top{align-items:flex-start;flex-direction:column}}

/* Customer authentication shell */
.auth-page{min-height:100vh;background:linear-gradient(180deg,#f3f6fb 0%,#f8fafc 100%);color:#13213a}
.auth-shell{min-height:100vh;display:grid;place-items:center;padding:42px 20px}
.auth-card{width:min(100%,500px);background:#fff;border:1px solid #dce4ef;border-radius:18px;padding:34px;box-shadow:0 20px 55px rgba(30,55,90,.08)}
.auth-card-wide{width:min(100%,570px)}
.auth-brand{display:inline-flex;align-items:center;gap:12px;color:#10284f;text-decoration:none;margin-bottom:28px}
.auth-brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:#164677;color:#fff;font-weight:800;font-size:17px;box-shadow:0 7px 18px rgba(22,70,119,.18)}
.auth-brand strong,.auth-brand small{display:block}.auth-brand strong{font-size:16px}.auth-brand small{margin-top:1px;color:#738097;font-size:12px;font-weight:500}
.auth-heading{margin-bottom:24px}.auth-heading .eyebrow{margin:0 0 6px;color:#1e5d98;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.auth-heading h1{margin:0;color:#10203b;font-size:30px;line-height:1.18;letter-spacing:-.02em}.auth-heading p:not(.eyebrow){margin:10px 0 0;color:#6a768b}
.auth-alert{margin:0 0 18px;padding:12px 14px;border-radius:10px;background:#fff6f6;color:#9f2828;border-color:#f0c4c4}
.field-stack{display:grid;gap:15px}.auth-field{display:grid;gap:6px;color:#34435e;font-size:13px;font-weight:650}.auth-field input{height:46px;padding:0 13px;background:#fff;border:1px solid #cad5e3;border-radius:10px;color:#172033;font:inherit;font-weight:400;outline:none;transition:border-color .15s,box-shadow .15s}.auth-field input::placeholder{color:#9aa6b8}.auth-field input:focus{border-color:#2a6fb2;box-shadow:0 0 0 3px rgba(42,111,178,.12)}
.terms-row{display:flex;align-items:flex-start;gap:9px;color:#526078;font-size:13px}.terms-row input{width:16px;height:16px;margin:2px 0 0;accent-color:#1e5d98;flex:0 0 auto}
.auth-submit{width:100%;min-height:46px;border-radius:10px;font-weight:750;font-size:14px;cursor:pointer;background:#174d82;border-color:#174d82}.auth-submit:hover{background:#123f6c;border-color:#123f6c}
.oauth-stack{display:grid;gap:10px}.oauth-button{width:100%;min-height:45px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:8px 12px;border:1px solid #d3dce8;border-radius:10px;background:#fff;color:#263650;text-decoration:none;font:inherit;font-weight:650;text-align:left}.oauth-button:not(:disabled):hover{background:#f8fafc;border-color:#b8c8da}.oauth-button:disabled{cursor:not-allowed;color:#7f8a9c;background:#f7f9fc}.oauth-button small{font-size:11px;font-weight:600;color:#97a2b3}.provider-mark{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;border:1px solid #d9e1eb;background:#fff;font-size:12px;font-weight:800}.github-mark{background:#172033;color:#fff;border-color:#172033;font-size:9px}
.divider{display:flex;align-items:center;gap:12px;margin:22px 0;color:#8b97aa;font-size:12px}.divider:before,.divider:after{content:"";height:1px;background:#e1e7ef;flex:1}.divider span{white-space:nowrap}
.auth-switch{margin:22px 0 0;text-align:center;color:#6f7b90}.auth-switch a{color:#175a94;font-weight:750;text-decoration:none}.auth-switch a:hover{text-decoration:underline}.auth-footnote{margin:18px 0 0;padding-top:16px;border-top:1px solid #e7ebf1;color:#8a95a6;font-size:11px;line-height:1.55;text-align:center}
@media(max-width:600px){.auth-shell{padding:22px 14px;place-items:start center}.auth-card,.auth-card-wide{padding:24px 19px;border-radius:14px}.auth-heading h1{font-size:26px}.oauth-button{grid-template-columns:32px 1fr}.oauth-button small{display:none}.divider span{white-space:normal;text-align:center}}

/* v0.3.2 company onboarding polish */
.onboarding-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:18px}.onboarding-head h1{margin:4px 0 6px;font-size:30px;line-height:1.2;color:#10203b}.onboarding-head p{margin:0;max-width:820px;color:var(--muted)}.eyebrow{display:block;color:#1e5d98;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.onboarding-status{flex:0 0 auto;padding:7px 11px;border:1px solid #c9ddf1;border-radius:999px;background:#f2f8fd;color:#275d8d;font-size:12px;font-weight:700}.onboarding-form{box-shadow:0 12px 35px rgba(27,52,83,.04)}.field-title{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#253550;font-size:13px;font-weight:700}.required-mark,.optional-mark{display:inline-flex;align-items:center;border-radius:999px;padding:2px 7px;font-size:10px;line-height:1.5;font-weight:750;white-space:nowrap}.required-mark{background:#eef5fc;color:#1f5f96}.optional-mark{background:#f2f4f7;color:#778398}.field-help{margin:0 0 14px;color:#6f7b90;font-size:13px}.product-picker{margin:2px 0 0;border:1px solid #d8e0ea;border-radius:13px;padding:17px}.product-picker legend{padding:0 8px;color:#22334f;font-weight:800}.product-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.product-choice{display:grid!important;grid-template-columns:auto 1fr;gap:11px!important;align-items:center;min-height:72px;padding:14px;border:1px solid #d5deea;border-radius:11px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s}.product-choice:hover{border-color:#9ebbd6;background:#fbfdff;box-shadow:0 4px 14px rgba(28,66,103,.06)}.product-choice input{width:17px;height:17px;margin:0;accent-color:#1e5d98}.product-choice-copy{display:grid;gap:3px}.product-choice-copy strong{color:#1c2d48;font-size:14px}.product-choice-copy small{color:#6f7c90;font-size:12px}.product-choice.disabled{cursor:not-allowed;background:#f7f9fc;border-style:dashed;opacity:.8}.product-choice.disabled:hover{box-shadow:none;border-color:#d5deea}.onboarding-actions{justify-content:flex-end;border-top:1px solid #edf0f4;padding-top:18px}.onboarding-actions button{min-width:130px;cursor:pointer}.onboarding-actions .primary{min-width:190px;font-weight:750}@media(max-width:900px){.product-choice-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.onboarding-head{flex-direction:column}.onboarding-status{align-self:flex-start}.product-choice-grid{grid-template-columns:1fr}.field-title{align-items:flex-start}.onboarding-actions{flex-direction:column}.onboarding-actions button,.onboarding-actions .primary{width:100%}}

/* v0.3.3 canonical country combobox */
.country-combobox{position:relative}.country-combobox input[type=search]{padding-right:38px}.country-options{position:absolute;z-index:30;left:0;right:0;top:calc(100% + 5px);max-height:300px;overflow:auto;background:#fff;border:1px solid #cdd8e5;border-radius:11px;box-shadow:0 16px 35px rgba(23,48,80,.14);padding:6px}.country-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;border-radius:8px;padding:9px 10px;background:#fff;text-align:left;cursor:pointer}.country-option:hover,.country-option:focus{background:#eef5fc;outline:none}.country-option small{color:#78869b;font-weight:750;letter-spacing:.05em}.country-option[hidden]{display:none}.country-field{position:relative}

/* v0.3.3 account login security */
.security-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.security-mini{border:1px solid var(--line);border-radius:12px;padding:16px;background:#fbfdff}.security-mini h3{margin:0 0 12px}.security-mini dl{display:grid;grid-template-columns:auto 1fr;gap:7px 12px;margin:0}.security-mini dt{color:#78859a}.security-mini dd{margin:0;text-align:right;font-weight:650}.security-history{overflow:auto}.security-history table{width:100%;border-collapse:collapse;min-width:760px}.security-history th,.security-history td{padding:10px;border-bottom:1px solid #e8edf3;text-align:left;font-size:13px}.security-history th{color:#66748a;background:#f8fafc}.section-heading{display:flex;justify-content:space-between;gap:16px;align-items:center}.geo-attribution{color:#7a8799;font-size:11px}.geo-attribution a{color:#53789c}.pagination{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:18px}@media(max-width:900px){.security-card-grid{grid-template-columns:1fr}}
