*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}#root{display:flex;flex-direction:column;flex:1;min-height:100vh}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f0f2f5;color:#333;min-height:100vh;display:flex;flex-direction:column}.header{background:#003882;padding:16px 32px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 8px #00000026}.header img{height:48px;width:48px;flex:0 0 48px;object-fit:contain;border-radius:6px;background:#fff;padding:4px}.header h1{white-space:nowrap}.header h1{color:#fff;font-size:1.25rem;font-weight:600;letter-spacing:.3px}.page-wrapper{flex:1;display:flex;justify-content:center;align-items:flex-start;padding:40px 16px}.card{background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000014;width:100%;max-width:520px;overflow:hidden}.card-header{background:#003882;color:#fff;padding:24px 32px}.card-header h2{font-size:1.35rem;font-weight:600;margin-bottom:6px}.card-header--tight h2{margin-bottom:0}.card-header p{font-size:.9rem;opacity:.85;line-height:1.4}.card-header strong{color:#a8cfff}.card-body{padding:32px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:.85rem;font-weight:600;color:#444;margin-bottom:6px;letter-spacing:.2px}.required-marker{color:#dc3545;font-weight:700;margin-left:2px}.required-legend{font-size:.8rem;color:#777;margin-bottom:20px}.form-control{width:100%;padding:10px 14px;font-size:.95rem;border:1.5px solid #d0d5dd;border-radius:8px;background:#fafbfc;color:#333;transition:border-color .2s,box-shadow .2s;outline:none;-webkit-appearance:none}.form-control:focus{border-color:#003882;box-shadow:0 0 0 3px #0038821f;background:#fff}.form-control::placeholder{color:#aaa}select.form-control{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.form-control.input-error{border-color:#dc3545;background:#fff8f8}.form-control.input-error:focus{border-color:#dc3545;box-shadow:0 0 0 3px #dc354526}.field-error{display:none;color:#dc3545;font-size:.8rem;line-height:1.3;margin-top:4px}.field-error:not(:empty){display:block;animation:field-error-in .2s ease-out}@keyframes field-error-in{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:none}}.btn-submit{display:block;width:100%;padding:12px;font-size:1rem;font-weight:600;color:#fff;background:#003882;border:none;border-radius:8px;cursor:pointer;transition:background .2s,transform .1s;margin-top:8px;letter-spacing:.3px}.btn-submit:hover{background:#002a66}.btn-submit:active{transform:scale(.98)}.btn-submit:disabled,.btn-submit:disabled:hover{background:#8792a8;cursor:not-allowed}.btn-submit:disabled:active{transform:none}.form-row{display:flex;gap:16px}.form-row .form-group{flex:1}.phone-row{display:flex;gap:12px}.phone-row .phone-country{flex:0 0 42%;min-width:0}.phone-row .phone-number{flex:1;min-width:0}.success-icon{display:flex;justify-content:center;margin-bottom:24px}.success-icon svg{width:64px;height:64px}.card-body p{font-size:.95rem;line-height:1.6;margin-bottom:12px;color:#444}.card-body p strong{color:#003882}.card-body .note{background:#f0f5ff;border-left:4px solid #003882;border-radius:6px;padding:14px 18px;font-size:.88rem;color:#555;margin-top:20px;margin-bottom:4px;line-height:1.5}.btn-link{display:inline-block;padding:10px 24px;font-size:.95rem;font-weight:600;color:#fff;background:#003882;border:none;border-radius:8px;text-decoration:none;transition:background .2s,transform .1s;margin-top:20px;letter-spacing:.3px}.btn-link:hover{background:#002a66}.btn-link:active{transform:scale(.98)}.error-icon{display:flex;justify-content:center;margin-bottom:24px}.error-icon svg{width:64px;height:64px}.error-page .card-body p{text-align:center}.card-body .error-message{background:#fef2f2;border-left:4px solid #dc3545;border-radius:6px;padding:14px 18px;font-size:.9rem;color:#7f1d1d;margin-top:20px;margin-bottom:4px;line-height:1.5}@media(max-width:540px){.card-body{padding:24px 20px}.card-header{padding:20px}.form-row,.phone-row{flex-direction:column;gap:0}.phone-row .phone-country{flex:unset}}.header{justify-content:flex-start}.header .header-spacer{flex:1}.header-actions{display:flex;align-items:center;gap:12px}.language-picker{position:relative}.language-picker__trigger{display:flex;align-items:center;gap:8px;padding:6px 10px 6px 12px;font-family:inherit;font-size:.85rem;font-weight:600;color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.35);border-radius:6px;cursor:pointer;transition:background .2s,border-color .2s}.language-picker__trigger:hover{background:#fff3;border-color:#ffffff8c}.language-picker__trigger:focus-visible{outline:2px solid #a8cfff;outline-offset:2px}.language-picker__value{min-width:84px;text-align:left;white-space:nowrap}.language-picker__chevron{width:8px;height:8px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .2s}.language-picker__trigger[aria-expanded=true] .language-picker__chevron{transform:translateY(1px) rotate(-135deg)}.language-picker__list{position:absolute;top:calc(100% + 6px);right:0;z-index:20;min-width:200px;max-height:min(420px,60vh);overflow-y:auto;padding:6px;margin:0;list-style:none;background:#fff;border-radius:10px;box-shadow:0 4px 24px #0000002e;animation:language-picker-in .14s ease-out}@keyframes language-picker-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.language-picker__option{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;font-size:.9rem;color:#333;border-radius:6px;cursor:pointer;white-space:nowrap}.language-picker__option[data-highlighted=true]{background:#f0f5ff;color:#003882}.language-picker__option[aria-selected=true]{font-weight:600;color:#003882}.language-picker__tick{width:6px;height:11px;border-right:2px solid #003882;border-bottom:2px solid #003882;transform:rotate(45deg);flex:0 0 auto;margin-bottom:2px}.header-actions .btn-signout{padding:6px 14px;font-size:.85rem;font-weight:600;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.5);border-radius:6px;cursor:pointer;transition:background .2s}.header-actions .btn-signout:hover{background:#ffffff26}.header-actions .btn-signout:disabled{opacity:.5;cursor:not-allowed}.api-message{background:#f0f5ff;border-left:4px solid #003882;border-radius:6px;padding:14px 18px;font-size:.9rem;color:#444;line-height:1.5;margin-bottom:20px}.api-message--error{background:#fef2f2;border-left-color:#dc3545;color:#7f1d1d}.api-message--success{background:#f0fdf4;border-left-color:#16a34a;color:#14532d}.code-input{text-align:center;font-size:1.5rem;font-weight:600;letter-spacing:.5em;text-indent:.5em;font-variant-numeric:tabular-nums}.detail-list{margin-bottom:24px}.detail-row{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #eceff3;font-size:.95rem}.detail-row:last-child{border-bottom:none}.detail-row dt{color:#777;font-size:.85rem;font-weight:600;letter-spacing:.2px}.detail-row dd{color:#003882;font-weight:600;text-align:right;word-break:break-word}.btn-secondary{display:block;width:100%;padding:10px;font-size:.9rem;font-weight:600;color:#003882;background:transparent;border:1.5px solid #d0d5dd;border-radius:8px;cursor:pointer;margin-top:12px;transition:border-color .2s,background .2s}.btn-secondary:hover{border-color:#003882;background:#f7f9fc}.btn-secondary:disabled{color:#8792a8;cursor:not-allowed}.centre{text-align:center}.download-sink{display:none}
