:root{--hue: 220;--primary-clr: hsl(var(--hue), 55%, 50%);--primary-clr-light: hsl(var(--hue), 55%, 95%);--secondary-clr: var(--grey-900);--clr-error: rgb(211, 49, 49);--clr-error-light: rgb(253, 237, 237);--clr-alert-error-text: rgb(96, 33, 32);--clr-warning: rgb(237, 108, 2);--clr-warning-light: rgb(255, 244, 229);--clr-alert-warning-text: rgb(102, 60, 0);--clr-info: rgb(2, 158, 242);--clr-info-light: rgb(231, 247, 253);--clr-alert-info-text: rgb(1, 67, 97);--clr-success: rgb(46, 125, 50);--clr-success-light: rgb(237, 247, 237);--clr-alert-success-text: rgb(30, 70, 32);--grey-100: hsl(240, 7%, 97%);--grey-200: hsl(240, 12%, 91%);--grey-300: hsl(240, 12%, 81%);--grey-400: hsl(240, 12%, 73%);--grey-500: hsl(240, 12%, 65%);--grey-600: hsl(240, 12%, 57%);--grey-700: hsl(240, 12%, 49%);--grey-800: hsl(240, 12%, 41%);--grey-900: hsl(240, 12%, 33%);--clr-bg-white: #fff;--clr-heading: hsl(0, 0%, 10%);--clr-text-grey: #44444f;--clr-text-black: #0a0a0a;--clr-text-white: #fff;--font-size-h1: clamp(1.75rem, 2vw, 2.125rem);--font-size-h2: clamp(1.375rem, 1vw, 1.75rem);--font-size-h3: clamp(1.125rem, 1vw, 1.25rem);--font-size-regular: clamp(1rem, 2vw, 1.0625rem);--font-size-small: clamp(.8125rem, 1vw, .875rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;position:relative;overflow:hidden}a{text-decoration:none}a:hover{color:var(--primary-clr)}img{display:block;max-width:100%}h1,h2,h3,h4{color:var(--clr-heading)}h1{font-size:var(--font-size-h1);font-weight:600}h2{font-size:var(--font-size-h2);font-weight:500}h3{font-size:var(--font-size-h3);font-weight:500}button{appearance:none;cursor:pointer;display:inline-flex;align-items:center;font:inherit}button:disabled{cursor:not-allowed}.Badge{border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:500;padding:0 5px;position:absolute;top:0;right:0;height:18px;min-width:18px;z-index:10;transform:scale(1) translate(50%,-50%);transform-origin:100% 0%;transition:transform 195ms cubic-bezier(.4,0,.2,1) 0ms}.Badge-invisible{transform:scale(0) translate(50%,-50%)}.Badge-container{display:inline-flex;margin-right:1em;position:relative;width:fit-content}.Badge-container>button{margin-right:0}.Badge span{color:var(--clr-text-white)}.Badge-primary{background-color:var(--primary-clr)}.Badge-secondary{background-color:var(--secondary-clr)}.Badge-success{background-color:var(--clr-success)}.Badge-warning{background-color:var(--clr-warning)}.Badge-error{background-color:var(--clr-error)}.Badge-info{background-color:var(--clr-info)}.Header{background-color:#fff;display:flex;align-items:center;min-height:68px;box-shadow:0 2px 6px #0000001a;padding:0 1.25em;position:sticky;top:0;z-index:10}.Header-mobilemenu-icon{display:none;place-items:center;color:var(--clr-text-grey);padding:.25em}@media (max-width: 790px){.Header-mobilemenu-icon{display:grid}}.Header-mobilemenu-icon:hover{cursor:pointer;background-color:var(--grey-200);border-radius:.25em}.Header-search{color:var(--grey-600);display:flex;align-items:center;gap:1em;height:40px;padding:.25em 1em}@media (max-width: 790px){.Header-search{display:none}}.Header-search:hover,.Header-search:focus{background-color:var(--grey-100)}.Header-search>svg{flex:0 0 22px}.Header-search input{appearance:none;background-color:transparent;border:none;font:inherit;font-size:var(--font-size-small);height:100%;outline:none}.Header-links{display:flex;align-items:center;gap:.5em;list-style:none;margin-left:auto}.Header-link a{color:var(--clr-text-grey);display:flex;align-items:center;justify-content:center;height:44px;width:44px;border-radius:50%;transition:background-color .2s ease-in}.Header-link a .Badge-container{margin-right:0}.Header-link a:hover{background-color:var(--primary-clr-light)}.Button{cursor:pointer;border:1.5px solid transparent;border-radius:5px;display:inline-flex;align-items:center;gap:.325em;justify-content:center;padding:.625em .75em;font-weight:500;margin-bottom:.325em;margin-right:.325em;transition:all .2s ease-in-out}.Button:hover{opacity:.875}.Button:focus,.Button:focus-visible{box-shadow:0 0 0 3px #00000040}.Button.small{font-size:12px}.Button.medium{font-size:14px}.Button.large{font-size:16px}.Button-primary{background-color:var(--primary-clr-light);color:var(--primary-clr)}.Button-secondary{background-color:var(--grey-200);color:var(--grey-900)}.Button-success{background-color:var(--clr-success-light);color:var(--clr-success)}.Button-warning{background-color:var(--clr-warning-light);color:var(--clr-warning)}.Button-error{background-color:var(--clr-error-light);color:var(--clr-error)}.Button-info{background-color:var(--clr-info-light);color:var(--clr-info)}.Button.fill{background-color:currentColor}.Button.fill span,.Button.fill i,.Button.fill svg{color:var(--clr-text-white)}.Button.outline{background-color:transparent;border-color:currentColor}.Button.text{background-color:transparent}.Button.text:hover{background-color:var(--primary-clr-light)}.Button.fab{border-radius:24px;z-index:100}.Button.fab i,.Button.fab svg{font-size:18px}.Button.round{border-radius:50%;width:40px;height:40px}.Button:disabled{color:var(--grey-400)!important;user-select:none}.Button:disabled:hover{opacity:1}.Footer{background-color:var(--grey-100);display:flex;align-items:center;margin-top:auto;padding:.75em 1em}.Footer-list{display:flex;align-items:center;gap:1em;list-style:none}.Footer-list-item a{margin:0}.Footer-link,.Footer-copyright{color:var(--grey-700);font-size:14px}.Footer-copyright{margin-left:auto}@media (max-width: 400px){.Footer-list-item:not(:last-of-type){display:none}}.Sidebar{background-color:var(--grey-100);border-right:1px solid var(--grey-200);width:100%;max-width:250px;transition:max-width .18s ease-out;overflow:hidden;z-index:1000}@media (max-width: 790px){.Sidebar{max-width:0px;transition:max-width .18s ease-out}}.Sidebar.show{max-width:250px;transition:max-width .18s ease-in}.Sidebar.show:after{content:"";background-color:#17181c33;position:fixed;inset:0;z-index:-1}@media (max-width: 790px){.Sidebar.show .Sidebar-menu-closeicon{display:flex}}.Sidebar-menu-closeicon{background-color:var(--grey-400);border-radius:50%;cursor:pointer;color:var(--clr-text-black);display:none;align-items:center;justify-content:center;padding:.5em;position:fixed;top:1em;left:190px;z-index:1000}.Sidebar-container{background-color:var(--grey-100);display:block;height:100vh;position:relative;overflow:hidden auto;width:250px}.Sidebar-container::-webkit-scrollbar{width:8px}.Sidebar-container::-webkit-scrollbar-track{background:var(--grey-100)}.Sidebar-container::-webkit-scrollbar-thumb{background:var(--grey-200);border-radius:.5em}.Sidebar-container::-webkit-scrollbar-thumb:hover{background:var(--grey-300)}.Sidebar-section{padding:0 1em}.Sidebar-section:not(:last-of-type){margin-bottom:2em}.Sidebar-section:first-of-type{background-color:var(--grey-100);padding:21px 0;position:sticky;top:0;z-index:10}.Sidebar-section:last-of-type{background-color:var(--clr-bg-white);border-top:1px solid lightgrey;position:sticky;bottom:0;left:0;right:0}.Sidebar-section-title{color:var(--clr-text-grey);font-size:.75rem;letter-spacing:1px;margin-bottom:.5em;text-transform:uppercase}.Sidebar-header{display:flex;align-items:center;justify-content:center;gap:.25em}@media (max-width: 790px){.Sidebar-header{justify-content:flex-start;padding-left:1.5em}}.Sidebar-header-logo{flex:0 0 26px}.Sidebar-header-title{align-self:flex-end;color:var(--clr-text-black);font-size:var(--font-size-h2);font-weight:600;letter-spacing:-1px}.Sidebar-profile{display:flex;align-items:center;gap:.5em;padding:.75em}.Sidebar-profile-image{border-radius:50%;flex:0 0 42px;height:42px;overflow:hidden}.Sidebar-profile-title{font-size:1rem;font-weight:600}.Sidebar-profile-desc{font-size:.875rem;color:var(--grey-600)}.Sidebar-list{list-style:none;padding:0}.Sidebar-list-item{padding:0 .75em;height:2.75em;display:flex;align-items:center;border-radius:.375em;cursor:pointer}.Sidebar-list-item:hover{background-color:var(--grey-200)}.Sidebar-list-item>svg{color:var(--grey-700);pointer-events:none}.Sidebar-list-item>svg:nth-of-type(2){margin-left:auto}.Sidebar-list-item a{flex-grow:1;color:var(--clr-text-black);height:100%;line-height:2.75em}.Sidebar-link--active{position:relative;font-weight:500}.Sidebar-link--active:after{content:"";position:absolute;background-color:#7777ff4d;height:8px;width:70px;bottom:12px;left:0}.Sidebar-submenu{font-weight:500;margin-left:1em;max-height:0px;overflow:hidden;transition:max-height .3s ease-out}.Sidebar-submenu.show{max-height:500px;transition:max-height .3s ease-in;overflow:visible}.Sidebar-submenu-links{width:100%}.Sidebar-submenu-link{color:var(--clr-text-grey);display:block;font-size:var(--font-size-small);padding:.625em 1.5em;border-radius:.25em}.Sidebar-submenu-link:last-of-type{margin-bottom:1em}.Sidebar-submenu-link:hover{background-color:var(--grey-200)}.App{display:flex}.App-main{flex:1 1 500px;display:flex;flex-direction:column;overflow-y:scroll;height:100vh}@media (max-width: 790px){.App-main{position:absolute;width:100%}}.Page{background-color:#fff;padding:2em calc(1em + 1vw)}.Page__container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;width:100%}.Page__section-container{display:flex;flex-direction:column;flex-wrap:wrap;flex-grow:0;flex-basis:100%;gap:1em;max-width:100%}@media (min-width: 960px){.Page__section-container{flex-basis:48%;max-width:48%}}.Page__section{border-radius:.5em;box-shadow:0 1px 4px #0003;padding:1.5em 1em 1em;position:relative}.Page__section>h2{font-size:1rem;margin-bottom:.25em}.Page__section>p{color:var(--clr-text-grey);font-size:var(--font-size-small);margin-bottom:1em}.Alert{border:1px solid transparent;border-radius:6px;display:flex;align-items:center;gap:.75em;margin-bottom:.75em;padding:.75em 1em}.Alert>svg{align-self:flex-start}.Alert>p{font-size:var(--font-size-small)}.Alert-title{display:block;font-weight:500;margin-bottom:.25em}.Alert-error{background-color:var(--clr-error-light);color:var(--clr-error)}.Alert-error svg{color:currentColor}.Alert-error p{color:var(--clr-alert-error-text)}.Alert-warning{background-color:var(--clr-warning-light);color:var(--clr-warning)}.Alert-warning svg{color:currentColor}.Alert-warning p{color:var(--clr-alert-warning-text)}.Alert-info{background-color:var(--clr-info-light);color:var(--clr-info)}.Alert-info svg{color:currentColor}.Alert-info p{color:var(--clr-alert-info-text)}.Alert-success{background-color:var(--clr-success-light);color:var(--clr-success)}.Alert-success svg{color:currentColor}.Alert-success p{color:var(--clr-alert-success-text)}.Alert.outline{background-color:transparent;border-color:currentColor}.Alert.fill{background-color:currentColor}.Alert.fill svg,.Alert.fill p{color:var(--clr-text-white)}.Alert-button{background-color:transparent;border:none;border-radius:.25em;color:#000000d9;font-weight:500;text-transform:uppercase;letter-spacing:1px;margin-left:auto;padding:.325em;transition:background-color .2s ease}.Alert-button span{font-size:14px}.Alert-button:hover{background-color:#d3d3d34d}.Form{max-width:500px;padding:1em;width:100%}.Form-title{font-size:var(--font-size-h2);margin-bottom:.75em}.Form-group{display:flex;flex-direction:column;gap:.25em;margin-bottom:1.125em}.Form-group label{font-size:13px;font-weight:500}.Form-group label span{color:var(--clr-warning)}.Form-group input{appearance:none;border:1.5px solid var(--grey-500);border-radius:5px;font-family:inherit;font-size:.875rem;outline:none;padding:.75em;transition:.2s ease-in;width:100%}.Form-group input:hover{box-shadow:0 0 0 4px var(--grey-200)}.Form-group input:focus,.Form-group input:focus-visible{border-color:var(--primary-clr)}.Form-group select{cursor:pointer;border:1.5px solid var(--grey-500);border-radius:5px;font-family:inherit;font-size:.875rem;outline:none;padding:.75em;transition:.2s ease-in;width:100%}.Form-group select:hover{box-shadow:0 0 0 4px var(--grey-200)}.Form-group select:focus,.Form-group select:focus-visible{border-color:var(--primary-clr)}.Form-input-error{display:none;color:var(--clr-error);font-size:12px}.Form-input-error.show{display:block}.ToggleSwitch{display:flex;align-items:center;font-size:var(--font-size-small);gap:.5em}.ToggleSwitch-switch{position:relative;display:inline-block;width:50px;height:28px}.ToggleSwitch-switch input{opacity:0;width:0;height:0}.ToggleSwitch-slider{border-radius:34px;position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.ToggleSwitch-slider:before{border-radius:50%;position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}.ToggleSwitch input:checked+.ToggleSwitch-slider{background-color:var(--primary-clr)}.ToggleSwitch input:focus+.ToggleSwitch-slider{box-shadow:0 0 1px var(--primary-clr)}.ToggleSwitch input:checked+.ToggleSwitch-slider:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translate(22px)}.SignIn{height:100vh}.SignIn-bg-image{height:100vh;width:100vw}.SignIn-bg-image img{height:100%;width:100%;object-fit:cover;object-position:center}.SignIn-form-container{display:flex;flex-direction:column;justify-content:center;background-color:#fff;padding:1.5em 1em 0;position:absolute;top:0;bottom:0;right:0;height:100%;width:100%;max-width:410px}@media (max-width: 700px){.SignIn-form-container{border-radius:.5em;top:50%;left:50%;transform:translate(-50%,-50%);max-height:480px;max-width:340px}}.SignIn-form-logo{color:var(--grey-700);display:flex;align-items:center;gap:6px;font-weight:600;font-size:1.125rem;margin:0 0 1em .75em}.SignIn-form-logo img{width:30px}.SignIn-form .Button{width:100%}.SignUp{height:100vh}.SignUp-bg-image{height:100vh;width:100vw}.SignUp-bg-image img{height:100%;width:100%;object-fit:cover;object-position:center}.SignUp-form-container{display:flex;flex-direction:column;justify-content:center;background-color:#fff;padding:1.5em 1em 0;position:absolute;top:0;bottom:0;left:0;height:100%;width:100%;max-width:410px}@media (max-width: 700px){.SignUp-form-container{border-radius:.5em;top:50%;left:50%;transform:translate(-50%,-50%);max-height:660px;max-width:360px}}.SignUp-form-logo{color:var(--grey-700);display:flex;align-items:center;gap:6px;font-weight:600;font-size:1.125rem;margin:0 0 1em .75em}.SignUp-form-logo img{width:30px}.SignUp-form .Button{width:100%}.PageHeading{border-bottom:1px solid var(--grey-200);padding-bottom:1.5em;margin-bottom:1.5em}.PageHeading-title{margin-bottom:.25em}.PageHeading-breadcrumbs{color:var(--grey-600);font-size:14px}.Card{border-radius:.5em;box-shadow:0 1px 4px #0003;overflow:hidden}.Card-body{padding:1.25em 1em 1em}.Card-body>p{color:var(--clr-text-grey);font-size:var(--font-size-small);margin-bottom:.5em}.Card-body>span{color:var(--grey-500);display:block;font-size:14px;margin-bottom:.25em}.Card :is(h1,h2,h3){font-size:1.25rem;margin-bottom:.325em}.KPI-card{background:var(--clr-bg-white);border-radius:12px;box-shadow:0 4px 20px #0000000d;border:1px solid var(--grey-200);transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}.KPI-card:hover{transform:translateY(-1px);box-shadow:0 8px 30px #00000014}.KPI-card .Card-body{display:flex;align-items:center;justify-content:space-between;padding:1.5em;height:100%}.KPI-card .KPI-info{display:flex;flex-direction:column;gap:.25em}.KPI-card .KPI-info .KPI-title{color:var(--grey-700);font-size:var(--font-size-small);text-transform:uppercase;letter-spacing:.025em;font-weight:600;margin:0}.KPI-card .KPI-info .KPI-value{color:var(--clr-text-black);font-size:1.75rem;font-weight:700;margin:.1em 0}.KPI-card .KPI-info .KPI-trend{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500}.KPI-card .KPI-info .KPI-trend.positive,.KPI-card .KPI-info .KPI-trend.up{color:var(--clr-success)}.KPI-card .KPI-info .KPI-trend.negative,.KPI-card .KPI-info .KPI-trend.down{color:var(--clr-error)}.KPI-card .KPI-info .KPI-trend.balanced{color:var(--grey-800)}.KPI-card .KPI-icon-box{width:42px;height:42px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px}.KPI-card .KPI-icon-box.success{background:var(--clr-success-light);color:var(--clr-alert-success-text)}.KPI-card .KPI-icon-box.warning{background:var(--clr-warning-light);color:var(--clr-alert-warning-text)}.KPI-card .KPI-icon-box.default{background:var(--clr-info-light);color:var(--clr-alert-info-text)}.KPI-card .KPI-icon-box.error{background:var(--clr-error-light);color:var(--clr-alert-error-text)}.Chip{cursor:default;border:1px solid transparent;border-radius:6px;display:inline-flex;align-items:center;gap:6px;font-size:12.15px;height:32px;margin:0 4px 4px 0;padding:1px 8px;width:fit-content;transition:opacity .18s ease-out}.Chip-icon,.Chip-button{border-radius:50%;display:flex;align-items:center;justify-content:center;padding:2px}.Chip-icon{width:22px;height:22px}.Chip-text{white-space:nowrap}.Chip-button{height:18px;width:18px}.Chip.default{background-color:var(--grey-200);color:var(--grey-900)}.Chip.default .Chip-icon{color:var(--grey-800);background-color:var(--grey-300)}.Chip.default .Chip-button{background-color:var(--grey-400)}.Chip.primary{color:var(--primary-clr)}.Chip.primary .Chip-icon{background-color:hsl(var(--hue),55%,40%)}.Chip.primary .Chip-button{background-color:hsl(var(--hue),55%,30%)}.Chip.secondary{color:var(--secondary-clr)}.Chip.secondary .Chip-icon{background-color:var(--grey-800)}.Chip.secondary .Chip-button{background-color:var(--grey-500)}.Chip.success{color:var(--clr-success)}.Chip.warning{color:var(--clr-warning)}.Chip.error{color:var(--clr-error)}.Chip.info{color:var(--clr-info)}.Chip.fill{background-color:currentColor}.Chip.fill .Chip-icon,.Chip.fill .Chip-text,.Chip.fill .Chip-button{color:var(--clr-text-white)}.Chip.outline{background-color:transparent;border-color:currentColor}.Chip.outline .Chip-icon,.Chip.outline .Chip-text{color:currentColor}.Chip.outline .Chip-icon{background-color:var(--grey-100)}.Chip.outline .Chip-button{background-color:var(--grey-300)}.clickable:hover{cursor:pointer;opacity:.85}.MonthSelector{position:relative;display:inline-block}.MonthSelector .Selector-btn{appearance:none;background:var(--clr-bg-white);border:1px solid var(--grey-300);color:var(--clr-text-grey);padding:.6em 1.2em;border-radius:8px;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.MonthSelector .Selector-btn:hover{border-color:var(--primary-clr);color:var(--primary-clr);box-shadow:0 4px 12px #2563eb1a}.MonthSelector .Selector-btn svg{color:var(--grey-500);transition:color .2s}.MonthSelector .Selector-btn:hover svg{color:var(--primary-clr)}.MonthSelector .Selector-btn .chevron-icon{font-size:12px;transition:transform .2s}.MonthSelector .Selector-btn .chevron-icon.open{transform:rotate(180deg)}.MonthSelector .Selector-dropdown{position:absolute;top:calc(100% + 6px);left:0;background:var(--clr-bg-white);border:1px solid var(--grey-200);border-radius:8px;box-shadow:0 10px 25px #0000001a;padding:6px;list-style:none;min-width:160px;z-index:100;display:flex;flex-direction:column;gap:2px;animation:slideInDown .15s ease-out}.MonthSelector .Selector-dropdown li{padding:8px 12px;font-size:13.5px;color:var(--clr-text-grey);border-radius:6px;cursor:pointer;transition:all .15s ease;font-weight:400}.MonthSelector .Selector-dropdown li:hover{background-color:var(--primary-clr-light);color:var(--primary-clr)}.MonthSelector .Selector-dropdown li.active{background-color:var(--primary-clr);color:var(--clr-text-white);font-weight:500}@keyframes slideInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.OverviewPage{display:flex;flex-direction:column;gap:1.5em;width:100%}.OverviewPage .Overview-header-container{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--grey-200);padding-bottom:1em;margin-bottom:.5em;width:100%;flex-wrap:wrap;gap:1em}.OverviewPage .Overview-header-container .PageHeading{border-bottom:none;padding-bottom:0;margin-bottom:0}.OverviewPage .KPI-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5em;width:100%;margin-bottom:.5em}@media (min-width: 576px){.OverviewPage .KPI-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.OverviewPage .KPI-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.OverviewPage .Charts-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5em;width:100%;margin-bottom:.5em}@media (min-width: 992px){.OverviewPage .Charts-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.OverviewPage .Chart-card-wrapper{grid-column:span 1;display:flex;flex-direction:column}@media (min-width: 992px){.OverviewPage .Chart-card-wrapper.double{grid-column:span 2}}.OverviewPage .Chart-card{background:var(--clr-bg-white);border-radius:12px;border:1px solid var(--grey-200);box-shadow:0 4px 20px #0000000d;padding:1.5em;flex-grow:1;display:flex;flex-direction:column;gap:1em}.OverviewPage .Chart-card .Chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5em}.OverviewPage .Chart-card .Chart-header h3{font-size:var(--font-size-h3);font-weight:600;color:var(--clr-heading)}.OverviewPage .Chart-card .Chart-header .Chart-subtitle{font-size:var(--font-size-small);color:var(--grey-500)}.OverviewPage .Chart-card .Chart-container{position:relative;width:100%;height:280px;flex-grow:1;display:flex;align-items:center;justify-content:center}.OverviewPage .Table-section{background:var(--clr-bg-white);border-radius:12px;border:1px solid var(--grey-200);box-shadow:0 4px 20px #0000000d;padding:1.5em;display:flex;flex-direction:column;gap:1.25em;width:100%;overflow:hidden}.OverviewPage .Table-section .Table-header-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1em}.OverviewPage .Table-section .Table-header-wrapper .Table-title-box{display:flex;flex-direction:column;gap:.25em}.OverviewPage .Table-section .Table-header-wrapper .Table-title-box h3{font-size:var(--font-size-h3);font-weight:600;color:var(--clr-heading)}.OverviewPage .Table-section .Table-header-wrapper .Table-title-box p{font-size:var(--font-size-small);color:var(--grey-500);margin:0}.OverviewPage .Table-section .Table-header-wrapper .Table-actions{display:flex;align-items:center;gap:.75em;flex-wrap:wrap}.OverviewPage .Table-section .Table-header-wrapper .Table-actions .Table-status-filters{display:flex;align-items:center;gap:.4em;flex-wrap:wrap}.OverviewPage .Table-section .Table-header-wrapper .Table-actions .Table-status-filters .Button{padding:.4em .8em;font-size:13px;height:auto}.OverviewPage .Table-section .Table-header-wrapper .Table-actions .Table-search-input{padding:.5em 1em;border-radius:6px;border:1px solid var(--grey-300);font-size:14px;outline:none;min-width:200px;transition:border-color .2s}.OverviewPage .Table-section .Table-header-wrapper .Table-actions .Table-search-input:focus{border-color:var(--primary-clr)}.OverviewPage .Table-section .Table-container{width:100%;overflow-x:auto;border-radius:8px;border:1px solid var(--grey-200)}.OverviewPage .Table-section .Custom-table{width:100%;border-collapse:collapse;text-align:left;font-size:14px}.OverviewPage .Table-section .Custom-table thead{background-color:var(--grey-100);border-bottom:2px solid var(--grey-200)}.OverviewPage .Table-section .Custom-table thead th{padding:12px 16px;font-weight:600;color:var(--grey-800);text-transform:uppercase;font-size:11px;letter-spacing:.05em;white-space:nowrap;cursor:pointer;user-select:none}.OverviewPage .Table-section .Custom-table thead th:hover{background-color:var(--grey-200)}.OverviewPage .Table-section .Custom-table thead th .sort-indicator{display:inline-block;margin-left:6px;font-size:10px}.OverviewPage .Table-section .Custom-table tbody tr{border-bottom:1px solid var(--grey-200);transition:background-color .15s ease}.OverviewPage .Table-section .Custom-table tbody tr:hover{background-color:var(--primary-clr-light)}.OverviewPage .Table-section .Custom-table tbody tr:last-child{border-bottom:none}.OverviewPage .Table-section .Custom-table tbody td{padding:8px 16px;color:var(--clr-text-grey);vertical-align:middle;white-space:nowrap}.OverviewPage .Table-section .Custom-table tbody td.font-medium{font-weight:500;color:var(--clr-text-black)}.OverviewPage .Table-section .Chip.success.fill{background-color:var(--clr-success-light);color:var(--clr-alert-success-text)}.OverviewPage .Table-section .Chip.success.fill .Chip-text{color:var(--clr-alert-success-text)}.OverviewPage .Table-section .Chip.warning.fill{background-color:var(--clr-warning-light);color:var(--clr-alert-warning-text)}.OverviewPage .Table-section .Chip.warning.fill .Chip-text{color:var(--clr-alert-warning-text)}.OverviewPage .Table-section .Chip.error.fill{background-color:var(--clr-error-light);color:var(--clr-alert-error-text)}.OverviewPage .Table-section .Chip.error.fill .Chip-text{color:var(--clr-alert-error-text)}.OverviewPage .Table-section .Pagination{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1em;margin-top:.5em}.OverviewPage .Table-section .Pagination .Pagination-info{font-size:13px;color:var(--grey-600)}.OverviewPage .Table-section .Pagination .Pagination-buttons{display:flex;align-items:center;gap:.5em}.OverviewPage .Table-section .Pagination .Pagination-buttons .Button{padding:.4em .8em;font-size:13px;height:auto}.OverviewPage .Table-section .Pagination .Pagination-buttons span{font-size:13px;color:var(--grey-800);font-weight:500}.Accordion-container{display:flex;border-bottom:6px solid var(--primary-clr)}.Accordion-title{font-size:.875rem;font-weight:600;margin-bottom:.125em}.Accordion-frame{padding:.125em;margin-bottom:10px}.Accordion-inner{display:flex;flex-direction:column;padding-bottom:2em;margin:auto}.Accordion-item{background-color:var(--clr-bg-white);margin:auto auto 8px;width:100%}.Accordion-item:last-of-type{margin-bottom:0}.Accordion-item-header{border-bottom:1px solid var(--grey-300);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.75em;padding:.75em .25em;user-select:none}.Accordion-item-header h3{color:var(--clr-text-black);font-size:.875rem;font-weight:400}.Accordion-item-body{color:var(--clr-text-grey);font-size:14px;font-weight:400;overflow:hidden}.Accordion-item-body.close{max-height:0px;overflow:hidden;transition:max-height .3s ease-out}.Accordion-item-body.open{max-height:500px;transition:max-height .3s ease-in}.Accordion-item-body p{line-height:1.5;padding:1em .75em 1.5em}.Avatar{background-color:var(--grey-500);border-radius:50%;color:var(--clr-text-white);display:inline-flex;align-items:center;justify-content:center;font-size:1.125rem;margin-right:.5em;height:42px;width:42px;user-select:none;overflow:hidden}.Dialog{display:none}.Dialog.open{display:block;position:fixed;inset:0;z-index:1000}.Dialog-bg{display:block;background-color:#000000d9;backdrop-filter:blur(5px);position:fixed;inset:0}.Dialog-modal{background-color:var(--clr-bg-white);border:2px solid var(--grey-600);border-radius:5px;max-height:calc(100% - 62px);position:absolute;top:50%;left:50%;overflow-x:hidden;transform:translate(-50%,-50%);width:calc(100% - 62px);z-index:1100}.Dialog-heading{font-size:var(--font-size-h3);margin:16px}.Dialog-body{display:flex;flex-direction:column;margin:16px}.Dialog-body-text{color:var(--clr-text-grey);font-size:var(--font-size-small)}.Dialog-buttons{display:flex;justify-content:flex-end;margin:16px}.Dialog-buttons>.Button{margin-bottom:0}.SearchDropdownSelector{position:relative;display:inline-block;width:100%;max-width:280px}.SearchDropdownSelector .Selector-trigger{appearance:none;width:100%;background:var(--clr-bg-white);border:1px solid var(--grey-300);color:var(--clr-text-black);padding:.65em 1em;border-radius:8px;font-size:14.5px;font-weight:500;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.SearchDropdownSelector .Selector-trigger:hover{border-color:var(--primary-clr);box-shadow:0 4px 12px #2563eb14}.SearchDropdownSelector .Selector-trigger.active{border-color:var(--primary-clr);box-shadow:0 0 0 3px #2563eb26}.SearchDropdownSelector .Selector-trigger .trigger-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.SearchDropdownSelector .Selector-trigger .trigger-text.placeholder{color:var(--grey-500);font-weight:400}.SearchDropdownSelector .Selector-trigger .chevron-icon{color:var(--grey-500);transition:transform .2s}.SearchDropdownSelector .Selector-trigger .chevron-icon.open{transform:rotate(180deg)}.SearchDropdownSelector .Selector-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;width:100%;background:var(--clr-bg-white);border:1px solid var(--grey-200);border-radius:8px;box-shadow:0 10px 25px #0000001a;padding:6px;z-index:120;display:flex;flex-direction:column;gap:6px;animation:slideInDown .15s ease-out}.SearchDropdownSelector .Selector-dropdown-menu .Search-input-wrapper{position:relative;display:flex;align-items:center;border:1px solid var(--grey-300);border-radius:6px;padding:0 8px;background:var(--grey-100)}.SearchDropdownSelector .Selector-dropdown-menu .Search-input-wrapper .search-icon{color:var(--grey-500)}.SearchDropdownSelector .Selector-dropdown-menu .Search-input-wrapper .search-input{width:100%;border:none;background:transparent;padding:6px 8px;font-size:13.5px;outline:none;color:var(--clr-text-black)}.SearchDropdownSelector .Selector-dropdown-menu .Search-input-wrapper .clear-btn{background:var(--grey-300);border:none;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:var(--grey-700);cursor:pointer}.SearchDropdownSelector .Selector-dropdown-menu .Search-input-wrapper .clear-btn:hover{background:var(--grey-400)}.SearchDropdownSelector .Selector-dropdown-menu .options-list{max-height:200px;overflow-y:auto;list-style:none;display:flex;flex-direction:column;gap:2px;padding:0;margin:0}.SearchDropdownSelector .Selector-dropdown-menu .options-list .option-item{padding:8px 12px;font-size:13.5px;color:var(--clr-text-grey);border-radius:6px;cursor:pointer;transition:all .15s ease}.SearchDropdownSelector .Selector-dropdown-menu .options-list .option-item:hover{background-color:var(--primary-clr-light);color:var(--primary-clr)}.SearchDropdownSelector .Selector-dropdown-menu .options-list .option-item.active{background-color:var(--primary-clr);color:var(--clr-text-white);font-weight:500}.SearchDropdownSelector .Selector-dropdown-menu .options-list .no-options{padding:12px;font-size:13px;color:var(--grey-500);text-align:center}.DateSelector{position:relative;display:inline-block;width:100%;max-width:280px}.DateSelector .Selector-trigger{appearance:none;width:100%;background:var(--clr-bg-white);border:1px solid var(--grey-300);color:var(--clr-text-black);padding:.65em 1em;border-radius:8px;font-size:14.5px;font-weight:500;display:flex;align-items:center;gap:10px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.DateSelector .Selector-trigger:hover{border-color:var(--primary-clr);box-shadow:0 4px 12px #2563eb14}.DateSelector .Selector-trigger.active{border-color:var(--primary-clr);box-shadow:0 0 0 3px #2563eb26}.DateSelector .Selector-trigger .calendar-icon{color:var(--grey-500)}.DateSelector .Selector-trigger .trigger-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DateSelector .Selector-trigger .trigger-text.placeholder{color:var(--grey-500);font-weight:400}.DateSelector .DateSelector-dropdown{position:absolute;top:calc(100% + 6px);left:0;width:280px;background:var(--clr-bg-white);border:1px solid var(--grey-200);border-radius:12px;box-shadow:0 10px 30px #0000001a;padding:12px;z-index:120;display:flex;flex-direction:column;gap:8px;animation:slideInDown .15s ease-out}.DateSelector .DateSelector-dropdown .calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.DateSelector .DateSelector-dropdown .calendar-header .month-year-label{font-size:14px;font-weight:600;color:var(--clr-heading)}.DateSelector .DateSelector-dropdown .calendar-header .nav-btn{background:transparent;border:1px solid var(--grey-200);border-radius:6px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--grey-600);cursor:pointer;transition:all .2s}.DateSelector .DateSelector-dropdown .calendar-header .nav-btn:hover{background:var(--grey-100);color:var(--primary-clr);border-color:var(--primary-clr)}.DateSelector .DateSelector-dropdown .weekdays-grid{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;margin-bottom:2px}.DateSelector .DateSelector-dropdown .weekdays-grid span{font-size:11.5px;font-weight:600;color:var(--grey-400);text-transform:uppercase;padding:4px 0}.DateSelector .DateSelector-dropdown .days-grid{display:grid;grid-template-columns:repeat(7,1fr);row-gap:4px;column-gap:4px}.DateSelector .DateSelector-dropdown .days-grid .calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:13px;border-radius:6px;border:none}.DateSelector .DateSelector-dropdown .days-grid .calendar-day.empty{background:transparent}.DateSelector .DateSelector-dropdown .days-grid .calendar-day.day-btn{background:transparent;color:var(--clr-text-grey);cursor:pointer;transition:all .15s}.DateSelector .DateSelector-dropdown .days-grid .calendar-day.day-btn:hover{background:var(--primary-clr-light);color:var(--primary-clr)}.DateSelector .DateSelector-dropdown .days-grid .calendar-day.day-btn.today{border:1px solid var(--primary-clr);color:var(--primary-clr);font-weight:600}.DateSelector .DateSelector-dropdown .days-grid .calendar-day.day-btn.selected{background:var(--primary-clr)!important;color:var(--clr-text-white)!important;font-weight:600}.ErrorPage{background-color:var(--grey-200);display:flex;justify-content:center;align-items:center;min-height:100vh}.ErrorPage-container{max-width:600px;padding:1em}.ErrorPage h2{margin-bottom:.5em}.ErrorPage p{color:var(--clr-text-grey);margin-bottom:1em}.InventoryReportPage{display:flex;flex-direction:column;gap:1.5em;width:100%}.InventoryReportPage .KPI-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5em;width:100%;margin-bottom:.5em}@media (min-width: 576px){.InventoryReportPage .KPI-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.InventoryReportPage .KPI-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.InventoryReportPage .Charts-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5em;width:100%;margin-bottom:.5em}@media (min-width: 992px){.InventoryReportPage .Charts-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.InventoryReportPage .Charts-grid .Chart-card-wrapper{background:var(--clr-bg-white);border-radius:12px;box-shadow:0 4px 20px #0000000d;border:1px solid var(--grey-200);padding:1.5em;display:flex;flex-direction:column;min-height:350px}@media (min-width: 992px){.InventoryReportPage .Charts-grid .Chart-card-wrapper.double{grid-column:span 2}}@media (min-width: 992px){.InventoryReportPage .Charts-grid .Chart-card-wrapper.triple{grid-column:span 3}}.InventoryReportPage .Charts-grid .Chart-card{display:flex;flex-direction:column;height:100%;width:100%}.InventoryReportPage .Charts-grid .Chart-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5em}.InventoryReportPage .Charts-grid .Chart-header h3{font-size:16px;font-weight:600;color:var(--clr-heading);margin:0 0 4px}.InventoryReportPage .Charts-grid .Chart-header .Chart-subtitle{font-size:12px;color:var(--grey-500)}.InventoryReportPage .Charts-grid .Chart-container{position:relative;width:100%;height:250px;flex-grow:1;display:flex;align-items:center;justify-content:center}.InventoryReportPage .Charts-grid .Progress-list{display:flex;flex-direction:column;gap:1.1em;justify-content:center;flex-grow:1}.InventoryReportPage .Charts-grid .Progress-list .Progress-item{display:flex;flex-direction:column;gap:.4em}.InventoryReportPage .Charts-grid .Progress-list .Progress-item .Progress-label{display:flex;justify-content:space-between;font-size:13px;font-weight:500}.InventoryReportPage .Charts-grid .Progress-list .Progress-item .Progress-label .Progress-name{color:var(--grey-800)}.InventoryReportPage .Charts-grid .Progress-list .Progress-item .Progress-label .Progress-value{color:var(--grey-600)}.InventoryReportPage .Charts-grid .Progress-list .Progress-item .Progress-bar-bg{width:100%;height:8px;background-color:var(--grey-100);border-radius:4px;overflow:hidden}.InventoryReportPage .Charts-grid .Progress-list .Progress-item .Progress-bar-bg .Progress-bar-fill{height:100%;border-radius:4px;background-color:var(--clr-success);transition:width .3s ease}.InventoryReportPage .Charts-grid .Progress-list .Progress-item .Progress-bar-bg .Progress-bar-fill.low{background-color:var(--clr-error)}.InventoryReportPage .Charts-grid .Density-card-content{display:flex;flex-direction:column;gap:1.25em;height:100%;justify-content:space-between}.InventoryReportPage .Charts-grid .Density-card-content .Density-stat-box{background-color:var(--grey-50);padding:.75em 1em;border-radius:8px;display:flex;flex-direction:column;gap:.1em}.InventoryReportPage .Charts-grid .Density-card-content .Density-stat-box .Density-stat-label{font-size:12px;color:var(--grey-500);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.InventoryReportPage .Charts-grid .Density-card-content .Density-stat-box .Density-stat-value{font-size:22px;font-weight:700;color:var(--clr-text-black)}.InventoryReportPage .Charts-grid .Density-card-content .Density-stages{display:flex;flex-direction:column;gap:.5em}.InventoryReportPage .Charts-grid .Density-card-content .Density-stages .Stage-item{display:flex;justify-content:space-between;font-size:13px;font-weight:500;padding:4px 0;border-bottom:1px dashed var(--grey-200)}.InventoryReportPage .Charts-grid .Density-card-content .Density-stages .Stage-item:last-child{border-bottom:none}.InventoryReportPage .Charts-grid .Density-card-content .Density-stages .Stage-item .Stage-name{color:var(--grey-700)}.InventoryReportPage .Charts-grid .Density-card-content .Density-stages .Stage-item .Stage-count{color:var(--grey-900);font-weight:600}.InventoryReportPage .Charts-grid .Density-card-content .Density-capacity{display:flex;flex-direction:column;gap:.4em}.InventoryReportPage .Charts-grid .Density-card-content .Density-capacity .Capacity-header{display:flex;justify-content:space-between;font-size:12px;font-weight:600;color:var(--grey-700)}.InventoryReportPage .Charts-grid .Density-card-content .Density-capacity .Capacity-bar-bg{width:100%;height:6px;background-color:var(--grey-100);border-radius:3px;overflow:hidden}.InventoryReportPage .Charts-grid .Density-card-content .Density-capacity .Capacity-bar-bg .Capacity-bar-fill{height:100%;background-color:#3968c6;border-radius:3px}.InventoryReportPage .Charts-grid .Density-card-content .Density-capacity .Capacity-desc{font-size:11px;color:var(--grey-500)}.InventoryReportPage .Table-section{background:var(--clr-bg-white);border-radius:12px;box-shadow:0 4px 20px #0000000d;border:1px solid var(--grey-200);padding:1.5em;margin-bottom:1.5em}.InventoryReportPage .Table-section .Table-header-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5em;flex-wrap:wrap;gap:1em}.InventoryReportPage .Table-section .Table-header-wrapper .Table-title-box{display:flex;flex-direction:column;gap:.25em}.InventoryReportPage .Table-section .Table-header-wrapper .Table-title-box h3{font-size:var(--font-size-h3);font-weight:600;color:var(--clr-heading);margin:0}.InventoryReportPage .Table-section .Table-header-wrapper .Table-title-box p{font-size:var(--font-size-small);color:var(--grey-500);margin:0}.InventoryReportPage .Table-section .Table-header-wrapper .Table-actions{display:flex;align-items:center;gap:.75em;flex-wrap:wrap}.InventoryReportPage .Table-section .Table-header-wrapper .Table-actions .Table-status-filters{display:flex;align-items:center;gap:.4em;flex-wrap:wrap}.InventoryReportPage .Table-section .Table-header-wrapper .Table-actions .Table-status-filters .Button{padding:.4em .8em;font-size:13px;height:auto}.InventoryReportPage .Table-section .Table-header-wrapper .Table-actions .Table-search-input{padding:.5em 1em;border-radius:6px;border:1px solid var(--grey-300);font-size:14px;outline:none;min-width:200px;transition:border-color .2s}.InventoryReportPage .Table-section .Table-header-wrapper .Table-actions .Table-search-input:focus{border-color:var(--primary-clr)}.InventoryReportPage .Table-section .Table-container{width:100%;overflow-x:auto;border-radius:8px;border:1px solid var(--grey-200)}.InventoryReportPage .Table-section .Custom-table{width:100%;border-collapse:collapse;text-align:left;font-size:14px}.InventoryReportPage .Table-section .Custom-table thead{background-color:var(--grey-100);border-bottom:2px solid var(--grey-200)}.InventoryReportPage .Table-section .Custom-table thead th{padding:12px 16px;font-weight:600;color:var(--grey-800);text-transform:uppercase;font-size:11px;letter-spacing:.05em;white-space:nowrap;cursor:pointer;user-select:none}.InventoryReportPage .Table-section .Custom-table thead th:hover{background-color:var(--grey-200)}.InventoryReportPage .Table-section .Custom-table thead th .sort-indicator{display:inline-block;margin-left:6px;font-size:10px}.InventoryReportPage .Table-section .Custom-table tbody tr{border-bottom:1px solid var(--grey-200);transition:background-color .15s ease}.InventoryReportPage .Table-section .Custom-table tbody tr:hover{background-color:var(--primary-clr-light)}.InventoryReportPage .Table-section .Custom-table tbody tr:last-child{border-bottom:none}.InventoryReportPage .Table-section .Custom-table tbody td{padding:8px 16px;color:var(--clr-text-grey);vertical-align:middle;white-space:nowrap}.InventoryReportPage .Table-section .Custom-table tbody td.font-medium{font-weight:500;color:var(--clr-text-black)}.InventoryReportPage .Table-section .Chip.success.fill{background-color:var(--clr-success-light);color:var(--clr-alert-success-text)}.InventoryReportPage .Table-section .Chip.success.fill .Chip-text{color:var(--clr-alert-success-text)}.InventoryReportPage .Table-section .Chip.warning.fill{background-color:var(--clr-warning-light);color:var(--clr-alert-warning-text)}.InventoryReportPage .Table-section .Chip.warning.fill .Chip-text{color:var(--clr-alert-warning-text)}.InventoryReportPage .Table-section .Chip.error.fill{background-color:var(--clr-error-light);color:var(--clr-alert-error-text)}.InventoryReportPage .Table-section .Chip.error.fill .Chip-text{color:var(--clr-alert-error-text)}.InventoryReportPage .Table-section .Pagination{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1em;margin-top:1em}.InventoryReportPage .Table-section .Pagination .Pagination-info{font-size:13px;color:var(--grey-600)}.InventoryReportPage .Table-section .Pagination .Pagination-buttons{display:flex;align-items:center;gap:.5em}.InventoryReportPage .Table-section .Pagination .Pagination-buttons .Button{padding:.4em .8em;font-size:13px;height:auto}.InventoryReportPage .Table-section .Pagination .Pagination-buttons span{font-size:13px;color:var(--grey-800);font-weight:500}.SalesReportPage{display:flex;flex-direction:column;gap:1.5em;width:100%}.SalesReportPage .KPI-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5em;width:100%;margin-bottom:.5em}@media (min-width: 576px){.SalesReportPage .KPI-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.SalesReportPage .KPI-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.SalesReportPage .Funnel-card{background:var(--clr-bg-white);border-radius:12px;box-shadow:0 4px 20px #0000000d;border:1px solid var(--grey-200);padding:1.5em;width:100%}.SalesReportPage .Funnel-card .Funnel-header{margin-bottom:1.5em}.SalesReportPage .Funnel-card .Funnel-header h3{font-size:16px;font-weight:600;color:var(--clr-heading);margin:0 0 4px}.SalesReportPage .Funnel-card .Funnel-header .Funnel-subtitle{font-size:12px;color:var(--grey-500)}.SalesReportPage .Funnel-card .Funnel-steps{display:flex;align-items:center;justify-content:space-between;gap:1em;flex-wrap:wrap}@media (max-width: 768px){.SalesReportPage .Funnel-card .Funnel-steps{flex-direction:column;align-items:stretch}}.SalesReportPage .Funnel-card .Funnel-step{flex:1;background:var(--grey-50);border:1px solid var(--grey-200);border-radius:8px;padding:1em;text-align:center;position:relative;transition:all .2s ease}.SalesReportPage .Funnel-card .Funnel-step:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0000000a;border-color:var(--primary-clr-light)}.SalesReportPage .Funnel-card .Funnel-step .Step-label{font-size:12px;color:var(--grey-500);text-transform:uppercase;font-weight:600;letter-spacing:.05em;display:block;margin-bottom:.25em}.SalesReportPage .Funnel-card .Funnel-step .Step-count{font-size:20px;font-weight:700;color:var(--clr-text-black);display:block;margin-bottom:.4em}.SalesReportPage .Funnel-card .Funnel-step .Step-conversion{font-size:11px;color:var(--grey-600);background:var(--grey-200);padding:2px 6px;border-radius:10px;font-weight:500}.SalesReportPage .Funnel-card .Funnel-arrow{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--grey-400);font-size:14px;font-weight:600;padding:0 .5em}.SalesReportPage .Funnel-card .Funnel-arrow svg{font-size:18px;color:var(--grey-500)}.SalesReportPage .Funnel-card .Funnel-arrow .Arrow-rate{font-size:11px;color:var(--clr-success);margin-top:2px}@media (max-width: 768px){.SalesReportPage .Funnel-card .Funnel-arrow{transform:rotate(90deg);padding:.5em 0}}.SalesReportPage .Charts-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5em;width:100%;margin-bottom:.5em}@media (min-width: 992px){.SalesReportPage .Charts-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.SalesReportPage .Charts-grid .Chart-card-wrapper{background:var(--clr-bg-white);border-radius:12px;box-shadow:0 4px 20px #0000000d;border:1px solid var(--grey-200);padding:1.5em;display:flex;flex-direction:column;min-height:350px}@media (min-width: 992px){.SalesReportPage .Charts-grid .Chart-card-wrapper.double{grid-column:span 2}}@media (min-width: 992px){.SalesReportPage .Charts-grid .Chart-card-wrapper.triple{grid-column:span 3}}.SalesReportPage .Charts-grid .Chart-card{display:flex;flex-direction:column;height:100%;width:100%}.SalesReportPage .Charts-grid .Chart-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5em}.SalesReportPage .Charts-grid .Chart-header h3{font-size:16px;font-weight:600;color:var(--clr-heading);margin:0 0 4px}.SalesReportPage .Charts-grid .Chart-header .Chart-subtitle{font-size:12px;color:var(--grey-500)}.SalesReportPage .Charts-grid .Chart-container{position:relative;width:100%;height:250px;flex-grow:1;display:flex;align-items:center;justify-content:center}.SalesReportPage .Performance-card-content{display:flex;flex-direction:column;gap:1.5em;justify-content:center;height:100%;flex-grow:1}.SalesReportPage .Performance-card-content .Perf-stat-box{background-color:var(--grey-50);padding:1em;border-radius:8px;display:flex;flex-direction:column;gap:.25em;border:1px solid var(--grey-200)}.SalesReportPage .Performance-card-content .Perf-stat-box .Perf-label{font-size:11px;color:var(--grey-500);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.SalesReportPage .Performance-card-content .Perf-stat-box .Perf-value-row{display:flex;justify-content:space-between;align-items:baseline}.SalesReportPage .Performance-card-content .Perf-stat-box .Perf-value-row .Perf-value{font-size:24px;font-weight:700;color:var(--clr-text-black)}.SalesReportPage .Performance-card-content .Perf-stat-box .Perf-value-row .Perf-change{font-size:12px;font-weight:600}.SalesReportPage .Performance-card-content .Perf-stat-box .Perf-value-row .Perf-change.positive{color:var(--clr-success)}.SalesReportPage .Performance-card-content .Perf-stat-box .Sparkline-container{height:35px;width:100%;margin-top:.5em}.SalesReportPage .Map-card-wrapper{position:relative;width:100%;height:100%;display:flex;flex-direction:column}.SalesReportPage .Map-card-wrapper .Map-svg-container{position:relative;width:100%;height:250px;flex-grow:1;display:flex;align-items:center;justify-content:center;background:var(--grey-50);border-radius:8px;border:1px solid var(--grey-200);overflow:hidden}.SalesReportPage .Map-card-wrapper svg{width:100%;height:100%;max-height:240px}.SalesReportPage .Map-card-wrapper .map-country{stroke:var(--clr-bg-white);stroke-width:1.5px;transition:fill .2s ease,stroke-width .2s ease;cursor:pointer}.SalesReportPage .Map-card-wrapper .map-country.inactive{fill:var(--grey-200);cursor:default}.SalesReportPage .Map-card-wrapper .map-country.inactive:hover{fill:var(--grey-250)}.SalesReportPage .Map-card-wrapper .map-country:hover:not(.inactive){opacity:.95;stroke:var(--primary-clr);stroke-width:2px}.SalesReportPage .Map-card-wrapper .Map-tooltip{position:absolute;background:rgba(33,33,33,.95);color:var(--clr-text-white);padding:.6em .8em;border-radius:6px;font-size:12px;box-shadow:0 4px 15px #00000026;pointer-events:none;z-index:10;display:flex;flex-direction:column;gap:2px;min-width:120px;border:1px solid rgba(255,255,255,.1)}.SalesReportPage .Map-card-wrapper .Map-tooltip .Tooltip-country{font-weight:700;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:2px;margin-bottom:2px}.SalesReportPage .Map-card-wrapper .Map-tooltip .Tooltip-sales{font-weight:600}.SalesReportPage .Map-card-wrapper .Map-tooltip .Tooltip-pct{color:var(--grey-400);font-size:10px}.SalesReportPage .Map-card-wrapper .Map-legend{display:flex;justify-content:center;gap:1em;margin-top:1em;flex-wrap:wrap}.SalesReportPage .Map-card-wrapper .Map-legend .Legend-item{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:var(--grey-700)}.SalesReportPage .Map-card-wrapper .Map-legend .Legend-item .Legend-color{width:12px;height:12px;border-radius:2px}
