:root {
    --ink: #0f1117;
    --ink2: #3a3f52;
    --ink3: #8a90a2;
    --bg: #f6f7fa;
    --bg2: #eef0f5;
    --bg3: #dde1eb;
    --white: #fff;
    --navy: #1e2d4d;
    --navy2: #2a3f6e;
    --navy-l: #e8ecf5;
    --navy-m: #b8c4dc;
    --orange: #f47920;
    --orange2: #d96a15;
    --orange-l: #fff3e8;
    --orange-m: #fac998;
    --green: #1a7a4a;
    --green-l: #e6f5ed;
    --green-m: #a3d9bc;
    --red: #c0392b;
    --red-l: #fdf0ef;
    --red-m: #f5b7b1;
    --amber: #b45309;
    --amber-l: #fef3c7;
    --amber-m: #fcd34d;
    --blue: #1a4fa0;
    --blue-l: #e6f0ff;
    --blue-m: #93b8f5;
    --purple: #6c47ff;
    --purple-l: #f0ecff;
    --purple-m: #c9bbff;
    --r: 12px;
    --rsm: 8px;
    --rxs: 6px;
    --shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 16px rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.06);
}

body {
    background-color: #F6F7FA;
}

fieldset legend.required:after
{
    content:" *";
    color: red;
}

fieldset legend.required {
    font-weight: bold;
}

label.required:not(.form-check-label):after
{
    content:" *";
    color: red;
}

label.required:not(.form-check-label) {
    font-weight: bold;
}

#logo-container {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0;
    margin-bottom:2.5rem;
    text-align:left;
}

#logo-name-container {
    font-size:1.6rem;
    font-weight:700;
    letter-spacing:-0.03em;
    line-height:1;
}

#logo-text-champ {
    color:#0F1117;
}

#logo-text-pay {
    color:#F47920;
}

#logo-subtitle {
    font-size:10px;
    font-weight:600;
    letter-spacing:0.14em;
    color:grey;
    text-transform:uppercase;
    margin-top:2px;
}

#intro-title {
    font-family:'DM Serif Display',serif;
    font-size:2.4rem;
    font-weight:400;
    letter-spacing:-0.025em;
    line-height:1.15;
    margin-bottom:1rem;
}

#intro-subtitle {
    font-size:1.05rem;
    line-height:1.65;
    margin-bottom:0.5rem;
    max-width:480px;
    margin-left:auto;
    margin-right:auto;
}

#intro-text {
    font-size:15px;
    color:#8A90A2;
    line-height:1.65;
    margin-bottom:3rem;
    max-width:460px;
    margin-left:auto;
    margin-right:auto;
}

#icon-label-container {
    color:#8A90A2;
    display:flex;
    justify-content:center;
    gap:1.5rem;
    flex-wrap:wrap;
    margin-bottom:3rem;
}

#country-grid-container {
    display:flex;
    justify-content:center;

}

#country-grid-subcontainer {
    background:white;
    border:1px solid lightgray;
    border-radius:12px;
    box-shadow:1px 2px 2px lightgray;
    padding:2rem 2.25rem;
    text-align:left;
}

#label-start {
    font-size:13px;
    font-weight:700;
    letter-spacing:0.05em;
    text-transform:uppercase;
    color:#8A90A2;
    margin-bottom:0.6rem;
}

#label-company-registration {
    font-size:1.1rem;
    font-weight:600;
    margin-bottom:0.35rem;
}

#label-application {
    font-size:13px;
    color:#8A90A2;
    margin-bottom:1.25rem;
}

#country-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px;
    margin-bottom:1.25rem;
}

#other-country-select-label {
    font-size:13px;
    font-weight:500;
    color:black;
    display:block;
    margin-bottom:5px;
}

#country-confirm-flag {
    font-size:1.1rem;
}

#start-btn {
    width:100%;
    font-family:inherit;
    font-size:15px;
    font-weight:600;
    padding:13px;
    border-radius:12px;
    border:none;
    cursor:not-allowed;
    background:#DDE1EB;
    color:#8A90A2;
    transition:all 0.2s;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
}

#other-country-select {
    font-family:inherit;
    font-size:14px;
    color:black;
    border:1px solid #DDE1EB;
    border-radius:12px;
    padding:10px 32px 10px 13px;
    width:100%;
    outline:none;
    -webkit-appearance:none;
    background: #F6F7FA url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22%3E%3Cpath fill=%22%239a9895%22 d=%22M6 8L1 3h10z%22/%3E%3C/svg%3E') no-repeat right 12px center;
}

.flag {
    font-size:1.5rem;
}

.cqc-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cqc-sub {
    font-size: 12px;
    color: #8D93A4;
}

.icon-label {
    display:flex;
    align-items:center;
    gap:6px;
    font-size:12px;
    font-weight:500
}

.radio {
    display:none;
}

#start-btn:not([disabled]) {
    background: #F47920;
    color: #fff;
    cursor: pointer;
}

.radio {
    accent-color: #e65100;
}

.icon-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #8A90A2;
    font-weight: 500;
}

.icon-label i {
    color: inherit;
}

.cqc-name {
    color: #e65100;
    font-weight: 600;
}

.country-select-card {
    max-width: 800px;
    width: 100%;
    margin-inline: auto;
}

#country-confirm-strip,
#other-country-wrap {
    width: 100%;
    box-sizing: border-box;
    margin-bottom:1.25rem;
}

#country-confirm-strip {
    display: none;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;

    background: #E8ECF5;
    border: 1px solid #B8C4DC;
    border-radius: 12px;
    padding: 11px 14px;
    margin-bottom: 1.25rem;
    font-size: 13px;
    color: #2A3F6E;
    align-items: center;
    gap: 8px;
}

#country-confirm-text {
    min-width: 0;
    overflow-wrap: anywhere;
}

.page-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2rem;
}

#dashboard-title {
    font-family: 'DM Serif Display',serif;
    font-size: 1.75rem;
    font-weight: 400;
    color: black;
    letter-spacing: -0.02em;
    margin-bottom: 3px;
}

