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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border-bottom:1px solid #ffffff1a;box-shadow:none;left:0;padding:0;position:fixed;right:0;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1000}.navbar-container{align-items:center;display:flex;height:80px;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#388e3c;border-bottom:1px solid #0000001a;box-shadow:0 8px 40px #0000001a;transform:translateY(0)}.navbar.scrolled .contact-item:hover{background:#0000001a}.navbar.scrolled .hamburger span{background:#333}.navbar-solid{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#4caf50f2!important;box-shadow:0 8px 40px #0003}.navbar-logo{cursor:pointer;position:relative;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.logo-container{align-items:center;display:flex;position:relative}.logo-image{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));height:70px;transition:all .3s ease}.logo-glow{background:radial-gradient(circle,#4caf504d 0,#0000 70%);border-radius:50%;height:80px;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease;width:80px}.navbar-logo:hover .logo-glow{opacity:1}.navbar-links{align-items:center;display:flex;gap:.5rem;list-style:none;margin:0;padding:0}.navbar-links li{position:relative}.navbar-links li a{align-items:center;background:#0000;border-radius:12px;color:#fff;display:flex;font-size:1rem;font-weight:600;gap:.5rem;overflow:hidden;padding:.75rem 1.25rem;position:relative;text-decoration:none;text-shadow:0 1px 2px #0000004d;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar-links li a:before{background:linear-gradient(135deg,#4caf5033,#4caf501a);content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);transition:transform .3s ease;width:100%;z-index:-1}.navbar-links li a:hover:before,.navbar-links li.active a:before{transform:translateX(0)}.navbar-links li a:hover,.navbar-links li.active a{box-shadow:0 4px 12px #4caf5033;color:#fff;transform:translateY(-2px)}.navbar-links li a i{font-size:1.1rem;transition:transform .3s ease}.navbar-links li a:hover i,.navbar-links li.active a i{transform:scale(1.1)}.navbar-links li a[href="/admin"]{background:#4caf501a;border:1px solid #4caf504d}.navbar-links li a[href="/admin"]:hover{background:#4caf5033;border-color:#4caf5080}.navbar-links li.active a[href="/admin"]{background:#4caf5033;border-color:#4caf5099}.navbar-right{gap:1.5rem}.contact-info,.navbar-right{align-items:center;display:flex}.contact-info{gap:1rem}.contact-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;color:#fff;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.contact-item:hover{background:#ffffff26;transform:translateY(-1px)}.contact-item i{color:#4caf50;font-size:1rem}.language-switcher{background:#fff;border-radius:20px;box-shadow:0 2px 8px #388e3c14;display:flex;gap:.5rem;padding:2px 4px}.language-switcher button{background:#0000;border:none;border-radius:16px;color:#388e3c;cursor:pointer;font-size:1rem;font-weight:600;padding:.3rem 1.1rem;transition:background .2s,color .2s}.language-switcher button.active,.language-switcher button:focus{background:#388e3c;color:#fff}.mobile-menu-btn{background:none;border:none;color:#fff;cursor:pointer;display:none;padding:.5rem;position:relative;z-index:1001}.hamburger{display:flex;flex-direction:column;height:20px;justify-content:space-between;position:relative;width:24px}.hamburger span{background:#fff;border-radius:2px;display:block;height:2px;transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.hamburger.active span:first-child{transform:translateY(9px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:scale(0)}.hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media (max-width:1024px){.contact-info,.navbar-right .language-switcher{display:none}}@media (max-width:768px){.navbar-container{padding:0 1rem}.mobile-menu-btn{display:block}.navbar-links{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#4caf50fa;border-left:1px solid #ffffff1a;box-shadow:-10px 0 30px #0000004d;flex-direction:column;gap:1rem;height:100vh;justify-content:center;position:fixed;right:-100%;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);width:80%}.navbar-links.active{padding-top:44px;right:0}.navbar-links li{text-align:center;width:100%}.navbar-links li a{border-bottom:1px solid #ffffff1a;border-radius:0;font-size:1.1rem;justify-content:center;padding:1rem;width:100%}.navbar-links li a:hover{background:#4caf501a;transform:none}.mobile-language-switcher{border-top:2px solid #fff3;margin-top:2rem;padding:1rem;width:100%}.mobile-admin-link{border-top:1px solid #ffffff1a;margin-top:1rem;padding:1rem;width:100%}.mobile-admin-link a{align-items:center;background:#4caf501a;border-radius:8px;color:#4caf50;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.5rem;transition:all .3s ease}.mobile-admin-link a:hover{background:#4caf5033;transform:translateY(-1px)}.mobile-admin-link i{color:#4caf50;font-size:1.2rem}.navbar-links li a[href="/admin"]{background:#4caf501a;border:1px solid #4caf504d}.navbar-links li a[href="/admin"]:hover{background:#4caf5033;border-color:#4caf5080}.navbar-links li.active a[href="/admin"]{background:#4caf5033;border-color:#4caf5099}.mobile-language-container{align-items:center;color:#fff;display:flex;flex-direction:column;gap:1rem}.mobile-language-container i{color:#4caf50;font-size:1.5rem}.mobile-language-container span{font-size:1.1rem;font-weight:600}.mobile-language-container .language-switcher{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff4d}.mobile-language-container .language-switcher button{color:#fff;font-weight:500}.mobile-language-container .language-switcher button.active{background:#4caf50;color:#fff}.navbar-right .language-switcher{display:none}.mobile-language-switcher{display:block}.mobile-contact-info{border-top:1px solid #ffffff1a;margin-top:1rem;padding:1rem;text-align:center;width:100%}.mobile-contact-info .contact-item{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;color:#fff;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem}.mobile-contact-info .contact-item i{color:#4caf50;font-size:1.1rem}}@media (max-width:480px){.navbar-links{width:100%}.logo-image{height:60px}.mobile-language-container{padding:.5rem}.mobile-language-container span{font-size:1rem}.mobile-admin-link{padding:.5rem}.mobile-admin-link a{font-size:1rem}.mobile-contact-info{padding:.5rem}.mobile-contact-info .contact-item{font-size:.9rem;padding:.5rem 1rem}}.footer{background:linear-gradient(135deg,#2e7d32,#388e3c 50%,#4caf50);color:#fff;margin-top:4rem;padding:3rem 0 1rem;position:relative}.footer:before{background:linear-gradient(90deg,#4caf50,#8bc34a,#4caf50);content:"";height:4px;left:0;position:absolute;right:0;top:0}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:0 2rem}.footer-section{margin-bottom:2rem}.footer-section h3{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;position:relative}.footer-section h3:after{background:#8bc34a;bottom:0;content:"";height:2px;left:0;position:absolute;width:50px}.footer-section p{color:#e8f5e8;line-height:1.6;margin-bottom:1rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#e8f5e8;display:inline-block;position:relative;text-decoration:none;transition:all .3s ease}.footer-links a:before{content:"→";margin-right:.5rem;opacity:0;transition:all .3s ease}.footer-links a:hover{color:#8bc34a;transform:translateX(5px)}.footer-links a:hover:before{opacity:1}.contact-info{list-style:none;margin:0;padding:0}.contact-info li{align-items:center;color:#e8f5e8;display:flex;margin-bottom:1rem}.contact-info i{color:#8bc34a;margin-right:.8rem;text-align:center;width:20px}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;color:#fff;display:inline-flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-links a:hover{background:#8bc34a;box-shadow:0 5px 15px #8bc34a4d;transform:translateY(-3px)}.footer-bottom{border-top:1px solid #ffffff1a;color:#e8f5e8;margin-top:2rem;padding-top:2rem;text-align:center}.footer-bottom p{font-size:.9rem;margin:0}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{gap:1.5rem;grid-template-columns:1fr;padding:0 1rem}.footer-section{text-align:center}.footer-section h3:after{left:50%;transform:translateX(-50%)}.social-links{justify-content:center}}@media (max-width:480px){.footer{padding:1.5rem 0 1rem}.footer-content{padding:0 .5rem}}.home-container{opacity:0;text-align:center;transform:translateY(20px);transition:all .8s ease-out}.home-container.visible{opacity:1;transform:translateY(0)}.products-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem}.product-card{align-items:center;border-radius:10px;box-shadow:0 2px 8px #00000014;padding:1rem;transition:box-shadow .2s;width:250px}.product-card:hover{box-shadow:0 4px 16px #0000001f}.product-image-link{cursor:pointer;display:block;width:100%}.product-card img{border-radius:8px;height:100%;object-fit:cover;transition:transform .2s;width:100%}.product-card img:hover{transform:scale(1.05)}.product-title-link{color:inherit;margin:1rem 0 .5rem;text-decoration:none}.product-title-link:hover{color:#388e3c}.product-card h2{color:#333;margin:1rem 0 .5rem}.product-description{font-size:.9rem;margin:.5rem 0}.product-price{margin:.5rem 0}.order-link{background:#388e3c;border-radius:5px;color:#fff;margin-top:1rem;padding:.5rem 1.5rem;text-decoration:none;transition:background .2s}.order-link:hover{background:#2e7031}.hero-section{background:linear-gradient(135deg,#4caf50,#66bb6a 50%,#81c784);height:100vh;overflow:hidden;position:relative;width:100%}.hero-bg-video{height:100%;left:0;object-fit:cover;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.hero-slider{height:100%;position:relative;width:100%;z-index:1}.hero-slide{align-items:center;background:linear-gradient(135deg,#2e7d32e6,#388e3ce6 50%,#4caf50e6);display:flex;height:100%;justify-content:space-between;left:0;opacity:0;padding:0 5%;position:absolute;top:0;transition:opacity .8s ease;width:100%}.hero-slide.active{opacity:1}.hero-content{animation:slideInLeft 1s ease-out;color:#fff;flex:1 1;max-width:600px;padding:2rem;text-align:center}.hero-title{-webkit-text-fill-color:#0000;animation:fadeInUp 1s ease-out .3s both;background:linear-gradient(135deg,#fff,#e3f2fd);-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 4px 8px #0000004d}.hero-subtitle{animation:fadeInUp 1s ease-out .6s both;color:#e3f2fd;font-size:1.5rem;font-weight:500;margin-bottom:2.5rem;opacity:.95}.hero-buttons{animation:fadeInUp 1s ease-out .9s both;display:flex;gap:1rem}.cta-button{overflow:hidden;position:relative}.cta-button.primary{background:linear-gradient(135deg,#1a237e,#0d47a1);box-shadow:0 4px 15px #1a237e66;color:#fff}.cta-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.cta-button.primary:hover{background:linear-gradient(135deg,#0d47a1,#1565c0);box-shadow:0 8px 25px #1a237e99;transform:translateY(-3px)}.cta-button.secondary:hover{background:#fff;color:#388e3c}.hero-image{align-items:center;animation:slideInRight 1s ease-out .6s both;display:flex;flex:1 1;justify-content:center;z-index:1}.image-placeholder{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:3px solid #fff3}.image-placeholder i{color:#fffc}.hero-dots{bottom:2rem;display:flex;gap:1rem;left:50%;position:absolute;transform:translateX(-50%);z-index:3}.dot{background:#ffffff80;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.dot.active{background:#fff;transform:scale(1.2)}.dot:hover{background:#fffc}.features-section{background:#f8f9fa;padding:80px 0}.container{padding:0 20px}.section-title{color:#333;font-weight:700}.section-title:after{background:#388e3c;border-radius:2px;height:4px}.feature-card{background:#fff;box-shadow:0 5px 20px #0000001a;overflow:hidden;padding:2rem;position:relative}.feature-card:before{background:linear-gradient(90deg,#388e3c,#4caf50);content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transition:transform .3s ease;width:100%}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{box-shadow:0 15px 30px #00000026;transform:translateY(-10px)}.feature-icon{background:linear-gradient(135deg,#388e3c,#4caf50);font-size:2rem;height:80px;width:80px}.feature-card h3{color:#333;font-size:1.5rem}.products-preview{background:#f1f8f4;border-radius:18px;box-shadow:0 8px 32px #388e3c14;margin:2rem 0;padding:3rem 0 2rem}.products-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin-top:2rem}.product-card{align-items:stretch;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.product-image{background:#e8f5e9;position:relative}.product-image img{border-radius:8px 8px 0 0;object-fit:cover;transition:transform .2s}.product-card:hover .product-image img{transform:scale(1.05)}.product-overlay{background:#388e3c21;flex-direction:column;gap:1rem;transition:opacity .3s;z-index:2}.details-btn,.order-btn{background:linear-gradient(90deg,#43a047,#388e3c);border:none;border-radius:30px;box-shadow:0 2px 8px #388e3c1a;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;padding:.7rem 1.7rem;text-decoration:none;transition:background .2s,transform .2s}.details-btn:hover,.order-btn:hover{background:linear-gradient(90deg,#388e3c,#2e7d32);transform:scale(1.04)}.details-btn{background:linear-gradient(90deg,#e8f5e9,#a5d6a7);border:2px solid #388e3c;color:#388e3c;margin-top:.2rem}.details-btn:hover{background:linear-gradient(90deg,#388e3c,#2e7d32);border-color:#2e7d32;color:#fff}.product-info h3{color:#2e7d32;font-size:1.15rem;font-weight:700}.product-price{font-size:1.1rem}.view-all-container{text-align:center}.view-all-btn{background:linear-gradient(90deg,#43a047,#388e3c);border:none;border-radius:50px;box-shadow:0 4px 18px #388e3c21;color:#fff;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:700;margin-top:2rem;padding:.8rem 2.2rem;text-decoration:none;transition:background .2s,transform .2s}.view-all-btn:hover{background:linear-gradient(90deg,#388e3c,#2e7d32);transform:translateY(-2px) scale(1.04)}.stats-section{background:linear-gradient(135deg,#388e3c,#2e7031);color:#fff;padding:80px 0}.stat-item{text-align:center}.stat-number{animation:countUp 2s ease-out}.cta-section{background:#f8f9fa;padding:80px 0}.cta-content h2{color:#333;font-weight:700}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.image-placeholder{height:350px;width:350px}.image-placeholder i{font-size:6rem}}@media (max-width:768px){.hero-section{height:100vh;margin-top:-70px}.hero-slide{flex-direction:column;justify-content:center;padding:0!important;text-align:center}.hero-content{margin-bottom:2rem;max-width:100%}.hero-image{display:none}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{align-items:center;flex-direction:column}.cta-button{text-align:center;width:200px}.image-placeholder{height:250px;width:250px}.image-placeholder i{font-size:4rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.image-placeholder{height:200px;width:200px}.image-placeholder i{font-size:3rem}.hero-dots{bottom:1rem}}.customers-section{background:#fff;padding:5rem 0}.customers-slider,.customers-slider-container{overflow:hidden;position:relative}.customers-slider-track{display:flex;width:100%}.customers-slide{flex-shrink:0;min-width:100%}.customers-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);padding:0 1rem}.customers-dots{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:2rem}.customer-dot{background:#ddd;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.customer-dot.active{background:#388e3c;transform:scale(1.2)}.customer-dot:hover{background:#2e7d32}.customer-card{animation:fadeInUp 1s ease-out;background:#f8f9fa;border-radius:15px;box-shadow:0 5px 15px #0000001a;display:flex;flex-direction:column;height:300px;justify-content:space-between;padding:2rem;text-align:center;transition:all .3s ease}.customer-card:hover{background:#e8f5e8;box-shadow:0 10px 25px #388e3c33;transform:translateY(-5px)}.customer-image{align-items:center;background:#fff;border-radius:50%;box-shadow:0 5px 15px #0000001a;display:flex;height:120px;justify-content:center;margin:0 auto 1.5rem;overflow:hidden;width:120px}.customer-image img{height:100%;object-fit:cover;width:100%}.customer-info h3{color:#2e7d32;font-size:1.3rem;font-weight:600;white-space:nowrap}.customer-info h3,.customer-info p{margin-bottom:1rem;overflow:hidden;text-overflow:ellipsis}.customer-info p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#666;display:-webkit-box;flex-grow:1;line-height:1.6}.customer-link{background:#388e3c;border-radius:25px;color:#fff;display:inline-block;font-size:.9rem;font-weight:500;margin-top:auto;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.customer-link:hover{background:#2e7d32;box-shadow:0 5px 15px #388e3c4d;transform:translateY(-2px)}.no-customers{background:#f8f9fa;border:2px dashed #ddd;border-radius:15px;padding:3rem;text-align:center}.no-customers-icon{align-items:center;background:#e0e0e0;border-radius:50%;color:#999;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.no-customers h3{color:#666;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.no-customers p{color:#888;line-height:1.6}@media (max-width:1024px){.customers-grid{grid-template-columns:repeat(2,1fr)}.customer-card{height:280px}}@media (max-width:768px){.customers-grid{grid-template-columns:repeat(2,1fr)}.customer-card{height:260px;padding:1.5rem}.customer-image{height:100px;width:100px}}@media (max-width:480px){.customers-section{padding:3rem 0}.customers-grid{gap:1rem;grid-template-columns:1fr}.customer-card{height:240px;padding:1rem}.customer-image{height:80px;width:80px}.customers-dots{margin-top:1.5rem}}@media (max-width:360px){.customers-grid{gap:.5rem;grid-template-columns:1fr}.customer-card{height:220px;padding:.8rem}.customer-image{height:60px;width:60px}}.footer{left:0;right:0;width:100%}::-webkit-scrollbar{background:#e8f5e9;width:12px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#388e3c,#4caf50);border:2px solid #e8f5e9;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#2e7d32,#388e3c)}::-webkit-scrollbar-corner{background:#e8f5e9}html{scrollbar-color:#388e3c #e8f5e9;scrollbar-width:thin}.product-card.simple-card{max-width:300px;min-width:260px;padding:.7rem .7rem 1.4rem}.product-card.simple-card .product-image{height:180px}.card-actions{display:flex;flex-direction:row;gap:.7rem;justify-content:center;margin-top:.7rem}.product-card.simple-card .order-btn{flex:1 1;min-width:0}.product-card.simple-card .details-btn{background:linear-gradient(90deg,#e8f5e9,#a5d6a7);border:2px solid #388e3c;border-radius:30px;box-shadow:0 2px 8px #388e3c12;color:#388e3c;cursor:pointer;display:inline-block;flex:1 1;font-size:1rem;font-weight:700;margin:0;min-width:0;padding:.7rem 0;text-decoration:none;transition:background .2s,color .2s,border .2s,transform .2s}.product-card.simple-card .details-btn:hover{background:linear-gradient(90deg,#388e3c,#2e7d32);border-color:#2e7d32;color:#fff;transform:scale(1.04)}.about-container{opacity:0;transform:translateY(30px);transition:all .8s ease-out}.about-container.visible{opacity:1;transform:translateY(0)}.about-hero{background:linear-gradient(135deg,#2e7d32,#388e3c 50%,#4caf50);color:#fff;overflow:hidden;padding:120px 0 80px;position:relative;text-align:center}.about-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.story-section{background:#fff;padding:5rem 0}.story-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.story-content h2{color:#2e7d32;font-size:2.5rem;font-weight:600;margin-bottom:2rem}.story-content p{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.image-placeholder,.story-image{align-items:center;display:flex;justify-content:center}.image-placeholder{animation:float 6s ease-in-out infinite;background:linear-gradient(135deg,#e8f5e8,#c8e6c9);border-radius:50%;box-shadow:0 20px 40px #388e3c33;height:400px;width:400px}.image-placeholder i{color:#388e3c;font-size:8rem}.mission-vision-section{background:#f8f9fa;padding:5rem 0}.mission-vision-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.mission-card,.vision-card{animation:slideInUp 1s ease-out;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:3rem;text-align:center;transition:all .3s ease}.mission-card:hover,.vision-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.card-icon{align-items:center;background:linear-gradient(135deg,#388e3c,#4caf50);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}.mission-card h3,.vision-card h3{color:#2e7d32;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.mission-card p,.vision-card p{color:#666;font-size:1.1rem;line-height:1.6}.values-section{background:#fff;padding:5rem 0}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.value-card{animation:fadeInUp 1s ease-out;background:#f8f9fa;border-radius:15px;padding:2.5rem;text-align:center;transition:all .3s ease}.value-card:hover{background:#e8f5e8;box-shadow:0 10px 25px #388e3c33;transform:translateY(-5px)}.value-icon{align-items:center;background:#388e3c;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:70px;justify-content:center;margin:0 auto 1.5rem;width:70px}.value-card h3{color:#2e7d32;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.value-card p{color:#666;line-height:1.6}.team-section{background:#f8f9fa;padding:5rem 0}.section-subtitle{color:#666;font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.team-member{animation:slideInUp 1s ease-out;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2.5rem;text-align:center;transition:all .3s ease}.team-member:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-5px)}.member-avatar{align-items:center;background:linear-gradient(135deg,#388e3c,#4caf50);border-radius:50%;color:#fff;display:flex;font-size:2.5rem;height:100px;justify-content:center;margin:0 auto 1.5rem;width:100px}.team-member h3{color:#2e7d32;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.team-member p{color:#666;font-weight:500;margin-bottom:.5rem}.member-role{color:#888!important;font-size:.9rem;font-style:italic}.about-stats-section{background:linear-gradient(135deg,#2e7d32,#388e3c 50%,#4caf50);color:#fff;padding:5rem 0}.stats-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));text-align:center}.stat-item{animation:fadeInUp 1s ease-out}.stat-number{color:#fff;font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1.1rem;opacity:.9}.about-cta-section{background:#fff;padding:5rem 0}.cta-content{margin:0 auto;max-width:600px;text-align:center}.cta-content h2{color:#2e7d32;font-size:2.5rem;font-weight:600;margin-bottom:1rem}.cta-content p{color:#666;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-button{border-radius:50px;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button.primary,.cta-button.secondary{background:#fff;border:solid #388e3c;color:#388e3c}.cta-button:hover{box-shadow:0 8px 25px #0003;transform:translateY(-3px)}.cta-button.primary:hover,.cta-button.secondary:hover{background:#388e3c;color:#fff}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:1024px){.mission-vision-grid,.story-grid{gap:3rem}.image-placeholder{height:350px;width:350px}.image-placeholder i{font-size:6rem}}@media (max-width:768px){.about-hero{padding:100px 0 60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.mission-vision-grid,.story-grid{gap:2rem;grid-template-columns:1fr}.story-content h2{font-size:2rem}.image-placeholder{height:250px;width:250px}.image-placeholder i{font-size:4rem}.cta-buttons{align-items:center;flex-direction:column}.cta-button{text-align:center;width:200px}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.container{padding:0 1rem}.mission-card,.team-member,.value-card,.vision-card{padding:2rem}}.contact-container{opacity:0}.contact-container.visible{opacity:1}.contact-hero{background:linear-gradient(135deg,#2e7d32,#388e3c 50%,#4caf50);color:#fff;overflow:hidden;padding:120px 0 80px;position:relative;text-align:center}.contact-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.contact-content{background:#f8f9fa;padding:4rem 0}.contact-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-form-section,.contact-info-section{animation:slideInUp 1s ease-out;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:3rem}.contact-form-section h2,.contact-info-section h2{color:#2e7d32;font-size:2rem;font-weight:600;margin-bottom:1rem}.contact-form-section p,.contact-info-section p{color:#666;line-height:1.6;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact-method{align-items:center;background:#f8f9fa;border-radius:10px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.contact-method:hover{background:#e8f5e8;transform:translateX(5px)}.method-icon{align-items:center;background:#388e3c;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;height:50px;justify-content:center;width:50px}.method-content h3{color:#2e7d32;font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.method-content p{color:#666;font-size:.95rem;margin:0}.social-links h3{color:#2e7d32;font-size:1.3rem;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icon{align-items:center;background:#388e3c;border-radius:50%;color:#fff;display:flex;font-size:1.1rem;height:45px;justify-content:center;text-decoration:none;transition:all .3s ease;width:45px}.social-icon:hover{background:#2e7d32;box-shadow:0 5px 15px #2e7d324d;transform:translateY(-3px)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-size:.95rem}.form-group input,.form-group textarea{background:#fff;padding:1rem;transition:all .3s ease}.form-group textarea{min-height:120px}.submit-btn{align-items:center;background:linear-gradient(135deg,#388e3c,#4caf50);border-radius:50px;display:flex;gap:.5rem;justify-content:center;transition:all .3s ease}.submit-btn:hover:not(:disabled){box-shadow:0 8px 25px #388e3c4d;transform:translateY(-2px)}.submit-btn.loading{background:#666}.error-message,.success-message{align-items:center;border-radius:8px;display:flex;font-weight:500;gap:.5rem;margin-top:1rem;padding:1rem}.success-message{background:#e8f5e8;border:1px solid #4caf50;color:#2e7d32}@media (max-width:1024px){.contact-grid{gap:3rem}.contact-form-section,.contact-info-section{padding:2.5rem}}@media (max-width:768px){.contact-hero{padding:100px 0 60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.contact-grid{gap:2rem;grid-template-columns:1fr}.contact-form-section,.contact-info-section{padding:2rem}.contact-method{flex-direction:column;gap:.8rem;text-align:center}.social-icons{justify-content:center}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.contact-form-section,.contact-info-section{padding:1.5rem}.container{padding:0 1rem}}.products-container{margin:0 auto;min-height:100vh}.contact-hero,.products-header,.products-hero{background:linear-gradient(135deg,#2e7d32,#388e3c 50%,#4caf50);box-shadow:0 10px 30px #388e3c1a;color:#fff;margin-bottom:3rem;overflow:hidden;padding:4.5rem 0 4rem;position:relative;text-align:center}.contact-hero:before,.products-header:before,.products-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,0.08)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.18;position:absolute;right:0;top:0;z-index:1}.contact-hero .hero-content,.products-header .hero-content,.products-hero .hero-content{margin:0 auto;max-width:800px;padding:0 2rem;position:relative;z-index:2}.hero-title,.products-title{color:#fff;font-size:3.2rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 8px #2e7d322e}.hero-subtitle,.products-subtitle{color:#e8f5e9;font-size:1.25rem;line-height:1.7;margin:0 auto 2rem;max-width:600px;opacity:.95}.hero-shop-btn{background:linear-gradient(90deg,#43a047,#388e3c);border:none;border-radius:50px;box-shadow:0 4px 18px #388e3c21;color:#fff;cursor:pointer;display:inline-block;font-size:1.15rem;font-weight:700;margin-top:1.5rem;padding:.9rem 2.2rem;text-decoration:none;transition:background .2s,transform .2s}.hero-shop-btn:hover{background:linear-gradient(90deg,#388e3c,#2e7d32);transform:translateY(-2px) scale(1.04)}.products-filters{background:#f1f8f4;border:1px solid #c8e6c9;border-radius:15px;box-shadow:0 5px 20px #388e3c14;margin:0 5rem 2rem;padding:2rem}.search-section{margin-bottom:2rem}.search-box{margin:0 auto;max-width:500px;position:relative}.search-icon{color:#388e3c;font-size:1.1rem;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.search-input{background:#f9fff9;border:2px solid #c8e6c9;border-radius:25px;font-size:1rem;padding:1rem 1rem 1rem 3rem;transition:all .3s ease;width:100%}.search-input:focus{background:#fff;border-color:#388e3c;box-shadow:0 0 0 3px #388e3c1a;outline:none}.filters-section{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.filter-label{color:#388e3c;font-size:.9rem;font-weight:600}.filter-select{background:#fff;border:2px solid #c8e6c9;border-radius:8px;cursor:pointer;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease}.filter-select:focus{border-color:#388e3c;box-shadow:0 0 0 3px #388e3c1a;outline:none}.products-results{margin:0 5rem}.results-info{background:#f8f9fa;border-radius:8px;color:#666;font-size:.9rem;margin-bottom:2rem;padding:1rem;text-align:center}.product-card{background:#fff;border:1.5px solid #c8e6c9;border-radius:15px;box-shadow:0 5px 20px #388e3c1a;overflow:hidden;position:relative;transition:all .3s}.product-card:hover{border-color:#388e3c;box-shadow:0 15px 40px #388e3c2e;transform:translateY(-5px) scale(1.03)}.product-image-container{background:#f8f9fa;overflow:hidden;position:relative}.product-image{height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.view-details-btn{background:linear-gradient(90deg,#43a047,#388e3c);border:none;border-radius:25px;box-shadow:0 2px 8px #388e3c1a;color:#fff;font-weight:700;padding:.75rem 1.5rem;text-decoration:none;transition:background .2s,transform .2s}.view-details-btn:hover{background:linear-gradient(90deg,#388e3c,#2e7d32);transform:scale(1.04)}.product-info{align-items:center;display:flex;flex-direction:column;padding:1.5rem}.product-name{color:#333;font-size:1.3rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.product-category{font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:.75rem;text-transform:uppercase}.product-description{font-size:.95rem;line-height:1.5;white-space:pre-line;word-break:break-word}.product-price-section{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.product-price{color:#2e7d32;font-size:1.4rem}.product-stock{background:#f8f9fa;border-radius:15px;font-size:.85rem;padding:.25rem .75rem}.product-min-quantity{margin-bottom:1rem}.min-quantity-label{background:#fff5f5;border-radius:15px;color:#ff6b6b;font-size:.85rem;padding:.25rem .75rem}.order-btn{border:none;border-radius:8px;cursor:pointer;display:block;font-weight:700;padding:.75rem;text-align:center;text-decoration:none;transition:background .2s,transform .2s}.no-products{background:#fff;border-radius:15px;box-shadow:0 5px 20px #00000014;padding:4rem 2rem;text-align:center}.no-products-icon{color:#ccc;font-size:4rem;margin-bottom:1rem}.no-products h3{color:#666;font-size:1.5rem;margin-bottom:1rem}.no-products p{color:#999;font-size:1rem}.loading-spinner{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#388e3c;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pagination{background:#fff;border-radius:15px;box-shadow:0 5px 20px #00000014;margin:3rem 5rem 0;padding:2rem}.pagination-btn{align-items:center;border:2px solid #c8e6c9;border-radius:8px;color:#388e3c;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.pagination-btn:hover:not(:disabled){background:#388e3c;border-color:#388e3c;color:#fff;transform:translateY(-2px)}.pagination-numbers{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.pagination-number{align-items:center;background:#fff;border:2px solid #c8e6c9;border-radius:8px;color:#388e3c;cursor:pointer;display:flex;font-weight:600;height:40px;justify-content:center;transition:all .3s ease;width:40px}.pagination-number.active,.pagination-number:hover{background:#388e3c;border-color:#388e3c;color:#fff}@media (max-width:768px){.search-input{background:#f9fff9;border:2px solid #c8e6c9;border-radius:25px;font-size:1rem;padding:1rem 1rem 1rem 3rem;transition:all .3s ease;width:68%}.products-filters{background:#f1f8f4;border:1px solid #c8e6c9;border-radius:15px;box-shadow:0 5px 20px #388e3c14;margin:0 1rem 2rem;padding:2rem}.product-card{width:auto}.products-results{margin:0 1rem}.hero-title,.products-title{font-size:2.1rem}.hero-subtitle,.products-subtitle{font-size:1rem}.contact-hero,.products-header,.products-hero{padding:4.5rem 0}.products-filters{padding:1.5rem}.filters-section{flex-direction:column;gap:1rem}.filter-group{min-width:100%}.pagination{flex-direction:column;gap:1rem}.pagination-numbers{order:-1}}@media (max-width:480px){.products-grid{grid-template-columns:1fr}.product-card{margin:0}}[dir=rtl] .search-icon{left:auto;right:1rem}[dir=rtl] .search-input{padding:1rem 3rem 1rem 1rem}[dir=rtl] .pagination-btn,[dir=rtl] .product-price-section{flex-direction:row-reverse}.order-success-container{align-items:center;background:#f1f8f4;border-radius:18px;box-shadow:0 8px 32px #388e3c14;display:flex;flex-direction:column;justify-content:center;margin:3rem auto;max-width:500px;min-height:90vh;padding:3rem 1.5rem}.success-icon{font-size:4.5rem;margin-bottom:1.2rem}.success-title{color:#2e7d32;font-size:2.1rem;font-weight:800;margin-bottom:.7rem;text-align:center}.success-message{color:#388e3c;font-size:1.15rem;margin-bottom:1.5rem;text-align:center}.order-id-box{align-items:center;background:#e8f5e9;border-radius:12px;color:#388e3c;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;justify-content:center;margin-bottom:2rem;padding:.7rem 1.5rem}.order-id-label{color:#2e7d32;font-weight:700}.order-id-value{color:#388e3c;font-size:1.2rem;font-weight:800}.track-order-btn{background:linear-gradient(90deg,#43a047,#388e3c);border:none;border-radius:50px;box-shadow:0 4px 18px #388e3c21;color:#fff;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:700;padding:.9rem 2.2rem;text-decoration:none;transition:background .2s,transform .2s}.track-order-btn:hover{background:linear-gradient(90deg,#388e3c,#2e7d32);transform:translateY(-2px) scale(1.04)}@media (max-width:600px){.order-success-container{margin:1.5rem auto;padding:2rem .5rem}.success-title{font-size:1.3rem}.success-icon{font-size:3rem}}.product-details-container{background:#f1f8f4;border-radius:18px;box-shadow:0 8px 32px #388e3c14;margin:100px auto 0;max-width:1200px;padding:2.5rem 1.5rem 3rem}.product-details-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.product-image-section{position:relative;text-align:center}.product-detail-image{background:#fff;border-radius:14px;box-shadow:0 8px 32px #388e3c21;height:340px;margin-bottom:.7rem;max-width:100%;object-fit:contain}.product-gallery-hint{color:#388e3c;font-size:.95rem;margin-top:.2rem;opacity:.7}.product-info-section{align-items:center;background:#fff;border-radius:14px;box-shadow:0 4px 16px #388e3c12;display:flex;flex-direction:column;justify-content:center;padding:1.5rem 1rem 1rem}.product-title{color:#2e7d32;font-size:2.2rem;font-weight:800;margin-bottom:.7rem}.product-badges{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:1rem}.badge{background:#e8f5e9;border:1.5px solid #388e3c;border-radius:30px;color:#388e3c;display:inline-block;font-size:.95rem;font-weight:700;letter-spacing:.5px;padding:.35em 1em}.badge.out-of-stock{background:#ffebee;border-color:#c62828;color:#c62828}.badge.new{background:#c8e6c9;border-color:#2e7d32;color:#2e7d32}.badge.best-seller{background:#fffde7;border-color:#fbc02d;color:#fbc02d}.product-price{font-size:1.7rem;margin-bottom:.7rem}.product-category{color:#388e3c;font-size:1.1rem}.product-category,.product-price-section{margin-bottom:.5rem}.product-stock{color:#388e3c;font-size:1.05rem;font-weight:600}.product-min-quantity{margin-bottom:1.2rem}.min-quantity-label{background:#e8f5e9;border-radius:20px;color:#2e7d32;display:inline-block;font-size:1rem;font-weight:600;padding:.25rem .9rem}.product-description{background:#f1f8f4;border-radius:10px;margin:2rem 0 1.2rem;padding:1.2rem 1rem}.product-description h3{color:#2e7d32;font-size:1.15rem;font-weight:700;margin-bottom:.7rem}.product-description p{color:#555;font-size:1.05rem;line-height:1.7}.product-marketing{background:#e8f5e9;border-radius:8px;color:#388e3c;font-size:1.08rem;font-weight:600;margin-top:1.2rem;padding:.7rem 1rem;text-align:center}.product-actions{display:flex;gap:1.2rem;margin-top:2rem}.back-btn,.order-btn{border:none;border-radius:30px;display:inline-block;font-size:1.08rem;font-weight:700;outline:none;padding:.85rem 2.1rem;text-decoration:none;transition:all .2s}.order-btn{background:linear-gradient(90deg,#43a047,#388e3c);box-shadow:0 2px 8px #388e3c1a;color:#fff}.order-btn:hover{background:linear-gradient(90deg,#388e3c,#2e7d32);color:#fff;transform:scale(1.04)}.order-btn.disabled,.order-btn[aria-disabled=true]{background:#bdbdbd;color:#fff;cursor:not-allowed;opacity:.7;pointer-events:none}.back-btn{background:#e8f5e9;border:2px solid #388e3c;color:#388e3c}.back-btn:hover{background:#388e3c;border-color:#2e7d32;color:#fff;transform:scale(1.04)}.loading-spinner{color:#388e3c}.loading-spinner,.not-found{font-size:1.3rem;padding:3rem 0}.not-found{color:#c62828;text-align:center}@media (max-width:900px){.product-details-content{gap:2rem;grid-template-columns:1fr}}@media (max-width:600px){.product-details-container{padding:1rem .2rem 2rem}.product-info-section{padding:1rem .3rem .7rem}.product-detail-image{height:200px}.product-description{padding:.7rem .5rem}.product-actions{flex-direction:column;gap:.7rem}}.order-container{margin:0 auto;max-width:1200px;padding:2rem}.order-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.product-summary{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;padding:2rem}.product-summary h2{border-bottom:2px solid #388e3c;color:#333;margin-bottom:1.5rem;padding-bottom:.5rem}.product-details{display:flex;flex-direction:column;gap:1rem}.product-image{border-radius:8px;display:block;height:auto;margin:0 auto;max-width:300px;width:100%}.product-info h3{color:#333;font-size:1.5rem;margin:1rem 0 .5rem}.product-description{color:#666;line-height:1.6;margin-bottom:1rem}.product-price{color:#388e3c;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.product-stock{color:#666;font-size:.9rem}.product-min-quantity{color:#d32f2f;font-size:.9rem;font-weight:600}.order-form-section{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;padding:2rem}.order-form-section h2{border-bottom:2px solid #388e3c;color:#333;margin-bottom:1.5rem;padding-bottom:.5rem}.order-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:5px;padding:12px;transition:border-color .2s}.order-total{background:#f8f9fa;border-radius:8px;margin:1rem 0;padding:1.5rem}.order-total h3{color:#333;margin-bottom:1rem}.total-breakdown{display:flex;flex-direction:column;gap:.5rem}.total-breakdown p{color:#666;margin:0}.total-amount{border-top:1px solid #ddd;color:#388e3c!important;font-size:1.2rem;font-weight:700;margin-top:.5rem;padding-top:.5rem}.submit-btn{border-radius:5px;font-size:1.1rem;margin-top:1rem;padding:1rem 2rem;transition:background .2s}.submit-btn:hover:not(:disabled){background:#2e7031}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.error,.loading{font-size:1.2rem;padding:2rem;text-align:center}.loading{color:#666}.error{color:#d32f2f}@media (max-width:768px){.order-content{gap:2rem;grid-template-columns:1fr}.order-container{padding:1rem}.order-form-section,.product-summary{padding:1.5rem}}.track-order-container{opacity:0;transform:translateY(30px);transition:all .8s ease-out}.track-order-container.visible{opacity:1;transform:translateY(0)}.track-hero{background:linear-gradient(135deg,#2e7d32,#388e3c 50%,#4caf50);color:#fff;overflow:hidden;padding:120px 0 80px;position:relative;text-align:center}.track-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.tracking-section{background:#f8f9fa;padding:4rem 0}.tracking-card{animation:slideInUp 1s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;margin:0 auto;max-width:800px;padding:3rem}.tracking-header{margin-bottom:3rem;text-align:center}.tracking-icon{align-items:center;background:linear-gradient(135deg,#388e3c,#4caf50);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.tracking-header h2{color:#2e7d32;font-size:2rem;font-weight:600;margin-bottom:1rem}.tracking-header p{color:#666;font-size:1.1rem;line-height:1.6}.tracking-form{margin-bottom:2rem}.input-group{align-items:stretch;display:flex;gap:1rem}.input-group input{background:#fff;border:2px solid #e0e0e0;border-radius:50px;flex:1 1;font-size:1.1rem;padding:1rem 1.5rem;transition:all .3s ease}.input-group input:focus{border-color:#388e3c;box-shadow:0 0 0 3px #388e3c1a;outline:none}.track-btn{align-items:center;background:linear-gradient(135deg,#388e3c,#4caf50);border:none;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;min-width:150px;padding:1rem 2rem;transition:all .3s ease}.track-btn:hover:not(:disabled){box-shadow:0 8px 25px #388e3c4d;transform:translateY(-2px)}.track-btn:disabled{cursor:not-allowed;opacity:.7}.track-btn.loading{background:#666}.order-details{animation:fadeInUp 1s ease-out;background:#f8f9fa;border-radius:15px;margin-top:2rem;padding:2rem}.order-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.order-header h3{color:#2e7d32;font-size:1.5rem;font-weight:600;margin:0}.order-number{background:#388e3c;border-radius:25px;color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.order-status{margin-bottom:2rem;text-align:center}.status-badge{align-items:center;border-radius:25px;box-shadow:0 4px 15px #0003;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:.8rem 1.5rem}.order-info-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.info-item{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;padding:1.5rem;transition:all .3s ease}.info-item:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}.info-label{align-items:center;color:#666;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:.5rem}.info-label i{color:#388e3c;width:16px}.info-value{color:#2e7d32;font-size:1.1rem;font-weight:600}.order-items{border-top:2px solid #e0e0e0;margin-top:2rem;padding-top:2rem}.order-items h4{color:#2e7d32;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}.items-list{grid-gap:1rem;display:grid;gap:1rem}.item-card{align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;display:flex;gap:1rem;padding:1rem}.item-image{border-radius:8px;flex-shrink:0;height:60px;overflow:hidden;width:60px}.item-image img{height:100%;object-fit:cover;width:100%}.item-details{flex:1 1}.item-details h5{color:#2e7d32;font-size:1rem;margin:0 0 .3rem}.item-price{color:#388e3c;font-size:.9rem;font-weight:600;margin:0 0 .2rem}.item-quantity{color:#666;font-size:.8rem;margin:0}.help-section{background:#fff;padding:4rem 0}.help-content{margin:0 auto;max-width:800px;text-align:center}.help-content h2{color:#2e7d32;font-size:2.5rem;font-weight:600;margin-bottom:1rem}.help-content p{color:#666;font-size:1.2rem;line-height:1.6;margin-bottom:3rem}.help-options{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.help-option{animation:fadeInUp 1s ease-out;background:#f8f9fa;border-radius:15px;padding:2rem;text-align:center;transition:all .3s ease}.help-option:hover{background:#e8f5e8;box-shadow:0 10px 25px #388e3c33;transform:translateY(-5px)}.help-option h3{color:#2e7d32;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.help-option p{color:#666;font-size:1rem;margin:0}@media (max-width:768px){.track-hero{padding:100px 0 60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.tracking-card{margin:0 1rem;padding:2rem}.input-group{flex-direction:column}.track-btn{width:100%}.order-header{flex-direction:column;gap:1rem;text-align:center}.help-options,.order-info-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.tracking-card{padding:1.5rem}.container{padding:0 1rem}.help-content h2{font-size:2rem}}.admin-login-container{opacity:0;transform:translateY(30px);transition:all .8s ease-out}.admin-login-container.visible{opacity:1;transform:translateY(0)}.loading-container{align-items:center;background:linear-gradient(135deg,#2e7d32,#388e3c 50%,#4caf50);display:flex;justify-content:center;min-height:100vh}.loading-spinner{color:#fff;text-align:center}.loading-spinner i{font-size:3rem;margin-bottom:1rem}.loading-spinner p{font-size:1.2rem;margin:0}.login-hero{background:linear-gradient(135deg,#2e7d32,#388e3c 50%,#4caf50);color:#fff;overflow:hidden;padding:120px 0 80px;position:relative;text-align:center}.login-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:800px;padding:0 2rem;position:relative;z-index:2}.hero-title{animation:fadeInUp 1s ease-out;font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{animation:fadeInUp 1s ease-out .3s both;font-size:1.3rem;line-height:1.6;opacity:.9}.login-section{background:#f8f9fa;padding:4rem 0}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.login-card{animation:slideInUp 1s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;margin:0 auto;max-width:600px;padding:3rem}.login-header{margin-bottom:3rem;text-align:center}.login-icon{align-items:center;background:linear-gradient(135deg,#388e3c,#4caf50);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.login-header h2{color:#2e7d32;font-size:2rem;font-weight:600;margin-bottom:1rem}.login-header p{color:#666;font-size:1.1rem;line-height:1.6}.login-form{margin-bottom:2rem}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.form-group label{color:#2e7d32;font-size:1rem}.input-wrapper{align-items:center;display:flex;position:relative;width:100%}.input-wrapper i{color:#666;font-size:1.2rem;pointer-events:none;position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);z-index:2}.input-wrapper input{background:#fff;border:2px solid #e0e0e0;border-radius:10px;box-sizing:border-box;font-size:1rem;padding:.9rem 1rem .9rem 3.2rem;transition:all .3s ease;width:100%}.input-wrapper input:focus{border-color:#388e3c;box-shadow:0 0 0 3px #388e3c1a;outline:none}.login-btn{align-items:center;background:linear-gradient(135deg,#388e3c,#4caf50);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.login-btn:hover:not(:disabled){box-shadow:0 8px 25px #388e3c4d;transform:translateY(-2px)}.login-btn:disabled{cursor:not-allowed;opacity:.7}.login-btn.loading{background:#666}.error-message{align-items:center;border:1px solid #ef5350;border-radius:10px;display:flex;font-weight:500;gap:.5rem;margin-top:1rem;padding:1rem 1.5rem}.login-footer{border-top:1px solid #e0e0e0;margin-top:2rem;padding-top:2rem}.security-info h3{color:#2e7d32;font-size:1.2rem;font-weight:600;margin-bottom:1rem;text-align:center}.security-items{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.security-item{align-items:center;color:#666;display:flex;font-size:.9rem;gap:.5rem}.security-item i{color:#388e3c;font-size:1rem}.admin-features-section{background:#fff;padding:4rem 0}.section-title{color:#2e7d32;font-size:2.5rem;font-weight:600;margin-bottom:3rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(90deg,#388e3c,#4caf50);bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{animation:fadeInUp 1s ease-out;background:#f8f9fa;border-radius:15px;padding:2.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{background:#e8f5e8;box-shadow:0 10px 25px #388e3c33;transform:translateY(-5px)}.feature-icon{align-items:center;background:#388e3c;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:70px;justify-content:center;margin:0 auto 1.5rem;width:70px}.feature-card h3{color:#2e7d32;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6}.support-section{background:#f8f9fa;padding:4rem 0}.support-content{margin:0 auto;max-width:800px;text-align:center}.support-content h2{color:#2e7d32;font-size:2.5rem;font-weight:600;margin-bottom:1rem}.support-content p{color:#666;font-size:1.2rem;line-height:1.6;margin-bottom:3rem}.support-options{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.support-option{animation:fadeInUp 1s ease-out;background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;padding:2rem;text-align:center;transition:all .3s ease}.support-option:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.option-icon{align-items:center;background:#388e3c;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.support-option h3{color:#2e7d32;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.support-option p{color:#666;font-size:1rem;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.login-hero{padding:100px 0 60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.login-card{margin:0 1rem;padding:2rem}.security-items{flex-direction:column;gap:1rem}.features-grid,.support-options{grid-template-columns:1fr}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.login-card{padding:1.5rem}.container{padding:0 1rem}.section-title,.support-content h2{font-size:2rem}.input-wrapper input{font-size:.95rem;padding-left:2.7rem}.input-wrapper i{font-size:1rem;left:.8rem}}.data-table-container{margin:2rem 0}.table-wrapper{border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow-x:auto}.data-table{background:#fff;border-collapse:collapse;width:100%}.data-table td,.data-table th{border-bottom:1px solid #eee;padding:12px;text-align:left}.data-table th{background:#f8f9fa;color:#333;font-weight:600}.data-table tr:hover{background:#f5f5f5}.actions-cell{display:flex;gap:8px;justify-content:center}.delete-btn,.edit-btn,.view-btn{background:none;border:none;border-radius:4px;cursor:pointer;font-size:16px;padding:4px 8px;transition:background .2s}.view-btn:hover{background:#e3f2fd}.edit-btn:hover{background:#fff3e0}.delete-btn:hover{background:#ffebee}.pagination{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:1rem;padding:1rem}.pagination-btn{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:8px 16px;transition:all .2s}.pagination-btn:hover:not(:disabled){background:#f5f5f5}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.page-info{color:#666;font-weight:500}@media (max-width:768px){.data-table td,.data-table th{font-size:14px;padding:8px}.actions-cell{flex-direction:column;gap:4px}}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;padding:0;width:100%}.modal-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e0e0e0;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;padding:20px 24px}.modal-header h2{color:#333;font-size:1.5rem;font-weight:600;margin:0}.close-btn{color:#666;font-size:24px;height:30px;padding:0;transition:all .2s;width:30px}.close-btn:hover{background:#e0e0e0;color:#333}.product-form{padding:24px}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:16px}.form-group{margin-bottom:20px}.form-group label{color:#333;display:block;font-size:.9rem;font-weight:600;margin-bottom:8px}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:12px 16px;transition:all .2s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#388e3c;box-shadow:0 0 0 3px #388e3c1a;outline:none}.form-group textarea{min-height:80px;resize:vertical}.form-group small{color:#666;display:block;font-size:.8rem;margin-top:4px}.form-group input[type=file]{background:#f8f9fa;border:2px dashed #e0e0e0;cursor:pointer;padding:8px}.form-group input[type=file]:hover{background:#f1f8e9;border-color:#388e3c}.error-message{background:#ffebee;border:1px solid #ffcdd2;border-radius:8px;color:#c62828;margin-bottom:16px;padding:12px 16px}.modal-actions{border-top:1px solid #e0e0e0;display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px}.cancel-btn{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#666;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .2s}.cancel-btn:hover{background:#f5f5f5;border-color:#ccc;color:#333}.submit-btn{background:#388e3c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:0!important;padding:12px 24px;transition:all .2s}.submit-btn:hover{background:#2e7031;box-shadow:0 4px 8px #388e3c4d;transform:translateY(-1px)}.submit-btn:active{transform:translateY(0)}.category-group,.category-input-container{position:relative}.category-suggestions{background:#fff;border:1px solid #ddd;border-radius:0 0 8px 8px;border-top:none;box-shadow:0 4px 12px #0000001a;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.category-suggestion-item{border-bottom:1px solid #f0f0f0;color:#333;cursor:pointer;font-size:.9rem;padding:12px 16px;transition:background-color .2s ease}.category-suggestion-item:last-child{border-bottom:none}.category-suggestion-item:hover{background-color:#f8f9fa;color:#388e3c}.category-suggestion-item:active{background-color:#e8f5e9}.category-group input{border-radius:8px 8px 0 0}.category-group input:focus{border-color:#388e3c;box-shadow:0 0 0 2px #388e3c33}@media (max-width:768px){.modal-content{margin:10px;max-height:95vh}.form-row{gap:0;grid-template-columns:1fr}.modal-actions{flex-direction:column}.modal-header{padding:16px 20px}.product-form{padding:20px}}@media (max-width:480px){.modal-overlay{padding:10px}.modal-header h2{font-size:1.3rem}.product-form{padding:16px}}.dashboard-container{margin:0 auto;max-width:1400px;padding:2rem}.dashboard-header{align-items:center;border-bottom:2px solid #388e3c;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.dashboard-header h2{color:#333;margin:0}.admin-info{align-items:center;display:flex;gap:1rem}.admin-info span{color:#666;font-weight:600}.admin-info button{background:#d32f2f;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.9rem;padding:8px 16px}.admin-info button:hover{background:#b71c1c}.refresh-all-btn{align-items:center;background:#4caf50!important;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:8px 16px;transition:all .3s ease}.refresh-all-btn:hover{background:#388e3c!important;box-shadow:0 4px 12px #4caf504d;transform:translateY(-1px)}.refresh-all-btn i{font-size:.9rem}.stats-section{margin-bottom:3rem}.stats-section h3{color:#333;margin-bottom:1.5rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.stat-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;text-align:center}.stat-card h4{color:#666;font-size:.9rem;margin:0 0 .5rem;text-transform:uppercase}.stat-card p{color:#388e3c;font-size:2rem;font-weight:700;margin:0}.add-product-section{margin-bottom:3rem}.add-btn{align-items:center;background:#388e3c;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s}.add-btn:hover{background:#2e7031;box-shadow:0 4px 8px #388e3c4d;transform:translateY(-1px)}.add-btn:active{transform:translateY(0)}@media (max-width:768px){.dashboard-container{padding:1rem}.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.stats-grid{grid-template-columns:1fr}.section-header{flex-direction:column;gap:1rem;text-align:center}}.success-modal-overlay{align-items:center;animation:fadeIn .3s;background:#388e3c14;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.success-modal{align-items:center;animation:popIn .3s;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:18px;box-shadow:0 8px 32px #388e3c2e;display:flex;flex-direction:column;max-width:90vw;min-width:280px;padding:2.2rem 2.5rem 1.7rem}.success-icon{color:#43a047;font-size:3.5rem;margin-bottom:1rem}.success-text{color:#2e7d32;font-size:1.25rem;font-weight:700;text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.messages-stats{align-items:center;display:flex;gap:15px}.stat-badge{background:#e3f2fd;border-radius:20px;color:#1976d2;font-size:.85rem;font-weight:500;padding:6px 12px}.stat-badge.unread{background:#fff3cd;color:#856404}.status-badge{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:500;padding:6px 12px}.status-badge.unread{background:#fff3cd;color:#856404}.status-badge.read{background:#d1ecf1;color:#0c5460}.status-badge.replied{background:#d4edda;color:#155724}.status-select{border:none;border-radius:20px;cursor:pointer;font-size:.85rem;font-weight:500;padding:6px 12px;transition:all .3s ease}.status-select.unread{background:#fff3cd;color:#856404}.status-select.read{background:#d1ecf1;color:#0c5460}.status-select.replied{background:#d4edda;color:#155724}.status-select:hover{box-shadow:0 2px 8px #00000026;transform:translateY(-1px)}.message-modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.message-modal{animation:modalSlideIn .3s ease;background:#fff;border-radius:15px;box-shadow:0 20px 60px #0000004d;max-height:80vh;max-width:600px;overflow-y:auto;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.message-modal-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:1px solid #e9ecef;border-radius:15px 15px 0 0;color:#fff;display:flex;justify-content:space-between;padding:20px 25px}.message-modal-header h3{font-size:1.3rem;font-weight:600;margin:0}.close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:35px;justify-content:center;padding:5px;transition:background .3s ease;width:35px}.close-btn:hover{background:#fff3}.message-modal-content{padding:25px}.message-info{margin-bottom:25px}.info-row{align-items:center;border-bottom:1px solid #f8f9fa;display:flex;justify-content:space-between;padding:12px 0}.info-row:last-child{border-bottom:none}.info-row strong{color:#495057;font-weight:600;min-width:120px}.info-row span{color:#6c757d;text-align:right}.message-body{margin-bottom:25px}.message-body h4{color:#495057;font-size:1.1rem;font-weight:600;margin-bottom:15px}.message-text{background:#f8f9fa;border-left:4px solid #667eea;border-radius:10px;color:#495057;line-height:1.6;padding:20px;white-space:pre-wrap}.message-actions{display:flex;gap:15px;justify-content:flex-end}.copy-btn,.reply-btn{align-items:center;border:none;border-radius:25px;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:8px;padding:12px 20px;transition:all .3s ease}.reply-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.copy-btn{background:#6c757d;color:#fff}.copy-btn:hover,.reply-btn:hover{box-shadow:0 8px 20px #0003;transform:translateY(-2px)}@media (max-width:768px){.message-modal{margin:10px;max-height:90vh}.info-row{align-items:flex-start;flex-direction:column;gap:5px}.info-row strong{min-width:auto}.message-actions{flex-direction:column}.copy-btn,.reply-btn{justify-content:center;width:100%}}.section-actions{gap:1rem}.refresh-btn,.section-actions{align-items:center;display:flex}.refresh-btn{background:#2196f3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s}.refresh-btn:hover{background:#1976d2;box-shadow:0 4px 12px #2196f34d;transform:translateY(-1px)}.refresh-btn i{font-size:.9rem}.data-info{align-items:center;background:#f8f9fa;border-left:4px solid #4caf50;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem}.data-count{color:#333;font-size:1rem;font-weight:600}.data-status{color:#666;display:flex;font-size:.9rem;gap:1rem}.section-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.section-header h3{color:#333;font-size:1.5rem;font-weight:600;margin:0}.orders-section{margin-bottom:3rem}.orders-section h3{color:#333;margin-bottom:1.5rem}.customers-section{margin-bottom:3rem}.customers-section h3{color:#333;margin-bottom:1.5rem}.messages-section{margin-bottom:3rem}.messages-section h3{color:#333;margin-bottom:1.5rem}.contacts-section{margin-bottom:3rem}.contacts-section h3{color:#333;margin-bottom:1.5rem}@media (max-width:768px){.data-info{flex-direction:column;gap:.5rem;text-align:center}.data-status{flex-wrap:wrap;justify-content:center}.section-actions{flex-direction:column;gap:.5rem}.refresh-btn{justify-content:center;width:100%}}.order-details-container{animation:fadeInUp .8s;background:#fff;border-radius:18px;box-shadow:0 8px 32px #388e3c1a;font-family:Cairo,Tajawal,Arial,sans-serif;margin:120px auto 40px;max-width:900px;padding:2.5rem 2rem 2rem}.order-details-container h2{color:#388e3c;font-size:2.2rem;font-weight:800;margin-bottom:2rem;text-align:center}.order-info{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:2.5rem}.info-section{background:#f8f9fa;border-radius:12px;box-shadow:0 2px 8px #388e3c0a;flex:1 1 250px;margin-bottom:.5rem;min-width:220px;padding:1.2rem 1.5rem}.info-section h3{color:#2e7d32;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.info-section p{color:#333;font-size:1rem;margin:.3rem 0}.products-list{margin-bottom:2.5rem}.products-list h3{color:#388e3c;font-size:1.3rem;font-weight:700;margin-bottom:1.2rem}.product-item{align-items:flex-start;background:#f1f8e9;border-radius:12px;box-shadow:0 2px 8px #388e3c0a;display:flex;gap:1.5rem;margin-bottom:1.2rem;padding:1rem 1.2rem}.product-image{align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 8px #388e3c14;display:flex;height:90px;justify-content:center;overflow:hidden;width:90px}.product-image img{height:100%;object-fit:contain;width:100%}.product-details{flex:1 1}.product-details h4{color:#2e7d32;font-size:1.1rem;font-weight:700;margin-bottom:.3rem}.product-details p{color:#444;font-size:.98rem;margin:.2rem 0}.status-update{align-items:center;background:#f8f9fa;border-radius:12px;box-shadow:0 2px 8px #388e3c0a;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:1.2rem 1.5rem}.status-update h3{color:#388e3c;font-size:1.1rem;font-weight:700;margin:0 1.5rem 0 0}.status-update select{background:#fff;border:1.5px solid #388e3c;border-radius:8px;color:#2e7d32;font-size:1rem;margin-right:.5rem;outline:none;padding:.5rem 1.2rem;transition:border .2s}.status-update button{background:linear-gradient(90deg,#388e3c 60%,#4caf50);border:none;border-radius:8px;box-shadow:0 2px 8px #388e3c14;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.6rem 1.5rem;transition:background .2s,box-shadow .2s}.status-update button:hover{background:#2e7d32}.order-details-container>button{background:#388e3c;border:none;border-radius:8px;box-shadow:0 2px 8px #388e3c14;color:#fff;cursor:pointer;display:block;font-size:1.1rem;font-weight:700;margin:1.5rem auto 0;padding:.7rem 2.2rem;transition:background .2s,box-shadow .2s}.order-details-container>button:hover{background:#2e7d32}@media (max-width:900px){.order-details-container{padding:1.2rem .5rem 1.5rem}.order-info{flex-direction:column;gap:1.2rem}.info-section{min-width:0;padding:1rem .7rem}.product-item{align-items:stretch;flex-direction:column;gap:.7rem}.product-image{height:120px;margin-bottom:.5rem;width:100%}}@media (max-width:600px){.order-details-container{margin:90px 0 20px;padding:.7rem .2rem 1rem}.order-details-container h2{font-size:1.3rem}.info-section h3,.products-list h3,.status-update h3{font-size:1rem}.status-update{align-items:stretch;flex-direction:column;gap:.5rem}}html[dir=rtl] .order-details-container{direction:rtl}html[dir=rtl] .order-info,html[dir=rtl] .product-item,html[dir=rtl] .status-update{flex-direction:row-reverse}
/*# sourceMappingURL=main.a1f22111.css.map*/