:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#2c3e50;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width:480px){body{font-size:14px}}a{font-weight:500;color:#ff6b35;text-decoration:inherit}a:hover{color:#f7931e}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#667eea}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#2c3e50;background-color:#fff}}.header{background:#fff;box-shadow:0 2px 8px #0000000d;position:sticky;top:0;z-index:1000;padding:.875rem 0;width:100%;max-width:100vw;overflow-x:hidden}.menu-overlay{position:fixed;inset:0;background:#00000080;z-index:999;display:none}@media(max-width:968px){.menu-overlay{display:block}}.header-container{max-width:1400px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;position:relative;width:100%;box-sizing:border-box}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-icon-container{width:40px;height:40px;background:#10b981;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #10b98133}.logo-icon{width:22px;height:22px}.logo-text{font-size:1.1rem;font-weight:600;color:#1a1a1a;letter-spacing:-.01em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;white-space:nowrap}.menu-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001;min-width:44px;min-height:44px;align-items:center;justify-content:center}.menu-toggle span{width:25px;height:3px;background:#1a1a1a;border-radius:3px;transition:all .3s ease}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#fff;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:5rem 2rem 2rem;gap:0;box-shadow:-4px 0 20px #0000001a;transition:right .3s ease;z-index:1000;overflow-y:auto;display:flex}.nav.open{right:0}.nav-link{text-decoration:none;color:#4b5563;font-weight:500;font-size:1.1rem;transition:color .3s ease;position:relative;width:100%;padding:1rem 0;border-bottom:1px solid #e5e7eb;word-wrap:break-word}.nav-link:hover,.nav-link.active{color:#10b981}.nav-link.active:after{display:none}.nav-link.active{color:#10b981;font-weight:700}.header-actions{display:flex;align-items:center;gap:1rem}.cart-button{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#10b981;color:#fff;text-decoration:none;padding:.625rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;position:relative;box-shadow:0 2px 8px #10b9814d;min-width:44px;min-height:44px}.cart-text{display:none}.cart-button:hover{background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.cart-badge{position:absolute;top:-8px;right:-8px;background:#ef4444;color:#fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;border:2px solid white}@media(min-width:375px){.header-container{padding:0 1.25rem}}@media(min-width:768px){.header{padding:1rem 0}.header-container{padding:0 1.5rem}.logo-text{font-size:1.25rem}.logo-icon-container{width:45px;height:45px}.logo-icon{width:24px;height:24px}.menu-toggle{display:none}.nav{position:static;width:auto;height:auto;background:transparent;flex-direction:row;align-items:center;justify-content:flex-end;padding:0;gap:2.5rem;box-shadow:none;overflow:visible}.nav.open{right:auto}.nav-link{width:auto;padding:0;font-size:1rem;border-bottom:none}.nav-link.active:after{display:block;content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:2px;background:#10b981}.nav-link.active{font-weight:500}.cart-text{display:inline}.cart-button{padding:.75rem 1.5rem;min-width:auto}}@media(min-width:1024px){.header-container{padding:0 2rem}.logo-text{font-size:1.5rem}.logo-icon-container{width:50px;height:50px}.logo-icon{width:28px;height:28px}}.footer{background:#1e293b;color:#fff;padding:2.5rem 0 0;margin-top:3rem;width:100%;max-width:100vw;overflow-x:hidden}.footer-container{max-width:1400px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;width:100%;box-sizing:border-box}.footer-section{display:flex;flex-direction:column;gap:1.25rem;width:100%}.footer-logo-wrapper{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.footer-logo-container{width:45px;height:45px;background:#10b981;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #10b98133}.footer-logo-icon{width:28px;height:28px}.footer-logo-text{font-size:1.35rem;font-weight:600;color:#fff;letter-spacing:-.01em;word-wrap:break-word}.footer-description{color:#fffc;line-height:1.7;font-size:.95rem;margin:0;max-width:100%;word-wrap:break-word}.footer-social{display:flex;gap:1rem;margin-top:.5rem;flex-wrap:wrap}.social-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 8px #0003;flex-shrink:0}.social-facebook{background:#10b981;color:#fff}.social-instagram{background:#f97316;color:#fff}.social-icon:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000004d}.footer-heading{font-size:1.1rem;font-weight:700;margin:0 0 .875rem;color:#10b981;word-wrap:break-word}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.footer-links a,.footer-links .footer-link{color:#fffc;text-decoration:none;transition:all .3s ease;font-size:.95rem;display:inline-block;position:relative;padding-left:0;cursor:pointer;word-wrap:break-word}.footer-links a:before,.footer-links .footer-link:before{content:"→";position:absolute;left:-20px;opacity:0;transition:all .3s ease;color:#10b981}.footer-links a:hover,.footer-links .footer-link:hover{color:#10b981;padding-left:20px}.footer-links a:hover:before,.footer-links .footer-link:hover:before{opacity:1;left:0}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.footer-contact li{display:flex;align-items:flex-start;gap:1rem}.contact-icon{font-size:1.35rem;color:#10b981;flex-shrink:0}.contact-text{color:#ffffffe6;font-size:.95rem;line-height:1.5;word-wrap:break-word;flex:1;min-width:0}.contact-hours{color:#ffffffb3;font-size:.85rem;margin-top:.25rem;word-wrap:break-word}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0;background:#0f172a;width:100%}.footer-bottom-content{max-width:1400px;margin:0 auto;padding:0 1rem;text-align:center;display:flex;flex-direction:column;gap:.5rem;width:100%;box-sizing:border-box}.footer-bottom-content p{margin:0;color:#ffffffb3;font-size:.8rem;word-wrap:break-word}@media(min-width:375px){.footer-container{padding:0 1.25rem}}@media(min-width:768px){.footer{padding:3rem 0 0}.footer-container{grid-template-columns:1.5fr 1fr 1fr;gap:3rem;padding:0 1.5rem}.footer-logo-text{font-size:1.5rem}.footer-logo-container{width:50px;height:50px}.footer-logo-icon{width:30px;height:30px}.footer-description{font-size:1rem}.footer-heading{font-size:1.15rem;margin-bottom:1rem}.footer-links{gap:1rem}.footer-links a,.footer-links .footer-link{font-size:1rem}.footer-contact{gap:1.5rem}.contact-icon{font-size:1.5rem}.contact-text{font-size:1rem}.contact-hours{font-size:.9rem}.social-icon{width:45px;height:45px}.footer-bottom-content{padding:0 1.5rem}.footer-bottom-content p{font-size:.85rem}}@media(min-width:1024px){.footer{padding:4rem 0 0;margin-top:4rem}.footer-container{gap:4rem;padding:0 2rem;margin-bottom:3rem}.footer-logo-text{font-size:1.75rem}.footer-logo-container{width:60px;height:60px}.footer-logo-icon{width:36px;height:36px}.footer-heading{font-size:1.25rem}.footer-bottom{padding:2rem 0}.footer-bottom-content{padding:0 2rem}.footer-bottom-content p{font-size:.95rem}}.notification-container{position:fixed;top:70px;right:.75rem;left:.75rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;max-width:100%;width:calc(100% - 1.5rem);pointer-events:none}.notification-toast{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 4px 12px #00000026;cursor:pointer;animation:slideIn .3s ease;border-left:4px solid;transition:transform .2s ease;width:100%;max-width:100%;box-sizing:border-box;pointer-events:all}.notification-toast:hover{transform:translate(-4px)}.notification-success{border-left-color:#27ae60}.notification-error{border-left-color:#e74c3c}.notification-info{border-left-color:#3498db}.notification-warning{border-left-color:#f39c12}.notification-content{display:flex;align-items:center;gap:.75rem;width:100%}.notification-icon{font-size:1.25rem;flex-shrink:0}.notification-message{flex:1;color:#2c3e50;font-size:.9rem;word-wrap:break-word;min-width:0}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media(min-width:768px){.notification-container{top:80px;right:20px;left:auto;max-width:400px;width:auto}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}html,body{overflow-x:hidden;width:100%;max-width:100vw;position:relative}body{min-height:100vh;overflow-x:hidden}img,video,iframe{max-width:100%;height:auto}.App{min-height:100vh;display:flex;flex-direction:column;width:100%;max-width:100vw;overflow-x:hidden;position:relative}.main-content{flex:1;width:100%;max-width:100vw;overflow-x:hidden;position:relative}@media(min-width:320px){html{font-size:16px}}@media(min-width:768px){html{font-size:16px}}@media(min-width:1024px){html{font-size:16px}}