#dashboard-subtitle {
    font-size: 13px;
    color: #8D93A4;
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-card {
    background: white;
    border-radius: 12px;
    border: 1px solid #DDE1EB;
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    box-shadow:1px 2px 2px lightgray;
}

.si-green {
    background: #E6F5ED;
}

.si-red {
    background: #FDF0EF;
}

.si-orange {
    background: #FFF3E8;
}

.si-navy {
    background: #E8ECF5;
}

.stat-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.stat-label {
    font-size: 12px;
    color: #9298A9;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.stat-value {
    font-size: 2rem;
    font-weight: 600;
    color: #0F1117;
    letter-spacing: -0.03em;
    line-height: 1;
}

.stat-delta {
    font-size: 12px;
    color: #8E94A5;
    margin-top: 2px;
}

.stat-delta strong {
    color: #1A7A4A;
}

.table-card {
    background: white;
    border-radius: 12px;
    border: 1px solid #DDE1EB;
    box-shadow:1px 2px 2px lightgray;
    overflow: hidden;
}

.table-hdr {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #DDE1EB;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

th {
    font-size: 11px;
    font-weight: 600;
    width:250px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #8F95A6;
    padding: 10px 16px;
    text-align: left;
    background: #EEF0F5;
    border-bottom: 1px solid #DDE1EB;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
}

.hdr-btn-primary {
    background: #F47920;
    color: #fff;
}

.hdr-btn {
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.15s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.act-btn {
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 6px;
    border: 1px solid #DDE1EB;
    background: white;
    color: #3B4053;
    cursor: pointer;
    transition: all 0.15s;
    white-space: nowrap;
}

.act-btn:hover {
    background: #EEF0F5;
}

.act-btn-primary {
    background: #F47920;
    color: #fff;
    border-color: #F47920;
}

.act-btn-decline {
    color: #C0392B;
    border-color: #C0392B;
}

.b-approved, .b-ready {
    background: #E6F5ED;
    color: #1A7A4A;
}

.b-declined {
    background: #FDF0EF;
    color: #C0392B;
}

.b-submitted {
    background: #E6F0FF;
    color: #1A4FA0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b-submitted .btn-arrow {
    width: 18px;
    height: 18px;
}

.b-incomplete, .b-draft {
    background: #EEF0F5;
    color: #8B91A3;
}

.b-missing {
    background: #FFF3E8;
    color: #F47920;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
}

.table-count {
    font-size: 12px;
    color: #9197A8;
}

td {
    padding: 14px 33px;
    font-size: 14px;
    color: #0F1117;
    border-bottom: 1px solid #EEF0F5;
    vertical-align: middle;
}

.td-name {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.td-biz {
    font-size: 14px;
    font-weight: 500;
    color: #0F1117;
}

.td-brand {
    font-size: 12px;
    color: #8A90A2;
}

.td-date {
    font-size: 13px;
    color: #8A90A2;
}

.mt-3 {
    margin-top: 1rem!important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.bank-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 5px;
}

.bank-chip.approved {
    background: #E6F5ED;
    color: #1A7A4A;
    border-color: #A3D9BC;
}

.bank-chip.declined {
    background: #FDF0EF;
    color: #C0392B;
    border-color: #F5B7B1;
}

.bank-chip.pending {
    background: #FEF3C7;
    color: #B45309;
    border-color: #FCD34D;
}

.bank-chip {
    font-size: 11px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 5px;
    white-space: nowrap;
}

.missing-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.missing-item {
    font-size: 12px;
    color: #C06F31;
    display: flex;
    align-items: center;
    gap: 4px;
}

.prog-mini {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.prog-mini-bar {
    height: 5px;
    background: #dde1eb;
    border-radius: 3px;
    overflow: hidden;
    width: 120px;
}

.prog-mini-fill {
    height: 100%;
    border-radius: 3px;
    transition: width 0.3s;
}

.prog-mini-label {
    font-size: 12px;
    color: #8E94A6;
}

a {
    text-decoration: none;
}

.btn-orange {
    background-color: #f97316;
    border-color: #f97316;
    color: #fff;
}

.btn-orange:hover,
.btn-orange:focus {
    background-color: #ea580c;
    border-color: #ea580c;
    color: #fff;
}

@media (max-width: 575.98px) {
    .mobile-card-table thead {
        display: none;
    }

    .mobile-card-table,
    .mobile-card-table tbody,
    .mobile-card-table tr,
    .mobile-card-table td {
        display: block;
        width: 100%;
    }

    .mobile-card-table tr {
        margin: 0 0 1rem;
        padding: 1rem;
        border: 1px solid #e9ecef;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.06);
    }

    .mobile-card-table td {
        border: 0;
        padding: 0.45rem 0;
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        text-align: right;
    }

    .mobile-card-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #6c757d;
        text-align: left;
    }

    .mobile-card-table td:last-child {
        padding-top: 0.75rem;
        justify-content: flex-start;
    }

    .mobile-card-table td:last-child::before {
        display: none;
    }

    .mobile-card-table .btn {
        width: 100%;
    }
}

.processor-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.processor-badge {
    font-weight: 500;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

@media (max-width: 576px) {
    .processor-badge {
        font-size: 0.7rem;
        padding: 0.35rem 0.6rem;
        margin-bottom: 0.25rem;
    }
}

@media (max-width: 576px) {
    .processor-mobile-list div {
        padding: 2px 0;
        border-bottom: 1px solid #f1f3f5;
    }

    .processor-mobile-list div:last-child {
        border-bottom: 0;
    }
}

.country-quick-card {
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    background: #fff;
}

.country-quick-card:hover {
    border-color: #F47920 !important;
    box-shadow: 0 0.25rem 1rem #F47920;
    transform: translateY(-1px);
}

.country-quick-card.selected {
    border-color: #F47920 !important;
    color: #F47920;
    box-shadow: 0 0 0 0.2rem #F47920;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
    --ink: #0f1117; --ink-2: #3a3f52; --ink-3: #8a90a2;
    --bg: #f6f7fa; --bg-2: #eef0f5; --bg-3: #dde1eb;
    --white: #ffffff;
    --accent: #1e2d4d; --accent-2: #2a3f6e; --accent-light: #e8ecf5; --accent-mid: #b8c4dc;
    --orange: #f47920; --orange-2: #d96a15; --orange-light: #fff3e8; --orange-mid: #fac998;
    --persona: #6c47ff; --persona-light: #f0ecff; --persona-mid: #c9bbff;
    --danger: #c0392b; --radius: 12px; --radius-sm: 8px;
    --shadow: 0 1px 3px rgba(0,0,0,0.08), 0 4px 16px rgba(0,0,0,0.06);
}
body { font-family: 'DM Sans', sans-serif; background: var(--bg); color: var(--ink); min-height: 100vh; display: flex; flex-direction: column; }

header { background: var(--white); border-bottom: 1px solid var(--bg-3); padding: 0 2rem; height: 64px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 100; }
.logo { display: flex; align-items: baseline; gap: 0; font-size: 1.35rem; font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.logo-champ { color: var(--accent); }
.logo-pay { color: var(--orange); }
.logo-tagline { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; color: var(--ink-3); text-transform: uppercase; margin-left: 10px; align-self: center; }
.header-badge { font-size: 12px; color: var(--ink-3); background: var(--bg-2); padding: 4px 12px; border-radius: 20px; }
.hdr-nav { display: flex; gap: 4px; }
.hdr-nav a { font-size: 13px; font-weight: 500; padding: 6px 12px; border-radius: 8px; text-decoration: none; color: var(--ink-3); border: 1px solid transparent; transition: all 0.15s; }
.hdr-nav a:hover { background: var(--bg-2); color: var(--ink); }
.hdr-nav a.active { background: var(--accent-light); color: var(--accent); border-color: var(--accent-mid); }

main { flex: 1; display: grid; grid-template-columns: 272px 1fr; max-width: 1080px; margin: 0 auto; width: 100%; padding: 2.5rem 1.5rem; gap: 2.5rem; align-items: start; }

/* Sidebar */
.sidebar { position: sticky; top: 88px; }
.steps-list { display: flex; flex-direction: column; gap: 2px; }
.step-item { display: flex; align-items: flex-start; gap: 12px; padding: 11px 13px; border-radius: var(--radius-sm); cursor: pointer; transition: background 0.15s; }
.step-item.active { background: var(--accent-light); }
.step-item.active .step-title { color: var(--accent); font-weight: 600; }
.step-item.done .step-title { color: var(--ink-2); }
.step-num { width: 24px; height: 24px; min-width: 24px; border-radius: 50%; border: 1.5px solid var(--bg-3); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 600; color: var(--ink-3); background: var(--white); margin-top: 1px; transition: all 0.2s; }
.step-item.active .step-num, .step-item.done .step-num { background: var(--accent); color: white; border-color: var(--accent); }
.step-num svg { width: 12px; height: 12px; stroke: white; stroke-width: 2.5; fill: none; }
.step-title { font-size: 13.5px; font-weight: 500; color: var(--ink-3); margin-bottom: 1px; }
.step-sub { font-size: 11.5px; color: var(--ink-3); line-height: 1.4; }

/* pill tags on sidebar */
.step-tag { font-size: 10px; font-weight: 600; letter-spacing: 0.04em; padding: 2px 7px; border-radius: 10px; margin-top: 4px; display: inline-block; }
.tag-kyb { background: var(--accent-light); color: var(--accent-2); }
.tag-kyc { background: var(--persona-light); color: var(--persona); }
.tag-processing { background: var(--orange-light); color: var(--orange-2); }
.tag-banking { background: #e6f0ff; color: #1a4fa0; }

/* Form card */
.form-card { background: var(--white); border-radius: var(--radius); border: 1px solid var(--bg-3); box-shadow: var(--shadow); overflow: hidden; }
.form-header { padding: 2rem 2rem 1.5rem; border-bottom: 1px solid var(--bg-2); }
.form-header-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 0.6rem; }
.form-type-badge { font-size: 11px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; }
.badge-kyb { background: var(--accent-light); color: var(--accent-2); }
.badge-kyc { background: var(--persona-light); color: var(--persona); }
.badge-processing { background: var(--orange-light); color: var(--orange-2); }
.badge-banking { background: #e6f0ff; color: #1a4fa0; }
.form-header h2 { font-family: 'DM Serif Display', serif; font-size: 1.55rem; font-weight: 400; color: var(--ink); margin-bottom: 0.35rem; letter-spacing: -0.02em; }
.form-header p { font-size: 13.5px; color: var(--ink-3); line-height: 1.55; }

.step-panel { display: none; }
.step-panel.active { display: block; animation: fadeUp 0.28s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideInRight { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } }

.form-body { padding: 1.75rem 2rem; }
.form-footer { padding: 1.25rem 2rem; border-top: 1px solid var(--bg-2); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }

/* Fields */
.field-grid { display: grid; gap: 1.2rem; }
.g2 { grid-template-columns: 1fr 1fr; }
.g3 { grid-template-columns: 1fr 1fr 1fr; }
.field { display: flex; flex-direction: column; gap: 5px; }
.field label { font-size: 13px; font-weight: 500; color: var(--ink-2); display: flex; align-items: center; gap: 5px; }
.req { color: var(--orange); }
.hint { font-weight: 400; color: var(--ink-3); font-size: 12px; margin-left: auto; }
input, select, textarea { font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--ink); background: var(--bg); border: 1px solid var(--bg-3); border-radius: var(--radius-sm); padding: 10px 13px; width: 100%; transition: border-color 0.15s, box-shadow 0.15s, background 0.15s; outline: none; -webkit-appearance: none; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(244,121,32,0.12); background: var(--white); }
select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239a9895' d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 32px; cursor: pointer; }
textarea { resize: vertical; min-height: 80px; }

.input-wrap { position: relative; }
.input-prefix { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); font-size: 13px; color: var(--ink-3); pointer-events: none; }
.input-wrap input { padding-left: 26px; }
.input-suffix { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); font-size: 12px; color: var(--ink-3); pointer-events: none; background: var(--bg-2); padding: 2px 6px; border-radius: 4px; }

/* Radio cards */
.radio-cards { display: grid; gap: 9px; }
.rc2 { grid-template-columns: 1fr 1fr; }
.rc3 { grid-template-columns: 1fr 1fr 1fr; }
.radio-card { position: relative; cursor: pointer; display: flex; flex-direction: column; gap: 3px; padding: 13px 15px; border: 1.5px solid var(--bg-3); border-radius: var(--radius-sm); transition: all 0.15s; background: var(--white); }
.radio-card:hover { border-color: var(--orange-mid); }
.radio-card input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.radio-card.selected { border-color: var(--orange); background: var(--orange-light); }
.radio-card.selected .rc-title { color: var(--orange-2); }
.rc-check { position: absolute; top: 10px; right: 10px; width: 17px; height: 17px; border-radius: 50%; border: 1.5px solid var(--bg-3); background: var(--white); display: flex; align-items: center; justify-content: center; transition: all 0.15s; }
.radio-card.selected .rc-check { background: var(--orange); border-color: var(--orange); }
.rc-check::after { content: ''; width: 5px; height: 5px; border-radius: 50%; background: white; opacity: 0; transition: opacity 0.15s; }
.radio-card.selected .rc-check::after { opacity: 1; }
.rc-icon { font-size: 1.1rem; margin-bottom: 2px; }
.rc-title { font-size: 13px; font-weight: 600; color: var(--ink); }
.rc-sub { font-size: 11.5px; color: var(--ink-3); line-height: 1.3; }

/* Checkbox */
.checkbox-field { display: flex; gap: 10px; align-items: flex-start; padding: 11px 13px; border-radius: var(--radius-sm); border: 1px solid var(--bg-3); background: var(--bg); cursor: pointer; transition: border-color 0.15s; }
.checkbox-field:hover { border-color: var(--orange-mid); }
.checkbox-field input[type="checkbox"] { width: 16px; min-width: 16px; height: 16px; margin-top: 2px; cursor: pointer; accent-color: var(--orange); }
.checkbox-text { font-size: 13px; color: var(--ink-2); line-height: 1.5; }

.divider { height: 1px; background: var(--bg-2); margin: 1.5rem 0; }
.section-label { font-size: 11px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 0.9rem; }

/* Info boxes */
.info-box { border-radius: var(--radius-sm); padding: 13px 15px; display: flex; gap: 10px; font-size: 13px; line-height: 1.5; }
.info-box-green { background: var(--accent-light); border: 1px solid var(--accent-mid); color: var(--accent); }
.info-box-purple { background: var(--persona-light); border: 1px solid var(--persona-mid); color: #3d2499; }
.info-box-amber { background: var(--orange-light); border: 1px solid var(--orange-mid); color: var(--orange-2); }

/* Persona handoff */
.persona-handoff { background: var(--accent-light); border: 1.5px solid var(--accent-mid); border-radius: var(--radius); padding: 2rem; text-align: center; margin-bottom: 1.5rem; }
.persona-logo { font-size: 1.5rem; margin-bottom: 0.5rem; }
.persona-handoff h3 { font-family: 'DM Serif Display', serif; font-size: 1.3rem; font-weight: 400; color: var(--accent); margin-bottom: 0.4rem; }
.persona-handoff p { font-size: 13px; color: var(--accent-2); line-height: 1.55; margin-bottom: 1.25rem; }
.persona-steps { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 1.25rem; }
.persona-step { background: white; border-radius: var(--radius-sm); padding: 12px; border: 1px solid var(--accent-mid); }
.persona-step-num { font-size: 11px; font-weight: 700; color: var(--orange); margin-bottom: 4px; letter-spacing: 0.05em; }
.persona-step-text { font-size: 12px; color: var(--accent); line-height: 1.4; }
.btn-persona { background: var(--orange); color: white; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 600; padding: 12px 28px; border-radius: var(--radius-sm); border: none; cursor: pointer; transition: all 0.15s; display: inline-flex; align-items: center; gap: 8px; }
.btn-persona:hover { background: var(--orange-2); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(244,121,32,0.35); }

/* Owners list */
.owners-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 1rem; }
.owner-card { background: var(--bg); border: 1px solid var(--bg-3); border-radius: var(--radius-sm); padding: 14px 16px; display: flex; align-items: center; gap: 12px; }
.owner-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--orange-light); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; color: var(--orange); min-width: 38px; }
.owner-info { flex: 1; }
.owner-name { font-size: 14px; font-weight: 500; color: var(--ink); }
.owner-meta { font-size: 12px; color: var(--ink-3); margin-top: 2px; }
.owner-kyc-badge { font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 10px; white-space: nowrap; }
.kyc-pending { background: var(--orange-light); color: var(--orange-2); }
.kyc-done { background: var(--accent-light); color: var(--accent-2); }
.btn-remove { background: none; border: none; cursor: pointer; color: var(--ink-3); padding: 4px; border-radius: 4px; font-size: 18px; line-height: 1; transition: color 0.15s; }
.btn-remove:hover { color: var(--danger); }
.btn-add-owner { background: var(--white); border: 1.5px dashed var(--bg-3); border-radius: var(--radius-sm); padding: 12px; width: 100%; text-align: center; font-size: 13px; color: var(--ink-3); cursor: pointer; transition: all 0.15s; font-family: 'DM Sans', sans-serif; }
.btn-add-owner:hover { border-color: var(--orange-mid); color: var(--orange-2); background: var(--orange-light); }

/* Owner modal */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.45); z-index: 200; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.2s; }
.modal-overlay.open { opacity: 1; pointer-events: all; }
.modal { background: var(--white); border-radius: var(--radius); padding: 0; width: 100%; max-width: 580px; box-shadow: 0 8px 40px rgba(0,0,0,0.18); transform: translateY(10px); transition: transform 0.2s; overflow: hidden; max-height: 92vh; display: flex; flex-direction: column; }
.modal-overlay.open .modal { transform: translateY(0); }
.modal-scrollbody { overflow-y: auto; padding: 1.5rem 1.75rem; flex: 1; }
.modal h3 { font-family: 'DM Serif Display', serif; font-size: 1.2rem; font-weight: 400; color: var(--ink); }
.modal-sub-header { padding: 1.5rem 1.75rem 0; }
.modal-footer { padding: 1rem 1.75rem; border-top: 1px solid var(--bg-2); display: flex; justify-content: flex-end; gap: 8px; flex-shrink: 0; background: var(--white); }
.modal h3 { font-family: 'DM Serif Display', serif; font-size: 1.25rem; font-weight: 400; margin-bottom: 0.25rem; }
.modal-sub { font-size: 13px; color: var(--ink-3); margin-bottom: 1.25rem; }
.modal-footer { display: flex; justify-content: flex-end; gap: 10px; margin-top: 1.5rem; }

