.sidebar{display:flex;flex-direction:column;width:13rem;flex-shrink:0;padding:1.25rem 1rem;gap:1.5rem;border-right:1px solid #eef2f7;background:#fff}.sidebar__brand{display:block;padding:0 .5rem}.sidebar__brand-logo{height:1.5rem;width:auto;display:block}.sidebar__nav{display:flex;flex-direction:column;gap:.25rem}.sidebar__item{display:flex;align-items:center;gap:.625rem;padding:.5625rem .75rem;border-radius:.625rem;font-size:.8125rem;font-weight:500;color:#64748b;text-decoration:none;transition:background-color .15s,color .15s}.sidebar__item:hover{background:#f4f7fd;color:#2563eb}.sidebar__item--active{background:#eff6ff;color:#2563eb;font-weight:600}.sidebar__item-icon{width:1rem;height:1rem;flex-shrink:0}.sidebar__profile{display:flex;align-items:center;gap:.625rem;margin-top:auto;padding:.75rem .5rem 0;border-top:1px solid #eef2f7;color:inherit;text-decoration:none}.sidebar__profile-avatar{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:#f3e8ff;font-size:.6875rem;font-weight:700;color:#9333ea;flex-shrink:0}.sidebar__profile-avatar--loading{background:#eef2f7}.sidebar__skeleton{display:block;height:.625rem;border-radius:999px;background:#eef2f7}.sidebar__skeleton--name{width:5.5rem}.sidebar__skeleton--role{width:3.5rem;margin-top:.3rem}.sidebar__profile-copy{display:flex;flex-direction:column;min-width:0}.sidebar__profile-name{font-size:.8125rem;font-weight:600;color:#0f172a}.sidebar__profile-name,.sidebar__profile-role{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__profile-role{font-size:.6875rem;color:#94a3b8}@media(max-width:900px){.sidebar{width:3.75rem;padding:1rem .625rem;align-items:center}.sidebar__brand{padding:0}.sidebar__brand-logo{height:1.25rem;max-width:2.25rem;object-fit:contain;object-position:left}.sidebar__nav{width:100%}.sidebar__item{justify-content:center;padding:.625rem 0}.sidebar__item-label{display:none}.sidebar__item-icon{width:1.125rem;height:1.125rem}.sidebar__profile{justify-content:center;padding:.75rem 0 0}.sidebar__profile-copy{display:none}}.sidebar__item-hint{width:.75rem;height:.75rem;margin-left:auto;flex-shrink:0;border-radius:50%;border:2px solid #dbe4f0;border-top-color:#2563eb;opacity:0;transition:opacity .15s}.sidebar__item-hint--pending{opacity:1;animation:sidebar-hint-spin .8s linear infinite}@keyframes sidebar-hint-spin{to{transform:rotate(1turn)}}