@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--c-primary:#2563eb;--c-primary-dark:#1d4ed8;--c-primary-50:#eff6ff;--c-primary-100:#dbeafe;--c-primary-200:#bfdbfe;--c-emerald:#059669;--c-emerald-light:#d1fae5;--c-amber:#d97706;--c-amber-light:#fef3c7;--c-red:#dc2626;--c-red-light:#fee2e2;--c-purple:#7c3aed;--c-purple-light:#ede9fe;--c-sky:#0ea5e9;--c-sky-light:#e0f2fe;--c-bg:#f1f5f9;--c-surface:#fff;--c-border:#e2e8f0;--c-border-strong:#cbd5e1;--c-text-1:#0f172a;--c-text-2:#334155;--c-text-3:#64748b;--c-text-4:#94a3b8;--sidebar-width:258px;--sidebar-collapsed:68px;--sidebar-bg:#0d1117;--sidebar-border:#ffffff0f;--sidebar-text:#94a3b8;--sidebar-active-bg:#2563eb2e;--sidebar-active:#60a5fa;--topnav-h:64px;--shadow-xs:0 1px 2px #0000000d;--shadow-sm:0 1px 3px #0000001a, 0 1px 2px #0000000f;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--r-sm:6px;--r-md:10px;--r-lg:14px;--r-xl:20px;--r-full:9999px;--t-fast:.15s ease;--t-base:.25s cubic-bezier(.4,0,.2,1);--t-slow:.4s cubic-bezier(.4,0,.2,1)}html,body,#root{height:100%}body{background:var(--c-bg);color:var(--c-text-1);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}#root{height:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--c-border-strong);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--c-text-4)}.ant-btn-primary{font-weight:600!important}.ant-table-thead>tr>th{background:var(--c-bg)!important;color:var(--c-text-3)!important;text-transform:uppercase!important;letter-spacing:.05em!important;border-bottom:1px solid var(--c-border)!important;font-size:12px!important;font-weight:600!important}.ant-table-tbody>tr>td{border-bottom:1px solid var(--c-border)!important}.ant-table-tbody>tr:hover>td{background:var(--c-primary-50)!important}.ant-card{border-radius:var(--r-lg)!important;box-shadow:var(--shadow-sm)!important;border:1px solid var(--c-border)!important}.ant-form-item-label>label{color:var(--c-text-2)!important;font-weight:500!important}.ant-input,.ant-input-password,.ant-select-selector,.ant-picker{border-radius:var(--r-sm)!important;border-color:var(--c-border)!important}.ant-input:focus,.ant-input-focused,.ant-select-focused .ant-select-selector{border-color:var(--c-primary)!important;box-shadow:0 0 0 3px #2563eb1f!important}.ant-modal-content{border-radius:var(--r-xl)!important}.ant-tabs-tab{font-weight:500!important}.ant-steps-item-title{font-weight:600!important}.app-shell{height:100vh;display:flex;overflow:hidden}.sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);background:var(--sidebar-bg);height:100vh;transition:width var(--t-base), min-width var(--t-base);z-index:100;flex-direction:column;flex-shrink:0;display:flex;position:relative;overflow:hidden}.sidebar.collapsed{width:var(--sidebar-collapsed);min-width:var(--sidebar-collapsed)}.sidebar-logo{border-bottom:1px solid var(--sidebar-border);flex-shrink:0;align-items:center;gap:10px;padding:20px 18px;display:flex}.sidebar-logo-icon{color:#fff;letter-spacing:-1px;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:800;display:flex}.sidebar-logo-text{flex-direction:column;display:flex;overflow:hidden}.sidebar-logo-name{color:#f8fafc;white-space:nowrap;font-size:15px;font-weight:700;line-height:1.2}.sidebar-logo-sub{color:var(--sidebar-text);white-space:nowrap;letter-spacing:.03em;font-size:10px;font-weight:400}.sidebar-nav{flex:1;padding:12px 0;overflow:hidden auto}.sidebar-nav::-webkit-scrollbar{width:0}.sidebar-section-label{letter-spacing:.08em;text-transform:uppercase;color:#94a3b880;white-space:nowrap;padding:16px 18px 6px;font-size:10px;font-weight:600;overflow:hidden}.sidebar-item{border-radius:var(--r-md);cursor:pointer;transition:background var(--t-fast), color var(--t-fast);align-items:center;gap:10px;margin:1px 8px;padding:9px 14px;display:flex;position:relative}.sidebar-item:hover{background:#ffffff0f}.sidebar-item.active{background:var(--sidebar-active-bg)}.sidebar-item .si-icon{color:var(--sidebar-text);transition:color var(--t-fast);flex-shrink:0;justify-content:center;align-items:center;width:20px;font-size:17px;display:flex}.sidebar-item.active .si-icon{color:var(--sidebar-active)}.sidebar-item .si-label{color:var(--sidebar-text);white-space:nowrap;transition:color var(--t-fast);flex:1;font-size:13.5px;font-weight:500}.sidebar-item.active .si-label{color:#e2e8f0;font-weight:600}.sidebar-item .si-badge{background:var(--c-primary);color:#fff;border-radius:var(--r-full);padding:1px 6px;font-size:10px;font-weight:700}.sidebar-item .si-arrow{color:var(--sidebar-text);transition:transform var(--t-fast);font-size:11px}.sidebar-item .si-arrow.open{transform:rotate(90deg)}.sidebar-children{transition:max-height var(--t-base);overflow:hidden}.sidebar-child{border-radius:var(--r-md);cursor:pointer;transition:background var(--t-fast);align-items:center;gap:10px;margin:1px 8px;padding:7px 14px 7px 44px;display:flex}.sidebar-child:hover{background:#ffffff0f}.sidebar-child.active{background:var(--sidebar-active-bg)}.sidebar-child .sc-dot{background:var(--sidebar-text);border-radius:50%;flex-shrink:0;width:6px;height:6px}.sidebar-child.active .sc-dot{background:var(--sidebar-active)}.sidebar-child .sc-label{color:var(--sidebar-text);white-space:nowrap;font-size:13px;font-weight:500}.sidebar-child.active .sc-label{color:#e2e8f0}.sidebar-footer{border-top:1px solid var(--sidebar-border);flex-shrink:0;padding:12px}.sidebar-user{border-radius:var(--r-md);cursor:pointer;transition:background var(--t-fast);align-items:center;gap:10px;padding:8px;display:flex}.sidebar-user:hover{background:#ffffff0f}.sidebar-user-info{flex:1;overflow:hidden}.sidebar-user-name{color:#e2e8f0;white-space:nowrap;font-size:13px;font-weight:600}.sidebar-user-role{color:var(--sidebar-text);white-space:nowrap;font-size:11px}.sidebar-collapse-btn{border-radius:var(--r-sm);width:28px;height:28px;color:var(--sidebar-text);cursor:pointer;transition:background var(--t-fast);background:#ffffff0f;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sidebar-collapse-btn:hover{background:#ffffff1f}.main-area{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.topnav{height:var(--topnav-h);min-height:var(--topnav-h);background:var(--c-surface);border-bottom:1px solid var(--c-border);box-shadow:var(--shadow-xs);z-index:50;flex-shrink:0;align-items:center;gap:16px;padding:0 24px;display:flex}.topnav-left{flex:1;align-items:center;gap:12px;display:flex}.topnav-breadcrumb{color:var(--c-text-3);align-items:center;gap:6px;font-size:13px;display:flex}.topnav-breadcrumb .tb-sep{color:var(--c-text-4)}.topnav-breadcrumb .tb-current{color:var(--c-text-1);font-weight:600}.topnav-search{position:relative}.topnav-search input{border:1px solid var(--c-border);border-radius:var(--r-full);background:var(--c-bg);color:var(--c-text-2);width:220px;transition:border-color var(--t-fast), width var(--t-base);outline:none;padding:8px 12px 8px 36px;font-family:inherit;font-size:13px}.topnav-search input:focus{border-color:var(--c-primary);background:#fff;width:280px;box-shadow:0 0 0 3px #2563eb1a}.topnav-search .ts-icon{color:var(--c-text-4);font-size:14px;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.topnav-right{align-items:center;gap:6px;display:flex}.topnav-icon-btn{border-radius:var(--r-md);cursor:pointer;width:38px;height:38px;transition:background var(--t-fast);color:var(--c-text-3);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:relative}.topnav-icon-btn:hover{background:var(--c-bg);color:var(--c-text-1)}.topnav-notif-dot{background:var(--c-red);border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}.topnav-avatar{color:#fff;cursor:pointer;width:36px;height:36px;transition:box-shadow var(--t-fast);background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.topnav-avatar:hover{box-shadow:0 0 0 3px #2563eb40}.page-content{flex:1;padding:28px;overflow-y:auto}.page-header{margin-bottom:24px}.page-title{color:var(--c-text-1);font-size:22px;font-weight:700;line-height:1.3}.page-subtitle{color:var(--c-text-3);margin-top:4px;font-size:14px}.page-actions{align-items:center;gap:10px;display:flex}.page-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.metric-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.metric-card{border-radius:var(--r-lg);color:#fff;cursor:default;transition:transform var(--t-fast), box-shadow var(--t-fast);padding:22px 24px;position:relative;overflow:hidden}.metric-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.metric-card:after{content:"";background:#ffffff14;border-radius:50%;width:120px;height:120px;position:absolute;top:-30px;right:-20px}.metric-card:before{content:"";background:#ffffff0d;border-radius:50%;width:90px;height:90px;position:absolute;bottom:-40px;right:20px}.mc-icon{border-radius:var(--r-md);z-index:1;background:#ffffff2e;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:14px;font-size:20px;display:flex;position:relative}.mc-label{letter-spacing:.06em;text-transform:uppercase;opacity:.8;z-index:1;margin-bottom:6px;font-size:12px;font-weight:600;position:relative}.mc-value{z-index:1;margin-bottom:10px;font-size:32px;font-weight:800;line-height:1;position:relative}.mc-change{opacity:.85;z-index:1;align-items:center;gap:4px;font-size:12px;font-weight:500;display:flex;position:relative}.mc-blue{background:linear-gradient(135deg,#2563eb 0%,#4f46e5 100%)}.mc-green{background:linear-gradient(135deg,#059669 0%,#0d9488 100%)}.mc-amber{background:linear-gradient(135deg,#d97706 0%,#dc2626 100%)}.mc-purple{background:linear-gradient(135deg,#7c3aed 0%,#2563eb 100%)}.chart-grid{grid-template-columns:2fr 1fr;gap:16px;margin-bottom:24px;display:grid}.section-card{background:var(--c-surface);border-radius:var(--r-lg);border:1px solid var(--c-border);box-shadow:var(--shadow-sm);overflow:hidden}.sc-header{justify-content:space-between;align-items:center;padding:18px 22px 0;display:flex}.sc-title{color:var(--c-text-1);font-size:15px;font-weight:700}.sc-subtitle{color:var(--c-text-3);margin-top:2px;font-size:12px}.sc-body{padding:16px 22px 22px}.badge{border-radius:var(--r-full);align-items:center;gap:5px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.badge:before{content:"";border-radius:50%;width:6px;height:6px}.badge-active{background:var(--c-emerald-light);color:var(--c-emerald)}.badge-active:before{background:var(--c-emerald)}.badge-pending{background:var(--c-amber-light);color:var(--c-amber)}.badge-pending:before{background:var(--c-amber)}.badge-expired{background:var(--c-red-light);color:var(--c-red)}.badge-expired:before{background:var(--c-red)}.badge-draft{color:var(--c-text-3);background:#f1f5f9}.badge-draft:before{background:var(--c-text-4)}.badge-processing{background:var(--c-primary-100);color:var(--c-primary)}.badge-processing:before{background:var(--c-primary)}.badge-cancelled{background:var(--c-red-light);color:var(--c-red)}.badge-cancelled:before{background:var(--c-red)}.table-card{background:var(--c-surface);border-radius:var(--r-lg);border:1px solid var(--c-border);box-shadow:var(--shadow-sm);overflow:hidden}.table-card-header{border-bottom:1px solid var(--c-border);justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.tch-title{color:var(--c-text-1);font-size:15px;font-weight:700}.auth-shell{height:100vh;display:flex;overflow:hidden}.auth-left{background:linear-gradient(145deg,#0d1117 0%,#1a2744 60%,#0d1117 100%);flex-direction:column;flex:1;justify-content:center;padding:60px;display:flex;position:relative;overflow:hidden}.auth-left:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232563EB' fill-opacity='0.06'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.auth-right{background:var(--c-surface);scrollbar-gutter:stable;overscroll-behavior:contain;flex-direction:column;justify-content:flex-start;width:500px;height:100vh;padding:60px 50px;display:flex;overflow:hidden auto}.auth-logo-wrap{z-index:1;align-items:center;gap:12px;margin-bottom:48px;display:flex;position:relative}.auth-logo-icon{color:#fff;letter-spacing:-1px;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);border-radius:11px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;font-weight:800;display:flex}.auth-logo-name{color:#f8fafc;font-size:20px;font-weight:800}.auth-logo-sub{color:#94a3b8b3;font-size:11px}.auth-tagline{z-index:1;position:relative}.auth-tagline h1{color:#f8fafc;margin-bottom:16px;font-size:38px;font-weight:800;line-height:1.2}.auth-tagline p{color:#94a3b8cc;max-width:400px;font-size:15px;line-height:1.7}.auth-features{z-index:1;flex-direction:column;gap:16px;margin-top:48px;display:flex;position:relative}.auth-feature{align-items:center;gap:12px;display:flex}.auth-feature-icon{background:#2563eb2e;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.auth-feature-text{color:#94a3b8d9;font-size:14px;font-weight:500}.auth-form-title{color:var(--c-text-1);margin-bottom:6px;font-size:26px;font-weight:800}.auth-form-sub{color:var(--c-text-3);margin-bottom:32px;font-size:14px}.auth-login-form .ant-form-item{margin-bottom:14px}.auth-login-form .ant-form-item:last-child{margin-bottom:10px}.auth-divider{align-items:center;gap:12px;margin:20px 0;display:flex}.auth-divider span{color:var(--c-text-4);white-space:nowrap;font-size:12px}.auth-divider:before,.auth-divider:after{content:"";background:var(--c-border);flex:1;height:1px}.auth-link{text-align:center;color:var(--c-text-3);margin-top:20px;font-size:14px}.auth-link a{color:var(--c-primary);font-weight:600;text-decoration:none}.auth-link a:hover{text-decoration:underline}.auth-admin-divider{margin:24px 0 16px!important}.auth-demo-card{border:1px solid var(--c-border);background:linear-gradient(#fff 0%,#f8fbff 100%);border-radius:14px;padding:12px;box-shadow:0 10px 24px #0f172a14}.auth-demo-caption{color:var(--c-text-4);text-align:center;margin:0 2px 10px;font-size:12px}.auth-demo-btn.ant-btn{color:#1e3a8a;letter-spacing:.01em;height:48px;transition:transform var(--t-fast), box-shadow var(--t-fast), border-color var(--t-fast), background var(--t-fast);background:linear-gradient(135deg,#f8fbff 0%,#eef4ff 55%,#e0ebff 100%);border:1px solid #cbd5e1;border-radius:12px;font-size:15px;font-weight:700;box-shadow:0 8px 18px #2563eb24,inset 0 1px #ffffffa6}.auth-demo-btn.ant-btn .anticon{font-size:16px}.auth-demo-btn.ant-btn:hover,.auth-demo-btn.ant-btn:focus{color:#1d4ed8;background:linear-gradient(135deg,#fff 0%,#edf4ff 50%,#dce8ff 100%);border-color:#93c5fd;transform:translateY(-1px);box-shadow:0 12px 22px #2563eb2e,inset 0 1px #ffffffb8}.auth-demo-btn.ant-btn:active{transform:translateY(0);box-shadow:0 6px 14px #2563eb24,inset 0 1px #ffffff9e}.otp-inputs{justify-content:center;gap:12px;margin:24px 0;display:flex}.otp-input{text-align:center;border:2px solid var(--c-border);border-radius:var(--r-md);width:52px;height:56px;transition:border-color var(--t-fast), box-shadow var(--t-fast);color:var(--c-text-1);outline:none;font-family:inherit;font-size:22px;font-weight:700}.otp-input:focus{border-color:var(--c-primary);box-shadow:0 0 0 3px #2563eb1f}.activity-feed{flex-direction:column;gap:0;display:flex}.activity-item{border-bottom:1px solid var(--c-border);gap:12px;padding:14px 0;display:flex}.activity-item:last-child{border-bottom:none}.activity-dot-wrap{flex-direction:column;align-items:center;display:flex}.activity-dot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.activity-content{flex:1}.activity-title{color:var(--c-text-1);font-size:13.5px;font-weight:600}.activity-desc{color:var(--c-text-3);margin-top:2px;font-size:12.5px}.activity-time{color:var(--c-text-4);margin-top:4px;font-size:11.5px}.quote-shell{max-width:780px;margin:0 auto}.quote-step-card{background:var(--c-surface);border-radius:var(--r-xl);border:1px solid var(--c-border);box-shadow:var(--shadow-md);padding:36px}.quote-nav{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.coverage-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.coverage-card{border:2px solid var(--c-border);border-radius:var(--r-lg);cursor:pointer;transition:border-color var(--t-fast), box-shadow var(--t-fast), background var(--t-fast);padding:20px;position:relative}.coverage-card:hover{border-color:var(--c-primary-200);box-shadow:var(--shadow-md)}.coverage-card.selected{border-color:var(--c-primary);background:var(--c-primary-50);box-shadow:0 0 0 1px var(--c-primary)}.coverage-card-icon{border-radius:var(--r-md);justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:12px;font-size:20px;display:flex}.coverage-card-name{color:var(--c-text-1);margin-bottom:4px;font-size:14px;font-weight:700}.coverage-card-desc{color:var(--c-text-3);margin-bottom:12px;font-size:12px;line-height:1.5}.coverage-card-price{color:var(--c-primary);font-size:18px;font-weight:800}.coverage-card-price span{color:var(--c-text-3);font-size:12px;font-weight:400}.coverage-check{background:var(--c-primary);color:#fff;opacity:0;width:22px;height:22px;transition:opacity var(--t-fast);border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:flex;position:absolute;top:14px;right:14px}.coverage-card.selected .coverage-check{opacity:1}.claim-timeline{padding-left:28px;position:relative}.claim-timeline:before{content:"";background:var(--c-border);width:2px;position:absolute;top:0;bottom:0;left:10px}.ct-item{margin-bottom:24px;position:relative}.ct-item:before{content:"";background:var(--c-primary);width:12px;height:12px;box-shadow:0 0 0 2px var(--c-primary);border:2px solid #fff;border-radius:50%;position:absolute;top:4px;left:-24px}.ct-item.done:before{background:var(--c-emerald);box-shadow:0 0 0 2px var(--c-emerald)}.ct-item.pending:before{background:var(--c-border-strong);box-shadow:0 0 0 2px var(--c-border-strong)}.ct-date{color:var(--c-text-4);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:11px;font-weight:600}.ct-title{color:var(--c-text-1);margin-bottom:4px;font-size:14px;font-weight:600}.ct-desc{color:var(--c-text-3);font-size:13px}.stat-num{color:var(--c-text-1);font-size:28px;font-weight:800}.stat-label{color:var(--c-text-3);font-size:12px;font-weight:500}.crm-shell{flex-direction:column;gap:14px;display:flex}.crm-hero{border:1px solid var(--c-border);box-shadow:var(--shadow-sm);background:linear-gradient(145deg,#fff 0%,#f4f8ff 68%,#ecf5ff 100%);border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;display:flex}.crm-kpi-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.crm-kpi-card{border:1px solid var(--c-border);box-shadow:var(--shadow-sm);border-radius:14px;padding:4px 8px}.crm-kpi-card .ant-statistic-title{color:#ffffffdb;letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:600}.crm-kpi-card .ant-statistic-content{color:#fff}.crm-kpi-card .ant-statistic-content-value{letter-spacing:-.02em;font-size:30px;font-weight:800}.kpi-indigo{background:linear-gradient(140deg,#312e81 0%,#4f46e5 100%)}.kpi-emerald{background:linear-gradient(140deg,#065f46 0%,#0f766e 100%)}.kpi-amber{background:linear-gradient(140deg,#a16207 0%,#d97706 100%)}.kpi-rose{background:linear-gradient(140deg,#9f1239 0%,#e11d48 100%)}.crm-toolbar{border:1px solid var(--c-border);box-shadow:var(--shadow-xs);background:#fff;border-radius:14px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px;padding:12px;display:grid}.crm-search{grid-column:span 2}.crm-search .ant-input-affix-wrapper,.crm-filter .ant-select-selector{border-radius:10px!important}.crm-table-wrap{border:1px solid var(--c-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;overflow:hidden}.crm-table-wrap .ant-table-wrapper{padding:4px 10px 8px}.crm-table-wrap .ant-pagination{padding:0 8px 10px}.crm-mobile-list-wrap,.crm-mobile-list{flex-direction:column;gap:10px;display:flex}.crm-mobile-card{border:1px solid var(--c-border)!important;border-radius:12px!important}.crm-mobile-head{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:10px;display:flex}.crm-mobile-meta{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px;display:grid}.crm-mobile-meta span{color:var(--c-text-4);font-size:11px;display:block}.crm-mobile-meta strong{color:var(--c-text-2);word-break:break-word;font-size:12.5px;display:block}.crm-mobile-actions{grid-template-columns:repeat(3,1fr);width:100%;display:grid!important}.crm-mobile-actions .ant-btn{width:100%}.crm-mobile-pagination{border:1px solid var(--c-border);background:#fff;border-radius:12px;justify-content:center;padding:10px;display:flex}.crm-client-cell{align-items:center;gap:10px;display:flex}.crm-avatar{color:#fff;background:linear-gradient(140deg,#1d4ed8 0%,#4f46e5 100%);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.crm-client-name{color:var(--c-text-1);font-size:13.5px;font-weight:700}.crm-client-sub{color:var(--c-text-3);font-size:12px}.crm-contact-primary{color:var(--c-text-2);font-size:13px;font-weight:600}.crm-row-actions .ant-btn{justify-content:center;align-items:center;min-width:32px;display:inline-flex}.crm-action-trigger{width:32px;height:32px;color:var(--c-text-3);border-radius:8px;justify-content:center;align-items:center;transition:background .15s,color .15s,box-shadow .15s;display:inline-flex}.crm-action-trigger:hover,.crm-action-trigger:focus{box-shadow:0 0 0 2px #1d4ed81f;color:#1d4ed8!important;background:#f0f5ff!important}.crm-action-trigger .anticon{font-size:18px}.crm-action-menu.ant-dropdown .ant-dropdown-menu{border:1px solid var(--c-border);border-radius:12px;min-width:180px;padding:6px;box-shadow:0 12px 32px #0f172a1f,0 2px 8px #0f172a0f}.crm-action-menu .ant-dropdown-menu-item{color:var(--c-text-1);border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:13.5px;font-weight:500;transition:background .12s;display:flex}.crm-action-menu .ant-dropdown-menu-item:hover{color:#1d4ed8;background:#f0f5ff}.crm-action-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger{color:#dc2626}.crm-action-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover{color:#dc2626;background:#fff1f1}.crm-action-menu .ant-dropdown-menu-item .anticon{font-size:14px}.crm-action-menu .ant-dropdown-menu-item-divider{background:var(--c-border);margin:4px 0}.crm-drawer .ant-drawer-header{border-bottom:1px solid var(--c-border);background:linear-gradient(#f8fbff 0%,#fff 100%)}.crm-type-bar{margin-bottom:16px}.crm-type-bar .ant-form-item-label>label{font-weight:600}.crm-form-steps{border:1px solid var(--c-border);background:#f8fbff;border-radius:10px;margin-bottom:20px;padding:12px 16px}.crm-step-nav{border-top:1px solid var(--c-border);justify-content:flex-end;gap:8px;margin-top:8px;padding-top:16px;display:flex}.crm-form-section{border:1px solid var(--c-border);background:#fff;border-radius:12px;margin-bottom:12px;padding:12px 12px 4px}.crm-form-section-head{margin-bottom:8px}.crm-form-section-head h4{color:var(--c-text-1);margin:0;font-size:14px;font-weight:700;line-height:1.2}.crm-form-section-head p{color:var(--c-text-3);margin:4px 0 0;font-size:12px}.rbac-page .ant-tabs-nav-wrap{overflow-x:auto}.rbac-page .rbac-form-inline{width:100%}.rbac-page .rbac-form-inline .ant-form-item{margin-bottom:8px}.rbac-page .rbac-form-grid{width:100%}.rbac-page .rbac-fields-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:10px;display:grid}.rbac-page .rbac-fields-grid-user{grid-template-columns:repeat(5,minmax(0,1fr))}.rbac-page .rbac-fields-grid-user-unified{grid-template-columns:1.5fr repeat(4,minmax(0,1fr)) 1.1fr}.rbac-page .rbac-fields-grid .ant-form-item{margin-bottom:0}.rbac-page .rbac-submit-item .ant-form-item-label>label{visibility:hidden}.rbac-page .rbac-submit-item .ant-form-item-control{align-items:flex-end;display:flex}@media (width<=1280px){.rbac-page .rbac-fields-grid-user,.rbac-page .rbac-fields-grid-user-unified{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1024px){.rbac-page .rbac-fields-grid,.rbac-page .rbac-fields-grid-user,.rbac-page .rbac-fields-grid-user-unified{grid-template-columns:repeat(2,minmax(0,1fr))}}.crm-profile-view{padding:0}.crm-profile-hero{background:linear-gradient(135deg,#f0f5ff 0%,#e8f4fd 100%);border:1px solid #dbeafe;border-radius:12px;align-items:flex-start;gap:16px;margin-bottom:16px;padding:20px;display:flex}.crm-profile-hero-avatar{color:#fff;letter-spacing:0;background:linear-gradient(135deg,#1d4ed8 0%,#0ea5e9 100%);border-radius:50%;justify-content:center;align-items:center;width:58px;min-width:58px;height:58px;font-size:22px;font-weight:700;display:flex;box-shadow:0 4px 14px #1d4ed847}.crm-profile-hero-body{flex:1;min-width:0}.crm-profile-hero-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:18px;font-weight:700;line-height:1.25;overflow:hidden}.crm-profile-hero-meta{color:#64748b;margin-bottom:10px;font-size:13px}.crm-profile-hero-badges{flex-wrap:wrap;gap:6px;display:flex}.crm-profile-section{background:#fff;border:1px solid #e8edf5;border-radius:10px;margin-bottom:12px;overflow:hidden}.crm-profile-section-head{background:#f8fbff;border-bottom:1px solid #e8edf5;padding:10px 16px}.crm-profile-section-head h4{color:#1e3a5f;text-transform:uppercase;letter-spacing:.07em;margin:0;font-size:11px;font-weight:700}.crm-profile-section-head p{color:#94a3b8;margin:2px 0 0;font-size:12px}.crm-profile-grid{grid-template-columns:1fr 1fr;display:grid}.crm-vf{border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;padding:11px 16px}.crm-vf:nth-child(2n){border-right:none}.crm-vf:last-child,.crm-vf:nth-last-child(2):not(.crm-vf-full){border-bottom:none}.crm-vf-full{border-right:none;grid-column:1/-1}.crm-vf-full:last-child{border-bottom:none}.crm-vf-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.07em;margin-bottom:3px;font-size:10.5px;font-weight:600;display:block}.crm-vf-value{color:#1e293b;word-break:break-word;font-size:14px;font-weight:500;line-height:1.4;display:block}.crm-vf-empty{color:#cbd5e1;font-style:italic;font-weight:400}.crm-save-notice .ant-notification-notice-message{letter-spacing:.01em;margin-bottom:8px;font-weight:700}.crm-save-notice .ant-notification-notice-description{margin-right:0}.crm-save-notice .ant-notification-notice-close{top:16px}.crm-save-notice-success{background:linear-gradient(145deg,#fff 0%,#f5f9ff 100%);border:1px solid #bfdbfe;border-left:5px solid #1d4ed8;border-radius:14px;box-shadow:0 14px 28px #2563eb29}.crm-save-notice-error{background:linear-gradient(145deg,#fff 0%,#fff7f7 100%);border:1px solid #fecaca;border-left:5px solid #dc2626;border-radius:14px;box-shadow:0 14px 28px #dc262624}.crm-save-notice-body{color:var(--c-text-2);flex-direction:column;gap:6px;display:flex}.crm-save-notice-lead{color:var(--c-text-1);margin:0;font-size:13px;font-weight:600}.crm-save-notice-caption{color:var(--c-text-3);margin:0;font-size:12px}.crm-save-notice-list{flex-direction:column;gap:4px;margin:0;padding-left:18px;display:flex}.crm-save-notice-list li{color:var(--c-text-2);font-size:12.5px;line-height:1.45}.crm-action-drawer-title{align-items:center;gap:12px;display:flex}.crm-action-drawer-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.crm-action-drawer-icon.workflow{color:#1d4ed8;background:#eff6ff}.crm-action-drawer-icon.kyc{color:#16a34a;background:#f0fdf4}.crm-action-drawer-sub{color:#64748b;align-items:center;margin-top:2px;font-size:12px;font-weight:400;display:flex}.crm-action-drawer-section{background:#fff;border:1px solid #e8edf5;border-radius:10px;margin-bottom:14px;padding:14px 16px 6px}.crm-action-drawer-section-title{text-transform:uppercase;letter-spacing:.07em;color:#64748b;border-bottom:1px solid #f1f5f9;margin-bottom:12px;padding-bottom:8px;font-size:10.5px;font-weight:700}.crm-kyc-doc-row{background:#f8fbff;border:1px solid #dbeafe;border-radius:8px;margin-bottom:10px;padding:12px 12px 4px}.crm-kyc-doc-remove{color:#dc2626;cursor:pointer;border-radius:4px;padding:4px;font-size:16px;transition:background .15s}.crm-kyc-doc-remove:hover{background:#fee2e2}.crm-kyc-add-doc{color:#1d4ed8;border-color:#93c5fd;border-radius:8px;margin-top:4px}.crm-kyc-add-doc:hover{background:#eff6ff!important;border-color:#1d4ed8!important}.crm-panel-view{padding:0}.crm-panel-view-section{background:#fff;border:1px solid #e8edf5;border-radius:10px;margin-bottom:12px;overflow:hidden}.crm-panel-view-section-title{text-transform:uppercase;letter-spacing:.07em;color:#64748b;background:#f8fbff;border-bottom:1px solid #e8edf5;padding:9px 16px;font-size:10.5px;font-weight:700}.crm-panel-view-grid{grid-template-columns:1fr 1fr;display:grid}.crm-panel-view-grid .crm-vf{border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;padding:10px 16px}.crm-panel-view-grid .crm-vf:nth-child(2n){border-right:none}.crm-panel-view-grid .crm-vf:last-child,.crm-panel-view-grid .crm-vf:nth-last-child(2):not(.crm-vf-full){border-bottom:none}.crm-panel-list-item{border-bottom:1px solid #f1f5f9;padding:12px 16px}.crm-panel-list-item:last-child{border-bottom:none}.crm-panel-doc-header{align-items:center;gap:8px;margin-bottom:4px;display:flex}.crm-panel-doc-type{color:#1e3a5f;text-transform:capitalize;flex:1;font-size:13px;font-weight:600}.crm-sublist-label{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin:12px 0 8px;font-size:11px;font-weight:600}.crm-sublist-row{background:#f8fbff;border:1px solid #dbeafe;border-radius:8px;margin-bottom:8px;padding:10px 12px 2px}.crm-kyc-doc-row-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.crm-kyc-doc-row-label{text-transform:uppercase;letter-spacing:.06em;color:#3b82f6;font-size:11px;font-weight:600}.crm-kyc-status-banner{border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;margin-bottom:14px;padding:14px 18px;display:flex}.crm-kyc-status-banner-label{text-transform:uppercase;letter-spacing:.06em;opacity:.75;font-size:11px;font-weight:600}.crm-kyc-status-banner-value{margin-top:2px;font-size:17px;font-weight:700}.crm-kyc-status-banner-right{margin-left:auto}.crm-kyc-status-banner.crm-kyc-status-verified{color:#14532d;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-color:#86efac}.crm-kyc-status-banner.crm-kyc-status-pending{color:#713f12;background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border-color:#fcd34d}.crm-kyc-status-banner.crm-kyc-status-rejected{color:#7f1d1d;background:linear-gradient(135deg,#fff1f2 0%,#ffe4e6 100%);border-color:#fca5a5}.sidebar-overlay{z-index:199;-webkit-backdrop-filter:blur(2px);background:#0000008c;position:fixed;inset:0}.topnav-hamburger{display:none}@media (width<=1280px){.metric-grid{grid-template-columns:repeat(2,1fr)}.chart-grid{grid-template-columns:1fr}.coverage-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.auth-left{display:none}.auth-right{width:100%;padding:40px 24px}.metric-grid{grid-template-columns:1fr 1fr}.page-content{padding:16px}.table-card-header{flex-wrap:wrap;gap:10px}.page-header-row{flex-wrap:wrap}.crm-kpi-grid{grid-template-columns:repeat(2,1fr)}.crm-toolbar{grid-template-columns:repeat(2,minmax(140px,1fr))}.crm-search{grid-column:span 2}.crm-table-wrap .ant-table-wrapper{padding:4px 6px 8px}}@media (width<=768px){.sidebar{z-index:200;height:100vh;box-shadow:var(--shadow-xl);top:0;left:0;transform:translate(-110%);transition:transform var(--t-base)!important;width:var(--sidebar-width)!important;min-width:var(--sidebar-width)!important;position:fixed!important}.sidebar.mobile-open{transform:translate(0)}.app-shell{height:100vh;display:block;overflow:auto}.main-area{flex-direction:column;width:100%;min-height:100vh;display:flex}.topnav{gap:8px;padding:0 14px}.topnav-hamburger{display:flex!important}.topnav-search,.topnav-breadcrumb{display:none}.page-content{flex:1;padding:14px;overflow-y:auto}.page-title{font-size:18px}.page-subtitle{font-size:13px}.page-header-row{flex-direction:column;align-items:flex-start;gap:10px}.page-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}.metric-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.metric-card{padding:16px 18px}.mc-value{font-size:24px}.mc-icon{width:36px;height:36px;margin-bottom:10px;font-size:16px}.chart-grid{grid-template-columns:1fr;gap:12px;margin-bottom:16px}.sc-header{padding:14px 16px 0}.sc-body{padding:12px 16px 16px}.table-card-header{flex-direction:column;align-items:flex-start;padding:14px 16px}.section-card{border-radius:var(--r-md)}.auth-left{display:none}.auth-right{width:100%;padding:32px 20px}.auth-form-title{font-size:22px}.auth-demo-card{border-radius:12px;padding:10px}.auth-demo-btn.ant-btn{border-radius:11px;height:46px;font-size:14px}.quote-step-card{padding:20px 16px}.coverage-grid{grid-template-columns:1fr}.crm-kpi-grid{grid-template-columns:1fr 1fr}.crm-toolbar{grid-template-columns:1fr}.crm-search{grid-column:span 1}.crm-hero{padding:16px}.crm-hero-actions{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid!important}.crm-hero-actions .ant-btn,.crm-filter,.crm-search{width:100%}.crm-table-wrap .ant-pagination{justify-content:center;row-gap:8px}.crm-table-wrap .ant-pagination-total-text{text-align:center;width:100%}.crm-row-actions{flex-wrap:nowrap;display:flex}.crm-row-actions .ant-btn{padding-inline:8px}.crm-drawer .ant-drawer-body{padding:12px}.rbac-page .rbac-form-inline{grid-template-columns:1fr;gap:8px;display:grid}.rbac-page .rbac-form-inline .ant-form-item{width:100%;margin-inline-end:0}.rbac-page .rbac-form-inline .ant-select,.rbac-page .rbac-form-inline .ant-input,.rbac-page .rbac-form-inline .ant-input-password,.rbac-page .rbac-form-inline .ant-btn{width:100%!important}.rbac-page .rbac-fields-grid,.rbac-page .rbac-fields-grid-user,.rbac-page .rbac-fields-grid-user-unified{grid-template-columns:1fr}.rbac-page .rbac-submit-item{margin-top:2px}.rbac-page .rbac-submit-item .ant-form-item-label>label{display:none}.claim-timeline{padding-left:22px}}@media (width<=480px){.metric-grid{grid-template-columns:1fr;gap:8px}.mc-value{font-size:22px}.otp-inputs{gap:8px}.otp-input{width:42px;height:48px;font-size:18px}.page-content{padding:10px}.topnav-hide-sm{display:none!important}.auth-right{padding:24px 16px}.auth-demo-caption{font-size:11px}.auth-demo-btn.ant-btn{height:44px;font-size:13.5px}.crm-kpi-grid,.crm-hero-actions,.crm-mobile-meta,.crm-mobile-actions{grid-template-columns:1fr}.crm-kpi-card .ant-statistic-content-value{font-size:24px}}