/* Review */
.review-section { border: 1px solid var(--bg-3); border-radius: var(--radius-sm); overflow: hidden; margin-bottom: 1.25rem; }
.review-edit { font-size: 12px; color: var(--orange); cursor: pointer; background: none; border: none; font-family: inherit; }
.review-edit:hover { text-decoration: underline; }
.review-section-header span { font-size: 11px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-3); }
.review-edit { font-size: 12px; color: var(--orange); cursor: pointer; background: none; border: none; font-family: inherit; }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; }
.review-row { padding: 9px 15px; border-bottom: 1px solid var(--bg-2); display: flex; flex-direction: column; gap: 2px; }
.review-row:nth-last-child(-n+2) { border-bottom: none; }
.review-label { font-size: 11px; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.04em; }
.review-value { font-size: 13.5px; color: var(--ink); font-weight: 500; }
.review-full { grid-column: 1 / -1; }

/* Persona review row */
.persona-review-row { padding: 12px 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--bg-2); }
.persona-review-row:last-child { border-bottom: none; }
.persona-owner-info { display: flex; align-items: center; gap: 10px; }
.persona-owner-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--orange-light); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: var(--orange); }
.persona-status { font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 10px; }
.status-verified { background: var(--accent-light); color: var(--accent-2); }
.status-pending { background: var(--orange-light); color: var(--orange-2); }

