.PasswordInput_wrapper__ew7Zf{position:relative;width:100%}.PasswordInput_input__YSi4I{width:100%;padding-right:2.5rem!important;box-sizing:border-box}.PasswordInput_input__YSi4I::-ms-clear,.PasswordInput_input__YSi4I::-ms-reveal{display:none}.PasswordInput_toggle__M6NY2{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:color .15s}.PasswordInput_toggle__M6NY2:hover{color:#374151}.PostcodeLookup_container__ANaUu{display:flex;flex-direction:column;gap:.5rem}.PostcodeLookup_lookupRow__yaQyx{display:flex;gap:.75rem}.PostcodeLookup_inputWrapper__giKPx{position:relative;flex:1 1}.PostcodeLookup_input__iNQ2_{width:100%;padding:.75rem 1rem;border:1px solid var(--border-gray);border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s;text-transform:uppercase}.PostcodeLookup_input__iNQ2_:focus{outline:none;border-color:var(--primary-yellow);box-shadow:0 0 0 3px rgba(255,229,0,.15)}.PostcodeLookup_input__iNQ2_::placeholder{text-transform:none;color:#999}.PostcodeLookup_inputError__CyYvO{border-color:#ef4444}.PostcodeLookup_inputError__CyYvO:focus{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.15)}.PostcodeLookup_findButton__OMyWH{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--primary-yellow);color:var(--black);border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;white-space:nowrap}.PostcodeLookup_findButton__OMyWH:hover:not(:disabled){background:var(--hover-yellow);transform:translateY(-1px)}.PostcodeLookup_findButton__OMyWH:disabled{opacity:.6;cursor:not-allowed}.PostcodeLookup_searchIcon__sU3PB{font-size:1rem}.PostcodeLookup_spinner__19Sf3{width:16px;height:16px;border:2px solid transparent;border-top:2px solid var(--black);border-radius:50%;animation:PostcodeLookup_spin__EzDp4 .8s linear infinite}@keyframes PostcodeLookup_spin__EzDp4{to{transform:rotate(1turn)}}.PostcodeLookup_suggestions__wfMub{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--border-gray);border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:100;list-style:none;margin:0;padding:.375rem 0;max-height:280px;overflow-y:auto;animation:PostcodeLookup_dropIn__BupDI .15s ease-out}@keyframes PostcodeLookup_dropIn__BupDI{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.PostcodeLookup_suggestionItem__X6FFf{display:flex;align-items:center;gap:.625rem;padding:.625rem 1rem;font-size:.9rem;color:var(--black);cursor:pointer;transition:background .1s}.PostcodeLookup_highlighted__t7fgw,.PostcodeLookup_suggestionItem__X6FFf:hover{background:rgba(255,229,0,.15)}.PostcodeLookup_suggestionIcon__tKuad{font-size:.85rem;opacity:.5}.PostcodeLookup_errorText__kZ9WY{color:#ef4444;font-size:.85rem;margin:0;display:flex;align-items:center;gap:.375rem}.PostcodeLookup_errorText__kZ9WY:before{content:"⚠";font-size:.9rem}.PostcodeLookup_successText__l15y6{color:#22c55e;font-size:.85rem;margin:.5rem 0 0;display:flex;align-items:center;gap:.375rem;font-weight:500}.PostcodeLookup_foundAddressCard__mvqDi{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #86efac;border-radius:10px;padding:1rem;margin-top:.5rem}.PostcodeLookup_foundAddressHeader__iPFap{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.PostcodeLookup_checkIcon__G8iN1{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#22c55e;color:#fff;border-radius:50%;font-size:.85rem;font-weight:700}.PostcodeLookup_foundTitle__Ev7L1{font-weight:600;color:#166534;font-size:1rem}.PostcodeLookup_foundAddressDetails__Hx8Wd{background:#fff;border-radius:8px;padding:.75rem 1rem;margin-bottom:.75rem}.PostcodeLookup_foundLocation__qkW9W{margin:0;font-size:.95rem;color:var(--black);font-weight:500}.PostcodeLookup_foundPostcode__kUExK{margin:.25rem 0 0;font-size:.9rem;color:var(--text-gray);font-family:monospace;letter-spacing:.5px}.PostcodeLookup_enterStreetPrompt__JK5h6{margin:0;font-size:.85rem;color:#166534;font-weight:500;display:flex;align-items:flex-start;gap:.375rem}.PostcodeLookup_enterStreetPrompt__JK5h6:before{content:"→";font-weight:700}.PostcodeLookup_manualLink__4_quq{background:none;border:none;color:var(--text-gray);font-size:.85rem;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px;transition:color .2s;align-self:flex-start}.PostcodeLookup_manualLink__4_quq:hover{color:var(--black)}.PostcodeLookup_manualModeHeader__257Z1{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--light-gray);border-radius:8px}.PostcodeLookup_manualModeText__UyKDH{font-size:.9rem;color:var(--text-gray)}.PostcodeLookup_useLookupLink__OXpTi{background:none;border:none;color:var(--black);font-size:.85rem;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.PostcodeLookup_useLookupLink__OXpTi:hover{color:var(--primary-yellow)}.PostcodeLookup_addressDropdown__W8Mms{margin-top:.5rem;border:1px solid var(--border-gray);border-radius:10px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.12);animation:PostcodeLookup_dropIn__BupDI .15s ease-out;overflow:hidden}.PostcodeLookup_addressCount__Y4XWf{margin:0;padding:.625rem 1rem;font-size:.8rem;color:var(--text-gray);border-bottom:1px solid var(--border-gray)}.PostcodeLookup_addressList__LH0r2{list-style:none;margin:0;padding:0;max-height:240px;overflow-y:auto}.PostcodeLookup_addressItem__gwl0u{display:flex;align-items:flex-start;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;color:var(--black);cursor:pointer;transition:background .1s ease;border-bottom:1px solid #f8fafc}.PostcodeLookup_addressItem__gwl0u:last-child{border-bottom:none}.PostcodeLookup_addressItem__gwl0u:focus-visible,.PostcodeLookup_addressItem__gwl0u:hover{background:rgba(255,229,0,.08);outline:none}@media (max-width:480px){.PostcodeLookup_lookupRow__yaQyx{flex-direction:column}.PostcodeLookup_findButton__OMyWH{width:100%}}.page_addressSection__uMtjB{margin:.5rem 0;padding:1.25rem;background:var(--light-gray);border-radius:12px;border:1px solid var(--border-gray)}.page_sectionTitle__NBla_{font-size:1rem;font-weight:700;color:var(--black);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.page_sectionTitle__NBla_:before{content:"📍";font-size:1.1rem}.page_addressFields__dbJOQ{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-gray);display:flex;flex-direction:column;gap:1rem;animation:page_slideIn__v792U .2s ease-out}@keyframes page_slideIn__v792U{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.page_addressRow__DEZP8{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media (max-width:480px){.page_addressRow__DEZP8{grid-template-columns:1fr}}