:root{--green-dark:#1a2b23;--green-primary:#1d7a46;--green-deep:#0f5c34;--green-mid:#6b8c7a;--green-light:#e2ede6;--green-pale:#f0f7f3;--gold:#c1973a;--gold-dark:#9a7a2e;--gold-light:#f5ecd4;--gold-pale:#fffbeb;--white:#fff;--bg:#f4f7f5;--text-dark:#1a2b23;--text-mid:#3d5449;--text-light:#6b8c7a;--border:#d1e3da;--error:#c0392b;--error-bg:#fdf2f2;--error-border:#e8a09a;--shadow-sm:0 1px 3px #1a2b2314;--shadow-md:0 4px 16px #1a2b231a;--shadow-lg:0 8px 32px #1a2b2324;--radius:12px;--radius-sm:8px;--radius-lg:20px;--transition:.2s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}#root{flex-direction:column;min-height:100vh;display:flex}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:1rem}a{color:var(--green-primary);text-decoration:none}._header_t6r56_1{background:var(--green-dark);z-index:100;padding:0;position:sticky;top:0;box-shadow:0 2px 12px #0000002e}._inner_t6r56_10{justify-content:space-between;align-items:center;max-width:900px;margin:0 auto;padding:14px 24px;display:flex}._logoWrap_t6r56_19{align-items:center;gap:12px;display:flex}._logo_t6r56_19{object-fit:contain;background:var(--white);border-radius:10px;width:44px;height:44px;padding:3px}._brand_t6r56_34{flex-direction:column;display:flex}._brandName_t6r56_39{color:var(--white);letter-spacing:.2px;font-size:1.05rem;font-weight:700;line-height:1.2}._brandTagline_t6r56_47{color:var(--gold);letter-spacing:.5px;text-transform:uppercase;font-size:.7rem;font-weight:400}._secure_t6r56_55{color:var(--green-light);opacity:.85;align-items:center;gap:6px;font-size:.78rem;font-weight:500;display:flex}._secure_t6r56_55 svg{flex-shrink:0}@media (width<=480px){._inner_t6r56_10{padding:12px 16px}._logo_t6r56_19{width:36px;height:36px}._brandName_t6r56_39{font-size:.95rem}._brandTagline_t6r56_47{display:none}}._wrapper_11g73_1{background:var(--white);border-bottom:1px solid var(--border);padding:20px 24px 16px}._bar_11g73_7{justify-content:center;align-items:center;gap:0;margin-bottom:14px;display:flex}._stepGroup_11g73_15{flex:1;align-items:center;display:flex}._stepGroup_11g73_15:last-child{flex:0}._step_11g73_15{flex-direction:column;flex-shrink:0;align-items:center;gap:6px;display:flex}._circle_11g73_33{border:2px solid var(--border);background:var(--bg);width:36px;height:36px;color:var(--text-light);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;transition:all .3s;display:flex}._active_11g73_48 ._circle_11g73_33{border-color:var(--green-primary);background:var(--green-primary);color:var(--white);box-shadow:0 0 0 4px #1d7a4626}._done_11g73_55 ._circle_11g73_33{border-color:var(--gold);background:var(--gold);color:var(--white)}._label_11g73_61{color:var(--text-light);white-space:nowrap;font-size:.7rem;font-weight:500;transition:color .3s}._active_11g73_48 ._label_11g73_61{color:var(--green-primary);font-weight:600}._done_11g73_55 ._label_11g73_61{color:var(--gold-dark);font-weight:600}._connector_11g73_79{background:var(--border);flex:1;height:2px;margin:0 6px 22px;transition:background .3s}._connectorDone_11g73_88{background:var(--gold)}._progressInfo_11g73_92{color:var(--text-light);justify-content:space-between;margin-bottom:6px;font-size:.75rem;display:flex}._progressTrack_11g73_100{background:var(--green-light);border-radius:99px;height:4px;overflow:hidden}._progressFill_11g73_107{background:linear-gradient(90deg, var(--green-primary), var(--gold));border-radius:99px;height:100%;transition:width .4s}@media (width<=480px){._wrapper_11g73_1{padding:16px 16px 12px}._circle_11g73_33{width:30px;height:30px;font-size:.78rem}._label_11g73_61{font-size:.62rem}._connector_11g73_79{margin:0 3px 22px}}._group_1bbgf_1{flex-direction:column;gap:6px;display:flex}._label_1bbgf_7{color:var(--text-dark);letter-spacing:.1px;font-size:.875rem;font-weight:600}._required_1bbgf_14{color:var(--error);margin-left:3px}._input_1bbgf_19,._select_1bbgf_20{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-dark);background:var(--white);appearance:none;outline:none;padding:12px 14px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}._input_1bbgf_19::placeholder{color:#b0c4bb}._input_1bbgf_19:focus,._select_1bbgf_20:focus{border-color:var(--green-primary);box-shadow:0 0 0 3px #1d7a461f}._hasError_1bbgf_44 ._input_1bbgf_19,._hasError_1bbgf_44 ._select_1bbgf_20{border-color:var(--error);background:var(--error-bg)}._hasError_1bbgf_44 ._input_1bbgf_19:focus,._hasError_1bbgf_44 ._select_1bbgf_20:focus{box-shadow:0 0 0 3px #c0392b1f}._selectWrap_1bbgf_55{position:relative}._selectWrap_1bbgf_55 ._select_1bbgf_20{cursor:pointer;padding-right:40px}._chevron_1bbgf_64{pointer-events:none;color:var(--text-light);position:absolute;top:50%;right:12px;transform:translateY(-50%)}._hint_1bbgf_73{color:var(--text-light);font-size:.78rem;line-height:1.4}._error_1bbgf_79{color:var(--error);align-items:center;gap:5px;font-size:.78rem;font-weight:500;display:flex}._error_1bbgf_79 svg{flex-shrink:0}._wrap_1kgdy_1{position:relative}._input_1kgdy_5{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-dark);background:var(--white);appearance:none;cursor:text;outline:none;padding:12px 40px 12px 14px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}._input_1kgdy_5::placeholder{color:#b0c4bb}._input_1kgdy_5:focus{border-color:var(--green-primary);box-shadow:0 0 0 3px #1d7a461f}._hasError_1kgdy_29 ._input_1kgdy_5{border-color:var(--error);background:var(--error-bg)}._hasError_1kgdy_29 ._input_1kgdy_5:focus{box-shadow:0 0 0 3px #c0392b1f}._chevron_1kgdy_38{pointer-events:none;color:var(--text-light);position:absolute;top:50%;right:12px;transform:translateY(-50%)}._dropdown_1kgdy_47{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-sm);max-height:220px;box-shadow:var(--shadow-md);z-index:100;padding:4px 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}._option_1kgdy_63{color:var(--text-dark);cursor:pointer;padding:10px 14px;font-size:.92rem;transition:background .12s}._option_1kgdy_63:hover{background:var(--green-pale);color:var(--green-primary)}._selected_1kgdy_76{background:var(--green-light);color:var(--green-primary);font-weight:600}._noResults_1kgdy_82{color:var(--text-light);padding:10px 14px;font-size:.88rem}._stepHeader_vbceh_1{border-bottom:1.5px solid var(--green-light);align-items:flex-start;gap:14px;margin-bottom:28px;padding-bottom:20px;display:flex}._stepIcon_vbceh_10{background:linear-gradient(135deg, var(--green-primary), var(--green-deep));width:46px;height:46px;color:var(--white);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}._stepTitle_vbceh_22{color:var(--text-dark);margin-bottom:4px;font-size:1.2rem;font-weight:700;line-height:1.3}._stepDesc_vbceh_30{color:var(--text-light);font-size:.85rem;line-height:1.4}._formGrid_vbceh_36{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:0;display:grid}form>*+*{margin-top:16px}._actions_vbceh_47{border-top:1.5px solid var(--green-light);justify-content:flex-end;align-items:center;gap:12px;margin-top:28px;padding-top:20px;display:flex}._btnPrimary_vbceh_57{background:linear-gradient(135deg, var(--green-primary), var(--green-deep));color:var(--white);border-radius:var(--radius-sm);cursor:pointer;letter-spacing:.2px;border:none;align-items:center;gap:8px;padding:13px 28px;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}._btnPrimary_vbceh_57:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0f5c344d}._btnPrimary_vbceh_57:active{transform:translateY(0)}._btnSecondary_vbceh_82{color:var(--text-mid);border-radius:var(--radius-sm);border:1.5px solid var(--border);cursor:pointer;background:0 0;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:500;transition:all .2s;display:inline-flex}._btnSecondary_vbceh_82:hover{background:var(--green-pale);border-color:var(--green-mid);color:var(--green-primary)}._passwordWrap_vbceh_104{position:relative}._passwordInput_vbceh_108{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-dark);background:var(--white);outline:none;padding:12px 44px 12px 14px;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}._passwordInput_vbceh_108::placeholder{color:#b0c4bb}._passwordInput_vbceh_108:focus{border-color:var(--green-primary);box-shadow:0 0 0 3px #1d7a461f}._hasError_vbceh_127 ._passwordInput_vbceh_108{border-color:var(--error);background:var(--error-bg)}._toggleBtn_vbceh_132{cursor:pointer;color:var(--text-light);background:0 0;border:none;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}._toggleBtn_vbceh_132:hover{color:var(--green-primary)}._strengthMeter_vbceh_150{margin-top:8px}._strengthBars_vbceh_154{gap:4px;margin-bottom:4px;display:flex}._bar_vbceh_160{background:var(--border);border-radius:99px;flex:1;height:3px;transition:background .3s}._bar_vbceh_160._filled_vbceh_168._weak_vbceh_168{background:#e74c3c}._bar_vbceh_160._filled_vbceh_168._fair_vbceh_169{background:#f39c12}._bar_vbceh_160._filled_vbceh_168._good_vbceh_170{background:#3498db}._bar_vbceh_160._filled_vbceh_168._strong_vbceh_171{background:var(--green-primary)}._strengthLabel_vbceh_173{font-size:.73rem;font-weight:600}._strengthLabel_vbceh_173._weak_vbceh_168{color:#e74c3c}._strengthLabel_vbceh_173._fair_vbceh_169{color:#f39c12}._strengthLabel_vbceh_173._good_vbceh_170{color:#3498db}._strengthLabel_vbceh_173._strong_vbceh_171{color:var(--green-primary)}._infoBox_vbceh_184{background:var(--green-pale);border:1px solid var(--green-light);border-radius:var(--radius-sm);gap:10px;margin-bottom:16px;padding:12px 14px;display:flex}._infoBox_vbceh_184 svg{color:var(--green-primary);flex-shrink:0;margin-top:1px}._infoBox_vbceh_184 p{color:var(--text-mid);font-size:.82rem;line-height:1.5}@media (width<=600px){._formGrid_vbceh_36{grid-template-columns:1fr}._stepHeader_vbceh_1{gap:10px;margin-bottom:20px}._stepIcon_vbceh_10{width:40px;height:40px}._stepTitle_vbceh_22{font-size:1.05rem}._btnPrimary_vbceh_57,._btnSecondary_vbceh_82{flex:1;justify-content:center}}._header_j309q_1{border-bottom:1.5px solid var(--green-light);align-items:flex-start;gap:14px;margin-bottom:24px;padding-bottom:20px;display:flex}._headerIcon_j309q_10{background:linear-gradient(135deg, var(--gold), var(--gold-dark));width:46px;height:46px;color:var(--white);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}._title_j309q_22{color:var(--text-dark);margin-bottom:4px;font-size:1.2rem;font-weight:700}._desc_j309q_29{color:var(--text-light);font-size:.85rem;line-height:1.4}._section_j309q_36{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius);margin-bottom:12px;overflow:hidden}._sectionHeader_j309q_44{background:var(--green-pale);border-bottom:1px solid var(--green-light);align-items:center;gap:8px;padding:10px 16px;display:flex}._sectionIcon_j309q_53{color:var(--green-primary);align-items:center;display:flex}._sectionTitle_j309q_59{color:var(--green-deep);text-transform:uppercase;letter-spacing:.5px;font-size:.88rem;font-weight:700}._sectionBody_j309q_67{padding:4px 0}._row_j309q_71{border-bottom:1px solid var(--green-light);align-items:flex-start;gap:12px;padding:9px 16px;display:flex}._row_j309q_71:last-child{border-bottom:none}._rowLabel_j309q_83{color:var(--text-light);flex-shrink:0;min-width:160px;font-size:.82rem;font-weight:500}._rowValue_j309q_91{color:var(--text-dark);word-break:break-word;font-size:.88rem;font-weight:600}._sensitiveWrap_j309q_98{align-items:center;gap:10px;display:flex}._showBtn_j309q_104{color:var(--green-primary);border:1px solid var(--green-light);cursor:pointer;background:0 0;border-radius:4px;padding:2px 8px;font-size:.72rem;font-weight:600;transition:all .2s}._showBtn_j309q_104:hover{background:var(--green-pale)}._errorBox_j309q_121{background:var(--error-bg);border:1.5px solid var(--error-border);border-radius:var(--radius-sm);color:var(--error);align-items:flex-start;gap:12px;margin-bottom:16px;padding:14px 16px;display:flex}._errorBox_j309q_121 svg{flex-shrink:0;margin-top:1px}._errorBox_j309q_121 strong{margin-bottom:2px;font-size:.88rem;display:block}._errorBox_j309q_121 p{opacity:.85;font-size:.82rem}._agree_j309q_138{background:var(--gold-pale);border-radius:var(--radius-sm);cursor:pointer;border:1.5px solid #f0d99a;align-items:flex-start;gap:12px;margin-bottom:20px;padding:14px 16px;display:flex}._agree_j309q_138 input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}._checkmark_j309q_157{border:2px solid var(--gold);background:var(--white);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;transition:all .2s;display:flex}._agree_j309q_138 input:checked+._checkmark_j309q_157{background:var(--gold);border-color:var(--gold)}._agree_j309q_138 input:checked+._checkmark_j309q_157:after{content:"";border:2px solid var(--white);border-top:none;border-left:none;width:5px;height:9px;margin-top:-2px;display:block;transform:rotate(45deg)}._agreeText_j309q_188{color:var(--text-mid);font-size:.82rem;line-height:1.5}._agreeText_j309q_188 a{color:var(--gold-dark);font-weight:600;text-decoration:underline}._actions_j309q_201{justify-content:space-between;align-items:center;gap:12px;padding-top:4px;display:flex}._btnSecondary_j309q_209{color:var(--text-mid);border-radius:var(--radius-sm);border:1.5px solid var(--border);cursor:pointer;background:0 0;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:500;transition:all .2s;display:inline-flex}._btnSecondary_j309q_209:hover:not(:disabled){background:var(--green-pale);border-color:var(--green-mid);color:var(--green-primary)}._btnSecondary_j309q_209:disabled{opacity:.5;cursor:not-allowed}._btnSubmit_j309q_235{background:linear-gradient(135deg, var(--gold), var(--gold-dark));color:var(--white);border-radius:var(--radius-sm);cursor:pointer;letter-spacing:.2px;border:none;align-items:center;gap:8px;padding:13px 28px;font-size:.95rem;font-weight:700;transition:all .2s;display:inline-flex}._btnSubmit_j309q_235:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #c1973a59}._btnSubmit_j309q_235:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}._spinner_j309q_263{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite _spin_j309q_263}@keyframes _spin_j309q_263{to{transform:rotate(360deg)}}@media (width<=600px){._rowLabel_j309q_83{min-width:120px}._actions_j309q_201{flex-direction:column-reverse}._btnSecondary_j309q_209,._btnSubmit_j309q_235{justify-content:center;width:100%}}._wrapper_2yhz7_1{background:linear-gradient(135deg, var(--green-dark) 0%, #0d3d22 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;display:flex}._card_2yhz7_10{background:var(--white);border-radius:var(--radius-lg);text-align:center;width:100%;max-width:540px;box-shadow:var(--shadow-lg);padding:40px 32px;position:relative;overflow:hidden}._card_2yhz7_10:before{content:"";background:linear-gradient(90deg, var(--green-primary), var(--gold));height:5px;position:absolute;top:0;left:0;right:0}._iconWrap_2yhz7_32{width:90px;height:90px;margin:0 auto 20px;position:relative}._circle1_2yhz7_39,._circle2_2yhz7_39{border-radius:50%;position:absolute;inset:0}._circle1_2yhz7_39{background:#1d7a461f;animation:2s ease-out infinite _pulse_2yhz7_1}._circle2_2yhz7_39{background:#1d7a4614;animation:2s ease-out .4s infinite _pulse_2yhz7_1;inset:-8px}@keyframes _pulse_2yhz7_1{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.3)}}._checkIcon_2yhz7_61{background:linear-gradient(135deg, var(--green-primary), var(--green-deep));color:var(--white);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._logo_2yhz7_72{object-fit:contain;border-radius:12px;width:52px;height:52px;margin-bottom:16px}._title_2yhz7_80{color:var(--text-dark);margin-bottom:10px;font-size:1.6rem;font-weight:800;line-height:1.2}._greeting_2yhz7_88{color:var(--text-light);margin-bottom:24px;font-size:.95rem;line-height:1.6}._greeting_2yhz7_88 strong{color:var(--green-primary)}._appNumber_2yhz7_100{background:linear-gradient(135deg, var(--green-pale), var(--gold-pale));border:2px solid var(--gold-light);border-radius:var(--radius);flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:28px;padding:16px 20px;display:flex}._appLabel_2yhz7_113{color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;font-size:.78rem;font-weight:600}._appValue_2yhz7_121{color:var(--green-dark);letter-spacing:1px;font-variant-numeric:tabular-nums;font-size:1.4rem;font-weight:800}._copyBtn_2yhz7_129{color:var(--gold-dark);background:var(--white);border:1px solid var(--gold-light);cursor:pointer;border-radius:6px;align-items:center;gap:5px;padding:5px 10px;font-size:.75rem;font-weight:600;transition:all .2s;display:inline-flex}._copyBtn_2yhz7_129:hover{background:var(--gold-pale);border-color:var(--gold)}._steps_2yhz7_150{text-align:left;background:var(--bg);border-radius:var(--radius);margin-bottom:20px;padding:20px}._stepsTitle_2yhz7_158{color:var(--text-dark);text-transform:uppercase;letter-spacing:.3px;margin-bottom:16px;font-size:.9rem;font-weight:700}._stepList_2yhz7_167{flex-direction:column;gap:14px;display:flex}._stepItem_2yhz7_173{align-items:flex-start;gap:14px;display:flex}._stepNum_2yhz7_179{background:linear-gradient(135deg, var(--green-primary), var(--green-deep));width:28px;height:28px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}._stepItem_2yhz7_173 strong{color:var(--text-dark);margin-bottom:2px;font-size:.88rem;display:block}._stepItem_2yhz7_173 p{color:var(--text-light);font-size:.8rem;line-height:1.4}._contact_2yhz7_207{color:var(--text-light);margin-bottom:24px;font-size:.82rem;line-height:1.8}._contact_2yhz7_207 a{color:var(--green-primary);font-weight:600}._homeBtn_2yhz7_220{background:var(--green-dark);color:var(--white);border-radius:var(--radius-sm);cursor:pointer;border:none;align-items:center;gap:8px;padding:12px 28px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}._homeBtn_2yhz7_220:hover{background:var(--green-primary);transform:translateY(-1px);box-shadow:0 6px 20px #1a2b234d}@media (width<=480px){._card_2yhz7_10{padding:28px 20px}._title_2yhz7_80{font-size:1.35rem}._appValue_2yhz7_121{font-size:1.2rem}}._page_1u6nv_1{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}._heroStrip_1u6nv_9{background:linear-gradient(135deg, var(--green-dark) 0%, #1a3d2c 60%, #0d2e1e 100%);text-align:center;padding:32px 24px;position:relative;overflow:hidden}._heroStrip_1u6nv_9:after{content:"";background:linear-gradient(90deg, var(--green-primary), var(--gold), var(--green-primary));height:3px;position:absolute;bottom:0;left:0;right:0}._heroInner_1u6nv_27{z-index:1;max-width:700px;margin:0 auto;position:relative}._heroTitle_1u6nv_34{color:var(--white);letter-spacing:-.3px;margin-bottom:8px;font-size:1.55rem;font-weight:800;line-height:1.3}._heroTitle_1u6nv_34 span{color:var(--gold)}._heroSub_1u6nv_47{color:#ffffffa6;font-size:.9rem;font-weight:400}._main_1u6nv_54{flex:1;width:100%;max-width:860px;margin:0 auto;padding:28px 16px 40px}._formCard_1u6nv_63{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border);overflow:hidden}._formBody_1u6nv_71{padding:28px 32px 32px}._trust_1u6nv_76{flex-wrap:wrap;justify-content:center;gap:28px;margin-top:20px;padding:0 8px;display:flex}._trustItem_1u6nv_85{color:var(--text-light);align-items:center;gap:7px;font-size:.8rem;font-weight:500;display:flex}._trustItem_1u6nv_85 svg{color:var(--green-mid)}._footer_1u6nv_99{background:var(--green-dark);text-align:center;padding:16px 24px}._footer_1u6nv_99 p{color:#ffffff73;font-size:.75rem;line-height:1.8}@media (width<=700px){._heroTitle_1u6nv_34{font-size:1.2rem}._formBody_1u6nv_71{padding:20px 16px 24px}._trust_1u6nv_76{gap:16px}._main_1u6nv_54{padding:16px 10px 32px}}@media (width<=400px){._heroStrip_1u6nv_9{padding:24px 16px}._heroTitle_1u6nv_34{font-size:1.05rem}}