/* Buttons */
.btn { font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; padding: 10px 20px; border-radius: var(--radius-sm); border: none; cursor: pointer; transition: all 0.15s; display: inline-flex; align-items: center; gap: 7px; }
.btn-primary { background: var(--orange); color: white; box-shadow: 0 1px 3px rgba(244,121,32,0.3); }
.btn-primary:hover { background: var(--orange-2); transform: translateY(-1px); box-shadow: 0 3px 8px rgba(244,121,32,0.35); }
.btn-ghost { background: transparent; color: var(--ink-2); border: 1px solid var(--bg-3); }
.btn-ghost:hover { background: var(--bg-2); }
.btn svg { width: 15px; height: 15px; stroke: currentColor; stroke-width: 2; fill: none; }
.save-note { font-size: 12px; color: var(--ink-3); display: flex; align-items: center; gap: 5px; }
.save-note svg { width: 13px; height: 13px; stroke: var(--ink-3); fill: none; }

/* Success */
.success-panel { text-align: center; padding: 3rem 2rem; }
.success-icon { width: 60px; height: 60px; border-radius: 50%; background: var(--orange-light); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; }
.success-icon svg { width: 26px; height: 26px; stroke: var(--orange); fill: none; stroke-width: 2.5; }
.success-panel h2 { font-family: 'DM Serif Display', serif; font-size: 1.9rem; font-weight: 400; margin-bottom: 0.5rem; }
.success-panel p { font-size: 14.5px; color: var(--ink-2); line-height: 1.6; max-width: 400px; margin: 0 auto 2rem; }
.app-id { display: inline-flex; align-items: center; gap: 8px; background: var(--bg-2); padding: 7px 16px; border-radius: 20px; font-size: 13px; color: var(--ink-2); font-family: monospace; margin-bottom: 2rem; }

