.notif-bell{align-items:center;display:flex;position:relative}.notif-trigger{border:1px solid var(--line);width:36px;height:36px;color:var(--soft);cursor:pointer;background:#ffffff08;border-radius:999px;place-items:center;transition:all .15s;display:grid;position:relative}.notif-trigger:hover{color:var(--text);border-color:color-mix(in srgb, var(--brand) 45%, var(--line));background:#1eff6f0f}.notif-trigger svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.notif-badge{background:var(--red);color:#fff;border-radius:999px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:9px;font-weight:850;display:grid;position:absolute;top:-4px;right:-4px;box-shadow:0 0 0 2px #1e1f1e}.notif-backdrop{z-index:200;cursor:default;background:0 0;border:0;position:fixed;inset:0}.notif-panel{z-index:201;border:1px solid var(--line);background:#202220;border-radius:12px;flex-direction:column;width:400px;max-width:calc(100vw - 24px);max-height:min(560px,78vh);display:flex;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 22px 54px #00000080}.notif-head{border-bottom:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.notif-head strong{color:var(--text);font-size:13px}.notif-markall{color:var(--brand);cursor:pointer;background:0 0;border:0;font-size:10px;font-weight:800}.notif-markall:hover{text-decoration:underline}.notif-list{flex:auto;min-height:0;overflow-y:auto}.notif-empty{color:var(--soft);text-align:center;margin:0;padding:24px 14px;font-size:12px}.notif-empty.notif-error{color:#ff8585}.notif-group{display:block}.notif-group-label{z-index:1;color:var(--soft);text-transform:uppercase;letter-spacing:.04em;background:#202220;margin:0;padding:8px 14px 4px;font-size:10px;font-weight:850;position:sticky;top:0}.notif-item-avatar{flex:none;display:inline-flex;position:relative}.notif-type-icon{width:16px;height:16px;color:var(--soft);background:#2b2d2b;border-radius:50%;place-items:center;display:grid;position:absolute;bottom:-3px;right:-3px;box-shadow:0 0 0 2px #202220}.notif-type-icon svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:10px;height:10px}.notif-type-icon.icon-completed{color:var(--brand)}.notif-type-icon.icon-comment{color:var(--blue)}.notif-type-icon.icon-date{color:var(--yellow)}.notif-type-icon.icon-deleted,.notif-type-icon.icon-participant-removed{color:var(--red)}.notif-type-icon.icon-participant-added{color:var(--brand)}.notif-item{border-bottom:1px solid #ffffff0d;align-items:stretch;gap:4px;padding:4px 8px 4px 4px;display:flex}.notif-item.unread{background:#1eff6f0d}.notif-item:not(.unread) .notif-item-title{color:var(--soft);font-weight:700}.notif-item:not(.unread) .notif-item-avatar{opacity:.72}.notif-item-main{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:auto;gap:10px;padding:8px;display:flex}.notif-item-main:hover{background:#ffffff0a}.notif-item-body{gap:2px;min-width:0;display:grid}.notif-item-title{color:var(--text);align-items:center;gap:6px;font-size:12px;font-weight:800;display:flex}.notif-dot{background:var(--brand);border-radius:50%;flex:none;width:7px;height:7px}.notif-item-msg{color:var(--soft);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;line-height:1.35;display:-webkit-box;overflow:hidden}.notif-item-time{color:#8d928e;font-size:9px;font-weight:700}.notif-item-actions{flex-direction:column;flex:none;justify-content:center;gap:4px;display:flex}.notif-mini{border:1px solid var(--line);width:24px;height:24px;color:var(--soft);cursor:pointer;background:0 0;border-radius:6px;place-items:center;transition:all .12s;display:grid}.notif-mini:hover{color:var(--brand);border-color:color-mix(in srgb, var(--brand) 45%, var(--line))}.notif-mini-danger:hover{color:#ff6b6b;border-color:#f04f4f80}.notif-mini svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:13px;height:13px}@media (max-width:640px){.notif-backdrop{background:#00000073}.notif-panel{width:auto;max-width:none;height:82vh;max-height:82vh;padding-bottom:env(safe-area-inset-bottom);border-radius:16px 16px 0 0;position:fixed;inset:auto 0 0}}
.user-menu{position:relative}.user-menu-trigger{cursor:pointer;background:0 0;border:0;border-radius:50%;outline:none;padding:0;line-height:0;transition:box-shadow .15s}.user-menu-trigger:hover,.user-menu-trigger:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb, var(--brand) 55%, transparent)}.user-menu-dropdown{z-index:130;border:1px solid color-mix(in srgb, var(--brand) 22%, var(--line));background:#202221;border-radius:12px;gap:10px;width:248px;max-width:calc(100vw - 24px);padding:12px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 44px #00000075}.user-menu-head{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding-bottom:10px;display:flex}.user-menu-identity{gap:2px;min-width:0;display:grid}.user-menu-identity strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.user-menu-identity span{color:var(--soft);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.user-menu-role{text-transform:uppercase;letter-spacing:.4px;font-weight:800;color:var(--brand)!important;font-size:10px!important}.user-menu-list{gap:2px;display:grid}.user-menu-item{width:100%;color:var(--soft);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:9px 10px;font-size:12px;font-weight:750;text-decoration:none;display:block}.user-menu-item:hover{color:var(--text);background:#ffffff0d}.user-menu-danger:hover{color:#ff7a7a;background:#f04f4f1f}
.browser{border:1px solid var(--line);background:var(--bg);border-radius:16px;grid-template-rows:minmax(0,1fr);display:grid;position:fixed;inset:16px 22px 46px;overflow:hidden;box-shadow:0 22px 70px #00000042}.shell{grid-template-columns:202px minmax(0,1fr);min-height:0;display:grid}.sidebar{border-right:1px solid var(--line);padding:22px 16px;overflow:hidden}.brand{align-items:center;min-height:42px;margin:-4px 0 24px;display:flex}.brand-logo{object-fit:contain;width:118px;height:auto;max-height:46px;display:block}.nav{flex-direction:column;gap:4px;display:flex}.nav-item,.subnav-item{width:100%;min-height:32px;color:var(--soft);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:0 12px;font-size:12px;text-decoration:none;display:flex}.nav-item svg,.subnav-item svg{stroke:currentColor;stroke-width:1.8px;fill:none;flex:none;width:14px;height:14px}.nav-item:hover,.subnav-item:hover{color:var(--text);background:#ffffff09}.nav-item.active,.subnav-item.active{color:var(--brand);background:color-mix(in srgb, var(--brand) 14%, transparent);font-weight:750}.chev{color:inherit;margin-left:auto;transition:transform .16s}.subnav{gap:3px;margin:4px 0 10px 25px;display:grid}.subnav.hidden{display:none}.subnav-item{min-height:26px;padding-left:10px;font-size:11px}.logout-btn{border-color:#ffffff14;margin-top:auto}.content{background:#202120;min-width:0;min-height:0;overflow:auto}.app-topbar{z-index:60;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#202120eb;justify-content:flex-end;align-items:center;gap:12px;padding:12px 24px;display:flex;position:sticky;top:0}.app-topbar-actions{align-items:center;gap:12px;display:flex}.menu-toggle{border:1px solid var(--line);width:38px;height:38px;color:var(--text);cursor:pointer;background:#ffffff0a;border-radius:9px;justify-content:center;align-items:center;margin-right:auto;padding:0;display:none}.menu-toggle svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:20px;height:20px}.sidebar-backdrop{display:none}.view{min-height:100%;padding:22px 24px;display:block}@media (min-width:821px) and (max-width:920px){.shell{grid-template-columns:74px minmax(0,1fr)}.sidebar{padding:18px 10px}.nav-label,.subnav,.chev{display:none}.brand{text-align:center;justify-content:center;margin-top:0}.brand-logo{width:44px;max-height:36px}.nav-item{justify-content:center;padding:0}.logout-btn{width:100%;min-width:32px;padding:0;font-size:0}.logout-btn:before{content:"S";font-size:11px}}@media (max-width:920px){.browser{border-radius:0;grid-template-rows:minmax(0,1fr);min-height:100vh;margin:0;position:static}.app-topbar{padding:10px 14px}}@media (max-width:820px){.shell{grid-template-columns:minmax(0,1fr)}.menu-toggle{display:inline-flex}.sidebar{z-index:200;background:var(--bg);border-right:1px solid var(--line);width:264px;max-width:82vw;padding:18px 14px;transition:transform .22s;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.sidebar.open{transform:translate(0);box-shadow:0 0 44px #0000008c}.sidebar-backdrop{z-index:190;background:#00000080;border:0;padding:0;display:block;position:fixed;inset:0}}
.workspace-head{justify-content:space-between;align-items:center;gap:16px;margin:-7px 0 14px;display:flex}.tabs{align-items:center;gap:12px;min-width:0;display:flex}.tab{min-height:30px;color:var(--soft);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:9px;padding:0 13px;font-size:12px}.tab.active{color:var(--text);background:#ffffff0e;font-weight:850}.filter{border:1px solid color-mix(in srgb, var(--brand) 50%, transparent);min-height:30px;color:var(--brand);cursor:pointer;background:0 0;border-radius:9px;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:800;display:inline-flex}.search-wrap{flex:none;position:relative}.search{width:112px;height:28px;color:var(--text);background:#ffffff0b;border:0;border-radius:9px;outline:none;padding:0 10px 0 30px;font-size:11px}.search-wrap svg{width:13px;height:13px;color:var(--soft);stroke:currentColor;fill:none;stroke-width:1.8px;pointer-events:none;position:absolute;top:7px;left:11px}@media (max-width:920px){.workspace-head{align-items:stretch}}.panel{border:1px solid var(--line);background:var(--panel-2);border-radius:12px;min-height:178px;padding:16px}.panel-title{align-items:center;gap:8px;min-height:18px;margin-bottom:16px;display:flex}.panel-title h2{margin:0;font-size:13px;line-height:1.2}.panel-title svg,.card-icons svg,.mini-icon{stroke:currentColor;stroke-width:1.8px;fill:none;flex:none;width:14px;height:14px}.pill-row{align-items:center;gap:7px;margin-left:auto;display:flex}.tiny-pill{color:var(--soft);background:0 0;border:0;border-radius:999px;padding:3px 8px;font-size:8px}.tiny-pill.active{background:var(--brand);color:#06210f;font-weight:850}.channel-list,.activity-list,.event-list{gap:16px;display:grid}.channel,.activity,.event{align-items:center;gap:12px;min-height:26px;font-size:11px;display:flex}.channel .state{color:var(--brand);align-items:center;gap:6px;margin-left:auto;font-size:9px;font-weight:800;display:flex}.state.off{color:#ff5c5c}.state:before{content:"";background:currentColor;border-radius:50%;width:8px;height:8px}.channel.state,.activity .state,.event .state{color:var(--brand);align-items:center;gap:6px;margin-left:auto;font-size:9px;font-weight:800;display:flex}.round-icon{background:color-mix(in srgb, var(--brand) 18%, transparent);width:22px;height:22px;color:var(--brand);border-radius:50%;flex:none;place-items:center;display:grid}.column-head{grid-template-columns:minmax(0,1fr) auto auto;align-items:start;gap:8px;min-height:41px;display:grid}.column-title{min-width:0}.column-title h3{margin:0 0 5px;font-size:11px;line-height:1.2}.column-title small{color:var(--soft);white-space:nowrap;font-size:9px}.lead-delete-btn{width:22px;height:22px;color:var(--muted);cursor:pointer;background:#ffffff09;border:1px solid #0000;border-radius:6px;place-items:center;padding:0;display:grid;position:absolute;top:8px;right:8px}.lead-delete-btn svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px}.lead-delete-btn:hover{color:#ff6565;background:#ff656517;border-color:#ff656559}.lead-main{grid-template-columns:27px minmax(0,1fr);align-items:center;gap:10px;min-width:0;display:grid}.avatar{width:27px;height:27px;color:var(--soft);background:#ffffff0b;border-radius:50%;place-items:center;font-size:11px;font-weight:750;display:grid}.lead-name{overflow-wrap:anywhere;font-size:12px;font-weight:800}.tags{flex-wrap:wrap;gap:5px;min-height:16px;display:flex}.progress-list{gap:14px;display:grid}.progress-row{grid-template-columns:1fr;gap:5px;font-size:10px;display:grid}.progress-meta{justify-content:space-between;gap:10px;display:flex}.progress-meta span{color:var(--soft)}.track{background:#ffffff0d;border-radius:999px;height:8px;overflow:hidden}.fill{height:100%;width:var(--w);border-radius:inherit;background:linear-gradient(90deg, color-mix(in srgb, var(--brand) 55%, #22543a), var(--brand))}
