@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f4f6fa;font-synthesis:none;text-rendering:optimizeLegibility;--navy:#0b1426;--navy2:#111d34;--line:#e7eaf0;--muted:#6f788a;--blue:#2458e8;--shadow:0 10px 30px rgba(20,35,70,.07)}*{box-sizing:border-box}html,body,#root{margin:0;min-width:320px;min-height:100%;background:#f4f6fa}button,input,select,textarea{font:inherit}button{cursor:pointer}svg{display:block}.app-shell{display:flex;min-height:100vh}.app-main{flex:1;min-width:0;margin-left:254px;transition:.25s ease}.sidebar.collapsed~.app-main{margin-left:78px}main{padding-top:72px;min-height:100vh}.login-shell{min-height:100vh;display:grid;grid-template-columns:1.08fr .92fr;background:#fff}.login-brand-panel{position:relative;overflow:hidden;padding:58px 64px;background:radial-gradient(circle at 85% 15%,rgba(45,98,230,.35),transparent 28%),linear-gradient(145deg,#07111f,#0d1b34 55%,#12284d);color:#fff;display:flex;flex-direction:column}.brand-mark{width:42px;height:42px;border-radius:11px;background:linear-gradient(145deg,#eef4ff,#aabfe8);display:grid;place-items:center;box-shadow:inset 0 0 0 1px #fff6}.brand-mark span{font:800 22px Manrope;color:#0c1b34}.brand-mark.large{width:52px;height:52px;border-radius:14px}.brand-mark.large span{font-size:27px}.login-brand-copy{margin:auto 0;max-width:650px;position:relative;z-index:2}.login-brand-copy .kicker{font-size:12px;font-weight:800;letter-spacing:.22em;color:#8fb5ff;margin-bottom:20px}.login-brand-copy h1{font:800 clamp(42px,5vw,72px)/1.04 Manrope;margin:0 0 26px;letter-spacing:-.055em}.login-brand-copy p{max-width:540px;font-size:17px;line-height:1.75;color:#b8c7df;margin:0}.login-metrics{display:flex;gap:50px;position:relative;z-index:2}.login-metrics div{display:flex;flex-direction:column;gap:5px}.login-metrics strong{font:800 26px Manrope}.login-metrics span{font-size:12px;color:#8fa0bb}.login-grid-decoration{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 85%);mask-image:linear-gradient(90deg,#000,transparent 85%)}.login-form-panel{display:flex;align-items:center;justify-content:center;position:relative;padding:70px}.login-card{width:min(440px,100%)}.mobile-logo{display:none}.login-heading span{font-size:11px;letter-spacing:.18em;font-weight:800;color:#2458e8}.login-heading h2{font:800 34px Manrope;margin:13px 0 8px;letter-spacing:-.035em;color:#111827}.login-heading p{margin:0 0 35px;color:#7b8495;font-size:14px}.login-card>label{display:block;font-weight:700;color:#3b4352;font-size:13px;margin-top:18px}.login-card input{width:100%;height:50px;border:1px solid #dfe3ea;border-radius:10px;margin-top:8px;padding:0 14px;outline:none;color:#172033;transition:.2s}.login-card input:focus{border-color:#2458e8;box-shadow:0 0 0 3px #2458e817}.password-wrap{position:relative}.password-wrap input{margin-top:8px}.password-wrap span{position:absolute;right:14px;top:22px;color:#9aa2af;letter-spacing:2px}.login-options{display:flex;align-items:center;justify-content:space-between;margin:18px 0 22px;font-size:12px}.check-row{display:flex;align-items:center;gap:8px;color:#616a7a}.check-row input{width:15px;height:15px;margin:0;accent-color:#2458e8}.link-btn{border:0;background:transparent;color:#2458e8;font-weight:700}.login-button{width:100%;height:52px;border:0;border-radius:10px;background:#13264a;color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 12px 24px #13264a2e;transition:.2s}.login-button:hover{background:#0c1b34;transform:translateY(-1px)}.login-button span:last-child{margin-left:auto;margin-right:18px}.spinner{width:16px;height:16px;border:2px solid #ffffff55;border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-left:18px}.demo-note{margin-top:26px;border:1px solid #e4e9f2;background:#f8faff;padding:14px 15px;border-radius:10px;display:flex;gap:11px;color:#5070ac}.demo-note div{display:flex;flex-direction:column;gap:2px}.demo-note b{font-size:12px;color:#344d7c}.demo-note span{font-size:11px;color:#78879f}.login-footer{position:absolute;bottom:26px;color:#a2a8b2;font-size:11px}.sidebar{position:fixed;z-index:40;inset:0 auto 0 0;width:254px;background:linear-gradient(180deg,#0b1426,#0c172b 70%,#0a1323);color:#bac4d6;display:flex;flex-direction:column;transition:.25s ease;box-shadow:8px 0 24px #0a13230d}.sidebar.collapsed{width:78px}.sidebar-head{height:72px;display:flex;align-items:center;gap:12px;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.07);position:relative}.brand-text{display:flex;flex-direction:column;white-space:nowrap}.brand-text b{font:800 16px Manrope;color:#fff}.brand-text span{font-size:10px;color:#75839c;letter-spacing:.07em}.collapse-btn{position:absolute;right:-12px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;border:1px solid #dfe4ec;background:#fff;color:#667085}.collapsed .collapse-btn svg{transform:rotate(180deg)}.company-switcher{margin:16px 12px 10px;padding:11px;border:1px solid rgba(255,255,255,.07);border-radius:10px;background:#ffffff09;display:flex;gap:9px;align-items:center;min-height:54px}.company-icon{width:30px;height:30px;flex:0 0 30px;border-radius:8px;background:#22375b;color:#dbe8ff;display:grid;place-items:center;font-size:10px;font-weight:800}.company-switcher div{min-width:0;display:flex;flex-direction:column}.company-switcher b{font-size:11px;color:#eef4ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.company-switcher small{font-size:9px;color:#75839c;margin-top:3px}.switch-arrows{margin-left:auto;color:#64738e;font-size:11px}.nav-scroll{overflow:auto;padding:0 10px 18px;scrollbar-width:none}.nav-scroll::-webkit-scrollbar{display:none}.nav-group{margin-top:18px}.nav-label{padding:0 10px 7px;color:#56647d;font-size:9px;letter-spacing:.16em;font-weight:800}.nav-item{width:100%;height:40px;display:flex;align-items:center;gap:11px;border:0;border-radius:8px;padding:0 10px;color:#95a2b8;background:transparent;position:relative;text-align:left;font-size:12px;font-weight:600;transition:.15s}.nav-item:hover{color:#e7efff;background:#ffffff0b}.nav-item.active{color:#fff;background:linear-gradient(90deg,#3162d842,#3162d814);box-shadow:inset 0 0 0 1px #5e88eb1c}.nav-item.active i{position:absolute;left:-10px;width:3px;height:21px;border-radius:0 3px 3px 0;background:#5b8eff}.nav-icon{width:20px;display:grid;place-items:center}.collapsed .nav-item{justify-content:center;padding:0}.sidebar-foot{margin-top:auto;border-top:1px solid rgba(255,255,255,.07);padding:13px 12px 15px}.system-health,.profile-mini{display:flex;align-items:center;gap:9px;padding:8px}.system-health{border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:6px}.system-health div,.profile-mini div:not(.avatar){display:flex;flex-direction:column}.system-health b,.profile-mini b{font-size:10px;color:#d7dfed}.system-health small,.profile-mini small{font-size:9px;color:#63708a;margin-top:3px}.health-dot{width:8px;height:8px;border-radius:50%;background:#34c88a;box-shadow:0 0 0 4px #34c88a17}.avatar{width:31px;height:31px;border-radius:9px;background:linear-gradient(145deg,#d9e6ff,#9bb6ed);color:#17305d;display:grid;place-items:center;font-size:10px;font-weight:800}.avatar.small{width:29px;height:29px;border-radius:50%;font-size:9px}.avatar.alt{background:#eadfff;color:#5e3992}.avatar.dark{background:#dfe3ea;color:#3b465a}.topbar{position:fixed;z-index:30;top:0;right:0;left:254px;height:72px;background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #e6e9ef;display:flex;align-items:center;justify-content:space-between;padding:0 28px;transition:.25s}.collapsed~.app-main .topbar{left:78px}.topbar-title{display:flex;align-items:center;gap:9px;font-size:12px}.topbar-title span{color:#9aa2af}.topbar-title span:after{content:"/";margin-left:9px;color:#c8cdd6}.topbar-title b{color:#354052}.topbar-actions{display:flex;align-items:center;gap:9px}.global-search{height:38px;width:300px;border:1px solid #e1e5eb;border-radius:9px;background:#f8f9fb;color:#8992a2;display:flex;align-items:center;gap:8px;padding:0 10px;font-size:11px}.global-search span{flex:1;text-align:left}.global-search kbd{font-size:9px;border:1px solid #dfe3e9;border-radius:5px;padding:3px 6px;background:#fff;color:#8c94a0}.icon-button,.logout-button{position:relative;width:38px;height:38px;border:1px solid #e4e7ec;border-radius:9px;background:#fff;color:#697386;display:grid;place-items:center}.notification-dot{position:absolute;right:-4px;top:-5px;background:#e94444;color:#fff;border:2px solid white;border-radius:10px;min-width:17px;height:17px;font:700 8px/13px Inter;text-align:center}.top-divider{height:28px;width:1px;background:#e5e8ed;margin:0 2px}.user-button{height:44px;border:0;background:transparent;display:flex;align-items:center;gap:8px;color:#667085}.user-button>div:nth-child(2){display:flex;flex-direction:column;text-align:left}.user-button b{font-size:11px;color:#273142}.user-button span{font-size:9px;color:#939baa;margin-top:2px}.logout-button{border:0}.page{padding:30px 30px 50px;max-width:1680px;margin:auto}.page-hero{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:24px}.page-hero.compact{align-items:center}.eyebrow,.panel-kicker{display:block;color:#8590a2;font-size:9px;letter-spacing:.15em;font-weight:800;margin-bottom:8px}.page-hero h1{font:800 29px/1.15 Manrope;margin:0;color:#141d2f;letter-spacing:-.035em}.dashboard-hero h1{font-size:31px}.page-hero p{margin:8px 0 0;color:#7e8796;font-size:12px;max-width:720px;line-height:1.6}.hero-actions{display:flex;gap:9px}.btn{height:39px;padding:0 13px;border-radius:8px;border:1px solid #e0e4ea;font-weight:700;font-size:11px;display:inline-flex;align-items:center;gap:7px;background:#fff;color:#475267;transition:.15s}.btn:hover{transform:translateY(-1px);box-shadow:0 5px 15px #1c2a4614}.btn.primary{background:#14284c;border-color:#14284c;color:#fff}.btn.secondary{background:#fff}.btn.ghost{height:35px;background:#fff;color:#6b7485}.text-button{border:0;background:none;color:#5572aa;font-size:10px;font-weight:800}.panel{background:#fff;border:1px solid #e7eaf0;border-radius:12px;box-shadow:0 2px 5px #1a264005}.panel-head{padding:18px 19px 13px;display:flex;justify-content:space-between;align-items:flex-start}.panel-head h3{font:700 14px Manrope;margin:0;color:#253044}.panel-head select{border:1px solid #e2e6ec;background:#fff;border-radius:7px;padding:6px 9px;color:#747d8d;font-size:10px}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px}.kpi-card{position:relative;overflow:hidden;background:#fff;border:1px solid #e6e9ef;border-radius:11px;padding:17px 18px;min-height:126px}.kpi-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#76839a}.kpi-card.emerald:before{background:#25ad7b}.kpi-card.blue:before{background:#3e76ed}.kpi-card.violet:before{background:#7b61d8}.kpi-card.red:before{background:#e45858}.kpi-top{display:flex;justify-content:space-between;align-items:center}.kpi-top span{font-size:11px;color:#778193;font-weight:600}.kpi-top button,.row-more{border:0;background:none;color:#9aa2af;padding:2px}.kpi-card>strong{display:block;font:800 25px Manrope;color:#1b2639;margin:14px 0 9px;letter-spacing:-.03em}.kpi-bottom{display:flex;align-items:center;gap:7px}.kpi-bottom b{font-size:10px;color:#28a676}.kpi-bottom span{font-size:9px;color:#9aa2af}.dashboard-grid{display:grid;gap:14px;margin-bottom:14px}.dashboard-grid.two-one{grid-template-columns:1.75fr 1fr}.dashboard-grid.three{grid-template-columns:repeat(3,1fr)}.chart-summary{display:flex;gap:35px;padding:0 20px}.chart-summary div{display:flex;flex-direction:column}.chart-summary span{font-size:9px;color:#8e97a5}.chart-summary b{font:800 19px Manrope;margin:4px 0;color:#273246}.chart-summary small{font-size:8px;color:#28a676}.mini-bar-chart{height:175px;margin:12px 20px 14px;border-bottom:1px solid #eaedf2;display:flex;align-items:flex-end;gap:11px;background:repeating-linear-gradient(to top,transparent 0,transparent 41px,#f0f2f6 42px)}.bar-col{flex:1;height:135px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:5px}.bar-col span{display:block;width:65%;max-width:24px;background:linear-gradient(180deg,#4c7cf0,#214fc7);border-radius:4px 4px 1px 1px;min-height:10px}.bar-col small{font-size:8px;color:#9ba3b0}.alert-list{padding:0 9px 9px}.alert-list button{width:100%;border:0;background:transparent;border-top:1px solid #f0f2f5;padding:12px 8px;display:flex;align-items:center;gap:10px;text-align:left}.alert-list button:hover{background:#fafbfc;border-radius:8px}.alert-icon{width:31px;height:31px;border-radius:8px;display:grid;place-items:center}.alert-icon.red{background:#fff0f0;color:#d54e4e}.alert-icon.amber{background:#fff7e5;color:#c48a18}.alert-icon.violet{background:#f3efff;color:#7656c5}.alert-icon.blue{background:#edf3ff;color:#4771ce}.alert-list button div{flex:1;display:flex;flex-direction:column}.alert-list b{font-size:10px;color:#394457}.alert-list span{font-size:9px;color:#939baa;margin-top:3px}.alert-list strong{color:#a2a9b5}.donut-wrap{display:flex;align-items:center;justify-content:center;gap:32px;padding:18px 20px 28px}.donut{width:124px;height:124px;border-radius:50%;background:conic-gradient(#326ce5 0 82%,#edf0f5 82%);display:grid;place-items:center;position:relative}.donut:after{content:"";position:absolute;width:84px;height:84px;border-radius:50%;background:#fff}.donut div{z-index:2;display:flex;flex-direction:column;align-items:center}.donut b{font:800 22px Manrope}.donut span{font-size:8px;color:#8d95a3}.donut-legend{min-width:110px}.donut-legend p{display:grid;grid-template-columns:8px 1fr auto;gap:6px;align-items:center;margin:8px 0;font-size:9px;color:#758093}.donut-legend p b{color:#394457}.dot{width:6px;height:6px;border-radius:50%}.dot.blue{background:#326ce5}.dot.green{background:#35b982}.dot.amber{background:#e3a52e}.dot.red{background:#e55e5e}.funnel{padding:14px 20px 25px;display:flex;flex-direction:column;align-items:center;gap:6px}.funnel div{height:34px;background:linear-gradient(90deg,#e8eefc,#dbe5fb);border-left:3px solid #4d76d5;display:flex;justify-content:space-between;align-items:center;padding:0 11px;font-size:9px;color:#65728a}.funnel div:nth-child(2){background:#edf0fb;border-color:#7b6dcc}.funnel div:nth-child(3){background:#f4effa;border-color:#9b68bd}.funnel div:nth-child(4){background:#f8eff6;border-color:#c2699d}.funnel b{color:#334056}.timeline{padding:5px 20px 18px}.timeline>div{display:grid;grid-template-columns:38px 9px 1fr;gap:8px;align-items:start;position:relative;padding:8px 0}.timeline>div:not(:last-child):after{content:"";position:absolute;left:42px;top:22px;bottom:-8px;width:1px;background:#e6e9ef}.timeline time{font-size:8px;color:#8f98a6;padding-top:2px}.timeline i{width:8px;height:8px;border-radius:50%;z-index:1}.timeline i.blue{background:#3f73df}.timeline i.green{background:#35b982}.timeline i.violet{background:#7d66cd}.timeline i.amber{background:#d99d28}.timeline p{margin:0;display:flex;flex-direction:column}.timeline b{font-size:10px;color:#3b4558}.timeline span{font-size:8px;color:#929aa8;margin-top:3px}.live-pill{font-size:8px;color:#37a77d;background:#effaf6;border:1px solid #d8f2e8;padding:4px 7px;border-radius:20px;display:flex;align-items:center;gap:5px}.live-pill i{width:5px;height:5px;border-radius:50%;background:#37b986}.section-heading{margin:25px 0 12px}.section-heading h2{font:700 18px Manrope;margin:0}.module-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.module-cards button{border:1px solid #e6e9ef;background:#fff;border-radius:10px;padding:14px;display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;text-align:left;transition:.18s}.module-cards button:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#d6dce7}.module-cards button>span{width:36px;height:36px;border-radius:8px;background:#f0f4fc;color:#4168be;display:grid;place-items:center}.module-cards button div{display:flex;flex-direction:column}.module-cards b{font-size:10px;color:#354054}.module-cards small{font-size:8px;color:#98a0ae;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.module-cards strong{color:#a1a9b6}.module-kpis .kpi-card.clean{min-height:104px;display:flex;align-items:center;gap:12px;padding:14px}.kpi-card.clean:before{display:none}.metric-icon{width:40px;height:40px;border-radius:9px;background:#eef3ff;color:#3e6bd0;display:grid;place-items:center;flex:0 0 auto}.accent-cyan .metric-icon{background:#ebf9fb;color:#1899aa}.accent-violet .metric-icon{background:#f2efff;color:#7054c4}.accent-amber .metric-icon{background:#fff7e7;color:#b7821e}.accent-blue .metric-icon{background:#edf4ff;color:#3470ce}.accent-green .metric-icon{background:#edf9f4;color:#238f6a}.accent-emerald .metric-icon{background:#edf9f4;color:#208965}.accent-orange .metric-icon{background:#fff3e8;color:#c8762d}.accent-indigo .metric-icon{background:#eff1ff;color:#5363c5}.accent-pink .metric-icon{background:#fff0f6;color:#c25486}.accent-teal .metric-icon{background:#ecfaf8;color:#1d9388}.accent-sky .metric-icon{background:#edf8fd;color:#3586aa}.accent-red .metric-icon{background:#fff0f0;color:#c65353}.accent-purple .metric-icon{background:#f5efff;color:#7b54b6}.accent-slate .metric-icon{background:#f1f3f6;color:#5c697c}.kpi-card.clean>div:nth-child(2){display:flex;flex-direction:column;min-width:0}.kpi-card.clean span{font-size:9px;color:#858e9d}.kpi-card.clean strong{font:800 20px Manrope;margin:3px 0;color:#293448}.kpi-card.clean small{font-size:8px;color:#9aa2af}.spark{margin-left:auto;align-self:flex-end;height:31px;display:flex;gap:2px;align-items:flex-end}.spark i{width:3px;background:#cfd9ee;border-radius:3px}.module-panel{overflow:hidden}.tabs-row{display:flex;align-items:center;padding:0 18px;border-bottom:1px solid #eaedf2;overflow:auto;scrollbar-width:none}.tabs-row button{height:49px;border:0;background:transparent;color:#7d8696;font-size:10px;font-weight:700;padding:0 13px;position:relative;white-space:nowrap}.tabs-row button.active{color:#1f4db4}.tabs-row button.active:after{content:"";position:absolute;bottom:-1px;left:10px;right:10px;height:2px;background:#2e63d5}.tabs-row button span{font-size:8px;margin-left:5px;color:#a0a8b4}.table-toolbar{padding:12px 16px;display:flex;justify-content:space-between;gap:12px;align-items:center;border-bottom:1px solid #eef0f4}.table-toolbar>div:last-child{display:flex;gap:7px}.table-search{height:35px;width:320px;border:1px solid #e1e5ea;background:#fafbfc;border-radius:8px;display:flex;align-items:center;padding:0 10px;gap:7px;color:#9ba3af}.table-search input{border:0;outline:0;background:transparent;width:100%;font-size:10px;color:#4c5668}.table-wrap{overflow:auto}.table-wrap table{width:100%;border-collapse:collapse;min-width:900px}.table-wrap th{height:38px;background:#fafbfc;border-bottom:1px solid #edf0f4;padding:0 14px;text-align:left;font-size:8px;letter-spacing:.05em;color:#8e96a4;text-transform:uppercase;font-weight:800}.table-wrap td{height:52px;border-bottom:1px solid #f0f2f5;padding:0 14px;font-size:9.5px;color:#667084;white-space:nowrap}.table-wrap tr{transition:.12s}.table-wrap tbody tr:hover{background:#fbfcfe}.table-wrap td b{color:#364155;font-weight:700}.status{display:inline-flex;padding:4px 7px;border-radius:20px;font-size:8px;font-weight:700}.status.success{background:#eaf8f2;color:#268763}.status.danger{background:#fff0f0;color:#c64e4e}.status.warning{background:#fff6e4;color:#ac7b1d}.status.neutral{background:#f0f2f5;color:#687284}.progress-cell{display:flex;align-items:center;gap:7px}.progress-cell>div{width:60px;height:5px;background:#edf0f4;border-radius:4px;overflow:hidden}.progress-cell i{display:block;height:100%;background:#4d78d8;border-radius:4px}.progress-cell span{font-size:8px}.table-footer{height:50px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;color:#8c95a3;font-size:9px}.table-footer b{color:#596477}.table-footer div{display:flex;gap:4px}.table-footer button{width:26px;height:26px;border:1px solid #e3e6eb;background:#fff;border-radius:6px;color:#798292;font-size:9px}.table-footer button.active{background:#172a4e;color:#fff;border-color:#172a4e}.module-lower-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.side-list{padding:0 18px 16px}.side-list>div{display:grid;grid-template-columns:1fr auto 55px;gap:10px;align-items:center;border-top:1px solid #f0f2f5;padding:11px 0;font-size:9px}.side-list span{display:flex;align-items:center;gap:8px;color:#697386}.side-list span i{width:7px;height:7px;border-radius:2px;background:#365fc4}.side-list b{color:#344055}.side-list small{text-align:right;color:#97a0ae}.activity-feed{padding:0 18px 14px}.activity-feed>div{display:flex;gap:9px;align-items:center;border-top:1px solid #f0f2f5;padding:10px 0}.activity-feed p{margin:0;display:flex;flex-direction:column;font-size:9px;color:#727c8d}.activity-feed p b{color:#3e495b}.activity-feed small{color:#a0a7b2;margin-top:3px}.modal-backdrop,.command-backdrop{position:fixed;z-index:100;inset:0;background:#09101d7a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center;padding:20px;animation:fadeIn .18s}.modal-card{width:min(610px,100%);background:#fff;border-radius:14px;box-shadow:0 28px 70px #0c162b47;overflow:hidden;animation:rise .22s}.modal-head{padding:18px 20px;border-bottom:1px solid #e9ecf1;display:flex;justify-content:space-between}.modal-head span{font-size:8px;color:#8290a4;font-weight:800;letter-spacing:.15em}.modal-head h3{font:700 16px Manrope;margin:4px 0 0}.modal-head button{border:0;background:#f2f4f7;color:#77808f;width:30px;height:30px;border-radius:8px;font-size:19px}.form-grid,.detail-grid{padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{font-size:9px;color:#667184;font-weight:700}.form-grid label.wide{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid #dfe4ea;border-radius:8px;margin-top:7px;padding:10px 11px;outline:0;color:#465267;background:#fff;font-size:10px}.form-grid textarea{height:80px;resize:none}.detail-grid>div{border:1px solid #e8ebf0;background:#fafbfc;border-radius:9px;padding:12px;display:flex;flex-direction:column}.detail-grid span{font-size:8px;color:#96a0ae;text-transform:uppercase}.detail-grid b{font-size:11px;color:#374255;margin-top:5px}.modal-note{margin:0 20px 18px;border:1px solid #e4eafa;background:#f5f8ff;border-radius:8px;padding:11px;display:flex;gap:9px;color:#4f6fac}.modal-note div{display:flex;flex-direction:column}.modal-note b{font-size:9px}.modal-note span{font-size:8px;color:#7d8eae;margin-top:2px}.modal-actions{padding:14px 20px;border-top:1px solid #eaedf2;display:flex;justify-content:flex-end;gap:8px}.command-backdrop{place-items:start center;padding-top:110px}.command-box{width:min(580px,100%);background:#fff;border-radius:13px;box-shadow:0 28px 70px #0a13254d;overflow:hidden}.command-input{height:58px;display:flex;align-items:center;gap:10px;padding:0 15px;border-bottom:1px solid #e8ebf0;color:#8f98a5}.command-input input{flex:1;border:0;outline:0;font-size:12px}.command-input kbd{font-size:8px;border:1px solid #e0e4ea;border-radius:5px;padding:4px 7px}.command-list{padding:10px}.command-list>span{display:block;font-size:8px;color:#9ba3af;font-weight:800;letter-spacing:.12em;padding:6px 9px}.command-list button{width:100%;border:0;background:#fff;border-radius:8px;padding:9px;display:grid;grid-template-columns:31px 1fr auto;align-items:center;text-align:left}.command-list button:hover{background:#f5f7fb}.command-list button>span{width:29px;height:29px;background:#edf2fb;color:#4165b4;border-radius:7px;display:grid;place-items:center}.command-list b{font-size:10px;color:#3e495b;margin-left:9px}.command-list small{font-size:8px;color:#939caa}.toast-demo{position:fixed;z-index:120;right:24px;bottom:24px;background:#101c31;color:#fff;box-shadow:0 15px 45px #0a13243d;border-radius:11px;padding:12px 15px;min-width:330px;display:flex;gap:10px;align-items:center;animation:rise .22s}.toast-demo>span{width:28px;height:28px;border-radius:50%;background:#2fb27f;display:grid;place-items:center}.toast-demo div{display:flex;flex-direction:column}.toast-demo b{font-size:10px}.toast-demo small{font-size:8px;color:#aebbd0;margin-top:3px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes rise{0%{opacity:0;transform:translateY(10px) scale(.99)}to{opacity:1;transform:none}}@media(max-width:1200px){.dashboard-grid.three{grid-template-columns:1fr 1fr}.dashboard-grid.three>*:last-child{grid-column:1/-1}.module-cards{grid-template-columns:repeat(2,1fr)}.global-search{width:220px}.login-brand-panel,.login-form-panel{padding:50px}.kpi-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.sidebar{width:78px}.sidebar .brand-text,.sidebar .company-switcher div,.sidebar .switch-arrows,.sidebar .nav-label,.sidebar .nav-item>span:not(.nav-icon),.sidebar .sidebar-foot div:not(.avatar){display:none}.sidebar .nav-item{justify-content:center;padding:0}.app-main,.sidebar.collapsed~.app-main{margin-left:78px}.topbar,.collapsed~.app-main .topbar{left:78px}.global-search span{display:none}.global-search{width:88px}.dashboard-grid.two-one,.dashboard-grid.three,.module-lower-grid{grid-template-columns:1fr}.dashboard-grid.three>*:last-child{grid-column:auto}.login-shell{grid-template-columns:1fr}.login-brand-panel{display:none}.login-form-panel{padding:40px 25px}.mobile-logo{display:flex;align-items:center;gap:12px;margin-bottom:50px}}@media(max-width:680px){.page{padding:22px 15px 40px}.topbar{padding:0 14px}.topbar-title span,.user-button>div:nth-child(2),.logout-button,.global-search{display:none}.page-hero{align-items:flex-start;flex-direction:column}.hero-actions{width:100%}.hero-actions .btn{flex:1;justify-content:center}.kpi-grid{grid-template-columns:1fr}.module-kpis{grid-template-columns:1fr 1fr}.table-toolbar{align-items:stretch;flex-direction:column}.table-search{width:100%}.table-toolbar>div:last-child .btn{flex:1}.module-cards,.dashboard-grid.two-one,.dashboard-grid.three{grid-template-columns:1fr}.chart-summary{gap:18px}.donut-wrap{gap:15px}.modal-card{max-height:90vh;overflow:auto}.form-grid,.detail-grid{grid-template-columns:1fr}.form-grid label.wide{grid-column:auto}}@media(max-width:480px){.module-kpis{grid-template-columns:1fr}.sidebar{width:62px}.app-main,.sidebar.collapsed~.app-main{margin-left:62px}.topbar,.collapsed~.app-main .topbar{left:62px}.sidebar-head{padding:0 10px}.company-switcher{margin:12px 8px}.nav-scroll{padding-left:7px;padding-right:7px}.login-heading h2{font-size:28px}.toast-demo{left:15px;right:15px;min-width:0}}.demo-mode-badge{height:24px;padding:0 8px;border:1px solid #cfe7db;background:#f2fbf7;color:#26795b;border-radius:999px;display:flex;align-items:center;gap:6px;font-size:7px;font-weight:900;letter-spacing:.08em;white-space:nowrap}.demo-mode-badge i{width:6px;height:6px;background:#2fb27f;border-radius:50%;box-shadow:0 0 0 3px #2fb27f1f}.approval-empty{grid-template-columns:32px 1fr!important;background:#f8fcfa;border:1px dashed #cfe6da!important;border-radius:9px;padding:12px!important;margin-top:10px}.approval-empty>span{width:28px;height:28px;border-radius:50%;background:#e7f7ef;color:#23805f;display:grid;place-items:center;font-weight:900}.approval-empty b{color:#2f5e4d!important}.demo-filter-strip{margin:0 16px 12px;padding:11px;border:1px solid #e3e8f1;background:#fafbfd;border-radius:9px;display:grid;grid-template-columns:repeat(3,1fr) auto;gap:10px;align-items:end}.demo-filter-strip>div{display:flex;flex-direction:column;gap:5px}.demo-filter-strip span{font-size:7px;color:#8d98a8;font-weight:800}.demo-filter-strip select{height:32px;border:1px solid #dde3ec;background:#fff;border-radius:7px;padding:0 9px;font-size:8px;color:#465267}.demo-filter-strip>button{height:32px;border:0;border-radius:7px;background:#17345f;color:#fff;padding:0 12px;font-size:8px;font-weight:800}.btn.ghost.active-filter{background:#edf3ff;border-color:#c9d8f3;color:#315da8}.tab-demo-banner{margin:0 16px;border:1px solid #dce7f7;background:linear-gradient(90deg,#f7faff,#fcfdff);border-radius:9px;padding:9px 11px;display:flex;align-items:center;justify-content:space-between;gap:14px}.tab-demo-banner>div{display:flex;flex-direction:column}.tab-demo-banner span{font-size:6.5px;letter-spacing:.11em;font-weight:900;color:#7286a8}.tab-demo-banner b{font-size:9px;color:#35435a;margin-top:2px}.tab-demo-banner small{font-size:7px;color:#8a95a5;margin-top:3px}.tab-demo-banner>strong{font-size:7px;color:#2d7d60;background:#eaf8f1;border-radius:20px;padding:5px 8px;white-space:nowrap}@media(max-width:1250px){.demo-mode-badge{display:none}.demo-filter-strip{grid-template-columns:1fr 1fr}.demo-filter-strip>button{grid-column:1/-1}}@media(max-width:680px){.demo-filter-strip{grid-template-columns:1fr}.demo-filter-strip>button{grid-column:auto}.tab-demo-banner{align-items:flex-start;flex-direction:column}.tab-demo-banner>strong{align-self:flex-start}}.erp-pulse{margin:14px 0;overflow:hidden;background:linear-gradient(135deg,#fff,#fbfdff 58%,#f3f7ff)}.erp-pulse-head{padding:17px 18px 12px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #eef1f5}.erp-pulse-head h3{margin:4px 0 2px;font:700 15px Manrope;color:#263247}.erp-pulse-head p{margin:0;font-size:8px;color:#8d97a6}.pulse-score{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;-moz-column-gap:8px;column-gap:8px;align-items:center;background:#12284b;color:#fff;border-radius:10px;padding:8px 12px;min-width:145px}.pulse-score span{grid-column:1/-1;font-size:6px;font-weight:900;letter-spacing:.13em;color:#9eb0cb}.pulse-score b{font:800 24px Manrope;line-height:1;margin-top:2px}.pulse-score small{font-size:7px;color:#b8c5d8;align-self:end;padding-bottom:2px}.pulse-toolbar{padding:10px 18px;display:flex;justify-content:space-between;align-items:center}.pulse-toolbar>div{display:flex;background:#f1f4f8;border-radius:7px;padding:2px}.pulse-toolbar>div button{border:0;background:transparent;padding:6px 10px;border-radius:5px;font-size:7px;font-weight:800;color:#788396}.pulse-toolbar>div button.active{background:#fff;color:#244b8c;box-shadow:0 1px 4px #162a4d1f}.pulse-toolbar>button{border:1px solid #dce4f1;background:#fff;color:#45618d;height:29px;padding:0 10px;border-radius:7px;display:flex;align-items:center;gap:6px;font-size:7px;font-weight:800}.health-strip{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #eef1f5}.health-strip>button{min-width:0;border:0;border-right:1px solid #eef1f5;background:transparent;padding:13px 14px;display:grid;grid-template-columns:42px 1fr;gap:9px;align-items:center;text-align:left;position:relative}.health-strip>button:last-child{border-right:0}.health-strip>button:hover{background:#f8faff}.health-ring{--score:80;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#3f72d5 calc(var(--score)*1%),#e8edf5 0);position:relative}.health-ring:after{content:"";position:absolute;inset:4px;background:#fff;border-radius:50%}.health-ring span{z-index:1;font:800 9px Manrope;color:#263d65}.health-strip button>div:nth-child(2){display:flex;flex-direction:column;min-width:0}.health-strip button b{font-size:9px;color:#37445a}.health-strip button span{font-size:7px;color:#8994a5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.health-strip button strong{grid-column:2;font-size:6.5px;color:#5d78a4;font-weight:800}.specialty-grid{display:grid;grid-template-columns:1.25fr .95fr;gap:14px;margin:14px 0}.specialty-card{overflow:hidden}.specialty-head{padding:14px 16px;border-bottom:1px solid #eef1f5;display:flex;justify-content:space-between;align-items:center}.specialty-head>div{display:flex;flex-direction:column}.specialty-head span{font-size:6.5px;font-weight:900;letter-spacing:.13em;color:#8390a3}.specialty-head h3{font:700 12px Manrope;margin:3px 0 0;color:#334056}.specialty-head>button{border:0;background:transparent;color:#4668a7;font-size:7px;font-weight:800}.positive-chip,.route-saving{font-size:8px;color:#257b5e;background:#eaf8f2;border:1px solid #d2ecdf;border-radius:20px;padding:5px 8px}.line-health{padding:4px 16px 12px}.line-health>button{width:100%;border:0;border-bottom:1px solid #eef1f5;background:#fff;display:grid;grid-template-columns:92px 1fr 45px 62px;align-items:center;gap:10px;padding:10px 0;text-align:left}.line-health>button:last-child{border-bottom:0}.line-health>button:hover{background:#fafcff}.line-health>button>div:first-child{display:flex;flex-direction:column}.line-health b{font-size:8px;color:#354258}.line-health small{font-size:6.5px;color:#98a1af;margin-top:2px}.capacity-bar{height:5px;background:#edf1f6;border-radius:5px;overflow:hidden}.capacity-bar i{display:block;height:100%;background:#4d78d8;border-radius:5px}.line-health strong{font-size:8px;color:#4f617d}.line-health em{font-style:normal;font-size:7px;color:#3c8a69;background:#edf8f3;padding:4px 6px;border-radius:12px;text-align:center}.line-health em.risk{color:#bf5555;background:#fff0f0}.bom-tree{padding:13px 16px}.bom-root{border:1px solid #dbe5f3;background:#f6f9fd;border-radius:8px;padding:9px 10px;display:flex;justify-content:space-between;align-items:center}.bom-root b{font-size:8px;color:#34507c}.bom-root span{font-size:6.5px;color:#8594ab}.bom-child{display:grid;grid-template-columns:12px 1fr auto;align-items:center;gap:7px;padding:8px 3px 0 13px;position:relative}.bom-child:before{content:"";position:absolute;left:4px;top:0;bottom:5px;border-left:1px solid #dce3ed}.bom-child>i{width:7px;height:7px;border-radius:2px;background:#d6e2f5;z-index:1}.bom-child>div{display:flex;justify-content:space-between}.bom-child b{font-size:7.5px;color:#4c596e}.bom-child span,.bom-child strong{font-size:6.5px;color:#8d98a8}.bom-child strong{color:#398168}.cashflow-bars{height:150px;padding:14px 16px 4px;display:flex;align-items:end;gap:7px}.cashflow-bars>div{height:100%;flex:1;display:flex;align-items:end;justify-content:center;gap:2px;position:relative;padding-bottom:14px}.cashflow-bars span,.cashflow-bars i{width:5px;border-radius:4px 4px 1px 1px;background:#3f71d3}.cashflow-bars i{background:#c8d2e3}.cashflow-bars small{position:absolute;bottom:0;font-size:5.5px;color:#9aa4b2}.cash-legend{padding:7px 16px 13px;display:flex;gap:12px;align-items:center;border-top:1px solid #f0f2f6}.cash-legend span{font-size:6.5px;color:#7f8a9b;display:flex;gap:5px;align-items:center}.cash-legend span i{width:6px;height:6px;border-radius:2px;background:#3f71d3}.cash-legend span i.out{background:#c8d2e3}.cash-legend b{margin-left:auto;font-size:6.5px;color:#4c5d75}.aging-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;padding:14px 14px 9px}.aging-grid>div{padding:9px;border:1px solid #edf0f4;border-radius:8px;display:flex;flex-direction:column}.aging-grid span{font-size:6.5px;color:#8993a2}.aging-grid b{font:800 10px Manrope;margin-top:4px;color:#38465d}.aging-grid small{font-size:6px;margin-top:2px;color:#9aa3b0}.aging-grid .warn{background:#fffaf0}.aging-grid .bad{background:#fff5f5}.risk-callout{margin:0 14px 13px;padding:9px;background:#fff6f4;border:1px solid #f2ddd9;border-radius:8px;display:flex;gap:8px;align-items:center;color:#b5574d}.risk-callout>div{display:flex;flex-direction:column}.risk-callout b{font-size:7.5px}.risk-callout span{font-size:6.5px;color:#8f6c68;margin-top:2px}.vehicle-360{padding:15px 16px}.vehicle-top{display:flex;justify-content:space-between}.vehicle-top>div{display:flex;flex-direction:column}.vehicle-top span:first-child{font-size:6.5px;font-weight:900;letter-spacing:.13em;color:#8290a5}.vehicle-top h3{font:800 16px Manrope;margin:4px 0 1px}.vehicle-top p{font-size:7px;color:#8c96a5;margin:0}.vehicle-visual{display:grid;grid-template-columns:145px 1fr;gap:16px;align-items:center;margin-top:12px}.truck-silhouette{height:94px;border-radius:12px;background:linear-gradient(145deg,#132a4d,#284d80);color:#fff;display:grid;place-items:center;font:900 22px Manrope;text-align:center;box-shadow:inset -18px -18px 35px #00000024}.truck-silhouette small{font-size:9px;letter-spacing:.18em}.vehicle-metrics{display:grid;grid-template-columns:1fr 1fr;gap:7px}.vehicle-metrics>div{padding:8px;border:1px solid #edf0f4;border-radius:7px;display:flex;flex-direction:column}.vehicle-metrics span{font-size:6px;color:#99a2af}.vehicle-metrics b{font-size:7.5px;color:#46546a;margin-top:3px}.compliance-list{padding:5px 15px 12px}.compliance-list>div{display:grid;grid-template-columns:8px 1fr auto;align-items:center;gap:9px;border-bottom:1px solid #eef1f4;padding:9px 0}.compliance-list>div:last-child{border-bottom:0}.compliance-list i{width:7px;height:7px;border-radius:50%;background:#43a77d}.compliance-list i.warn{background:#d9a441}.compliance-list i.bad{background:#d65e5e}.compliance-list div div{display:flex;flex-direction:column}.compliance-list b{font-size:7.5px;color:#455166}.compliance-list span{font-size:6.5px;color:#929cab;margin-top:2px}.compliance-list strong{font-size:7px;color:#69758a}.kanban-mini{height:155px;padding:12px 14px;display:flex;gap:7px;align-items:end}.kanban-mini>div{height:100%;flex:1;border:1px solid #edf0f4;background:#fafbfd;border-radius:8px;padding:8px;display:flex;flex-direction:column;position:relative;overflow:hidden}.kanban-mini span{font-size:6.5px;color:#8390a3}.kanban-mini b{font:800 14px Manrope;color:#334359;margin-top:4px}.kanban-mini small{font-size:6.5px;color:#7c89a0}.kanban-mini i{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(180deg,#dce8fb,#bcd0f0);opacity:.7}.route-list{padding:5px 15px 11px}.route-list>div{display:grid;grid-template-columns:22px 42px 1fr auto;gap:8px;align-items:center;padding:8px 0;border-bottom:1px solid #eef1f4}.route-list>div:last-child{border-bottom:0}.route-list>div>span{width:20px;height:20px;border-radius:50%;background:#eef3fb;color:#3d63a7;display:grid;place-items:center;font-size:7px;font-weight:800}.route-list time{font-size:7px;color:#68758a}.route-list div div{display:flex;flex-direction:column}.route-list b{font-size:7.5px;color:#465267}.route-list small{font-size:6.5px;color:#98a1ae;margin-top:1px}.route-list strong{font-size:6.5px;color:#8c96a5}.route-list strong.current{color:#287c5e;background:#e9f7f0;padding:4px 6px;border-radius:10px}.project-budget{padding:6px 15px 13px}.project-budget>div{display:grid;grid-template-columns:170px 1fr 36px;gap:8px;align-items:center;padding:9px 0;border-bottom:1px solid #eef1f4}.project-budget>div:last-child{border-bottom:0}.project-budget>div>div:first-child{display:flex;flex-direction:column}.project-budget b{font-size:7.5px;color:#455267}.project-budget span{font-size:6.5px;color:#939dab;margin-top:2px}.project-budget>div>div:nth-child(2){height:6px;background:#edf1f5;border-radius:5px;overflow:hidden}.project-budget i{display:block;height:100%;background:#547bd0;border-radius:5px}.project-budget strong{font-size:7px;color:#627088}.need-cards{padding:8px 14px 13px;display:grid;gap:7px}.need-cards button{border:1px solid #edf0f4;background:#fff;border-radius:8px;padding:8px 9px;display:grid;grid-template-columns:1fr auto 34px;align-items:center;text-align:left}.need-cards button:hover{background:#fafcff}.need-cards button>div{display:flex;flex-direction:column}.need-cards b{font-size:7.5px;color:#435168}.need-cards span,.need-cards small{font-size:6.5px;color:#929cab}.need-cards strong{font-size:6.5px;color:#a77928;background:#fff6e8;padding:4px 6px;border-radius:10px}.need-cards strong.bad{color:#bc4f4f;background:#fff0f0}.need-cards small{text-align:right}@media(max-width:1200px){.health-strip{grid-template-columns:repeat(3,1fr)}.health-strip>button:nth-child(3){border-right:0}.specialty-grid{grid-template-columns:1fr}.aging-grid{grid-template-columns:1fr 1fr}}@media(max-width:680px){.erp-pulse-head,.pulse-toolbar{align-items:flex-start;gap:10px;flex-direction:column}.pulse-score{align-self:stretch}.pulse-toolbar>button{width:100%;justify-content:center}.health-strip{grid-template-columns:1fr}.health-strip>button{border-right:0;border-bottom:1px solid #eef1f5}.vehicle-visual{grid-template-columns:1fr}.project-budget>div{grid-template-columns:1fr 40px}.project-budget>div>div:nth-child(2){grid-column:1/-1;grid-row:2}.aging-grid{grid-template-columns:1fr 1fr}.line-health>button{grid-template-columns:70px 1fr 38px}.line-health em{grid-column:2/-1;justify-self:start}.cash-legend{align-items:flex-start;flex-wrap:wrap}.cash-legend b{margin-left:0;width:100%}}.demo-copilot{margin:14px 0;overflow:hidden;border-color:#dce6f4;box-shadow:0 8px 30px #243f6912}.copilot-head{padding:16px 18px;background:linear-gradient(135deg,#f8fbff,#f4f7fc);border-bottom:1px solid #e6ebf2;display:flex;justify-content:space-between;align-items:flex-start}.copilot-title{display:flex;gap:12px;align-items:flex-start}.copilot-orb{width:34px;height:34px;border-radius:10px;background:#102b55;color:#fff;display:grid;place-items:center;font-size:14px;box-shadow:0 6px 18px #102b552e}.copilot-title>div{display:flex;flex-direction:column}.copilot-title span:not(.copilot-orb){font-size:6.5px;letter-spacing:.14em;font-weight:900;color:#617da8}.copilot-title h3{font:800 13px Manrope;margin:4px 0 2px;color:#263a5a}.copilot-title p{font-size:7px;color:#8792a3;margin:0}.copilot-close{border:0;background:#fff;border:1px solid #e4e9f0;width:26px;height:26px;border-radius:7px;color:#718097;font-size:15px}.copilot-body{display:grid;grid-template-columns:170px 1fr;min-height:108px}.copilot-summary{padding:14px 16px;border-right:1px solid #edf0f5;display:flex;flex-direction:column;gap:5px;background:#fbfcfe}.copilot-summary b{font:800 16px Manrope;color:#213753}.copilot-summary span{font-size:7px;color:#738198}.copilot-summary button{margin-top:auto;border:0;background:#102b55;color:#fff;border-radius:7px;padding:7px 9px;font-size:7px;font-weight:800}.copilot-insights{display:grid;grid-template-columns:repeat(3,1fr)}.copilot-insights article{padding:13px 14px;border-right:1px solid #edf0f5;display:grid;grid-template-columns:22px 1fr;gap:8px;align-content:start}.copilot-insights article:last-child{border-right:0}.copilot-insights article>i{width:20px;height:20px;border-radius:6px;background:#eaf0fa;color:#365f9f;display:grid;place-items:center;font-size:7px;font-style:normal;font-weight:900}.copilot-insights article div{display:flex;flex-direction:column}.copilot-insights article b{font-size:8px;color:#36465f}.copilot-insights article p{font-size:6.5px;line-height:1.45;color:#8792a3;margin:3px 0 0}.copilot-insights article button{grid-column:2;border:0;background:transparent;padding:6px 0 0;text-align:left;color:#4269a8;font-size:6.5px;font-weight:800}.copilot-restore{margin:14px 0;width:100%;border:1px dashed #cbd8ea;background:#f8fbff;color:#375d95;border-radius:10px;padding:10px;font-size:7.5px;font-weight:800}@media(max-width:980px){.copilot-body{grid-template-columns:1fr}.copilot-summary{border-right:0;border-bottom:1px solid #edf0f5}.copilot-insights{grid-template-columns:1fr}.copilot-insights article{border-right:0;border-bottom:1px solid #edf0f5}}.sales-person-page{padding-bottom:52px}.sales-person-hero,.sales-person-kpis{margin-bottom:22px}.sales-person-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:16px;margin-bottom:16px}.sales-route-panel,.sales-target-panel{min-height:430px}.sales-route-map{height:145px;margin:4px 20px 12px;border:1px solid #e4eaf2;border-radius:14px;background:linear-gradient(135deg,#f7faff,#eef4fb);position:relative;overflow:hidden}.sales-route-map:before,.sales-route-map:after{content:"";position:absolute;inset:auto;background:#fff;border:1px solid #dfe8f3;border-radius:999px}.sales-route-map:before{width:230px;height:80px;left:-70px;top:28px;transform:rotate(-12deg)}.sales-route-map:after{width:260px;height:90px;right:-80px;bottom:-25px;transform:rotate(15deg)}.route-line{position:absolute;left:13%;right:13%;top:51%;height:3px;background:linear-gradient(90deg,#2d6cdf,#55a5ff);transform:rotate(-6deg);z-index:2;border-radius:4px}.route-pin{position:absolute;z-index:3;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#16335f;color:#fff;font-size:11px;font-weight:800;box-shadow:0 5px 12px #16335f38;border:3px solid #fff}.route-pin.p1{left:12%;top:57%}.route-pin.p2{left:37%;top:36%}.route-pin.p3{left:64%;top:48%}.route-pin.p4{left:83%;top:26%}.map-label{position:absolute;z-index:3;font-size:9px;font-weight:700;color:#5e6d82;background:#ffffffe0;padding:3px 7px;border-radius:6px}.map-label.l1{left:8%;top:78%}.map-label.l2{left:34%;top:19%}.map-label.l3{left:62%;top:72%}.map-label.l4{left:79%;top:9%}.sales-visit-list{padding:0 20px 18px}.sales-visit-list>button{width:100%;border:0;border-top:1px solid #edf0f4;background:#fff;display:grid;grid-template-columns:30px 48px 1fr auto;align-items:center;gap:10px;padding:11px 4px;text-align:left}.sales-visit-list>button:hover{background:#f8fafc}.visit-index{width:25px;height:25px;border-radius:50%;background:#eef3fa;color:#53647b;display:grid;place-items:center;font-size:10px;font-weight:800}.visit-index.done{background:#e5f8f0;color:#0d936b}.visit-index.current{background:#eaf1ff;color:#2767d8;box-shadow:0 0 0 3px #f1f5ff}.sales-visit-list time{font-size:10px;font-weight:700;color:#394861}.sales-visit-list b{display:block;font-size:11px;color:#273245}.sales-visit-list small{display:block;margin-top:3px;font-size:9px;color:#8a94a4}.sales-visit-list strong{font-size:9px;color:#8791a1;background:#f5f6f8;border-radius:20px;padding:5px 8px}.sales-visit-list strong.current{color:#2164d3;background:#eaf1ff}.sales-target-ring{width:160px;height:160px;margin:22px auto 18px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#2f6fdb 0 76%,#edf1f6 76% 100%);position:relative}.sales-target-ring:after{content:"";position:absolute;width:122px;height:122px;border-radius:50%;background:#fff}.sales-target-ring>div{position:relative;z-index:2;text-align:center}.sales-target-ring b{display:block;font-size:28px;color:#17243a}.sales-target-ring span{font-size:9px;color:#8792a4}.sales-target-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 18px}.sales-target-stats>div{padding:10px;border:1px solid #e8ecf1;border-radius:10px;text-align:center}.sales-target-stats span{display:block;font-size:8px;color:#8b95a5}.sales-target-stats b{display:block;margin-top:4px;font-size:11px;color:#283448}.sales-rank{margin:16px 18px 18px;padding:12px 14px;border-radius:12px;background:#f7f9fc;border:1px solid #e8edf4}.sales-rank>span{font-size:8px;font-weight:800;letter-spacing:.09em;color:#8490a3}.sales-rank>div{display:flex;align-items:center;gap:10px;margin-top:8px}.sales-rank>div>b{font-size:23px;color:#255fc3}.sales-rank p{font-size:9px;color:#68768b;margin:0}.sales-rank p strong{color:#2b394e}.sales-rank p small{display:block;margin-top:3px;color:#11956b}.sales-person-bottom{align-items:start}.sales-opportunity-table{padding:0 18px 16px}.sales-op-head,.sales-opportunity-table>button{display:grid;grid-template-columns:1.45fr .85fr .8fr .65fr .6fr;gap:8px;align-items:center}.sales-op-head{padding:8px;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#99a2b1;border-bottom:1px solid #ebeff4}.sales-opportunity-table>button{width:100%;padding:12px 8px;border:0;border-bottom:1px solid #edf0f4;background:#fff;text-align:left;font-size:10px;color:#5d6a7e}.sales-opportunity-table>button:hover{background:#f8fafc}.sales-opportunity-table>button span:first-child{font-weight:800;color:#2c3749}.probability{font-weight:800;color:#157f61}.sales-follow-list{padding:0 18px 16px}.sales-follow-list>button:not(.sales-all-actions){width:100%;border:0;border-bottom:1px solid #edf0f4;background:#fff;display:flex;align-items:flex-start;gap:10px;padding:11px 2px;text-align:left}.sales-follow-list b{display:block;font-size:10px;color:#2a3548}.sales-follow-list span{display:block;margin-top:3px;font-size:9px;color:#9099a7}.sales-all-actions{width:100%;margin-top:11px;height:34px;border:1px solid #dfe5ed;border-radius:8px;background:#f9fafc;font-size:9px;font-weight:800;color:#3b5578}.role-switch select{min-width:166px}.demo-mode-badge{white-space:nowrap}@media(max-width:1180px){.sales-person-grid{grid-template-columns:1fr}.sales-target-panel{min-height:auto}.sales-target-ring{width:140px;height:140px}.sales-target-ring:after{width:106px;height:106px}}@media(max-width:760px){.sales-op-head,.sales-opportunity-table>button{grid-template-columns:1.4fr .9fr .8fr}.sales-op-head span:nth-child(4),.sales-op-head span:nth-child(5),.sales-opportunity-table>button span:nth-child(4),.sales-opportunity-table>button span:nth-child(5){display:none}.sales-route-map{margin-left:12px;margin-right:12px}.sales-visit-list{padding-left:12px;padding-right:12px}.sales-visit-list>button{grid-template-columns:28px 44px 1fr}.sales-visit-list>button>strong{display:none}}.crm-route-workspace{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.75fr);gap:18px;padding:0 18px 18px}.crm-map-card{background:#fff;border:1px solid var(--border,#e4e9f1);border-radius:16px;overflow:hidden}.crm-map-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 22px;border-bottom:1px solid #e9edf4}.crm-map-head span{display:block;font-size:10px;letter-spacing:.13em;font-weight:800;color:#70809a;margin-bottom:5px}.crm-map-head h3{margin:0;color:#172238;font-size:17px}.crm-map-head p{margin:6px 0 0;color:#748198;font-size:12px;max-width:650px;line-height:1.5}.crm-map-head button{border:0;border-radius:9px;background:#132e58;color:#fff;font-weight:750;padding:10px 14px;white-space:nowrap;cursor:pointer}.crm-map-canvas{position:relative;height:390px;overflow:hidden;background:linear-gradient(145deg,#f7f8f3,#eef3eb 52%,#f7f7f1);isolation:isolate}.crm-map-canvas:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(85,105,92,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(85,105,92,.055) 1px,transparent 1px);background-size:31px 31px;transform:rotate(-7deg) scale(1.2)}.map-road{position:absolute;height:16px;background:#fff;box-shadow:0 0 0 1px #e1e5dd;opacity:.95;border-radius:20px;z-index:1}.road-a{width:120%;left:-8%;top:52%;transform:rotate(-8deg)}.road-b{width:78%;left:28%;top:31%;transform:rotate(-34deg)}.road-c{width:70%;left:-8%;top:72%;transform:rotate(24deg)}.map-water{position:absolute;bottom:-55px;left:-50px;width:115%;height:135px;background:linear-gradient(#dfeff5,#d4e9f2);transform:rotate(3deg);font-size:10px;letter-spacing:.18em;color:#6b9bae;text-align:center;padding-top:20px;font-weight:800;z-index:0}.route-svg{position:absolute;inset:0;width:100%;height:100%;color:#3569d3;z-index:2;filter:drop-shadow(0 2px 2px rgba(30,69,145,.15))}.map-stop{position:absolute;z-index:4;display:flex;align-items:center;gap:8px;transform:translate(-18px,-18px)}.map-stop>b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#173b73;color:#fff;border:4px solid #fff;box-shadow:0 5px 12px #1a2f5138;font-size:12px}.map-stop>span{background:#fff;border:1px solid #dfe5ee;box-shadow:0 5px 14px #1d2e471f;padding:7px 9px;border-radius:9px;font-size:11px;font-weight:800;color:#26334a;white-space:nowrap}.map-stop small{display:block;color:#8590a3;font-size:9px;font-weight:600;margin-top:2px}.stop-1{left:13%;top:70%}.stop-2{left:43%;top:47%}.stop-3{left:71%;top:28%}.stop-4{left:89%;top:17%}.map-summary{position:absolute;left:18px;bottom:18px;z-index:5;background:#fffffff0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #dfe5ee;border-radius:12px;padding:10px 13px;display:grid;grid-template-columns:auto auto;gap:4px 14px;box-shadow:0 8px 20px #27364b1f}.map-summary span{font-size:9px;color:#8490a3}.map-summary b{font-size:11px;color:#21304a}.crm-route-list-panel{margin:0}.crm-route-detailed-list{padding:8px 16px 16px}.crm-route-detailed-list>button{width:100%;border:0;background:transparent;display:grid;grid-template-columns:30px 44px minmax(0,1fr) 70px 88px;gap:9px;align-items:center;text-align:left;padding:11px 3px;border-bottom:1px solid #edf0f5;cursor:pointer;color:#506079}.crm-route-detailed-list>button:hover{background:#f7f9fc}.route-number{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#eaf1ff;color:#2f67c6;font-weight:800;font-size:10px}.crm-route-detailed-list time{font-size:10px;font-weight:800;color:#53627a}.crm-route-detailed-list b{display:block;color:#26334a;font-size:11px}.crm-route-detailed-list small{font-size:9px;color:#8995a8}.crm-route-detailed-list em{font-style:normal;font-size:9px;color:#8a96a8}.crm-route-detailed-list strong{justify-self:end;font-size:9px;background:#f2f4f7;color:#66748b;padding:5px 7px;border-radius:20px}.crm-route-detailed-list strong.current{background:#fff3d8;color:#a36c05}.crm-route-detailed-list strong.done{background:#e8f7ef;color:#25855a}.crm-tab-table{min-height:330px}.crm-tab-table tr{cursor:pointer}@media(max-width:1180px){.crm-route-workspace{grid-template-columns:1fr}.crm-map-canvas{height:350px}}@media(max-width:760px){.crm-route-workspace{padding:0 10px 12px}.crm-map-head{flex-direction:column}.crm-route-detailed-list>button{grid-template-columns:28px 42px 1fr 75px}.crm-route-detailed-list em{display:none}.map-stop>span{display:none}.crm-map-canvas{height:310px}}.samsun-map{background:linear-gradient(180deg,#edf5e9 0 67%,#e8f1e5 67% 100%)}.samsun-map:before{background-image:linear-gradient(rgba(72,103,76,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(72,103,76,.05) 1px,transparent 1px);background-size:34px 34px;transform:rotate(-2deg) scale(1.08)}.samsun-sea{position:absolute;left:-3%;right:-3%;bottom:-10px;height:124px;background:linear-gradient(180deg,#dceef5,#cbe5f0);border-top:2px solid rgba(103,159,181,.28);z-index:0;clip-path:polygon(0 28%,10% 21%,19% 27%,30% 18%,41% 24%,53% 16%,64% 23%,75% 17%,87% 24%,100% 16%,100% 100%,0 100%)}.samsun-sea span{position:absolute;right:35px;bottom:30px;font-size:10px;font-weight:800;letter-spacing:.2em;color:#6f9fb2}.samsun-coast-road{position:absolute;left:5%;right:5%;top:51%;height:14px;border-radius:20px;background:#fff;box-shadow:0 0 0 1px #dfe5df,0 4px 10px #2a3d2d0f;transform:rotate(-2.7deg);z-index:1}.samsun-coast-road:before{content:"";position:absolute;left:0;right:0;top:6px;border-top:2px dashed #ccd4cc}.samsun-coast-road span{position:absolute;left:37%;top:-21px;background:#ffffffdb;padding:3px 7px;border-radius:6px;font-size:8px;font-weight:700;color:#829087;white-space:nowrap}.samsun-district{position:absolute;z-index:1;font-size:9px;font-weight:800;letter-spacing:.12em;color:#8c9b8e}.district-atakum{left:9%;top:24%}.district-ilkadim{left:34%;top:18%}.district-canik{left:57%;top:27%}.district-tekkekoy{right:7%;top:16%}.samsun-route-svg{color:#2265d8;filter:drop-shadow(0 3px 3px rgba(30,75,155,.18))}.samsun-stop.stop-1{left:10.5%;top:56.5%}.samsun-stop.stop-2{left:35.5%;top:51.5%}.samsun-stop.stop-3{left:58%;top:49%}.samsun-stop.stop-4{left:88.5%;top:43.5%}.samsun-stop>b{background:#143d7a}.samsun-summary{bottom:22px}.traffic-note{position:absolute;right:18px;bottom:20px;z-index:5;background:#fffffff0;border:1px solid #dfe6ee;border-radius:20px;padding:8px 11px;font-size:9px;color:#69778b;box-shadow:0 6px 16px #27364b1a}.traffic-note i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#28a875;margin-right:5px}.traffic-note b{color:#23835f}.traffic-note span{color:#98a1af}.route-assumptions{margin:8px 16px 16px;padding:12px;border:1px solid #e7ebf1;background:#f8fafc;border-radius:10px;display:flex;gap:7px;flex-wrap:wrap;align-items:center}.route-assumptions b{width:100%;font-size:9px;color:#35445c;margin-bottom:2px}.route-assumptions span{font-size:8px;color:#65748b;background:#fff;border:1px solid #e0e6ed;border-radius:20px;padding:5px 7px}.samsun-list>button{grid-template-columns:30px 44px minmax(0,1fr) 92px 88px}@media(max-width:760px){.traffic-note,.samsun-coast-road span{display:none}.samsun-district{font-size:7px}.samsun-summary{left:10px;bottom:10px}.samsun-list>button{grid-template-columns:28px 42px 1fr 75px}}.notification-wrap{position:relative;display:flex;align-items:center;justify-content:center}.notification-panel{position:absolute;top:48px;right:-8px;width:390px;max-height:min(610px,calc(100vh - 96px));background:#fff;border:1px solid #e5e9f0;border-radius:14px;box-shadow:0 22px 60px #0f1f362e,0 4px 14px #0f1f3614;overflow:hidden;z-index:120;animation:notificationIn .16s ease-out;transform-origin:top right}@keyframes notificationIn{0%{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.notification-panel:before{content:"";position:absolute;top:-6px;right:20px;width:12px;height:12px;background:#fff;border-left:1px solid #e5e9f0;border-top:1px solid #e5e9f0;transform:rotate(45deg)}.notification-head{position:relative;display:flex;align-items:center;justify-content:space-between;padding:17px 18px 14px;border-bottom:1px solid #edf0f4;background:linear-gradient(180deg,#fff,#fbfcfe)}.notification-head>div{display:flex;flex-direction:column;gap:3px}.notification-head span{font-size:8px;line-height:1.2;font-weight:800;letter-spacing:.14em;color:#7890b4}.notification-head b{font-size:15px;line-height:1.35;color:#172235;font-weight:760}.notification-head small{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 9px;border-radius:999px;background:#eef5ff;color:#295da8;font-size:9px;font-weight:750}.notification-list{max-height:430px;overflow:auto;background:#fff}.notification-list::-webkit-scrollbar{width:5px}.notification-list::-webkit-scrollbar-thumb{background:#d8dee8;border-radius:99px}.notification-list::-webkit-scrollbar-track{background:transparent}.notification-list>button{width:100%;min-height:70px;border:0;border-bottom:1px solid #f0f2f5;background:#fff;padding:12px 15px;display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:start;gap:11px;text-align:left;color:inherit;cursor:pointer;transition:background .14s ease}.notification-list>button:hover{background:#f8fafd}.notification-list>button:last-child{border-bottom:0}.notification-list>button .sev{width:8px;height:8px;border-radius:50%;margin-top:6px;box-shadow:0 0 0 4px #768cac14}.notification-list>button .sev.red{background:#ef5757;box-shadow:0 0 0 4px #ef575717}.notification-list>button .sev.amber{background:#e6a11d;box-shadow:0 0 0 4px #e6a11d1a}.notification-list>button .sev.violet{background:#8065d9;box-shadow:0 0 0 4px #8065d917}.notification-list>button .sev.blue{background:#3f7bdc;box-shadow:0 0 0 4px #3f7bdc17}.notification-list>button>div{min-width:0;display:flex;flex-direction:column;gap:4px}.notification-list>button b{font-size:11px;line-height:1.35;color:#263247;font-weight:700;white-space:normal}.notification-list>button span{font-size:9.5px;line-height:1.4;color:#7f8998;white-space:normal}.notification-list>button time{font-size:8.5px;line-height:1.4;color:#a0a8b5;white-space:nowrap;padding-top:2px;font-weight:600}.notification-footer{width:100%;height:43px;border:0;border-top:1px solid #e9edf2;background:#fbfcfe;color:#244f8d;font-size:10px;font-weight:750;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .14s ease,color .14s ease}.notification-footer:hover{background:#f3f7fc;color:#173d72}@media(max-width:860px){.notification-panel{position:fixed;top:68px;right:12px;left:12px;width:auto;max-height:calc(100vh - 84px)}.notification-panel:before{display:none}}.route-planner-v2{padding:0 18px 18px}.route-planner-toolbar{display:grid;grid-template-columns:1fr 1fr 1.25fr 1.05fr auto;gap:0;align-items:stretch;margin:0 0 12px;overflow:hidden}.route-control{padding:13px 15px;border-right:1px solid #e9edf3;min-width:0;background:#fff}.route-control span{display:block;font-size:8px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#8a96a8;margin-bottom:5px}.route-control b{display:block;font-size:11px;color:#27364d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-control select{width:100%;height:28px;border:1px solid #dfe5ed;border-radius:7px;background:#f8fafc;color:#34445b;font-size:10px;padding:0 8px;outline:none}.route-optimize-btn{border:0;background:#12315f;color:#fff;font-size:10px;font-weight:800;padding:0 18px;white-space:nowrap}.route-optimize-btn:hover{background:#0c274e}.route-kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:14px}.route-kpis>div{background:#fff;border:1px solid #e4e9f1;border-radius:11px;padding:12px 14px}.route-kpis span{display:block;font-size:8px;color:#8a95a6}.route-kpis b{display:block;margin-top:5px;font:800 16px Manrope;color:#1f2d43}.route-kpis small{display:block;margin-top:3px;font-size:8px;color:#8f99a8}.production-route{padding:0;grid-template-columns:minmax(0,1.55fr) minmax(390px,.8fr)}.production-map-card{min-height:610px}.production-map-head{padding:18px 20px}.map-head-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.live-traffic-chip{display:inline-flex!important;align-items:center;gap:6px!important;margin:0!important;padding:7px 9px;border:1px solid #d9e9e1;border-radius:999px;background:#f0faf5;color:#27775a!important;letter-spacing:0!important;font-size:9px!important;white-space:nowrap}.live-traffic-chip i{width:7px;height:7px;border-radius:50%;background:#25aa78;box-shadow:0 0 0 4px #25aa781a}.production-map{height:470px}.route-start{position:absolute;left:4.5%;top:67%;z-index:5;display:flex;align-items:center;gap:7px;transform:translate(-12px,-16px)}.route-start>b{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#121d2f;color:#fff;border:3px solid #fff;box-shadow:0 5px 12px #111e3138;font-size:10px}.route-start>span{background:#fff;border:1px solid #dfe5ee;border-radius:8px;padding:6px 8px;box-shadow:0 5px 14px #1d2e471f;font-size:10px;font-weight:800;color:#26334a;white-space:nowrap}.route-start small{display:block;font-size:8px;font-weight:600;color:#8b95a4;margin-top:2px}.production-route-svg{color:#2767d1}.map-traffic{position:absolute;z-index:4;display:flex;align-items:center;gap:4px;background:#fffffff0;border:1px solid #dfe5ed;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:750;color:#607087;box-shadow:0 4px 10px #28384e14}.map-traffic span{width:5px;height:5px;border-radius:50%;background:#2bab7b}.traffic-1{left:17%;top:61%}.traffic-2{left:30%;top:51%}.traffic-3{left:50%;top:44%}.traffic-4{left:73%;top:38%}.production-summary{grid-template-columns:auto auto;min-width:220px}.map-provider-note{position:absolute;right:14px;top:14px;z-index:6;background:#12243ede;color:#dbe7f9;padding:6px 9px;border-radius:7px;font-size:8px;font-weight:700;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.route-legend{display:flex;align-items:center;gap:15px;flex-wrap:wrap;padding:11px 15px;border-top:1px solid #e8edf3;background:#fbfcfe;font-size:8.5px;color:#68768b}.route-legend span{display:flex;align-items:center;gap:5px}.route-legend i{width:9px;height:9px;border-radius:50%;display:inline-block}.legend-start{background:#17243a;border-radius:3px!important}.legend-done{background:#2aa875}.legend-next{background:#e2a428}.legend-plan{background:#2d67ce}.route-api-note{margin-left:auto!important;color:#8a95a7!important}.route-itinerary{margin:0;overflow:hidden}.route-itinerary-head{padding:15px 16px}.route-itinerary-list{padding:2px 13px 7px}.route-itinerary-list>button{width:100%;border:0;border-bottom:1px solid #edf0f4;background:#fff;display:grid;grid-template-columns:24px 62px minmax(0,1fr) 58px auto;gap:8px;align-items:center;text-align:left;padding:12px 2px;position:relative}.route-itinerary-list>button:hover{background:#f8fafc}.route-itinerary-list>button.next-stop{background:#fffaf0;border:1px solid #f2dfb2;border-radius:9px;padding-left:7px;padding-right:7px;margin:4px 0}.itinerary-seq{align-self:stretch;display:flex;flex-direction:column;align-items:center;position:relative}.itinerary-seq span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#edf3fd;color:#2d64bb;font-size:9px;font-weight:800;z-index:2}.itinerary-seq i{position:absolute;width:1px;background:#dfe5ee;top:25px;bottom:-20px}.itinerary-time b{display:block;font-size:10px;color:#334258}.itinerary-time small{display:block;margin-top:2px;font-size:7.5px;color:#99a2b0;white-space:nowrap}.itinerary-main b{display:block;font-size:10px;color:#26334a}.itinerary-main span{display:block;margin-top:2px;font-size:8.5px;color:#748197}.itinerary-main small{display:block;margin-top:3px;font-size:7.5px;color:#9aa3b1}.itinerary-travel{text-align:right}.itinerary-travel span{display:block;font-size:8.5px;font-weight:750;color:#596981}.itinerary-travel small{display:block;font-size:7.5px;color:#9aa3b0;margin-top:2px}.route-itinerary-list strong{justify-self:end;font-size:7.5px;background:#f2f4f7;color:#67758b;padding:5px 6px;border-radius:15px;white-space:nowrap}.route-itinerary-list strong.current{background:#fff0cf;color:#9a6906}.route-itinerary-list strong.done{background:#e8f7ef;color:#237e58}.route-constraints{margin:9px 13px 14px;padding:12px;border:1px solid #e6ebf2;background:#f8fafc;border-radius:10px}.route-constraints>b{display:block;font-size:9px;color:#34445b;margin-bottom:8px}.route-constraints>div{display:grid;grid-template-columns:1fr 1fr;gap:6px}.route-constraints span{font-size:8px;color:#66758b}.route-constraints span:first-letter{color:#24946b}.production-route .samsun-stop.stop-1{left:19%;top:57.5%}.production-route .samsun-stop.stop-2{left:35.5%;top:51.5%}.production-route .samsun-stop.stop-3{left:58%;top:49%}.production-route .samsun-stop.stop-4{left:88.5%;top:43.5%}@media(max-width:1300px){.route-planner-toolbar{grid-template-columns:1fr 1fr 1fr}.route-optimize-btn{min-height:46px}.route-kpis{grid-template-columns:repeat(3,1fr)}.production-route{grid-template-columns:1fr}.production-map-card{min-height:auto}.route-itinerary{margin-top:0}}@media(max-width:760px){.route-planner-v2{padding:0 10px 12px}.route-planner-toolbar{grid-template-columns:1fr}.route-control{border-right:0;border-bottom:1px solid #e9edf3}.route-kpis{grid-template-columns:1fr 1fr}.production-map{height:360px}.map-provider-note,.map-traffic,.route-start>span{display:none}.route-itinerary-list>button{grid-template-columns:22px 50px 1fr auto}.itinerary-travel{display:none}.route-constraints>div{grid-template-columns:1fr}.route-api-note{width:100%;margin-left:0!important}}.profile-menu-wrap{position:relative}.user-button{min-width:174px;padding:0 8px;border-radius:10px;cursor:pointer;transition:background .15s ease}.user-button:hover,.user-button.open{background:#f5f8fc}.profile-chevron{margin-left:auto!important;font-size:12px!important;transition:transform .16s ease}.user-button.open .profile-chevron{transform:rotate(180deg)}.profile-role-menu{position:absolute;z-index:85;right:0;top:52px;width:326px;background:#fff;border:1px solid #dfe5ed;border-radius:13px;box-shadow:0 18px 50px #19273d2b,0 3px 10px #19273d0f;overflow:hidden;animation:notificationIn .16s ease-out}.profile-role-menu:before{content:"";position:absolute;right:24px;top:-6px;width:11px;height:11px;background:#fff;border-left:1px solid #dfe5ed;border-top:1px solid #dfe5ed;transform:rotate(45deg)}.profile-role-head{padding:15px 16px 12px;border-bottom:1px solid #edf0f4;background:linear-gradient(180deg,#fff,#fbfcfe)}.profile-role-head span{display:block;font-size:7.5px;font-weight:850;letter-spacing:.13em;color:#7890b4}.profile-role-head b{display:block;margin-top:3px;font-size:14px;color:#172235}.profile-role-head small{display:block;margin-top:3px;font-size:9px;color:#8a94a3;line-height:1.45}.profile-role-list{padding:7px}.profile-role-list>button{width:100%;display:grid;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:9px;border:0;border-radius:9px;background:#fff;text-align:left;padding:8px;cursor:pointer;color:#334158}.profile-role-list>button:hover{background:#f5f8fc}.profile-role-list>button.active{background:#eef5ff}.avatar.mini{width:30px;height:30px;border-radius:8px;font-size:9px}.profile-role-list>button>div{display:flex;flex-direction:column;min-width:0}.profile-role-list b{font-size:10px;color:#243148}.profile-role-list span{font-size:8.5px;color:#657289;margin-top:1px}.profile-role-list small{font-size:7.5px;color:#9aa3b0;margin-top:2px}.profile-role-list>button>i{font-style:normal;color:#2870d8;font-weight:900}.profile-role-foot{display:flex;align-items:center;gap:7px;padding:10px 14px;border-top:1px solid #edf0f4;background:#fafbfd;color:#7d899a;font-size:8px}.role-switch>select{display:none!important}.route-role-banner{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;margin:0 0 12px;padding:12px 14px;border:1px solid #dfe6ef;border-radius:11px;background:#fff}.route-role-banner.manager{border-color:#cfe0f8;background:#f7faff}.route-role-banner.salesperson{border-color:#cdebdc;background:#f6fbf8}.route-role-banner.readonly{background:#fafbfd}.route-role-icon{width:36px;height:36px;border-radius:9px;background:#edf4ff;color:#2766c4;display:grid;place-items:center}.route-role-banner.salesperson .route-role-icon{background:#e8f7ef;color:#27805b}.route-role-banner.readonly .route-role-icon{background:#f0f2f5;color:#68768a}.route-role-banner>div:nth-child(2)>span{display:block;font-size:7.5px;font-weight:850;letter-spacing:.11em;color:#7185a2}.route-role-banner>div:nth-child(2)>b{display:block;margin-top:2px;font-size:12px;color:#20304a}.route-role-banner>div:nth-child(2)>small{display:block;margin-top:3px;font-size:8.5px;color:#7b8798;line-height:1.45}.route-role-owner{text-align:right;padding-left:18px;border-left:1px solid #e6eaf0}.route-role-owner span{display:block;font-size:7.5px;color:#8994a4}.route-role-owner b{display:block;margin-top:2px;font-size:11px;color:#2b3a52}.route-role-owner small{display:block;margin-top:1px;font-size:7.5px;color:#9aa3af}.route-optimize-btn.field-action{background:#23845e}.route-optimize-btn.field-action:hover{background:#1b6d4d}.route-optimize-btn.disabled-route{background:#eef1f5;color:#748195;cursor:default;border-left:1px solid #e0e5ec}.route-readonly-chip{display:inline-flex;align-items:center;height:30px;padding:0 9px;border-radius:7px;background:#f1f3f6;color:#788496;font-size:8.5px;font-weight:750}.field-route-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 13px 14px}.field-route-actions button{height:36px;border:1px solid #dce4ef;border-radius:8px;background:#fff;color:#31527f;font-size:9px;font-weight:800}.field-route-actions button:first-child{background:#12315f;border-color:#12315f;color:#fff}@media(max-width:760px){.profile-role-menu{position:fixed;right:10px;left:10px;top:68px;width:auto}.profile-role-menu:before{display:none}.route-role-banner{grid-template-columns:36px 1fr}.route-role-owner{grid-column:1/-1;text-align:left;padding:9px 0 0;border-left:0;border-top:1px solid #e6eaf0}.field-route-actions{grid-template-columns:1fr}}.route-planner-v3{display:flex;flex-direction:column;gap:14px;padding:14px 18px 20px}.route-privacy-card{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) 180px;gap:14px;align-items:center;padding:14px 18px;border:1px solid #dfe9e5;background:linear-gradient(135deg,#f7fcfa,#fff);box-shadow:none}.route-privacy-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:#e9f8f1;color:#19815f}.route-privacy-copy{min-width:0}.route-privacy-copy>span{display:block;font-size:8px;font-weight:850;letter-spacing:.12em;color:#4f8f79;margin-bottom:3px}.route-privacy-copy>b{display:block;font-size:13px;color:#18263a}.route-privacy-copy p{font-size:10px;line-height:1.55;color:#6c7888;margin:4px 0 0;max-width:850px}.route-privacy-meta{padding-left:16px;border-left:1px solid #e4ece8;display:flex;flex-direction:column}.route-privacy-meta span{font-size:8px;color:#8a97a4}.route-privacy-meta b{font-size:12px;color:#1d7459;margin-top:2px}.route-privacy-meta small{font-size:8px;color:#8b96a3;margin-top:2px}.privacy-close{position:absolute;top:8px;right:9px;border:0;background:transparent;color:#8e9aaa;font-size:17px;cursor:pointer}.route-view-switch{display:flex;align-items:center;justify-content:space-between;padding:11px 14px;box-shadow:none}.route-view-switch>div:first-child{display:flex;flex-direction:column}.route-view-switch>div:first-child span{font-size:8px;font-weight:850;letter-spacing:.12em;color:#7c8aa0}.route-view-switch>div:first-child b{font-size:12px;color:#1e2a3b;margin-top:2px}.route-switch-buttons{display:flex;background:#f1f4f8;padding:3px;border-radius:9px}.route-switch-buttons button{border:0;background:transparent;padding:8px 12px;border-radius:7px;font-size:9px;font-weight:750;color:#66758b;cursor:pointer}.route-switch-buttons button.active{background:#fff;color:#15335f;box-shadow:0 2px 8px #15335f1a}.route-switch-buttons button i{font-style:normal;margin-left:5px;padding:2px 5px;border-radius:99px;background:#e8f7f0;color:#1e8b68;font-size:7px}.actual-map .production-route-svg{opacity:.2}.actual-route-overlay{position:absolute;inset:0;width:100%;height:100%;z-index:3;color:#1d9a74;filter:drop-shadow(0 2px 4px rgba(29,154,116,.2));pointer-events:none}.gps-live{background:#eaf8f2!important;color:#197a5d!important}.map-stop.gps-done>b{background:#1c9a72!important;color:#fff!important;box-shadow:0 0 0 5px #1c9a7224}.map-stop.gps-current>b{background:#1f64c8!important;color:#fff!important;box-shadow:0 0 0 7px #1f64c821}.field-agent-marker{position:absolute;left:34%;top:51%;z-index:8;display:flex;align-items:center;gap:5px;background:#102f5b;color:#fff;border:2px solid #fff;border-radius:999px;padding:4px 8px 4px 5px;box-shadow:0 6px 18px #102f5b40}.field-agent-marker>i{position:absolute;width:26px;height:26px;border-radius:50%;background:#2a74dc38;left:0;animation:gpsPulse 1.8s infinite}.field-agent-marker>b{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#dceaff;color:#123f7f;font-size:8px;z-index:1}.field-agent-marker span{font-size:8px;font-weight:700;display:flex;flex-direction:column}.field-agent-marker small{font-size:6.5px;font-weight:500;opacity:.75}@keyframes gpsPulse{0%{transform:scale(.8);opacity:.8}70%{transform:scale(1.7);opacity:0}to{opacity:0}}.gps-audit-card{margin:12px 14px 14px;padding:12px;border:1px solid #dfe8f1;background:#f8fbfe;border-radius:10px}.gps-audit-card>div{display:flex;align-items:center;gap:8px;color:#32689f}.gps-audit-card>div>div{display:flex;flex-direction:column}.gps-audit-card span{font-size:7px;font-weight:850;letter-spacing:.1em;color:#7890aa}.gps-audit-card b{font-size:10px;color:#203954}.gps-audit-card p{font-size:9px;line-height:1.55;color:#52647a;margin:8px 0}.gps-audit-card small{display:block;font-size:7.5px;line-height:1.45;color:#8a96a5;border-top:1px solid #e5ebf1;padding-top:7px}.field-route-actions{display:grid!important;grid-template-columns:repeat(3,1fr);gap:7px!important}.field-route-actions button{min-width:0!important;font-size:8px!important;padding:9px 6px!important}@media(max-width:1100px){.route-privacy-card{grid-template-columns:42px 1fr}.route-privacy-meta{grid-column:2;border-left:0;padding-left:0}.route-view-switch{align-items:flex-start;gap:10px;flex-direction:column}.route-switch-buttons{width:100%}.route-switch-buttons button{flex:1}.field-route-actions{grid-template-columns:1fr}}.executive-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.48fr);gap:16px;margin-top:16px;align-items:stretch}.approval-center,.process-panel{overflow:hidden;min-width:0}.count-badge{display:inline-flex;align-items:center;justify-content:center;height:26px;padding:0 10px;border-radius:999px;background:#f2f5f9;border:1px solid #e2e7ee;color:#4c5a70;font-size:9px;font-weight:800;white-space:nowrap}.approval-list{padding:0 16px 15px}.approval-list>div{display:grid;grid-template-columns:34px minmax(0,1fr) auto 76px;gap:11px;align-items:center;min-height:68px;border-top:1px solid #edf0f4}.approval-list>div:first-child{border-top:0}.approval-type{width:31px;height:31px;border-radius:8px;display:grid;place-items:center;font-size:8px;font-weight:900;letter-spacing:.04em}.approval-type.purchase{background:#fff4e5;color:#b67613}.approval-type.finance{background:#eef3ff;color:#3e63be}.approval-type.hr{background:#eef9f5;color:#25815f}.approval-list>div>div{min-width:0;display:flex;flex-direction:column}.approval-list>div>div>b{font-size:10px;color:#27354a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.approval-list>div>div>small{font-size:8.2px;color:#8a95a5;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.approval-list>div>strong{font-size:10px;color:#34435a;white-space:nowrap}.approval-list>div>button{height:30px;border:1px solid #cddbf0;border-radius:7px;background:#f6f9fe;color:#265aa7;font-size:8.5px;font-weight:800;cursor:pointer}.approval-list>div>button:hover{background:#eaf2ff;border-color:#b8ccea}.approval-empty{grid-template-columns:36px 1fr!important;padding:17px 0}.approval-empty>span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#eaf8f1;color:#19815f;font-weight:900}.process-chain{display:grid;grid-template-columns:repeat(11,minmax(0,1fr));align-items:center;padding:12px 16px 16px;gap:0}.process-step{grid-column:span 1;min-width:0;height:82px;border:1px solid #e0e6ee;background:#fff;border-radius:10px;padding:9px 8px;display:grid;grid-template-columns:24px 1fr;gap:7px;align-items:start;text-align:left;cursor:pointer;transition:.16s ease}.process-step:hover{transform:translateY(-1px);border-color:#c7d4e6;box-shadow:0 7px 18px #1f324f12}.process-step>span{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#eef2f7;color:#65748a;font-size:8px;font-weight:900}.process-step>div{display:flex;flex-direction:column;min-width:0}.process-step small{font-size:7px;color:#97a0ae}.process-step b{font-size:9.5px;color:#29374c;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.process-step em{font-style:normal;font-size:7px;color:#8b96a6;margin-top:8px;font-weight:800}.process-step.done{background:#f7fcfa;border-color:#d6ede4}.process-step.done>span{background:#dff4ea;color:#1f8a64}.process-step.done em{color:#268563}.process-step.current{background:#f4f8ff;border-color:#cdddf5}.process-step.current>span{background:#dfeaff;color:#2d64b8}.process-step.current em{color:#2d64b8}.process-line{height:1px;background:#dfe5ed;display:block;min-width:10px;margin:0 3px}.process-case{display:grid;grid-template-columns:1.5fr .8fr 1fr;gap:0;border-top:1px solid #edf0f4;background:#fbfcfe}.process-case>div{padding:12px 15px;border-right:1px solid #edf0f4;display:flex;flex-direction:column}.process-case>div:last-child{border-right:0}.process-case span{font-size:7.5px;color:#8b96a6}.process-case b{font-size:9.5px;color:#314057;margin-top:3px}.module-panel .tabs-row{overflow-x:auto;scrollbar-width:none}.module-panel .tabs-row::-webkit-scrollbar{display:none}.tab-demo-banner{margin:0 14px 10px!important}.table-wrap tbody tr{cursor:pointer}.table-wrap tbody tr:hover{background:#f8fafc}.detail-grid>div span{text-transform:none;letter-spacing:.04em}@media(max-width:1180px){.executive-grid{grid-template-columns:1fr}.process-chain{grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.process-line{display:none}.process-step{height:76px}.process-case{grid-template-columns:1fr 1fr 1fr}}@media(max-width:760px){.approval-list>div{grid-template-columns:32px minmax(0,1fr) auto}.approval-list>div>strong{display:none}.approval-list>div>button{grid-column:2/-1}.process-chain{grid-template-columns:1fr 1fr}.process-case{grid-template-columns:1fr}.process-case>div{border-right:0;border-bottom:1px solid #edf0f4}}.executive-alert-strip{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:-2px 0 16px}.exec-alert{min-width:0;border:1px solid #e4e9f1;border-radius:12px;background:#fff;display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 16px;text-align:left;box-shadow:0 2px 6px #19273f06}.exec-alert:hover{transform:translateY(-1px);box-shadow:0 8px 22px #19273f12}.exec-alert-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center}.exec-alert.danger .exec-alert-icon{background:#fff0f0;color:#d64d4d}.exec-alert.warning .exec-alert-icon{background:#fff7e6;color:#bd7b0a}.exec-alert small{display:block;font-size:8px;font-weight:850;letter-spacing:.12em;color:#8b95a5}.exec-alert b{display:block;margin-top:3px;font-size:11px;color:#243149}.exec-alert em{display:block;margin-top:3px;font-style:normal;font-size:8.5px;color:#8792a2}.exec-alert>strong{font-size:9px;color:#5572aa;white-space:nowrap}.site-manager-list{padding:0 18px 16px}.site-manager-list>button{width:100%;display:grid;grid-template-columns:76px minmax(0,1fr) 68px 100px;gap:10px;align-items:center;border:0;border-bottom:1px solid #edf0f4;background:#fff;padding:13px 2px;text-align:left}.site-manager-list>button:hover{background:#f8fafc}.site-manager-list>button>b{font-size:9px;color:#52627b}.site-manager-list strong{display:block;font-size:10px;color:#263249}.site-manager-list span{display:block;margin-top:3px;font-size:8.5px;color:#8a95a6}.site-manager-list em{font-style:normal;font-size:8px;font-weight:800;padding:5px 7px;border-radius:20px;background:#f1f4f8;color:#65748b;text-align:center}.site-manager-list em.high{background:#fff0f0;color:#c74c4c}.site-manager-list small{text-align:right;font-size:8.5px;color:#6e7b8f}.site-budget{padding:4px 20px 20px}.site-budget>div:not(.site-budget-progress){display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid #eef1f5}.site-budget span{font-size:9px;color:#8994a5}.site-budget b{font-size:12px;color:#263249}.site-budget-progress{height:8px;border-radius:20px;background:#edf1f6;overflow:hidden;margin:18px 0 9px}.site-budget-progress i{display:block;height:100%;background:#3c75df;border-radius:inherit}.site-budget p{margin:0;font-size:9px;color:#8792a2}.site-budget p b{color:#3971d5}.site-budget p strong{color:#263249}.site-budget button{width:100%;margin-top:16px;border:1px solid #dfe5ed;border-radius:8px;background:#f9fbfd;color:#405c83;font-size:9px;font-weight:800;height:34px}@media(max-width:900px){.executive-alert-strip{grid-template-columns:1fr}.exec-alert{grid-template-columns:42px 1fr}.exec-alert>strong{grid-column:2}.site-manager-list>button{grid-template-columns:65px 1fr 65px}.site-manager-list small{display:none}}.kpi-card.drillable{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;text-align:left;color:inherit;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.kpi-card.drillable:hover{transform:translateY(-2px);box-shadow:0 12px 28px #18274414;border-color:#d7deea}.drill-arrow{font-style:normal;color:#9aa6b6;font-size:14px;transition:.15s}.kpi-card.drillable:hover .drill-arrow{color:#315fae;transform:translate(1px,-1px)}.approval-flow-log{border-top:1px solid #edf0f4;background:#f9fbfd;padding:10px 16px 14px}.approval-flow-log>span{display:block;font-size:7.5px;letter-spacing:.12em;font-weight:850;color:#8c97a7;margin-bottom:5px}.approval-flow-log>div{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 0}.approval-flow-log>div>i{width:19px;height:19px;border-radius:50%;background:#e6f7ef;color:#21845f;display:grid;place-items:center;font-style:normal;font-size:8px;font-weight:900}.approval-flow-log p{margin:0;display:flex;flex-direction:column}.approval-flow-log p b{font-size:8.5px;color:#35435a}.approval-flow-log p small,.approval-flow-log time{font-size:7.5px;color:#8d98a7}.approval-flow-log time{white-space:nowrap}.r7-control-grid{display:grid;grid-template-columns:1.22fr .88fr;gap:16px;margin:16px 0}.risk-center,.corporate-calendar{min-width:0;overflow:hidden}.risk-score{font-size:8px;font-weight:850;color:#a14b4b;background:#fff1f1;border:1px solid #f4d7d7;border-radius:999px;padding:6px 9px}.risk-center-list{padding:0 16px 15px}.risk-center-list>button{width:100%;border:0;border-top:1px solid #eef1f4;background:#fff;display:grid;grid-template-columns:8px 56px minmax(0,1fr) auto;gap:10px;align-items:center;text-align:left;padding:10px 2px;transition:.13s}.risk-center-list>button:first-child{border-top:0}.risk-center-list>button:hover{background:#f9fbfd}.risk-center-list>button>i{width:7px;height:7px;border-radius:50%}.risk-center-list>button>i.critical{background:#e45c5c;box-shadow:0 0 0 4px #fff0f0}.risk-center-list>button>i.warning{background:#d79a26;box-shadow:0 0 0 4px #fff7e8}.risk-center-list>button>i.action{background:#4d75cc;box-shadow:0 0 0 4px #eef3ff}.risk-area{font-size:7.5px;font-weight:850;color:#718096;text-transform:uppercase;letter-spacing:.05em}.risk-center-list>button>div{min-width:0;display:flex;flex-direction:column}.risk-center-list b{font-size:9.5px;color:#2b384e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.risk-center-list small{font-size:7.8px;color:#8b96a5;margin-top:3px}.risk-center-list strong{font-size:8px;color:#5574ad;white-space:nowrap}.calendar-filters{padding:0 16px 10px;display:flex;gap:5px;overflow:auto;scrollbar-width:none}.calendar-filters::-webkit-scrollbar{display:none}.calendar-filters button{height:27px;border:1px solid #e3e8ef;border-radius:7px;background:#fff;color:#758094;padding:0 9px;font-size:7.5px;font-weight:750;white-space:nowrap}.calendar-filters button.active{background:#14284c;border-color:#14284c;color:#fff}.calendar-events{padding:0 16px 15px}.calendar-events>button{width:100%;display:grid;grid-template-columns:52px 8px minmax(0,1fr) 18px;gap:8px;align-items:center;border:0;border-top:1px solid #eef1f4;background:#fff;padding:9px 0;text-align:left}.calendar-events>button:first-child{border-top:0}.calendar-events time{display:flex;flex-direction:column}.calendar-events time b{font-size:8px;color:#46546a}.calendar-events time span{font-size:7.5px;color:#99a2af;margin-top:2px}.cal-dot{width:7px;height:7px;border-radius:50%;background:#63789c}.cal-dot.finans{background:#725dd0}.cal-dot.crm{background:#3277d2}.cal-dot.uretim{background:#25a274}.cal-dot.filo{background:#d28928}.cal-dot.loji̇sti̇k,.cal-dot.lojistik{background:#4771c6}.calendar-events>button>div{display:flex;flex-direction:column;min-width:0}.calendar-events>button>div b{font-size:8.8px;color:#2d394e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-events>button>div small{font-size:7.5px;color:#909aa8;margin-top:3px}.calendar-events>button>strong{color:#7890b5;font-size:10px}.drawer-backdrop{position:fixed;z-index:130;inset:0;background:#09101d59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:flex-end;animation:fadeIn .16s}.record-drawer{width:min(610px,94vw);height:100vh;background:#fff;box-shadow:-24px 0 65px #0c182e38;display:flex;flex-direction:column;animation:drawerIn .22s ease-out}.record-drawer-head{padding:25px 25px 17px;display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid #e8ecf1}.record-drawer-head>div{min-width:0}.record-drawer-head span{font-size:8px;letter-spacing:.14em;font-weight:850;color:#75869d}.record-drawer-head h2{font:800 22px/1.2 Manrope;margin:7px 0 4px;color:#172236;letter-spacing:-.035em}.record-drawer-head p{margin:0;color:#8490a0;font-size:10px}.record-drawer-head>button{width:34px;height:34px;border:1px solid #e3e7ed;background:#f8fafc;border-radius:9px;color:#6f7b8e;font-size:20px}.record-health{margin:14px 24px 0;border:1px solid #e5eaf1;background:#f8fafc;border-radius:10px;padding:11px 13px;display:flex;align-items:center;justify-content:space-between}.record-health>div{display:flex;flex-direction:column}.record-health>div span{font-size:7.5px;color:#8a96a6}.record-health>div b{font-size:12px;color:#26354c;margin-top:2px}.drawer-tabs{display:flex;padding:13px 24px 0;border-bottom:1px solid #edf0f4}.drawer-tabs button{height:38px;border:0;background:transparent;color:#7e8998;font-size:9px;font-weight:750;padding:0 12px;position:relative}.drawer-tabs button.active{color:#2358b3}.drawer-tabs button.active:after{content:"";position:absolute;height:2px;bottom:-1px;left:9px;right:9px;background:#3067ce}.drawer-body{padding:18px 24px;overflow:auto;flex:1}.drawer-section-title{margin-bottom:11px}.drawer-section-title span{display:block;font-size:7.5px;letter-spacing:.12em;font-weight:850;color:#8d98a7}.drawer-section-title b{display:block;font-size:12px;color:#29374d;margin-top:3px}.record-facts{display:grid;grid-template-columns:1fr 1fr;gap:9px}.record-facts>div{border:1px solid #e8ecf1;background:#fbfcfd;border-radius:9px;padding:11px;min-width:0;display:flex;flex-direction:column}.record-facts span{font-size:7.5px;color:#8d98a8}.record-facts b{font-size:9.5px;color:#334158;margin-top:4px;overflow-wrap:anywhere}.drawer-note{margin-top:14px;border:1px solid #dce7f6;background:#f5f9ff;border-radius:10px;padding:12px;display:flex;gap:9px;color:#4770aa}.drawer-note>div{display:flex;flex-direction:column}.drawer-note b{font-size:9px;color:#355a8d}.drawer-note span{font-size:8px;color:#7a8da8;line-height:1.5;margin-top:3px}.record-timeline{padding:4px 3px}.record-timeline>div{display:grid;grid-template-columns:11px 88px 1fr;gap:9px;min-height:60px;position:relative}.record-timeline>div:before{content:"";position:absolute;left:4px;top:13px;bottom:-5px;width:1px;background:#e1e7ef}.record-timeline>div:last-child:before{display:none}.record-timeline>div>i{width:9px;height:9px;border-radius:50%;background:#3b73d3;margin-top:3px;box-shadow:0 0 0 4px #eef4ff}.record-timeline time{font-size:7.5px;color:#8f99a7}.record-timeline p{margin:0;display:flex;flex-direction:column}.record-timeline p b{font-size:9.2px;color:#344157}.record-timeline p span{font-size:7.8px;color:#8d98a7;margin-top:4px}.relation-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.relation-grid button{min-height:74px;border:1px solid #e4e9f0;background:#fff;border-radius:10px;padding:11px;display:grid;grid-template-columns:26px 1fr auto;gap:8px;align-items:center;text-align:left}.relation-grid button:hover{background:#f8fafe;border-color:#cfdae9}.relation-grid button>span{width:25px;height:25px;border-radius:7px;background:#edf3ff;color:#3767bb;display:grid;place-items:center;font-size:8px;font-weight:850}.relation-grid button>div{display:flex;flex-direction:column}.relation-grid b{font-size:9px;color:#344157}.relation-grid small{font-size:7.5px;color:#8c97a7;margin-top:3px}.relation-grid strong{color:#718bb1}.document-list button{width:100%;border:0;border-bottom:1px solid #edf0f4;background:#fff;padding:12px 2px;display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;text-align:left}.document-list button:hover{background:#f9fbfd}.doc-icon{width:36px;height:36px;border-radius:8px;background:#eef3ff;color:#3763b0;display:grid;place-items:center;font-size:7px;font-weight:900}.document-list button>div{display:flex;flex-direction:column}.document-list b{font-size:9.3px;color:#344157}.document-list small{font-size:7.6px;color:#8e98a6;margin-top:3px}.document-list strong{font-size:8px;color:#5675ab}.drawer-actions{padding:14px 24px;border-top:1px solid #e8ecf1;background:#fbfcfe;display:flex;justify-content:flex-end;gap:8px}.document-backdrop{position:fixed;z-index:160;inset:0;background:#080f1c9e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;padding:24px}.document-modal{width:min(940px,96vw);height:min(820px,92vh);background:#e9edf2;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 35px 90px #050d1b61}.document-toolbar{height:62px;background:#fff;border-bottom:1px solid #dfe4eb;display:flex;align-items:center;justify-content:space-between;padding:0 18px}.document-toolbar>div:first-child{display:flex;flex-direction:column}.document-toolbar span{font-size:7.5px;letter-spacing:.12em;font-weight:850;color:#909aa8}.document-toolbar b{font-size:11px;color:#2f3c51;margin-top:2px}.document-toolbar>div:last-child{display:flex;gap:7px}.document-toolbar button{height:34px;border:1px solid #e0e5eb;border-radius:8px;background:#fff;color:#526175;font-size:8.5px;font-weight:800;padding:0 10px;display:flex;gap:6px;align-items:center}.document-toolbar button:last-child{width:34px;justify-content:center;font-size:18px}.paper-sheet{width:720px;max-width:calc(100% - 40px);min-height:900px;margin:28px auto;background:#fff;box-shadow:0 5px 24px #1a243724;padding:44px 48px;color:#1e293b}.document-modal{overflow:auto}.paper-head{display:flex;justify-content:space-between;gap:25px;padding-bottom:23px;border-bottom:2px solid #172a4e}.paper-brand{display:flex;gap:10px;align-items:center}.paper-brand>span{width:34px;height:34px;border-radius:8px;background:#172a4e;color:#fff;display:grid;place-items:center;font:800 18px Manrope}.paper-brand>div{display:flex;flex-direction:column}.paper-brand b{font-size:11px}.paper-brand small{font-size:7px;color:#8490a1;margin-top:2px}.paper-head>div:last-child{text-align:right;display:flex;flex-direction:column}.paper-head h2{font:800 16px Manrope;margin:0 0 5px;color:#172a4e}.paper-head>div:last-child span{font-size:7.5px;color:#7d8999;margin-top:2px}.paper-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid #dfe5ec;margin-top:25px}.paper-info-grid>div{padding:13px;border-right:1px solid #dfe5ec;border-bottom:1px solid #dfe5ec;display:flex;flex-direction:column}.paper-info-grid>div:nth-child(2n){border-right:0}.paper-info-grid span{font-size:7px;color:#8a95a5}.paper-info-grid b{font-size:9px;color:#334155;margin-top:4px}.paper-table{width:100%;border-collapse:collapse;margin-top:25px}.paper-table th{background:#f2f5f8;font-size:7px;color:#637084;text-align:left;padding:9px;border:1px solid #e0e5eb}.paper-table td{font-size:8px;color:#455267;padding:10px 9px;border:1px solid #e0e5eb}.receipt-hero{margin-top:30px;padding:28px;border-radius:10px;background:#f5f8fd;border:1px solid #dce6f5;text-align:center;display:flex;flex-direction:column}.receipt-hero span{font-size:7.5px;letter-spacing:.1em;color:#7d8da7}.receipt-hero b{font:800 28px Manrope;color:#173663;margin-top:6px}.receipt-hero small{font-size:8px;color:#748397;margin-top:3px}.paper-note{margin-top:25px;border-top:1px solid #dfe5ec;padding-top:18px}.paper-note b{font-size:9px}.paper-note p{font-size:8px;line-height:1.7;color:#697689}.paper-footer{margin-top:55px;border-top:1px solid #dfe5ec;padding-top:9px;display:flex;justify-content:space-between;font-size:7px;color:#9aa3af}.command-section-label{margin-top:7px!important;border-top:1px solid #edf0f4;padding-top:12px!important}.command-list button.record-search-result{grid-template-columns:31px 1fr auto}.record-search-result .search-type{width:29px;height:29px;background:#edf7f3!important;color:#278061!important;border-radius:7px;display:grid;place-items:center;font-size:7px;font-weight:900}.record-search-result>div{margin-left:9px;display:flex;flex-direction:column;min-width:0}.record-search-result>div b{margin:0}.record-search-result em{font-style:normal;font-size:7.5px;color:#929baa;margin-top:2px}.record-search-result small{max-width:115px;text-align:right}@keyframes drawerIn{0%{transform:translate(30px);opacity:.3}to{transform:translate(0);opacity:1}}@media(max-width:1200px){.r7-control-grid{grid-template-columns:1fr}.risk-center-list>button{grid-template-columns:8px 50px 1fr auto}.record-drawer{width:min(580px,96vw)}}@media(max-width:760px){.risk-center-list>button{grid-template-columns:8px 1fr auto}.risk-area{display:none}.r7-control-grid{gap:12px}.record-facts,.relation-grid{grid-template-columns:1fr}.record-drawer{width:100vw}.record-drawer-head{padding:20px}.drawer-body{padding:16px 18px}.drawer-actions{padding:12px 18px}.document-backdrop{padding:8px}.document-modal{width:100%;height:98vh}.paper-sheet{padding:30px 24px;min-height:850px}.paper-info-grid{grid-template-columns:1fr}.paper-info-grid>div{border-right:0}.calendar-events>button{grid-template-columns:48px 8px 1fr}}.marketing-special{margin-bottom:14px}.seo-growth-card,.seo-budget-card{min-height:248px}.seo-partner-chip{font-size:7.5px;font-weight:850;color:#8a4c6d;background:#fff1f7;border:1px solid #f3d5e4;border-radius:20px;padding:6px 8px;white-space:nowrap}.seo-overview-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.seo-overview-grid>div{padding:16px 13px;border-right:1px solid #edf0f4;display:flex;flex-direction:column}.seo-overview-grid>div:last-child{border-right:0}.seo-overview-grid span{font-size:7.5px;color:#8994a5}.seo-overview-grid b{font:800 18px Manrope;color:#27344a;margin-top:4px}.seo-overview-grid small{font-size:7.3px;color:#99a2af;margin-top:3px}.seo-opportunity{padding:14px 16px;display:flex;justify-content:space-between;gap:18px;align-items:center;background:linear-gradient(90deg,#fff9fc,#fff)}.seo-opportunity>div{display:flex;flex-direction:column;min-width:0}.seo-opportunity span,.seo-service-note>span{font-size:7px;letter-spacing:.12em;color:#a06483;font-weight:850}.seo-opportunity b{font-size:9.5px;color:#354158;margin-top:4px}.seo-opportunity small{font-size:7.7px;color:#8b96a5;line-height:1.5;margin-top:4px}.seo-opportunity button{border:1px solid #ead8e2;background:#fff;border-radius:8px;height:33px;padding:0 10px;color:#8d4e6e;font-size:8px;font-weight:800;white-space:nowrap}.seo-budget-list{padding:0 16px}.seo-budget-list>div{display:grid;grid-template-columns:1fr 70px 82px;gap:10px;align-items:center;padding:11px 0;border-top:1px solid #eef1f4}.seo-budget-list span{font-size:9px;color:#667286}.seo-budget-list b{font-size:10px;color:#2f3c51;text-align:right}.seo-budget-list small{font-size:7.5px;color:#99a2af;text-align:right}.seo-service-note{margin:2px 16px 16px;padding:11px 12px;border:1px solid #f0dce7;background:#fff8fb;border-radius:9px}.seo-service-note p{margin:5px 0 6px;font-size:7.7px;line-height:1.5;color:#7f8b9d}.seo-service-note b{font-size:8px;color:#7d4764}.accent-pink .tabs-row button.active{color:#a14c78}.accent-pink .tabs-row button.active:after{background:#c75b91}.accent-pink .progress-cell i{background:#c75b91}@media(max-width:1100px){.seo-overview-grid{grid-template-columns:1fr 1fr}.seo-overview-grid>div:nth-child(2){border-right:0}.seo-overview-grid>div:nth-child(-n+2){border-bottom:1px solid #edf0f4}.seo-opportunity{align-items:flex-start;flex-direction:column}.seo-opportunity button{width:100%}}@media(max-width:680px){.marketing-special{grid-template-columns:1fr}.seo-overview-grid{grid-template-columns:1fr 1fr}.seo-budget-list>div{grid-template-columns:1fr auto}.seo-budget-list small{grid-column:1/-1;text-align:left}}.marketing-r73{align-items:stretch}.marketing-r73 .marketing-seo-card,.marketing-r73 .marketing-budget-card{overflow:hidden;min-width:0;border:1px solid #e3e8f0;background:#fff}.marketing-card-head{min-height:78px;padding:16px 18px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid #edf0f4}.marketing-card-head>div:first-child{min-width:0}.marketing-card-head span{display:block;font-size:7px;line-height:1.2;letter-spacing:.13em;font-weight:900;color:#8a7690}.marketing-card-head h3{margin:5px 0 0;font:750 13px/1.25 Manrope,system-ui,sans-serif;color:#27354b}.marketing-card-head p{margin:5px 0 0;max-width:520px;font-size:8px;line-height:1.45;color:#8b96a6}.marketing-head-badge{flex:0 0 auto;max-width:170px;padding:7px 9px;border:1px solid #eadbe5;border-radius:999px;background:#fff7fb;color:#925976;font-size:7px;line-height:1.25;font-weight:850;text-align:center}.marketing-card-head.compact{min-height:78px}.marketing-card-head.compact>.status{margin-top:2px}.marketing-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid #edf0f4}.marketing-kpi{min-width:0;padding:16px 15px;display:flex;flex-direction:column;border-right:1px solid #edf0f4}.marketing-kpi:last-child{border-right:0}.marketing-kpi span{font-size:7.5px;line-height:1.25;color:#8490a3;white-space:normal}.marketing-kpi strong{margin-top:5px;font:800 19px/1 Manrope,system-ui,sans-serif;color:#243248}.marketing-kpi small{margin-top:6px;font-size:7.5px;line-height:1.3;color:#9aa4b2}.marketing-visibility{display:grid;grid-template-columns:.8fr 1.2fr;min-height:126px}.marketing-visibility-copy{padding:17px 18px;border-right:1px solid #edf0f4;display:flex;flex-direction:column;justify-content:center}.marketing-visibility-copy>div:first-child{display:flex;justify-content:space-between;align-items:center;gap:12px}.marketing-visibility-copy span{font-size:7px;letter-spacing:.1em;font-weight:850;color:#8a95a5}.marketing-visibility-copy b{font:800 15px Manrope,system-ui,sans-serif;color:#27364d}.marketing-progress{height:7px;margin:12px 0 8px;border-radius:999px;overflow:hidden;background:#edf1f6}.marketing-progress i{display:block;height:100%;border-radius:inherit;background:#c15c8d}.marketing-visibility-copy small{font-size:7.5px;color:#909bab}.marketing-opportunity-box{padding:16px 18px;background:linear-gradient(135deg,#fff9fc,#fff 72%);display:flex;flex-direction:column;justify-content:center}.marketing-opportunity-box>span{font-size:7px;letter-spacing:.12em;font-weight:900;color:#a15a7c}.marketing-opportunity-box>b{margin-top:5px;font-size:9.5px;line-height:1.35;color:#303d52}.marketing-opportunity-box>p{margin:5px 0 10px;font-size:7.7px;line-height:1.45;color:#8792a2}.marketing-opportunity-box>button{align-self:flex-start;height:31px;padding:0 10px;border:1px solid #e6d7df;border-radius:7px;background:#fff;color:#8f506f;font-size:7.5px;font-weight:850;cursor:pointer}.marketing-budget-rows{padding:4px 18px 0}.marketing-budget-rows>div{min-height:42px;display:grid;grid-template-columns:minmax(0,1fr) 86px 42px;gap:12px;align-items:center;border-bottom:1px solid #edf0f4}.marketing-budget-rows>div:last-child{border-bottom:0}.marketing-budget-rows span{min-width:0;font-size:8.5px;line-height:1.3;color:#657287}.marketing-budget-rows b{font-size:9px;line-height:1.2;color:#2b394f;text-align:right;white-space:nowrap}.marketing-budget-rows small{display:inline-flex;align-items:center;justify-content:center;height:22px;border-radius:999px;background:#f2f5f8;font-size:7px;font-weight:850;color:#7d8999}.marketing-budget-rows>div.seo-highlight{margin:0 -8px;padding:0 8px;border-radius:7px;background:#fff7fb;border-bottom-color:transparent}.marketing-budget-rows>div.seo-highlight span,.marketing-budget-rows>div.seo-highlight b{color:#8d4d6d}.marketing-budget-rows>div.seo-highlight small{background:#f7e5ee;color:#955574}.marketing-service-scope{margin:12px 18px 16px;padding:12px 13px;border:1px solid #eadde5;border-radius:10px;background:#fff9fc}.marketing-service-title{display:flex;justify-content:space-between;gap:12px;align-items:center}.marketing-service-title span{font-size:7px;letter-spacing:.11em;font-weight:900;color:#9e5d7b}.marketing-service-title b{font-size:8.5px;color:#7f4864;white-space:nowrap}.marketing-service-tags{margin-top:9px;display:flex;flex-wrap:wrap;gap:5px}.marketing-service-tags span{padding:5px 7px;border:1px solid #eadde5;border-radius:6px;background:#fff;font-size:7px;line-height:1.2;color:#6e5965;white-space:nowrap}.marketing-service-scope p{margin:9px 0 0;font-size:7.6px;line-height:1.5;color:#828d9d}@media(max-width:1200px){.marketing-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.marketing-kpi:nth-child(2){border-right:0}.marketing-kpi:nth-child(-n+2){border-bottom:1px solid #edf0f4}.marketing-visibility{grid-template-columns:1fr}.marketing-visibility-copy{border-right:0;border-bottom:1px solid #edf0f4}}@media(max-width:700px){.marketing-card-head{flex-direction:column}.marketing-head-badge{max-width:none}.marketing-kpi-grid{grid-template-columns:1fr 1fr}.marketing-budget-rows>div{grid-template-columns:minmax(0,1fr) 72px 38px}}.marketing-r74 .seo-keyword-table-wrap{padding:0 18px 18px;overflow:auto}.marketing-r74 .seo-keyword-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #e7ebf1;border-radius:10px;overflow:hidden;background:#fff}.marketing-r74 .seo-keyword-table th{padding:10px 12px;background:#f7f9fc;border-bottom:1px solid #e7ebf1;text-align:left;font-size:7px;letter-spacing:.08em;font-weight:900;color:#7d899b}.marketing-r74 .seo-keyword-table td{padding:10px 12px;border-bottom:1px solid #eef1f5;font-size:8px;color:#647186;vertical-align:middle}.marketing-r74 .seo-keyword-table tr:last-child td{border-bottom:0}.marketing-r74 .seo-keyword-table td b{font-size:8.3px;color:#2e3a4e}.marketing-r74 .marketing-service-scope.neutral{background:#fafbfc;border-color:#e5e9ef}.marketing-r74 .seo-cost-summary{margin-top:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #e6eaf0;border-radius:8px;overflow:hidden;background:#fff}.marketing-r74 .seo-cost-summary>div{padding:11px 12px;border-right:1px solid #e6eaf0}.marketing-r74 .seo-cost-summary>div:last-child{border-right:0}.marketing-r74 .seo-cost-summary span{display:block;font-size:7px;color:#8893a3}.marketing-r74 .seo-cost-summary b{display:block;margin-top:4px;font-size:10px;color:#2d394d}@media(max-width:700px){.marketing-r74 .seo-cost-summary{grid-template-columns:1fr}.marketing-r74 .seo-cost-summary>div{border-right:0;border-bottom:1px solid #e6eaf0}.marketing-r74 .seo-cost-summary>div:last-child{border-bottom:0}}.marketing-r74 .seo-keyword-groups{padding-top:4px}.marketing-r74 .seo-keyword-group-title{margin:14px 18px 8px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid #e7ebf1;border-radius:8px;background:#f8fafc}.marketing-r74 .seo-keyword-group-title>div{display:flex;flex-direction:column;gap:2px}.marketing-r74 .seo-keyword-group-title span{font-size:7px;letter-spacing:.1em;font-weight:900;color:#738096}.marketing-r74 .seo-keyword-group-title b{font-size:9px;color:#29374d}.marketing-r74 .seo-keyword-group-title small{padding:4px 7px;border-radius:999px;background:#eef2f7;color:#758197;font-size:7px;font-weight:850}.marketing-r74 .seo-keyword-group-title.national{background:#fff9fc;border-color:#eadfe6}.marketing-r74 .seo-keyword-group-title.national span{color:#95617a}html,body,#root{min-width:720px}@media(min-width:960px)and (max-width:1279px){.sidebar{width:220px}.app-main,.sidebar.collapsed~.app-main{margin-left:220px}.topbar,.collapsed~.app-main .topbar{left:220px;padding-left:18px;padding-right:18px}.sidebar.collapsed{width:72px}.sidebar.collapsed~.app-main{margin-left:72px}.sidebar.collapsed~.app-main .topbar{left:72px}.page{padding-left:22px;padding-right:22px}.page-hero{gap:20px}.page-hero h1{font-size:28px}.global-search{width:260px}.topbar-title{min-width:150px}.kpi-grid,.module-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid.three{grid-template-columns:1fr 1fr}.dashboard-grid.three>*:last-child{grid-column:1/-1}.dashboard-grid.two-one{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}.module-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.specialty-grid{grid-template-columns:1fr}.table-shell,.table-container,.data-table-wrap,.seo-keyword-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.data-table,.module-table,.seo-keyword-table{min-width:860px}.crm-route-workspace{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr)}.crm-map-canvas,.production-map{min-height:390px}.route-planner-toolbar,.route-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.record-drawer{width:min(560px,68vw)}.notification-panel{width:390px}.marketing-special{grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr)}.marketing-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.marketing-visibility{grid-template-columns:.8fr 1.2fr}.process-chain{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(min-width:720px)and (max-width:959px){.sidebar{width:76px!important}.sidebar .brand-text,.sidebar .company-switcher div,.sidebar .switch-arrows,.sidebar .nav-label,.sidebar .nav-item>span:not(.nav-icon),.sidebar .sidebar-foot div:not(.avatar){display:none!important}.sidebar .nav-item{justify-content:center!important;padding-left:0!important;padding-right:0!important}.sidebar .company-switcher{justify-content:center;padding-left:0;padding-right:0}.sidebar .sidebar-head{justify-content:center}.app-main,.sidebar.collapsed~.app-main{margin-left:76px!important}.topbar,.collapsed~.app-main .topbar{left:76px!important;height:66px;padding:0 14px}main{padding-top:66px}.page{padding:20px 18px 34px!important}.page-hero{align-items:flex-start;gap:15px}.page-hero h1{font-size:25px;line-height:1.15}.page-hero p{max-width:580px}.hero-actions{flex:0 0 auto}.hero-actions .btn{min-height:40px}.topbar-title{max-width:190px}.topbar-title>span:first-child{display:none}.global-search{width:190px!important}.global-search span{display:block!important;max-width:115px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-button{min-width:44px}.user-button>div:nth-child(2){display:none!important}.logout-button{display:none!important}.kpi-grid,.module-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dashboard-grid.two-one,.dashboard-grid.three,.module-lower-grid,.executive-grid,.r7-control-grid,.specialty-grid,.marketing-special{grid-template-columns:1fr!important}.dashboard-grid.three>*:last-child{grid-column:auto!important}.module-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}.table-toolbar{align-items:center!important;flex-direction:row!important;gap:10px}.table-search{width:min(330px,48vw)!important}.table-toolbar>div:last-child{display:flex;gap:7px;margin-left:auto}.table-shell,.table-container,.data-table-wrap,.seo-keyword-table-wrap{width:100%;overflow-x:auto!important;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.data-table,.module-table,.seo-keyword-table{min-width:820px!important}.tab-row,.tabs,.module-tabs{overflow-x:auto;white-space:nowrap;scrollbar-width:none}.tab-row::-webkit-scrollbar,.tabs::-webkit-scrollbar,.module-tabs::-webkit-scrollbar{display:none}.crm-route-workspace,.production-route{grid-template-columns:1fr!important}.crm-map-canvas,.production-map{height:360px!important;min-height:360px}.route-planner-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))!important}.route-optimize-btn{min-height:50px}.route-kpis{grid-template-columns:repeat(3,minmax(0,1fr))!important}.route-privacy-card{grid-template-columns:42px minmax(0,1fr)!important}.route-privacy-meta{grid-column:2!important;border-left:0!important;padding-left:0!important}.route-view-switch{flex-direction:row!important;align-items:center!important}.route-switch-buttons{width:auto!important}.field-route-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important}.sales-person-grid{grid-template-columns:1fr!important}.sales-route-map{min-height:300px}.sales-visit-list>button{grid-template-columns:34px 54px minmax(0,1fr) auto!important}.sales-visit-list>button>strong{display:block!important}.aging-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.health-strip,.process-chain,.process-case{grid-template-columns:repeat(3,minmax(0,1fr))!important}.marketing-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.marketing-visibility{grid-template-columns:1fr!important}.marketing-visibility-copy{border-right:0!important;border-bottom:1px solid #edf0f4}.seo-cost-summary{grid-template-columns:repeat(3,minmax(0,1fr))!important}.record-drawer{width:min(620px,82vw)!important}.record-facts,.relation-grid{grid-template-columns:1fr 1fr!important}.document-modal{width:min(820px,92vw)!important;height:min(92vh,980px)!important}.paper-sheet{padding:34px 36px!important}.notification-panel{position:absolute!important;top:55px!important;right:0!important;left:auto!important;width:370px!important;max-height:640px!important}.profile-role-menu{position:absolute!important;top:54px!important;right:0!important;left:auto!important;width:310px!important}.btn,.nav-item,.table-toolbar button,.route-switch-buttons button,.field-route-actions button,.drawer-tabs button,.profile-role-menu button{min-height:40px}}@media(min-width:720px)and (max-width:760px){.page-hero{flex-direction:row!important}.hero-actions{width:auto!important}.hero-actions .btn{flex:0 0 auto!important}.kpi-grid,.module-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}.table-toolbar{flex-direction:row!important}.record-drawer{width:min(620px,84vw)!important}.document-modal{height:92vh!important}}@media(min-width:1280px){.page{max-width:none}.data-table,.module-table{width:100%}}
