@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap);body{background-color:#f9fafb;color:#111827;font-family:Inter,sans-serif;margin:0;padding:0}.container{margin:2rem auto;max-width:1200px;padding:1rem}h1{color:#1f2937;font-size:2.25rem;font-weight:600;text-align:center}form,h1{margin-bottom:2rem}form{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}input,select{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 1px 2px #0000000d;font-size:.95rem;padding:.55rem .75rem}input:focus,select:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33;outline:none}button{background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.2rem;transition:background-color .2s ease}button:hover{background-color:#1e40af}button:disabled{background-color:#9ca3af;cursor:not-allowed}.lift-toggle{display:flex;gap:1rem;justify-content:center;margin:2rem 0}.lift-toggle button{background-color:#e5e7eb;border:none;border-radius:8px;color:#111827;font-weight:600;padding:.5rem 1.25rem;transition:background-color .2s ease}.lift-toggle button.active{background-color:#2563eb;color:#fff}.lift-toggle button:hover{background-color:#cbd5e1}.shelf-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));justify-content:center;margin-top:2rem}.shelf{border:2px solid #0000;border-radius:10px;box-shadow:0 2px 6px #0000000d;cursor:pointer;font-weight:600;padding:1rem;text-align:center;transition:all .2s ease}.shelf:hover{border-color:#a5b4fc;transform:scale(1.03)}.shelf.empty{background-color:#d1fae5;border-color:#34d399;color:#065f46}.shelf.near-full{background-color:#fef9c3;border-color:#facc15;color:#92400e}.shelf.full{background-color:#fee2e2;border-color:#f87171;color:#991b1b}.form-grid{grid-gap:1.2rem;align-items:end;display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin:0 auto 2rem;max-width:900px;width:100%}.form-field{display:flex;flex-direction:column}.form-field label{color:#374151;font-size:.875rem;font-weight:500;margin-bottom:.4rem}.form-submit{display:flex;flex-direction:column;justify-content:flex-end}.box-info{background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000000d;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:800px;padding:1.25rem 1.75rem}.box-info h3{margin-top:0}.box-info ul{padding-left:1.2rem}.box-info li{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.delete-btn{background-color:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.8rem;margin-left:.75rem;padding:.35rem .7rem}.delete-btn:hover{background-color:#b91c1c}.search-box{display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem}.search-box input{border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:.6rem 1rem;width:280px}.search-box button{background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.2rem}.search-box button:hover{background-color:#1e40af}.search-results{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;margin:0 auto;max-width:800px;padding:1.5rem}
/*# sourceMappingURL=main.0420ddd8.css.map*/