:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#5a8a7a;text-decoration:inherit}a:hover{color:#4f8b77}html,body{margin:0;padding:0;min-width:320px;min-height:100vh}#root{min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;color:#213547;cursor:pointer;transition:border-color .25s}button:hover{border-color:#8eb8a8}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}input,textarea,select{background-color:#fff;color:#1c2a26;caret-color:#1c2a26}input::placeholder,textarea::placeholder{color:#6b7b75;opacity:1}input:disabled,textarea:disabled,select:disabled{background-color:#f2f4f3;color:#5a6a64}.auth-page{height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(135deg,#e8f4f0,#f5eef8,#eef4f8);overflow-y:auto;overflow-x:hidden}.auth-card{width:100%;max-width:400px;background:#fffffff2;border-radius:12px;padding:2rem;box-shadow:0 4px 24px #7eb8a826}.auth-card--wide{max-width:520px;max-height:calc(100vh - 3rem);overflow-y:auto}.auth-header{text-align:center;margin-bottom:1.75rem}.auth-header h1{font-size:1.75rem;color:#5a7a6e;margin:0 0 .25rem}.auth-header p{color:#2a3a34;font-size:.95rem;margin:0}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-error{padding:.75rem 1rem;background:#fee;color:#c33;border-radius:8px;font-size:.9rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.9rem;font-weight:500;color:#2a3a34}.form-group input,.form-group input[type=date]{padding:.75rem 1rem;border:1px solid #c5d9d2;border-radius:8px;font-size:1rem;background:#fff;color:#2a3a34;transition:border-color .2s}.form-group input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.3);cursor:pointer}.form-group input[type=date]::-webkit-datetime-edit-text{color:#2a3a34}.form-group input[type=date]::-webkit-datetime-edit-month-field{color:#2a3a34}.form-group input[type=date]::-webkit-datetime-edit-day-field{color:#2a3a34}.form-group input[type=date]::-webkit-datetime-edit-year-field{color:#2a3a34}.form-group input::placeholder{color:#5a6a64;opacity:1}.form-group input:focus{outline:none;border-color:#8eb8a8;box-shadow:0 0 0 2px #8eb8a840}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-row .form-group select,.form-row .form-group input[type=number]{height:44px;box-sizing:border-box}.form-row .form-group label{color:#2a3a34;font-weight:500;margin-bottom:.5rem;display:block}.auth-divider{display:flex;align-items:center;margin:1.25rem 0;color:#5a6a64;font-size:.85rem}.auth-inline-link{margin-top:.85rem;padding:0;border:none;background:transparent;color:#5a8a7a;font-size:.9rem;font-weight:600;text-align:left;cursor:pointer}.auth-inline-link:hover{text-decoration:underline}.auth-forgot-form{margin-top:.75rem;padding:1rem;border:1px solid #d5e3dd;border-radius:10px;background:#f9fcfb;gap:.9rem}.auth-forgot-form .btn{width:100%}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#d5e3dd}.auth-divider span{padding:0 1rem}.auth-footer{margin-top:1.5rem;text-align:center}.auth-footer p{margin:0;font-size:.9rem;color:#2a3a34}.auth-footer a{color:#6b9b8a;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;text-decoration:none;transition:all .2s}.btn-primary{background:#8eb8a8;color:#fff}.btn-primary:hover{background:#7aa898;transform:translateY(-1px)}.btn-secondary{width:87%;background:transparent;color:#6b9b8a;border:2px solid #a8c4bc}.btn-secondary:hover{background:#e8f4f0;color:#5a8a7a;border-color:#8eb8a8}.btn-outline{background:transparent;color:#6b9b8a;border:1px solid #c5d9d2;font-size:.9rem}.btn-outline:hover{background:#f0f8f5}.btn-danger{background:#8eb8a8;color:#fff;border:1px solid #7aa898}.btn-danger:hover{background:#7aa898;border-color:#6b9b8a;transform:translateY(-1px)}.btn-danger:disabled{opacity:.65;cursor:not-allowed;transform:none}.dashboard{min-height:100vh;background:#f5f9f7;display:flex;flex-direction:column}.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e5ebe8;box-shadow:0 1px 3px #7eb8a814;gap:2rem}.dashboard-main-nav{display:none}.dashboard-main-nav .nav-link{color:#2a3a34;text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .2s}.dashboard-main-nav .nav-link:hover{background:#f0f8f5;color:#5a7a6e}.dashboard-main-nav .nav-link:active,.dashboard-main-nav .nav-link.active{color:#5a7a6e;background:#e8f4f0}.dashboard-header h1{font-size:1.35rem;color:#5a7a6e;margin:0}.dashboard-nav{display:flex;align-items:center;gap:1rem}.user-badge{font-size:.9rem;color:#2a3a34}.dashboard-main{padding:0;flex:1;overflow:hidden;display:flex;flex-direction:column}.dashboard-layout{display:flex;flex:1;min-height:0}.dashboard-welcome{margin-bottom:2rem}.dashboard-welcome h2{font-size:1.5rem;color:#5a7a6e;margin:0 0 .5rem}.dashboard-welcome p{color:#2a3a34;margin:0;line-height:1.6}.dashboard-sidebar{width:280px;background:#fff;border-right:1px solid #e5ebe8;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;flex-shrink:0}.sidebar-header{padding:1.5rem;border-bottom:1px solid #e5ebe8}.sidebar-header h2{font-size:1.2rem;color:#5a7a6e;margin:0}.sidebar-nav{flex:1;padding:1rem 0}.sidebar-item{width:100%;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s;border-left:3px solid transparent;color:inherit;text-decoration:none}.sidebar-item:hover{background:#f5f9f7}.sidebar-item.active{background:#cfe8dc;border-left:4px solid #3d7a62;box-shadow:inset 0 0 0 1px #3d7a621f}.sidebar-icon{font-size:1.5rem;flex-shrink:0}.sidebar-content{flex:1}.sidebar-content h3{font-size:.95rem;color:#5a7a6e;margin:0 0 .25rem;font-weight:600}.sidebar-content p{font-size:.85rem;color:#2a3a34;margin:0}.sidebar-item.active .sidebar-content h3{color:#2a5c48;font-weight:700}.sidebar-item.active .sidebar-content p{color:#2a3a34;font-weight:500}.sidebar-divider{height:1px;background:#e5ebe8;margin:.5rem 0}.sidebar-item-cestino{margin-top:auto}.sidebar-dropdown{width:100%}.sidebar-dropdown-toggle{position:relative;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s;border-left:3px solid transparent;width:100%}.sidebar-dropdown-toggle:hover{background:#f5f9f7}.sidebar-dropdown-toggle.active{background:#cfe8dc;border-left:4px solid #3d7a62;box-shadow:inset 0 0 0 1px #3d7a621f}.sidebar-dropdown-toggle.active .sidebar-content h3{color:#2a5c48;font-weight:700}.sidebar-dropdown-toggle.active .sidebar-content p{color:#2a3a34;font-weight:500}.sidebar-dropdown-arrow{font-size:.75rem;color:#2a3a34;transition:transform .2s;flex-shrink:0}.sidebar-dropdown-toggle.active .sidebar-dropdown-arrow{transform:rotate(0)}.sidebar-dropdown-menu{background:#f9fbfa;border-left:3px solid #8eb8a8;margin-left:1.5rem;max-height:400px;overflow-y:auto;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:400px}}.sidebar-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem .75rem 1.5rem;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s;width:100%;color:inherit;text-decoration:none}.sidebar-dropdown-item:hover{background:#f0f8f5}.sidebar-dropdown-item.active{background:#cfe8dc;border-left:4px solid #3d7a62;font-weight:600;box-shadow:inset 0 0 0 1px #3d7a621a}.sidebar-dropdown-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem .75rem 1.5rem;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s;width:100%;color:inherit;text-decoration:none}.sidebar-dropdown-link:hover{background:#f0f8f5}.sidebar-dropdown-icon{font-size:1.25rem;flex-shrink:0;width:24px;text-align:center}.sidebar-dropdown-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.sidebar-dropdown-title{font-size:.9rem;color:#5a7a6e;font-weight:500}.sidebar-dropdown-item.active .sidebar-dropdown-title,.sidebar-dropdown-link.active .sidebar-dropdown-title{font-weight:700;color:#2a5c48}.sidebar-dropdown-count,.sidebar-dropdown-meta{font-size:.8rem;color:#2a3a34}.sidebar-dropdown-empty{padding:1.5rem;text-align:center;color:#2a3a34;font-size:.85rem}.sidebar-dropdown-empty p{margin:0}.rapporto-card-cestino{opacity:.85;border-left:3px solid #d97706}.cestino-actions{display:flex;gap:.75rem;margin-top:1rem}.btn-elimina-definitiva{display:flex;align-items:center;gap:.5rem}.trash-icon-btn{width:24px;height:24px;object-fit:contain;flex-shrink:0}.btn-small{padding:.5rem 1rem;font-size:.85rem}.sidebar-actions{padding:1rem 1.5rem;border-top:1px solid #e5ebe8;display:flex;flex-direction:column;gap:.75rem}.btn-full{width:100%}.dashboard-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:2rem;background:#f5f9f7;min-width:0}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #7eb8a814;border:1px solid #e5ebe8}.empty-state p{color:#2a3a34;font-size:1rem;margin:0 0 1.5rem}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.card-placeholder{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #7eb8a814;border:1px solid #e5ebe8}.card-placeholder h3{font-size:1.1rem;color:#5a7a6e;margin:0 0 .5rem}.card-placeholder p{font-size:.9rem;color:#2a3a34;margin:0}.user-menu{position:relative}.user-menu-trigger{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #c5d9d2;transition:border-color .2s}.user-menu-trigger:hover .user-avatar{border-color:#8eb8a8}.user-avatar--placeholder{background:linear-gradient(135deg,#8eb8a8,#7aa898);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;border:2px solid #c5d9d2}.user-menu-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000026;min-width:240px;z-index:1000;overflow:hidden;border:1px solid #e5ebe8}.user-menu-header{padding:1rem;background:#f5f9f7}.user-menu-info{display:flex;align-items:center;gap:.75rem}.user-menu-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #c5d9d2;flex-shrink:0}.user-menu-avatar--placeholder{background:linear-gradient(135deg,#8eb8a8,#7aa898);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem;border:2px solid #c5d9d2}.user-menu-name{font-weight:600;color:#5a7a6e;font-size:.95rem}.user-menu-email{font-size:.85rem;color:#2a3a34;margin-top:.125rem}.user-menu-divider{height:1px;background:#e5ebe8;margin:.5rem 0}.user-menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;color:#5a7a6e;font-size:.9rem;text-decoration:none;transition:background-color .2s}.user-menu-item:hover{background:#f5f9f7}.user-menu-item svg{flex-shrink:0;color:#2a3a34}.user-menu-item--logout{color:#c33}.user-menu-item--logout:hover{background:#fee}.user-menu-item--logout svg{color:#c33}.dashboard--embedded{background:transparent;min-height:0}.dashboard--embedded .dashboard-main--embedded{padding:0;margin:0}.dashboard--embedded .dashboard-layout--embedded{display:block}.dashboard--embedded .dashboard-content{width:100%;max-width:none;padding:0}.profile-dashboard-content{min-height:320px}.profile-section{width:100%;padding:0 2rem 2rem;box-sizing:border-box}.profile-business-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.7fr);gap:2rem;align-items:stretch;width:100%;box-sizing:border-box}.profile-form-left{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 12px #7eb8a814;border:1px solid #e5ebe8;box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word;overflow-x:hidden;display:flex;flex-direction:column;height:100%;min-width:0}.profile-linked-accounts-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 12px #7eb8a814;border:1px solid #e5ebe8;max-height:calc(100vh - 4rem);overflow-y:auto;box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word;overflow-x:hidden;display:flex;flex-direction:column;height:100%;min-width:0;width:100%}.profile-business-actions{display:flex;gap:1.5rem;margin-top:2rem;padding:2rem 0 0;border-top:1px solid #e5ebe8;grid-column:1 / -1;justify-content:center;align-items:center;box-sizing:border-box}.profile-business-actions .btn{padding:.875rem 2rem;font-size:1rem;min-width:180px}.profile-section h2{font-size:1.75rem;color:#5a7a6e;margin:0 0 2rem}.profile-form-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 12px #7eb8a814;border:1px solid #e5ebe8;box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word;overflow-x:hidden;min-width:0}.profile-image-section{display:flex;justify-content:center;margin-bottom:2rem}.profile-image-wrapper{position:relative;display:inline-block}.profile-image-preview{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #c5d9d2;display:block}.profile-image-preview--placeholder{background:linear-gradient(135deg,#8eb8a8,#7aa898);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:2rem;border:3px solid #c5d9d2}.profile-image-upload-btn{position:absolute;bottom:0;right:0;background:#8eb8a8;color:#fff;border:2px solid white;border-radius:20px;padding:.5rem .75rem;cursor:pointer;display:flex;align-items:center;gap:.25rem;font-size:.85rem;font-weight:600;transition:background-color .2s}.profile-image-upload-btn:hover{background:#7aa898}.profile-image-upload-btn svg{width:16px;height:16px}.profile-form{display:flex;flex-direction:column;gap:1.25rem;flex:1}.auth-success{padding:1rem 1.25rem;background:#d4edda;color:#155724;border-radius:8px;font-size:1rem;font-weight:500;border:1px solid #c3e6cb;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;animation:slideDown .3s ease-out;z-index:10;position:relative}.auth-success:before{content:"✓";font-size:1.2rem;font-weight:700}.profile-form-actions{display:flex;gap:1rem;margin-top:.5rem}.profile-form-actions .btn{flex:1}.profile-linked-accounts-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap;box-sizing:border-box}.profile-linked-accounts-header h3{margin-top:0;margin-bottom:0;color:#5a7a6e;font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.profile-linked-accounts-description{margin-top:0;margin-bottom:1rem;font-size:.9rem;color:#2a3a34}.profile-add-user-form{padding:1rem;background:#fff;border-radius:6px;border:1px solid #e5ebe8;margin-bottom:1rem}.profile-add-user-inputs{display:flex;gap:.75rem;align-items:center}.profile-add-user-inputs input{flex:1}.invite-form{padding:1.25rem 1.25rem 1rem;display:grid;gap:1.1rem}.invite-form-fields{display:grid;gap:1rem}.invite-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.invite-form .form-group input,.invite-form .form-group input[type=email]{height:48px;padding:.75rem 1rem;font-size:1rem;border-radius:10px;border:1px solid #c5d9d2;background:#fff;color:#1c2a26;box-sizing:border-box;width:100%;transition:border-color .15s ease,box-shadow .15s ease}.invite-form .form-group input:hover{border-color:#aac6bb}.invite-form .form-group input:focus{outline:none;border-color:#8eb8a8;box-shadow:0 0 0 3px #8eb8a840}.invite-form .form-group label{font-size:.88rem;font-weight:600;color:#2a3a34;margin-bottom:.25rem}.invite-form-actions{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.invite-link-box{margin-top:.25rem;padding:.85rem 1rem;border-radius:10px;border:1px solid #dce9e4;background:#f3f8f6;display:grid;gap:.55rem}.invite-link-box strong{color:#2a3a34}.invite-link-box input[type=text]{height:44px;padding:.6rem .85rem;border:1px solid #c5d9d2;border-radius:8px;background:#fff;color:#1c2a26;font-size:.95rem;width:100%;box-sizing:border-box}.invite-link-box--standalone{margin-bottom:1rem;border-color:#c5d9d2}.invite-link-box-actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.invite-permissions{border:1px solid #d9e3de;border-radius:12px;background:#f9fcfb;padding:.85rem 1rem .95rem;display:grid;gap:.75rem}.invite-permissions-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;flex-wrap:wrap}.invite-permissions-title{font-weight:700;color:#2a3a34;font-size:1rem}.invite-permissions-subtitle{margin-top:.2rem;color:#5a6a64;font-size:.85rem;line-height:1.4;max-width:60ch}.invite-permissions-head-actions{display:flex;gap:.4rem;flex-wrap:wrap}.invite-permissions-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid #e1eae5;background:#fff}.invite-permissions-table{width:100%;border-collapse:collapse;font-size:.88rem;table-layout:fixed}.invite-permissions-table thead th{background:#eef5f2;color:#2a3a34;font-weight:600;text-align:center;padding:.5rem .35rem;border-bottom:1px solid #d9e3de;white-space:nowrap;font-size:.78rem;text-transform:uppercase;letter-spacing:.02em}.invite-permissions-table thead th:first-child{text-align:left;padding-left:.85rem;width:42%;text-transform:none;letter-spacing:0;font-size:.85rem}.invite-permissions-table thead th:not(:first-child),.invite-permissions-table tbody td:not(:first-child){width:calc((100% - 42%) / 5)}.invite-permissions-table tbody td{padding:.4rem .35rem;border-bottom:1px solid #f0f4f2;text-align:center;vertical-align:middle}.invite-permissions-table tbody tr:last-child td{border-bottom:none}.invite-permissions-table tbody tr:hover td{background:#f5faf8}.invite-permissions-module{display:flex;align-items:center;gap:.55rem;text-align:left!important;padding-left:.85rem!important;color:#2a3a34;font-weight:500;white-space:normal;overflow-wrap:break-word;word-break:break-word;line-height:1.3}.invite-permissions-module-icon{font-size:1.1rem;flex-shrink:0}.invite-permissions-cell input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#5a8a7a}.linked-user-permissions{margin-top:.25rem;border-color:#d9e3de;background:#f9fcfb}@media(max-width:720px){.invite-form-row{grid-template-columns:1fr}.invite-permissions-head{flex-direction:column;align-items:stretch}.invite-permissions-table{font-size:.82rem}.invite-permissions-module{gap:.35rem;padding-left:.5rem!important}}.profile-linked-error{margin-top:.75rem;color:#b42318;font-size:.9rem}.profile-linked-info{margin-top:.75rem;color:#027a48;font-size:.9rem}.profile-linked-messages{margin-bottom:1rem}.profile-linked-empty{padding:1rem;background:#fff;border-radius:6px;border:1px dashed #cfd8d4;color:#2a3a34}.profile-linked-list{display:flex;flex-direction:column;gap:.75rem}.profile-linked-item{padding:1rem;background:#fff;border-radius:8px;border:1px solid #e5ebe8;display:flex;flex-direction:column;gap:.85rem;box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word;min-width:0;transition:border-color .15s ease,box-shadow .15s ease}.profile-linked-item-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;min-width:0;width:100%}.profile-linked-item-selected{border-color:#5a7a6e}.profile-linked-item--expanded{border-color:#8eb8a8;box-shadow:0 0 0 2px #8eb8a81f}.btn-outline--active{background:#e8f4f0!important;border-color:#8eb8a8!important;color:#3a5a4f!important}.profile-linked-item-info{cursor:pointer;flex:1 1 260px;min-width:220px;overflow-wrap:break-word;word-wrap:break-word}.profile-linked-item-name{font-weight:600;color:#2a3a34;margin-bottom:.25rem}.profile-linked-item-details{font-size:.9rem;color:#2a3a34;display:block;line-height:1.4}.profile-linked-item-details span{display:inline-block;margin-right:1rem;max-width:100%;overflow-wrap:break-word;word-wrap:break-word;vertical-align:top}.profile-linked-item-actions{display:flex;gap:.5rem;align-items:center;justify-content:flex-end;margin-left:auto;flex-shrink:0;flex-wrap:wrap}.profile-linked-badge{padding:.25rem .75rem;border-radius:12px;background:#f5eef8;color:#8b6fa8;font-size:.85rem;font-weight:600}.profile-permissions-editor{margin-top:1.25rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word;min-width:0;align-items:start}.profile-permissions-menu{background:#fff;border-radius:8px;border:1px solid #e5ebe8;padding:.75rem;box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word;min-width:0}.profile-permissions-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.profile-permissions-user-name{font-weight:700;color:#2a3a34}.profile-permissions-user-username{font-size:.9rem;color:#2a3a34}.profile-permissions-modules{display:flex;flex-direction:column;gap:.5rem}.profile-permissions-module-btn{text-align:left;border:1px solid #e5ebe8;background:#fff;padding:.75rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.75rem;min-width:0}.profile-permissions-module-btn-active{border:2px solid #2a3a34;background:#f1f5f3}.profile-permissions-module-label{font-weight:700;color:#2a3a34;overflow-wrap:anywhere}.profile-permissions-module-desc{font-size:.85rem;color:#2a3a34;overflow-wrap:anywhere}.profile-permissions-toggles{background:#fff;border-radius:8px;border:1px solid #e5ebe8;padding:1rem;box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word;min-width:0}.profile-permissions-module-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.profile-permissions-module-title{font-size:1.05rem;font-weight:800;color:#2a3a34;display:flex;gap:.5rem;align-items:center}.profile-permissions-module-subtitle{font-size:.9rem;color:#2a3a34;margin-top:.25rem}.profile-permissions-actions{display:flex;flex-direction:column;gap:.75rem}.profile-permission-action{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border-radius:10px;border:1px solid #e5ebe8;background:#fff}.profile-permission-action-text{display:flex;flex-direction:column;min-width:0}.profile-permission-action-label{font-weight:700;color:#2a3a34}.profile-permission-action-desc{font-size:.85rem;color:#2a3a34}.profile-permission-action input[type=checkbox]{width:18px;height:18px}@media(max-width:1280px){.dashboard-content{padding:1.5rem}.form-row,.temperature-header-fields{grid-template-columns:1fr;gap:1rem}.radio-group{flex-wrap:wrap;gap:1rem}.rapporto-form-actions,.profile-form-actions{flex-wrap:wrap}.rapporto-form-actions .btn,.profile-form-actions .btn{min-width:180px}.pianificazione-header,.temperature-dispositivi-header{flex-wrap:wrap;align-items:flex-start}.pianificazione-header h3,.temperature-dispositivi-header h3{white-space:normal}}@media(max-width:900px){.dashboard-content{padding:1rem}.rapporto-form-container{padding:1.25rem}.rapporto-form-actions,.profile-form-actions{flex-direction:column;align-items:stretch}.rapporto-form-actions .btn,.profile-form-actions .btn{width:100%;min-width:0}}@media(max-width:1200px){.profile-business-layout{grid-template-columns:1fr;gap:1.5rem}.profile-linked-accounts-container{max-height:none}.profile-permissions-editor{grid-template-columns:1fr}.profile-linked-item-info{min-width:0;flex-basis:100%}.profile-linked-item-actions{width:100%;justify-content:flex-start;margin-left:0}}@media(max-width:768px){.profile-section{padding:0 1rem 1rem}.profile-form-left,.profile-linked-accounts-container,.profile-form-container{padding:1.5rem}.profile-linked-item-row{flex-direction:column;align-items:flex-start;gap:.75rem}.profile-linked-item-actions{width:100%;justify-content:flex-start}.profile-business-actions{flex-direction:column;width:100%}.profile-business-actions .btn{width:100%;min-width:auto}}.rapporto-section{max-width:900px;margin:0 auto}.rapporto-section:has(.pianificazione-form){max-width:1400px}.rapporto-section:has(.pianificazione-table){max-width:1600px}.rapporto-section h2{font-size:1.75rem;color:#5a7a6e;margin:0 0 1rem}.rapporto-istruzioni{color:#2a3a34;font-size:.95rem;line-height:1.6;margin-bottom:2rem;padding:1rem;background:#f5f9f7;border-radius:8px;border-left:3px solid #8eb8a8}.rapporto-form-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 12px #7eb8a814;border:1px solid #e5ebe8}.rapporto-section:has(.pianificazione-form) .rapporto-form-container,.rapporto-section:has(.pianificazione-table) .rapporto-form-container{padding:2.5rem}.rapporto-form{display:flex;flex-direction:column;gap:1.5rem}.rapporto-form input[type=text],.rapporto-form input[type=date],.rapporto-form input[type=number],.rapporto-form input[type=email],.rapporto-form input[type=tel]{padding:.75rem 1rem;border:1px solid #c5d9d2;border-radius:8px;font-size:1rem;background:#fff;color:#2a3a34;transition:border-color .2s}.rapporto-form input[type=date]{color:#2a3a34}.rapporto-form input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.3);cursor:pointer}.rapporto-form input[type=date]::-webkit-datetime-edit-text{color:#2a3a34}.rapporto-form input[type=date]::-webkit-datetime-edit-month-field{color:#2a3a34}.rapporto-form input[type=date]::-webkit-datetime-edit-day-field{color:#2a3a34}.rapporto-form input[type=date]::-webkit-datetime-edit-year-field{color:#2a3a34}.rapporto-form input[type=text]:focus,.rapporto-form input[type=date]:focus,.rapporto-form input[type=number]:focus,.rapporto-form input[type=email]:focus,.rapporto-form input[type=tel]:focus{outline:none;border-color:#8eb8a8;box-shadow:0 0 0 2px #8eb8a840}.rapporto-form input[type=text]::placeholder,.rapporto-form input[type=date]::placeholder,.rapporto-form input[type=number]::placeholder,.rapporto-form input[type=email]::placeholder,.rapporto-form input[type=tel]::placeholder{color:#5a6a64;opacity:1}.rapporto-form textarea{padding:.75rem 1rem;border:1px solid #c5d9d2;border-radius:8px;font-size:1rem;font-family:inherit;background:#fff;color:#2a3a34;resize:vertical;transition:border-color .2s}.rapporto-form textarea::placeholder{color:#5a6a64;opacity:1}.rapporto-form textarea:focus{outline:none;border-color:#8eb8a8;box-shadow:0 0 0 2px #8eb8a840}.required{color:#c33;font-weight:600}.radio-group{display:flex;gap:1.5rem;margin-top:.5rem}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem;color:#2a3a34}.radio-label input[type=radio],.radio-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#8eb8a8}.radio-label span{color:#2a3a34}.account-type-tabs{display:flex;gap:.5rem;background:#f5f9f7;padding:.25rem;border-radius:10px;margin-top:.5rem}.account-type-tab{flex:1;padding:.75rem 1rem;background:transparent;border:none;border-radius:8px;font-size:.95rem;font-weight:500;color:#2a3a34;cursor:pointer;transition:all .2s;text-align:center}.account-type-tab:hover{color:#5a7a6e;background:#8eb8a81a}.account-type-tab.active{background:#fff;color:#5a7a6e;box-shadow:0 2px 8px #7eb8a826;font-weight:600}.rapporto-form-actions{display:flex;gap:1rem;margin-top:1rem}.rapporto-form-actions .btn{flex:1}.card-action{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #7eb8a814;border:1px solid #e5ebe8;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .2s;border:2px dashed #c5d9d2}.card-action:hover{border-color:#8eb8a8;background:#f5f9f7;transform:translateY(-2px);box-shadow:0 4px 16px #7eb8a826}.card-icon{font-size:2.5rem;margin-bottom:.5rem;color:#8eb8a8}.card-action h3{font-size:1.1rem;color:#5a7a6e;margin:0 0 .5rem}.card-action p{font-size:.9rem;color:#2a3a34;margin:0}.rapporti-section{margin-top:3rem}.rapporti-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.rapporti-header h2{font-size:1.5rem;color:#5a7a6e;margin:0}.rapporti-count{font-size:.9rem;color:#2a3a34;background:#f5f9f7;padding:.4rem .8rem;border-radius:20px}.notifiche-hub{margin-top:0}.notifiche-hub .rapporti-header{margin-bottom:1rem}.notifiche-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.notifiche-tab{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1rem;border:1.5px solid #d4e5de;border-radius:10px;background:#fff;color:#2a3a34;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.notifiche-tab:hover{border-color:#7eb8a8;background:#f5f9f7}.notifiche-tab.active{background:#e8f4f0;border-color:#2a7a6e;color:#1e4d42}.notifiche-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .35rem;border-radius:999px;background:#2a7a6e;color:#fff;font-size:.75rem;font-weight:700}.notifiche-tab:not(.active) .notifiche-tab-count{background:#7eb8a8}.notifiche-temp-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border-radius:10px;background:#fff8e1;border:1.5px solid #ffc107;color:#78350f;font-size:.9rem}.notifiche-tab-panel{margin-top:0}.notifiche-checklist-card{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.9rem 1rem;border-radius:10px;background:#f0f9f4;border:1.5px solid #7eb8a8}.rapporti-list{display:flex;flex-direction:column;gap:1rem}.rapporto-card-wrapper{position:relative}.rapporto-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #7eb8a814;border:1px solid #e5ebe8;text-decoration:none;color:inherit;transition:all .2s;display:block}.crea-modulo-card{min-height:300px;height:100%}.rapporto-delete-btn{position:absolute;bottom:.75rem;right:.75rem;background:transparent;border:none;border-radius:6px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10;padding:0;opacity:.6}.rapporto-delete-btn:hover{opacity:1;transform:scale(1.1)}.rapporto-delete-btn img{width:32px;height:32px;object-fit:contain}.rapporti-section button[aria-label="Elimina rapporto"]:not(.btn),.rapporti-section button[aria-label="Elimina scheda"]:not(.btn){display:none!important}.rapporto-card:hover{border-color:#8eb8a8;box-shadow:0 4px 16px #7eb8a826;transform:translateY(-2px)}.rapporto-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.rapporto-card-date{display:flex;align-items:center;gap:.5rem}.rapporto-label{font-size:.85rem;color:#2a3a34}.rapporto-value{font-size:.95rem;font-weight:600;color:#5a7a6e}.archivio-scheda-header-meta{display:flex;flex-direction:column;gap:.35rem;align-items:flex-start}.archivio-scheda-header-row{display:grid;grid-template-columns:3.25rem minmax(0,1fr);column-gap:.85rem;align-items:baseline;width:100%}.archivio-scheda-header-row .rapporto-label{text-align:left;white-space:nowrap}.archivio-scheda-header-row .rapporto-value{text-align:left;padding-left:.15rem}.rapporto-badge{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.badge-warning{background:#fff4e6;color:#d97706}.rapporto-card-content{margin-bottom:1rem}.rapporto-descrizione{color:#5a6a64;font-size:.95rem;line-height:1.6;margin:0}.rapporto-card-footer{padding-top:1rem;border-top:1px solid #e5ebe8}.rapporto-meta{font-size:.85rem;color:#2a3a34}.rapporto-form select{padding:.75rem 1rem;border:1px solid #c5d9d2;border-radius:8px;font-size:1rem;font-family:inherit;background:#fff;color:#2a3a34;cursor:pointer;transition:border-color .2s;height:44px;box-sizing:border-box}.rapporto-form select:focus{outline:none;border-color:#8eb8a8;box-shadow:0 0 0 2px #8eb8a840}.rapporto-form select option{padding:.5rem;background:#fff;color:#2a3a34}.temperatura-note{font-size:.85rem;color:#2a3a34;font-weight:400}.temperatura-ok{margin-top:.5rem;padding:.5rem .75rem;background:#efe;color:#3a3;border-radius:6px;font-size:.85rem;font-weight:500}.temperatura-error{margin-top:.5rem;padding:.5rem .75rem;background:#fee;color:#c33;border-radius:6px;font-size:.85rem;font-weight:500}.mt-1{margin-top:.5rem}.badge-success{background:#efe;color:#3a3}.badge-error{background:#fee;color:#c33}.scheda-cottura-info{display:flex;flex-direction:column;gap:.5rem}.scheda-info-row{display:flex;align-items:center;gap:.5rem}.scheda-info-label{font-size:.85rem;color:#2a3a34;font-weight:500;min-width:100px}.scheda-info-value{font-size:.95rem;color:#5a7a6e;font-weight:600}.pianificazione-form{display:flex;flex-direction:column;gap:1.5rem}.pianificazione-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:1rem}.pianificazione-header h3{font-size:1.2rem;color:#2a3a34;margin:0;font-weight:600;white-space:nowrap}.btn-small{padding:.4rem .8rem;font-size:.85rem}.pianificazione-table-container{overflow-x:auto;border-radius:8px;border:1px solid #e5ebe8;background:#f5f9f7;padding:1rem;width:100%}.pianificazione-table{width:100%;border-collapse:separate;border-spacing:.75rem .5rem;background:#fff;table-layout:auto}.pianificazione-table thead{background:transparent}.pianificazione-table th{padding:1rem;text-align:center;font-size:.9rem;font-weight:600;color:#2a3a34;background:#fff;white-space:nowrap;border-radius:6px;box-shadow:0 1px 3px #0000000d}.pianificazione-table th.col-a,.pianificazione-table th.col-b{min-width:200px;width:auto}.pianificazione-table th.col-c,.pianificazione-table th.col-d{min-width:250px;width:auto}.pianificazione-table input[type=date]{width:100%;padding:.75rem 1rem;border:1px solid #c5d9d2;border-radius:6px;font-size:1rem;font-family:inherit;background:#fff;color:#2a3a34;transition:border-color .2s}.pianificazione-table input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.3);cursor:pointer}.pianificazione-table input[type=date]::-webkit-datetime-edit-text,.pianificazione-table input[type=date]::-webkit-datetime-edit-month-field,.pianificazione-table input[type=date]::-webkit-datetime-edit-day-field,.pianificazione-table input[type=date]::-webkit-datetime-edit-year-field{color:#2a3a34}.pianificazione-table th.col-actions{width:80px;text-align:center}.pianificazione-table td{padding:.75rem 1rem;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000d}.pianificazione-table tbody tr:hover td{background:#f9fbfa}.pianificazione-table input{width:100%;padding:.75rem 1rem;border:1px solid #c5d9d2;border-radius:6px;font-size:1rem;font-family:inherit;background:#fff;color:#2a3a34;transition:border-color .2s}.pianificazione-table input::placeholder{color:#5a6a64;opacity:1}.pianificazione-table input:focus{outline:none;border-color:#8eb8a8;box-shadow:0 0 0 2px #8eb8a840;background:#fff;color:#2a3a34}.col-actions-cell{text-align:center}.btn-remove{background:#e8f4f0;color:#5a7a6e;border:1px solid #b7d1c8;border-radius:4px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;font-weight:600;transition:all .2s;padding:0}.btn-remove:hover{background:#d4e8e0;border-color:#8eb8a8}.scheda-pulizia-preview{padding:.5rem 0}.preview-operazioni{display:flex;flex-direction:column;gap:.5rem}.preview-operazione{display:flex;align-items:center;gap:1rem;padding:.5rem;background:#f5f9f7;border-radius:6px}.preview-oggetto{font-weight:600;color:#5a7a6e;font-size:.9rem}.preview-frequenza{font-size:.85rem;color:#2a3a34}.preview-more{font-size:.85rem;color:#2a3a34;font-style:italic;padding:.25rem .5rem}.temperature-form{display:flex;flex-direction:column;gap:2rem}.temperature-header-fields{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.temperature-header-fields .form-group input[type=number],.temperature-header-fields .form-group select{padding:.75rem 1rem;border:1px solid #c5d9d2;border-radius:8px;font-size:1rem;font-family:inherit;background:#fff;color:#2a3a34;transition:border-color .2s;height:44px;box-sizing:border-box}.temperature-header-fields .form-group input[type=number]:focus,.temperature-header-fields .form-group select:focus{outline:none;border-color:#8eb8a8;box-shadow:0 0 0 2px #8eb8a840}.temperature-header-fields .form-group label{color:#2a3a34;font-weight:500;margin-bottom:.5rem;display:block}.temperature-dispositivi-section{margin-top:1rem}.temperature-dispositivi-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:1rem}.temperature-dispositivi-header h3{font-size:1.2rem;color:#2a3a34;margin:0;font-weight:600;white-space:nowrap}.temperature-dispositivi-list{display:flex;flex-direction:column;gap:.75rem}.temperature-dispositivo-item{display:flex;align-items:center;gap:.75rem}.temperature-dispositivo-item input{flex:1;padding:.75rem 1rem;border:1px solid #c5d9d2;border-radius:8px;font-size:1rem;background:#fff;color:#2a3a34;transition:border-color .2s}.temperature-dispositivo-item input::placeholder{color:#5a6a64;opacity:1}.temperature-dispositivo-item input:focus{outline:none;border-color:#8eb8a8;box-shadow:0 0 0 2px #8eb8a840}.temperature-table-section{margin-top:1rem}.temperature-table-section h3{font-size:1.2rem;color:#2a3a34;margin:0 0 1rem;font-weight:600}.temperature-table-container{overflow-x:auto;border-radius:8px;border:1px solid #e5ebe8;max-height:600px;overflow-y:auto}.temperature-table{width:100%;border-collapse:collapse;background:#fff;min-width:600px}.temperature-table thead{position:sticky;top:0;background:#fff;z-index:10}.temperature-table th{padding:.75rem;text-align:center;font-size:.85rem;font-weight:600;color:#2a3a34;border-bottom:2px solid #e5ebe8;white-space:nowrap;background:#fff}.temperature-col-data{min-width:140px;text-align:center;font-weight:600;text-transform:uppercase}.temperature-col-data input{text-transform:uppercase;text-align:center}.temperature-col-dispositivo{text-align:center;text-transform:uppercase}.temperature-date-input{width:100%;padding:.5rem .75rem;border:1px solid #c5d9d2;border-radius:6px;font-size:.9rem;background:#fff;color:#2a3a34;text-align:center;text-transform:uppercase;transition:border-color .2s}.temperature-date-input:focus{outline:none;border-color:#8eb8a8;box-shadow:0 0 0 2px #8eb8a840}.temperature-date-input::-webkit-calendar-picker-indicator{filter:invert(.3);cursor:pointer}.temperature-date-input::-webkit-datetime-edit-text{color:#2a3a34}.temperature-date-input::-webkit-datetime-edit-month-field{color:#2a3a34}.temperature-date-input::-webkit-datetime-edit-day-field{color:#2a3a34}.temperature-date-input::-webkit-datetime-edit-year-field{color:#2a3a34}.moduli-list{display:flex;flex-direction:column;gap:1rem}.modulo-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border:1px solid #e5ebe8;border-radius:8px;text-decoration:none;color:#2a3a34;transition:all .2s;box-shadow:0 1px 3px #0000000d}.modulo-item:hover{background:#f9fbfa;border-color:#8eb8a8;box-shadow:0 2px 8px #7eb8a826;transform:translateY(-1px)}.modulo-icon{font-size:2rem;flex-shrink:0}.modulo-content{flex:1}.modulo-content h3{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:#2a3a34}.modulo-content p{margin:0;font-size:.9rem;color:#2a3a34}.modulo-download{font-size:1.5rem;color:#5a7a6e;flex-shrink:0}h1,h2{text-transform:uppercase}.contatti-container{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;padding:2rem;color:#2a3a34}.contatti-info{line-height:1.8}.contatti-form-wrapper{background:#fff;padding:2rem;border-radius:8px;border:1px solid #e5ebe8;box-shadow:0 1px 3px #0000000d}.contatti-form{display:flex;flex-direction:column;gap:1.25rem}.contatti-form .form-group label{display:block;margin-bottom:.5rem;color:#2a3a34;font-weight:500}.contatti-form .form-group input,.contatti-form .form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #c5d9d2;border-radius:6px;font-size:1rem;font-family:inherit;background:#fff;color:#2a3a34;transition:border-color .2s;box-sizing:border-box}.contatti-form .form-group input:focus,.contatti-form .form-group textarea:focus{outline:none;border-color:#8eb8a8;box-shadow:0 0 0 2px #8eb8a840}.contatti-form .form-group input::placeholder,.contatti-form .form-group textarea::placeholder{color:#5a6a64;opacity:1}.contatti-form .form-group textarea{resize:vertical;min-height:120px}@media(max-width:968px){.contatti-container{grid-template-columns:1fr;gap:2rem}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5ebe8}.modal-header h3{margin:0;color:#2a3a34;font-size:1.25rem}.modal-close{background:none;border:none;font-size:1.5rem;color:#2a3a34;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.modal-close:hover{background:#f5f9f7;color:#2a3a34}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e5ebe8}.badge-info{background:#e3f2fd;color:#1976d2;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.approval-notification-banner{background:linear-gradient(135deg,#fff3cd,#ffe69c);border:2px solid #ffc107;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:2rem;box-shadow:0 4px 12px #ffc10733;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.approval-notification-content{display:flex;align-items:center;gap:1.25rem}.approval-notification-icon{font-size:2rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.approval-notification-text{flex:1;color:#856404}.approval-notification-text strong{display:block;font-size:1.1rem;color:#856404;margin-bottom:.25rem}.checklist-overdue-banner{background:linear-gradient(135deg,#fde2e2,#f9c2c2);border:2px solid #d9534f;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:2rem;box-shadow:0 4px 12px #d9534f38;animation:slideDown .3s ease-out}.checklist-overdue-banner .approval-notification-icon{animation:pulse 1.6s infinite}.checklist-overdue-banner .approval-notification-text,.checklist-overdue-banner .approval-notification-text strong{color:#7a2424}.checklist-giornaliera-container{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 12px #7eb8a814;margin-bottom:2rem;min-width:0;overflow:hidden}.checklist-giornaliera-header{margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;flex-wrap:wrap}.checklist-giornaliera-header h2{margin:0;color:#5a7a6e;font-size:1.35rem;line-height:1.3;flex:1;min-width:0}.checklist-giornaliera-header .btn{flex-shrink:0}.checklist-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1.5rem;border:1px solid #e5ebe8;border-radius:10px;background:#fff}.checklist-table{width:100%;border-collapse:collapse;min-width:720px}.checklist-table thead tr{background:#e8f4f0;border-bottom:2px solid #8eb8a8}.checklist-table th{padding:.75rem;text-align:left;color:#5a7a6e;font-size:.88rem;white-space:nowrap}.checklist-table th.checklist-th-center{text-align:center}.checklist-table tbody tr{border-bottom:1px solid #e5ebe8}.checklist-table tbody tr.checklist-row-firmato{background:#f0f8f0}.checklist-table td{padding:.75rem;vertical-align:middle;color:#2a3a34}.checklist-table td.checklist-td-center{text-align:center}.checklist-table .checklist-field-input{width:100%;padding:.5rem;border-radius:6px;background:#fff;color:#2a3a34;box-sizing:border-box;min-width:0}.checklist-table .checklist-field-input--error{border:2px solid #dc3545}.checklist-table .checklist-field-input--ok{border:1px solid #e5ebe8}.checklist-table .checklist-field-input--signed{border:2px solid #28a745;background:#f5f5f5;cursor:not-allowed}.checklist-table .checklist-checkbox{width:20px;height:20px;cursor:pointer}.checklist-table .checklist-checkbox:disabled{cursor:not-allowed;opacity:.6}.checklist-table .checklist-checkbox--error{border:2px solid #dc3545}.checklist-firma-cell{display:flex;flex-direction:column;align-items:center;gap:.25rem}.checklist-firma-done{font-size:.85rem;color:#28a745;text-align:center}.checklist-firma-done strong{display:block;margin-bottom:.25rem}.checklist-firma-done small{font-size:.75rem;color:#666}.checklist-firma-select{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.85rem}.checklist-delete-btn{background:#8eb8a8;color:#fff;border:none;border-radius:4px;padding:.25rem .5rem;cursor:pointer;font-size:.875rem}.checklist-delete-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.checklist-empty-row td{padding:2rem;text-align:center;color:#666;font-style:italic}.checklist-firma-actions,.checklist-save-actions{display:flex;gap:.5rem;justify-content:flex-end;flex-wrap:wrap}.checklist-firma-actions{margin-bottom:1rem}.checklist-save-actions{gap:1rem}.checklist-approval-status{display:flex;justify-content:center;align-items:center;padding:1rem;border-radius:8px}.checklist-approval-actions{display:flex;gap:.75rem;margin-top:.75rem}.checklist-approval-actions .approval-action-btn{flex:1}@media(max-width:768px){.checklist-giornaliera-container{padding:1rem;border-radius:10px;margin-bottom:1.25rem}.checklist-giornaliera-header h2{font-size:1.1rem}.checklist-table-wrap{overflow-x:visible;border:none;background:transparent}.checklist-table{min-width:0;display:block}.checklist-table thead{display:none}.checklist-table tbody{display:block}.checklist-table tbody tr{display:block;border:1px solid #e5ebe8;border-radius:10px;margin-bottom:.75rem;padding:.35rem 0;background:#fff;box-shadow:0 1px 4px #7eb8a80f}.checklist-table tbody tr.checklist-row-firmato{background:#f0f8f0}.checklist-table tbody tr:last-child{border-bottom:1px solid #e5ebe8}.checklist-table td{display:grid;grid-template-columns:minmax(100px,42%) 1fr;align-items:center;gap:.35rem .65rem;padding:.55rem .75rem;border-bottom:1px solid #f0f4f2;text-align:left!important}.checklist-table td:last-child{border-bottom:none}.checklist-table td:before{content:attr(data-label);font-weight:600;color:#5a7a6e;font-size:.72rem;line-height:1.25;text-transform:uppercase;letter-spacing:.02em}.checklist-table td.checklist-td-center{justify-items:start}.checklist-table td.checklist-td-center .checklist-firma-cell,.checklist-table td.checklist-td-center .checklist-checkbox{justify-self:start}.checklist-empty-row td{display:block;padding:1.5rem 1rem}.checklist-empty-row td:before{content:none}.checklist-firma-actions,.checklist-save-actions{flex-direction:column;align-items:stretch}.checklist-firma-actions .btn,.checklist-save-actions .btn{width:100%;min-width:0}}.checklist-giornaliere-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:1rem 0}.checklist-giornaliere-card{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:16px;box-shadow:0 4px 12px #0000001a;border:2px solid #e5ebe8;padding:1.5rem;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;overflow:hidden;min-width:0}.checklist-giornaliere-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #7eb8a84d;border-color:#7eb8a8}.checklist-giornaliere-card--pending{border-color:#ffc107;background:linear-gradient(135deg,#fffdf8,#fff8e8)}.checklist-giornaliere-card--pending:hover{border-color:#e6ac00;box-shadow:0 8px 20px #ffc10740}.checklist-pending-badge{position:absolute;top:.75rem;left:.75rem;right:.75rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;padding:.35rem .65rem;border-radius:999px;background:#fff3cd;color:#856404;border:1px solid #ffc107;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;text-align:center;line-height:1.25}.checklist-giornaliere-card-bg{position:absolute;top:-20px;right:-20px;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#7eb8a81a,#7eb8a80d);z-index:0}.checklist-giornaliere-card--pending .checklist-giornaliere-card-bg{background:linear-gradient(135deg,#ffc10724,#ffc1070f)}.checklist-giornaliere-card-icon{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#7eb8a8,#5a9a8a);display:flex;align-items:center;justify-content:center;font-size:2rem;box-shadow:0 4px 8px #7eb8a84d;z-index:1;position:relative;margin-top:1.5rem}.checklist-giornaliere-card--pending .checklist-giornaliere-card-icon{background:linear-gradient(135deg,#f0c14b,#d4a017);box-shadow:0 4px 8px #ffc10759}.checklist-giornaliere-card-body{z-index:1;position:relative;text-align:center;width:100%}.checklist-giornaliere-card-type{font-weight:700;font-size:1.1rem;color:#2a3a34;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.checklist-giornaliere-card-meta{font-size:.9rem;color:#666;margin-bottom:.5rem}.checklist-giornaliere-card-date{font-size:.8rem;color:#7eb8a8;font-weight:600;margin-top:.25rem;text-transform:uppercase;letter-spacing:.5px}.checklist-giornaliere-card--pending .checklist-giornaliere-card-date{color:#b8860b}.checklist-giornaliere-card-arrow{position:absolute;bottom:1rem;right:1rem;font-size:1.2rem;color:#7eb8a8;z-index:1}.checklist-giornaliere-card--pending .checklist-giornaliere-card-arrow{color:#b8860b}@media(max-width:450px){.checklist-giornaliere-grid{grid-template-columns:1fr;gap:1rem}.checklist-giornaliere-card{padding:1.15rem}.checklist-pending-badge{font-size:.68rem;top:.6rem;left:.6rem;right:.6rem}.checklist-giornaliere-card-icon{width:60px;height:60px;font-size:1.65rem;margin-top:1.35rem}.checklist-giornaliera-container{padding:.75rem}.checklist-giornaliera-header{flex-direction:column;align-items:stretch}.checklist-giornaliera-header .btn{width:100%}.checklist-table td{grid-template-columns:1fr;gap:.25rem}.checklist-table td:before{font-size:.68rem}}.sidebar-item{position:relative}.sidebar-item .approval-badge{position:absolute;top:.5rem;right:.5rem;background:#dc3545;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;box-shadow:0 2px 4px #dc35454d;animation:bounce 1s infinite}.sidebar-item--urgent{position:relative;background:linear-gradient(135deg,#fde2e2,#fcd2d2)!important;border:1px solid #d9534f!important;box-shadow:0 1px 4px #d9534f2e}.sidebar-item--urgent h3,.sidebar-item--urgent p{color:#7a2424!important}.sidebar-item--urgent.active{background:linear-gradient(135deg,#f8c8c8,#f3b0b0)!important}.sidebar-urgent-dot{display:inline-block;margin-left:.35rem;animation:pulse 1.6s infinite;font-size:.9em}.sidebar-urgent-extra{display:block;margin-top:.15rem;font-size:.8rem;font-weight:600;color:#7a2424}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.notification-bell{position:relative;background:none;border:none;cursor:pointer;padding:.5rem;color:#5a7a6e;display:flex;align-items:center;justify-content:center;transition:all .2s;border-radius:8px}.notification-bell:hover{background:#f0f8f5;color:#4a6a5e}.notification-bell svg{width:24px;height:24px}.notification-badge{position:absolute;top:.25rem;right:.25rem;background:#dc3545;color:#fff;border-radius:50%;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;padding:0 .25rem;box-shadow:0 2px 4px #dc35454d;animation:bounce 1s infinite;border:2px solid white}.approval-requests-section{margin-top:0;padding:0;background:transparent;min-height:100%;overflow-y:auto;display:block!important;visibility:visible!important;opacity:1!important;width:100%}.approval-requests-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e5ebe8}.approval-requests-header h2{font-size:1.75rem;color:#5a7a6e;margin:0;text-transform:uppercase}.approval-count-badge{background:#dc3545;color:#fff;padding:.75rem 1.5rem;border-radius:20px;font-size:1rem;font-weight:700;box-shadow:0 2px 8px #dc35454d}.approval-requests-list{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:1400px){.approval-requests-list{grid-template-columns:repeat(3,1fr)}}@media(max-width:1000px){.approval-requests-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.approval-requests-list{grid-template-columns:1fr}}.approval-request-card{position:relative;background:#fff;border-radius:8px;padding:1.25rem;box-shadow:0 2px 6px #00000014;border:2px solid #ffc107;transition:all .3s}.approval-request-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.approval-request-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e5ebe8}.approval-request-type{display:flex;align-items:center;gap:1rem}.approval-type-icon{font-size:1.5rem}.approval-type-label{font-size:.75rem;color:#2a3a34;text-transform:uppercase;font-weight:600;margin-bottom:.15rem}.approval-type-name{font-size:1rem;color:#2a3a34;font-weight:700}.approval-status-badge{background:#fff3cd;color:#856404;padding:.35rem .75rem;border-radius:15px;font-size:.8rem;font-weight:600;border:1px solid #ffc107;white-space:nowrap}.approval-requester-info{background:#e7f3ff;border:1px solid #0d6efd;border-radius:6px;padding:.75rem;margin-bottom:.75rem}.approval-section-title{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:700;color:#084298;text-transform:uppercase;margin-bottom:.5rem;letter-spacing:.3px}.approval-requester-details{color:#084298}.approval-requester-name{font-size:.95rem;font-weight:700;margin-bottom:.35rem}.approval-requester-meta{display:flex;gap:1rem;font-size:.8rem;color:#055160;flex-wrap:wrap}.approval-motivation{background:#fff3cd;border:1px solid #ffc107;border-radius:6px;padding:.75rem;margin-bottom:.75rem}.approval-section-title{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;color:#856404;text-transform:uppercase;margin-bottom:.75rem}.approval-motivation-text{background:#fff;padding:.5rem;border-radius:4px;color:#856404;font-size:.85rem;font-weight:600}.approval-comment{background:#d1ecf1;border:1px solid #0dcaf0;border-radius:6px;padding:.75rem;margin-bottom:.75rem}.approval-comment-text{background:#fff;padding:.5rem;border-radius:4px;color:#055160;font-size:.8rem;line-height:1.5;white-space:pre-wrap;max-height:100px;overflow-y:auto}.approval-item-details{background:#f5f9f7;border:1px solid #c5d9d2;border-radius:6px;padding:.75rem;margin-bottom:.75rem}.approval-item-preview{color:#5a7a6e;font-size:.8rem;margin-top:.35rem}.approval-request-date{display:flex;align-items:center;gap:.4rem;color:#2a3a34;font-size:.75rem;margin-bottom:.75rem;padding:.5rem;background:#f9fbfa;border-radius:4px}.approval-request-actions{display:flex;flex-direction:column;gap:.75rem;padding-top:.75rem;border-top:1px solid #e5ebe8}.approval-action-btn{padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;border:none;cursor:pointer;transition:all .2s;text-decoration:none;text-align:center;display:block}.approval-action-view{background:#0d6efd;color:#fff}.approval-action-view:hover{background:#0b5ed7;transform:translateY(-1px)}.approval-action-buttons{display:flex;gap:1rem}.approval-action-reject{background:#fee;color:#c33;border:2px solid #c33;flex:1}.approval-action-reject:hover{background:#fdd;transform:translateY(-1px)}.approval-action-approve{background:#e8f4f0;color:#5a7a6e;border:2px solid #5a7a6e;flex:1}.approval-action-approve:hover{background:#d4e8e0;transform:translateY(-1px)}.temperature-col-dispositivo{min-width:120px;text-align:center}.temperature-table td{padding:.5rem;border-bottom:1px solid #f0f4f2;text-align:center;background:#fff}.temperature-table tbody tr:hover td{background:#f9fbfa}.temperature-table tbody tr:last-child td{border-bottom:none}.temperature-input{width:80px;padding:.4rem .5rem;border:1px solid #c5d9d2;border-radius:6px;font-size:.9rem;text-align:center;background:#fff;color:#2a3a34;transition:border-color .2s}.temperature-input::placeholder{color:#5a6a64;opacity:1}.temperature-input:focus{outline:none;border-color:#8eb8a8;box-shadow:0 0 0 2px #8eb8a840;background:#fff;color:#2a3a34}.badge-info{background:#e8f4f0;color:#5a7a6e}.scheda-temperature-preview{padding:.5rem 0}.preview-dispositivi{display:flex;flex-direction:column;gap:.5rem}.preview-dispositivo{padding:.5rem;background:#f5f9f7;border-radius:6px}.preview-nome{font-weight:600;color:#5a7a6e;font-size:.9rem}.table{width:100%;border-collapse:collapse}.table th,.table td{border-bottom:1px solid #e5ebe8;padding:10px;text-align:left;vertical-align:top}.table thead th{font-size:.9rem;color:#4c5c56;background:#f6f8f7}.manuale-loading{max-width:1200px;width:100%;padding:1rem;color:#2a3a34}.manuale-section{max-width:1200px;width:100%;padding:1rem 1rem 1.5rem;color:#2a3a34}.manuale-section-embedded{max-width:none;padding:0}.manuale-heading{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.manuale-heading h2{margin:0}.manuale-subtitle{color:#6b7b75}.manuale-error{background:#fff3f3;border:1px solid #ffd1d1;padding:.75rem;border-radius:10px;color:#7a2f2f;margin-bottom:.75rem}.manuale-card{background:#fff;border:1px solid #e5ebe8;border-radius:12px;padding:1rem;box-shadow:0 2px 12px #7eb8a814}.manuale-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.manuale-card-title{margin:0;color:#2a3a34}.manuale-card-body{margin-top:.75rem}.manuale-row-actions{display:flex;gap:.5rem;justify-content:flex-end;flex-wrap:wrap}.manuale-inline-actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.manuale-manual-top-actions{display:flex;gap:.4rem;margin-left:auto;justify-content:flex-end;align-items:stretch}.manuale-manual-top-actions .btn,.manuale-manual-actions-right .btn{min-height:38px;padding:.55rem .7rem;font-size:.92rem}.manuale-manual-actions-right{display:flex;flex-wrap:nowrap;gap:.4rem;margin-left:auto;margin-top:.55rem;justify-content:flex-end;align-items:stretch}.manuale-manual-actions-right .btn{flex:0 0 auto}.manuale-manual-action-main{width:168px}.manuale-manual-action-side{width:114px}.manuale-manual-action-rename{width:108px}.manuale-manual-action-refresh{width:114px}.manuale-manual-action-approve{width:168px;order:99}.manuale-single-manual-summary{padding:.6rem .7rem;border:1px solid #d9e3de;border-radius:10px;background:#f9fcfb;color:#2a3a34}.manuale-input{padding:.625rem;border-radius:10px;border:1px solid #d9e3de;background:#fff;color:#2a3a34;font:inherit}.manuale-input:focus{outline:none;border-color:#8eb8a8;box-shadow:0 0 0 2px #8eb8a840}.manuale-badge{display:inline-block;padding:2px 8px;border-radius:999px;border:1px solid #d5e3dc;background:#f6f8f7;color:#4a5a53;font-size:.75rem;vertical-align:middle;margin-left:.4rem}.manuale-lock-note{margin-top:.625rem}.manuale-tabs-wrap{margin-top:.75rem}.manuale-tabs{display:flex;gap:.5rem;flex-wrap:wrap}.manuale-content-grid{margin-top:.75rem;display:grid;gap:.75rem}.manuale-text-grid{display:grid;gap:.5rem}.manuale-muted{color:#6b7b75}.manuale-advice{color:#6b7b75;line-height:1.4}.manuale-pre-wrap{white-space:pre-wrap}.manuale-actions-col{width:220px}.manuale-controls-list{display:grid;gap:.625rem}.manuale-control-card{border:1px solid #e5ebe8;border-radius:12px;padding:.75rem;background:#fff}.manuale-control-head{display:flex;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.manuale-control-title{font-weight:700;color:#2a3a34}.manuale-control-meta{color:#6b7b75;font-size:.9rem}.manuale-control-notes{margin-top:.375rem}.manuale-thresholds{margin-top:.625rem;padding-top:.625rem;border-top:1px dashed #e5ebe8}.manuale-thresholds-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.manuale-threshold-title{font-weight:600;color:#2a3a34}.manuale-threshold-table{margin-top:.375rem}.manuale-structure-shell{display:grid;gap:.75rem}.manuale-structure-progress{width:100%;height:10px;border-radius:999px;background:#edf3f0;overflow:hidden}.manuale-structure-progress-bar{height:100%;background:linear-gradient(90deg,#4f8b77,#8eb8a8);transition:width .2s ease}.manuale-structure-stepper{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.5rem}.manuale-structure-step{border:1px solid #dbe6e1;border-radius:10px;background:#fff;padding:.6rem;display:flex;align-items:center;gap:.55rem;text-align:left;cursor:pointer}.manuale-structure-step.active{border-color:#4f8b77;box-shadow:0 0 0 2px #4f8b771f}.manuale-structure-step.done{background:#f4fbf8}.manuale-structure-step-num{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#eef5f2;color:#2f5648;font-weight:700}.manuale-structure-step.active .manuale-structure-step-num{background:#4f8b77;color:#fff}.manuale-structure-step-title{font-size:.9rem;color:#2f3f38}.manuale-structure-head{display:flex;justify-content:space-between;gap:.75rem;flex-wrap:wrap;align-items:center}.manuale-structure-head h4{margin:0}.manuale-structure-content{display:grid;gap:.75rem;min-width:0}.manuale-structure-grid{display:grid;gap:.75rem;min-width:0;width:100%;max-width:100%;box-sizing:border-box}.manuale-schema-flusso-file{border:1px solid #d8e4df;border-radius:10px;background:#f9fcfb;padding:.75rem;display:grid;gap:.6rem}.manuale-schema-flusso-file-head{display:flex;justify-content:space-between;gap:.5rem;align-items:center;flex-wrap:wrap}.manuale-schema-flusso-image{width:100%;max-height:360px;object-fit:contain;border:1px solid #d9e3de;border-radius:8px;background:#fff}.manuale-structure-subgrid{display:grid;grid-template-columns:1fr;gap:.6rem}.manuale-structure-field{display:grid;gap:.35rem;min-width:0;width:100%;max-width:100%;box-sizing:border-box}.manuale-structure-field span{font-size:.85rem;color:#4e5f58}.manuale-structure-field input,.manuale-structure-field textarea,.manuale-structure-array-wrap input{width:100%;max-width:100%;min-width:0;box-sizing:border-box;border:1px solid #d9e3de;border-radius:8px;padding:.55rem .6rem;font:inherit;color:#2a3a34;background:#fff}.manuale-structure-field textarea{resize:vertical}.manuale-structure-field input:focus,.manuale-structure-field textarea:focus,.manuale-structure-array-wrap input:focus{outline:none;border-color:#8eb8a8;box-shadow:0 0 0 2px #8eb8a840}.manuale-structure-array-wrap{display:grid;gap:.6rem;min-width:0;width:100%;max-width:100%;box-sizing:border-box}.manuale-dati-generali-list{display:grid;gap:.75rem;min-width:0;width:100%;max-width:100%;box-sizing:border-box}.manuale-dati-generali-section{display:grid;gap:.6rem;border:1px solid #d9e3de;border-radius:10px;padding:.75rem;background:#fff}.manuale-dati-generali-section-title{font-size:.9rem;font-weight:700;color:#2a3a34;text-transform:uppercase;letter-spacing:.35px}.manuale-dati-generali-item{display:grid;gap:.6rem;border:1px solid #d9e3de;border-radius:10px;padding:.75rem;background:#f9fcfb;min-width:0;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.manuale-dati-generali-head{display:flex;align-items:flex-end;gap:.6rem;min-width:0;width:100%;max-width:100%;box-sizing:border-box}.manuale-dati-generali-head .manuale-structure-field{flex:1}.manuale-lavorazione-actions{display:flex;justify-content:flex-start;gap:.5rem;flex-wrap:wrap;min-width:0;width:100%;max-width:100%;box-sizing:border-box}.manuale-lavorazione-table-wrap{overflow-x:auto;overflow-y:hidden;border:1px solid #d8e4df;border-radius:10px;background:#f4faf7;padding:.55rem;min-width:0;width:100%;max-width:100%;box-sizing:border-box}.manuale-lavorazione-table{border-collapse:separate;border-spacing:.45rem;width:100%;min-width:100%;table-layout:fixed;margin:0}.manuale-lavorazione-table th,.manuale-lavorazione-table td{border:0;padding:.02rem;background:transparent;min-width:0}.manuale-lavorazione-table thead th,.manuale-lavorazione-table tbody th{padding:.45rem .55rem;background:#e7f1ec;color:#48665b;font-size:.8rem;font-weight:600;text-align:center;border-radius:8px;white-space:nowrap}.manuale-lavorazione-table thead th input,.manuale-lavorazione-table tbody th input{width:100%;box-sizing:border-box;border:1px solid transparent;border-radius:6px;background:transparent;color:#48665b;text-align:center;font-weight:600;font:inherit;padding:.2rem .25rem}.manuale-lavorazione-table thead th input:focus,.manuale-lavorazione-table tbody th input:focus{outline:none;border-color:#8eb8a8;box-shadow:0 0 0 2px #8eb8a829;background:#f8fcfa}.manuale-lavorazione-table-axis{min-width:56px}.manuale-lavorazione-table td{min-width:0}.manuale-lavorazione-table td input{width:100%;box-sizing:border-box;border:1px solid #cfe0d8;border-radius:8px;padding:.5rem .55rem;font:inherit;color:#2a3a34;background:#fff}.manuale-lavorazione-table td input:focus{outline:none;border-color:#8eb8a8;box-shadow:0 0 0 2px #8eb8a833}.manuale-operatori-list{display:grid;gap:.45rem}.manuale-operatore-row{display:flex;align-items:center;gap:.45rem}.manuale-operatore-row input{flex:1}.manuale-operatore-row .btn{flex-shrink:0}.manuale-structure-nav{display:flex;justify-content:space-between;gap:.5rem}.manuale-save-modal{max-width:480px;border:1px solid #dfe9e4}.manuale-save-modal .modal-body{display:grid;gap:.85rem}.manuale-save-modal-text{margin:0;color:#5f736b;line-height:1.45}.manuale-preview-modal{max-width:none;width:min(1400px,96vw);height:92vh;max-height:92vh;overflow:hidden;border:1px solid #dfe9e4;display:flex;flex-direction:column}.manuale-preview-layout{display:flex;flex:1;min-height:0;overflow:hidden}.manuale-preview-sidebar{width:185px;min-width:185px;background:#f6faf8;border-right:1px solid #e4ede9;display:flex;flex-direction:column;gap:.3rem;padding:.5rem;overflow-y:auto}.manuale-preview-sidebar-step{display:flex;align-items:center;gap:.45rem;flex:1;width:100%;padding:.5rem .55rem;border:1px solid #dbe6e1;border-radius:8px;background:#fff;cursor:pointer;text-align:left;min-height:0}.manuale-preview-sidebar-step.active{border-color:#4f8b77;box-shadow:0 0 0 2px #4f8b771f}.manuale-preview-sidebar-step.done{background:#f4fbf8}.manuale-preview-sidebar-num{width:24px;height:24px;min-width:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#eef5f2;color:#2f5648;font-weight:700;font-size:.8rem}.manuale-preview-sidebar-step.active .manuale-preview-sidebar-num{background:#4f8b77;color:#fff}.manuale-preview-sidebar-title{font-size:.82rem;color:#2f3f38;line-height:1.25}.manuale-preview-main{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.manuale-preview-step-head{padding:.6rem 1rem;font-size:.95rem;color:#2a3a34;border-bottom:1px solid #e4ede9;background:#fff;flex-shrink:0}.manuale-preview-campo-title{font-size:1rem;font-weight:700;color:#2a3a34;margin:.8rem 0 .3rem;padding-bottom:.2rem;border-bottom:1px solid #d8e4df}.manuale-preview-campo-labeled{margin-bottom:.5rem}.manuale-preview-campo-label{display:block;font-size:.78rem;font-weight:600;color:#5a7a70;margin-bottom:.2rem;text-transform:uppercase;letter-spacing:.03em}.manuale-preview-field-value{background:#f6faf8;border:1px solid #d8e4df;border-radius:6px;padding:.45rem .6rem;color:#2a3a34;font-size:.9rem;white-space:pre-wrap;min-height:2rem}.manuale-preview-body{flex:1;min-height:0;overflow-y:auto;overflow-x:auto;padding:1rem;display:grid;gap:.85rem;align-content:start}.manuale-preview-block{border:1px solid #d8e4df;border-radius:10px;background:#f9fcfb;padding:.75rem}.manuale-preview-block h4{margin:0 0 .55rem;color:#2a3a34;font-size:1rem}.manuale-preview-subtitle{margin-top:.7rem;font-weight:600;color:#3c5148}.manuale-preview-paragraph{margin:0;color:#2a3a34;line-height:1.45;white-space:pre-wrap}.manuale-preview-list{margin:.4rem 0 0;padding-left:1.1rem;color:#2a3a34}.manuale-preview-list li{margin-bottom:.25rem;line-height:1.4}.manuale-preview-empty{color:#6b7b75;font-style:italic}.manuale-preview-table-wrap{margin-top:.65rem}.manuale-preview-table-title{font-weight:600;color:#3c5148;margin-bottom:.35rem}.manuale-preview-table{margin-top:0}.manuale-preview-table td{background:#fff}.manuale-preview-modal .table thead th,.manuale-preview-equipment-table thead th,.ppd-preview-table thead th{text-align:left}.manuale-preview-equipment-table tbody th[scope=row]{font-weight:600;color:#2a3a34;background:#f8fbfa;white-space:nowrap}.manuale-preview-area-title td,.manuale-preview-equipment-title td{background:#eef5f2;font-size:.92rem}.manuale-preview-muted{font-weight:400;opacity:.75}.manuale-preview-attachment{margin-top:.55rem;color:#2a3a34}.manuale-preview-image{margin-top:.65rem;width:100%;max-height:320px;object-fit:contain;border:1px solid #d8e4df;border-radius:8px;background:#fff}.manuale-preview-plan-list{margin-top:.7rem;display:grid;gap:.55rem}.manuale-preview-plan-item{border:1px solid #d8e4df;border-radius:8px;background:#fff;padding:.6rem}.manuale-preview-plan-title{font-weight:600;color:#2a3a34}.manuale-preview-plan-description{margin-top:.35rem;color:#445750}@media(max-width:768px){.manuale-section{padding:1rem}.manuale-card{padding:.875rem}.manuale-select{min-width:100%;width:100%}.manuale-select.manuale-select-small{min-width:100%}.manuale-manual-actions-right{width:100%;margin-left:0;flex-wrap:wrap}.manuale-manual-top-actions{margin-left:0;width:100%;justify-content:flex-end}.manuale-manual-action-rename,.manuale-manual-action-main,.manuale-manual-action-side,.manuale-manual-action-refresh,.manuale-manual-action-approve{width:auto}.manuale-actions-col{width:160px}.manuale-dati-generali-head{flex-direction:column;align-items:stretch}.manuale-structure-nav{flex-direction:column}.manuale-preview-modal{max-width:100%}}.equipment-areas-manager,.ppd-root,.haccp-risk-modal-body,.manuale-content-grid,.manuale-structure-shell{--eam-border: #c5d9d2;--eam-border-strong: #8eb8a8;--eam-focus: rgba(142, 184, 168, .25);--eam-text: #2a3a34;--eam-muted: #5a6a64;--eam-bg-elevated: #ffffff}.equipment-areas-manager{--eam-bg-surface: #f4f8f6}.equipment-areas-manager select,.ppd-root select,.haccp-risk-modal-body select,.manuale-select,.equipment-areas-manager input[type=text],.equipment-areas-manager input[type=number],.ppd-root input[type=text],.equipment-areas-manager textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--eam-border, #c5d9d2);border-radius:10px;font-size:1rem;font-family:inherit;background:var(--eam-bg-elevated, #ffffff);color:var(--eam-text, #2a3a34);box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.equipment-areas-manager select,.ppd-root select,.haccp-risk-modal-body select,.manuale-select,.equipment-areas-manager input[type=text],.equipment-areas-manager input[type=number],.ppd-root input[type=text]{height:48px}.equipment-areas-manager textarea{min-height:80px;resize:vertical}.equipment-areas-manager select,.ppd-root select,.haccp-risk-modal-body select,.manuale-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%232a3a34' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right .9rem center;background-size:14px;padding-right:2.6rem;cursor:pointer}.equipment-areas-manager select:hover,.ppd-root select:hover,.haccp-risk-modal-body select:hover,.manuale-select:hover,.equipment-areas-manager input[type=text]:hover,.equipment-areas-manager textarea:hover{border-color:#aac6bb}.equipment-areas-manager select:focus,.ppd-root select:focus,.haccp-risk-modal-body select:focus,.manuale-select:focus,.equipment-areas-manager input[type=text]:focus,.equipment-areas-manager input[type=number]:focus,.equipment-areas-manager textarea:focus{outline:none;border-color:var(--eam-border-strong, #8eb8a8);box-shadow:0 0 0 3px var(--eam-focus, rgba(142, 184, 168, .25))}.equipment-areas-manager select:disabled,.ppd-root select:disabled,.haccp-risk-modal-body select:disabled,.manuale-select:disabled,.equipment-areas-manager input:disabled,.equipment-areas-manager textarea:disabled{background:#f2f4f3;color:var(--eam-muted, #5a6a64);cursor:not-allowed}.equipment-areas-manager select option,.ppd-root select option,.haccp-risk-modal-body select option,.manuale-select option{padding:.5rem;background:#fff;color:var(--eam-text, #2a3a34)}.manuale-select{min-width:320px}.manuale-select.manuale-select-small{min-width:160px}.equipment-areas-manager .eam-toolbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;padding:1rem 1.1rem;border:1px solid var(--eam-border);border-radius:14px;background:var(--eam-bg-elevated);box-shadow:0 1px 2px #00000008}.equipment-areas-manager .eam-toolbar--inline{border-style:dashed;background:#fbfdfc}.equipment-areas-manager .eam-toolbar strong{color:var(--eam-text);font-weight:600;font-size:.95rem;margin-right:.25rem}.equipment-areas-manager .eam-toolbar .eam-mode-select{flex:0 0 220px}.equipment-areas-manager .eam-toolbar .eam-main-select,.equipment-areas-manager .eam-toolbar .eam-main-input{flex:1 1 280px;min-width:240px}.equipment-areas-manager .eam-card{border:1px solid var(--eam-border);border-radius:14px;padding:1.1rem 1.2rem;background:var(--eam-bg-surface);display:flex;flex-direction:column;gap:.85rem;box-shadow:0 1px 2px #00000008}.equipment-areas-manager .eam-card--equipment{background:var(--eam-bg-elevated);padding:.9rem 1rem}.equipment-areas-manager .eam-card--orphans{border-style:dashed}.equipment-areas-manager .eam-card-header{display:grid;grid-template-columns:minmax(220px,2fr) minmax(140px,1fr) auto;gap:.6rem;align-items:center}.equipment-areas-manager .eam-card-header input[type=text]:first-child{font-weight:600;font-size:1.05rem}.equipment-areas-manager .eam-equipment-header{display:grid;grid-template-columns:minmax(220px,2fr) minmax(140px,1fr) minmax(140px,1fr) auto;gap:.6rem;align-items:center}.equipment-areas-manager .eam-equipment-row{display:flex;flex-direction:column;gap:.5rem}.equipment-areas-manager .eam-inline-row{display:flex;flex-wrap:wrap;gap:.85rem 1.25rem;align-items:center;color:var(--eam-text)}.equipment-areas-manager .eam-inline-row label{display:inline-flex;align-items:center;gap:.45rem}.equipment-areas-manager .eam-section-title{font-size:.95rem;font-weight:600;color:var(--eam-text)}.equipment-areas-manager details>summary{cursor:pointer;font-size:.88rem;color:var(--eam-muted);padding:.25rem 0;-webkit-user-select:none;user-select:none}.equipment-areas-manager details[open]>summary{margin-bottom:.5rem}.equipment-areas-manager .custom-fields-editor{display:flex;flex-direction:column;gap:.45rem}.equipment-areas-manager .custom-fields-editor .cf-row{display:grid;grid-template-columns:minmax(160px,1fr) minmax(180px,2fr) auto;gap:.5rem;align-items:center}.equipment-areas-manager .eam-equipments-list{display:flex;flex-direction:column;gap:.6rem}.equipment-areas-manager .eam-alert{padding:.7rem .95rem;background:#fdecec;border:1px solid #f5b5b5;color:#7a1f1f;border-radius:10px}.equipment-areas-manager .eam-empty{padding:1.25rem;text-align:center;color:var(--eam-muted);border:1px dashed var(--eam-border);border-radius:12px;background:var(--eam-bg-elevated)}.equipment-areas-manager .eam-saving{font-size:.8rem;color:var(--eam-muted)}.equipment-areas-manager .eam-reset{display:flex;justify-content:flex-end}@media(max-width:720px){.equipment-areas-manager .eam-card-header,.equipment-areas-manager .eam-equipment-header,.equipment-areas-manager .custom-fields-editor .cf-row{grid-template-columns:1fr}.equipment-areas-manager .eam-toolbar .eam-mode-select{flex:1 1 100%}}.haccp-risk-editor{display:flex;flex-direction:column;gap:0}.haccp-risk-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:0 0 16px;flex-wrap:wrap}.haccp-risk-header-text h4{margin:0 0 2px;font-size:1.05rem}.haccp-risk-empty{padding:20px 0;font-size:.92rem}.haccp-risk-phase{border:1px solid var(--manuale-border, #333);border-radius:8px;margin-bottom:16px;overflow:hidden}.haccp-risk-phase-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:var(--manuale-card-header-bg, rgba(255,255,255,.04));cursor:pointer;-webkit-user-select:none;user-select:none;flex-wrap:wrap}.haccp-risk-phase-header:hover{background:var(--manuale-card-header-hover, rgba(255,255,255,.08))}.haccp-risk-phase-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.haccp-risk-phase-toggle{font-size:.85rem;opacity:.7;width:14px;display:inline-block}.haccp-risk-phase-desc{font-size:.85rem;opacity:.65}.haccp-risk-phase-count{font-size:.8rem;opacity:.5;font-style:italic}.haccp-risk-phase-actions{display:flex;gap:6px;flex-wrap:wrap}.haccp-risk-phase-body{padding:12px 16px 16px}.haccp-risk-table-wrap{overflow-x:auto;margin-bottom:12px}.haccp-risk-table{width:100%;border-collapse:collapse;font-size:.82rem;min-width:900px}.haccp-risk-table th{background:var(--manuale-card-header-bg, rgba(255,255,255,.07));padding:8px 10px;text-align:left;font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.03em;border:1px solid var(--manuale-border, #3a3a3a);white-space:nowrap}.haccp-risk-table td{border:1px solid var(--manuale-border, #3a3a3a);padding:7px 10px;vertical-align:top}.haccp-risk-cell{max-width:160px;white-space:pre-wrap;word-break:break-word;font-size:.82rem;line-height:1.4}.haccp-risk-ccp{text-align:center;white-space:nowrap}.haccp-risk-actions{white-space:nowrap;vertical-align:middle}.haccp-risk-actions .btn{margin-right:4px}.haccp-risk-add-row{margin-top:4px}.btn-sm{padding:.3em .75em;font-size:.83rem}.badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:600}.badge-danger{background:#dc354533;color:#ff6b6b;border:1px solid rgba(220,53,69,.4)}.badge-outline{background:transparent;color:var(--text-muted, rgba(255,255,255,.45));border:1px solid var(--manuale-border, #3a3a3a)}.haccp-risk-tipo-select{width:100%;box-sizing:border-box;margin-bottom:2px}.haccp-risk-link-action-btn{margin-top:6px;font-size:.78rem;opacity:.8}.haccp-risk-modal{max-width:640px;width:95vw}.haccp-risk-modal-body{display:flex;flex-direction:column;gap:12px;max-height:70vh;overflow-y:auto}.haccp-risk-ccp-group label{display:flex;align-items:center;gap:6px;font-weight:500;cursor:pointer}.haccp-risk-ccp-group input[type=checkbox]{width:16px;height:16px;cursor:pointer}.manuale-tabs{display:flex;gap:4px;padding:0 0 16px;flex-wrap:wrap}.manuale-tab{padding:6px 16px;border-radius:6px;border:1px solid var(--manuale-border, #3a3a3a);background:transparent;cursor:pointer;font-size:.88rem;transition:background .15s,color .15s}.manuale-tab:hover{background:#ffffff0f}.manuale-tab.active{background:var(--btn-primary-bg, #4f8eff);color:#fff;border-color:var(--btn-primary-bg, #4f8eff)}@media(max-width:720px){.haccp-risk-phase-header{flex-direction:column;align-items:flex-start}.haccp-risk-table{font-size:.75rem}}.fce-root{display:flex;flex-direction:column;gap:20px}.fce-section{border:1px solid var(--manuale-border, #333);border-radius:8px;padding:14px 16px}.fce-section-label{font-weight:600;font-size:.95rem;margin-bottom:10px;color:var(--text-primary, inherit)}.fce-testo-group label{font-size:.85rem;opacity:.75}.fce-testo{width:100%;box-sizing:border-box}.fce-voci-label{font-size:.82rem;font-weight:600;margin:10px 0 6px;opacity:.7;text-transform:uppercase;letter-spacing:.04em}.fce-voci-list{display:flex;flex-direction:column;gap:6px}.fce-voce-row{display:flex;align-items:center;gap:6px}.fce-voce-bullet{opacity:.5;flex-shrink:0}.fce-voce-input{flex:1;min-width:0;padding:.55rem .85rem;border-radius:10px;font-size:.95rem;line-height:1.4}.fce-add-voce,.fce-load-default{margin-top:6px;align-self:flex-start}.lav-editor{display:flex;flex-direction:column;gap:24px}.lav-section{border:1px solid var(--manuale-border, #333);border-radius:8px;padding:14px 16px}.lav-section-title{font-weight:600;font-size:.95rem;margin-bottom:14px}.lav-fase{margin-bottom:16px}.lav-fase:last-child{margin-bottom:0}.lav-fase-header{margin-bottom:6px}.lav-fase-titolo{width:100%;box-sizing:border-box;font-weight:600;padding:.6rem .9rem;border-radius:10px;font-size:1rem;line-height:1.4}.lav-fase-desc{width:100%;box-sizing:border-box}.lav-table-toolbar{display:flex;gap:8px;margin-bottom:10px;flex-wrap:wrap}.lav-temp-table textarea,.lav-rice-table input[type=text]{width:100%;box-sizing:border-box;min-width:0}.haccp-risk-table.lav-rice-table th,.haccp-risk-table.lav-rice-table td{text-align:center;vertical-align:middle}.haccp-risk-table.lav-rice-table input[type=checkbox]{margin:0 auto;display:inline-block}.ppd-root{display:flex;flex-direction:column;gap:0;margin-top:8px}.ppd-hint{font-size:.82rem;opacity:.6;padding:4px 0 8px;font-style:italic}.ppd-heading{font-weight:700;font-size:1rem;padding:12px 0 8px;border-top:1px solid var(--manuale-border, #333);margin-top:8px}.ppd-freq-section{border:1px solid var(--manuale-border, #333);border-radius:8px;padding:12px 14px;margin-bottom:14px}.ppd-freq-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;flex-wrap:wrap}.ppd-freq-label{font-size:.9rem;text-transform:uppercase;letter-spacing:.04em}.ppd-freq-actions{display:flex;gap:6px;flex-wrap:wrap}.ppd-table textarea{width:100%;box-sizing:border-box;min-width:0}.ppd-row-ctrl{white-space:nowrap;vertical-align:middle}.ppd-row-ctrl .btn{margin:1px}.ppd-import-bar{display:flex;align-items:center;gap:10px;padding-bottom:12px;flex-wrap:wrap}.ppd-schedule-table-wrap{overflow-x:auto;border:1px solid #e1eae5;border-radius:10px;background:#fff}.ppd-schedule-table{width:100%;border-collapse:collapse;font-size:.88rem}.ppd-schedule-table thead th{background:#eef5f2;color:#2a3a34;font-weight:600;text-align:center;padding:.5rem .55rem;border-bottom:1px solid #d9e3de;white-space:nowrap}.ppd-schedule-table tbody td{padding:.4rem .5rem;border-bottom:1px solid #e8efec;vertical-align:middle}.ppd-schedule-area-title td{background:#eef5f2;font-size:.9rem;padding:.45rem .55rem}.ppd-schedule-table select,.ppd-schedule-table input[type=text],.ppd-schedule-table .ppd-metodo-input{width:100%;min-width:0;height:48px;padding:.75rem 1rem;border:1px solid var(--eam-border, #c5d9d2);border-radius:10px;font-size:1rem;font-family:inherit;background:var(--eam-bg-elevated, #ffffff);color:var(--eam-text, #2a3a34);box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.ppd-schedule-table select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%232a3a34' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right .7rem center;background-size:12px;padding-right:2.2rem;cursor:pointer}.ppd-schedule-table select:hover,.ppd-schedule-table input[type=text]:hover{border-color:#aac6bb}.ppd-schedule-table select:focus,.ppd-schedule-table input[type=text]:focus{outline:none;border-color:var(--eam-border-strong, #8eb8a8);box-shadow:0 0 0 3px var(--eam-focus, rgba(142, 184, 168, .25))}.ppd-schedule-table select:disabled,.ppd-schedule-table input[type=text]:disabled{background:#f2f4f3;color:var(--eam-muted, #5a6a64);cursor:not-allowed}.ppd-schedule-th-actions,.ppd-schedule-td-actions{width:2.75rem;text-align:center}.ppd-schedule-td-actions .btn{min-width:2rem;padding:.2rem .45rem}@media(max-width:720px){.ppd-schedule-table-wrap{-webkit-overflow-scrolling:touch}}.equipment-areas-manager .eam-schedule-table-wrap{margin-top:.5rem;overflow-x:auto;border:1px solid #e1eae5;border-radius:10px;background:#fff}.equipment-areas-manager .eam-schedule-table{width:100%;border-collapse:collapse;font-size:.88rem}.equipment-areas-manager .eam-schedule-table thead th{background:#eef5f2;color:#2a3a34;font-weight:600;text-align:center;padding:.5rem .65rem;border-bottom:1px solid #d9e3de;white-space:nowrap}.equipment-areas-manager .eam-schedule-table tbody th[scope=row]{background:#f8fbfa;color:#2a3a34;font-weight:600;text-align:left;padding:.55rem .65rem;border-bottom:1px solid #e8efec;white-space:nowrap;vertical-align:middle;min-width:11rem}.equipment-areas-manager .eam-schedule-table tbody td{padding:.45rem .55rem;border-bottom:1px solid #e8efec;vertical-align:middle}.equipment-areas-manager .eam-schedule-row--tc{background:#f4f9fc}.equipment-areas-manager .eam-schedule-row--tc th[scope=row]{background:#edf6fa}.equipment-areas-manager .eam-schedule-td-center{text-align:center;width:4rem}.equipment-areas-manager .eam-schedule-table select,.equipment-areas-manager .eam-schedule-table input[type=text],.equipment-areas-manager .eam-schedule-table input[type=number]{width:100%;min-width:0}.equipment-areas-manager .eam-schedule-cell-fields{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.equipment-areas-manager .eam-schedule-cell-fields select{flex:1 1 160px;min-width:140px}.equipment-areas-manager .eam-schedule-cell-fields input[type=text]{flex:2 1 200px;min-width:160px}.equipment-areas-manager .eam-schedule-cell-fields--compact input[type=number]{flex:1 1 88px;min-width:72px}.equipment-areas-manager .eam-schedule-muted{color:var(--eam-muted, #5a6a64);opacity:.75}.equipment-areas-manager .eam-schedule-table-wrap .eam-saving{display:block;padding:.35rem .65rem .5rem;font-size:.8rem;color:var(--eam-muted, #5a6a64)}.pct-root{display:flex;flex-direction:column;gap:0;margin-top:16px;border-top:2px solid var(--manuale-border, #d9e3de);padding-top:14px}.pct-heading{font-weight:700;font-size:1rem;padding:4px 0 8px}.pct-hint{font-size:.82rem;opacity:.7;padding:0 0 10px;font-style:italic}.pct-empty{padding:1rem;border:1px dashed #cfd8d4;border-radius:8px;background:#f9fcfb;color:#5a6a64;font-size:.92rem}.pct-table-wrap{overflow-x:auto;border:1px solid #e1eae5;border-radius:10px;background:#fff}.pct-table{width:100%;border-collapse:collapse;font-size:.9rem}.pct-table thead th{background:#eef5f2;color:#2a3a34;font-weight:600;text-align:left;padding:.6rem .75rem;border-bottom:1px solid #d9e3de;text-transform:uppercase;font-size:.78rem;letter-spacing:.03em}.pct-table tbody td{padding:.55rem .75rem;border-bottom:1px solid #f0f4f2;vertical-align:middle}.pct-table tbody tr:last-child td{border-bottom:none}.pct-area-group-row td{background:#f5faf8;color:#3a5a4f;font-size:.85rem;padding:.5rem .75rem!important;border-top:1px solid #e1eae5;border-bottom:1px solid #e1eae5}.pct-area-count{opacity:.65}.pct-cell-muted{color:#8aa098;font-style:italic}.pct-slots{display:flex;gap:.35rem;flex-wrap:wrap}.pct-slot-badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;background:#e8f4f0;color:#2a5a4d;font-weight:600;font-size:.82rem;border:1px solid #c7e0d6}@media(max-width:720px){.pct-table{font-size:.82rem}.pct-table thead{display:none}.pct-table tbody tr{display:grid;grid-template-columns:1fr;border-bottom:2px solid #e1eae5}.pct-area-group-row td{grid-column:1}.pct-table tbody td{padding:.4rem .6rem}}.dashboard-header-start{display:flex;align-items:center;gap:.75rem;min-width:0;flex-shrink:0}.dashboard-logo,.dashboard-header>img{height:60px;width:auto;max-width:min(220px,55vw);object-fit:contain}.sidebar-menu-btn{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid #c5d9d2;border-radius:10px;background:#fff;color:#5a7a6e;cursor:pointer;flex-shrink:0;transition:background-color .2s,border-color .2s}.sidebar-menu-btn:hover{background:#f0f8f5;border-color:#8eb8a8}.sidebar-menu-btn svg{width:22px;height:22px}.sidebar-overlay{display:none}.haccp-assistant-root{position:fixed;right:18px;bottom:18px;z-index:9999}.sync-status-indicator{position:fixed;bottom:1.25rem;left:1.25rem;z-index:9999}@media(max-width:1024px){.sidebar-menu-btn{display:inline-flex}.sidebar-overlay{display:block;position:fixed;inset:0;z-index:1050;background:#0f171473;border:none;padding:0;cursor:pointer;animation:sidebarOverlayIn .2s ease}@keyframes sidebarOverlayIn{0%{opacity:0}to{opacity:1}}.dashboard-sidebar{position:fixed;top:0;left:0;bottom:0;z-index:1100;width:min(300px,88vw);max-width:100%;transform:translate(-105%);transition:transform .25s ease;box-shadow:none}.dashboard-sidebar--open{transform:translate(0);box-shadow:4px 0 28px #0000002e}.dashboard-header{padding:.75rem 1rem;gap:.75rem;flex-wrap:nowrap}.dashboard-header-start{flex:1;min-width:0}.dashboard-logo,.dashboard-header>img{height:48px;max-width:min(180px,48vw)}.dashboard-nav{gap:.5rem;flex-shrink:0}.account-type-badge{display:none}.dashboard-content{padding:1.25rem}.dashboard-cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.form-row{grid-template-columns:1fr;gap:1rem}.profile-business-layout{grid-template-columns:1fr}.approval-notification-content{flex-wrap:wrap}.approval-request-header{flex-direction:column;align-items:flex-start;gap:.75rem}.rapporti-header{flex-wrap:wrap;gap:.75rem}.modal-footer{flex-wrap:wrap}.manuale-content-grid{grid-template-columns:1fr!important}.manuale-preview-layout{flex-direction:column}.manuale-preview-sidebar{width:100%;flex-direction:row;overflow-x:auto;flex-wrap:nowrap;gap:.5rem;padding-bottom:.5rem}.manuale-preview-sidebar-step{flex:0 0 auto;min-width:140px}.contatti-container{grid-template-columns:1fr;padding:1.25rem;gap:1.5rem}}@media(max-width:768px){.auth-page{padding:1.5rem 1rem 1rem;align-items:flex-start}.auth-card{padding:1.5rem}.auth-card--wide{max-height:none}.dashboard-content{padding:1rem}.dashboard-logo,.dashboard-header>img{height:44px}.rapporto-section h2{font-size:1.35rem}.rapporto-form-container{padding:1.25rem}.rapporto-section:has(.pianificazione-form) .rapporto-form-container,.rapporto-section:has(.pianificazione-table) .rapporto-form-container{padding:1.25rem}.approval-notification-content{flex-direction:column;align-items:stretch;gap:.85rem}.approval-notification-content .btn{width:100%}.rapporti-header{flex-direction:column;align-items:stretch}.notifiche-tabs{gap:.35rem}.notifiche-tab{flex:1 1 auto;justify-content:center;font-size:.82rem;padding:.5rem .65rem}.rapporto-card{padding:1rem}.crea-modulo-card{min-height:auto}.cestino-actions{flex-direction:column}.cestino-actions .btn{width:100%}.modal-footer{flex-direction:column;align-items:stretch}.modal-footer .btn{width:100%}.user-menu-dropdown{right:0;left:auto;min-width:min(280px,calc(100vw - 2rem))}.pianificazione-header,.temperature-dispositivi-header{flex-direction:column;align-items:stretch;gap:.75rem}.temperature-header-fields{grid-template-columns:1fr}.archivio-scheda-header-row{grid-template-columns:1fr;gap:.25rem}.manuale-manual-top-actions{flex-wrap:wrap;justify-content:stretch}.manuale-manual-top-actions .btn{flex:1 1 auto}.manuale-actions-col{width:100%}.haccp-assistant-panel{width:min(360px,calc(100vw - 24px))!important;height:min(520px,calc(100vh - 24px))!important}}@media(max-width:450px){.auth-page{padding:1rem .75rem .75rem}.auth-card{padding:1.15rem;border-radius:10px}.auth-header h1{font-size:1.45rem}.dashboard-header{padding:.5rem .65rem;gap:.5rem}.dashboard-logo,.dashboard-header>img{height:36px;max-width:min(140px,42vw)}.sidebar-menu-btn{width:40px;height:40px;border-radius:8px}.sidebar-menu-btn svg{width:20px;height:20px}.dashboard-content{padding:.65rem}.dashboard-welcome h2{font-size:1.2rem}.dashboard-welcome{margin-bottom:1.25rem}.btn{padding:.65rem 1rem;font-size:.9rem}.btn-secondary{width:100%}.rapporto-section h2{font-size:1.15rem}.rapporto-form-container{padding:.85rem;border-radius:10px}.rapporto-istruzioni{padding:.75rem;font-size:.88rem;margin-bottom:1.25rem}.rapporto-card{padding:.85rem;border-radius:10px}.rapporto-card-header{margin-bottom:.65rem}.sidebar-item,.sidebar-dropdown-toggle{padding:.75rem 1rem;gap:.75rem}.sidebar-icon{font-size:1.25rem}.sidebar-content h3{font-size:.88rem}.sidebar-content p{font-size:.78rem}.sidebar-header{padding:1rem}.notification-bell{padding:.35rem}.notification-bell svg{width:20px;height:20px}.user-avatar{width:34px;height:34px}.user-avatar--placeholder{font-size:.85rem}.approval-notification-banner,.checklist-overdue-banner{padding:.85rem 1rem;margin-bottom:1.25rem}.approval-notification-text strong{font-size:.95rem}.approval-request-card{padding:.85rem}.empty-state{padding:2rem 1rem}.modal-content{border-radius:10px}.modal-header,.modal-body,.modal-footer{padding:1rem}.form-group input,.form-group input[type=date],.rapporto-form input[type=text],.rapporto-form input[type=date],.rapporto-form input[type=number]{font-size:16px;padding:.65rem .85rem}.contatti-container{padding:.85rem}.contatti-form-wrapper{padding:1rem}.dashboard-cards{grid-template-columns:1fr;gap:.75rem}.card-placeholder,.profile-form-left,.profile-linked-accounts-container,.profile-form-container{padding:1rem}.profile-section{padding:0 .65rem .65rem}.haccp-assistant-root{right:10px;bottom:10px}.haccp-assistant-fab{width:50px!important;height:50px!important}.haccp-assistant-panel{width:calc(100vw - 16px)!important;height:calc(100vh - 16px)!important;max-width:none!important;max-height:none!important;border-radius:12px!important}.sync-status-indicator{bottom:.65rem;left:.65rem;font-size:.72rem;padding:.3rem .55rem}.invite-permissions-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.pianificazione-table-container,.pct-table-wrap,.ppd-schedule-table-wrap,.equipment-areas-manager .eam-schedule-table-wrap{-webkit-overflow-scrolling:touch;margin-left:-.25rem;margin-right:-.25rem}}.scanner-modal-overlay{z-index:9999;overflow:auto;overscroll-behavior:contain;padding:8px;box-sizing:border-box}.scanner-modal-content{max-width:920px;width:calc(100% - 8px);margin:0 auto;box-sizing:border-box;overflow-x:hidden}.scanner-modal-header{flex-wrap:wrap;gap:8px}.scanner-modal-layout{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start;padding:0 12px 12px;box-sizing:border-box;min-width:0}.scanner-modal-panel{min-width:0}.scanner-modal-hint{margin:0 0 8px;color:#2a3a34;font-size:.92rem;line-height:1.4}.scanner-field-label{display:block;margin-bottom:6px;font-size:.9rem}.scanner-field-input{width:100%;box-sizing:border-box;padding:.65rem .75rem;border:1px solid #dee2e6;border-radius:6px}.scanner-modal-actions{margin-top:10px;display:flex;flex-wrap:wrap;gap:10px;align-items:center}.scanner-modal-alert{margin-bottom:12px;font-size:.9rem}.scanner-confidence{font-size:.85rem;opacity:.85}.scanner-warnings{margin:10px 0 0 18px;font-size:.85rem;color:#6b5a00}.scanner-debug summary{cursor:pointer;margin-top:12px}.scanner-debug pre{white-space:pre-wrap;margin-top:8px;background:#f6f7f7;padding:10px;border-radius:8px;font-size:.8rem;overflow-x:auto;max-width:100%}.scanner-camera-wrap{position:relative;aspect-ratio:4 / 3;max-height:min(50vh,380px);background:#000;border-radius:8px;overflow:hidden;min-width:0}.scanner-camera-video,.scanner-camera-preview{width:100%;height:100%;object-fit:cover;display:block}.scanner-camera-preview{object-fit:contain}.scanner-camera-actions{position:absolute;left:8px;bottom:8px;display:flex;flex-wrap:wrap;gap:6px;z-index:2}.scanner-camera-status,.scanner-status-msg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;background:#000000b8;color:#fff;padding:8px 12px;border-radius:8px;font-size:.85rem;text-align:center;max-width:90%}.scanner-status-msg{position:static;transform:none;background:#eef6f2;color:#2a3a34;border:1px solid #c5d9d2}.scanner-wizard-overlay{overflow:auto;overscroll-behavior:contain}.scanner-wizard-modal{max-width:100%!important}@media(max-width:768px){.scanner-modal-overlay{padding:0;align-items:flex-start}.scanner-modal-content{width:100%;max-width:100%;min-height:100dvh;border-radius:0;margin:0}.scanner-modal-layout{grid-template-columns:1fr;gap:12px;padding:0 10px 10px}.scanner-camera-wrap{max-height:min(38vh,280px);aspect-ratio:3 / 4}.scanner-wizard-overlay{padding:0!important;align-items:flex-start!important}.scanner-wizard-modal{width:100%!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important}.scanner-wizard-body{grid-template-columns:1fr!important;grid-template-rows:minmax(200px,36vh) 1fr!important;min-width:0}.scanner-wizard-body .panel,.scanner-wizard-modal [style*=panel]{min-width:0}}html.dark-mode body{filter:invert(1) hue-rotate(180deg) contrast(.74);background:#fcf9f6}html.dark-mode img,html.dark-mode video,html.dark-mode iframe,html.dark-mode picture,html.dark-mode canvas,html.dark-mode .no-invert{filter:invert(1) hue-rotate(180deg) contrast(1.351)}html.dark-mode svg{filter:invert(1) hue-rotate(180deg) contrast(1.351)}html.dark-mode .theme-toggle-btn{filter:invert(1) hue-rotate(180deg) contrast(1.351)}html.dark-mode select,html.dark-mode .manuale-select,html.dark-mode .ppd-select-area,html.dark-mode .ppd-select-eq,html.dark-mode .haccp-risk-tipo-select,html.dark-mode .eam-mode-select,html.dark-mode .eam-main-select{filter:invert(1) hue-rotate(180deg) contrast(1.351);background-color:#2a2e33!important;color:#dcdcdc!important;border-color:#4a5258!important;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23dcdcdc' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>")!important}html.dark-mode select option,html.dark-mode .manuale-select option{background-color:#2a2e33!important;color:#dcdcdc!important}html.dark-mode select:hover,html.dark-mode .manuale-select:hover,html.dark-mode .ppd-select-area:hover,html.dark-mode .ppd-select-eq:hover,html.dark-mode .haccp-risk-tipo-select:hover{border-color:#6b9b8a!important}html.dark-mode select:focus,html.dark-mode .manuale-select:focus,html.dark-mode .ppd-select-area:focus,html.dark-mode .ppd-select-eq:focus,html.dark-mode .haccp-risk-tipo-select:focus{border-color:#8eb8a8!important;box-shadow:0 0 0 3px #8eb8a84d!important}html.dark-mode .btn{filter:invert(1) hue-rotate(180deg) contrast(1.351)}html.dark-mode .btn-primary{background:#4f9f87!important;color:#dcdcdc!important;border:1px solid #6bb39c!important}html.dark-mode .btn-primary:hover{background:#5fb097!important;border-color:#7fc4ad!important}html.dark-mode .btn-secondary{background:#2d3338!important;color:#c0d8cc!important;border:2px solid #5e8a7d!important}html.dark-mode .btn-secondary:hover{background:#38403e!important;color:#d4e5db!important;border-color:#7aa898!important}html.dark-mode .btn-outline{background:#2d3338!important;color:#b8d4c8!important;border:1px solid #5e8a7d!important}html.dark-mode .btn-outline:hover{background:#38403e!important;color:#d4e5db!important;border-color:#7aa898!important}html.dark-mode .btn-danger{background:#c25e5e!important;color:#f0e3e3!important;border:1px solid #d47474!important}html.dark-mode .btn-danger:hover{background:#d36f6f!important;border-color:#e08585!important}html.dark-mode .btn-danger:disabled{background:#8e5454!important;border-color:#9a6060!important;opacity:.7!important}body{transition:filter .25s ease}
