@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{--nav:#07111f;--nav2:#0b182a;--nav3:#102039;--page:#f4f7fb;--card:#fff;--ink:#152033;--muted:#758197;--line:#e1e7ef;--line2:#edf1f6;--blue:#4774ff;--violet:#8d61ff;--good:#1a9f72;--warn:#d18a20;--bad:#d45568;--shadow:0 12px 36px rgba(17,31,55,.07);--radius:15px;--sidebar:238px}
*{box-sizing:border-box}[hidden]{display:none!important}html,body{margin:0;min-height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--page);color:var(--ink);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit}.eyebrow{display:block;color:#6c7fff;font-size:9.5px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.btn{border:0;border-radius:10px;min-height:39px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:11.5px;font-weight:800;letter-spacing:-.01em;transition:.18s ease}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--blue),var(--violet));box-shadow:0 8px 18px rgba(79,91,240,.20)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(79,91,240,.28)}.btn-secondary{color:#536176;background:#f4f6fa;border:1px solid #dfe5ee}.btn-danger{color:#fff;background:#c94e60}.btn-full{width:100%}.text-button{border:0;background:none;color:#8290a5;font-size:11px;font-weight:700;padding:0}.text-button:hover{color:#fff}
/* brand */.hub-brand{display:flex;align-items:center;text-decoration:none;color:#fff}.brand-logo{display:block;width:182px;height:auto;flex:0 0 auto}.login-brand .brand-logo{width:216px}
/* login */.login-view{min-height:100vh;display:grid;place-items:center;padding:26px;background:radial-gradient(circle at 28% 18%,rgba(58,102,230,.20),transparent 35%),radial-gradient(circle at 78% 78%,rgba(133,79,229,.17),transparent 34%),linear-gradient(145deg,#06101d,#0a1729 56%,#081221);overflow:hidden;position:relative}.login-orb{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}.orb-one{width:330px;height:330px;border:1px solid rgba(111,130,255,.12);top:-120px;right:-75px;box-shadow:inset 0 0 80px rgba(95,92,255,.04)}.orb-two{width:240px;height:240px;border:1px solid rgba(103,151,255,.10);bottom:-100px;left:-70px}.login-card{width:min(430px,100%);padding:36px 38px 28px;border:1px solid rgba(139,157,185,.15);border-radius:21px;background:rgba(8,20,36,.90);box-shadow:0 35px 90px rgba(0,0,0,.28);backdrop-filter:blur(20px);position:relative;z-index:2}.login-brand{margin-bottom:48px}.login-copy h1{margin:8px 0 10px;color:#fff;font-size:35px;letter-spacing:-.045em}.login-copy p{margin:0 0 30px;color:#92a0b5;font-size:12.5px;line-height:1.65}.login-form{display:grid;gap:17px}.login-form label,.record-form label{display:grid;gap:7px;color:#9ba8ba;font-size:10px;font-weight:750;letter-spacing:.01em}.login-form input{height:45px;border:1px solid rgba(133,151,177,.21);border-radius:10px;background:#0a192c;color:#fff;padding:0 13px;outline:none}.login-form input:focus{border-color:#7387ff;box-shadow:0 0 0 3px rgba(92,105,255,.10)}.form-message{min-height:16px;margin:0;color:#d46a7b;font-size:10.5px;line-height:1.5}.setup-required{padding:14px;border:1px solid rgba(218,169,77,.24);border-radius:11px;background:rgba(151,104,33,.10);color:#e8c78b;font-size:11px;line-height:1.5}.setup-required strong{display:block;color:#f3d9a8;margin-bottom:4px}.setup-required p{margin:0}.login-footer{display:flex;justify-content:space-between;gap:16px;margin-top:30px;padding-top:18px;border-top:1px solid rgba(130,148,176,.12);color:#687990;font-size:9.5px;font-weight:650}
/* shell */.hub-app{min-height:100vh;display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr)}.sidebar{position:fixed;left:0;top:0;bottom:0;width:var(--sidebar);z-index:50;background:linear-gradient(180deg,var(--nav) 0%,#081526 100%);border-right:1px solid rgba(132,150,177,.12);display:flex;flex-direction:column;overflow:hidden}.sidebar-head{height:73px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid rgba(132,150,177,.10);flex:0 0 auto}.sidebar-close{display:none;border:0;background:none;color:#9ca9bb;font-size:27px}.module-nav{overflow-y:auto;padding:16px 11px 20px;scrollbar-width:thin;scrollbar-color:#1c2c44 transparent}.nav-group{display:grid;gap:2px;margin-bottom:17px}.nav-label{padding:0 9px 7px;color:#51637b;font-size:8px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.module-nav a{height:36px;padding:0 10px;border-radius:8px;display:flex;align-items:center;gap:10px;color:#8e9caf;text-decoration:none;font-size:10.8px;font-weight:650;position:relative;transition:.16s}.module-nav a i{width:20px;height:20px;display:grid;place-items:center;color:#687b96;font-style:normal;font-size:12px;font-weight:800}.module-nav a b{margin-left:auto;min-width:19px;height:18px;padding:0 5px;border-radius:9px;display:grid;place-items:center;background:#583fd3;color:#fff;font-size:8px}.module-nav a:hover{color:#dce5f2;background:rgba(255,255,255,.035)}.module-nav a.active{color:#fff;background:linear-gradient(90deg,rgba(72,103,255,.18),rgba(138,89,255,.12));box-shadow:inset 2px 0 #7182ff}.module-nav a.active i{color:#b9c1ff}.sidebar-foot{margin-top:auto;padding:15px 18px 18px;border-top:1px solid rgba(132,150,177,.10)}.sidebar-status{display:flex;align-items:center;gap:9px;margin-bottom:12px}.status-dot{width:7px;height:7px;border-radius:50%;background:#41c994;box-shadow:0 0 0 4px rgba(65,201,148,.08)}.sidebar-status div{display:grid;gap:1px}.sidebar-status strong{color:#bdc8d7;font-size:9.5px}.sidebar-status small{color:#63758d;font-size:8.5px}.main-shell{grid-column:2;min-width:0;min-height:100vh}.topbar{height:73px;padding:0 30px;display:flex;align-items:center;justify-content:space-between;gap:22px;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;backdrop-filter:blur(15px)}.topbar-left{display:flex;align-items:center;gap:12px}.topbar-left h1{margin:2px 0 0;font-size:17px;font-weight:800;letter-spacing:-.025em}.top-context{color:#8c98aa;font-size:7.5px;font-weight:850;letter-spacing:.13em}.menu-toggle{display:none;width:36px;height:36px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:9px}.menu-toggle span{display:block;height:2px;background:#526075;margin:3px 0;border-radius:2px}.topbar-actions{display:flex;align-items:center;gap:9px}.global-search{width:225px;height:38px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--line);border-radius:9px;background:#f9fbfd;color:#9aa6b6}.global-search input{width:100%;border:0;outline:0;background:transparent;color:#2d394b;font-size:10.5px}.profile-chip{border:0;background:none;display:flex;align-items:center;gap:8px;padding:4px 0 4px 6px;text-align:left}.profile-chip>span:first-child{width:31px;height:31px;border-radius:9px;display:grid;place-items:center;background:linear-gradient(135deg,#3f70f5,#8b5cea);color:#fff;font-size:10px;font-weight:850}.profile-chip>span:last-child{display:grid;gap:1px;min-width:72px}.profile-chip strong{font-size:9.5px;color:#354155}.profile-chip small{font-size:8px;color:#8a96a8;text-transform:capitalize}.page-area{padding:32px clamp(22px,3vw,42px) 55px;max-width:1680px;margin:0 auto}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px}.page-heading h2{margin:7px 0 6px;font-size:25px;letter-spacing:-.04em}.page-heading p{margin:0;color:var(--muted);font-size:11.5px;line-height:1.55}.page-actions{display:flex;gap:8px}.module-content{min-height:400px}.loading-state{min-height:280px;display:grid;place-items:center;align-content:center;gap:12px;color:#8996a8;font-size:11px}.loading-state span{width:25px;height:25px;border:2px solid #dce2ea;border-top-color:#687aff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
/* cards */.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.metric-card{padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:0 5px 20px rgba(24,38,66,.025);position:relative;overflow:hidden}.metric-card:after{content:"";position:absolute;width:70px;height:70px;right:-28px;top:-28px;border-radius:50%;background:radial-gradient(circle,rgba(100,106,255,.11),transparent 70%)}.metric-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.metric-top span{color:#8794a7;font-size:9px;font-weight:750}.metric-icon{width:29px;height:29px;border-radius:9px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(69,114,255,.11),rgba(141,97,255,.14));color:#6374e9;font-style:normal;font-size:11px;font-weight:850}.metric-card strong{display:block;font-size:23px;letter-spacing:-.04em}.metric-card small{display:block;margin-top:5px;color:#9aa5b5;font-size:8.5px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:14px}.panel{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 5px 20px rgba(24,38,66,.025);overflow:hidden}.panel-head{min-height:57px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line2)}.panel-head h3{margin:0;font-size:12px}.panel-head p{margin:2px 0 0;color:#8a96a7;font-size:8.5px}.panel-body{padding:17px}.pipeline-bars{display:grid;gap:12px}.pipeline-row{display:grid;grid-template-columns:90px 1fr 75px;gap:10px;align-items:center}.pipeline-row>span{color:#5c687a;font-size:9px;font-weight:700}.pipeline-track{height:8px;border-radius:5px;background:#edf1f6;overflow:hidden}.pipeline-fill{height:100%;border-radius:5px;background:linear-gradient(90deg,#4b76ff,#8b60fb)}.pipeline-row strong{text-align:right;font-size:9.5px}.activity-list,.task-list{display:grid}.activity-item,.task-item{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:start;padding:11px 0;border-bottom:1px solid var(--line2)}.activity-item:last-child,.task-item:last-child{border-bottom:0}.activity-dot{width:8px;height:8px;margin-top:4px;border-radius:50%;background:#7180f6;box-shadow:0 0 0 4px #f0efff}.activity-item strong,.task-item strong{display:block;font-size:9.5px}.activity-item p,.task-item p{margin:3px 0 0;color:#8a96a8;font-size:8.5px;line-height:1.45}.activity-item time,.task-item time{color:#a0aaba;font-size:7.5px;white-space:nowrap}
/* table */.data-shell{border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden;box-shadow:0 5px 20px rgba(24,38,66,.025)}.table-tools{min-height:54px;padding:9px 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line2)}.table-tools p{margin:0;color:#8995a6;font-size:9px}.table-scroll{overflow:auto}.data-table{width:100%;border-collapse:collapse;min-width:780px}.data-table th{padding:11px 14px;background:#fafbfd;border-bottom:1px solid var(--line);color:#7c899c;text-align:left;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.data-table td{padding:12px 14px;border-bottom:1px solid var(--line2);color:#435064;font-size:9.5px;vertical-align:middle}.data-table tr:last-child td{border-bottom:0}.data-table tbody tr{transition:.13s}.data-table tbody tr:hover{background:#fafbfe}.cell-title{display:block;color:#253145;font-size:10px;font-weight:750}.cell-sub{display:block;margin-top:3px;color:#919caf;font-size:8px}.amount{color:#253145;font-weight:780;white-space:nowrap}.row-action{height:28px;padding:0 9px;border:1px solid #e0e5ed;border-radius:7px;background:#fff;color:#637083;font-size:8.5px;font-weight:700}.row-action:hover{border-color:#aeb8f8;color:#5668df}.empty-state{padding:55px 24px;text-align:center}.empty-icon{width:45px;height:45px;margin:0 auto 13px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#eef3ff,#f3efff);color:#6777e9;font-size:18px}.empty-state h3{margin:0 0 6px;font-size:13px}.empty-state p{max-width:390px;margin:0 auto;color:#8d98a8;font-size:9.5px;line-height:1.6}
/* badges */.badge{display:inline-flex;align-items:center;gap:5px;min-height:22px;padding:0 8px;border-radius:99px;background:#f0f3f7;color:#657287;font-size:7.8px;font-weight:800;text-transform:capitalize;white-space:nowrap}.badge:before{content:"";width:5px;height:5px;border-radius:50%;background:#9aa6b7}.badge-good{background:#ecf9f4;color:#288464}.badge-good:before{background:#3db488}.badge-warn{background:#fff6e8;color:#a16e1f}.badge-warn:before{background:#d79632}.badge-bad{background:#fff0f2;color:#a74e5d}.badge-bad:before{background:#d25f71}.badge-blue{background:#eef2ff;color:#5769d8}.badge-blue:before{background:#6679ee}.badge-violet{background:#f3efff;color:#7052c8}.badge-violet:before{background:#8c65dc}
/* pipeline */.kanban-wrap{overflow-x:auto;padding-bottom:8px}.kanban{display:grid;grid-template-columns:repeat(7,minmax(215px,1fr));gap:10px;min-width:1530px}.kanban-column{min-height:510px;border:1px solid #e1e6ee;border-radius:13px;background:#eef2f7;padding:9px}.kanban-head{padding:5px 5px 10px;display:flex;align-items:center;justify-content:space-between}.kanban-head strong{font-size:9.5px}.kanban-head span{min-width:21px;height:20px;padding:0 6px;border-radius:10px;display:grid;place-items:center;background:#fff;color:#788597;font-size:8px;font-weight:800}.kanban-list{min-height:445px;display:grid;align-content:start;gap:8px}.deal-card{padding:12px;border:1px solid #dfe5ed;border-radius:10px;background:#fff;box-shadow:0 3px 10px rgba(25,39,64,.035);cursor:grab}.deal-card.dragging{opacity:.45}.deal-card h4{margin:0 0 7px;color:#2c394c;font-size:9.5px}.deal-card p{margin:0 0 10px;color:#8995a6;font-size:8.3px;line-height:1.4}.deal-values{display:flex;justify-content:space-between;gap:8px;padding-top:9px;border-top:1px solid #edf0f4}.deal-values span{font-size:7.5px;color:#9aa5b4}.deal-values strong{display:block;margin-top:2px;color:#435166;font-size:8.5px}
/* products */.product-section{margin-bottom:22px}.product-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:11px}.product-section-title h3{margin:0;font-size:13px}.product-section-title p{margin:0;color:#8c98aa;font-size:9px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.product-card{padding:17px;border:1px solid var(--line);border-radius:13px;background:#fff;position:relative}.product-card.featured{border-color:#a8a5fb;background:linear-gradient(145deg,#fff,#f8f6ff);box-shadow:0 12px 30px rgba(93,79,211,.09)}.product-card .popular-mini{position:absolute;right:12px;top:12px;color:#6c5bcf;background:#f1edff;border:1px solid #ddd5ff;border-radius:99px;padding:4px 7px;font-size:6.8px;font-weight:850;letter-spacing:.06em}.product-card h4{margin:0 0 6px;font-size:11px}.product-card p{min-height:34px;margin:0 0 14px;color:#8995a7;font-size:8.5px;line-height:1.5}.product-pricing{display:flex;align-items:end;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px solid var(--line2)}.product-pricing strong{display:block;font-size:17px}.product-pricing span{color:#909cad;font-size:7.5px}.extra-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.extra-product-grid .product-card p{min-height:0}.extra-product-grid .product-pricing strong{font-size:13px}
.catalog-status{display:block!important;margin-top:5px;font-size:7px!important;font-weight:800!important}.catalog-live{color:#2a8a68!important}.catalog-hidden{color:#a74e5d!important}
/* reports */.report-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-bottom:16px}.report-card{padding:18px;border:1px solid var(--line);border-radius:13px;background:#fff}.report-card span{display:block;color:#8794a7;font-size:8.5px;font-weight:700}.report-card strong{display:block;margin-top:8px;font-size:21px}.report-panels{display:grid;grid-template-columns:1fr 1fr;gap:13px}.mini-chart{display:grid;gap:8px}.mini-chart-row{display:grid;grid-template-columns:100px 1fr 70px;align-items:center;gap:10px}.mini-chart-row span{font-size:8.5px;color:#758297}.mini-chart-row i{height:7px;border-radius:5px;background:#edf1f6;overflow:hidden}.mini-chart-row i:after{content:"";display:block;width:var(--w,0%);height:100%;background:linear-gradient(90deg,#4a75ff,#8e60ff)}.mini-chart-row strong{font-size:8.5px;text-align:right}
/* admin */.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.setting-list{display:grid}.setting-row{display:flex;justify-content:space-between;gap:16px;padding:11px 0;border-bottom:1px solid var(--line2)}.setting-row:last-child{border-bottom:0}.setting-row span{color:#7c899b;font-size:9px}.setting-row strong{font-size:9px}.role-pill{display:inline-flex;padding:4px 7px;border-radius:99px;background:#f0efff;color:#6f5ac9;font-size:7.5px;font-weight:800;text-transform:capitalize}
/* drawer/forms */.drawer{position:fixed;inset:0;z-index:100;pointer-events:none;visibility:hidden}.drawer.open{pointer-events:auto;visibility:visible}.drawer-backdrop{position:absolute;inset:0;background:rgba(4,12,22,.34);opacity:0;transition:.2s}.drawer.open .drawer-backdrop{opacity:1}.drawer-panel{position:absolute;right:0;top:0;bottom:0;width:min(540px,100%);background:#fff;box-shadow:-20px 0 70px rgba(9,20,37,.18);transform:translateX(102%);transition:.24s ease;display:flex;flex-direction:column}.drawer.open .drawer-panel{transform:none}.drawer-head{min-height:77px;padding:0 23px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.drawer-head h2{margin:5px 0 0;font-size:18px}.drawer-close{border:0;background:#f3f5f8;width:33px;height:33px;border-radius:9px;color:#647187;font-size:21px}.record-form{display:flex;flex-direction:column;min-height:0;flex:1}.record-fields{padding:22px 23px;overflow:auto;display:grid;grid-template-columns:1fr 1fr;gap:15px}.record-fields label.full{grid-column:1/-1}.record-fields input,.record-fields select,.record-fields textarea{width:100%;border:1px solid #dfe5ed;border-radius:9px;background:#fbfcfe;color:#2c394b;padding:10px 11px;outline:none;font-size:10px}.record-fields input,.record-fields select{height:39px}.record-fields textarea{min-height:94px;resize:vertical}.record-fields input:focus,.record-fields select:focus,.record-fields textarea:focus{border-color:#8792f3;box-shadow:0 0 0 3px rgba(91,106,235,.08)}.checkbox-field{display:flex!important;align-items:center!important;grid-template-columns:auto 1fr!important;gap:8px!important}.checkbox-field input{width:15px!important;height:15px!important}.record-form>.form-message{padding:0 23px}.drawer-actions{margin-top:auto;padding:14px 23px;display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--line);background:#fff}.toast-region{position:fixed;right:20px;bottom:20px;z-index:150;display:grid;gap:8px}.toast{max-width:350px;padding:12px 14px;border-radius:10px;background:#15243a;color:#fff;box-shadow:0 12px 35px rgba(5,15,28,.22);font-size:9.5px;line-height:1.45;animation:toastIn .2s ease}.toast.success{background:#146c54}.toast.error{background:#9d3f4d}@keyframes toastIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.sidebar-backdrop{display:none}
/* responsive */@media(max-width:1220px){.metric-grid{grid-template-columns:repeat(3,1fr)}.extra-product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:980px){:root{--sidebar:238px}.hub-app{display:block}.main-shell{grid-column:auto}.sidebar{transform:translateX(-102%);transition:.22s ease;box-shadow:15px 0 50px rgba(0,0,0,.2)}.sidebar.open{transform:none}.sidebar-close,.menu-toggle{display:block}.sidebar-head .brand-logo{width:168px}.sidebar-backdrop{display:block;position:fixed;inset:0;z-index:45;background:rgba(5,14,25,.35);opacity:0;pointer-events:none;transition:.2s}.sidebar-backdrop.open{opacity:1;pointer-events:auto}.topbar{padding:0 20px}.metric-grid{grid-template-columns:1fr 1fr}.dashboard-grid,.report-panels,.admin-grid{grid-template-columns:1fr}.product-grid,.extra-product-grid{grid-template-columns:1fr 1fr}.page-area{padding:27px 20px 45px}}
@media(max-width:680px){.topbar{height:65px;padding:0 14px}.top-context{display:none}.topbar-left h1{font-size:15px;margin:0}.global-search{display:none}.profile-chip>span:last-child{display:none}.topbar-actions .btn b{display:none}.topbar-actions .btn{width:38px;padding:0}.page-area{padding:22px 14px 40px}.page-heading{align-items:flex-start;flex-direction:column;gap:13px}.page-heading h2{font-size:22px}.metric-grid,.report-grid{grid-template-columns:1fr 1fr}.metric-card{padding:15px}.metric-card strong{font-size:20px}.product-grid,.extra-product-grid{grid-template-columns:1fr}.record-fields{grid-template-columns:1fr}.record-fields label.full{grid-column:auto}.login-card{padding:30px 24px 24px}.login-brand{margin-bottom:38px}.login-copy h1{font-size:30px}.login-footer{flex-direction:column;gap:5px}.toast-region{left:14px;right:14px;bottom:14px}.toast{max-width:none}.table-tools{align-items:flex-start;flex-direction:column}}
@media(max-width:420px){.metric-grid,.report-grid{grid-template-columns:1fr}.page-heading h2{font-size:20px}.sidebar{width:min(265px,86vw)}}


/* WEBFIXD workspace refresh — light navigation, dark command bar */
:root{--nav:#081526;--nav2:#0d1c31;--nav3:#142743;--page:#f4f6f9;--card:#fff;--ink:#142033;--muted:#69778a;--line:#dfe5ec;--line2:#edf1f5;--blue:#416fff;--violet:#7d5cff;--shadow:0 1px 2px rgba(18,31,51,.04),0 10px 30px rgba(18,31,51,.035);--radius:11px;--sidebar:252px}
.hub-app{background:var(--page)}
.sidebar{background:#fff;border-right:1px solid #dce3eb;box-shadow:none}
.sidebar-head{height:72px;padding:0 20px;border-bottom:1px solid #e6ebf1}
.sidebar-head .brand-logo{width:188px}
.module-nav{padding:18px 12px 22px;scrollbar-color:#cfd7e2 transparent}
.nav-group{gap:3px;margin-bottom:18px}
.nav-label{padding:0 11px 7px;color:#98a3b2;font-size:8.5px}
.module-nav a{height:39px;padding:0 11px;border-radius:8px;color:#4a586b;font-size:11.5px;font-weight:650}
.module-nav a i{width:21px;height:21px;color:#758295;font-size:13px}
.module-nav a b{background:linear-gradient(135deg,var(--blue),var(--violet))}
.module-nav a:hover{color:#172438;background:#f4f6f9}
.module-nav a.active{color:#172438;background:linear-gradient(90deg,#edf2ff,#f6f3ff);box-shadow:inset 3px 0 #5978ff}
.module-nav a.active i{color:#586fe3}
.sidebar-foot{padding:16px 20px 18px;border-top:1px solid #e6ebf1;background:#fbfcfd}
.sidebar-status{margin-bottom:13px}
.sidebar-status strong{color:#435167;font-size:10px}
.sidebar-status small{color:#8a96a6;font-size:9px}
.text-button{color:#718095}.text-button:hover{color:#28364a}
.topbar{height:72px;padding:0 30px;background:linear-gradient(112deg,#071423 0%,#0b1b30 60%,#101c35 100%);border-bottom:0;box-shadow:0 3px 15px rgba(5,17,32,.13);backdrop-filter:none}
.topbar:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,#4774ff,#8d61ff);opacity:.92}
.topbar-left h1{color:#fff;font-size:18px}
.top-context{color:#91a0b5;font-size:8px}
.global-search{width:250px;border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.075);color:#a9b6c8}
.global-search input{color:#fff;font-size:11px}
.global-search input::placeholder{color:#8492a6}
.profile-chip strong{color:#fff;font-size:10px}.profile-chip small{color:#92a1b5;font-size:8.5px}
.profile-chip>span:first-child{border:1px solid rgba(255,255,255,.13);box-shadow:0 5px 16px rgba(43,58,188,.22)}
.page-area{padding:34px clamp(26px,3.2vw,48px) 58px;max-width:1740px}
.page-heading{margin-bottom:22px}
.page-heading h2{margin:7px 0 7px;font-size:27px}
.page-heading p{font-size:12px}
.metric-grid{gap:13px;margin-bottom:19px}
.metric-card{padding:19px;border-color:#dfe5ec;border-radius:10px;box-shadow:var(--shadow)}
.metric-card:after{background:radial-gradient(circle,rgba(78,105,255,.10),transparent 70%)}
.metric-top{margin-bottom:15px}.metric-top span{font-size:9.5px}
.metric-icon{width:31px;height:31px;border-radius:8px;font-size:12px}
.metric-card strong{font-size:24px}.metric-card small{font-size:9px}
.dashboard-grid{gap:15px}
.panel,.data-shell{border-color:#dfe5ec;border-radius:10px;box-shadow:var(--shadow)}
.panel-head{min-height:61px;padding:0 19px}.panel-head h3{font-size:13px}.panel-head p{font-size:9.5px}
.panel-body{padding:19px}
.pipeline-row{grid-template-columns:108px 1fr 90px;gap:12px}.pipeline-row>span{font-size:10px}.pipeline-row strong{font-size:10px}
.activity-item,.task-item{padding:12px 0}.activity-item strong,.task-item strong{font-size:10.5px}.activity-item p,.task-item p{font-size:9px}.activity-item time,.task-item time{font-size:8px}
.table-tools{min-height:58px;padding:10px 15px}.table-tools p{font-size:10px}
.data-table th{padding:12px 15px;font-size:8.5px}
.data-table td{padding:13px 15px;font-size:10.5px}
.cell-title{font-size:11px}.cell-sub{font-size:8.5px}
.row-action{height:30px;padding:0 10px;border-radius:7px;font-size:9px}
.badge{min-height:23px;padding:0 9px;font-size:8px}
.product-section{margin-bottom:25px}.product-section-title{margin-bottom:13px}.product-section-title h3{font-size:14px}.product-section-title p{font-size:9.5px}
.product-grid{gap:13px}.product-card{padding:18px;border-radius:10px;box-shadow:0 1px 2px rgba(18,31,51,.025)}
.product-card h4{font-size:12px}.product-card p{font-size:9px}
.product-pricing strong{font-size:18px}.product-pricing span{font-size:8px}.catalog-status{font-size:7.5px!important}
.report-grid{gap:13px}.report-card{border-radius:10px;box-shadow:var(--shadow)}.report-card span{font-size:9px}
.kanban-column{border-radius:10px;background:#eef2f6}.deal-card{border-radius:8px}.deal-card h4{font-size:10px}.deal-card p{font-size:8.7px}
.drawer-panel{box-shadow:-20px 0 70px rgba(9,20,37,.2)}.drawer-head{background:#fbfcfe}.record-fields input,.record-fields select,.record-fields textarea{font-size:10.5px}
@media(max-width:980px){.sidebar{background:#fff;box-shadow:15px 0 50px rgba(0,0,0,.16)}.sidebar-head .brand-logo{width:178px}.topbar{padding:0 20px}}
@media(max-width:680px){.topbar{height:65px;padding:0 14px}.page-area{padding:24px 14px 42px}.page-heading h2{font-size:23px}.metric-card{padding:16px}}
