.ProgressBar-module__eFyHna__progressBar{background:#00000014;border-radius:100px;width:100%;margin-top:.5rem;overflow:hidden}[data-theme=dark] .ProgressBar-module__eFyHna__progressBar{background:#ffffff1a}.ProgressBar-module__eFyHna__progressFill{background:var(--accent-primary);border-radius:100px;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1)}
.Skeleton-module__b5cv-W__skeleton{will-change:opacity;background-color:#0000001c;animation:1.5s ease-in-out .5s infinite Skeleton-module__b5cv-W__pulse}[data-theme=dark] .Skeleton-module__b5cv-W__skeleton{background-color:#ffffff21}.Skeleton-module__b5cv-W__text{transform-origin:0 55%;border-radius:4px;height:auto;margin-top:0;margin-bottom:0;transform:scaleY(.6)}.Skeleton-module__b5cv-W__text:empty:before{content:" "}.Skeleton-module__b5cv-W__circular{border-radius:50%}.Skeleton-module__b5cv-W__rectangular{border-radius:0}.Skeleton-module__b5cv-W__rounded{border-radius:8px}@keyframes Skeleton-module__b5cv-W__pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}
.DataGrid-module__MIt_4q__container{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;width:100%;display:flex;overflow-x:auto}.DataGrid-module__MIt_4q__header{border-bottom:1px solid var(--border-color);background:var(--bg-secondary);z-index:10;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:.75rem;font-weight:600;display:grid;position:sticky;top:0}.DataGrid-module__MIt_4q__body{flex-direction:column;display:flex}.DataGrid-module__MIt_4q__row{border-bottom:1px solid var(--border-color);cursor:pointer;color:var(--text-primary);align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:.875rem;transition:background-color .15s;display:grid}.DataGrid-module__MIt_4q__row:last-child{border-bottom:none}.DataGrid-module__MIt_4q__row:hover{background-color:#00000005}[data-theme=dark] .DataGrid-module__MIt_4q__row:hover{background-color:#ffffff05}.DataGrid-module__MIt_4q__cell{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.DataGrid-module__MIt_4q__left{text-align:left;justify-content:flex-start}.DataGrid-module__MIt_4q__center{text-align:center;justify-content:center}.DataGrid-module__MIt_4q__right{text-align:right;justify-content:flex-end}
.Toast-module__wrUVMG__toast{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);pointer-events:auto;min-width:300px;max-width:400px;color:var(--text-primary);border-radius:8px;align-items:flex-start;gap:.75rem;padding:1rem;animation:.3s ease-out forwards Toast-module__wrUVMG__slideIn;display:flex;box-shadow:0 4px 12px #0000001a}.Toast-module__wrUVMG__toast.Toast-module__wrUVMG__exiting{animation:.3s ease-in forwards Toast-module__wrUVMG__slideOut}.Toast-module__wrUVMG__icon{flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.Toast-module__wrUVMG__content{flex:1;font-size:.875rem;line-height:1.4}.Toast-module__wrUVMG__closeButton{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex}.Toast-module__wrUVMG__closeButton:hover{color:var(--text-primary)}.Toast-module__wrUVMG__success .Toast-module__wrUVMG__icon{color:#34a853}.Toast-module__wrUVMG__error .Toast-module__wrUVMG__icon{color:#ea4335}.Toast-module__wrUVMG__warning .Toast-module__wrUVMG__icon{color:#fbbc05}.Toast-module__wrUVMG__info .Toast-module__wrUVMG__icon{color:var(--accent-primary)}.Toast-module__wrUVMG__success{border-left:4px solid #34a853}.Toast-module__wrUVMG__error{border-left:4px solid #ea4335}.Toast-module__wrUVMG__warning{border-left:4px solid #fbbc05}.Toast-module__wrUVMG__info{border-left:4px solid var(--accent-primary)}@keyframes Toast-module__wrUVMG__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes Toast-module__wrUVMG__slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}
.CustomScrollbar-module__bG6hDq__customScrollbar{z-index:9999;opacity:0;pointer-events:none;background:0 0;flex-direction:column;align-items:center;width:12px;height:100vh;transition:opacity .3s;display:flex;position:fixed;top:0;right:0}.CustomScrollbar-module__bG6hDq__customScrollbar:hover,.CustomScrollbar-module__bG6hDq__customScrollbar.CustomScrollbar-module__bG6hDq__scrolling{opacity:1;pointer-events:auto}.CustomScrollbar-module__bG6hDq__sidebarScrollbar.CustomScrollbar-module__bG6hDq__customScrollbar{z-index:10;width:8px;height:calc(100% - 3rem);position:absolute;top:1.5rem;right:4px}.CustomScrollbar-module__bG6hDq__scrollArrow{cursor:default;pointer-events:auto;background:0 0;border-radius:0;flex-shrink:0;width:8px;height:16px;transition:opacity .15s;position:relative}.CustomScrollbar-module__bG6hDq__scrollArrow:hover:after{opacity:.8}.CustomScrollbar-module__bG6hDq__scrollArrow:active:after{opacity:1}.CustomScrollbar-module__bG6hDq__scrollArrow:after{content:"";opacity:.5;border-left:3px solid #0000;border-right:3px solid #0000;transition:opacity .15s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CustomScrollbar-module__bG6hDq__scrollArrowUp:after{border-bottom:4px solid #000c}[data-theme=dark] .CustomScrollbar-module__bG6hDq__scrollArrowUp:after{border-bottom-color:#fffc}.CustomScrollbar-module__bG6hDq__scrollArrowDown:after{border-top:4px solid #000c}[data-theme=dark] .CustomScrollbar-module__bG6hDq__scrollArrowDown:after{border-top-color:#fffc}.CustomScrollbar-module__bG6hDq__scrollTrack{pointer-events:auto;background:0 0;flex-grow:1;width:8px;position:relative}.CustomScrollbar-module__bG6hDq__customThumb{cursor:default;pointer-events:auto;background:#0000004d;border-radius:4px;width:8px;transition:background .2s;position:absolute;top:0;left:0}[data-theme=dark] .CustomScrollbar-module__bG6hDq__customThumb{background:#ffffff4d}.CustomScrollbar-module__bG6hDq__customThumb:hover{background:#00000080}[data-theme=dark] .CustomScrollbar-module__bG6hDq__customThumb:hover{background:#ffffff80}.CustomScrollbar-module__bG6hDq__customThumb.CustomScrollbar-module__bG6hDq__dragging{background:#0009}[data-theme=dark] .CustomScrollbar-module__bG6hDq__customThumb.CustomScrollbar-module__bG6hDq__dragging{background:#fff9}@media (hover:none) and (pointer:coarse){.CustomScrollbar-module__bG6hDq__customScrollbar{display:none!important}}
.Sidebar-module__GtMrxW__sidebar{width:var(--sidebar-width);height:calc(100vh - var(--header-height) - 3rem);left:1rem;top:calc(var(--header-height) + 1.5rem);z-index:30;background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border-radius:12px;flex-direction:column;transition:width .3s;display:flex;position:fixed;box-shadow:0 4px 12px #0000000d}html[data-sidebar-collapsed=true] .Sidebar-module__GtMrxW__sidebar{width:var(--sidebar-width-collapsed)}.Sidebar-module__GtMrxW__sidebar.Sidebar-module__GtMrxW__collapsed{width:var(--sidebar-width-collapsed)}.Sidebar-module__GtMrxW__sidebar.Sidebar-module__GtMrxW__collapsed.Sidebar-module__GtMrxW__expandable{cursor:pointer;transition:width .3s,background .15s}.Sidebar-module__GtMrxW__sidebar.Sidebar-module__GtMrxW__collapsed.Sidebar-module__GtMrxW__expandable:hover{background:#00000008}[data-theme=dark] .Sidebar-module__GtMrxW__sidebar.Sidebar-module__GtMrxW__collapsed.Sidebar-module__GtMrxW__expandable:hover{background:#ffffff0d}.Sidebar-module__GtMrxW__sidebar.Sidebar-module__GtMrxW__collapsed.Sidebar-module__GtMrxW__expandable:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.Sidebar-module__GtMrxW__nav{flex:1;padding:1.5rem 0;position:relative;overflow:hidden auto}.Sidebar-module__GtMrxW__nav::-webkit-scrollbar{display:none}.Sidebar-module__GtMrxW__nav{scrollbar-width:none}.Sidebar-module__GtMrxW__link{height:44px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;margin:0 12px;font-family:inherit;font-size:.9375rem;text-decoration:none;transition:color .15s;display:block;position:relative;overflow:visible}.Sidebar-module__GtMrxW__link:before{content:"";z-index:-1;background:0 0;border-radius:8px;height:32px;transition:background .15s,width .3s;position:absolute;top:6px;left:0}.Sidebar-module__GtMrxW__sidebar:not(.Sidebar-module__GtMrxW__collapsed) .Sidebar-module__GtMrxW__link:before{width:100%;right:0}html:not([data-sidebar-collapsed=true]) .Sidebar-module__GtMrxW__sidebar:not(.Sidebar-module__GtMrxW__collapsed) .Sidebar-module__GtMrxW__link:before{width:100%;right:0}.Sidebar-module__GtMrxW__sidebar.Sidebar-module__GtMrxW__collapsed .Sidebar-module__GtMrxW__link:before{width:44px}html[data-sidebar-collapsed=true] .Sidebar-module__GtMrxW__sidebar .Sidebar-module__GtMrxW__link:before{width:44px}.Sidebar-module__GtMrxW__link:hover:before{background:#0000000d}[data-theme=dark] .Sidebar-module__GtMrxW__link:hover:before{background:#ffffff08}.Sidebar-module__GtMrxW__link:hover{color:var(--text-primary)}.Sidebar-module__GtMrxW__active{color:var(--text-primary);font-weight:500}.Sidebar-module__GtMrxW__active:before{background:#4285f41a}.Sidebar-module__GtMrxW__icon{flex-shrink:0;width:20px;height:20px;position:absolute;top:12px;left:12px}.Sidebar-module__GtMrxW__linkText{white-space:nowrap;opacity:1;line-height:20px;transition:opacity .3s,transform .3s;position:absolute;top:12px;left:44px;transform:translate(0)}html[data-sidebar-collapsed=true] .Sidebar-module__GtMrxW__sidebar .Sidebar-module__GtMrxW__linkText{opacity:0;pointer-events:none;transform:translate(-20px)}.Sidebar-module__GtMrxW__linkText.Sidebar-module__GtMrxW__hide{opacity:0;transition:opacity .3s,transform .3s;transform:translate(-20px)}.Sidebar-module__GtMrxW__menuArrow{opacity:1;transition:opacity .3s,transform .2s}html[data-initial-load=true] .Sidebar-module__GtMrxW__menuArrow{transition:none!important}html[data-sidebar-collapsed=true] .Sidebar-module__GtMrxW__sidebar .Sidebar-module__GtMrxW__menuArrow{opacity:0}.Sidebar-module__GtMrxW__sidebar.Sidebar-module__GtMrxW__collapsed .Sidebar-module__GtMrxW__menuArrow{opacity:0}.Sidebar-module__GtMrxW__activeIndicator{background:var(--accent-primary);border-radius:0 4px 4px 0;width:3px;height:20px;position:absolute;top:12px;left:-12px}.Sidebar-module__GtMrxW__footer{flex-direction:column;gap:.5rem;padding:1rem 0;display:flex;overflow:hidden}.Sidebar-module__GtMrxW__collapseButton{height:44px;color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;width:calc(100% - 24px);margin:0 12px;font-family:inherit;font-size:.875rem;transition:color .15s;display:block;position:relative;overflow:visible}.Sidebar-module__GtMrxW__collapseButton:before{content:"";z-index:-1;background:0 0;border-radius:8px;height:32px;transition:background .15s,width .3s;position:absolute;top:6px;left:0}.Sidebar-module__GtMrxW__sidebar:not(.Sidebar-module__GtMrxW__collapsed) .Sidebar-module__GtMrxW__collapseButton:before{width:100%}.Sidebar-module__GtMrxW__sidebar.Sidebar-module__GtMrxW__collapsed .Sidebar-module__GtMrxW__collapseButton:before{width:44px}.Sidebar-module__GtMrxW__collapseButton:hover:before{background:var(--bg-tertiary)}.Sidebar-module__GtMrxW__collapseButton:hover{color:var(--text-primary)}.Sidebar-module__GtMrxW__collapseButton .Sidebar-module__GtMrxW__icon{width:20px;height:20px;position:absolute;top:12px;left:12px}.Sidebar-module__GtMrxW__collapseButton .Sidebar-module__GtMrxW__linkText{line-height:20px;position:absolute;top:13px;left:44px}.Sidebar-module__GtMrxW__tooltipContent{color:#fff;z-index:100;background:#1a1a1a;border-radius:6px;padding:6px 10px;font-size:.8125rem;font-weight:500;box-shadow:0 4px 12px #0000004d}.Sidebar-module__GtMrxW__tooltipRow{align-items:center;gap:.5rem;display:flex}.Sidebar-module__GtMrxW__shortcut{color:#fff9;font-size:.6875rem;font-weight:400}.Sidebar-module__GtMrxW__tooltipArrow{fill:#1a1a1a;filter:drop-shadow(0 2px 4px #0003)}@keyframes Sidebar-module__GtMrxW__slideLeftAndFade{0%{opacity:0;transform:translate(-3px)}to{opacity:1;transform:translate(0)}}.Sidebar-module__GtMrxW__sidebarScrollbar{z-index:10;width:8px;height:100%;position:absolute;top:0;right:0}@media (max-width:768px){.Sidebar-module__GtMrxW__sidebar[data-mobile-behavior=overlay]{display:none}.Sidebar-module__GtMrxW__sidebar[data-mobile-behavior=fixed]{display:flex}}
.Header-module__Vh7xKq__header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:40;background:#ffffff80;border-radius:12px;justify-content:space-between;align-items:center;width:calc(100% - 1.5rem);height:56px;margin:1rem 1rem .5rem;padding:0 1.25rem;display:flex;position:fixed;top:0;box-shadow:0 4px 12px #0000000d}.Header-module__Vh7xKq__logo{color:inherit;align-items:center;gap:.5rem;text-decoration:none;display:flex}.Header-module__Vh7xKq__logoImage{-o-object-fit:contain;object-fit:contain;width:auto;height:18px;display:block}.Header-module__Vh7xKq__logoTextWrapper{flex-direction:row;align-items:baseline;gap:.1rem;display:flex}.Header-module__Vh7xKq__logoText{color:var(--text-primary);font-family:Google Sans,sans-serif;font-size:1.125rem;font-weight:700}.Header-module__Vh7xKq__platformText{color:var(--text-primary);font-family:Google Sans,sans-serif;font-size:1rem;font-weight:300}.Header-module__Vh7xKq__betaTag{text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(90deg,#ea4335,#4285f4);-webkit-text-fill-color:transparent;transition:all var(--transition-fast);-webkit-background-clip:text;background-clip:text;font-family:Google Sans,sans-serif;font-size:.625rem;font-weight:700}.Header-module__Vh7xKq__sectionNav{gap:.5rem;margin-left:2rem;display:flex}.Header-module__Vh7xKq__sectionLink{color:var(--text-secondary);border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s}.Header-module__Vh7xKq__searchContainer{width:240px;position:relative}.Header-module__Vh7xKq__searchIcon{color:var(--text-tertiary);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.Header-module__Vh7xKq__searchInput:focus{border-color:var(--accent-primary);background:var(--bg-tertiary);outline:none}.Header-module__Vh7xKq__sectionLink:not(.Header-module__Vh7xKq__activeSectionLink):hover{background:var(--bg-secondary);color:var(--text-primary)}.Header-module__Vh7xKq__activeSectionLink{background:var(--accent-primary);color:#fff;font-weight:600}.Header-module__Vh7xKq__actions{align-items:center;gap:1rem;display:flex}.Header-module__Vh7xKq__iconButton{color:var(--text-secondary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:relative}.Header-module__Vh7xKq__iconButton:hover{color:var(--text-primary)}.Header-module__Vh7xKq__notificationDot{border:2px solid var(--bg-primary);background:#ea4335;border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-2px}.Header-module__Vh7xKq__profileButton{cursor:pointer;transition:background var(--transition-fast);background:0 0;border:none;border-radius:8px;align-items:center;gap:.625rem;padding:4px;display:flex}.Header-module__Vh7xKq__profileButton:hover{background:var(--bg-secondary)}.Header-module__Vh7xKq__avatar{background:var(--bg-tertiary);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.Header-module__Vh7xKq__avatarImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.Header-module__Vh7xKq__avatarFallback{color:var(--text-primary);font-size:.875rem;font-weight:600}.Header-module__Vh7xKq__userInfo{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.Header-module__Vh7xKq__userName{color:var(--text-primary);font-size:.875rem;font-weight:500}.Header-module__Vh7xKq__userRole{color:var(--text-tertiary);font-size:.6875rem}.Header-module__Vh7xKq__dropdownContent{background:var(--bg-secondary);border:1px solid var(--border-color);z-index:100;border-radius:8px;min-width:180px;padding:4px;animation:.4s cubic-bezier(.16,1,.3,1) Header-module__Vh7xKq__slideDownAndFade;box-shadow:0 10px 38px -10px #16171859,0 10px 20px -15px #16171833}.Header-module__Vh7xKq__dropdownItem{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);border-radius:4px;outline:none;padding:8px 12px;font-size:.875rem}.Header-module__Vh7xKq__dropdownItem:hover,.Header-module__Vh7xKq__dropdownItem:focus{background:var(--accent-primary);color:#fff}.Header-module__Vh7xKq__dropdownSeparator{background:var(--border-color);height:1px;margin:4px}@keyframes Header-module__Vh7xKq__slideDownAndFade{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.Header-module__Vh7xKq__mobileMenuButton{color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:none}.Header-module__Vh7xKq__mobileMenuOverlay{z-index:50;background:#00000080;animation:.2s Header-module__Vh7xKq__fadeIn;position:fixed;inset:72px 0 0}.Header-module__Vh7xKq__mobileMenuContent{background:var(--bg-primary);border:1px solid var(--border-color);z-index:51;border-radius:16px;max-height:calc(100vh - 88px);padding:1.5rem;animation:.3s Header-module__Vh7xKq__slideDown;position:fixed;top:72px;left:1rem;right:1rem;overflow-y:auto;box-shadow:0 8px 32px #0000001a,0 2px 8px #0000000d}.Header-module__Vh7xKq__mobileNav{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.Header-module__Vh7xKq__mobileNavLink{color:var(--text-secondary);border-radius:8px;padding:.75rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s}.Header-module__Vh7xKq__mobileNavLink:not(.Header-module__Vh7xKq__mobileNavLinkActive):hover{background:var(--bg-secondary);color:var(--text-primary)}.Header-module__Vh7xKq__mobileNavLinkActive{background:var(--accent-primary);color:#fff;font-weight:600}.Header-module__Vh7xKq__mobileUserMenu{border-top:1px solid var(--border-color);padding-top:1rem}.Header-module__Vh7xKq__mobileUserInfo{background:var(--bg-secondary);border-radius:8px;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem 1rem;display:flex}.Header-module__Vh7xKq__mobileAvatar{background:var(--bg-tertiary);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.Header-module__Vh7xKq__mobileUserName{color:var(--text-primary);font-size:1rem;font-weight:600}.Header-module__Vh7xKq__mobileUserRole{color:var(--text-tertiary);font-size:.875rem}.Header-module__Vh7xKq__mobileMenuItems{flex-direction:column;gap:.25rem;display:flex}.Header-module__Vh7xKq__mobileMenuItem{color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.Header-module__Vh7xKq__mobileMenuItem:hover{background:var(--bg-secondary);color:var(--text-primary)}.Header-module__Vh7xKq__mobileMenuSeparator{background:var(--border-color);height:1px;margin:.5rem 0}.Header-module__Vh7xKq__mobileSectionAccordion{flex-direction:column;gap:.25rem;padding:.5rem 0;display:flex}.Header-module__Vh7xKq__mobileAccordionItem{border-radius:.5rem;overflow:hidden}.Header-module__Vh7xKq__mobileAccordionSummary{color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:.875rem 1rem;font-weight:500;list-style:none;transition:all .2s;display:flex}.Header-module__Vh7xKq__mobileAccordionSummary::-webkit-details-marker{display:none}.Header-module__Vh7xKq__mobileAccordionSummary:after{content:"";border-left:5px solid #0000;border-right:5px solid #0000;border-top:6px solid var(--text-secondary);width:0;height:0;transition:transform .2s}.Header-module__Vh7xKq__mobileAccordionItem[open] .Header-module__Vh7xKq__mobileAccordionSummary:after{transform:rotate(180deg)}.Header-module__Vh7xKq__mobileAccordionSummary:hover{background:var(--bg-secondary)}.Header-module__Vh7xKq__mobileAccordionContent{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.Header-module__Vh7xKq__mobileAccordionItem[open] .Header-module__Vh7xKq__mobileAccordionContent{grid-template-rows:1fr}.Header-module__Vh7xKq__mobileAccordionInner{overflow:hidden}.Header-module__Vh7xKq__mobileAccordionLink{color:var(--text-secondary);align-items:center;gap:.75rem;padding:.75rem 1rem .75rem 2rem;text-decoration:none;transition:all .2s;display:flex}.Header-module__Vh7xKq__mobileAccordionLink:hover{background:var(--bg-secondary);color:var(--text-primary)}.Header-module__Vh7xKq__mobileAccordionLinkActive{background:var(--bg-secondary);color:var(--accent-primary);font-weight:500}@keyframes Header-module__Vh7xKq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Header-module__Vh7xKq__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Header-module__Vh7xKq__sectionNav,.Header-module__Vh7xKq__actions{display:none}.Header-module__Vh7xKq__mobileMenuButton{display:flex}.Header-module__Vh7xKq__mobileAccordionItem{interpolate-size:allow-keywords}.Header-module__Vh7xKq__mobileAccordionItem>summary{list-style:none}.Header-module__Vh7xKq__mobileAccordionItem>summary::-webkit-details-marker{display:none}.Header-module__Vh7xKq__mobileAccordionItem::details-content{transition-behavior:allow-discrete;block-size:0;transition:block-size .4s,content-visibility .4s;overflow:hidden}.Header-module__Vh7xKq__mobileAccordionItem[open]::details-content{block-size:auto}.Header-module__Vh7xKq__mobileAccordionSummary:after{content:"";border-left:5px solid #0000;border-right:5px solid #0000;border-top:6px solid var(--text-secondary);width:0;height:0;margin-left:8px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.Header-module__Vh7xKq__mobileAccordionItem[open] .Header-module__Vh7xKq__mobileAccordionSummary:after{transform:rotate(180deg)}}
.AdminLayout-module__woxXkG__container{flex-direction:column;min-width:0;display:flex}.AdminLayout-module__woxXkG__contentWrapper{flex:1;min-width:0;max-width:100%;display:flex;overflow:hidden}.AdminLayout-module__woxXkG__mainContent{padding:var(--container-padding);flex:1;min-width:0;max-width:100%;overflow-x:hidden}.AdminLayout-module__woxXkG__mainWrapper{min-width:0;max-width:100%;margin-top:calc(var(--header-height) + 1.5rem);flex:1;overflow:hidden}html:not([data-sidebar-collapsed]) .AdminLayout-module__woxXkG__mainWrapper{margin-left:var(--sidebar-width)}html[data-sidebar-collapsed=true] .AdminLayout-module__woxXkG__mainWrapper{margin-left:var(--sidebar-width-collapsed)}html[data-sidebar-collapsed=false] .AdminLayout-module__woxXkG__mainWrapper{margin-left:var(--sidebar-width)}.AdminLayout-module__woxXkG__mainWrapper.AdminLayout-module__woxXkG__mainWrapperCollapsed{margin-left:var(--sidebar-width-collapsed)}.AdminLayout-module__woxXkG__mainWrapper.AdminLayout-module__woxXkG__mainWrapperExpanded{margin-left:var(--sidebar-width)}.AdminLayout-module__woxXkG__mainWrapper.AdminLayout-module__woxXkG__mainWrapperNoSidebar{margin-left:0!important}.AdminLayout-module__woxXkG__mainWrapper.AdminLayout-module__woxXkG__mainWrapperTransitioning{transition:margin-left .3s}@media (max-width:768px){html[data-mobile-sidebar-behavior=overlay] .AdminLayout-module__woxXkG__mainWrapper{margin-left:0}html[data-mobile-sidebar-behavior=fixed] .AdminLayout-module__woxXkG__mainWrapper.AdminLayout-module__woxXkG__mainWrapperExpanded{margin-left:var(--sidebar-width)}html[data-mobile-sidebar-behavior=fixed] .AdminLayout-module__woxXkG__mainWrapper.AdminLayout-module__woxXkG__mainWrapperCollapsed{margin-left:var(--sidebar-width-collapsed)}}
.ContextPanel-module__9Ks7aW__panel{background:var(--bg-secondary);border-left:1px solid var(--border-color);flex-direction:column;grid-area:context;height:100%;display:flex;overflow-y:auto}.ContextPanel-module__9Ks7aW__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1rem;display:flex}.ContextPanel-module__9Ks7aW__title{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.ContextPanel-module__9Ks7aW__closeButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;display:flex}.ContextPanel-module__9Ks7aW__closeButton:hover{background:var(--bg-tertiary);color:var(--text-primary)}.ContextPanel-module__9Ks7aW__content{flex:1;padding:1rem}.ContextPanel-module__9Ks7aW__placeholder{color:var(--text-tertiary);text-align:center;margin-top:2rem;font-size:.875rem}
.details-module__oo62hW__container{max-width:900px;margin:0 auto;padding:0}@media (min-width:640px){.details-module__oo62hW__container{padding:1.5rem}}@media (min-width:1024px){.details-module__oo62hW__container{padding:2rem}}.details-module__oo62hW__headerContainer{margin-bottom:2rem}.details-module__oo62hW__backLink{color:#6b7280;align-items:center;margin-bottom:1rem;font-size:.875rem;text-decoration:none;display:inline-flex}.details-module__oo62hW__backLink:hover{color:#111827;text-decoration:underline}.details-module__oo62hW__titleSection{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.details-module__oo62hW__mainTitle{color:#111827;font-size:2.25rem;font-weight:700}.details-module__oo62hW__badges{gap:.5rem;margin-top:.5rem;display:flex}.details-module__oo62hW__badge{border:none;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.details-module__oo62hW__badgeSource{color:#1d4ed8;background-color:#eff6ff;border-color:#bfdbfe}.details-module__oo62hW__badgeBilling{color:#4b5563;background-color:#f3f4f6;border-color:#e5e7eb}.details-module__oo62hW__actionButtons{gap:.5rem;display:flex}.details-module__oo62hW__actionButton{color:#374151;cursor:pointer;background-color:#fff;border:none;border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .1s ease-in-out;display:inline-flex}.details-module__oo62hW__actionButton:hover{background-color:#f9fafb}.details-module__oo62hW__actionButtonDanger{color:#b91c1c;background-color:#fef2f2;border-color:#fecaca}.details-module__oo62hW__actionButtonDanger:hover{background-color:#fee2e2}.details-module__oo62hW__detailsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.details-module__oo62hW__card{box-shadow:none;background-color:#fff;border:none;border-radius:.5rem;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.details-module__oo62hW__cardHeader{color:#6b7280;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.details-module__oo62hW__cardTitle{font-weight:500}.details-module__oo62hW__costValue{color:#111827;font-size:2.25rem;font-weight:700}.details-module__oo62hW__costPeriod{color:#6b7280;margin-top:.25rem;font-size:.875rem}.details-module__oo62hW__infoItem{align-items:flex-start;gap:.75rem;display:flex}.details-module__oo62hW__infoLabel{color:#6b7280;font-size:.875rem;font-weight:500}.details-module__oo62hW__infoValue{color:#111827;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;overflow:hidden}.details-module__oo62hW__infoValue a{color:#2563eb;align-items:center;gap:.25rem;text-decoration:none;display:inline-flex}.details-module__oo62hW__infoValue a:hover{text-decoration:underline}.details-module__oo62hW__tagList{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.details-module__oo62hW__tag{color:#374151;background-color:#f3f4f6;border:none;border-radius:.375rem;padding:.25rem .75rem;font-size:.75rem}.details-module__oo62hW__noTags{color:#9ca3af;font-size:.875rem;font-style:italic}
.inventory-module__mJ65Bq__container{padding:0}@media (min-width:640px){.inventory-module__mJ65Bq__container{padding:1.5rem}}@media (min-width:1024px){.inventory-module__mJ65Bq__container{padding:2rem}}.inventory-module__mJ65Bq__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.inventory-module__mJ65Bq__title{color:#111;font-size:1.5rem;font-weight:700}.inventory-module__mJ65Bq__button{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1;display:inline-flex}.inventory-module__mJ65Bq__button:hover{background-color:#333}.inventory-module__mJ65Bq__buttonSecondary{color:#000;background-color:#fff;border:1px solid #e5e5e5}.inventory-module__mJ65Bq__buttonSecondary:hover{background-color:#f5f5f5}.inventory-module__mJ65Bq__table{border-collapse:collapse;table-layout:auto;width:100%;min-width:1100px;font-size:.875rem}.inventory-module__mJ65Bq__th{text-align:left;color:#666;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #f3f4f680;padding:.75rem 1rem;font-weight:500;overflow:visible}.inventory-module__mJ65Bq__td{color:#111;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #f3f4f680;padding:.75rem 1rem;overflow:visible}.inventory-module__mJ65Bq__tdCheckbox{border-bottom:1px solid #f3f4f680;width:40px;padding:.75rem 1rem;overflow:visible}.inventory-module__mJ65Bq__link{color:#06c;text-decoration:none}.inventory-module__mJ65Bq__link:hover{text-decoration:underline}.inventory-module__mJ65Bq__dialogOverlay{z-index:50;background-color:#0006;position:fixed;inset:0}.inventory-module__mJ65Bq__dialogOverlay[data-state=open]{animation:.15s cubic-bezier(.16,1,.3,1) inventory-module__mJ65Bq__overlayShow}.inventory-module__mJ65Bq__dialogOverlay[data-state=closed]{animation:.15s cubic-bezier(.16,1,.3,1) inventory-module__mJ65Bq__overlayHide}.inventory-module__mJ65Bq__dialogContent{z-index:51;background-color:#fff;border-radius:6px;width:95%;max-width:500px;max-height:85vh;padding:25px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 38px -10px #16171859,0 10px 20px -15px #16171833}.inventory-module__mJ65Bq__dialogContent[data-state=open]{animation:.2s cubic-bezier(.16,1,.3,1) inventory-module__mJ65Bq__contentShow}.inventory-module__mJ65Bq__dialogContent[data-state=closed]{animation:.2s cubic-bezier(.16,1,.3,1) inventory-module__mJ65Bq__contentHide}@keyframes inventory-module__mJ65Bq__overlayShow{0%{opacity:0}to{opacity:1}}@keyframes inventory-module__mJ65Bq__overlayHide{0%{opacity:1}to{opacity:0}}@keyframes inventory-module__mJ65Bq__contentShow{0%{opacity:0;transform:translate(-50%,-50%)scale(1.1)translateY(-20px)}to{opacity:1;transform:translate(-50%,-50%)scale(1)translateY(0)}}@keyframes inventory-module__mJ65Bq__contentHide{0%{opacity:1;transform:translate(-50%,-50%)scale(1)translateY(0)}to{opacity:0;transform:translate(-50%,-50%)scale(1.1)translateY(-20px)}}@keyframes inventory-module__mJ65Bq__landIn{0%{opacity:0;transform:translate(-50%,-50%)scale(1.1)translateY(-20px)}to{opacity:1;transform:translate(-50%,-50%)scale(1)translateY(0)}}@keyframes inventory-module__mJ65Bq__landOut{0%{opacity:1;transform:translate(-50%,-50%)scale(1)translateY(0)}to{opacity:0;transform:translate(-50%,-50%)scale(1.1)translateY(-20px)}}.inventory-module__mJ65Bq__dialogTitle{color:#111;margin:0 0 1rem;font-size:1.125rem;font-weight:600}.inventory-module__mJ65Bq__formGroup{margin-bottom:1rem}.inventory-module__mJ65Bq__label{color:#333;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.inventory-module__mJ65Bq__input,.inventory-module__mJ65Bq__select{background-color:#f9fafb80;border:1px solid #e5e7eb80;border-radius:4px;width:100%;padding:.5rem;font-size:.875rem}.inventory-module__mJ65Bq__currencyWrapper{background-color:#f9fafb80;border:1px solid #e5e7eb80;border-radius:4px;align-items:center;padding-left:.75rem;display:flex;overflow:hidden;transform:translateZ(0)}.inventory-module__mJ65Bq__currencySymbol{color:#6b7280;-webkit-user-select:none;user-select:none;flex-shrink:0;margin-right:.5rem;font-size:.875rem;font-weight:500}.inventory-module__mJ65Bq__currencyInput{outline:none;width:100%;font-size:.875rem;background-color:#0000!important;border:none!important;height:100%!important;padding:.5rem .5rem .5rem 0!important}.inventory-module__mJ65Bq__currencyInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.inventory-module__mJ65Bq__currencyInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.inventory-module__mJ65Bq__currencyInput{-moz-appearance:textfield}.inventory-module__mJ65Bq__tagPreview{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.inventory-module__mJ65Bq__tagChip{color:#374151;background-color:#fff;border:1px solid #e5e5e5;border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.inventory-module__mJ65Bq__dialogFooter{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}.inventory-module__mJ65Bq__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.inventory-module__mJ65Bq__gridCard{background:#f9fafb80;border:1px solid #f3f4f680;border-radius:4px;flex-direction:column;justify-content:space-between;padding:1.25rem;transition:box-shadow .2s;display:flex}.inventory-module__mJ65Bq__gridCard:hover{box-shadow:none}.inventory-module__mJ65Bq__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.inventory-module__mJ65Bq__cardTitle{margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.inventory-module__mJ65Bq__cardActions{gap:.5rem;display:flex}.inventory-module__mJ65Bq__cardCost{color:#111;font-size:1.25rem;font-weight:700}.inventory-module__mJ65Bq__cardMeta{color:#666;margin-bottom:.5rem;font-size:.875rem}.inventory-module__mJ65Bq__cardFooter{border-top:none;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.inventory-module__mJ65Bq__viewToggle{background:#f3f4f6;border-radius:6px;gap:2px;padding:4px;display:flex}.inventory-module__mJ65Bq__toggleButton{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;align-items:center;padding:4px 8px;display:flex}.inventory-module__mJ65Bq__toggleButton[data-active=true]{color:#000;background:#fff;box-shadow:0 1px 2px #0000001a}.inventory-module__mJ65Bq__dropdownContent{z-index:9999;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;min-width:200px;padding:6px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.inventory-module__mJ65Bq__customScrollbar{scrollbar-width:thin;scrollbar-color:#e5e5e5 transparent}.inventory-module__mJ65Bq__customScrollbar::-webkit-scrollbar{width:6px;height:6px}.inventory-module__mJ65Bq__customScrollbar::-webkit-scrollbar-track{background:0 0}.inventory-module__mJ65Bq__customScrollbar::-webkit-scrollbar-thumb{background-color:#e5e5e5;border-radius:3px}.inventory-module__mJ65Bq__customScrollbar::-webkit-scrollbar-thumb:hover{background-color:#d4d4d4}.inventory-module__mJ65Bq__tagContainer{flex-wrap:wrap;gap:4px;display:flex}.inventory-module__mJ65Bq__tagChip{white-space:nowrap;text-overflow:ellipsis;border-radius:12px;align-items:center;max-width:100px;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-flex;overflow:hidden}.inventory-module__mJ65Bq__tagDot{border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-right:4px;display:inline-block}.inventory-module__mJ65Bq__tagName{text-overflow:ellipsis;overflow:hidden}.inventory-module__mJ65Bq__renewalBadge{vertical-align:middle;border-radius:9999px;align-items:center;max-width:100%;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-flex;overflow:hidden}.inventory-module__mJ65Bq__renewalText{white-space:nowrap;text-overflow:ellipsis;min-width:0;color:inherit;flex:1;display:block;overflow:hidden}
.users-module__xMbaNq__container{padding:0}@media (min-width:640px){.users-module__xMbaNq__container{padding:1.5rem}}@media (min-width:1024px){.users-module__xMbaNq__container{padding:2rem}}.users-module__xMbaNq__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.users-module__xMbaNq__title{color:#111;font-size:1.5rem;font-weight:700}.users-module__xMbaNq__button{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1;display:inline-flex}.users-module__xMbaNq__button:hover{background-color:#333}.users-module__xMbaNq__buttonSecondary{color:#000;background-color:#fff;border:none}.users-module__xMbaNq__buttonSecondary:hover{background-color:#f5f5f5}.users-module__xMbaNq__table{border-collapse:collapse;width:100%;font-size:.875rem}.users-module__xMbaNq__row{border-bottom:1px solid #f3f4f6;transition:background-color .2s}.users-module__xMbaNq__row:hover{background-color:#fafafa}.users-module__xMbaNq__row:last-child{border-bottom:none}.users-module__xMbaNq__roleSelect{appearance:none;text-align:center;cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;min-width:90px;padding:4px 10px;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.users-module__xMbaNq__roleSelect:hover:not(:disabled){border-color:#d1d5db}.users-module__xMbaNq__roleMember{color:#374151!important;background-color:#f3f4f6!important}.users-module__xMbaNq__roleAdmin{color:#166534!important;background-color:#dcfce7!important}.users-module__xMbaNq__roleOwner{color:#3730a3!important;background-color:#e0e7ff!important;border-color:#c7d2fe!important}.users-module__xMbaNq__roleAdmin:hover:not(:disabled){border-color:#bbf7d0!important}.users-module__xMbaNq__th{text-align:left;color:#666;border-bottom:none;padding:.75rem 1rem;font-weight:500}.users-module__xMbaNq__td{color:#111;text-overflow:ellipsis;white-space:nowrap;border-bottom:none;padding:.75rem 1rem;overflow:hidden}.users-module__xMbaNq__userCell{align-items:center;gap:.75rem;display:flex}.users-module__xMbaNq__userAvatar{color:#4b5563;background-color:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:600;display:flex}.users-module__xMbaNq__userInfo{flex-direction:column;display:flex}.users-module__xMbaNq__userName{color:#111;font-weight:500}.users-module__xMbaNq__userEmail{color:#666;font-size:.75rem}.users-module__xMbaNq__roleBadge{color:#374151;background-color:#f3f4f6;border:none;border-radius:9999px;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.users-module__xMbaNq__roleAdmin{color:#0369a1;background-color:#e0f2fe;border-color:#bae6fd}
