:root{font-family:Inter,Noto Sans SC,-apple-system,BlinkMacSystemFont,sans-serif;color:#1e293b;background:#f8fafc;height:100%}*{box-sizing:border-box}html,body,#root{height:100%;overflow:hidden}body{margin:0;min-width:320px;-webkit-font-smoothing:antialiased}.page-shell{display:flex;flex-direction:column;height:100%;height:100dvh;max-width:640px;margin:0 auto;background:#f8fafc}.app-header{flex-shrink:0;display:flex;align-items:center;gap:10px;padding:12px 20px;background:#fff;border-bottom:1px solid #e2e8f0;z-index:10;position:sticky;top:0}.app-header__brand{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.app-header__logo{width:28px;height:28px;border-radius:6px;object-fit:contain;flex-shrink:0}.app-header__brand-name{font-size:15px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-title{font-size:22px;font-weight:700;color:#1e293b;margin:0 0 16px;letter-spacing:-.02em}.app-content{flex:1;overflow-y:auto;padding:20px;-webkit-overflow-scrolling:touch}.app-footer{flex-shrink:0;padding:10px 20px;background:#fff;border-top:1px solid #e2e8f0;z-index:10;position:sticky;bottom:0}.app-footer .step-progress{margin:0;padding:8px 12px;border-radius:12px}@media (max-width: 480px){.app-header{padding:10px 16px}.app-content{padding:16px}.app-footer{padding:8px 16px}}.merchant-brand-header{display:flex;align-items:center;gap:14px;padding:16px 20px;margin-bottom:20px;border-radius:16px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a}.merchant-brand-header__logo-wrap{width:48px;height:48px;flex-shrink:0;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;overflow:hidden}.merchant-brand-header__logo{max-width:100%;max-height:100%;object-fit:contain}.merchant-brand-header__text{display:grid;gap:2px}.merchant-brand-header__eyebrow{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.merchant-brand-header__name{font-size:16px;font-weight:600;color:#1e293b}.home-hero{text-align:center;padding:60px 0 40px}.home-hero__icon{width:80px;height:80px;margin:0 auto 24px;border-radius:24px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:36px;box-shadow:0 8px 32px #3b82f64d}.home-hero h1{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 12px;letter-spacing:-.02em}.home-hero p{color:#64748b;font-size:15px;line-height:1.6;max-width:420px;margin:0 auto 32px}.home-actions{display:grid;gap:12px;max-width:360px;margin:0 auto}.home-actions .btn-primary,.home-actions .btn-secondary{width:100%;justify-content:center}.home-lookup{display:flex;gap:8px;margin-top:8px}.home-lookup .form-input{flex:1}.step-card{padding:24px;border-radius:20px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 4px #0000000a}.step-card h2{font-size:20px;font-weight:600;color:#1e293b;margin:0 0 6px}.step-desc{color:#64748b;font-size:14px;margin:0 0 24px;line-height:1.5}.form-label{display:block;font-size:13px;font-weight:500;color:#64748b;margin:16px 0 6px}.form-input,.form-select,.form-textarea{width:100%;padding:10px 14px;background:#f8fafc;border:1px solid #d1d5db;border-radius:10px;color:#1e293b;font-size:15px;outline:none;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.form-textarea{resize:vertical;min-height:80px}.btn-row{display:flex;gap:10px;margin-top:28px;flex-wrap:wrap}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;gap:6px;padding:10px 24px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .15s}.btn-primary:disabled,.btn-secondary:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-secondary{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.btn-secondary:hover:not(:disabled){background:#e2e8f0}.error-msg{color:#ef4444;font-size:13px;margin:8px 0 0}.badge{display:inline-block;padding:3px 10px;border-radius:6px;font-size:12px;font-weight:500}.badge-success{background:#dcfce7;color:#15803d}.badge-error{background:#fee2e2;color:#b91c1c}.badge-warn{background:#fef9c3;color:#a16207}.badge-info{background:#dbeafe;color:#1d4ed8}.document-policy-list{display:grid;gap:10px}.document-policy-card{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;color:#1e293b;cursor:pointer;text-align:left;transition:border-color .15s,background .15s}.document-policy-card:hover{border-color:#94a3b8}.document-policy-card strong{display:block;font-size:14px;font-weight:500}.document-policy-card p{margin:4px 0 0;font-size:12px;color:#94a3b8}.document-policy-card.active{border-color:#3b82f6;background:#eff6ff}.document-policy-meta{font-size:12px;color:#94a3b8;white-space:nowrap}.upload-slot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #f1f5f9;font-size:14px}.upload-slot:last-child{border-bottom:none}.upload-slot-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.capture-tip{margin-bottom:16px;padding:12px 14px;border-radius:10px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e293b;font-size:13px;line-height:1.5}.camera-panel{margin-bottom:16px;padding:16px;border-radius:14px;background:#fff;border:1px solid #e2e8f0}.camera-preview-frame{overflow:hidden;border-radius:12px;border:1px solid #e2e8f0;background:#f1f5f9;aspect-ratio:4 / 3}.camera-preview-frame--large{aspect-ratio:3 / 4;max-height:70vh;position:relative}.camera-face-guide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:2;transition:all .3s ease}.camera-face-guide--matched svg ellipse,.camera-face-guide--matched svg path{stroke:#22c55e!important;opacity:.9!important}.camera-preview-frame--scanning{position:relative}.camera-preview-frame--scanning:before{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:14px;border:3px solid transparent;border-top-color:#22c55e;border-right-color:#3b82f6;animation:camera-scan-spin 1s linear infinite;pointer-events:none;z-index:3}.camera-preview-frame--scanning:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:18px;border:2px solid transparent;border-bottom-color:#60a5fa;border-left-color:#22c55e;animation:camera-scan-spin 1.5s linear infinite reverse;pointer-events:none;z-index:3}@keyframes upload-spin{to{transform:rotate(360deg)}}@keyframes camera-scan-spin{to{transform:rotate(360deg)}}.camera-face-guide svg{width:95%;height:95%;transform:translateY(8%)}.camera-preview{width:100%;height:100%;object-fit:cover;display:block}.camera-hint{margin:12px 0 0;color:#64748b;font-size:13px;line-height:1.5}.result-card{text-align:center;padding:48px 32px}.result-card__icon{width:64px;height:64px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px}.result-card__icon--success{background:#dcfce7}.result-card__icon--error{background:#fee2e2}.result-card__icon--warn{background:#fef9c3}.result-card__icon--info{background:#dbeafe}.result-card h2{font-size:22px;font-weight:600;color:#1e293b;margin:0 0 8px}.result-card p{color:#64748b;font-size:14px;margin:0 0 24px;line-height:1.5}.result-details{display:grid;gap:10px;text-align:left;margin-bottom:28px}.result-detail-row{display:flex;justify-content:space-between;padding:8px 12px;border-radius:8px;background:#f8fafc;font-size:13px}.result-detail-row__label{color:#64748b}.result-detail-row__value{color:#1e293b;font-weight:500}.review-section{margin-bottom:24px}.review-section__title{font-size:14px;font-weight:600;color:#64748b;margin:0 0 12px;text-transform:uppercase;letter-spacing:.05em}.review-field{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f1f5f9;font-size:14px}.review-field:last-child{border-bottom:none}.review-field__label{color:#64748b}.review-field__value{color:#1e293b;font-weight:500;text-align:right}.review-file-list{display:grid;gap:8px}.review-file-item{padding:8px 12px;border-radius:8px;background:#f8fafc;font-size:13px;color:#1e293b}.phone-input-wrap{display:flex;align-items:center;gap:0;border-radius:10px;overflow:hidden;border:1px solid #d1d5db;background:#f8fafc;transition:border-color .2s,box-shadow .2s}.phone-input-wrap:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.phone-input-prefix{flex-shrink:0;padding:10px 0 10px 14px;font-size:15px;color:#64748b;font-weight:500;-webkit-user-select:none;user-select:none}.phone-input-field{flex:1;border:none!important;background:transparent!important;box-shadow:none!important;outline:none;padding:10px 14px 10px 8px;font-size:15px;color:#1e293b}.field-required{color:#ef4444;margin-left:2px;font-weight:700}.camera-unavailable-card{text-align:center;padding:48px 32px;border-radius:20px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 4px #0000000a}.camera-unavailable-icon{font-size:48px;margin-bottom:16px}.camera-unavailable-card h2{font-size:22px;font-weight:600;color:#1e293b;margin:0 0 12px}.camera-unavailable-desc{color:#64748b;font-size:14px;line-height:1.6;max-width:400px;margin:0 auto 24px}.camera-unavailable-qr{display:flex;justify-content:center;margin-bottom:16px}.camera-unavailable-qr img,.camera-unavailable-qr canvas{border-radius:12px;padding:12px;background:#fff;border:1px solid #e2e8f0}.camera-unavailable-url{color:#94a3b8;font-size:11px;word-break:break-all;max-width:400px;margin:0 auto 20px}.upload-slot-preview{display:flex;align-items:center;gap:10px}.upload-preview-img{width:60px;height:42px;object-fit:cover;border-radius:6px;border:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.step-progress{display:flex;align-items:flex-start;justify-content:center;padding:18px 24px;background:#fff;border-radius:16px;border:1px solid #e2e8f0}.step-progress__item{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;position:relative;text-align:center}.step-progress__item:not(:first-child):before{content:"";position:absolute;left:calc(-50% + 14px);right:calc(50% + 14px);top:14px;height:2px;background:#e2e8f0;z-index:0;border-radius:1px}.step-progress__item--done+.step-progress__item:before{background:#15803d}.step-progress__circle{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;background:#f1f5f9;color:#94a3b8;transition:all .2s;position:relative;z-index:1}.step-progress__item--active .step-progress__circle{background:#3b82f6;color:#fff}.step-progress__item--done .step-progress__circle{background:#15803d;color:#fff}.step-progress__label{font-size:13px;font-weight:500;color:#94a3b8;white-space:nowrap}.step-progress__item--active .step-progress__label{color:#1e293b;font-weight:600}.step-progress__item--done .step-progress__label{color:#15803d}@media (max-width: 480px){.step-progress{padding:12px 10px;border-radius:10px}.step-progress__item{gap:6px}.step-progress__item:not(:first-child):before{top:11px;left:calc(-50% + 11px);right:calc(50% + 11px)}.step-progress__circle{width:22px;height:22px;font-size:11px}.step-progress__label{font-size:11px}.step-card{padding:20px}.document-policy-card,.upload-slot{flex-direction:column;align-items:flex-start}.upload-slot-actions{width:100%;justify-content:flex-start}.home-hero{padding:40px 0 24px}.home-hero h1{font-size:24px}}.result-status--approved{border-color:#22c55e33}.result-status--rejected{border-color:#ef444433}.result-status--pending{border-color:#eab30833}.lang-switcher{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:4px 28px 4px 10px;font-size:13px;font-family:inherit;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;outline:none;transition:border-color .2s,box-shadow .2s;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;max-width:180px;text-overflow:ellipsis}.lang-switcher:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}.lang-switcher:hover{border-color:#c4b5fd}@media (max-width: 480px){.lang-switcher{max-width:130px;font-size:12px;padding:4px 24px 4px 6px}}
