@import "https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap";:root{--primary:#1a1f3a;--primary-light:#252d52;--accent:#4f8ef7;--accent-hover:#3a7ae8;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--info:#6366f1;--bg:#f0f2f8;--card:#fff;--border:#e2e8f0;--text:#1e293b;--text-light:#64748b;--text-muted:#94a3b8;--sidebar-width:260px;--header-height:64px;--radius:12px;--radius-sm:8px;--shadow:0 1px 3px #00000014, 0 4px 16px #0000000f;--shadow-lg:0 8px 32px #0000001f;--font-display:"Syne", sans-serif;--font-body:"DM Sans", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.3}.layout{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);background:var(--primary);color:#fff;z-index:100;flex-direction:column;height:100vh;transition:transform .3s;display:flex;position:fixed;top:0;left:0}.main-content{margin-left:var(--sidebar-width);flex-direction:column;flex:1;min-height:100vh;display:flex}.topbar{height:var(--header-height);background:var(--card);border-bottom:1px solid var(--border);z-index:50;box-shadow:var(--shadow);justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:sticky;top:0}.page-content{flex:1;padding:24px}.sidebar-logo{border-bottom:1px solid #ffffff14;padding:20px 20px 12px}.sidebar-logo h1{color:#fff;letter-spacing:.5px;font-size:1.1rem}.sidebar-logo span{color:#ffffff80;text-transform:uppercase;letter-spacing:2px;font-size:.7rem}.sidebar-nav{flex:1;padding:12px;overflow-y:auto}.nav-item{border-radius:var(--radius-sm);color:#ffffffa6;align-items:center;gap:10px;margin-bottom:2px;padding:10px 14px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{color:#fff;background:#ffffff14}.nav-item.active{background:var(--accent);color:#fff}.nav-item svg{flex-shrink:0;width:18px;height:18px}.sidebar-footer{border-top:1px solid #ffffff14;padding:12px}.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);max-width:100%;padding:24px;overflow:hidden}.card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.card-title{color:var(--text);font-size:1rem;font-weight:600}.stats-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:24px;display:grid}.stat-card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);flex-direction:column;gap:8px;padding:20px;transition:transform .2s,box-shadow .2s;display:flex}.stat-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.stat-icon{border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:4px;font-size:1.25rem;display:flex}.stat-value{font-family:var(--font-display);color:var(--text);font-size:1.75rem;font-weight:800;line-height:1}.stat-label{color:var(--text-light);font-size:.8rem;font-weight:500}.btn{border-radius:var(--radius-sm);font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:8px;padding:9px 18px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-success{background:var(--success);color:#fff}.btn-success:hover:not(:disabled){background:#0ea070}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-warning{background:var(--warning);color:#fff}.btn-outline{color:var(--accent);border:1.5px solid var(--accent);background:0 0}.btn-outline:hover:not(:disabled){background:var(--accent);color:#fff}.btn-ghost{color:var(--text-light);background:0 0}.btn-ghost:hover{background:var(--bg);color:var(--text)}.btn-sm{padding:5px 12px;font-size:.8rem}.btn-lg{padding:12px 24px;font-size:1rem}.btn-full{justify-content:center;width:100%}.btn-icon{padding:8px}.form-group{margin-bottom:18px}.form-label{color:var(--text);margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}.form-label .required{color:var(--danger);margin-left:2px}.form-control{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;font-family:var(--font-body);color:var(--text);background:var(--card);outline:none;padding:10px 14px;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-control:focus{border-color:var(--accent);box-shadow:0 0 0 3px #4f8ef726}.form-control.error{border-color:var(--danger)}.form-error{color:var(--danger);margin-top:4px;font-size:.8rem}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-grid-3{grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}select.form-control{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.table-wrap{border-radius:var(--radius);border:1px solid var(--border);overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.875rem}thead{background:var(--bg)}th{text-align:left;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border);white-space:nowrap;padding:12px 16px;font-size:.8rem;font-weight:600}td{border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle;padding:14px 16px}tr:last-child td{border-bottom:none}tr:hover td{background:#4f8ef708}.badge{text-transform:capitalize;border-radius:20px;align-items:center;gap:5px;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-pending{color:#b45309;background:#fef3c7}.badge-approved{color:#065f46;background:#d1fae5}.badge-rejected{color:#991b1b;background:#fee2e2}.badge-suspended{color:#475569;background:#f1f5f9}.badge-active{color:#065f46;background:#d1fae5}.badge-draft{color:#475569;background:#f1f5f9}.badge-submitted{color:#1d4ed8;background:#dbeafe}.badge-under_review{color:#5b21b6;background:#ede9fe}.badge-qr_uploaded{color:#713f12;background:#fef9c3}.badge-qr_deployed{color:#047857;background:#ecfdf5}.badge-commission_eligible{color:#9d174d;background:#fce7f3}.badge-full_time{color:#1e40af;background:#dbeafe}.badge-part_time{color:#166534;background:#f0fdf4}.search-bar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}.search-input-wrap{flex:1;min-width:200px;position:relative}.search-input-wrap input{padding-left:38px}.search-input-wrap svg{color:var(--text-muted);width:16px;height:16px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.pagination{justify-content:flex-end;align-items:center;gap:8px;margin-top:16px;display:flex}.pagination button{border:1px solid var(--border);background:var(--card);cursor:pointer;border-radius:6px;padding:6px 12px;font-size:.8rem;transition:all .2s}.pagination button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.pagination button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.pagination button:disabled{opacity:.4;cursor:not-allowed}.timeline{padding-left:24px;position:relative}.timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:0;bottom:0;left:8px}.timeline-item{margin-bottom:16px;position:relative}.timeline-item:before{content:"";background:var(--accent);width:10px;height:10px;box-shadow:0 0 0 2px var(--accent);border:2px solid #fff;border-radius:50%;position:absolute;top:6px;left:-20px}.timeline-item:last-child{margin-bottom:0}.timeline-status{text-transform:capitalize;font-size:.85rem;font-weight:600}.timeline-time{color:var(--text-muted);margin-top:2px;font-size:.75rem}.timeline-note{color:var(--text-light);margin-top:4px;font-size:.8rem}.auth-page{background:linear-gradient(135deg, var(--primary) 0%, #0f1729 50%, #1a2845 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{background:#fff;border-radius:20px;width:100%;max-width:440px;padding:40px;box-shadow:0 20px 60px #0000004d}.auth-logo{text-align:center;margin-bottom:28px}.auth-logo h1{color:var(--primary);font-size:1.6rem}.auth-logo p{color:var(--text-muted);margin-top:4px;font-size:.85rem}.doc-upload-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.doc-upload-item{border:2px dashed var(--border);border-radius:var(--radius);text-align:center;cursor:pointer;padding:16px;transition:all .2s;position:relative}.doc-upload-item:hover{border-color:var(--accent);background:#4f8ef708}.doc-upload-item.uploaded{border-color:var(--success);background:#10b9810d;border-style:solid}.doc-upload-item input{opacity:0;cursor:pointer;position:absolute;inset:0}.doc-upload-icon{width:40px;height:40px;color:var(--text-muted);margin:0 auto 8px}.doc-upload-label{color:var(--text);font-size:.8rem;font-weight:600}.doc-upload-hint{color:var(--text-muted);margin-top:4px;font-size:.7rem}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.page-header h2{color:var(--text);font-size:1.4rem}.breadcrumb{color:var(--text-muted);margin-top:2px;font-size:.8rem}.alert{border-radius:var(--radius-sm);align-items:flex-start;gap:10px;margin-bottom:16px;padding:12px 16px;font-size:.875rem;display:flex}.alert-error{color:#9f1239;background:#fff1f2;border:1px solid #fecdd3}.alert-info{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal{border-radius:var(--radius);width:100%;max-width:500px;box-shadow:var(--shadow-lg);background:#fff;animation:.2s modalIn}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-body{padding:24px}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}@keyframes modalIn{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:none}}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.text-center{text-align:center}.text-right{text-align:right}.text-muted{color:var(--text-muted)}.text-success{color:var(--success)}.text-danger{color:var(--danger)}.text-warning{color:var(--warning)}.mt-4{margin-top:4px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-4{margin-bottom:4px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.w-full{width:100%}.loading{color:var(--text-muted);justify-content:center;align-items:center;gap:12px;padding:48px;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;color:var(--text-muted);padding:48px 24px}.empty-state svg{width:48px;height:48px;color:var(--border);margin:0 auto 16px}.empty-state p{font-size:.9rem}.divider{background:var(--border);height:1px;margin:20px 0}.notif-badge{position:relative}.notif-badge .count{background:var(--danger);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.mobile-topbar{z-index:200;background:var(--primary);justify-content:space-between;align-items:center;height:56px;padding:0 16px;display:none;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #0000002e}.mobile-topbar-title{color:#fff;font-family:var(--font-display);letter-spacing:.3px;font-size:1rem;font-weight:700}.mobile-topbar-sub{color:#ffffff8c;text-transform:uppercase;letter-spacing:1.5px;font-size:.68rem}.hamburger-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:flex}.hamburger-btn span{background:#ffffffe6;border-radius:2px;width:22px;height:2px;transition:all .25s;display:block}.hamburger-btn.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger-btn.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger-btn.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.sidebar-overlay{z-index:299;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;display:none;position:fixed;inset:0}.sidebar-overlay.visible{display:block}@media (width<=768px){.mobile-topbar{display:flex}.sidebar{z-index:300;transition:transform .28s cubic-bezier(.4,0,.2,1);top:0;transform:translate(-100%)}.sidebar.open{transform:translate(0);box-shadow:4px 0 32px #00000040}.main-content{margin-left:0;padding-top:56px;overflow-x:hidden}.topbar{display:none}.form-grid,.form-grid-3{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.page-content{padding:16px}.agent-dash-bottom{grid-template-columns:1fr!important}.step-label{display:none}.mobile-card-list{flex-direction:column;gap:12px;display:flex!important}.mobile-card-list .table-wrap{display:none}.merchant-card{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);padding:14px 16px}.merchant-card-row{justify-content:space-between;align-items:flex-start;display:flex}.merchant-card-meta{color:var(--text-muted);flex-wrap:wrap;gap:8px;margin-top:8px;font-size:.78rem;display:flex}.profile-header-avatar{width:60px!important;height:60px!important;font-size:1.4rem!important}.profile-header-name{font-size:1.1rem!important}}@media (width<=480px){.stats-grid{grid-template-columns:1fr 1fr}.agent-stats-grid{grid-template-columns:1fr 1fr!important}.auth-card{padding:24px}.page-content{padding:12px}.doc-upload-grid{grid-template-columns:1fr 1fr}.tabs{overflow-x:auto}.tab-btn{white-space:nowrap;padding:8px 12px;font-size:.82rem}}.info-grid{flex-direction:column;gap:0;display:flex}.info-row{border-bottom:1px solid var(--border);align-items:flex-start;gap:1rem;padding:10px 0;display:flex}.info-row:last-child{border-bottom:none}.info-label{color:var(--text-muted);min-width:140px;padding-top:2px;font-size:.82rem}.info-value{color:var(--text-primary);word-break:break-word;flex:1;font-size:.9rem;font-weight:500}.tabs{border-bottom:2px solid var(--border);gap:.25rem;padding-bottom:0;display:flex}.tab-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:6px 6px 0 0;margin-bottom:-2px;padding:8px 18px;font-family:inherit;font-size:.88rem;font-weight:500;transition:all .2s}.tab-btn:hover{color:var(--text-primary);background:var(--bg-secondary)}.tab-btn.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.card-title{color:var(--text-primary);border-bottom:1px solid var(--border);margin:0 0 1rem;padding-bottom:.75rem;font-size:.95rem;font-weight:700}.alert{border-radius:8px;margin-bottom:1rem;padding:12px 16px;font-size:.88rem}.alert-danger{color:#be123c;background:#fff5f5;border:1px solid #fecdd3}.alert-success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.alert-warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a}#merchant-table-desktop .table-wrap{display:block}.merchant-card-list-mobile{display:none}@media (width<=768px){#merchant-table-desktop .table-wrap{display:none!important}.merchant-card-list-mobile{flex-direction:column;gap:10px;display:flex!important}.agent-stats-grid{grid-template-columns:repeat(2,1fr)!important}.agent-dash-bottom{grid-template-columns:1fr!important}}.mobile-logout{display:none;color:#ff4d4d!important}.desktop-logout{display:flex}@media (width<=768px){.mobile-logout{display:flex;color:#ff4d4d!important}.desktop-logout{display:none}}.pending-applications-page{color:#172033;background:#f5f7fb;min-height:100vh;padding:32px 24px 50px}.pending-applications-container{width:100%;max-width:1240px;margin:0 auto}.pending-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.pending-breadcrumb{color:#2563eb;letter-spacing:.3px;margin-bottom:7px;font-size:11px;font-weight:700}.pending-header h1{color:#172033;margin:0;font-size:29px;font-weight:750}.pending-header p{color:#697386;margin:7px 0 0;font-size:13px;line-height:1.5}.pending-count-card{text-align:center;background:#fff;border:1px solid #dbe5f5;border-radius:12px;min-width:90px;padding:12px 18px;box-shadow:0 2px 8px #141e320a}.pending-count-card span{color:#7b8494;text-transform:uppercase;letter-spacing:.4px;font-size:10px;font-weight:600;display:block}.pending-count-card strong{color:#2563eb;margin-top:2px;font-size:22px;font-weight:750;display:block}.pending-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.pending-summary-card{box-sizing:border-box;background:#fff;border:1px solid #e5e9f0;border-radius:13px;align-items:center;gap:12px;min-height:82px;padding:15px;display:flex;box-shadow:0 2px 9px #141e3209}.summary-icon{border-radius:10px;justify-content:center;align-items:center;width:39px;min-width:39px;height:39px;font-size:16px;font-weight:750;display:flex}.summary-icon.blue{color:#2563eb;background:#eff6ff}.summary-icon.orange{color:#ea580c;background:#fff7ed}.summary-icon.purple{color:#7c3aed;background:#f5f3ff}.summary-icon.green{color:#16a34a;background:#f0fdf4}.pending-summary-card span{color:#7b8494;font-size:11px;display:block}.pending-summary-card strong{color:#172033;margin-top:3px;font-size:20px;font-weight:750;display:block}.pending-filter-card{background:#fff;border:1px solid #e5e9f0;border-radius:13px;align-items:flex-end;gap:14px;margin-bottom:18px;padding:15px;display:flex;box-shadow:0 2px 9px #141e3209}.pending-search{flex:1;min-width:0;position:relative}.search-icon{color:#9aa3b1;pointer-events:none;font-size:19px;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.pending-search input{box-sizing:border-box;color:#172033;background:#fff;border:1px solid #d9dee7;border-radius:9px;outline:none;width:100%;height:42px;padding:0 38px;font-family:inherit;font-size:13px;transition:all .2s}.pending-search input::placeholder{color:#a0a7b4}.pending-search input:hover{border-color:#b9c2d0}.pending-search input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.clear-search{color:#6b7280;cursor:pointer;background:#f1f4f8;border:0;border-radius:50%;width:25px;height:25px;font-size:16px;line-height:1;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.pending-filter{flex-shrink:0;width:180px}.pending-filter label{color:#4b5563;margin-bottom:6px;font-size:11px;font-weight:650;display:block}.pending-filter select{color:#374151;cursor:pointer;background:#fff;border:1px solid #d9dee7;border-radius:9px;outline:none;width:100%;height:42px;padding:0 12px;font-family:inherit;font-size:13px}.pending-filter select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.pending-list-card{background:#fff;border:1px solid #e5e9f0;border-radius:15px;overflow:hidden;box-shadow:0 3px 12px #141e320a}.pending-list-header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;padding:20px 20px 16px;display:flex}.pending-list-header h2{color:#172033;margin:0;font-size:16px;font-weight:700}.pending-list-header p{color:#8a93a1;margin:4px 0 0;font-size:11px}.applications-table-wrapper{width:100%;overflow-x:auto}.applications-table{border-collapse:collapse;width:100%;min-width:1050px}.applications-table th{color:#7b8494;text-align:left;text-transform:uppercase;letter-spacing:.35px;white-space:nowrap;background:#fafbfd;border-bottom:1px solid #e9edf2;height:45px;padding:0 15px;font-size:10px;font-weight:700}.applications-table td{vertical-align:middle;border-bottom:1px solid #edf0f4;padding:14px 15px}.applications-table tbody tr{transition:background .15s}.applications-table tbody tr:hover{background:#fbfcfe}.applications-table tbody tr:last-child td{border-bottom:0}.merchant-cell{align-items:center;gap:10px;min-width:220px;display:flex}.merchant-avatar{color:#2563eb;background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;font-size:13px;font-weight:750;display:flex}.merchant-cell strong{color:#172033;text-overflow:ellipsis;white-space:nowrap;max-width:230px;font-size:12px;font-weight:700;display:block;overflow:hidden}.merchant-cell span{color:#7b8494;margin-top:3px;font-size:10px;display:block}.merchant-cell small{color:#9aa3b1;margin-top:2px;font-size:10px;display:block}.entity-badge{color:#4b5563;white-space:nowrap;background:#f8fafc;border:1px solid #e1e6ed;border-radius:6px;align-items:center;padding:5px 8px;font-size:10px;font-weight:600;display:inline-flex}.agent-cell strong{color:#374151;white-space:nowrap;font-size:11px;font-weight:650;display:block}.agent-cell span{color:#9aa3b1;margin-top:4px;font-size:9px;display:block}.step-badge{white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;padding:6px 9px;font-size:10px;font-weight:650;display:inline-flex}.step-admin{color:#047857;background:#ecfdf5}.step-vkyc{color:#2563eb;background:#eff6ff}.step-documents{color:#c2410c;background:#fff7ed}.step-default{color:#6b7280;background:#f3f4f6}.verification-cell{flex-direction:column;gap:4px;display:flex}.verification-cell span{color:#7b8494;white-space:nowrap;font-size:9px}.verification-cell b{margin-left:2px;font-size:9px}.mini-success{color:#16a34a}.mini-warning{color:#ea580c}.application-status{white-space:nowrap;border-radius:15px;align-items:center;gap:6px;padding:6px 9px;font-size:9px;font-weight:650;display:inline-flex}.application-status i{background:currentColor;border-radius:50%;width:6px;height:6px}.status-pending{color:#2563eb;background:#eff6ff}.status-warning{color:#c2410c;background:#fff7ed}.status-ready{color:#15803d;background:#f0fdf4}.review-button{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #2563eb;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-width:76px;height:34px;padding:0 11px;font-family:inherit;font-size:10px;font-weight:650;transition:all .2s;display:inline-flex}.review-button:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px)}.review-button span{font-size:13px}.pending-empty{text-align:center;padding:55px 20px}.empty-icon{color:#94a3b8;background:#f1f5f9;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 12px;font-size:22px;display:flex}.pending-empty h3{color:#374151;margin:0;font-size:14px}.pending-empty p{color:#8a93a1;margin:5px 0 14px;font-size:11px}.pending-empty button{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #d9dee7;border-radius:8px;height:35px;padding:0 13px;font-family:inherit;font-size:11px;font-weight:600}.pending-footer-note{background:#f7faff;border:1px solid #dbeafe;border-radius:10px;align-items:flex-start;gap:9px;margin-top:14px;padding:12px 14px;display:flex}.pending-footer-note>span{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:19px;min-width:19px;height:19px;font-size:10px;font-weight:700;display:flex}.pending-footer-note p{color:#64748b;margin:1px 0 0;font-size:10px;line-height:1.5}@media (width<=1000px){.pending-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.pending-applications-page{padding:20px 14px 35px}.pending-header{flex-direction:column;align-items:flex-start;gap:14px}.pending-header h1{font-size:24px}.pending-count-card{min-width:75px}.pending-summary-grid{grid-template-columns:1fr 1fr;gap:10px}.pending-summary-card{min-height:72px;padding:12px}.summary-icon{width:34px;min-width:34px;height:34px;font-size:14px}.pending-summary-card span{font-size:9px}.pending-summary-card strong{font-size:18px}.pending-filter-card{flex-direction:column;align-items:stretch;padding:13px}.pending-filter{width:100%}.pending-list-header{padding:17px 15px 14px}.applications-table{min-width:1000px}.pending-footer-note{padding:11px 12px}}@media (width<=420px){.pending-applications-page{padding:17px 11px 30px}.pending-summary-grid{grid-template-columns:1fr}.pending-header h1{font-size:22px}.pending-header p{font-size:12px}.pending-count-card{box-sizing:border-box;text-align:left;width:100%}.pending-count-card strong{margin-left:7px;display:inline-block}.pending-search input{font-size:12px}}.merchant-review-page{color:#172033;background:#f5f7fb;min-height:100vh;padding:32px 24px 50px}.merchant-review-container{width:100%;max-width:1180px;margin:0 auto}.merchant-review-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.review-breadcrumb{color:#2563eb;margin-bottom:7px;font-size:11px;font-weight:700}.merchant-review-header h1{color:#172033;margin:0;font-size:29px;font-weight:750}.merchant-review-header p{color:#697386;margin:7px 0 0;font-size:13px;line-height:1.5}.review-header-actions{align-items:center;gap:10px;display:flex}.overall-status{color:#2563eb;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:18px;align-items:center;gap:7px;min-height:35px;padding:0 12px;font-size:10px;font-weight:650;display:inline-flex}.overall-status i{background:#2563eb;border-radius:50%;width:6px;height:6px}.back-button{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #d9dee7;border-radius:8px;height:35px;padding:0 12px;font-family:inherit;font-size:10px;font-weight:650;transition:all .2s}.back-button:hover{background:#f8fafc;border-color:#c8d0dc}.merchant-profile-card{background:#fff;border:1px solid #e2e7ee;border-radius:15px;justify-content:space-between;align-items:center;gap:25px;margin-bottom:16px;padding:20px;display:flex;box-shadow:0 3px 12px #141e320a}.merchant-profile-main{align-items:center;gap:14px;min-width:0;display:flex}.merchant-profile-avatar{color:#2563eb;background:#eff6ff;border-radius:14px;justify-content:center;align-items:center;width:54px;min-width:54px;height:54px;font-size:19px;font-weight:750;display:flex}.merchant-profile-main h2{color:#172033;margin:0;font-size:17px;font-weight:750}.merchant-profile-main p{color:#7b8494;margin:4px 0 8px;font-size:11px}.merchant-profile-tags{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.merchant-profile-tags span{color:#697386;background:#f4f6f9;border-radius:5px;padding:4px 7px;font-size:9px;font-weight:600}.merchant-profile-meta{flex-shrink:0;gap:28px;display:flex}.merchant-profile-meta>div{min-width:95px}.merchant-profile-meta span{color:#9aa3b1;text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px;font-size:9px;display:block}.merchant-profile-meta strong{color:#374151;font-size:11px;font-weight:650;display:block}.review-info-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.review-info-card{background:#fff;border:1px solid #e5e9f0;border-radius:11px;min-width:0;padding:14px;box-shadow:0 2px 8px #141e3206}.review-info-card span{color:#9299a6;text-transform:uppercase;letter-spacing:.3px;margin-bottom:6px;font-size:8px;font-weight:700;display:block}.review-info-card strong{color:#374151;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:650;display:block;overflow:hidden}.review-info-card .break-text{white-space:normal;overflow-wrap:anywhere}.review-section{background:#fff;border:1px solid #e5e9f0;border-radius:15px;margin-bottom:18px;padding:20px;box-shadow:0 3px 12px #141e3209}.review-section-header{justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px;display:flex}.review-section-header h2{color:#172033;margin:0;font-size:16px;font-weight:700}.review-section-header p{color:#7b8494;margin:4px 0 0;font-size:11px;line-height:1.5}.progress-summary{align-items:baseline;gap:5px;display:flex}.progress-summary strong{color:#2563eb;font-size:17px}.progress-summary span{color:#8a93a1;font-size:10px}.onboarding-progress-bar{background:#edf1f5;border-radius:10px;width:100%;height:6px;margin-bottom:18px;overflow:hidden}.onboarding-progress-fill{border-radius:inherit;background:#2563eb;height:100%}.onboarding-step-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.onboarding-step{background:#fafbfd;border:1px solid #e7ebf0;border-radius:10px;align-items:center;gap:10px;min-width:0;padding:11px;display:flex}.step-number{color:#8992a1;background:#f0f2f5;border-radius:8px;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;font-size:9px;font-weight:750;display:flex}.review-status-completed .step-number{color:#15803d;background:#dcfce7}.review-status-pending{background:#f8fbff;border-color:#bfdbfe}.review-status-pending .step-number{color:#2563eb;background:#eff6ff}.review-status-locked{opacity:.65}.step-content{flex:1;min-width:0}.step-content strong{color:#374151;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:650;display:block;overflow:hidden}.step-content span{color:#9299a6;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:9px;display:block;overflow:hidden}.step-right{flex-shrink:0;align-items:center;gap:7px;display:flex}.step-status-text{color:#8a93a1;font-size:9px;font-weight:600}.review-status-completed .step-status-text{color:#15803d}.review-status-pending .step-status-text{color:#2563eb}.step-view-button{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #d9dee7;border-radius:6px;height:27px;padding:0 8px;font-family:inherit;font-size:9px;font-weight:650;transition:all .2s}.step-view-button:hover{color:#2563eb;background:#f8fbff;border-color:#93b4f8}.verification-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.verification-summary-card{background:#fafbfd;border:1px solid #e5e9f0;border-radius:10px;align-items:center;gap:10px;padding:13px;display:flex}.summary-status-icon{border-radius:9px;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:12px;font-weight:750;display:flex}.summary-status-icon.success{color:#15803d;background:#dcfce7}.summary-status-icon.warning{color:#c2410c;background:#fff7ed}.verification-summary-card span{color:#8a93a1;font-size:9px;display:block}.verification-summary-card strong{color:#374151;margin-top:3px;font-size:11px;font-weight:650;display:block}.admin-checklist{gap:9px;display:grid}.admin-check-item{background:#fafbfd;border:1px solid #e7ebf0;border-radius:10px;align-items:center;gap:11px;padding:12px;display:flex}.check-circle{border-radius:50%;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;font-size:11px;font-weight:750;display:flex}.check-circle.completed{color:#15803d;background:#dcfce7}.check-circle.pending{color:#c2410c;background:#fff7ed}.admin-check-item>div:nth-child(2){min-width:0}.admin-check-item strong{color:#374151;font-size:11px;font-weight:650;display:block}.admin-check-item span{color:#8a93a1;margin-top:3px;font-size:9px;display:block}.next-action-card{background:#f7faff;border:1px solid #bfdbfe;border-radius:14px;align-items:center;gap:13px;margin-bottom:18px;padding:17px;display:flex}.next-action-icon{color:#fff;background:#2563eb;border-radius:11px;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;font-size:18px;font-weight:700;display:flex}.next-action-content{flex:1;min-width:0}.next-action-content>span{color:#2563eb;letter-spacing:.6px;margin-bottom:3px;font-size:8px;font-weight:750;display:block}.next-action-content h3{color:#1e3a8a;margin:0;font-size:13px;font-weight:700}.next-action-content p{color:#64748b;margin:4px 0 0;font-size:10px;line-height:1.5}.next-action-button{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:1px solid #2563eb;border-radius:8px;align-items:center;gap:7px;height:38px;padding:0 13px;font-family:inherit;font-size:10px;font-weight:650;transition:all .2s;display:inline-flex}.next-action-button:hover{background:#1d4ed8;border-color:#1d4ed8}.next-action-button span{font-size:13px}.merchant-review-footer{justify-content:space-between;align-items:center;gap:10px;padding-bottom:15px;display:flex}.footer-secondary-button,.footer-primary-button{cursor:pointer;border-radius:9px;min-height:43px;padding:0 17px;font-family:inherit;font-size:11px;font-weight:650;transition:all .2s}.footer-secondary-button{color:#4b5563;background:#fff;border:1px solid #d9dee7}.footer-secondary-button:hover{background:#f8fafc}.footer-primary-button{color:#fff;background:#2563eb;border:1px solid #2563eb;align-items:center;gap:7px;display:inline-flex}.footer-primary-button:hover{background:#1d4ed8;border-color:#1d4ed8}.footer-primary-button span{font-size:13px}@media (width<=1050px){.review-info-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.verification-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.merchant-review-page{padding:20px 14px 35px}.merchant-review-header{flex-direction:column;align-items:flex-start;gap:13px}.merchant-review-header h1{font-size:24px}.review-header-actions{justify-content:space-between;width:100%}.merchant-profile-card{flex-direction:column;align-items:flex-start;padding:17px}.merchant-profile-main{width:100%}.merchant-profile-main h2{font-size:15px}.merchant-profile-meta{border-top:1px solid #edf0f4;justify-content:space-between;gap:12px;width:100%;padding-top:12px}.merchant-profile-meta>div{min-width:0}.review-info-grid{grid-template-columns:1fr 1fr;gap:8px}.review-info-card{padding:12px}.review-section{padding:17px 15px}.review-section-header{align-items:flex-start}.onboarding-step-list{grid-template-columns:1fr}.verification-summary-grid{grid-template-columns:1fr 1fr}.next-action-card{flex-wrap:wrap;align-items:flex-start}.next-action-content{width:calc(100% - 55px)}.next-action-button{justify-content:center;width:100%}.merchant-review-footer{flex-direction:column-reverse;align-items:stretch}.footer-secondary-button,.footer-primary-button{justify-content:center;width:100%}}@media (width<=420px){.merchant-review-page{padding:17px 11px 30px}.merchant-review-header h1{font-size:22px}.review-header-actions{flex-direction:column;align-items:stretch}.overall-status,.back-button{box-sizing:border-box;justify-content:center;width:100%}.merchant-profile-card{padding:15px}.merchant-profile-main{align-items:flex-start}.merchant-profile-avatar{border-radius:12px;width:46px;min-width:46px;height:46px;font-size:16px}.merchant-profile-main h2{font-size:13px;line-height:1.4}.merchant-profile-tags span{font-size:8px}.review-info-grid,.verification-summary-grid{grid-template-columns:1fr}.review-section{padding:15px 13px}.review-section-header{flex-direction:column}.progress-summary{align-self:flex-start}.onboarding-step{padding:10px}.step-right{flex-direction:column;align-items:flex-end;gap:4px}.step-status-text{font-size:8px}.next-action-card{padding:14px}.next-action-icon{width:38px;min-width:38px;height:38px}}.merchant-kyc-page{color:#172033;background:#f5f7fb;min-height:100vh;padding:32px 24px 50px}.merchant-kyc-container{width:100%;max-width:1180px;margin:0 auto}.merchant-kyc-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.kyc-breadcrumb{color:#2563eb;margin-bottom:7px;font-size:11px;font-weight:700}.merchant-kyc-header h1{color:#172033;margin:0;font-size:29px;font-weight:750}.merchant-kyc-header p{color:#697386;margin:7px 0 0;font-size:13px;line-height:1.5}.kyc-header-actions{align-items:center;gap:10px;display:flex}.kyc-application-badge{color:#64748b;white-space:nowrap;background:#fff;border:1px solid #dbe5f5;border-radius:18px;align-items:center;min-height:35px;padding:0 11px;font-size:10px;font-weight:650;display:inline-flex}.kyc-back-button{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #d9dee7;border-radius:8px;height:35px;padding:0 12px;font-family:inherit;font-size:10px;font-weight:650;transition:all .2s}.kyc-back-button:hover{background:#f8fafc;border-color:#c8d0dc}.kyc-merchant-card{background:#fff;border:1px solid #e2e7ee;border-radius:15px;justify-content:space-between;align-items:center;gap:25px;margin-bottom:16px;padding:20px;display:flex;box-shadow:0 3px 12px #141e320a}.kyc-merchant-main{align-items:center;gap:14px;min-width:0;display:flex}.kyc-merchant-avatar{color:#2563eb;background:#eff6ff;border-radius:14px;justify-content:center;align-items:center;width:54px;min-width:54px;height:54px;font-size:19px;font-weight:750;display:flex}.kyc-merchant-main h2{color:#172033;margin:0;font-size:17px;font-weight:750}.kyc-merchant-main p{color:#7b8494;margin:4px 0 8px;font-size:11px}.kyc-merchant-tags{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.kyc-merchant-tags span{color:#697386;background:#f4f6f9;border-radius:5px;padding:4px 7px;font-size:9px;font-weight:600}.kyc-summary-status{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;flex-shrink:0;min-width:145px;padding:11px 13px}.kyc-summary-status span{color:#65a477;letter-spacing:.4px;margin-bottom:5px;font-size:8px;font-weight:750;display:block}.kyc-summary-status strong{color:#15803d;align-items:center;gap:6px;font-size:10px;font-weight:700;display:flex}.kyc-summary-status i{background:#16a34a;border-radius:50%;width:6px;height:6px}.kyc-progress-card{background:#fff;border:1px solid #e5e9f0;border-radius:14px;align-items:center;margin-bottom:18px;padding:15px 18px;display:flex;overflow-x:auto;box-shadow:0 2px 9px #141e3209}.kyc-progress-item{align-items:center;gap:9px;min-width:135px;display:flex}.kyc-progress-circle{color:#8a93a1;background:#f1f4f8;border-radius:50%;justify-content:center;align-items:center;width:33px;min-width:33px;height:33px;font-size:9px;font-weight:750;display:flex}.kyc-progress-item.completed .kyc-progress-circle{color:#15803d;background:#dcfce7}.kyc-progress-item.active .kyc-progress-circle{color:#fff;background:#2563eb;box-shadow:0 0 0 4px #2563eb17}.kyc-progress-item strong{color:#374151;font-size:10px;font-weight:650;display:block}.kyc-progress-item span{color:#9299a6;margin-top:2px;font-size:8px;display:block}.kyc-progress-item.active strong{color:#2563eb}.kyc-progress-line{background:#e5e7eb;flex:1;min-width:25px;height:1px;margin:0 9px}.kyc-progress-line.active{background:#93b4f8}.kyc-section{background:#fff;border:1px solid #e5e9f0;border-radius:15px;margin-bottom:18px;padding:20px;box-shadow:0 3px 12px #141e3209}.kyc-section-header{justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px;display:flex}.kyc-section-header h2{color:#172033;margin:0;font-size:16px;font-weight:700}.kyc-section-header p{color:#7b8494;margin:4px 0 0;font-size:11px;line-height:1.5}.section-verified{color:#15803d;white-space:nowrap;background:#f0fdf4;border-radius:14px;align-items:center;gap:5px;padding:6px 9px;font-size:9px;font-weight:650;display:inline-flex}.kyc-details-grid{background:#e6eaf0;border:1px solid #e6eaf0;border-radius:11px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.kyc-detail-item{background:#fff;min-width:0;padding:14px}.kyc-detail-item span{color:#9299a6;text-transform:uppercase;letter-spacing:.3px;margin-bottom:6px;font-size:8px;font-weight:700;display:block}.kyc-detail-item strong{color:#374151;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:650;display:block;overflow:hidden}.kyc-detail-item .break-text{white-space:normal;overflow-wrap:anywhere}.kyc-verification-list{gap:10px;display:grid}.kyc-verification-card{background:#fafbfd;border:1px solid #e5e9f0;border-radius:11px;align-items:flex-start;gap:12px;padding:14px;transition:all .2s;display:flex}.kyc-verification-card:hover{background:#fff;border-color:#d5dce6}.kyc-verification-icon{color:#15803d;background:#dcfce7;border-radius:9px;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:13px;font-weight:750;display:flex}.kyc-verification-content{flex:1;min-width:0}.kyc-verification-title{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.kyc-verification-title h3{color:#374151;margin:0;font-size:12px;font-weight:700}.kyc-verification-title .kyc-status{margin-left:0}.kyc-verification-card>.kyc-view-button{flex-shrink:0}.kyc-verification-card p{color:#8a93a1;margin:4px 0 12px;font-size:10px;line-height:1.5}.kyc-status{white-space:nowrap;border-radius:13px;align-items:center;gap:5px;padding:5px 8px;font-size:8px;font-weight:650;display:inline-flex}.kyc-status i{background:currentColor;border-radius:50%;width:5px;height:5px}.kyc-status-verified{color:#15803d;background:#f0fdf4}.kyc-status-pending{color:#2563eb;background:#eff6ff}.kyc-status-rejected{color:#be123c;background:#fff1f2}.kyc-verification-meta{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.kyc-verification-meta>div{background:#fff;border:1px solid #e8ebf0;border-radius:8px;min-width:0;padding:9px 10px}.kyc-verification-meta span{color:#9aa3b1;margin-bottom:4px;font-size:8px;display:block}.kyc-verification-meta strong{color:#4b5563;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:650;display:block;overflow:hidden}.kyc-view-button{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #d9dee7;border-radius:7px;min-width:55px;height:31px;padding:0 10px;font-family:inherit;font-size:9px;font-weight:650;transition:all .2s}.kyc-view-button:hover{color:#2563eb;background:#f8fbff;border-color:#93b4f8}.signing-authority-card{background:#fafbfd;border:1px solid #e5e9f0;border-radius:11px;align-items:center;gap:13px;padding:15px;display:flex}.authority-avatar{color:#2563eb;background:#eff6ff;border-radius:11px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:14px;font-weight:750;display:flex}.authority-main{width:150px;min-width:130px}.authority-main h3{color:#374151;margin:0;font-size:11px;font-weight:700}.authority-main span{color:#8a93a1;margin-top:3px;font-size:9px;display:block}.authority-details{flex:1;grid-template-columns:repeat(3,minmax(100px,1fr));gap:10px;display:grid}.authority-details span{color:#9aa3b1;margin-bottom:4px;font-size:8px;display:block}.authority-details strong{color:#4b5563;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:650;display:block;overflow:hidden}.authority-verified{color:#15803d;white-space:nowrap;background:#f0fdf4;border-radius:14px;padding:6px 9px;font-size:8px;font-weight:650}.kyc-decision-area{gap:17px;display:grid}.decision-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.decision-button{color:#374151;text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe4eb;border-radius:11px;align-items:center;gap:11px;padding:13px;font-family:inherit;transition:all .2s;display:flex}.decision-button:hover{background:#fafbfd}.decision-button.approve.selected{background:#f0fdf4;border-color:#86efac}.decision-button.reject.selected{background:#fff1f2;border-color:#fda4af}.decision-icon{border-radius:9px;justify-content:center;align-items:center;width:33px;min-width:33px;height:33px;font-size:13px;font-weight:750;display:flex}.decision-button.approve .decision-icon{color:#15803d;background:#dcfce7}.decision-button.reject .decision-icon{color:#be123c;background:#ffe4e6}.decision-button strong{color:#374151;font-size:11px;font-weight:700;display:block}.decision-button small{color:#8a93a1;margin-top:3px;font-size:9px;display:block}.remarks-group label{color:#374151;align-items:center;gap:6px;margin-bottom:7px;font-size:10px;font-weight:650;display:flex}.remarks-group label span{color:#9aa3b1;font-size:8px;font-weight:500}.remarks-group textarea{box-sizing:border-box;color:#374151;resize:vertical;background:#fff;border:1px solid #d9dee7;border-radius:9px;outline:none;width:100%;min-height:92px;padding:11px 12px;font-family:inherit;font-size:11px;line-height:1.5;transition:all .2s}.remarks-group textarea::placeholder{color:#a0a7b4}.remarks-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.kyc-review-notice{background:#f7faff;border:1px solid #dbeafe;border-radius:11px;align-items:flex-start;gap:10px;margin-bottom:18px;padding:14px 16px;display:flex}.notice-icon{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;font-size:9px;font-weight:750;display:flex}.kyc-review-notice strong{color:#1e3a8a;font-size:10px;font-weight:700;display:block}.kyc-review-notice p{color:#64748b;margin:3px 0 0;font-size:9px;line-height:1.5}.kyc-footer-actions{justify-content:space-between;align-items:center;gap:10px;padding-bottom:15px;display:flex}.kyc-secondary-button,.kyc-primary-button{cursor:pointer;border-radius:9px;min-height:43px;padding:0 17px;font-family:inherit;font-size:11px;font-weight:650;transition:all .2s}.kyc-secondary-button{color:#4b5563;background:#fff;border:1px solid #d9dee7}.kyc-secondary-button:hover{background:#f8fafc}.kyc-primary-button{color:#fff;background:#2563eb;border:1px solid #2563eb;align-items:center;gap:7px;display:inline-flex}.kyc-primary-button:hover{background:#1d4ed8;border-color:#1d4ed8}.kyc-primary-button span{font-size:13px}@media (width<=1050px){.kyc-details-grid,.kyc-verification-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.authority-details{grid-template-columns:repeat(2,minmax(100px,1fr))}}@media (width<=700px){.merchant-kyc-page{padding:20px 14px 35px}.merchant-kyc-header{flex-direction:column;align-items:flex-start;gap:13px}.merchant-kyc-header h1{font-size:24px}.kyc-header-actions{justify-content:space-between;width:100%}.kyc-merchant-card{flex-direction:column;align-items:flex-start;padding:17px}.kyc-merchant-main{width:100%}.kyc-summary-status{box-sizing:border-box;width:100%}.kyc-progress-card{padding:13px}.kyc-progress-item{min-width:auto}.kyc-progress-item>div:last-child{display:none}.kyc-progress-line{min-width:22px;margin:0 6px}.kyc-section{padding:17px 15px}.kyc-section-header{align-items:flex-start}.kyc-details-grid{grid-template-columns:1fr}.kyc-verification-card{flex-wrap:wrap}.kyc-verification-content{width:calc(100% - 47px)}.kyc-verification-card>.kyc-view-button{width:100%;margin-left:46px}.kyc-verification-meta{grid-template-columns:1fr 1fr}.signing-authority-card{flex-wrap:wrap;align-items:flex-start}.authority-main{width:calc(100% - 55px)}.authority-details{grid-template-columns:1fr 1fr;width:100%}.authority-verified{margin-left:53px}.decision-options{grid-template-columns:1fr}.kyc-footer-actions{flex-direction:column-reverse;align-items:stretch}.kyc-secondary-button,.kyc-primary-button{justify-content:center;width:100%}}@media (width<=420px){.merchant-kyc-page{padding:17px 11px 30px}.merchant-kyc-header h1{font-size:22px}.kyc-header-actions{flex-direction:column;align-items:stretch}.kyc-application-badge,.kyc-back-button{box-sizing:border-box;justify-content:center;width:100%}.kyc-merchant-card{padding:15px}.kyc-merchant-avatar{border-radius:12px;width:46px;min-width:46px;height:46px;font-size:16px}.kyc-merchant-main h2{font-size:13px;line-height:1.4}.kyc-merchant-tags span{font-size:8px}.kyc-section{padding:15px 13px}.kyc-section-header{flex-direction:column}.section-verified{align-self:flex-start}.kyc-verification-meta{grid-template-columns:1fr}.kyc-verification-card{padding:12px}.authority-details{grid-template-columns:1fr}.authority-verified{margin-left:0}.decision-button{padding:11px}.kyc-review-notice{padding:12px}}.merchant-documents-page{color:#172033;background:#f5f7fb;min-height:100vh;padding:32px 24px 50px}.merchant-documents-container{width:100%;max-width:1180px;margin:0 auto}.documents-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.documents-breadcrumb{color:#2563eb;margin-bottom:7px;font-size:11px;font-weight:700}.documents-header p{color:#697386;margin:7px 0 0;font-size:13px;line-height:1.5}.documents-header-actions{align-items:center;gap:10px;display:flex}.documents-application-badge{color:#64748b;white-space:nowrap;background:#fff;border:1px solid #dbe5f5;border-radius:18px;align-items:center;min-height:35px;padding:0 11px;font-size:10px;font-weight:650;display:inline-flex}.documents-back-button{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #d9dee7;border-radius:8px;height:35px;padding:0 12px;font-family:inherit;font-size:10px;font-weight:650;transition:all .2s}.documents-back-button:hover{background:#f8fafc;border-color:#c8d0dc}.documents-merchant-card{background:#fff;border:1px solid #e2e7ee;border-radius:15px;justify-content:space-between;align-items:center;gap:25px;margin-bottom:16px;padding:20px;display:flex;box-shadow:0 3px 12px #141e320a}.documents-merchant-main{align-items:center;gap:14px;min-width:0;display:flex}.documents-merchant-avatar{color:#2563eb;background:#eff6ff;border-radius:14px;justify-content:center;align-items:center;width:54px;min-width:54px;height:54px;font-size:19px;font-weight:750;display:flex}.documents-merchant-main h2{color:#172033;margin:0;font-size:17px;font-weight:750}.documents-merchant-main p{color:#7b8494;margin:4px 0 8px;font-size:11px}.documents-merchant-tags{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.documents-merchant-tags span{color:#697386;background:#f4f6f9;border-radius:5px;padding:4px 7px;font-size:9px;font-weight:600}.documents-submitted{background:#fafbfd;border:1px solid #e5e9f0;border-radius:10px;min-width:120px;padding:11px 13px}.documents-submitted span{color:#9aa3b1;letter-spacing:.4px;margin-bottom:5px;font-size:8px;font-weight:750;display:block}.documents-submitted strong{color:#374151;font-size:10px;font-weight:650;display:block}.document-progress-item{align-items:center;gap:9px;min-width:135px;display:flex}.document-progress-circle{color:#8a93a1;background:#f1f4f8;border-radius:50%;justify-content:center;align-items:center;width:33px;min-width:33px;height:33px;font-size:9px;font-weight:750;display:flex}.document-progress-item.completed .document-progress-circle{color:#15803d;background:#dcfce7}.document-progress-item.active .document-progress-circle{color:#fff;background:#2563eb;box-shadow:0 0 0 4px #2563eb17}.document-progress-item strong{color:#374151;font-size:10px;font-weight:650;display:block}.document-progress-item span{color:#9299a6;margin-top:2px;font-size:8px;display:block}.document-progress-item.active strong{color:#2563eb}.document-progress-line{background:#e5e7eb;flex:1;min-width:25px;height:1px;margin:0 9px}.document-progress-line.active{background:#93b4f8}.document-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-bottom:18px;display:grid}.document-summary-card{background:#fff;border:1px solid #e5e9f0;border-radius:11px;align-items:center;gap:11px;min-height:75px;padding:13px;display:flex;box-shadow:0 2px 8px #141e3206}.document-summary-icon{border-radius:10px;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;font-size:14px;font-weight:750;display:flex}.document-summary-icon.blue{color:#2563eb;background:#eff6ff}.document-summary-icon.green{color:#15803d;background:#f0fdf4}.document-summary-icon.orange{color:#c2410c;background:#fff7ed}.document-summary-icon.red{color:#be123c;background:#fff1f2}.document-summary-card span{color:#8a93a1;font-size:9px;display:block}.document-summary-card strong{color:#172033;margin-top:3px;font-size:18px;font-weight:750;display:block}.documents-completion-card{background:#f8fbff;border:1px solid #dbeafe;border-radius:13px;margin-bottom:18px;padding:17px 18px}.documents-completion-top{justify-content:space-between;align-items:center;gap:15px;margin-bottom:10px;display:flex}.documents-completion-top h2{color:#1e3a8a;margin:0;font-size:13px;font-weight:700}.documents-completion-top p{color:#64748b;margin:4px 0 0;font-size:9px}.documents-completion-top>strong{color:#2563eb;font-size:20px;font-weight:750}.documents-completion-track{background:#e5edf8;border-radius:10px;width:100%;height:7px;overflow:hidden}.documents-completion-fill{border-radius:inherit;background:#2563eb;height:100%;transition:width .3s}.documents-filter-bar{justify-content:space-between;align-items:flex-end;gap:15px;margin-bottom:12px;display:flex}.documents-filter-bar h2{color:#172033;margin:0;font-size:16px;font-weight:700}.documents-filter-bar p{color:#7b8494;margin:4px 0 0;font-size:10px}.documents-filter-buttons{background:#fff;border:1px solid #e5e9f0;border-radius:9px;align-items:center;gap:5px;padding:4px;display:flex}.documents-filter-buttons button{color:#7b8494;cursor:pointer;background:0 0;border:0;border-radius:6px;height:29px;padding:0 10px;font-family:inherit;font-size:9px;font-weight:650;transition:all .2s}.documents-filter-buttons button:hover{color:#374151;background:#f5f7fb}.documents-filter-buttons button.active{color:#fff;background:#2563eb}.document-category-list{gap:14px;display:grid}.document-category-card{background:#fff;border:1px solid #e5e9f0;border-radius:14px;overflow:hidden;box-shadow:0 3px 12px #141e3209}.document-category-header{border-bottom:1px solid #edf0f4;align-items:center;gap:11px;padding:16px;display:flex}.category-number{color:#2563eb;background:#eff6ff;border-radius:9px;justify-content:center;align-items:center;width:33px;min-width:33px;height:33px;font-size:9px;font-weight:750;display:flex}.category-heading{flex:1;min-width:0}.category-title-row{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.category-title-row h2{color:#374151;margin:0;font-size:13px;font-weight:700}.required-badge{color:#c2410c;text-transform:uppercase;background:#fff7ed;border-radius:5px;align-items:center;padding:4px 6px;font-size:7px;font-weight:700;display:inline-flex}.category-frontend-name{color:#9aa3b1;margin-top:4px;font-family:monospace;font-size:8px;display:block}.category-status{flex-shrink:0}.document-status{white-space:nowrap;border-radius:14px;align-items:center;gap:5px;padding:6px 9px;font-size:8px;font-weight:650;display:inline-flex}.document-status i{background:currentColor;border-radius:50%;width:5px;height:5px}.document-status-approved{color:#15803d;background:#f0fdf4}.document-status-pending{color:#c2410c;background:#fff7ed}.document-status-rejected{color:#be123c;background:#fff1f2}.uploaded-document-card{background:#fafbfd;border:1px solid #e5e9f0;border-radius:10px;align-items:center;gap:11px;margin:14px 16px 0;padding:13px;display:flex}.uploaded-file-icon{color:#dc2626;background:#fff1f2;border-radius:9px;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;font-size:8px;font-weight:750;display:flex}.uploaded-file-info{flex:1;min-width:0}.uploaded-file-info h3{color:#374151;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:11px;font-weight:650;overflow:hidden}.uploaded-file-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;display:flex}.uploaded-file-meta span{color:#9299a6;font-size:8px}.document-view-button{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #d9dee7;border-radius:7px;min-width:54px;height:31px;padding:0 9px;font-family:inherit;font-size:9px;font-weight:650;transition:all .2s}.document-view-button:hover{color:#2563eb;background:#f8fbff;border-color:#93b4f8}.document-action-buttons{align-items:center;gap:5px;display:flex}.document-approve-button,.document-reject-button{cursor:pointer;border-radius:7px;height:31px;padding:0 9px;font-family:inherit;font-size:8px;font-weight:650;transition:all .2s}.document-approve-button{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.document-approve-button:hover{background:#dcfce7}.document-reject-button{color:#be123c;background:#fff1f2;border:1px solid #fecdd3}.document-reject-button:hover{background:#ffe4e6}.document-not-uploaded{background:#fffaf5;border:1px dashed #fdba74;border-radius:10px;align-items:center;gap:11px;margin:14px 16px 0;padding:14px;display:flex}.not-uploaded-icon{color:#c2410c;background:#ffedd5;border-radius:9px;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:12px;font-weight:750;display:flex}.document-not-uploaded strong{color:#9a3412;font-size:10px;font-weight:700;display:block}.document-not-uploaded span{color:#c2410c;margin-top:3px;font-size:8px;display:block}.document-details-row{background:#e8ebf0;border:1px solid #e8ebf0;border-radius:9px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:12px 16px 0;display:grid;overflow:hidden}.document-details-row>div{background:#fff;min-width:0;padding:10px}.document-details-row span{color:#9aa3b1;text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px;font-size:7px;font-weight:700;display:block}.document-details-row strong{color:#4b5563;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:650;display:block;overflow:hidden}.available-document-types{align-items:flex-start;gap:8px;padding:13px 16px;display:flex}.available-document-types>span{color:#9299a6;flex-shrink:0;font-size:8px;line-height:1.8}.available-document-types>div{flex-wrap:wrap;gap:5px;display:flex}.available-document-types>div span{color:#697386;background:#f8fafc;border:1px solid #e6eaf0;border-radius:5px;padding:4px 7px;font-size:7px}.documents-remarks-section{background:#fff;border:1px solid #e5e9f0;border-radius:14px;margin-top:18px;margin-bottom:18px;padding:18px;box-shadow:0 3px 12px #141e3209}.documents-section-heading{justify-content:space-between;align-items:center;gap:10px;margin-bottom:11px;display:flex}.documents-section-heading h2{color:#172033;margin:0;font-size:14px;font-weight:700}.documents-section-heading>span{color:#9aa3b1;font-size:8px}.documents-remarks-section textarea{box-sizing:border-box;color:#374151;resize:vertical;background:#fff;border:1px solid #d9dee7;border-radius:9px;outline:none;width:100%;min-height:90px;padding:11px 12px;font-family:inherit;font-size:10px;line-height:1.5;transition:all .2s}.documents-remarks-section textarea::placeholder{color:#a0a7b4}.documents-remarks-section textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.documents-notice{background:#f7faff;border:1px solid #dbeafe;border-radius:11px;align-items:flex-start;gap:10px;margin-bottom:18px;padding:14px 16px;display:flex}.documents-notice-icon{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;font-size:9px;font-weight:750;display:flex}.documents-notice strong{color:#1e3a8a;font-size:10px;font-weight:700;display:block}.documents-notice p{color:#64748b;margin:3px 0 0;font-size:9px;line-height:1.5}.documents-footer-actions{justify-content:space-between;align-items:center;gap:10px;padding-bottom:15px;display:flex}.documents-secondary-button,.documents-primary-button{cursor:pointer;border-radius:9px;min-height:43px;padding:0 17px;font-family:inherit;font-size:11px;font-weight:650;transition:all .2s}.documents-secondary-button{color:#4b5563;background:#fff;border:1px solid #d9dee7}.documents-secondary-button:hover{background:#f8fafc}.documents-primary-button{color:#fff;background:#2563eb;border:1px solid #2563eb;align-items:center;gap:7px;display:inline-flex}.documents-primary-button:hover{background:#1d4ed8;border-color:#1d4ed8}.documents-primary-button span{font-size:13px}.document-preview-overlay{z-index:1000;box-sizing:border-box;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.document-preview-modal{background:#fff;border-radius:15px;width:100%;max-width:680px;max-height:90vh;overflow:hidden;box-shadow:0 20px 50px #0f172a33}.document-preview-header{border-bottom:1px solid #e9edf2;justify-content:space-between;align-items:center;gap:15px;padding:17px 18px;display:flex}.document-preview-header>div{min-width:0}.document-preview-header span{color:#2563eb;letter-spacing:.5px;margin-bottom:4px;font-size:8px;font-weight:750;display:block}.document-preview-header h2{color:#172033;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:700;overflow:hidden}.document-preview-close{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e1e6ed;border-radius:8px;width:31px;min-width:31px;height:31px;font-size:20px;line-height:1}.document-preview-close:hover{background:#f8fafc}.document-preview-body{background:#f5f7fb;min-height:340px;max-height:55vh;padding:20px;overflow:auto}.document-preview-placeholder{text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;display:flex}.preview-file-icon{color:#dc2626;background:#fff1f2;border-radius:13px;justify-content:center;align-items:center;width:55px;height:55px;margin-bottom:12px;font-size:11px;font-weight:750;display:flex}.document-preview-placeholder h3{color:#374151;margin:0;font-size:13px}.document-preview-placeholder p{color:#64748b;margin:5px 0;font-size:10px}.document-preview-placeholder>span{color:#64748b;background:#f1f5f9;border-radius:5px;padding:4px 7px;font-size:8px}.document-preview-placeholder small{color:#94a3b8;max-width:320px;margin-top:13px;font-size:8px;line-height:1.5}.document-preview-footer{border-top:1px solid #e9edf2;justify-content:flex-end;gap:8px;padding:13px 18px;display:flex}.document-preview-cancel,.document-preview-approve{cursor:pointer;border-radius:8px;height:35px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:650}.document-preview-cancel{color:#4b5563;background:#fff;border:1px solid #d9dee7}.document-preview-approve{color:#fff;background:#2563eb;border:1px solid #2563eb}.document-preview-approve:hover{background:#1d4ed8}@media (width<=1050px){.document-details-row{grid-template-columns:repeat(2,minmax(0,1fr))}.document-action-buttons{flex-direction:column}}@media (width<=700px){.merchant-documents-page{padding:20px 14px 35px}.documents-header{flex-direction:column;align-items:flex-start;gap:13px}.documents-header h1{font-size:24px}.documents-header-actions{justify-content:space-between;width:100%}.documents-merchant-card{flex-direction:column;align-items:flex-start;padding:17px}.documents-merchant-main{width:100%}.documents-submitted{box-sizing:border-box;width:100%}.documents-progress-card{padding:13px}.document-progress-item{min-width:auto}.document-progress-item>div:last-child{display:none}.document-progress-line{min-width:22px;margin:0 6px}.document-summary-grid{grid-template-columns:1fr 1fr;gap:8px}.document-summary-card{min-height:68px;padding:11px}.documents-filter-bar{flex-direction:column;align-items:flex-start}.documents-filter-buttons{box-sizing:border-box;width:100%;overflow-x:auto}.documents-filter-buttons button{white-space:nowrap;flex:1}.document-category-header{align-items:flex-start}.category-status{margin-left:auto}.uploaded-document-card{flex-wrap:wrap}.uploaded-file-info{width:calc(100% - 52px)}.document-view-button{flex:1}.document-action-buttons{flex-direction:row;width:100%}.document-approve-button,.document-reject-button{flex:1}.document-details-row{grid-template-columns:1fr 1fr}.available-document-types{flex-direction:column;align-items:flex-start}.documents-footer-actions{flex-direction:column-reverse;align-items:stretch}.documents-secondary-button,.documents-primary-button{justify-content:center;width:100%}}@media (width<=420px){.merchant-documents-page{padding:17px 11px 30px}.documents-header h1{font-size:22px}.documents-header-actions{flex-direction:column;align-items:stretch}.documents-application-badge,.documents-back-button{box-sizing:border-box;justify-content:center;width:100%}.documents-merchant-card{padding:15px}.documents-merchant-avatar{border-radius:12px;width:46px;min-width:46px;height:46px;font-size:16px}.documents-merchant-main h2{font-size:13px;line-height:1.4}.documents-merchant-tags span{font-size:8px}.document-summary-grid{grid-template-columns:1fr}.documents-completion-card{padding:14px}.documents-filter-bar h2{font-size:14px}.documents-filter-buttons{padding:3px}.documents-filter-buttons button{padding:0 7px;font-size:8px}.document-category-header{flex-wrap:wrap;padding:14px}.category-heading{width:calc(100% - 47px)}.category-status{width:100%;margin-left:44px}.uploaded-document-card{margin-left:13px;margin-right:13px;padding:11px}.uploaded-file-info{width:calc(100% - 52px)}.document-view-button{flex:auto;width:100%}.document-action-buttons{width:100%}.document-details-row{grid-template-columns:1fr;margin-left:13px;margin-right:13px}.available-document-types{padding:12px 13px}.documents-remarks-section{padding:15px 13px}.documents-notice{padding:12px}.document-preview-overlay{padding:10px}.document-preview-modal{border-radius:12px;max-height:94vh}.document-preview-body{min-height:280px;padding:12px}.document-preview-placeholder{min-height:250px}.document-preview-footer{flex-direction:column}.document-preview-cancel,.document-preview-approve{width:100%}}.create-merchant-page{color:#172033;box-sizing:border-box;background:#f6f8fc;min-height:100vh;padding:32px 24px 48px}.create-merchant-page *,.create-merchant-page :before,.create-merchant-page :after{box-sizing:border-box}.create-merchant-page button,.create-merchant-page input{font-family:inherit}.create-merchant-page>div{width:100%;max-width:1120px;margin:0 auto}.create-merchant-page>div>div:first-child{margin-bottom:24px}.create-merchant-page h1{color:#111827;letter-spacing:-.5px;margin:0;font-size:30px;font-weight:750;line-height:1.25}.create-merchant-page h1+p{color:#6b7280;margin:7px 0 0;font-size:14px;line-height:1.5}.create-merchant-page .mb-6.rounded-xl{background:#fff;border:1px solid #e7ebf2;border-radius:14px;margin-bottom:22px;padding:17px 20px;box-shadow:0 3px 12px #0f172a0b}.create-merchant-page .mb-6.rounded-xl>div{align-items:center;gap:13px;display:flex}.create-merchant-page .mb-6.rounded-xl>div>div:first-child{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;font-size:13px;font-weight:700;display:flex;box-shadow:0 4px 10px #2563eb33}.create-merchant-page .mb-6.rounded-xl p{margin:0}.create-merchant-page .mb-6.rounded-xl p:first-child{color:#172033;font-size:14px;font-weight:700}.create-merchant-page .mb-6.rounded-xl p:last-child{color:#7b8494;margin-top:3px;font-size:12px}.create-merchant-page .border-red-200{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;margin-bottom:18px;padding:13px 16px;font-size:13px;line-height:1.5}.create-merchant-page .border-green-200{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;margin-bottom:18px;padding:13px 16px;font-size:13px;line-height:1.5}.merchant-section{background:#fff;border:1px solid #e5e9f0;border-radius:16px;width:100%;margin:0 0 20px;padding:25px;box-shadow:0 3px 14px #0f172a0b}.merchant-section h2{color:#172033;letter-spacing:-.2px;margin:0 0 20px;font-size:18px;font-weight:700;line-height:1.35}.merchant-section h2+p{color:#7b8494;margin:-13px 0 20px;font-size:13px;line-height:1.55}.merchant-section>.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid!important}.merchant-section>.grid>div{min-width:0}.merchant-section label{color:#374151;margin-bottom:7px;font-size:13px;font-weight:650;line-height:1.4;display:block}.merchant-section .form-input{color:#172033;background:#fff;border:1px solid #d8dee8;border-radius:10px;outline:none;width:100%;height:46px;padding:0 14px;font-size:14px;line-height:46px;transition:border-color .18s,box-shadow .18s,background .18s;display:block}.merchant-section .form-input::placeholder{color:#a1a8b5}.merchant-section .form-input:hover{border-color:#b9c3d2}.merchant-section .form-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb17}.merchant-section .form-input:disabled{cursor:not-allowed;background:#f8fafc}.merchant-section .grid.grid-cols-1.gap-4{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px!important;display:grid!important}.entity-card{color:#172033;text-align:left;cursor:pointer;background:#fff;border:1px solid #e1e6ee;border-radius:13px;outline:none;width:100%;min-height:118px;padding:17px;transition:border-color .2s,background .2s,box-shadow .2s,transform .2s;position:relative}.entity-card:hover{background:#fbfdff;border-color:#a9c2f5;transform:translateY(-2px);box-shadow:0 7px 18px #0f172a12}.entity-card:focus-visible{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.entity-card.selected{background:#f5f8ff;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 0 0 1px #2563eb,0 6px 18px #2563eb17}.entity-card>div{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.entity-card p{margin:0}.entity-card p:first-child{color:#172033;font-size:14px;font-weight:700;line-height:1.4}.entity-card p:nth-child(2){color:#70798a;margin-top:7px;font-size:12px;line-height:1.55}.entity-card .bg-blue-600{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:21px;min-width:21px;height:21px;margin-left:8px;font-size:11px;font-weight:700;display:flex}.merchant-section .md\:col-span-2{grid-column:1/-1}.create-merchant-page form>.flex.items-center.justify-end{justify-content:flex-end;align-items:center;gap:11px;margin-top:6px;padding:4px 0 20px;display:flex!important}.create-merchant-page form>.flex.items-center.justify-end button{cursor:pointer;border-radius:10px;min-height:45px;padding:0 20px;font-size:13px;font-weight:650;transition:background .18s,border-color .18s,box-shadow .18s,transform .18s}.create-merchant-page form>.flex.items-center.justify-end button:first-child{color:#4b5563;background:#fff;border:1px solid #d7dde7}.create-merchant-page form>.flex.items-center.justify-end button:first-child:hover{background:#f8fafc;border-color:#c7cfdb}.create-merchant-page form>.flex.items-center.justify-end button:last-child{color:#fff;background:#2563eb;border:1px solid #2563eb;min-width:205px;box-shadow:0 5px 12px #2563eb2b}.create-merchant-page form>.flex.items-center.justify-end button:last-child:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 7px 16px #2563eb38}.create-merchant-page form>.flex.items-center.justify-end button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.merchant-section+br,.merchant-section+br+br,.create-merchant-page form>br{display:none}@media (width<=950px){.create-merchant-page{padding:26px 20px 40px}.merchant-section .grid.grid-cols-1.gap-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.create-merchant-page{padding:18px 14px 32px}.create-merchant-page h1{letter-spacing:-.3px;font-size:25px}.create-merchant-page h1+p{font-size:13px}.create-merchant-page .mb-6.rounded-xl{border-radius:12px;padding:14px 15px}.create-merchant-page .mb-6.rounded-xl>div{gap:11px}.create-merchant-page .mb-6.rounded-xl>div>div:first-child{width:34px;min-width:34px;height:34px}.merchant-section{border-radius:13px;margin-bottom:16px;padding:18px 16px}.merchant-section h2{margin-bottom:17px;font-size:17px}.merchant-section h2+p{font-size:12px}.merchant-section>.grid{grid-template-columns:1fr!important;gap:16px!important}.merchant-section .md\:col-span-2{grid-column:auto}.merchant-section .grid.grid-cols-1.gap-4{grid-template-columns:1fr!important;gap:11px!important}.entity-card{border-radius:11px;min-height:92px;padding:15px}.merchant-section .form-input{height:47px;font-size:14px}.create-merchant-page form>.flex.items-center.justify-end{flex-direction:column-reverse;align-items:stretch;gap:10px;padding-top:2px}.create-merchant-page form>.flex.items-center.justify-end button{width:100%;min-height:48px}.create-merchant-page form>.flex.items-center.justify-end button:last-child{min-width:0}}@media (width<=380px){.create-merchant-page{padding-left:11px;padding-right:11px}.merchant-section{padding:16px 13px}.entity-card{padding:14px}.create-merchant-page h1{font-size:23px}}.pan-dob-page{color:#172033;background:#f6f8fc;min-height:100vh;padding:32px 24px 50px}.pan-dob-container{width:100%;max-width:1120px;margin:0 auto}.pan-dob-header{margin-bottom:22px}.page-step{color:#2563eb;letter-spacing:.8px;margin:0 0 7px;font-size:11px;font-weight:750}.pan-dob-header h1{color:#111827;letter-spacing:-.5px;margin:0;font-size:30px;font-weight:750;line-height:1.25}.pan-dob-header p:last-child{color:#6b7280;margin:7px 0 0;font-size:14px}.pan-progress-card{background:#fff;border:1px solid #e5e9f0;border-radius:15px;align-items:center;width:100%;margin-bottom:20px;padding:16px 20px;display:flex;box-shadow:0 3px 13px #0f172a0a}.pan-progress-item{align-items:center;gap:10px;min-width:150px;display:flex}.progress-circle{color:#7b8494;background:#f1f4f8;border-radius:50%;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:12px;font-weight:700;display:flex}.pan-progress-item.completed .progress-circle{color:#fff;background:#16a34a}.pan-progress-item.active .progress-circle{color:#fff;background:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.pan-progress-item strong{color:#374151;font-size:12px;font-weight:700;display:block}.pan-progress-item span{color:#9299a6;margin-top:2px;font-size:11px;display:block}.pan-progress-item.active strong{color:#2563eb}.progress-line{background:#e2e6ed;flex:1;height:1px;margin:0 14px}.progress-line.active{background:#93b4f8}.pan-alert{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:10px;margin-bottom:18px;padding:13px 15px;font-size:13px;display:flex}.alert-icon{color:#fff;background:#dc2626;border-radius:50%;justify-content:center;align-items:center;width:21px;min-width:21px;height:21px;font-size:12px;font-weight:700;display:flex}.pan-section{background:#fff;border:1px solid #e5e9f0;border-radius:16px;margin-bottom:18px;padding:25px;box-shadow:0 3px 14px #0f172a0b}.section-icon{color:#374151;background:#eef2f7;border-radius:10px;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;font-size:12px;font-weight:750;display:flex}.section-icon.blue{color:#2563eb;background:#eff6ff}.section-heading h2{color:#172033;margin:0;font-size:17px;font-weight:700}.section-heading p{color:#7b8494;margin:4px 0 0;font-size:12px;line-height:1.5}.merchant-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.summary-item{background:#f9fafc;border:1px solid #e8ecf2;border-radius:11px;padding:15px}.summary-item span{color:#8a93a1;text-transform:uppercase;letter-spacing:.3px;margin-bottom:5px;font-size:11px;font-weight:600;display:block}.summary-item strong{color:#273142;font-size:14px}.pan-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.pan-form-group label{color:#374151;margin-bottom:7px;font-size:13px;font-weight:650;display:block}.pan-form-group label span{color:#dc2626}.pan-input{color:#172033;background:#fff;border:1px solid #d8dee8;border-radius:10px;outline:none;width:100%;height:47px;padding:0 14px;font-size:14px;transition:border-color .18s,box-shadow .18s;display:block}.pan-input::placeholder{color:#a1a8b5}.pan-input:hover{border-color:#b9c3d2}.pan-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb17}.pan-form-group small{color:#8a93a1;margin-top:7px;font-size:11px;line-height:1.4;display:block}.pan-info-card{background:#f7faff;border:1px solid #dbeafe;border-radius:12px;align-items:flex-start;gap:11px;margin-bottom:20px;padding:15px 17px;display:flex}.info-icon{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;font-size:12px;font-weight:700;display:flex}.pan-info-card strong{color:#1e3a8a;font-size:12px}.pan-info-card p{color:#64748b;margin:3px 0 0;font-size:12px;line-height:1.5}.pan-actions{justify-content:space-between;align-items:center;gap:10px;padding-bottom:15px;display:flex}.pan-btn{cursor:pointer;border-radius:10px;min-height:46px;padding:0 20px;font-size:13px;font-weight:650;transition:background .18s,border-color .18s,box-shadow .18s,transform .18s}.pan-btn.secondary{color:#4b5563;background:#fff;border:1px solid #d7dde7}.pan-btn.secondary:hover{background:#f8fafc;border-color:#c7cfdb}.pan-btn.primary{color:#fff;background:#2563eb;border:1px solid #2563eb;min-width:145px;box-shadow:0 5px 12px #2563eb2b}.pan-btn.primary:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 7px 16px #2563eb38}.pan-btn.primary span{margin-left:7px}@media (width<=700px){.pan-dob-page{padding:20px 14px 32px}.pan-dob-header h1{font-size:25px}.pan-dob-header p:last-child{font-size:13px}.pan-progress-card{padding:13px;overflow-x:auto}.pan-progress-item{min-width:auto}.pan-progress-item>div:last-child{display:none}.progress-line{min-width:25px;margin:0 8px}.progress-circle{width:32px;min-width:32px;height:32px}.pan-section{border-radius:13px;padding:18px 16px}.merchant-summary,.pan-form-grid{grid-template-columns:1fr;gap:13px}.pan-info-card{padding:14px}.pan-actions{flex-direction:column-reverse;align-items:stretch}.pan-btn{width:100%;min-height:48px}.pan-btn.primary{min-width:0}}@media (width<=380px){.pan-dob-page{padding-left:11px;padding-right:11px}.pan-section{padding:16px 13px}.pan-dob-header h1{font-size:23px}}.ckyc-page{color:#172033;background:#f6f8fc;min-height:100vh;padding:32px 24px 50px}.ckyc-container{width:100%;max-width:1120px;margin:0 auto}.ckyc-header{margin-bottom:22px}.ckyc-step{color:#2563eb;letter-spacing:.8px;margin:0 0 7px;font-size:11px;font-weight:750}.ckyc-header h1{color:#111827;letter-spacing:-.5px;margin:0;font-size:30px;font-weight:750;line-height:1.25}.ckyc-header p:last-child{color:#6b7280;margin:7px 0 0;font-size:14px}.ckyc-progress-card{background:#fff;border:1px solid #e5e9f0;border-radius:15px;align-items:center;width:100%;margin-bottom:20px;padding:16px 20px;display:flex;box-shadow:0 3px 13px #0f172a0a}.ckyc-progress-item{align-items:center;gap:10px;min-width:145px;display:flex}.ckyc-progress-circle{color:#7b8494;background:#f1f4f8;border-radius:50%;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:12px;font-weight:700;display:flex}.ckyc-progress-item.completed .ckyc-progress-circle{color:#fff;background:#16a34a}.ckyc-progress-item.active .ckyc-progress-circle{color:#fff;background:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.ckyc-progress-item strong{color:#374151;font-size:12px;font-weight:700;display:block}.ckyc-progress-item span{color:#9299a6;margin-top:2px;font-size:11px;display:block}.ckyc-progress-item.active strong{color:#2563eb}.ckyc-progress-line{background:#e2e6ed;flex:1;height:1px;margin:0 13px}.ckyc-progress-line.active{background:#93b4f8}.ckyc-alert{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:10px;margin-bottom:18px;padding:13px 15px;font-size:13px;display:flex}.ckyc-alert-icon{color:#fff;background:#dc2626;border-radius:50%;justify-content:center;align-items:center;width:21px;min-width:21px;height:21px;font-size:12px;font-weight:700;display:flex}.ckyc-section{background:#fff;border:1px solid #e5e9f0;border-radius:16px;margin-bottom:18px;padding:25px;box-shadow:0 3px 14px #0f172a0b}.ckyc-section-heading{align-items:flex-start;gap:12px;margin-bottom:22px;display:flex}.ckyc-section-icon{color:#374151;background:#eef2f7;border-radius:10px;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;font-size:11px;font-weight:750;display:flex}.ckyc-section-icon.blue{color:#2563eb;background:#eff6ff}.ckyc-section-heading h2{color:#172033;margin:0;font-size:17px;font-weight:700}.ckyc-section-heading p{color:#7b8494;margin:4px 0 0;font-size:12px;line-height:1.5}.ckyc-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.ckyc-summary-item{background:#f9fafc;border:1px solid #e8ecf2;border-radius:11px;padding:15px}.ckyc-summary-item span{color:#8a93a1;text-transform:uppercase;letter-spacing:.3px;margin-bottom:5px;font-size:11px;font-weight:600;display:block}.ckyc-summary-item strong{color:#273142;font-size:14px}.ckyc-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.ckyc-option{text-align:left;cursor:pointer;background:#fff;border:1px solid #e0e5ed;border-radius:13px;outline:none;min-height:175px;padding:19px;transition:border-color .2s,background .2s,box-shadow .2s,transform .2s;position:relative}.ckyc-option:hover{background:#fbfdff;border-color:#a9c2f5;transform:translateY(-2px);box-shadow:0 7px 18px #0f172a12}.ckyc-option.selected{background:#f5f8ff;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb,0 6px 18px #2563eb17}.ckyc-option.skip-selected{background:#f8fafc;border-color:#64748b;box-shadow:0 0 0 1px #64748b,0 6px 18px #0f172a0f}.ckyc-option-top{justify-content:space-between;align-items:center;display:flex}.ckyc-option-icon{border-radius:11px;justify-content:center;align-items:center;width:39px;height:39px;font-size:14px;font-weight:750;display:flex}.blue-icon{color:#2563eb;background:#eff6ff}.grey-icon{color:#64748b;background:#f1f5f9}.ckyc-selected{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex}.ckyc-option h3{color:#172033;margin:17px 0 6px;font-size:15px;font-weight:700}.ckyc-option p{color:#737d8d;max-width:360px;margin:0;font-size:12px;line-height:1.55}.ckyc-info{background:#f7faff;border:1px solid #dbeafe;border-radius:12px;align-items:flex-start;gap:11px;margin-bottom:20px;padding:15px 17px;display:flex}.ckyc-info-icon{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;font-size:12px;font-weight:700;display:flex}.ckyc-info strong{color:#1e3a8a;font-size:12px}.ckyc-info p{color:#64748b;margin:3px 0 0;font-size:12px;line-height:1.5}.ckyc-actions{justify-content:space-between;align-items:center;gap:10px;padding-bottom:15px;display:flex}.ckyc-btn{cursor:pointer;border-radius:10px;min-height:46px;padding:0 20px;font-size:13px;font-weight:650;transition:background .18s,border-color .18s,box-shadow .18s,transform .18s}.ckyc-btn.secondary{color:#4b5563;background:#fff;border:1px solid #d7dde7}.ckyc-btn.secondary:hover{background:#f8fafc;border-color:#c7cfdb}.ckyc-btn.primary{color:#fff;background:#2563eb;border:1px solid #2563eb;min-width:145px;box-shadow:0 5px 12px #2563eb2b}.ckyc-btn.primary:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 7px 16px #2563eb38}.ckyc-btn.primary span{margin-left:7px}.ckyc-modal-overlay{z-index:1000;background:#0f172a7a;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ckyc-modal{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:430px;padding:26px;box-shadow:0 20px 50px #0f172a33}.ckyc-modal-icon{color:#ea580c;background:#fff7ed;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 14px;font-weight:750;display:flex}.ckyc-modal h2{color:#172033;margin:0;font-size:19px}.ckyc-modal p{color:#6b7280;margin:9px 0 20px;font-size:13px;line-height:1.55}.ckyc-modal-actions{gap:10px;display:flex}.ckyc-modal-actions button{cursor:pointer;border-radius:9px;flex:1;min-height:44px;font-size:13px;font-weight:650}.ckyc-modal-cancel{color:#4b5563;background:#fff;border:1px solid #d7dde7}.ckyc-modal-confirm{color:#fff;background:#2563eb;border:1px solid #2563eb}@media (width<=700px){.ckyc-page{padding:20px 14px 32px}.ckyc-header h1{font-size:25px}.ckyc-header p:last-child{font-size:13px}.ckyc-progress-card{padding:13px;overflow-x:auto}.ckyc-progress-item{min-width:auto}.ckyc-progress-item>div:last-child{display:none}.ckyc-progress-line{min-width:25px;margin:0 8px}.ckyc-progress-circle{width:32px;min-width:32px;height:32px}.ckyc-section{border-radius:13px;padding:18px 16px}.ckyc-summary{grid-template-columns:1fr;gap:10px}.ckyc-options{grid-template-columns:1fr;gap:11px}.ckyc-option{min-height:145px}.ckyc-actions{flex-direction:column-reverse;align-items:stretch}.ckyc-btn{width:100%;min-height:48px}.ckyc-btn.primary{min-width:0}.ckyc-modal{padding:22px 18px}.ckyc-modal-actions{flex-direction:column-reverse}.ckyc-modal-actions button{min-height:47px}}@media (width<=380px){.ckyc-page{padding-left:11px;padding-right:11px}.ckyc-section{padding:16px 13px}.ckyc-header h1{font-size:23px}}.bank-page{color:#172033;background:#f6f8fc;min-height:100vh;padding:32px 24px 50px}.bank-container{width:100%;max-width:1120px;margin:0 auto}.bank-header{margin-bottom:22px}.bank-step{color:#2563eb;letter-spacing:.8px;margin:0 0 7px;font-size:11px;font-weight:750}.bank-header h1{color:#111827;letter-spacing:-.5px;margin:0;font-size:30px;font-weight:750;line-height:1.25}.bank-header p:last-child{color:#6b7280;margin:7px 0 0;font-size:14px}.bank-progress-card{background:#fff;border:1px solid #e5e9f0;border-radius:15px;align-items:center;width:100%;margin-bottom:20px;padding:16px 20px;display:flex;box-shadow:0 3px 13px #0f172a0a}.bank-progress-item{align-items:center;gap:10px;min-width:145px;display:flex}.bank-progress-circle{color:#7b8494;background:#f1f4f8;border-radius:50%;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:12px;font-weight:700;display:flex}.bank-progress-item.completed .bank-progress-circle{color:#fff;background:#16a34a}.bank-progress-item.active .bank-progress-circle{color:#fff;background:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.bank-progress-item strong{color:#374151;font-size:12px;font-weight:700;display:block}.bank-progress-item span{color:#9299a6;margin-top:2px;font-size:11px;display:block}.bank-progress-item.active strong{color:#2563eb}.bank-progress-line{background:#e2e6ed;flex:1;height:1px;margin:0 13px}.bank-progress-line.active{background:#93b4f8}.bank-alert{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:10px;margin-bottom:18px;padding:13px 15px;font-size:13px;display:flex}.bank-alert-icon{color:#fff;background:#dc2626;border-radius:50%;justify-content:center;align-items:center;width:21px;min-width:21px;height:21px;font-size:12px;font-weight:700;display:flex}.bank-section{background:#fff;border:1px solid #e5e9f0;border-radius:16px;margin-bottom:18px;padding:25px;box-shadow:0 3px 14px #0f172a0b}.bank-section-heading{align-items:flex-start;gap:12px;margin-bottom:22px;display:flex}.bank-section-icon{color:#2563eb;background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;font-size:16px;font-weight:750;display:flex}.bank-section-heading h2{color:#172033;margin:0;font-size:17px;font-weight:700}.bank-section-heading p{color:#7b8494;margin:4px 0 0;font-size:12px;line-height:1.5}.bank-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.bank-form-group label{color:#374151;margin-bottom:7px;font-size:13px;font-weight:650;display:block}.bank-form-group label span{color:#dc2626}.bank-input{color:#172033;background:#fff;border:1px solid #d8dee8;border-radius:10px;outline:none;width:100%;height:47px;padding:0 14px;font-size:14px;transition:border-color .18s,box-shadow .18s;display:block}.bank-input::placeholder{color:#a1a8b5}.bank-input:hover{border-color:#b9c3d2}.bank-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb17}.bank-form-group small{color:#8a93a1;margin-top:7px;font-size:11px;line-height:1.4;display:block}.bank-info-card{background:#f7fff9;border:1px solid #dcfce7;border-radius:12px;align-items:flex-start;gap:11px;margin-bottom:20px;padding:15px 17px;display:flex}.bank-info-icon{color:#fff;background:#16a34a;border-radius:50%;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;font-size:11px;font-weight:700;display:flex}.bank-info-card strong{color:#166534;font-size:12px}.bank-info-card p{color:#64748b;margin:3px 0 0;font-size:12px;line-height:1.5}.bank-actions{justify-content:space-between;align-items:center;gap:10px;padding-bottom:15px;display:flex}.bank-btn{cursor:pointer;border-radius:10px;min-height:46px;padding:0 20px;font-size:13px;font-weight:650;transition:background .18s,border-color .18s,box-shadow .18s,transform .18s}.bank-btn.secondary{color:#4b5563;background:#fff;border:1px solid #d7dde7}.bank-btn.secondary:hover{background:#f8fafc;border-color:#c7cfdb}.bank-btn.primary{color:#fff;background:#2563eb;border:1px solid #2563eb;min-width:145px;box-shadow:0 5px 12px #2563eb2b}.bank-btn.primary:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 7px 16px #2563eb38}.bank-btn.primary span{margin-left:7px}@media (width<=700px){.bank-page{padding:20px 14px 32px}.bank-header h1{font-size:25px}.bank-header p:last-child{font-size:13px}.bank-progress-card{padding:13px;overflow-x:auto}.bank-progress-item{min-width:auto}.bank-progress-item>div:last-child{display:none}.bank-progress-line{min-width:25px;margin:0 8px}.bank-progress-circle{width:32px;min-width:32px;height:32px}.bank-section{border-radius:13px;padding:18px 16px}.bank-form-grid{grid-template-columns:1fr;gap:16px}.bank-info-card{padding:14px}.bank-actions{flex-direction:column-reverse;align-items:stretch}.bank-btn{width:100%;min-height:48px}.bank-btn.primary{min-width:0}}@media (width<=380px){.bank-page{padding-left:11px;padding-right:11px}.bank-section{padding:16px 13px}.bank-header h1{font-size:23px}}.business-page{color:#172033;background:#f6f8fc;min-height:100vh;padding:32px 24px 50px}.business-container{width:100%;max-width:1120px;margin:0 auto}.business-header{margin-bottom:22px}.business-step{color:#2563eb;letter-spacing:.8px;margin:0 0 7px;font-size:11px;font-weight:750}.business-header h1{color:#111827;margin:0;font-size:30px;font-weight:750;line-height:1.25}.business-header p:last-child{color:#6b7280;margin:7px 0 0;font-size:14px}.business-progress-card{background:#fff;border:1px solid #e5e9f0;border-radius:15px;align-items:center;width:100%;margin-bottom:20px;padding:16px 20px;display:flex;overflow-x:auto;box-shadow:0 3px 13px #0f172a0a}.business-progress-wrapper{flex:1;align-items:center;display:flex}.business-progress-item{align-items:center;gap:10px;min-width:145px;display:flex}.business-progress-circle{color:#7b8494;background:#f1f4f8;border-radius:50%;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:12px;font-weight:700;display:flex}.business-progress-item.completed .business-progress-circle{color:#fff;background:#16a34a}.business-progress-item.active .business-progress-circle{color:#fff;background:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.business-progress-item strong{color:#374151;font-size:12px;display:block}.business-progress-item.active strong{color:#2563eb}.business-progress-item span{color:#9299a6;margin-top:2px;font-size:11px;display:block}.business-progress-line{background:#e2e6ed;flex:1;min-width:30px;height:1px;margin:0 13px}.business-progress-line.active{background:#93b4f8}.business-alert{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:10px;margin-bottom:18px;padding:13px 15px;font-size:13px;display:flex}.business-alert-icon{color:#fff;background:#dc2626;border-radius:50%;justify-content:center;align-items:center;width:21px;min-width:21px;height:21px;font-size:12px;font-weight:700;display:flex}.business-section{background:#fff;border:1px solid #e5e9f0;border-radius:16px;margin-bottom:18px;padding:25px;box-shadow:0 3px 14px #0f172a0b}.business-section-heading{align-items:flex-start;gap:12px;margin-bottom:22px;display:flex}.business-section-icon{color:#2563eb;background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;font-size:14px;font-weight:750;display:flex}.business-section-heading h2{color:#172033;margin:0;font-size:17px;font-weight:700}.business-section-heading p{color:#7b8494;margin:4px 0 0;font-size:12px}.business-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:19px 20px;display:grid}.business-form-group{width:100%}.business-form-group.full{grid-column:1/-1}.business-form-group label{color:#374151;align-items:center;gap:7px;margin-bottom:7px;font-size:13px;font-weight:650;display:flex}.business-form-group label span{color:#dc2626}.business-form-group label em{color:#64748b;background:#f1f5f9;border-radius:20px;padding:3px 7px;font-size:10px;font-style:normal;font-weight:600}.business-input{box-sizing:border-box;color:#172033;background:#fff;border:1px solid #d8dee8;border-radius:10px;outline:none;width:100%;height:47px;padding:0 14px;font-size:14px;transition:all .18s}.business-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb17}.business-input:disabled{color:#9ca3af;cursor:not-allowed;background:#f5f7fa}.business-form-group small{color:#8a93a1;margin-top:6px;font-size:11px;display:block}.business-money-input{background:#fff;border:1px solid #d8dee8;border-radius:10px;align-items:center;height:47px;display:flex;overflow:hidden}.business-money-input:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb17}.business-money-input span{text-align:center;color:#64748b;width:44px;font-size:14px;font-weight:700}.business-money-input input{color:#172033;border:0;outline:0;flex:1;height:100%;padding:0 12px;font-size:14px}.business-textarea{box-sizing:border-box;resize:vertical;color:#172033;background:#fff;border:1px solid #d8dee8;border-radius:10px;outline:none;width:100%;padding:13px 14px;font-family:inherit;font-size:14px;line-height:1.5}.business-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb17}.business-checkbox{color:#374151;cursor:pointer;align-items:center;gap:9px;margin-bottom:20px;font-size:13px;font-weight:600;display:inline-flex}.business-checkbox input{accent-color:#2563eb;width:17px;height:17px}.business-info{background:#f7faff;border:1px solid #dbeafe;border-radius:12px;align-items:flex-start;gap:11px;margin-bottom:20px;padding:15px 17px;display:flex}.business-info-icon{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;font-size:12px;font-weight:700;display:flex}.business-info strong{color:#1e3a8a;font-size:12px}.business-info p{color:#64748b;margin:3px 0 0;font-size:12px;line-height:1.5}.business-actions{justify-content:space-between;align-items:center;gap:10px;padding-bottom:15px;display:flex}.business-btn{cursor:pointer;border-radius:10px;min-height:46px;padding:0 20px;font-size:13px;font-weight:650;transition:all .18s}.business-btn.secondary{color:#4b5563;background:#fff;border:1px solid #d7dde7}.business-btn.secondary:hover{background:#f8fafc}.business-btn.primary{color:#fff;background:#2563eb;border:1px solid #2563eb;min-width:145px;box-shadow:0 5px 12px #2563eb2b}.business-btn.primary:hover{background:#1d4ed8;transform:translateY(-1px)}.business-btn.primary span{margin-left:7px}@media (width<=700px){.business-page{padding:20px 14px 32px}.business-header h1{font-size:25px}.business-progress-card{padding:13px}.business-progress-item{min-width:auto}.business-progress-item>div:last-child{display:none}.business-progress-line{min-width:24px;margin:0 7px}.business-section{padding:18px 16px}.business-form-grid{grid-template-columns:1fr;gap:16px}.business-form-group.full{grid-column:auto}.business-actions{flex-direction:column-reverse;align-items:stretch}.business-btn{width:100%;min-height:48px}.business-btn.primary{min-width:0}}.website-page{color:#172033;background:#f6f8fc;min-height:100vh;padding:32px 24px 50px}.website-container{width:100%;max-width:1120px;margin:0 auto}.website-header{margin-bottom:22px}.website-step{color:#2563eb;letter-spacing:.8px;margin:0 0 7px;font-size:11px;font-weight:750}.website-header h1{color:#111827;margin:0;font-size:30px;font-weight:750;line-height:1.25}.website-header p:last-child{color:#6b7280;margin:7px 0 0;font-size:14px}.website-progress-card{background:#fff;border:1px solid #e5e9f0;border-radius:15px;align-items:center;width:100%;margin-bottom:20px;padding:16px 20px;display:flex;overflow-x:auto;box-shadow:0 3px 13px #0f172a0a}.website-progress-wrapper{flex:1;align-items:center;display:flex}.website-progress-item{align-items:center;gap:10px;min-width:145px;display:flex}.website-progress-circle{color:#7b8494;background:#f1f4f8;border-radius:50%;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:12px;font-weight:700;display:flex}.website-progress-item.completed .website-progress-circle{color:#fff;background:#16a34a}.website-progress-item.active .website-progress-circle{color:#fff;background:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.website-progress-item strong{color:#374151;font-size:12px;display:block}.website-progress-item.active strong{color:#2563eb}.website-progress-item span{color:#9299a6;margin-top:2px;font-size:11px;display:block}.website-progress-line{background:#e2e6ed;flex:1;min-width:30px;height:1px;margin:0 13px}.website-progress-line.active{background:#93b4f8}.website-alert{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:10px;margin-bottom:18px;padding:13px 15px;font-size:13px;display:flex}.website-alert-icon{color:#fff;background:#dc2626;border-radius:50%;justify-content:center;align-items:center;width:21px;min-width:21px;height:21px;font-size:12px;font-weight:700;display:flex}.website-section{background:#fff;border:1px solid #e5e9f0;border-radius:16px;margin-bottom:18px;padding:25px;box-shadow:0 3px 14px #0f172a0b}.website-section-heading{align-items:flex-start;gap:12px;margin-bottom:22px;display:flex}.website-section-icon{color:#2563eb;background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;font-size:12px;font-weight:750;display:flex}.website-section-icon.blue-icon{font-size:9px}.website-section-heading h2{color:#172033;margin:0;font-size:17px;font-weight:700}.website-section-heading p{color:#7b8494;margin:4px 0 0;font-size:12px}.website-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.website-option{text-align:left;cursor:pointer;background:#fff;border:1px solid #e0e5ed;border-radius:13px;min-height:170px;padding:19px;transition:all .2s;position:relative}.website-option:hover{background:#fbfdff;border-color:#a9c2f5;transform:translateY(-2px);box-shadow:0 7px 18px #0f172a12}.website-option.selected{background:#f5f8ff;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb,0 6px 18px #2563eb17}.website-option.skip-selected{background:#f8fafc;border-color:#64748b;box-shadow:0 0 0 1px #64748b,0 6px 18px #0f172a0f}.website-option-top{justify-content:space-between;align-items:center;display:flex}.website-option-icon{border-radius:11px;justify-content:center;align-items:center;width:39px;height:39px;font-size:13px;font-weight:750;display:flex}.website-option-icon.blue{color:#2563eb;background:#eff6ff}.website-option-icon.grey{color:#64748b;background:#f1f5f9}.website-selected{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex}.website-option h3{color:#172033;margin:17px 0 6px;font-size:15px}.website-option p{color:#737d8d;margin:0;font-size:12px;line-height:1.55}.website-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:19px 20px;display:grid}.website-form-group.full{grid-column:1/-1}.website-form-group label{color:#374151;align-items:center;gap:7px;margin-bottom:7px;font-size:13px;font-weight:650;display:flex}.website-form-group label span{color:#dc2626}.website-form-group label em{color:#64748b;background:#f1f5f9;border-radius:20px;padding:3px 7px;font-size:10px;font-style:normal}.website-input{box-sizing:border-box;color:#172033;background:#fff;border:1px solid #d8dee8;border-radius:10px;outline:none;width:100%;height:47px;padding:0 14px;font-size:14px}.website-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb17}.website-form-group small{color:#8a93a1;margin-top:6px;font-size:11px;display:block}.website-info{background:#f7faff;border:1px solid #dbeafe;border-radius:12px;align-items:flex-start;gap:11px;margin-bottom:20px;padding:15px 17px;display:flex}.website-info-icon{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;font-size:12px;font-weight:700;display:flex}.website-info strong{color:#1e3a8a;font-size:12px}.website-info p{color:#64748b;margin:3px 0 0;font-size:12px;line-height:1.5}.website-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.website-btn{cursor:pointer;border-radius:10px;min-height:46px;padding:0 20px;font-size:13px;font-weight:650;transition:all .18s}.website-btn.secondary{color:#4b5563;background:#fff;border:1px solid #d7dde7}.website-btn.primary{color:#fff;background:#2563eb;border:1px solid #2563eb;min-width:145px;box-shadow:0 5px 12px #2563eb2b}.website-btn.primary:hover{background:#1d4ed8;transform:translateY(-1px)}.website-btn.primary span{margin-left:7px}.website-modal-overlay{z-index:1000;background:#0f172a7a;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.website-modal{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:430px;padding:26px;box-shadow:0 20px 50px #0f172a33}.website-modal-icon{color:#ea580c;background:#fff7ed;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 14px;font-weight:750;display:flex}.website-modal h2{margin:0;font-size:19px}.website-modal p{color:#6b7280;margin:9px 0 20px;font-size:13px;line-height:1.55}.website-modal-actions{gap:10px;display:flex}.website-modal-actions button{cursor:pointer;border-radius:9px;flex:1;min-height:44px;font-size:13px;font-weight:650}.website-modal-cancel{color:#4b5563;background:#fff;border:1px solid #d7dde7}.website-modal-confirm{color:#fff;background:#2563eb;border:1px solid #2563eb}@media (width<=700px){.website-page{padding:20px 14px 32px}.website-header h1{font-size:25px}.website-progress-card{padding:13px}.website-progress-item{min-width:auto}.website-progress-item>div:last-child{display:none}.website-progress-line{min-width:24px;margin:0 7px}.website-section{padding:18px 16px}.website-options{grid-template-columns:1fr}.website-form-grid{grid-template-columns:1fr;gap:16px}.website-form-group.full{grid-column:auto}.website-actions{flex-direction:column-reverse;align-items:stretch}.website-btn{width:100%;min-height:48px}.website-btn.primary{min-width:0}.website-modal{padding:22px 18px}.website-modal-actions{flex-direction:column-reverse}}.signing-page{color:#172033;background:#f6f8fc;min-height:100vh;padding:32px 24px 50px}.signing-container{width:100%;max-width:1120px;margin:0 auto}.signing-header{margin-bottom:22px}.signing-step{color:#2563eb;letter-spacing:.8px;margin:0 0 7px;font-size:11px;font-weight:750}.signing-header h1{color:#111827;margin:0;font-size:30px;font-weight:750;line-height:1.25}.signing-header p:last-child{color:#6b7280;margin:7px 0 0;font-size:14px}.signing-progress-card{background:#fff;border:1px solid #e5e9f0;border-radius:15px;align-items:center;width:100%;margin-bottom:20px;padding:16px 20px;display:flex;overflow-x:auto;box-shadow:0 3px 13px #0f172a0a}.signing-progress-wrapper{flex:1;align-items:center;display:flex}.signing-progress-item{align-items:center;gap:10px;min-width:145px;display:flex}.signing-progress-circle{color:#7b8494;background:#f1f4f8;border-radius:50%;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:12px;font-weight:700;display:flex}.signing-progress-item.completed .signing-progress-circle{color:#fff;background:#16a34a}.signing-progress-item.active .signing-progress-circle{color:#fff;background:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.signing-progress-item strong{color:#374151;font-size:12px;display:block}.signing-progress-item.active strong{color:#2563eb}.signing-progress-item span{color:#9299a6;margin-top:2px;font-size:11px;display:block}.signing-progress-line{background:#e2e6ed;flex:1;min-width:30px;height:1px;margin:0 13px}.signing-progress-line.active{background:#93b4f8}.signing-alert{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:10px;margin-bottom:18px;padding:13px 15px;font-size:13px;display:flex}.signing-alert-icon{color:#fff;background:#dc2626;border-radius:50%;justify-content:center;align-items:center;width:21px;min-width:21px;height:21px;font-size:12px;font-weight:700;display:flex}.signing-section{background:#fff;border:1px solid #e5e9f0;border-radius:16px;margin-bottom:18px;padding:25px;box-shadow:0 3px 14px #0f172a0b}.signing-section-heading{align-items:flex-start;gap:12px;margin-bottom:22px;display:flex}.signing-section-icon{color:#2563eb;background:#eff6ff;border-radius:11px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:11px;font-weight:750;display:flex}.signing-section-heading h2{color:#172033;margin:0;font-size:17px;font-weight:700}.signing-section-heading p{color:#7b8494;margin:4px 0 0;font-size:12px}.signing-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:19px 20px;display:grid}.signing-form-group.full{grid-column:1/-1}.signing-form-group label{color:#374151;align-items:center;gap:7px;margin-bottom:7px;font-size:13px;font-weight:650;display:flex}.signing-form-group label span{color:#dc2626}.signing-input{box-sizing:border-box;color:#172033;background:#fff;border:1px solid #d8dee8;border-radius:10px;outline:none;width:100%;height:47px;padding:0 14px;font-size:14px;transition:all .18s}.signing-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb17}.signing-form-group small{color:#8a93a1;margin-top:6px;font-size:11px;display:block}.signing-mobile-input{background:#fff;border:1px solid #d8dee8;border-radius:10px;align-items:center;height:47px;display:flex;overflow:hidden}.signing-mobile-input:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb17}.signing-mobile-input span{color:#64748b;text-align:center;width:48px;font-size:13px;font-weight:650}.signing-mobile-input input{color:#172033;border:0;outline:0;flex:1;height:100%;padding:0 12px;font-size:14px}.signing-authorisation-card{background:#fafbfd;border:1px solid #dce3ec;border-radius:12px;justify-content:space-between;align-items:center;gap:18px;padding:17px;display:flex}.signing-authorisation-left{align-items:flex-start;gap:12px;display:flex}.signing-authorisation-check{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:35px;min-width:35px;height:35px;font-size:14px;font-weight:750;display:flex}.signing-authorisation-left strong{color:#172033;font-size:13px;display:block}.signing-authorisation-left p{color:#7b8494;margin:4px 0 0;font-size:12px;line-height:1.5}.signing-status-badge{color:#15803d;white-space:nowrap;background:#ecfdf5;border-radius:20px;padding:6px 10px;font-size:10px;font-weight:700}.signing-info{background:#f7faff;border:1px solid #dbeafe;border-radius:12px;align-items:flex-start;gap:11px;margin-bottom:20px;padding:15px 17px;display:flex}.signing-info-icon{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;font-size:12px;font-weight:700;display:flex}.signing-info strong{color:#1e3a8a;font-size:12px}.signing-info p{color:#64748b;margin:3px 0 0;font-size:12px;line-height:1.5}.signing-actions{justify-content:space-between;align-items:center;gap:10px;padding-bottom:15px;display:flex}.signing-btn{cursor:pointer;border-radius:10px;min-height:46px;padding:0 20px;font-size:13px;font-weight:650;transition:all .18s}.signing-btn.secondary{color:#4b5563;background:#fff;border:1px solid #d7dde7}.signing-btn.secondary:hover{background:#f8fafc}.signing-btn.primary{color:#fff;background:#2563eb;border:1px solid #2563eb;min-width:145px;box-shadow:0 5px 12px #2563eb2b}.signing-btn.primary:hover{background:#1d4ed8;transform:translateY(-1px)}.signing-btn.primary span{margin-left:7px}@media (width<=700px){.signing-page{padding:20px 14px 32px}.signing-header h1{font-size:25px}.signing-progress-card{padding:13px}.signing-progress-item{min-width:auto}.signing-progress-item>div:last-child{display:none}.signing-progress-line{min-width:24px;margin:0 7px}.signing-section{padding:18px 16px}.signing-form-grid{grid-template-columns:1fr;gap:16px}.signing-form-group.full{grid-column:auto}.signing-authorisation-card{flex-direction:column;align-items:flex-start}.signing-status-badge{margin-left:47px}.signing-actions{flex-direction:column-reverse;align-items:stretch}.signing-btn{width:100%;min-height:48px}.signing-btn.primary{min-width:0}}.digilocker-page{color:#172033;background:#f6f8fc;min-height:100vh;padding:32px 24px 50px}.digilocker-container{width:100%;max-width:1120px;margin:0 auto}.digilocker-header{margin-bottom:22px}.digilocker-step{color:#2563eb;letter-spacing:.8px;margin:0 0 7px;font-size:11px;font-weight:750}.digilocker-header h1{color:#111827;margin:0;font-size:30px;font-weight:750}.digilocker-header p:last-child{color:#6b7280;margin:7px 0 0;font-size:14px}.digilocker-progress-card{background:#fff;border:1px solid #e5e9f0;border-radius:15px;align-items:center;margin-bottom:20px;padding:16px 20px;display:flex;overflow-x:auto;box-shadow:0 3px 13px #0f172a0a}.digilocker-progress-wrapper{flex:1;align-items:center;display:flex}.digilocker-progress-item{align-items:center;gap:10px;min-width:145px;display:flex}.digilocker-progress-circle{color:#7b8494;background:#f1f4f8;border-radius:50%;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:11px;font-weight:700;display:flex}.digilocker-progress-item.completed .digilocker-progress-circle{color:#fff;background:#16a34a}.digilocker-progress-item.active .digilocker-progress-circle{color:#fff;background:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.digilocker-progress-item strong{color:#374151;font-size:12px;display:block}.digilocker-progress-item.active strong{color:#2563eb}.digilocker-progress-item span{color:#9299a6;margin-top:2px;font-size:11px;display:block}.digilocker-progress-line{background:#93b4f8;flex:1;min-width:30px;height:1px;margin:0 13px}.digilocker-alert{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:10px;margin-bottom:18px;padding:13px 15px;font-size:13px;display:flex}.digilocker-alert-icon{color:#fff;background:#dc2626;border-radius:50%;justify-content:center;align-items:center;width:21px;min-width:21px;height:21px;font-size:12px;font-weight:700;display:flex}.digilocker-section{background:#fff;border:1px solid #e5e9f0;border-radius:16px;margin-bottom:18px;padding:25px;box-shadow:0 3px 14px #0f172a0b}.digilocker-section-heading{align-items:flex-start;gap:12px;margin-bottom:22px;display:flex}.digilocker-section-icon{color:#2563eb;background:#eff6ff;border-radius:11px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:10px;font-weight:750;display:flex}.digilocker-section-icon.small{font-size:14px}.digilocker-section-heading h2{color:#172033;margin:0;font-size:17px}.digilocker-section-heading p{color:#7b8494;margin:4px 0 0;font-size:12px}.digilocker-status-card{background:#fafbfd;border:1px solid #e1e6ee;border-radius:13px;align-items:center;gap:15px;padding:18px;display:flex}.digilocker-status-card.success{background:#f0fdf4;border-color:#bbf7d0}.digilocker-status-card.processing{background:#eff6ff;border-color:#bfdbfe}.digilocker-status-icon{color:#2563eb;background:#eff6ff;border-radius:13px;justify-content:center;align-items:center;width:46px;min-width:46px;height:46px;font-size:13px;font-weight:750;display:flex}.digilocker-status-card.success .digilocker-status-icon{color:#16a34a;background:#dcfce7}.digilocker-status-content{flex:1}.digilocker-status-content strong{color:#172033;font-size:14px;display:block}.digilocker-status-content p{color:#7b8494;margin:4px 0 0;font-size:12px;line-height:1.5}.digilocker-success-badge{color:#15803d;background:#dcfce7;border-radius:20px;padding:6px 11px;font-size:10px;font-weight:700}.digilocker-start-btn{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #2563eb;border-radius:10px;width:100%;min-height:47px;margin-top:18px;font-size:13px;font-weight:650}.digilocker-start-btn:hover{background:#1d4ed8}.digilocker-start-btn:disabled{opacity:.65;cursor:not-allowed}.digilocker-check-list{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.digilocker-check-item{color:#4b5563;border:1px solid #e5e9f0;border-radius:10px;align-items:center;gap:9px;padding:13px;font-size:12px;display:flex}.digilocker-check-item span{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:21px;height:21px;font-size:10px;font-weight:700;display:flex}.digilocker-info{background:#f7faff;border:1px solid #dbeafe;border-radius:12px;gap:11px;margin-bottom:20px;padding:15px 17px;display:flex}.digilocker-info-icon{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;font-size:12px;font-weight:700;display:flex}.digilocker-info strong{color:#1e3a8a;font-size:12px}.digilocker-info p{color:#64748b;margin:3px 0 0;font-size:12px;line-height:1.5}.digilocker-actions{justify-content:space-between;gap:10px;display:flex}.digilocker-btn{cursor:pointer;border-radius:10px;min-height:46px;padding:0 20px;font-size:13px;font-weight:650}.digilocker-btn.secondary{color:#4b5563;background:#fff;border:1px solid #d7dde7}.digilocker-btn.primary{color:#fff;background:#2563eb;border:1px solid #2563eb;min-width:145px}.digilocker-btn.primary:disabled{opacity:.45;cursor:not-allowed}.digilocker-link-actions{flex-direction:column;gap:12px;margin-top:20px;display:flex}.digilocker-check-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;padding:14px 20px;font-weight:600}.digilocker-check-btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=700px){.digilocker-page{padding:20px 14px 32px}.digilocker-header h1{font-size:25px}.digilocker-progress-card{padding:13px}.digilocker-progress-item{min-width:auto}.digilocker-progress-item>div:last-child{display:none}.digilocker-progress-line{min-width:24px;margin:0 7px}.digilocker-section{padding:18px 16px}.digilocker-status-card{align-items:flex-start}.digilocker-success-badge{display:none}.digilocker-check-list{grid-template-columns:1fr}.digilocker-actions{flex-direction:column-reverse}.digilocker-btn{width:100%;min-height:48px}.digilocker-btn.primary{min-width:0}}.ubo-page{color:#172033;background:#f6f8fc;min-height:100vh;padding:32px 24px 50px}.ubo-container{width:100%;max-width:1120px;margin:0 auto}.ubo-header{margin-bottom:22px}.ubo-step{color:#2563eb;letter-spacing:.8px;margin:0 0 7px;font-size:11px;font-weight:750}.ubo-header h1{color:#111827;margin:0;font-size:30px;font-weight:750}.ubo-header p:last-child{color:#6b7280;margin:7px 0 0;font-size:14px}.ubo-progress-card{background:#fff;border:1px solid #e5e9f0;border-radius:15px;align-items:center;margin-bottom:20px;padding:16px 20px;display:flex;overflow-x:auto;box-shadow:0 3px 13px #0f172a0a}.ubo-progress-wrapper{flex:1;align-items:center;display:flex}.ubo-progress-item{align-items:center;gap:10px;min-width:145px;display:flex}.ubo-progress-circle{color:#7b8494;background:#f1f4f8;border-radius:50%;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:11px;font-weight:700;display:flex}.ubo-progress-item.completed .ubo-progress-circle{color:#fff;background:#16a34a}.ubo-progress-item.active .ubo-progress-circle{color:#fff;background:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.ubo-progress-item strong{color:#374151;font-size:12px;display:block}.ubo-progress-item.active strong{color:#2563eb}.ubo-progress-item span{color:#9299a6;margin-top:2px;font-size:11px;display:block}.ubo-progress-line{background:#93b4f8;flex:1;min-width:30px;height:1px;margin:0 13px}.ubo-alert{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:10px;margin-bottom:18px;padding:13px 15px;font-size:13px;display:flex}.ubo-alert-icon{color:#fff;background:#dc2626;border-radius:50%;justify-content:center;align-items:center;width:21px;min-width:21px;height:21px;font-size:12px;font-weight:700;display:flex}.ubo-section{background:#fff;border:1px solid #e5e9f0;border-radius:16px;margin-bottom:18px;padding:25px;box-shadow:0 3px 14px #0f172a0b}.ubo-section-heading{align-items:flex-start;gap:12px;margin-bottom:21px;display:flex}.ubo-section-icon{color:#2563eb;background:#eff6ff;border-radius:11px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:11px;font-weight:750;display:flex}.ubo-section-heading h2{margin:0;font-size:17px}.ubo-section-heading p{color:#7b8494;margin:4px 0 0;font-size:12px}.ubo-entity-card{background:#fafbfd;border:1px solid #e1e6ee;border-radius:12px;justify-content:space-between;align-items:center;gap:15px;padding:17px;display:flex}.ubo-entity-left{align-items:center;gap:12px;display:flex}.ubo-entity-icon{color:#2563eb;background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:750;display:flex}.ubo-label{color:#8a93a1;margin-bottom:3px;font-size:10px;display:block}.ubo-entity-left strong{font-size:14px}.ubo-requirement-badge{border-radius:20px;padding:6px 11px;font-size:10px;font-weight:700}.ubo-requirement-badge.required{color:#c2410c;background:#fff7ed}.ubo-requirement-badge.not-required{color:#15803d;background:#ecfdf5}.ubo-skip-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;align-items:flex-start;gap:13px;padding:18px;display:flex}.ubo-skip-icon{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;font-weight:750;display:flex}.ubo-skip-card h2{margin:0;font-size:15px}.ubo-skip-card p{color:#64748b;margin:5px 0 0;font-size:12px;line-height:1.5}.ubo-member-list{gap:10px;margin-bottom:14px;display:grid}.ubo-member-card{border:1px solid #e3e8ef;border-radius:11px;align-items:center;gap:12px;padding:13px;display:flex}.ubo-member-avatar{color:#2563eb;background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;font-weight:750;display:flex}.ubo-member-details{flex:1}.ubo-member-details strong{font-size:13px;display:block}.ubo-member-details span{color:#7b8494;margin-top:3px;margin-right:15px;font-size:11px;display:inline-block}.ubo-remove-btn{color:#dc2626;cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:650}.ubo-add-btn{color:#2563eb;cursor:pointer;background:#fafbfd;border:1px dashed #aeb9c8;border-radius:10px;width:100%;min-height:46px;font-size:13px;font-weight:650}.ubo-member-form{background:#fafbfd;border:1px solid #e2e7ee;border-radius:12px;margin-top:15px;padding:18px}.ubo-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 19px;display:grid}.ubo-form-group.full{grid-column:1/-1}.ubo-form-group label{color:#374151;margin-bottom:7px;font-size:13px;font-weight:650;display:block}.ubo-form-group label span{color:#dc2626}.ubo-input{box-sizing:border-box;background:#fff;border:1px solid #d8dee8;border-radius:9px;outline:none;width:100%;height:46px;padding:0 13px;font-size:13px}.ubo-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb17}.ubo-form-actions{justify-content:flex-end;gap:9px;margin-top:17px;display:flex}.ubo-cancel-btn,.ubo-save-btn{cursor:pointer;border-radius:9px;min-height:42px;padding:0 16px;font-size:12px;font-weight:650}.ubo-cancel-btn{color:#4b5563;background:#fff;border:1px solid #d7dde7}.ubo-save-btn{color:#fff;background:#2563eb;border:1px solid #2563eb}.ubo-info{background:#f7faff;border:1px solid #dbeafe;border-radius:12px;gap:11px;margin-bottom:20px;padding:15px 17px;display:flex}.ubo-info-icon{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;font-size:12px;font-weight:700;display:flex}.ubo-info strong{color:#1e3a8a;font-size:12px}.ubo-info p{color:#64748b;margin:3px 0 0;font-size:12px;line-height:1.5}.ubo-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.ubo-btn{cursor:pointer;border-radius:10px;min-height:46px;padding:0 20px;font-size:13px;font-weight:650}.ubo-btn.secondary{color:#4b5563;background:#fff;border:1px solid #d7dde7;margin-right:auto}.ubo-btn.skip{color:#475569;background:#fff;border:1px solid #d7dde7}.ubo-btn.primary{color:#fff;background:#2563eb;border:1px solid #2563eb;min-width:145px}.ubo-btn.primary span{margin-left:7px}@media (width<=700px){.ubo-page{padding:20px 14px 32px}.ubo-header h1{font-size:25px}.ubo-progress-card{padding:13px}.ubo-progress-item{min-width:auto}.ubo-progress-item>div:last-child{display:none}.ubo-progress-line{min-width:24px;margin:0 7px}.ubo-section{padding:18px 16px}.ubo-form-grid{grid-template-columns:1fr}.ubo-form-group.full{grid-column:auto}.ubo-member-card{align-items:flex-start}.ubo-remove-btn{margin-left:auto}.ubo-actions{flex-wrap:wrap}.ubo-btn.secondary{width:100%;margin-right:0}.ubo-btn.skip,.ubo-btn.primary{flex:1}.ubo-entity-card{flex-direction:column;align-items:flex-start}}.documents-page{color:#172033;background:#f6f8fc;min-height:100vh;padding:32px 24px 50px}.documents-container{width:100%;max-width:1120px;margin:0 auto}.documents-header{margin-bottom:22px}.documents-step{color:#2563eb;letter-spacing:.8px;margin:0 0 7px;font-size:11px;font-weight:750}.documents-header h1{color:#111827;margin:0;font-size:30px;font-weight:750}.documents-header p:last-child{color:#6b7280;margin:7px 0 0;font-size:14px}.documents-progress-card{background:#fff;border:1px solid #e5e9f0;border-radius:15px;align-items:center;margin-bottom:20px;padding:16px 20px;display:flex;overflow-x:auto;box-shadow:0 3px 13px #0f172a0a}.documents-progress-wrapper{flex:1;align-items:center;display:flex}.documents-progress-item{align-items:center;gap:10px;min-width:145px;display:flex}.documents-progress-circle{color:#7b8494;background:#f1f4f8;border-radius:50%;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:10px;font-weight:700;display:flex}.documents-progress-item.completed .documents-progress-circle{color:#fff;background:#16a34a}.documents-progress-item.active .documents-progress-circle{color:#fff;background:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.documents-progress-item strong{color:#374151;font-size:12px;display:block}.documents-progress-item.active strong{color:#2563eb}.documents-progress-item span{color:#9299a6;margin-top:2px;font-size:11px;display:block}.documents-progress-line{background:#93b4f8;flex:1;min-width:30px;height:1px;margin:0 13px}.documents-alert{border-radius:10px;align-items:center;gap:10px;margin-bottom:18px;padding:13px 15px;font-size:13px;display:flex}.documents-alert.error{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca}.documents-alert.success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.documents-alert-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:21px;min-width:21px;height:21px;font-size:11px;font-weight:700;display:flex}.documents-alert.error .documents-alert-icon{background:#dc2626}.documents-alert.success .documents-alert-icon{background:#16a34a}.documents-summary{background:#fff;border:1px solid #e5e9f0;border-radius:15px;margin-bottom:18px;padding:20px;box-shadow:0 3px 14px #0f172a0b}.documents-summary-top{justify-content:space-between;align-items:center;gap:15px;margin-bottom:13px;display:flex}.documents-summary-top span{color:#8a93a1;letter-spacing:.5px;margin-bottom:5px;font-size:10px;font-weight:700;display:block}.documents-summary-top strong{color:#172033;font-size:14px}.documents-percentage{color:#2563eb;font-size:24px;font-weight:750}.documents-progress-bar{background:#e9edf3;border-radius:20px;width:100%;height:7px;overflow:hidden}.documents-progress-fill{background:#2563eb;border-radius:20px;height:100%;transition:width .3s}.documents-section{background:#fff;border:1px solid #e5e9f0;border-radius:16px;margin-bottom:18px;padding:24px;box-shadow:0 3px 14px #0f172a0b}.documents-section-heading{align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.documents-section-icon{color:#2563eb;background:#eff6ff;border-radius:11px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:9px;font-weight:750;display:flex}.documents-section-heading h2{color:#172033;margin:0;font-size:17px}.documents-section-heading p{color:#7b8494;margin:4px 0 0;font-size:12px}.documents-list{gap:11px;display:grid}.document-card{background:#fafbfd;border:1px solid #e1e6ee;border-radius:12px;align-items:center;gap:13px;padding:15px;transition:all .18s;display:flex}.document-card:hover{border-color:#c9d4e4}.document-card.uploaded{background:#f8fff9;border-color:#bbf7d0}.document-icon{color:#64748b;background:#f1f5f9;border-radius:11px;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;font-size:9px;font-weight:750;display:flex}.document-card.uploaded .document-icon{color:#16a34a;background:#dcfce7;font-size:15px}.document-info{flex:1;min-width:0}.document-title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.document-title-row strong{color:#172033;font-size:13px}.document-info p{color:#7b8494;margin:4px 0 0;font-size:11px}.required-badge,.optional-badge{border-radius:15px;padding:4px 7px;font-size:9px;font-weight:700}.required-badge{color:#be123c;background:#fff1f2}.optional-badge{color:#64748b;background:#f1f5f9}.document-file{color:#475569;align-items:center;gap:7px;max-width:400px;margin-top:8px;font-size:10px;display:flex}.document-file span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.file-icon{color:#dc2626;background:#fee2e2;border-radius:4px;padding:3px 5px;font-size:8px;font-weight:750}.document-actions{flex-shrink:0}.document-upload-btn{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #2563eb;border-radius:9px;justify-content:center;align-items:center;min-width:80px;min-height:38px;padding:0 13px;font-size:11px;font-weight:650;display:inline-flex;position:relative}.document-upload-btn:hover{background:#dbeafe}.document-upload-btn input{display:none}.document-remove{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:9px;min-height:38px;padding:0 11px;font-size:11px;font-weight:650}.documents-review-notice{background:#f7faff;border:1px solid #dbeafe;border-radius:12px;align-items:flex-start;gap:11px;margin-bottom:20px;padding:15px 17px;display:flex}.documents-review-notice strong{color:#1e3a8a;font-size:12px}.documents-review-notice p{color:#64748b;margin:3px 0 0;font-size:12px;line-height:1.5}.documents-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.documents-btn{cursor:pointer;border-radius:10px;min-height:46px;padding:0 20px;font-size:13px;font-weight:650}.documents-btn.secondary{color:#4b5563;background:#fff;border:1px solid #d7dde7}.documents-btn.primary{color:#fff;background:#2563eb;border:1px solid #2563eb;min-width:170px;box-shadow:0 5px 12px #2563eb26}.documents-btn.primary:hover{background:#1d4ed8}.documents-btn.primary span{margin-left:7px}@media (width<=700px){.documents-page{padding:20px 14px 32px}.documents-header h1{font-size:25px}.documents-progress-card{padding:13px}.documents-progress-item{min-width:auto}.documents-progress-item>div:last-child{display:none}.documents-progress-line{min-width:24px;margin:0 7px}.documents-section{padding:18px 16px}.document-card{flex-wrap:wrap;align-items:flex-start}.document-info{width:calc(100% - 55px)}.document-actions{width:100%;margin-left:55px}.document-upload-btn,.document-remove{width:100%}.documents-summary{padding:17px}.documents-actions{flex-direction:column-reverse}.documents-btn{width:100%;min-height:48px}.documents-btn.primary{min-width:0}}@media (width<=600px){.document-card{box-sizing:border-box;width:100%}.document-actions{box-sizing:border-box;width:100%;padding:0;margin-left:0!important}.document-upload-btn{box-sizing:border-box;border-radius:9px;justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;height:40px;padding:0 16px;font-size:12px;font-weight:600;display:flex}.document-remove{box-sizing:border-box;width:100%;max-width:100%}}.shop-verification-page{box-sizing:border-box;background:#f6f8fb;min-height:100vh;padding:30px}.shop-verification-container{width:100%;max-width:1180px;margin:0 auto}.shop-verification-header{background:#fff;border:1px solid #e7ebf0;border-radius:18px;margin-bottom:22px;padding:30px 34px;box-shadow:0 4px 18px #0000000a}.shop-step-label{letter-spacing:.08em;color:#2563eb;background:#eff6ff;border-radius:7px;margin-bottom:10px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-block}.shop-verification-header h1{color:#172033;margin:0;font-size:28px;font-weight:750}.shop-verification-header p{color:#697386;margin:8px 0 0;font-size:14px;line-height:1.6}.shop-alert{border-radius:12px;align-items:center;gap:12px;margin-bottom:20px;padding:14px 17px;font-size:14px;display:flex}.shop-alert p{margin:0}.shop-alert span{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-weight:700;display:flex}.shop-alert-error{color:#be123c;background:#fff1f2;border:1px solid #fecdd3}.shop-alert-error span{color:#fff;background:#be123c}.shop-alert-success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.shop-alert-success span{color:#fff;background:#047857}.shop-section{background:#fff;border:1px solid #e7ebf0;border-radius:18px;margin-bottom:22px;padding:28px;box-shadow:0 4px 18px #0000000a}.section-heading{align-items:flex-start;gap:14px;margin-bottom:24px;display:flex}.section-number{color:#2563eb;background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;min-width:40px;height:40px;font-size:13px;font-weight:800;display:flex}.section-heading h2{color:#172033;margin:0;font-size:20px}.section-heading p{color:#778195;margin:5px 0 0;font-size:13px}.photo-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.photo-card{background:#fbfcfe;border:1px solid #e5e9ef;border-radius:15px;padding:18px}.photo-card-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.photo-card-header h3{color:#1e293b;margin:0;font-size:15px}.photo-card-header p{color:#7b8495;margin:5px 0 0;font-size:12px;line-height:1.5}.required-tag{white-space:nowrap;color:#b42318;background:#fff1f0;border-radius:6px;padding:5px 8px;font-size:10px;font-weight:700}.photo-upload-box{cursor:pointer;text-align:center;background:#fff;border:1.5px dashed #cbd5e1;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:190px;transition:all .2s;display:flex}.photo-upload-box:hover{background:#f8fbff;border-color:#2563eb}.photo-upload-box input{display:none}.upload-icon{color:#2563eb;background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:10px;font-size:26px;display:flex}.photo-upload-box strong{color:#334155;font-size:14px}.photo-upload-box span{color:#94a3b8;margin-top:5px;font-size:11px}.photo-preview-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.photo-preview-box img{object-fit:cover;width:100%;height:190px;display:block}.photo-preview-footer{justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.photo-preview-footer span{text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-size:11px;overflow:hidden}.photo-preview-footer button{color:#be123c;cursor:pointer;background:#fff1f2;border:none;border-radius:6px;padding:6px 9px;font-size:11px;font-weight:600}.location-card{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:15px;padding:22px}.location-top{align-items:center;gap:14px;margin-bottom:20px;display:flex}.location-icon{color:#2563eb;background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;font-size:25px;font-weight:700;display:flex}.location-top h3{color:#1e293b;margin:0;font-size:16px}.location-top p{color:#7b8495;margin:5px 0 0;font-size:12px}.location-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;width:100%;padding:13px 18px;font-size:14px;font-weight:700;transition:all .2s}.location-button:hover{background:#1d4ed8}.location-button:disabled{opacity:.65;cursor:not-allowed}.coordinates-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:16px;display:grid}.coordinate-box{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px}.coordinate-box span{color:#7b8495;margin-bottom:6px;font-size:11px;display:block}.coordinate-box strong{color:#1e293b;word-break:break-all;font-size:14px;display:block}.shop-actions{background:#fff;border:1px solid #e7ebf0;border-radius:18px;justify-content:space-between;align-items:center;gap:15px;margin-bottom:30px;padding:18px 22px;display:flex}.shop-back-button{color:#475569;cursor:pointer;background:#fff;border:1px solid #d7dde6;border-radius:9px;padding:12px 20px;font-size:13px;font-weight:600}.shop-back-button:hover{background:#f8fafc}.shop-save-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:9px;padding:13px 24px;font-size:13px;font-weight:700}.shop-save-button:hover{background:#000}.shop-save-button:disabled{opacity:.6;cursor:not-allowed}@media (width<=800px){.shop-verification-page{padding:15px}.shop-section{padding:18px}.photo-grid,.coordinates-grid{grid-template-columns:1fr}.shop-actions{flex-direction:column-reverse;align-items:stretch}.shop-back-button,.shop-save-button{width:100%}}@media (width<=500px){.shop-verification-header{padding:22px}.shop-verification-header h1{font-size:23px}.section-heading{gap:10px}.section-number{min-width:34px;height:34px}}.vkyc-page{color:#172033;background:#f6f8fc;min-height:100vh;padding:32px 24px 50px}.vkyc-container{width:100%;max-width:1120px;margin:0 auto}.vkyc-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.vkyc-step{color:#2563eb;letter-spacing:.8px;margin:0 0 7px;font-size:11px;font-weight:750}.vkyc-header h1{color:#111827;margin:0;font-size:30px;font-weight:750}.vkyc-header p:last-child{color:#6b7280;margin:7px 0 0;font-size:14px;line-height:1.5}.vkyc-status-pill{color:#2563eb;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;align-items:center;gap:8px;min-height:36px;padding:0 13px;font-size:12px;font-weight:650;display:inline-flex}.status-dot{background:#2563eb;border-radius:50%;width:7px;height:7px}.vkyc-progress-card{background:#fff;border:1px solid #e5e9f0;border-radius:15px;align-items:center;margin-bottom:20px;padding:16px 20px;display:flex;overflow-x:auto;box-shadow:0 3px 13px #0f172a0a}.vkyc-progress-wrapper{flex:1;align-items:center;display:flex}.vkyc-progress-item{align-items:center;gap:10px;min-width:135px;display:flex}.vkyc-progress-circle{color:#7b8494;background:#f1f4f8;border-radius:50%;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:10px;font-weight:700;display:flex}.vkyc-progress-item.completed .vkyc-progress-circle{color:#fff;background:#16a34a}.vkyc-progress-item.active .vkyc-progress-circle{color:#fff;background:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.vkyc-progress-item strong{color:#374151;font-size:12px;display:block}.vkyc-progress-item.active strong{color:#2563eb}.vkyc-progress-item span{color:#9299a6;margin-top:2px;font-size:11px;display:block}.vkyc-progress-item.pending .vkyc-progress-circle{color:#9ca3af;background:#f3f4f6}.vkyc-progress-line{background:#e5e7eb;flex:1;min-width:25px;height:1px;margin:0 10px}.vkyc-progress-line.active{background:#93b4f8}.vkyc-eligibility{background:#f6fff8;border:1px solid #bbf7d0;border-radius:12px;align-items:flex-start;gap:11px;margin-bottom:18px;padding:15px 17px;display:flex}.vkyc-info-icon{color:#fff;background:#16a34a;border-radius:50%;justify-content:center;align-items:center;width:23px;min-width:23px;height:23px;font-size:12px;font-weight:750;display:flex}.vkyc-eligibility strong{color:#166534;font-size:13px}.vkyc-eligibility p{color:#4b6b54;margin:3px 0 0;font-size:12px;line-height:1.5}.vkyc-section{background:#fff;border:1px solid #e5e9f0;border-radius:16px;margin-bottom:18px;padding:24px;box-shadow:0 3px 14px #0f172a0b}.vkyc-section-header{margin-bottom:20px}.vkyc-section-header h2{color:#172033;margin:0;font-size:17px;font-weight:700}.vkyc-section-header p{color:#7b8494;margin:4px 0 0;font-size:12px;line-height:1.5}.vkyc-details-grid{background:#e6eaf0;border:1px solid #e6eaf0;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.vkyc-detail-item{background:#fff;padding:16px}.vkyc-detail-item span{color:#8a93a1;text-transform:uppercase;letter-spacing:.3px;margin-bottom:6px;font-size:10px;font-weight:650;display:block}.vkyc-detail-item strong{color:#172033;font-size:13px;font-weight:650;display:block}.verified-text{color:#16a34a!important}.vkyc-check-list{gap:10px;display:grid}.vkyc-check-item{background:#fafbfd;border:1px solid #e2e7ee;border-radius:11px;align-items:center;gap:12px;padding:14px;display:flex}.check-icon{color:#16a34a;background:#dcfce7;border-radius:10px;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;font-size:14px;font-weight:750;display:flex}.vkyc-check-item>div:nth-child(2){flex:1;min-width:0}.vkyc-check-item strong{color:#172033;font-size:13px;display:block}.vkyc-check-item span{color:#7b8494;margin-top:3px;font-size:11px;display:block}.approved-badge{color:#15803d;white-space:nowrap;background:#dcfce7;border-radius:15px;padding:5px 9px;font-size:9px;font-weight:700}.vkyc-main-card{text-align:center;background:linear-gradient(145deg,#fff 0%,#f7faff 100%);border:1px solid #dbe5f5;border-radius:17px;margin-bottom:18px;padding:34px 28px;box-shadow:0 5px 20px #2563eb0f}.vkyc-video-icon{color:#2563eb;background:#eff6ff;border-radius:20px;justify-content:center;align-items:center;width:68px;height:68px;margin:0 auto 17px;display:flex;box-shadow:0 0 0 8px #2563eb0a}.vkyc-video-icon span{margin-left:3px;font-size:25px}.vkyc-main-card h2{color:#172033;margin:0;font-size:21px;font-weight:750}.vkyc-main-card>p{color:#6b7280;max-width:570px;margin:8px auto 20px;font-size:13px;line-height:1.6}.vkyc-timing{text-align:left;background:#fff;border:1px solid #e1e8f3;border-radius:10px;align-items:center;gap:10px;margin-bottom:20px;padding:10px 15px;display:inline-flex}.timing-icon{color:#2563eb;background:#eff6ff;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;display:flex}.vkyc-timing strong{color:#374151;font-size:11px;display:block}.vkyc-timing span{color:#6b7280;margin-top:2px;font-size:11px;display:block}.vkyc-primary-btn{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #2563eb;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-width:190px;min-height:46px;padding:0 20px;font-size:13px;font-weight:650;transition:all .2s;display:inline-flex;box-shadow:0 5px 13px #2563eb29}.vkyc-primary-btn:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px)}.vkyc-primary-btn:active{transform:translateY(0)}.vkyc-primary-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.vkyc-primary-btn span{font-size:15px}.vkyc-message{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:9px;max-width:560px;margin:0 auto 15px;padding:11px 14px;font-size:12px}.vkyc-link-area{flex-direction:column;align-items:center;display:flex}.vkyc-link-success{color:#15803d;margin-bottom:14px;font-size:12px;font-weight:650}.vkyc-link-note{color:#7b8494;max-width:500px;margin:10px auto 0;font-size:11px;line-height:1.5}.vkyc-waiting{flex-direction:column;align-items:center;gap:7px;display:flex}.vkyc-loader{border:3px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;width:32px;height:32px;margin-bottom:5px;animation:.8s linear infinite vkyc-spin}@keyframes vkyc-spin{to{transform:rotate(360deg)}}.vkyc-waiting strong{color:#172033;font-size:13px}.vkyc-waiting span{color:#7b8494;font-size:11px}.vkyc-instructions{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.instruction-item{background:#fafbfd;border:1px solid #e5e9f0;border-radius:11px;align-items:flex-start;gap:11px;padding:14px;display:flex}.instruction-item>span{color:#2563eb;background:#eff6ff;border-radius:8px;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;font-size:9px;font-weight:750;display:flex}.instruction-item strong{color:#374151;font-size:12px;display:block}.instruction-item p{color:#7b8494;margin:4px 0 0;font-size:11px;line-height:1.5}.vkyc-review-notice{background:#f7faff;border:1px solid #dbeafe;border-radius:12px;align-items:flex-start;gap:11px;margin-bottom:20px;padding:15px 17px;display:flex}.review-icon{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;font-size:12px;font-weight:700;display:flex}.vkyc-review-notice strong{color:#1e3a8a;font-size:12px}.vkyc-review-notice p{color:#64748b;margin:3px 0 0;font-size:12px;line-height:1.5}.vkyc-actions{justify-content:space-between;align-items:center;gap:10px;padding-bottom:15px;display:flex}.vkyc-secondary-btn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #d7dde7;border-radius:9px;min-height:44px;padding:0 18px;font-size:12px;font-weight:650;transition:all .2s}.vkyc-secondary-btn:hover{background:#f8fafc;border-color:#c8d0dc}@media (width<=900px){.vkyc-progress-item{min-width:100px}.vkyc-progress-item>div:last-child{display:none}.vkyc-progress-line{min-width:22px;margin:0 7px}}@media (width<=700px){.vkyc-page{padding:20px 14px 35px}.vkyc-header{flex-direction:column;align-items:flex-start;gap:13px}.vkyc-header h1{font-size:25px}.vkyc-status-pill{min-height:34px}.vkyc-progress-card{padding:13px}.vkyc-progress-item{min-width:auto}.vkyc-progress-item>div:last-child{display:none}.vkyc-progress-line{min-width:22px;margin:0 6px}.vkyc-section{padding:18px 16px}.vkyc-details-grid{grid-template-columns:1fr}.vkyc-detail-item{padding:13px}.vkyc-check-item{flex-wrap:wrap;align-items:flex-start}.vkyc-check-item>div:nth-child(2){padding-top:2px}.approved-badge{margin-left:48px}.vkyc-main-card{padding:28px 17px}.vkyc-main-card h2{font-size:19px}.vkyc-main-card>p{font-size:12px}.vkyc-timing{box-sizing:border-box;justify-content:flex-start;width:100%}.vkyc-primary-btn{width:100%;min-width:0}.vkyc-instructions{grid-template-columns:1fr}.vkyc-review-notice{padding:14px}.vkyc-actions{flex-direction:column;align-items:stretch}.vkyc-secondary-btn{width:100%;min-height:47px}}@media (width<=420px){.vkyc-page{padding:17px 11px 30px}.vkyc-header h1{font-size:23px}.vkyc-section{padding:16px 13px}.vkyc-main-card{padding:25px 14px}.vkyc-video-icon{width:60px;height:60px}.vkyc-video-icon span{font-size:22px}.vkyc-timing{padding:9px 11px}}.agreement-page{background:#f5f7fb;min-height:100vh;padding:24px 16px}.agreement-container{width:100%;max-width:620px;margin:0 auto}.agreement-step-label{color:#7b8494;margin-bottom:10px;font-size:12px;font-weight:600}.agreement-title{color:#111827;margin:0;font-size:36px;font-weight:700}.agreement-description{color:#737b8c;margin:12px 0 24px;font-size:14px;line-height:1.6}.agreement-progress{align-items:center;margin-bottom:24px;display:flex;overflow:hidden}.progress-step{color:#6b7280;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.progress-step.completed{color:#fff;background:#16a34a}.progress-step.active{color:#fff;background:#2563eb}.progress-line{background:#dbe1ea;flex:1;height:2px}.agreement-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:22px;box-shadow:0 4px 16px #0000000a}.agreement-card-header{align-items:flex-start;gap:14px;display:flex}.agreement-icon{color:#2563eb;background:#eef4ff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:11px;font-weight:700;display:flex}.agreement-card-header h2{color:#111827;margin:0 0 7px;font-size:18px}.agreement-card-header p{color:#7b8494;margin:0;font-size:13px;line-height:1.5}.agreement-status{background:#fff8e7;border:1px solid #f5dfaa;border-radius:12px;align-items:flex-start;gap:12px;margin-top:22px;padding:15px;display:flex}.status-dot{background:#f59e0b;border-radius:50%;width:9px;height:9px;margin-top:5px}.agreement-status strong{color:#92400e;font-size:14px;display:block}.agreement-status p{color:#a16207;margin:4px 0 0;font-size:12px}.agreement-preview{text-align:center;background:#fafbfc;border:1px dashed #cfd6e1;border-radius:14px;margin-top:20px;padding:35px 20px}.preview-icon{margin-bottom:10px;font-size:32px}.agreement-preview h3{color:#374151;margin:0;font-size:15px}.agreement-preview p{color:#8a93a3;margin:8px 0 0;font-size:12px}.agreement-generate-btn{color:#9ca3af;cursor:not-allowed;background:#e5e7eb;border:0;border-radius:10px;width:100%;height:48px;margin-top:18px;font-weight:600}.agreement-actions{margin-top:18px}.agreement-next-btn{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:10px;width:100%;height:50px;font-size:14px;font-weight:600}.agreement-next-btn:hover{background:#1d4ed8}.agreement-back-btn{color:#5f6878;cursor:pointer;background:#fff;border:1px solid #dfe3ea;border-radius:10px;width:100%;height:46px;margin-top:10px;font-size:13px}
