:root{--ac-sidebar-width:240px;--ac-sidebar-radius:16px;--ac-sidebar-surface:var(--card);--ac-sidebar-border:var(--border);--ac-sidebar-accent:var(--muted);--ac-sidebar-muted-surface:var(--background)}.acAppShell{background:hsl(var(--background));width:100%;height:100dvh;min-height:0;display:flex;overflow:hidden}.acAppShellMain{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.acAppShellContent{overscroll-behavior:contain;flex:1;min-width:0;min-height:0;overflow-y:auto}.acAppMobileHeader{border-bottom:1px solid hsl(var(--border) / .6);background:hsl(var(--background) / .95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:8px 16px;display:flex}.acAppMobileBrand{min-width:0;color:hsl(var(--foreground));font-family:var(--font-montserrat), Montserrat, system-ui, sans-serif;align-items:center;gap:8px;font-size:14px;font-weight:700;display:inline-flex}.acAppMobileBrand img{object-fit:contain;width:24px;height:24px}.acAppMobileButton{border:1px solid hsl(var(--border));width:40px;height:40px;color:hsl(var(--foreground) / .78);cursor:pointer;background:0 0;border-radius:12px;flex:0 0 40px;place-items:center;transition:background .16s,color .16s;display:inline-grid}.acAppMobileButton:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.acAppMobileButton svg{width:20px;height:20px}.acSidebarBackdrop{z-index:40;background:hsl(var(--background) / .6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:default;border:0;position:fixed;inset:0}.acSidebarDrawer{z-index:50;height:100dvh;padding:10px;position:fixed;top:0;left:0}.acSidebar{z-index:1;width:var(--ac-sidebar-width);border:1px solid hsl(var(--ac-sidebar-border) / .7);border-radius:var(--ac-sidebar-radius);background:hsl(var(--ac-sidebar-surface));flex-direction:column;height:calc(100dvh - 20px);min-height:0;padding:12px;transition:width .3s,padding .3s,border-radius .3s;display:flex;position:sticky;top:10px;box-shadow:0 1px 2px #6e35430f,0 8px 24px #6e35430f}.dark .acSidebar{box-shadow:none}.acSidebar.collapsed{--ac-sidebar-width:56px;--ac-sidebar-radius:28px;padding-inline:8px}.acSidebarTop{justify-content:space-between;align-items:center;gap:8px;min-height:40px;display:flex;position:relative}.acBrandButton,.acCollapseButton,.acNavRow,.acProfileRow{font:inherit;border:0}.acBrandButton{min-width:0;height:40px;color:hsl(var(--foreground));cursor:default;background:0 0;align-items:center;gap:10px;padding:0;display:inline-flex;position:relative}.acBrandLogoWrap{grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;width:168px;min-width:0;height:40px;transition:width .18s;display:inline-grid;overflow:hidden}.acBrandLogoIcon{flex:0 0 32px;place-items:center;width:32px;height:32px;line-height:0;display:inline-grid;position:relative}.acBrandLogoIcon img{object-fit:contain;width:32px;height:32px;position:absolute;inset:0}.acBrandLogoDark,.dark .acBrandLogoLight{display:none}.dark .acBrandLogoDark{display:block}.acBrandHeadings{text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;min-width:0;display:flex}.acBrandProjectName{max-width:124px;color:hsl(var(--primary));font-family:var(--font-montserrat), Montserrat, system-ui, sans-serif;letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:800;line-height:1.1;overflow:hidden}.dark .acBrandProjectName{color:#fff}.acBrandSubheading{max-width:124px;color:hsl(var(--muted-foreground) / .72);font-family:var(--font-montserrat), Montserrat, system-ui, sans-serif;letter-spacing:.1em;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:600;line-height:1;overflow:hidden}.acBrandIconWrap{flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;display:none}.acBrandExpandIcon{border:1px solid hsl(var(--ac-sidebar-border) / .6);width:28px;height:28px;color:hsl(var(--muted-foreground));border-radius:999px;place-items:center;transition:background .16s,color .16s;display:none}.acBrandExpandIcon svg{width:20px;height:20px}.acCollapseButton{border:1px solid hsl(var(--ac-sidebar-border) / .6);width:28px;height:28px;color:hsl(var(--foreground) / .72);cursor:pointer;background:0 0;border-radius:999px;flex:0 0 28px;place-items:center;transition:background .16s,color .16s;display:inline-grid}.acCollapseButton:hover{background:hsl(var(--accent));color:hsl(var(--foreground))}.acCollapseButton svg{width:18px;height:18px}.acSidebar.collapsed .acBrandButton{cursor:pointer;justify-content:center;place-items:center;gap:0;width:32px;height:32px;display:grid}.acSidebar.collapsed .acBrandLogoWrap{display:none}.acSidebar.collapsed .acBrandIconWrap{grid-area:1/1;display:inline-flex}.acSidebar.collapsed .acBrandButton:hover .acBrandIconWrap{display:none}.acSidebar.collapsed .acBrandButton:hover .acBrandExpandIcon{background:hsl(var(--accent));color:hsl(var(--foreground));grid-area:1/1;display:inline-grid}.acSidebar.collapsed .acSidebarTop{justify-content:center}.acSidebar.collapsed .acCollapseButton{display:none}.acSearchWrap{position:relative}.acSearchBox{border:1px solid hsl(var(--ac-sidebar-border) / .9);background:hsl(var(--ac-sidebar-muted-surface) / .72);min-height:34px;color:hsl(var(--muted-foreground));border-radius:999px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:12px;padding:0 3px 0 10px;transition:background .16s,border-color .16s,color .16s;display:grid}button.acSearchBox{font:inherit;cursor:pointer}.acSearchBox:focus-within,.acSearchBox:hover{border-color:hsl(var(--ac-sidebar-border));background:hsl(var(--ac-sidebar-muted-surface));color:hsl(var(--foreground))}.acSearchBox>svg{width:18px;height:18px}.acSearchBox input{min-width:0;color:hsl(var(--foreground));background:0 0;border:0;outline:0;font-size:14px}.acSearchBox input:focus,.acSearchBox input:focus-visible{box-shadow:none;outline:none}.acSearchBox input::placeholder{color:hsl(var(--muted-foreground))}.acSearchBox kbd{background:hsl(var(--primary));color:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:10px;font-weight:600;line-height:1;display:inline-flex}.acSearchBoxCollapsed{background:0 0;border-color:#0000;grid-template-columns:1fr;justify-items:center;width:32px;height:32px;min-height:32px;margin:14px auto 0;padding:0}.acSearchBoxCollapsed:hover{background:hsl(var(--ac-sidebar-accent));border-color:#0000}.acSearchResults{z-index:40;border:1px solid hsl(var(--ac-sidebar-border));background:hsl(var(--ac-sidebar-surface));border-radius:14px;gap:2px;max-height:320px;padding:6px;display:grid;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 30px #0f050824}.acSearchEmpty{color:hsl(var(--muted-foreground));padding:10px 12px;font-size:13px}.acSearchResult{width:100%;min-height:34px;color:hsl(var(--foreground) / .8);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:999px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:10px;padding:0 10px;transition:background .14s,color .14s;display:grid}.acSearchResult.active,.acSearchResult:hover{background:hsl(var(--ac-sidebar-accent));color:hsl(var(--foreground))}.acSearchResultIcon,.acNavIcon{place-items:center;display:inline-grid}.acSearchResultIcon svg,.acNavIcon svg{width:16px;height:16px}.acSearchResultText{align-items:baseline;gap:8px;min-width:0;display:flex}.acSearchResultText>span{text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;overflow:hidden}.acSearchResultText small{color:hsl(var(--muted-foreground) / .7);letter-spacing:.04em;text-transform:uppercase;flex:none;margin-left:auto;font-size:9px}.acSidebarNavigation{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:hsl(var(--muted-foreground) / .5) transparent;flex:1;min-height:0;margin-top:4px;margin-right:-8px;padding-bottom:6px;padding-right:6px;overflow-y:hidden}@media (hover:hover){.acSidebarNavigation:hover{overflow-y:auto}}@media (hover:none){.acSidebarNavigation{overflow-y:auto}}.acSidebarNavigation::-webkit-scrollbar{width:6px}.acSidebarNavigation::-webkit-scrollbar-track{background:0 0}.acSidebarNavigation::-webkit-scrollbar-thumb{background-color:hsl(var(--muted-foreground) / .45);border-radius:3px}.acSidebar.collapsed .acSidebarNavigation{scrollbar-gutter:auto;scrollbar-width:none;margin-right:0;padding-right:0;overflow-x:hidden}.acSidebar.collapsed .acSidebarNavigation::-webkit-scrollbar{width:0;height:0;display:none}.acNavArea{margin-top:14px}.acNavArea:first-child{margin-top:0}.acNavAreaPersonal{border-top:1px solid hsl(var(--ac-sidebar-border) / .8);margin-top:18px;padding-top:16px}.acSidebar.collapsed .acNavAreaPersonal{margin-top:18px;padding-top:16px}.acSectionHeader{align-items:center;min-height:16px;margin-bottom:4px;display:flex}.acSectionHeader>span{color:hsl(var(--muted-foreground) / .55);font-family:var(--font-montserrat), Montserrat, system-ui, sans-serif;letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:600;line-height:1}.acSidebar.collapsed .acSectionHeader{min-height:10px;margin-bottom:10px}.acSidebar.collapsed .acSectionHeader>span{display:none}.acNavStack{gap:4px;display:grid}.acNavGroup{position:relative;overflow:visible}.acNavRow{width:100%;min-height:34px;color:hsl(var(--foreground) / .72);text-align:left;background:0 0;border-radius:999px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:10px;padding:0 10px;text-decoration:none;transition:background .16s,color .16s,box-shadow .16s;display:grid;position:relative}.acNavRow:hover{background:hsl(var(--ac-sidebar-accent));color:hsl(var(--foreground))}.acNavRow.active{background:hsl(var(--primary));color:#fff;box-shadow:0 6px 14px hsl(var(--primary) / .22)}.acNavRow.active .acNavIcon{color:#fff}.acNavRow.active .acNavLabel{font-weight:500}.acNavLabel{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:400;line-height:1.4;transition:opacity .18s,width .18s;overflow:hidden}.acSidebar.collapsed .acNavRow{grid-template-columns:1fr;justify-items:center;width:32px;height:32px;min-height:32px;margin:0 auto;padding:0}.acSidebar.collapsed .acNavLabel{display:none}.acSidebar.collapsed .acNavRow.active{box-shadow:none}.acNavParentRow{font:inherit;cursor:pointer;border:0;grid-template-columns:18px minmax(0,1fr) 16px}.acNavParentRow.child-active{color:hsl(var(--primary))}.acRowChevron{width:16px;height:16px;color:hsl(var(--muted-foreground));transition:transform .2s}.acRowChevron.open{transform:rotate(180deg)}.acSidebar.collapsed .acRowChevron{display:none}.acSubMenu{opacity:0;gap:2px;max-height:0;padding-left:30px;transition:max-height .2s,opacity .2s,margin .2s;display:grid;position:relative;overflow:hidden}.acSubMenu.open{opacity:1;max-height:480px;margin:6px 0 8px;overflow:visible}.acSubMenuLine{background:hsl(var(--ac-sidebar-border));width:1px;position:absolute;top:8px;bottom:8px;left:19px}.acSubMenuItem{width:100%;min-height:30px;color:hsl(var(--muted-foreground));text-align:left;border-radius:999px;justify-content:space-between;align-items:center;gap:8px;padding:0 10px;font-size:13px;line-height:1;text-decoration:none;transition:background .16s,color .16s;display:flex;position:relative}.acSubMenuItemContent,.acCollapsedSubItemContent{grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:inline-grid}.acSubMenuIcon,.acCollapsedSubIcon{color:currentColor;place-items:center;display:inline-grid}.acSubMenuIcon svg,.acCollapsedSubIcon svg{width:16px;height:16px}.acSubMenuLabel,.acCollapsedSubLabel{text-overflow:ellipsis;white-space:nowrap;line-height:1.4;overflow:hidden}.acSubMenuItem:hover{background:hsl(var(--ac-sidebar-accent));color:hsl(var(--foreground))}.acSubMenuItem.active{background:hsl(var(--primary));color:#fff}.acSidebar.collapsed .acSubMenu{display:none}.acCollapsedSubMenu{z-index:70;border:1px solid hsl(var(--ac-sidebar-border));background:hsl(var(--ac-sidebar-surface));visibility:hidden;opacity:0;pointer-events:none;border-radius:14px;min-width:184px;padding:6px;transition:visibility .26s,opacity .22s,transform .18s;position:absolute;top:-6px;left:calc(100% + 10px);transform:translate(-6px);box-shadow:0 14px 36px #0f050829}.acCollapsedSubMenu:before{content:"";width:16px;position:absolute;top:-8px;bottom:-8px;left:-14px}.acCollapsedSubMenu:after{border-bottom:1px solid hsl(var(--ac-sidebar-border));border-left:1px solid hsl(var(--ac-sidebar-border));background:hsl(var(--ac-sidebar-surface));content:"";border-radius:0 0 0 3px;width:11px;height:11px;position:absolute;top:18px;left:-6px;transform:rotate(45deg)}.acCollapsedSubMenu.open{visibility:visible;opacity:1;pointer-events:auto;transform:translate(0)}.acCollapsedSubMenuTitle{color:hsl(var(--muted-foreground) / .6);font-family:var(--font-montserrat), Montserrat, system-ui, sans-serif;letter-spacing:.12em;text-transform:uppercase;padding:4px 10px 6px;font-size:10px;font-weight:600}.acCollapsedSubItem{width:100%;min-height:32px;color:hsl(var(--muted-foreground));text-align:left;border-radius:999px;justify-content:space-between;align-items:center;gap:8px;padding:0 10px;font-size:13px;text-decoration:none;transition:background .16s,color .16s;display:flex;position:relative}.acCollapsedSubItem:hover{background:hsl(var(--ac-sidebar-accent));color:hsl(var(--foreground))}.acCollapsedSubItem.active{background:hsl(var(--primary));color:#fff}.acToolModeArea{border-top:1px solid hsl(var(--ac-sidebar-border) / .7);flex:none;margin-top:10px;padding-top:10px}.acToolModeButton{border:1px solid hsl(var(--ac-sidebar-border) / .75);background:hsl(var(--ac-sidebar-muted-surface) / .55)}.acToolModeButton .acNavLabel{font-size:13px;font-weight:600}.acToolModeButton:hover{border-color:hsl(var(--ac-sidebar-border));background:hsl(var(--accent))}.acModeBackFooter{border-top:1px solid hsl(var(--ac-sidebar-border) / .7);flex:none;gap:8px;margin-top:8px;padding-top:10px;display:grid}.acBackToAppButton{border:1px solid hsl(var(--ac-sidebar-border));background:hsl(var(--ac-sidebar-accent) / .55);width:100%;min-height:38px;color:hsl(var(--foreground) / .82);text-align:left;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:13px;font-weight:600;text-decoration:none;transition:background .16s,color .16s,border-color .16s;display:flex}.acBackToAppButton:hover{background:hsl(var(--ac-sidebar-accent));color:hsl(var(--foreground))}.acBackToAppIcon{place-items:center;display:inline-grid}.acBackToAppIcon svg{width:16px;height:16px}.acSidebar.collapsed .acBackToAppButton{justify-content:center;width:32px;height:32px;min-height:32px;margin:0 auto;padding:0}.acSidebar.collapsed .acBackToAppLabel{display:none}.acProfileArea{margin-top:auto;padding-top:10px;position:relative}.acAvatar{border-radius:999px;flex:0 0 32px;width:32px;height:32px;display:inline-block;position:relative;overflow:hidden}.acAvatar img,.acAvatarFallback{border-radius:inherit;width:100%;height:100%;display:block}.acAvatar img{object-fit:cover}.acAvatarFallback{background:hsl(var(--primary));color:#fff;place-items:center;font-size:14px;font-weight:700;display:inline-grid}.acAvatarLarge{flex-basis:40px;width:40px;height:40px}.acProfileRow{width:100%;min-height:44px;color:hsl(var(--foreground) / .72);text-align:left;cursor:pointer;background:0 0;border-radius:999px;grid-template-columns:32px minmax(0,1fr) 18px;align-items:center;gap:8px;padding:6px 8px;transition:background .16s,color .16s;display:grid;position:relative}.acProfileRow:hover,.acProfileRow.active{background:hsl(var(--accent));color:hsl(var(--foreground))}.acProfileText{gap:3px;min-width:0;display:grid}.acProfileText strong,.acProfileText span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.acProfileText strong{color:hsl(var(--foreground));font-size:13px;font-weight:600;line-height:1.2}.acProfileText span{color:hsl(var(--muted-foreground));font-size:11px;line-height:1.2}.acProfileChevron{width:18px;height:18px;transition:transform .2s;transform:rotate(180deg)}.acProfileChevron.open{transform:rotate(0)}.acSidebar.collapsed .acProfileRow{grid-template-columns:1fr;justify-items:center;width:32px;height:32px;min-height:32px;margin:0 auto;padding:0}.acSidebar.collapsed .acProfileText,.acSidebar.collapsed .acProfileChevron{display:none}.acProfileMenu{z-index:60;visibility:hidden;opacity:0;pointer-events:none;width:max-content;min-width:100%;max-width:min(340px,100vw - 24px);transition:visibility .22s,opacity .18s,transform .18s;position:absolute;bottom:calc(100% + 8px);left:0;transform:translateY(6px)}.acProfileMenu.open{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.acProfileMenu.collapsed{width:min(320px,100vw - 40px);min-width:240px;bottom:-2px;left:calc(100% + 18px);transform:translate(-6px)}.acProfileMenu.collapsed.open{transform:translate(0)}.acProfileMenu.collapsed:before{z-index:2;border-left:1px solid hsl(var(--ac-sidebar-border));border-bottom:1px solid hsl(var(--ac-sidebar-border));background:hsl(var(--ac-sidebar-surface));content:"";border-radius:0 0 0 3px;width:11px;height:11px;position:absolute;bottom:12px;left:-6px;transform:rotate(45deg)}.acAccountMenu{border:1px solid hsl(var(--ac-sidebar-border));background:hsl(var(--ac-sidebar-surface));width:max-content;min-width:240px;max-width:min(340px,100vw - 24px);color:hsl(var(--foreground));border-radius:14px;overflow:hidden;box-shadow:0 10px 30px #0f050829}.acAccountMenuHeader{grid-template-columns:40px minmax(0,1fr);align-items:center;gap:10px;padding:12px 14px;display:grid}.acAccountMenuIdentity{gap:6px;min-width:0;display:grid}.acAccountMenuIdentity>span:last-child{overflow-wrap:anywhere;max-width:270px;color:hsl(var(--muted-foreground));font-size:12px;line-height:1.2}.acAccountMenuNameRow{flex-wrap:nowrap;align-items:center;gap:8px;min-width:0;display:flex}.acAccountMenuNameRow strong{color:hsl(var(--foreground));white-space:nowrap;flex:none;font-size:14px;font-weight:600;line-height:1.2}.acAccountBadge{border-radius:999px;flex:none;align-items:center;padding:2px 8px;font-size:10px;font-weight:600;line-height:1.2;display:inline-flex}.acAccountBadgeAdmin{background:hsl(var(--primary) / .12);color:hsl(var(--primary))}.acAccountMenuGroup{border-top:1px solid hsl(var(--ac-sidebar-border) / .72);gap:2px;padding:6px 8px;display:grid}.acAccountMenuItem{width:100%;min-height:36px;color:hsl(var(--foreground) / .72);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:999px;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:10px;padding:0 10px;font-size:13.5px;line-height:1;text-decoration:none;transition:background .16s,color .16s;display:grid}.acAccountMenuItem:hover,.acAccountMenuItem.active{background:hsl(var(--ac-sidebar-accent));color:hsl(var(--foreground))}.acAccountMenuItem.active{background:hsl(var(--primary));color:#fff}.acAccountMenuItem.danger{color:#d61f1f}.acAccountMenuItem.danger:hover{color:#d61f1f;background:#d61f1f1f}.acAccountMenuIcon{place-items:center;display:inline-grid}.acAccountMenuIcon svg{stroke-width:1.8px;width:18px;height:18px}.acAccountMenuLabel{color:hsl(var(--muted-foreground) / .7);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:6px;margin-bottom:4px;padding:0 4px;font-size:10px;font-weight:600;display:flex}.acAccountMenuLabel svg{width:13px;height:13px}.acAccountLanguageRow{flex-wrap:wrap;gap:4px;padding:0 2px;display:flex}.acAccountLanguageChip{border:1px solid hsl(var(--ac-sidebar-border) / .7);color:hsl(var(--foreground) / .7);font:inherit;cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:5px;padding:4px 8px;font-size:11px;font-weight:600;transition:background .14s,color .14s,border-color .14s;display:inline-flex}.acAccountLanguageChip:hover{background:hsl(var(--ac-sidebar-accent));color:hsl(var(--foreground))}.acAccountLanguageChip.active{background:hsl(var(--primary));color:#fff;border-color:#0000}.acAccountLanguageChip:disabled{cursor:wait;opacity:.55}.acAccountLanguageFlag{font-size:12px;line-height:1}.acHoverCardAnchor{pointer-events:none;position:absolute;inset:0}.acHoverCardPortal{z-index:200;border:1px solid hsl(var(--border));background:hsl(var(--card));width:264px;color:hsl(var(--foreground));pointer-events:none;border-radius:18px;gap:10px;padding:12px;display:grid;box-shadow:0 16px 40px #0f050866}.acHoverCardPortal:before{border-left:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border));background:hsl(var(--card));content:"";width:12px;height:12px;position:absolute;top:50%;left:-6px;transform:translateY(-50%)rotate(45deg)}.acHoverCardPreview{background:hsl(var(--muted));border-radius:12px;line-height:0;display:block;position:relative;overflow:hidden}.acHoverCardPreviewSvg{aspect-ratio:16/9;width:100%;height:auto;display:block}.acHoverCardText{gap:4px;padding:0 2px;display:grid}.acHoverCardText strong{color:hsl(var(--foreground));font-family:var(--font-montserrat), Montserrat, system-ui, sans-serif;letter-spacing:-.01em;font-size:15px;font-weight:700;line-height:1.25}.acHoverCardText span{color:hsl(var(--muted-foreground));font-size:12px;line-height:1.45}.acBrandButton:focus-visible,.acCollapseButton:focus-visible,.acSearchBox:focus-visible,.acNavRow:focus-visible,.acSubMenuItem:focus-visible,.acCollapsedSubItem:focus-visible,.acBackToAppButton:focus-visible,.acProfileRow:focus-visible,.acAccountMenuItem:focus-visible,.acAccountLanguageChip:focus-visible,.acAppMobileButton:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}@media (min-width:1024px){.acAppMobileHeader,.acSidebarBackdrop{display:none}.acSidebarDrawer{flex-shrink:0;height:100dvh;position:sticky;top:0}}@media (max-width:1023px){.acSidebarDrawer[data-mobile-open=false]{display:none}.acSidebar{position:relative;top:0}.acHoverCardPortal{display:none}}@media (prefers-reduced-motion:reduce){.acSidebar,.acBrandLogoWrap,.acBrandExpandIcon,.acCollapseButton,.acSearchBox,.acNavRow,.acRowChevron,.acSubMenu,.acSubMenuItem,.acCollapsedSubMenu,.acCollapsedSubItem,.acBackToAppButton,.acProfileRow,.acProfileChevron,.acProfileMenu,.acAccountMenuItem,.acAccountLanguageChip{transition-duration:.01ms!important}}
