@import"https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;700&display=swap";.widget-loading-placeholder[data-v-a417e2b6]{display:flex;align-items:center;justify-content:center;min-height:200px;width:100%;padding:2rem}.widget-loading-placeholder .loading-content[data-v-a417e2b6]{display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--tt-text-secondary, #666)}.widget-loading-placeholder .loading-content .loading-text[data-v-a417e2b6]{font-size:.875rem;font-weight:500}.widget-error-placeholder[data-v-c71b5088]{display:flex;align-items:center;justify-content:center;min-height:200px;width:100%;padding:2rem}.widget-error-placeholder .error-content[data-v-c71b5088]{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;max-width:400px}.widget-error-placeholder .error-content .error-title[data-v-c71b5088]{font-size:1.125rem;font-weight:600;color:var(--tt-text-primary, #333)}.widget-error-placeholder .error-content .error-message[data-v-c71b5088]{font-size:.875rem;color:var(--tt-text-secondary, #666);margin-bottom:.5rem}.widget-store-container[data-v-e934d56a]{padding:1rem;overflow-y:auto;flex:1}.widget-store-list-view[data-v-e934d56a]{display:flex;flex-direction:column;gap:.75rem}.widget-store-list-view .widget-card--list[data-v-e934d56a]{display:flex;flex-direction:row;align-items:center;background:var(--tt-widget-card-bg, var(--tt-bg-card));border:2px solid var(--tt-widget-card-border, var(--tt-border-light));border-radius:20px;box-shadow:0 1px 3px var(--tt-widget-card-shadow, rgba(0, 0, 0, .04));cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:visible;position:relative;padding:16px;gap:14px;min-height:112px;transform:translateZ(0);transform-origin:center center;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;will-change:transform}.widget-store-list-view .widget-card--list[data-v-e934d56a]:hover{background:var(--tt-widget-card-bg-hover, var(--tt-bg-tertiary));border-color:var(--tt-widget-card-border-hover, var(--tt-border-medium));transform:scale(1.02) translateZ(0);box-shadow:0 8px 20px var(--tt-widget-card-shadow-hover, rgba(0, 0, 0, .08))}.widget-store-list-view .widget-card--list:hover .widget-card-icon[data-v-e934d56a]{background:var(--tt-widget-card-icon-container-bg-hover, rgba(0, 0, 0, .04));transform:scale(1.02)}.widget-store-list-view .widget-card--list:hover .widget-card-icon .widget-icon[data-v-e934d56a]{transform:scale(1.05)}.widget-store-list-view .widget-card--list .widget-card-icon[data-v-e934d56a]{position:relative;width:72px;height:72px;flex-shrink:0;background:var(--tt-widget-card-icon-container-bg, rgba(0, 0, 0, .02));border-radius:12px;display:flex;align-items:center;justify-content:center;padding:10px;overflow:visible;transition:all .3s cubic-bezier(.4,0,.2,1)}.widget-store-list-view .widget-card--list .widget-card-icon .widget-icon[data-v-e934d56a]{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 1px 3px rgba(0,0,0,.08));transition:transform .2s ease;border-radius:6px}.widget-store-list-view .widget-card--list .widget-card-icon .widget-icon--desaturate[data-v-e934d56a]{filter:saturate(0) brightness(.8) contrast(1.2)}.widget-store-list-view .widget-card--list .widget-card-icon .widget-icon-fa[data-v-e934d56a]{font-size:36px!important;filter:drop-shadow(0 1px 3px rgba(0,0,0,.08));opacity:.85;transition:all .3s cubic-bezier(.4,0,.2,1);color:var(--tt-widget-card-icon-color, currentColor)!important}.widget-store-list-view .widget-card--list:hover .widget-card-icon .widget-icon-fa[data-v-e934d56a]{opacity:1;transform:scale(1.05);color:var(--tt-widget-card-icon-color-hover, currentColor)!important}.widget-store-list-view .widget-card--list .widget-card-content[data-v-e934d56a]{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.widget-store-list-view .widget-card--list .widget-card-content .widget-header-row[data-v-e934d56a]{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.widget-store-list-view .widget-card--list .widget-card-content .widget-header-row .widget-title[data-v-e934d56a]{font-size:15px;font-weight:600;margin:0;color:var(--tt-widget-card-title-color, var(--tt-text-primary));line-height:1.3;transition:color .3s cubic-bezier(.4,0,.2,1)}.widget-store-list-view .widget-card--list .widget-card-content .widget-header-row .status-badge[data-v-e934d56a]{font-size:.7rem!important;font-weight:700!important;padding:3px 8px!important;border-radius:8px!important;flex-shrink:0}.widget-store-list-view .widget-card--list .widget-card-content .widget-description[data-v-e934d56a]{font-size:13px;line-height:1.5;color:var(--tt-widget-card-description-color, var(--tt-text-secondary));margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:color .3s cubic-bezier(.4,0,.2,1)}.widget-store-list-view .widget-card--list:hover .widget-card-content .widget-title[data-v-e934d56a]{color:var(--tt-widget-card-title-color-hover, var(--tt-text-primary))}.widget-store-list-view .widget-card--list:hover .widget-card-content .widget-description[data-v-e934d56a]{color:var(--tt-widget-card-description-color-hover, var(--tt-text-muted))}.widget-store-list-view .widget-card--list .widget-card-actions[data-v-e934d56a]{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.widget-store-list-view .widget-card--list .widget-card-actions .favorite-btn[data-v-e934d56a]{transition:transform .2s ease}.widget-store-list-view .widget-card--list .widget-card-actions .favorite-btn[data-v-e934d56a]:hover{transform:scale(1.15)}.widget-store-list-view .widget-card--list .widget-card-actions .open-btn[data-v-e934d56a]{min-width:80px}body.theme-dark .widget-store-list-view .widget-card--list[data-v-e934d56a]{background:var(--tt-border-light)!important;border-color:var(--tt-border-light)!important}body.theme-dark .widget-store-list-view .widget-card--list[data-v-e934d56a]:hover{background:var(--tt-border-medium)!important;border-color:var(--tt-border-medium)!important}.widget-store-grid-view[data-v-e934d56a]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.widget-store-grid-view .widget-card--grid[data-v-e934d56a]{display:flex;flex-direction:column;align-items:center;background:var(--tt-bg-card);border-radius:20px;box-shadow:0 2px 8px var(--tt-card-shadow);transition:background-color .2s ease;overflow:visible;position:relative;padding:1.5rem 1.25rem;gap:1rem;min-height:220px}.widget-store-grid-view .widget-card--grid[data-v-e934d56a]:hover{background:var(--tt-bg-tertiary)}.widget-store-grid-view .widget-card--grid:hover .widget-card-icon-grid .widget-icon[data-v-e934d56a]{transform:scale(1.05)}.widget-store-grid-view .widget-card--grid .widget-card-icon-grid[data-v-e934d56a]{position:relative;width:120px;height:120px;flex-shrink:0;background:var(--tt-bg-secondary);border-radius:20px;display:flex;align-items:center;justify-content:center;padding:.75rem;overflow:visible;transition:transform .3s cubic-bezier(.4,0,.2,1)}.widget-store-grid-view .widget-card--grid .widget-card-icon-grid[data-v-e934d56a]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--grape-taffy-gradient);opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:1;border-radius:20px}.widget-store-grid-view .widget-card--grid .widget-card-icon-grid .widget-icon[data-v-e934d56a]{width:115%;height:115%;object-fit:contain;filter:drop-shadow(0 3px 8px rgba(0,0,0,.15));transition:transform .2s ease;position:relative;z-index:2}.widget-store-grid-view .widget-card--grid .widget-card-icon-grid .widget-icon--desaturate[data-v-e934d56a]{filter:saturate(0) brightness(.8) contrast(1.2) drop-shadow(0 3px 8px rgba(0,0,0,.15))}.widget-store-grid-view .widget-card--grid .widget-card-icon-grid .status-badge-grid[data-v-e934d56a]{position:absolute!important;top:-6px!important;right:-6px!important;font-size:.65rem!important;font-weight:700!important;padding:3px 8px!important;border-radius:10px!important;z-index:3!important}.widget-store-grid-view .widget-card--grid .widget-title-grid[data-v-e934d56a]{font-size:1rem;font-weight:600;margin:0;color:var(--tt-text-primary);line-height:1.3;text-align:center;word-break:break-word;max-width:100%}.widget-store-grid-view .widget-card--grid .widget-card-actions-grid[data-v-e934d56a]{display:flex;align-items:center;justify-content:center;gap:.65rem;margin-top:auto}.widget-store-grid-view .widget-card--grid .widget-card-actions-grid .favorite-btn-grid[data-v-e934d56a],.widget-store-grid-view .widget-card--grid .widget-card-actions-grid .open-btn-grid[data-v-e934d56a]{width:40px;height:40px;transition:transform .2s ease}.widget-store-grid-view .widget-card--grid .widget-card-actions-grid .favorite-btn-grid[data-v-e934d56a] .q-btn__content,.widget-store-grid-view .widget-card--grid .widget-card-actions-grid .open-btn-grid[data-v-e934d56a] .q-btn__content{font-size:1.1rem}.widget-store-grid-view .widget-card--grid .widget-card-actions-grid .favorite-btn-grid[data-v-e934d56a]:hover,.widget-store-grid-view .widget-card--grid .widget-card-actions-grid .open-btn-grid[data-v-e934d56a]:hover{transform:scale(1.25)}@media (max-width: 968px){.widget-store-list-view[data-v-e934d56a]{gap:.65rem}.widget-store-list-view .widget-card--list[data-v-e934d56a]{padding:1rem;gap:1rem;min-height:96px}.widget-store-list-view .widget-card--list .widget-card-icon[data-v-e934d56a]{width:80px;height:80px;padding:.85rem;border-radius:14px}.widget-store-list-view .widget-card--list .widget-card-content .widget-header-row .widget-title[data-v-e934d56a]{font-size:1.05rem}.widget-store-list-view .widget-card--list .widget-card-content .widget-header-row .status-badge[data-v-e934d56a]{font-size:.65rem!important}.widget-store-list-view .widget-card--list .widget-card-content .widget-description[data-v-e934d56a]{font-size:.85rem;-webkit-line-clamp:2}.widget-store-list-view .widget-card--list .widget-card-actions[data-v-e934d56a]{gap:.45rem}.widget-store-list-view .widget-card--list .widget-card-actions .open-btn[data-v-e934d56a]{min-width:75px;font-size:.9rem}.widget-store-grid-view[data-v-e934d56a]{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.widget-store-grid-view .widget-card--grid[data-v-e934d56a]{padding:1.25rem 1rem;min-height:200px}.widget-store-grid-view .widget-card--grid .widget-card-icon-grid[data-v-e934d56a]{width:100px;height:100px}.widget-store-grid-view .widget-card--grid .widget-title-grid[data-v-e934d56a]{font-size:.95rem}.widget-store-grid-view .widget-card--grid .widget-card-actions-grid .favorite-btn-grid[data-v-e934d56a],.widget-store-grid-view .widget-card--grid .widget-card-actions-grid .open-btn-grid[data-v-e934d56a]{width:36px;height:36px}}@media (max-width: 768px){.widget-store-list-view[data-v-e934d56a]{gap:.5rem}.widget-store-list-view .widget-card--list[data-v-e934d56a]{padding:.85rem;gap:.85rem;min-height:80px}.widget-store-list-view .widget-card--list .widget-card-icon[data-v-e934d56a]{width:64px;height:64px;padding:.6rem;border-radius:12px}.widget-store-list-view .widget-card--list .widget-card-content[data-v-e934d56a]{gap:.2rem}.widget-store-list-view .widget-card--list .widget-card-content .widget-header-row[data-v-e934d56a]{gap:.45rem}.widget-store-list-view .widget-card--list .widget-card-content .widget-header-row .widget-title[data-v-e934d56a]{font-size:.95rem}.widget-store-list-view .widget-card--list .widget-card-content .widget-header-row .status-badge[data-v-e934d56a]{font-size:.6rem!important;padding:2px 6px!important}.widget-store-list-view .widget-card--list .widget-card-content .widget-description[data-v-e934d56a]{font-size:.8rem;-webkit-line-clamp:2}.widget-store-list-view .widget-card--list .widget-card-actions[data-v-e934d56a]{gap:.4rem}.widget-store-list-view .widget-card--list .widget-card-actions .open-btn[data-v-e934d56a]{min-width:65px;font-size:.85rem}.widget-store-grid-view[data-v-e934d56a]{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.85rem}.widget-store-grid-view .widget-card--grid[data-v-e934d56a]{padding:1rem .85rem;min-height:170px}.widget-store-grid-view .widget-card--grid .widget-card-icon-grid[data-v-e934d56a]{width:85px;height:85px}.widget-store-grid-view .widget-card--grid .widget-title-grid[data-v-e934d56a]{font-size:.9rem}.widget-store-grid-view .widget-card--grid .widget-card-actions-grid .favorite-btn-grid[data-v-e934d56a],.widget-store-grid-view .widget-card--grid .widget-card-actions-grid .open-btn-grid[data-v-e934d56a]{width:34px;height:34px}}@media (max-width: 480px){.widget-store-list-view[data-v-e934d56a]{gap:.4rem}.widget-store-list-view .widget-card--list[data-v-e934d56a]{padding:.65rem;gap:.65rem;min-height:64px}.widget-store-list-view .widget-card--list .widget-card-icon[data-v-e934d56a]{width:52px;height:52px;padding:.5rem;border-radius:10px}.widget-store-list-view .widget-card--list .widget-card-content .widget-header-row .widget-title[data-v-e934d56a]{font-size:.9rem}.widget-store-list-view .widget-card--list .widget-card-content .widget-header-row .status-badge[data-v-e934d56a]{font-size:.55rem!important;padding:1px 4px!important}.widget-store-list-view .widget-card--list .widget-card-content .widget-description[data-v-e934d56a]{font-size:.75rem;-webkit-line-clamp:1}.widget-store-list-view .widget-card--list .widget-card-actions[data-v-e934d56a]{gap:.3rem}.widget-store-list-view .widget-card--list .widget-card-actions .open-btn[data-v-e934d56a]{min-width:55px;font-size:.75rem;padding:.35rem .5rem}.widget-store-list-view .widget-card--list .widget-card-actions .favorite-btn[data-v-e934d56a]{width:32px;height:32px}.widget-store-grid-view[data-v-e934d56a]{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.65rem}.widget-store-grid-view .widget-card--grid[data-v-e934d56a]{padding:.85rem .65rem;min-height:145px;gap:.65rem}.widget-store-grid-view .widget-card--grid .widget-card-icon-grid[data-v-e934d56a]{width:70px;height:70px}.widget-store-grid-view .widget-card--grid .widget-title-grid[data-v-e934d56a]{font-size:.8rem}.widget-store-grid-view .widget-card--grid .widget-card-actions-grid[data-v-e934d56a]{gap:.4rem}.widget-store-grid-view .widget-card--grid .widget-card-actions-grid .favorite-btn-grid[data-v-e934d56a],.widget-store-grid-view .widget-card--grid .widget-card-actions-grid .open-btn-grid[data-v-e934d56a]{width:30px;height:30px}.widget-store-grid-view .widget-card--grid .widget-card-actions-grid .favorite-btn-grid[data-v-e934d56a] .q-btn__content,.widget-store-grid-view .widget-card--grid .widget-card-actions-grid .open-btn-grid[data-v-e934d56a] .q-btn__content{font-size:.95rem}}.widget-card--list:nth-child(3n+1) .widget-card-icon[data-v-e934d56a]:before{background:var(--mint-taffy-gradient)}.widget-card--list:nth-child(3n+2) .widget-card-icon[data-v-e934d56a]:before{background:var(--berry-taffy-gradient)}.widget-card--list:nth-child(5n+4) .widget-card-icon[data-v-e934d56a]:before{background:var(--lavender-taffy-gradient)}.widget-card--list:nth-child(7n+6) .widget-card-icon[data-v-e934d56a]:before{background:var(--watermelon-taffy-gradient)}.widget-card--list:nth-child(3n+1):hover .widget-card-icon .widget-icon[data-v-e934d56a]{filter:drop-shadow(0 4px 12px var(--mint-taffy-shadow))!important}.widget-card--list:nth-child(3n+2):hover .widget-card-icon .widget-icon[data-v-e934d56a]{filter:drop-shadow(0 4px 12px var(--berry-taffy-shadow))!important}.widget-card--list:nth-child(5n+4):hover .widget-card-icon .widget-icon[data-v-e934d56a]{filter:drop-shadow(0 4px 12px var(--lavender-taffy-shadow))!important}.widget-card--list:nth-child(7n+6):hover .widget-card-icon .widget-icon[data-v-e934d56a]{filter:drop-shadow(0 4px 12px var(--watermelon-taffy-shadow))!important}.widget-card--grid:nth-child(3n+1) .widget-card-icon-grid[data-v-e934d56a]:before{background:var(--mint-taffy-gradient)}.widget-card--grid:nth-child(3n+2) .widget-card-icon-grid[data-v-e934d56a]:before{background:var(--berry-taffy-gradient)}.widget-card--grid:nth-child(5n+4) .widget-card-icon-grid[data-v-e934d56a]:before{background:var(--lavender-taffy-gradient)}.widget-card--grid:nth-child(7n+6) .widget-card-icon-grid[data-v-e934d56a]:before{background:var(--watermelon-taffy-gradient)}.widget-card--grid:nth-child(3n+1):hover .widget-card-icon-grid .widget-icon[data-v-e934d56a]{filter:drop-shadow(0 6px 14px var(--mint-taffy-shadow))!important}.widget-card--grid:nth-child(3n+2):hover .widget-card-icon-grid .widget-icon[data-v-e934d56a]{filter:drop-shadow(0 6px 14px var(--berry-taffy-shadow))!important}.widget-card--grid:nth-child(5n+4):hover .widget-card-icon-grid .widget-icon[data-v-e934d56a]{filter:drop-shadow(0 6px 14px var(--lavender-taffy-shadow))!important}.widget-card--grid:nth-child(7n+6):hover .widget-card-icon-grid .widget-icon[data-v-e934d56a]{filter:drop-shadow(0 6px 14px var(--watermelon-taffy-shadow))!important}.widget-store-filters[data-v-3342c1fc]{background:var(--tt-bg-card);border-radius:12px;border:1px solid var(--tt-border-light);margin-bottom:1rem;box-shadow:0 1px 3px var(--tt-card-shadow)}.widget-store-filters .filters-content[data-v-3342c1fc]{padding:1rem}.widget-store-filters .filters-content .quick-actions[data-v-3342c1fc]{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.widget-store-filters .filters-content .filter-groups .filter-group[data-v-3342c1fc]{margin-bottom:1.25rem}.widget-store-filters .filters-content .filter-groups .filter-group[data-v-3342c1fc]:last-child{margin-bottom:0}.widget-store-filters .filters-content .filter-groups .filter-group .group-header[data-v-3342c1fc]{display:flex;align-items:center;margin-bottom:.75rem;font-size:.9rem;font-weight:600;color:var(--tt-text-primary)}.widget-store-filters .filters-content .filter-groups .filter-group .filter-options[data-v-3342c1fc]{display:flex;flex-wrap:wrap;gap:.5rem}@media (max-width: 768px){.widget-store-filters .filters-content[data-v-3342c1fc]{padding:.75rem}.widget-store-filters .filters-content .quick-actions[data-v-3342c1fc],.widget-store-filters .filters-content .filter-groups .filter-group[data-v-3342c1fc]{margin-bottom:1rem}}.widget-store-empty-state[data-v-c248910a]{display:flex;align-items:center;justify-content:center;height:100%;min-height:400px;padding:2rem}.widget-store-empty-state .empty-welcome[data-v-c248910a],.widget-store-empty-state .empty-search[data-v-c248910a]{text-align:center;max-width:600px;width:100%;animation:fadeInUp-c248910a .6s ease-out}.widget-store-empty-state .empty-welcome .empty-illustration[data-v-c248910a]{margin-bottom:2rem}.widget-store-empty-state .empty-welcome .empty-illustration .illustration-container[data-v-c248910a]{position:relative;width:200px;height:200px;margin:0 auto}.widget-store-empty-state .empty-welcome .empty-illustration .illustration-container .floating-widgets[data-v-c248910a]{position:absolute;top:0;left:0;right:0;bottom:0}.widget-store-empty-state .empty-welcome .empty-illustration .illustration-container .floating-widgets .floating-widget[data-v-c248910a]{position:absolute;animation:floatWidget-c248910a 4s ease-in-out infinite}.widget-store-empty-state .empty-welcome .empty-illustration .illustration-container .floating-widgets .floating-widget[data-v-c248910a]:nth-child(1){top:20%;left:10%}.widget-store-empty-state .empty-welcome .empty-illustration .illustration-container .floating-widgets .floating-widget[data-v-c248910a]:nth-child(2){top:15%;right:15%}.widget-store-empty-state .empty-welcome .empty-illustration .illustration-container .floating-widgets .floating-widget[data-v-c248910a]:nth-child(3){top:60%;left:5%}.widget-store-empty-state .empty-welcome .empty-illustration .illustration-container .floating-widgets .floating-widget[data-v-c248910a]:nth-child(4){top:70%;right:10%}.widget-store-empty-state .empty-welcome .empty-illustration .illustration-container .floating-widgets .floating-widget[data-v-c248910a]:nth-child(5){bottom:20%;left:20%}.widget-store-empty-state .empty-welcome .empty-illustration .illustration-container .floating-widgets .floating-widget[data-v-c248910a]:nth-child(6){bottom:15%;right:20%}.widget-store-empty-state .empty-welcome .empty-illustration .illustration-container .central-store-icon[data-v-c248910a]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:pulse-c248910a 2s ease-in-out infinite}.widget-store-empty-state .empty-welcome .empty-illustration .illustration-container .central-store-icon .store-glow[data-v-c248910a]{position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:radial-gradient(circle,rgba(var(--q-primary-rgb),.2) 0%,transparent 70%);border-radius:50%;animation:glow-c248910a 3s ease-in-out infinite alternate}.widget-store-empty-state .empty-welcome .empty-content .empty-title[data-v-c248910a]{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:var(--q-text-primary);animation:slideInUp-c248910a .5s ease-out .2s both}.widget-store-empty-state .empty-welcome .empty-content .empty-description[data-v-c248910a]{margin:0 0 2rem;font-size:1rem;color:var(--q-text-secondary);line-height:1.6;animation:slideInUp-c248910a .5s ease-out .3s both}.widget-store-empty-state .empty-welcome .empty-content .empty-actions[data-v-c248910a]{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;animation:slideInUp-c248910a .5s ease-out .4s both}.widget-store-empty-state .empty-welcome .empty-content .empty-actions .action-btn[data-v-c248910a]{animation:bounceIn-c248910a .5s ease-out both}.widget-store-empty-state .empty-welcome .empty-content .empty-actions .action-btn[data-v-c248910a]:nth-child(1){animation-delay:.5s}.widget-store-empty-state .empty-welcome .empty-content .empty-actions .action-btn[data-v-c248910a]:nth-child(2){animation-delay:.6s}.widget-store-empty-state .empty-welcome .empty-content .empty-actions .action-btn[data-v-c248910a]:nth-child(3){animation-delay:.7s}.widget-store-empty-state .empty-welcome .empty-content .quick-categories[data-v-c248910a]{animation:slideInUp-c248910a .5s ease-out .5s both}.widget-store-empty-state .empty-welcome .empty-content .quick-categories .categories-title[data-v-c248910a]{margin:0 0 1rem;font-size:1rem;font-weight:600;color:var(--q-text-primary)}.widget-store-empty-state .empty-welcome .empty-content .quick-categories .category-chips[data-v-c248910a]{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem}.widget-store-empty-state .empty-welcome .empty-content .quick-categories .category-chips .category-chip-animated[data-v-c248910a]{animation:bounceIn-c248910a .4s ease-out both;transition:all .3s ease}.widget-store-empty-state .empty-welcome .empty-content .quick-categories .category-chips .category-chip-animated[data-v-c248910a]:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(var(--q-primary-rgb),.2)}.widget-store-empty-state .empty-welcome .empty-content .quick-categories .category-chips .category-chip-animated[data-v-c248910a]:nth-child(1){animation-delay:.6s}.widget-store-empty-state .empty-welcome .empty-content .quick-categories .category-chips .category-chip-animated[data-v-c248910a]:nth-child(2){animation-delay:.65s}.widget-store-empty-state .empty-welcome .empty-content .quick-categories .category-chips .category-chip-animated[data-v-c248910a]:nth-child(3){animation-delay:.7s}.widget-store-empty-state .empty-welcome .empty-content .quick-categories .category-chips .category-chip-animated[data-v-c248910a]:nth-child(4){animation-delay:.75s}.widget-store-empty-state .empty-welcome .empty-content .quick-categories .category-chips .category-chip-animated[data-v-c248910a]:nth-child(5){animation-delay:.8s}.widget-store-empty-state .empty-welcome .empty-content .quick-categories .category-chips .category-chip-animated[data-v-c248910a]:nth-child(6){animation-delay:.85s}.widget-store-empty-state .empty-search .search-illustration[data-v-c248910a]{margin-bottom:2rem}.widget-store-empty-state .empty-search .search-illustration .search-container[data-v-c248910a]{position:relative;width:120px;height:120px;margin:0 auto}.widget-store-empty-state .empty-search .search-illustration .search-container .search-icon[data-v-c248910a]{color:var(--q-primary);animation:searchPulse-c248910a 2s ease-in-out infinite}.widget-store-empty-state .empty-search .search-illustration .search-container .search-waves[data-v-c248910a]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.widget-store-empty-state .empty-search .search-illustration .search-container .search-waves .wave[data-v-c248910a]{position:absolute;border:2px solid rgba(var(--q-primary-rgb),.3);border-radius:50%;animation:ripple-c248910a 2s linear infinite}.widget-store-empty-state .empty-search .search-illustration .search-container .search-waves .wave.wave-1[data-v-c248910a]{width:60px;height:60px;margin:-30px;animation-delay:0s}.widget-store-empty-state .empty-search .search-illustration .search-container .search-waves .wave.wave-2[data-v-c248910a]{width:80px;height:80px;margin:-40px;animation-delay:.5s}.widget-store-empty-state .empty-search .search-illustration .search-container .search-waves .wave.wave-3[data-v-c248910a]{width:100px;height:100px;margin:-50px;animation-delay:1s}.widget-store-empty-state .empty-search .empty-content .empty-title[data-v-c248910a]{margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:var(--q-text-primary);animation:slideInUp-c248910a .5s ease-out .2s both}.widget-store-empty-state .empty-search .empty-content .empty-description[data-v-c248910a]{margin:0 0 1.5rem;font-size:.95rem;color:var(--q-text-secondary);line-height:1.5;animation:slideInUp-c248910a .5s ease-out .3s both}.widget-store-empty-state .empty-search .empty-content .empty-suggestions[data-v-c248910a]{background:var(--q-hover-color);border-radius:12px;padding:1.5rem;margin-bottom:2rem;text-align:left;animation:slideInUp-c248910a .5s ease-out .4s both}.widget-store-empty-state .empty-search .empty-content .empty-suggestions .suggestions-title[data-v-c248910a]{margin:0 0 1rem;font-size:.9rem;font-weight:600;color:var(--q-text-primary)}.widget-store-empty-state .empty-search .empty-content .empty-suggestions .suggestion-list[data-v-c248910a]{list-style:none;padding:0;margin:0}.widget-store-empty-state .empty-search .empty-content .empty-suggestions .suggestion-list li[data-v-c248910a]{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9rem;color:var(--q-text-secondary);animation:slideInLeft-c248910a .4s ease-out both}.widget-store-empty-state .empty-search .empty-content .empty-suggestions .suggestion-list li[data-v-c248910a]:nth-child(1){animation-delay:.5s}.widget-store-empty-state .empty-search .empty-content .empty-suggestions .suggestion-list li[data-v-c248910a]:nth-child(2){animation-delay:.6s}.widget-store-empty-state .empty-search .empty-content .empty-suggestions .suggestion-list li[data-v-c248910a]:nth-child(3){animation-delay:.7s}.widget-store-empty-state .empty-search .empty-content .empty-suggestions .suggestion-list li .q-icon[data-v-c248910a]{flex-shrink:0}.widget-store-empty-state .empty-search .empty-content .empty-actions[data-v-c248910a]{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;animation:slideInUp-c248910a .5s ease-out .5s both}@keyframes floatWidget-c248910a{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-10px) rotate(5deg)}50%{transform:translateY(-5px) rotate(-3deg)}75%{transform:translateY(-15px) rotate(2deg)}}@keyframes searchPulse-c248910a{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes ripple-c248910a{0%{transform:scale(0);opacity:1}to{transform:scale(1);opacity:0}}@keyframes glow-c248910a{0%{opacity:.5;transform:scale(1)}to{opacity:.8;transform:scale(1.1)}}@keyframes fadeInUp-c248910a{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp-c248910a{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft-c248910a{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes bounceIn-c248910a{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse-c248910a{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.05)}}@media (max-width: 768px){.widget-store-empty-state[data-v-c248910a]{padding:1.5rem;min-height:300px}.widget-store-empty-state .empty-welcome .empty-content .empty-actions[data-v-c248910a]{flex-direction:column;align-items:center}.widget-store-empty-state .empty-welcome .empty-content .empty-actions .action-btn[data-v-c248910a]{width:100%;max-width:250px}.widget-store-empty-state .empty-welcome .empty-content .quick-categories .category-chips[data-v-c248910a]{gap:.35rem}.widget-store-empty-state .empty-search .search-illustration .search-container[data-v-c248910a]{width:100px;height:100px}}@media (max-width: 480px){.widget-store-empty-state[data-v-c248910a]{padding:1rem}.widget-store-empty-state .empty-welcome .empty-illustration .illustration-container[data-v-c248910a]{width:150px;height:150px}}.category-sidebar[data-v-5d5e2c7a]{width:200px;flex-shrink:0;background:var(--tt-bg-card);border-right:1px solid var(--tt-border-light);display:flex;flex-direction:column;height:100%;overflow:hidden}.sidebar-header[data-v-5d5e2c7a]{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .75rem;border-bottom:1px solid var(--tt-border-light);flex-shrink:0}.sidebar-title[data-v-5d5e2c7a]{margin:0;font-size:.875rem;font-weight:600;color:var(--tt-text-primary);text-transform:uppercase;letter-spacing:.05em}.clear-btn[data-v-5d5e2c7a]{opacity:.7;transition:opacity .2s ease}.clear-btn[data-v-5d5e2c7a]:hover{opacity:1}.sidebar-content[data-v-5d5e2c7a]{flex:1;overflow-y:auto;padding:.5rem 0;scrollbar-width:thin;scrollbar-color:var(--tt-scrollbar-thumb) transparent}.sidebar-content[data-v-5d5e2c7a]::-webkit-scrollbar{width:6px}.sidebar-content[data-v-5d5e2c7a]::-webkit-scrollbar-track{background:transparent}.sidebar-content[data-v-5d5e2c7a]::-webkit-scrollbar-thumb{background:var(--tt-scrollbar-thumb);border-radius:3px}.sidebar-content[data-v-5d5e2c7a]::-webkit-scrollbar-thumb:hover{background:var(--tt-scrollbar-thumb-hover)}.category-item[data-v-5d5e2c7a]{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.625rem 1rem;background:transparent;border:none;border-left:3px solid transparent;cursor:pointer;transition:all .2s ease;text-align:left;color:var(--tt-text-primary);position:relative}.category-item[data-v-5d5e2c7a]:hover{background:var(--tt-bg-hover)}.category-item.category-item--active[data-v-5d5e2c7a]{background:var(--tt-bg-active);border-left-color:var(--tt-primary);font-weight:600}.category-item.category-item--active .category-label[data-v-5d5e2c7a],.category-item.category-item--active .category-count[data-v-5d5e2c7a]{color:var(--tt-text-primary);font-weight:600}.category-item.category-item--active .category-color-indicator[data-v-5d5e2c7a]{transform:scale(1.2);box-shadow:0 0 0 2px var(--tt-bg-active)}.category-item.category-item--active .category-icon[data-v-5d5e2c7a]{color:var(--tt-primary)}.category-item-content[data-v-5d5e2c7a]{display:flex;align-items:center;gap:.625rem;flex:1;min-width:0}.category-icon[data-v-5d5e2c7a]{font-size:.875rem;color:var(--tt-text-secondary);flex-shrink:0}.category-color-indicator[data-v-5d5e2c7a]{width:8px;height:8px;border-radius:50%;flex-shrink:0;transition:transform .2s ease,box-shadow .2s ease}.category-label[data-v-5d5e2c7a]{font-size:.875rem;color:var(--tt-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-count[data-v-5d5e2c7a]{font-size:.75rem;color:var(--tt-text-secondary);font-weight:500;flex-shrink:0;margin-left:.5rem;transition:color .2s ease}@media (max-width: 768px){.category-sidebar[data-v-5d5e2c7a]{display:none}}