@media (max-width: 768px) {
    main { grid-template-columns: 1fr; padding: 1rem; gap: 1rem; }
    .sidebar { position: static; }
    .steps-list { flex-direction: row; flex-wrap: wrap; gap: 4px; }
    .step-item { padding: 7px 9px; }
    .step-sub, .step-tag { display: none; }
    .g2, .g3, .rc2, .rc3, .persona-steps { grid-template-columns: 1fr; }
    .review-grid { grid-template-columns: 1fr; }
}

/* ── Sales model cards ── */
.sales-model-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 9px; }
.sm-card { position: relative; background: var(--white); border: 1.5px solid var(--bg-3); border-radius: var(--radius-sm); padding: 13px 13px 11px; display: flex; flex-direction: column; gap: 3px; cursor: pointer; transition: all 0.15s; }
.sm-card:hover { border-color: var(--orange-mid); background: var(--orange-l); }
.sm-card.selected { border-color: var(--orange); background: var(--orange-l); }
.sm-check { position: absolute; top: 8px; right: 9px; width: 17px; height: 17px; border-radius: 50%; border: 1.5px solid var(--bg-3); background: var(--white); font-size: 9px; display: flex; align-items: center; justify-content: center; color: transparent; transition: all 0.15s; }
.sm-card.selected .sm-check { background: var(--orange); border-color: var(--orange); color: white; }
.sm-icon { font-size: 1.15rem; margin-bottom: 2px; }
.sm-title { font-size: 13px; font-weight: 600; color: var(--ink); }
.sm-card.selected .sm-title { color: var(--orange-2); }
.sm-sub { font-size: 11.5px; color: var(--ink-3); line-height: 1.35; padding-right: 18px; }

