.seller-onboarding-dialog{position:fixed;inset:0;z-index:10001;height:fit-content;box-sizing:border-box;width:min(560px,calc(100vw - 32px));max-width:none;max-height:calc(100dvh - 32px);margin:auto;padding:0;overflow:auto;overscroll-behavior:contain;border:1px solid #d8e3f0;border-radius:24px;background:#fff;color:#132d4e;font-family:inherit;box-shadow:0 24px 90px #12233b55}
.seller-onboarding-dialog[data-state="ready"]{width:min(780px,calc(100vw - 32px))}
.seller-onboarding-backdrop{position:fixed;inset:0;z-index:10000;background:#11243f99;backdrop-filter:blur(5px)}
.seller-onboarding-dialog [hidden]{display:none!important}
.seller-onboarding-dialog .seller-onboarding-header{position:relative;display:block;padding:28px 30px 24px;border-bottom:1px solid #e4ebf4;background:linear-gradient(135deg,#f2f7ff 0%,#fff 75%)}
.seller-onboarding-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:18px;border:1px solid #ccddfa;border-radius:15px;background:#e8f1ff;color:#155bdf}
.seller-onboarding-icon svg{display:block;width:27px;height:27px}
.seller-onboarding-dialog .seller-onboarding-header small{display:block;padding-right:30px;color:#1760d8;font-size:10px;font-weight:800;letter-spacing:.12em}
.seller-onboarding-dialog .seller-onboarding-header h2{margin:8px 0 10px;padding:0;border:0;font-size:27px;line-height:1.2;font-weight:800;letter-spacing:-.025em}
.seller-onboarding-dialog .seller-onboarding-header p{max-width:380px;margin:0;color:#526a87;font-size:15px;line-height:1.55}
.seller-onboarding-dialog button{font-family:inherit;cursor:pointer}
.seller-onboarding-dialog .seller-onboarding-close{position:absolute;top:20px;right:20px;display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid #dce6f3;border-radius:50%;background:#fff;color:#18314c;font-size:25px;line-height:1}
.seller-onboarding-dialog .seller-onboarding-close:hover{background:#edf4ff}
.seller-onboarding-body{padding:22px 30px}
.seller-onboarding-dialog .seller-onboarding-test{display:flex;align-items:flex-start;gap:10px;margin:0 0 18px;padding:12px 14px;border:1px solid #f1db9e;border-radius:12px;background:#fff8e5;color:#725219;font-size:12px;line-height:1.5}
.seller-onboarding-test>span:first-child{display:grid;place-items:center;flex:none;width:18px;height:18px;margin-top:1px;border:1.5px solid currentColor;border-radius:50%;font-weight:800}
.seller-onboarding-test strong{display:block;margin-bottom:2px;font-size:13px}
.seller-onboarding-feedback{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;padding:20px;border:1px solid #dbe7fa;border-radius:16px;background:#f6f9ff}
.seller-onboarding-progress{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#e8f0ff;color:#155bdf}
.seller-onboarding-spinner{box-sizing:border-box;width:23px;height:23px;border:2.5px solid #bfd4ff;border-top-color:#155bdf;border-right-color:#155bdf;border-radius:50%;animation:seller-onboarding-spin 1s linear infinite}
.seller-onboarding-error-icon{display:none;font-size:24px;font-weight:800}
.seller-onboarding-dialog .seller-onboarding-feedback h3{margin:0;font-size:16px;line-height:1.4;font-weight:750;color:#183554}
.seller-onboarding-dialog .seller-onboarding-feedback p{margin:5px 0 0;font-size:13px;line-height:1.55;color:#526a87}
.seller-onboarding-skeleton{display:grid;grid-column:2;gap:7px;margin-top:2px}
.seller-onboarding-skeleton span{display:block;height:7px;border-radius:20px;background:#e1eafa}
.seller-onboarding-skeleton span:last-child{width:64%}
.seller-onboarding-dialog[data-state="error"] .seller-onboarding-feedback{border-color:#efd39b;background:#fffaf0;align-items:start}
.seller-onboarding-dialog[data-state="error"] .seller-onboarding-progress{background:#ffedc5;color:#8b5a0c}
.seller-onboarding-dialog[data-state="error"] .seller-onboarding-spinner,.seller-onboarding-dialog[data-state="error"] .seller-onboarding-skeleton{display:none}
.seller-onboarding-dialog[data-state="error"] .seller-onboarding-error-icon{display:block}
.seller-onboarding-components{min-width:0}
.seller-onboarding-actions{display:grid;gap:8px;margin-top:18px}
.seller-onboarding-dialog .seller-onboarding-retry,.seller-onboarding-dialog .seller-onboarding-back{display:block;width:100%;min-height:44px;padding:11px 18px;border:1px solid #c8d9f1;border-radius:12px;background:#fff;color:#315d99;font-size:14px;font-weight:700;line-height:1.4}
.seller-onboarding-dialog .seller-onboarding-retry{border-color:#155bdf;background:#155bdf;color:#fff}
.seller-onboarding-dialog .seller-onboarding-retry:hover{background:#094bc7}
.seller-onboarding-dialog .seller-onboarding-back:hover{background:#f3f7fe}
.seller-onboarding-dialog .seller-onboarding-footer{display:flex;align-items:flex-start;justify-content:center;gap:9px;padding:16px 30px;border-top:1px solid #e4ebf4;background:#f8faff}
.seller-onboarding-footer svg{flex:none;width:17px;height:17px;margin-top:1px;color:#667e99}
.seller-onboarding-dialog .seller-onboarding-footer p{margin:0;color:#526a87;font-size:12px;line-height:1.5}
.seller-onboarding-dialog button:focus-visible{outline:3px solid #79aafa;outline-offset:3px}
@keyframes seller-onboarding-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.seller-onboarding-spinner{animation:none}}
@media(max-width:600px){.seller-onboarding-dialog,.seller-onboarding-dialog[data-state="ready"]{width:calc(100vw - 20px);max-height:calc(100dvh - 20px);border-radius:20px}.seller-onboarding-dialog .seller-onboarding-header{padding:24px 22px 20px}.seller-onboarding-dialog .seller-onboarding-header h2{font-size:24px}.seller-onboarding-dialog .seller-onboarding-header p{font-size:14px}.seller-onboarding-body{padding:18px 22px}.seller-onboarding-feedback{padding:16px;gap:10px}.seller-onboarding-dialog .seller-onboarding-footer{padding:14px 22px}}
