.toast{position:fixed;top:20px;right:20px;min-width:300px;max-width:500px;padding:16px 20px;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:10000;display:flex;align-items:center;justify-content:space-between;animation:slideIn .3s ease-out;font-family:system-ui,-apple-system,sans-serif}.toast-visible{opacity:1;transform:translate(0)}.toast-hidden{opacity:0;transform:translate(100%);transition:opacity .3s ease-out,transform .3s ease-out}.toast-info{background-color:#3b82f6;color:#fff}.toast-success{background-color:#10b981;color:#fff}.toast-error{background-color:#ef4444;color:#fff}.toast-warning{background-color:#f59e0b;color:#fff}.toast-content{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px}.toast-message{flex:1;font-size:14px;line-height:1.5}.toast-close{background:none;border:none;color:inherit;font-size:24px;line-height:1;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s}.toast-close:hover{opacity:1}.toast-close:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px;border-radius:4px}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 640px){.toast{top:10px;right:10px;left:10px;min-width:auto;max-width:none}}*{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;line-height:1.6;color:#1a202c;background-color:#fff}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;min-height:calc(100vh - 200px);width:100%;max-width:100vw;overflow-x:hidden}.app>*{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.page-container,.container,.container-sm,.container-lg{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.loading-spinner{display:inline-block;width:20px;height:20px;border:3px solid #f3f3f3;border-top:3px solid #4A2C2A;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:8px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.error-message{background-color:#fed7d7;border:1px solid #feb2b2;color:#c53030;padding:1rem;border-radius:8px;margin:1rem 0;display:flex;align-items:center;gap:.5rem}.success-message{background-color:#c6f6d5;border:1px solid #9ae6b4;color:#2f855a;padding:1rem;border-radius:8px;margin:1rem 0;display:flex;align-items:center;gap:.5rem}.info-message{background-color:#bee3f8;border:1px solid #90cdf4;color:#2c5282;padding:1rem;border-radius:8px;margin:1rem 0;display:flex;align-items:center;gap:.5rem}.card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:all .3s ease;border:1px solid #e2e8f0}.card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.card-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;background-color:#f8fafc}.card-body{padding:1.5rem}.card-footer{padding:1rem 1.5rem;border-top:1px solid #e2e8f0;background-color:#f8fafc}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;min-height:44px;font-family:inherit}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#4a2c2a;color:#fff}.btn-primary:hover:not(:disabled){background-color:#3a1c1a}.btn-secondary{background-color:#666;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#4a4a4a}.btn-success{background-color:#38a169;color:#fff}.btn-success:hover:not(:disabled){background-color:#2f855a}.btn-danger{background-color:#e53e3e;color:#fff}.btn-danger:hover:not(:disabled){background-color:#c53030}.btn-outline{background-color:transparent;border:2px solid #4A2C2A;color:#4a2c2a}.btn-outline:hover:not(:disabled){background-color:#4a2c2a;color:#fff}.btn-sm{padding:.5rem 1rem;font-size:.75rem;min-height:36px}.btn-lg{padding:1rem 2rem;font-size:1rem;min-height:52px}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#2d3748}.form-input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s ease;min-height:44px;font-family:inherit}.form-input:focus{outline:none;border-color:#4a2c2a;box-shadow:0 0 0 3px #4a2c2a1a}.form-input:invalid{border-color:#e53e3e}.form-error{color:#e53e3e;font-size:.875rem;margin-top:.25rem}.form-help{color:#666;font-size:.875rem;margin-top:.25rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.container-sm{max-width:640px;margin:0 auto;padding:0 1rem}.container-lg{max-width:1400px;margin:0 auto;padding:0 1rem}.section{padding:3rem 0}.section-sm{padding:2rem 0}.section-lg{padding:4rem 0}.grid{display:grid;gap:1.5rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.responsive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:1rem}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-gray-500{color:#718096}.text-gray-600{color:#4a5568}.text-gray-700{color:#2d3748}.text-gray-900{color:#1a202c}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}@media (max-width: 640px){.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:flex-col{flex-direction:column}.sm\:text-sm{font-size:.875rem}.sm\:p-2{padding:.5rem}.responsive-grid{grid-template-columns:1fr;gap:1rem;padding:.5rem}}@media (max-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:text-base{font-size:1rem}}@media (max-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.focus\:ring:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #4a2c2a80}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;border:1px solid #e2e8f0}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.product-card img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.product-card:hover img{transform:scale(1.05)}.product-info{padding:1.5rem}.product-info h3{font-size:1.125rem;font-weight:600;color:#2d3748;margin-bottom:.5rem;line-height:1.4}.product-info p{color:#666;font-size:.875rem;margin-bottom:1rem;line-height:1.5}.price{font-size:1.25rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:1rem}.cart-item img{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.cart-item-info{flex:1}.cart-item-info h3{font-size:1rem;font-weight:600;color:#2d3748;margin-bottom:.25rem}.cart-item-info p{color:#666;font-size:.875rem}.cart-item-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-btn{width:32px;height:32px;border:1px solid #e2e8f0;background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.quantity-btn:hover{background:#f7fafc;border-color:#4a2c2a}.quantity-input{width:60px;text-align:center;border:1px solid #e2e8f0;border-radius:4px;padding:.25rem;font-size:.875rem}.form-container{max-width:500px;margin:0 auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.form-title{font-size:1.875rem;font-weight:700;color:#2d3748;text-align:center;margin-bottom:2rem}.form-subtitle{color:#666;text-align:center;margin-bottom:2rem}.navbar{background:#fff;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:1000;padding:1rem 0}.navbar-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{font-size:1.5rem;font-weight:700;color:#2d3748;text-decoration:none}.navbar-nav{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navbar-link{color:#4a5568;text-decoration:none;font-weight:500;transition:color .2s ease}.navbar-link:hover{color:#4a2c2a}.hero{background:linear-gradient(135deg,#666,#4a2c2a);color:#fff;padding:4rem 2rem;text-align:center;min-height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:.9;max-width:600px}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.footer{background:#2d3748;color:#fff;text-align:center;padding:2rem;margin-top:auto}@media print{.no-print{display:none!important}.print-only{display:block!important}}
