*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--hsbc-red: #db0011;--hsbc-red-hover: #a8000d;--hsbc-red-tint: #fef2f3;--hsbc-black: #000000;--hsbc-charcoal: #333333;--hsbc-dark-grey: #767676;--hsbc-mid-grey: #cccccc;--hsbc-light-grey: #eeeeee;--hsbc-pearl: #f3f3f3;--hsbc-white: #ffffff;--hsbc-teal: #00847f;--hsbc-teal-tint: #e6f5f4;--text-primary: var(--hsbc-charcoal);--text-secondary: var(--hsbc-dark-grey);--text-muted: #999999;--border: var(--hsbc-mid-grey);--bg-page: var(--hsbc-pearl);--bg-card: var(--hsbc-white);--font: "Source Sans 3", "Helvetica Neue", Helvetica, Arial, sans-serif;--radius: 2px;--shadow-card: 0 1px 4px rgba(0, 0, 0, .08)}html{font-size:16px}body{font-family:var(--font);background:var(--bg-page);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased}#root{min-height:100vh}button{font-family:inherit;cursor:pointer;border:none;background:none}a{color:var(--hsbc-red);text-decoration:none}a:hover{text-decoration:underline}input[type=file]{display:none}.app-shell{min-height:100vh;display:flex;flex-direction:column}.hsbc-logo{height:36px;width:auto;display:block}.hsbc-logo--footer{height:32px;width:auto;opacity:1}.site-footer__brand{display:inline-flex;text-decoration:none}.site-footer__brand:hover{opacity:.9}.site-footer__legal a{color:#ccc;text-decoration:underline}.site-footer__legal a:hover{color:#fff}.session-meta{background:#2a2a2a;border-bottom:1px solid #444;padding:8px 24px;font-size:.6875rem;color:#aaa}.session-meta__row{max-width:1140px;margin:0 auto 6px;display:flex;flex-wrap:wrap;gap:16px 28px}.session-meta__item{display:flex;flex-direction:column;gap:1px}.session-meta__key{text-transform:uppercase;letter-spacing:.05em;font-size:.625rem;color:#777}.session-meta__val{color:#ddd;font-weight:600;font-size:.75rem}.session-meta__val--masked{letter-spacing:.08em}.session-meta__val--mono{font-family:Consolas,Courier New,monospace;font-weight:400;font-size:.6875rem;color:#999}.session-meta__legal{max-width:1140px;margin:0 auto;line-height:1.5;color:#666;font-size:.625rem}@media (max-width: 720px){.session-meta__item--hide-sm{display:none}}.site-header{background:var(--hsbc-white);border-bottom:1px solid var(--hsbc-light-grey);position:sticky;top:0;z-index:100}.site-header__inner{max-width:1140px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.site-header__brand{display:flex;align-items:center;text-decoration:none}.site-header__brand:hover{text-decoration:none}.site-header__secure{display:flex;align-items:center;gap:6px;font-size:.8125rem;color:var(--hsbc-teal);font-weight:600}.site-header__accent{height:4px;background:var(--hsbc-red)}.hero-band{background:var(--hsbc-white);border-bottom:1px solid var(--hsbc-light-grey)}.hero-band__inner{max-width:1140px;margin:0 auto;padding:32px 24px 28px}.hero-band__eyebrow{font-size:.8125rem;font-weight:600;color:var(--hsbc-red);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.hero-band__title{font-size:2rem;font-weight:300;color:var(--hsbc-black);letter-spacing:-.01em;line-height:1.2;margin-bottom:8px}.hero-band__lead{font-size:1rem;color:var(--text-secondary);max-width:560px;line-height:1.6}.page{flex:1;max-width:720px;width:100%;margin:0 auto;padding:32px 24px 48px}.stepper{list-style:none;display:flex;gap:0;margin-bottom:28px;border:1px solid var(--border);background:var(--hsbc-white)}.stepper__item{flex:1;display:flex;align-items:center;gap:10px;padding:14px 16px;border-right:1px solid var(--border);color:var(--text-muted);font-size:.875rem}.stepper__item:last-child{border-right:none}.stepper__number{width:24px;height:24px;border-radius:50%;border:2px solid var(--hsbc-mid-grey);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.stepper__item--active{color:var(--hsbc-black);font-weight:600;background:var(--hsbc-red-tint)}.stepper__item--active .stepper__number{border-color:var(--hsbc-red);background:var(--hsbc-red);color:#fff}.stepper__item--done{color:var(--hsbc-teal)}.stepper__item--done .stepper__number{border-color:var(--hsbc-teal);background:var(--hsbc-teal);color:#fff}.card{background:var(--bg-card);border:1px solid var(--hsbc-light-grey);box-shadow:var(--shadow-card);padding:32px}.card__title{font-size:1.25rem;font-weight:600;color:var(--hsbc-black);margin-bottom:8px}.card__intro{font-size:.9375rem;color:var(--text-secondary);margin-bottom:24px;line-height:1.6}.doc-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.doc-type-option{border:1px solid var(--border);padding:20px;cursor:pointer;transition:border-color .15s,box-shadow .15s;text-align:left;background:var(--hsbc-white);position:relative}.doc-type-option:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:transparent;transition:background .15s}.doc-type-option:hover{border-color:var(--hsbc-dark-grey)}.doc-type-option--selected{border-color:var(--hsbc-red);box-shadow:inset 0 0 0 1px var(--hsbc-red)}.doc-type-option--selected:before{background:var(--hsbc-red)}.doc-type-option__icon{color:var(--hsbc-red);margin-bottom:12px}.doc-type-option__label{font-weight:600;font-size:1rem;color:var(--hsbc-black);margin-bottom:4px}.doc-type-option__desc{font-size:.8125rem;color:var(--text-secondary);line-height:1.5}.upload-fields{display:flex;flex-direction:column;gap:24px}.upload-zone{border:1px dashed var(--border);padding:28px 24px;text-align:center;transition:border-color .15s,background .15s;background:var(--hsbc-pearl)}.upload-zone:hover,.upload-zone--dragging{border-color:var(--hsbc-red);background:var(--hsbc-red-tint)}.upload-zone--filled{border-style:solid;border-color:var(--hsbc-teal);background:var(--hsbc-teal-tint);padding:16px;text-align:left}.upload-zone__empty{display:flex;flex-direction:column;align-items:center;gap:8px}.upload-zone__label{font-weight:600;font-size:.9375rem;color:var(--hsbc-black);margin:0}.upload-zone__formats{font-size:.875rem;color:var(--text-secondary);margin:0;max-width:360px;line-height:1.5}.upload-zone__hint{font-size:.75rem;color:var(--text-muted);margin:4px 0 0}.upload-zone__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:8px}.upload-zone__pick{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;font-weight:600;font-size:.875rem;border:2px solid var(--hsbc-black);background:#fff;color:var(--hsbc-black);transition:background .15s,color .15s,border-color .15s}.upload-zone__pick:hover{background:var(--hsbc-pearl)}.upload-zone__pick--camera{background:var(--hsbc-red);border-color:var(--hsbc-red);color:#fff}.upload-zone__pick--camera:hover{background:var(--hsbc-red-hover);border-color:var(--hsbc-red-hover)}.upload-zone__preview{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.upload-zone__preview img{width:88px;height:60px;object-fit:cover;border:1px solid var(--border);flex-shrink:0}.upload-zone__pdf-thumb{width:88px;height:60px;background:#fff;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--hsbc-red);flex-shrink:0}.upload-zone__preview-info{flex:1;min-width:140px}.upload-zone__preview-actions{display:flex;flex-direction:column;gap:8px;margin-left:auto}.upload-zone__action-btn{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:600;color:var(--hsbc-red);padding:6px 10px;border:1px solid var(--hsbc-red);background:#fff}.upload-zone__action-btn:hover{background:var(--hsbc-red-tint)}.upload-zone__filename{font-weight:600;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-zone__filesize{font-size:.8125rem;color:var(--text-muted);margin-top:2px}.upload-zone__remove{color:var(--hsbc-red);font-size:.8125rem;font-weight:600;padding:6px 12px;border:1px solid var(--hsbc-red);background:#fff;transition:background .15s,color .15s}.upload-zone__remove:hover{background:var(--hsbc-red);color:#fff}@media (max-width: 480px){.upload-zone__actions{flex-direction:column;width:100%}.upload-zone__pick{width:100%;justify-content:center}.upload-zone__preview-actions{width:100%;margin-left:0;flex-direction:row;flex-wrap:wrap}}.upload-field__header{margin-bottom:8px}.upload-field__label{font-weight:600;font-size:.9375rem;color:var(--hsbc-black)}.upload-field__hint{font-size:.8125rem;color:var(--text-secondary);margin-top:2px}.info-banner{background:var(--hsbc-pearl);border-left:4px solid var(--hsbc-red);padding:16px 20px;display:flex;gap:12px;font-size:.875rem;color:var(--text-primary);margin-bottom:24px;line-height:1.6}.info-banner__icon{flex-shrink:0;color:var(--hsbc-red);margin-top:1px}.actions{display:flex;gap:12px;justify-content:flex-end;align-items:center;margin-top:32px;padding-top:24px;border-top:1px solid var(--hsbc-light-grey);flex-wrap:wrap}.actions__error{flex:1 1 100%;color:var(--hsbc-red);font-size:.875rem;font-weight:600;margin:0 0 4px}@media (min-width: 561px){.actions__error{flex:1 1 auto;margin:0 auto 0 0}}.btn{padding:12px 28px;font-weight:600;font-size:.9375rem;letter-spacing:.01em;transition:background .15s,color .15s,border-color .15s;min-width:120px}.btn--primary{background:var(--hsbc-red);color:#fff;border:2px solid var(--hsbc-red)}.btn--primary:hover:not(:disabled){background:var(--hsbc-red-hover);border-color:var(--hsbc-red-hover)}.btn--primary:disabled{opacity:.4;cursor:not-allowed}.btn--secondary{background:#fff;color:var(--hsbc-black);border:2px solid var(--hsbc-black)}.btn--secondary:hover{background:var(--hsbc-pearl)}.success-screen{text-align:center;padding:24px 16px 8px}.success-screen__icon{width:72px;height:72px;background:var(--hsbc-teal-tint);border:2px solid var(--hsbc-teal);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:var(--hsbc-teal)}.success-screen__title{font-size:1.375rem;font-weight:600;color:var(--hsbc-black);margin-bottom:8px}.success-screen__text{color:var(--text-secondary);margin-bottom:16px;max-width:420px;margin-left:auto;margin-right:auto;line-height:1.6}.success-screen__redirect{font-size:.875rem;color:var(--text-muted);margin:0}.error-text{color:var(--hsbc-red);font-size:.8125rem;margin-top:6px;font-weight:600}.site-footer{background:var(--hsbc-charcoal);color:#ccc;margin-top:auto}.site-footer__inner{max-width:1140px;margin:0 auto;padding:32px 24px}.site-footer__top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;padding-bottom:20px;border-bottom:1px solid #555;margin-bottom:20px}.site-footer__links{display:flex;flex-wrap:wrap;gap:8px 24px}.site-footer__links a{color:#ccc;font-size:.8125rem;text-decoration:none}.site-footer__links a:hover{color:#fff;text-decoration:underline}.site-footer__legal{font-size:.75rem;color:#999;line-height:1.6}@media (max-width: 560px){.doc-type-grid{grid-template-columns:1fr}.hero-band__title{font-size:1.5rem}.card{padding:20px}.stepper__label{display:none}}
