body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.admin-dashboard{background:#1a1a1a;border-radius:12px;box-shadow:0 4px 12px #0000004d;margin-bottom:2.5rem;padding:1.5rem;text-align:left}.content-section.admin-page{background:#252525;border-radius:8px;margin:0 auto;max-width:1200px;padding:1rem}h2,h3,h4{color:#fff;font-weight:600;letter-spacing:.5px;margin-bottom:1rem}h2{border-bottom:2px solid #e67e22;font-size:1.8rem;padding-bottom:.5rem}h3{font-size:1.4rem}h4{font-size:1.2rem}.admin-form{grid-gap:1rem;background:#2c2c2c;border-radius:8px;display:grid;gap:1rem;margin-bottom:2rem;padding:1rem}.admin-form .form-group{display:flex;flex-direction:column;gap:.5rem}.admin-form label{color:#d3d3d3;font-size:.95rem;font-weight:500}.admin-form input,.admin-form select,.admin-form textarea{background:#333;border:1px solid #444;border-radius:6px;color:#fff;font-size:1rem;padding:.75rem;transition:border-color .3s,background .3s;width:100%}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{background:#3a3a3a;border-color:#e67e22;outline:none}.admin-form input::placeholder,.admin-form textarea::placeholder{color:#888}.admin-form select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23aaa' d='M6 9 3 5h6z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:12px}.cta-button{background:#e67e22;border-radius:6px;font-size:1rem;font-weight:700;padding:.8rem 1.5rem;transition:background .3s,transform .2s}.cta-button:hover{background:#cf6d17;transform:translateY(-2px)}.cta-button:disabled{background:#666;cursor:not-allowed}.save-button{margin-right:.5rem}.delete-button{font-size:1rem;padding:.8rem 1.5rem;transition:background .3s,transform .2s}.delete-button:disabled{background:#666;cursor:not-allowed}.category-list,.subcategory-list{list-style:none;margin:1rem 0;padding:0}.category-item,.subcategory-item{background:#f5f5f5;border:1px solid #ccc;border-radius:6px;color:#333;cursor:grab;font-weight:500;margin-bottom:.75rem;padding:.75rem 1.25rem;transition:background .3s,border-color .3s}.category-item:hover,.subcategory-item:hover{background:#e8e8e8;border-color:#e67e22}.category-item:active,.subcategory-item:active{background:#ddd;cursor:grabbing}.error,.success{border-radius:6px;font-size:.95rem;margin-top:1rem;padding:.75rem}.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.dropzone{background:#2c2c2c;border:2px dashed #666;border-radius:8px;color:#ccc;margin:1rem 0;padding:1.5rem;text-align:center;transition:border-color .3s;width:100%}.dropzone.active{background:#333;border-color:#e67e22}.preview-image{border:1px solid #444;border-radius:6px;margin:1rem 0;max-height:250px;object-fit:contain;width:100%}.admin-actions{gap:2.75rem}.edit-button{padding:.6rem 1rem;transition:background .3s}.category-button,.subcategory-button{align-items:center;background:#333;border:1px solid #444;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:1rem;justify-content:center;margin-bottom:.5rem;padding:.75rem;transition:background .3s,color .3s;width:100%}.category-button:hover,.subcategory-button:hover{background:#444}.category-button.active,.subcategory-button.active{background:#e67e22;color:#fff;font-weight:700}@media (max-width:1024px){.admin-dashboard{padding:1rem}.admin-form{padding:.75rem}.form-group{flex-direction:column}}@media (max-width:768px){h2{font-size:1.5rem}h3{font-size:1.2rem}.admin-form input,.admin-form select,.admin-form textarea{font-size:.9rem;padding:.6rem}.cta-button,.delete-button,.edit-button,.save-button{font-size:.9rem;padding:.6rem 1rem}}.products-container{background:#1a1a1a;color:#fff;display:flex;font-family:Arial,sans-serif;gap:2rem;margin-top:20px;min-height:100vh;padding:2rem}.sidebar{background:#252525;border-radius:12px;box-shadow:0 4px 12px #0000004d;color:#fff;flex-shrink:0;padding:1.5rem;width:280px}.categories-heading{border-bottom:2px solid #e67e22;color:#e67e22;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;text-align:left}.categories-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;padding:0}.categories-list li{background:#333;border-radius:8px;color:#d3d3d3;cursor:pointer;font-weight:500;padding:.75rem;transition:background .3s ease,transform .2s ease,color .3s ease}.categories-list li:hover{background:#e67e22;color:#fff;transform:translateX(5px)}.categories-list li.selected{background:#e67e22;color:#fff;font-weight:700}.categories-list li ul{margin-left:1rem;margin-top:.5rem;padding:0}.categories-list li ul li{background:none;border-radius:6px;color:#d3d3d3;font-size:.9rem;font-weight:400;padding:.5rem .75rem;transition:background .3s ease,color .3s ease}.categories-list li ul li:hover{background:#e67e2233;color:#fff}.categories-list li ul li.selected{background:#e67e2266;color:#fff}.category-search-bar{background:#2c2c2c;border:1px solid #444;border-radius:6px;color:#fff;font-size:1rem;margin-bottom:1rem;outline:none;padding:.75rem;transition:border-color .3s ease,background .3s ease;width:100%}.category-search-bar:focus{background:#3a3a3a;border-color:#e67e22}.category-search-bar::placeholder{color:#888}.main-content{background:#252525;border-radius:12px;box-shadow:0 4px 12px #0000004d;flex:1 1;padding:1rem}.products-heading{color:#e67e22;font-size:1.8rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.5rem;text-align:center}.search-bar{background:#2c2c2c;border:1px solid #444;border-radius:6px;color:#fff;display:block;font-size:1rem;margin:2rem auto;max-width:500px;padding:.75rem;transition:border-color .3s ease,background .3s ease;width:100%}.search-bar:focus{background:#3a3a3a;outline:none}.search-bar:focus,.search-bar:hover{border-color:#e67e22}.search-bar::placeholder{color:#888}.product-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-top:2rem}.product-card{background:#333;border-radius:10px;box-shadow:0 2px 8px #0003;color:#fff;padding:1.25rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 4px 16px #0000004d;transform:translateY(-5px)}.product-card img{border-radius:8px;height:auto;margin-bottom:.75rem;max-height:250px;object-fit:contain;width:100%}.product-info{margin-top:.75rem}.product-description{color:#ccc;font-size:.9rem;line-height:1.5;margin:.5rem 0;text-align:center}.product-price{color:#e67e22;font-size:1.1rem;font-weight:700;margin:.5rem 0}.product-details{background:#2c2c2c;border-radius:12px;box-shadow:0 4px 12px #0000004d;display:flex;gap:2rem;padding:2rem}.product-image-container{flex:1 1;position:relative}.image-carousel{margin:0 auto;max-width:450px;position:relative;width:100%}.image-carousel img{border-radius:10px;height:auto;max-height:400px;object-fit:contain;transition:transform .3s ease;width:100%}.image-carousel img:hover{transform:scale(1.1)}.carousel-button{align-items:center;background:#000000b3;border:none;border-radius:50%;color:#e67e22;cursor:pointer;display:flex;font-size:1.1rem;height:44px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background .3s ease,color .3s ease;width:44px}.carousel-button:hover{background:#e67e22e6;color:#fff}.carousel-button:disabled{background:#0006;color:#666;cursor:not-allowed}.carousel-button.prev{left:12px}.carousel-button.next{right:12px}.delete-button{background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;padding:.6rem 1.2rem;transition:background .3s ease,transform .2s ease}.delete-button:hover{background:#c82333;transform:translateY(-2px)}.delete-image-button{background:#dc3545cc;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem;position:absolute;right:12px;top:12px;transition:background .3s ease}.delete-image-button:hover{background:#dc3545}.add-images-container{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.add-images-container input[type=file]{background:#333;border:1px solid #444;border-radius:6px;color:#fff;font-size:.9rem;padding:.75rem;width:100%}.add-images-button{background:#28a745;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;padding:.75rem 1.25rem;transition:background .3s ease,transform .2s ease}.add-images-button:hover{background:#218838;transform:translateY(-2px)}.add-images-button:disabled{background:#666;cursor:not-allowed}.product-info-container{color:#fff;flex:2 1}.full-description{font-size:1rem;line-height:1.6;margin-bottom:1rem;text-align:left}.add-to-cart-button{background:#e67e22;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;margin-top:.75rem;padding:.75rem 1.5rem;transition:background .3s ease,transform .2s ease}.add-to-cart-button:hover{background:#cf6d17;transform:translateY(-2px)}.back-button{background:#444;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;margin-top:.75rem;padding:.75rem 1.5rem;transition:background .3s ease,transform .2s ease}.back-button:hover{background:#555;transform:translateY(-2px)}.admin-actions{display:flex;flex-direction:row-reverse;gap:3.5rem;margin-top:1rem}.edit-button{align-items:center;background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.6rem 1.2rem;transition:background .3s ease,transform .2s ease}.edit-button:hover{background:#0056b3;transform:translateY(-2px)}.save-button{align-items:center;background:#28a745;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.6rem 1.2rem;transition:background .3s ease,transform .2s ease}.save-button:hover{background:#218838;transform:translateY(-2px)}.edit-input,.edit-select,.edit-textarea{background:#2c2c2c;border:1px solid #444;border-radius:6px;color:#fff;font-size:.9rem;margin-bottom:.75rem;padding:.75rem;transition:border-color .3s ease,background .3s ease;width:100%}.edit-input:focus,.edit-select:focus,.edit-textarea:focus{background:#3a3a3a;border-color:#e67e22;outline:none}.edit-textarea{min-height:120px;resize:vertical}.edit-select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23aaa' d='M6 9 3 5h6z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:12px}.form-group{margin-top:.75rem}.form-group label{color:#d3d3d3;display:block;font-size:.9rem}.category-list{list-style:none;margin:1rem 0;padding:0}.category-item{background:#2c2c2c;border:1px solid #444;border-radius:6px;color:#fff;cursor:grab;font-weight:500;margin-bottom:.75rem;padding:.75rem 1.25rem;transition:background .3s ease,border-color .3s ease}.category-item:hover{background:#3a3a3a;border-color:#e67e22}.category-item:active{background:#444;cursor:grabbing}.error-message{background:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;color:#dc3545;font-size:.9rem;margin-top:.75rem;padding:.75rem}@media (max-width:1024px){.products-container{align-items:stretch;flex-direction:column}.sidebar{max-width:none;width:100%}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:600px){.product-details{flex-direction:column;gap:1.5rem}.product-image-container,.product-info-container{width:100%}.image-carousel{max-width:100%}.products-heading{font-size:1.5rem}.add-images-button,.add-to-cart-button,.back-button,.category-search-bar,.delete-button,.edit-button,.save-button,.search-bar{font-size:.85rem;padding:.6rem 1rem}}.contact-container{display:flex;flex-wrap:wrap;gap:3rem;margin:0 auto;max-width:1200px;padding:2rem 0}.contact-info{flex:1 1;min-width:300px}.contact-info h3{color:#fff;font-size:1.8rem;margin-bottom:1.5rem}.contact-details{grid-gap:1.5rem;display:grid;gap:1.5rem}.contact-item{align-items:flex-start;display:flex;gap:1rem}.contact-item i{color:#d35400;font-size:1.5rem;margin-top:.2rem}.contact-item h4{color:#e0e0e0;font-size:1.2rem;margin-bottom:.5rem}.contact-item p{color:#ccc;font-size:1rem;margin:0}.contact-item a{color:#d35400;text-decoration:none;transition:all .3s var(--ease-bounce)}.contact-item a:hover{color:#e67e22;transform:translateY(-2px)}.business-hours{margin-top:2rem}.business-hours h4{color:#e0e0e0;font-size:1.2rem;margin-bottom:1rem}.business-hours p{color:#ccc;font-size:1rem;margin:.5rem 0}.contact-form-wrapper{flex:1 1;min-width:300px}.contact-form-wrapper h3{color:#fff;font-size:1.8rem;margin-bottom:1.5rem}form{animation:slideUp var(--animation-duration) var(--ease-smooth);background:#2a2a2a;border-radius:12px;box-shadow:0 4px 12px #0000004d;gap:1.5rem;padding:2rem}.form-group,form{display:flex;flex-direction:column}.form-group label{color:#ccc;font-size:1rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#333;border:1px solid #444;border-radius:8px;color:#e0e0e0;font-size:1rem;padding:.8rem;transition:all .3s var(--ease-smooth)}.form-group input:focus,.form-group textarea:focus{border-color:#d35400;box-shadow:0 0 8px #d354004d;outline:none}.form-group textarea{min-height:100px;resize:vertical}button.cta-button{align-self:flex-start;background:#d35400;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:500;padding:1rem 2.5rem;transition:all .3s var(--ease-bounce)}button.cta-button:hover:not(:disabled){background:#e67e22;box-shadow:0 4px 12px #0000004d;transform:translateY(-3px) scale(1.05)}button.cta-button.loading{cursor:not-allowed;opacity:.7}.success-message{background:#2ecc711a;color:#2ecc71}.error-message,.success-message{animation:fadeIn var(--animation-duration) var(--ease-smooth);border-radius:8px;font-size:1rem;margin-top:1rem;padding:1rem}.error-message{background:#e74c3c1a;color:#e74c3c}@media (max-width:768px){.contact-container{flex-direction:column;padding:1.5rem}.contact-form-wrapper,.contact-info{min-width:100%}form{padding:1.5rem}button.cta-button{align-self:stretch;text-align:center}}@media (max-width:480px){.contact-item i{font-size:1.2rem}.contact-item h4{font-size:1.1rem}.contact-item p{font-size:.9rem}.contact-form-wrapper h3,.contact-info h3{font-size:1.5rem}}.cart-container{background:#e67e22;border-radius:12px;box-shadow:0 6px 15px #00000026;color:#000;margin:80px auto;padding:25px;text-align:center;width:60%}.cart-container h2{font-size:24px;margin-bottom:20px}.cart-items{list-style:none;padding:0}.cart-item{align-items:center;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:15px}.cart-item:hover{background:#0000000d}.cart-image{border-radius:8px;height:70px;object-fit:cover;width:70px}.cart-details{flex-grow:1;padding-left:15px;text-align:left}.cart-details h3{font-size:18px;margin:5px 0}.cart-details p{font-size:14px}.cart-quantity{align-items:center;display:flex;gap:5px}.cart-quantity input{border:1px solid #ccc;border-radius:5px;padding:5px;text-align:center;width:50px}.cart-quantity button{background:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;padding:5px 10px}.cart-quantity button:hover{background:#0056b3}.remove-button{background:#ff4d4d;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;padding:5px 10px}.remove-button:hover{background:#c00}.checkout-button{background:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:12px 20px}.checkout-button:hover{background:#218838}@media (max-width:768px){.cart-container{padding:15px;width:90%}.cart-item{flex-direction:column;text-align:center}.cart-image{height:80px;width:80px}.cart-details{padding:10px 0}}:root{--ease-bounce:cubic-bezier(0.68,-0.55,0.265,1.55);--ease-smooth:cubic-bezier(0.4,0,0.2,1);--animation-duration:0.8s;--animation-delay:0.1s}body{background:#121212;color:#e0e0e0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;margin:0;min-height:100vh}.header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;display:flex;justify-content:space-between;padding:1.5rem 3rem;position:fixed;top:0;transition:all .8s cubic-bezier(.4,0,.2,1);transition:all var(--animation-duration) var(--ease-smooth);width:95%;will-change:padding,transform;z-index:1000}.header.large{box-shadow:0 4px 12px #0000004d;padding:2rem 3rem;transform:scale(1.02)}.logo{color:#fff;font-size:2rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);transition:all .4s var(--ease-bounce);will-change:font-size,transform}.header.large .logo{font-size:2.5rem;transform:scale(1.1)}nav{align-items:center;display:flex;gap:2rem}nav a{color:#ccc;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);transition:all .4s var(--ease-smooth);will-change:color,transform}.header.large nav a{font-size:1.2rem;transform:scale(1.05)}nav a:hover{color:#fff;transform:translateY(-2px)}.cart-icon{background:#ffffff1a;border-radius:25px;color:#fff;font-size:1rem;padding:.5rem 1.2rem;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);transition:all .4s var(--ease-bounce);will-change:padding,transform}.header.large .cart-icon{font-size:1.1rem;padding:.6rem 1.4rem;transform:scale(1.1)}.main-content{padding-top:80px}.page-section{filter:blur(4px);min-height:100vh;opacity:0;padding:4rem 2rem;transform:translateY(50px) scale(.98);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1),filter .8s cubic-bezier(.4,0,.2,1);transition:opacity var(--animation-duration) var(--ease-smooth),transform var(--animation-duration) var(--ease-smooth),filter var(--animation-duration) var(--ease-smooth);will-change:opacity,transform,filter}.page-section.visible{filter:blur(0);opacity:1;transform:translateY(0) scale(1)}.hero-section{align-items:center;background:linear-gradient(#000000b3,#000000b3),url(https://images.unsplash.com/photo-1553440569-bcc63803a83d?auto=format&fit=crop&w=1920&q=80);background-position:50%;background-size:cover;display:flex;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.hero-content{animation:slideUp .8s cubic-bezier(.4,0,.2,1);animation:slideUp var(--animation-duration) var(--ease-smooth);max-width:900px}.hero-section h1{animation:fadeIn .8s cubic-bezier(.4,0,.2,1) .1s;animation:fadeIn var(--animation-duration) var(--ease-smooth) var(--animation-delay);color:#fff;font-size:4rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px #00000080}.hero-subtitle{animation:fadeIn .8s cubic-bezier(.4,0,.2,1) .2s;animation:fadeIn var(--animation-duration) var(--ease-smooth) calc(var(--animation-delay)*2);color:#e0e0e0;font-size:1.6rem;margin-bottom:2rem}.content-section{background:#1e1e1e;border-radius:12px;margin:2rem auto;max-width:1200px;min-height:100vh;padding:6rem 3rem}.content-section h2{animation:fadeIn .8s cubic-bezier(.4,0,.2,1);animation:fadeIn var(--animation-duration) var(--ease-smooth);color:#fff;font-size:2.8rem;font-weight:600;margin-bottom:2rem}.cta-button{background:#d35400;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:1.2rem;font-weight:500;padding:1rem 2.5rem;text-decoration:none;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);transition:all .3s var(--ease-bounce);will-change:transform,background,box-shadow}.cta-button:hover{background:#e67e22;box-shadow:0 4px 12px #0000004d;transform:translateY(-3px) scale(1.05)}.about-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.feature-card{background:#2a2a2a;border-radius:12px;padding:2rem;text-align:center;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);transition:all .4s var(--ease-bounce);will-change:transform,box-shadow}.feature-card:hover{box-shadow:0 6px 16px #0006;transform:translateY(-8px) scale(1.03)}.footer{animation:slideUp .8s cubic-bezier(.4,0,.2,1);animation:slideUp var(--animation-duration) var(--ease-smooth);background:#0a0a0a;border-top:1px solid #333;padding:3rem 2rem;text-align:center}.social-media h3{animation:fadeIn .8s cubic-bezier(.4,0,.2,1) .1s;animation:fadeIn var(--animation-duration) var(--ease-smooth) var(--animation-delay);color:#fff;font-size:1.5rem;margin-bottom:1rem}.social-links{display:flex;gap:2rem;justify-content:center;margin-bottom:1.5rem}.social-links a{color:#ccc;font-size:1.1rem;text-decoration:none;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);transition:all .3s var(--ease-bounce);will-change:color,transform}.social-links a:hover{color:#fff;transform:translateY(-3px)}.footer-links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:1.5rem}.footer-link{color:#999;font-size:.95rem;text-decoration:none;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);transition:all .3s var(--ease-bounce);will-change:color,transform}.footer-link:hover{color:#fff;transform:translateY(-2px)}.copyright{animation:fadeIn .8s cubic-bezier(.4,0,.2,1) .2s;animation:fadeIn var(--animation-duration) var(--ease-smooth) calc(var(--animation-delay)*2);color:#666;font-size:.9rem;margin-top:2rem}.account-page{animation:slideUp .8s cubic-bezier(.4,0,.2,1);animation:slideUp var(--animation-duration) var(--ease-smooth);background:#2a2a2a;border-radius:12px;margin:0 auto;max-width:500px;padding:2rem}.account-form{gap:1.5rem}.account-form,.account-form .form-group{display:flex;flex-direction:column}.account-form label{color:#ccc;font-weight:500;margin-bottom:.5rem}.account-form input{background:#333;border:1px solid #444;border-radius:8px;color:#e0e0e0;font-size:1rem;padding:.8rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s var(--ease-smooth)}.account-form input:focus{border-color:#d35400;box-shadow:0 0 8px #d354004d}.error{color:#e74c3c;font-size:.9rem}.link-button{background:none;border:none;color:#d35400;cursor:pointer;font-size:1rem;padding:0;text-decoration:underline;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);transition:all .3s var(--ease-bounce)}.link-button:hover{color:#e67e22;transform:translateY(-2px)}.toggle-form{margin-top:1.5rem;text-align:center}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.header{flex-direction:column;gap:1rem;padding:1rem 1.5rem}.header.large{padding:1.5rem;transform:scale(1)}.logo{font-size:1.8rem}.header.large .logo{font-size:2rem;transform:scale(1)}nav{flex-wrap:wrap;gap:1rem;justify-content:center}nav a{font-size:1rem}.header.large nav a{font-size:1.1rem;transform:scale(1)}.cart-icon{padding:.4rem 1rem}.hero-section{padding:1.5rem}.hero-section h1{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.content-section{margin:1rem;padding:4rem 1.5rem}.content-section h2{font-size:2rem}.products-container{padding:1.5rem}}@media (max-width:480px){.hero-section h1{font-size:2rem}.cta-button,.hero-subtitle{font-size:1rem}.cta-button{padding:.8rem 2rem}.account-page,.feature-card{padding:1.5rem}}
/*# sourceMappingURL=main.d0a16180.css.map*/