.guided-shell{margin:22px 0 18px;padding:18px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#f8fbff,#fff)}.guided-shell[hidden]{display:none}.guided-kicker{margin:0 0 5px;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.guided-shell h2{margin:0;font-size:22px}.guided-intro{margin:7px 0 15px;color:var(--muted);font-size:14px;line-height:1.5}.guided-progress{display:flex;align-items:center;gap:10px;margin:12px 0 16px}.guided-progress-track{height:8px;flex:1;border-radius:999px;background:#e8edf4;overflow:hidden}.guided-progress-fill{height:100%;width:0;background:var(--blue);transition:width .2s ease}.guided-progress strong{font-size:12px;color:var(--muted);white-space:nowrap}.guided-card{border:1px solid #bfd5f6;border-radius:16px;padding:16px;background:#fff;box-shadow:0 8px 22px rgba(23,105,224,.06)}.guided-card .mini-label{display:block;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.08em;margin-bottom:6px}.guided-card h3{margin:0 0 7px;font-size:20px;line-height:1.25}.guided-card p{margin:0;color:#475467;line-height:1.55}.guided-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:15px}.guided-actions button{min-height:48px;border-radius:12px;font-weight:800}.guided-yes{border:0;background:var(--blue);color:#fff}.guided-no{border:1px solid #f1b7b1;background:#fff5f4;color:#b42318}.guided-wait{grid-column:1/-1;border:1px solid var(--line);background:#fff;color:var(--text)}.guided-result{margin-top:13px;padding:13px 14px;border-radius:12px;background:#f7f9fc;color:#344054;font-size:13px;line-height:1.5}.guided-result strong{display:block;margin-bottom:3px;color:var(--text)}.guided-next{margin-top:12px}.guided-history{display:grid;gap:8px;margin-top:14px}.guided-history-item{display:flex;gap:9px;align-items:flex-start;padding:10px 12px;border-radius:11px;background:#f8fafc;font-size:12.5px;color:#475467}.guided-history-item span:first-child{font-weight:900;color:var(--blue)}.guided-done{padding:16px;border-radius:14px;background:#f0fbf5;border:1px solid #b9e8cd}.guided-done strong{display:block;color:#067647;margin-bottom:5px}.guided-start{margin:18px 0}.guided-start button{width:100%;min-height:54px;border:0;border-radius:14px;background:#0f58c8;color:#fff;font-weight:900;font-size:16px}.guided-start small{display:block;margin-top:7px;color:var(--muted);text-align:center}.guided-shell .secondary-button{margin-top:10px}@media(max-width:460px){.guided-actions{grid-template-columns:1fr}.guided-wait{grid-column:auto}.guided-shell{padding:15px}}