*{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:#f8f9fa;color:#333;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:2rem}.header{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:2rem;margin-bottom:2rem;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.header h1{font-size:2rem;margin-bottom:.5rem}.header p{opacity:.95}.tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #e5e7eb}.tab{padding:.75rem 1.5rem;background:none;cursor:pointer;font-size:1rem;color:#6b7280;border:none;border-bottom:3px solid transparent;transition:all .3s ease}.tab.active,.tab:hover{color:#2563eb}.tab.active{border-bottom-color:#2563eb;font-weight:600}.card{background:#fff;border-radius:8px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.05);border:1px solid #e5e7eb;width:100%}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.card-header h2{font-size:1.5rem;color:#1f2937}.btn{padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .3s ease;font-weight:500}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 8px rgba(37,99,235,.3)}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-success{background:#f97316;color:#fff}.btn-success:hover{background:#ea580c}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .3s ease;background-color:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.table{width:100%;border-collapse:collapse;margin-top:1rem}.table td,.table th{padding:1rem;text-align:left;border-bottom:1px solid #e5e7eb}.table th{font-weight:600;color:#374151}.table th,.table tr:hover{background-color:#f9fafb}.badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500}.badge-success{background-color:#dbeafe;color:#1e40af}.badge-warning{background-color:#fed7aa;color:#9a3412}.badge-danger{background-color:#fee2e2;color:#991b1b}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000;align-items:center;justify-content:center}.modal.active{display:flex}.modal-content{background:#fff;border-radius:8px;padding:2rem;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px rgba(0,0,0,.2)}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.modal-header h3{font-size:1.5rem;color:#1f2937}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.close-btn:hover{color:#1f2937;background-color:#f3f4f6}.loading{text-align:center;padding:2rem;color:#6b7280}.error{background-color:#fee2e2;color:#991b1b;padding:1rem;border-radius:6px;margin-bottom:1rem;border-left:4px solid #ef4444;line-height:1.6}.error strong{display:block;margin-bottom:.5rem;font-size:1.1em}.success{background-color:#dbeafe;color:#1e40af;padding:1rem;border-radius:6px;margin-bottom:1rem;border-left:4px solid #2563eb}.actions{display:flex;gap:.5rem}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.empty-state{text-align:center;padding:3rem;color:#6b7280}.empty-state svg{width:64px;height:64px;margin-bottom:1rem;opacity:.5}.wheelchair-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.wheelchair-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.05);min-width:400px}@media (max-width:768px){.wheelchair-grid{grid-template-columns:1fr;gap:1rem}.wheelchair-card{min-width:unset;width:100%;padding:1.5rem}.container{padding:1rem}}.wheelchair-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.wheelchair-card-header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.wheelchair-card-header h3{font-size:1.25rem;color:#1f2937;margin-bottom:.5rem}.wheelchair-id{font-size:.875rem;color:#6b7280;font-weight:500}.wheelchair-card-body{display:flex;flex-direction:column;gap:1rem}.wheelchair-price{font-size:1.5rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.wheelchair-specs{display:flex;flex-direction:column;gap:.75rem}.spec-item{display:flex;gap:.5rem;font-size:.9rem}.spec-label{font-weight:600;color:#374151;min-width:60px}.spec-value{color:#6b7280}.image-carousel{margin-bottom:1rem;border-radius:6px}.carousel-container,.image-carousel{position:relative;width:100%;overflow:hidden}.carousel-container{min-height:300px;display:flex;align-items:center;justify-content:center;background-color:#f9fafb}.carousel-track{transition:transform .3s ease}.carousel-slide,.carousel-track{display:flex;height:100%;align-items:center}.carousel-slide{min-width:100%;flex-shrink:0;justify-content:center}.carousel-slide img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.9);border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:24px;color:#374151;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.15)}.carousel-btn:hover{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.2)}.carousel-btn-prev{left:10px}.carousel-btn-next{right:10px}.carousel-indicators{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}.carousel-indicator{width:8px;height:8px;border-radius:50%;border:none;background:hsla(0,0%,100%,.5);cursor:pointer;transition:all .3s ease;padding:0}.carousel-indicator:hover{background:hsla(0,0%,100%,.8)}.carousel-indicator.active{background:#fff;width:24px;border-radius:4px}@media (max-width:768px){.carousel-container{min-height:250px}.carousel-btn{width:36px;height:36px;font-size:20px}.carousel-btn-prev{left:8px}.carousel-btn-next{right:8px}.carousel-indicators{bottom:8px}}