/* ── Shipping method grid ── */
.ship-method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.ship-method-card { position: relative; background: var(--white); border: 1.5px solid var(--bg-3); border-radius: var(--radius-sm); padding: 13px 12px 11px; display: flex; flex-direction: column; align-items: center; gap: 5px; cursor: pointer; transition: all 0.15s; text-align: center; }
.ship-method-card:hover { border-color: var(--orange-mid); background: var(--orange-l); }
.ship-method-card.selected { border-color: var(--orange); background: var(--orange-l); }
.shm-check { position: absolute; top: 7px; right: 8px; width: 17px; height: 17px; border-radius: 50%; border: 1.5px solid var(--bg-3); background: var(--white); font-size: 9px; display: flex; align-items: center; justify-content: center; color: transparent; transition: all 0.15s; }
.ship-method-card.selected .shm-check { background: var(--orange); border-color: var(--orange); color: white; }
.shm-icon { font-size: 1.35rem; line-height: 1; }
.shm-title { font-size: 12.5px; font-weight: 600; color: var(--ink); }
.ship-method-card.selected .shm-title { color: var(--orange-2); }
.shm-sub { font-size: 11px; color: var(--ink-3); line-height: 1.3; }

/* ── Policy rows ── */
.policy-grid { display: flex; flex-direction: column; gap: 10px; }
.policy-row { display: grid; grid-template-columns: 32px 1fr 280px; gap: 12px; align-items: center; background: var(--bg); border: 1px solid var(--bg-3); border-radius: var(--radius-sm); padding: 12px 14px; }
.policy-icon { font-size: 1.2rem; text-align: center; }
.policy-info { }
.policy-label { font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: 2px; }
.policy-sub { font-size: 11.5px; color: var(--ink-3); line-height: 1.35; }
.policy-input-wrap { display: flex; flex-direction: column; gap: 4px; }
.policy-status { font-size: 11px; color: var(--ink-3); min-height: 14px; }
.policy-status.valid { color: var(--accent-2); }
.policy-status.invalid { color: var(--danger); }

/* ── Volume tier grid ── */
.volume-grid { grid-template-columns: repeat(4, 1fr) !important; }
.volume-grid .radio-card.disqualify-selected { border-color: var(--danger) !important; background: var(--red-l, #fdf0ef) !important; }
.volume-grid .radio-card.disqualify-selected .rc-title { color: var(--danger) !important; }
.volume-grid .radio-card.disqualify-selected .rc-check { background: var(--danger) !important; border-color: var(--danger) !important; }

/* ── Descriptor length counter ── */

/* ── Settlement currency cards ── */
.settle-currency-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; }
.settle-currency-card { position: relative; background: var(--white); border: 1.5px solid var(--bg-3); border-radius: var(--radius-sm); padding: 13px 8px 11px; display: flex; flex-direction: column; align-items: center; gap: 4px; cursor: pointer; transition: all 0.15s; text-align: center; }
.settle-currency-card:hover { border-color: var(--orange-mid); background: var(--orange-l); }
.settle-currency-card.selected { border-color: var(--orange); background: var(--orange-l); box-shadow: 0 0 0 3px rgba(244,121,32,0.1); }
.scc-check { position: absolute; top: 6px; right: 7px; width: 16px; height: 16px; border-radius: 50%; border: 1.5px solid var(--bg-3); background: var(--white); font-size: 8px; display: flex; align-items: center; justify-content: center; color: transparent; transition: all 0.15s; }
.settle-currency-card.selected .scc-check { background: var(--orange); border-color: var(--orange); color: white; }
.scc-flag { font-size: 1.4rem; line-height: 1; }
.scc-code { font-size: 13px; font-weight: 700; color: var(--ink); }
.settle-currency-card.selected .scc-code { color: var(--orange-2); }
.scc-name { font-size: 10.5px; color: var(--ink-3); line-height: 1.2; }

/* ── Additional settlement currency chips ── */
.settle-addl-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.settle-addl-chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 20px; border: 1.5px solid var(--bg-3); background: var(--white); cursor: pointer; transition: all 0.15s; user-select: none; }
.settle-addl-chip:hover { border-color: var(--blue-m); background: var(--blue-l); }
.settle-addl-chip.selected { border-color: var(--blue); background: var(--blue-l); }
.sac-flag { font-size: 1rem; }
.sac-code { font-size: 13px; font-weight: 600; color: var(--ink-2); }
.settle-addl-chip.selected .sac-code { color: var(--blue); }

