@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css);.cp-root{background:#f0f2f7;color:#1a2340;font-family:Inter,sans-serif;min-height:100vh}.cp-header{background:linear-gradient(135deg,#070f2b,#0d1b45);box-shadow:0 4px 20px #0d1b4b73;height:64px;justify-content:space-between;padding:0 28px;position:-webkit-sticky;position:sticky;top:0;z-index:200}.cp-header,.cp-header-left{align-items:center;display:flex}.cp-header-left{gap:50px}.cp-logo{gap:12px}.cp-logo,.cp-logo-icon{align-items:center;color:#fff;display:flex}.cp-logo-icon{background:linear-gradient(135deg,#4fc3f7,#0288d1);border-radius:10px;font-size:20px;height:42px;justify-content:center;width:42px}.cp-logo-text{font-size:18px;font-weight:700;letter-spacing:.4px}.cp-pin-btn{align-items:center;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;color:#ffffff73;cursor:pointer;display:flex;font-size:13px;height:32px;justify-content:center;transition:.2s;width:32px}.cp-pin-btn:hover{background:#ffffff26;color:#fff}.cp-pin-btn.pinned{background:#2563eb4d;border-color:#60a5fa66;color:#93c5fd}.cp-header-right{align-items:center;display:flex;gap:16px}.cp-hdr-badge{background:#ffffff1f;border-radius:20px;color:#fff;font-size:12px;font-weight:500;padding:5px 12px}.cp-hdr-icon{color:#fff;cursor:pointer;font-size:18px;position:relative}.cp-notif-dot{background:#ff5252;border-radius:50%;height:8px;position:absolute;right:-3px;top:-3px;width:8px}.cp-avatar{align-items:center;background:linear-gradient(135deg,#ff9800,#f44336);border-radius:50%;color:#fff;display:flex;font-size:14px;font-weight:700;height:36px;justify-content:center;width:36px}.cp-user-info .cp-user-name{color:#fff;font-size:13px;font-weight:600}.cp-user-info .cp-user-role{color:#fff;font-size:11px;opacity:.7}.cp-ticker{align-items:center;background:#1a3a8f;border-top:1px solid #ffffff1a;display:flex;gap:16px;overflow:hidden;padding:7px 28px}.cp-ticker-label{background:#ff9800;border-radius:12px;color:#fff;font-size:10px;font-weight:700;letter-spacing:.5px;padding:2px 10px;white-space:nowrap}.cp-ticker-scroll{flex:1 1;overflow:hidden}.cp-ticker-inner{animation:cp-ticker 28s linear infinite;display:flex;gap:48px;white-space:nowrap}@keyframes cp-ticker{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.cp-ticker-item{color:#b3c5ff;font-size:12px;font-weight:500}.cp-ticker-item span{color:#fff;font-weight:700}.cp-ticker-date{color:#90a4ae;font-size:11px;white-space:nowrap}.cp-layout{display:flex;min-height:calc(100vh - 64px)}.cp-layout-main{flex:1 1;max-width:100%;min-width:0}.cp-layout-main,.cp-sidebar{display:flex;flex-direction:column}.cp-sidebar{background:linear-gradient(180deg,#070f2b,#0d1b45);border-right:1px solid #ffffff0f;flex-shrink:0;height:calc(100vh - 64px);overflow-x:hidden;overflow-y:auto;position:-webkit-sticky;position:sticky;top:64px;transition:width .3s cubic-bezier(.22,.68,0,1);width:64px;z-index:100}.cp-sidebar.pinned,.cp-sidebar:not(.pinned):hover{width:260px}.cp-sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:4px;padding:14px 8px}.cp-sidebar.pinned .cp-sidebar-nav,.cp-sidebar:hover .cp-sidebar-nav{padding:14px 12px}.cp-nav-item{align-items:center;background:none;border:none;border-radius:10px;color:#ffffff8c;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:0;justify-content:center;overflow:hidden;padding:11px 0;position:relative;text-align:left;text-decoration:none;transition:.18s;white-space:nowrap;width:100%}.cp-sidebar.pinned .cp-nav-item,.cp-sidebar:hover .cp-nav-item{gap:14px;justify-content:flex-start;padding:11px 14px}.cp-nav-item:hover{background:#ffffff12;color:#ffffffe6}.cp-nav-item.active{background:#ffffff14;color:#fff;font-weight:600}.cp-nav-item.active:before{background:#4fc3f7;border-radius:0 3px 3px 0;bottom:8px;content:"";left:0;position:absolute;top:8px;width:3px}.cp-sidebar.pinned .cp-nav-item.active:before,.cp-sidebar:hover .cp-nav-item.active:before{bottom:6px;top:6px}.cp-nav-item i{flex-shrink:0;font-size:16px;text-align:center;width:20px}.cp-nav-label{opacity:0;overflow:hidden;transition:opacity .2s;width:0}.cp-sidebar.pinned .cp-nav-label,.cp-sidebar:hover .cp-nav-label{opacity:1;width:auto}.cp-nav-chevron{display:none;flex-shrink:0;font-size:11px!important;margin-left:auto;opacity:0;transition:transform .25s,opacity .2s;width:auto!important}.cp-sidebar.pinned .cp-nav-chevron,.cp-sidebar:hover .cp-nav-chevron{display:inline-block;opacity:.7}.cp-nav-group.open .cp-nav-chevron{opacity:1;transform:rotate(180deg)}.cp-submenu{list-style:none;margin:2px 0 4px;max-height:0;overflow:hidden;padding:0;transition:max-height .3s ease}.cp-nav-group.open .cp-submenu{max-height:600px}.cp-sidebar:not(:hover):not(.pinned) .cp-submenu{display:none}.cp-sub-item{align-items:center;background:none;border:none;border-radius:8px;color:#ffffff8c;cursor:pointer;display:flex;font-size:13px;gap:11px;margin:1px 0;overflow:hidden;padding:9px 12px 9px 38px;text-align:left;text-decoration:none;text-overflow:ellipsis;transition:.15s;white-space:nowrap;width:100%}.cp-sub-item:hover{background:#ffffff0f;color:#fff;padding-left:42px}.cp-sub-item.active{background:#4fc3f71f;color:#4fc3f7}.cp-sub-item .cp-sub-icon{color:#ffffff73;flex-shrink:0;font-size:12px;text-align:center;transition:color .15s;width:16px}.cp-sub-item.active .cp-sub-icon,.cp-sub-item:hover .cp-sub-icon{color:#4fc3f7}.cp-sidebar-footer{border-top:1px solid #ffffff0f;padding:12px 8px}.cp-sidebar.pinned .cp-sidebar-footer,.cp-sidebar:hover .cp-sidebar-footer{padding:12px 14px}.cp-sidebar-footer .cp-nav-item{color:#fff6;font-size:13px}.cp-content{grid-gap:16px;display:grid;gap:16px;grid-template-columns:minmax(0,1fr);min-width:0;padding:18px 28px}.cp-welcome-strip{align-items:center;background:linear-gradient(135deg,#1565c0,#283593);border-radius:14px;color:#fff;display:flex;justify-content:space-between;padding:14px 22px}.cp-ws-left h2{font-size:18px;font-weight:700}.cp-ws-left p{font-size:11px;margin-top:2px;opacity:.8}.cp-ws-pills{display:flex;gap:10px}.cp-ws-pill{background:#ffffff26;border:1px solid #ffffff40;border-radius:20px;font-size:11px;font-weight:500;padding:4px 12px}.cp-ws-pill.active{background:#4caf50;border-color:#4caf50}.cp-action-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.cp-action-box{background:#fff;border:1px solid #0000000d;border-radius:14px;box-shadow:0 2px 12px #00000012;padding:16px 18px}.cp-box-header{align-items:center;display:flex;gap:8px;margin-bottom:12px}.cp-box-title{color:#1a2340;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.cp-box-link{color:#1565c0;cursor:pointer;font-size:11px;font-weight:600;margin-left:auto}.cp-qa-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(6,minmax(0,1fr))}.cp-qa-btn{align-items:center;background:#fafbfe;border:1px solid #eef0f8;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:5px;padding:10px 4px;transition:.2s}.cp-qa-btn:hover{background:#e8f0fe;border-color:#1565c0;transform:translateY(-2px)}.cp-qa-ico{align-items:center;border-radius:9px;color:#fff;display:flex;font-size:14px;height:32px;justify-content:center;width:32px}.cp-qa-lbl{color:#3a4660;font-size:9.5px;font-weight:600;line-height:1.3;text-align:center}.cp-challan-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.cp-ch-card{align-items:center;background:#fafbfe;border-left:3px solid #0000;border-radius:10px;cursor:pointer;display:flex;gap:10px;padding:10px 12px;transition:.2s}.cp-ch-card:hover{background:#f0f4ff;transform:translateX(2px)}.cp-ch1{border-color:#1565c0}.cp-ch2{border-color:#2e7d32}.cp-ch3{border-color:#e65100}.cp-ch4{border-color:#6a1b9a}.cp-ch-ico{align-items:center;border-radius:9px;display:flex;flex-shrink:0;font-size:14px;height:32px;justify-content:center;width:32px}.cp-ch-ico1{background:#e3f2fd;color:#1565c0}.cp-ch-ico2{background:#e8f5e9;color:#2e7d32}.cp-ch-ico3{background:#fff3e0;color:#e65100}.cp-ch-ico4{background:#f3e5f5;color:#6a1b9a}.cp-ch-name{color:#1a2340;font-size:11px;font-weight:700}.cp-ch-count{color:#90a4ae;font-size:10px;margin-top:1px}.cp-sec-hdr{align-items:center;display:flex;gap:10px;margin-bottom:4px}.cp-sec-hdr h3{color:#1a2340;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.cp-sec-line{background:linear-gradient(90deg,#dde3f0,#0000);flex:1 1;height:1px}.cp-sec-link{background:none;border:none;color:#1565c0;cursor:pointer;font-size:11px;font-weight:600}.cp-four-col{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:10px}.cp-info-card{background:#fff;border:1px solid #0000000d;border-radius:14px;box-shadow:0 2px 12px #00000012;cursor:pointer;padding:14px 16px;position:relative;transition:box-shadow .3s,border-color .3s;z-index:1}.cp-info-card:hover{border-color:#1565c033;border-radius:14px 14px 0 0;box-shadow:0 4px 20px #1565c026;z-index:10}.cp-card-header{align-items:center;border-bottom:1px solid #f0f2f7;display:flex;gap:8px;padding-bottom:8px}.cp-card-details{background:#fff;border:1px solid #0000;border-radius:0 0 14px 14px;border-top:none;box-shadow:0 10px 30px #00000026;left:-1px;max-height:0;opacity:0;overflow:hidden;padding:0 16px;position:absolute;right:-1px;top:100%;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .25s ease,padding .25s ease}.cp-info-card:hover .cp-card-details{border-color:#1565c033;max-height:300px;opacity:1;padding:8px 16px 14px}.cp-card-num{align-items:center;border-radius:7px;color:#fff;display:flex;flex-shrink:0;font-size:11px;font-weight:800;height:24px;justify-content:center;width:24px}.cp-cn1{background:linear-gradient(135deg,#1565c0,#42a5f5)}.cp-cn2{background:linear-gradient(135deg,#e65100,#ff9800)}.cp-cn3{background:linear-gradient(135deg,#2e7d32,#66bb6a)}.cp-cn4{background:linear-gradient(135deg,#6a1b9a,#ba68c8)}.cp-card-title{color:#1a2340;font-size:11.5px;font-weight:700;line-height:1.2}.cp-card-icon{font-size:17px;margin-left:auto;opacity:.25}.cp-stat-row{align-items:center;border-bottom:1px dashed #eef0f5;display:flex;justify-content:space-between;padding:5px 0}.cp-stat-row:last-child{border-bottom:none}.cp-stat-label{align-items:center;color:#6b7589;display:flex;font-size:10.5px;gap:5px}.cp-stat-label i{color:#90a4c0;font-size:10px;text-align:center;width:13px}.cp-stat-value{color:#1a2340;font-size:11px;font-weight:700}.cp-stat-value.up{color:#2e7d32}.cp-stat-value.down{color:#c62828}.cp-stat-value.warn{color:#e65100}.cp-stat-value.purple{color:#6a1b9a}.cp-badge{border-radius:10px;font-size:9px;font-weight:600;margin-left:4px;padding:1px 7px}.cp-badge-green{background:#e8f5e9;color:#2e7d32}.cp-badge-orange{background:#fff3e0;color:#e65100}.cp-badge-red{background:#ffebee;color:#c62828}.cp-badge-blue{background:#e3f2fd;color:#1565c0}.cp-charts-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin-top:10px}.cp-chart-card{background:#fff;border-radius:14px;box-shadow:0 2px 12px #00000012;padding:18px}.cp-chart-title{color:#1a2340;font-size:13px;font-weight:700;margin-bottom:3px}.cp-chart-sub{color:#90a4ae;font-size:11px;margin-bottom:14px}.cp-bar-group{margin-bottom:8px}.cp-bar-label{color:#6b7589;display:flex;font-size:11px;justify-content:space-between;margin-bottom:3px}.cp-bar-track{background:#f0f2f7;border-radius:6px;height:9px;overflow:hidden}.cp-bar-fill{border-radius:6px;height:100%}.cp-bf-in{background:linear-gradient(90deg,#1565c0,#42a5f5)}.cp-bf-out{background:linear-gradient(90deg,#e65100,#ff9800)}.cp-bf-rep{background:linear-gradient(90deg,#2e7d32,#66bb6a)}.cp-bf-dam{background:linear-gradient(90deg,#6a1b9a,#ba68c8)}.cp-donut-wrap{height:100px;margin:0 auto 10px;position:relative;width:100px}.cp-donut-svg{transform:rotate(-90deg)}.cp-donut-center{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.cp-donut-num{color:#1a2340;font-size:19px;font-weight:800}.cp-donut-unit{color:#90a4ae;font-size:9px;font-weight:500}.cp-legend-row{align-items:center;color:#6b7589;display:flex;font-size:11px;gap:5px;margin-bottom:4px}.cp-legend-dot{border-radius:3px;flex-shrink:0;height:9px;width:9px}.cp-invoice-card{background:#fff;border-radius:14px;box-shadow:0 2px 12px #00000012;padding:18px}.cp-inv-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.cp-inv-title{color:#1a2340;font-size:13px;font-weight:700}.cp-inv-actions{display:flex;gap:8px}.cp-inv-btn{background:#fff;border:1px solid #dde3f0;border-radius:8px;color:#3a4660;cursor:pointer;font-size:11px;font-weight:500;padding:5px 12px}.cp-inv-btn.primary{background:#1565c0;border-color:#1565c0;color:#fff}.cp-table{border-collapse:collapse;width:100%}.cp-table thead tr{background:#f5f7fc}.cp-table th{color:#6b7589;font-size:11px;font-weight:700;letter-spacing:.4px;padding:9px 11px;text-align:left;text-transform:uppercase}.cp-table td{border-bottom:1px solid #f0f2f7;color:#3a4660;font-size:12px;padding:9px 11px}.cp-table tr:last-child td{border-bottom:none}.cp-table tr:hover td{background:#f9fafd}.cp-amount{color:#1a2340;font-weight:700}.cp-sb{border-radius:12px;font-size:10px;font-weight:700;padding:3px 9px}.cp-sb-paid{background:#e8f5e9;color:#2e7d32}.cp-sb-pending{background:#fff3e0;color:#e65100}.cp-sb-overdue{background:#ffebee;color:#c62828}.cp-sb-partial{background:#e3f2fd;color:#1565c0}.cp-inv-footer{align-items:center;background:#f5f7fc;border-radius:10px;display:flex;justify-content:space-between;margin-top:12px;padding:10px 14px}.cp-footer{color:#90a4ae;font-size:11px;padding:10px;text-align:center}.cp-sidebar::-webkit-scrollbar{width:4px}.cp-sidebar::-webkit-scrollbar-track{background:#0000}.cp-sidebar::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}.choices{margin-bottom:0;position:relative}.choices__inner{background-color:var(--white);border:1px solid var(--border-color);border-radius:5px;color:var(--black);font-weight:500;min-height:auto;min-width:135px;width:100%}.choices:last-child{width:100%}.task-header .choices:last-child{width:auto}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:var(--first-color);color:var(--white)}.choices__list--dropdown{border:1px solid var(--border-color);box-shadow:0 4px 10px #0000001a;z-index:2}.choices__list--dropdown,.choices__list[aria-expanded]{border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;z-index:6}.choices__item--choice{cursor:pointer;font-size:12px!important;padding:8px 10px!important;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}.choices__list--single{padding:0}.choices__item--choice:hover{background-color:var(--first-color);color:var(--white)}