.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:var(--main-background, #fff);box-shadow:0 -2px 10px rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.08);padding-bottom:env(safe-area-inset-bottom);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.mobile-nav-container{display:flex;justify-content:space-around;align-items:center;max-width:100%;padding:8px 4px;background:rgba(255,255,255,.95)}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:60px;padding:6px 8px;text-decoration:none;color:var(--main-foreground, #333);background:rgba(0,0,0,0);border:none;border-radius:12px;transition:all .3s ease;cursor:pointer;position:relative}.mobile-nav-item:hover,.mobile-nav-item:focus{background:rgba(0,0,0,.05);color:var(--accent-color, #4FA19E);text-decoration:none;outline:none}.mobile-nav-item.active{color:var(--accent-color, #4FA19E)}.mobile-nav-item.active .mobile-nav-icon{transform:scale(1.1)}.mobile-nav-item.active .mobile-nav-label{font-weight:700}.mobile-nav-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.mobile-nav-icon{width:24px;height:24px;margin-bottom:4px;transition:transform .3s ease;fill:currentColor}.mobile-nav-label{font-size:11px;font-weight:500;line-height:1.2;text-align:center;margin:0}.mobile-nav-badge{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;padding:2px 5px;background:var(--accent-color, #4FA19E);color:#fff;font-size:10px;font-weight:700;line-height:14px;text-align:center;border-radius:9px;border:2px solid var(--main-background, #fff)}.mobile-search-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;background:rgba(0,0,0,.5);display:none;align-items:flex-start;padding-top:60px}.mobile-search-modal.active{display:flex}.mobile-search-modal-content{width:100%;max-width:600px;margin:0 auto;background:var(--main-background, #fff);border-radius:20px 20px 0 0;box-shadow:0 -4px 20px rgba(0,0,0,.15);animation:slideUp .3s ease-out}.mobile-search-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgba(0,0,0,.08)}.mobile-search-modal-title{font-size:20px;font-weight:700;margin:0;color:var(--main-foreground, #333)}.mobile-search-modal-close{background:none;border:none;padding:8px;cursor:pointer;color:var(--main-foreground, #333);transition:transform .2s ease}.mobile-search-modal-close:hover{transform:scale(1.1)}.mobile-search-modal-close .icon{width:20px;height:20px}.mobile-search-modal-body{padding:20px}@keyframes slideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.mobile-categories-modal .modal-dialog{margin:0;max-width:100%;height:100%;display:flex;align-items:flex-end}.mobile-categories-modal .modal-dialog-slideup{transform:translateY(0);transition:transform .3s ease-out}.mobile-categories-modal.show .modal-dialog-slideup{transform:translateY(0)}.mobile-categories-modal .modal-content{border-radius:20px 20px 0 0;border:none;max-height:85vh;display:flex;flex-direction:column}.mobile-categories-modal .modal-header{padding:20px;border-bottom:1px solid rgba(0,0,0,.08);background:var(--main-background, #fff);border-radius:20px 20px 0 0;position:sticky;top:0;z-index:10}.mobile-categories-modal .modal-title{font-size:22px;font-weight:700;margin:0;color:var(--main-foreground, #333);display:flex;align-items:center}.mobile-categories-modal .modal-title .icon{fill:var(--accent-color, #4FA19E)}.mobile-categories-modal .close{padding:8px;margin:0;background:rgba(0,0,0,.05);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;opacity:1}.mobile-categories-modal .close:hover{background:rgba(0,0,0,.1)}.mobile-categories-modal .close .icon{width:16px;height:16px}.mobile-categories-modal .modal-search{padding:16px 20px;background:var(--main-background, #fff);border-bottom:1px solid rgba(0,0,0,.08);position:sticky;top:71px;z-index:9}.mobile-categories-modal .modal-search .form-control{border-radius:12px;border:1px solid rgba(0,0,0,.12);padding:12px 16px;font-size:15px}.mobile-categories-modal .modal-search .form-control:focus{border-color:var(--accent-color, #4FA19E);box-shadow:0 0 0 3px rgba(79,161,158,.1)}.mobile-categories-modal .modal-search .input-group-text{background:rgba(0,0,0,0);border:none;padding-right:16px}.mobile-categories-modal .modal-search .input-group-text .icon{width:18px;height:18px;fill:rgba(0,0,0,.4)}.mobile-categories-modal .modal-body{padding:0;overflow-y:auto;flex:1}.categories-navigation{position:relative;width:100%;overflow:hidden;min-height:400px}.categories-level{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:translateX(100%);transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1),opacity .3s cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}.categories-level.active{opacity:1;transform:translateX(0);pointer-events:all}.categories-level.slide-left{transform:translateX(-100%)}.categories-level.slide-right{transform:translateX(100%)}.categories-level-0{position:relative;opacity:1;transform:translateX(0);pointer-events:all}.categories-level-header{display:flex;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.08);background:var(--main-background, #fff);position:sticky;top:0;z-index:10}.categories-back-btn{background:rgba(0,0,0,0);border:none;padding:8px 12px 8px 0;font-size:15px;font-weight:500;color:var(--accent-color, #4FA19E);cursor:pointer;display:flex;align-items:center;transition:all .2s ease}.categories-back-btn:hover{opacity:.8}.categories-back-btn:active{transform:scale(0.95)}.categories-back-btn .icon{width:18px;height:18px;fill:currentColor}.categories-level-title{font-size:17px;font-weight:700;margin:0;color:var(--main-foreground, #333);flex:1}.categories-list{padding:8px 0}.category-item{display:flex;align-items:center;padding:16px 20px;text-decoration:none;color:var(--main-foreground, #333);border-bottom:1px solid rgba(0,0,0,.05);transition:background .2s ease;cursor:pointer}.category-item:hover{background:rgba(0,0,0,.02);text-decoration:none}.category-item:active{background:rgba(0,0,0,.05)}.category-item-featured{background:linear-gradient(135deg, var(--accent-color, #4FA19E) 0%, rgba(79, 161, 158, 0.8) 100%);color:#fff;margin-bottom:8px;border-radius:12px;margin:8px 12px 16px;border:none}.category-item-featured .category-item-icon .icon{fill:#fff}.category-item-featured .category-item-title{color:#fff}.category-item-featured .category-item-count{color:rgba(255,255,255,.9)}.category-item-featured .category-item-arrow{fill:#fff}.category-item-featured:hover{background:linear-gradient(135deg, rgba(79, 161, 158, 0.9) 0%, rgba(79, 161, 158, 0.7) 100%)}.category-item-view-all{background:linear-gradient(135deg, rgba(79, 161, 158, 0.12) 0%, rgba(79, 161, 158, 0.08) 100%);border:2px solid var(--accent-color, #4FA19E);margin:12px;border-radius:12px;padding:18px 20px;box-shadow:0 2px 8px rgba(79,161,158,.15)}.category-item-view-all .category-item-icon-featured{background:var(--accent-color, #4FA19E)}.category-item-view-all .category-item-icon-featured .icon{fill:#fff}.category-item-view-all .category-item-title{color:var(--accent-color, #4FA19E);font-weight:700}.category-item-view-all .category-item-count{color:var(--accent-color, #4FA19E);opacity:.8}.category-item-view-all .category-item-arrow{fill:var(--accent-color, #4FA19E)}.category-item-view-all:hover{background:linear-gradient(135deg, rgba(79, 161, 158, 0.18) 0%, rgba(79, 161, 158, 0.12) 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(79,161,158,.25)}.category-item-image{width:48px;height:48px;border-radius:12px;overflow:hidden;flex-shrink:0;margin-right:16px;background:rgba(0,0,0,.05)}.category-item-image img{width:100%;height:100%;object-fit:cover}.category-item-icon{width:48px;height:48px;border-radius:12px;background:rgba(79,161,158,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:16px}.category-item-icon .icon{width:24px;height:24px;fill:var(--accent-color, #4FA19E)}.category-item-content{flex:1;min-width:0}.category-item-title{font-size:16px;font-weight:600;margin:0 0 2px;color:inherit}.category-item-count{font-size:13px;color:rgba(0,0,0,.5);font-weight:400}.category-item-all .category-item-count{color:rgba(255,255,255,.9)}.category-item-arrow{width:18px;height:18px;fill:rgba(0,0,0,.3);flex-shrink:0;margin-left:12px}.category-item-sub{padding-left:36px;background:rgba(0,0,0,.01)}.category-item-sub .category-item-title{font-size:15px;font-weight:500}.category-item-indent{width:24px;height:1px;background:rgba(0,0,0,.1);margin-right:12px}.categories-empty{padding:60px 20px;text-align:center;color:rgba(0,0,0,.4)}.categories-empty .icon{width:64px;height:64px;fill:rgba(0,0,0,.2)}.categories-empty p{font-size:16px;font-weight:500}.category-wrapper{position:relative}.category-item-primary{background:#fff;position:relative}.category-item-primary.has-children .category-item-content{flex:1;padding-right:8px}.category-item-link{display:block;text-decoration:none;color:inherit}.category-item-link:hover{text-decoration:none;color:inherit}.category-item-arrow-link{padding:8px;display:flex;align-items:center;justify-content:center;margin-left:8px}.category-expand-btn{background:rgba(0,0,0,0);border:none;padding:8px;margin-left:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;flex-shrink:0}.category-expand-btn:hover{background:rgba(0,0,0,.05)}.category-expand-btn:active{transform:scale(0.95)}.category-expand-btn[aria-expanded=true] .icon-expand{transform:rotate(180deg)}.category-expand-btn .icon-expand{width:20px;height:20px;fill:var(--accent-color, #4FA19E);transition:transform .3s ease}.category-subcategories{overflow:hidden;transition:max-height .3s ease-out,opacity .3s ease-out;max-height:0;opacity:0}.category-subcategories.expanded{max-height:2000px;opacity:1}.category-wrapper-level-2 .category-item{padding-left:40px;background:rgba(0,0,0,.01)}.category-wrapper-level-2 .category-item-title{font-size:15px;font-weight:500}.category-wrapper-level-3 .category-item{padding-left:64px;background:rgba(0,0,0,.02)}.category-wrapper-level-3 .category-item-title{font-size:14px;font-weight:400}.category-item-sub-sub{border-left:2px solid rgba(79,161,158,.2);margin-left:20px}.category-item-sub-sub:hover{border-left-color:var(--accent-color, #4FA19E)}.category-item.expanded{background:rgba(79,161,158,.05)}@media(min-width: 768px){.mobile-bottom-nav{display:none !important}}@media(max-width: 767px){body{padding-bottom:70px}}
/* Engine:dart */