:root{--pw-shell-max-width:720px;--pw-shell-padding:24px;--pw-shell-gap:20px;--pw-shell-radius:10px;--pw-color-bg:#fff;--pw-color-border:#dbe4f0;--pw-color-text:#1f2937;--pw-color-muted:#5b677a;--pw-color-primary:#2563eb;--pw-color-primary-light:#2563eb1f;--pw-color-btn-bg:#f8fbff;--pw-color-btn-border:#c2d0e5;--pw-dot-size:32px;--pw-dot-font-size:13px;--pw-track-height:4px;--pw-btn-padding:8px 16px;--pw-btn-radius:6px}.pw-shell{max-width:var(--pw-shell-max-width);gap:var(--pw-shell-gap);padding:var(--pw-shell-padding);color:var(--pw-color-text);flex-direction:column;margin:0 auto;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:flex}.pw-shell__empty{text-align:center;color:var(--pw-color-muted);padding:32px 16px}.pw-shell__start-btn{border:1px solid var(--pw-color-btn-border);background:var(--pw-color-btn-bg);color:var(--pw-color-text);padding:var(--pw-btn-padding);border-radius:var(--pw-btn-radius);cursor:pointer;margin-top:12px;font-size:14px}.pw-shell__root-progress{background:var(--pw-color-bg);border:1px solid var(--pw-color-border);border-radius:var(--pw-shell-radius);padding:20px 24px 16px}.pw-shell__root-progress .pw-shell__steps{justify-content:space-between;margin-bottom:12px;display:flex}.pw-shell__root-progress .pw-shell__step{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex}.pw-shell__root-progress+.pw-shell__header{margin-top:calc(-1 * var(--pw-shell-gap));border-top:1px solid var(--pw-color-border);opacity:.6;border-top-left-radius:0;border-top-right-radius:0;padding:12px 24px}.pw-shell__root-progress:has(+.pw-shell__header){border-bottom-right-radius:0;border-bottom-left-radius:0;padding-bottom:12px}.pw-shell__root-progress+.pw-shell__header .pw-shell__steps{margin-bottom:6px}.pw-shell__root-progress+.pw-shell__header .pw-shell__step-dot{width:22px;height:22px;font-size:10px}.pw-shell__root-progress+.pw-shell__header .pw-shell__step-label{font-size:10px}.pw-shell__root-progress+.pw-shell__header .pw-shell__track{height:3px}.pw-shell--progress-split .pw-shell__root-progress+.pw-shell__header{border-top:1px solid var(--pw-color-border);border-radius:var(--pw-shell-radius);margin-top:0}.pw-shell--progress-split .pw-shell__root-progress:has(+.pw-shell__header){border-radius:var(--pw-shell-radius);padding-bottom:16px}.pw-shell__header{background:var(--pw-color-bg);border:1px solid var(--pw-color-border);border-radius:var(--pw-shell-radius);padding:20px 24px 16px}.pw-shell__steps{justify-content:space-between;margin-bottom:12px;display:flex}.pw-shell__step{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex}.pw-shell__step-dot{width:var(--pw-dot-size);height:var(--pw-dot-size);font-size:var(--pw-dot-font-size);border:2px solid var(--pw-color-border);background:var(--pw-color-bg);color:var(--pw-color-muted);border-radius:50%;justify-content:center;align-items:center;font-weight:600;transition:all .25s;display:flex}.pw-shell__step--completed .pw-shell__step-dot{background:var(--pw-color-primary);border-color:var(--pw-color-primary);color:#fff}.pw-shell__step--current .pw-shell__step-dot{border-color:var(--pw-color-primary);color:var(--pw-color-primary);box-shadow:0 0 0 3px var(--pw-color-primary-light)}.pw-shell__step-label{color:var(--pw-color-muted);text-align:center;white-space:nowrap;font-size:12px}.pw-shell__step--current .pw-shell__step-label{color:var(--pw-color-primary);font-weight:600}.pw-shell__step--completed .pw-shell__step-label{color:var(--pw-color-text)}.pw-shell__track{height:var(--pw-track-height);background:var(--pw-color-border);border-radius:calc(var(--pw-track-height) / 2);overflow:hidden}.pw-shell__track-fill{background:var(--pw-color-primary);border-radius:calc(var(--pw-track-height) / 2);height:100%;transition:width .3s}.pw-shell__body{background:var(--pw-color-bg);border:1px solid var(--pw-color-border);border-radius:var(--pw-shell-radius);padding:var(--pw-shell-padding);min-height:120px}:root{--pw-color-error:#dc2626;--pw-color-error-bg:#fef2f2;--pw-color-error-border:#fecaca;--pw-color-warning:#d97706;--pw-color-warning-bg:#fffbeb;--pw-color-warning-border:#fde68a}.pw-shell__validation{background:var(--pw-color-error-bg);border:1px solid var(--pw-color-error-border);border-radius:var(--pw-shell-radius);flex-direction:column;gap:4px;margin:0;padding:12px 16px;list-style:none;display:flex}.pw-shell__validation-item{color:var(--pw-color-error);padding-left:16px;font-size:13px;position:relative}.pw-shell__validation-item:before{content:"•";position:absolute;left:4px}.pw-shell__validation-label{margin-right:3px;font-weight:600}.pw-shell__validation-label:after{content:":"}.pw-shell__blocking-error{color:var(--pw-color-error);margin:0;padding:8px 16px;font-size:13px}.pw-shell__warnings{background:var(--pw-color-warning-bg);border:1px solid var(--pw-color-warning-border);border-radius:var(--pw-shell-radius);flex-direction:column;gap:4px;margin:0;padding:12px 16px;list-style:none;display:flex}.pw-shell__warnings-item{color:var(--pw-color-warning);padding-left:16px;font-size:13px;position:relative}.pw-shell__warnings-item:before{content:"•";position:absolute;left:4px}.pw-shell__warnings-label{margin-right:3px;font-weight:600}.pw-shell__warnings-label:after{content:":"}.pw-shell__footer{justify-content:space-between;align-items:center;display:flex}.pw-shell__btn{border:1px solid var(--pw-color-btn-border);background:var(--pw-color-btn-bg);color:var(--pw-color-text);padding:var(--pw-btn-padding);border-radius:var(--pw-btn-radius);cursor:pointer;font-size:14px;transition:background .15s,border-color .15s}.pw-shell__btn--next{background:var(--pw-color-primary);border-color:var(--pw-color-primary);color:#fff;position:relative}@keyframes pw-spin{to{transform:rotate(360deg)}}.pw-shell__btn--next.pw-shell__btn--loading{color:#0000;pointer-events:none}.pw-shell__btn--next.pw-shell__btn--loading:after{content:"";border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:14px;height:14px;margin:-7px 0 0 -7px;animation:.6s linear infinite pw-spin;position:absolute;top:50%;left:50%}.pw-shell__btn--back{border-color:var(--pw-color-primary);color:var(--pw-color-primary);background:0 0}.pw-shell__btn--back:hover:not(:disabled){background:var(--pw-color-primary-light)}.pw-shell__error{background:var(--pw-color-error-bg);border:1px solid var(--pw-color-error-border);border-radius:var(--pw-shell-radius);flex-direction:column;gap:10px;padding:16px 20px;display:flex}.pw-shell__error-title{color:var(--pw-color-error);font-size:14px;font-weight:600}.pw-shell__error-message{color:var(--pw-color-muted);font-size:13px}.pw-shell__error-actions{align-items:center;gap:8px;margin-top:2px;display:flex}.pw-shell__btn--retry{background:var(--pw-color-error);border-color:var(--pw-color-error);color:#fff}.pw-shell__btn--retry:hover:not(:disabled){opacity:.9}.pw-shell__btn--suspend{color:var(--pw-color-muted);background:0 0;border-color:#0000;font-size:13px}.pw-shell__btn--suspend:hover:not(:disabled){background:var(--pw-color-primary-light)}*,:before,:after{box-sizing:border-box}body{color:#1f2937;background:#f5f7fb;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.page{max-width:640px;margin:0 auto;padding:40px 24px 80px}.page-header{margin-bottom:28px}.page-header h1{color:#1f2937;margin:0 0 6px;font-size:26px}.subtitle{color:#5b677a;margin:0;font-size:15px}.subtitle code{color:#4f46e5;background:#eef2ff;border-radius:4px;padding:1px 5px;font-size:13px}.pw-shell{gap:0;max-width:100%;padding:0}.pw-shell__body{background:#fff;border:1px solid #dbe4f0;border-radius:10px 10px 0 0;padding:28px 28px 20px}.pw-shell__footer{background:#fff;border:1px solid #dbe4f0;border-top:none;border-radius:0 0 10px 10px;justify-content:space-between;gap:8px;padding:16px 28px;display:flex}.pw-shell__footer-left,.pw-shell__footer-right{gap:8px;display:flex}.pw-shell__btn{color:#1f2937;cursor:pointer;background:#f8fbff;border:1px solid #c2d0e5;border-radius:6px;padding:9px 18px;font-size:14px;transition:background .15s}.pw-shell__btn:hover:not(:disabled){background:#dbe4f0}.pw-shell__btn:disabled{opacity:.5;cursor:not-allowed}.pw-shell__btn--next{color:#fff;background:#2563eb;border-color:#2563eb;font-weight:500}.pw-shell__btn--next:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.pw-shell__btn--cancel{color:#5b677a;background:0 0;border-color:#0000}.pw-shell__btn--cancel:hover:not(:disabled){background:#f3f4f6}.form-body{flex-direction:column;gap:18px;display:flex}.step-intro{color:#5b677a;margin:0;font-size:14px;line-height:1.6}.step-intro strong{color:#1f2937}.field{flex-direction:column;gap:6px;display:flex}.field label{color:#374151;font-size:14px;font-weight:500}.field input[type=text],.field input[type=number],.field select{color:#1f2937;background:#fff;border:1px solid #c2d0e5;border-radius:6px;width:100%;padding:9px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.field input:focus,.field select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.field select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235b677a' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.field--error input,.field--error select{border-color:#dc2626}.field-error{color:#dc2626;font-size:13px}.skeleton-select{color:#9ca3af;background:repeating-linear-gradient(90deg,#f0f4f8 0,#e8edf5 40px,#f0f4f8 80px) 0 0/200% 100%;border:1px solid #c2d0e5;border-radius:6px;padding:9px 12px;font-size:14px;animation:1.2s ease-in-out infinite pw-shimmer}@keyframes pw-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.eligibility-summary{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.summary-row{border-bottom:1px solid #f1f3f7;grid-template-columns:130px 1fr;gap:8px 16px;padding:10px 16px;font-size:14px;display:grid}.summary-row:last-child{border-bottom:none}.summary-key{color:#6b7280;font-weight:500}.notice{border-radius:8px;padding:12px 16px;font-size:14px;line-height:1.5}.notice--error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.notice--error strong{color:#7f1d1d}.hint{color:#6b7280;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;margin:0;padding:10px 14px;font-size:13px;line-height:1.6}.hint code{color:#4f46e5;background:#eef2ff;border-radius:4px;padding:1px 5px;font-size:12px}.hint strong{color:#374151}.result-panel{text-align:center;border-radius:12px;padding:40px 32px}.result-icon{color:#15803d;margin-bottom:14px;font-size:36px;font-weight:700}.result-panel h2{margin:0 0 8px;font-size:22px}.result-panel p{margin:0 0 24px;font-size:15px}.success-panel{background:#f0fdf4;border:1px solid #bbf7d0}.success-panel h2{color:#15803d}.success-panel p{color:#166534}.btn-primary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;padding:10px 24px;font-family:inherit;font-size:14px;transition:background .15s}.btn-primary:hover{background:#1d4ed8}
