.pos-container{display:flex;flex-direction:column;height:100%}.pos-header{padding:16px;background-color:#f5f5f5;border-bottom:1px solid #e0e0e0}.pos-content{display:flex;flex:1;overflow:hidden}.inventory-section{flex:3;padding:16px;overflow-y:auto;border-right:1px solid #e0e0e0}.cart-section{flex:2;padding:16px;display:flex;flex-direction:column;background-color:#fafafa}.inventory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.inventory-item{border:1px solid #e0e0e0;border-radius:4px;padding:12px;display:flex;flex-direction:column;transition:all .2s ease}.inventory-item:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.item-image{width:100%;height:120px;object-fit:cover;border-radius:4px;margin-bottom:8px}.item-info{flex:1;display:flex;flex-direction:column;margin-bottom:8px}.item-name{font-weight:700;margin-bottom:4px}.item-price{color:#1976d2;font-weight:700;margin-bottom:4px}.item-stock{font-size:.8rem;color:#666}.add-to-cart-btn{width:100%;padding:8px;background-color:#1976d2;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.add-to-cart-btn:hover{background-color:#1565c0}.add-to-cart-btn:disabled{background-color:#ccc;cursor:not-allowed}.cart-items{flex:1;overflow-y:auto;margin-bottom:16px}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e0e0e0}.quantity-control{display:flex;align-items:center}.quantity-control button{width:24px;height:24px;border:1px solid #e0e0e0;background-color:#f5f5f5;cursor:pointer;display:flex;align-items:center;justify-content:center}.quantity-control button:disabled{opacity:.5;cursor:not-allowed}.quantity{margin:0 8px;min-width:24px;text-align:center}.remove-item{background:none;border:none;color:#f44336;cursor:pointer;font-size:1.2rem}.cart-summary{padding:16px;background-color:#f5f5f5;border-radius:4px}.cart-total{display:flex;justify-content:space-between;font-weight:700;margin-bottom:16px}.customer-select{margin-bottom:16px}.checkout-btn{width:100%;padding:12px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;font-weight:700;cursor:pointer;transition:background-color .2s}.checkout-btn:hover{background-color:#388e3c}.checkout-success{text-align:center;padding:32px}.receipt-link{display:block;margin:16px 0;color:#1976d2}.continue-shopping{padding:8px 16px;background-color:#1976d2;color:#fff;border:none;border-radius:4px;cursor:pointer}.category-filter{margin-bottom:16px}.category-filter select{padding:8px;border-radius:4px;border:1px solid #e0e0e0;min-width:200px}@media (max-width: 768px){.pos-content{flex-direction:column}.inventory-section{border-right:none;border-bottom:1px solid #e0e0e0}.inventory-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.smart-onboarding{max-width:1200px;margin:0 auto;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.progress-indicator{display:flex;justify-content:center;margin-bottom:3rem;padding:0 2rem}.progress-indicator .step{flex:1;text-align:center;padding:1rem;border-bottom:3px solid #e0e0e0;color:#666;font-weight:500;position:relative}.progress-indicator .step.active{border-bottom-color:#007bff;color:#007bff}.business-type-selection{text-align:center}.business-type-selection h1{font-size:2.5rem;margin-bottom:1rem;color:#333}.business-type-selection p{font-size:1.2rem;color:#666;margin-bottom:3rem}.business-templates{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.business-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:2rem;cursor:pointer;transition:all .3s ease;text-align:center}.business-card:hover{border-color:#007bff;transform:translateY(-4px);box-shadow:0 8px 25px #007bff26}.business-icon{font-size:3rem;margin-bottom:1rem}.business-card h3{font-size:1.5rem;margin-bottom:.5rem;color:#333}.business-card p{color:#666;margin-bottom:1rem}.features-preview{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.feature-tag{background:#f8f9fa;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;color:#495057}.more{color:#007bff;font-weight:500}.business-info{max-width:800px;margin:0 auto}.business-info h2{text-align:center;margin-bottom:2rem;color:#333}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.5rem;color:#333}.form-group input,.form-group textarea,.form-group select{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#007bff}.form-group textarea{resize:vertical;min-height:80px}.customization{max-width:800px;margin:0 auto}.customization h2{text-align:center;margin-bottom:2rem;color:#333}.customization-section{margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px}.customization-section h3{margin-bottom:.5rem;color:#333}.customization-section p{color:#666;margin-bottom:1rem}.category-tags{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.category-tag{display:flex;align-items:center;background:#007bff;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem}.category-tag button{background:none;border:none;color:#fff;margin-left:.5rem;cursor:pointer;font-size:1.2rem;line-height:1}.category-tags input{padding:.5rem 1rem;border:2px dashed #ccc;border-radius:20px;background:transparent;min-width:150px}.pricing-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.checkbox-label{display:flex;align-items:center;padding:1rem;background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s ease}.checkbox-label:hover{border-color:#007bff}.checkbox-label input[type=checkbox]{margin-right:.75rem;transform:scale(1.2)}.tier-name{font-weight:500;color:#333}.completion{max-width:800px;margin:0 auto;text-align:center}.completion h2{margin-bottom:2rem;color:#333}.setup-summary{background:#f8f9fa;border-radius:12px;padding:2rem;margin-bottom:2rem;text-align:left}.summary-section{margin-bottom:1.5rem}.summary-section:last-child{margin-bottom:0}.summary-section h3{color:#333;margin-bottom:.5rem}.summary-section p{color:#666;margin:.25rem 0}.category-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.category-pill{background:#e9ecef;padding:.25rem .75rem;border-radius:15px;font-size:.875rem;color:#495057}.form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.btn-primary,.btn-secondary{padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover:not(:disabled){background:#0056b3;transform:translateY(-1px)}.btn-primary:disabled{background:#ccc;cursor:not-allowed}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#545b62}.btn-large{padding:1rem 3rem;font-size:1.2rem}@media (max-width: 768px){.smart-onboarding{padding:1rem}.business-templates,.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column;gap:1rem}.form-actions button{width:100%}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
