.onboarding-guide-page .screen { padding-top: 10px; }
.onboarding-guide { gap: 16px; }
.ob-home-reminder { background: var(--surface); }
.ob-progress { padding: 16px; }
.ob-progress-top { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.ob-progress-top strong { font-size: 17px; line-height: 24px; }
.ob-progress-top span { color: var(--brand-dark); font-size: 24px; font-weight: 780; line-height: 30px; }
.ob-progress-track { height: 8px; margin: 12px 0 9px; overflow: hidden; background: var(--surface-muted); border-radius: 999px; }
.ob-progress-track i { display: block; height: 100%; background: var(--brand); border-radius: inherit; transition: width 180ms ease; }
.ob-progress-0 i { width: 0; }
.ob-progress-1 i { width: 14.2857%; }
.ob-progress-2 i { width: 28.5714%; }
.ob-progress-3 i { width: 42.8571%; }
.ob-progress-4 i { width: 57.1429%; }
.ob-progress-5 i { width: 71.4286%; }
.ob-progress-6 i { width: 85.7143%; }
.ob-progress p { margin: 0; color: var(--ink-muted); font-size: 12px; line-height: 18px; }

.ob-preflight { padding: 14px; background: var(--info-soft); border-color: transparent; }
.ob-preflight-head { display: flex; align-items: flex-start; gap: 10px; }
.ob-preflight .row-icon { color: var(--info); background: rgba(255,255,255,.65); }
.ob-preflight h2 { margin: 0; font-size: 15px; line-height: 21px; }
.ob-preflight p { margin: 4px 0 0; color: #425d6b; font-size: 12px; line-height: 18px; }
.ob-preflight .primary-button { margin-top: 12px; }
.ob-preflight small { display: block; margin-top: 8px; color: #52656e; font-size: 11px; line-height: 17px; }

.ob-step { position: relative; display: flex; width: 100%; min-height: 72px; align-items: center; gap: 10px; padding: 10px 12px; text-align: left; background: transparent; border: 0; border-bottom: 1px solid var(--outline-soft); cursor: pointer; }
.ob-step:last-child { border-bottom: 0; }
.ob-step:hover { background: #f9fbfa; }
.ob-step:focus-visible { z-index: 1; outline: 3px solid rgba(0,107,98,.2); outline-offset: -3px; }
.ob-step-num { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; color: var(--brand-dark); background: var(--brand-soft); border-radius: 50%; font-size: 12px; font-weight: 780; }
.ob-step-num svg { width: 20px; height: 20px; }
.ob-step.completed .ob-step-num { color: #fff; background: var(--success); }
.ob-step.unavailable .ob-step-num { color: var(--ink-muted); background: var(--surface-muted); }
.ob-step-copy { min-width: 0; flex: 1; }
.ob-step-title { display: block; font-size: 14px; font-weight: 650; line-height: 20px; overflow-wrap: anywhere; }
.ob-step-support { display: -webkit-box; margin-top: 2px; overflow: hidden; color: var(--ink-muted); font-size: 11px; line-height: 16px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ob-step-side { display: flex; flex: 0 0 auto; align-items: center; gap: 6px; }
.ob-step-side .chevron svg { width: 18px; height: 18px; }
.ob-recommend { display: inline-flex; min-height: 22px; align-items: center; gap: 4px; padding: 2px 7px; color: var(--brand-dark); background: var(--brand-soft); border-radius: 999px; font-size: 10px; font-weight: 750; line-height: 15px; white-space: nowrap; }
.ob-recommend svg { width: 13px; height: 13px; }

.ob-local-error { padding: 11px 12px; color: var(--danger); background: var(--danger-soft); border-radius: 10px; }
.ob-local-error strong { display: block; font-size: 13px; line-height: 19px; }
.ob-local-error p { margin: 3px 0 4px; color: #71433f; font-size: 11px; line-height: 17px; }
.ob-link { min-height: 40px; padding: 7px 4px; color: var(--brand-dark); background: transparent; border: 0; font-size: 12px; font-weight: 750; cursor: pointer; }
.ob-history-note { display: flex; gap: 9px; padding: 12px 13px; color: var(--info); background: var(--info-soft); border-radius: 10px; }
.ob-history-note svg { flex: 0 0 20px; width: 20px; height: 20px; margin-top: 1px; }
.ob-history-note p { margin: 0; color: #3e5967; font-size: 11px; line-height: 17px; }

.ob-milestone { padding: 18px 16px; text-align: center; }
.ob-milestone > span { display: grid; width: 54px; height: 54px; margin: 0 auto 12px; place-items: center; color: #fff; background: var(--success); border-radius: 50%; }
.ob-milestone > span svg { width: 29px; height: 29px; }
.ob-milestone h2 { margin: 0; font-size: 19px; line-height: 27px; }
.ob-milestone p { margin: 6px 0 0; color: var(--ink-muted); font-size: 12px; line-height: 19px; }
.ob-footer { margin: 0; color: var(--ink-muted); font-size: 11px; line-height: 17px; text-align: center; }
.ob-loading { min-height: 180px; display: grid; place-items: center; color: var(--ink-muted); }

.ob-scrim { position: fixed; z-index: 60; inset: 0; display: flex; align-items: flex-end; justify-content: center; background: rgba(0,0,0,.34); }
.ob-sheet { width: min(100%,480px); max-height: 74dvh; overflow-y: auto; padding: 20px 18px calc(24px + env(safe-area-inset-bottom)); background: #edf3ef; border-radius: 28px 28px 0 0; box-shadow: 0 -6px 20px rgba(0,0,0,.12); }
.ob-sheet-handle { width: 32px; height: 4px; margin: -8px auto 17px; background: #83928c; border-radius: 999px; }
.ob-sheet-head { display: flex; align-items: flex-start; gap: 10px; }
.ob-sheet-head .row-icon { flex-basis: 42px; width: 42px; height: 42px; color: var(--warning); background: var(--warning-soft); }
.ob-sheet-head p { margin: 0 0 2px; color: var(--ink-muted); font-size: 11px; line-height: 16px; }
.ob-sheet h2 { margin: 0; font-size: 21px; font-weight: 620; line-height: 29px; }
.ob-sheet > p { margin: 10px 0 14px; color: var(--ink-muted); font-size: 13px; line-height: 21px; }
.ob-evidence { margin: 0 0 16px; padding: 11px 12px; color: var(--ink-muted); background: var(--surface); border: 1px solid var(--outline-soft); border-radius: 10px; font-size: 12px; line-height: 18px; overflow-wrap: anywhere; }
.ob-advice-list { display: grid; gap: 8px; margin: 0 0 16px; padding: 0; list-style: none; }
.ob-advice-list li { display: flex; min-height: 44px; align-items: center; gap: 10px; padding: 9px 11px; color: var(--ink); background: var(--surface); border: 1px solid var(--outline-soft); border-radius: 10px; font-size: 12px; line-height: 18px; }
.ob-advice-list li > span:first-child { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; color: var(--brand-dark); background: var(--brand-soft); border-radius: 8px; }
.ob-advice-list svg { width: 17px; height: 17px; }

@media (max-width: 365px) {
  .ob-step { padding-right: 9px; padding-left: 9px; }
  .ob-step-num { flex-basis: 34px; width: 34px; height: 34px; }
  .ob-step .status-badge { padding-right: 6px; padding-left: 6px; }
  .ob-sheet { padding-right: 14px; padding-left: 14px; }
  .ob-sheet .button-row > * { min-width: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .ob-progress-track i { transition: none; }
}

/* AIPH_00088 confirmed-r1 presentation. */
#smart-customer .guide-progress{padding:18px;border-radius:12px;background:#e4eee8;color:#274e3e}#smart-customer .guide-progress small{font-size:11px}#smart-customer .guide-progress>div:first-of-type{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}#smart-customer .guide-progress strong{font-size:34px;line-height:1.2}#smart-customer .guide-progress em{font-size:17px;font-style:normal;font-weight:500;color:#668071}#smart-customer .guide-progress span{font-size:12px}#smart-customer .seven-track{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;margin-top:16px}#smart-customer .seven-track i{height:6px;border-radius:3px;background:#c6d7cc}#smart-customer .seven-track i.done{background:#3b7059}#smart-customer .history-note{font-size:11px;color:#66746c;line-height:1.6;margin:12px 0}#smart-customer .guide-section{display:flex;justify-content:space-between;align-items:center;margin:20px 0 10px}#smart-customer .guide-section>strong{font-size:13px}#smart-customer .guide-step{display:flex;align-items:center;gap:9px;padding:13px 0;border:0;border-bottom:1px solid var(--line);width:100%;background:transparent;text-align:left}#smart-customer .guide-step>div{min-width:0;flex:1}#smart-customer .guide-step strong{display:block;font-size:12px}#smart-customer .guide-step small{display:block;font-size:10px;color:var(--muted);line-height:1.5;margin-top:3px}#smart-customer .step-no{font-size:11px;font-weight:700;width:27px;height:27px;display:grid;place-items:center;background:#edf1ee;border-radius:7px;flex:0 0 27px;color:#596a60}#smart-customer .step-status{display:flex;align-items:center;gap:5px;flex-shrink:0}#smart-customer .step-status b{font-size:20px;color:#42644f}#smart-customer .home-guide{border:1px solid #ccded2;border-radius:14px;width:100%;padding:0;overflow:hidden;background:#fff;text-align:left;margin-top:24px;color:var(--ink)}#smart-customer .home-guide .guide-progress{border-radius:0}#smart-customer .home-guide>strong{display:block;font-size:14px;padding:15px 16px 4px}#smart-customer .home-guide>strong span{float:right;font-size:11px;color:var(--brand)}#smart-customer .home-guide>p{font-size:11px;color:var(--muted);margin:0;padding:4px 16px 18px}#smart-customer .home-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}#smart-customer .home-grid>*{border:1px solid var(--line);background:#fff;border-radius:10px;padding:15px;text-align:left;color:var(--ink)}#smart-customer .home-grid svg{width:25px;height:25px;color:var(--brand);margin-bottom:12px}#smart-customer .home-grid strong,#smart-customer .home-grid small{display:block}#smart-customer .home-grid strong{font-size:13px}#smart-customer .home-grid small{font-size:10px;color:var(--muted);margin-top:5px}#smart-customer .bottom-nav{display:flex;justify-content:space-around;color:var(--muted);font-size:11px;padding:7px 0}#smart-customer .bottom-nav b{color:var(--brand)}

#smart-customer.onboarding-map{height:100dvh;min-height:100vh;display:flex;flex-direction:column;background:#fafcfb;}
#smart-customer.onboarding-map .phone-body{background:#fafcfb;}
#smart-customer .guide-step{min-height:56px;}
#smart-customer .step-status{white-space:nowrap;}
#smart-customer .phone-actions .btn{min-height:44px;}

.ob-progress-7 i {width:100%;}

.ob-home-reminder .guide-progress{padding:18px;border-radius:12px;background:#e4eee8;color:#274e3e}.ob-home-reminder .guide-progress small{font-size:11px}.ob-home-reminder .guide-progress>div:first-of-type{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}.ob-home-reminder .guide-progress strong{font-size:34px;line-height:1.2}.ob-home-reminder .guide-progress em{font-size:17px;font-style:normal;font-weight:500;color:#668071}.ob-home-reminder .guide-progress span{font-size:12px}.ob-home-reminder .seven-track{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;margin-top:16px}.ob-home-reminder .seven-track i{height:6px;border-radius:3px;background:#c6d7cc}.ob-home-reminder .seven-track i.done{background:#3b7059}
.ob-home-reminder.home-guide{display:block;border:1px solid #ccded2;border-radius:14px;width:100%;padding:0;overflow:hidden;background:#fff;text-align:left;color:#1f2823}.ob-home-reminder .guide-progress{border-radius:0}.ob-home-reminder>strong{display:block;font-size:14px;padding:15px 16px 4px}.ob-home-reminder>strong span{float:right;font-size:11px;color:#2f5d4c}.ob-home-reminder>p{font-size:11px;color:#66716a;margin:0;padding:4px 16px 18px}.ob-home-history{font-size:11px;color:#66746c;line-height:1.6;margin:12px 0;}
#smart-customer .phone-body{background:#fafcfb;}#smart-customer .phone-body .notice{margin:12px 0;}
