@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";.ProductCard-module__productCard___FXjec{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--spacing-md);padding:var(--spacing-xl) var(--spacing-lg);background:var(--card);border:var(--ds2-border-width) solid var(--border);border-radius:var(--ds2-radius-lg);color:var(--foreground);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;animation:ProductCard-module__cardIn___8RHPI .5s ease-out both}@keyframes ProductCard-module__cardIn___8RHPI{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.ProductCard-module__productCard___FXjec.ProductCard-module__active___4-ddo{cursor:default}.ProductCard-module__productCard___FXjec.ProductCard-module__active___4-ddo:hover{transform:translateY(-4px);border-color:color-mix(in oklab,var(--primary) 60%,var(--border));box-shadow:var(--ds2-shadow-lg)}.ProductCard-module__productCard___FXjec.ProductCard-module__comingSoon___-shHc{opacity:.92}.ProductCard-module__iconContainer___oFG2R{display:flex;align-items:center;justify-content:center;width:72px;height:72px}.ProductCard-module__cardTitle___iIiaB{margin:0;font-size:var(--ds2-font-size-lg);font-weight:var(--ds2-font-weight-semibold);color:var(--foreground)}.ProductCard-module__cardDescription___GuVBX{margin:0;flex:1;font-size:var(--ds2-font-size-sm);line-height:1.55;color:var(--muted-foreground)}.ProductCard-module__features___yWMEg{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--spacing-xs)}.ProductCard-module__feature___zq7SW{padding:.2rem .6rem;border-radius:var(--ds2-radius-full);background:var(--muted);color:var(--muted-foreground);font-size:var(--ds2-font-size-xs);font-weight:var(--ds2-font-weight-medium);white-space:nowrap}.ProductCard-module__ctaArea___llbud{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-sm);margin-top:auto;padding-top:var(--spacing-sm);width:100%}.ProductCard-module__statusIndicator___HaD0a{display:inline-flex;align-items:center;gap:var(--spacing-xs);font-size:var(--ds2-font-size-xs);font-weight:var(--ds2-font-weight-medium)}.ProductCard-module__statusDot___69F8K{width:8px;height:8px;border-radius:var(--ds2-radius-full);flex-shrink:0}.ProductCard-module__statusAvailable___Eg0aY{color:var(--color-status-success)}.ProductCard-module__statusAvailable___Eg0aY .ProductCard-module__statusDot___69F8K{background:var(--color-status-success);box-shadow:0 0 0 3px color-mix(in oklab,var(--color-status-success) 20%,transparent)}.ProductCard-module__statusUnavailable___blDzr{color:var(--muted-foreground)}.ProductCard-module__statusUnavailable___blDzr .ProductCard-module__statusDot___69F8K{background:var(--muted-foreground)}.ProductCard-module__cardButton___AFpxZ{min-width:9rem}@media (max-width: 768px){.ProductCard-module__productCard___FXjec{padding:var(--spacing-lg) var(--spacing-md)}}.Avatar-module__avatar___YQCp5{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:var(--ds2-radius-full);background:var(--muted);color:var(--muted-foreground);font-weight:var(--ds2-font-weight-medium);line-height:1;-webkit-user-select:none;user-select:none}.Avatar-module__sizeSm___oCmz-{width:32px;height:32px;font-size:var(--ds2-font-size-xs)}.Avatar-module__sizeDefault___Ncysm{width:40px;height:40px;font-size:var(--ds2-font-size-sm)}.Avatar-module__sizeLg___64AnP{width:48px;height:48px;font-size:var(--ds2-font-size-base)}.Avatar-module__image___ns6hL{width:100%;height:100%;object-fit:cover;border-radius:var(--ds2-radius-full)}.Avatar-module__imageHidden___FZzol{visibility:hidden}.Avatar-module__fallback___kR5b9{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;border-radius:var(--ds2-radius-full);background:var(--muted);color:var(--muted-foreground)}.Avatar-module__badge___4RKe3{position:absolute;display:flex;align-items:center;justify-content:center;min-width:12px;height:12px;padding:0 2px;border-radius:var(--ds2-radius-full);background:var(--secondary);color:var(--secondary-foreground);box-shadow:0 0 0 var(--ds2-border-width-2) var(--background);font-size:var(--ds2-font-size-xs);line-height:1}.Avatar-module__badge___4RKe3[data-position=bottom-right]{bottom:0;right:0}.Avatar-module__badge___4RKe3[data-position=top-right]{top:0;right:0}.Avatar-module__group___ud4br{display:inline-flex;align-items:center}.Avatar-module__group___ud4br>*{box-shadow:0 0 0 var(--ds2-border-width-2) var(--background)}.Avatar-module__group___ud4br>*+*{margin-left:-8px}.Avatar-module__count___z9cKe{background:var(--muted);color:var(--muted-foreground);font-size:var(--ds2-font-size-xs);font-weight:var(--ds2-font-weight-medium)}.Skeleton-module__skeleton___dfUFl{background:var(--muted);border-radius:var(--ds2-radius-md);animation:Skeleton-module__pulse___StFUU 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes Skeleton-module__pulse___StFUU{50%{opacity:.5}}@media (prefers-reduced-motion: reduce){.Skeleton-module__skeleton___dfUFl{animation:none}}.UserInfo-module__userInfoContainer___CSCa0{position:relative;display:flex;align-items:center}.UserInfo-module__userInfoButton___VNy-S{display:flex;align-items:center;gap:.5rem;padding:var(--space-1) var(--space-2);background:transparent;border:none;border-radius:var(--ds2-radius-sm);color:var(--color-chrome-text);cursor:pointer;font-family:Space Grotesk,sans-serif;outline:none;width:220px;min-width:220px}.UserInfo-module__userInfoButton___VNy-S:hover{background:var(--color-chrome-hover-tint);color:var(--color-chrome-text)}.UserInfo-module__userInfoSkeleton___9Gi7C{display:flex;align-items:center;gap:.5rem;padding:var(--space-1) var(--space-2);width:220px;min-width:220px}.UserInfo-module__userInfoSkeleton___9Gi7C .UserInfo-module__avatarSkeleton___bzXcw{width:32px;height:32px;flex-shrink:0;border-radius:var(--ds2-radius-full);background:var(--color-chrome-hover-tint)}.UserInfo-module__userInfoSkeleton___9Gi7C .UserInfo-module__nameSkeleton___VGG1F{height:10px;width:120px;background:var(--color-chrome-hover-tint)}.UserInfo-module__userDetails___JmxEV{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.UserInfo-module__userName___HucuX{font-size:.75rem;font-weight:500;color:var(--color-chrome-text);font-family:Space Grotesk,sans-serif;line-height:1.2}.UserInfo-module__userRole___9B97X{font-size:.6875rem;color:var(--color-chrome-text-muted);font-family:Space Grotesk,sans-serif;line-height:1.2}.UserInfo-module__dropdownArrow___kOJfQ{font-size:.625rem;color:var(--color-chrome-text-muted);transition:transform .3s ease;margin-left:auto}.UserInfo-module__arrowOpen___KVuMv{transform:rotate(180deg)}.UserInfo-module__dropdownPanel___oUZqd{width:280px;min-width:280px;background:var(--card);border:1px solid var(--border);border-radius:var(--ds2-radius-sm);box-shadow:var(--ds2-shadow-sm);animation:UserInfo-module__dropdownIn___ZRzrH .2s ease-out;overflow:hidden}@keyframes UserInfo-module__dropdownIn___ZRzrH{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.UserInfo-module__userInfoDetails___XFrCj{display:flex;flex-direction:column;gap:var(--spacing-xs);min-width:0;padding:var(--spacing-sm) var(--spacing-md);background:transparent}.UserInfo-module__userInfoItem___NdMAg{display:flex;justify-content:space-between;align-items:center;gap:var(--spacing-sm);width:100%}.UserInfo-module__infoLabel___WTImE{font-size:.875rem;color:var(--muted-foreground);font-weight:var(--ds2-font-weight-medium)}.UserInfo-module__infoValue___-QMcQ{font-size:.875rem;color:var(--foreground)}.UserInfo-module__dropdownDivider___36krX{height:1px;background:var(--border);margin:0}.UserInfo-module__dropdownButton___SXKQZ,.UserInfo-module__logoutButton___21tTp{display:flex;align-items:center;gap:var(--spacing-sm);width:100%;padding:var(--spacing-sm) var(--spacing-md);background:transparent;border:none;color:var(--foreground);font-family:var(--font-family);font-size:.875rem;font-weight:var(--ds2-font-weight-medium);cursor:pointer;outline:none;text-align:left;transition:.2s ease}.UserInfo-module__dropdownButton___SXKQZ:hover:not(:disabled),.UserInfo-module__dropdownButton___SXKQZ:focus-visible{background:var(--border)}.UserInfo-module__logoutButton___21tTp{color:var(--color-status-error)}.UserInfo-module__logoutButton___21tTp:hover:not(:disabled),.UserInfo-module__logoutButton___21tTp:focus-visible{background:rgba(var(--color-error-rgb),.12)}.UserInfo-module__menuIcon___EDTmo{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:16px;color:var(--muted-foreground);transition:color .2s ease}.UserInfo-module__dropdownButton___SXKQZ:hover .UserInfo-module__menuIcon___EDTmo,.UserInfo-module__dropdownButton___SXKQZ:focus-visible .UserInfo-module__menuIcon___EDTmo{color:var(--foreground)}.UserInfo-module__logoutButton___21tTp .UserInfo-module__menuIcon___EDTmo,.UserInfo-module__logoutButton___21tTp:hover .UserInfo-module__menuIcon___EDTmo,.UserInfo-module__logoutButton___21tTp:focus-visible .UserInfo-module__menuIcon___EDTmo{color:var(--color-status-error)}.UserInfo-module__menuText___Jhqtu{flex:1}@media (max-width: 768px){.UserInfo-module__userInfoButton___VNy-S{padding:.375rem .75rem;gap:.5rem;width:260px;min-width:260px}.UserInfo-module__userName___HucuX{font-size:.8125rem}.UserInfo-module__userRole___9B97X{font-size:.6875rem}.UserInfo-module__dropdownPanel___oUZqd{width:260px;min-width:260px}.UserInfo-module__userInfoDetails___XFrCj{padding:.625rem 1.25rem;margin:.2rem;width:calc(100% - .4rem)}.UserInfo-module__dropdownButton___SXKQZ,.UserInfo-module__logoutButton___21tTp{padding:.625rem 1.25rem;font-size:.8125rem;margin:.2rem;width:calc(100% - .4rem)}}@media (max-width: 480px){.UserInfo-module__userDetails___JmxEV{display:none}.UserInfo-module__userInfoButton___VNy-S{padding:.5rem;gap:0;width:200px;min-width:200px}.UserInfo-module__dropdownPanel___oUZqd{width:200px;min-width:200px}.UserInfo-module__userInfoDetails___XFrCj{padding:.5rem 1rem;margin:.15rem;width:calc(100% - .3rem)}.UserInfo-module__dropdownButton___SXKQZ,.UserInfo-module__logoutButton___21tTp{padding:.5rem 1rem;font-size:.75rem;margin:.15rem;width:calc(100% - .3rem)}.UserInfo-module__dropdownArrow___kOJfQ{display:none}}.ThemeToggle-module__themeToggleIcon___et8Wq{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:var(--space-1) 0;background:transparent;border:none;border-radius:var(--radius-sm);color:var(--color-chrome-text);cursor:pointer;outline:none;transition:background .15s ease,color .15s ease}.ThemeToggle-module__themeToggleIcon___et8Wq:hover{background:var(--color-chrome-hover-tint);color:var(--color-chrome-text)}.ThemeToggle-module__themeToggleIcon___et8Wq svg{flex-shrink:0}.ThemeToggle-module__themeToggleButton___EO3HY{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background:transparent;border:none;border-radius:var(--radius-md);color:#ffffffb3;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left}.ThemeToggle-module__themeToggleButton___EO3HY:hover{background:rgba(0,212,255,.1);color:#00d4ff}.ThemeToggle-module__themeToggleButton___EO3HY:hover .ThemeToggle-module__iconWrapper___8Letx{background:rgba(0,212,255,.2);border-color:#00d4ff66}.ThemeToggle-module__iconWrapper___8Letx{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:rgba(0,212,255,.1);border:1px solid rgba(0,212,255,.2);border-radius:6px;transition:all .2s ease}.ThemeToggle-module__icon___v-DYd{width:18px;height:18px;flex-shrink:0}.ThemeToggle-module__label___NVZLK{flex:1}[data-theme=light] .ThemeToggle-module__themeToggleButton___EO3HY{color:#000000b3}[data-theme=light] .ThemeToggle-module__themeToggleButton___EO3HY:hover{background:rgba(37,99,235,.1);color:#2563eb}[data-theme=light] .ThemeToggle-module__iconWrapper___8Letx{background:rgba(37,99,235,.1);border-color:#2563eb33}[data-theme=light] .ThemeToggle-module__themeToggleButton___EO3HY:hover .ThemeToggle-module__iconWrapper___8Letx{background:rgba(37,99,235,.2);border-color:#2563eb66}.ProductDashboard-module__dashboardContainer___A3dpw{width:100vw;height:100vh;overflow-x:hidden;overflow-y:auto;background:var(--background);color:var(--foreground);font-family:var(--font-family);position:relative}.ProductDashboard-module__loadingOverlay___e1XT2{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999}.ProductDashboard-module__loadingSpinner___0h27P{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:1.6rem 2.4rem;border-radius:9.6px;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;gap:.8rem}.ProductDashboard-module__loadingSpinner___0h27P span{color:#00d4ff;font-size:.88rem;font-weight:500;animation:ProductDashboard-module__pulse___4xWWC 2s ease-in-out infinite}@keyframes ProductDashboard-module__pulse___4xWWC{0%,to{opacity:1}50%{opacity:.5}}.ProductDashboard-module__header___2KxFT{position:fixed;top:0;left:0;right:0;z-index:100;padding:var(--space-1) var(--space-8);background:var(--color-chrome-bg);border-bottom:1px solid var(--color-chrome-border);display:flex;justify-content:space-between;align-items:center}.ProductDashboard-module__logoContainer___f2UVs{display:flex;align-items:center}.ProductDashboard-module__headerActions___pR-K2{display:flex;align-items:center;gap:1rem}.ProductDashboard-module__logo___QV7Gw{font-size:20px;font-weight:700;color:var(--color-chrome-text);letter-spacing:-.02em;margin:0}.ProductDashboard-module__logoSubtext___I-NoW{font-size:.7rem;color:var(--color-chrome-text-muted);font-weight:300}.ProductDashboard-module__mainContent___i3-PO{min-height:calc(100vh - 3.5rem);padding-top:3.5rem;padding-bottom:1.6rem;position:relative;z-index:1;display:flex;flex-direction:column}.ProductDashboard-module__errorMessage___zvD8k{display:flex;align-items:center;gap:9.6px;padding:12.8px 16px;margin:0 auto 19.2px;max-width:1120px;width:calc(100% - 3.2rem);background:rgba(255,107,107,.1);border:1px solid rgba(255,107,107,.3);border-radius:9.6px;animation:ProductDashboard-module__slideDown___m5e9j .3s ease-out;max-height:160px;overflow:hidden;transition:opacity .3s ease-out,max-height .3s ease-out,margin-bottom .3s ease-out}.ProductDashboard-module__errorMessage___zvD8k.ProductDashboard-module__dismissing___FZhGi{opacity:0;max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0}@keyframes ProductDashboard-module__slideDown___m5e9j{0%{opacity:0;max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0}to{opacity:1;max-height:160px;margin-bottom:19.2px;padding-top:12.8px;padding-bottom:12.8px}}.ProductDashboard-module__errorIcon___SHENQ{width:19.2px;height:19.2px;flex-shrink:0}.ProductDashboard-module__errorText___WDZlJ{flex:1;color:var(--text-primary);font-size:11.2px;line-height:1.5;word-break:break-word}.ProductDashboard-module__errorClose___gOpX6{background:none;border:none;color:var(--text-primary);font-size:19.2px;cursor:pointer;padding:0;width:19.2px;height:19.2px;display:flex;align-items:center;justify-content:center;border-radius:3.2px;transition:background-color .2s;flex-shrink:0}.ProductDashboard-module__errorClose___gOpX6:hover{background-color:#ffffff1a}.ProductDashboard-module__contentWrapper___N91JP{max-width:1120px;margin:0 auto;padding:0 1.6rem}.ProductDashboard-module__heroSection___h1srh{text-align:center;margin:2.4rem;animation:ProductDashboard-module__fadeInUp___JsSrU .8s ease-out}@keyframes ProductDashboard-module__fadeInUp___JsSrU{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.ProductDashboard-module__title___14AzW{font-size:1.6rem;font-weight:700;color:var(--foreground);margin:0 0 .4rem;letter-spacing:-.8px}.ProductDashboard-module__subtitle___fdq4C{font-size:.8rem;color:var(--muted-foreground);font-weight:300;margin:0}.ProductDashboard-module__centeredSpinner___V25lX{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-md);min-height:224px}.ProductDashboard-module__loadingText___8-1wN{font-size:var(--ds2-font-size-sm);color:var(--muted-foreground)}.ProductDashboard-module__productsGrid___ZeQ6x{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-bottom:.8rem;width:100%;align-items:stretch}.ProductDashboard-module__skeletonCard___6OoZf{min-height:224px;height:auto;background:rgba(255,255,255,.05);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:19.2px;padding:.8rem;display:flex;flex-direction:column;align-items:center;gap:1.2rem;animation:ProductDashboard-module__skeletonPulse___F2-28 1.5s ease-in-out infinite}@keyframes ProductDashboard-module__skeletonPulse___F2-28{0%,to{opacity:.5}50%{opacity:.8}}.ProductDashboard-module__skeletonIcon___OYPpN{width:64px;height:64px;background:linear-gradient(90deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.1) 100%);border-radius:50%;animation:ProductDashboard-module__shimmer___vnkBh 1.5s ease-in-out infinite}.ProductDashboard-module__skeletonTitle___-oVen{width:70%;height:19.2px;background:linear-gradient(90deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.1) 100%);border-radius:3.2px;animation:ProductDashboard-module__shimmer___vnkBh 1.5s ease-in-out infinite}.ProductDashboard-module__skeletonDescription___Ek-0Q{width:100%;height:64px;background:linear-gradient(90deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.1) 100%);border-radius:3.2px;animation:ProductDashboard-module__shimmer___vnkBh 1.5s ease-in-out infinite}.ProductDashboard-module__skeletonButton___nSr0z{width:50%;height:32px;background:linear-gradient(90deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.1) 100%);border-radius:16px;animation:ProductDashboard-module__shimmer___vnkBh 1.5s ease-in-out infinite;margin-top:auto}@keyframes ProductDashboard-module__shimmer___vnkBh{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width: 1200px){.ProductDashboard-module__productsGrid___ZeQ6x{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.ProductDashboard-module__header___2KxFT{padding:.8rem 1.2rem;flex-direction:row;justify-content:space-between}.ProductDashboard-module__logo___QV7Gw{font-size:1.2rem}.ProductDashboard-module__logoSubtext___I-NoW{display:none}.ProductDashboard-module__mainContent___i3-PO{padding-top:3.2rem;padding-bottom:2.4rem;min-height:calc(100vh - 3.2rem)}.ProductDashboard-module__title___14AzW{font-size:1.6rem}.ProductDashboard-module__subtitle___fdq4C{font-size:.8rem}.ProductDashboard-module__heroSection___h1srh{margin-bottom:2.4rem}.ProductDashboard-module__productsGrid___ZeQ6x{grid-template-columns:1fr;gap:1.6rem}.ProductDashboard-module__contentWrapper___N91JP{padding:0 .8rem}}@media (max-width: 480px){.ProductDashboard-module__title___14AzW{font-size:1.4rem}.ProductDashboard-module__subtitle___fdq4C{font-size:.7rem}}
