:root{--background: #f8fafc;--foreground: #0f172a;--card: #ffffff;--card-foreground: #0f172a;--primary: #3b82f6;--primary-foreground: #ffffff;--secondary: #f1f5f9;--secondary-foreground: #0f172a;--muted: #f1f5f9;--muted-foreground: #64748b;--accent: #f1f5f9;--accent-foreground: #0f172a;--destructive: #ef4444;--destructive-foreground: #ffffff;--border: #e2e8f0;--input: #e2e8f0;--ring: #3b82f6;--success: #10b981;--success-foreground: #ffffff}*{margin:0;padding:0;box-sizing:border-box}div{border-radius:inherit}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.5}.min-h-screen{min-height:100vh}.bg-background{background-color:var(--background)}.bg-card{background-color:var(--card)}.bg-primary{background-color:var(--primary)}.bg-primary-foreground{background-color:var(--primary-foreground)}.bg-muted{background-color:var(--muted)}.bg-secondary{background-color:var(--secondary)}.bg-success{background-color:var(--success)}.bg-success-foreground{background-color:var(--success-foreground)}.bg-destructive{background-color:var(--destructive)}.text-foreground{color:var(--foreground)}.text-card-foreground{color:var(--card-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-muted-foreground{color:var(--muted-foreground)}.text-destructive{color:var(--destructive)}.text-success{color:var(--success)}.border-border{border-color:var(--border)}.border-input{border-color:var(--input)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.mx-auto{margin-left:auto;margin-right:auto}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-2xl{max-width:42rem}.max-w-md{max-width:28rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-12{padding:3rem}.mb-8{margin-bottom:2rem}.mb-6{margin-bottom:1.5rem}.mb-4{margin-bottom:1rem}.mb-2{margin-bottom:.5rem}.mb-12{margin-bottom:3rem}.mb-24{margin-bottom:6rem}.mt-8{margin-top:2rem}.mt-6{margin-top:1.5rem}.mt-4{margin-top:1rem}.mt-2{margin-top:.5rem}.mt-1{margin-top:.25rem}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.rounded-lg{border-radius:.5rem!important}.rounded-xl{border-radius:.75rem!important}.rounded-2xl{border-radius:1rem!important}.rounded-md{border-radius:.375rem!important}.rounded-full{border-radius:9999px!important}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-2{border-width:2px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.flex{display:flex}.grid{display:grid}.hidden{display:none}.block{display:block}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.w-full{width:100%}.w-4{width:1rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.h-1{height:.25rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.min-w-0{min-width:0px}.cursor-not-allowed{cursor:not-allowed}.fixed{position:fixed}.relative{position:relative}.absolute{position:absolute}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.top-12{top:3rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.whitespace-nowrap{white-space:nowrap}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ring-2{box-shadow:0 0 0 2px var(--ring)}.ring-4{box-shadow:0 0 0 4px var(--ring)}.ring-primary{box-shadow:0 0 0 2px var(--primary)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{box-shadow:0 0 0 2px var(--ring)}.hover\:bg-accent:hover{background-color:var(--accent)}.hover\:text-foreground:hover{color:var(--foreground)}.disabled\:bg-muted:disabled{background-color:var(--muted)}.disabled\:text-muted-foreground:disabled{color:var(--muted-foreground)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.bg-muted\/50{background-color:#f1f5f980}.bg-primary\/90,.hover\:bg-primary\/90:hover{background-color:#3b82f6e6}.bg-destructive\/10{background-color:#ef44441a}.border-destructive\/20{border-color:#ef444433}.ring-primary\/20{box-shadow:0 0 0 4px #3b82f633}.flex-shrink-0{flex-shrink:0}.bg-blue-100{background-color:#dbeafe}.bg-blue-600{background-color:#2563eb}.text-blue-600{color:#2563eb}.bg-white{background-color:#fff!important}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.last\:border-b-0:last-child{border-bottom-width:0!important}.leading-relaxed{line-height:1.625}.loading-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.error-icon{animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.focus-visible{outline:2px solid var(--ring);outline-offset:2px}.transition-smooth{transition:all .3s cubic-bezier(.4,0,.2,1)}.transform{transform:var(--tw-transform)}.-translate-x-1\/2{transform:translate(-50%)}.rotate-180{transform:rotate(180deg)!important}.z-10{z-index:10}.card-centered{background-color:var(--card);border-radius:.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid var(--border);margin-top:3rem;margin-left:1rem;margin-right:1rem;max-width:42rem}@media (min-width: 768px){.card-centered{margin-left:auto;margin-right:auto}}.content-container{margin-top:3rem;margin-left:1rem;margin-right:1rem;max-width:42rem}@media (min-width: 768px){.content-container{margin-left:auto;margin-right:auto}}.product-list-container{margin-bottom:6rem;margin-left:1rem;margin-right:1rem;max-width:42rem}@media (min-width: 768px){.product-list-container{margin-left:auto;margin-right:auto}}@media (min-width: 768px){.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}}select{appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}button{appearance:none;background:none;border:none;font:inherit;cursor:pointer}button:disabled{pointer-events:none;cursor:not-allowed}.bg-card{background-color:var(--card);border:1px solid var(--border)}.btn-primary{background-color:var(--primary);color:var(--primary-foreground);border:1px solid var(--primary);border-radius:.375rem;padding:.75rem 1.5rem;font-weight:500;transition:all .2s}.order-card,div.order-card,.force-rounded{-webkit-border-radius:16px!important;-moz-border-radius:16px!important;border-radius:16px!important}.cdk-overlay-container .order-card,.mat-card.order-card,.order-card.mat-card{border-radius:16px!important}.btn-primary:hover:not(:disabled){background-color:#3b82f6e6}.btn-primary:disabled{background-color:var(--muted);color:var(--muted-foreground);border-color:var(--border)}.form-select{background-color:var(--background);border:1px solid var(--input);border-radius:.5rem;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.form-select:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 2px #3b82f633}.space-y-1>*+*{margin-top:.25rem}@media (max-width: 768px){.container{padding:0 .75rem}.text-3xl{font-size:1.75rem;line-height:2rem}.text-2xl{font-size:1.375rem;line-height:1.75rem}.py-8{padding-top:1.5rem;padding-bottom:1.5rem}.px-6{padding-left:1rem;padding-right:1rem}.p-6{padding:1rem}.mb-8{margin-bottom:1.5rem}.mt-8{margin-top:1.5rem}}@media (min-width: 768px) and (max-width: 1024px){.max-w-4xl{max-width:48rem}}@media (max-width: 640px){.grid{grid-template-columns:1fr;gap:.75rem}.space-y-6>*+*{margin-top:1rem}.fixed{position:fixed;padding:1rem .75rem}}
