.home-page{width:100%}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.search-form{display:flex;gap:.5rem;max-width:600px;margin:0 auto}.search-input{flex:1;padding:1rem 1.5rem;border:none;border-radius:8px;font-size:1rem;outline:none}.search-button{padding:1rem 2rem;background-color:#2c3e50;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.search-button:hover{background-color:#1a252f}.categories-section{background-color:#fff;padding:2rem 0;border-bottom:1px solid #e0e0e0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.categories-filter{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem}.category-btn{padding:.6rem 1.2rem;background-color:#f5f7fa;border:2px solid transparent;border-radius:20px;font-size:.95rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .3s;color:#2c3e50}.category-btn:hover{background-color:#e8ecf1;border-color:#667eea}.category-btn.active{background-color:#667eea;color:#fff;border-color:#667eea}.results-section{padding:3rem 0}.results-header{margin-bottom:2rem}.results-header h2{font-size:2rem;color:#2c3e50;margin-bottom:.5rem}.results-count{color:#7f8c8d;font-size:1rem}.error-message{background-color:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.no-results{text-align:center;padding:4rem 2rem;color:#7f8c8d;font-size:1.1rem}.businesses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.business-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:all .3s;text-decoration:none;color:inherit;position:relative;display:flex;flex-direction:column;gap:1rem}.business-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.featured-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600}.business-card-header{display:flex;justify-content:space-between;align-items:start;gap:1rem}.business-name{font-size:1.5rem;font-weight:700;color:#2c3e50;margin:0;flex:1}.category-badge{padding:.4rem .8rem;border-radius:12px;font-size:.85rem;font-weight:600;white-space:nowrap}.category-vehicles{background:#d1ecf1;color:#0c5460}.category-properties{background:#d4edda;color:#155724}.category-equipment{background:#fff3cd;color:#856404}.category-events{background:#f8d7da;color:#721c24}.category-recreation{background:#e2d9f3;color:#5a32a3}.category-electronics{background:#d1f2eb;color:#0e6655}.category-furniture{background:#fad7e4;color:#7a1845}.category-tools{background:#ffeaa7;color:#6c5ce7}.category-other{background:#e7e7e7;color:#383838}.business-location{color:#7f8c8d;font-size:.95rem;margin:0}.business-description{color:#2c3e50;line-height:1.6;margin:0}.business-rating{color:#f39c12;font-size:.95rem;font-weight:600}.rental-items{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.rental-item-tag{background-color:#f5f7fa;color:#667eea;padding:.3rem .8rem;border-radius:12px;font-size:.85rem;font-weight:500}.pagination{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:3rem}.pagination-btn{padding:.75rem 1.5rem;background-color:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.pagination-btn:hover:not(:disabled){background-color:#5568d3}.pagination-btn:disabled{background-color:#95a5a6;cursor:not-allowed;opacity:.6}.pagination-info{font-size:1rem;color:#2c3e50;font-weight:500}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.search-form{flex-direction:column}.businesses-grid{grid-template-columns:1fr}.categories-filter{flex-wrap:nowrap}}.business-detail{min-height:calc(100vh - 200px);padding:2rem 0}.back-button{background:none;border:none;color:#667eea;font-size:1rem;font-weight:600;cursor:pointer;padding:.5rem 0;margin-bottom:2rem;display:inline-flex;align-items:center;gap:.5rem;transition:color .3s}.back-button:hover{color:#5568d3}.detail-header{background:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1rem}.title-section{display:flex;align-items:center;gap:1rem;flex:1}.title-section h1{font-size:2.5rem;color:#2c3e50;margin:0}.featured-badge{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;white-space:nowrap}.rating-section{display:flex;align-items:center;gap:.5rem}.rating{font-size:1.2rem;font-weight:700;color:#f39c12}.reviews{color:#7f8c8d;font-size:.95rem}.detail-content{display:grid;grid-template-columns:1fr 400px;gap:2rem}.main-section{display:flex;flex-direction:column;gap:2rem}.info-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.info-card h2{font-size:1.5rem;color:#2c3e50;margin-bottom:1.5rem}.description{color:#2c3e50;line-height:1.8;font-size:1.05rem}.rental-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.rental-item-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:8px;text-align:center;font-weight:600}.amenities-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.amenity-item{padding:.75rem 1rem;background-color:#f5f7fa;border-radius:8px;color:#2c3e50;font-weight:500}.hours-list{display:flex;flex-direction:column;gap:.75rem}.hour-item{display:flex;justify-content:space-between;padding:.75rem 1rem;background-color:#f5f7fa;border-radius:8px}.day{font-weight:600;color:#2c3e50}.hours{color:#7f8c8d}.sidebar-section{display:flex;flex-direction:column;gap:2rem}.contact-card,.location-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.contact-card h3,.location-card h3{font-size:1.25rem;color:#2c3e50;margin-bottom:1.5rem}.contact-info{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.contact-item{display:flex;align-items:start;gap:1rem}.contact-item .icon{font-size:1.5rem}.contact-item a{color:#667eea;text-decoration:none;word-break:break-all}.contact-item a:hover{text-decoration:underline}.contact-button{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s}.contact-button:hover{transform:translateY(-2px)}.location-info{margin-bottom:1rem}.coordinates{font-size:.85rem;color:#7f8c8d;margin-top:.5rem}.map-placeholder{background:#f5f7fa;padding:3rem;border-radius:8px;text-align:center;color:#7f8c8d}.map-placeholder p{margin:0 0 .5rem;font-weight:600}.map-placeholder small{font-size:.85rem}.error-container{max-width:600px;margin:4rem auto;text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.error-container h2{color:#e74c3c;margin-bottom:1rem}.error-container p{color:#7f8c8d;margin-bottom:2rem}.btn-primary{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s}.btn-primary:hover{transform:translateY(-2px)}@media (max-width: 1024px){.detail-content{grid-template-columns:1fr}.sidebar-section{order:-1}}@media (max-width: 768px){.title-section h1{font-size:1.75rem}.header-content{flex-direction:column}.detail-header,.info-card{padding:1.5rem}.rental-items-grid,.amenities-list{grid-template-columns:1fr}}.add-business-page{min-height:calc(100vh - 200px);padding:3rem 0;background-color:#f5f7fa}.form-header{text-align:center;margin-bottom:3rem}.form-header h1{font-size:2.5rem;color:#2c3e50;margin-bottom:.5rem}.form-header p{font-size:1.1rem;color:#7f8c8d}.business-form{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.form-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.form-section:last-of-type{border-bottom:none}.form-section h2{font-size:1.5rem;color:#2c3e50;margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.form-group label{font-weight:600;color:#2c3e50;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:100px}.form-group small{color:#7f8c8d;font-size:.85rem}.error-message{background-color:#fee;color:#c33;padding:1rem 1.5rem;border-radius:8px;margin-bottom:2rem;border-left:4px solid #e74c3c}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.btn-primary,.btn-secondary{padding:1rem 2.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background-color:#f5f7fa;color:#2c3e50;border:2px solid #e0e0e0}.btn-secondary:hover{background-color:#e8ecf1;border-color:#cbd5e0}@media (max-width: 768px){.add-business-page{padding:2rem 0}.form-header h1{font-size:2rem}.business-form{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.btn-primary,.btn-secondary{width:100%}}.admin-dashboard{min-height:100vh;background-color:#f5f7fa;padding:2rem}.admin-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem}.admin-header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.admin-header h1{margin:0 0 .5rem;font-size:2rem}.admin-header p{margin:0;opacity:.9}.admin-header-actions{display:flex;gap:1rem}.admin-btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;border:2px solid transparent}.admin-btn-primary{background-color:#fff;color:#667eea}.admin-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}.admin-btn-secondary{background-color:#fff3;color:#fff;border-color:#ffffff4d}.admin-btn-secondary:hover{background-color:#ffffff4d}.admin-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.5rem;color:#667eea}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.stat-card h3{margin:0 0 1rem;font-size:.95rem;color:#7f8c8d;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:2.5rem;font-weight:700;color:#667eea;margin:0}.businesses-table-container{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.businesses-table-container h2{margin:0 0 1.5rem;color:#2c3e50}.admin-table{width:100%;border-collapse:collapse}.admin-table thead{background-color:#f5f7fa}.admin-table th{padding:1rem;text-align:left;font-weight:600;color:#2c3e50;border-bottom:2px solid #e0e0e0}.admin-table td{padding:1rem;border-bottom:1px solid #e0e0e0}.admin-table tbody tr:hover{background-color:#f5f7fa}.status-btn{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s}.status-btn.active{background-color:#d4edda;color:#155724}.status-btn.inactive{background-color:#f8d7da;color:#721c24}.featured-btn{padding:.5rem 1rem;border:2px solid #e0e0e0;border-radius:6px;background:#fff;font-weight:600;cursor:pointer;transition:all .3s}.featured-btn.featured{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border-color:transparent}.delete-btn{padding:.5rem 1rem;background-color:#e74c3c;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s}.delete-btn:hover{background-color:#c0392b}@media (max-width: 768px){.admin-dashboard{padding:1rem}.admin-header-content{flex-direction:column;align-items:flex-start}.admin-header-actions{width:100%;flex-direction:column}.admin-btn{width:100%;text-align:center}.admin-table{font-size:.85rem}.admin-table th,.admin-table td{padding:.75rem .5rem}}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;box-shadow:0 4px 6px #0000001a;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-brand{text-decoration:none;color:#fff}.nav-title{font-size:1.75rem;font-weight:700;margin:0}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:#fff;text-decoration:none;font-size:1.05rem;transition:all .3s;padding:.5rem 1rem;border-radius:4px}.nav-link:hover{background-color:#ffffff1a}.nav-link-cta{background-color:#fff3;font-weight:600}.nav-link-cta:hover{background-color:#ffffff4d}.main-content{flex:1;width:100%;background-color:#f5f7fa}.footer{background-color:#2c3e50;color:#fff;padding:2rem 0;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}@media (max-width: 768px){.nav-container{flex-direction:column;gap:1rem}.nav-title{font-size:1.4rem}.nav-links{gap:1rem}.nav-link{font-size:.95rem}}*{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:#f5f5f5;color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
