.chrome{position:relative;z-index:var(--lay-chrome);flex:none;background:var(--bg-alt);border-bottom:1px solid var(--line)}.topbar{display:flex;align-items:center;height:47px;padding:0 16px 0 18px;gap:0}.brand{display:flex;align-items:center;gap:9px;padding-right:16px;flex:none}.brand__logo{height:30px;width:auto;max-width:150px;object-fit:contain;object-position:left center}[data-nav=sidebar] .brand__logo{height:34px;max-width:148px}.brand__switch{display:grid;place-items:center;width:21px;height:21px;margin-left:2px;border:1px solid var(--line);border-radius:var(--r-sm);color:var(--text-dim);background:var(--surface);transition:border-color var(--dur-fast),color var(--dur-fast),background var(--dur-fast)}.brand__switch:hover{border-color:var(--line-strong);color:var(--text-soft);background:var(--surface-2)}.brand__switch svg{width:11px;height:11px}.chrome__divider{width:1px;height:22px;background:var(--line);margin-right:14px;flex:none}.nav{display:flex;align-items:stretch;height:100%;gap:2px;flex:1;min-width:0}.nav__item{position:relative;display:flex;align-items:center;gap:5px;padding:0 11px;font-size:13px;font-weight:480;color:var(--text-muted);letter-spacing:-.005em;transition:color var(--dur-fast) var(--ease);white-space:nowrap}.nav__item:hover{color:var(--text)}.nav__item svg{width:11px;height:11px;opacity:.65;transition:transform var(--dur-fast)}.nav__item.is-open svg{transform:rotate(180deg)}.nav__item.is-active{color:var(--text-strong);font-weight:550}.nav__item.is-active:after{content:"";position:absolute;left:9px;right:9px;bottom:-1px;height:2px;border-radius:2px 2px 0 0;background:var(--accent)}.menu{position:absolute;z-index:var(--lay-dropdown);min-width:214px;padding:5px;border:1px solid var(--line-strong);border-radius:var(--r-lg);background:var(--surface);box-shadow:var(--shadow-lg);animation:menuIn var(--dur-fast) var(--ease)}@keyframes menuIn{0%{opacity:0;transform:translateY(-4px) scale(.985)}to{opacity:1;transform:none}}.menu__label{padding:8px 10px 5px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim)}.menu__item{display:flex;align-items:center;gap:9px;width:100%;padding:8px 10px;border-radius:var(--r-md);font-size:13px;color:var(--text-soft);text-align:left;transition:background var(--dur-fast),color var(--dur-fast)}.menu__item:hover{background:var(--surface-3);color:var(--text-strong)}.menu__item.is-active{background:var(--accent-softer);color:var(--accent)}.menu__item svg{width:14px;height:14px;opacity:.8;flex:none}.menu__item small{margin-left:auto;font-size:10px;color:var(--text-dim);font-family:var(--font-mono)}.menu__item.is-danger{color:var(--c-red)}.menu__item.is-danger:hover{background:#f044441a}.menu__item[disabled]{opacity:.35;pointer-events:none}.menu__sep{height:1px;background:var(--line);margin:5px 4px}.who{display:flex;align-items:center;gap:9px;padding:4px 6px 4px 4px;margin-left:12px;border-radius:var(--r-md);transition:background var(--dur-fast);flex:none;max-width:260px}.who:hover{background:var(--surface-2)}.who__avatar{position:relative;display:grid;place-items:center;width:30px;height:30px;border-radius:var(--r-md);background:var(--accent-soft);color:var(--accent);font-size:11px;font-weight:650;letter-spacing:.02em;overflow:hidden;flex:none}.who__avatar img{width:100%;height:100%;object-fit:cover}.who__dot{position:absolute;right:-2px;bottom:-2px;width:9px;height:9px;border-radius:50%;background:var(--c-green);box-shadow:0 0 0 2.5px var(--bg-alt)}.who__text{display:flex;flex-direction:column;line-height:1.15;min-width:0}.who__name{font-size:12.5px;font-weight:550;color:var(--text-strong);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px}.who__sign{font-family:var(--font-mono);font-size:10.5px;color:var(--text-dim);letter-spacing:.01em}.who__chev{width:13px;height:13px;color:var(--text-dim);flex:none}.who__insignia{height:15px;width:auto;max-width:46px;object-fit:contain;flex:none;opacity:.95}.who--side{width:100%;margin-left:0;padding:9px 10px;border:1px solid var(--line);border-radius:var(--r-lg);background:var(--surface);max-width:none}.who--side:hover{background:var(--surface-2);border-color:var(--line-strong)}.who--side .who__avatar{width:32px;height:32px}.who--side .who__text{flex:1}.who--side .who__name{max-width:none}.who--side .who__insignia{height:17px;max-width:52px}.who--side .who__dot{box-shadow:0 0 0 2.5px var(--surface)}.whocard{display:flex;align-items:center;gap:11px;padding:12px 11px;margin:-5px -5px 5px;border-bottom:1px solid var(--line);background:var(--surface-2);border-radius:var(--r-lg) var(--r-lg) 0 0}.whocard__avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:var(--r-md);background:var(--accent-soft);color:var(--accent);font-size:14px;font-weight:650;overflow:hidden}.whocard__avatar img{width:100%;height:100%;object-fit:cover}.whocard__insignia{height:24px;width:auto}.whocard b{display:block;font-size:13px;color:var(--text-strong)}.whocard span{display:block;font-size:11.5px;color:var(--text-muted)}[data-nav=sidebar] .chrome{display:flex;flex-direction:column;border-bottom:0;border-right:1px solid var(--line);background:var(--bg-alt);overflow:hidden}.sidebar{display:flex;flex-direction:column;height:100%}.sidebar__brand{display:flex;align-items:center;gap:9px;padding:15px 16px 14px;border-bottom:1px solid var(--line)}.sidebar__nav{flex:1;overflow-y:auto;padding:12px 10px;display:flex;flex-direction:column;gap:2px}.sidebar__group{padding:14px 10px 6px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim)}.sidebar__group:first-child{padding-top:2px}.sidebar__link{position:relative;display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--r-md);font-size:13px;color:var(--text-muted);text-align:left;transition:background var(--dur-fast),color var(--dur-fast)}.sidebar__link:hover{background:var(--surface-2);color:var(--text)}.sidebar__link.is-active{background:var(--accent-softer);color:var(--accent);font-weight:520}.sidebar__link.is-active:before{content:"";position:absolute;left:-10px;top:7px;bottom:7px;width:2px;border-radius:0 2px 2px 0;background:var(--accent)}.sidebar__link svg{width:15px;height:15px;flex:none;opacity:.85}.sidebar__link .count{margin-left:auto;font-family:var(--font-mono);font-size:10px;padding:1px 5px;border-radius:var(--r-full);background:var(--surface-3);color:var(--text-muted)}.sidebar__link.is-active .count{background:var(--accent-soft);color:var(--accent)}.sidebar__foot{border-top:1px solid var(--line);padding:9px 10px;display:flex;flex-direction:column;gap:9px;flex:none}.sidebar__links{display:flex;flex-direction:column;gap:2px}.sidebar__dot{margin-left:auto;width:6px;height:6px;border-radius:50%;background:var(--c-green);box-shadow:0 0 6px var(--c-green);flex:none}.subbar{position:relative;z-index:calc(var(--lay-chrome) - 1);display:flex;align-items:center;gap:12px;height:41px;padding:0 16px 0 22px;background:var(--bg);border-bottom:1px solid var(--line-soft);flex:none}.crumbs{display:flex;align-items:center;gap:7px;font-size:12.5px;min-width:0}.crumbs__link{color:var(--text-muted);transition:color var(--dur-fast);white-space:nowrap}.crumbs__link:hover{color:var(--accent)}.crumbs__sep{color:var(--text-dim);display:grid;place-items:center}.crumbs__sep svg{width:11px;height:11px}.crumbs__now{color:var(--text-strong);font-weight:550;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.subbar__spacer{flex:1}.qsearch{display:flex;align-items:center;gap:8px;width:250px;height:28px;padding:0 7px 0 10px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);color:var(--text-muted);font-size:12.5px;transition:border-color var(--dur-fast),background var(--dur-fast)}.qsearch:hover{border-color:var(--line-strong);background:var(--surface-2)}.qsearch svg{width:13px;height:13px;color:var(--text-dim);flex:none}.qsearch span{flex:1;text-align:left}.qsearch kbd{padding:1.5px 5px;border:1px solid var(--line);border-radius:var(--r-xs);background:var(--surface-3);color:var(--text-dim);font-size:9.5px;line-height:1.4}.status{display:flex;align-items:center;gap:7px;padding:3px 9px 3px 8px;border-radius:var(--r-md);font-size:12px;color:var(--text-soft);transition:background var(--dur-fast);flex:none}.status:hover{background:var(--surface-2)}.status__dot{width:6px;height:6px;border-radius:50%;background:var(--tone, var(--c-green));box-shadow:0 0 7px var(--tone, var(--c-green));flex:none}.status__code{font-family:var(--font-mono);font-size:11.5px;color:var(--text-soft);letter-spacing:.01em}.status__label{color:var(--text-muted);font-size:12px}.subbar__clock{font-family:var(--font-clock);font-size:13px;font-weight:590;color:var(--text-soft);letter-spacing:.03em;font-variant-numeric:tabular-nums;border-left:1px solid var(--line);margin-left:2px;padding-left:12px}.bell{position:relative;display:grid;place-items:center;width:28px;height:28px;border-radius:var(--r-md);color:var(--text-muted);transition:background var(--dur-fast),color var(--dur-fast);flex:none}.bell:hover{background:var(--surface-2);color:var(--text)}.bell svg{width:15px;height:15px}.bell__badge{position:absolute;top:3px;right:3px;min-width:14px;height:14px;padding:0 3px;border-radius:var(--r-full);background:var(--c-red);color:#fff;font-size:9px;font-weight:650;display:grid;place-items:center;box-shadow:0 0 0 2px var(--bg)}.brand__logo--skilt{height:26px;width:26px;max-width:26px;border-radius:6px;object-fit:cover;box-shadow:0 0 0 1px var(--line-strong),0 1px 3px #00000059}[data-nav=sidebar] .brand__logo--skilt{height:30px;width:30px;max-width:30px}.brand__name{display:none;font-size:13px;font-weight:600;letter-spacing:-.01em;color:var(--text-strong);white-space:nowrap}.brand__name.is-on{display:block}.who__photo,.whocard__avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.who__photo{width:22px;height:22px;box-shadow:0 0 0 1px var(--line-strong)}