/* ── Bank month label grid ── */
.bank-month-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.bank-month-card { background: var(--bg); border: 1px solid var(--bg-3); border-radius: var(--radius-sm); padding: 11px 13px; display: flex; flex-direction: column; gap: 5px; }
.bmc-file { font-size: 12px; font-weight: 500; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bmc-select { font-family: inherit; font-size: 12px; color: var(--ink-2); background: var(--white); border: 1px solid var(--bg-3); border-radius: 6px; padding: 5px 8px; width: 100%; outline: none; -webkit-appearance: none; cursor: pointer; }
.channel-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.channel-split-item { display: flex; align-items: center; gap: 10px; background: var(--bg); border: 1px solid var(--bg-3); border-radius: var(--radius-sm); padding: 12px 14px; }
.cs-icon { font-size: 1.3rem; flex-shrink: 0; }
.cs-label { flex: 1; font-size: 13px; font-weight: 500; color: var(--ink-2); line-height: 1.35; }
.cs-label span { font-size: 11px; color: var(--ink-3); font-weight: 400; }
.cs-input-wrap { display: flex; align-items: center; gap: 3px; }
.cs-input { width: 62px !important; text-align: center; padding: 7px 6px !important; font-weight: 600; font-size: 15px !important; }
.cs-pct { font-size: 14px; font-weight: 600; color: var(--ink-3); }
.channel-total-row { display: flex; align-items: center; gap: 12px; padding: 6px 0; }
.ct-bar-wrap { flex: 1; height: 6px; background: var(--bg-3); border-radius: 4px; overflow: hidden; }
.ct-bar-fill { height: 100%; border-radius: 4px; background: var(--orange); transition: width 0.3s, background 0.3s; }
.ct-bar-fill.over { background: var(--danger); }
.ct-bar-fill.done { background: var(--accent); }
.ct-label { font-size: 13px; color: var(--ink-2); white-space: nowrap; }
.ct-ok { color: var(--accent); font-size: 12px; margin-left: 6px; }
.ct-warn { color: var(--danger); font-size: 12px; margin-left: 6px; }

/* ── Geographic grid ── */
.geo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.geo-item { display: flex; align-items: center; gap: 9px; background: var(--bg); border: 1px solid var(--bg-3); border-radius: var(--radius-sm); padding: 10px 12px; }
.geo-flag { font-size: 1.2rem; flex-shrink: 0; }
.geo-label { flex: 1; font-size: 13px; font-weight: 500; color: var(--ink-2); }

/* ── Currency chips ── */
.currency-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.currency-chip-label { display: inline-flex; align-items: center; gap: 5px; padding: 6px 14px; border-radius: 20px; border: 1.5px solid var(--bg-3); background: var(--white); font-size: 13px; font-weight: 500; color: var(--ink-2); cursor: pointer; transition: all 0.15s; user-select: none; }
.currency-chip-label:hover { border-color: var(--orange-mid); background: var(--orange-l); }
.currency-chip-label.selected { border-color: var(--orange); background: var(--orange-l); color: var(--orange-2); font-weight: 600; }
.cc-flag { font-size: 1rem; }

/* ── Payment method cards ── */
.pm-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.pm-card { position: relative; background: var(--white); border: 1.5px solid var(--bg-3); border-radius: var(--radius-sm); padding: 14px 10px 10px; display: flex; flex-direction: column; align-items: center; gap: 6px; cursor: pointer; transition: all 0.15s; text-align: center; }
.pm-card:hover { border-color: var(--orange-mid); background: var(--orange-l); }
.pm-card.selected { border-color: var(--orange); background: var(--orange-l); }
.pm-check { position: absolute; top: 6px; right: 7px; width: 17px; height: 17px; border-radius: 50%; border: 1.5px solid var(--bg-3); background: var(--white); font-size: 9px; display: flex; align-items: center; justify-content: center; color: transparent; transition: all 0.15s; }
.pm-card.selected .pm-check { background: var(--orange); border-color: var(--orange); color: white; }
.pm-logo { height: 28px; display: flex; align-items: center; justify-content: center; }
.pm-logo svg { max-height: 28px; max-width: 64px; }
.pm-name { font-size: 11.5px; font-weight: 500; color: var(--ink-2); }
.pm-card.selected .pm-name { color: var(--orange-2); }

/* ── Upload zone ── */
.upload-zone { border: 2px dashed var(--bg-3); border-radius: var(--radius-sm); padding: 2rem 1.5rem; text-align: center; cursor: pointer; transition: all 0.2s; background: var(--bg); }
.upload-zone:hover, .upload-zone.drag-over { border-color: var(--orange); background: var(--orange-l); }
.uz-icon { font-size: 2rem; margin-bottom: 0.5rem; }
.uz-title { font-size: 14px; font-weight: 500; color: var(--ink-2); margin-bottom: 0.25rem; }
.uz-sub { font-size: 12.5px; color: var(--ink-3); }
.uz-link { color: var(--orange); text-decoration: underline; cursor: pointer; }
.upload-list { display: flex; flex-direction: column; gap: 7px; margin-top: 0.75rem; }
.upload-file-row { display: flex; align-items: center; gap: 10px; background: var(--white); border: 1px solid var(--bg-3); border-radius: var(--radius-sm); padding: 10px 14px; }
.uf-icon { font-size: 1.3rem; flex-shrink: 0; }
.uf-info { flex: 1; min-width: 0; }
.uf-name { font-size: 13px; font-weight: 500; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.uf-size { font-size: 11.5px; color: var(--ink-3); }
.uf-remove { background: none; border: none; cursor: pointer; font-size: 16px; color: var(--ink-3); transition: color 0.15s; padding: 0 2px; }
.uf-remove:hover { color: var(--danger); }
.uf-badge { font-size: 10.5px; font-weight: 600; padding: 2px 8px; border-radius: 10px; background: var(--accent-light); color: var(--accent-2); white-space: nowrap; }
.upload-months-check { margin-top: 0.5rem; }
.umc-inner { display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: var(--radius-sm); font-size: 13px; background: var(--orange-l); border: 1px solid var(--orange-mid); color: var(--orange-2); }
.umc-inner.ok { background: var(--accent-light); border-color: var(--accent-mid); color: var(--accent-2); }

/* ── Acquirer partner cards ── */
.acquirer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.acquirer-card { position: relative; background: var(--white); border: 1.5px solid var(--bg-3); border-radius: var(--radius); padding: 16px 14px 13px; display: flex; flex-direction: column; gap: 7px; cursor: pointer; transition: all 0.18s; }
.acquirer-card:hover { border-color: var(--accent-mid); box-shadow: 0 2px 8px rgba(30,45,77,0.1); transform: translateY(-1px); }
.acquirer-card.selected { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(244,121,32,0.12); }
.acquirer-card input[type="checkbox"] { position: absolute; opacity: 0; width: 0; height: 0; }
.acq-check { position: absolute; top: 10px; right: 11px; width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid var(--bg-3); background: var(--white); font-size: 10px; display: flex; align-items: center; justify-content: center; color: transparent; transition: all 0.15s; }
.acquirer-card.selected .acq-check { background: var(--orange); border-color: var(--orange); color: white; }
.acq-logo-wrap { margin-bottom: 2px; }
.acq-logo { display: inline-flex; align-items: center; justify-content: center; padding: 7px 12px; border-radius: var(--radius-sm); min-width: 80px; min-height: 38px; line-height: 1.2; text-align: center; }
.acq-name { font-size: 13.5px; font-weight: 700; color: var(--ink); }
.acq-detail { font-size: 12px; color: var(--ink-3); line-height: 1.45; flex: 1; }
.acq-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 2px; }
.acq-tag { font-size: 10.5px; font-weight: 600; padding: 2px 7px; border-radius: 8px; background: var(--bg-2); color: var(--ink-3); }
.acquirer-card.selected .acq-tag { background: var(--orange-l); color: var(--orange-2); }
.acq-summary { margin-top: 0.25rem; }
.acq-summary-inner { display: flex; align-items: flex-start; gap: 10px; background: var(--accent-light); border: 1px solid var(--accent-mid); border-radius: var(--radius-sm); padding: 12px 15px; }
.acq-sum-icon { font-size: 1.2rem; flex-shrink: 0; }
.acq-sum-title { font-size: 13.5px; color: var(--accent); margin-bottom: 3px; }
.acq-sum-names { font-size: 12px; color: var(--accent-2); font-weight: 500; }

/* ── Welcome screen ── */
body { flex-direction: column; }
.country-quick-card { display: flex; align-items: center; gap: 12px; padding: 13px 15px; border: 1.5px solid var(--bg-3); border-radius: var(--radius-sm); cursor: pointer; transition: all 0.15s; background: var(--white); }
.country-quick-card:hover { border-color: var(--orange-mid); background: var(--orange-l); }
.country-quick-card.selected { border-color: var(--orange); background: var(--orange-l); box-shadow: 0 0 0 3px rgba(244,121,32,0.1); }
.cqc-name { font-size: 13.5px; font-weight: 600; color: var(--ink); margin-bottom: 2px; }
.cqc-sub { font-size: 11.5px; color: var(--ink-3); }
.country-quick-card.selected .cqc-name { color: var(--orange-2); }
#start-btn:not([disabled]) { background: var(--orange); color: #fff; cursor: pointer; }
#start-btn:not([disabled]):hover { background: var(--orange-2); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(244,121,32,0.3); }

#step1-country-badge { font-size:13px;color:var(--ink-3);display:flex;align-items:center;gap:5px;margin-left:6px}

#main-app {display: grid;}
:root {
    --orange-l: var(--orange-light);
}

.step-tag {
    white-space: nowrap;
}

.slideover {
    position: fixed;
    top: 64px;
    right: 0;
    bottom: 0;
    width: 480px;
    background: var(--white);
    border-left: 1px solid var(--bg3);
    z-index: 250;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
    overflow-y: auto;
}

.so-hdr {
    padding: 1.5rem 1.75rem;
    border-bottom: 1px solid var(--bg2);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background: var(--white);
    z-index: 10;
}
.so-body {
    padding: 1.5rem 1.75rem;
}

.so-section {
    margin-bottom: 1.75rem;
}

.so-section-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--ink3);
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--bg2);
}

