*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;color:#333;background:#f5f7fa}.app{height:100vh;display:flex;flex-direction:column}.topbar{background:#2c3e50;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a}.topbar h1{font-size:1.5rem;font-weight:600}.main-content{display:flex;flex:1;overflow:hidden}.list-panel{width:350px;background:#fff;border-right:1px solid #ddd;display:flex;flex-direction:column}.search-box{padding:1rem;border-bottom:1px solid #eee}.search-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:14px}.search-input:focus{outline:none;border-color:#3498db}.list-container{flex:1;overflow-y:auto}.attrezzature-list{list-style:none}.list-item{padding:1rem;border-bottom:1px solid #eee;cursor:pointer;transition:background .2s}.list-item:hover{background:#f8f9fa}.list-item.selected{background:#e3f2fd;border-left:3px solid #2196f3}.list-item-name{font-weight:600;margin-bottom:.25rem}.list-item-meta{display:flex;gap:.5rem;font-size:12px;color:#666}.category{color:#7f8c8d}.badge{background:#3498db;color:#fff;padding:2px 6px;border-radius:10px}.loading,.empty-list{padding:2rem;text-align:center;color:#999}.detail-panel{flex:1;background:#f8f9fa;overflow-y:auto}.detail-content{padding:2rem;max-width:1200px}.empty-state{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:1.1rem}.detail-section{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #ecf0f1}.section-header h2{font-size:1.25rem;color:#2c3e50}.info-grid,.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-group{display:flex;flex-direction:column;gap:.25rem}.form-group.full-width{grid-column:1 / -1}.form-group label{font-weight:600;font-size:13px;color:#555}.form-group input,.form-group select,.form-group textarea{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:14px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3498db}.configurazioni-list{display:flex;flex-direction:column;gap:1.5rem}.config-card{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;padding:1.5rem}.config-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.config-header h3{font-size:1.1rem;color:#2c3e50}.config-info{margin-bottom:1rem}.attributi-section{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #ddd}.attributi-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.attributi-header h4{font-size:1rem;color:#34495e}.attributi-list{display:flex;flex-direction:column;gap:.5rem}.attr-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#fff;border:1px solid #e0e0e0;border-radius:4px}.attr-content{flex:1;font-size:13px}.attr-actions{display:flex;gap:.25rem}.attr-form{display:grid;grid-template-columns:1fr 1fr .7fr .5fr .8fr auto;gap:.5rem;align-items:center;padding:.5rem;background:#fff;border:1px solid #3498db;border-radius:4px}.attr-form input,.attr-form select{padding:.4rem;border:1px solid #ddd;border-radius:3px;font-size:13px}.form-actions{display:flex;gap:.5rem;margin-top:.75rem}.btn,.btn-primary,.btn-success,.btn-danger,.btn-sm,.btn-xs{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.btn{background:#ecf0f1;color:#2c3e50}.btn:hover{background:#d5dbdb}.btn-primary{background:#3498db;color:#fff}.btn-primary:hover{background:#2980b9}.btn-success{background:#27ae60;color:#fff}.btn-success:hover{background:#229954}.btn-danger{background:#e74c3c;color:#fff}.btn-danger:hover{background:#c0392b}.btn-sm{padding:.4rem .8rem;font-size:13px}.btn-sm.btn-primary{background:#3498db;color:#fff}.btn-sm.btn-success{background:#27ae60;color:#fff}.btn-sm.btn-danger{background:#e74c3c;color:#fff}.btn-xs{padding:.25rem .5rem;font-size:12px}.btn-xs.btn-primary{background:#3498db;color:#fff}.btn-xs.btn-success{background:#27ae60;color:#fff}.btn-xs.btn-danger{background:#e74c3c;color:#fff}.btn:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 10px 40px #0003;max-height:90vh;display:flex;flex-direction:column}.modal-content.wizard{width:90%;max-width:900px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}.modal-header h2{font-size:1.5rem;color:#2c3e50}.btn-close{background:none;border:none;font-size:1.5rem;color:#999;cursor:pointer;padding:0;width:30px;height:30px}.btn-close:hover{color:#333}.wizard-steps{display:flex;padding:1rem 1.5rem;background:#f8f9fa;border-bottom:1px solid #eee;gap:1rem}.wizard-step{flex:1;padding:.5rem;text-align:center;background:#fff;border:1px solid #ddd;border-radius:4px;font-size:13px;color:#999}.wizard-step.active{background:#3498db;color:#fff;border-color:#3498db;font-weight:600}.wizard-body{flex:1;overflow-y:auto;padding:1.5rem}.wizard-section{max-width:800px;margin:0 auto}.wizard-section h3{margin-bottom:1.5rem;color:#2c3e50}.config-wizard-card{background:#f8f9fa;border:1px solid #ddd;border-radius:6px;padding:1.5rem;margin-bottom:1.5rem}.config-wizard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.config-wizard-header h4{font-size:1.1rem;color:#2c3e50}.attributi-wizard{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #ddd}.attributi-wizard h5{font-size:.95rem;color:#34495e;margin-bottom:.75rem}.attr-wizard-row{display:grid;grid-template-columns:1fr 1fr .7fr .5fr .8fr auto;gap:.5rem;align-items:center;margin-bottom:.5rem}.attr-wizard-row input,.attr-wizard-row select{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:13px}.wizard-footer{display:flex;justify-content:space-between;padding:1.5rem;border-top:1px solid #eee;gap:1rem}.wizard-footer>div{display:flex;gap:.5rem}.summary{background:#f8f9fa;border:1px solid #ddd;border-radius:6px;padding:1.5rem}.summary-section{margin-bottom:1.5rem}.summary-section h4{font-size:1.1rem;color:#2c3e50;margin-bottom:.75rem}.summary-config{background:#fff;padding:1rem;border-radius:4px;margin-bottom:.75rem}.text-sm{font-size:13px;color:#666;margin-top:.25rem}.inline-form{background:#fff;padding:1rem;border:1px solid #ddd;border-radius:4px;margin-bottom:1rem}
