:root{--primary-blue:#092e6e;--secondary-blue:#4a90e2;--accent-lime:#c2d103;--light-bg:#f5f7fa;--white:#fff;--text-dark:#1e293b;--text-light:#64748b;--error-red:#ef4444;--success-green:#10b981;--border-color:#e2e8f0;--shadow-sm:0 1px 3px #0000001a;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 25px #00000026;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.modern-login-container{animation:pageLoad .6s ease-out;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;min-height:100vh;width:100%}@keyframes pageLoad{0%{opacity:0}to{opacity:1}}.login-illustration-side{align-items:center;background:linear-gradient(135deg,#092e6e,#4a90e2);background:linear-gradient(135deg,var(--primary-blue) 0,var(--secondary-blue) 100%);display:flex;flex:1 1;justify-content:center;overflow:hidden;padding:60px;position:relative}.illustration-content{max-width:600px;position:relative;width:100%;z-index:2}.floating-shapes{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.shape{animation:float 6s ease-in-out infinite;background:#ffffff0d;border-radius:50%;position:absolute}.shape-1{animation-delay:0s;height:300px;left:-10%;top:10%;width:300px}.shape-2{animation-delay:2s;bottom:20%;height:200px;right:-5%;width:200px}.shape-3{animation-delay:4s;height:150px;left:10%;top:60%;width:150px}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(5deg)}}.login-illustration{display:block;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2));height:auto;margin:0 auto 40px;max-width:500px;width:100%}.laptop-group{animation:slideUp 1s ease-out .2s both}.person-group{animation:slideUp 1s ease-out .4s both}.checkmark-group{animation:scaleIn .6s ease-out 1s both}.check-circle{animation:pulse 2s ease-in-out 1.5s infinite}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.illustration-text{animation:fadeInUp .8s ease-out .6s both;color:#fff;color:var(--white);text-align:center}.illustration-text h2{font-size:32px;font-weight:700;letter-spacing:-.5px;margin:0 0 12px}.illustration-text p{font-size:16px;font-weight:400;margin:0;opacity:.9}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-form-side{align-items:center;background:#f5f7fa;background:var(--light-bg);display:flex;flex:1 1;justify-content:center;padding:40px 20px;position:relative}.login-form-container{animation:slideInRight .6s ease-out;max-width:450px;width:100%}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.logo-section{margin-bottom:32px;text-align:center}.login-logo-modern{animation:logoFloat 3s ease-in-out infinite;height:auto;width:160px}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.welcome-text{margin-bottom:40px;text-align:center}.welcome-text h1{color:#1e293b;color:var(--text-dark);font-size:32px;font-weight:700;letter-spacing:-.5px;margin:0 0 8px}.welcome-text p{color:#64748b;color:var(--text-light);font-size:15px;margin:0}.modern-login-form{background:#fff;background:var(--white);border-radius:16px;box-shadow:0 10px 25px #00000026;box-shadow:var(--shadow-lg);padding:40px}.input-wrapper{margin-bottom:28px}.input-label{color:#1e293b;color:var(--text-dark);display:block;font-size:14px;font-weight:600;margin-bottom:10px}.input-container{margin-left:8px;position:relative;width:100%}.input-icon{color:#64748b;color:var(--text-light);height:20px;left:16px;pointer-events:none;top:50%;transform:translateY(-50%);width:20px;z-index:1}.input-icon,.modern-input{transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.modern-input{background:#f5f7fa;background:var(--light-bg);border:2px solid #0000;border-radius:10px;box-sizing:border-box;color:#1e293b;color:var(--text-dark);font-size:15px;outline:none;padding:14px 52px 14px 48px;width:100%}.modern-input::placeholder{color:#64748b;color:var(--text-light)}.modern-input:focus{background:#fff;background:var(--white);border-color:#4a90e2;border-color:var(--secondary-blue);box-shadow:0 0 0 4px #4a90e21a}.input-container:focus-within .input-icon{color:#4a90e2;color:var(--secondary-blue)}.password-toggle{border-radius:6px;padding:8px;top:50%;transform:translateY(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);z-index:2}.password-toggle svg{color:#64748b;color:var(--text-light)}.password-toggle:hover{background:#f5f7fa;background:var(--light-bg)}.password-toggle:hover svg{color:#1e293b;color:var(--text-dark)}.form-options{margin-bottom:24px}.remember-me-label{align-items:center;cursor:pointer;display:flex;position:relative;-webkit-user-select:none;user-select:none}.remember-checkbox{cursor:pointer;opacity:0;position:absolute}.checkbox-custom{align-items:center;border:2px solid #e2e8f0;border:2px solid var(--border-color);border-radius:6px;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-right:10px;width:20px}.checkbox-custom,.checkbox-custom:after{transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.checkbox-custom:after{border:solid #fff;border:solid var(--white);border-width:0 2px 2px 0;content:"";height:10px;transform:rotate(45deg) scale(0);width:6px}.remember-checkbox:checked~.checkbox-custom{background:#4a90e2;background:var(--secondary-blue);border-color:#4a90e2;border-color:var(--secondary-blue)}.remember-checkbox:checked~.checkbox-custom:after{transform:rotate(45deg) scale(1)}.remember-me-label:hover .checkbox-custom{border-color:#4a90e2;border-color:var(--secondary-blue)}.checkbox-text{color:#1e293b;color:var(--text-dark);font-size:14px;font-weight:500}.error-container{align-items:center;animation:shake .5s ease-in-out,fadeIn .3s ease-out;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;display:flex;gap:10px;margin-bottom:20px;padding:12px 16px}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}.error-icon{color:#ef4444;color:var(--error-red);flex-shrink:0;height:20px;width:20px}.error-container span{color:#991b1b;font-size:14px;font-weight:500}.modern-submit-btn{align-items:center;background:#c2d103;background:var(--accent-lime);border:none;border-radius:10px;box-sizing:border-box;color:#092e6e;color:var(--primary-blue);cursor:pointer;display:flex;flex-shrink:0;font-size:16px;font-weight:600;gap:8px;height:52px;justify-content:center;overflow:hidden;padding:0 24px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);white-space:nowrap;width:100%}.modern-submit-btn:hover:not(:disabled){box-shadow:0 8px 16px #c2d1034d;transform:translateY(-2px)}.modern-submit-btn:active:not(:disabled){transform:translateY(0)}.modern-submit-btn:disabled{cursor:not-allowed;opacity:.7}.arrow-icon{flex-shrink:0;height:20px;transition:transform .3s ease;width:20px}.modern-submit-btn:hover:not(:disabled) .arrow-icon{transform:translateX(5px)}.modern-submit-btn.loading{gap:0;pointer-events:none}.modern-submit-btn.loading .spinner{left:50%;margin-left:-80px;position:absolute}.spinner{border:3px solid #092e6e33;border-top:3px solid var(--primary-blue);flex-shrink:0;height:20px;width:20px}.login-footer{margin-top:24px;text-align:center}.login-footer p{color:#64748b;color:var(--text-light);font-size:13px;margin:0}@media (max-width:1024px){.modern-login-container{flex-direction:column}.login-illustration-side{min-height:40vh;padding:40px 20px}.illustration-text h2{font-size:28px}.illustration-text p{font-size:14px}.login-illustration{margin-bottom:24px;max-width:400px}.login-form-side{padding:40px 20px}.modern-login-form{padding:32px 24px}}@media (max-width:768px){.login-illustration-side{min-height:35vh;padding:30px 20px}.shape{display:none}.login-illustration{margin-bottom:20px;max-width:300px}.illustration-text h2{font-size:24px}.illustration-text p{font-size:13px}.login-logo-modern{width:120px}.logo-section{margin-bottom:24px}.welcome-text{margin-bottom:32px}.welcome-text h1{font-size:26px}.welcome-text p{font-size:14px}.modern-login-form{padding:28px 20px}.input-wrapper{margin-bottom:20px}.modern-input{font-size:14px;padding:12px 14px 12px 44px}.modern-submit-btn{font-size:15px;padding:14px 20px}}@media (max-width:480px){.login-illustration-side{min-height:30vh;padding:20px 15px}.login-illustration{max-width:250px}.illustration-text h2{font-size:20px}.welcome-text h1{font-size:24px}.modern-login-form{padding:24px 16px}}@media (max-height:600px) and (orientation:landscape){.login-illustration-side{display:none}.login-form-side{padding:20px}.logo-section{margin-bottom:16px}.welcome-text{margin-bottom:20px}.modern-login-form{padding:24px}.input-wrapper{margin-bottom:16px}}@media (min-width:1920px){.login-form-container{max-width:500px}.illustration-content{max-width:700px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.remember-checkbox:focus-visible~.checkbox-custom,button:focus-visible,input:focus-visible{outline:2px solid #4a90e2;outline:2px solid var(--secondary-blue);outline-offset:2px}@media (prefers-contrast:high){.checkbox-custom,.modern-input{border-width:3px}.modern-submit-btn{border:2px solid #092e6e;border:2px solid var(--primary-blue)}}.sidebar{background:#fff;background:var(--surface,#fff);border-right:1px solid #e2e8f0;border-right:1px solid var(--border,#e2e8f0);box-shadow:4px 0 24px #00000014;display:flex;flex-direction:column;height:100vh;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:280px;z-index:100}.sidebar.collapsed{width:72px}.sidebar-header{align-items:center;background:linear-gradient(135deg,#fff,#fafbfc);background:linear-gradient(135deg,var(--surface,#fff) 0,#fafbfc 100%);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border,#e2e8f0);display:flex;height:90px;justify-content:space-between;min-height:88px;padding:24px}.sidebar.collapsed .sidebar-header{justify-content:center;padding:24px 16px}.logo-container{gap:12px}.logo,.logo-container{align-items:center;display:flex}.logo{flex-shrink:0;height:48px;justify-content:center;width:48px}.logo img{height:100%;object-fit:contain;width:100%}.logo-text{display:flex;flex-direction:column}.logo-title{color:#2e6db1;color:var(--primary-blue,#2e6db1);font-size:18px;font-weight:700;letter-spacing:-.5px}.logo-subtitle{color:#718096;color:var(--text-secondary,#718096);font-size:11px;font-weight:500}.sidebar.collapsed .logo-text{display:none}.sidebar.collapsed .logo{height:32px;width:32px}.sidebar.collapsed .logo-container{gap:0}.toggle-btn{align-items:center;background:#f5f7fa;background:var(--background,#f5f7fa);border:1px solid #e2e8f0;border:1px solid var(--border,#e2e8f0);border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s}.toggle-btn:hover{background:#2e6db1;background:var(--primary-blue,#2e6db1);border-color:#2e6db1;border-color:var(--primary-blue,#2e6db1)}.toggle-btn:hover svg{stroke:#fff}.sidebar-nav{flex:1 1;overflow-y:auto;padding:20px 16px}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-thumb{background:#e2e8f0;background:var(--border,#e2e8f0);border-radius:4px}.nav-section{margin-bottom:28px}.nav-section-title{color:#718096;color:var(--text-secondary,#718096);font-size:11px;font-weight:700;letter-spacing:1px;margin-bottom:12px;padding:0 12px;text-transform:uppercase}.sidebar.collapsed .nav-section-title{height:0;margin:0;opacity:0;padding:0}.nav-item{align-items:center;border-radius:12px;color:#1a202c;color:var(--text-primary,#1a202c);cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;margin-bottom:4px;overflow:hidden;padding:12px 16px;position:relative;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.nav-item:before{background:#0000;content:"";height:100%;left:0;position:absolute;top:0;transition:all .2s;width:3px}.nav-item:hover{background:#f5f7fa;background:var(--background,#f5f7fa);transform:translateX(2px)}.nav-item.active{background:linear-gradient(135deg,#2e6db1,#5a92d4);box-shadow:0 4px 16px #2e6db14d;color:#fff}.nav-item.active:before{background:#c5d042}.nav-item.active-reportistica{background:linear-gradient(135deg,#2e6db1,#5a92d4);color:#fff}.nav-item.active-reportistica:before{background:#c5d042}.nav-item.active-automazione{background:linear-gradient(135deg,#c5d042,#d9e06f);color:#1a202c;color:var(--text-primary,#1a202c)}.nav-item.active-automazione:before{background:#2e6db1}.nav-item.active-operations{background:linear-gradient(135deg,#a0caac,#c5e5d3);color:#1a202c;color:var(--text-primary,#1a202c)}.nav-item.active-operations:before{background:#2e6db1}.nav-item.active-ai{background:linear-gradient(135deg,#9333ea,#c084fc);color:#fff}.nav-item.active-ai:before{background:#c5d042}.nav-item.active-apps{background:linear-gradient(135deg,#f97316,#fb923c);color:#fff}.nav-item.active-apps:before{background:#2e6db1}.nav-icon{flex-shrink:0;height:20px;width:20px}.nav-label{flex:1 1;white-space:nowrap}.sidebar.collapsed .nav-arrow,.sidebar.collapsed .nav-label{display:none}.nav-arrow{height:16px;opacity:.6;width:16px}.icon{height:20px;width:20px}.user-info-container{overflow:visible!important;position:relative}.user-info{align-items:center;background:#f5f7fa;background:var(--background,#f5f7fa);border:1px solid #e2e8f0;border:1px solid var(--border,#e2e8f0);border-radius:50px;cursor:pointer;display:flex;gap:16px;padding:8px 12px 8px 8px;transition:all .2s}.user-info:hover{border-color:#2e6db1;border-color:var(--primary-blue,#2e6db1);box-shadow:0 2px 8px #2e6db133}.user-details{text-align:right}.user-name{color:#1a202c;color:var(--text-primary,#1a202c);font-size:14px;font-weight:600}.user-role{color:#718096;color:var(--text-secondary,#718096);font-size:12px;font-weight:500}.user-avatar{align-items:center;background:linear-gradient(135deg,#2e6db1,#5a92d4);background:linear-gradient(135deg,var(--primary-blue,#2e6db1) 0,var(--blue-light,#5a92d4) 100%);border-radius:50%;box-shadow:0 2px 8px #2e6db14d;color:#fff;display:flex;font-size:14px;font-weight:600;height:40px;justify-content:center;width:40px}.user-dropdown{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 24px #0000001f;min-width:200px;overflow:visible;position:absolute;right:0;top:calc(100% + 8px);z-index:99999}.logout-dropdown-btn{align-items:center;background:#0000;border:none;color:#1a202c;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:12px;padding:12px 16px;text-align:left;transition:all .2s;width:100%}.logout-dropdown-btn:hover{background:#f5f7fa;color:#dc2626}.logout-dropdown-btn svg{flex-shrink:0}.authenticated-layout{background:linear-gradient(135deg,#f5f7fa,#e9edf4);display:flex;height:100vh;overflow:hidden;width:100vw}.main-content{position:relative}.main-content,.main-content>*{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.fixed-user-header{overflow:visible!important;position:absolute;right:40px;top:45px;transform:translateY(-50%);z-index:100}.page-header,.page-header-campane{align-items:center!important;background:#fff!important;border-bottom:1px solid #e2e8f0!important;box-shadow:0 1px 2px #0000000d!important;display:flex!important;height:90px!important;min-height:90px!important;padding:0 20px!important}.header-content,.header-content-campane{align-items:center!important;display:flex!important;gap:16px!important;width:100%!important}.header-title,.header-title-campane{display:flex!important;flex-direction:column!important;justify-content:center!important}.header-title h2,.header-title-campane h2{color:#0f172a!important;font-size:32px!important;font-weight:700!important;letter-spacing:-.5px!important;line-height:1.2!important;margin:0 0 4px!important}.header-subtitle,.header-subtitle-campane{color:#64748b!important;font-size:13px!important;line-height:1.4!important;margin:0!important}.back-button,.back-button-campane{align-items:center!important;align-self:center!important;display:flex!important}.info-button-campane,.info-button-modern{align-self:center!important}.home-container{background:linear-gradient(135deg,#f5f7fa,#e9edf4);display:flex;flex:1 1;flex-direction:column;overflow:hidden}.home-container .page-header{background:#fff;background:var(--surface,#fff);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border,#e2e8f0);box-shadow:0 2px 8px #00000014;padding:24px}.home-container .header-content{align-items:flex-start;display:flex;gap:20px;justify-content:space-between}.home-container .header-title{flex:1 1}.home-container .header-title h2{color:#1a202c;color:var(--text-primary,#1a202c);font-size:32px;font-weight:700;letter-spacing:-.5px;margin-bottom:6px}.home-container .header-subtitle{color:#718096;color:var(--text-secondary,#718096);font-size:15px;font-weight:500}.content-area-home{flex:1 1;overflow-x:hidden;overflow-y:auto;padding:24px}.cards-grid-home{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.section-card-home{background:#fff;border:1px solid #e2e8f0;border-radius:20px;cursor:pointer;overflow:hidden;padding:32px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.section-card-home:before{background:currentColor;content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s}.section-card-home:hover{border-color:#0000;box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.section-card-home:hover:before{opacity:1}.decorative-circle-home{background:currentColor;border-radius:50%;height:120px;opacity:.06;position:absolute;right:-30px;top:-30px;transition:all .4s cubic-bezier(.4,0,.2,1);width:120px}.section-card-home:hover .decorative-circle-home{opacity:.1;transform:scale(1.3)}.section-card-home.reportistica{color:#2e6db1}.section-card-home.automazione{color:#8fa830}.section-card-home.produttivita{color:#5f9279}.section-card-home.ai-agents{color:#9333ea}.section-card-home.applicativi{color:#f97316}.card-icon-home{align-items:center;background:currentColor;border-radius:16px;display:flex;height:64px;justify-content:center;margin-bottom:24px;opacity:.1;transition:all .3s;width:64px}.section-card-home:hover .card-icon-home{opacity:.15;transform:scale(1.05)}.card-icon-home svg{color:currentColor;filter:brightness(0) saturate(100%)}.card-title-home{color:#0f172a;font-size:24px;font-weight:700;letter-spacing:-.5px;line-height:1.2;margin:0 0 12px}.card-description-home{color:#64748b;font-size:14px;line-height:1.6;margin:0 0 24px;min-height:60px}.card-footer-home{align-items:center;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;padding-top:20px}.card-pages-home{align-items:center;color:currentColor;display:flex;font-size:13px;font-weight:600;gap:6px}.card-arrow-home{align-items:center;background:currentColor;border-radius:8px;display:flex;height:32px;justify-content:center;opacity:.1;transition:all .3s;width:32px}.section-card-home:hover .card-arrow-home{opacity:1;transform:translateX(4px)}.card-arrow-home svg{filter:brightness(0) invert(1)}@media (max-width:1400px){.cards-grid-home{gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:1024px){.cards-grid-home{gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.section-card-home{padding:28px}}@media (max-width:768px){.content-area-home,.page-header-home{padding:20px}.header-title-home h2{font-size:28px}.cards-grid-home{gap:16px;grid-template-columns:1fr}.section-card-home{padding:24px}.card-title-home{font-size:20px}}@media (max-width:480px){.content-area-home,.page-header-home{padding:16px}.header-title-home h2{font-size:24px}.header-subtitle-home{font-size:13px}.section-card-home{padding:20px}.card-icon-home{height:56px;width:56px}.card-icon-home svg{height:28px;width:28px}}.produttivita-container{background:linear-gradient(135deg,#f5f7fa,#e9edf4);display:flex;flex:1 1;flex-direction:column}.pages-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.page-card{background:#fff;background:var(--surface,#fff);border:1px solid #e2e8f0;border:1px solid var(--border,#e2e8f0);border-radius:16px;cursor:pointer;overflow:hidden;padding:28px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.page-card:after{background:#5f9279;bottom:0;content:"";height:3px;left:0;position:absolute;transform:scaleX(0);transition:transform .3s;width:100%}.page-card:hover{border-color:#5f9279;box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.page-card:hover:after{transform:scaleX(1)}.page-card .page-card-header{align-items:start;display:flex;justify-content:space-between;margin-bottom:16px}.page-card .page-title{color:#1a202c;color:var(--text-primary,#1a202c);font-size:17px;font-weight:600;letter-spacing:-.3px}.page-card .page-badge{border-radius:20px;font-size:11px;font-weight:600;letter-spacing:.3px;padding:6px 12px}.page-card .page-badge.dkv{background:linear-gradient(135deg,#2e6db11a,#2e6db10d);border:1px solid #2e6db133;color:#2e6db1}.page-card .page-badge.webfleet{background:linear-gradient(135deg,#c5d04226,#c5d0420d);border:1px solid #c5d0424d;color:#8fa830}.page-card .page-badge.interacta{background:linear-gradient(135deg,#a0caac26,#a0caac0d);border:1px solid #a0caac4d;color:#5f9279}.page-card .page-badge.hr{background:linear-gradient(135deg,#8b5cf626,#8b5cf60d);border:1px solid #8b5cf64d;color:#7c3aed}.page-card .page-description{color:#718096;color:var(--text-secondary,#718096);font-size:14px;line-height:1.5;margin-bottom:20px}.page-card .page-card-footer{align-items:center;border-top:1px solid #e2e8f0;border-top:1px solid var(--border,#e2e8f0);display:flex;font-size:14px;font-weight:600;gap:6px;padding-top:16px}.operations-color{color:#5f9279}.container_filtro_categoria{align-items:start;display:flex;flex-direction:row;gap:8px;height:69px;min-height:60px;overflow:auto}.produttivita-section .tab{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#1e293b;cursor:pointer;font-size:13px;padding:0 12px;transition:all .2s}.produttivita-section .tab:hover{background-color:#5f92791f;color:#1e293b}.produttivita-section .tab:active{background-color:#5f9279b9;color:#e2e8f0}.produttivita-section .active-tab{border-color:#5f9279e3;border-bottom:2px solid #5f9279e3}.produttivita-section .active-tab:hover{background-color:#5f9279d1;color:#e2e8f0}.automazione-section .tab{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#1e293b;cursor:pointer;font-size:13px;padding:0 12px;transition:all .2s}.automazione-section .tab:hover{background-color:#c5d0421f;color:#1e293b}.automazione-section .tab:active{background-color:#8c9430b9;color:#e2e8f0}.automazione-section .active-tab{border-color:#c5d042e3;border-bottom:2px solid #c5d042e3;color:#1e293b}.automazione-section .active-tab:hover{background-color:#c5d042d1;color:#fff}.reportistica-section .tab{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#1e293b;cursor:pointer;font-size:13px;padding:0 12px;transition:all .2s}.reportistica-section .tab:hover{background-color:#2e6db11f;color:#1e293b}.reportistica-section .tab:active{background-color:#2e6db1b9;color:#e2e8f0}.reportistica-section .active-tab{border-color:#2e6db1;border-bottom:2px solid #2e6db1;color:#1e293b}.reportistica-section .active-tab:hover{background-color:#2e6db1;color:#fff}.placeholder-container{background:linear-gradient(135deg,#f5f7fa,#e9edf4);display:flex;flex:1 1;flex-direction:column}.coming-soon{align-items:center;color:#718096;color:var(--text-secondary,#718096);display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}.coming-soon svg{margin-bottom:20px;opacity:.6}.coming-soon h3{color:#1a202c;color:var(--text-primary,#1a202c);font-size:24px;font-weight:700;margin-bottom:8px}.coming-soon p{color:#718096;color:var(--text-secondary,#718096);font-size:16px}.automazione-card:after{background:#c5d042;bottom:0;content:"";height:3px;left:0;position:absolute;transform:scaleX(0);transition:transform .3s;width:100%}.automazione-card:hover{border-color:#c5d042;box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.automazione-card .operations-color{color:#c5d042}.page-card .page-badge.hera{background:linear-gradient(135deg,#caa0bb26,#caa0c50d);border:1px solid #caa0c14d;color:#925f7a}.reportistica-card:after{background:#2e6db1;bottom:0;content:"";height:3px;left:0;position:absolute;transform:scaleX(0);transition:transform .3s;width:100%}.reportistica-card:hover{border-color:#2e6db1;box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.reportistica-card .operations-color{color:#2e6db1}.page-card .page-badge.hr{background:linear-gradient(135deg,#ffcdb959,#ffbea54d);border:1px solid #ffc3af59;color:#d47742}.upload-container{background:linear-gradient(135deg,#f5f7fa,#e9edf4);display:flex;flex:1 1;flex-direction:column;overflow:hidden}.page-header{padding:32px 24px}.header-title h2{color:var(--text-primary);font-size:28px;margin-bottom:8px}.header-subtitle{color:var(--text-secondary)}.content-area{padding:32px 24px}.upload-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));width:100%}.upload-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 8px #00000014;overflow:hidden;padding:20px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.upload-card:after{background:#2e6db1;bottom:0;content:"";height:3px;left:0;position:absolute;transform:scaleX(0);transition:transform .3s;width:100%}.upload-card:hover{border-color:#2e6db1;box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.upload-card:hover:after{transform:scaleX(1)}.upload-card-header{margin-bottom:16px}.upload-card-title{color:#1a202c;font-size:18px;font-weight:600;margin:0 0 4px}.upload-card-description{color:#718096;font-size:14px;line-height:1.4;margin:0}.upload-card-body{display:flex;flex-direction:column;gap:12px}.file-input-wrapper{position:relative}.file-label{align-items:center;background:#f5f7fa;border:2px dashed #e2e8f0;border-radius:10px;color:#718096;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;padding:12px 16px;transition:all .2s ease}.file-label:hover{background:#2e6db10d;border-color:#2e6db1;color:#2e6db1}.file-label svg{color:#2e6db1;flex-shrink:0}.file-input{opacity:0;pointer-events:none;position:absolute}.upload-actions{display:flex;gap:12px}.btn-download,.btn-upload{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:600;gap:8px;justify-content:center;overflow:hidden;padding:10px 16px;position:relative;transition:all .2s ease}.btn-upload{background:linear-gradient(135deg,#2e6db1,#5a92d4);color:#fff}.btn-upload:hover:not(:disabled){box-shadow:0 6px 16px #2e6db166;transform:translateY(-2px)}.btn-upload:active:not(:disabled){transform:translateY(0)}.btn-upload:disabled{background:linear-gradient(135deg,#9ca3af,#d1d5db);cursor:not-allowed;opacity:.5}.btn-download{background:linear-gradient(135deg,#2e6db1,#5a92d4);color:#fff}.btn-download:hover:not(:disabled){box-shadow:0 6px 16px #5f927966;transform:translateY(-2px)}.btn-download:active:not(:disabled){transform:translateY(0)}.btn-download:disabled{background:linear-gradient(135deg,#e5e7eb,#f3f4f6);color:#9ca3af;cursor:not-allowed;opacity:.5}.loading-spinner{animation:spin .8s linear infinite}.upload-message{align-items:center;border-radius:8px;display:flex;font-size:13px;font-weight:500;gap:10px;padding:10px 14px}.upload-message.success{background:#a0caac26;border:1px solid #a0caac4d;color:#047857}.upload-message.success svg{color:#047857;flex-shrink:0}.upload-message.error{background:#ef44441a;border:1px solid #ef444433;color:#dc2626}.upload-message.error svg{color:#dc2626;flex-shrink:0}.upload-info{align-items:center;background:#2e6db10d;border-radius:8px;color:#718096;display:flex;font-size:12px;gap:8px;padding:8px 12px}.upload-info svg{color:#2e6db1;flex-shrink:0}@media (max-width:768px){.upload-grid{grid-template-columns:1fr}.content-area,.page-header{padding:24px 20px}}.percorsi-mappati-container{background:#f8fafc;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.modal-container{max-width:700px}.legend-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr;margin-top:12px}.legend-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;gap:12px;padding:10px}.legend-badge,.legend-item{align-items:center;display:flex}.legend-badge{border-radius:8px;color:#fff;flex-shrink:0;height:36px;justify-content:center;width:36px}.legend-badge.verde{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#059669}.legend-badge.rosso{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626}.legend-badge.rosso-tenue{background:linear-gradient(135deg,#fed7aa,#fdba74);color:#c2410c}.legend-badge.grigio{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#6b7280}.legend-badge.ocra{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#b45309}.legend-badge.celeste{background:linear-gradient(135deg,#cffafe,#a5f3fc);color:#0891b2}.legend-text{display:flex;flex:1 1;flex-direction:column;gap:2px}.legend-text strong{color:#0f172a;font-size:13px}.legend-text span{color:#64748b;font-size:12px}.results-badge{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:6px;color:#475569;font-size:12px;gap:8px;padding:7px 12px}.results-badge svg{color:#2e6db1}.filters-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.filter-item input[type=text]{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#0f172a;font-size:12px;padding:7px 10px;transition:all .2s}.filter-item input[type=text]:focus{border-color:#2e6db1;box-shadow:0 0 0 2px #2e6db11a;outline:none}.filter-item .rs__multi-value{background:#eff6ff!important;border-radius:4px!important}.filter-item .rs__multi-value__label{color:#2563eb!important}.filter-item .rs__multi-value__remove:hover{background:#dbeafe!important;color:#1e40af!important}.filter-item .rs__menu{z-index:1000!important}.gantt-wrapper{margin-top:16px}.gantt-card-modern{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden}.gantt-header-modern{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0;display:grid;grid-template-columns:140px repeat(7,1fr);position:sticky;top:0;z-index:10}.gantt-cell{align-items:center;border-right:1px solid #e2e8f0;display:flex;justify-content:center;padding:12px}.gantt-cell:last-child{border-right:none}.vehicle-header-modern{align-items:center;background:#34495e;color:#fff;display:flex;font-size:12px;font-weight:700;gap:8px;justify-content:center;letter-spacing:.5px;text-transform:uppercase}.vehicle-header-modern svg{color:#fff}.day-header-modern{background:#34495e;justify-content:center}.day-badge,.day-header-modern{align-items:center;display:flex;flex-direction:column}.day-badge{background:#0000;border:none;border-radius:8px;box-shadow:none;gap:2px;padding:6px 12px}.day-name-modern{color:#fff;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.day-number-modern{color:#fff;font-size:16px;font-weight:700;line-height:1}.gantt-body-modern{min-height:200px}.gantt-row-modern{border-bottom:1px solid #f1f5f9;display:grid;grid-template-columns:140px repeat(7,1fr);transition:background .2s}.gantt-row-modern:hover{background:#fafbfc}.gantt-row-modern:last-child{border-bottom:none}.vehicle-cell-modern{align-items:center;background:linear-gradient(135deg,#fafbfc,#f8fafc);border-right:1px solid #e2e8f0;display:flex;justify-content:center;padding:12px}.vehicle-plate-modern{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:6px;color:#0f172a;font-size:13px;font-weight:700;letter-spacing:.5px;padding:6px 12px}.status-cell-modern{border-right:1px solid #f1f5f9;padding:8px}.status-cell-modern:last-child{border-right:none}.status-box{align-items:center;border:2px solid #0000;border-radius:8px;cursor:pointer;display:flex;height:48px;justify-content:center;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.status-box:hover{border-color:#ffffff80;box-shadow:0 8px 16px #00000026;transform:translateY(-2px)}.status-box.verde{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;color:#059669}.status-box.rosso{background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #fca5a5;color:#dc2626}.status-box.rosso-tenue{background:linear-gradient(135deg,#fed7aa,#fdba74);border:1px solid #fb923c;color:#c2410c}.status-box.grigio{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:1px solid #d1d5db;color:#6b7280}.status-box.ocra{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fcd34d;color:#b45309}.status-box.celeste{background:linear-gradient(135deg,#cffafe,#a5f3fc);border:1px solid #67e8f9;color:#0891b2}.status-icon-wrapper{align-items:center;display:flex;justify-content:center}.status-tooltip-modern{background:#fff;border:1px solid #e2e8f0;border-radius:12px;bottom:calc(100% + 10px);box-shadow:0 12px 32px #00000026;left:50%;max-width:320px;min-width:280px;opacity:0;padding:14px;pointer-events:none;position:absolute;transform:translateX(-50%) scale(.9);transition:all .3s cubic-bezier(.4,0,.2,1);visibility:hidden;z-index:1000}.status-tooltip-modern:before{border-left:8px solid #0000;border-right:8px solid #0000;border-top:8px solid #fff;content:"";height:0;left:50%;position:absolute;top:100%;transform:translateX(-50%);width:0}.gantt-row-modern:first-child .status-tooltip-modern,.gantt-row-modern:nth-child(2) .status-tooltip-modern{bottom:auto;top:calc(100% + 10px);z-index:10000}.gantt-row-modern:first-child .status-tooltip-modern:before,.gantt-row-modern:nth-child(2) .status-tooltip-modern:before{border-bottom:8px solid #fff;border-top:none;bottom:100%;top:auto}.gantt-row-modern:first-child .status-cell-modern,.gantt-row-modern:nth-child(2) .status-cell-modern{position:relative}.gantt-row-modern:first-child .status-cell-modern:hover,.gantt-row-modern:nth-child(2) .status-cell-modern:hover{z-index:10001}.status-box:hover .status-tooltip-modern{opacity:1;transform:translateX(-50%) scale(1);visibility:visible}.tooltip-header-modern{border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;gap:4px;margin-bottom:10px;padding-bottom:10px}.tooltip-title{color:#0f172a;font-size:13px;font-weight:700}.tooltip-date-modern{color:#64748b;font-size:11px;font-weight:500}.tooltip-content-modern{color:#475569;font-size:12px}.tooltip-content-modern strong{color:#0f172a;display:block;font-size:11px;letter-spacing:.3px;margin-bottom:6px;text-transform:uppercase}.tooltip-list-modern{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.tooltip-item-modern{background:#f8fafc;border-left:3px solid #2e6db1;border-radius:6px;display:flex;flex-direction:column;gap:2px;padding:8px}.detail-type-modern{color:#2e6db1;font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}.detail-period-modern{color:#475569;font-size:11px}.detail-delta-modern{color:#64748b;font-size:10px;font-style:italic}.empty-state-modern,.loading-state-modern{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.empty-state-modern p,.loading-state-modern p{color:#64748b;font-size:14px;margin-top:16px}.empty-state-modern h3{color:#0f172a;font-size:18px;font-weight:700;margin:16px 0 8px}.empty-state-modern svg{color:#cbd5e1}@media (max-width:1400px){.gantt-header-modern,.gantt-row-modern{grid-template-columns:120px repeat(7,1fr)}.vehicle-cell-modern,.vehicle-header-modern{grid-column:span 1}}@media (max-width:1024px){.content-area,.page-header{padding:12px 16px}.top-controls{align-items:stretch;flex-direction:column}.controls-left,.controls-right{width:100%}.search-bar-compact{min-width:0;min-width:auto;width:100%}.filters-grid{grid-template-columns:1fr}.gantt-card-modern{overflow-x:auto}}@media (max-width:768px){.gantt-header-modern,.gantt-row-modern{grid-template-columns:100px repeat(7,80px)}.day-badge{padding:4px 8px}.day-number-modern{font-size:14px}.status-box{height:40px}}.carburante-container,.posizioni-container,.transazioni-container{background:#f8fafc;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.filter-item input[type=date],.filter-item input[type=text],.filter-item select{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#0f172a;font-size:12px;padding:7px 10px;transition:all .2s}.filter-item input[type=date]:focus,.filter-item input[type=text]:focus,.filter-item select:focus{border-color:#2e6db1;box-shadow:0 0 0 2px #2e6db11a;outline:none}.filter-item .rs__multi-value{background:#2e6db11a!important;border-radius:3px!important;font-size:11px!important}.filter-item .rs__multi-value__label{color:#2e6db1!important;font-size:11px!important;font-weight:500!important;padding:2px 4px!important}.filter-item .rs__multi-value__remove:hover{background:#2e6db1!important;color:#fff!important}.chart-section-compact{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;margin-bottom:16px;padding:14px}.chart-header-compact{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.chart-header-compact h3{color:#0f172a;font-size:15px;font-weight:700;margin:0}.btn-toggle-chart-compact{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;height:30px;justify-content:center;transition:all .2s;width:30px}.btn-toggle-chart-compact:hover{background:#f8fafc;border-color:#cbd5e1}.chart-wrapper-compact{padding:8px 0}.modern-table-compact{min-width:800px}.badge-fuel{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;color:#059669}.badge-status-compact{border-radius:6px;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.3px;padding:4px 10px;text-transform:uppercase}.badge-status-compact.badge-ok{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;color:#059669}.badge-status-compact.badge-accettabile{background:linear-gradient(135deg,#fef9c3,#fef08a);border:1px solid #fde047;color:#ca8a04}.badge-status-compact.badge-undefined,.badge-status-compact.badge-verificare{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;color:#dc2626}.expanded-grid-compact{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.cards-grid-compact{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.card-price-compact{color:#0f172a;font-size:16px;font-weight:700}.card-fuel-info-compact{align-items:center;display:flex;gap:10px;justify-content:space-between}.fuel-item-compact{flex:1 1;text-align:center}.fuel-label-compact{color:#94a3b8;font-size:10px;font-weight:600;letter-spacing:.3px;margin:0 0 4px;text-transform:uppercase}.fuel-value-compact{color:#0f172a;font-size:13px;font-weight:700;margin:0}.fuel-value-compact.alert{color:#dc2626}.card-fuel-info-compact>svg{color:#cbd5e1;flex-shrink:0}@media (min-width:1600px){.stats-grid-compact{grid-template-columns:repeat(4,1fr)}.filters-grid{grid-template-columns:repeat(6,1fr)}}.campane-container-modern{background:#f8fafc;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.page-header-campane{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d;min-height:80px;padding:16px 20px}.header-content-campane{align-items:center;display:flex;gap:16px;min-height:48px;width:100%}.back-button-campane{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:7px 12px;transition:all .2s}.back-button-campane:hover{background:#f8fafc;border-color:#2e6db1;color:#2e6db1}.header-title-campane{flex:1 1}.header-title-row-campane{align-items:center;display:flex;gap:10px}.header-title-campane h2{color:#0f172a;font-size:32px!important;font-weight:700;letter-spacing:-.5px;line-height:1.2;margin:0 0 6px}.info-button-campane{align-items:center;background:linear-gradient(135deg,#2e6db1,#3b82f6);border:none;border-radius:50%;box-shadow:0 2px 8px #2e6db140;cursor:pointer;display:flex;flex-shrink:0;height:28px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:28px}.info-button-campane:hover{box-shadow:0 4px 16px #2e6db166;transform:scale(1.1) rotate(5deg)}.info-icon-text-campane{color:#fff;font-family:Georgia,Times New Roman,serif;font-size:16px;font-style:italic;font-weight:700;line-height:1}.header-subtitle-campane{color:#64748b;font-size:12px;margin:0}.modal-overlay-campane{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}.modal-container-campane{animation:slideUp .3s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:700px;overflow:hidden;width:100%}.modal-header-campane{align-items:center;background:linear-gradient(135deg,#2e6db1,#3b82f6);color:#fff;display:flex;gap:14px;padding:20px 24px;position:relative}.modal-icon-campane{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.modal-header-campane h3{color:#fff;flex:1 1;font-size:20px;font-weight:700;margin:0}.modal-close-campane{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s;width:36px}.modal-close-campane:hover{background:#ffffff40;transform:rotate(90deg)}.modal-body-campane{flex:1 1;overflow-y:auto;padding:24px}.modal-section-campane{margin-bottom:24px}.modal-section-campane:last-child{margin-bottom:0}.modal-section-campane h4{align-items:center;color:#0f172a;display:flex;font-size:16px;font-weight:700;gap:8px;margin:0 0 12px}.modal-section-campane h4:before{background:linear-gradient(135deg,#2e6db1,#3b82f6);border-radius:2px;content:"";height:20px;width:4px}.modal-section-campane p{color:#475569;font-size:14px;line-height:1.7;margin:0 0 12px}.modal-section-campane strong{color:#2e6db1;font-weight:600}.content-area-campane{box-sizing:border-box;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:16px 20px;width:100%}.top-controls-campane{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px}.controls-left-campane,.controls-right-campane{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.toggle-filters-btn-campane{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:10px;padding:10px 18px;transition:all .2s;white-space:nowrap}.toggle-filters-btn-campane:hover{background:#f8fafc;border-color:#cbd5e1}.toggle-filters-btn-campane.active{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.toggle-filters-btn-campane svg{transition:transform .3s ease}.toggle-filters-btn-campane.active svg{transform:rotate(180deg)}.search-bar-campane{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;display:flex;gap:8px;min-width:250px;padding:7px 12px;transition:all .2s}.search-bar-campane:focus-within{border-color:#2e6db1;box-shadow:0 0 0 2px #2e6db11a}.search-bar-campane svg{color:#94a3b8;flex-shrink:0}.search-bar-campane input{background:#0000;border:none;color:#0f172a;flex:1 1;font-size:13px;outline:none}.search-bar-campane input::placeholder{color:#94a3b8}.export-btn-campane{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:7px 14px;transition:all .2s}.export-btn-campane:hover{box-shadow:0 2px 8px #10b9814d}.results-badge-campane{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:6px;color:#475569;display:flex;font-size:12px;font-weight:600;gap:8px;padding:7px 12px}.results-badge-campane svg{color:#2e6db1}.filters-panel-campane{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;margin-bottom:16px;padding:14px}.filters-form-campane{width:100%}.filters-grid-campane{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));width:100%}.filter-item-campane{display:flex;flex-direction:column;gap:8px}.filter-item-campane label{color:#64748b;font-size:11px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.filter-item-campane input[type=date],.filter-item-campane input[type=text],.filter-item-campane select{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#1e293b;font-size:13px;padding:8px 12px;transition:all .2s}.filter-item-campane input[type=date]:focus,.filter-item-campane input[type=text]:focus,.filter-item-campane select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.filter-actions-campane{display:flex;flex-direction:column;justify-content:flex-end}.filter-buttons-campane{display:flex;gap:8px}.btn-apply-campane,.btn-reset-campane{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;flex:1 1;font-size:12px;font-weight:600;gap:6px;justify-content:center;padding:7px 12px;transition:all .2s}.btn-apply-campane{background:linear-gradient(135deg,#2e6db1,#3b82f6);color:#fff}.btn-apply-campane:hover{box-shadow:0 2px 8px #2e6db14d}.btn-reset-campane{background:#fff;border:1px solid #e2e8f0;color:#64748b}.btn-reset-campane:hover{background:#f8fafc}.stats-grid-campane{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-bottom:16px}.stat-card-campane{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;display:flex;gap:12px;padding:12px 14px;transition:all .2s}.stat-card-campane:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.stat-icon-campane{align-items:center;border-radius:8px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.stat-primary-campane .stat-icon-campane{background:linear-gradient(135deg,#3b82f61a,#2563eb0d);color:#3b82f6}.stat-success-campane .stat-icon-campane{background:linear-gradient(135deg,#10b9811a,#0596690d);color:#10b981}.stat-warning-campane .stat-icon-campane{background:linear-gradient(135deg,#f59e0b1a,#d977060d);color:#f59e0b}.stat-info-campane .stat-icon-campane{background:linear-gradient(135deg,#0ea5e91a,#0284c70d);color:#0ea5e9}.stat-content-campane{flex:1 1;min-width:0}.stat-label-campane{color:#64748b;font-size:11px;font-weight:600;letter-spacing:.5px;margin:0 0 4px;text-transform:uppercase}.stat-value-campane{color:#0f172a;font-size:22px;font-weight:700;line-height:1;margin:0}.table-container-campane{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000f;margin-bottom:16px;overflow:hidden}.data-table-campane{border-collapse:collapse;width:100%}.data-table-campane thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}.data-table-campane th{border-right:1px solid #e2e8f0;color:#475569;font-size:11px;font-weight:700;letter-spacing:.5px;padding:12px 14px;text-align:left;text-transform:uppercase}.data-table-campane th:last-child{border-right:none}.data-table-campane tbody tr{border-bottom:1px solid #f1f5f9;transition:background .2s}.data-table-campane tbody tr:hover{background:#fafbfc}.data-table-campane td{border-right:1px solid #f1f5f9;color:#0f172a;font-size:13px;padding:12px 14px}.data-table-campane td:last-child{border-right:none}.targa-badge-campane{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:4px;color:#2563eb;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.5px;padding:4px 8px}.kg-value-campane{color:#10b981;font-weight:700}.note-input-campane{border:1px solid #e2e8f0;border-radius:6px;font-family:inherit;font-size:12px;min-width:150px;padding:6px 8px;resize:vertical;transition:all .2s;width:100%}.note-input-campane:focus{border-color:#2e6db1;box-shadow:0 0 0 2px #2e6db11a;outline:none}.checkbox-wrapper-campane{align-items:center;cursor:pointer;display:flex;justify-content:center;position:relative}.checkbox-wrapper-campane input[type=checkbox]{cursor:pointer;opacity:0;position:absolute}.checkmark-campane{background:#fff;border:2px solid #cbd5e1;border-radius:4px;display:inline-block;height:20px;position:relative;transition:all .2s;width:20px}.checkbox-wrapper-campane:hover .checkmark-campane{border-color:#2e6db1}.checkbox-wrapper-campane input:checked~.checkmark-campane{background:linear-gradient(135deg,#10b981,#059669);border-color:#10b981}.checkmark-campane:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:none;height:10px;left:6px;position:absolute;top:2px;transform:rotate(45deg);width:5px}.checkbox-wrapper-campane input:checked~.checkmark-campane:after{display:block}.cards-grid-campane{grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-bottom:16px}.data-card-campane{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;overflow:hidden;transition:all .2s}.data-card-campane:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-2px)}.card-header-campane{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;padding:12px 16px}.card-date-campane{align-items:center;color:#475569;display:flex;font-size:12px;font-weight:600;gap:6px}.card-date-campane svg{color:#2e6db1}.card-body-campane{display:flex;flex-direction:column;gap:12px;padding:16px}.card-info-row-campane{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding-bottom:8px}.card-label-campane{color:#64748b;font-size:11px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.card-value-campane{color:#0f172a;font-size:13px;font-weight:600}.card-kg-highlight-campane{align-items:center;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;border-radius:8px;display:flex;gap:8px;padding:12px}.card-kg-highlight-campane svg{color:#10b981;flex-shrink:0}.kg-label-campane{color:#059669;font-size:12px;font-weight:600}.kg-value-card-campane{color:#047857;font-size:18px;font-weight:700;margin-left:auto}.card-notes-campane{margin-top:4px}.note-input-card-campane{border:1px solid #e2e8f0;border-radius:6px;font-family:inherit;font-size:12px;padding:8px;resize:vertical;transition:all .2s;width:100%}.note-input-card-campane:focus{border-color:#2e6db1;box-shadow:0 0 0 2px #2e6db11a;outline:none}.empty-state-campane,.loading-state-campane{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;justify-content:center;margin-bottom:16px;padding:60px 20px;text-align:center}.empty-state-campane p,.loading-state-campane p{color:#64748b;font-size:14px;margin-top:16px}.empty-state-campane h3{color:#0f172a;font-size:18px;font-weight:700;margin:16px 0 8px}.empty-state-campane svg{color:#cbd5e1}.spinner-campane{animation:spin 1s linear infinite;border:3px solid #f1f5f9;border-radius:50%;border-top-color:#2e6db1;height:40px;width:40px}@media (max-width:1024px){.content-area-campane,.page-header-campane{padding:12px 16px}.top-controls-campane{align-items:stretch;flex-direction:column}.controls-left-campane,.controls-right-campane{justify-content:space-between;width:100%}.search-bar-campane{flex:1 1;min-width:0;min-width:auto}.filters-grid-campane{grid-template-columns:1fr}}@media (max-width:1200px){.stats-grid-campane{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.cards-grid-campane,.stats-grid-campane{grid-template-columns:1fr}.pagination-campane{flex-direction:column}.items-per-page-campane{justify-content:center;width:100%}}.page-header-percorsi{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d;min-height:80px;padding:16px 20px}.header-content-percorsi{align-items:center;display:flex;gap:16px;min-height:48px;width:100%}.back-button-percorsi{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;flex-shrink:0;font-size:13px;font-weight:500;gap:6px;padding:8px 14px;transition:all .2s ease;white-space:nowrap}.back-button-percorsi:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}.back-button-percorsi svg{height:16px;width:16px}.header-title-percorsi{flex:1 1;min-width:0}.header-title-row-percorsi{align-items:center;display:flex;gap:12px;margin-bottom:4px}.header-title-percorsi h2{color:#0f172a;font-size:32px!important;font-weight:700;letter-spacing:-.5px;line-height:1.2;margin:0 0 6px}.header-subtitle-percorsi{color:#64748b;font-size:13px;font-weight:400;margin:0}.info-button-percorsi{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:50%;box-shadow:0 2px 4px #3b82f633;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:28px;justify-content:center;transition:all .2s ease;width:28px}.info-button-percorsi:hover{box-shadow:0 4px 8px #3b82f64d;transform:scale(1.05)}.info-icon-text-percorsi{font-size:16px;font-weight:600;line-height:1}.modal-overlay-percorsi{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:10000}.modal-container-percorsi{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:80vh;max-width:600px;overflow:hidden;width:100%}.modal-header-percorsi{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;justify-content:space-between;padding:20px 24px}.modal-header-percorsi h3{font-size:20px;font-weight:600;margin:0}.modal-close-percorsi{align-items:center;background:#fff3;border:none;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.modal-close-percorsi:hover{background:#ffffff4d;transform:rotate(90deg)}.modal-close-percorsi svg{stroke:#fff;height:18px;width:18px}.modal-body-percorsi{max-height:calc(80vh - 80px);overflow-y:auto;padding:24px}.modal-body-percorsi p{color:#475569;font-size:14px;line-height:1.6;margin:0 0 16px}.modal-body-percorsi ul{color:#475569;margin:12px 0 20px;padding-left:24px}.modal-body-percorsi li{font-size:14px;line-height:1.6;margin-bottom:8px}.modal-body-percorsi strong{color:#1e293b;font-weight:600}.container-percorsi{background:#f8fafc;min-height:calc(100vh - 80px);padding:20px}.controls-percorsi{justify-content:space-between;margin-bottom:20px}.controls-left-percorsi,.controls-percorsi,.controls-right-percorsi{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.toggle-filters-btn,.toggle-filters-btn-percorsi{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:10px;padding:10px 18px;transition:all .2s;white-space:nowrap}.toggle-filters-btn-percorsi:hover,.toggle-filters-btn:hover{background:#f8fafc;border-color:#cbd5e1}.toggle-filters-btn-percorsi.active,.toggle-filters-btn.active{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.toggle-filters-btn svg,.toggle-filters-btn-percorsi svg{transition:transform .3s ease}.toggle-filters-btn-percorsi.active svg,.toggle-filters-btn.active svg{transform:rotate(180deg)}.toggle-filters-btn-percorsi svg{height:18px;transition:transform .3s ease;width:18px}.toggle-filters-btn-percorsi.active svg{transform:rotate(180deg)}.search-box-percorsi{flex:1 1;max-width:400px;min-width:250px;position:relative}.search-icon-percorsi{color:#94a3b8;height:18px;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:18px}.search-input-percorsi{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:13px;padding:10px 16px 10px 40px;transition:all .2s ease;width:100%}.search-input-percorsi::placeholder{color:#94a3b8}.search-input-percorsi:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.export-btn-percorsi{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;box-shadow:0 2px 4px #10b98133;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:8px;padding:10px 16px;transition:all .2s ease}.export-btn-percorsi:hover{box-shadow:0 4px 8px #10b9814d;transform:translateY(-1px)}.export-btn-percorsi svg{height:18px;width:18px}.results-badge-percorsi{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1e40af;font-size:13px;font-weight:600;padding:8px 14px}.filter-panel-percorsi{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;margin-bottom:20px;padding:20px}.filter-grid-percorsi{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:16px}.filter-group-percorsi{display:flex;flex-direction:column;gap:6px}.filter-group-percorsi label{color:#475569;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.filter-group-percorsi input[type=date]{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:13px;padding:10px 12px;transition:all .2s ease}.filter-group-percorsi input[type=date]:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.filter-actions-percorsi{display:flex;gap:10px;justify-content:flex-end}.filter-apply-btn-percorsi,.filter-reset-btn-percorsi{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:10px 20px;transition:all .2s ease}.filter-apply-btn-percorsi{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;box-shadow:0 2px 4px #3b82f633;color:#fff}.filter-apply-btn-percorsi:hover{box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.filter-reset-btn-percorsi{background:#fff;border:1px solid #e2e8f0;color:#64748b}.filter-reset-btn-percorsi:hover{background:#f8fafc;border-color:#cbd5e1}.stats-grid-percorsi{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:24px}.stat-card-percorsi{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;display:flex;gap:16px;padding:20px;transition:all .2s ease}.stat-card-percorsi:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.stat-icon-percorsi{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.stat-primary-percorsi .stat-icon-percorsi{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.stat-primary-percorsi .stat-icon-percorsi svg{color:#3b82f6;height:24px;width:24px}.stat-success-percorsi .stat-icon-percorsi{background:linear-gradient(135deg,#ecfdf5,#d1fae5)}.stat-success-percorsi .stat-icon-percorsi svg{color:#10b981;height:24px;width:24px}.stat-warning-percorsi .stat-icon-percorsi{background:linear-gradient(135deg,#fffbeb,#fef3c7)}.stat-warning-percorsi .stat-icon-percorsi svg{color:#f59e0b;height:24px;width:24px}.stat-danger-percorsi .stat-icon-percorsi{background:linear-gradient(135deg,#fef2f2,#fee2e2)}.stat-danger-percorsi .stat-icon-percorsi svg{color:#ef4444;height:24px;width:24px}.stat-content-percorsi{flex:1 1;min-width:0}.stat-label-percorsi{color:#64748b;font-size:12px;font-weight:600;letter-spacing:.5px;margin:0 0 4px;text-transform:uppercase}.stat-value-percorsi{color:#0f172a;font-size:28px;font-weight:700;line-height:1;margin:0}.table-container-percorsi{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.table-wrapper-percorsi{overflow-x:auto}.table-percorsi{border-collapse:collapse;width:100%}.table-percorsi thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.table-percorsi th{color:#475569;font-size:12px;font-weight:700;letter-spacing:.5px;padding:14px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.table-percorsi th.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none}.table-percorsi th.sortable-header:hover{background:#f1f5f9}.header-content-sort{align-items:center;display:flex;gap:8px;justify-content:space-between}.sort-buttons{display:flex;flex-direction:column;gap:2px}.sort-btn{align-items:center;background:none;border:none;display:flex;height:10px;justify-content:center;padding:0;transition:color .2s ease;width:14px}.sort-btn svg{height:12px;width:12px}.table-percorsi tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .2s ease}.table-percorsi tbody tr:hover{background:#f8fafc}.table-percorsi tbody tr:last-child{border-bottom:none}.table-percorsi td{color:#1e293b;font-size:13px;padding:14px 16px}.table-percorsi td.numeric-cell{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.badge-targa{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:1px solid #cbd5e1;color:#475569;font-family:Courier New,monospace;letter-spacing:.5px}.badge-success,.badge-targa{border-radius:6px}.badge-success,.badge-targa,.badge-warning{display:inline-block;font-size:12px;font-weight:600;padding:5px 10px}.badge-warning{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fde68a;border-radius:6px;color:#d97706}.badge-info{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:6px;color:#2563eb;display:inline-block;font-size:12px;font-weight:600;padding:5px 10px}.detail-btn-percorsi{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:6px;box-shadow:0 2px 4px #3b82f633;color:#fff;cursor:pointer;font-size:12px;font-weight:500;padding:7px 14px;transition:all .2s ease}.detail-btn-percorsi:hover{box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.pagination-compact{padding:12px 0}.pagination-btn-compact{color:#475569;font-size:13px;font-weight:500;padding:8px 14px;transition:all .2s ease}.pagination-btn-compact:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6}.pagination-btn-compact:disabled{opacity:.5}.pagination-btn-compact svg{height:16px;width:16px}.items-btn-compact:hover{border-color:#3b82f6;color:#3b82f6}.items-btn-compact.active{background:#3b82f6;border-color:#3b82f6;box-shadow:0 1px 2px #3b82f633}.loading-percorsi{color:#64748b;font-size:14px;padding:60px 20px;text-align:center}.loading-percorsi svg{animation:spin 1s linear infinite;height:40px;margin-bottom:12px;width:40px}.empty-percorsi{color:#94a3b8;padding:60px 20px;text-align:center}.empty-percorsi svg{height:64px;margin-bottom:16px;opacity:.5;width:64px}.empty-percorsi p{color:#64748b;font-size:15px;font-weight:500;margin:0}.modal-container-dettaglio{animation:modalSlideIn .3s ease-out;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header-dettaglio{justify-content:space-between;padding:20px 24px}.modal-header-dettaglio h3{font-size:20px}.modal-close-dettaglio{height:32px;transition:all .2s ease;width:32px}.modal-close-dettaglio svg{stroke:#fff;height:18px;width:18px}.modal-body-dettaglio{max-height:calc(85vh - 80px);padding:24px}.dettaglio-table th{padding:12px 14px}.dettaglio-table th.sortable-header-detail{cursor:pointer;-webkit-user-select:none;user-select:none}.dettaglio-table th.sortable-header-detail:hover{background:#f1f5f9}.dettaglio-table tbody tr{transition:background-color .2s ease}.dettaglio-table td{font-size:13px;padding:12px 14px}.dettaglio-table td.numeric-cell{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.badge-percentage{border-radius:6px;display:inline-block;font-size:12px;font-weight:600;padding:5px 10px}.badge-percentage-high{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;color:#dc2626}.badge-percentage-medium{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fde68a;color:#d97706}.badge-percentage-low{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;color:#059669}.data-card-compact{border-radius:10px}.card-header-compact{padding:12px 14px}.card-title-compact{flex:1 1;font-size:14px;margin-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-body-compact{padding:14px}.card-row-compact{line-height:1.4;margin-bottom:10px}.card-divider-compact{margin:12px 0}.card-stats-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin:12px 0}.card-stat{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;display:flex;flex-direction:column;gap:4px;padding:8px 10px}.card-stat.success{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#a7f3d0}.card-stat.warning{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#fde68a}.card-stat.info{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#bfdbfe}.card-stat-label{color:#64748b;font-size:10px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.card-stat-value{color:#0f172a;font-size:16px;font-weight:700}.card-stat.success .card-stat-value{color:#059669}.card-stat.warning .card-stat-value{color:#d97706}.card-stat.info .card-stat-value{color:#2563eb}.card-detail-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:6px;box-shadow:0 2px 4px #3b82f633;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:8px;justify-content:center;padding:10px 14px;transition:all .2s ease;width:100%}.card-detail-btn:hover{box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.card-detail-btn svg{height:16px;width:16px}.data-table-compact thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.data-table-compact th{color:#475569;padding:10px 12px}.data-table-compact th.numeric-cell{text-align:right}.data-table-compact td{padding:10px 12px}.numeric-cell{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.success-text{color:#059669;font-weight:600}.warning-text{color:#d97706;font-weight:600}.percorso-name{color:#0f172a;font-weight:600}.badge-compact{border-radius:5px;letter-spacing:.3px;padding:4px 8px}.badge-compact.badge-targa{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:1px solid #cbd5e1;color:#475569;font-family:Courier New,monospace}.badge-compact.badge-success{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;color:#059669}.badge-compact.badge-warning{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fde68a;color:#d97706}.badge-compact.badge-info{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;color:#2563eb}.dettaglio-btn-compact{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:5px;box-shadow:0 1px 2px #3b82f633;color:#fff;cursor:pointer;display:inline-flex;font-size:11px;font-weight:600;justify-content:center;padding:6px 10px;transition:all .2s}.dettaglio-btn-compact:hover{box-shadow:0 2px 4px #3b82f64d;transform:translateY(-1px)}.dettaglio-btn-compact svg{height:14px;width:14px}.sort-icons{display:inline-flex;gap:2px;margin-left:6px;vertical-align:middle}.sort-btn{background:#0000;border:1px solid #0000;color:#cbd5e1;cursor:pointer;font-size:11px;line-height:1;padding:0 2px;transition:all .2s}.sort-btn:hover{border-color:#e2e8f0;border-radius:3px;color:#94a3b8}.sort-btn.active{border-color:#3b82f6;border-radius:3px;color:#3b82f6;font-weight:700}.controls-left,.controls-right{flex-wrap:wrap}.search-bar-compact{max-width:350px;min-width:220px}.search-bar-compact svg{left:10px;top:50%;transform:translateY(-50%)}.search-bar-compact input{background:#fff;border-radius:6px;font-size:12px;padding:8px 12px 8px 36px}.results-badge-compact{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;color:#1e40af;display:flex;font-size:12px;font-weight:600;gap:6px;padding:6px 12px}.results-badge-compact svg{height:14px;width:14px}.filters-grid{margin-bottom:12px}.filter-item input,.filter-item select{border-radius:5px;font-size:12px;padding:7px 10px}.filter-actions{align-self:flex-end}.btn-apply,.btn-reset{align-items:center;border-radius:5px;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:7px 14px;transition:all .2s}.btn-apply{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;box-shadow:0 1px 2px #3b82f633;color:#fff}.btn-apply:hover{box-shadow:0 2px 4px #3b82f64d;transform:translateY(-1px)}.btn-reset{background:#fff;border:1px solid #e2e8f0;color:#64748b}.btn-reset:hover{background:#f8fafc;border-color:#cbd5e1}.btn-apply svg,.btn-reset svg{height:14px;width:14px}.stats-grid-compact{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.stat-info .stat-icon-compact{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.stat-info .stat-icon-compact svg{color:#3b82f6}.loading-state-compact{align-items:center;color:#64748b;display:flex;flex-direction:column;justify-content:center;padding:60px 20px}.spinner-compact{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:40px;margin-bottom:12px;width:40px}.loading-state-compact p{font-size:13px;font-weight:500;margin:0}.empty-state-compact{align-items:center;color:#94a3b8;display:flex;flex-direction:column;justify-content:center;padding:60px 20px}.empty-state-compact svg{margin-bottom:16px;opacity:.5}.empty-state-compact h3{color:#475569;font-size:16px;font-weight:700;margin:0 0 8px}.empty-state-compact p{color:#94a3b8;font-size:13px;margin:0}.content-area{background:#f8fafc;min-height:calc(100vh - 80px)}.info-button-modern{transition:all .2s}.modal-container{max-width:580px}.modal-section{margin-bottom:18px}.modal-section h4{font-size:14px;margin:0 0 8px}.modal-section p{margin:0}.modal-overlay-dettaglio{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;padding:20px;z-index:10001}.modal-container-dettaglio{animation:modalSlideIn .3s ease;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-height:85vh;width:100%}.modal-header-dettaglio{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;gap:12px;padding:18px 20px;position:relative}.modal-icon-dettaglio{background:#fff3;border-radius:8px;height:36px;width:36px}.modal-header-dettaglio h3{flex:1 1;font-size:18px;font-weight:600;margin:0}.modal-close-dettaglio{background:#fff3;border:none;border-radius:50%;flex-shrink:0;height:30px;width:30px}.modal-close-dettaglio:hover{background:#ffffff4d;transform:rotate(90deg)}.modal-body-dettaglio{max-height:calc(85vh - 70px);padding:20px}.dettaglio-table thead{background:#f8fafc;position:sticky;top:0;z-index:10}.dettaglio-table th{font-size:11px;letter-spacing:.3px;padding:10px 12px;white-space:nowrap}.dettaglio-table tbody tr{transition:background .15s}.dettaglio-table tbody tr:hover{background:#f8fafc}.dettaglio-table td{font-size:12px;padding:10px 12px}.percentage-badge{border-radius:5px;font-size:11px;padding:4px 8px}.percentage-badge.high{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;color:#dc2626}.percentage-badge.medium{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fde68a;color:#d97706}.percentage-badge.low{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;color:#059669}.rs__control{border-color:#e2e8f0!important;border-radius:5px!important;font-size:12px!important;min-height:34px!important}.rs__control:hover{border-color:#cbd5e1!important}.rs__control--is-focused{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important}.rs__placeholder{color:#94a3b8!important;font-size:12px!important}.rs__single-value{color:#1e293b!important;font-size:12px!important}.rs__multi-value{background:#eff6ff!important;border-radius:4px!important}.rs__multi-value__label{color:#2563eb!important;font-size:11px!important;padding:2px 6px!important}.rs__multi-value__remove:hover{background:#dbeafe!important;color:#1e40af!important}@media (max-width:1400px){.header-title h2{font-size:28px!important}.stats-grid-percorsi{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-value-percorsi{font-size:24px}}@media (max-width:1200px){.filter-grid-percorsi{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.controls-percorsi{align-items:stretch;flex-direction:column}.controls-left-percorsi,.controls-right-percorsi{justify-content:space-between;width:100%}.search-box-percorsi{max-width:100%}}@media (max-width:768px){.page-header-percorsi{padding:14px 16px}.header-title-percorsi h2{font-size:24px!important}.header-subtitle-percorsi{font-size:12px}.container-percorsi{padding:16px}.filter-grid-percorsi,.stats-grid-percorsi{grid-template-columns:1fr}.table-wrapper-percorsi{overflow-x:scroll}.table-percorsi{min-width:800px}.pagination-compact{flex-direction:column;gap:12px}.pagination-select-wrapper{justify-content:center;width:100%}.modal-container-dettaglio{max-width:95%}}@media (max-width:480px){.back-button-percorsi span{display:none}.header-title-percorsi h2{font-size:20px!important}.controls-left-percorsi,.controls-right-percorsi{flex-direction:column;width:100%}.export-btn-percorsi,.toggle-filters-btn-percorsi{justify-content:center;width:100%}.stat-card-percorsi{flex-direction:column;text-align:center}.stat-value-percorsi{font-size:32px}}.mancato-login-container{background:#f8fafc;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.back-button:hover{border-color:#2e6db1;color:#2e6db1}.info-button-modern{background:linear-gradient(135deg,#2e6db1,#3b82f6);box-shadow:0 2px 8px #2e6db140}.info-button-modern:hover{box-shadow:0 4px 16px #2e6db166}.modal-header,.modal-section h4:before{background:linear-gradient(135deg,#2e6db1,#3b82f6)}.modal-section ul{padding-left:24px}.modal-section li:last-child{margin-bottom:0}.modal-section strong{color:#2e6db1}.modal-tip{background:linear-gradient(135deg,#fff7ed,#ffedd5);border-left:4px solid #f59e0b;color:#92400e;margin-top:16px!important}.content-area>*{box-sizing:border-box;max-width:100%}.search-bar-compact{border-radius:6px;min-width:200px;padding:7px 12px}.view-btn-compact.active,.view-btn-compact:hover{color:#2e6db1}.filters-form{width:100%}.filter-item input[type=text],.filter-item select{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#0f172a;font-size:12px;padding:7px 10px;transition:all .2s}.filter-item input[type=text]:focus,.filter-item select:focus{border-color:#2e6db1;box-shadow:0 0 0 2px #2e6db11a;outline:none}.filter-item .rs__control{border:1px solid #e2e8f0!important;border-radius:6px!important;box-shadow:none!important;font-size:12px!important;min-height:34px!important}.filter-item .rs__control:hover{border-color:#cbd5e1!important}.filter-item .rs__control--is-focused{border-color:#2e6db1!important;box-shadow:0 0 0 2px #2e6db11a!important}.filter-item .rs__value-container{padding:2px 6px!important}.filter-item .rs__single-value{color:#0f172a!important;font-size:12px!important}.filter-buttons{display:flex;gap:8px}.btn-apply-compact,.btn-reset-compact{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;flex:1 1;font-size:12px;font-weight:600;gap:6px;justify-content:center;padding:7px 12px;transition:all .2s}.btn-apply-compact{background:linear-gradient(135deg,#2e6db1,#3b82f6);color:#fff}.btn-apply-compact:hover{box-shadow:0 2px 8px #2e6db14d}.stat-card-compact:hover:before{opacity:.05;width:100%}.stat-primary:before{background:#3b82f6}.stat-danger:before{background:#ef4444}.stat-primary .stat-icon-compact{color:#3b82f6}.stat-danger .stat-icon-compact{color:#ef4444}.results-info{color:#64748b;font-size:12px;margin-bottom:12px;text-align:center}.results-info strong{color:#0f172a;font-weight:600}.table-container-compact{overflow-x:auto}.modern-table-compact{border-collapse:collapse;min-width:900px;width:100%}.modern-table-compact thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}.modern-table-compact th{color:#475569;font-size:10px;font-weight:700;letter-spacing:.5px;padding:10px 12px;text-align:left;text-transform:uppercase}.modern-table-compact tbody tr.table-row-compact{border-bottom:1px solid #f1f5f9;cursor:pointer;transition:all .15s}.modern-table-compact tbody tr.table-row-compact:hover{background:#f8fafc}.modern-table-compact td{color:#0f172a;font-size:12px;padding:10px 12px}.expand-cell-compact{text-align:center}.expand-btn-compact{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:5px;color:#64748b;cursor:pointer;display:flex;height:24px;justify-content:center;transition:all .2s;width:24px}.expand-btn-compact:hover{background:#f8fafc;border-color:#2e6db1;color:#2e6db1}.badge-compact{border-radius:4px;display:inline-block;font-size:11px;font-weight:600;padding:3px 8px}.badge-targa{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;color:#2563eb}.badge-success{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;color:#059669}.badge-alert{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;color:#dc2626}.badge-gap{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border:1px solid #ddd6fe;color:#7c3aed}.expanded-row-compact{background:#f8fafc;border-bottom:1px solid #e2e8f0!important}.expanded-content-compact{padding:12px}.expanded-grid-compact{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.expanded-item-compact{display:flex;flex-direction:column;gap:3px}.expanded-label-compact{color:#64748b;font-size:10px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.expanded-value-compact{color:#0f172a;font-size:12px;font-weight:500}.cards-grid-compact{grid-gap:14px;gap:14px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.data-card-compact{border-radius:8px;box-shadow:0 1px 2px #0000000d}.data-card-compact:hover{border-color:#cbd5e1;box-shadow:0 8px 16px #0000001a;transform:translateY(-2px)}.card-header-compact{justify-content:space-between;padding:10px 12px}.card-badge-compact{background:linear-gradient(135deg,#2e6db1,#3b82f6);color:#fff;letter-spacing:.3px}.card-badge-compact,.card-status-success{border-radius:5px;font-size:11px;font-weight:700;padding:4px 10px}.card-status-success{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;color:#059669}.card-status-error{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:5px;color:#dc2626;font-size:11px;font-weight:700;padding:4px 10px}.card-body-compact{padding:12px}.card-row-compact{align-items:center;color:#475569;display:flex;font-size:12px;gap:8px;margin-bottom:8px}.card-row-compact svg{color:#94a3b8;flex-shrink:0}.card-divider-compact{background:#e2e8f0;height:1px;margin:10px 0}.card-error-box{align-items:center;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:6px;color:#dc2626;display:flex;font-size:12px;font-weight:600;gap:8px;margin-top:10px;padding:10px}.card-error-box svg{color:#dc2626;flex-shrink:0}.pagination-compact{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:16px}.pagination-btn-compact{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#0f172a;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:6px;padding:7px 14px;transition:all .2s}.pagination-btn-compact:hover:not(:disabled){background:#f8fafc;border-color:#2e6db1;color:#2e6db1}.pagination-btn-compact:disabled{background:#f8fafc;cursor:not-allowed;opacity:.4}.pagination-info-compact{align-items:center;display:flex;flex-direction:column;gap:2px}.pagination-text-compact{color:#0f172a;font-size:12px;font-weight:600}.pagination-total-compact{color:#64748b;font-size:11px}.items-per-page-compact{align-items:center;display:flex;gap:8px;margin-left:8px}.items-label-compact{color:#64748b;font-size:11px;font-weight:500}.items-buttons-compact{display:flex;gap:4px}.items-btn-compact{background:#fff;border:1px solid #e2e8f0;border-radius:5px;color:#64748b;cursor:pointer;font-size:11px;font-weight:600;padding:4px 10px;transition:all .2s}.items-btn-compact:hover{background:#f8fafc;border-color:#2e6db1;color:#2e6db1}.items-btn-compact.active{background:linear-gradient(135deg,#2e6db1,#3b82f6);border-color:#2e6db1;color:#fff}.spinner{animation:spin 1s linear infinite;border:3px solid #f1f5f9;border-top-color:#2e6db1;height:40px;width:40px}@media (max-width:1400px){.stats-grid-compact{grid-template-columns:repeat(2,1fr)}.filters-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.filters-grid,.stats-grid-compact{grid-template-columns:repeat(2,1fr)}.cards-grid-compact{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width:768px){.content-area,.page-header{padding:12px 16px}.top-controls{align-items:stretch;flex-direction:column}.controls-left,.controls-right{width:100%}.search-bar-compact{min-width:0;min-width:auto;width:100%}.cards-grid-compact,.filters-grid,.stats-grid-compact{grid-template-columns:1fr}.modern-table-compact{font-size:11px}.modern-table-compact td,.modern-table-compact th{padding:8px 10px}}@media (min-width:1600px){.filters-grid,.stats-grid-compact{grid-template-columns:repeat(4,1fr)}}.manutenzione-automezzi-modern{background:#f8fafc;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.back-button{background:#f8fafc;border-radius:8px;color:#475569;flex-shrink:0;padding:8px 14px;transition:all .2s ease;white-space:nowrap}.back-button:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}.back-button svg{height:16px;width:16px}.header-title{min-width:0}.header-title-row{gap:12px;margin-bottom:4px}.header-title h2{font-size:32px!important;margin:0}.header-subtitle{line-height:1.4}.info-button-modern{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 2px 4px #3b82f633;color:#fff;transition:all .2s ease}.info-button-modern:hover{box-shadow:0 4px 8px #3b82f64d;transform:scale(1.05)}.info-icon-text{font-weight:600}.modal-overlay{z-index:10000}.modal-container{animation:modalSlideIn .3s ease;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{background:linear-gradient(135deg,#3b82f6,#2563eb);gap:12px;padding:18px 20px}.modal-icon{background:#fff3;border-radius:8px;height:36px;width:36px}.modal-header h3{font-size:18px;font-weight:600}.modal-close{background:#fff3;border-radius:50%;flex-shrink:0;height:30px;width:30px}.modal-close:hover{background:#ffffff4d}.modal-body{max-height:calc(80vh - 70px);padding:20px}.modal-section{margin-bottom:20px}.modal-section h4:before{background:linear-gradient(135deg,#3b82f6,#2563eb);height:18px}.modal-section ul{color:#475569;font-size:14px}.modal-section ul li{margin-bottom:8px}.modal-section ul li:last-child{margin-bottom:0}.modal-section strong{color:#1e293b;font-weight:600}.content-area{padding:20px}.controls-compact{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px}.controls-left,.controls-right{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.search-box{flex:1 1;max-width:400px;min-width:250px;position:relative}.search-box-filter{position:relative;width:100%}.search-icon{color:#94a3b8;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.search-input{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:13px;padding:10px 16px 10px 40px;transition:all .2s;width:100%}.search-input::placeholder{color:#94a3b8}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.view-toggle-compact{background:#f8fafc;border-radius:6px;gap:2px;padding:3px}.view-btn-compact{border-radius:5px;font-size:12px;font-weight:500}.view-btn-compact:hover{color:#3b82f6}.view-btn-compact.active{background:#fff;box-shadow:0 1px 2px #0000001a;color:#3b82f6}.results-badge{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1e40af;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 14px}.results-badge svg{height:16px;width:16px}.filter-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;margin-bottom:20px;padding:20px}.filter-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:16px}.filter-group{display:flex;flex-direction:column;gap:6px}.filter-group label{color:#475569;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.filter-select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:13px;padding:10px 12px;transition:all .2s}.filter-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.filter-actions{gap:10px}.filter-reset-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:10px 20px;transition:all .2s}.filter-reset-btn:hover{background:#f8fafc;border-color:#cbd5e1}.filter-reset-btn svg{height:16px;width:16px}.stats-grid-compact{margin-bottom:20px}.stat-card-compact{padding:14px}.stat-card-compact:hover{box-shadow:0 4px 8px #00000014}.stat-icon-compact{height:42px;width:42px}.stat-primary .stat-icon-compact{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.stat-primary .stat-icon-compact svg{color:#3b82f6}.stat-success .stat-icon-compact svg{color:#10b981}.stat-warning .stat-icon-compact svg{color:#f59e0b}.stat-danger .stat-icon-compact{background:linear-gradient(135deg,#fef2f2,#fee2e2)}.stat-danger .stat-icon-compact svg{color:#ef4444}.table-container-compact{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;margin-bottom:16px;overflow:hidden}.table-wrapper{overflow-x:auto}.data-table-compact{border-collapse:collapse;min-width:1000px;width:100%}.data-table-compact thead{background:#34495e;border-bottom:2px solid #2c3e50}.data-table-compact th{color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px;padding:12px 14px;text-align:left;text-transform:uppercase;vertical-align:top;white-space:nowrap}.progress-bar-header{background:#fff3;border-radius:3px;height:6px;margin:6px 0 4px;overflow:hidden;width:100%}.progress-fill-header{background:linear-gradient(135deg,#10b981,#059669);border-radius:3px;height:100%;transition:width .3s ease}.progress-label-header{color:#ffffffe6;font-size:10px;font-weight:500}.data-table-compact tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .15s}.data-table-compact tbody tr:hover{background:#f8fafc}.data-table-compact tbody tr:last-child{border-bottom:none}.data-table-compact td{color:#1e293b;font-size:12px;padding:12px 14px;vertical-align:middle}.vehicle-info{align-items:center;display:flex;gap:10px}.vehicle-icon{flex-shrink:0;font-size:24px}.vehicle-targa{color:#0f172a;font-size:13px;font-weight:600}.vehicle-tipo{color:#64748b;font-size:11px}.maintenance-cell{align-items:center;border:1px solid;border-radius:6px;display:flex;font-size:11px;font-weight:600;gap:6px;padding:8px 12px}.maintenance-icon{font-size:14px}.maintenance-text{font-size:11px}.cards-grid-compact{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:16px}.data-card-compact{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;overflow:hidden;transition:all .2s}.data-card-compact:hover{box-shadow:0 8px 16px #0000001f;transform:translateY(-3px)}.card-header-compact{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;display:flex;gap:12px;padding:14px 16px}.vehicle-icon-large{font-size:32px}.card-title-info{flex:1 1}.card-title-compact{color:#0f172a;font-size:16px;font-weight:700;margin-bottom:2px}.card-subtitle-compact{color:#64748b;font-size:11px}.card-body-compact{display:flex;flex-direction:column;gap:10px;padding:14px 16px}.card-row-maintenance{align-items:center;display:flex;justify-content:space-between}.card-label-bimestre{color:#475569;font-size:11px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.maintenance-badge{align-items:center;border:1px solid;border-radius:6px;display:flex;font-size:11px;font-weight:600;gap:6px;padding:6px 10px}.column-toggles{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;padding:16px}.column-toggle-label{color:#475569;font-size:12px;font-weight:600;margin-right:8px}.column-toggle-btn{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:11px;font-weight:500;gap:6px;padding:6px 12px;transition:all .2s}.column-toggle-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.column-toggle-btn.active{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.column-toggle-btn svg{height:14px;width:14px}.loading-state{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;justify-content:center;padding:60px 20px}.spinner-modern{animation:spin 1s linear infinite;border:3px solid #f1f5f9;border-radius:50%;border-top-color:#3b82f6;height:40px;margin-bottom:16px;width:40px}.loading-state p{color:#64748b;font-size:14px;font-weight:500;margin:0}.empty-state{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d}.empty-state p{color:#64748b;font-size:15px}@media (max-width:1400px){.stats-grid-compact{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.controls-compact{align-items:stretch;flex-direction:column}.controls-left,.controls-right{justify-content:space-between;width:100%}.search-box{max-width:100%}.filter-grid,.stats-grid-compact{grid-template-columns:1fr}}@media (max-width:768px){.page-header{padding:14px 16px}.header-title h2{font-size:24px!important}.header-subtitle{font-size:12px}.content-area{padding:16px}.cards-grid-compact{grid-template-columns:1fr}}@media (max-width:480px){.back-button span{display:none}.header-title h2{font-size:20px!important}.view-btn-compact span{display:none}}.gestione-utenti-container{background:linear-gradient(135deg,#f5f7fa,#e9edf4);display:flex;flex:1 1;flex-direction:column}.page-header{background:var(--surface,#fff);border-bottom:1px solid var(--border,#e2e8f0);box-shadow:0 2px 8px #00000014;padding:24px}.header-content{align-items:flex-start;gap:20px;justify-content:space-between}.header-title h2{color:#1a202c;color:var(--text-primary,#1a202c);margin-bottom:6px}.header-subtitle{color:#718096;color:var(--text-secondary,#718096);font-size:15px;font-weight:500}.content-area{padding:24px}.content-area::-webkit-scrollbar{width:8px}.content-area::-webkit-scrollbar-thumb{background:#e2e8f0;background:var(--border,#e2e8f0);border-radius:4px}.user-form-card{background:#fff;background:var(--surface,#fff);border:1px solid #e2e8f0;border:1px solid var(--border,#e2e8f0);border-radius:16px;box-shadow:0 1px 3px #0000000f;margin-bottom:20px;padding:24px}.form-card-header{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border,#e2e8f0);margin-bottom:20px;padding-bottom:16px}.form-card-header h3{color:#1a202c;color:var(--text-primary,#1a202c);font-size:18px;font-weight:700;margin-bottom:4px}.form-card-header p{color:#718096;color:var(--text-secondary,#718096);font-size:13px;font-weight:500}.user-form{display:flex;flex-direction:column;gap:18px}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.form-field{display:flex;flex-direction:column;gap:6px}.form-label{color:#1a202c;color:var(--text-primary,#1a202c);font-size:13px;font-weight:600}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{color:#718096;color:var(--text-secondary,#718096);height:18px;left:12px;position:absolute;width:18px}.form-input,.form-select{background:#fff;background:var(--surface,#fff);border:1px solid #e2e8f0;border:1px solid var(--border,#e2e8f0);border-radius:8px;color:#1a202c;color:var(--text-primary,#1a202c);font-size:14px;padding:10px 12px 10px 40px;transition:all .2s;width:100%}.form-input:focus,.form-select:focus{border-color:#2e6db1;border-color:var(--primary-blue,#2e6db1);box-shadow:0 0 0 3px #2e6db11a;outline:none}.form-input::placeholder,.password-toggle{color:#718096;color:var(--text-secondary,#718096)}.password-toggle{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:12px;transition:color .2s}.password-toggle:hover{color:#2e6db1;color:var(--primary-blue,#2e6db1)}.password-toggle svg{height:20px;width:20px}.field-hint{color:#718096;color:var(--text-secondary,#718096);font-size:11px;font-weight:500}.btn-submit{align-items:center;align-self:flex-start;background:linear-gradient(135deg,#2e6db1,#5a92d4);background:linear-gradient(135deg,var(--primary-blue,#2e6db1) 0,var(--blue-light,#5a92d4) 100%);border:none;border-radius:8px;box-shadow:0 2px 8px #2e6db140;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:11px 24px;transition:all .2s}.btn-submit:hover:not(:disabled){box-shadow:0 6px 20px #2e6db166;transform:translateY(-2px)}.btn-submit:disabled{cursor:not-allowed;opacity:.6}.loading-spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.message-alert{align-items:center;animation:slideIn .3s ease-out;border-radius:8px;display:flex;gap:10px;margin-top:16px;padding:12px 16px}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.message-alert.success{background:linear-gradient(135deg,#48bb781a,#48bb780d);border:1px solid #48bb784d;color:#2f855a}.message-alert.error{background:linear-gradient(135deg,#f565651a,#f565650d);border:1px solid #f565654d;color:#c53030}.message-icon{flex-shrink:0;height:20px;width:20px}.message-alert p{font-size:13px;font-weight:600}.users-section{background:#fff;background:var(--surface,#fff);border:1px solid #e2e8f0;border:1px solid var(--border,#e2e8f0);border-radius:16px;box-shadow:0 1px 3px #0000000f;padding:24px}.users-section-header{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border,#e2e8f0);margin-bottom:20px;padding-bottom:16px}.users-section-header h3{color:#1a202c;color:var(--text-primary,#1a202c);font-size:18px;font-weight:700;margin-bottom:4px}.users-section-header p{color:#718096;color:var(--text-secondary,#718096);font-size:13px;font-weight:500}.user-list{display:flex;flex-direction:column;gap:12px}.user-item{align-items:center;background:#fff;background:var(--surface,#fff);border:1px solid #e2e8f0;border:1px solid var(--border,#e2e8f0);border-radius:12px;display:flex;justify-content:space-between;padding:16px 18px;transition:all .2s}.user-item:hover{background:#f5f7fa;background:var(--background,#f5f7fa);box-shadow:0 4px 16px #00000014;transform:translateX(4px)}.user-item-left{align-items:center;display:flex;gap:14px}.user-item-avatar{align-items:center;background:linear-gradient(135deg,#2e6db1,#5a92d4);background:linear-gradient(135deg,var(--primary-blue,#2e6db1) 0,var(--blue-light,#5a92d4) 100%);border-radius:50%;box-shadow:0 2px 8px #2e6db140;color:#fff;display:flex;flex-shrink:0;font-size:15px;font-weight:600;height:44px;justify-content:center;width:44px}.user-item-info h4{color:#1a202c;color:var(--text-primary,#1a202c);font-size:15px;font-weight:600;margin-bottom:3px}.user-item-info p{color:#718096;color:var(--text-secondary,#718096);font-size:13px;font-weight:500}.user-item-right{align-items:flex-end;display:flex;flex-direction:column;gap:8px;text-align:right}.user-access{color:#718096;color:var(--text-secondary,#718096);font-size:12px;font-weight:500}.btn-primary{background:linear-gradient(135deg,#2e6db1,#5a92d4);background:linear-gradient(135deg,var(--primary-blue,#2e6db1) 0,var(--blue-light,#5a92d4) 100%);border:none;border-radius:8px;box-shadow:0 2px 8px #2e6db140;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:9px 18px;transition:all .2s}.btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #2e6db166;transform:translateY(-2px)}.btn-primary:disabled{background:linear-gradient(135deg,#9ca3af,#d1d5db);box-shadow:none;cursor:not-allowed;opacity:.5}.empty-state,.loading-container{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:60px 20px}.empty-state svg{color:#718096;color:var(--text-secondary,#718096);opacity:.4}.empty-state p{font-size:16px}.empty-state p,.loading-container p{color:#718096;color:var(--text-secondary,#718096);font-weight:500}.loading-container p{font-size:14px}.alert-campane-container{background:linear-gradient(135deg,#f5f7fa,#e9edf4);display:flex;flex:1 1;flex-direction:column;overflow:hidden}.alert-campane-container .page-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d;min-height:80px;padding:16px 20px}.alert-campane-container .header-content{align-items:center;display:flex;gap:16px;min-height:48px;width:100%}.alert-campane-container .back-button{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;flex-shrink:0;font-size:13px;font-weight:500;gap:6px;padding:8px 14px;transition:all .2s ease;white-space:nowrap}.alert-campane-container .back-button:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}.alert-campane-container .back-button svg{height:16px;width:16px}.alert-campane-container .header-title{flex:1 1;min-width:0}.alert-campane-container .header-title-row{align-items:center;display:flex;gap:12px;margin-bottom:4px}.alert-campane-container .header-title h2{color:#0f172a;font-size:32px!important;font-weight:700;letter-spacing:-.5px;line-height:1.2;margin:0}.alert-campane-container .header-subtitle{color:#64748b;font-size:13px;line-height:1.4;margin:0}.alert-campane-container .info-button-modern{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:50%;box-shadow:0 2px 4px #3b82f633;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:28px;justify-content:center;transition:all .2s ease;width:28px}.alert-campane-container .info-button-modern:hover{box-shadow:0 4px 12px #3b82f666;transform:scale(1.1)}.alert-campane-container .info-icon-text{color:#fff;font-family:Georgia,Times New Roman,serif;font-size:16px;font-style:italic;font-weight:700}.alert-campane-container .content-area{flex:1 1;overflow-y:auto;padding:20px}.alert-campane-container .content-area::-webkit-scrollbar{width:8px}.alert-campane-container .content-area::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.stat-card-compact{box-shadow:0 1px 2px #0000000d}.stat-card-compact:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.stat-card-compact.stat-primary .stat-icon-compact{background:linear-gradient(135deg,#3b82f61a,#2563eb0d);color:#3b82f6}.stat-card-compact.stat-success .stat-icon-compact{background:linear-gradient(135deg,#10b9811a,#0596690d);color:#10b981}.stat-card-compact.stat-danger .stat-icon-compact{background:linear-gradient(135deg,#ef44441a,#dc26260d);color:#ef4444}.stat-card-compact.stat-warning .stat-icon-compact{background:linear-gradient(135deg,#f59e0b1a,#d977060d);color:#f59e0b}.stat-label-compact{font-size:11px;letter-spacing:.5px;margin:0 0 4px}.stat-value-compact{font-size:22px}.top-controls{gap:16px;margin-bottom:20px}.controls-left{flex:1 1;gap:12px;min-width:300px}.controls-right{gap:12px}.search-bar-compact{flex:1 1;position:relative}.search-bar-compact svg{left:12px;pointer-events:none;position:absolute}.search-bar-compact input{border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:14px;padding:10px 12px 10px 38px;transition:all .2s;width:100%}.search-bar-compact input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.view-toggle-compact{background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;padding:4px}.view-btn-compact{align-items:center;background:#0000;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:6px 12px;transition:all .2s}.view-btn-compact:hover{background:#f8fafc;color:#475569}.view-btn-compact.active{background:#3b82f6;color:#fff}.view-btn-compact svg{height:16px;width:16px}.filters-panel{animation:slideDown .3s ease-out}.filters-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));width:100%}.filter-item{gap:8px}.filter-item label{color:#64748b}.filter-item input,.filter-item select{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#1e293b;font-size:13px;padding:8px 12px;transition:all .2s}.filter-item input:focus,.filter-item select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.filter-item input::placeholder{color:#94a3b8}.spinner{animation:spin .8s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:50px;margin:60px auto;width:50px}.comuni-list{display:flex;flex-direction:column;gap:16px}.comune-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;overflow:hidden;transition:all .2s}.comune-card:hover{box-shadow:0 4px 12px #00000014}.comune-header{align-items:center;background:linear-gradient(135deg,#fafbfc,#f8fafc);border-bottom:1px solid #e2e8f0;cursor:pointer;display:flex;justify-content:space-between;padding:20px 24px;transition:all .2s}.comune-header:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.comune-info h3{color:#0f172a;font-size:20px;font-weight:700;margin:0 0 10px}.comune-stats{display:flex;flex-wrap:wrap;gap:20px}.stat-item{color:#64748b;display:flex;font-size:13px;font-weight:500;gap:6px}.stat-item svg{color:#94a3b8}.stat-item.alert-badge-header{animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#ef444426,#dc26261a);border:1.5px solid #dc26264d;border-radius:20px;box-shadow:0 2px 8px #dc262633;color:#dc2626;font-weight:700;padding:6px 12px}@keyframes pulse{0%,to{box-shadow:0 2px 8px #dc262633}50%{box-shadow:0 4px 16px #dc262666}}.stat-item.alert-badge-header svg{color:#dc2626}.expand-icon{color:#94a3b8;transition:transform .3s}.expand-icon.expanded{transform:rotate(180deg)}.campane-table-container{overflow-x:auto;padding:0}.campane-table{border-collapse:collapse;width:100%}.campane-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.campane-table th{color:#475569;font-size:12px;font-weight:700;letter-spacing:.5px;padding:14px 16px;text-align:left;text-transform:uppercase}.campane-table th.numeric-cell{text-align:right}.campane-table th.center-cell{text-align:center}.campane-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .2s}.campane-table tbody tr:hover{background:#fafbfc}.campane-table tbody tr.alert-row{background:linear-gradient(135deg,#ef444414,#dc26260a);border-left:3px solid #ef4444}.campane-table tbody tr.alert-row:hover{background:linear-gradient(135deg,#ef44441f,#dc26260f)}.campane-table td{color:#1e293b;font-size:13px;padding:16px}.campane-table td.numeric-cell{text-align:right}.campane-table td.center-cell{text-align:center}.campane-table td code{background:#f1f5f9;border-radius:4px;color:#475569;font-family:Courier New,monospace;font-size:12px;padding:4px 8px}.percentage-badge{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1e40af}.percentage-badge,.scadenza-badge{border-radius:6px;display:inline-block;font-size:12px;font-weight:600;padding:4px 10px}.scadenza-badge{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#15803d}.scadenza-badge.vicina{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.status-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:6px 12px}.status-badge.ok{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.status-badge.alert{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.btn-storico{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:8px 14px;transition:all .2s}.btn-storico:hover{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#3b82f6;box-shadow:0 4px 8px #3b82f64d;color:#fff;transform:translateY(-1px)}.modal-overlay{animation:fadeIn .2s;background:#00000080;z-index:1000}.modal-container{animation:slideUp .3s ease-out;max-height:80vh;width:90%}.modal-header{background:linear-gradient(135deg,#fafbfc,#f8fafc);border-bottom:1px solid #e2e8f0;gap:16px;padding:24px}.modal-icon{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6}.modal-header h3{color:#0f172a}.modal-close{background:none;border-radius:6px;color:#94a3b8;padding:4px}.modal-close:hover{background:#f1f5f9;color:#475569}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.modal-section h4{font-size:15px}.modal-section p{font-size:13px;line-height:1.6}.modal-section p:last-child{margin-bottom:0}.modal-section ul{margin:0;padding:0}.modal-section ul li{color:#475569;font-size:13px;line-height:1.8;padding-left:20px;position:relative}.modal-section ul li:before{color:#3b82f6;content:"•";font-weight:700;left:6px;position:absolute}.modal-tip{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-left:3px solid #f59e0b;border-radius:8px;color:#78350f;font-size:13px;margin-top:16px;padding:12px 16px}.modal-overlay-dettaglio{align-items:center;animation:fadeIn .2s;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-container-dettaglio{animation:slideUp .3s ease-out;background:#fff;border-radius:20px;box-shadow:0 25px 50px #00000040;display:flex;flex-direction:column;max-height:80vh;max-width:900px;overflow:hidden;width:90%}.modal-header-dettaglio{align-items:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-bottom:1px solid #e2e8f0;display:flex;gap:20px;padding:28px 32px}.modal-icon-dettaglio{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:14px;box-shadow:0 4px 12px #3b82f64d;color:#fff;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.modal-header-dettaglio h3{color:#0f172a;font-size:22px;font-weight:700;margin:0 0 4px}.modal-subtitle-dettaglio{color:#64748b;font-size:14px;font-weight:500;margin:0}.modal-close-dettaglio{align-items:center;background:#fff;border:2px solid #64748b;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#1e293b;cursor:pointer;display:flex;justify-content:center;margin-left:auto;padding:8px;transition:all .2s}.modal-close-dettaglio svg{stroke:#1e293b;stroke-width:2.5}.modal-close-dettaglio:hover{background:#ef4444;border-color:#dc2626;box-shadow:0 4px 8px #ef44444d;color:#fff;transform:scale(1.05)}.modal-close-dettaglio:hover svg{stroke:#fff}.modal-body-dettaglio{flex:1 1;overflow-y:auto;padding:24px 32px}.modal-body-dettaglio::-webkit-scrollbar{width:8px}.modal-body-dettaglio::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.dettaglio-table{border-collapse:collapse;width:100%}.dettaglio-table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}.dettaglio-table th{color:#475569;font-size:13px;font-weight:700;letter-spacing:.5px;padding:16px 18px;text-align:left;text-transform:uppercase}.dettaglio-table th.numeric-cell{text-align:right}.dettaglio-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .2s}.dettaglio-table tbody tr:hover{background:#fafbfc}.dettaglio-table tbody tr:last-child{border-bottom:none}.dettaglio-table td{color:#1e293b;font-size:14px;padding:16px 18px}.dettaglio-table td.numeric-cell{text-align:right}.cards-grid-campane{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.comune-card-view{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;gap:20px;padding:24px;transition:all .2s}.comune-card-view:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.card-header-campane{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;gap:12px;justify-content:space-between;padding-bottom:16px}.card-header-campane h3{color:#0f172a;flex:1 1;font-size:20px;font-weight:700;margin:0}.alert-badge-card{align-items:center;background:linear-gradient(135deg,#ef444426,#dc26261a);border:1.5px solid #dc26264d;border-radius:20px;color:#dc2626;display:inline-flex;font-size:12px;font-weight:700;padding:6px 12px;white-space:nowrap}.card-stats-campane{display:flex;flex-direction:column;gap:12px}.stat-row{align-items:center;background:#f8fafc;border-radius:8px;display:flex;justify-content:space-between;padding:10px 14px}.stat-row .stat-label{color:#64748b;font-size:13px;font-weight:500}.stat-row .stat-value-card{color:#0f172a;font-size:18px;font-weight:700}.stat-row .stat-value-card.alert-text{color:#dc2626}.card-campane-list{display:flex;flex-direction:column;gap:10px}.mini-campana{align-items:center;background:#fafbfc;border:1px solid #f1f5f9;border-radius:8px;display:flex;justify-content:space-between;padding:12px;transition:all .2s}.mini-campana:hover{background:#f1f5f9;border-color:#e2e8f0}.mini-campana.alert{background:linear-gradient(135deg,#ef44440d,#dc262605);border-color:#ef444433}.mini-campana-info{display:flex;flex:1 1;flex-direction:column;gap:4px}.mini-campana-info strong{color:#1e293b;font-size:13px;font-weight:600}.mini-tag{color:#64748b;font-family:Courier New,monospace;font-size:11px}.alert-icon-mini{color:#dc2626;flex-shrink:0}.more-campane{background:#f8fafc;border-radius:6px;color:#64748b;font-size:12px;font-weight:500;padding:10px;text-align:center}.btn-view-details{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;margin-top:auto;padding:12px 20px;transition:all .2s}.btn-view-details:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #3b82f666;transform:translateY(-1px)}.btn-view-details svg{transition:transform .2s}.btn-view-details:hover svg{transform:translateX(3px)}@media (max-width:1200px){.stats-grid-compact{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.stats-grid-compact{grid-template-columns:1fr}.top-controls{align-items:stretch;flex-direction:column}.controls-left{flex-direction:column;min-width:auto}.comune-stats{flex-direction:column;gap:8px}.campane-table-container{overflow-x:scroll}.campane-table{min-width:800px}.cards-grid-campane{grid-template-columns:1fr}.modal-container,.modal-container-dettaglio{max-width:95%}}.pianificazione-abiti-container{background:#f8fafc;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.page-header-abiti{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d;min-height:80px;padding:16px 20px}.header-content-abiti{align-items:center;display:flex;gap:16px;min-height:48px;width:100%}.back-button-abiti{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:7px 12px;transition:all .2s}.back-button-abiti:hover{background:#f8fafc;border-color:#2e6db1;color:#2e6db1}.header-title-abiti{flex:1 1}.header-title-row-abiti{align-items:center;display:flex;gap:10px}.header-title-abiti h2{color:#0f172a;font-size:32px!important;font-weight:700;letter-spacing:-.5px;line-height:1.2;margin:0 0 6px}.info-button-abiti{align-items:center;background:linear-gradient(135deg,#2e6db1,#3b82f6);border:none;border-radius:50%;box-shadow:0 2px 8px #2e6db140;cursor:pointer;display:flex;flex-shrink:0;height:28px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:28px}.info-button-abiti:hover{box-shadow:0 4px 16px #2e6db166;transform:scale(1.1) rotate(5deg)}.info-icon-text-abiti{color:#fff;font-family:Georgia,Times New Roman,serif;font-size:16px;font-style:italic;font-weight:700;line-height:1}.header-subtitle-abiti{color:#64748b;font-size:12px;margin:0}.modal-overlay-abiti{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}.modal-container-abiti{animation:slideUp .3s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:700px;overflow:hidden;width:100%}.modal-header-abiti{align-items:center;background:linear-gradient(135deg,#fafbfc,#f8fafc);border-bottom:1px solid #e2e8f0;display:flex;gap:16px;padding:24px}.modal-icon-abiti{align-items:center;background:linear-gradient(135deg,#2e6db1,#3b82f6);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.modal-header-abiti h3{color:#0f172a;flex:1 1;font-size:20px;font-weight:700;margin:0}.modal-close-abiti{align-items:center;background:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:all .2s;width:36px}.modal-close-abiti:hover{background:#e2e8f0;color:#0f172a;transform:rotate(90deg)}.modal-body-abiti{flex:1 1;overflow-y:auto;padding:24px}.modal-section-abiti{margin-bottom:24px}.modal-section-abiti:last-child{margin-bottom:0}.modal-section-abiti h4{align-items:center;color:#0f172a;display:flex;font-size:16px;font-weight:700;gap:8px;margin:0 0 12px}.modal-section-abiti h4:before{background:linear-gradient(135deg,#2e6db1,#3b82f6);border-radius:2px;content:"";height:20px;width:4px}.modal-section-abiti p{color:#475569;font-size:14px;line-height:1.7;margin:0 0 12px}.modal-section-abiti strong{color:#2e6db1;font-weight:600}.content-area-abiti{box-sizing:border-box;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:16px 20px;width:100%}.stats-grid-abiti{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:20px}.stat-card-abiti{align-items:center;background:#fff;border:1px solid #0000;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;gap:14px;padding:16px;transition:all .2s}.stat-card-abiti:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.stat-icon-abiti{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.stat-primary-abiti .stat-icon-abiti{background:linear-gradient(135deg,#2e6db1,#3b82f6);color:#fff}.stat-success-abiti .stat-icon-abiti{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.stat-warning-abiti .stat-icon-abiti{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff}.stat-info-abiti .stat-icon-abiti{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff}.stat-content-abiti{flex:1 1}.stat-label-abiti{color:#64748b;font-size:12px;font-weight:500;margin:0 0 4px}.stat-value-abiti{color:#0f172a;font-size:24px;font-weight:700;margin:0}.stat-range-abiti{color:#64748b;font-size:12px;font-weight:500;margin-left:4px}.top-controls-abiti{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px}.controls-left-abiti,.controls-right-abiti{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.toggle-filters-btn-abiti{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:10px;padding:10px 18px;transition:all .2s;white-space:nowrap}.toggle-filters-btn-abiti:hover{background:#f8fafc;border-color:#cbd5e1}.toggle-filters-btn-abiti.active{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.toggle-filters-btn-abiti svg{transition:transform .3s ease}.toggle-filters-btn-abiti.active svg{transform:rotate(180deg)}.search-bar-abiti{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:8px;min-width:280px;padding:10px 14px;transition:all .2s}.search-bar-abiti:focus-within{border-color:#2e6db1;box-shadow:0 0 0 3px #2e6db11a}.search-bar-abiti svg{color:#94a3b8;flex-shrink:0}.search-bar-abiti input{background:#0000;border:none;color:#0f172a;flex:1 1;font-size:14px;outline:none}.search-bar-abiti input::placeholder{color:#94a3b8}.results-badge-abiti{align-items:center;background:#f1f5f9;border-radius:8px;color:#475569;display:flex;font-size:13px;font-weight:500;gap:6px;padding:8px 14px}.results-badge-abiti svg{color:#64748b}.filters-panel-abiti{animation:expandDown .3s ease-out;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #00000014;margin-bottom:16px;padding:20px}.filters-form-abiti{width:100%}.filters-grid-abiti{grid-gap:16px;align-items:end;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.filter-item-abiti{display:flex;flex-direction:column;gap:8px}.filter-item-abiti label{color:#475569;font-size:13px;font-weight:600}.filter-item-abiti input,.filter-item-abiti select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#0f172a;font-size:14px;padding:10px 12px;transition:all .2s}.filter-item-abiti input:focus,.filter-item-abiti select:focus{border-color:#2e6db1;box-shadow:0 0 0 3px #2e6db11a;outline:none}.filter-item-abiti input::placeholder{color:#94a3b8}.filter-actions-abiti{display:flex;flex-direction:column}.filter-buttons-abiti{display:flex;gap:8px}.btn-apply-abiti,.btn-reset-abiti{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:10px 16px;transition:all .2s}.btn-apply-abiti{background:linear-gradient(135deg,#2e6db1,#3b82f6);color:#fff}.btn-apply-abiti:hover{box-shadow:0 4px 12px #2e6db14d;transform:translateY(-1px)}.btn-reset-abiti{background:#f1f5f9;color:#64748b}.btn-reset-abiti:hover{background:#e2e8f0;color:#475569}.loading-container-abiti{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:60px 0}.spinner-abiti{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#2e6db1;height:48px;width:48px}.loading-container-abiti p{color:#64748b;font-size:14px;margin:0}.percorso-card-abiti{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #00000014;margin-bottom:16px;overflow:hidden;transition:all .2s}.percorso-card-abiti:hover{box-shadow:0 4px 12px #0000001f}.percorso-header-abiti{cursor:pointer;padding:16px 20px;transition:background .2s;-webkit-user-select:none;user-select:none}.percorso-header-abiti:hover{background:#f8fafc}.percorso-title-abiti{align-items:center;display:flex;justify-content:space-between}.percorso-title-abiti h3{color:#0f172a;font-size:18px;font-weight:600;margin:0}.badge-campane-percorso-abiti{align-items:center;background:linear-gradient(135deg,#2e6db1,#3b82f6);border-radius:12px;color:#fff;display:inline-flex;font-size:12px;font-weight:600;padding:4px 10px;white-space:nowrap}.expand-button-abiti{align-items:center;background:#f1f5f9;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .3s;width:32px}.expand-button-abiti:hover{background:#e2e8f0}.expand-button-abiti.expanded{background:#2e6db1;color:#fff;transform:rotate(180deg)}.settimane-summary-abiti{display:flex;gap:8px;overflow-x:auto;padding:0 20px 16px;scrollbar-width:thin}.settimana-badge-abiti{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:help;flex:0 0 auto;min-width:80px;padding:8px;position:relative;text-align:center;transition:all .2s}.settimana-badge-abiti:hover{background:#f1f5f9;border-color:#cbd5e1;box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.tooltip-week-abiti{animation:tooltipFadeIn .2s ease-out;background:#0f172a;border-radius:6px;box-shadow:0 4px 12px #0000004d;color:#fff;font-size:12px;font-weight:500;padding:8px 12px;pointer-events:none;white-space:nowrap}.settimana-label-abiti{color:#64748b;font-size:11px;font-weight:600;margin-bottom:4px}.settimana-stats-abiti{align-items:center;display:flex;gap:4px;justify-content:center;margin-bottom:6px;min-height:28px}.badge-total-abiti{color:#0f172a;font-size:16px;font-weight:700}.badge-alert-abiti{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px;font-weight:700;padding:2px 8px}.badge-success-abiti{color:#10b981;font-size:14px;font-weight:700}.progress-bar-mini-abiti{background:#e2e8f0;border-radius:2px;height:4px;overflow:hidden;width:100%}.progress-fill-mini-abiti{background:linear-gradient(90deg,#10b981,#34d399);height:100%;transition:width .3s ease}.dettaglio-campane-abiti{animation:expandDown .3s ease-out;background:#f8fafc;border-top:1px solid #e2e8f0;padding:16px}@keyframes expandDown{0%{max-height:0;opacity:0}to{max-height:1000px;opacity:1}}.table-wrapper-abiti{border-radius:8px;box-shadow:0 1px 3px #00000014;overflow-x:auto}.campane-table-abiti{background:#fff;border-collapse:initial;border-spacing:0;font-size:13px;width:100%}.campane-table-abiti thead tr{background:linear-gradient(135deg,#2e6db1,#3b82f6);color:#fff}.campane-table-abiti th{border-bottom:2px solid #e2e8f0;font-size:12px;font-weight:600;padding:12px 10px;text-align:center;white-space:nowrap}.campane-table-abiti th.sticky-col-abiti{background:linear-gradient(135deg,#2e6db1,#3b82f6);left:0;min-width:200px;position:sticky;text-align:left;z-index:10}.campane-table-abiti tbody tr{transition:background .2s}.campane-table-abiti tbody tr:hover{background:#f8fafc}.campane-table-abiti tbody tr:nth-child(2n){background:#f9fafb}.campane-table-abiti td{border-bottom:1px solid #e2e8f0;padding:10px;text-align:center}.campane-table-abiti td.sticky-col-abiti{background:#fff;border-right:2px solid #e2e8f0;color:#0f172a;font-weight:500;left:0;position:sticky;text-align:left;z-index:5}.campane-table-abiti tbody tr:nth-child(2n) td.sticky-col-abiti{background:#f9fafb}.campane-table-abiti tbody tr:hover td.sticky-col-abiti{background:#f8fafc}.settimana-col-abiti{font-size:11px;line-height:1.3;min-width:180px}.campana-name-abiti{font-size:13px}.settimana-cell-abiti{vertical-align:middle}.cell-svuotato-abiti{align-items:center;display:flex;flex-direction:column;gap:4px}.icon-success-abiti{color:#10b981;font-size:18px;font-weight:700}.data-text-abiti{color:#64748b;font-size:11px;white-space:nowrap}.cell-non-svuotato-abiti{align-items:center;display:flex;justify-content:center}.icon-warning-abiti{color:#dc2626;font-size:18px;font-weight:700}.cell-empty-abiti{color:#cbd5e1;font-size:14px}.empty-state-abiti{align-items:center;color:#94a3b8;display:flex;flex-direction:column;justify-content:center;padding:60px 0}.empty-state-abiti svg{margin-bottom:16px;opacity:.5}.empty-state-abiti h3{color:#64748b;font-size:18px;font-weight:600;margin:0 0 8px}.empty-state-abiti p{color:#94a3b8;font-size:14px;margin:0}@media (max-width:768px){.content-area-abiti{padding:12px 16px}.stats-grid-abiti{grid-template-columns:repeat(2,1fr)}.header-title-abiti h2{font-size:24px!important}.top-controls-abiti{align-items:stretch;flex-direction:column}.controls-left-abiti,.controls-right-abiti{width:100%}.search-bar-abiti{min-width:auto;width:100%}.results-badge-abiti{justify-content:center}.filters-grid-abiti{grid-template-columns:1fr}.settimane-summary-abiti{padding:0 16px 12px}.settimana-badge-abiti{min-width:70px}.campane-table-abiti td,.campane-table-abiti th{font-size:12px;padding:8px 6px}.data-text-abiti{font-size:10px}}.hera-page{background:linear-gradient(135deg,#f5f7fa,#e9edf4);display:flex;flex:1 1;flex-direction:column;min-height:100vh}.hera-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;padding:20px 24px}.hera-header-content{align-items:center;display:flex;gap:16px;min-height:48px;width:100%}.hera-back-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;padding:10px 16px;transition:all .2s ease}.hera-back-btn:hover{background:#f8fafc;border-color:#2e6db1;color:#2e6db1}.hera-header-title{flex:1 1}.hera-title-row{align-items:center;display:flex;gap:12px;margin-bottom:4px}.hera-header-title h1{color:#0f172a;font-size:28px;font-weight:700;letter-spacing:-.5px;margin:0}.hera-info-btn{align-items:center;background:linear-gradient(135deg,#2e6db1,#3b82f6);border:none;border-radius:50%;box-shadow:0 2px 6px #2e6db140;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .2s ease;width:28px}.hera-info-btn:hover{box-shadow:0 4px 12px #2e6db159;transform:scale(1.1)}.hera-info-btn span{color:#fff;font-family:Georgia,serif;font-size:14px;font-style:italic;font-weight:700}.hera-subtitle{color:#64748b;font-size:14px;margin:0}.hera-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}.hera-modal{animation:slideUp .3s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;max-height:80vh;max-width:560px;overflow:hidden;width:100%}.hera-modal-header{align-items:center;background:#fafbfc;border-bottom:1px solid #e2e8f0;display:flex;gap:14px;padding:20px 24px}.hera-modal-icon{align-items:center;background:linear-gradient(135deg,#2e6db1,#3b82f6);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.hera-modal-header h3{color:#0f172a;flex:1 1;font-size:18px;font-weight:600;margin:0}.hera-modal-close{align-items:center;background:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s;width:36px}.hera-modal-close:hover{background:#e2e8f0;color:#0f172a}.hera-modal-body{overflow-y:auto;padding:24px}.hera-modal-section{margin-bottom:20px}.hera-modal-section:last-child{margin-bottom:0}.hera-modal-section h4{border-left:3px solid #2e6db1;color:#0f172a;font-size:15px;font-weight:600;margin:0 0 10px;padding-left:12px}.hera-modal-section p{color:#475569;font-size:14px;line-height:1.6;margin:0}.hera-modal-section ul{margin:10px 0 0 20px;padding:0}.hera-modal-section li{color:#475569;font-size:14px;line-height:1.8}.hera-modal-section strong{color:#2e6db1}.hera-main{box-sizing:border-box;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:16px 20px;width:100%}.hera-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.hera-action-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:10px;padding:10px 18px;transition:all .2s ease}.hera-action-btn:hover{background:#f8fafc;border-color:#cbd5e1}.hera-action-btn.active{background:#eff6ff;border-color:#3b82f6;color:#2563eb}.hera-action-btn svg{transition:transform .2s ease}.hera-action-btn.active svg{transform:rotate(180deg)}.hera-panel{animation:slideDown .3s ease-out;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;margin-bottom:16px;padding:20px}.hera-filters-grid{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px}.hera-filter-item{display:flex;flex-direction:column;gap:6px;min-width:150px}.hera-filter-item label{color:#64748b;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.hera-filter-item input{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#1e293b;font-size:14px;padding:10px 12px;transition:all .2s ease;width:100%}.hera-filter-item input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.hera-filter-wide{flex:1 1;max-width:350px;min-width:220px}.hera-filter-actions{align-items:flex-end;display:flex;gap:10px;margin-left:auto}.hera-btn-primary,.hera-btn-secondary{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:10px 16px;transition:all .2s ease}.hera-btn-primary{background:linear-gradient(135deg,#2e6db1,#3b82f6);box-shadow:0 2px 6px #2e6db140;color:#fff}.hera-btn-primary:hover{box-shadow:0 4px 12px #2e6db159;transform:translateY(-1px)}.hera-btn-secondary{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569}.hera-btn-secondary:hover{background:#e2e8f0;color:#1e293b}.hera-select__control{border:1px solid #e2e8f0!important;border-radius:8px!important;box-shadow:none!important;min-height:42px!important}.hera-select__control:hover{border-color:#cbd5e1!important}.hera-select__control--is-focused{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important}.hera-select__multi-value{background:#eff6ff!important;border-radius:6px!important}.hera-select__multi-value__label{color:#2563eb!important;font-size:13px!important}.hera-select__multi-value__remove:hover{background:#dbeafe!important;color:#1d4ed8!important}.hera-select__menu{z-index:9999!important}.hera-upload-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.hera-upload-card{background:#fafbfc;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;padding:20px;position:relative;transition:all .2s ease}.hera-upload-card:before{background:linear-gradient(90deg,#2e6db1,#3b82f6);content:"";height:3px;left:0;position:absolute;top:0;transform:scaleX(0);transition:transform .3s ease;width:100%}.hera-upload-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000014}.hera-upload-card:hover:before{transform:scaleX(1)}.hera-upload-card-icon{align-items:center;background:linear-gradient(135deg,#2e6db1,#3b82f6);border-radius:12px;color:#fff;display:flex;height:48px;justify-content:center;margin-bottom:16px;width:48px}.hera-upload-card-icon svg{height:24px;width:24px}.hera-upload-card-header h3{color:#1e293b;font-size:16px;font-weight:600;margin:0 0 4px}.hera-upload-card-header p{color:#64748b;font-size:13px;line-height:1.4;margin:0 0 16px}.hera-upload-card-body{display:flex;flex-direction:column;gap:12px}.hera-file-input-wrapper{width:100%}.hera-file-label{align-items:center;background:#fff;border:2px dashed #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:10px;justify-content:center;padding:14px 16px;transition:all .2s ease}.hera-file-label:hover{background:#2e6db108;border-color:#2e6db1;color:#2e6db1}.hera-file-label svg{color:#2e6db1;flex-shrink:0}.hera-file-input{display:none}.hera-btn-upload{align-items:center;background:linear-gradient(135deg,#2e6db1,#3b82f6);border:none;border-radius:10px;box-shadow:0 2px 6px #2e6db140;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 16px;transition:all .2s ease;width:100%}.hera-btn-upload:hover:not(:disabled){box-shadow:0 4px 12px #2e6db159;transform:translateY(-2px)}.hera-btn-upload:disabled{background:#94a3b8;box-shadow:none;cursor:not-allowed;opacity:.5}.hera-spinner{animation:spin .7s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.hera-message{align-items:center;animation:slideDown .2s ease-out;border-radius:8px;display:flex;font-size:13px;font-weight:500;gap:10px;padding:10px 14px}.hera-message.success{background:#dcfce7;border:1px solid #86efac;color:#166534}.hera-message.success svg{color:#22c55e}.hera-message.error{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b}.hera-message.error svg{color:#ef4444}.hera-message-errors{animation:slideDown .3s ease-out;background:#fef2f2;border:1px solid #ef4444;border-radius:10px;margin-top:12px;overflow:hidden}.hera-message-errors-header{align-items:center;background:#fee2e2;border-bottom:1px solid #ef4444;display:flex;gap:10px;padding:12px 14px}.hera-message-errors-header svg{color:#dc2626;flex-shrink:0}.hera-message-errors-header span{color:#991b1b;flex:1 1;font-size:13px;font-weight:600}.hera-message-errors-close{align-items:center;background:#dc26261a;border:none;border-radius:6px;color:#dc2626;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;transition:all .2s;width:24px}.hera-message-errors-close:hover{background:#dc262633;color:#991b1b}.hera-message-errors-list{max-height:200px;overflow-y:auto;padding:8px}.hera-message-error-item{align-items:center;background:#fff;border:1px solid #fca5a5;border-radius:6px;color:#7f1d1d;display:flex;font-size:12px;gap:8px;margin-bottom:6px;padding:8px 10px;transition:all .2s}.hera-message-error-item:last-child{margin-bottom:0}.hera-message-error-item:hover{background:#fef2f2;border-color:#ef4444}.hera-message-error-item svg{color:#dc2626;flex-shrink:0}.hera-message-error-item span{font-weight:600}.hera-upload-info{align-items:center;background:#f1f5f9;border-radius:6px;color:#64748b;display:flex;font-size:12px;gap:8px;padding:8px 12px}.hera-upload-info svg{color:#94a3b8;flex-shrink:0}.hera-stato-filter{display:flex;flex-wrap:wrap;gap:8px}.hera-toggle-btn.active{background:#2e6db1;border-color:#2e6db1;color:#fff}.hera-toggle-btn.active:hover{background:#245a94}.hera-toggle-btn.active.success{background:#10b981;border-color:#10b981;color:#fff}.hera-toggle-btn.active.success:hover{background:#059669}.hera-stats-panel{grid-gap:16px;background:#f8fafc;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:20px}.hera-stat-card,.hera-stats-panel{border:1px solid #e2e8f0;border-radius:10px;padding:16px}.hera-stat-card{align-items:center;background:#fff;display:flex;gap:14px;transition:all .2s ease}.hera-stat-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.hera-stat-card.error .hera-stat-icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.hera-stat-card.success .hera-stat-icon{background:linear-gradient(135deg,#10b981,#059669)}.hera-stat-card.info .hera-stat-icon{background:linear-gradient(135deg,#3b82f6,#2563eb)}.hera-stat-icon{align-items:center;background:linear-gradient(135deg,#64748b,#475569);border-radius:10px;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.hera-stat-content{display:flex;flex-direction:column;gap:4px}.hera-stat-value{color:#0f172a;font-size:24px;font-weight:700;line-height:1}.hera-stat-label{color:#64748b;font-size:12px;font-weight:500;letter-spacing:.3px;text-transform:uppercase}.hera-data-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;padding:20px}.hera-data-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:16px}.hera-data-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.hera-download-btn,.hera-toggle-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:8px;padding:10px 16px;transition:all .2s ease}.hera-toggle-btn:hover{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.hera-toggle-btn.active.error{background:#dc2626;border-color:#dc2626;color:#fff}.hera-toggle-btn.active.error:hover{background:#b91c1c}.hera-download-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;color:#fff}.hera-download-btn:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);border:none;box-shadow:0 2px 8px #10b9814d;color:#fff}.hera-download-btn:disabled{background:#94a3b8;cursor:not-allowed;opacity:.5}.hera-table-wrapper{border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 8px #0000000f;max-height:calc(100vh - 420px);overflow:auto}.hera-table{border-collapse:collapse;font-size:13px;width:100%}.hera-table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0;position:sticky;top:0;z-index:10}.hera-table th{border-right:1px solid #e2e8f0;color:#475569;cursor:pointer;font-size:11px;font-weight:700;letter-spacing:.5px;max-width:120px;overflow:hidden;padding:12px 14px;text-align:left;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.hera-table th:last-child{border-right:none}.hera-table td{border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;color:#0f172a;font-size:13px;padding:12px 14px}.hera-table td:last-child{border-right:none}.hera-table tbody tr{transition:background .2s}.hera-table tbody tr:hover{background:#fafbfc}.hera-table tbody tr:last-child td{border-bottom:none}.hera-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.hera-loading-spinner{animation:hera-spin 1s linear infinite;border:3px solid #f1f5f9;border-radius:50%;border-top-color:#2e6db1;height:44px;margin-bottom:16px;width:44px}@keyframes hera-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hera-loading p{color:#64748b;font-size:14px;margin:0}.hera-empty-state{align-items:center;color:#94a3b8;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.hera-empty-state svg{margin-bottom:16px;opacity:.5}.hera-empty-state p{font-size:15px;line-height:1.5;margin:0;max-width:300px}.hera-tooltip{background:#1e293b;border-radius:6px;box-shadow:0 4px 12px #00000026;color:#fff;font-size:12px;font-weight:500;padding:8px 12px;pointer-events:none;white-space:nowrap;z-index:10000}.hera-tooltip:after{border-color:#1e293b #0000 #0000;border-style:solid;border-width:6px 6px 0;bottom:-6px;content:"";left:50%;position:absolute;transform:translateX(-50%)}@media (max-width:1024px){.hera-filters-grid{flex-wrap:wrap}.hera-filter-wide{flex:1 1 200px;max-width:none;min-width:200px}.hera-filter-actions{justify-content:flex-start;margin-left:0;margin-top:8px;width:100%}}@media (max-width:768px){.hera-header{padding:16px 20px}.hera-header-content{align-items:flex-start;flex-direction:column;gap:12px}.hera-header-title h1{font-size:24px}.hera-main{padding:16px 20px}.hera-filters-grid{flex-direction:column}.hera-filter-item{min-width:100%;width:100%}.hera-filter-wide{max-width:100%;min-width:100%}.hera-filter-actions{margin-left:0;width:100%}.hera-btn-primary,.hera-btn-secondary{flex:1 1}.hera-upload-grid{grid-template-columns:1fr}.hera-data-header{align-items:stretch;flex-direction:column}.hera-data-actions{justify-content:flex-end}.hera-table-wrapper{max-height:calc(100vh - 480px)}}:root{--oper-hr-color-lavorate:#016fb7;--oper-hr-color-lavorate-light:#e8f4fc;--oper-hr-color-non-lavorate:#84cc16;--oper-hr-color-non-lavorate-light:#f0fdf4;--oper-hr-color-contratto:#f59e0b;--oper-hr-color-contratto-light:#fef3c7;--oper-hr-color-straordinarie:#dc2626;--oper-hr-color-straordinarie-light:#fef2f2;--oper-hr-color-success:#059669;--oper-hr-color-success-light:#d1fae5;--oper-hr-color-warning:#d97706;--oper-hr-color-warning-light:#fef3c7;--oper-hr-color-danger:#dc2626;--oper-hr-color-danger-light:#fee2e2;--oper-hr-color-primary:#2e6db1;--oper-hr-color-primary-dark:#1e5a9a;--oper-hr-color-text:#0f172a;--oper-hr-color-text-secondary:#64748b;--oper-hr-color-border:#e2e8f0;--oper-hr-color-background:#f8fafc;--oper-hr-shadow-sm:0 1px 3px #0000000d;--oper-hr-shadow-md:0 4px 12px #00000014;--oper-hr-shadow-lg:0 8px 24px #0000001f;--oper-hr-shadow-card:0 4px 20px #00000014;--oper-hr-transition-fast:0.15s ease;--oper-hr-transition-normal:0.2s ease;--oper-hr-transition-slow:0.3s ease;--oper-hr-gap-sm:8px;--oper-hr-gap-md:16px;--oper-hr-gap-lg:20px;--oper-hr-gap-xl:24px;--oper-hr-radius-sm:6px;--oper-hr-radius-md:8px;--oper-hr-radius-lg:12px}@keyframes oper-hr-pulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes oper-hr-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes oper-hr-slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes oper-hr-glow{0%{box-shadow:0 0 0 0 #2e6db166}70%{box-shadow:0 0 0 10px #2e6db100}to{box-shadow:0 0 0 0 #2e6db100}}@keyframes oper-hr-countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes oper-hr-progressRing{0%{stroke-dashoffset:100}}.oper-hr-status-success{color:#059669!important;color:var(--oper-hr-color-success)!important}.oper-hr-status-warning{color:#d97706!important;color:var(--oper-hr-color-warning)!important}.oper-hr-status-danger{color:#dc2626!important;color:var(--oper-hr-color-danger)!important}.oper-hr-badge{letter-spacing:.3px;text-transform:uppercase}.oper-hr-badge-success{background:var(--oper-hr-color-success-light);color:var(--oper-hr-color-success)}.oper-hr-badge-warning{background:var(--oper-hr-color-warning-light);color:var(--oper-hr-color-warning)}.oper-hr-badge-danger{background:var(--oper-hr-color-danger-light);color:var(--oper-hr-color-danger)}.oper-hr-trend-up{color:#059669;color:var(--oper-hr-color-success)}.oper-hr-trend-down{color:#dc2626;color:var(--oper-hr-color-danger)}.oper-hr-trend-neutral{color:#64748b;color:var(--oper-hr-color-text-secondary)}.oper-hr-row-highlighted{animation:oper-hr-pulse .3s ease;background:linear-gradient(90deg,#2e6db1 4px,#eff6ff 0)!important;background:linear-gradient(90deg,var(--oper-hr-color-primary) 4px,#eff6ff 4px)!important}.oper-hr-mini-bar{background:linear-gradient(90deg,#2e6db1,#60a5fa);background:linear-gradient(90deg,var(--oper-hr-color-primary) 0,#60a5fa 100%);border-radius:3px;display:inline-block;height:6px;margin-left:8px;transition:width .2s ease;transition:width var(--oper-hr-transition-normal);vertical-align:middle}.oper-hr-page{background:linear-gradient(135deg,#f5f7fa,#e9edf4);display:flex;flex:1 1;flex-direction:column;min-height:100vh}.oper-hr-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;padding:20px 24px}.oper-hr-header-content{align-items:center;display:flex;gap:16px;min-height:48px;width:100%}.oper-hr-back-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;padding:10px 16px;transition:all .2s ease}.oper-hr-back-btn:hover{background:#f8fafc;border-color:#2e6db1;color:#2e6db1}.oper-hr-header-title{flex:1 1}.oper-hr-title-row{align-items:center;display:flex;gap:12px;margin-bottom:4px}.oper-hr-header-title h1{color:#0f172a;font-size:28px;font-weight:700;letter-spacing:-.5px;margin:0}.oper-hr-info-btn{align-items:center;background:linear-gradient(135deg,#2e6db1,#3b82f6);border:none;border-radius:50%;box-shadow:0 2px 6px #2e6db140;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .2s ease;width:28px}.oper-hr-info-btn:hover{box-shadow:0 4px 12px #2e6db159;transform:scale(1.1)}.oper-hr-info-btn span{color:#fff;font-family:Georgia,serif;font-size:14px;font-style:italic;font-weight:700}.oper-hr-subtitle{color:#64748b;font-size:14px;margin:0}.oper-hr-main{box-sizing:border-box;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:16px 20px;width:100%}.oper-hr-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.oper-hr-action-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:10px;padding:10px 18px;transition:all .2s ease}.oper-hr-action-btn:hover{background:#f8fafc;border-color:#cbd5e1}.oper-hr-action-btn.active{background:#eff6ff;border-color:#3b82f6;color:#2563eb}.oper-hr-action-btn svg{transition:transform .2s ease}.oper-hr-action-btn.active svg{transform:rotate(180deg)}.oper-hr-data-section{padding:16px}.oper-hr-data-section,.oper-hr-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d}.oper-hr-panel{animation:slideDown .3s ease-out;margin-bottom:16px;padding:20px}.oper-hr-filters-form{width:100%}.oper-hr-filters-grid{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px}.date-filter-show-filter-button{align-items:flex-end;display:flex;flex-direction:row;gap:12px;justify-content:space-between;width:100%}.date-filter-show-filter-button .date-filter-container{display:flex;flex:1 1;flex-direction:row;gap:8px}.date-filter-show-filter-button .oper-hr-action-btn{flex-shrink:0;height:fit-content}.oper-hr-filter-item{display:flex;flex:1 1;flex-direction:column;gap:4px;max-width:200px;min-width:140px}.oper-hr-filter-item label{color:#64748b;font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.oper-hr-filter-item input{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#1e293b;font-family:inherit;font-size:14px;min-height:fit-content;padding:8px 10px;transition:all .2s ease;width:100%}.oper-hr-filter-item input:hover{border-color:#cbd5e1}.oper-hr-filter-item input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.oper-hr-filter-wide{flex:1 1;max-width:200px;min-width:140px}.oper-hr-filter-actions{align-items:flex-end;display:flex;flex-basis:100%;gap:12px;justify-content:flex-end;margin-left:auto}.oper-hr-btn-primary,.oper-hr-btn-secondary{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;justify-content:center;padding:8px 14px;transition:all .2s ease}.oper-hr-btn-primary{background:linear-gradient(135deg,#2e6db1,#3b82f6);box-shadow:0 2px 6px #2e6db140;color:#fff}.oper-hr-btn-primary:hover{box-shadow:0 4px 12px #2e6db159;transform:translateY(-1px)}.oper-hr-btn-secondary{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569}.oper-hr-btn-secondary:hover{background:#e2e8f0;color:#1e293b}.oper-hr-select__control{border:1px solid #e2e8f0!important;border-radius:8px!important;box-shadow:none!important;font-size:14px!important;max-height:38px!important;min-height:38px!important;overflow:hidden!important}.oper-hr-select__control:hover{border-color:#cbd5e1!important}.oper-hr-select__control--is-focused{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important}.oper-hr-select__value-container{flex-wrap:nowrap!important;overflow:hidden!important;padding:2px 8px!important}.oper-hr-select__value-container--is-multi{display:flex!important;gap:4px!important}.oper-hr-select__multi-value{background:#eff6ff!important;border-radius:4px!important;flex-shrink:0!important;margin:0!important;min-width:auto!important}.oper-hr-select__multi-value__label{color:#2563eb!important;font-size:12px!important;max-width:80px!important;overflow:hidden!important;padding:2px 4px!important;text-overflow:ellipsis!important;white-space:nowrap!important}.oper-hr-select__multi-value__remove{cursor:pointer!important;padding:0 4px!important}.oper-hr-select__multi-value__remove:hover{background:#dbeafe!important;color:#1d4ed8!important}.oper-hr-select__indicators{flex-shrink:0!important}.oper-hr-select__menu{z-index:9999!important}.oper-hr-select__option{font-size:13px!important;padding:8px 12px!important}.oper-hr-select__option--is-selected{background:#2e6db1!important}.oper-hr-select__option--is-focused{background:#eff6ff!important}.oper-hr-select-more-badge{align-items:center;background:linear-gradient(135deg,#2e6db1,#3b82f6);border-radius:4px;color:#fff;display:inline-flex;flex-shrink:0;font-size:11px;font-weight:600;justify-content:center;margin-left:4px;padding:2px 8px;white-space:nowrap}.oper-hr-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}.oper-hr-modal{animation:slideUp .3s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;max-height:80vh;max-width:560px;overflow:hidden;width:100%}.oper-hr-modal-header{align-items:center;background:#fafbfc;border-bottom:1px solid #e2e8f0;display:flex;gap:14px;padding:20px 24px}.oper-hr-modal-icon{align-items:center;background:linear-gradient(135deg,#2e6db1,#3b82f6);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.oper-hr-modal-header h3{color:#0f172a;flex:1 1;font-size:18px;font-weight:600;margin:0}.oper-hr-modal-close{align-items:center;background:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s;width:36px}.oper-hr-modal-close:hover{background:#e2e8f0;color:#0f172a}.oper-hr-modal-body{overflow-y:auto;padding:24px}.oper-hr-modal-section{margin-bottom:20px}.oper-hr-modal-section:last-child{margin-bottom:0}.oper-hr-modal-section h4{border-left:3px solid #2e6db1;color:#0f172a;font-size:15px;font-weight:600;margin:0 0 10px;padding-left:12px}.oper-hr-modal-section p{color:#475569;font-size:14px;line-height:1.6;margin:0}.oper-hr-modal-section ul{margin:10px 0 0 20px;padding:0}.oper-hr-modal-section li{color:#475569;font-size:14px;line-height:1.8}.oper-hr-modal-section strong{color:#2e6db1}.oper-hr-wip{flex-direction:column;padding:60px 20px;text-align:center}.oper-hr-wip,.oper-hr-wip-icon{align-items:center;display:flex;justify-content:center}.oper-hr-wip-icon{animation:oper-hr-wip-pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:20px;box-shadow:0 8px 24px #fbbf244d;height:80px;margin-bottom:24px;width:80px}@keyframes oper-hr-wip-pulse{0%,to{box-shadow:0 8px 24px #fbbf244d;transform:scale(1)}50%{box-shadow:0 12px 32px #fbbf2466;transform:scale(1.05)}}.oper-hr-wip-icon svg{color:#fff;height:40px;width:40px}.oper-hr-wip-content h3{color:#0f172a;font-size:22px;font-weight:700;letter-spacing:-.3px;margin:0 0 8px}.oper-hr-wip-content p{color:#64748b;font-size:15px;line-height:1.6;margin:0 0 24px;max-width:400px}.oper-hr-wip-badge{align-items:center;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fbbf24;border-radius:50px;color:#92400e;display:inline-flex;font-size:13px;font-weight:600;gap:8px;padding:10px 20px}.oper-hr-wip-badge svg{height:16px;width:16px}.oper-hr-kpi-icon.operatori{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.oper-hr-kpi-icon.commesse{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}.oper-hr-badge{align-items:center;border-radius:12px;display:inline-flex;font-size:11px;font-weight:600;gap:4px;padding:2px 8px;white-space:nowrap}.oper-hr-badge-success{background:#d1fae5;border:1px solid #a7f3d0;color:#059669}.oper-hr-badge-warning{background:#fef3c7;border:1px solid #fde68a;color:#d97706}.oper-hr-badge-danger{background:#fee2e2;border:1px solid #fecaca;color:#dc2626}.oper-hr-value-indicator{align-items:center;display:inline-flex;gap:6px}.oper-hr-value-indicator:before{border-radius:50%;content:"";flex-shrink:0;height:8px;width:8px}.oper-hr-value-indicator.success:before{background:#059669;box-shadow:0 0 4px #05966980}.oper-hr-value-indicator.warning:before{background:#d97706;box-shadow:0 0 4px #d9770680}.oper-hr-value-indicator.danger:before{background:#dc2626;box-shadow:0 0 4px #dc262680}.oper-hr-mini-bar{align-items:center;display:flex;gap:8px}.oper-hr-mini-bar-track{background:#e2e8f0;border-radius:2px;flex:1 1;height:4px;min-width:40px;overflow:hidden}.oper-hr-mini-bar-fill{border-radius:2px;height:100%;transition:width .5s ease}.oper-hr-mini-bar-fill.success{background:linear-gradient(90deg,#34d399,#059669)}.oper-hr-mini-bar-fill.warning{background:linear-gradient(90deg,#fbbf24,#d97706)}.oper-hr-mini-bar-fill.danger{background:linear-gradient(90deg,#f87171,#dc2626)}.oper-hr-mini-bar-value{font-size:12px;font-weight:600;min-width:45px;text-align:right}.oper-hr-cell-success{color:#059669!important;font-weight:600}.oper-hr-cell-warning{color:#d97706!important;font-weight:600}.oper-hr-cell-danger{color:#dc2626!important;font-weight:600}.oper-hr-cell-bg-success{background:#05966914!important}.oper-hr-cell-bg-warning{background:#d9770614!important}.oper-hr-cell-bg-danger{background:#dc262614!important}.bar-chart-title-container{display:flex;flex-direction:column;gap:20px}.title-view-type-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.bar-chart-title{color:#2e6db1;font-weight:700;text-align:left}.view-type-container{display:flex;gap:6px}.view-type-btn{align-items:center;background:#0000;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:14px;font-weight:600;height:36px;justify-content:center;min-width:36px;padding:0 12px;transition:all .2s ease}.view-type-btn:hover{background:#e2e8f0;color:#475569}.view-type-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#2e6db1}.view-type-btn span{font-family:monospace}.bar-chart-view-type-excel{display:flex;gap:15px}.chart-empty-state{background:#fafafa;border:1px dashed #d1d5db;border-radius:12px;flex-direction:column;min-height:300px;padding:60px 24px;text-align:center}.chart-empty-icon,.chart-empty-state{align-items:center;display:flex;justify-content:center}.chart-empty-icon{background:#f3f4f6;border-radius:50%;height:72px;margin-bottom:20px;width:72px}.chart-empty-icon svg{color:#9ca3af;height:36px;width:36px}.chart-empty-title{color:#374151;font-size:17px;font-weight:600;margin:0 0 8px}.chart-empty-text{color:#6b7280;font-size:14px;line-height:1.5;margin:0;max-width:320px}.dettaglio-oper-chart-container{background:#fff;border-radius:8px;padding:20px 8px 20px 20px;width:100%}.dettaglio-oper-chart-header{margin-bottom:20px}.dettaglio-oper-chart-title{color:#333;font-size:18px;font-weight:600}.dettaglio-oper-chart-controls{display:flex;gap:10px}.dettaglio-oper-empty{font-size:16px;height:400px}.dettaglio-oper-chart-empty-small,.dettaglio-oper-empty{align-items:center;color:#999;display:flex;justify-content:center}.dettaglio-oper-chart-empty-small{height:275px}.scrollable-chart{max-height:275px;overflow-x:hidden;overflow-y:auto}.animated-counter{align-items:center;display:inline-flex;gap:6px}.animated-counter-value{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.animated-counter-trend{align-items:center;animation:trendFadeIn .3s ease;border-radius:12px;display:inline-flex;font-size:11px;font-weight:600;gap:2px;padding:2px 6px}@keyframes trendFadeIn{0%{opacity:0;transform:translateX(-5px)}to{opacity:1;transform:translateX(0)}}.animated-counter-trend-up{background:#d1fae5;color:#059669}.animated-counter-trend-down{background:#fee2e2;color:#dc2626}.animated-counter-trend-neutral{background:#f1f5f9;color:#64748b}.animated-counter-trend svg{flex-shrink:0}.animated-counter-trend-value{font-size:10px;white-space:nowrap}.progress-ring-container{align-items:center;display:inline-flex;flex-direction:column;justify-content:center;position:relative}.progress-ring-background{opacity:.5}.progress-ring-progress{transition:stroke-dashoffset .8s cubic-bezier(.4,0,.2,1)}.progress-ring-value{font-feature-settings:"tnum";font-size:12px;font-variant-numeric:tabular-nums;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.progress-ring-label{color:#64748b;font-size:10px;margin-top:4px;text-align:center;white-space:nowrap}@keyframes progress-ring-appear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.progress-ring-container{animation:progress-ring-appear .3s ease-out}.chart-table-container{display:flex;flex-direction:column;gap:20px;margin-top:20px}.oper-hr-kpi-cards{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:8px}.oper-hr-kpi-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000a;display:flex;gap:14px;padding:16px 18px;transition:all .2s ease}.oper-hr-kpi-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.oper-hr-kpi-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.oper-hr-kpi-icon svg{height:24px;width:24px}.oper-hr-kpi-icon.contratto{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.oper-hr-kpi-icon.lavorate{background:linear-gradient(135deg,#016fb7,#015a94);color:#fff}.oper-hr-kpi-icon.non-lavorate{background:linear-gradient(135deg,#84cc16,#65a30d);color:#fff}.oper-hr-kpi-icon.straordinarie-neg,.oper-hr-kpi-icon.straordinarie-pos{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.oper-hr-kpi-content{display:flex;flex-direction:column;gap:2px;min-width:0}.oper-hr-kpi-label{color:#64748b;font-size:12px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.oper-hr-kpi-value{color:#0f172a;font-size:22px;font-weight:700;line-height:1.2}.oper-hr-kpi-value.positive{color:#059669}.oper-hr-kpi-value.negative{color:#dc2626}.oper-hr-kpi-value.straordinari{color:#b91c1c}.oper-hr-kpi-sublabel{color:#94a3b8;font-size:12px;font-weight:500}.oper-hr-kpi-sublabel.warning{color:#dc2626;font-weight:600}.oper-hr-kpi-card-with-ring{align-items:center;flex-direction:row;gap:12px}.oper-hr-kpi-card-with-ring .oper-hr-kpi-content{flex:1 1}.oper-hr-kpi-card-with-ring .oper-hr-kpi-label{font-size:12px}.oper-hr-kpi-card-with-ring .oper-hr-kpi-sublabel{color:#374151;font-size:13px;font-weight:600}@media (max-width:1200px){.oper-hr-kpi-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.oper-hr-kpi-cards{grid-template-columns:1fr}.oper-hr-kpi-card{padding:14px 16px}.oper-hr-kpi-value{font-size:20px}}.oper-hr-active-filter{align-items:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #93c5fd;border-radius:8px;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:4px;padding:10px 16px}.oper-hr-active-filter-label{color:#1e40af;font-size:13px;font-weight:500}.oper-hr-active-filter-tags{display:flex;flex-wrap:wrap;gap:8px}.oper-hr-active-filter-badge{align-items:center;background:#2563eb;border-radius:20px;color:#fff;display:inline-flex;font-size:13px;font-weight:600;gap:8px;max-width:200px;padding:6px 12px}.oper-hr-active-filter-text{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oper-hr-active-filter-remove{align-items:center;background:#fff3;border:none;border-radius:50%;cursor:pointer;display:flex;height:18px;justify-content:center;padding:0;transition:all .2s;width:18px}.oper-hr-active-filter-remove:hover{background:#ffffff4d}.oper-hr-active-filter-remove svg{color:#fff;height:12px;width:12px}.oper-hr-clear-all-filters{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;padding:6px 12px;transition:all .2s ease}.oper-hr-clear-all-filters:hover{background:#fee2e2;border-color:#f87171}.oper-hr-table-title-container{display:flex;justify-content:space-between}.oper-hr-table-title{align-self:center;color:#2e6db1;font-weight:700}.oper-hr-view-type-excel{display:flex;gap:15px}.oper-hr-table-view-type-container{display:flex}.oper-hr-table-view-type-container button{align-items:center;background:#0000;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:14px;font-weight:600;height:36px;justify-content:center;min-width:36px;padding:0 12px;transition:all .2s ease}.oper-hr-table-view-type-container button:hover{background:#e2e8f0;color:#475569}.oper-hr-table-view-type-container button.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#2e6db1}.oper-hr-table-view-type-container button span{font-family:monospace}.oper-hr-table-wrapper{border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 8px #0000000f;overflow:auto}.oper-hr-table{border-collapse:collapse;font-size:13px;width:100%}.oper-hr-table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:10}.oper-hr-table th{border:1px solid #e2e8f0;color:#475569;font-size:11px;font-weight:700;letter-spacing:.5px;max-width:120px;overflow:hidden;padding:12px 14px;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.oper-hr-table th:last-child{border-right:none}.oper-hr-table td{border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;color:#0f172a;font-size:13px;padding:12px 14px}.oper-hr-table td:last-child{border-right:none}.oper-hr-table tbody tr{transition:background .2s ease}.oper-hr-table tbody tr:nth-child(2n){background:#f8fafc}.oper-hr-table tbody tr:nth-child(odd){background:#fff}.oper-hr-table tbody tr:hover{background:#eff6ff}.oper-hr-table tbody tr.highlighted{background:#dbeafe!important;border-left:3px solid #2563eb}.oper-hr-table tbody tr:last-child td{border-bottom:none}.oper-hr-table td.totale-trimestre,.oper-hr-table th.totale-trimestre{background:#f8fafc;border-left:2px solid #cbd5e1;font-weight:600}.oper-hr-table td:first-child,.oper-hr-table th:first-child{background:#fff;border-right:2px solid #e2e8f0;box-shadow:2px 0 4px #0000000d;min-width:130px}.oper-hr-table thead th:first-child{background:linear-gradient(135deg,#f8fafc,#f1f5f9);z-index:15}.oper-hr-table tbody tr.row-ore-lavorate td:not(:first-child){background:#016fb70a}.oper-hr-table tbody tr.row-ore-lavorate td:first-child{background:#e8f4fc;color:#016fb7}.oper-hr-table tbody tr.row-ore-non-lavorate td:not(:first-child){background:#84cc160f}.oper-hr-table tbody tr.row-ore-non-lavorate td:first-child{background:#eef8e0;color:#65a30d}.oper-hr-table tbody tr.row-perc-non-lav td:not(:first-child){background:#84cc1608}.oper-hr-table tbody tr.row-perc-non-lav td:first-child{background:#f4fae8;color:#65a30d}.oper-hr-table tbody tr.row-ore-contratto td:not(:first-child){background:#f59e0b0a}.oper-hr-table tbody tr.row-ore-contratto td:first-child{background:#fef3e2;color:#d97706}.oper-hr-table tbody tr.row-ore-straordinarie td:not(:first-child){background:#b91c1c0a}.oper-hr-table tbody tr.row-ore-straordinarie td:first-child{background:#fef2f2;color:#b91c1c}.oper-hr-table tbody tr.row-perc-straordinarie td:not(:first-child){background:#b91c1c05}.oper-hr-table tbody tr.row-perc-straordinarie td:first-child{background:#fef7f7;color:#b91c1c}.oper-hr-table td.value-positive{color:#059669}.oper-hr-table td.value-negative{color:#dc2626}.oper-hr-table td.value-high{color:#d97706}.oper-hr-table td.value-danger{color:#dc2626}.oper-hr-table td.value-straordinari{color:#b91c1c}.oper-hr-table tbody tr.row-ore-contratto:hover td,.oper-hr-table tbody tr.row-ore-lavorate:hover td,.oper-hr-table tbody tr.row-ore-non-lavorate:hover td,.oper-hr-table tbody tr.row-ore-straordinarie:hover td,.oper-hr-table tbody tr.row-perc-non-lav:hover td,.oper-hr-table tbody tr.row-perc-straordinarie:hover td{filter:brightness(.98)}.oper-hr-table td:first-child,.oper-hr-table th:first-child{left:0;min-width:140px;position:sticky;text-align:left;z-index:5}.oper-hr-table tbody td:first-child{border-right:2px solid #e2e8f0;font-weight:600}.oper-hr-empty-state{background:#fafafa;border:1px dashed #d1d5db;border-radius:12px;flex-direction:column;padding:48px 24px;text-align:center}.oper-hr-empty-icon,.oper-hr-empty-state{align-items:center;display:flex;justify-content:center}.oper-hr-empty-icon{background:#f3f4f6;border-radius:50%;height:64px;margin-bottom:16px;width:64px}.oper-hr-empty-icon svg{color:#9ca3af;height:32px;width:32px}.oper-hr-empty-title{color:#374151;font-size:16px;font-weight:600;margin:0 0 8px}.oper-hr-empty-text{color:#6b7280;font-size:14px;line-height:1.5;margin:0 0 20px;max-width:360px}.oper-hr-empty-btn{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;padding:10px 20px;transition:all .2s}.oper-hr-empty-btn:hover{background:#1d4ed8}.oper-hr-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.oper-hr-loading-spinner{animation:oper-hr-spin 1s linear infinite;border:3px solid #f1f5f9;border-radius:50%;border-top-color:#2e6db1;height:44px;margin-bottom:16px;width:44px}@keyframes oper-hr-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.oper-hr-loading p{color:#64748b;font-size:14px;margin:0}.dettaglio-oper-container{min-height:400px;width:100%}.dettaglio-oper-content{display:flex;flex-direction:column;gap:20px}.dettaglio-oper-kpi.oper-hr-kpi-cards{display:flex!important;flex-wrap:nowrap!important;gap:12px;margin-bottom:0;overflow-x:auto}.dettaglio-oper-kpi .oper-hr-kpi-card{flex:1 1!important;max-width:none!important;min-width:150px}.dettaglio-oper-kpi .oper-hr-kpi-card-with-ring{align-items:center;flex-direction:row;gap:12px}.dettaglio-oper-kpi .oper-hr-kpi-card-with-ring .oper-hr-kpi-content{flex:1 1}.dettaglio-oper-kpi .oper-hr-kpi-card-with-ring .oper-hr-kpi-label{font-size:12px}.dettaglio-oper-kpi .oper-hr-kpi-card-with-ring .oper-hr-kpi-sublabel{color:#374151;font-size:13px;font-weight:600}.dettaglio-oper-main-content{align-items:flex-start;display:flex;gap:20px;width:100%}.dettaglio-oper-table-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex:1 1 40%;flex-direction:column;min-width:0;overflow:hidden;padding:20px}.dettaglio-oper-table-header{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;margin-bottom:16px}.dettaglio-oper-table-title-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.dettaglio-oper-table-title{color:#2e6db1;font-size:16px;font-weight:700}.dettaglio-oper-filter-indicator{align-items:center;color:#f59e0b;display:flex;font-size:13px;font-weight:500;gap:6px}.dettaglio-oper-clear-all-btn{background-color:#fef3c7;border:1px solid #fcd34d;border-radius:4px;color:#d97706;cursor:pointer;font-size:11px;font-weight:500;padding:2px 8px;transition:all .2s}.dettaglio-oper-clear-all-btn:hover{background-color:#fde68a;border-color:#f59e0b}.dettaglio-oper-download-btn{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s}.dettaglio-oper-download-btn:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 6px #10b9814d;transform:translateY(-1px)}.dettaglio-oper-download-btn:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}.dettaglio-oper-table-wrapper{border:1px solid #e5e7eb;border-radius:8px;flex:1 1;overflow-y:auto}.dettaglio-oper-table-wrapper::-webkit-scrollbar{width:8px}.dettaglio-oper-table-wrapper::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.dettaglio-oper-table-wrapper::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:4px}.dettaglio-oper-table-wrapper::-webkit-scrollbar-thumb:hover{background:#6b7280}.dettaglio-oper-table{border-collapse:collapse;font-size:13px;width:100%}.dettaglio-oper-table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9);box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:10}.dettaglio-oper-table th{background:#f9fafb;border-bottom:2px solid #e5e7eb;color:#374151;font-weight:600;padding:10px 8px;text-align:left;white-space:nowrap}.dettaglio-oper-table tbody tr{transition:background-color .2s ease}.dettaglio-oper-table tbody tr:nth-child(2n){background:#f8fafc}.dettaglio-oper-table tbody tr:nth-child(odd){background:#fff}.dettaglio-oper-table tbody tr:hover{background-color:#eff6ff}.dettaglio-oper-table tbody tr.highlighted{background:#dbeafe!important;border-left:3px solid #2563eb}.dettaglio-oper-table tbody tr:not(:last-child){border-bottom:1px solid #e5e7eb}.dettaglio-oper-table td{color:#4b5563;padding:8px;white-space:nowrap}.dettaglio-oper-table .td-operatore{max-width:180px;overflow:hidden;text-overflow:ellipsis}.dettaglio-oper-table .td-operatore span{font-weight:500}.dettaglio-oper-table tfoot{background:#f0f9ff;bottom:0;position:sticky}.dettaglio-oper-table .tr-totali td{background:#f0f9ff;border-top:2px solid #e5e7eb;color:#1f2937;font-weight:600;padding:10px 8px}.value-straordinari{color:#047857!important;font-weight:500}.value-danger{color:#dc2626!important;font-weight:600}.value-high{color:#ea580c!important;font-weight:500}.dettaglio-oper-chart-section{display:flex;flex:1 1 55%;flex-direction:column;gap:16px;min-width:0;overflow:hidden}.dettaglio-oper-chart-box{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;overflow:hidden;padding:16px}.dettaglio-oper-chart-header{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;margin-bottom:12px}.dettaglio-oper-chart-title{color:#2e6db1;font-size:15px;font-weight:700}.dettaglio-oper-chart-actions{align-items:center;display:flex;gap:8px}.dettaglio-oper-clear-filter-btn{align-items:center;background-color:#fef2f2;border:1px solid #fecaca;border-radius:4px;color:#dc2626;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:4px;padding:4px 10px;transition:all .2s}.dettaglio-oper-clear-filter-btn:hover{background-color:#fee2e2;border-color:#f87171}.dettaglio-oper-filter-badge{align-items:center;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;padding:8px 12px}.dettaglio-oper-filter-label{color:#166534;font-size:12px;font-weight:500}.dettaglio-oper-filter-tags{display:flex;flex-wrap:wrap;gap:6px}.dettaglio-oper-filter-tag{align-items:center;background-color:#dcfce7;border-radius:4px;color:#166534;display:flex;font-size:12px;gap:4px;max-width:150px;padding:3px 8px}.dettaglio-oper-filter-tag-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dettaglio-oper-filter-tag button{align-items:center;background:none;border:none;color:#166534;cursor:pointer;display:flex;justify-content:center;opacity:.7;padding:0;transition:opacity .2s}.dettaglio-oper-filter-tag button:hover{opacity:1}.dettaglio-oper-filter-more{background-color:#bbf7d0;border-radius:4px;color:#166534;font-size:12px;font-weight:500;padding:3px 8px}.dettaglio-oper-filter-badge-blue{background-color:#eff6ff;border-color:#bfdbfe}.dettaglio-oper-filter-badge-blue .dettaglio-oper-filter-label{color:#1e40af}.dettaglio-oper-filter-tag-blue{background-color:#dbeafe!important;color:#1e40af!important}.dettaglio-oper-filter-tag-blue button{color:#1e40af!important}.dettaglio-oper-filter-more-blue{background-color:#bfdbfe!important;color:#1e40af!important}.dettaglio-oper-chart-scroll{flex:1 1;max-height:450px;min-width:0;overflow-x:hidden;overflow-y:auto}.dettaglio-oper-chart-scroll::-webkit-scrollbar{width:8px}.dettaglio-oper-chart-scroll::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.dettaglio-oper-chart-scroll::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:4px}.dettaglio-oper-chart-scroll::-webkit-scrollbar-thumb:hover{background:#6b7280}.dettaglio-oper-empty-chart{align-items:center;color:#9ca3af;display:flex;flex-direction:column;justify-content:center;padding:40px 20px}.dettaglio-oper-empty-chart .dettaglio-oper-empty-icon{height:48px;margin-bottom:12px;opacity:.5;width:48px}.dettaglio-oper-empty-chart p{font-size:14px;text-align:center}.dettaglio-oper-no-data{color:#9ca3af;font-size:14px;padding:40px 20px}.dettaglio-oper-loading,.dettaglio-oper-no-data{align-items:center;display:flex;justify-content:center}.dettaglio-oper-loading{color:#6b7280;flex-direction:column;padding:80px 20px}.dettaglio-oper-loading-spinner{animation:dettaglio-oper-spin 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:40px;margin-bottom:16px;width:40px}@keyframes dettaglio-oper-spin{to{transform:rotate(1turn)}}.dettaglio-oper-loading p{color:#6b7280;font-size:14px}.dettaglio-oper-empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:80px 20px;text-align:center}.dettaglio-oper-empty-state .dettaglio-oper-empty-icon{color:#9ca3af;height:64px;margin-bottom:16px;opacity:.5;width:64px}.dettaglio-oper-empty-state h4{color:#4b5563;font-size:18px;font-weight:600;margin:0 0 8px}.dettaglio-oper-empty-state p{color:#9ca3af;font-size:14px;margin:0}@media (max-width:1400px){.dettaglio-oper-main-content{flex-direction:column}.dettaglio-oper-chart-section,.dettaglio-oper-table-section{flex:1 1 100%;max-width:100%}.dettaglio-oper-chart-section{flex-direction:row;flex-wrap:wrap}.dettaglio-oper-chart-box{flex-basis:calc(50% - 8px);flex-grow:1;flex-shrink:1;min-width:300px}}@media (max-width:900px){.dettaglio-oper-chart-box{flex:1 1 100%}}.dettaglio-comm-container{display:flex;flex-direction:column;gap:20px;margin-top:20px}.dettaglio-comm-content{grid-gap:20px;display:grid;gap:20px;grid-template-columns:2fr 1fr;grid-template-rows:auto 1fr;min-height:500px}.dettaglio-comm-kpi{grid-column:1/-1}.dettaglio-comm-kpi .oper-hr-kpi-card-with-ring{align-items:center;flex-direction:row;gap:12px}.dettaglio-comm-kpi .oper-hr-kpi-card-with-ring .oper-hr-kpi-content{flex:1 1}.dettaglio-comm-kpi .oper-hr-kpi-card-with-ring .oper-hr-kpi-label{font-size:12px}.dettaglio-comm-kpi .oper-hr-kpi-card-with-ring .oper-hr-kpi-sublabel{color:#374151;font-size:13px;font-weight:600}.dettaglio-comm-table-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;display:flex;flex:2 1;flex-direction:column;overflow:hidden}.dettaglio-comm-table-header{align-items:center;background:#fafbfc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 20px}.dettaglio-comm-table-title{color:#2e6db1;font-size:15px;font-weight:700}.dettaglio-comm-table-controls{align-items:center;display:flex;gap:12px}.dettaglio-comm-view-type-container{display:flex;gap:4px}.dettaglio-comm-view-btn{align-items:center;background:#0000;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:13px;font-weight:600;height:32px;justify-content:center;min-width:32px;padding:0 10px;transition:all .2s ease}.dettaglio-comm-view-btn:hover{background:#e2e8f0;color:#475569}.dettaglio-comm-view-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#2e6db1}.dettaglio-comm-view-btn span{font-family:monospace}.dettaglio-comm-download-btn{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;box-shadow:0 2px 6px #10b98140;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 14px;transition:all .2s ease}.dettaglio-comm-download-btn:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #10b98159;transform:translateY(-1px)}.dettaglio-comm-download-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.dettaglio-comm-config-row{background:#fafbfc;border-bottom:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:16px;padding:12px 20px}.dettaglio-comm-config-item{display:flex;flex:1 1;flex-direction:column;gap:4px;max-width:280px;min-width:180px}.dettaglio-comm-config-item label{color:#64748b;font-size:11px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.dettaglio-comm-select__control{background:#fff!important;border-color:#e2e8f0!important;border-radius:6px!important;box-shadow:none!important;font-size:13px;min-height:36px!important}.dettaglio-comm-select__control:hover{border-color:#cbd5e1!important}.dettaglio-comm-select__control--is-focused{border-color:#2e6db1!important;box-shadow:0 0 0 1px #2e6db1!important}.dettaglio-comm-select__value-container{padding:2px 8px!important}.dettaglio-comm-select__multi-value{background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:4px!important;margin:2px!important}.dettaglio-comm-select__multi-value__label{color:#1e40af!important;font-size:11px!important;font-weight:500!important;padding:2px 4px!important}.dettaglio-comm-select__multi-value__remove{color:#3b82f6!important;padding:0 4px!important}.dettaglio-comm-select__multi-value__remove:hover{background:#dbeafe!important;color:#1e40af!important}.dettaglio-comm-select__menu{border-radius:8px!important;box-shadow:0 4px 12px #00000026!important;z-index:100!important}.dettaglio-comm-select__option{font-size:13px!important;padding:8px 12px!important}.dettaglio-comm-select__option--is-selected{background:#2e6db1!important}.dettaglio-comm-select__option--is-focused{background:#eff6ff!important}.dettaglio-comm-select__placeholder{color:#94a3b8!important;font-size:13px!important}.dettaglio-comm-select__indicator-separator{display:none!important}.dettaglio-comm-select__dropdown-indicator{color:#64748b!important;padding:4px!important}.dettaglio-comm-select__clear-indicator{color:#94a3b8!important;padding:4px!important}.dettaglio-comm-select__clear-indicator:hover{color:#dc2626!important}.dettaglio-comm-select-more-badge{align-items:center;background:#e0e7ff;border-radius:4px;color:#3730a3;display:inline-flex;font-size:10px;font-weight:600;justify-content:center;margin:2px;padding:2px 6px}.dettaglio-comm-no-data{align-items:center;background:#f8fafc;border-radius:8px;color:#64748b;display:flex;font-size:14px;justify-content:center;margin:20px;padding:60px 20px;text-align:center}.dettaglio-comm-table-wrapper{flex:1 1;overflow:auto;padding:0}.dettaglio-comm-table{border-collapse:collapse;font-size:12px;width:100%}.dettaglio-comm-table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9);box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:10}.dettaglio-comm-table th{border:1px solid #e2e8f0;color:#475569;font-size:10px;font-weight:700;letter-spacing:.3px;padding:10px 8px;text-align:center;text-transform:uppercase;white-space:nowrap}.dettaglio-comm-table th.th-settore{background:linear-gradient(135deg,#f8fafc,#f1f5f9);left:0;min-width:120px;position:sticky;text-align:left;z-index:15}.dettaglio-comm-table th.th-periodo{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1e40af}.dettaglio-comm-table th.th-totale{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#047857}.dettaglio-comm-table th.th-metrica{font-size:9px;min-width:60px;padding:8px 6px}.dettaglio-comm-table th.th-totale-metrica{background:linear-gradient(135deg,#ecfdf5,#d1fae5)}.dettaglio-comm-table td{border:1px solid #f1f5f9;color:#0f172a;font-size:11px;padding:8px 6px;text-align:center}.dettaglio-comm-table td.td-settore{background:#fff;border-right:2px solid #e2e8f0;color:#2e6db1;font-weight:600;left:0;min-width:220px;position:sticky;text-align:left;white-space:nowrap;z-index:5}.dettaglio-comm-table td.td-expandable{cursor:pointer;-webkit-user-select:none;user-select:none}.dettaglio-comm-table td.td-expandable:hover{background:#f0f9ff}.dettaglio-comm-table .expand-icon{color:#64748b;display:inline-block;font-size:10px;margin-right:4px;text-align:center;width:16px}.dettaglio-comm-table .level-label{color:#94a3b8;font-size:9px;font-weight:500;margin-right:4px;text-transform:uppercase}.dettaglio-comm-table .level-value{color:#2e6db1;display:inline-block;font-weight:600;max-width:150px;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.dettaglio-comm-table td.td-indent-1{padding-left:24px}.dettaglio-comm-table td.td-indent-2{padding-left:44px}.dettaglio-comm-table td.td-indent-3{padding-left:64px}.dettaglio-comm-table td.td-indent-4{padding-left:84px}.dettaglio-comm-table tr.tr-level-1{background:#fff}.dettaglio-comm-table tr.tr-level-1 td.td-settore .level-value{color:#1e40af;font-weight:700}.dettaglio-comm-table tr.tr-level-2,.dettaglio-comm-table tr.tr-level-2 td.td-settore{background:#f8fafc}.dettaglio-comm-table tr.tr-level-2 td.td-settore .level-value{color:#047857}.dettaglio-comm-table tr.tr-level-3,.dettaglio-comm-table tr.tr-level-3 td.td-settore{background:#f1f5f9}.dettaglio-comm-table tr.tr-level-3 td.td-settore .level-value{color:#7c3aed}.dettaglio-comm-table tr.tr-level-4,.dettaglio-comm-table tr.tr-level-4 td.td-settore{background:#e8eef4}.dettaglio-comm-table tr.tr-level-4 td.td-settore .level-value{color:#b45309}.dettaglio-comm-table tr.tr-level-5,.dettaglio-comm-table tr.tr-level-5 td.td-settore{background:#e2e8f0}.dettaglio-comm-table tr.tr-level-5 td.td-settore .level-value{color:#475569;font-weight:500}.dettaglio-comm-table tbody tr.highlighted{background:#dbeafe!important;border-left:3px solid #2563eb}.dettaglio-comm-table tbody tr.highlighted td.td-settore{background:#dbeafe!important}.dettaglio-comm-table tbody tr{transition:background-color .2s ease}.dettaglio-comm-table tbody tr:hover,.dettaglio-comm-table tbody tr:hover td.td-settore{background:#eff6ff!important}.dettaglio-comm-table td.td-totale{background:#f8fafc;border-left:2px solid #e2e8f0}.dettaglio-comm-table tbody tr:hover td{background:#fafbfc}.dettaglio-comm-table tbody tr:hover td.td-settore{background:#f0f9ff}.dettaglio-comm-table tbody tr:hover td.td-totale{background:#f0fdf4}.dettaglio-comm-table tr.tr-totali{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.dettaglio-comm-table tr.tr-totali td{border-top:2px solid #cbd5e1;font-weight:600}.dettaglio-comm-table tr.tr-totali td.td-settore{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#0f172a}.dettaglio-comm-table td.value-positive{color:#059669}.dettaglio-comm-table td.value-negative{color:#dc2626}.dettaglio-comm-table td.value-high{color:#d97706}.dettaglio-comm-table td.value-danger{color:#dc2626}.dettaglio-comm-table td.value-straordinari{color:#b91c1c}.dettaglio-comm-chart-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;display:flex;flex:1 1;flex-direction:column;min-height:500px;min-width:350px;overflow:hidden}.dettaglio-comm-chart-header{align-items:center;background:#fafbfc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 20px}.dettaglio-comm-chart-title{color:#2e6db1;font-size:15px;font-weight:700}.dettaglio-comm-chart-actions{align-items:center;display:flex;gap:8px}.dettaglio-comm-clear-filter-btn{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:6px 12px;transition:all .2s ease}.dettaglio-comm-clear-filter-btn:hover{background:#fee2e2;border-color:#f87171}.dettaglio-comm-filter-badge{align-items:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-bottom:1px solid #bfdbfe;display:flex;flex-wrap:wrap;gap:8px;padding:8px 16px}.dettaglio-comm-filter-label{color:#1e40af;font-size:11px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.dettaglio-comm-filter-tags{display:flex;flex-wrap:wrap;gap:6px}.dettaglio-comm-filter-tag{align-items:center;background:#fff;border:1px solid #3b82f6;border-radius:4px;color:#1d4ed8;display:inline-flex;font-size:11px;font-weight:500;gap:4px;max-width:180px;padding:4px 8px}.dettaglio-comm-filter-tag-text{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dettaglio-comm-filter-tag button{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;margin-left:2px;padding:0;transition:color .2s}.dettaglio-comm-filter-tag button:hover{color:#dc2626}.dettaglio-comm-empty-chart{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:40px 20px;text-align:center}.dettaglio-comm-empty-icon{align-items:center;background:#f3f4f6;border-radius:50%;display:flex;height:64px;justify-content:center;margin-bottom:16px;width:64px}.dettaglio-comm-empty-icon svg{color:#9ca3af;height:32px;width:32px}.dettaglio-comm-empty-chart p{color:#6b7280;font-size:14px;margin:0}.dettaglio-comm-empty-state{align-items:center;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:12px;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:80px 20px;text-align:center}.dettaglio-comm-empty-state .dettaglio-comm-empty-icon{height:80px;margin-bottom:20px;width:80px}.dettaglio-comm-empty-state .dettaglio-comm-empty-icon svg{height:40px;width:40px}.dettaglio-comm-empty-state h4{color:#374151;font-size:18px;font-weight:600;margin:0 0 8px}.dettaglio-comm-empty-state p{color:#6b7280;font-size:14px;margin:0;max-width:300px}.dettaglio-comm-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:60px 20px;text-align:center}.dettaglio-comm-loading-spinner{animation:dettaglio-comm-spin 1s linear infinite;border:3px solid #f1f5f9;border-radius:50%;border-top-color:#2e6db1;height:44px;margin-bottom:16px;width:44px}@keyframes dettaglio-comm-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dettaglio-comm-loading p{color:#64748b;font-size:14px;margin:0}@media (max-width:1200px){.dettaglio-comm-content{flex-direction:column}.dettaglio-comm-chart-section,.dettaglio-comm-table-section{flex:1 1;min-width:auto}.dettaglio-comm-chart-section{min-height:400px}}@media (max-width:768px){.dettaglio-comm-table-header{align-items:flex-start;flex-direction:column;gap:12px}.dettaglio-comm-table-controls{justify-content:space-between;width:100%}}.dettaglio-comm-kpi.oper-hr-kpi-cards{display:flex;flex-wrap:nowrap;gap:16px;margin-bottom:8px;width:100%}.dettaglio-comm-kpi .oper-hr-kpi-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000a;display:flex;flex:1 1;gap:14px;min-width:0;padding:16px 18px;transition:all .2s ease}.dettaglio-comm-kpi .oper-hr-kpi-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.dettaglio-comm-kpi .oper-hr-kpi-icon{align-items:center;border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.dettaglio-comm-kpi .oper-hr-kpi-icon svg{height:24px;width:24px}.dettaglio-comm-kpi .oper-hr-kpi-icon.operatori{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.dettaglio-comm-kpi .oper-hr-kpi-icon.commesse{background:linear-gradient(135deg,#f59e0b,#d97706)}.dettaglio-comm-kpi .oper-hr-kpi-icon.lavorate{background:linear-gradient(135deg,#016fb7,#015a94)}.dettaglio-comm-kpi .oper-hr-kpi-icon.non-lavorate{background:linear-gradient(135deg,#84cc16,#65a30d)}.dettaglio-comm-kpi .oper-hr-kpi-icon.straordinarie-pos{background:linear-gradient(135deg,#dc2626,#b91c1c)}.dettaglio-comm-kpi .oper-hr-kpi-content{display:flex;flex-direction:column;gap:2px;min-width:0}.dettaglio-comm-kpi .oper-hr-kpi-label{color:#64748b;font-size:12px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.dettaglio-comm-kpi .oper-hr-kpi-value{color:#0f172a;font-size:22px;font-weight:700;line-height:1.2}.dettaglio-comm-kpi .oper-hr-kpi-value.straordinari{color:#b91c1c}.dettaglio-comm-kpi .oper-hr-kpi-sublabel{color:#94a3b8;font-size:12px;font-weight:500}@media (max-width:1400px){.dettaglio-comm-kpi .oper-hr-kpi-card{padding:14px 16px}.dettaglio-comm-kpi .oper-hr-kpi-value{font-size:20px}}@media (max-width:1200px){.dettaglio-comm-content{grid-template-columns:1fr}.dettaglio-comm-kpi{grid-column:1}.dettaglio-comm-kpi.oper-hr-kpi-cards{flex-wrap:wrap}.dettaglio-comm-kpi .oper-hr-kpi-card{flex-basis:calc(33% - 12px);flex-grow:1;flex-shrink:1;min-width:180px}}@media (max-width:768px){.dettaglio-comm-kpi .oper-hr-kpi-card{flex-basis:calc(50% - 8px);flex-grow:1;flex-shrink:1;padding:12px 14px}.dettaglio-comm-kpi .oper-hr-kpi-value{font-size:18px}}@media (max-width:480px){.dettaglio-comm-kpi .oper-hr-kpi-card{flex:1 1 100%}}*{box-sizing:border-box}.piano-ferie-container{background:#f8fafc;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.page-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d;min-height:80px;padding:16px 20px}.header-content{gap:16px;min-height:48px;width:100%}.back-button,.header-content{align-items:center;display:flex}.back-button{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;font-size:13px;font-weight:500;gap:6px;padding:7px 12px;transition:all .2s}.back-button:hover{background:#f8fafc;border-color:#5f9279;color:#5f9279}.header-title{flex:1 1}.header-title-row{align-items:center;display:flex;gap:10px}.header-title h2{color:#0f172a;font-size:32px;font-weight:700;letter-spacing:-.5px;line-height:1.2;margin:0 0 6px}.info-button-modern{align-items:center;background:linear-gradient(135deg,#3b82f6,#60a5fa);border:none;border-radius:50%;box-shadow:0 2px 8px #3b82f640;cursor:pointer;display:flex;flex-shrink:0;height:28px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:28px}.info-button-modern:hover{box-shadow:0 4px 16px #3b82f666;transform:scale(1.1) rotate(5deg)}.info-button-modern:active{transform:scale(.95)}.info-icon-text{color:#fff;font-family:Georgia,Times New Roman,serif;font-size:16px;font-style:italic;font-weight:700;line-height:1}.header-subtitle{color:#64748b;font-size:13px;margin:0}.modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-container{animation:slideUp .3s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:600px;overflow:hidden;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;gap:14px;padding:20px 24px;position:relative}.modal-header,.modal-icon{align-items:center;display:flex}.modal-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:12px;flex-shrink:0;height:48px;justify-content:center;width:48px}.modal-header h3{color:#fff;flex:1 1;font-size:20px;font-weight:700;margin:0}.modal-close{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s;width:36px}.modal-close:hover{background:#ffffff40;transform:rotate(90deg)}.modal-body{flex:1 1;overflow-y:auto;padding:24px}.modal-section{margin-bottom:24px}.modal-section:last-child{margin-bottom:0}.modal-section h4{align-items:center;color:#0f172a;display:flex;font-size:16px;font-weight:700;gap:8px;margin:0 0 12px}.modal-section h4:before{background:linear-gradient(135deg,#3b82f6,#60a5fa);border-radius:2px;content:"";height:20px;width:4px}.modal-section p{color:#475569;font-size:14px;line-height:1.7;margin:0 0 12px}.modal-section ul{list-style:none;margin:12px 0;padding-left:8px}.modal-section li{align-items:center;color:#475569;display:flex;font-size:14px;gap:10px;line-height:1.7;margin-bottom:8px}.legend-dot{border-radius:4px;flex-shrink:0;height:20px;width:20px}.legend-dot.confermato{background:linear-gradient(135deg,#10b981,#34d399)}.legend-dot.richiesto{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.legend-dot.rifiutato{background:linear-gradient(135deg,#ef4444,#f87171)}.legend-dot.festivo{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}.legend-dot.domenica{background:linear-gradient(135deg,#94a3b8,#cbd5e1)}.legend-dot.accordo{background:linear-gradient(135deg,#166534,#22c55e)}.content-area{box-sizing:border-box;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:16px 20px;width:100%}.top-controls{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px}.controls-left,.controls-right{align-items:center;display:flex;gap:10px}.search-bar-compact{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;display:flex;gap:8px;height:40px;max-width:100%;min-width:280px;padding:10px 14px;transition:all .2s}.search-bar-compact:focus-within{border-color:#2e6db1;box-shadow:0 0 0 2px #2e6db11a}.search-bar-compact svg{color:#94a3b8;flex-shrink:0}.search-bar-compact input{background:#0000;border:none;color:#0f172a;flex:1 1;font-size:13px;outline:none}.search-bar-compact input::placeholder{color:#94a3b8}.year-selector{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;display:flex;gap:2px;padding:3px}.year-btn{background:#0000;border:none;border-radius:5px;color:#64748b;cursor:pointer;font-size:12px;font-weight:600;padding:6px 14px;transition:all .2s}.year-btn:hover{color:#5f9279}.year-btn.active{background:#fff;box-shadow:0 1px 2px #0000001a;color:#5f9279}.toggle-filters-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#475569;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:10px;height:40px;padding:10px 18px;transition:all .2s;white-space:nowrap}.toggle-filters-btn:hover{background:#f8fafc;border-color:#cbd5e1}.toggle-filters-btn.active{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.toggle-filters-btn svg{transition:transform .3s ease}.toggle-filters-btn.active svg{transform:rotate(180deg)}.toggle-legenda-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:7px 14px;transition:all .2s}.toggle-legenda-btn:hover{border-color:#5f9279;color:#5f9279}.toggle-legenda-btn.active{background:linear-gradient(135deg,#5f9279,#7ab896);border-color:#5f9279;color:#fff}.filters-panel{animation:slideDown .2s ease-out;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;margin-bottom:16px;padding:14px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filters-grid-compact{grid-gap:12px;align-items:end;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.filter-item{display:flex;flex-direction:column;gap:6px}.filter-item label{color:#475569;font-size:11px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.piano-ferie-select__control{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:8px!important;box-shadow:none!important;cursor:pointer!important;font-size:13px!important;min-height:38px!important}.piano-ferie-select__control:hover{border-color:#cbd5e1!important}.piano-ferie-select__control--is-focused{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important}.piano-ferie-select__value-container{padding:2px 10px!important}.piano-ferie-select__single-value{color:#0f172a!important;font-size:13px!important}.piano-ferie-select__placeholder{color:#94a3b8!important;font-size:13px!important}.piano-ferie-select__indicator-separator{display:none!important}.piano-ferie-select__dropdown-indicator{color:#64748b!important;padding:6px!important}.piano-ferie-select__dropdown-indicator:hover{color:#3b82f6!important}.piano-ferie-select__menu{border:1px solid #e2e8f0!important;border-radius:8px!important;box-shadow:0 4px 20px #00000026!important;margin-top:4px!important;overflow:hidden!important;z-index:9999!important}.piano-ferie-select__menu-list{padding:4px!important}.piano-ferie-select__option{border-radius:6px!important;cursor:pointer!important;font-size:13px!important;margin-bottom:2px!important;padding:10px 12px!important}.piano-ferie-select__option:last-child{margin-bottom:0!important}.piano-ferie-select__option--is-selected{background:linear-gradient(135deg,#3b82f6,#60a5fa)!important;color:#fff!important}.piano-ferie-select__option--is-focused:not(.piano-ferie-select__option--is-selected){background:#eff6ff!important;color:#1e40af!important}.piano-ferie-select__option:active{background:#dbeafe!important}.piano-ferie-select__input-container{color:#0f172a!important;font-size:13px!important}.filter-actions{display:flex;flex-direction:column;justify-content:flex-end}.btn-reset-compact{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:6px;justify-content:center;padding:7px 12px;transition:all .2s}.btn-reset-compact:hover{background:#f8fafc;border-color:#5f9279;color:#5f9279}.legenda-container{background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:16px;padding:12px 16px}.legenda-item{align-items:center;color:#475569;display:flex;font-size:13px;font-weight:500;gap:10px}.legenda-color{border-radius:4px;flex-shrink:0;height:20px;width:20px}.legenda-color.confermato{background:linear-gradient(135deg,#10b981,#34d399)}.legenda-color.richiesto{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.legenda-color.rifiutato{background:linear-gradient(135deg,#ef4444,#f87171)}.legenda-color.festivo{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}.legenda-color.domenica{background:linear-gradient(135deg,#94a3b8,#cbd5e1)}.legenda-color.accordo{background:linear-gradient(135deg,#166534,#22c55e)}.stats-grid-compact{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-bottom:16px}.stat-card-compact{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:12px;overflow:hidden;padding:12px 14px;position:relative;transition:all .2s}.stat-card-compact:before{content:"";height:100%;left:0;position:absolute;top:0;transition:width .3s;width:3px}.stat-card-compact:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.stat-primary:before{background:#5f9279}.stat-success:before{background:#10b981}.stat-warning:before{background:#f59e0b}.stat-info:before{background:#8b5cf6}.stat-icon-compact{align-items:center;border-radius:8px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.stat-primary .stat-icon-compact{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#5f9279}.stat-success .stat-icon-compact{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#10b981}.stat-warning .stat-icon-compact{background:linear-gradient(135deg,#fffbeb,#fef3c7);color:#f59e0b}.stat-info .stat-icon-compact{background:linear-gradient(135deg,#f5f3ff,#ede9fe);color:#8b5cf6}.stat-content-compact{flex:1 1;min-width:0}.stat-label-compact{color:#64748b;font-size:10px;font-weight:600;letter-spacing:.3px;margin:0 0 3px;text-transform:uppercase}.stat-value-compact{color:#0f172a;font-size:20px;font-weight:700;line-height:1;margin:0}.calendar-wrapper{--cell-size:14px;--cell-gap:3px;--month-gap:10px;--month-width:calc(var(--cell-size)*31 + var(--cell-gap)*30);--row-height:60px;--expanded-row-height:44px;--header-height:44px;--fixed-left-width:420px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:row;max-height:calc(100vh - 420px);overflow:hidden}.calendar-fixed-left{background:#fff;border-right:1px solid #334155;display:flex;flex-direction:column;flex-shrink:0;width:var(--fixed-left-width);z-index:10}.fixed-header-row{background:linear-gradient(135deg,#1e293b,#334155);border-bottom:none;box-shadow:0 2px 4px #0000001a;min-height:62px;padding:8px 0}.fixed-counter-row,.fixed-header-row{align-items:center;display:flex;flex-shrink:0}.fixed-counter-row{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-bottom:1px solid #bae6fd;height:36px}.calendar-info-counter{align-items:center;box-sizing:border-box;display:flex;flex:1 1;gap:8px;padding:0 12px}.counter-badge{align-items:center;background:linear-gradient(135deg,#3b82f6,#60a5fa);border-radius:11px;color:#fff;display:inline-flex;font-size:12px;font-weight:700;height:22px;justify-content:center;min-width:28px;padding:0 8px}.counter-label{color:#475569;font-size:11px;font-weight:500}.calendar-stats-counter{box-sizing:border-box;display:flex;justify-content:center;min-width:70px;padding:0 8px;width:70px}.counter-label-small{color:#64748b;font-size:10px;font-weight:600;text-transform:uppercase}.header-btn-placeholder{flex-shrink:0;height:28px;margin-left:8px;width:28px}.calendar-info-header{flex:1 1;padding:0 12px}.calendar-info-header,.calendar-stats-header{box-sizing:border-box;color:#fff;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.calendar-stats-header{min-width:70px;padding:0 8px;text-align:center;width:70px}.fixed-body{flex:1 1;overflow-x:hidden;overflow-y:auto}.fixed-row-wrapper{border-bottom:1px solid #f1f5f9}.fixed-row-wrapper:last-child{border-bottom:none}.fixed-main-row{align-items:center;box-sizing:border-box;display:flex;height:var(--row-height)}.fixed-main-row:hover{background:#fafbfc}.expand-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;flex-shrink:0;height:28px;justify-content:center;margin-left:8px;transition:all .2s;width:28px}.expand-btn:hover{background:#f8fafc;border-color:#5f9279;color:#5f9279}.calendar-info{box-sizing:border-box;flex:1 1;min-width:0;padding:0 12px}.dipendente-nome{color:#0f172a;font-size:13px;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dipendente-details{display:flex;flex-wrap:wrap;gap:6px}.badge-cantiere{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:4px;color:#2563eb}.badge-cantiere,.badge-commessa{display:inline-block;font-size:10px;font-weight:600;padding:2px 8px}.badge-commessa{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border:1px solid #ddd6fe;border-radius:4px;color:#7c3aed}.calendar-stats{box-sizing:border-box;display:flex;gap:4px;justify-content:center;min-width:70px;padding:0 8px;width:70px}.stat-item{align-items:center;border-radius:4px;display:inline-flex;font-size:10px;font-weight:700;height:20px;justify-content:center;min-width:24px;padding:0 6px}.stat-item.confermato{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#059669}.stat-item.richiesto{background:linear-gradient(135deg,#fffbeb,#fef3c7);color:#d97706}.stat-item.rifiutato{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626}.fixed-expanded-years{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-top:1px solid #bae6fd}.fixed-expanded-row{align-items:center;border-top:1px dashed #bae6fd;box-sizing:border-box;display:flex;height:var(--expanded-row-height)}.fixed-expanded-row:first-child{border-top:none}.expand-btn-placeholder{flex-shrink:0;height:28px;margin-left:8px;width:28px}.sub-row-year{color:#64748b;font-size:12px;font-weight:600}.calendar-scroll-right{display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden}.scroll-header-row{background:linear-gradient(135deg,#1e293b,#334155);border-bottom:none;box-shadow:0 2px 4px #0000001a;flex-shrink:0;height:auto;overflow-x:auto;overflow-y:hidden}.scroll-header-row::-webkit-scrollbar{display:none}.scroll-header-row{-ms-overflow-style:none;scrollbar-width:none}.scroll-counter-row{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-bottom:1px solid #bae6fd;flex-shrink:0;height:36px;overflow-x:auto;overflow-y:hidden}.scroll-counter-row::-webkit-scrollbar{display:none}.scroll-counter-row{-ms-overflow-style:none;scrollbar-width:none}.calendar-counter-days{align-items:center;display:flex;gap:var(--month-gap);height:100%;min-width:max-content;padding:6px 12px}.month-counter-block{display:flex;flex-direction:row;flex-shrink:0;gap:var(--cell-gap);width:var(--month-width)}.day-counter-cell{align-items:center;display:flex;flex-shrink:0;height:22px;justify-content:center;width:var(--cell-size)}.day-counter-cell.empty{visibility:hidden}.day-counter-cell.domenica{background:#e2e8f0;border-radius:3px}.day-counter-cell .counter-value{color:#94a3b8;font-size:9px;font-weight:600}.day-counter-cell .counter-value.has-ferie{color:#059669;font-weight:700}.calendar-header-days{display:flex;gap:var(--month-gap);min-width:max-content;padding:8px 12px}.month-header-block{display:flex;flex-direction:column;flex-shrink:0;gap:5px}.month-header-label{align-items:center;background:#475569;border-radius:4px;box-sizing:border-box;color:#fff;display:flex;font-size:11px;font-weight:700;gap:8px;justify-content:center;letter-spacing:.8px;padding:4px 6px;text-transform:uppercase;width:var(--month-width)}.month-name{flex-shrink:0}.month-total{background:#ffffff26;border-radius:3px;color:#94a3b8;font-size:9px;font-weight:600;letter-spacing:0;padding:2px 6px;text-transform:none}.month-header-days{display:flex;gap:var(--cell-gap)}.day-header-cell{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:2px;justify-content:center;width:var(--cell-size)}.day-header-cell.empty{visibility:hidden}.day-header-cell.domenica .day-header-abbr,.day-header-cell.domenica .day-header-num{color:#94a3b8}.day-header-num{color:#cbd5e1;font-size:10px;font-weight:600;line-height:1}.day-header-abbr{color:#94a3b8;font-size:9px;font-weight:500;line-height:1;text-transform:uppercase}.scroll-body{flex:1 1;overflow-x:auto;overflow-y:auto}.scroll-row-wrapper{border-bottom:1px solid #f1f5f9}.scroll-row-wrapper:last-child{border-bottom:none}.scroll-main-row{align-items:center;box-sizing:border-box;display:flex;height:var(--row-height);padding:0 12px}.scroll-main-row:hover{background:#fafbfc}.scroll-expanded-years{border-top:1px solid #bae6fd}.scroll-expanded-row{align-items:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-top:1px dashed #bae6fd;box-sizing:border-box;display:flex;height:var(--expanded-row-height);min-width:max-content;padding:0 12px}.scroll-expanded-row:first-child{border-top:none}.calendar-grid{align-items:center;display:flex;gap:var(--month-gap);min-width:max-content}.month-block{display:flex;flex-direction:row;flex-shrink:0;gap:var(--cell-gap);width:var(--month-width)}.calendar-cell{background:#f1f5f9;border:.5px solid #00000026;border-radius:3px;cursor:pointer;flex-shrink:0;height:var(--cell-size);transition:all .15s;width:var(--cell-size)}.calendar-cell.empty{background:#0000;border:none;cursor:default;visibility:hidden}.calendar-cell:not(.empty):hover{box-shadow:0 2px 8px #0000004d;position:relative;transform:scale(1.6);z-index:10}.calendar-cell.ferie-confermato{background:linear-gradient(135deg,#10b981,#34d399)}.calendar-cell.ferie-richiesto{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.calendar-cell.ferie-rifiutato{background:linear-gradient(135deg,#ef4444,#f87171)}.calendar-cell.ferie-accordo{background:linear-gradient(135deg,#166534,#22c55e)}.calendar-cell.domenica{background:#cbd5e1}.calendar-cell.festivo{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}.calendar-cell.split-domenica-festivo{background:linear-gradient(135deg,#cbd5e1 50%,#8b5cf6 0)}.calendar-cell.split-domenica-ferie-confermato{background:linear-gradient(135deg,#cbd5e1 50%,#10b981 0)}.calendar-cell.split-domenica-ferie-richiesto{background:linear-gradient(135deg,#cbd5e1 50%,#f59e0b 0)}.calendar-cell.split-domenica-ferie-rifiutato{background:linear-gradient(135deg,#cbd5e1 50%,#ef4444 0)}.calendar-cell.split-domenica-ferie-accordo{background:linear-gradient(135deg,#cbd5e1 50%,#166534 0)}.no-more-data{color:#94a3b8;font-size:12px;font-style:italic;padding:12px 20px;text-align:center}.empty-state{align-items:center;color:#64748b;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.empty-state svg{color:#cbd5e1;margin-bottom:16px}.empty-state h3{color:#475569;font-size:18px;font-weight:600;margin:0 0 8px}.empty-state p{color:#94a3b8;font-size:14px;margin:0}@media (max-width:1400px){.stats-grid-compact{grid-template-columns:repeat(2,1fr)}.calendar-wrapper{--cell-size:10px;--cell-gap:2px;--month-gap:6px;--fixed-left-width:380px}}@media (max-width:1024px){.stats-grid-compact{grid-template-columns:repeat(2,1fr)}.calendar-wrapper{--cell-size:8px;--cell-gap:2px;--month-gap:5px;--fixed-left-width:340px}.month-label{font-size:9px;letter-spacing:.5px}}@media (max-width:768px){.content-area,.page-header{padding:12px 16px}.top-controls{align-items:stretch;flex-direction:column}.controls-left,.controls-right{justify-content:center;width:100%}.search-bar-compact{min-width:0;min-width:auto;width:100%}.filters-grid-compact,.stats-grid-compact{grid-template-columns:1fr}.legenda-container{gap:10px}.calendar-wrapper{--fixed-left-width:280px;--cell-size:6px;--cell-gap:1px;--month-gap:3px}.calendar-stats,.calendar-stats-header{min-width:60px;width:60px}.dipendente-nome{font-size:12px}.dipendente-details{flex-direction:column;gap:3px}.calendar-perc,.calendar-perc-counter,.calendar-perc-header{min-width:45px;width:45px}.perc-value{font-size:10px;min-width:36px;padding:3px 6px}}@media (min-width:1600px){.stats-grid-compact{grid-template-columns:repeat(4,1fr)}.calendar-wrapper{--cell-size:16px;--cell-gap:3px;--month-gap:12px;--fixed-left-width:450px}}.custom-tooltip{animation:tooltipFadeIn .15s ease-out;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 30px #0000002e,0 2px 8px #00000014;max-width:320px;min-width:240px;padding:14px 18px;pointer-events:none;position:fixed;transform:translateX(-50%) translateY(-100%);z-index:9999}.custom-tooltip:after{background:#fff;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;bottom:-6px;content:"";height:12px;left:50%;position:absolute;transform:translateX(-50%) rotate(45deg);width:12px}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateX(-50%) translateY(-100%) scale(.95)}to{opacity:1;transform:translateX(-50%) translateY(-100%) scale(1)}}.tooltip-header{margin-bottom:8px}.tooltip-badge{border-radius:6px;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.3px;padding:5px 12px;text-transform:uppercase}.tooltip-badge.domenica{background:linear-gradient(135deg,#94a3b8,#cbd5e1);color:#fff}.tooltip-badge.festivo{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff}.tooltip-badge.ferie-confermato{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.tooltip-badge.ferie-richiesto{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff}.tooltip-badge.ferie-rifiutato{background:linear-gradient(135deg,#ef4444,#f87171);color:#fff}.tooltip-badge.ferie-accordo{background:linear-gradient(135deg,#166534,#22c55e);color:#fff}.tooltip-badge.split-domenica-festivo{background:linear-gradient(135deg,#cbd5e1 50%,#8b5cf6 0);color:#1e293b}.tooltip-badge.split-domenica-ferie-confermato{background:linear-gradient(135deg,#cbd5e1 50%,#10b981 0);color:#1e293b}.tooltip-badge.split-domenica-ferie-richiesto{background:linear-gradient(135deg,#cbd5e1 50%,#f59e0b 0);color:#1e293b}.tooltip-badge.split-domenica-ferie-rifiutato{background:linear-gradient(135deg,#cbd5e1 50%,#ef4444 0);color:#1e293b}.tooltip-badge.split-domenica-ferie-accordo{background:linear-gradient(135deg,#cbd5e1 50%,#166534 0);color:#1e293b}.tooltip-badge.lavorativo{background:linear-gradient(135deg,#e2e8f0,#f1f5f9);color:#475569}.tooltip-date{color:#0f172a;font-size:14px;font-weight:600;margin-bottom:6px;text-transform:capitalize}.tooltip-festivita{color:#8b5cf6;font-size:13px;font-weight:600;margin-bottom:8px}.tooltip-desc{border-bottom:1px solid #e2e8f0;color:#64748b;font-size:12px;margin-bottom:10px;padding-bottom:10px}.tooltip-info{display:flex;flex-direction:column;gap:6px}.tooltip-row{align-items:center;display:flex;gap:14px;justify-content:space-between}.tooltip-label{color:#94a3b8;font-size:11px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.tooltip-value{color:#0f172a;font-size:12px;font-weight:500;text-align:right}.fixed-body::-webkit-scrollbar{display:none}.fixed-body{-ms-overflow-style:none;scrollbar-width:none}.scroll-body::-webkit-scrollbar{height:8px;width:8px}.scroll-body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.scroll-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.scroll-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.scroll-body::-webkit-scrollbar-corner{background:#f1f5f9}.calendar-perc-header{box-sizing:border-box;color:#fff;font-size:12px;font-weight:600;letter-spacing:.5px;min-width:55px;padding:0 8px;text-align:center;text-transform:uppercase;width:55px}.calendar-perc,.calendar-perc-counter{box-sizing:border-box;display:flex;justify-content:center;min-width:55px;padding:0 8px;width:55px}.calendar-perc,.perc-value{align-items:center}.perc-value{border-radius:12px;display:inline-flex;font-size:11px;font-weight:700;justify-content:center;min-width:42px;padding:4px 8px}.perc-value.perc-red{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626}.perc-value.perc-yellow{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.perc-value.perc-green{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#059669}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.d4ee207c.css.map*/