body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa;margin:0;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}ul,ol{list-style:none}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}.text-success{color:#10b981}.text-danger{color:#ef4444}.text-warning{color:#f59e0b}.text-info{color:#3b82f6}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding:0}.header{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:700;text-decoration:none;color:#fff}.nav{display:flex;gap:2rem;list-style:none}.nav a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.nav a:hover{color:#fbbf24}.btn{display:inline-block;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.btn-secondary{background:#6b7280}.btn-secondary:hover{background:#4b5563}.btn-success{background:#10b981}.btn-success:hover{background:#059669}.card{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem}.card h2{color:#1e3a8a;margin-bottom:1rem;font-size:1.5rem}.card h3{color:#374151;margin-bottom:.75rem;font-size:1.25rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:4rem 0;text-align:center}.hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.section{padding:4rem 0}.section h2{text-align:center;margin-bottom:3rem;color:#1e3a8a;font-size:2.5rem}.equipment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.equipment-item{background:#fff;border-radius:.75rem;padding:1.5rem;text-align:center;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.equipment-item:hover{transform:translateY(-5px)}.equipment-item h3{color:#1e3a8a;margin-bottom:.5rem}.equipment-item .price{font-size:1.5rem;font-weight:700;color:#10b981;margin-bottom:.5rem}.equipment-item .available{color:#6b7280;font-size:.9rem}.loading{display:flex;justify-content:center;align-items:center;padding:2rem}.spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem}.nav{gap:1rem}.hero h1{font-size:2rem}.hero p{font-size:1rem}.form-row,.equipment-grid{grid-template-columns:1fr}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.connect-form{background:#f8f9fa;padding:20px;border-radius:8px;margin:20px 0}.vendor-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin:20px 0}.vendor-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;text-align:center;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease}.vendor-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.vendor-card h4{color:#333;margin-bottom:10px}.vendor-card p{color:#666;margin-bottom:15px}.primary-vendor{border-left:4px solid #3b82f6;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.partner-vendor{border-left:4px solid #10b981;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.account-status{background:#e3f2fd;padding:20px;border-radius:8px;border-left:4px solid #2196f3}.status-card{background:#fff;padding:15px;border-radius:6px;margin-top:10px}.products-section{margin-top:30px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-top:20px}.product-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;text-align:center;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.product-card h5{color:#333;margin-bottom:10px}.product-card .price{font-size:1.2em;font-weight:700;color:#28a745;margin:15px 0}.product-card .availability{color:#666;font-size:.9em;margin:10px 0}.product-card .btn:disabled{background-color:#6c757d;border-color:#6c757d;cursor:not-allowed;opacity:.6}.success-container{max-width:600px;margin:0 auto;padding:40px 20px}.success-icon{font-size:4rem;color:#28a745}.checkmark{width:80px;height:80px;border-radius:50%;background:#28a745;color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto;font-size:2.5rem;font-weight:700}.session-info{background:#f8f9fa;padding:15px;border-radius:6px;margin:20px 0}.alert{padding:15px;border-radius:6px;margin:20px 0}.alert-danger{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.btn-outline-primary{color:#007bff;border:1px solid #007bff;background:transparent}.btn-outline-primary:hover{background-color:#007bff;color:#fff}.d-flex{display:flex}.justify-content-between{justify-content:space-between}.align-items-center{align-items:center}.text-success{color:#28a745}.text-muted{color:#6c757d}.ms-2{margin-left:.5rem}.me-2{margin-right:.5rem}.py-4{padding-top:1.5rem;padding-bottom:1.5rem}.row{display:flex;flex-wrap:wrap;margin:0 -15px}.col-md-6{flex:0 0 50%;max-width:50%;padding:0 15px}.input-group{display:flex;align-items:center}.input-group-text{background:#e9ecef;border:1px solid #ced4da;padding:.375rem .75rem;border-right:0;border-radius:.25rem 0 0 .25rem}.input-group .form-control{border-radius:0 .25rem .25rem 0;border-left:0}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;display:flex;justify-content:flex-end}.cart-drawer{background:#fff;width:400px;max-width:90vw;height:100vh;overflow-y:auto;box-shadow:-2px 0 10px #0000001a}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e5e7eb}.cart-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280}.cart-content{padding:1rem}.cart-empty{text-align:center;padding:2rem;color:#6b7280}.cart-item{display:flex;align-items:center;padding:1rem 0;border-bottom:1px solid #f3f4f6}.item-info{flex:1}.item-info h4{margin:0 0 .25rem;font-size:1rem}.item-type{font-size:.875rem;color:#6b7280;margin:0 0 .25rem}.item-price{font-size:.875rem;color:#10b981;font-weight:600;margin:0}.item-controls{display:flex;flex-direction:column;align-items:center;gap:.5rem}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-controls button{width:30px;height:30px;border:1px solid #d1d5db;background:#fff;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.quantity-controls button:disabled{opacity:.5;cursor:not-allowed}.quantity{min-width:30px;text-align:center;font-weight:600}.remove-btn{background:none;border:none;color:#ef4444;font-size:.875rem;cursor:pointer;text-decoration:underline}.item-total{font-weight:600;color:#1f2937;min-width:80px;text-align:right}.cart-footer{padding:1rem;border-top:1px solid #e5e7eb;background:#f9fafb}.cart-summary{margin-bottom:1rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.summary-row.total{font-weight:600;font-size:1.125rem;border-top:1px solid #d1d5db;padding-top:.5rem;margin-top:.5rem}.cart-actions{display:flex;gap:.5rem}.cart-btn{background:none;border:1px solid white;color:#fff;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;font-size:.875rem;transition:all .2s}.cart-btn:hover{background:#ffffff1a}.service-selector{margin:2rem 0}.service-header{text-align:center;margin-bottom:2rem}.service-header h3{color:#1e3a8a;margin-bottom:.5rem}.service-header p{color:#6b7280;margin:0}.category-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;justify-content:center}.category-btn{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;border-radius:.375rem;cursor:pointer;font-size:.875rem;transition:all .2s}.category-btn:hover{background:#f3f4f6}.category-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;text-align:center;transition:all .2s;box-shadow:0 1px 3px #0000001a}.service-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.service-image{margin-bottom:1rem}.service-emoji{font-size:3rem;display:block}.service-info h4{color:#1f2937;margin-bottom:.5rem;font-size:1.125rem}.service-partner{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.service-description{color:#4b5563;font-size:.875rem;margin-bottom:1rem;line-height:1.4}.service-price{color:#10b981;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.service-actions .btn{width:100%}.quantity-controls{margin-bottom:1rem}.service-note{color:#6b7280;font-size:.875rem;font-style:italic;margin:0 0 1rem;text-align:center;height:2.7rem;display:flex;align-items:center;justify-content:center}.quantity-selector{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;justify-content:center}.quantity-selector button{width:30px;height:30px;border:1px solid #d1d5db;background:#fff;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:600;color:#374151}.quantity-selector button:disabled{opacity:.5;cursor:not-allowed}.quantity-selector button:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.quantity-input{width:60px;height:30px;border:1px solid #d1d5db;border-radius:4px;text-align:center;font-weight:600;color:#1f2937;font-size:.875rem}.quantity-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.quantity-slider{width:100%;height:6px;border-radius:3px;background:#e5e7eb;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.quantity-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#3b82f6;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px #0000001a}.quantity-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#3b82f6;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px #0000001a}.quantity-slider:focus{box-shadow:0 0 0 2px #3b82f61a}.service-availability{color:#6b7280;font-size:.875rem;margin:.5rem 0;font-weight:500}.no-services{text-align:center;padding:2rem;color:#6b7280}.item-controls{display:flex;gap:.5rem;align-items:center}.btn-sm{padding:.375rem .75rem;font-size:.875rem}.btn-large{padding:1rem 2rem;font-size:1.125rem}.order-items{margin-bottom:1.5rem}.order-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.item-details h4{margin:0 0 .25rem;font-size:1rem}.item-details p{margin:0;font-size:.875rem;color:#6b7280}.item-price{font-weight:600;color:#1f2937}.order-totals{margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border-radius:.5rem}.total-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.total-row.total{font-weight:600;font-size:1.125rem;border-top:1px solid #d1d5db;padding-top:.5rem;margin-top:.5rem}.payment-info,.terms{margin-bottom:1rem;padding:1rem;background:#f0f9ff;border-radius:.5rem;border-left:4px solid #3b82f6}.payment-info h3,.terms h3{margin:0 0 .5rem;font-size:1rem;color:#1e3a8a}.payment-info p,.terms p{margin:0 0 .5rem;font-size:.875rem;color:#4b5563}@media (max-width: 768px){.col-md-6{flex:0 0 100%;max-width:100%}.d-flex{flex-direction:column;align-items:flex-start}.justify-content-between{justify-content:flex-start}.products-grid{grid-template-columns:1fr}.cart-drawer{width:100vw}.services-grid{grid-template-columns:1fr}.category-filters{justify-content:flex-start}.item-controls{flex-direction:column;align-items:stretch}}
