.SearchComponent-module__RXmsmq__searchComponent{flex-direction:column;gap:1rem;display:flex}.SearchComponent-module__RXmsmq__searchBar{align-items:center;gap:1rem;display:flex}.SearchComponent-module__RXmsmq__searchInputGroup{flex:1;max-width:500px;position:relative}.SearchComponent-module__RXmsmq__searchIcon{color:#6c757d;z-index:1;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.SearchComponent-module__RXmsmq__searchInput{background:#fff;border:2px solid #e9ecef;border-radius:.5rem;outline:none;width:100%;padding:12px 16px 12px 48px;font-size:1rem;transition:all .2s}.SearchComponent-module__RXmsmq__searchInput:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.SearchComponent-module__RXmsmq__searchInput:disabled{color:#6c757d;cursor:not-allowed;background:#f8f9fa}.SearchComponent-module__RXmsmq__searchInput::placeholder{color:#adb5bd}.SearchComponent-module__RXmsmq__clearButton{color:#6c757d;cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.SearchComponent-module__RXmsmq__clearButton:hover{color:#495057;background:#f8f9fa}.SearchComponent-module__RXmsmq__actionToggle{cursor:pointer;color:#6c757d;background:#f8f9fa;border:2px solid #e9ecef;border-radius:.5rem;justify-content:center;align-items:center;padding:12px;transition:all .2s;display:flex}.SearchComponent-module__RXmsmq__actionToggle:hover{background:#e9ecef;border-color:#dee2e6}.SearchComponent-module__RXmsmq__actionToggle.SearchComponent-module__RXmsmq__active{color:#fff;background:#007bff;border-color:#007bff}.SearchComponent-module__RXmsmq__actionsPanel{background:#f8f9fa;border:1px solid #e9ecef;border-radius:.5rem;padding:1rem;animation:.2s ease-out SearchComponent-module__RXmsmq__slideDown}@keyframes SearchComponent-module__RXmsmq__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.SearchComponent-module__RXmsmq__actionGroup{flex-wrap:wrap;gap:.75rem;display:flex}.SearchComponent-module__RXmsmq__actionButton{color:#495057;cursor:pointer;background:#fff;border:1px solid #dee2e6;border-radius:.375rem;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.SearchComponent-module__RXmsmq__actionButton:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.SearchComponent-module__RXmsmq__actionButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.SearchComponent-module__RXmsmq__actionButton.SearchComponent-module__RXmsmq__warning{color:#856404;background:#fff3cd;border-color:#ffeaa7}.SearchComponent-module__RXmsmq__actionButton.SearchComponent-module__RXmsmq__warning:hover:not(:disabled){background:#ffeaa7;border-color:#ffd93d}.SearchComponent-module__RXmsmq__actionButton.SearchComponent-module__RXmsmq__success{color:#155724;background:#d4edda;border-color:#c3e6cb}.SearchComponent-module__RXmsmq__actionButton.SearchComponent-module__RXmsmq__success:hover:not(:disabled){background:#c3e6cb;border-color:#b1dfbb}@media (max-width:768px){.SearchComponent-module__RXmsmq__searchBar{flex-direction:column;align-items:stretch}.SearchComponent-module__RXmsmq__searchInputGroup{max-width:none}.SearchComponent-module__RXmsmq__actionGroup{justify-content:center}.SearchComponent-module__RXmsmq__actionButton{flex:1;justify-content:center;min-width:0}}@media (max-width:480px){.SearchComponent-module__RXmsmq__actionGroup{flex-direction:column}.SearchComponent-module__RXmsmq__actionButton{width:100%}}
.ProductList-module__07qi8W__productListContainer{background:#fff;border-radius:.5rem;height:100%;padding:1.5rem;overflow:auto}.ProductList-module__07qi8W__productListContainer[style*="background: transparent"]{background:0 0!important;height:auto!important;overflow:visible!important}.ProductList-module__07qi8W__productGrid{gap:1.5rem;width:100%;display:grid}.ProductList-module__07qi8W__gridView{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.ProductList-module__07qi8W__listView{grid-template-columns:1fr}.ProductList-module__07qi8W__horizontalView{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#0000004d #0000001a;gap:1rem;padding-bottom:.5rem;flex-direction:row!important;display:flex!important;overflow:auto hidden!important}.ProductList-module__07qi8W__horizontalView::-webkit-scrollbar{height:6px}.ProductList-module__07qi8W__horizontalView::-webkit-scrollbar-track{background:#0000001a;border-radius:3px}.ProductList-module__07qi8W__horizontalView::-webkit-scrollbar-thumb{background:#0000004d;border-radius:3px}.ProductList-module__07qi8W__horizontalView::-webkit-scrollbar-thumb:hover{background:#00000080}.ProductList-module__07qi8W__horizontalCard{flex-shrink:0!important;width:280px!important;min-width:280px!important}.ProductList-module__07qi8W__productCard{background:#fff;border:1px solid #e9ecef;border-radius:.75rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 2px 4px #0000000d}.ProductList-module__07qi8W__productCard:hover{border-color:#007bff;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.ProductList-module__07qi8W__gridCard{flex-direction:column;display:flex}.ProductList-module__07qi8W__listCard{flex-direction:row;align-items:stretch;display:flex}.ProductList-module__07qi8W__itemBadge{z-index:2;gap:.5rem;display:flex;position:absolute;top:.75rem;left:.75rem}.ProductList-module__07qi8W__badge{text-transform:uppercase;letter-spacing:.5px;border-radius:.375rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.ProductList-module__07qi8W__serviceBadge{color:#fff;background:#17a2b8}.ProductList-module__07qi8W__productBadge{color:#fff;background:#28a745}.ProductList-module__07qi8W__flaggedBadge{color:#fff;background:#dc3545}.ProductList-module__07qi8W__itemImage{background:#f8f9fa;border-radius:.5rem;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ProductList-module__07qi8W__gridCard .ProductList-module__07qi8W__itemImage{border-top-left-radius:.75rem;border-top-right-radius:.75rem;width:100%;height:200px}.ProductList-module__07qi8W__listCard .ProductList-module__07qi8W__itemImage{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem;flex-shrink:0;width:120px;height:120px}.ProductList-module__07qi8W__image{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%;height:100%;transition:transform .3s}.ProductList-module__07qi8W__productCard:hover .ProductList-module__07qi8W__image{transform:scale(1.05)}.ProductList-module__07qi8W__placeholderImage{color:#adb5bd;background:#f8f9fa;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ProductList-module__07qi8W__itemContent{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex}.ProductList-module__07qi8W__listCard .ProductList-module__07qi8W__itemContent{padding:1rem 1.5rem}.ProductList-module__07qi8W__itemTitle{color:#212529;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.125rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.ProductList-module__07qi8W__listCard .ProductList-module__07qi8W__itemTitle{font-size:1.25rem}.ProductList-module__07qi8W__itemDescription{color:#6c757d;flex:1;margin:0;font-size:.875rem;line-height:1.5}.ProductList-module__07qi8W__listCard .ProductList-module__07qi8W__itemDescription{font-size:1rem}.ProductList-module__07qi8W__itemDetails{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.ProductList-module__07qi8W__itemPrice{color:#28a745;font-size:1.125rem;font-weight:700}.ProductList-module__07qi8W__listCard .ProductList-module__07qi8W__itemPrice{font-size:1.25rem}.ProductList-module__07qi8W__priorityBadge{color:#212529;background:#ffc107;border-radius:.375rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.ProductList-module__07qi8W__itemActions{gap:.5rem;margin-top:auto;display:flex}.ProductList-module__07qi8W__actionButton{cursor:pointer;border:none;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.ProductList-module__07qi8W__addToBasket{color:#fff;background:#007bff;flex:1}.ProductList-module__07qi8W__addToBasket:hover:not(:disabled){background:#0056b3;transform:translateY(-1px)}.ProductList-module__07qi8W__addToBasket:disabled{cursor:not-allowed;opacity:.6;background:#6c757d}.ProductList-module__07qi8W__itemLoadingOverlay{z-index:10;background:#fffc;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ProductList-module__07qi8W__smallSpinner{border:2px solid #e9ecef;border-top-color:#007bff;border-radius:50%;width:24px;height:24px;animation:1s linear infinite ProductList-module__07qi8W__spin}.ProductList-module__07qi8W__loadingContainer,.ProductList-module__07qi8W__emptyContainer{text-align:center;color:#6c757d;flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.ProductList-module__07qi8W__emptyIcon{color:#adb5bd;margin-bottom:1.5rem}.ProductList-module__07qi8W__emptyContainer h3{color:#495057;margin:0 0 .5rem;font-size:1.5rem}.ProductList-module__07qi8W__emptyContainer p{margin:0;font-size:1rem}.ProductList-module__07qi8W__spinner{border:4px solid #e9ecef;border-top-color:#007bff;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite ProductList-module__07qi8W__spin}@keyframes ProductList-module__07qi8W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1024px){.ProductList-module__07qi8W__gridView{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:768px){.ProductList-module__07qi8W__productListContainer{padding:1rem}.ProductList-module__07qi8W__gridView{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.ProductList-module__07qi8W__listCard{flex-direction:column}.ProductList-module__07qi8W__listCard .ProductList-module__07qi8W__itemImage{border-top-left-radius:.75rem;border-top-right-radius:.75rem;border-bottom-left-radius:0;width:100%;height:160px}.ProductList-module__07qi8W__listCard .ProductList-module__07qi8W__itemContent{padding:1rem}.ProductList-module__07qi8W__itemTitle{font-size:1rem}.ProductList-module__07qi8W__listCard .ProductList-module__07qi8W__itemTitle{font-size:1.125rem}}@media (max-width:480px){.ProductList-module__07qi8W__gridView{grid-template-columns:1fr}.ProductList-module__07qi8W__productGrid{gap:.75rem}.ProductList-module__07qi8W__gridCard .ProductList-module__07qi8W__itemImage{height:180px}.ProductList-module__07qi8W__itemContent{padding:.75rem}}
.Basket-module__aiiR6a__basketContainer{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;height:100%;display:flex;overflow:hidden}.Basket-module__aiiR6a__basketHeader{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.Basket-module__aiiR6a__basketTitle{color:#111827;align-items:center;gap:.5rem;margin:0;font-size:1.1rem;font-weight:600;display:flex}.Basket-module__aiiR6a__basketTitle svg{color:#6366f1}.Basket-module__aiiR6a__categorySwitch{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d1d5db;border-radius:6px;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.875rem;transition:all .2s;display:flex}.Basket-module__aiiR6a__categorySwitch:hover{color:#6366f1;background:#f8faff;border-color:#6366f1}.Basket-module__aiiR6a__categorySwitch svg{flex-shrink:0}.Basket-module__aiiR6a__basketContent{flex-direction:column;flex:1;display:flex;overflow:hidden}.Basket-module__aiiR6a__emptyBasket{text-align:center;color:#6b7280;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.Basket-module__aiiR6a__emptyIcon{opacity:.5;margin-bottom:1rem}.Basket-module__aiiR6a__emptyBasket p{color:#374151;margin:0 0 .5rem;font-weight:500}.Basket-module__aiiR6a__emptyBasket small{opacity:.7;font-size:.875rem}.Basket-module__aiiR6a__basketItems{flex-direction:column;flex:1;gap:.5rem;padding:.5rem;display:flex;overflow-y:auto}.Basket-module__aiiR6a__basketItem{background:#fff;border:1px solid #e5e7eb;border-radius:6px;gap:.75rem;padding:.75rem;transition:all .2s;display:flex}.Basket-module__aiiR6a__basketItem:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.Basket-module__aiiR6a__itemImage{background:#f3f4f6;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;overflow:hidden}.Basket-module__aiiR6a__image{-o-object-fit:cover;object-fit:cover;border-radius:4px;width:100%;height:100%}.Basket-module__aiiR6a__placeholderImage{color:#9ca3af;justify-content:center;align-items:center;display:flex}.Basket-module__aiiR6a__itemDetails{flex:1;min-width:0}.Basket-module__aiiR6a__itemTitle{color:#111827;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .25rem;font-size:.875rem;font-weight:500;line-height:1.2;display:-webkit-box;overflow:hidden}.Basket-module__aiiR6a__itemMeta{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.Basket-module__aiiR6a__itemPrice{color:#059669;font-size:.875rem;font-weight:600}.Basket-module__aiiR6a__removeButton{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.Basket-module__aiiR6a__removeButton:hover{color:#b91c1c;background:#fecaca}.Basket-module__aiiR6a__basketFooter{background:#f9fafb;border-top:1px solid #e5e7eb;padding:1rem}.Basket-module__aiiR6a__totals{margin-bottom:1rem}.Basket-module__aiiR6a__totalRow{color:#374151;justify-content:space-between;align-items:center;padding:.25rem 0;font-size:.875rem;display:flex}.Basket-module__aiiR6a__grandTotal{color:#111827;border-top:1px solid #d1d5db;margin-top:.5rem;padding-top:.5rem;font-size:1rem;font-weight:600}.Basket-module__aiiR6a__checkoutButton{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:.75rem;padding:.75rem 1rem;font-weight:500;transition:all .2s;display:flex}.Basket-module__aiiR6a__checkoutButton:hover:not(.Basket-module__aiiR6a__disabled){background:#5855eb;transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.Basket-module__aiiR6a__checkoutButton.Basket-module__aiiR6a__disabled{cursor:not-allowed;box-shadow:none;background:#9ca3af;transform:none}.Basket-module__aiiR6a__checkoutButton.Basket-module__aiiR6a__disabled:hover{background:#9ca3af;transform:none}.Basket-module__aiiR6a__stripeStatus{text-align:center}.Basket-module__aiiR6a__connected,.Basket-module__aiiR6a__disconnected{justify-content:center;align-items:center;gap:.375rem;padding:.25rem;font-size:.75rem;display:flex}.Basket-module__aiiR6a__connected{color:#059669}.Basket-module__aiiR6a__disconnected{color:#dc2626}@media (max-width:768px){.Basket-module__aiiR6a__basketHeader{flex-direction:column;align-items:stretch;gap:.75rem;padding:.75rem}.Basket-module__aiiR6a__basketTitle{font-size:1rem}.Basket-module__aiiR6a__categorySwitch{justify-content:center;font-size:.8125rem}.Basket-module__aiiR6a__basketItem{gap:.5rem;padding:.5rem}.Basket-module__aiiR6a__itemImage{width:40px;height:40px}.Basket-module__aiiR6a__basketFooter{padding:.75rem}}@media (max-width:480px){.Basket-module__aiiR6a__basketHeader{padding:.5rem}.Basket-module__aiiR6a__basketItems{padding:.25rem}.Basket-module__aiiR6a__basketItem{padding:.5rem}.Basket-module__aiiR6a__itemTitle,.Basket-module__aiiR6a__itemPrice,.Basket-module__aiiR6a__totalRow{font-size:.8125rem}.Basket-module__aiiR6a__checkoutButton{padding:.625rem .75rem;font-size:.875rem}}
.ConnectModal-module__OAEiZG__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ConnectModal-module__OAEiZG__modalContent{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;animation:.3s ease-out ConnectModal-module__OAEiZG__modalSlideIn;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes ConnectModal-module__OAEiZG__modalSlideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ConnectModal-module__OAEiZG__modalHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;display:flex}.ConnectModal-module__OAEiZG__modalTitle{color:#111827;align-items:center;gap:.75rem;margin:0;font-size:1.25rem;font-weight:600;display:flex}.ConnectModal-module__OAEiZG__modalTitle svg{color:#6366f1}.ConnectModal-module__OAEiZG__closeButton{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.ConnectModal-module__OAEiZG__closeButton:hover:not(:disabled){color:#374151;background:#e5e7eb}.ConnectModal-module__OAEiZG__closeButton:disabled{opacity:.5;cursor:not-allowed}.ConnectModal-module__OAEiZG__modalBody{max-height:60vh;padding:1.5rem;overflow-y:auto}.ConnectModal-module__OAEiZG__progressCard{background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;margin-bottom:1rem;padding:.875rem 1rem}.ConnectModal-module__OAEiZG__progressHeader{color:#3730a3;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem;display:flex}.ConnectModal-module__OAEiZG__progressBarTrack{background:#c7d2fe;border-radius:999px;width:100%;height:8px;overflow:hidden}.ConnectModal-module__OAEiZG__progressBarFill{background:linear-gradient(90deg,#6366f1 0%,#4f46e5 100%);height:100%;transition:width .2s}.ConnectModal-module__OAEiZG__userInfo{background:#f9fafb;border-radius:8px;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.ConnectModal-module__OAEiZG__userAvatar{background:#e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.ConnectModal-module__OAEiZG__avatarImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.ConnectModal-module__OAEiZG__avatarPlaceholder{color:#9ca3af}.ConnectModal-module__OAEiZG__userDetails h3{color:#111827;margin:0 0 .25rem;font-size:1rem;font-weight:600}.ConnectModal-module__OAEiZG__userId{color:#6b7280;margin:0;font-family:monospace;font-size:.875rem}.ConnectModal-module__OAEiZG__connectionStatus{margin-bottom:1.5rem}.ConnectModal-module__OAEiZG__statusBadge{border:2px solid;border-radius:8px;gap:1rem;padding:1rem;display:flex}.ConnectModal-module__OAEiZG__statusBadge.ConnectModal-module__OAEiZG__connected{background:#ecfdf5;border-color:#10b981}.ConnectModal-module__OAEiZG__statusBadge.ConnectModal-module__OAEiZG__disconnected{background:#fef2f2;border-color:#ef4444}.ConnectModal-module__OAEiZG__statusIcon{flex-shrink:0;margin-top:.125rem}.ConnectModal-module__OAEiZG__connected .ConnectModal-module__OAEiZG__statusIcon{color:#059669}.ConnectModal-module__OAEiZG__disconnected .ConnectModal-module__OAEiZG__statusIcon{color:#dc2626}.ConnectModal-module__OAEiZG__statusText strong{margin-bottom:.25rem;font-size:.875rem;font-weight:600;display:block}.ConnectModal-module__OAEiZG__connected .ConnectModal-module__OAEiZG__statusText strong{color:#065f46}.ConnectModal-module__OAEiZG__disconnected .ConnectModal-module__OAEiZG__statusText strong{color:#991b1b}.ConnectModal-module__OAEiZG__statusText p{margin:0;font-size:.875rem;line-height:1.4}.ConnectModal-module__OAEiZG__connected .ConnectModal-module__OAEiZG__statusText p{color:#047857}.ConnectModal-module__OAEiZG__disconnected .ConnectModal-module__OAEiZG__statusText p{color:#b91c1c}.ConnectModal-module__OAEiZG__stripeDetails{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.ConnectModal-module__OAEiZG__stripeDetails h4{color:#334155;margin:0 0 .75rem;font-size:.875rem;font-weight:600}.ConnectModal-module__OAEiZG__detailsList{flex-direction:column;gap:.5rem;display:flex}.ConnectModal-module__OAEiZG__detailItem{justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.ConnectModal-module__OAEiZG__detailLabel{color:#64748b;font-weight:500}.ConnectModal-module__OAEiZG__detailValue{color:#1e293b;background:#e2e8f0;border-radius:4px;padding:.125rem .375rem;font-family:monospace}.ConnectModal-module__OAEiZG__errorMessage{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.ConnectModal-module__OAEiZG__benefits{margin-bottom:1.5rem}.ConnectModal-module__OAEiZG__benefits h4{color:#111827;margin:0 0 .75rem;font-size:1rem;font-weight:600}.ConnectModal-module__OAEiZG__benefitsList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.ConnectModal-module__OAEiZG__benefitsList li{color:#374151;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.4;display:flex}.ConnectModal-module__OAEiZG__benefitsList li svg{color:#059669;flex-shrink:0;margin-top:.125rem}.ConnectModal-module__OAEiZG__modalFooter{background:#f9fafb;border-top:1px solid #e5e7eb;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem 1.5rem;display:flex}.ConnectModal-module__OAEiZG__cancelButton,.ConnectModal-module__OAEiZG__connectButton,.ConnectModal-module__OAEiZG__disconnectButton{cursor:pointer;border:1px solid;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;min-width:100px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.ConnectModal-module__OAEiZG__cancelButton{color:#374151;background:#fff;border-color:#d1d5db}.ConnectModal-module__OAEiZG__cancelButton:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.ConnectModal-module__OAEiZG__connectButton{color:#fff;background:#6366f1;border-color:#6366f1}.ConnectModal-module__OAEiZG__connectButton:hover:not(:disabled){background:#5855eb;border-color:#5855eb;transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.ConnectModal-module__OAEiZG__disconnectButton{color:#fff;background:#dc2626;border-color:#dc2626}.ConnectModal-module__OAEiZG__disconnectButton:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.ConnectModal-module__OAEiZG__cancelButton:disabled,.ConnectModal-module__OAEiZG__connectButton:disabled,.ConnectModal-module__OAEiZG__disconnectButton:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.ConnectModal-module__OAEiZG__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:1s linear infinite ConnectModal-module__OAEiZG__spin}@keyframes ConnectModal-module__OAEiZG__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.ConnectModal-module__OAEiZG__modalOverlay{padding:.5rem}.ConnectModal-module__OAEiZG__modalContent{max-height:95vh}.ConnectModal-module__OAEiZG__modalHeader{padding:1rem 1rem .75rem}.ConnectModal-module__OAEiZG__modalTitle{font-size:1.125rem}.ConnectModal-module__OAEiZG__modalBody{padding:1rem}.ConnectModal-module__OAEiZG__userInfo{gap:.75rem;padding:.75rem}.ConnectModal-module__OAEiZG__userAvatar{width:40px;height:40px}.ConnectModal-module__OAEiZG__modalFooter{flex-direction:column-reverse;padding:.75rem 1rem 1rem}.ConnectModal-module__OAEiZG__cancelButton,.ConnectModal-module__OAEiZG__connectButton,.ConnectModal-module__OAEiZG__disconnectButton{justify-content:center;width:100%}}@media (max-width:480px){.ConnectModal-module__OAEiZG__modalOverlay{align-items:flex-end;padding:0}.ConnectModal-module__OAEiZG__modalContent{border-radius:12px 12px 0 0;max-height:90vh;animation:.3s ease-out ConnectModal-module__OAEiZG__modalSlideUp}@keyframes ConnectModal-module__OAEiZG__modalSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ConnectModal-module__OAEiZG__statusBadge{text-align:center;flex-direction:column;gap:.5rem}.ConnectModal-module__OAEiZG__detailItem{flex-direction:column;align-items:flex-start;gap:.25rem}.ConnectModal-module__OAEiZG__detailValue{text-align:center;align-self:stretch}}
.StoreWrapper-module__S1obaG__storeWrapper{background:#f8f9fa;flex-direction:column;height:100%;display:flex}.StoreWrapper-module__S1obaG__storeWrapper[style*="background: transparent"]{background:0 0!important}.StoreWrapper-module__S1obaG__storeHeader{z-index:100;background:#fff;border-bottom:1px solid #dee2e6;padding:1rem 1.5rem;position:sticky;top:0}.StoreWrapper-module__S1obaG__statsBar{border-top:1px solid #e9ecef;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.StoreWrapper-module__S1obaG__stats{gap:2rem;display:flex}.StoreWrapper-module__S1obaG__statItem{color:#6c757d;font-size:.875rem;font-weight:500}.StoreWrapper-module__S1obaG__categoryToggle{background:#e9ecef;border-radius:.5rem;padding:.25rem;display:flex}.StoreWrapper-module__S1obaG__categoryButton{cursor:pointer;color:#6c757d;background:0 0;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.StoreWrapper-module__S1obaG__categoryButton.StoreWrapper-module__S1obaG__active{color:#fff;background:#007bff;box-shadow:0 2px 4px #007bff40}.StoreWrapper-module__S1obaG__categoryButton:hover:not(.StoreWrapper-module__S1obaG__active){color:#495057;background:#f8f9fa}.StoreWrapper-module__S1obaG__mainContent{flex:1;gap:1.5rem;min-height:0;padding:1.5rem;display:flex}.StoreWrapper-module__S1obaG__mainContent[style*="padding: 0"]{padding:0!important}.StoreWrapper-module__S1obaG__productArea{flex:1;min-width:0}.StoreWrapper-module__S1obaG__basketArea{flex:0 0 320px;min-width:320px}.StoreWrapper-module__S1obaG__loadingOverlay{z-index:1000;background:#ffffffe6;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.StoreWrapper-module__S1obaG__spinner{border:4px solid #e9ecef;border-top-color:#007bff;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite StoreWrapper-module__S1obaG__spin}@keyframes StoreWrapper-module__S1obaG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1024px){.StoreWrapper-module__S1obaG__basketArea{flex:0 0 280px;min-width:280px}}@media (max-width:768px){.StoreWrapper-module__S1obaG__mainContent{flex-direction:column;gap:1rem;padding:1rem}.StoreWrapper-module__S1obaG__basketArea{min-width:unset;flex:none;order:-1}.StoreWrapper-module__S1obaG__statsBar{flex-direction:column;align-items:stretch;gap:1rem}.StoreWrapper-module__S1obaG__stats{flex-wrap:wrap;justify-content:center;gap:1rem}.StoreWrapper-module__S1obaG__categoryToggle{align-self:center}.StoreWrapper-module__S1obaG__storeHeader{padding:1rem}}.StoreWrapper-module__S1obaG__stripeWarning{background:linear-gradient(135deg,#fff3cd 0%,#ffeaa7 100%);border:1px solid #ffc107;border-radius:.5rem;margin-top:1rem;overflow:hidden}.StoreWrapper-module__S1obaG__warningContent{align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.StoreWrapper-module__S1obaG__warningIcon{flex-shrink:0;font-size:1.25rem}.StoreWrapper-module__S1obaG__warningText{flex:1}.StoreWrapper-module__S1obaG__warningText strong{color:#856404;margin-bottom:.25rem;font-size:.95rem;font-weight:600;display:block}.StoreWrapper-module__S1obaG__warningText p{color:#6c5700;margin:0;font-size:.875rem;line-height:1.4}@media (max-width:768px){.StoreWrapper-module__S1obaG__warningContent{gap:.5rem;padding:.75rem}.StoreWrapper-module__S1obaG__warningIcon{font-size:1.1rem}.StoreWrapper-module__S1obaG__warningText strong{font-size:.9rem}.StoreWrapper-module__S1obaG__warningText p{font-size:.8rem}}
*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border-width:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.collapse{visibility:collapse!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.sticky{position:sticky!important}.inset-0{inset:0!important}.inset-x-0{left:0!important;right:0!important}.inset-y-0{top:0!important;bottom:0!important}.-bottom-12{bottom:-3rem!important}.-left-12{left:-3rem!important}.-right-12{right:-3rem!important}.-top-12{top:-3rem!important}.bottom-0{bottom:0!important}.bottom-20{bottom:5rem!important}.bottom-4{bottom:1rem!important}.end-0{inset-inline-end:0!important}.left-1{left:.25rem!important}.left-1\/2{left:50%!important}.left-2{left:.5rem!important}.left-5{left:1.25rem!important}.left-\[50\%\]{left:50%!important}.right-1{right:.25rem!important}.right-2{right:.5rem!important}.right-24{right:6rem!important}.right-3{right:.75rem!important}.right-4{right:1rem!important}.start-0{inset-inline-start:0!important}.top-1\.5{top:.375rem!important}.top-1\/2{top:50%!important}.top-2{top:.5rem!important}.top-3{top:.75rem!important}.top-3\.5{top:.875rem!important}.top-4{top:1rem!important}.top-\[1px\]{top:1px!important}.top-\[50\%\]{top:50%!important}.top-\[60\%\]{top:60%!important}.top-full{top:100%!important}.isolate{isolation:isolate!important}.z-10{z-index:10!important}.z-20{z-index:20!important}.z-\[100\]{z-index:100!important}.z-\[1\]{z-index:1!important}.z-\[2000\]{z-index:2000!important}.order-first{order:-9999!important}.order-last{order:9999!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.-mx-1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3\.5{margin-left:.875rem!important;margin-right:.875rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0\.5{margin-top:.125rem!important;margin-bottom:.125rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.-ml-4{margin-left:-1rem!important}.-mt-4{margin-top:-1rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-1\.5{margin-bottom:.375rem!important}.mb-10{margin-bottom:2.5rem!important}.mb-12{margin-bottom:3rem!important}.mb-16{margin-bottom:4rem!important}.mb-2{margin-bottom:.5rem!important}.mb-20{margin-bottom:5rem!important}.mb-24{margin-bottom:6rem!important}.mb-3{margin-bottom:.75rem!important}.mb-4{margin-bottom:1rem!important}.mb-5{margin-bottom:1.25rem!important}.mb-6{margin-bottom:1.5rem!important}.mb-8{margin-bottom:2rem!important}.me-2{margin-inline-end:.5rem!important}.me-8{margin-inline-end:2rem!important}.ml-1{margin-left:.25rem!important}.ml-auto{margin-left:auto!important}.mr-2{margin-right:.5rem!important}.ms-2{margin-inline-start:.5rem!important}.ms-8{margin-inline-start:2rem!important}.ms-auto{margin-inline-start:auto!important}.mt-1{margin-top:.25rem!important}.mt-1\.5{margin-top:.375rem!important}.mt-12{margin-top:3rem!important}.mt-16{margin-top:4rem!important}.mt-2{margin-top:.5rem!important}.mt-24{margin-top:6rem!important}.mt-3{margin-top:.75rem!important}.mt-4{margin-top:1rem!important}.mt-8{margin-top:2rem!important}.mt-auto{margin-top:auto!important}.box-border{box-sizing:border-box!important}.line-clamp-1{-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.line-clamp-2{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.block{display:block!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.\!flex,.flex{display:flex!important}.inline-flex{display:inline-flex!important}.table{display:table!important}.table-row{display:table-row!important}.grid{display:grid!important}.contents{display:contents!important}.hidden{display:none!important}.aspect-\[4\/3\]{aspect-ratio:4/3!important}.aspect-square{aspect-ratio:1!important}.aspect-video{aspect-ratio:16/9!important}.size-1{width:.25rem!important;height:.25rem!important}.size-4{width:1rem!important;height:1rem!important}.h-1{height:.25rem!important}.h-1\.5{height:.375rem!important}.h-10{height:2.5rem!important}.h-11{height:2.75rem!important}.h-12{height:3rem!important}.h-14{height:3.5rem!important}.h-2{height:.5rem!important}.h-2\.5{height:.625rem!important}.h-20{height:5rem!important}.h-24{height:6rem!important}.h-3{height:.75rem!important}.h-3\.5{height:.875rem!important}.h-4{height:1rem!important}.h-40{height:10rem!important}.h-5{height:1.25rem!important}.h-6{height:1.5rem!important}.h-7{height:1.75rem!important}.h-8{height:2rem!important}.h-9{height:2.25rem!important}.h-\[1px\]{height:1px!important}.h-\[500px\]{height:500px!important}.h-\[60vh\]{height:60vh!important}.h-\[620px\]{height:620px!important}.h-\[720px\]{height:720px!important}.h-\[800px\]{height:800px!important}.h-\[880px\]{height:880px!important}.h-\[90px\]{height:90px!important}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)!important}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)!important}.h-auto{height:auto!important}.h-full{height:100%!important}.h-px{height:1px!important}.h-screen{height:100vh!important}.h-svh{height:100svh!important}.max-h-96{max-height:24rem!important}.max-h-\[300px\]{max-height:300px!important}.max-h-\[80\%\]{max-height:80%!important}.max-h-\[80vh\]{max-height:80vh!important}.max-h-\[calc\(40vh\+150px\)\]{max-height:calc(40vh + 150px)!important}.max-h-screen{max-height:100vh!important}.min-h-0{min-height:0!important}.min-h-\[420px\]{min-height:420px!important}.min-h-\[50vh\]{min-height:50vh!important}.min-h-\[60vh\]{min-height:60vh!important}.min-h-\[80px\]{min-height:80px!important}.min-h-screen{min-height:100vh!important}.min-h-svh{min-height:100svh!important}.w-0{width:0!important}.w-1{width:.25rem!important}.w-1\/2{width:50%!important}.w-10{width:2.5rem!important}.w-11{width:2.75rem!important}.w-12{width:3rem!important}.w-16{width:4rem!important}.w-2{width:.5rem!important}.w-2\.5{width:.625rem!important}.w-2\/3{width:66.6667%!important}.w-20{width:5rem!important}.w-24{width:6rem!important}.w-3{width:.75rem!important}.w-3\.5{width:.875rem!important}.w-3\/4{width:75%!important}.w-32{width:8rem!important}.w-4{width:1rem!important}.w-48{width:12rem!important}.w-5{width:1.25rem!important}.w-5\/6{width:83.3333%!important}.w-6{width:1.5rem!important}.w-64{width:16rem!important}.w-7{width:1.75rem!important}.w-72{width:18rem!important}.w-8{width:2rem!important}.w-9{width:2.25rem!important}.w-\[--sidebar-width\]{width:var(--sidebar-width)!important}.w-\[100px\]{width:100px!important}.w-\[110px\]{width:110px!important}.w-\[1px\]{width:1px!important}.w-\[300px\]{width:300px!important}.w-\[350px\]{width:350px!important}.w-\[90\%\]{width:90%!important}.w-auto{width:auto!important}.w-full{width:100%!important}.w-max{width:max-content!important}.w-px{width:1px!important}.min-w-0{min-width:0!important}.min-w-5{min-width:1.25rem!important}.min-w-\[12rem\]{min-width:12rem!important}.min-w-\[8rem\]{min-width:8rem!important}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)!important}.min-w-max{min-width:max-content!important}.max-w-2xl{max-width:42rem!important}.max-w-3xl{max-width:48rem!important}.max-w-\[--skeleton-width\]{max-width:var(--skeleton-width)!important}.max-w-\[24vw\]{max-width:24vw!important}.max-w-\[40vw\]{max-width:40vw!important}.max-w-\[45\%\]{max-width:45%!important}.max-w-\[80\%\]{max-width:80%!important}.max-w-lg{max-width:32rem!important}.max-w-max{max-width:max-content!important}.max-w-md{max-width:28rem!important}.max-w-xl{max-width:36rem!important}.flex-1{flex:1!important}.flex-shrink{flex-shrink:1!important}.flex-shrink-0{flex-shrink:0!important}.shrink{flex-shrink:1!important}.shrink-0{flex-shrink:0!important}.flex-grow{flex-grow:1!important}.flex-grow-0{flex-grow:0!important}.grow{flex-grow:1!important}.grow-0{flex-grow:0!important}.basis-full{flex-basis:100%!important}.caption-bottom{caption-side:bottom!important}.border-collapse{border-collapse:collapse!important}.-translate-x-1\/2{--tw-translate-x:-50%!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-x-px{--tw-translate-x:-1px!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-y-1\/2{--tw-translate-y:-50%!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.translate-x-\[-50\%\]{--tw-translate-x:-50%!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.translate-x-px{--tw-translate-x:1px!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.translate-y-\[-50\%\]{--tw-translate-y:-50%!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-45{--tw-rotate:45deg!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-90{--tw-rotate:90deg!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-105{--tw-scale-x:1.05!important;--tw-scale-y:1.05!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}.animate-bounce{animation:1s infinite bounce!important}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse!important}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin!important}.cursor-default{cursor:default!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-pointer{cursor:pointer!important}.touch-none{touch-action:none!important}.select-none{-webkit-user-select:none!important;user-select:none!important}.resize{resize:both!important}.list-none{list-style-type:none!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-\[auto\,1fr\,auto\]{grid-template-columns:auto 1fr auto!important}.flex-row{flex-direction:row!important}.flex-col{flex-direction:column!important}.flex-col-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.content-start{align-content:flex-start!important}.items-start{align-items:flex-start!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.items-stretch{align-items:stretch!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-1{gap:.25rem!important}.gap-1\.5{gap:.375rem!important}.gap-10{gap:2.5rem!important}.gap-16{gap:4rem!important}.gap-2{gap:.5rem!important}.gap-20{gap:5rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-6{gap:1.5rem!important}.gap-8{gap:2rem!important}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-right:calc(.25rem * var(--tw-space-x-reverse))!important;margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))!important}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-right:calc(.5rem * var(--tw-space-x-reverse))!important;margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))!important}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-right:calc(1rem * var(--tw-space-x-reverse))!important;margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))!important}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.25rem * var(--tw-space-y-reverse))!important}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.375rem * var(--tw-space-y-reverse))!important}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.5rem * var(--tw-space-y-reverse))!important}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.75rem * var(--tw-space-y-reverse))!important}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1rem * var(--tw-space-y-reverse))!important}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))!important}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(2rem * var(--tw-space-y-reverse))!important}.justify-self-start{justify-self:start!important}.justify-self-end{justify-self:end!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-x-auto{overflow-x:auto!important}.overflow-y-auto{overflow-y:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.truncate{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.whitespace-pre-wrap{white-space:pre-wrap!important}.break-words{overflow-wrap:break-word!important}.rounded{border-radius:.25rem!important}.rounded-2xl{border-radius:calc(var(--radius) + 8px)!important}.rounded-3xl{border-radius:calc(var(--radius) + 12px)!important}.rounded-\[2px\]{border-radius:2px!important}.rounded-\[inherit\]{border-radius:inherit!important}.rounded-full{border-radius:9999px!important}.rounded-lg{border-radius:var(--radius)!important}.rounded-md{border-radius:calc(var(--radius) - 2px)!important}.rounded-sm{border-radius:calc(var(--radius) - 4px)!important}.rounded-xl{border-radius:calc(var(--radius) + 4px)!important}.rounded-b-xl{border-bottom-right-radius:calc(var(--radius) + 4px)!important;border-bottom-left-radius:calc(var(--radius) + 4px)!important}.rounded-t-\[10px\]{border-top-left-radius:10px!important;border-top-right-radius:10px!important}.rounded-t-xl{border-top-left-radius:calc(var(--radius) + 4px)!important;border-top-right-radius:calc(var(--radius) + 4px)!important}.rounded-tl-sm{border-top-left-radius:calc(var(--radius) - 4px)!important}.border{border-width:1px!important}.border-0{border-width:0!important}.border-2{border-width:2px!important}.border-\[1\.5px\]{border-width:1.5px!important}.border-y{border-top-width:1px!important;border-bottom-width:1px!important}.border-b{border-bottom-width:1px!important}.border-b-2{border-bottom-width:2px!important}.border-l{border-left-width:1px!important}.border-r{border-right-width:1px!important}.border-t{border-top-width:1px!important}.border-t-2{border-top-width:2px!important}.border-dashed{border-style:dashed!important}.border-none{border-style:none!important}.border-\[--color-border\]{border-color:var(--color-border)!important}.border-border{border-color:hsl(var(--border))!important}.border-border\/50{border-color:hsl(var(--border) / .5)!important}.border-destructive{border-color:hsl(var(--destructive))!important}.border-destructive\/50{border-color:hsl(var(--destructive) / .5)!important}.border-gray-200{--tw-border-opacity:1!important;border-color:rgb(229 231 235/var(--tw-border-opacity,1))!important}.border-input{border-color:hsl(var(--input))!important}.border-primary{border-color:hsl(var(--primary))!important}.border-sidebar-border{border-color:hsl(var(--sidebar-border))!important}.border-transparent{border-color:#0000!important}.border-l-transparent{border-left-color:#0000!important}.border-t-transparent{border-top-color:#0000!important}.\!bg-white\/90{background-color:#ffffffe6!important}.bg-\[--color-bg\]{background-color:var(--color-bg)!important}.bg-accent{background-color:hsl(var(--accent))!important}.bg-amber-500{--tw-bg-opacity:1!important;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))!important}.bg-background{background-color:hsl(var(--background))!important}.bg-background\/80{background-color:hsl(var(--background) / .8)!important}.bg-background\/95{background-color:hsl(var(--background) / .95)!important}.bg-black{--tw-bg-opacity:1!important;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))!important}.bg-black\/70{background-color:#000000b3!important}.bg-black\/80{background-color:#000c!important}.bg-border{background-color:hsl(var(--border))!important}.bg-card{background-color:hsl(var(--card))!important}.bg-card\/95{background-color:hsl(var(--card) / .95)!important}.bg-destructive{background-color:hsl(var(--destructive))!important}.bg-foreground{background-color:hsl(var(--foreground))!important}.bg-gray-200{--tw-bg-opacity:1!important;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))!important}.bg-green-500{--tw-bg-opacity:1!important;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))!important}.bg-muted{background-color:hsl(var(--muted))!important}.bg-muted-foreground\/90{background-color:hsl(var(--muted-foreground) / .9)!important}.bg-muted\/50{background-color:hsl(var(--muted) / .5)!important}.bg-neutral-50{--tw-bg-opacity:1!important;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))!important}.bg-popover{background-color:hsl(var(--popover))!important}.bg-primary{background-color:hsl(var(--primary))!important}.bg-primary\/10{background-color:hsl(var(--primary) / .1)!important}.bg-primary\/90{background-color:hsl(var(--primary) / .9)!important}.bg-secondary{background-color:hsl(var(--secondary))!important}.bg-service{background-color:hsl(var(--service))!important}.bg-sidebar{background-color:hsl(var(--sidebar-background))!important}.bg-sidebar-border{background-color:hsl(var(--sidebar-border))!important}.bg-slate-100{--tw-bg-opacity:1!important;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))!important}.bg-transparent{background-color:#0000!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.bg-white\/20{background-color:#fff3!important}.bg-white\/50{background-color:#ffffff80!important}.bg-white\/90{background-color:#ffffffe6!important}.bg-yellow-500{--tw-bg-opacity:1!important;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))!important}.fill-current{fill:currentColor!important}.object-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-cover{-o-object-fit:cover!important;object-fit:cover!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-10{padding:2.5rem!important}.p-12{padding:3rem!important}.p-16{padding:4rem!important}.p-2{padding:.5rem!important}.p-24{padding:6rem!important}.p-3{padding:.75rem!important}.p-4{padding:1rem!important}.p-5{padding:1.25rem!important}.p-6{padding:1.5rem!important}.p-8{padding:2rem!important}.p-\[1px\]{padding:1px!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-16{padding-left:4rem!important;padding-right:4rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-2\.5{padding-left:.625rem!important;padding-right:.625rem!important}.px-20{padding-left:5rem!important;padding-right:5rem!important}.px-24{padding-left:6rem!important;padding-right:6rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-32{padding-left:8rem!important;padding-right:8rem!important}.px-40{padding-left:10rem!important;padding-right:10rem!important}.px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-0\.5{padding-top:.125rem!important;padding-bottom:.125rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-16{padding-top:4rem!important;padding-bottom:4rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-20{padding-top:5rem!important;padding-bottom:5rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.pb-12{padding-bottom:3rem!important}.pb-2{padding-bottom:.5rem!important}.pb-20{padding-bottom:5rem!important}.pb-3{padding-bottom:.75rem!important}.pb-4{padding-bottom:1rem!important}.pb-6{padding-bottom:1.5rem!important}.pe-24{padding-inline-end:6rem!important}.pl-14{padding-left:3.5rem!important}.pl-2\.5{padding-left:.625rem!important}.pl-4{padding-left:1rem!important}.pl-8{padding-left:2rem!important}.pr-2{padding-right:.5rem!important}.pr-2\.5{padding-right:.625rem!important}.pr-32{padding-right:8rem!important}.pr-8{padding-right:2rem!important}.ps-24{padding-inline-start:6rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-10{padding-top:2.5rem!important}.pt-16{padding-top:4rem!important}.pt-20{padding-top:5rem!important}.pt-24{padding-top:6rem!important}.pt-3{padding-top:.75rem!important}.pt-32{padding-top:8rem!important}.pt-4{padding-top:1rem!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-justify{text-align:justify!important}.indent-1{text-indent:.25rem!important}.align-middle{vertical-align:middle!important}.font-body{font-family:Inter,sans-serif!important}.font-heading{font-family:Outfit,sans-serif!important}.font-mono{font-family:JetBrains Mono,monospace!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-\[0\.8rem\]{font-size:.8rem!important}.text-\[10px\]{font-size:10px!important}.text-\[11px\]{font-size:11px!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-bold{font-weight:700!important}.font-medium{font-weight:500!important}.font-normal{font-weight:400!important}.font-semibold{font-weight:600!important}.uppercase{text-transform:uppercase!important}.lowercase{text-transform:lowercase!important}.capitalize{text-transform:capitalize!important}.italic{font-style:italic!important}.ordinal{--tw-ordinal:ordinal!important;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)!important}.tabular-nums{--tw-numeric-spacing:tabular-nums!important;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)!important}.leading-none{line-height:1!important}.leading-tight{line-height:1.25!important}.tracking-tight{letter-spacing:-.025em!important}.tracking-wider{letter-spacing:.05em!important}.tracking-widest{letter-spacing:.1em!important}.text-accent-foreground{color:hsl(var(--accent-foreground))!important}.text-card-foreground{color:hsl(var(--card-foreground))!important}.text-current{color:currentColor!important}.text-destructive{color:hsl(var(--destructive))!important}.text-destructive-foreground{color:hsl(var(--destructive-foreground))!important}.text-foreground{color:hsl(var(--foreground))!important}.text-foreground\/50{color:hsl(var(--foreground) / .5)!important}.text-gray-600{--tw-text-opacity:1!important;color:rgb(75 85 99/var(--tw-text-opacity,1))!important}.text-gray-900{--tw-text-opacity:1!important;color:rgb(17 24 39/var(--tw-text-opacity,1))!important}.text-muted-foreground{color:hsl(var(--muted-foreground))!important}.text-popover-foreground{color:hsl(var(--popover-foreground))!important}.text-primary{color:hsl(var(--primary))!important}.text-primary-foreground{color:hsl(var(--primary-foreground))!important}.text-red-500{--tw-text-opacity:1!important;color:rgb(239 68 68/var(--tw-text-opacity,1))!important}.text-secondary{color:hsl(var(--secondary))!important}.text-secondary-foreground{color:hsl(var(--secondary-foreground))!important}.text-service-foreground{color:hsl(var(--service-foreground))!important}.text-sidebar-foreground{color:hsl(var(--sidebar-foreground))!important}.text-sidebar-foreground\/70{color:hsl(var(--sidebar-foreground) / .7)!important}.text-slate-700{--tw-text-opacity:1!important;color:rgb(51 65 85/var(--tw-text-opacity,1))!important}.text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.underline{text-decoration-line:underline!important}.overline{text-decoration-line:overline!important}.line-through{text-decoration-line:line-through!important}.no-underline{text-decoration-line:none!important}.underline-offset-4{text-underline-offset:4px!important}.opacity-0{opacity:0!important}.opacity-10{opacity:.1!important}.opacity-40{opacity:.4!important}.opacity-5{opacity:.05!important}.opacity-50{opacity:.5!important}.opacity-60{opacity:.6!important}.opacity-70{opacity:.7!important}.opacity-80{opacity:.8!important}.opacity-90{opacity:.9!important}.shadow{--tw-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a!important;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow:0 0 0 1px hsl(var(--sidebar-border))!important;--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.shadow-\[0_0_8px_rgba\(234\,179\,8\,0\.6\)\]{--tw-shadow:0 0 8px #eab30899!important;--tw-shadow-colored:0 0 8px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.shadow-\[0_0_8px_rgba\(34\,197\,94\,0\.6\)\]{--tw-shadow:0 0 8px #22c55e99!important;--tw-shadow-colored:0 0 8px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a!important;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.shadow-none{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a!important;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.shadow-primary-glow{--tw-shadow-color:hsl(var(--primary-glow))!important;--tw-shadow:var(--tw-shadow-colored)!important}.outline-none{outline-offset:2px!important;outline:2px solid #0000!important}.outline{outline-style:solid!important}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)!important}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)!important}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)!important}.ring-ring{--tw-ring-color:hsl(var(--ring))!important}.ring-sidebar-ring{--tw-ring-color:hsl(var(--sidebar-ring))!important}.ring-offset-background{--tw-ring-offset-color:hsl(var(--background))!important}.blur{--tw-blur:blur(8px)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert{--tw-invert:invert(100%)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia{--tw-sepia:sepia(100%)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.\!filter,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.backdrop-blur-md{--tw-backdrop-blur:blur(12px)!important;-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important;backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)!important;-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important;backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important;backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-\[left\,right\,width\]{transition-property:left,right,width!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-\[margin\,opa\]{transition-property:margin,opa!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-\[width\,height\,padding\]{transition-property:width,height,padding!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-\[width\]{transition-property:width!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-all{transition-property:all!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-opacity{transition-property:opacity!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-transform{transition-property:transform!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.duration-1000{transition-duration:1s!important}.duration-200{transition-duration:.2s!important}.duration-300{transition-duration:.3s!important}.duration-500{transition-duration:.5s!important}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.ease-linear{transition-timing-function:linear!important}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0), var(--tw-enter-translate-y,0), 0) scale3d(var(--tw-enter-scale,1), var(--tw-enter-scale,1), var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0), var(--tw-exit-translate-y,0), 0) scale3d(var(--tw-exit-scale,1), var(--tw-exit-scale,1), var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}.animate-in{--tw-enter-opacity:initial!important;--tw-enter-scale:initial!important;--tw-enter-rotate:initial!important;--tw-enter-translate-x:initial!important;--tw-enter-translate-y:initial!important;animation-name:enter!important;animation-duration:.15s!important}.fade-in-0{--tw-enter-opacity:0!important}.fade-in-80{--tw-enter-opacity:.8!important}.zoom-in-95{--tw-enter-scale:.95!important}.duration-1000{animation-duration:1s!important}.duration-200{animation-duration:.2s!important}.duration-300{animation-duration:.3s!important}.duration-500{animation-duration:.5s!important}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)!important}.ease-linear{animation-timing-function:linear!important}.running{animation-play-state:running!important}.paused{animation-play-state:paused!important}.\[animation-delay\:0\.2s\]{animation-delay:.2s!important}.\[animation-delay\:0\.4s\]{animation-delay:.4s!important}.marketplace-theme{--background:210 30% 98%;--foreground:210 40% 12%;--card:0 0% 100%;--card-foreground:210 40% 12%;--popover:0 0% 100%;--popover-foreground:210 40% 12%;--primary:198 78% 64%;--primary-foreground:0 0% 100%;--primary-glow:198 78% 75%;--secondary:210 20% 96%;--secondary-foreground:210 40% 12%;--muted:210 20% 94%;--muted-foreground:210 15% 45%;--accent:16 85% 60%;--accent-foreground:0 0% 100%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--border:210 20% 90%;--input:210 20% 90%;--ring:198 78% 64%;--whatsapp:142 70% 45%;--telegram:200 80% 55%;--ai-glow:174 80% 60%;--radius:.75rem;--gradient-hero:linear-gradient(135deg, #5cc0eb 0%, #30abe8 50%, #b870db 100%);--gradient-hero-soft:linear-gradient(180deg, #e8f6fc 0%, #f8fafb 100%);--gradient-card:linear-gradient(145deg, #fff 0%, #f8fafb 100%);--gradient-cta:linear-gradient(135deg, #5cc0eb 0%, #2eaee5 100%);--shadow-soft:0 4px 20px -2px #121f2b0d;--shadow-elevated:0 12px 40px -8px #121f2b14;--shadow-glow:0 0 60px #5cc0eb33;--shadow-primary:0 8px 30px -4px #5cc0eb66;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;background-color:hsl(var(--background))!important;color:hsl(var(--foreground))!important;font-family:var(--font-body)!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;background-image:radial-gradient(circle at 15%,#5ac0ea0d 0%,#0000 25%),radial-gradient(circle at 85% 30%,#8b5cf60a 0%,#0000 25%),url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E")!important;background-attachment:fixed!important;max-width:100vw!important;overflow-x:hidden!important}.marketplace-theme *{border-color:hsl(var(--border))}.marketplace-theme h1,.marketplace-theme h2,.marketplace-theme h3,.marketplace-theme h4,.marketplace-theme h5,.marketplace-theme h6,.font-heading{font-family:var(--font-heading)}.glass{-webkit-backdrop-filter:blur(16px)!important;background-color:#fffc!important;border:1px solid #e0e6eb80!important}.glass-strong{-webkit-backdrop-filter:blur(24px)!important;background-color:#ffffffe6!important;border:1px solid #e0e6eb99!important}.shadow-soft{box-shadow:var(--shadow-soft)!important}.shadow-elevated{box-shadow:var(--shadow-elevated)!important}.shadow-glow{box-shadow:var(--shadow-glow)!important}.shadow-primary{box-shadow:var(--shadow-primary)!important}.text-gradient{color:#0000;-webkit-background-clip:text;background-clip:text;background-image:var(--gradient-hero)}.bg-hero-gradient{background:var(--gradient-hero-soft)}.bg-card-gradient{background:var(--gradient-card)}.bg-cta-gradient{background:var(--gradient-cta)}.whitespace-nowrap{white-space:nowrap!important}.pl-2{padding-left:.5rem!important}.right-28{right:7rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}@media (min-width:768px){.md\:px-0{padding-left:0!important;padding-right:0!important}}.marketplace-image-wrapper{aspect-ratio:4/3!important;background-color:var(--muted)!important;justify-content:center!important;align-items:center!important;width:100%!important;height:auto!important;display:flex!important;position:relative!important;overflow:hidden!important}.marketplace-image{-o-object-fit:cover!important;object-fit:cover!important;border-radius:0!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important}.marketplace-avatar{width:1.5rem!important;min-width:1.5rem!important;height:1.5rem!important;min-height:1.5rem!important}.fixed{box-sizing:border-box!important;max-width:100vw!important;position:fixed!important}.top-0{top:0!important}.left-0{left:0!important}.right-0{right:0!important}.z-50{z-index:50!important}.h-16{height:4rem!important}.\!bg-white\/90{-webkit-backdrop-filter:blur(12px)!important;background-color:#ffffffe6!important}.file\:border-0::file-selector-button{border-width:0!important}.file\:bg-transparent::file-selector-button{background-color:#0000!important}.file\:text-sm::file-selector-button{font-size:.875rem!important;line-height:1.25rem!important}.file\:font-medium::file-selector-button{font-weight:500!important}.file\:text-foreground::file-selector-button{color:hsl(var(--foreground))!important}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))!important}.after\:absolute:after{content:var(--tw-content)!important;position:absolute!important}.after\:-inset-2:after{content:var(--tw-content)!important;inset:-.5rem!important}.after\:inset-y-0:after{content:var(--tw-content)!important;top:0!important;bottom:0!important}.after\:left-1\/2:after{content:var(--tw-content)!important;left:50%!important}.after\:w-1:after{content:var(--tw-content)!important;width:.25rem!important}.after\:w-\[2px\]:after{content:var(--tw-content)!important;width:2px!important}.after\:-translate-x-1\/2:after{content:var(--tw-content)!important;--tw-translate-x:-50%!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.first\:rounded-l-md:first-child{border-top-left-radius:calc(var(--radius) - 2px)!important;border-bottom-left-radius:calc(var(--radius) - 2px)!important}.first\:border-l:first-child{border-left-width:1px!important}.last\:rounded-r-md:last-child{border-top-right-radius:calc(var(--radius) - 2px)!important;border-bottom-right-radius:calc(var(--radius) - 2px)!important}.focus-within\:relative:focus-within{position:relative!important}.focus-within\:z-20:focus-within{z-index:20!important}.hover\:bg-accent:hover{background-color:hsl(var(--accent))!important}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)!important}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)!important}.hover\:bg-muted:hover{background-color:hsl(var(--muted))!important}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)!important}.hover\:bg-primary:hover{background-color:hsl(var(--primary))!important}.hover\:bg-primary\/20:hover{background-color:hsl(var(--primary) / .2)!important}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)!important}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)!important}.hover\:bg-secondary:hover{background-color:hsl(var(--secondary))!important}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)!important}.hover\:bg-sidebar-accent:hover{background-color:hsl(var(--sidebar-accent))!important}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))!important}.hover\:text-foreground:hover{color:hsl(var(--foreground))!important}.hover\:text-muted-foreground:hover{color:hsl(var(--muted-foreground))!important}.hover\:text-primary-foreground:hover{color:hsl(var(--primary-foreground))!important}.hover\:text-sidebar-accent-foreground:hover{color:hsl(var(--sidebar-accent-foreground))!important}.hover\:underline:hover{text-decoration-line:underline!important}.hover\:opacity-100:hover{opacity:1!important}.hover\:opacity-80:hover{opacity:.8!important}.hover\:opacity-90:hover{opacity:.9!important}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow:0 0 0 1px hsl(var(--sidebar-accent))!important;--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.hover\:after\:bg-sidebar-border:hover:after{content:var(--tw-content)!important;background-color:hsl(var(--sidebar-border))!important}.focus\:border-primary:focus{border-color:hsl(var(--primary))!important}.focus\:bg-accent:focus{background-color:hsl(var(--accent))!important}.focus\:bg-primary:focus{background-color:hsl(var(--primary))!important}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))!important}.focus\:text-primary-foreground:focus{color:hsl(var(--primary-foreground))!important}.focus\:opacity-100:focus{opacity:1!important}.focus\:outline-none:focus{outline-offset:2px!important;outline:2px solid #0000!important}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)!important}.focus\:ring-primary\/30:focus{--tw-ring-color:hsl(var(--primary) / .3)!important}.focus\:ring-primary\/50:focus{--tw-ring-color:hsl(var(--primary) / .5)!important}.focus\:ring-ring:focus{--tw-ring-color:hsl(var(--ring))!important}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px!important}.focus-visible\:border-primary\/50:focus-visible{border-color:hsl(var(--primary) / .5)!important}.focus-visible\:outline-none:focus-visible{outline-offset:2px!important;outline:2px solid #0000!important}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)!important}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)!important}.focus-visible\:ring-primary\/30:focus-visible{--tw-ring-color:hsl(var(--primary) / .3)!important}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:hsl(var(--ring))!important}.focus-visible\:ring-sidebar-ring:focus-visible{--tw-ring-color:hsl(var(--sidebar-ring))!important}.focus-visible\:ring-offset-0:focus-visible{--tw-ring-offset-width:0px!important}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width:1px!important}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px!important}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color:hsl(var(--background))!important}.active\:bg-sidebar-accent:active{background-color:hsl(var(--sidebar-accent))!important}.active\:text-sidebar-accent-foreground:active{color:hsl(var(--sidebar-accent-foreground))!important}.disabled\:pointer-events-none:disabled{pointer-events:none!important}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed!important}.disabled\:opacity-40:disabled{opacity:.4!important}.disabled\:opacity-50:disabled{opacity:.5!important}.group:focus-within .group-focus-within\:text-primary{color:hsl(var(--primary))!important}.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{opacity:1!important}.group:hover .group-hover\:scale-105{--tw-scale-x:1.05!important;--tw-scale-y:1.05!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.group\/menu-item:hover .group-hover\/menu-item\:opacity-100,.group:hover .group-hover\:opacity-100{opacity:1!important}.group.destructive .group-\[\.destructive\]\:border-muted\/40{border-color:hsl(var(--muted) / .4)!important}.group.toaster .group-\[\.toaster\]\:border-border{border-color:hsl(var(--border))!important}.group.toast .group-\[\.toast\]\:bg-muted{background-color:hsl(var(--muted))!important}.group.toast .group-\[\.toast\]\:bg-primary{background-color:hsl(var(--primary))!important}.group.toaster .group-\[\.toaster\]\:bg-background{background-color:hsl(var(--background))!important}.group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity:1!important;color:rgb(252 165 165/var(--tw-text-opacity,1))!important}.group.toast .group-\[\.toast\]\:text-muted-foreground{color:hsl(var(--muted-foreground))!important}.group.toast .group-\[\.toast\]\:text-primary-foreground{color:hsl(var(--primary-foreground))!important}.group.toaster .group-\[\.toaster\]\:text-foreground{color:hsl(var(--foreground))!important}.group.toaster .group-\[\.toaster\]\:shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{border-color:hsl(var(--destructive) / .3)!important}.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{background-color:hsl(var(--destructive))!important}.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{color:hsl(var(--destructive-foreground))!important}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity:1!important;color:rgb(254 242 242/var(--tw-text-opacity,1))!important}.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--tw-ring-color:hsl(var(--destructive))!important}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(248 113 113/var(--tw-ring-opacity,1))!important}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color:#dc2626!important}.peer\/menu-button:hover~.peer-hover\/menu-button\:text-sidebar-accent-foreground{color:hsl(var(--sidebar-accent-foreground))!important}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed!important}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7!important}.has-\[\[data-variant\=inset\]\]\:bg-sidebar:has([data-variant=inset]){background-color:hsl(var(--sidebar-background))!important}.has-\[\:disabled\]\:opacity-50:has(:disabled){opacity:.5!important}.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8{padding-right:2rem!important}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none!important}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5!important}.aria-selected\:bg-accent[aria-selected=true]{background-color:hsl(var(--accent))!important}.aria-selected\:bg-accent\/50[aria-selected=true]{background-color:hsl(var(--accent) / .5)!important}.aria-selected\:text-accent-foreground[aria-selected=true]{color:hsl(var(--accent-foreground))!important}.aria-selected\:text-muted-foreground[aria-selected=true]{color:hsl(var(--muted-foreground))!important}.aria-selected\:opacity-100[aria-selected=true]{opacity:1!important}.aria-selected\:opacity-30[aria-selected=true]{opacity:.3!important}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none!important}.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical]{height:1px!important}.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical]{width:100%!important}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:.25rem!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:-.25rem!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:.25rem!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:-.25rem!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x:1.25rem!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x:0px!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x:var(--radix-toast-swipe-end-x)!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x:var(--radix-toast-swipe-move-x)!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:.2s ease-out accordion-up!important}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:.2s ease-out accordion-down!important}.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column!important}.data-\[active\=true\]\:bg-sidebar-accent[data-active=true]{background-color:hsl(var(--sidebar-accent))!important}.data-\[active\]\:bg-accent\/50[data-active]{background-color:hsl(var(--accent) / .5)!important}.data-\[selected\=\'true\'\]\:bg-accent[data-selected=true]{background-color:hsl(var(--accent))!important}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))!important}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))!important}.data-\[state\=on\]\:bg-accent[data-state=on],.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))!important}.data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:hsl(var(--accent) / .5)!important}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:hsl(var(--secondary))!important}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))!important}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))!important}.data-\[active\=true\]\:font-medium[data-active=true]{font-weight:500!important}.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{color:hsl(var(--sidebar-accent-foreground))!important}.data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:hsl(var(--accent-foreground))!important}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))!important}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:hsl(var(--primary-foreground))!important}.data-\[state\=on\]\:text-accent-foreground[data-state=on],.data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:hsl(var(--accent-foreground))!important}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))!important}.data-\[disabled\=true\]\:opacity-50[data-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5!important}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1!important}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow:0 1px 2px 0 #0000000d!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none!important}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s!important}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s!important}.data-\[motion\^\=from-\]\:animate-in[data-motion^=from-],.data-\[state\=open\]\:animate-in[data-state=open],.data-\[state\=visible\]\:animate-in[data-state=visible]{--tw-enter-opacity:initial!important;--tw-enter-scale:initial!important;--tw-enter-rotate:initial!important;--tw-enter-translate-x:initial!important;--tw-enter-translate-y:initial!important;animation-name:enter!important;animation-duration:.15s!important}.data-\[motion\^\=to-\]\:animate-out[data-motion^=to-],.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[state\=hidden\]\:animate-out[data-state=hidden],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{--tw-exit-opacity:initial!important;--tw-exit-scale:initial!important;--tw-exit-rotate:initial!important;--tw-exit-translate-x:initial!important;--tw-exit-translate-y:initial!important;animation-name:exit!important;animation-duration:.15s!important}.data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity:0!important}.data-\[motion\^\=to-\]\:fade-out[data-motion^=to-],.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0!important}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity:.8!important}.data-\[state\=hidden\]\:fade-out[data-state=hidden]{--tw-exit-opacity:0!important}.data-\[state\=open\]\:fade-in-0[data-state=open],.data-\[state\=visible\]\:fade-in[data-state=visible]{--tw-enter-opacity:0!important}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95!important}.data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale:.9!important}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95!important}.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x:13rem!important}.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x:-13rem!important}.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x:13rem!important}.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x:-13rem!important}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:-.5rem!important}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:.5rem!important}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:-.5rem!important}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:.5rem!important}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y:100%!important}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x:-100%!important}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x:-50%!important}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed],.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed]{--tw-exit-translate-x:100%!important}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y:-100%!important}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y:-48%!important}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y:100%!important}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x:-100%!important}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x:-50%!important}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x:100%!important}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y:-100%!important}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y:-48%!important}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y:-100%!important}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s!important}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s!important}.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content)!important;left:0!important}.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content)!important;height:.25rem!important}.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content)!important;width:100%!important}.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after{content:var(--tw-content)!important;--tw-translate-y:-50%!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{content:var(--tw-content)!important;--tw-translate-x:0px!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state=open]{background-color:hsl(var(--sidebar-accent))!important}.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state=open]{color:hsl(var(--sidebar-accent-foreground))!important}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{left:calc(var(--sidebar-width) * -1)!important}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{right:calc(var(--sidebar-width) * -1)!important}.group[data-side=left] .group-data-\[side\=left\]\:-right-4{right:-1rem!important}.group[data-side=right] .group-data-\[side\=right\]\:left-0{left:0!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8{margin-top:-2rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden{display:none!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!size-8{width:2rem!important;height:2rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{width:var(--sidebar-width-icon)!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{width:calc(var(--sidebar-width-icon) + 1rem)!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]{width:calc(var(--sidebar-width-icon) + 1rem + 2px)!important}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0{width:0!important}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:translate-x-0{--tw-translate-x:0px!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.group[data-side=right] .group-data-\[side\=right\]\:rotate-180,.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate:180deg!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden{overflow:hidden!important}.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg{border-radius:var(--radius)!important}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border{border-width:1px!important}.group[data-side=left] .group-data-\[side\=left\]\:border-r{border-right-width:1px!important}.group[data-side=right] .group-data-\[side\=right\]\:border-l{border-left-width:1px!important}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border-sidebar-border{border-color:hsl(var(--sidebar-border))!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-0{padding:0!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-2{padding:.5rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0{opacity:0!important}.group[data-variant=floating] .group-data-\[variant\=floating\]\:shadow{--tw-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a!important;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full:after{content:var(--tw-content)!important;left:100%!important}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:hover\:bg-sidebar:hover{background-color:hsl(var(--sidebar-background))!important}.peer\/menu-button[data-size=default]~.peer-data-\[size\=default\]\/menu-button\:top-1\.5{top:.375rem!important}.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5{top:.625rem!important}.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1{top:.25rem!important}.peer[data-variant=inset]~.peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\]{min-height:calc(100svh - 1rem)!important}.peer\/menu-button[data-active=true]~.peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground{color:hsl(var(--sidebar-accent-foreground))!important}@media (min-width:640px){.sm\:bottom-0{bottom:0!important}.sm\:right-0{right:0!important}.sm\:top-auto{top:auto!important}.sm\:mt-0{margin-top:0!important}.sm\:inline{display:inline!important}.sm\:flex{display:flex!important}.sm\:max-w-sm{max-width:24rem!important}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sm\:flex-row{flex-direction:row!important}.sm\:flex-col{flex-direction:column!important}.sm\:justify-end{justify-content:flex-end!important}.sm\:gap-2\.5{gap:.625rem!important}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-right:calc(.5rem * var(--tw-space-x-reverse))!important;margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))!important}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-right:calc(1rem * var(--tw-space-x-reverse))!important;margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))!important}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0px * var(--tw-space-y-reverse))!important}.sm\:rounded-lg{border-radius:var(--radius)!important}.sm\:text-left{text-align:left!important}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y:100%!important}}@media (min-width:768px){.md\:absolute{position:absolute!important}.md\:mb-5{margin-bottom:1.25rem!important}.md\:block{display:block!important}.md\:inline{display:inline!important}.md\:\!flex,.md\:flex{display:flex!important}.md\:hidden{display:none!important}.md\:h-10{height:2.5rem!important}.md\:h-20{height:5rem!important}.md\:h-\[calc\(100vh-5rem\)\]{height:calc(100vh - 5rem)!important}.md\:h-screen{height:100vh!important}.md\:min-h-0{min-height:0!important}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)!important}.md\:w-auto{width:auto!important}.md\:max-w-\[420px\]{max-width:420px!important}.md\:gap-3{gap:.75rem!important}.md\:gap-4{gap:1rem!important}.md\:overflow-auto{overflow:auto!important}.md\:overflow-hidden{overflow:hidden!important}.md\:p-14{padding:3.5rem!important}.md\:p-8{padding:2rem!important}.md\:px-3{padding-left:.75rem!important;padding-right:.75rem!important}.md\:px-4{padding-left:1rem!important;padding-right:1rem!important}.md\:px-8{padding-left:2rem!important;padding-right:2rem!important}.md\:pb-0{padding-bottom:0!important}.md\:pb-6{padding-bottom:1.5rem!important}.md\:pt-24{padding-top:6rem!important}.md\:text-2xl{font-size:1.5rem!important;line-height:2rem!important}.md\:text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.md\:text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.md\:text-5xl{font-size:3rem!important;line-height:1!important}.md\:text-base{font-size:1rem!important;line-height:1.5rem!important}.md\:text-sm{font-size:.875rem!important;line-height:1.25rem!important}.md\:opacity-0{opacity:0!important}.after\:md\:hidden:after{content:var(--tw-content)!important;display:none!important}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:m-2{margin:.5rem!important}.peer[data-state=collapsed][data-variant=inset]~.md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{margin-left:.5rem!important}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0{margin-left:0!important}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl{border-radius:calc(var(--radius) + 4px)!important}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:shadow{--tw-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a!important;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}}@media (min-width:1024px){.lg\:sticky{position:sticky!important}.lg\:top-24{top:6rem!important}.lg\:block{display:block!important}.lg\:hidden{display:none!important}.lg\:w-1\/4{width:25%!important}.lg\:w-3\/4{width:75%!important}.lg\:w-72{width:18rem!important}.lg\:flex-row{flex-direction:row!important}.lg\:pb-16{padding-bottom:4rem!important}.lg\:pt-24{padding-top:6rem!important}.lg\:pt-40{padding-top:10rem!important}.lg\:text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.lg\:text-6xl{font-size:3.75rem!important;line-height:1!important}.lg\:text-xl{font-size:1.25rem!important;line-height:1.75rem!important}}@media (min-width:1280px){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (min-width:1536px){.\32 xl\:flex{display:flex!important}}@media (prefers-color-scheme:dark){.dark\:border-destructive{border-color:hsl(var(--destructive))!important}.dark\:bg-black\/50{background-color:#00000080!important}}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:hsl(var(--accent))!important}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px)!important;border-bottom-left-radius:calc(var(--radius) - 2px)!important}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px)!important;border-bottom-right-radius:calc(var(--radius) - 2px)!important}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){background-color:hsl(var(--accent) / .5)!important}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px)!important;border-bottom-right-radius:calc(var(--radius) - 2px)!important}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0!important}.\[\&\>button\]\:hidden>button{display:none!important}.\[\&\>span\:last-child\]\:truncate>span:last-child{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.\[\&\>span\]\:line-clamp-1>span{-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y:-3px!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.\[\&\>svg\]\:absolute>svg{position:absolute!important}.\[\&\>svg\]\:left-4>svg{left:1rem!important}.\[\&\>svg\]\:top-4>svg{top:1rem!important}.\[\&\>svg\]\:size-3\.5>svg{width:.875rem!important;height:.875rem!important}.\[\&\>svg\]\:size-4>svg{width:1rem!important;height:1rem!important}.\[\&\>svg\]\:h-2\.5>svg{height:.625rem!important}.\[\&\>svg\]\:h-3>svg{height:.75rem!important}.\[\&\>svg\]\:w-2\.5>svg{width:.625rem!important}.\[\&\>svg\]\:w-3>svg{width:.75rem!important}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0!important}.\[\&\>svg\]\:text-destructive>svg{color:hsl(var(--destructive))!important}.\[\&\>svg\]\:text-foreground>svg{color:hsl(var(--foreground))!important}.\[\&\>svg\]\:text-muted-foreground>svg{color:hsl(var(--muted-foreground))!important}.\[\&\>svg\]\:text-sidebar-accent-foreground>svg{color:hsl(var(--sidebar-accent-foreground))!important}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem!important}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0!important}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{--tw-rotate:90deg!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate:180deg!important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{fill:hsl(var(--muted-foreground))!important}.\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke=\#ccc]{stroke:hsl(var(--border) / .5)!important}.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{stroke:hsl(var(--border))!important}.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke=\#fff]{stroke:#0000!important}.\[\&_\.recharts-layer\]\:outline-none .recharts-layer{outline-offset:2px!important;outline:2px solid #0000!important}.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke=\#ccc]{stroke:hsl(var(--border))!important}.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector,.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{fill:hsl(var(--muted))!important}.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke=\#ccc]{stroke:hsl(var(--border))!important}.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke=\#fff]{stroke:#0000!important}.\[\&_\.recharts-sector\]\:outline-none .recharts-sector,.\[\&_\.recharts-surface\]\:outline-none .recharts-surface{outline-offset:2px!important;outline:2px solid #0000!important}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem!important;padding-right:.5rem!important}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem!important;padding-bottom:.375rem!important}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem!important;line-height:1rem!important}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500!important}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:hsl(var(--muted-foreground))!important}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0!important}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem!important;padding-right:.5rem!important}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:1.25rem!important}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:1.25rem!important}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem!important}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem!important;padding-right:.5rem!important}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem!important;padding-bottom:.75rem!important}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem!important}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem!important}.\[\&_p\]\:leading-relaxed p{line-height:1.625!important}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none!important}.\[\&_svg\]\:size-4 svg{width:1rem!important;height:1rem!important}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0!important}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0!important}.\[\&_tr\]\:border-b tr{border-bottom-width:1px!important}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:-.5rem!important}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize!important}[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize{cursor:w-resize!important}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:-.5rem!important}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize!important}[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize{cursor:e-resize!important}
