@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;font-family:Roboto,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Noto Sans,Liberation Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{font-family:inherit}* .link{text-decoration:none;color:inherit}.pre-wrap{white-space:pre-wrap}svg.lucide,.lucide{width:1em;height:1em;vertical-align:-.125em;flex-shrink:0}.icon-sm{font-size:.875rem}.icon-md{font-size:1rem}.icon-lg{font-size:1.25rem}.navbar{display:flex;flex-direction:column;align-items:center;background-color:#013914;color:#fff;transition:.5s all ease;position:sticky;top:0;z-index:999}.navbar.active{background-color:#fff;color:#013914}.navbar.active .links .desktop-links>button{background-color:#fff;color:#1dbf73;border:1px solid #1dbf73}.navbar .container{max-width:1400px;width:100%;display:flex;justify-content:space-between;padding:20px;margin:0 auto}.navbar .container .logo{font-size:34px;font-weight:700}.navbar .container .logo .text{color:inherit}.navbar .container .logo .l,.navbar .container .logo .dot{color:#22ab59}.navbar .container .links{display:flex;align-items:center;gap:24px;font-weight:500;font-family:Montserrat,sans-serif;position:relative}.navbar .container .links .desktop-links{display:flex;align-items:center;gap:24px}.navbar .container .links .mobile-menu-btn{display:none;cursor:pointer;padding:5px 10px;margin-right:10px;border-radius:6px;transition:background-color .3s ease}.navbar .container .links .mobile-menu-btn:hover{background-color:#ffffff1a}.navbar .container .links .mobile-menu-btn .hamburger{display:flex;flex-direction:column;gap:4px}.navbar .container .links .mobile-menu-btn .hamburger span{width:25px;height:3px;background-color:currentColor;transition:all .3s ease;transform-origin:center;border-radius:2px}.navbar .container .links .mobile-menu-btn .hamburger.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.navbar .container .links .mobile-menu-btn .hamburger.active span:nth-child(2){opacity:0}.navbar .container .links .mobile-menu-btn .hamburger.active span:last-child{transform:rotate(-45deg) translate(6px,-6px)}.navbar .container .links .notifications{position:relative;display:flex;align-items:center}.navbar .container .links .notifications .bell-btn{position:relative;background:transparent;border:none;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;padding:6px;border-radius:8px;transition:background-color .2s ease}.navbar .container .links .notifications .bell-btn:hover{background-color:#ffffff1a}.navbar .container .links .notifications .bell-btn .bell{transform:translateY(-1px)}.navbar .container .links .notifications .bell-btn .notif-badge{position:absolute;top:-4px;right:-4px;background-color:#ef4444;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:999px;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 #ef444466;animation:pulse 2s infinite}.navbar .container .links .notifications .notif-dropdown{position:absolute;right:0;top:42px;width:320px;background:#fff;color:#0f172a;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 6px 18px #0000001f;overflow:hidden;z-index:1000}.navbar .container .links .notifications .notif-dropdown .notif-header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.navbar .container .links .notifications .notif-dropdown .notif-header span{font-weight:600}.navbar .container .links .notifications .notif-dropdown .notif-header .mark-all{background:transparent;border:none;color:#1dbf73;font-weight:600;cursor:pointer}.navbar .container .links .notifications .notif-dropdown .notif-list{max-height:360px;overflow-y:auto}.navbar .container .links .notifications .notif-dropdown .notif-list .notif-empty{padding:14px;color:#64748b;text-align:center}.navbar .container .links .notifications .notif-dropdown .notif-list .notif-item{padding:10px 12px;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background-color .2s ease;display:grid;grid-template-columns:1fr auto;gap:4px 8px}.navbar .container .links .notifications .notif-dropdown .notif-list .notif-item:hover{background:#f8fafc}.navbar .container .links .notifications .notif-dropdown .notif-list .notif-item .notif-title{font-weight:600;font-size:14px;color:#0f172a;grid-column:1/-1}.navbar .container .links .notifications .notif-dropdown .notif-list .notif-item .notif-message{font-size:13px;color:#475569;grid-column:1/-1}.navbar .container .links .notifications .notif-dropdown .notif-list .notif-item .notif-time{font-size:12px;color:#94a3b8;grid-column:1/-1;text-align:right}.navbar .container .links .notifications .notif-dropdown .notif-list .notif-item.order{border-left:4px solid #3b82f6}.navbar .container .links .notifications .notif-dropdown .notif-list .notif-item.message{border-left:4px solid #22ab59;height:100%}.navbar .container .links .notifications .notif-dropdown .notif-list .notif-item.review{border-left:4px solid #f59e0b}.navbar .container .links .notifications .notif-dropdown .notif-list .notif-item.payment{border-left:4px solid #10b981}.navbar .container .links .notifications .notif-dropdown .notif-list .notif-item.warning{border-left:4px solid #f97316}.navbar .container .links .notifications .notif-dropdown .notif-footer{padding:8px 12px;background:#f8fafc;border-top:1px solid #e2e8f0;text-align:center}.navbar .container .links .notifications .notif-dropdown .notif-footer .link{font-weight:600;color:#1dbf73}.navbar .container .links .user{display:flex;align-items:center;gap:10px;cursor:pointer;position:relative}.navbar .container .links .user img{width:35px;height:35px;border-radius:50%;object-fit:cover}.navbar .container .links .user .options{position:absolute;top:50px;right:0;padding:20px;background-color:#fff;border-radius:10px;border:1px solid lightgray;display:flex;flex-direction:column;gap:10px;color:gray;width:200px;font-weight:300}.navbar .container .links .user .options .link{color:#0f172a;text-decoration:none;padding:8px 10px;border-radius:6px;font-weight:500;transition:background-color .2s ease,color .2s ease}.navbar .container .links .user .options .link:hover{background:#f8fafc;color:#0f172a}.navbar .container .links .user .options .logout-btn{background:transparent;border:1px solid #ef4444;color:#ef4444;padding:8px 12px;border-radius:6px;font-weight:600;text-align:center;cursor:pointer;margin-top:6px}.navbar .container .links .user .options .logout-btn:hover{background:#fee2e2;border-color:#dc2626;color:#b91c1c}.navbar .container .links button{color:#fff;padding:10px 20px;border-radius:5px;border:1px solid white;cursor:pointer;background-color:transparent}.navbar .container .links button:hover{background-color:#22ab59;border-color:#22ab59}.navbar hr{width:100%;height:0;border:.5px solid lightgray}.navbar .menu{max-width:1400px;width:100%;margin:0 auto;padding:10px 20px;display:flex;font-weight:300;color:gray;font-family:Montserrat,sans-serif;overflow-x:auto;overflow-y:hidden;gap:20px;flex-wrap:nowrap}.navbar .menu::-webkit-scrollbar{height:4px}.navbar .menu::-webkit-scrollbar-track{background:transparent}.navbar .menu::-webkit-scrollbar-thumb{background:#0003;border-radius:2px}.navbar .menu .menuLink{white-space:nowrap;min-width:fit-content;flex-shrink:0}.navbar .mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#013914,#015a1e);padding:20px;flex-direction:column;gap:8px;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #00000026;z-index:1000;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.navbar .mobile-menu span,.navbar .mobile-menu .link{padding:8px 15px;border-radius:6px;transition:all .3s ease;cursor:pointer;font-weight:500}.navbar .mobile-menu span:hover,.navbar .mobile-menu .link:hover{background-color:#ffffff1a;transform:translate(5px)}.navbar .mobile-menu .mobile-user-section{display:flex;flex-direction:column;gap:6px;padding:10px 0;border-top:1px solid rgba(255,255,255,.1);margin-top:8px}.navbar .mobile-menu .mobile-user-section .user-info{display:flex;align-items:center;gap:12px;margin-bottom:8px;padding:8px 15px;background-color:#ffffff0d;border-radius:8px}.navbar .mobile-menu .mobile-user-section .user-info img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.2)}.navbar .mobile-menu .mobile-user-section .user-info span{font-weight:600;font-size:16px;padding:0}.navbar .mobile-menu .mobile-user-section .user-info span:hover{background-color:transparent;transform:none}.navbar .mobile-menu .mobile-user-section .link{padding:8px 20px;margin-left:10px;border-left:3px solid transparent}.navbar .mobile-menu .mobile-user-section .link:hover{border-left-color:#22ab59;background-color:#22ab591a}.navbar .mobile-menu .mobile-user-section .logout-btn{align-self:flex-start;margin:6px 15px 0;background:transparent;border:1px solid #fca5a5;color:#fee2e2;padding:10px 16px;border-radius:6px;font-weight:700;cursor:pointer;transition:all .2s ease}.navbar .mobile-menu .mobile-user-section .logout-btn:hover{background:#fee2e226;border-color:#ef4444;color:#fecaca}.navbar .mobile-menu button:not(.logout-btn){align-self:flex-start;color:#fff;padding:10px 20px;border-radius:6px;border:2px solid white;cursor:pointer;background-color:transparent;font-weight:600;transition:all .3s ease;margin:3px 15px}.navbar .mobile-menu button:not(.logout-btn):hover{background-color:#22ab59;border-color:#22ab59;transform:translateY(-2px);box-shadow:0 4px 12px #22ab594d}@media (max-width: 1200px){.navbar .container{padding:15px 20px}.navbar .menu{padding:10px 20px;gap:15px}}@media (max-width: 768px){.navbar .container{padding:15px;max-width:100%}.navbar .container .logo{font-size:28px;flex-shrink:0}.navbar .container .links{min-width:0}.navbar .container .links .desktop-links{display:none}.navbar .container .links .mobile-menu-btn{display:block;margin-left:auto;margin-right:5px}.navbar .container .links .notifications .bell-btn:hover{background-color:#0000001a}.navbar .mobile-menu{display:flex}.navbar .menu{padding:10px 15px;gap:15px}.navbar .menu .menuLink{font-size:14px;padding:5px 0}.navbar.active .mobile-menu-btn:hover{background-color:#0000001a}.navbar.active .mobile-menu{background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#000;border-top:1px solid lightgray;box-shadow:0 4px 12px #0000001a}.navbar.active .mobile-menu span:hover,.navbar.active .mobile-menu .link:hover{background-color:#0000000d}.navbar.active .mobile-menu .mobile-user-section{border-top:1px solid lightgray}.navbar.active .mobile-menu .mobile-user-section .user-info{background-color:#00000005}.navbar.active .mobile-menu .mobile-user-section .user-info img{border-color:#0000001a}.navbar.active .mobile-menu .mobile-user-section .link:hover{border-left-color:#22ab59;background-color:#22ab591a}.navbar.active .mobile-menu .mobile-user-section .logout-btn{align-self:flex-start;margin:6px 15px 0;background:transparent;border:1px solid #ef4444;color:#b91c1c;padding:10px 16px;border-radius:6px;font-weight:700;cursor:pointer;transition:all .2s ease}.navbar.active .mobile-menu .mobile-user-section .logout-btn:hover{background:#fee2e2;border-color:#dc2626;color:#7f1d1d}.navbar.active .mobile-menu button:not(.logout-btn){background-color:#fff!important;color:#1dbf73!important;border:2px solid #1dbf73!important}.navbar.active .mobile-menu button:not(.logout-btn):hover{background-color:#1dbf73!important;color:#fff!important;box-shadow:0 4px 12px #1dbf734d}}@media (max-width: 480px){.navbar .container{padding:10px}.navbar .container .logo{font-size:24px;flex-shrink:0}.navbar .container .links .mobile-menu-btn{padding:3px 8px;margin-right:8px}.navbar .container .links .mobile-menu-btn .hamburger span{width:22px;height:2px}.navbar .menu{padding:10px;gap:12px}.navbar .menu .menuLink{font-size:12px}}@media (max-width: 360px){.navbar .container{padding:8px}.navbar .container .logo{font-size:20px}.navbar .container .links .mobile-menu-btn{padding:2px 6px;margin-right:6px}.navbar .container .links .mobile-menu-btn .hamburger span{width:20px;height:2px}.navbar .menu{padding:8px;gap:10px}.navbar .menu .menuLink{font-size:11px}}.messages-link{position:relative;display:flex;align-items:center;gap:5px}.messages-link .unread-badge{background-color:#ef4444;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:50%;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;animation:pulse 2s infinite;box-shadow:0 0 #ef444466}@keyframes pulse{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 4px #ef444400}to{box-shadow:0 0 #ef444400}}.footer{background:linear-gradient(135deg,#1a202c,#2d3748);color:#e2e8f0;margin-top:auto;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='m36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;opacity:.1;z-index:0}.footer .footer-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.footer .footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:40px;padding:60px 0 40px;border-bottom:1px solid rgba(255,255,255,.1)}.footer .footer-main .footer-section.company-info .logo{margin-bottom:20px}.footer .footer-main .footer-section.company-info .logo h2{font-size:28px;font-weight:700;color:#fff;margin:0 0 5px;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer .footer-main .footer-section.company-info .logo .tagline{font-size:14px;color:#a0aec0;font-style:italic}.footer .footer-main .footer-section.company-info .logo .text{font-size:28px;font-weight:700;color:inherit}.footer .footer-main .footer-section.company-info .logo .l,.footer .footer-main .footer-section.company-info .logo .dot{font-size:28px;font-weight:700;color:#22ab59}.footer .footer-main .footer-section.company-info .description{font-size:16px;line-height:1.6;color:#cbd5e0;margin-bottom:25px}.footer .footer-main .footer-section.company-info .social-links{display:flex;gap:15px}.footer .footer-main .footer-section.company-info .social-links a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff1a;border-radius:12px;color:#e2e8f0;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer .footer-main .footer-section.company-info .social-links a:hover{background:linear-gradient(135deg,#1dbf73,#00a86b);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #1dbf734d}.footer .footer-main .footer-section.company-info .social-links a svg{width:20px;height:20px}.footer .footer-main .footer-section h3{font-size:18px;font-weight:600;color:#fff;margin-bottom:20px;position:relative}.footer .footer-main .footer-section h3:after{content:"";position:absolute;bottom:-8px;left:0;width:30px;height:2px;background:linear-gradient(135deg,#1dbf73,#00a86b);border-radius:1px}.footer .footer-main .footer-section ul{list-style:none;padding:0;margin:0}.footer .footer-main .footer-section ul li{margin-bottom:12px}.footer .footer-main .footer-section ul li:last-child{margin-bottom:0}.footer .footer-main .footer-section ul li a{color:#cbd5e0;text-decoration:none;font-size:15px;transition:all .3s ease;position:relative;display:inline-block}.footer .footer-main .footer-section ul li a:before{content:"";position:absolute;width:0;height:1px;bottom:-2px;left:0;background:linear-gradient(135deg,#1dbf73,#00a86b);transition:width .3s ease}.footer .footer-main .footer-section ul li a:hover{color:#fff;transform:translate(5px)}.footer .footer-main .footer-section ul li a:hover:before{width:100%}.footer .newsletter-section{padding:40px 0;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff05}.footer .newsletter-section .newsletter-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.footer .newsletter-section .newsletter-content .newsletter-text h3{font-size:24px;font-weight:600;color:#fff;margin-bottom:10px}.footer .newsletter-section .newsletter-content .newsletter-text p{font-size:16px;color:#cbd5e0;line-height:1.6}.footer .newsletter-section .newsletter-content .newsletter-form .input-group{display:flex;gap:0;max-width:400px;margin-left:auto}.footer .newsletter-section .newsletter-content .newsletter-form .input-group input{flex:1;padding:16px 20px;border:2px solid rgba(255,255,255,.1);border-right:none;border-radius:12px 0 0 12px;background:#ffffff0d;color:#fff;font-size:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.footer .newsletter-section .newsletter-content .newsletter-form .input-group input::placeholder{color:#a0aec0}.footer .newsletter-section .newsletter-content .newsletter-form .input-group input:focus{outline:none;border-color:#1dbf73;background:#ffffff1a}.footer .newsletter-section .newsletter-content .newsletter-form .input-group button{padding:16px 24px;background:linear-gradient(135deg,#1dbf73,#00a86b);color:#fff;border:none;border-radius:0 12px 12px 0;font-weight:600;font-size:15px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.footer .newsletter-section .newsletter-content .newsletter-form .input-group button:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-1px);box-shadow:0 8px 25px #667eea4d}.footer .footer-bottom{padding:30px 0}.footer .footer-bottom .footer-bottom-content{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.footer .footer-bottom .footer-bottom-content .copyright p{color:#a0aec0;font-size:14px;margin:0}.footer .footer-bottom .footer-bottom-content .legal-links{display:flex;gap:25px;justify-self:center}.footer .footer-bottom .footer-bottom-content .legal-links a{color:#cbd5e0;text-decoration:none;font-size:14px;transition:all .3s ease;position:relative}.footer .footer-bottom .footer-bottom-content .legal-links a:after{content:"";position:absolute;width:0;height:1px;bottom:-2px;left:50%;transform:translate(-50%);background:#1dbf73;transition:width .3s ease}.footer .footer-bottom .footer-bottom-content .legal-links a:hover{color:#fff}.footer .footer-bottom .footer-bottom-content .legal-links a:hover:after{width:100%}.footer .footer-bottom .footer-bottom-content .footer-meta{justify-self:end}.footer .footer-bottom .footer-bottom-content .footer-meta span{color:#a0aec0;font-size:14px;font-style:italic}@media (max-width: 1024px){.footer .footer-main{grid-template-columns:repeat(3,1fr);gap:30px}.footer .footer-main .footer-section.company-info{grid-column:1/-1;text-align:center;margin-bottom:20px}.footer .footer-main .footer-section.company-info .social-links{justify-content:center}.footer .newsletter-section .newsletter-content{grid-template-columns:1fr;gap:25px;text-align:center}.footer .newsletter-section .newsletter-content .newsletter-form .input-group{margin:0 auto}}@media (max-width: 768px){.footer .footer-container{padding:0 15px}.footer .footer-main{grid-template-columns:repeat(2,1fr);gap:25px;padding:40px 0 30px}.footer .footer-main .footer-section.company-info{grid-column:1/-1;margin-bottom:15px}.footer .footer-main .footer-section.company-info .logo h2{font-size:24px}.footer .footer-main .footer-section.company-info .description{font-size:15px}.footer .footer-main .footer-section.company-info .social-links a{width:40px;height:40px}.footer .footer-main .footer-section.company-info .social-links a svg{width:18px;height:18px}.footer .footer-main h3{font-size:16px}.footer .newsletter-section{padding:30px 0}.footer .newsletter-section .newsletter-content .newsletter-text h3{font-size:20px}.footer .newsletter-section .newsletter-content .newsletter-text p{font-size:15px}.footer .newsletter-section .newsletter-content .newsletter-form .input-group{max-width:100%}.footer .newsletter-section .newsletter-content .newsletter-form .input-group input,.footer .newsletter-section .newsletter-content .newsletter-form .input-group button{padding:14px 16px;font-size:14px}.footer .footer-bottom{padding:25px 0}.footer .footer-bottom .footer-bottom-content{grid-template-columns:1fr;gap:15px;text-align:center}.footer .footer-bottom .footer-bottom-content .legal-links{gap:15px;justify-self:center}.footer .footer-bottom .footer-bottom-content .footer-meta{justify-self:center}}@media (max-width: 480px){.footer .footer-main{grid-template-columns:1fr;gap:20px;padding:30px 0 25px}.footer .footer-main .footer-section h3{font-size:15px}.footer .footer-main .footer-section ul li a{font-size:14px}.footer .newsletter-section{padding:25px 0}.footer .newsletter-section .newsletter-content .newsletter-form .input-group{flex-direction:column;gap:10px}.footer .newsletter-section .newsletter-content .newsletter-form .input-group input{border-radius:8px;border:2px solid rgba(255,255,255,.1)}.footer .newsletter-section .newsletter-content .newsletter-form .input-group button{border-radius:8px;padding:12px 20px}.footer .footer-bottom .footer-bottom-content .legal-links{flex-wrap:wrap;gap:10px}.footer .footer-bottom .footer-bottom-content .legal-links a,.footer .footer-bottom .footer-bottom-content .copyright p,.footer .footer-bottom .footer-bottom-content .footer-meta span{font-size:13px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer-section{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.footer-section:nth-child(1){animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}.footer-section:nth-child(4){animation-delay:.4s}.footer-section:nth-child(5){animation-delay:.5s}@media (prefers-contrast: high){.footer{background:#000;color:#fff}.footer .footer-section a:hover{color:#fff;background-color:#333}.footer .newsletter-form input{border-color:#666;background-color:#222}}@media (prefers-reduced-motion: reduce){.footer .footer-section{animation:none}.footer a,.footer button,.footer .social-links a{transition:none}}
