.Sidebar-module__qjvHZW__sidebar{width:var(--sidebar-width,80px);background:var(--sidebar-bg,#fff);height:100vh;box-shadow:var(--sidebar-shadow,0 8px 32px 0 #004b8214);z-index:50;will-change:width;flex-direction:column;align-items:center;padding:24px 0 100px;transition:width .5s cubic-bezier(.2,.8,.2,1),transform .3s;display:flex;position:relative;top:0;left:0}.Sidebar-module__qjvHZW__sidebar.Sidebar-module__qjvHZW__expand{width:var(--sidebar-width-expanded,120px)}.Sidebar-module__qjvHZW__logo{width:40px;height:40px;color:var(--foreground);justify-content:center;align-items:center;margin-bottom:24px;display:flex}.Sidebar-module__qjvHZW__nav{align-items:center;gap:var(--sidebar-nav-gap,16px);flex-direction:column;flex:1;width:100%;padding:0 8px;display:flex}.Sidebar-module__qjvHZW__navItem{width:var(--sidebar-icon-size,48px);height:var(--sidebar-icon-size,48px);border-radius:var(--radius-md,8px);color:var(--muted-foreground);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;text-decoration:none;transition:width .28s,height .28s,color .15s;display:flex;position:relative}.Sidebar-module__qjvHZW__navItem:hover{color:var(--foreground)}.Sidebar-module__qjvHZW__navItem.Sidebar-module__qjvHZW__active{color:var(--sidebar-active-color,#2a2a2a)}.Sidebar-module__qjvHZW__iconWrap{border-radius:var(--radius-md,8px);justify-content:center;align-items:center;width:48px;height:48px;transition:background .18s,transform .18s;display:flex}.Sidebar-module__qjvHZW__navItem:hover .Sidebar-module__qjvHZW__iconWrap{background:var(--sidebar-hover-bg,#009aff0a)}.Sidebar-module__qjvHZW__navItem.Sidebar-module__qjvHZW__active .Sidebar-module__qjvHZW__iconWrap{background:var(--sidebar-active-bg,#009aff14);color:var(--sidebar-active-color,#2a2a2a)}.Sidebar-module__qjvHZW__sidebar.Sidebar-module__qjvHZW__expand .Sidebar-module__qjvHZW__navItem{width:100px;height:100px}.Sidebar-module__qjvHZW__sidebar.Sidebar-module__qjvHZW__expand .Sidebar-module__qjvHZW__nav{gap:0}.Sidebar-module__qjvHZW__navLabel{color:var(--muted-foreground);white-space:normal;text-align:center;text-overflow:ellipsis;max-width:80px;margin-top:8px;font-size:12px;font-weight:400;line-height:14px;display:none;overflow:hidden}.Sidebar-module__qjvHZW__sidebar.Sidebar-module__qjvHZW__expand .Sidebar-module__qjvHZW__navLabel{display:block}.Sidebar-module__qjvHZW__navItem.Sidebar-module__qjvHZW__active .Sidebar-module__qjvHZW__navLabel{color:var(--sidebar-active-color,#2a2a2a);font-weight:600}.Sidebar-module__qjvHZW__tooltip{color:#fff;white-space:nowrap;pointer-events:none;opacity:0;z-index:100;background:#053860;border-radius:8px;padding:8px 16px;font-size:12px;font-weight:500;line-height:16px;transition:opacity .15s;position:absolute;top:50%;left:calc(100% + 8px);transform:translateY(-50%)}.Sidebar-module__qjvHZW__navItem:hover .Sidebar-module__qjvHZW__tooltip{opacity:1}.Sidebar-module__qjvHZW__tooltip:before{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-right:6px solid #053860;width:0;height:0;position:absolute;top:50%;left:-6px;transform:translateY(-50%)}.Sidebar-module__qjvHZW__sidebar.Sidebar-module__qjvHZW__expand .Sidebar-module__qjvHZW__tooltip{opacity:0;display:none}.Sidebar-module__qjvHZW__toggle{width:32px;height:32px;color:var(--muted-foreground);cursor:pointer;border-radius:var(--radius-sm,4px);background:0 0;border:none;justify-content:center;align-items:center;margin-bottom:16px;transition:background .15s,color .15s,transform .32s cubic-bezier(.2,.8,.2,1);display:flex}.Sidebar-module__qjvHZW__toggle:hover{background:var(--muted,#f8f8f8);color:var(--foreground)}.Sidebar-module__qjvHZW__sidebar.Sidebar-module__qjvHZW__expand .Sidebar-module__qjvHZW__toggle{transform:rotate(180deg)}@media (max-width:1024px){.Sidebar-module__qjvHZW__sidebar{width:64px;position:fixed}.Sidebar-module__qjvHZW__sidebar.Sidebar-module__qjvHZW__expand{width:64px}.Sidebar-module__qjvHZW__sidebar.Sidebar-module__qjvHZW__expand .Sidebar-module__qjvHZW__navItem{width:var(--sidebar-icon-size,48px);height:var(--sidebar-icon-size,48px)}.Sidebar-module__qjvHZW__sidebar.Sidebar-module__qjvHZW__expand .Sidebar-module__qjvHZW__navLabel{opacity:0;transform:translateY(-2px)}.Sidebar-module__qjvHZW__navItem:hover .Sidebar-module__qjvHZW__tooltip{opacity:1}.Sidebar-module__qjvHZW__toggle{display:none}}@media (max-width:768px){.Sidebar-module__qjvHZW__sidebar{width:80px;transform:translate(-100%)}.Sidebar-module__qjvHZW__sidebar.Sidebar-module__qjvHZW__expand{width:120px}.Sidebar-module__qjvHZW__sidebar.Sidebar-module__qjvHZW__expand .Sidebar-module__qjvHZW__navItem{width:100px;height:100px}.Sidebar-module__qjvHZW__sidebar.Sidebar-module__qjvHZW__open{z-index:200;transform:translate(0)}.Sidebar-module__qjvHZW__sidebar.Sidebar-module__qjvHZW__expand .Sidebar-module__qjvHZW__navLabel{opacity:1;transform:translateY(0)}.Sidebar-module__qjvHZW__toggle{display:flex}}
.AppLayout-module__TD5meG__layout{background:var(--page-bg,#f5f5f5);height:100vh;display:flex;overflow:hidden}.AppLayout-module__TD5meG__main{flex-direction:column;flex:1;min-width:0;padding-top:10px;transition:margin-left .2s;display:flex;overflow:hidden}.AppLayout-module__TD5meG__backdrop{display:none}@media (max-width:1024px){.AppLayout-module__TD5meG__main{margin-left:64px}}@media (max-width:768px){.AppLayout-module__TD5meG__main{margin-left:0}.AppLayout-module__TD5meG__backdrop{z-index:150;background:#0000004d;display:none;position:fixed;inset:0}.AppLayout-module__TD5meG__backdrop.AppLayout-module__TD5meG__visible{display:block}}
.Text-module__vRzSyq__base{font-family:var(--font-family-base);margin:0;padding:0}.Text-module__vRzSyq__pageTitle{color:var(--foreground);font-size:32px;font-weight:400;line-height:36px}.Text-module__vRzSyq__cardTitle{color:var(--foreground);font-size:20px;font-weight:500;line-height:24px}.Text-module__vRzSyq__body{color:var(--foreground);font-size:14px;font-weight:400;line-height:18px}.Text-module__vRzSyq__small{color:var(--foreground);font-size:12px;font-weight:300;line-height:16px}.Text-module__vRzSyq__caption{color:var(--muted-foreground);font-size:12px;font-weight:300;line-height:16px}.Text-module__vRzSyq__tableHeader{color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:300;line-height:16px}.Text-module__vRzSyq__semibold{color:var(--foreground);font-size:14px;font-weight:600;line-height:18px}
.Avatar-module__HuTM0W__avatar{border-radius:var(--radius-full);background:var(--primary-alpha-10);color:var(--primary);font-weight:600;font-family:var(--font-family-base);flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.Avatar-module__HuTM0W__avatar img{object-fit:cover;width:100%;height:100%}
.ThemeToggle-module__LOkofa__toggleBtn{border:1px solid var(--border);background:var(--card);width:36px;height:36px;color:var(--foreground);cursor:pointer;transition:all var(--animation-duration-normal)cubic-bezier(.4,0,.2,1);border-radius:50%;outline:none;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ThemeToggle-module__LOkofa__toggleBtn:hover{background:var(--muted);border-color:var(--muted-foreground);transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.ThemeToggle-module__LOkofa__toggleBtn:active{transform:translateY(0)}.ThemeToggle-module__LOkofa__iconWrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.ThemeToggle-module__LOkofa__icon{transition:transform var(--animation-duration-normal)cubic-bezier(.4,0,.2,1),opacity var(--animation-duration-normal)ease-in-out;position:absolute}.ThemeToggle-module__LOkofa__sunIcon{opacity:1;transform:rotate(0)scale(1)}.ThemeToggle-module__LOkofa__sunIconHidden{opacity:0;transform:rotate(90deg)scale(0)}.ThemeToggle-module__LOkofa__moonIcon{opacity:1;transform:rotate(0)scale(1)}.ThemeToggle-module__LOkofa__moonIconHidden{opacity:0;transform:rotate(-90deg)scale(0)}.dark .ThemeToggle-module__LOkofa__toggleBtn:hover{box-shadow:0 4px 12px #0000004d}
.HeaderActions-module__wLw1zG__actions{align-items:center;gap:24px;display:flex}@media (max-width:1024px){.HeaderActions-module__wLw1zG__actions{gap:16px}}.HeaderActions-module__wLw1zG__iconBtn{cursor:pointer;color:var(--muted-foreground);transition:color var(--animation-duration-fast)ease;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:relative}.HeaderActions-module__wLw1zG__iconBtn:hover{color:var(--foreground)}.HeaderActions-module__wLw1zG__badge{color:#fff;background:var(--primary);border-radius:var(--radius-full);justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:600;line-height:1;display:flex;position:absolute;top:-4px;right:-6px}
.TopHeader-module__hFVHXa__header{background:var(--background);flex-shrink:0;justify-content:space-between;align-items:center;min-height:72px;margin-bottom:24px;padding:0 32px;display:flex}.TopHeader-module__hFVHXa__left{align-items:center;gap:32px;min-width:0;display:flex}.TopHeader-module__hFVHXa__tabs{align-items:center;display:flex}.TopHeader-module__hFVHXa__right{flex-shrink:0;align-items:center;display:flex}.TopHeader-module__hFVHXa__hamburger{width:40px;height:40px;color:var(--foreground);cursor:pointer;border-radius:var(--radius-md,8px);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-right:12px;display:none}.TopHeader-module__hFVHXa__hamburger:hover{background:var(--muted,#f8f8f8)}@media (max-width:1024px){.TopHeader-module__hFVHXa__header{padding:0 16px}.TopHeader-module__hFVHXa__left{gap:16px}}@media (max-width:768px){.TopHeader-module__hFVHXa__header{min-height:56px;padding:0 12px}.TopHeader-module__hFVHXa__hamburger{display:flex}.TopHeader-module__hFVHXa__left{gap:12px}}
