@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#0f172a;line-height:1.6}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;font-weight:600;line-height:1.2;color:#0f172a}h1{font-size:2rem;display:flex;align-items:center;gap:.5rem}h2{font-size:1.5rem}h3{font-size:1.25rem}a{text-decoration:none;color:#2563eb;transition:color .2s}a:hover{color:#1d4ed8}button{font-family:inherit}.page{max-width:3600px;margin:0 auto;min-width:0;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .2s;text-decoration:none}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.btn-secondary{background:#64748b;color:#fff}.btn-secondary:hover{background:#475569}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c}.btn-sm{padding:.375rem .75rem;font-size:.85rem}input,select,textarea{font-family:inherit;font-size:.9rem;padding:.625rem;border:1px solid #cbd5e1;border-radius:6px;transition:all .2s;width:100%}input:focus,select:focus,textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}label{display:block;font-weight:500;margin-bottom:.5rem;color:#334155;font-size:.9rem}table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}thead{background:#f1f5f9}th{padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;border-bottom:2px solid #e2e8f0}td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9}tr:hover{background:#f8fafc}input[type=checkbox]{width:20px;height:20px;cursor:pointer}.text-center{text-align:center}.text-muted{color:#64748b}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.flex{display:flex}.flex-gap{gap:1rem}.items-center{align-items:center}.justify-between{justify-content:space-between}@media(max-width:768px){h1{font-size:1.5rem}.card{padding:1rem}table{font-size:.85rem}th,td{padding:.5rem}}.attrezzature-columns{display:flex;gap:16px;align-items:flex-start;flex-wrap:wrap}.attrezzabili,.attrezzate{flex:1 1 50%;min-width:0;max-width:48%;box-sizing:border-box}.attrezzabili-list,.attrezzate-list{max-height:320px;overflow:auto;border:1px solid #ddd;width:100%;min-width:0;box-sizing:border-box;padding:8px;background:#fff;border-radius:6px}.search-section{margin-bottom:16px}.search-container{position:relative;max-width:420px}.search-row{display:flex;align-items:center;position:relative}.search-input{display:block;margin-top:8px;padding:8px 36px 8px 10px;width:100%}.toggle-btn{position:absolute;right:6px;top:12px;width:28px;height:28px;border:none;background:transparent;cursor:pointer}.suggestions-list{position:absolute;z-index:40;left:0;right:0;background:#fff;border:1px solid #ddd;list-style:none;margin:0;padding:0;max-height:260px;overflow:auto}.suggestion-item{padding:8px 10px;cursor:pointer}.filter-input{padding:6px;width:100%;max-width:420px}@media(max-width:768px){.attrezzature-columns{flex-direction:column}.attrezzabili{max-width:none;width:100%}.attrezzate{margin-top:12px;max-width:none;width:100%}}.flex>*,.search-row>*{min-width:0}.table-explorer{min-width:0;overflow-x:auto}.table-explorer>*,.table-explorer label,.table-explorer input,.table-explorer select,.table-explorer button,.table-explorer th,.table-explorer td{min-width:0}.table-explorer table{min-width:0}.table-explorer th,.table-explorer td{word-break:break-word}.table-explorer .actions-col{max-width:100px;width:100px;overflow:hidden;white-space:nowrap;text-align:center;padding-left:.5rem;padding-right:.5rem}:root{--sidebar-width: 200px;--header-height: 60px;--primary-color: #0ea5a4;--primary-hover: #059e95;--bg-primary: #ffffff;--bg-secondary: #f6f7fb;--bg-sidebar: #ffffff;--text-primary: #0f172a;--text-secondary: #6b7280;--border-color: #e8eef6;--shadow: 0 1px 3px rgba(0, 0, 0, .06)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--bg-secondary);color:var(--text-primary)}.layout{display:flex;flex-direction:column;min-height:100vh}.layout-header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:var(--bg-primary);border-bottom:1px solid rgba(15,23,42,.04);display:flex;align-items:center;padding:0 1rem;gap:1rem;z-index:100}.hamburger{display:flex;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px;border-radius:6px}.hamburger span{width:20px;height:2px;background:var(--text-primary);border-radius:2px}.app-title{font-size:1.05rem;font-weight:700}.header-spacer{flex:1}.sidebar{position:fixed;top:var(--header-height);left:0;bottom:0;width:var(--sidebar-width);background:var(--bg-sidebar);overflow-y:auto;transform:translate(-100%);transition:transform .28s ease;z-index:90;border-right:1px solid rgba(15,23,42,.04);display:flex;flex-direction:column;justify-content:space-between}.sidebar.open{transform:translate(0)}.sidebar-nav{padding:.6rem 0;flex:1}.nav-section{margin-bottom:.35rem}.nav-section-title{padding:.45rem .75rem;font-size:.72rem;font-weight:600;text-transform:uppercase;color:var(--text-secondary);display:flex;align-items:center;gap:.5rem}.nav-section-title{cursor:pointer;justify-content:space-between}.section-left{display:flex;align-items:center;gap:.5rem}.section-chevron{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:var(--text-secondary);transition:transform .18s ease,color .18s ease}.nav-section.open .section-chevron{transform:rotate(90deg);color:var(--primary-color)}.section-items{display:none}.nav-section.open .section-items{display:block}.nav-divider{height:1px;background:#0f172a0a;margin:.4rem .5rem}.nav-item{display:flex;align-items:center;gap:.6rem;padding:.44rem .7rem;color:var(--text-primary);text-decoration:none;transition:transform .16s ease,background .16s ease;border-left:3px solid transparent;border-radius:6px;margin:.06rem .5rem}.nav-item:hover{background:#0ea5a40f;transform:translate(3px)}.nav-item.active{background:#0ea5a41f;border-left-color:var(--primary-color);font-weight:600}.nav-icon{width:1.4rem;display:inline-flex;align-items:center;justify-content:center;color:var(--text-secondary)}.nav-icon svg{width:18px;height:18px;stroke:currentColor;fill:none}.nav-label{font-size:.9rem}.overlay{display:none;position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:#00000073;z-index:80}.sidebar.open~.overlay{display:block}.layout-content{margin-top:var(--header-height);padding:1.2rem;min-height:calc(100vh - var(--header-height));transition:margin-left .3s ease}.sidebar-footer{padding:.6rem .8rem;display:flex;align-items:center;gap:.5rem;border-top:1px solid rgba(15,23,42,.04)}.profile{display:flex;align-items:center;gap:.6rem;cursor:pointer}.avatar{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.profile-info{display:flex;flex-direction:column}.profile-name{font-size:.88rem;font-weight:600}.profile-sub{font-size:.72rem;color:var(--text-secondary)}.logout-btn{margin-left:auto;background:transparent;border:none;padding:6px;border-radius:8px;color:var(--text-secondary);cursor:pointer}.logout-btn:hover{background:#0f172a0a;color:var(--text-primary)}@media(min-width:640px){.hamburger{display:none}.sidebar{transform:translate(0)}.layout-content{margin-left:var(--sidebar-width)}}@media(max-width:640px){.layout-content{padding:.9rem}}
