html{color:#1f2937;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f3f5f9;font-weight:400;line-height:1.5}body{min-width:320px;margin:0}img,svg{max-width:100%;display:block}#root{min-height:100vh}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}:root{--blue-900:#0c3e84;--blue-800:#0b4a9e;--blue-700:#1d5fd6;--blue-600:#2a7ae8;--blue-500:#3b82f6;--blue-100:#eaf3ff;--nav-blue:#0e5ab5;--nav-dark:#0f2d57;--bg:#f3f5f9;--panel:#fff;--panel-alt:#f7f8fb;--line:#dfe7f2;--line-soft:#edf0f6;--text:#1f2a37;--muted:#69778d;--green:#2bb673;--green-soft:#eafaf1;--red:#e65555;--red-soft:#ffe9e9;--orange:#f29d38;--orange-soft:#fff1df;--purple:#7c69ff;--purple-soft:#f1eeff;--bronze:#d9994d;--silver:#a7b5c4;--gold:#f8ba32;--diamond:#5da9ff;--shadow:0 10px 24px #10182814}*{box-sizing:border-box}html,body,#root{background:var(--bg);height:100%;min-height:100%;color:var(--text);margin:0;font-family:Inter,Segoe UI,sans-serif}button,input,select{font:inherit}button{cursor:pointer}.app-shell{background:var(--bg);min-height:100vh;display:flex}.sidebar{color:#edf4ff;background:linear-gradient(#0d4d9a 0%,#0a3f83 100%);border-right:1px solid #ffffff1f;flex-direction:column;width:220px;padding:18px 14px 12px;display:flex}.brand-block{border-bottom:1px solid #ffffff14;align-items:center;margin-bottom:16px;padding:4px 8px 18px;display:flex}.brand-logo{object-fit:contain;width:100%;height:auto;max-height:82px;display:block}.sidebar-nav{flex-direction:column;gap:8px;margin-top:8px;display:flex}.nav-item{color:#ffffffe0;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:12px 12px 12px 14px;font-weight:500;transition:all .2s;display:flex}.nav-item.active{background:#ffffff1f;box-shadow:inset 0 0 0 1px #ffffff0f}.nav-icon{justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.nav-icon svg{width:18px;height:18px}.earn-box{color:#edf4ff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:14px;margin-top:auto;padding:18px 14px 14px}.gift-emoji{margin-bottom:8px;font-size:2rem}.earn-box-title{margin-bottom:12px;font-size:1.05rem;line-height:1.4}.earn-box button{color:#0d4d9a;background:#fff;border:none;border-radius:8px;width:100%;padding:10px 14px;font-weight:700}.user-mini-profile{border-top:1px solid #ffffff1f;align-items:center;gap:10px;margin-top:16px;padding:10px 8px;display:flex}.mini-avatar{background:#ffffff2e;border-radius:50%;place-items:center;width:30px;height:30px;font-size:.75rem;font-weight:700;display:grid}.mini-name{font-size:.9rem;font-weight:700}.mini-role{opacity:.74;font-size:.72rem}.main-panel{flex-direction:column;flex:1;display:flex}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffc;justify-content:space-between;align-items:center;height:74px;padding:0 22px 0 18px;display:flex}.topbar-actions{align-items:center;gap:16px;display:flex}.signup-shell{background:linear-gradient(#edf4ff 0%,#f3f5f9 100%);place-items:center;min-height:100vh;padding:32px 16px;display:grid}.signup-card{border:1px solid var(--line);width:min(860px,100%);box-shadow:var(--shadow);background:#fffffff5;border-radius:22px;padding:28px}.signup-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--blue-700);margin:0 0 8px;font-size:.72rem;font-weight:700}.signup-header h1{letter-spacing:-.05em;margin:0;font-size:clamp(2rem,3vw,2.6rem)}.signup-form,.otp-form,.locked-state,.success-state{flex-direction:column;gap:18px;display:flex}.field-row{gap:16px;display:grid}.field-row.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.signup-form label,.otp-form label{color:var(--text);flex-direction:column;gap:8px;font-weight:600;display:flex}.signup-form input,.otp-input{border:1px solid var(--line);height:46px;color:var(--text);font:inherit;background:#fff;border-radius:12px;padding:0 14px}.signup-form input:focus,.otp-input:focus{border-color:var(--blue-500);outline:2px solid #3a7aff33}.signup-actions{align-items:center;gap:12px;margin-top:6px;display:flex}.otp-label.login-signup-prompt{margin-top:18px}.primary-btn,.secondary-btn{cursor:pointer;border:none;border-radius:12px;padding:12px 18px;font-weight:700}.primary-btn{color:#fff;background:linear-gradient(135deg,#0d4d9a 0%,#1763d3 100%)}.secondary-btn{color:var(--blue-800);background:#edf4ff}.status-banner{border:1px solid #0000;border-radius:12px;padding:12px 14px;font-weight:600}.status-banner.success{background:var(--green-soft);color:#0d7a48;border-color:#2bb6732e}.status-banner.error{background:var(--red-soft);color:#b63d3d;border-color:#e6555526}.otp-label{color:var(--muted);margin:0;font-size:1rem}.otp-input{text-align:center;letter-spacing:.35em;width:min(260px,100%);padding-left:12px;font-size:1.7rem}.locked-state,.success-state{padding-top:8px}.locked-state h2,.success-state h2{margin:0;font-size:1.7rem}.locked-state p,.success-state p{color:var(--muted);margin:0;line-height:1.6}.header-icon{border:1px solid var(--line);width:36px;height:36px;color:var(--text);background:#f6f8fd;border-radius:50%;place-items:center;display:grid}.header-icon svg{width:16px;height:16px}.toolbar-user{cursor:pointer;font:inherit;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:4px;display:flex}.toolbar-user:hover{background:#f6f8fd}.toolbar-user-menu{position:relative}.toolbar-chevron{color:var(--muted);place-items:center;display:grid}.toolbar-chevron svg{width:12px;height:12px}.toolbar-dropdown{border:1px solid var(--line);z-index:20;background:#fff;border-radius:10px;min-width:150px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 30px #0f172a1f}.toolbar-dropdown-item{text-align:left;width:100%;font:inherit;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 10px}.toolbar-dropdown-item:hover{background:#f6f8fd}.toolbar-avatar{color:#fff;background:linear-gradient(135deg,#1f7cf0,#0d4d9a);border-radius:50%;place-items:center;width:36px;height:36px;font-weight:700;display:grid}.toolbar-name{font-size:.95rem;font-weight:700}.toolbar-role{color:var(--muted);font-size:.72rem}.content-area{padding:22px 26px 28px}.page-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.page-header.compact{margin-bottom:18px}.page-header h1{letter-spacing:-.04em;color:#1c2635;margin:0;font-size:2.1rem}.page-header p{color:var(--muted);margin-top:4px}.state-pills{align-items:center;gap:10px;display:flex}.phase-pill,.approved-pill,.view-only-link,.secondary-badge,.phase-tag{border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.phase-pill{border:1px solid var(--line);color:var(--blue-700);background:#edf5ff}.approved-pill{color:var(--green);background:#eafaf1;border:1px solid #2bb67340}.view-only-link{border:1px solid var(--line);color:var(--muted);background:#f8f9fb}.customer-overview{grid-template-columns:1.8fr 1.2fr 1fr;gap:18px;margin-bottom:24px;display:grid}.card-light{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffe6;border-radius:16px}.profile-summary-card,.status-card,.verified-card,.tier-card,.metric-card,.recent-activity,.view-only-banner,.supervisor-queue,.supervisor-details,.workflow-panel,.upload-panel,.threshold-panel,.profile-panel-card{background:#fffffff5}.profile-summary-card{padding:18px 22px 14px}.card-header-row{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.card-header-row h3,.section-title-row h3,.upload-header h3,.threshold-header h3,.table-title-row h3,.workflow-head,.info-name{margin:0;font-size:1.05rem}.profile-lines{gap:10px;display:grid}.profile-line{color:var(--muted);border-bottom:1px solid var(--line-soft);grid-template-columns:160px 1fr;align-items:center;gap:14px;padding-bottom:6px;font-size:.82rem;display:grid}.profile-line:last-child{border-bottom:none}.profile-line strong{color:var(--text);font-weight:600}.status-side,.tier-side{flex-direction:column;gap:16px;display:flex}.status-card{flex-direction:column;align-items:center;gap:12px;min-height:166px;padding:18px;display:flex}.status-icon{border-radius:50%;place-items:center;width:62px;height:62px;margin:0 auto;font-size:2rem;display:grid}.status-icon.green{background:var(--green-soft);color:var(--green)}.status-card h3{text-align:center;margin:0;font-size:1.25rem}.status-card p{text-align:center;color:var(--muted);margin:0;line-height:1.5}.status-card .primary-btn{text-decoration:none;display:inline-block}.verified-card{padding:16px 16px 18px}.phone-pill{color:var(--green);background:var(--green-soft);border-radius:999px;align-items:center;gap:8px;padding:8px 10px;font-weight:600;display:inline-flex}.phone-pill svg{width:16px;height:16px}.phone-number{margin-top:14px;font-size:1.05rem;font-weight:700}.phone-meta{color:var(--muted);margin-top:8px;font-size:.8rem}.tier-card{text-align:center;flex-direction:column;align-items:center;padding:18px 18px 16px;display:flex}.shield-wrap{color:#4d5f82;border:1px solid var(--line);background:linear-gradient(135deg,#edf1f8,#dfe7f3);border-radius:50%;place-items:center;width:84px;height:84px;margin-bottom:10px;display:grid}.shield-wrap svg{width:40px;height:40px}.tier-label{letter-spacing:-.05em;font-size:2rem;font-weight:800}.tier-sub{color:var(--muted);margin-top:4px;margin-bottom:12px}.tier-progress{background:#edf2f7;border-radius:999px;width:100%;height:8px;margin-bottom:10px;overflow:hidden}.tier-progress span{background:linear-gradient(90deg,#3b82f6,#6aa4ff);width:50%;height:100%;display:block}.tier-amount{margin-bottom:6px;font-size:.95rem;font-weight:700}.tier-footer{color:var(--muted);margin-bottom:14px;font-size:.8rem}.view-benefits,.link-btn,.support-btn,.edit-btn,.ghost-link,.close-btn,.chevron-btn{color:var(--blue-700);background:0 0;border:none;font-weight:700}.summary-grid.three-up{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:10px;display:grid}.metric-card{padding:18px 18px 12px}.metric-head{color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:12px;font-size:.9rem;display:flex}.small-icon{box-sizing:border-box;width:34px;height:34px;color:var(--blue-700);background:#f2f6ff;border-radius:10px;place-items:center;display:grid}.metric-value{letter-spacing:-.05em;margin-bottom:6px;font-size:2rem;font-weight:800}.metric-change{color:var(--muted);font-size:.8rem}.recent-activity{margin-top:24px;padding:18px 18px 10px}.table-title-row,.section-title-row,.upload-header,.threshold-header,.panel-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.recent-activity table,.data-table,.profile-panel-card table{border-collapse:collapse;width:100%;margin-top:12px}.recent-activity th,.recent-activity td,.data-table th,.data-table td,.profile-panel-card th,.profile-panel-card td{text-align:left;border-bottom:1px solid var(--line-soft);padding:12px 10px;font-size:.85rem}.recent-activity th,.data-table th,.profile-panel-card th{color:var(--muted);font-weight:600}.type-badge,.status-badge{border-radius:999px;justify-content:center;align-items:center;padding:5px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.type-badge.buy,.status-badge.green{color:var(--green);background:var(--green-soft)}.status-badge.red{color:var(--red);background:var(--red-soft)}.status-badge.orange{color:var(--orange);background:var(--orange-soft)}.view-only-banner{align-items:center;gap:14px;margin-top:24px;padding:18px 20px;display:flex}.banner-icon{width:38px;height:38px;color:var(--blue-700);background:#edf3ff;border-radius:50%;place-items:center;display:grid}.banner-icon svg{width:18px;height:18px}.view-only-banner strong{margin-bottom:4px;font-size:1.05rem;display:block}.view-only-banner p{color:var(--muted);max-width:720px;margin:0}.support-btn{color:var(--blue-700);background:#edf5ff;border-radius:10px;margin-left:auto;padding:10px 14px}.summary-grid.five-up{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.stat-compact{border:1px solid var(--line);box-shadow:var(--shadow);background:#fffffff5;border-radius:14px;padding:18px 16px 14px}.mini-icon{width:36px;height:36px;color:var(--blue-700);background:#eef4ff;border-radius:10px;place-items:center;margin-bottom:12px;display:grid}.mini-top{color:var(--muted);min-height:36px;font-size:.8rem}.mini-value{letter-spacing:-.04em;margin:6px 0 4px;font-size:1.7rem;font-weight:800}.mini-note{color:var(--muted);font-size:.76rem}.view-only-alert{border:1px solid var(--line);color:var(--muted);background:#edf6ff;border-radius:10px;align-items:center;gap:10px;margin-bottom:16px;padding:12px 14px;display:flex}.basic-user-layout,.supervisor-layout{grid-template-columns:minmax(0,2.2fr) minmax(310px,.9fr);gap:18px;display:grid}.table-panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#fffffff5;border-radius:16px;padding:18px 18px 12px}.filters-bar{border-bottom:1px solid var(--line-soft);flex-direction:column;gap:12px;padding-bottom:12px;display:flex}.filter-row{grid-template-columns:1.5fr .7fr .7fr;gap:12px;display:grid}.filter-row.secondary{grid-template-columns:1.2fr .9fr .9fr auto}.field{flex-direction:column;gap:6px;display:flex}.field label{color:var(--muted);font-size:.75rem}.field input,.field select{border:1px solid var(--line);height:38px;color:var(--text);background:#fff;border-radius:9px;padding:0 12px}.mini-inputs{grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;display:grid}.calendar-wrap{position:relative}.calendar-wrap:after{content:"📅";font-size:.9rem;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.clear-button{border:1px solid var(--line);height:38px;color:var(--blue-700);background:#f3f7ff;border-radius:8px;align-self:end;padding:0 14px;font-weight:600}.data-table-header{color:var(--muted);margin-top:14px;margin-bottom:4px;font-size:.82rem}.data-table tbody tr:hover{background:#f8fbff}.tier-badge{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:5px 10px;font-size:.74rem;font-weight:700;display:inline-flex}.tier-bronze{color:var(--bronze);background:#fff2e8;border-color:#d9994d33}.tier-silver{color:var(--silver);background:#f1f4f9;border-color:#a7b5c440}.tier-gold{color:var(--gold);background:#fff7df;border-color:#f8ba3233}.tier-diamond{color:var(--diamond);background:#edf5ff;border-color:#5da9ff33}.tier-default{color:var(--blue-700);background:#eef3ff}.pagination{justify-content:center;gap:8px;margin-top:18px;display:flex}.page-btn{border:1px solid var(--line);width:34px;height:34px;color:var(--text);background:#fff;border-radius:8px;font-weight:600}.page-btn.active{background:var(--blue-700);border-color:var(--blue-700);color:#fff}.profile-panel{display:flex}.profile-panel-card{border:1px solid var(--line);width:100%;box-shadow:var(--shadow);border-radius:16px;padding:18px 16px}.panel-title-row{margin-bottom:10px}.panel-title-row h3{font-size:1.1rem}.close-btn{color:var(--muted);font-size:1.5rem;line-height:1}.customer-phone{margin-bottom:10px;font-size:1.05rem;font-weight:700}.info-block{border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);margin-bottom:14px;padding:14px 0}.info-row{color:var(--muted);grid-template-columns:1fr;gap:4px;margin-bottom:10px;font-size:.8rem;display:grid}.info-row strong{color:var(--text);font-size:.86rem}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.summary-grid div{border:1px solid var(--line-soft);background:#f9fafc;border-radius:10px;flex-direction:column;gap:6px;padding:12px 10px;display:flex}.summary-grid span{color:var(--muted);font-size:.72rem}.summary-grid strong{font-size:.9rem}.usage-summary{border-top:1px solid var(--line-soft);margin-top:16px;padding-top:14px}.usage-header,.history-header{margin-bottom:12px;font-size:1rem;font-weight:700}.usage-item{grid-template-columns:92px 1fr 44px;align-items:center;gap:8px;margin-bottom:10px;display:grid}.usage-label{color:var(--muted);font-size:.76rem}.usage-bar{background:#edf2f7;border-radius:999px;height:8px;overflow:hidden}.usage-bar span{border-radius:inherit;background:linear-gradient(90deg,#f2c14c,#dba321);height:100%;display:block}.history-block{border-top:1px solid var(--line-soft);margin-top:16px;padding-top:14px}.history-block table{font-size:.75rem}.supervisor-main{flex-direction:column;gap:18px;display:flex}.supervisor-queue,.supervisor-details,.workflow-panel,.upload-panel,.threshold-panel{border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px}.supervisor-queue{padding:18px 16px}.secondary-badge{color:var(--blue-700);background:#eef4ff;justify-content:center;min-width:28px}.queue-list{flex-direction:column;gap:10px;margin-top:12px;display:flex}.queue-item{border:1px solid var(--line-soft);border-radius:12px;grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:12px;padding:12px 10px;display:grid}.queue-avatar,.detail-avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d5fd6);border-radius:50%;place-items:center;width:42px;height:42px;font-weight:700;display:grid}.queue-copy{flex-direction:column;gap:3px;display:flex}.queue-name,.detail-name-row h3{font-weight:700}.queue-phone,.queue-meta,.detail-name-row div{color:var(--muted);font-size:.75rem}.ghost-link{color:var(--blue-700);align-items:center;margin-top:14px;display:inline-flex}.supervisor-details{padding:18px 18px 12px}.detail-meta{color:var(--muted);margin-bottom:10px;font-size:.85rem}.detail-name-row{align-items:center;gap:12px;margin-bottom:16px;display:flex}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;display:grid}.detail-grid div{color:var(--muted);flex-direction:column;gap:5px;font-size:.76rem;display:flex}.detail-grid strong{color:var(--text);font-size:.82rem}.approval-actions{align-items:center;gap:12px;margin-top:18px;display:flex}.field-error{color:#b63d3d;margin-top:14px;font-size:.85rem;font-weight:600}.approve-btn,.reject-btn,.save-btn{border:none;border-radius:10px;padding:10px 16px;font-weight:700}.approve-btn{color:#fff;background:#18a957}.reject-btn{color:#fff;background:#ef4d4d}.save-btn{color:var(--blue-700);background:#edf5ff;margin-left:auto}.workflow-panel{padding:18px 16px}.workflow-head{margin-bottom:12px}.workflow-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.workflow-step{border:1px solid var(--line-soft);text-align:center;background:#f9fbff;border-radius:12px;padding:14px 10px;position:relative}.workflow-step.active{background:#eef7ff;border-color:#d7e9ff}.step-dot{width:28px;height:28px;color:var(--blue-700);background:#dfeafc;border-radius:50%;place-items:center;margin:0 auto 8px;font-weight:700;display:grid}.workflow-step.active .step-dot{color:#fff;background:#1f8f5b}.step-count{letter-spacing:-.05em;font-size:1.2rem;font-weight:800}.step-name{color:var(--muted);margin-top:6px;font-size:.72rem}.supervisor-side{flex-direction:column;gap:18px;display:flex}.upload-panel,.threshold-panel{padding:18px 16px}.upload-zone{border:2px dashed var(--line);text-align:center;color:var(--muted);background:#f9fbff;border-radius:14px;margin-top:16px;padding:18px 14px}.upload-illustration{width:54px;height:54px;color:var(--blue-700);background:#edf4ff;border-radius:14px;place-items:center;margin:0 auto 12px;display:grid}.upload-zone button{background:var(--blue-700);color:#fff;border:none;border-radius:9px;margin-top:14px;padding:10px 18px;font-weight:700}.upload-list{color:var(--muted);margin:16px 0;padding-left:20px;font-size:.8rem;line-height:1.6}.upload-stats{gap:10px;display:grid}.upload-stats div{border-bottom:1px solid var(--line-soft);color:var(--muted);justify-content:space-between;gap:16px;padding-bottom:8px;font-size:.8rem;display:flex}.upload-stats strong{color:var(--text)}.block-link{margin-top:12px;display:inline-flex}.threshold-list{flex-direction:column;gap:12px;margin-top:14px;display:flex}.threshold-item{border:1px solid var(--line-soft);border-radius:12px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;display:grid}.threshold-icon{color:#fff;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.threshold-copy{flex-direction:column;gap:4px;display:flex}.threshold-name{font-weight:700}.threshold-meta{color:var(--muted);font-size:.75rem}.threshold-amount{color:var(--text);font-weight:700}.stat-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fffffff5;border-radius:16px;padding:16px 18px}.stat-card.blue .stat-icon{color:var(--blue-700);background:#edf4ff}.stat-card.green .stat-icon{color:var(--green);background:#ebfaf2}.stat-card.purple .stat-icon{color:var(--purple);background:#f2efff}.stat-card.orange .stat-icon{color:var(--orange);background:#fff0e0}.stat-card.indigo .stat-icon{color:var(--blue-800);background:#eef3ff}.stat-icon{border-radius:12px;place-items:center;width:40px;height:40px;margin-bottom:14px;display:grid}.stat-title{color:var(--muted);margin-bottom:8px;font-size:.82rem}.stat-value{letter-spacing:-.05em;margin-bottom:4px;font-size:1.8rem;font-weight:800}.stat-note{color:var(--muted);font-size:.8rem}.supervisor-stats{margin-bottom:22px}@media (width<=1100px){.customer-overview,.basic-user-layout,.supervisor-layout,.summary-grid.five-up,.summary-grid.three-up{grid-template-columns:1fr}.sidebar{width:190px}}@media (width<=760px){.app-shell{flex-direction:column}.sidebar{border-bottom:1px solid #ffffff1f;border-right:none;width:100%}.content-area{padding:16px}.topbar{flex-wrap:wrap;gap:12px;height:auto;padding:12px 14px}.filter-row,.filter-row.secondary,.detail-grid,.workflow-steps{grid-template-columns:1fr}}
