.sidebar-shell{position:relative;display:flex;flex-direction:column;overflow-x:hidden;height:100vh;background:linear-gradient(180deg,hsla(0,0%,100%,.03) 0,hsla(0,0%,100%,.005) 35%),var(--theme-bg);backdrop-filter:blur(24px) saturate(140%);-webkit-backdrop-filter:blur(24px) saturate(140%);border-right:1px solid var(--theme-border);transition:width .28s ease,transform .28s ease}.sidebar-shell--resizing{transition:none}.sidebar-shell:after{content:"";position:absolute;top:0;right:0;bottom:0;width:1px;background:linear-gradient(180deg,var(--theme-border) 0,color-mix(in srgb,var(--theme-accent) 55%,transparent) 22%,color-mix(in srgb,var(--theme-secondary,var(--theme-accent)) 50%,transparent) 78%,var(--theme-border) 100%);opacity:.85;pointer-events:none}.sidebar-shell--mobile{position:fixed;top:0;left:0;bottom:0;height:100dvh;z-index:120;box-shadow:0 0 40px rgba(0,0,0,.5);overflow-y:auto}.sidebar-shell--mobile .sidebar-footer{padding-bottom:calc(64px + env(safe-area-inset-bottom))}.sidebar-shell--mobile-closed{transform:translateX(-100%);box-shadow:none}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px 12px;flex-shrink:0;border-bottom:1px solid var(--theme-border)}.sidebar-header-brand{display:flex;align-items:center;gap:10px;min-width:0}.sidebar-brand-chip{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--theme-radius-button);background:linear-gradient(135deg,var(--theme-accent) 0,var(--theme-accent-hover) 100%);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.3),var(--theme-shadow-button);flex-shrink:0}.sidebar-brand-chip-letter{font-size:12px;font-weight:700;color:var(--theme-on-accent);line-height:1}.sidebar-brand-text{min-width:0}.sidebar-brand-name{font-family:var(--theme-font);font-size:14px;font-weight:600;color:var(--theme-text);letter-spacing:-.01em;line-height:1;margin:0}.sidebar-brand-tag{font-size:10px;color:var(--theme-text-muted);margin:2px 0 0;line-height:1}.sidebar-header-actions{display:flex;align-items:center;gap:2px;flex-shrink:0;margin-left:8px}.sidebar-icon-button{display:inline-flex;align-items:center;justify-content:center;padding:6px;border-radius:var(--theme-radius-button);color:var(--theme-text-muted);background:transparent;border:none;cursor:pointer;transition:color .15s ease,background .15s ease}.sidebar-icon-button:hover{color:var(--theme-text);background:var(--theme-surface-2)}.sidebar-icon-button-svg{width:16px;height:16px}.sidebar-expand-button{margin:0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:var(--theme-radius-button);color:var(--theme-text-muted);background:transparent;border:none;cursor:pointer;transition:color .15s ease,background .15s ease}.sidebar-expand-button:hover{color:var(--theme-text);background:var(--theme-surface-2)}.sidebar-nav{flex:1;display:flex;flex-direction:column;padding:8px 0;overflow-y:auto;overflow-x:hidden}.sidebar-group-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--theme-text-muted);padding:12px 16px 4px;opacity:.65;margin:0}.sidebar-divider{height:1px;margin:6px 12px;background:linear-gradient(90deg,transparent 0,var(--theme-border) 20%,var(--theme-border) 80%,transparent 100%)}.sidebar-group{position:relative;margin:14px 10px 4px;padding:14px 4px 6px;border-radius:var(--theme-radius-card);transition:padding .22s ease}.sidebar-group:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,color-mix(in srgb,var(--theme-accent) 55%,transparent) 0,color-mix(in srgb,var(--theme-secondary,var(--theme-accent)) 40%,transparent) 50%,color-mix(in srgb,var(--theme-accent) 22%,transparent) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;transition:opacity .2s ease}.sidebar-group:hover:before{background:linear-gradient(135deg,color-mix(in srgb,var(--theme-accent) 85%,transparent) 0,color-mix(in srgb,var(--theme-secondary,var(--theme-accent)) 70%,transparent) 50%,color-mix(in srgb,var(--theme-accent) 35%,transparent) 100%)}.sidebar-group-legend{position:absolute;top:-7px;left:14px;display:inline-flex;align-items:center;gap:6px;padding:0 8px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--theme-text-muted);background:var(--theme-bg);border:none;cursor:pointer;z-index:2;font-family:inherit;white-space:nowrap;user-select:none;transition:color .15s ease}.sidebar-group-legend:hover{color:var(--theme-text)}.sidebar-group-chevron{width:8px;height:8px;display:inline-block;transition:transform .22s ease}.sidebar-group--collapsed .sidebar-group-chevron{transform:rotate(-90deg)}.sidebar-group-body{display:flex;flex-direction:column;gap:0;overflow:hidden;max-height:1200px;opacity:1;transition:max-height .24s ease,opacity .2s ease}.sidebar-group--collapsed{padding-top:10px;padding-bottom:2px}.sidebar-group--collapsed .sidebar-group-body{max-height:0;opacity:0}.sidebar-nav-item-wrap{position:relative;padding:0 8px;margin-bottom:2px}.sidebar-nav-item{display:flex;align-items:center;height:36px;gap:12px;padding:0 12px 0 16px;border-radius:var(--theme-radius-button);color:var(--theme-text-muted);text-decoration:none;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.sidebar-nav-item:hover{background:var(--theme-surface-2);color:var(--theme-text)}.sidebar-nav-item--collapsed{justify-content:center;padding:0;gap:0}.sidebar-nav-item--active{color:var(--module-color,var(--theme-accent));background:linear-gradient(90deg,color-mix(in srgb,var(--module-color,var(--theme-accent)) 18%,transparent) 0,color-mix(in srgb,var(--module-color,var(--theme-accent)) 4%,transparent) 100%);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--module-color,var(--theme-accent)) 28%,transparent)}.sidebar-nav-item--active:hover{color:var(--module-color,var(--theme-accent));background:linear-gradient(90deg,color-mix(in srgb,var(--module-color,var(--theme-accent)) 22%,transparent) 0,color-mix(in srgb,var(--module-color,var(--theme-accent)) 6%,transparent) 100%)}.sidebar-nav-bar{position:absolute;left:8px;top:50%;transform:translateY(-50%);width:2px;height:22px;border-radius:2px;background:linear-gradient(180deg,var(--module-color,var(--theme-accent)) 0,color-mix(in srgb,var(--module-color,var(--theme-accent)) 60%,var(--theme-secondary,var(--theme-accent))) 100%);box-shadow:0 0 8px color-mix(in srgb,var(--module-color,var(--theme-accent)) 70%,transparent),0 0 14px color-mix(in srgb,var(--module-color,var(--theme-accent)) 35%,transparent);pointer-events:none;z-index:1}.sidebar-nav-icon{display:inline-flex;width:16px;height:16px;flex-shrink:0}.sidebar-nav-icon,.sidebar-nav-label{color:inherit;transition:color .18s ease}.sidebar-nav-label{font-size:12px;font-weight:500;letter-spacing:-.005em}.sidebar-sub-tree{margin-left:36px;padding:0 0 4px 8px;border-left:1px solid var(--theme-border)}.sidebar-sub-item{display:flex;align-items:center;gap:8px;height:28px;padding:0 8px;border-radius:8px;font-size:11px;font-weight:500;color:var(--theme-text-muted);text-decoration:none;transition:background .18s ease,color .18s ease}.sidebar-sub-item:hover{color:var(--theme-text);background:var(--theme-surface)}.sidebar-sub-item--active{color:var(--module-color,var(--theme-accent));background:color-mix(in srgb,var(--module-color,var(--theme-accent)) 12%,transparent)}.sidebar-sub-icon{display:inline-flex;width:12px;height:12px;flex-shrink:0}.sidebar-tooltip{position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:12px;padding:6px 10px;border-radius:8px;font-size:12px;color:var(--theme-text);background:var(--theme-surface-3);border:1px solid var(--theme-border);box-shadow:0 8px 24px rgba(0,0,0,.5);white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:50}.sidebar-footer-row:hover .sidebar-tooltip,.sidebar-nav-item-wrap:hover .sidebar-tooltip{opacity:1}.sidebar-footer{flex-shrink:0;border-top:1px solid var(--theme-border)}.sidebar-footer-row{position:relative;padding:8px 8px 0}.sidebar-footer-row--gear{padding-bottom:4px}.sidebar-footer-button{display:flex;align-items:center;width:100%;height:36px;gap:12px;padding:0 12px 0 16px;border-radius:var(--theme-radius-button);background:transparent;border:none;color:var(--theme-text-muted);cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.sidebar-footer-button:hover{background:var(--theme-surface-2);color:var(--theme-text)}.sidebar-footer-button--collapsed{justify-content:center;padding:0;gap:0}.sidebar-footer-button--bell-open{box-shadow:inset 0 0 0 1px var(--theme-accent-ring)}.sidebar-footer-button--bell-open,.sidebar-footer-button--bell-open:hover{color:var(--theme-accent);background:var(--theme-accent-subtle)}.sidebar-footer-button--gear-open{color:var(--theme-text);background:color-mix(in srgb,var(--theme-text-muted) 18%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--theme-text-muted) 30%,transparent)}.sidebar-footer-button--gear-open:hover{color:var(--theme-text);background:color-mix(in srgb,var(--theme-text-muted) 22%,transparent)}.sidebar-footer-button-icon{position:relative;display:inline-flex;width:16px;height:16px;flex-shrink:0}.sidebar-footer-button-label{font-size:12px;font-weight:500;color:inherit}.sidebar-badge{position:absolute;top:-4px;right:-4px;display:flex;align-items:center;justify-content:center;width:12px;height:12px;border-radius:9999px;background:var(--theme-danger);color:#fff;font-size:7px;font-weight:700;line-height:1}.sidebar-user{padding:4px 12px 12px}.sidebar-user-row{display:flex;align-items:center;gap:10px}.sidebar-user-row--collapsed{justify-content:center;gap:0}.sidebar-user-avatar{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;border-radius:9999px;background:linear-gradient(135deg,var(--theme-accent) 0,var(--theme-accent-hover) 100%);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.3),0 0 12px color-mix(in srgb,var(--theme-accent) 45%,transparent)}.sidebar-user-avatar-letter{font-size:12px;font-weight:600;color:var(--theme-on-accent);line-height:1}.sidebar-user-text{min-width:0}.sidebar-user-name{font-size:12px;font-weight:600;color:var(--theme-text);line-height:1;margin:0}.sidebar-user-tag{font-size:10px;color:var(--theme-text-muted);line-height:1;margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-mobile-backdrop{position:fixed;inset:0;z-index:55;background:rgba(0,0,0,.5);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);transition:opacity .2s ease;opacity:0;pointer-events:none}.sidebar-mobile-backdrop--open{opacity:1;pointer-events:auto}.sidebar-mobile-hamburger{position:fixed;z-index:60;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--theme-radius-card);color:var(--theme-text);background:linear-gradient(180deg,hsla(0,0%,100%,.04) 0,hsla(0,0%,100%,0) 100%),var(--theme-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--theme-border);box-shadow:0 4px 16px rgba(0,0,0,.4);cursor:pointer;transition:background .15s ease}.sidebar-mobile-hamburger:active{background:var(--theme-surface-2)}.sidebar-mobile-hamburger-svg{width:20px;height:20px}.sidebar-resize-handle{position:fixed;top:0;bottom:0;width:6px;cursor:col-resize;z-index:57}.sidebar-resize-handle-bar{position:absolute;inset:0 0 0 50%;transform:translateX(-50%);width:2px;background:var(--theme-accent);opacity:0;transition:opacity .15s ease;box-shadow:0 0 8px color-mix(in srgb,var(--theme-accent) 60%,transparent)}.sidebar-resize-handle:hover .sidebar-resize-handle-bar{opacity:.85}@font-face{font-family:__geistSans_1e4310;src:url(/_next/static/media/4473ecc91f70f139-s.p.woff) format("woff");font-display:swap;font-weight:100 900}@font-face{font-family:__geistSans_Fallback_1e4310;src:local("Arial");ascent-override:85.83%;descent-override:20.52%;line-gap-override:9.33%;size-adjust:107.19%}.__className_1e4310{font-family:__geistSans_1e4310,__geistSans_Fallback_1e4310}.__variable_1e4310{--font-geist-sans:"__geistSans_1e4310","__geistSans_Fallback_1e4310"}