*{margin:0;padding:0;box-sizing:border-box}* .link{text-decoration:none;color:inherit}html,body{margin:0;padding:0;background-color:transparent;overflow-x:hidden}.app{padding-top:64px}@media (max-width: 768px){.app{padding-top:56px}}.home{padding-top:0}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 40px;box-sizing:border-box}@media (max-width: 768px){.container{padding:0 20px}}.navbar{display:flex;flex-direction:column;align-items:center;background-color:#056b3a;color:#fff;position:fixed;top:0;left:0;right:0;z-index:999;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%}@media (max-width: 768px){.navbar{z-index:1000;background-color:#056b3a}}.navbar.active{background-color:#fffffff2;color:#000;box-shadow:0 4px 20px #0000001a}@media (max-width: 768px){.navbar.active{background-color:#fffffff2}}.navbar.active .desktop-links .explore-link .menuLink{background-color:#1dbf731a;border-color:#1dbf734d;color:#1dbf73}.navbar.active .desktop-links .explore-link .menuLink:hover{background-color:#1dbf7333;border-color:#1dbf7366;color:#1dbf73}.navbar.active .desktop-links .currency-selector-container .currency-selector-button{background-color:#ffffff1a;border-color:#0000001a;color:#333}.navbar.active .desktop-links .currency-selector-container .currency-selector-button:hover{background-color:#fff3;border-color:#00000026;color:#1dbf73}.navbar.active .desktop-menu{color:#333}.navbar.active .desktop-menu .menu-label{color:#333;font-weight:600}.navbar.active .desktop-menu .menu-item:hover .menu-label,.navbar.active .desktop-menu .menuLink:hover{color:#1dbf73}.navbar.active .desktop-menu .menuLink:after{background-color:#1dbf73}.navbar.active button{background-color:#fff!important;color:#1dbf73!important;border:1px solid #1dbf73!important}.navbar.active .mobile-currency-selector .mobile-currency-button{background-color:#ffffff1a!important;border-color:#0000001a!important;color:#333!important}.navbar.active .mobile-currency-selector .mobile-currency-button:hover{background-color:#fff3!important;border-color:#00000026!important}.navbar.active .mobile-currency-selector .mobile-currency-button.open{background-color:#fff3!important}.navbar.active .mobile-currency-selector .mobile-currency-button .mobile-currency-code{color:#333!important}.navbar.active .mobile-currency-selector .mobile-currency-button .mobile-dropdown-arrow{color:#333!important;stroke:#333!important}.navbar.active .hamburger span{background-color:#000!important}.navbar .container{width:100%;max-width:1400px;display:flex;align-items:center;justify-content:space-between;padding:16px 24px;margin:0 auto}.navbar .container .logo{font-size:28px;font-weight:700;transition:transform .2s ease;z-index:10}.navbar .container .logo:hover{transform:scale(1.05)}.navbar .container .logo .text{color:#1dbf73;font-family:Montserrat,sans-serif;position:relative;display:inline-block}.navbar .container .logo .text:before{content:"Hasalam";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#1dbf73 0%,#1dbf73 20%,#0a8c4d 50%,#1dbf73 80%,#1dbf73 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:letterShine 5s linear infinite}.navbar .container .desktop-links{display:flex;align-items:center;gap:32px;font-family:Montserrat,sans-serif;font-weight:500}@media (max-width: 768px){.navbar .container .desktop-links{display:none}}.navbar .container .desktop-links .explore-link .menuLink{display:flex;align-items:center;gap:8px;position:relative;padding:8px 16px;border-radius:20px;background-color:#1dbf731a;border:1px solid rgba(29,191,115,.2);transition:all .3s ease}.navbar .container .desktop-links .explore-link .menuLink svg{width:16px;height:16px;color:currentColor;stroke:currentColor}.navbar .container .desktop-links .explore-link .menuLink:hover{background-color:#1dbf7326;border-color:#1dbf734d;transform:translateY(-1px);box-shadow:0 4px 12px #1dbf7326}.navbar .container .desktop-links .explore-link .menuLink:after{display:none!important}.navbar .container .desktop-links .currency-selector-container{position:relative;display:flex;align-items:center}@media (max-width: 768px){.navbar .container .desktop-links .currency-selector-container{display:none}}.navbar .container .desktop-links .currency-selector-container .currency-selector-button{display:flex;align-items:center;gap:8px;position:relative;padding:8px 16px;border-radius:20px;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;color:#fff;cursor:pointer;font-weight:500}.navbar .container .desktop-links .currency-selector-container .currency-selector-button svg{width:16px;height:16px;color:currentColor;stroke:currentColor}.navbar .container .desktop-links .currency-selector-container .currency-selector-button .currency-code{font-size:14px;font-weight:600}.navbar .container .desktop-links .currency-selector-container .currency-selector-button .dropdown-arrow{transition:transform .3s ease}.navbar .container .desktop-links .currency-selector-container .currency-selector-button:hover{background-color:#ffffff26;border-color:#ffffff4d;transform:translateY(-1px);box-shadow:0 4px 12px #ffffff26}.navbar .container .desktop-links .currency-selector-container .currency-selector-button.open .dropdown-arrow{transform:rotate(180deg)}.navbar .container .desktop-links .currency-selector-container .currency-dropdown{position:absolute;top:100%;left:0;background-color:#fff;border-radius:20px;box-shadow:0 12px 40px #00000026;padding:16px 0;margin-top:12px;min-width:280px;z-index:1000;max-height:320px;overflow-y:auto;animation:dropdownFadeIn .3s ease forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar .container .desktop-links .currency-selector-container .currency-dropdown .currency-dropdown-header{padding:0 24px 16px;font-weight:600;color:#333;font-size:14px;margin-bottom:8px}.navbar .container .desktop-links .currency-selector-container .currency-dropdown .currency-options{display:flex;flex-direction:column;gap:4px;padding:0 12px}.navbar .container .desktop-links .currency-selector-container .currency-dropdown .currency-option{display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:12px;border:none;background:transparent;cursor:pointer;transition:all .3s ease;text-align:left;width:100%;position:relative}.navbar .container .desktop-links .currency-selector-container .currency-dropdown .currency-option:hover{background-color:#1dbf7314;transform:translate(4px);box-shadow:0 4px 12px #1dbf731a}.navbar .container .desktop-links .currency-selector-container .currency-dropdown .currency-option.selected{background-color:#1dbf731f;color:#1dbf73}.navbar .container .desktop-links .currency-selector-container .currency-dropdown .currency-option.selected:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background-color:#1dbf73;border-radius:2px}.navbar .container .desktop-links .currency-selector-container .currency-dropdown .currency-option.selected .currency-symbol{color:#1dbf73}.navbar .container .desktop-links .currency-selector-container .currency-dropdown .currency-option .currency-symbol{font-weight:700;font-size:18px;color:#666;width:28px;text-align:center}.navbar .container .desktop-links .currency-selector-container .currency-dropdown .currency-option .currency-info{display:flex;flex-direction:column;gap:4px;flex:1}.navbar .container .desktop-links .currency-selector-container .currency-dropdown .currency-option .currency-info .currency-code{font-weight:600;font-size:14px;color:#333}.navbar .container .desktop-links .currency-selector-container .currency-dropdown .currency-option .currency-info .currency-name{font-size:12px;color:#666;opacity:.8}.navbar .container .desktop-links .menuLink{position:relative;padding:8px 0}.navbar .container .desktop-links .menuLink:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#1dbf73;transition:width .3s ease}.navbar .container .desktop-links .menuLink:hover:after{width:100%}.navbar .container .desktop-links .user{display:flex;align-items:center;gap:12px;cursor:pointer;position:relative;padding:8px 12px;border-radius:24px;transition:background-color .2s ease}.navbar .container .desktop-links .user:hover{background-color:#ffffff1a}.navbar .container .desktop-links .user.open{background-color:#ffffff26}.navbar .container .desktop-links .user .user-avatar-container{position:relative;display:flex;align-items:center}.navbar .container .desktop-links .user .user-avatar-container img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.2);transition:border-color .2s ease}.navbar .container .desktop-links .user .user-avatar-container img:hover{border-color:#fff6}.navbar .container .desktop-links .user .user-avatar-container .notification-badge{position:absolute;top:-2px;right:-2px;background:linear-gradient(135deg,#ff4757,#ff3838);color:#fff;border-radius:50%;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;border:2px solid rgba(255,255,255,.9);box-shadow:0 2px 8px #ff475766;animation:notificationPulse 2s infinite;z-index:10}@media (max-width: 1024px){.navbar .container .desktop-links .user .username{display:none}}.navbar .container .desktop-links .user .caret{transition:transform .3s ease}.navbar .container .desktop-links .user.open .caret{transform:rotate(180deg)}.navbar .container .desktop-links .user .options{position:absolute;top:60px;right:0;background-color:#fff;border-radius:16px;box-shadow:0 8px 24px #0000001f;z-index:999;border:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;padding:8px 0;width:240px;opacity:0;transform:translateY(-10px);animation:dropdownFadeIn .2s ease forwards}@keyframes dropdownFadeIn{to{opacity:1;transform:translateY(0)}}.navbar .container .desktop-links .user .options .link{padding:12px 24px;font-weight:500;color:#333;text-decoration:none;transition:all .2s ease;display:flex;align-items:center;gap:12px;position:relative}.navbar .container .desktop-links .user .options .link:hover{background-color:#f8f9fa;color:#1dbf73}.navbar .container .desktop-links .user .options .link .menu-notification-badge{position:absolute;right:12px;background:linear-gradient(135deg,#ff4757,#ff3838);color:#fff;border-radius:10px;padding:2px 6px;font-size:10px;font-weight:700;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #ff47574d}.navbar .container .desktop-links .user .options .logout-button{all:unset;padding:12px 24px;color:#d90429!important;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:left;border:none!important;display:flex;align-items:center;gap:12px}.navbar .container .desktop-links .user .options .logout-button:hover{background-color:#fff5f5;color:#b00020!important}.navbar .container .desktop-links button{color:#fff;padding:10px 24px;border-radius:24px;border:1px solid white;background-color:transparent;cursor:pointer;font-weight:600;transition:all .3s ease}.navbar .container .desktop-links button:hover{background-color:#1dbf73;border-color:#1dbf73;transform:translateY(-1px);box-shadow:0 4px 12px #1dbf7333}.navbar .container .hamburger{display:none;flex-direction:column;justify-content:space-around;width:24px;height:24px;background:transparent!important;border:none!important;outline:none!important;cursor:pointer;padding:0;z-index:1000;transition:all .3s ease;margin-right:20px}@media (max-width: 768px){.navbar .container .hamburger{display:flex}}.navbar .container .hamburger:focus,.navbar .container .hamburger:focus-visible,.navbar .container .hamburger:focus-within{outline:none!important;border:none!important;box-shadow:none!important;background:transparent!important}.navbar .container .hamburger:active{outline:none!important;border:none!important;box-shadow:none!important}.navbar .container .hamburger span{width:100%;height:3px;background-color:#fff;border-radius:3px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);transform-origin:center}.navbar .container .hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar .container .hamburger.active span:nth-child(2){opacity:0;transform:translate(20px)}.navbar .container .hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.navbar .container .hamburger:hover{transform:scale(1.1)}.navbar .container .mobile-actions{display:none;align-items:center;gap:12px}@media (max-width: 768px){.navbar .container .mobile-actions{display:flex}}.navbar .container .mobile-currency-selector{position:relative;display:flex;align-items:center}.navbar .container .mobile-currency-selector .mobile-currency-button{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:16px;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;font-weight:500;transition:all .3s ease;font-size:14px}.navbar .container .mobile-currency-selector .mobile-currency-button:hover{background-color:#ffffff26;border-color:#ffffff4d}.navbar .container .mobile-currency-selector .mobile-currency-button.open{background-color:#ffffff26}.navbar .container .mobile-currency-selector .mobile-currency-button.open .mobile-dropdown-arrow{transform:rotate(180deg)}.navbar .container .mobile-currency-selector .mobile-currency-button .mobile-currency-code{font-size:13px;font-weight:600;color:#fff}.navbar .container .mobile-currency-selector .mobile-currency-button .mobile-dropdown-arrow{transition:transform .3s ease;width:12px;height:12px;color:#fff;stroke:#fff}.navbar .container .mobile-currency-selector .mobile-currency-dropdown{position:absolute;top:100%;right:0;background-color:#fff;border-radius:16px;box-shadow:0 12px 40px #00000026;padding:12px 0;margin-top:8px;min-width:240px;z-index:1000;max-height:280px;overflow-y:auto;animation:dropdownFadeIn .3s ease forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar .container .mobile-currency-selector .mobile-currency-dropdown .mobile-currency-options{display:flex;flex-direction:column;gap:2px;padding:0 8px}.navbar .container .mobile-currency-selector .mobile-currency-dropdown .mobile-currency-options .mobile-currency-option{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;border:none;background:transparent;cursor:pointer;transition:all .3s ease;text-align:left;width:100%;position:relative}.navbar .container .mobile-currency-selector .mobile-currency-dropdown .mobile-currency-options .mobile-currency-option:hover{background-color:#1dbf7314;transform:translate(2px)}.navbar .container .mobile-currency-selector .mobile-currency-dropdown .mobile-currency-options .mobile-currency-option.selected{background-color:#1dbf731f;color:#1dbf73}.navbar .container .mobile-currency-selector .mobile-currency-dropdown .mobile-currency-options .mobile-currency-option.selected:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background-color:#1dbf73;border-radius:2px}.navbar .container .mobile-currency-selector .mobile-currency-dropdown .mobile-currency-options .mobile-currency-option.selected .currency-symbol,.navbar .container .mobile-currency-selector .mobile-currency-dropdown .mobile-currency-options .mobile-currency-option.selected .currency-code{color:#1dbf73}.navbar .container .mobile-currency-selector .mobile-currency-dropdown .mobile-currency-options .mobile-currency-option .currency-symbol{font-weight:700;font-size:16px;color:#666;width:24px;text-align:center;flex-shrink:0}.navbar .container .mobile-currency-selector .mobile-currency-dropdown .mobile-currency-options .mobile-currency-option .currency-info{display:flex;flex-direction:column;gap:2px;flex:1}.navbar .container .mobile-currency-selector .mobile-currency-dropdown .mobile-currency-options .mobile-currency-option .currency-info .currency-code{font-weight:600;font-size:13px;color:#333;line-height:1.2}.navbar .container .mobile-currency-selector .mobile-currency-dropdown .mobile-currency-options .mobile-currency-option .currency-info .currency-name{font-size:11px;color:#666;opacity:.8;line-height:1.2}.navbar .container .mobile-menu-overlay.active~.container .hamburger,.navbar .container .mobile-menu-overlay.active+.container .hamburger{display:none}.navbar .desktop-menu{width:100%;max-width:1400px;padding:12px 24px;display:flex;justify-content:space-between;color:#e0e0e0;font-weight:500;font-family:Montserrat,sans-serif;margin:0 auto;flex-wrap:wrap;gap:16px}@media (max-width: 768px){.navbar .desktop-menu{display:none}}.navbar .desktop-menu .menu-item{position:relative;cursor:pointer}.navbar .desktop-menu .menu-item:hover .menu-label{color:#1dbf73}.navbar .desktop-menu .menu-item .menu-label{position:relative;padding:8px 0;display:block;transition:color .2s ease}.navbar .desktop-menu .menu-item .menu-label:hover{color:#fff}.navbar .desktop-menu .menu-item .menu-label:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#fff;transition:width .3s ease}.navbar .desktop-menu .menu-item .menu-label:hover:after{width:100%}.navbar .desktop-menu .menu-item .submenu{position:absolute;top:100%;left:0;background-color:#fff;min-width:300px;border-radius:12px;box-shadow:0 8px 32px #0000001f;padding:8px 0;margin-top:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;border:1px solid rgba(0,0,0,.06)}.navbar .desktop-menu .menu-item .submenu:before{content:"";position:absolute;top:-8px;left:20px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid white}.navbar .desktop-menu .menu-item .submenu .menuLink{display:block;text-decoration:none;transition:all .2s ease}.navbar .desktop-menu .menu-item .submenu .menuLink .submenu-item{padding:16px 20px;color:#013914;border-radius:8px;margin:4px 8px}.navbar .desktop-menu .menu-item .submenu .menuLink .submenu-item h4{margin:0 0 4px;font-size:14px;font-weight:600;color:#013914}.navbar .desktop-menu .menu-item .submenu .menuLink .submenu-item p{margin:0;font-size:12px;color:#666;line-height:1.5}.navbar .desktop-menu .menu-item .submenu .menuLink .submenu-item:hover{background-color:#f8f9fa;transform:translate(4px)}.navbar .desktop-menu .menu-item .submenu .menuLink .submenu-item:hover h4{color:#1dbf73}.navbar .desktop-menu .menu-item:hover .submenu{opacity:1;visibility:visible;transform:translateY(0)}.navbar .desktop-menu .menu-item:last-child .submenu{left:auto;right:0}.navbar .desktop-menu .menu-item:last-child .submenu:before{left:auto;right:20px}.navbar .mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;opacity:0;visibility:hidden;transition:all .3s ease}.navbar .mobile-menu-overlay.active{opacity:1;visibility:visible}.navbar .mobile-menu-overlay .mobile-menu-content{position:absolute;top:0;right:0;width:100%;max-width:320px;height:100vh;background:linear-gradient(135deg,#056b3a 0%,#0a8c4d 100%);box-shadow:-4px 0 20px #0000001a;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto}.active .navbar .mobile-menu-overlay .mobile-menu-content{transform:translate(0)}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:10}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-header .mobile-logo .text{color:#1dbf73;font-family:Montserrat,sans-serif;font-size:24px;font-weight:700}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-header .close-button{background:none;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-header .close-button:hover{background-color:#ffffff1a;transform:rotate(90deg)}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body{padding:20px;color:#fff}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section{display:flex;flex-direction:column;gap:20px}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-user-card{background:rgba(255,255,255,.12);border-radius:16px;padding:18px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);width:100%}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-user-card .mobile-user-info{display:flex;align-items:center;gap:14px}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-user-card .mobile-user-info .mobile-user-avatar-container{position:relative}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-user-card .mobile-user-info .mobile-user-avatar-container img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #00000026}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-user-card .mobile-user-info .mobile-user-avatar-container .mobile-notification-badge{position:absolute;top:-3px;right:-3px;background:linear-gradient(135deg,#ff4757,#ff3838);color:#fff;border-radius:50%;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;border:2px solid rgba(255,255,255,.9);box-shadow:0 2px 8px #ff475766;z-index:10}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-user-card .mobile-user-info .user-details{display:flex;flex-direction:column;gap:3px}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-user-card .mobile-user-info .user-details .username{font-weight:700;font-size:18px;color:#fff;letter-spacing:-.02em}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-user-card .mobile-user-info .user-details .user-type{font-size:13px;color:#ffffffb3;font-weight:500}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-nav-section .nav-title{color:#fff9;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;margin-left:2px}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-nav-section .mobile-user-links{display:flex;flex-direction:column;gap:4px}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-nav-section .mobile-user-links .mobile-menu-link{display:flex;align-items:center;gap:14px;padding:14px 16px;font-size:15px;font-weight:500;border-radius:12px;background:rgba(255,255,255,.08);color:#fff;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.05);width:100%;position:relative}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-nav-section .mobile-user-links .mobile-menu-link svg{width:18px;height:18px;color:#fffc;stroke:#fffc;flex-shrink:0}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-nav-section .mobile-user-links .mobile-menu-link span{color:#fff;font-weight:500}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-nav-section .mobile-user-links .mobile-menu-link .mobile-menu-notification-badge{position:absolute;right:12px;background:linear-gradient(135deg,#ff4757,#ff3838);color:#fff;border-radius:10px;padding:2px 6px;font-size:10px;font-weight:700;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #ff47574d;margin-left:auto}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-nav-section .mobile-user-links .mobile-menu-link:hover,.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-nav-section .mobile-user-links .mobile-menu-link:active{background:rgba(255,255,255,.15);transform:translate(3px);border-color:#ffffff1a}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-nav-section .mobile-user-links .mobile-menu-link:hover svg,.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-nav-section .mobile-user-links .mobile-menu-link:active svg{color:#1dbf73;stroke:#1dbf73}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-logout-section{border-top:1px solid rgba(255,255,255,.1);padding-top:16px}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-logout-section .mobile-logout-button{display:flex;align-items:center;gap:14px;padding:14px 16px;font-size:15px;font-weight:600;border-radius:12px;background:rgba(220,38,38,.15)!important;color:#fff!important;border:1px solid rgba(220,38,38,.2)!important;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);width:100%}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-logout-section .mobile-logout-button svg{width:18px;height:18px;color:#ff6b6b!important;stroke:#ff6b6b!important;flex-shrink:0}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-logout-section .mobile-logout-button span{color:#fff!important;font-weight:600}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-logout-section .mobile-logout-button:hover,.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body .mobile-user-section .mobile-logout-section .mobile-logout-button:active{background:rgba(220,38,38,.25)!important;transform:translateY(-1px);box-shadow:0 4px 12px #dc262633}.navbar .mobile-menu-overlay.active .mobile-menu-content{transform:translate(0)}@media (max-width: 1024px){.navbar .container{padding:16px 20px}.navbar .desktop-menu{padding:12px 20px;justify-content:center;gap:24px;flex-wrap:wrap}}@media (max-width: 768px){.navbar .container{padding:12px 16px}.navbar .container .logo{font-size:24px}.navbar .mobile-menu-overlay .mobile-menu-content{width:90%;max-width:350px}}@media (max-width: 480px){.navbar .container{padding:12px 16px}.navbar .mobile-menu-overlay .mobile-menu-content .mobile-menu-body{padding:20px 16px}}@keyframes shine{0%{left:-100%}20%{left:100%}to{left:100%}}@keyframes letterShine{0%{background-position:200% center}to{background-position:-200% center}}@keyframes notificationPulse{0%{transform:scale(1);box-shadow:0 2px 8px #ff475766}50%{transform:scale(1.1);box-shadow:0 4px 16px #ff475799}to{transform:scale(1);box-shadow:0 2px 8px #ff475766}}@supports (-webkit-overflow-scrolling: touch){.mobile-menu-overlay .mobile-menu-content{-webkit-overflow-scrolling:touch}}.hamburger:focus,.close-button:focus,.mobile-category-button:focus{outline:2px solid #1dbf73;outline-offset:2px}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.always-visible{background:rgba(220,38,38,.18)!important;color:#fff!important;border:1px solid rgba(220,38,38,.2)!important}.always-visible:hover,.always-visible:active{background:rgba(220,38,38,.32)!important}.always-visible svg{color:#ff6b6b!important;stroke:#ff6b6b!important}.always-visible-text{color:#fff!important;font-weight:600!important}.mobile-auth-section{display:flex;flex-direction:column;gap:24px;padding:24px 0}.mobile-auth-section .auth-welcome-card{background:rgba(255,255,255,.12);border-radius:20px;padding:28px 24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);text-align:center}.mobile-auth-section .auth-welcome-card .welcome-content{margin-bottom:24px}.mobile-auth-section .auth-welcome-card .welcome-content .welcome-icon{display:flex;justify-content:center;margin-bottom:16px}.mobile-auth-section .auth-welcome-card .welcome-content .welcome-icon svg{color:#1dbf73;stroke:#1dbf73;background:rgba(29,191,115,.15);padding:12px;border-radius:50%;width:72px;height:72px}.mobile-auth-section .auth-welcome-card .welcome-content .welcome-title{font-size:24px;font-weight:700;color:#fff;margin:0 0 8px;letter-spacing:-.02em}.mobile-auth-section .auth-welcome-card .welcome-content .welcome-subtitle{font-size:16px;color:#fffc;margin:0;line-height:1.4}.mobile-auth-section .auth-welcome-card .auth-actions{display:flex;flex-direction:column;gap:12px}.mobile-auth-section .auth-welcome-card .auth-actions .primary-button{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;font-size:16px;font-weight:700;border-radius:12px;background:linear-gradient(135deg,#1dbf73 0%,#0a8c4d 100%);color:#fff;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;box-shadow:0 4px 16px #1dbf7340;position:relative;overflow:hidden}.mobile-auth-section .auth-welcome-card .auth-actions .primary-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s}.mobile-auth-section .auth-welcome-card .auth-actions .primary-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1dbf7359}.mobile-auth-section .auth-welcome-card .auth-actions .primary-button:hover:before{left:100%}.mobile-auth-section .auth-welcome-card .auth-actions .primary-button svg{width:20px;height:20px;color:#fff;stroke:#fff;flex-shrink:0}.mobile-auth-section .auth-welcome-card .auth-actions .primary-button span{font-weight:700}.mobile-auth-section .auth-welcome-card .auth-actions .secondary-button{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 24px;font-size:15px;font-weight:600;border-radius:12px;background:rgba(255,255,255,.08);color:#fff;text-decoration:none;transition:all .2s ease;border:1px solid rgba(255,255,255,.15)}.mobile-auth-section .auth-welcome-card .auth-actions .secondary-button:hover{background:rgba(255,255,255,.15);transform:translateY(-1px);border-color:#ffffff40}.mobile-auth-section .auth-welcome-card .auth-actions .secondary-button svg{width:18px;height:18px;color:#ffffffe6;stroke:#ffffffe6;flex-shrink:0}.mobile-explore-section{margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}.mobile-explore-section .mobile-explore-button{display:flex;align-items:center;gap:16px;padding:16px 20px;background:rgba(29,191,115,.15);border:1px solid rgba(29,191,115,.3);border-radius:14px;text-decoration:none;color:#fff;transition:all .3s ease;width:100%}.mobile-explore-section .mobile-explore-button:hover{background:rgba(29,191,115,.25);border-color:#1dbf7366;transform:translateY(-2px);box-shadow:0 4px 16px #1dbf7333}.mobile-explore-section .mobile-explore-button .explore-icon-container{background:rgba(29,191,115,.2);border-radius:50%;padding:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-explore-section .mobile-explore-button .explore-icon-container svg{color:#1dbf73;stroke:#1dbf73}.mobile-explore-section .mobile-explore-button .mobile-explore-content{flex:1}.mobile-explore-section .mobile-explore-button .mobile-explore-content .mobile-explore-title{display:block;font-size:16px;font-weight:700;color:#fff;line-height:1.2;margin-bottom:2px}.mobile-explore-section .mobile-explore-button .mobile-explore-content .mobile-explore-subtitle{display:block;font-size:13px;font-weight:500;color:#fffc;line-height:1.3}.mobile-explore-section .mobile-explore-button .mobile-explore-arrow{color:#ffffffb3;stroke:#ffffffb3;flex-shrink:0;transition:transform .2s ease}.mobile-explore-section .mobile-explore-button:hover .mobile-explore-arrow{transform:translate(2px);color:#1dbf73;stroke:#1dbf73}.explore-section{margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}.explore-section .explore-button{display:flex;align-items:center;gap:16px;padding:16px 20px;background:rgba(29,191,115,.15);border:1px solid rgba(29,191,115,.3);border-radius:14px;text-decoration:none;color:#fff;transition:all .3s ease;width:100%}.explore-section .explore-button:hover{background:rgba(29,191,115,.25);border-color:#1dbf7366;transform:translateY(-2px);box-shadow:0 4px 16px #1dbf7333}.explore-section .explore-button svg{color:#1dbf73;stroke:#1dbf73;flex-shrink:0;background:rgba(29,191,115,.2);border-radius:50%;padding:8px;width:36px;height:36px}.explore-section .explore-button .explore-content{flex:1}.explore-section .explore-button .explore-content .explore-title{display:block;font-size:16px;font-weight:700;color:#fff;line-height:1.2;margin-bottom:2px}.explore-section .explore-button .explore-content .explore-subtitle{display:block;font-size:13px;font-weight:500;color:#fffc;line-height:1.3}.footer{width:100%;background-color:#fff;color:#666;padding:60px 0 40px;border-top:1px solid #eaeaea}.footer .footer-container{display:flex;flex-direction:column}.footer .footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;width:100%}@media (max-width: 1024px){.footer .footer-content{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width: 768px){.footer .footer-content{grid-template-columns:1fr;gap:0}}@media (max-width: 768px){.footer .footer-section{border-bottom:1px solid #eaeaea}}.footer .footer-section .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;cursor:pointer}@media (max-width: 768px){.footer .footer-section .section-header{padding:15px 0;margin-bottom:0}}.footer .footer-section .section-header h2{font-size:16px;font-weight:600;color:#333;margin:0}.footer .footer-section .section-header .accordion-icon{display:none;transition:transform .3s ease}@media (max-width: 768px){.footer .footer-section .section-header .accordion-icon{display:block}}.footer .footer-section .section-header .accordion-icon.active{transform:rotate(180deg)}.footer .footer-section .section-header .accordion-icon svg{color:#666}.footer .footer-section .section-links{display:flex;flex-direction:column;gap:12px}@media (max-width: 768px){.footer .footer-section .section-links{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0}.footer .footer-section .section-links.active{max-height:300px;padding-bottom:15px}}.footer .footer-section .footer-link{color:#666;text-decoration:none;font-size:14px;transition:color .2s ease}.footer .footer-section .footer-link:hover{color:#1dbf73}.footer hr{margin:40px 0;border:none;height:1px;background-color:#eaeaea}@media (max-width: 768px){.footer hr{margin:20px 0}}.footer .footer-bottom{display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){.footer .footer-bottom{flex-direction:column;gap:20px;align-items:flex-start}}.footer .footer-bottom .copyright{display:flex;align-items:center;gap:15px}@media (max-width: 768px){.footer .footer-bottom .copyright{flex-direction:column;align-items:flex-start;gap:5px}}.footer .footer-bottom .copyright .logo{font-size:20px;font-weight:700;color:#333}.footer .footer-bottom .copyright span{font-size:14px;color:#888}.footer .footer-bottom .social-icons{display:flex;gap:15px}.footer .footer-bottom .social-icons a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#f5f5f5;transition:all .2s ease}.footer .footer-bottom .social-icons a:hover{background-color:#1dbf73}.footer .footer-bottom .social-icons a:hover svg path{stroke:#fff}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 200px);padding:40px 20px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);margin:0;box-sizing:border-box}.error-boundary .error-content{width:100%;max-width:420px;background:#fff;border-radius:16px;padding:40px;box-shadow:0 8px 24px #00000014;text-align:center;animation:fadeIn .5s ease-out}.error-boundary .error-content h1{color:#1a1a1a;font-size:32px;font-weight:700;margin-bottom:8px}.error-boundary .error-content h2{color:#1dbf73;font-size:64px;font-weight:700;margin:0;line-height:1}.error-boundary .error-content p{color:#666;font-size:16px;margin:16px 0}.error-boundary .error-content .error-message{color:#666;font-size:14px;margin-bottom:24px}.error-boundary .error-content .home-button{padding:14px 28px;background-color:#1dbf73;color:#fff;font-weight:600;font-size:16px;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.error-boundary .error-content .home-button:hover{background-color:#17a364;transform:translateY(-1px)}.error-boundary .error-content .home-button:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