.so-key {
    font-size: 13px;
    color: var(--ink3);
    flex-shrink: 0;
    width: 140px;
}

.so-val {
    font-size: 13px;
    color: var(--ink);
    font-weight: 500;
    text-align: right;
}

.so-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 7px 0;
    border-bottom: 1px solid var(--bg2);
}

.so-section {
    margin-bottom: 1.75rem;
}

.so-section-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--ink3);
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--bg2);
}

.so-sub {
    font-size: 13px;
    color: var(--ink3);
}

.so-close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 22px;
    color: var(--ink3);
    padding: 0;
    line-height: 1;
}

.checklist {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ci-done {
    color: var(--green);
}

.slideover.open {
    transform: translateX(0);
}

.bank-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.bt-item {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    position: relative;
}

.bt-info {
    flex: 1;
}

.bt-bank {
    font-size: 13.5px;
    font-weight: 500;
    color: var(--ink);
    margin-bottom: 2px;
}

.bt-date {
    font-size: 11.5px;
    color: var(--ink3);
}

.modal-btn-primary {
    background: var(--orange);
    color: #fff;
    border-color: var(--orange);
}

.modal-btn {
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: var(--rsm);
    border: 1px solid var(--bg3);
    background: var(--white);
    color: var(--ink2);
    cursor: pointer;
    transition: background 0.15s;
}

body {
    font-family: 'DM Sans',sans-serif;
    color: var(--ink);
}

.bt-reason {
    font-size: 12px;
    color: var(--red);
    background: var(--red-l);
    border-radius: var(--rxs);
    padding: 6px 10px;
    margin-top: 6px;
    line-height: 1.5;
}

.act-btn {
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: var(--rxs);
    border: 1px solid var(--bg3);
    background: var(--white);
    color: var(--ink2);
    cursor: pointer;
    transition: all 0.15s;
    white-space: nowrap;
}

.ci-done .ci-icon {
    color: #16a34a;
}

.ci-missing .ci-icon {
    color: #dc2626;
}

/* FILTERS */

.filters {
    display: flex;
    gap: 1rem;
    width: 100%;
}

.filter-tabs {
    display: flex;
    flex-wrap: nowrap;
    background: var(--bg2);
    border-radius: var(--rsm);
    padding: 3px;
    gap: 2px;
    flex: 0 1 auto;
    min-width: 0;
}

.ftab {
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    color: var(--ink3);
    background: transparent;
    transition: all 0.15s;
    white-space: nowrap;
}

.ftab.active {
    background: var(--white);
    color: var(--ink);
    box-shadow: var(--shadow-sm);
}

.filters-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1 1 auto;
    min-width: 0;
}

.search-wrap {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.search-wrap .form-control {
    width: 100%;
    padding-right: 2.5rem;
}

.search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bs-secondary-color);
    font-size: 0.9rem;
    pointer-events: none;
    z-index: 10;
}

.filter-sel {
    flex: 0;
    font-family: inherit;
    font-size: 13px;
    color: var(--ink2);
    background-color: var(--white);
    border: 1px solid var(--bg3);
    border-radius: var(--rsm);
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%238a90a2' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
}

@media (max-width: 768px) {
    .filters {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-tabs,
    .filters-row {
        width: 100%;
    }

    .filters-row {
        flex-direction: column;
    }

    .filter-sel {
        width: 100%;
        flex: none;
    }
}
