.register-page{background:var(--bg-main);justify-content:center;align-items:flex-start;min-height:100vh;padding:60px 20px;display:flex}.register-card{background:var(--card-bg);border-radius:var(--radius);width:720px;box-shadow:var(--shadow-md);flex-direction:column;gap:28px;padding:40px;display:flex}.register-header h1{color:var(--text-dark);font-size:28px;font-weight:700}.register-header p{color:var(--text-medium);font-size:14px}.form-progress-wrapper{flex-direction:column;gap:8px;display:flex}.progress-info{color:var(--text-medium);justify-content:space-between;font-size:13px;display:flex}.progress-bar{background:var(--border);border-radius:20px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,var(--orange),var(--orange-dark));height:100%;transition:width .3s}.progress-steps{justify-content:space-between;margin-top:10px;display:flex}.progress-step{color:var(--text-light);flex-direction:column;align-items:center;font-size:12px;display:flex}.step-circle{border:2px solid var(--border);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-weight:600;display:flex}.progress-step.active .step-circle{background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#fff;border:none;box-shadow:0 6px 14px #ff8a3d4d}.step-label{margin-top:6px}.progress-step.active .step-label{color:var(--orange);font-weight:500}.form-section{border-radius:var(--radius);border:1px solid var(--border);background:#fafafa;padding:20px}.form-section h3{color:var(--text-dark);margin-bottom:16px;font-size:16px}.section-helper{color:var(--text-medium);margin:-8px 0 16px;font-size:13px;line-height:1.5}.section-title-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.section-title-row h3{margin-bottom:0}.section-title-row span{color:var(--orange-dark);background:var(--orange-soft);border-radius:999px;flex:none;padding:4px 10px;font-size:12px;font-weight:600}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.full-width{grid-column:1/-1}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:var(--text-medium);font-size:13px}.field-required{color:var(--red);margin-left:4px}.field-helper{color:var(--text-light);font-size:12px;line-height:1.45}.form-group input{border-radius:var(--radius);border:1px solid var(--border);background:#fff;height:46px;padding:0 12px;font-size:14px}.form-group input:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-soft);outline:none}.fulfillment-options{grid-template-columns:1fr 1fr;gap:12px;display:grid}.fulfillment-option{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;min-height:48px;color:var(--text-dark);background:#fff;align-items:center;gap:10px;padding:0 12px;font-size:14px;transition:all .2s;display:flex}.fulfillment-option:hover{border-color:var(--orange);background:var(--orange-soft)}.fulfillment-option.selected{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-soft)}.fulfillment-option input{width:16px;height:16px;accent-color:var(--orange)}.phone-input-row{gap:10px;display:flex}.phone-input input{border-radius:var(--radius);height:46px}.phone-list{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.phone-chip{background:var(--orange-soft);border-radius:var(--radius);padding:6px 10px;font-size:13px}.phone-chip button{cursor:pointer;background:0 0;border:none;margin-left:6px}.btn-primary{border-radius:var(--radius);background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#fff;cursor:pointer;border:none;height:46px;padding:0 20px;font-weight:500;transition:all .2s}.btn-primary:hover{color:var(--text-dark);transform:translateY(-2px);box-shadow:0 10px 20px #ff8a3d40}.btn-secondary{border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;background:#fff;height:46px;padding:0 18px}.btn-secondary:hover{background:#f9fafb}.step-actions{justify-content:space-between;display:flex}.upload-box{border:2px dashed var(--border);border-radius:var(--radius);cursor:pointer;text-align:center;background:#fff;justify-content:center;align-items:center;height:100px;display:flex}.upload-success{color:var(--green);font-weight:500}.category-card{border-radius:var(--radius);border:1px solid var(--border);text-align:center;cursor:pointer;padding:12px}.category-card.selected{background:var(--orange-soft);border-color:var(--orange);color:var(--orange-dark);font-weight:500}.error-box{border-radius:var(--radius);background:var(--red-soft);color:var(--red);padding:12px;font-size:14px}.back-link{text-align:center;color:var(--text-medium);font-size:14px}.back-link a{color:var(--orange);font-weight:500}.upload-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.upload-card{border-radius:var(--radius);border:1px solid var(--border);background:#fff;padding:14px;transition:all .2s;position:relative}.upload-card.uploaded{border-color:var(--green);box-shadow:0 6px 16px #22c55e26}.upload-header{justify-content:space-between;align-items:center;gap:28px;margin-bottom:8px;font-size:13px;display:flex}.upload-info{border:1px solid var(--orange);background:var(--orange-soft);width:20px;height:20px;color:var(--orange-dark);cursor:help;z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;line-height:1;display:flex;position:absolute;top:10px;right:10px}.upload-info-tooltip{background:var(--text-dark);color:#fff;text-align:left;width:min(250px,70vw);box-shadow:var(--shadow-md);opacity:0;visibility:hidden;pointer-events:none;border-radius:8px;padding:10px 12px;font-size:12px;font-weight:400;line-height:1.45;transition:all .2s;position:absolute;top:28px;right:0;transform:translateY(-4px)}.upload-info:hover .upload-info-tooltip,.upload-info:focus .upload-info-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.required-badge{background:var(--red-soft);color:var(--red);border-radius:6px;padding:2px 6px;font-size:11px}.upload-box{border:2px dashed var(--border);border-radius:var(--radius);cursor:pointer;text-align:center;background:#fafafa;justify-content:center;align-items:center;height:110px;transition:all .2s;display:flex}.upload-box:hover{border-color:var(--orange);background:var(--orange-soft)}.upload-placeholder{color:var(--text-medium);flex-direction:column;align-items:center;font-size:13px;display:flex}.upload-placeholder small{color:var(--text-light);margin-top:4px;font-size:11px}.upload-icon{margin-bottom:4px;font-size:20px}.upload-success{color:var(--green);flex-direction:column;align-items:center;font-weight:500;display:flex}.upload-success small{color:var(--text-medium);font-size:11px}.category-grid{flex-wrap:wrap;gap:10px;display:flex}.category-chip{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:999px;padding:10px 16px;font-size:13px;transition:all .2s}.category-chip:hover{background:var(--orange-soft)}.category-chip.active{background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#fff;border:none;box-shadow:0 6px 16px #ff8a3d4d}.terms-box{border-radius:var(--radius);border:1px solid var(--border);background:#fafafa;padding:16px}.terms-helper{color:var(--text-medium);margin-bottom:12px;font-size:13px;line-height:1.5}.terms-row{align-items:center;gap:10px;font-size:14px;display:flex}.terms-link{color:var(--orange);cursor:pointer;outline:none;font-weight:500}.terms-link:hover,.terms-link:focus{text-decoration:underline}.submit-box{margin-top:10px}.submit-btn{border-radius:var(--radius);background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#fff;cursor:pointer;border:none;width:100%;height:50px;font-size:16px;font-weight:600;transition:all .2s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px #ff8a3d4d}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.progress-step.completed .step-circle{background:var(--green);color:#fff;border:none}.progress-step.completed .step-label{color:var(--green-dark)}.terms-modal-overlay{z-index:999;background:#11182773;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.terms-modal{width:min(900px,100vw - 40px);height:min(730px,100vh - 40px);box-shadow:var(--shadow-md);background:#fff;border-radius:14px;flex-direction:column;animation:.25s fadeIn;display:flex;overflow:hidden}.terms-modal-header{border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.terms-modal-header h3{margin:0;font-size:18px}.terms-close{cursor:pointer;background:0 0;border:none;font-size:22px;line-height:1}.terms-modal-body{color:var(--text-medium);flex:1;padding:28px 24px;font-size:14px;line-height:1.6;overflow-y:auto}.terms-modal-body-pdf{scrollbar-gutter:stable;background:#fff;padding:24px;overflow-x:hidden}.agreement-pdf-document{background:#fff;justify-content:center;width:100%;display:flex}.agreement-pdf-document .react-pdf__Document{background:#fff;flex-direction:column;align-items:center;gap:18px;width:100%;display:flex}.agreement-pdf-document .react-pdf__Page{max-width:100%;overflow:hidden;box-shadow:0 0 0 1px #0f172a14,0 12px 28px #0f172a14;background:#fff!important}.agreement-pdf-document .react-pdf__Page canvas{display:block;background:#fff!important;width:100%!important;height:auto!important}.terms-modal-footer{border-top:1px solid var(--border);background:#fff;flex:none;justify-content:flex-end;gap:10px;padding:20px 24px;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.step-wrapper{animation-duration:.35s;animation-timing-function:ease;position:relative}.step-wrapper.forward{animation-name:slideInRight}.step-wrapper.backward{animation-name:slideInLeft}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.agreement-html{color:#222;font-family:Arial,sans-serif;font-size:15px;line-height:1.8}.agreement-html h1{margin-bottom:20px;font-size:32px;font-weight:700}.agreement-html h2{margin-bottom:18px;font-size:26px;font-weight:700}.agreement-html h3{margin-bottom:16px;font-size:22px;font-weight:700}.agreement-html p{text-align:justify;margin-bottom:16px}.agreement-html ul,.agreement-html ol{margin-bottom:16px;padding-left:28px}.agreement-html li{margin-bottom:8px}.agreement-html table{border-collapse:collapse;width:100%;margin:20px 0}.agreement-html td,.agreement-html th{vertical-align:top;border:1px solid #ccc;padding:10px}.agreement-html th{background:#f5f5f5;font-weight:700}.agreement-html a{color:#2563eb;text-decoration:underline}.terms-loading{text-align:center;color:#666;padding:40px 0}@media (max-width:640px){.fulfillment-options{grid-template-columns:1fr}.terms-modal-overlay{padding:10px}.terms-modal{border-radius:12px;width:100%;height:calc(100vh - 20px)}.terms-modal-header,.terms-modal-footer{padding:16px}.terms-modal-body{padding:20px 16px}.terms-modal-body-pdf{padding:12px}}
:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
