body{font-family:DM Sans,sans-serif;background:var(--color-background);color:var(--color-deep-blue)}.dashboard-app{min-height:100vh}:root{--color-background: #e9eafc;--color-background-input: #f8fafc;--color-border: #e0e0e0;--color-hover: #e5edff;--color-primary: #51f6e0;--color-secondary: #222322;--color-gray: #637198;--color-gray-light: #ecedf1;--color-gray-lighter: #a3aed0;--color-accent: #5e2bff;--color-accent-light: #a08cff;--color-accent-dark: #4e24d6;--color-accent-lighter: #f4f7fe;--color-deep-blue: #2b3674;--color-error: #dc3545;--color-warning: #ffce20;--color-warning-light: #fef8e5;--color-success: #05cd99;--color-success-light: #e6f9f5;--color-dark: #1e152a;--color-white: #fff;--text-size-1: .75rem;--text-size-2: .875rem;--text-size-3: 1rem;--text-size-4: 1.125rem;--text-size-5: 1.25rem;--text-size-6: 1.5rem;--text-size-7: 1.75rem;--text-size-8: 2rem;--text-size-9: 2.5rem;--text-size-10: 3rem;--text-size-11: 3.5rem;--text-size-12: 4rem;--space-size-0: .25rem;--space-size-1: .5rem;--space-size-1-1: .75rem;--space-size-2: 1rem;--space-size-3: 1.5rem;--space-size-4: 2rem;--space-size-5: 2.5rem;--space-size-6: 3rem;--space-size-7: 3.5rem;--space-size-8: 4rem;--space-size-9: 4.5rem;--space-size-10: 5rem;--gap-size-0: .25rem;--gap-size-1: .5rem;--gap-size-2: 1rem;--gap-size-3: 1.5rem;--gap-size-4: 2rem;--gap-size-5: 2.5rem;--gap-size-6: 3rem;--gap-size-7: 3.5rem;--spacer-1: var(--gap-size-1)}:root{--navbar-width: 300px;--navbar-width-mobile: 100px;--navbar-width-mobile-active: 140px;--navbar-header-width: 220px;--landing-page-header: 200px;--navbar-height: 200px;--navbar-height-mobile: 250px;--modal-max-width: 70vw;--modal-min-width: 50vw;--filter-bar-height: 60px;--table-headers-top-position: 105px;--KPI-standard-width: 400px;--KPI-standard-height: 445px}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-white) 0%,var(--color-accent-lighter) 100%)}.logo-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#000;font-family:Fira Sans,sans-serif}.login-form{background:var(--color-white);padding:2.5rem 2rem 2rem;border-radius:12px;box-shadow:0 4px 32px #0000001a,0 1.5px 6px #00000014;display:flex;flex-direction:column;min-width:320px;max-width:90vw}.login-form h2{margin-bottom:1.5rem;font-weight:700;color:var(--color-dark);text-align:center;letter-spacing:1px}.login-form input{margin-bottom:1.2rem;padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:6px;font-size:1rem;background:#f8fafc;transition:border .2s}.login-form input:focus{border:1.5px solid var(--color-accent);outline:none;background:var(--color-white)}.login-form button{padding:.75rem 1rem;background:var(--color-primary);border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:.5rem}.login-form button:hover{background:var(--color-accent);color:var(--color-white)}.login-form .error{color:var(--color-error);background:#fff0f0;border:1px solid #ffcdd2;border-radius:4px;padding:.5rem 1rem;margin-bottom:1rem;text-align:center;font-size:.95rem}.top-bar{display:flex;align-items:center;justify-content:space-between;margin-right:24px}.menu-bar{display:flex;align-items:center;justify-content:space-between;width:fit-content;border-radius:32px;box-sizing:border-box;height:var(--space-size-7)}.breadcrumb{margin-left:var(--navbar-width);margin-top:var(--gap-size-3);margin-bottom:var(--gap-size-3);display:flex;align-items:center;padding:0% 2%}.breadcrumb{color:var(--color-deep-blue);font-size:var(--text-size-4)}.breadcrumb a{color:var(--color-accent);text-decoration:none}.breadcrumb span{display:flex;align-items:center}@media (max-width: 1400px){.breadcrumb{margin-left:var(--navbar-width-mobile)}}@media screen and (max-width: 767px){.breadcrumb{display:none}}.navbar{width:var(--navbar-width);min-height:600px;position:fixed;top:0;left:0;font-size:16 px;font-family:Fira Sans,monospace}.navbar-logo{display:flex;align-items:center;gap:.5rem}.navbar-header{display:flex;align-items:center;width:var(--navbar-header-width);padding:9% 10%}.navbar-header p{margin:0;font-weight:700;font-size:1.1em;color:var(--color-dark)}.navbar ul{list-style:none;padding:2% 15%;margin:0}.navbar-link{display:flex;align-items:center}.navbar li{display:flex;align-items:center;height:var(--space-size-5);margin:2% 0%;position:relative}.navbar li.active{background-color:var(--color-accent);color:var(--color-white);border-top-right-radius:16px;border-bottom-right-radius:16px;width:var(--navbar-header-width);margin-left:-50px}.navbar li.active .navbar-link{margin-left:50px}.navbar a{color:var(--color-dark);text-decoration:none;transition:color .2s}.navbar-icons{margin-right:12px;font-size:24px;color:var(--color-dark);font-variation-settings:"FILL" 0;transition:color .2s,font-variation-settings .2s}.navbar li:hover .navbar-icons,.navbar li:focus-within .navbar-icons,.navbar li:hover a,.navbar li:focus-within a{color:var(--color-accent);font-variation-settings:"FILL" 1}.navbar li.active .navbar-icons,.navbar li.active a{color:var(--color-white);font-variation-settings:"FILL" 1}.burger-menu{display:none}@media (max-width: 1400px){.navbar{width:var(--navbar-width-mobile)}.navbar-header p{display:none}.navbar-header{width:25%;padding:6%;margin-left:var(--space-size-0);margin-top:var(--space-size-0)}.navbar ul{padding:5px}.navbar li{justify-content:center;margin:10% 0}.navbar li.active{width:var(--navbar-width-mobile-active)}.navbar-icons{font-size:28px}.navbar-labels{display:none}}@media screen and (max-width: 767px){.navbar{width:100%;height:auto;min-height:auto;z-index:200}.navbar-header{display:flex;justify-content:center;align-items:center;position:fixed;padding:0;margin:0;top:0;left:0;width:100%;height:var(--filter-bar-height);background-color:var(--color-background);z-index:1999}.navbar-header p{display:none}.navbar-logo{display:flex;align-items:center}.burger-menu{display:block;position:fixed;left:var(--space-size-0);top:calc(var(--filter-bar-height) / 2);transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:var(--text-size-8);color:var(--color-dark);padding:var(--gap-size-1);z-index:2001}.burger-menu:hover{color:var(--color-accent)}.navbar ul{position:fixed;left:-110%;width:100vw;height:100vh;background-color:var(--color-white);padding-top:calc(var(--filter-bar-height) + var(--space-size-1));padding-left:var(--space-size-1);padding-right:var(--space-size-1);margin:0;transition:left .3s ease-in-out;overflow:clip;z-index:2000}.navbar ul.menu-open{left:0}.navbar li{width:100%;justify-content:flex-start;margin:var(--space-size-1) 0;padding:var(--space-size-1)}.navbar li.active{width:100%;padding-left:var(--space-size-7)}.navbar li.active .navbar-link{margin-left:0}.navbar-link{width:100%}.navbar-labels{display:inline;font-size:16px}.navbar-icons{margin-right:12px;font-size:24px}}.toast-container{all:unset;position:fixed;overflow:hidden;top:2rem;right:2rem;z-index:10000;min-width:280px;max-width:400px;padding:1rem 4rem 1rem 1rem;border-radius:0 0 8px 8px;box-shadow:0 2px 16px #0000001f;background:var(--color-white);display:flex;align-items:center;animation:toast-in .3s ease}.toast-container:before{content:"";position:absolute;top:0;left:0;height:2px;width:100%;background:currentColor;transition:none;z-index:2}.toast-icon{margin-right:var(--gap-size-2)}.toast-message{flex:1;font-size:var(--text-size-3);font-size:14px;font-weight:700}.toast-submessage{font-size:12px;font-size:var(--text-size-2);font-weight:400;margin-top:.25rem;width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toast-submessage a{all:unset;color:inherit;text-decoration:underline}.toast-content{display:flex;flex-direction:column;justify-content:center;font-family:DM Sans,sans-serif}.toast-container.success{color:var(--color-success)}.toast-container.error{color:var(--color-error)}.toast-container.info{color:var(--color-accent)}.toast-container.warning{color:var(--color-warning)}.toast-progress-animate:before{animation:toast-progress-bar 5s linear forwards}@keyframes toast-progress-bar{0%{width:100%}to{width:0%}}@keyframes toast-in{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.loading-dots{display:flex;gap:8px;align-items:flex-end;justify-content:center;height:40px}.dot{width:12px;height:12px;background:var(--color-gray);display:inline-block;border-radius:10px;animation:dot-bounce-grey .8s infinite}.dot:nth-child(2){animation-name:dot-bounce-purple;animation-delay:.15s}.dot:nth-child(3){animation-name:dot-bounce-turquoise;animation-delay:.3s}@keyframes dot-bounce-grey{0%,80%,to{transform:translateY(0);background:var(--color-gray)}40%{transform:translateY(-16px);background:var(--color-accent-light)}}@keyframes dot-bounce-purple{0%,80%,to{transform:translateY(0);background:var(--color-gray)}40%{transform:translateY(-16px);background:var(--color-accent)}}@keyframes dot-bounce-turquoise{0%,80%,to{transform:translateY(0);background:#bbb}40%{transform:translateY(-16px);background:var(--color-accent-dark)}}
