.sidebar { position: fixed; inset: 0 auto 0 0; z-index: 10; width: 232px; overflow-y: auto; padding: 1.15rem .8rem 2rem; background: var(--sidebar); color: var(--sidebar-text); }
.brand-row { min-height: 55px; padding: .15rem .55rem 1rem; border-bottom: 1px solid rgb(255 255 255 / .08); }
.brand { display: flex; align-items: center; gap: .7rem; color: #fff; text-decoration: none; }.brand:hover { color: #fff; }.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 8px; background: #3b9d94; color: #081311; font-size: .72rem; font-weight: 850; letter-spacing: .03em; }.brand strong,.brand small { display: block; }.brand strong { font-size: .95rem; }.brand small { color: var(--sidebar-muted); font-size: .68rem; }
.sidebar nav { display: grid; gap: .15rem; padding-top: .85rem; }.nav-label { margin: .8rem .65rem .35rem; color: var(--sidebar-muted); font-size: .64rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }.sidebar nav a { display: flex; align-items: center; gap: .7rem; min-height: 39px; padding: .5rem .65rem; border-radius: 7px; color: var(--sidebar-text); text-decoration: none; font-weight: 550; }.sidebar nav a:hover { background: var(--sidebar-hover); color: #fff; }.sidebar nav a[aria-current="page"] { background: #203a43; color: #fff; box-shadow: inset 3px 0 #55b6a9; }.nav-icon { width: 1rem; color: var(--sidebar-muted); text-align: center; font-size: 1rem; }
.topbar { position: sticky; top: 0; z-index: 8; display: flex; align-items: center; min-height: 64px; margin-left: 232px; padding: .55rem 2rem; border-bottom: 1px solid var(--border); background: color-mix(in srgb, var(--surface) 94%, transparent); backdrop-filter: blur(10px); }.topbar-context { display: grid; margin-right: auto; }.topbar-context span { font-weight: 700; }.topbar-context small { font-size: .72rem; }.topbar-actions { display: flex; align-items: center; gap: .8rem; }.user-chip { display: flex; align-items: center; gap: .55rem; padding-left: .75rem; border-left: 1px solid var(--border); }.user-chip strong,.user-chip small { display: block; max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.user-chip strong { font-size: .8rem; }.user-chip small { font-size: .68rem; }.avatar { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--surface-muted); color: var(--brand); font-weight: 750; }
main { max-width: 1500px; margin-left: 232px; padding: 1.35rem 2rem 3rem; }.login-shell { max-width: 520px; margin: 0 auto; padding-top: 10vh; }.login-theme { width: max-content; margin: 0 0 1rem auto; }.breadcrumbs { display: flex; gap: .5rem; margin-bottom: 1.2rem; color: var(--muted); font-size: .77rem; }.breadcrumbs a { color: var(--muted); text-decoration: none; }
.page-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.45rem; }.page-intro { max-width: 690px; margin: 0; color: var(--muted); }.eyebrow { margin: 0 0 .35rem; color: var(--brand); font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.header-actions,.actions { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; }.dashboard-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 1rem; }.span-two { grid-column: 1 / -1; }.action-center { grid-column: 1 / -1; }.action-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
