*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f6f8fb;color:#101828;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea{font:inherit}.page{min-height:100vh}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #e4e7ec;background:#fff;padding:22px clamp(18px,4vw,48px)}.brand{display:flex;align-items:baseline;gap:6px;font-size:28px;font-weight:900;letter-spacing:0}.brand span{color:#111827}.brand strong{color:#175cd3}.header-actions{display:flex;align-items:center;gap:10px}.header-actions button,.footer button,.file-row button,.modal-header button{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#175cd3;cursor:pointer;font-weight:700}.main-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;width:min(1240px,calc(100% - 32px));margin:0 auto;padding:28px 0}.main-column{min-width:0}.panel{border:1px solid #e4e7ec;border-radius:8px;background:#fff;box-shadow:0 10px 28px #1018280f}.upload-panel{padding:clamp(20px,4vw,34px)}.upload-panel h1,.status-card h1,.legal-page h1{margin:14px 0 8px;font-size:clamp(28px,4vw,42px);line-height:1.05;letter-spacing:0}.muted{color:#667085}.expires{display:inline-flex;align-items:center;gap:8px;margin:10px 0 0;color:#475467;font-weight:700}.stepper{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin:0 0 18px;padding:0;list-style:none}.stepper li{display:flex;align-items:center;gap:8px;color:#667085;font-weight:800}.stepper li span{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#475467;font-size:14px}.stepper li.active span{border-color:#175cd3;background:#175cd3;color:#fff}.stepper li.done span{border-color:#079455;background:#079455;color:#fff}.stepper li.done,.stepper li.active{color:#175cd3}.summary-grid,.submission-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:24px 0;border:1px solid #e4e7ec;border-radius:8px;padding:16px}.submission-details.compact{max-width:640px;margin:24px auto 0}.info-item{display:flex;min-width:0;gap:12px;align-items:flex-start}.info-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:#eff8ff;color:#175cd3}.info-item p{margin:0;color:#667085;font-size:12px;font-weight:700}.info-item strong{display:block;min-width:0;margin-top:3px;overflow-wrap:anywhere;color:#101828}.trust-panel{height:fit-content;padding:22px}.trust-panel h2{margin:0 0 20px;font-size:18px}.trust-panel .info-item{border-bottom:1px solid #eef2f6;padding:15px 0}.trust-panel .info-item:first-of-type{padding-top:0}.fax-box{margin-top:18px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;padding:14px}.fax-box span{display:block;color:#475467;font-size:13px;font-weight:700}.fax-box strong{display:block;margin-top:4px;color:#175cd3;font-size:18px}.success-note{display:flex;align-items:center;gap:8px;margin-top:14px;color:#067647;font-weight:800}.verify-form{display:grid;max-width:460px;gap:10px;margin-top:24px}.verify-form label,.note-box label{color:#344054;font-weight:800}.verify-form input{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:14px 16px;font-size:22px;font-weight:900;letter-spacing:.08em}.code-footnote{margin-top:18px;color:#667085;font-size:13px;font-weight:700}.drop-zone{display:grid;justify-items:center;gap:10px;margin-top:20px;border:2px dashed #93c5fd;border-radius:8px;background:#f8fbff;padding:28px;text-align:center}.drop-zone.dragging{border-color:#175cd3;background:#eff6ff}.drop-zone.disabled{opacity:.6}.drop-zone .icon{width:42px;height:42px;color:#175cd3}.drop-zone h3,.drop-zone p{margin:0}.files-list{display:grid;gap:10px;margin-top:18px}.file-row{display:grid;grid-template-columns:54px minmax(0,1fr) auto auto;gap:12px;align-items:center;border:1px solid #e4e7ec;border-radius:8px;padding:12px}.file-row.uploaded{border-color:#abefc6;background:#f6fef9}.file-row.error{border-color:#fecdca;background:#fffbfa}.file-badge{display:flex;align-items:center;justify-content:center;width:46px;height:54px;border:1px solid #e4e7ec;border-radius:4px;background:#f9fafb;color:#b42318;font-weight:900;font-size:13px}.file-main{display:grid;gap:3px;min-width:0}.file-main strong,.file-main span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-main span{color:#667085;font-size:13px}.note-box{display:grid;gap:8px;margin-top:20px}.note-box textarea{min-height:112px;resize:vertical;border:1px solid #cbd5e1;border-radius:8px;padding:14px}.note-box span{justify-self:end;color:#667085;font-size:12px}.action-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:22px}.action-row.right{justify-content:flex-end}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:1px solid transparent;border-radius:8px;padding:10px 16px;cursor:pointer;font-weight:900;transition:.12s ease}.btn.primary{border-color:#175cd3;background:#175cd3;color:#fff}.btn.secondary{border-color:#175cd3;background:#fff;color:#175cd3}.btn.danger{border-color:#b42318;background:#b42318;color:#fff}.btn:disabled{border-color:#d0d5dd;background:#eaecf0;color:#98a2b3;cursor:not-allowed}.form-error{border:1px solid #fecdca;border-radius:8px;background:#fffbfa;color:#b42318;padding:10px 12px;font-weight:700}.fax-fallback{margin-top:20px;border-top:1px solid #e4e7ec;padding-top:16px;color:#475467;text-align:center}.confirmation-hero{display:flex;gap:20px;align-items:center;border:1px solid #abefc6;border-radius:8px;background:#f6fef9;padding:20px}.confirmation-hero>span{display:inline-flex;align-items:center;justify-content:center;width:78px;height:78px;border-radius:999px;background:#079455;color:#fff}.confirmation-hero h1,.confirmation-hero p{margin:0}.confirmation-hero p{margin-top:6px;color:#067647;font-weight:800}.submitted-note{border:1px solid #e4e7ec;border-radius:8px;padding:16px}.submitted-note p{white-space:pre-wrap}.status-card{margin:40px auto;max-width:760px;padding:42px;text-align:center}.status-icon{display:inline-flex;align-items:center;justify-content:center;width:82px;height:82px;border-radius:999px;background:#eff8ff;color:#175cd3}.status-card.success .status-icon{background:#dcfae6;color:#079455}.status-card.danger .status-icon{background:#fee4e2;color:#b42318}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;overflow:auto;background:#10182894;padding:24px}.modal{width:min(560px,100%);border-radius:8px;background:#fff;padding:22px;box-shadow:0 24px 64px #10182847}.modal.wide{width:min(860px,100%)}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.modal-header h2{margin:0}.preview-frame{height:min(70vh,620px);overflow:hidden;border:1px solid #e4e7ec;border-radius:8px;background:#f9fafb}.preview-frame iframe,.preview-frame img{width:100%;height:100%;border:0;object-fit:contain}.qr-placeholder{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;width:220px;height:220px;margin:24px auto;border:1px solid #e4e7ec;border-radius:8px;padding:14px;background:#fff}.qr-placeholder span{background:#fff}.qr-placeholder span.dark{background:#101828}.copy-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:14px}.copy-row input{min-width:0;border:1px solid #d0d5dd;border-radius:8px;padding:10px 12px}.drawer{position:fixed;top:0;right:0;z-index:55;width:min(420px,100%);height:100vh;overflow-y:auto;border-left:1px solid #e4e7ec;background:#fff;padding:24px;box-shadow:-18px 0 38px #10182824}.security-list,.legal-list{display:grid;gap:16px;margin-top:22px}.legal-page{padding:32px}.footer{display:flex;justify-content:center;gap:16px;padding:20px;color:#667085;font-size:14px}.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}@media(max-width:980px){.main-grid,.summary-grid,.submission-details{grid-template-columns:1fr}}@media(max-width:640px){.site-header,.header-actions,.footer,.confirmation-hero{align-items:flex-start;flex-direction:column}.file-row,.copy-row{grid-template-columns:1fr}.file-badge{width:54px}}
