*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgba(122,133,151,.42) transparent}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{border-radius:999px;background:#7a859752}*::-webkit-scrollbar-thumb:hover{background:#7a859785}:root{--brand-primary: #1f6f4a;--brand-accent: #b8efce;--brand-soft: color-mix(in srgb, var(--brand-accent) 36%, white);--corner-radius: 8px;--z-raised-content: 5;--z-inline-control: 10;--z-local-panel: 20;--z-composer: 40;--z-popover: 60;--z-sheet: 70;--z-modal: 100;--z-toast: 110;--z-call: 130;color:#18202f;background:#f3f5f8;font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,sans-serif;font-size:15px;line-height:1.35;-webkit-text-size-adjust:100%}:root[data-theme=dark]{color:#edf2f7;background:#101722}:root[data-corner=compact]{--corner-radius: 4px}html,body,#root{width:100%;min-height:100%}html{background:#101722;overscroll-behavior:none}body{margin:0;color:#18202f;background:#f3f5f8;overflow-x:hidden;overscroll-behavior:none}:root[data-theme=dark] body{color:#edf2f7;background:#101722}button,a,input,select{font:inherit}button{border:0}.loading-page,.login-page{min-height:100vh;display:grid;place-items:center;padding:24px}.login-panel{width:min(920px,100%);display:grid;grid-template-columns:minmax(260px,.85fr) minmax(320px,1fr);overflow:hidden;border:1px solid #dce2ea;border-radius:var(--corner-radius);background:#fff;box-shadow:0 18px 48px #18202f14}.login-brand{align-items:flex-start;padding:32px;color:#f8fafc;background:#17202e}.login-form{display:grid;gap:18px;padding:32px}.login-form h1{margin:0;font-size:clamp(32px,5vw,56px);line-height:1.12}.login-form label{display:grid;gap:8px;color:#4d586b;font-weight:700}.login-form input,.create-user-form input,.create-user-form select{width:100%;min-height:42px;padding:0 12px;border:1px solid #cfd7e4;border-radius:8px;color:#18202f;background:#fff}.login-form input:focus,.create-user-form input:focus,.create-user-form select:focus{border-color:#2f6b4f;outline:3px solid rgba(47,107,79,.16)}.login-form button,.topbar button,.logout-button,.create-user-form button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 14px;border-radius:8px;cursor:pointer}.login-form button{color:#fff;background:var(--brand-primary)}.login-form button:disabled,.create-user-form button:disabled{cursor:wait;opacity:.7}.login-downloads{grid-column:1 / -1;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;padding:0 32px 32px;background:#fff}.login-downloads a{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid #cfd7e4;border-radius:8px;color:#17202e;font-weight:800;text-decoration:none;background:#f8fafc}.login-downloads a:hover,.login-downloads a:focus-visible{border-color:var(--brand-primary);outline:3px solid rgba(47,107,79,.14)}.form-error{margin:0;color:#a52626}.app-shell{height:100vh;min-height:0;display:grid;grid-template-columns:280px minmax(0,1fr);overflow:hidden;transition:grid-template-columns .18s ease}.app-shell.sidebar-collapsed{grid-template-columns:76px minmax(0,1fr)}.sidebar{position:relative;height:100vh;min-height:0;display:flex;flex-direction:column;gap:28px;overflow:auto;padding:24px;color:#f8fafc;background:#17202e}.sidebar-toggle{position:static;width:42px;height:42px;display:grid;place-items:center;align-self:flex-end;margin:-6px 0 -12px;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#d9e0ea;background:#263448;cursor:pointer}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:var(--brand-primary);background:var(--brand-accent)}.brand-mark img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.brand strong,.brand span{display:block}.brand span{margin-top:2px;color:#a8b3c5;font-size:13px}.sidebar-collapsed .sidebar{align-items:center;padding:24px 14px}.sidebar-collapsed .sidebar-toggle{align-self:center;width:48px;margin:-6px 0 -8px}.sidebar-collapsed .brand>div:last-child,.sidebar-collapsed .nav-list span,.sidebar-collapsed .logout-button span{display:none}.sidebar-collapsed .brand{justify-content:center}.nav-list{display:grid;gap:6px}.nav-list a,.nav-list button,.logout-button{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;border-radius:8px;color:#d9e0ea;text-decoration:none;background:transparent;cursor:pointer}.sidebar-collapsed .nav-list button,.sidebar-collapsed .logout-button{width:48px;justify-content:center;padding:0}.logout-button{margin-top:auto}.nav-list a:hover,.nav-list a:focus-visible,.nav-list button:hover,.nav-list button:focus-visible,.nav-list .active,.logout-button:hover,.logout-button:focus-visible{color:#fff;background:#263448;outline:none}.workspace{height:100vh;min-height:0;overflow:auto;padding:28px}.messenger-only{grid-template-columns:minmax(0,1fr);background:#eef2f6}.messenger-only .workspace{min-height:100vh;padding:0}.messenger-only .chat-layout{height:100vh;grid-template-columns:390px minmax(0,1fr);gap:0;margin:0}.messenger-only .contacts-panel,.messenger-only .messages-panel{min-height:100vh;border-top:0;border-bottom:0;border-radius:0}.messenger-only .contacts-panel{max-height:100vh;border-left:0;border-right:1px solid #dce2ea}.messenger-only .messages-panel{height:100vh;max-height:100vh;border-left:0;border-right:0}.messenger-only .messenger-head{min-height:58px}.messenger-only .system-panel{min-height:calc(100vh - 32px)}.messenger-only .message-list{max-height:none}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:28px;border-bottom:1px solid #dce2ea}.eyebrow{margin:0 0 8px;color:#2f6b4f;font-size:13px;font-weight:800;text-transform:uppercase}h1{max-width:820px;margin:0;font-size:34px;line-height:1.14}h2{margin:0}.topbar button{border:1px solid #bed6c8;color:var(--brand-primary);background:var(--brand-soft);cursor:default}.status-grid{display:grid;gap:16px}.status-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin:28px 0}.status-grid article,.people-panel{border:1px solid #dce2ea;border-radius:8px;background:#fff}.status-grid article,.people-panel{padding:18px}.status-grid span,.section-heading span{color:#6b7689;font-size:13px;font-weight:700;text-transform:uppercase}.status-grid strong{display:block;margin-top:8px;font-size:20px}.status-grid p{margin:8px 0 0;color:#5d687a;line-height:1.5}.people-panel{margin-bottom:16px}.admin-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.admin-tabs button{min-height:38px;padding:0 14px;border-radius:8px;color:#4d586b;background:#edf0f5;cursor:pointer}.admin-tabs button.active{color:#fff;background:var(--brand-primary)}.chat-layout{height:calc(100vh - 56px);min-height:0;display:grid;grid-template-columns:380px minmax(0,1fr);gap:16px;margin-bottom:16px;overflow:hidden}.contacts-panel,.messages-panel{min-height:0;border:1px solid #dce2ea;border-radius:8px;background:#fff}.contacts-panel{position:relative;max-height:none;display:flex;flex-direction:column;overflow:auto;padding:16px}.messenger-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.messenger-company-name{min-width:0;overflow:hidden;color:#18202f;font-size:18px;font-weight:800;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.messenger-head button{flex:0 0 auto;width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:#fff;background:var(--brand-primary);cursor:pointer}.messenger-actions,.mode-switch,.theme-switch,.settings-actions{display:flex;align-items:center;gap:8px}.messenger-actions{flex:0 0 auto}.messenger-actions button{color:#fff;background:var(--brand-primary)}.messenger-actions button:not(:last-child){color:#18202f;background:#edf0f5}.notification-toast{position:fixed;right:18px;bottom:18px;z-index:var(--z-toast);width:min(360px,calc(100vw - 36px));display:grid;gap:4px;padding:12px 14px;border-radius:8px;color:#18202f;text-align:left;background:#fff;box-shadow:0 18px 52px #0f172a3d}.notification-toast span{color:#6b7689}.pwa-install-button{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:var(--z-toast);min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:1px solid rgba(255,255,255,.28);border-radius:999px;color:#fff;font-weight:800;background:var(--brand-primary);box-shadow:0 16px 36px #0f172a42}.pwa-install-button:hover,.pwa-install-button:focus-visible{transform:translateY(-1px);box-shadow:0 18px 42px #0f172a52}.pwa-install-help{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:calc(max(18px,env(safe-area-inset-bottom)) + 58px);z-index:var(--z-toast);width:min(340px,calc(100vw - 36px));display:grid;gap:7px;padding:14px 16px;border:1px solid rgba(148,163,184,.26);border-radius:8px;color:var(--text);background:var(--surface-strong);box-shadow:0 18px 52px #0f172a4d}.pwa-install-help strong{color:var(--text);font-size:15px}.pwa-install-help span{color:var(--muted);font-size:13px;line-height:1.35}.mobile-chat-tabs{flex:0 0 auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:3px;min-width:0;margin:8px 0 10px;overflow:hidden}.mobile-chat-tabs::-webkit-scrollbar{display:none}.mobile-chat-tabs button{position:relative;min-width:0;min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:0;padding:0 2px;border-radius:0;color:#6b7689;font-size:14px;background:transparent;white-space:nowrap;cursor:pointer}.mobile-chat-tabs .attention-badge{position:absolute;top:2px;right:0;min-width:18px;height:18px;padding:0 5px;font-size:11px;line-height:18px;transform:none}.mobile-chat-tabs button.active,.mobile-chat-tabs button:focus-visible{color:var(--brand-primary);outline:none}.mobile-chat-tabs button.active:after{content:"";position:absolute;left:8px;right:8px;bottom:1px;height:2px;border-radius:999px;background:var(--brand-primary)}@media(max-width:520px){.mobile-chat-tabs{gap:2px}.mobile-chat-tabs button{font-size:13px}}.mobile-search-toggle{display:grid}.mobile-back-button{display:none}.search-box{display:none;min-height:42px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #dce2ea;border-radius:8px;color:#6b7689;background:#f4f6f9}.search-box:not(.open){display:none}.search-box.open{display:flex}.search-box input{min-width:0;flex:1;border:0;outline:0;color:#18202f;background:transparent}.pinned-sections{display:grid;gap:6px;margin:8px 0 12px}.desktop-chat-kind-switch{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin:0 0 8px;padding:4px;border:1px solid #dce2ea;border-radius:8px;background:#eef2f7}.desktop-chat-kind-switch button{min-width:0;min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 10px;border-radius:6px;color:#4d586b;background:transparent;cursor:pointer}.desktop-chat-kind-switch button.active{color:#fff;background:var(--brand-primary)}.chat-list-create-actions{display:grid;gap:7px;margin:0 0 8px}.chat-list-create-actions button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;color:#fff;background:var(--brand-primary);cursor:pointer}.chat-list-create-actions button:disabled{color:#7a8597;background:#edf0f5;cursor:not-allowed}.conference-list-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.conference-list-actions>button:only-child{grid-column:1 / -1}.company-calendar{min-height:0;height:100%;display:flex;flex-direction:column;gap:16px;padding:20px;overflow:auto}.company-calendar-head,.calendar-month-nav,.calendar-agenda-head{display:flex;align-items:center}.company-calendar-head{justify-content:space-between;gap:18px}.company-calendar-head>div:first-child{display:grid;gap:3px}.company-calendar-head>div:first-child>span{color:var(--brand-primary);font-size:12px;font-weight:800;text-transform:uppercase}.company-calendar-head h2{margin:0;font-size:24px}.calendar-scope{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px;border:1px solid #dce2ea;border-radius:8px;background:#eef2f7}.calendar-scope button{min-height:36px;padding:0 14px;border-radius:6px;color:#4d586b;background:transparent;cursor:pointer}.calendar-scope button.active{color:#fff;background:var(--brand-primary)}.company-calendar-layout{min-height:0;display:grid;grid-template-columns:minmax(460px,1.55fr) minmax(280px,.85fr);gap:16px}.calendar-month-panel,.calendar-agenda{min-width:0;padding:16px;border:1px solid #dce2ea;border-radius:8px;background:#fff}.calendar-month-nav{justify-content:space-between;gap:12px;margin-bottom:14px}.calendar-month-nav button{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:#18202f;background:#edf0f5;cursor:pointer}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-weekdays{margin-bottom:6px;color:#6b7689;text-align:center;font-size:12px;font-weight:800}.calendar-days{gap:4px}.calendar-days button{position:relative;min-width:0;min-height:64px;display:flex;align-items:flex-start;justify-content:space-between;padding:8px;border:1px solid #e3e7ed;border-radius:6px;color:#18202f;background:#f8fafc;cursor:pointer}.calendar-days button.outside{color:#9aa4b3;background:transparent}.calendar-days button.today{border-color:var(--brand-primary)}.calendar-days button.selected{color:#fff;border-color:var(--brand-primary);background:var(--brand-primary)}.calendar-days button small{min-width:19px;height:19px;padding:0 5px;border-radius:999px;color:#fff;line-height:19px;background:var(--brand-primary)}.calendar-days button.selected small{color:var(--brand-primary);background:#fff}.calendar-agenda{display:flex;flex-direction:column;gap:14px}.calendar-agenda-head{gap:8px;color:var(--brand-primary)}.calendar-event-list{display:grid;gap:8px;overflow:auto}.calendar-event-list>p{margin:0;color:#6b7689}.calendar-event{min-width:0;display:grid;grid-template-columns:8px minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border:1px solid #dce2ea;border-radius:8px;color:#18202f;text-align:left;background:#f8fafc;cursor:pointer}.calendar-event:disabled{opacity:1;cursor:default}.calendar-event-marker{width:8px;height:34px;border-radius:4px;background:var(--brand-primary)}.calendar-event>span:nth-child(2){min-width:0;display:grid;gap:3px}.calendar-event strong,.calendar-event small{overflow:hidden;text-overflow:ellipsis}.calendar-event small{color:#6b7689}.calendar-event.vacation .calendar-event-marker{background:#d09a2d}.calendar-event.sick_leave .calendar-event-marker{background:#c94b4b}.calendar-event.business_trip .calendar-event-marker{background:#3977b9}.calendar-event.remote .calendar-event-marker{background:#6b63b7}.calendar-event.unavailable .calendar-event-marker{background:#7a8597}.calendar-event.helpdesk-due .calendar-event-marker{background:#c56d2d}:root[data-theme=dark] .calendar-scope,:root[data-theme=dark] .calendar-month-nav button{border-color:#2d3a4d;color:#edf2f7;background:#202c3d}:root[data-theme=dark] .calendar-month-panel,:root[data-theme=dark] .calendar-agenda,:root[data-theme=dark] .calendar-event{border-color:#2d3a4d;color:#edf2f7;background:#172233}:root[data-theme=dark] .calendar-days button{border-color:#2d3a4d;color:#edf2f7;background:#111b2b}:root[data-theme=dark] .calendar-days button.outside{color:#738096;background:transparent}:root[data-theme=dark] .calendar-days button.selected{color:#fff;border-color:var(--brand-primary);background:var(--brand-primary)}@media(max-width:980px){.company-calendar-layout{grid-template-columns:1fr}}@media(max-width:700px){.mobile-chat-open .system-panel:has(.company-calendar){gap:4px;padding:4px 0 0}.company-calendar{gap:10px;padding:8px}.company-calendar-head{align-items:stretch;flex-direction:column;gap:8px}.company-calendar-head>div:first-child{display:none}.calendar-scope button{min-height:34px;padding:0 6px}.calendar-month-panel,.calendar-agenda{padding:10px}.calendar-days button{min-height:46px;padding:5px}.calendar-days button small{position:absolute;right:4px;bottom:4px;min-width:16px;height:16px;padding:0 4px;font-size:10px;line-height:16px}}.chat-list-create-actions .direct-kind-tabs,.direct-contact-picker .compact-tabs,.user-kind-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.chat-list-create-actions .direct-kind-tabs{margin:0}.chat-list-create-actions .direct-kind-tabs button,.direct-contact-picker .compact-tabs button,.user-kind-tabs button{min-width:0;min-height:34px;padding:0 10px;border-radius:8px;color:#4d586b;background:#edf0f5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-list-create-actions .direct-kind-tabs button.active,.direct-contact-picker .compact-tabs button.active,.user-kind-tabs button.active{color:var(--brand-primary);background:#d9f4df}.user-kind-tabs b{min-width:20px;padding:1px 6px;border-radius:999px;color:#fff;font-size:12px;line-height:1.2;background:var(--brand-primary)}.contextual-create-panel{min-height:0;margin:0 0 8px;padding:10px;border:1px solid #dce2ea;border-radius:8px;background:#fff;overflow:auto}.contextual-create-panel.create-expanded{flex:1 1 auto;min-height:0;max-height:none;margin-bottom:0;display:flex;flex-direction:column;overflow:hidden}.contextual-create-panel .group-form,.contextual-create-panel .new-chat-panel{padding:0;border:0;background:transparent;box-shadow:none}.contextual-create-panel .contact-list{max-height:min(280px,34dvh);overflow-y:auto}.contextual-create-panel.create-expanded>.contact-list{flex:1 1 0;min-height:0;max-height:100%;align-content:start;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.contextual-create-panel.create-expanded .group-form{flex:1 1 auto;min-height:0;height:100%;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto auto auto;overflow:hidden}.contextual-create-panel.create-expanded .group-members{min-height:0;max-height:none;padding-bottom:8px;scroll-padding-bottom:8px;contain:paint}.chat-scroll-area.create-mode{display:none}@media(min-width:761px){.desktop-list-hidden{display:none!important}}.pinned-item{width:100%;min-height:46px;display:grid;grid-template-columns:28px minmax(0,1fr);gap:8px;align-items:center;padding:8px 10px;border-radius:8px;color:#18202f;text-align:left;background:#f8fafc;cursor:pointer}.pinned-item svg{color:var(--brand-primary)}.pinned-item strong,.pinned-item span{display:block}.pinned-item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.2}.pinned-item span{margin-top:2px;color:#6b7689;font-size:13px;line-height:1.35}.attention-badge{min-width:20px;display:inline-flex;align-items:center;justify-content:center;margin-left:6px;padding:2px 6px;border-radius:999px;color:#fff;font-size:12px;line-height:1.2;background:#b42318}.pinned-item:hover,.pinned-item:focus-visible,.pinned-item.active{background:var(--brand-soft);outline:3px solid rgba(47,107,79,.16)}.new-chat-panel,.new-chat-popover{display:grid;gap:10px;padding:12px;border:1px solid #dce2ea;border-radius:8px;background:#fff;box-shadow:0 12px 28px #18202f14}.new-chat-popover{position:absolute;top:74px;right:16px;z-index:var(--z-sheet);width:min(520px,calc(100% - 32px));max-height:min(560px,calc(100vh - 110px));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.new-chat-popover:has(.conference-form),.new-chat-popover:has(.ticket-form),.new-chat-popover:has(.group-form){overflow-x:hidden;overflow-y:auto}.new-chat-popover:has(.conference-form){width:min(620px,calc(100% - 32px))}.new-chat-popover *,.new-chat-panel *{min-width:0}.new-chat-panel h3,.new-chat-popover h3{margin:0;font-size:16px}.new-chat-panel .section-heading button,.new-chat-popover .section-heading button{min-height:34px;padding:0 10px;border-radius:8px;color:var(--brand-primary);background:var(--brand-soft);cursor:pointer}.mode-switch button,.theme-switch button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 10px;border-radius:8px;color:#4d586b;background:#edf0f5;cursor:pointer}.mode-switch button.active,.theme-switch button.active{color:var(--brand-primary);background:var(--brand-soft)}.create-action-switch{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.create-action-switch button{min-height:32px;min-width:0;padding:0 8px;font-size:14px;white-space:nowrap}.quick-create-form{max-height:430px;overflow-x:hidden;overflow-y:auto;padding-right:2px}.conference-form.quick-create-form{max-height:none;overflow:visible;padding-right:0}.quick-create-form textarea{min-height:82px}.new-chat-popover .conference-form-grid,.new-chat-popover .ticket-form-grid{grid-template-columns:minmax(0,1fr)}.chat-section-label{margin:16px 0 8px;color:#6b7689;font-size:12px;font-weight:800;text-transform:uppercase}.personal-list,.compact-list{min-height:0;max-height:none;flex:1 1 auto;overflow:auto;padding-right:2px}.chat-scroll-area{min-height:0;flex:1 1 auto;display:flex;flex-direction:column;overflow:hidden}.mobile-system-list,.sidebar-news-workspace,.sidebar-news-workspace .news-section-head,.sidebar-news-summary{display:none}.mobile-tab-news .sidebar-news-summary{min-height:0;display:grid;align-content:start;gap:8px;overflow:auto;padding-right:2px}.sidebar-news-summary button{min-width:0;display:grid;gap:5px;padding:10px;border:1px solid #edf0f5;border-radius:8px;color:inherit;text-align:left;background:#f4f6f9;cursor:pointer}.sidebar-news-summary button.active{border-color:#277a546b;background:var(--brand-soft)}.sidebar-news-summary span{display:-webkit-box;max-height:40px;overflow:hidden;color:#4d586b;font-size:13px;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sidebar-news-summary small{color:#6b7689;font-size:12px}.news-portal-card{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:start;padding:12px;border:1px solid #edf0f5;border-radius:8px;background:#f4f6f9}.news-portal-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:var(--brand-primary);background:var(--brand-accent)}.news-portal-card strong{display:block;margin-bottom:4px;font-size:16px;line-height:1.2}.news-portal-card p,.news-portal-facts p{margin:0;color:#5d687a;font-size:13px;line-height:1.35}.news-portal-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.news-portal-stats span{min-height:54px;display:grid;align-content:center;gap:2px;padding:8px 10px;border:1px solid #edf0f5;border-radius:8px;color:#6b7689;background:#fff;font-size:12px}.news-portal-stats b{color:#18202f;font-size:20px;line-height:1}.news-portal-facts{display:grid;gap:8px}.news-portal-facts p{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:start}.news-portal-facts svg{color:var(--brand-primary)}.news-portal-facts small{display:block;padding-top:2px;color:#6b7689;font-size:12px}.mobile-tab-conferences .mobile-conferences-list,.mobile-tab-helpdesk .mobile-helpdesk-list{min-height:0;display:grid;align-content:start;gap:6px;overflow:auto;padding-right:2px}.mobile-tab-news .groups-label,.mobile-tab-news .groups-list,.mobile-tab-news .directs-label,.mobile-tab-news .directs-list,.mobile-tab-news .mobile-system-list,.mobile-tab-conferences .groups-label,.mobile-tab-conferences .groups-list,.mobile-tab-conferences .directs-label,.mobile-tab-conferences .directs-list,.mobile-tab-helpdesk .groups-label,.mobile-tab-helpdesk .groups-list,.mobile-tab-helpdesk .directs-label,.mobile-tab-helpdesk .directs-list,.mobile-tab-groups .mobile-system-list,.mobile-tab-groups .directs-label,.mobile-tab-groups .directs-list,.mobile-tab-directs .mobile-system-list,.mobile-tab-directs .groups-label,.mobile-tab-directs .groups-list{display:none}.mobile-system-list article{padding:10px;border:1px solid #edf0f5;border-radius:8px;background:#f4f6f9;cursor:pointer}.mobile-system-list article.active{background:var(--brand-soft);outline:3px solid rgba(47,107,79,.16)}.messages-panel{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;padding:12px;overflow:hidden;background:#f7f8fa}.system-panel{min-height:0;height:100%;grid-row:1 / -1;display:grid;grid-template-rows:auto minmax(0,1fr);align-content:stretch;justify-items:stretch;gap:12px;padding:12px;text-align:left;overflow:hidden}.system-mobile-heading{display:none}.system-panel:has(.news-list){align-content:stretch}.conference-system-panel{display:flex;flex-direction:column;align-items:stretch}.conference-system-panel .system-mobile-heading{display:none}.system-panel h2{margin:0;font-size:20px;line-height:1.15}.system-panel p{max-width:560px;margin:8px 0 0;color:#5d687a;line-height:1.55}.system-panel-icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:14px;border-radius:8px;color:var(--brand-primary);background:var(--brand-accent)}.news-form{width:100%;margin:0 0 6px;overflow:visible}.news-form-wrap{display:grid;gap:8px;padding:10px;border:1px solid #dce2ea;border-radius:8px;background:#ffffffeb}.news-publish-options{display:flex;flex-wrap:wrap;gap:8px}.news-publish-options label{min-height:30px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border-radius:8px;color:#42516a;font-size:13px;font-weight:700;background:#edf0f5}.news-publish-options input{width:15px;height:15px}.news-media-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.news-media-actions label{flex:0 0 42px;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid #d7deea;border-radius:8px;color:#18202f;background:#edf0f5;cursor:pointer}.news-media-actions label svg{flex:0 0 auto}.news-media-actions label:hover{color:var(--brand-primary);border-color:var(--brand-accent);background:var(--brand-soft)}.news-media-actions input{display:none}.selected-news-file{min-height:38px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;padding:0 10px;border-radius:8px;color:#42516a;background:#f3f6fa;cursor:default}.selected-news-file button{min-height:28px;padding:0 8px}.news-attachment-card{width:min(720px,100%);max-width:100%;margin-top:10px;justify-self:center}.news-attachment-card img,.news-attachment-card video{width:100%;max-height:380px;object-fit:contain;border-radius:8px}.settings-actions button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;border-radius:8px;color:#fff;background:var(--brand-primary);cursor:pointer}.news-list,.news-detail{width:100%;min-height:0;display:grid;grid-template-columns:minmax(0,1fr);align-content:start;gap:10px;overflow:auto;text-align:left}.news-feed{display:flex;flex-direction:column;gap:8px;padding-right:2px;overflow:auto}.news-workspace{height:100%;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:10px;overflow:hidden}.news-workspace.create-open{grid-template-rows:auto;align-content:start}.create-panel-intro{display:grid;gap:4px;align-content:start;color:#18202f}.create-panel-intro strong{font-size:17px;line-height:1.2}.create-panel-intro p{max-width:680px;margin:0;color:#6b7689;font-size:13px;line-height:1.35}.news-section-head{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:12px}.news-section-head h2{margin:0}.news-section-head>div+div{display:none}.news-section-head span{display:block;margin-top:3px;color:#6b7689;font-size:13px}.news-section-head button{min-height:34px;padding:0 12px;border-radius:8px;color:#18202f;background:#edf0f5;cursor:pointer}.news-workspace>.news-form-wrap{position:relative;z-index:var(--z-composer);margin:0}.news-list article,.news-detail article{padding:14px;border:1px solid #edf0f5;border-radius:8px;background:#fff}.news-detail article{min-height:0}.news-feed article{flex:0 0 auto;display:grid;gap:8px;cursor:pointer}.news-feed article.active{border-color:#277a546b;box-shadow:0 0 0 1px #277a541f}.news-card-head{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px}.news-card-actions{display:inline-flex;align-items:center;gap:6px}.news-badge{min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border-radius:999px;color:#135f3a;font-size:12px;font-weight:800;background:#dff7e8}.news-more-button{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;color:#4d586b;background:#edf0f5}.news-action-menu{position:absolute;top:42px;right:14px;z-index:var(--z-local-panel);width:174px;padding:6px;border:1px solid #dce2ea;border-radius:8px;background:#fff;box-shadow:0 14px 36px #0f172a33}.news-acknowledge-button{width:fit-content;min-height:32px;display:inline-flex;align-items:center;gap:8px;padding:0 11px;border-radius:8px;color:#fff;background:var(--brand-primary)}.news-acknowledge-button.done{color:#135f3a;background:#dff7e8}.news-acknowledge-button b{min-width:20px;min-height:20px;display:inline-grid;place-items:center;border-radius:999px;color:inherit;background:#ffffff3d}.news-list p{display:-webkit-box;max-height:42px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.news-list p,.news-detail p{margin:8px 0;white-space:pre-wrap}.news-list span,.news-detail span{color:#6b7689;font-size:12px}.news-empty-detail{min-height:0;display:grid;align-content:center;justify-items:center;gap:8px;padding:24px;border:1px solid #dce2ea;border-radius:8px;color:#6b7689;text-align:center;background:#f8fafc}.news-empty-detail h3,.news-empty-detail p{margin:0}.conference-form,.conference-list{width:100%;display:grid;gap:8px;text-align:left}.conference-workspace{min-height:0;display:grid;gap:10px;align-content:start;overflow:hidden}.conference-workspace.create-open{grid-template-rows:auto;align-content:start}.conference-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.conference-section-head h2{margin:0}.conference-section-head button{min-height:36px;padding:0 12px;border-radius:8px;color:#fff;background:var(--brand-primary);cursor:pointer}.conference-list{grid-template-columns:minmax(0,1fr);min-height:0;align-content:start;overflow:auto}.conference-form{padding:10px;border:1px solid #dce2ea;border-radius:8px;background:#ffffffeb;overflow-x:hidden}.conference-form.quick-create-form{align-self:start;align-content:start;max-height:min(620px,100%);overflow:auto}.conference-form-grid{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:8px}.conference-step-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:8px}.conference-step-tabs button{position:relative;display:inline-flex;align-items:center;justify-content:center;height:34px;min-height:34px;padding:0 10px;border:1px solid #d8e0eb;border-radius:8px;color:#5d687a;font-size:12px;font-weight:800;line-height:1;background:#f7f9fc!important;box-shadow:inset 0 1px #ffffffd1}.conference-step-tabs button span{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;color:#5d687a;background:#e8eef6;font-size:11px;box-shadow:inset 0 0 0 1px #5d687a14}.conference-step-tabs button.active{color:#fff;border-color:color-mix(in srgb,var(--brand-primary) 82%,#ffffff 18%);background:var(--brand-primary)!important;box-shadow:0 10px 24px #1f6f4a2e}.conference-step-tabs button.active span{color:var(--brand-primary);background:#fff}.conference-step-panel{display:grid;gap:8px;align-content:start;min-width:0;max-width:100%;overflow:hidden}.conference-form input,.conference-form select,.conference-form textarea{min-height:34px;min-width:0;padding:0 10px;border:1px solid #cfd7e4;border-radius:8px;color:#18202f;background:#fff}.conference-form input[type=datetime-local],.ticket-form input[type=date]{color-scheme:light}.conference-form input[type=datetime-local]::-webkit-calendar-picker-indicator,.ticket-form input[type=date]::-webkit-calendar-picker-indicator{opacity:.95;cursor:pointer}.conference-form textarea{min-height:56px;padding-top:8px;resize:vertical}.conference-participant-picker{display:grid;gap:6px;min-width:0;overflow:hidden}.conference-contact-list{min-height:0;max-height:min(260px,38dvh);display:grid;align-content:start;gap:5px;overflow-y:auto;overflow-x:hidden;padding-right:2px}.conference-contact-list.single{max-height:min(220px,34dvh)}.conference-contact-list label,.conference-participant-picker label{display:grid;grid-template-columns:16px minmax(0,1fr);gap:7px;align-items:center;min-height:40px;padding:5px 7px;border-radius:8px;background:#f4f6f9}.conference-contact-list input[type=checkbox],.conference-participant-picker input[type=checkbox]{width:14px;height:14px;margin:0;accent-color:var(--brand-primary)}.conference-contact-list span,.conference-participant-picker span{min-width:0;display:grid;gap:1px}.conference-contact-list strong,.conference-contact-list small,.conference-participant-picker strong,.conference-participant-picker small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conference-contact-list small,.conference-participant-picker small{color:#6b7689}.conference-step-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.conference-step-actions button:only-child{grid-column:1 / -1}.conference-minutes-note{margin:0;color:#6b7689;font-size:13px}.conference-minutes{display:grid;gap:7px;margin-top:8px;padding:9px;border-radius:8px;background:#f4f6f9}.conference-minutes textarea{min-height:86px;padding:9px;border:1px solid #cfd7e4;border-radius:8px;resize:vertical}.conference-minutes button{justify-self:start;min-height:32px;padding:0 12px;border-radius:8px;color:#fff;background:var(--brand-primary)}.conference-form button,.conference-card-head button,.conference-card-action{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border-radius:8px;color:#fff;background:var(--brand-primary);cursor:pointer}.conference-form .conference-step-tabs button{height:34px;min-height:34px;padding:0 10px;border:1px solid #d8e0eb;border-radius:8px;color:#5d687a;background:#f7f9fc!important}.conference-form .conference-step-tabs button.active{color:#fff;border-color:color-mix(in srgb,var(--brand-primary) 82%,#ffffff 18%);background:var(--brand-primary)!important}.conference-card-action{text-decoration:none}.conference-card-head button:disabled{color:#4d586b;background:#edf0f5;cursor:default}.conference-card-status{min-height:34px;display:inline-flex;align-items:center;padding:0 12px;border-radius:8px;color:#4d586b;background:#edf0f5;font-weight:800;white-space:nowrap}.conference-list article{display:grid;gap:7px;padding:10px;border:1px solid #edf0f5;border-radius:8px;background:#fff}.conference-list-card{cursor:pointer}.conference-list-card:hover{border-color:#277a5461}.conference-card-head{display:flex;justify-content:space-between;gap:12px;align-items:start}.conference-card-head div{min-width:0;display:grid;gap:3px}.conference-card-head span{color:#6b7689;font-size:13px}.conference-list p{margin:0;color:#4d586b;line-height:1.4}.conference-participants{display:grid;gap:8px}.conference-participant-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px 10px;border-radius:8px;color:#4d586b;font-size:13px;background:#edf0f5}.conference-participant-row>span{min-width:0;overflow-wrap:anywhere}.conference-participant-actions,.conference-participant-editor{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.conference-participant-editor{margin:10px 0}.conference-participant-editor select:first-child{min-width:min(100%,280px);flex:1 1 280px}.conference-participant-actions select,.conference-participant-editor select,.conference-participant-actions button,.conference-participant-editor button{min-height:36px}.conference-detail-shell{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:12px;overflow:hidden}.conference-detail-head{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:10px;align-items:center}.conference-detail-head button{width:36px;min-height:36px;display:grid;place-items:center;padding:0;border-radius:8px;color:var(--brand-primary);background:var(--brand-soft);cursor:pointer}.conference-detail-title{min-width:0}.conference-detail-line{min-width:0;display:flex;align-items:center;gap:9px;white-space:nowrap}.conference-detail-kicker{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.conference-status-badge{min-height:24px;display:inline-flex;align-items:center;padding:0 9px;border-radius:999px;color:#fff;background:var(--brand-primary);font-size:12px;font-weight:800}.conference-status-badge.success{background:#1f7a4d}.conference-status-badge.warning{color:#7a4b00;background:#fff1bf}.conference-status-badge.danger{background:#b42318}.conference-detail-head h2{margin:0;min-width:0;overflow:hidden;color:#edf2f7;font-size:clamp(18px,2vw,24px);text-overflow:ellipsis;white-space:nowrap}.conference-detail-context{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conference-info-toggle.active{color:#fff;background:var(--brand-primary)}.conference-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.conference-detail-head .conference-online-join{width:auto;min-width:0;grid-auto-flow:column;gap:7px;padding:0 12px;color:#fff;font-weight:800;white-space:nowrap;background:var(--brand-primary)}.conference-meeting-type{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.conference-meeting-type button{color:var(--text-muted);background:var(--surface-muted)}.conference-meeting-type button.active{color:#fff;background:var(--brand-primary)}.conference-detail-head .conference-minutes-jump{width:auto;min-width:0;grid-auto-flow:column;gap:7px;padding:0 12px;color:#fff;font-weight:800;white-space:nowrap;background:var(--brand-primary)}.conference-detail-head .conference-minutes-jump.active{box-shadow:0 0 0 2px #1f6f4a38}.conference-minutes-jump span{color:inherit;overflow:hidden;text-overflow:ellipsis}.conference-detail-head span:not(.conference-status-badge),.conference-detail-summary p,.conference-participant-details summary,.conference-detail-minutes p{color:#6b7689}.conference-detail{position:relative;flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:8px;padding:0;border:0;border-radius:0;background:transparent;overflow:hidden}.conference-info-drawer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;flex-direction:column;gap:10px;overflow:auto;padding:12px;border:1px solid #dce2ea;border-radius:0;background:#fff}.conference-info-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.conference-info-drawer-head button{min-height:34px;padding:0 12px;border:0;border-radius:8px;color:#4d586b;background:#edf0f5;cursor:pointer}.conference-info-overview{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,1.15fr);gap:10px}.conference-detail-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(220px,.75fr);gap:10px}.conference-detail-panel{display:grid;align-content:start;gap:6px;padding:10px;border:1px solid #edf0f5;border-radius:8px;background:#f8fafc}.conference-detail-panel>strong,.conference-panel-head strong{color:#18202f}.conference-detail-summary p{margin:0}.conference-meta-list,.conference-stat-grid{display:flex;flex-wrap:wrap;gap:7px 14px}.conference-meta-list span,.conference-stat-grid span{min-width:0;display:inline-flex;align-items:center;gap:7px;color:#4d586b;font-size:13px;overflow-wrap:anywhere}.conference-meta-list svg,.conference-stat-grid svg{flex:0 0 auto;color:var(--brand-primary)}.conference-work-state p{margin:0;color:#6b7689;line-height:1.4}.conference-detail-summary a{width:fit-content;color:var(--brand-primary);font-weight:800}.conference-status-actions{align-content:start;gap:8px}.conference-status-actions>div{display:flex;flex-wrap:wrap;gap:8px}.conference-status-actions button{min-height:34px;padding:0 12px;border:1px solid transparent;border-radius:8px;color:#4d586b;background:#edf0f5;cursor:pointer}.conference-status-actions button.active{color:#fff;border-color:color-mix(in srgb,var(--brand-primary) 82%,#ffffff 18%);background:var(--brand-primary)}.conference-participant-details summary{cursor:pointer;font-weight:800}.conference-detail-minutes{margin-top:0;background:#f8fafc}.conference-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.conference-panel-head strong{display:inline-flex;align-items:center;gap:7px}.conference-panel-head svg{color:var(--brand-primary)}.conference-panel-head span,.conference-panel-head small{color:#6b7689;font-size:12px}.conference-conversation{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:0;padding:0;border:0;border-radius:0;background:transparent;overflow:hidden}.conference-chat-list{flex:1 1 auto;min-height:0;max-height:none;display:flex;flex-direction:column;gap:8px;overflow:auto;padding:12px 8px 8px;border:0;border-radius:0;background-repeat:no-repeat;background-size:cover;background-position:center;scrollbar-gutter:stable}.conference-message-row{display:grid;justify-items:start;gap:8px}.conference-message-row.own{justify-items:end}.conference-chat-list article{width:fit-content;max-width:min(72%,680px);display:grid;gap:4px;padding:8px 11px 6px;border-radius:8px;color:#18202f;background:#fffffff0;box-shadow:0 1px 2px #18202f1f}.conference-chat-list article.own{background:#d9f4df}.conference-chat-list article.conference-protocol-message{width:min(100%,620px);max-width:min(78%,620px);gap:10px;padding:12px 14px;border:1px solid rgba(31,111,74,.22);background:#fffffff5}.conference-protocol-message small{display:block;margin-top:2px;color:#6b7689;font-size:12px}.conference-protocol-head{display:flex;align-items:start;justify-content:space-between;gap:12px}.conference-protocol-head button{min-height:30px;padding:0 10px;border:0;border-radius:8px;color:#fff;background:var(--brand-primary);cursor:pointer;white-space:nowrap}.conference-protocol-text,.conference-protocol-empty{color:#4d586b}.conference-protocol-empty{font-style:italic}.conference-protocol-editor{display:grid;gap:8px}.conference-protocol-editor textarea{width:min(100%,720px);min-height:92px;padding:10px;border:1px solid #dce2ea;border-radius:8px;color:#18202f;background:#fff;resize:vertical}.conference-protocol-actions{display:flex;flex-wrap:wrap;gap:8px}.conference-protocol-actions button{width:fit-content;min-height:36px;padding:0 14px;border:0;border-radius:8px;color:#fff;background:var(--brand-primary);cursor:pointer}.conference-protocol-actions button.secondary{color:#4d586b;background:#edf0f5}.conference-chat-list p{margin:0;line-height:1.35;white-space:pre-wrap}.conference-chat-list time{justify-self:end;color:#7a8597;font-size:12px}.conference-message-form{grid-template-columns:42px minmax(0,1fr) 42px 42px;align-items:end;padding:8px;border:1px solid #dce2ea;background:#fff}.conference-message-form textarea{min-height:42px;max-height:112px;line-height:1.35;resize:vertical}.conference-message-form>button,.conference-message-form .attachment-wrap>button,.conference-message-form .emoji-wrap>button{width:42px;min-height:42px}.conference-response-state{margin:0;color:#4d586b;font-weight:700}.conference-icon-action{width:38px;min-width:38px;min-height:38px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;color:#4d586b;background:#edf0f5;cursor:pointer}.conference-icon-action.primary{color:#fff;background:var(--brand-primary)}.conference-icon-action.danger{color:#9b2c2c;background:#fff1f2}@media(max-width:820px){.mobile-chat-open .conference-system-panel{padding-inline:0}.conference-detail-shell{gap:8px}.conference-detail-grid{grid-template-columns:minmax(0,1fr)}.conference-detail-head{grid-template-columns:36px minmax(0,1fr) auto;padding-inline:10px}.conference-detail-line{gap:6px}.conference-detail-context,.conference-detail-head .conference-minutes-jump span{display:none}.conference-detail-head .conference-minutes-jump{width:36px;padding:0}.conference-info-overview{grid-template-columns:minmax(0,1fr)}.conference-info-drawer{width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;padding:8px;border-inline:0}.conference-status-actions>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.conference-status-actions button{min-width:0;padding-inline:8px}.conference-participant-editor,.conference-participant-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;width:100%}.conference-participant-editor select:first-child{min-width:0;grid-column:1 / -1}.conference-participant-row{grid-template-columns:minmax(0,1fr);align-items:start}.conference-participant-actions{justify-content:start}.conference-conversation{grid-template-rows:minmax(0,1fr) auto}.conference-chat-list{min-height:0;padding:8px 0}.conference-message-row{padding-inline:0}.conference-chat-list article.conference-protocol-message{width:100%;max-width:100%;box-sizing:border-box;border-inline:0;border-radius:8px}.conference-protocol-head{align-items:start}.conference-protocol-head button{min-height:32px;padding-inline:9px}.conference-message-form{margin-inline:0;border-inline:0}.conference-panel-head{align-items:start;flex-direction:column}}.knowledge-panel{min-height:0;display:grid;align-content:start;gap:12px;overflow:auto}.knowledge-intro,.knowledge-grid article{display:grid;gap:10px;padding:14px;border:1px solid #edf0f5;border-radius:8px;background:#fff}.knowledge-intro{grid-template-columns:34px minmax(0,1fr) auto;align-items:start}.knowledge-intro svg,.knowledge-grid article svg{color:var(--brand-primary)}.knowledge-intro strong,.knowledge-grid article strong{display:block;margin-bottom:4px}.knowledge-intro p,.knowledge-grid article p{margin:0;color:#6b7689;line-height:1.45}.knowledge-summary{display:grid;gap:4px;justify-items:end;color:#6b7689;font-size:13px}.knowledge-summary strong{display:inline;color:#18202f}.knowledge-form{display:grid;gap:10px;padding:14px;border:1px solid #dce2ea;border-radius:8px;background:#f7f9fc}.knowledge-form-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.knowledge-form-head strong{display:block}.knowledge-form-head span{color:#6b7689;font-size:13px}.knowledge-form-head button{min-height:40px;display:inline-flex;align-items:center;gap:7px;padding:0 16px;border-radius:8px;color:#fff;background:var(--brand-primary)}.knowledge-form-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.knowledge-form-actions .secondary{color:#4d586b;background:#e7ecf3}.knowledge-form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,.35fr);gap:10px}.knowledge-form-grid label{display:grid;gap:6px;color:#6b7689;font-size:13px;font-weight:800}.knowledge-form-wide{grid-column:1 / -1}.knowledge-form-grid input,.knowledge-form-grid select,.knowledge-form-grid textarea{width:100%;min-width:0;border:1px solid #dce2ea;border-radius:8px;background:#fff}.knowledge-form-grid textarea{min-height:88px;resize:vertical}.knowledge-file-field input{display:none}.knowledge-file-field span{min-height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border:1px dashed #b9c4d3;border-radius:8px;color:#4d586b;background:#fff;cursor:pointer}.knowledge-section-head{display:flex;align-items:end;justify-content:space-between;gap:12px}.knowledge-section-head strong{display:block}.knowledge-section-head span{color:#6b7689;font-size:13px}.knowledge-submissions{display:grid;gap:10px;padding:12px;border:1px solid #dce2ea;border-radius:8px;background:#f7f9fc}.knowledge-submission-list{display:grid;gap:8px}.knowledge-submission{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border:1px solid #dce2ea;border-radius:8px;background:#fff}.knowledge-submission small,.knowledge-submission span,.knowledge-submission em{display:block;color:#6b7689;font-size:13px}.knowledge-submission strong{display:block;margin:4px 0}.knowledge-submission p{margin:0 0 8px;color:#4d586b}.knowledge-submission a{display:inline-flex;align-items:center;gap:6px;margin-top:7px;color:var(--brand-primary);text-decoration:none}.knowledge-review-actions,.knowledge-admin-actions{display:flex;flex-wrap:wrap;gap:8px}.knowledge-review-actions button,.knowledge-admin-actions button{min-height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;border-radius:8px;color:#fff;background:var(--brand-primary)}.knowledge-review-actions .secondary-danger,.knowledge-admin-actions .secondary-danger{color:#8b2525;background:#f9e5e5}.knowledge-toolbar{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(0,1.1fr);gap:10px;align-items:center}.knowledge-search{min-height:42px;display:grid;grid-template-columns:20px minmax(0,1fr);gap:8px;align-items:center;padding:0 12px;border:1px solid #dce2ea;border-radius:8px;color:#5d687a;background:#fff}.knowledge-search input{min-width:0;color:inherit}.knowledge-tabs{min-width:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.knowledge-tabs button{min-width:0;min-height:38px;padding:0 10px;border-radius:8px;color:#5d687a;background:#edf0f5;cursor:pointer}.knowledge-tabs button.active{color:#fff;background:var(--brand-primary)}.knowledge-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:10px}.knowledge-grid article{grid-template-columns:30px minmax(0,1fr)}.knowledge-grid article span{display:block;margin-bottom:3px;color:var(--brand-primary);font-size:12px;font-weight:800}.knowledge-card-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.knowledge-card-actions small,.knowledge-card-actions a{min-height:24px;display:inline-flex;align-items:center;gap:5px;padding:0 8px;border-radius:999px;color:#4d586b;background:#edf0f5}.knowledge-card-actions a{color:var(--brand-primary);text-decoration:none}.knowledge-admin-actions{margin-top:10px}.knowledge-empty{min-height:160px;display:grid;place-items:center;align-content:center;gap:6px;padding:20px;border:1px solid #edf0f5;border-radius:8px;color:#6b7689;text-align:center;background:#fff}.knowledge-empty strong{color:#18202f}.knowledge-empty p{margin:0}.directory-panel{min-height:0;display:grid;align-content:start;gap:12px;overflow:auto}.directory-intro,.directory-card,.directory-empty{border:1px solid #edf0f5;border-radius:8px;background:#fff}.directory-intro{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:start;padding:14px}.directory-intro svg,.directory-card button svg{color:var(--brand-primary)}.directory-intro strong{display:block;margin-bottom:4px}.directory-intro p{margin:0;color:#6b7689;line-height:1.45}.directory-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,280px);gap:10px;align-items:center}.directory-search,.directory-toolbar select{min-height:42px;border:1px solid #dce2ea;border-radius:8px;color:#5d687a;background:#fff}.directory-search{display:grid;grid-template-columns:20px minmax(0,1fr);gap:8px;align-items:center;padding:0 12px}.directory-search input{min-width:0;color:inherit}.directory-toolbar select{width:100%;padding:0 12px}.directory-summary{display:flex;flex-wrap:wrap;gap:8px}.directory-summary span{min-height:30px;display:inline-flex;align-items:center;gap:5px;padding:0 10px;border-radius:8px;color:#4d586b;background:#edf0f5}.directory-groups{display:grid;gap:14px}.directory-layout{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,320px);gap:12px;align-items:start}.directory-main{min-width:0}.directory-insights{min-width:0;display:grid;gap:10px}.directory-insight-card{display:grid;gap:10px;padding:14px;border:1px solid #edf0f5;border-radius:8px;background:#fff}.directory-insight-head{display:flex;gap:8px;align-items:center}.directory-insight-head svg{color:var(--brand-primary)}.directory-insight-card p{margin:0;color:#6b7689;line-height:1.45}.directory-birthday-list,.directory-responsible-list{display:grid;gap:8px}.directory-responsible{min-width:0;min-height:46px;display:grid;grid-template-columns:28px minmax(0,1fr);gap:8px;align-items:center;padding:8px 10px;border-radius:8px;color:#18202f;text-align:left;background:#edf0f5}.directory-responsible svg{color:var(--brand-primary)}.directory-responsible span{min-width:0;display:grid;gap:2px}.directory-responsible strong,.directory-responsible small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.directory-responsible small{color:#6b7689}.directory-birthday{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:10px;border-radius:8px;background:#edf0f5}.directory-birthday div{min-width:0;display:grid;gap:2px}.directory-birthday strong,.directory-birthday span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.directory-birthday span,.directory-birthday small{color:#6b7689}.directory-birthday small{text-align:right;line-height:1.25}.directory-group{display:grid;gap:8px}.directory-group h3{margin:0;color:#7a8597;font-size:12px;letter-spacing:0;text-transform:uppercase}.directory-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(360px,100%),1fr));gap:8px}.directory-card{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px}.directory-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:var(--brand-primary);font-weight:900;background:var(--brand-soft)}.directory-card-main{min-width:0;display:grid;gap:3px}.directory-card-main strong,.directory-card-main span,.directory-meta small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.directory-card-main span,.directory-meta small{color:#6b7689}.directory-card-main .availability-badge{width:fit-content;max-width:100%;overflow:hidden;padding:3px 6px;border-radius:6px;color:#176343;text-overflow:ellipsis;white-space:nowrap;background:#dff4e9}.directory-card-main .availability-badge.status-sick_leave,.directory-card-main .availability-badge.status-unavailable{color:#8a303a;background:#fbe7e9}.directory-meta{min-width:0;display:flex;flex-wrap:wrap;gap:8px}.directory-meta small{min-width:0;display:inline-flex;align-items:center;gap:4px;max-width:100%}.directory-card button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 10px;border-radius:8px;color:#18202f;background:#edf0f5}.directory-empty{min-height:140px;display:grid;place-items:center;align-content:center;gap:6px;padding:20px;color:#6b7689;text-align:center}.directory-empty strong{color:#18202f}.directory-empty p{margin:0}.conference-participant-row.speaker{color:var(--brand-primary);background:var(--brand-soft)}.conference-participant-row.accepted{border:1px solid rgba(31,111,74,.25)}.conference-participant-row.declined{color:#9b2c2c;background:#fff1f2}.conference-response-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px}.conference-response-actions span{color:#5d687a;font-size:13px}.conference-response-actions button{min-height:32px;padding:0 10px;border-radius:6px;color:#fff;background:var(--brand-primary);cursor:pointer}.conference-response-actions button:last-child{color:#9b2c2c;background:#fff1f2}.helpdesk-workspace{width:100%;min-height:0;height:100%;display:grid;grid-template-columns:minmax(0,1fr);gap:12px;margin-top:0;text-align:left}.helpdesk-workspace .helpdesk-list{display:none}.conference-empty-detail{min-height:0;display:grid;align-content:center;justify-items:center;gap:8px;padding:24px;border:1px solid #dce2ea;border-radius:8px;color:#6b7689;text-align:center;background:#f8fafc}.conference-empty-detail h3{margin:0;color:#18202f}.conference-empty-detail p{max-width:360px;margin:0}.system-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.system-title-row button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border-radius:8px;color:#fff;background:var(--brand-primary);cursor:pointer}.ticket-create-panel{min-height:0;display:grid;align-content:start}.ticket-create-panel .ticket-form{height:auto;margin:0;border:0;background:transparent;box-shadow:none}.helpdesk-list,.ticket-chat,.ticket-form,.ticket-list button{border:1px solid #dce2ea;border-radius:8px;background:#ffffffeb}.helpdesk-list{min-height:0;display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:8px;padding:8px;overflow:hidden}.ticket-form{display:grid;gap:6px;padding:8px;overflow:hidden}.ticket-form h3,.ticket-head h3{margin:0;font-size:15px;line-height:1.15}.ticket-form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}.ticket-field{min-width:0;display:grid;gap:5px;color:#526073;font-size:12px;font-weight:700}.ticket-field span{line-height:1.15}.ticket-form input,.ticket-form select,.ticket-form textarea{min-height:32px;padding:0 8px;border:1px solid #cfd7e4;border-radius:8px;background:#fff}.ticket-form textarea{min-height:68px;padding-top:7px;resize:vertical}.ticket-routing-note{margin:-2px 0 0;color:#6b7689;font-size:12px;line-height:1.35}.ticket-form button,.ticket-actions button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;color:#fff;background:var(--brand-primary);cursor:pointer}.ticket-list{min-height:0;display:grid;align-content:start;gap:6px;overflow:auto}.helpdesk-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.helpdesk-tabs button{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 5px;border-radius:8px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#4d586b;background:#edf0f5;cursor:pointer}.helpdesk-tabs button.active{color:#fff;background:var(--brand-primary);box-shadow:inset 0 0 0 1px #ffffff29}.helpdesk-tabs b{min-width:18px;padding:1px 5px;border-radius:999px;color:#fff;font-size:12px;line-height:1.2;background:var(--brand-primary)}.helpdesk-tabs button.active b{color:var(--brand-primary);background:#fff}.compact-tabs{margin-bottom:8px}.ticket-list button{display:grid;align-items:center;min-height:54px;padding:9px 12px;color:#18202f;text-align:left;cursor:pointer}.ticket-list button strong{min-width:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2}.ticket-list-title{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px}.ticket-list-title .attention-badge{flex:0 0 auto;margin-left:0}.ticket-list button.active{border-color:var(--brand-primary);background:var(--brand-soft)}.ticket-list span,.ticket-list small,.ticket-head span,.ticket-head p{color:#6b7689}.ticket-list em,.mobile-system-list em{flex:0 0 auto;max-width:100%;width:fit-content;padding:3px 7px;border-radius:999px;color:#8b1e1e;font-size:12px;font-style:normal;font-weight:800;background:#f7e7e7}.ticket-chat{min-height:0;height:100%;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:8px;padding:10px;overflow:hidden}.ticket-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding-bottom:8px;border-bottom:1px solid #edf0f5}.ticket-context{display:grid;gap:8px}.ticket-title-block{min-width:0;display:grid;gap:3px}.ticket-eyebrow{display:block;min-width:0}.ticket-meta{display:flex;flex-wrap:wrap;gap:4px 0}.ticket-sla{color:#18794e}.ticket-sla.overdue{color:#b42318;font-weight:800}.ticket-head p{margin:4px 0 0}.ticket-head p span:not(:last-child):after{content:"·";margin:0 6px;color:#8a96aa}.ticket-actions{display:flex;flex-wrap:wrap;align-content:start;justify-content:flex-end;gap:8px;min-width:0}.ticket-transfer-action{display:flex;align-items:center;gap:8px}.ticket-transfer-action select{min-height:34px;min-width:180px;max-width:240px;padding:0 10px;border:1px solid #cfd7e4;border-radius:8px;color:#18202f;background:#fff}.ticket-actions button:disabled{opacity:.55;cursor:not-allowed}.ticket-resolution{display:grid;gap:4px;padding:9px 10px;border:1px solid #c8ead4;border-radius:8px;color:#17412e;background:#effaf3}.ticket-resolution p{margin:0;white-space:pre-wrap}.ticket-resolution time{color:#60766a;font-size:12px}.ticket-message-list{min-height:0;display:flex;flex-direction:column;gap:8px;overflow:auto;padding:8px;border-radius:8px;background:#eef3ef}.ticket-message-list article{width:fit-content;max-width:min(72%,620px);display:grid;gap:3px;padding:7px 10px 5px;border-radius:8px;color:#18202f;background:#fffffff0}.ticket-message-list article.own{align-self:flex-end;background:#d9f4df}.ticket-message-list p{margin:0;line-height:1.35;white-space:pre-wrap}.ticket-message-list time{justify-self:end;color:#7a8597;font-size:12px}.ticket-reply-form .selected-file{grid-column:1 / -1}.compact{margin-bottom:12px}.messages-panel>.section-heading.compact{align-items:center;gap:8px;margin-bottom:6px;min-height:34px}.chat-title-row{min-width:0;display:flex;align-items:center;gap:8px}.chat-title-row .eyebrow{flex:0 0 auto;margin:0}.chat-title-row h2{min-width:0;max-width:min(360px,32vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:650;line-height:1.15}.chat-presence{display:inline-block;margin-top:0;color:#6b7689;font-size:12px;font-weight:700;white-space:nowrap}.chat-tools{display:flex;align-items:center;gap:6px}.chat-search{min-height:34px;display:flex;align-items:center;gap:7px;padding:0 9px;border:1px solid #dce2ea;border-radius:8px;color:#6b7689;background:#f8fafc}.chat-search input{width:180px;border:0;outline:0;color:#18202f;background:transparent}.chat-tools button{min-height:34px;width:34px;display:inline-flex;align-items:center;justify-content:center;gap:0;padding:0;border-radius:8px;color:#18202f;background:#edf0f5;cursor:pointer}.chat-tools button span{display:none}.contact-list,.chat-list,.message-list{display:grid;align-content:start;gap:8px}.contact-list,.chat-list{grid-auto-rows:max-content}.chat-selection-empty{min-height:0;display:grid;align-items:start;padding:18px}.chat-selection-empty>div{max-width:560px;display:grid;gap:10px;color:#6b7689}.chat-selection-empty strong{color:#18202f;font-size:20px;line-height:1.2}.chat-selection-empty p{margin:0;line-height:1.5}.chat-selection-empty ul{display:grid;gap:6px;margin:0;padding-left:18px;line-height:1.45}.new-chat-popover .contact-list{min-height:0;max-height:min(360px,calc(100dvh - 180px));align-content:start;overflow-y:auto;overflow-x:hidden;padding-right:2px}.contact-list button,.chat-list button{display:grid;align-content:center;gap:3px;width:100%;min-height:54px;padding:10px 12px;border-radius:8px;color:#18202f;text-align:left;background:#f4f6f9}.contact-list button:hover,.contact-list button:focus-visible,.chat-list button:hover,.chat-list button:focus-visible,.chat-list button.active{background:var(--brand-soft);outline:3px solid rgba(47,107,79,.16)}.contact-list span,.chat-list span,.muted{color:#6b7689}.chat-list strong{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px}.personal-list button{min-height:44px;align-content:center}.personal-list small{min-width:0;color:#6b7689;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-unread-badge{min-width:22px;display:inline-flex;align-items:center;justify-content:center;padding:2px 7px;border-radius:999px;color:#fff;font-size:12px;line-height:1.3;background:var(--brand-primary)}.contacts-heading{margin-top:22px;padding-top:16px;border-top:1px solid #edf0f5}.group-form{display:grid;gap:10px;margin-top:0;padding:12px;border:1px solid #edf0f5;border-radius:8px;background:#f8fafc;overflow:hidden}.group-form>label{display:grid;gap:7px;color:#4d586b;font-size:13px;font-weight:800}.group-form input[type=text],.group-form>label>input{min-height:38px;padding:0 10px;border:1px solid #cfd7e4;border-radius:8px}.group-members{display:grid;min-height:0;gap:5px;max-height:min(210px,32dvh);overflow-y:auto;overflow-x:hidden;padding:0 2px 8px 0;scroll-padding-bottom:8px;contain:paint}.picker-search{min-width:0;display:flex!important;align-items:center;gap:7px!important;min-height:36px;padding:0 9px;border:1px solid #cfd7e4;border-radius:8px;color:#6b7689!important;background:#fff}.picker-search input{min-width:0;width:100%;min-height:0!important;padding:0!important;border:0!important;outline:0;background:transparent!important}.selected-pill-list{display:flex;flex-wrap:wrap;gap:6px;max-height:74px;overflow-y:auto;overflow-x:hidden;padding-right:2px}.selected-pill-list button{min-height:28px;display:inline-flex;align-items:center;gap:4px;padding:0 8px;border-radius:999px;color:var(--brand-primary);font-size:12px;background:var(--brand-soft)}.group-members label{min-height:34px;display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:7px;padding:4px 7px;border-radius:8px;color:#4d586b;font-size:13px;background:#f4f6f9}.group-members input[type=checkbox]{width:14px;height:14px;margin:0;accent-color:var(--brand-primary)}.group-form-footer{position:relative;z-index:var(--z-raised-content);display:grid;gap:8px;min-height:0;padding-top:2px;background:inherit}.group-form button{min-height:38px;border-radius:8px;color:#fff;background:var(--brand-primary);cursor:pointer}.chat-content{position:relative;min-height:0;display:grid;grid-template-columns:minmax(0,1fr);overflow:hidden}.chat-content.with-info{grid-template-columns:minmax(0,1fr)}.message-list{min-height:0;height:100%;display:flex;flex-direction:column;gap:8px;max-height:none;overflow-y:auto;overflow-x:hidden;padding:12px 8px 8px;background-repeat:no-repeat;background-size:cover;background-position:center;scrollbar-width:thin}:root[data-chat-wallpaper=none] .message-list,:root[data-chat-wallpaper=none] .conference-chat-list{background-image:none}:root[data-chat-wallpaper=flow] .message-list,:root[data-chat-wallpaper=flow] .conference-chat-list{background-image:linear-gradient(#f7f8fadb,#f7f8fadb),url(/wallpapers/user-light-01.png)}:root[data-chat-wallpaper=grid] .message-list,:root[data-chat-wallpaper=grid] .conference-chat-list{background-image:linear-gradient(#f7f8fadb,#f7f8fadb),url(/wallpapers/user-light-02.png)}:root[data-chat-wallpaper=network] .message-list,:root[data-chat-wallpaper=network] .conference-chat-list{background-image:linear-gradient(#f7f8fadb,#f7f8fadb),url(/wallpapers/user-light-03.png)}.chat-info-panel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:var(--z-sheet);min-height:0;max-height:none;overflow:auto;padding:16px;border:1px solid #dce2ea;border-radius:8px;background:#f8fafc;box-shadow:0 18px 48px #0f172a2e}.chat-info-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:10px}.chat-info-head span{display:block;margin-top:2px;color:#6b7689;font-size:12px}.chat-info-head button{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;color:#18202f;background:#edf0f5;cursor:pointer}.profile-card{display:grid;gap:8px;padding:10px;border:1px solid #edf0f5;border-radius:8px;background:#f8fafc}.profile-avatar{width:52px;height:52px;display:grid;place-items:center;border-radius:8px;color:var(--brand-primary);font-weight:900;background:var(--brand-accent)}.profile-card>span,.profile-card dd,.chat-info-summary{color:#6b7689}.profile-card dl{display:grid;gap:6px;margin:4px 0 0}.profile-card dl div{display:grid;grid-template-columns:82px minmax(0,1fr);gap:8px}.profile-card dt{color:#4d586b;font-size:12px;font-weight:900}.profile-card dd{min-width:0;margin:0;overflow:hidden;text-overflow:ellipsis}.profile-card dd a{color:var(--brand-primary);text-decoration:none}.profile-card dd a:hover{text-decoration:underline}.profile-actions{display:grid;grid-template-columns:minmax(0,1fr);gap:6px}.profile-actions button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:8px;color:#18202f;background:#edf0f5;cursor:pointer}.group-info-card{display:grid;gap:10px;padding:10px;border:1px solid #edf0f5;border-radius:8px;background:#f8fafc}.group-members-card{padding:0;overflow:hidden}.group-info-title,.group-member-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.group-info-title{padding:10px}.group-members-card>summary{cursor:pointer;list-style:none}.group-members-card>summary::-webkit-details-marker{display:none}.group-members-card[open]>summary{border-bottom:1px solid #edf0f5}.group-info-title span{min-width:26px;display:inline-flex;justify-content:center;padding:2px 7px;border-radius:999px;color:var(--brand-primary);font-size:12px;font-weight:900;background:var(--brand-soft)}.group-member-list{display:grid;gap:6px;max-height:min(260px,32dvh);overflow:auto;padding:8px}.group-member-row{min-height:42px;padding:7px 8px;border-radius:8px;background:#fff}.group-member-row div{min-width:0;display:grid;gap:2px}.group-member-row strong,.group-member-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-member-row span{color:#6b7689;font-size:12px}.group-member-row button,.group-add-form button{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:8px;color:#18202f;background:#edf0f5;cursor:pointer}.group-add-form{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:6px;padding:0 8px 8px}.group-title-form{display:grid;grid-template-columns:minmax(0,1fr) 34px 34px;gap:6px;padding:0 8px}.group-add-form select,.group-title-form input{min-width:0;min-height:34px;padding:0 8px;border:1px solid #cfd7e4;border-radius:8px;color:#18202f;background:#fff}.group-add-form button{color:#fff;background:var(--brand-primary)}.group-title-form button{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:#fff;background:var(--brand-primary);cursor:pointer}.group-title-form button.danger{background:#c92a2a}.group-add-form button:disabled,.group-title-form button:disabled{opacity:.55;cursor:not-allowed}.chat-info-summary{margin:-2px 0 0;font-size:13px}.attachment-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-bottom:10px}.attachment-tabs button{min-height:34px;border-radius:8px;color:#4d586b;background:#edf0f5;cursor:pointer}.attachment-tabs button.active{color:var(--brand-primary);background:var(--brand-soft)}.attachment-list{display:grid;gap:8px}.attachment-row{width:100%;display:grid;grid-template-columns:46px minmax(0,1fr);gap:9px;align-items:center;padding:8px;border-radius:8px;color:#18202f;text-align:left;background:#fff;cursor:pointer}.attachment-row img{width:46px;height:46px;object-fit:cover;border-radius:8px}.attachment-row span{min-width:0;display:grid;gap:3px}.attachment-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-row small{color:#6b7689}.attachment-row.link .attachment-icon{background:#1c7ed6}.message-day-separator{align-self:center;margin:8px 0 4px;padding:5px 10px;border-radius:8px;color:#5d687a;font-size:12px;font-weight:700;background:#ffffffbd;box-shadow:0 2px 8px #18202f14}.message-list article{position:relative;width:fit-content;min-width:96px;max-width:min(70%,620px);display:grid;gap:3px;padding:7px 10px 5px;border-radius:8px;color:#18202f;background:#fffffff0;box-shadow:0 1px 2px #18202f1f}.message-list article.media-message{width:min(540px,92%);max-width:min(540px,92%);padding:8px 10px 6px}.message-list article.media-message.own{width:min(540px,86%);max-width:min(540px,86%)}.message-list article.own{align-self:flex-end;color:#082d1d;background:#d9f4df}.message-list article.call-event-message{min-width:250px;padding:8px 10px 6px;background:#eef3ff}.message-list article.call-event-message.missed,.message-list article.call-event-message.canceled{background:#fff1f2}.message-list article.call-event-message.own{background:#d9f4df}.call-event-card{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:center}.call-event-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;color:#fff;background:var(--brand-primary)}.call-event-message.missed .call-event-icon,.call-event-message.canceled .call-event-icon{background:#c92a2a}.call-event-card strong,.call-event-card small{display:block}.call-event-card small{margin-top:2px;color:#6b7689}.message-list article.selected{outline:2px solid rgba(255,255,255,.76);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-primary) 38%,transparent)}.message-sender{max-width:100%;padding-right:28px;color:var(--brand-primary);font-size:12px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-list p{margin:0;padding-right:42px;white-space:pre-wrap;line-height:1.35}.message-list time{justify-self:end;margin-top:-1px;color:#7a8597;font-size:12px;line-height:1}.message-meta{display:flex;align-items:center;justify-content:flex-end;gap:5px;color:#7a8597;font-size:12px}.message-meta time{margin:0}.reaction-bar{display:flex;flex-wrap:wrap;gap:4px;margin-top:3px}.reaction-bar button{min-width:30px;min-height:26px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 7px;border:1px solid rgba(122,133,151,.22);border-radius:999px;color:#4d586b;font-size:13px;line-height:1;background:#edf0f5c7;cursor:pointer}.reaction-bar button.active{color:#135f3a;border-color:#277a5447;background:#dff7e8}.reaction-bar button b{font-size:11px}.read-indicator{color:#7a8597;font-weight:800;letter-spacing:-2px}.read-indicator.read{color:#1c7ed6}.message-menu-wrap{position:absolute;top:3px;right:3px;z-index:var(--z-inline-control)}.message-more-button{width:20px;height:20px;display:grid;place-items:center;border-radius:0;color:#4d586bb8;background:transparent;opacity:.72;cursor:pointer;transition:opacity .12s ease,color .12s ease}.message-list article:hover .message-more-button,.message-more-button:focus-visible{opacity:1;color:#18202f;background:transparent;outline:none}.message-action-menu{position:fixed;top:var(--message-menu-top, auto);right:var(--message-menu-right, auto);bottom:var(--message-menu-bottom, auto);left:var(--message-menu-left, auto);z-index:var(--z-local-panel);min-width:174px;max-height:min(220px,calc(100vh - 96px));display:grid;gap:2px;padding:6px;border:1px solid #dce2ea;border-radius:8px;color:#18202f;background:#fff;box-shadow:0 14px 36px #0f172a33;overflow:auto}.message-action-menu.open-below{top:var(--message-menu-top, auto);bottom:auto}.message-action-menu.open-above{top:auto;bottom:var(--message-menu-bottom, auto)}.message-action-menu.align-left,.message-list article:not(.own) .message-action-menu{right:var(--message-menu-right, auto);left:var(--message-menu-left, auto)}.message-action-menu.align-right{right:var(--message-menu-right, auto);left:var(--message-menu-left, auto)}.message-list article.media-message .message-menu-wrap{top:5px;right:6px}.message-list article.media-message .message-action-menu{right:var(--message-menu-right, auto);left:var(--message-menu-left, auto)}.message-list article.media-message .message-action-menu.align-left{right:var(--message-menu-right, auto);left:var(--message-menu-left, auto)}.message-action-menu button{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:0 9px;border-radius:8px;color:#18202f;text-align:left;background:transparent;cursor:pointer}.message-action-menu button:hover,.message-action-menu button:focus-visible{background:#edf0f5;outline:none}.message-action-menu button:disabled{display:none;color:#a8b3c5;cursor:default}.message-menu-reactions{display:grid;grid-template-columns:repeat(5,30px);gap:5px;padding:2px 2px 6px;margin-bottom:4px;border-bottom:1px solid #edf0f5}.message-action-menu .message-menu-reactions button,.news-action-menu .message-menu-reactions button{min-width:30px;width:30px;min-height:30px;height:30px;justify-content:center;padding:0;border:1px solid rgba(122,133,151,.22);border-radius:999px;background:#f3f6fa}.message-action-menu .message-menu-reactions button.active,.news-action-menu .message-menu-reactions button.active{color:#135f3a;border-color:#277a5447;background:#dff7e8}.request-roadmap ul{display:grid;gap:8px;margin:0;padding-left:18px;color:#5b6678}.request-roadmap li{line-height:1.35}.request-report-card{grid-column:1 / -1}.request-report-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.request-report-head h3{margin:0}.request-report-head a{min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border-radius:8px;color:#0f5132;background:#dff7e8;text-decoration:none;font-weight:700}.request-report-filters{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr)) auto;gap:8px;align-items:end;margin-top:10px}.request-report-filters label{display:grid;gap:4px;color:#5b6678;font-size:12px;font-weight:800}.request-report-filters input,.request-report-filters select{min-height:34px;padding:0 9px;border:1px solid #dce2ea;border-radius:8px;background:#fff}.request-report-filters div{display:inline-flex;gap:6px}.request-report-filters button{min-height:34px;padding:0 10px;border-radius:8px;color:#18202f;background:#edf0f5}.request-report-filters button[type=submit]{color:#eafff0;background:#1f7a4d}.request-kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:8px}.request-kpi-grid article{display:grid;gap:3px;min-height:72px;padding:12px;border:1px solid #dce2ea;border-radius:8px;background:#f8fafc}.request-kpi-grid article.danger{border-color:#f3b4b4;background:#fff1f1}.request-kpi-grid strong{font-size:22px;line-height:1}.request-kpi-grid span,.request-report-table small{color:#5b6678}.request-report-table{display:grid;gap:6px;margin-top:12px}.request-report-table h4{margin:0 0 2px}.request-report-table div{display:grid;grid-template-columns:minmax(120px,1fr) 44px minmax(150px,1fr);gap:10px;align-items:center;min-height:34px;padding:7px 10px;border:1px solid #dce2ea;border-radius:8px;background:#fff}.forward-sheet{position:absolute;right:18px;bottom:82px;z-index:var(--z-sheet);width:min(430px,calc(100% - 36px));max-height:min(560px,calc(100% - 104px));display:grid;grid-template-rows:auto auto auto minmax(0,1fr) auto auto;gap:10px;padding:12px;border:1px solid #dce2ea;border-radius:8px;color:#18202f;background:#fff;box-shadow:0 18px 48px #0f172a3d}.forward-sheet-head{display:grid;grid-template-columns:38px minmax(0,1fr);gap:8px;align-items:center}.forward-sheet-head div{min-width:0;display:grid;gap:3px}.forward-sheet-head strong,.forward-sheet-head span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forward-sheet-head span{color:#6b7689;font-size:13px}.forward-back{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:#edf0f5;cursor:pointer}.forward-search{min-width:0;min-height:40px;display:grid;grid-template-columns:20px minmax(0,1fr);gap:8px;align-items:center;padding:0 10px;border:1px solid #dce2ea;border-radius:8px;color:#5d687a;background:#f8fafc}.forward-search input{min-width:0;border:0;color:#18202f;outline:none;background:transparent}.forward-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:3px;border-radius:8px;background:#edf0f5}.forward-tabs button{min-height:34px;border-radius:7px;color:#5d687a;background:transparent;cursor:pointer}.forward-tabs button.active{color:#fff;background:var(--brand-primary)}.forward-chat-list{min-height:0;display:grid;gap:6px;overflow-y:auto;padding-right:2px}.forward-chat-list button{min-width:0;min-height:58px;display:grid;grid-template-columns:42px minmax(0,1fr) 26px;grid-template-rows:auto auto;column-gap:10px;align-items:center;padding:8px;border-radius:8px;color:#18202f;text-align:left;background:#f4f6f9;cursor:pointer}.forward-chat-list button span{grid-row:1 / 3;width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:var(--brand-primary);background:var(--brand-soft)}.forward-chat-list button i{grid-column:3;grid-row:1 / 3;width:26px;height:26px;display:grid;place-items:center;border-radius:999px;color:#fff;background:transparent}.forward-chat-list button.selected{outline:2px solid rgba(31,111,74,.26);background:var(--brand-soft)}.forward-chat-list button.selected i{background:var(--brand-primary)}.forward-chat-list button strong{grid-column:2;grid-row:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forward-chat-list button small{grid-column:2;grid-row:2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6b7689}.forward-sheet-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding-top:2px}.forward-sheet-actions span{min-width:0;color:#6b7689;font-size:13px}.forward-sheet-actions button{min-height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border-radius:8px;color:#fff;background:var(--brand-primary);cursor:pointer}.forward-sheet-actions button:disabled{cursor:default;opacity:.55}.message-selection-bar{display:none}.inline-edit-form{display:grid;grid-template-columns:minmax(0,1fr) 30px 30px;gap:6px}.inline-edit-form input{min-height:34px;padding:0 9px;border:1px solid #cfd7e4;border-radius:8px}.inline-edit-form button{border-radius:8px;background:#edf0f5;cursor:pointer}.deleted-message{color:#7a8597;font-style:italic}.attachment-card{width:min(360px,100%);display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;margin:2px 0 0;padding:8px;border:1px solid rgba(24,32,47,.12);border-radius:8px;color:#18202f;font:inherit;text-decoration:none;text-align:left;background:#ffffff80;cursor:pointer}.attachment-card.playable{width:100%;max-width:100%;grid-template-columns:minmax(0,1fr) 38px;gap:7px;align-items:center;padding:6px 28px 6px 6px;cursor:default}.attachment-card.playable.no-transcript-action{grid-template-columns:minmax(0,1fr);padding-right:6px}.attachment-card:focus-visible{outline:3px solid rgba(47,107,79,.22)}.attachment-card img{grid-column:1 / -1;width:100%;max-height:260px;object-fit:cover;border-radius:8px;background:#edf0f5}.attachment-card audio,.attachment-card video{width:100%;border-radius:8px}.attachment-card video{max-height:220px;object-fit:contain;background:#0f172a}.compact-video-player{position:relative;display:block;width:100%;overflow:hidden;border-radius:8px;background:#0f172a}.compact-video-player video{display:block;width:100%;max-height:220px;object-fit:contain;border-radius:8px}.compact-video-center{position:absolute;inset:50% auto auto 50%;width:68px;height:68px;display:grid;place-items:center;transform:translate(-50%,-50%);border:0;border-radius:999px;color:#111827;background:#ffffffe0;box-shadow:0 10px 28px #00000047;cursor:pointer}.compact-video-controls{position:absolute;left:8px;right:8px;bottom:8px;display:grid;grid-template-columns:32px auto minmax(68px,1fr) 32px 32px;align-items:center;gap:7px;min-height:38px;padding:5px 7px;border-radius:8px;color:#fff;background:linear-gradient(180deg,#0f172a8f,#0f172ad6)}.compact-video-controls button{width:32px;height:28px;display:grid;place-items:center;border:0;border-radius:7px;color:inherit;background:transparent;cursor:pointer}.compact-video-controls button:hover,.compact-video-controls button:focus-visible{background:#ffffff24}.compact-video-time{min-width:76px;font-variant-numeric:tabular-nums;white-space:nowrap}.compact-video-controls input{min-width:0;accent-color:var(--brand-primary)}.attachment-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:#fff;background:#4d586b}.attachment-card.image .attachment-icon{background:var(--brand-primary)}.attachment-card.pdf .attachment-icon{background:#b42318}.attachment-card.sheet .attachment-icon{background:#18794e}.attachment-card.audio .attachment-icon,.attachment-card.video .attachment-icon{background:#6f3bd1}.attachment-card.document .attachment-icon{background:#2559a6}.attachment-card.archive .attachment-icon{background:#8a5a12}.attachment-info{min-width:0;display:grid;gap:3px}.attachment-info strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-info small{color:#6b7689}.media-player{grid-column:1;display:block;min-width:0}.audio-player-slot{height:38px}.compact-audio-player{height:38px;min-width:0;display:grid;grid-template-columns:30px auto minmax(70px,1fr);gap:8px;align-items:center;padding:4px 9px 4px 5px;border-radius:999px;color:#18202f;background:#f8fafc}.compact-audio-player audio{display:none}.compact-audio-player button{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;color:#18202f;background:transparent;cursor:pointer}.compact-audio-time{min-width:86px;color:#18202f;font-size:13px;font-variant-numeric:tabular-nums;white-space:nowrap}.compact-audio-player input[type=range]{width:100%;min-width:64px;accent-color:var(--brand-primary)}.compact-audio-player input[type=range]:disabled{opacity:.45}.media-actions{grid-column:2;display:flex;justify-content:flex-end;align-items:center}.media-message .attachment-card{justify-self:center;align-self:center}.transcript-box{grid-column:1 / -1;min-width:0;padding:8px 10px;border-radius:8px;color:#4d586b;font-size:13px;line-height:1.35;overflow-wrap:anywhere;word-break:normal;background:#ffffff85}.transcript-request-button{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(31,111,74,.24);border-radius:8px;color:var(--brand-primary);font-weight:800;background:#e1f7eaeb;cursor:pointer}.transcript-request-button:disabled{color:#94a3b8;background:#f1f5f9d1;cursor:default}.transcript-request-button.active{border-color:#1f6f4a94;color:#fff;background:var(--brand-primary);box-shadow:0 0 0 3px #1f6f4a29}.transcript-request-button.loading{color:#7a4d0b;background:#fff3d6}.viewer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:14px;padding:18px;color:#fff;background:#070c14e6}.viewer-toolbar{display:flex;justify-content:flex-end;gap:10px}.viewer-toolbar button,.viewer-toolbar a{min-height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border-radius:8px;color:#fff;text-decoration:none;background:#ffffff1f;cursor:pointer}.viewer-content{min-height:0;display:grid;place-items:center;padding:0 64px}.viewer-content img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 24px 80px #00000073}.viewer-arrow{position:fixed;top:50%;z-index:var(--z-raised-content);width:56px;height:72px;display:grid;place-items:center;border-radius:8px;color:#fff;border:1px solid rgba(255,255,255,.28);background:#0f172ab8;box-shadow:0 12px 30px #00000052;cursor:pointer;transform:translateY(-50%)}.viewer-arrow.left{left:18px}.viewer-arrow.right{right:18px}.viewer-caption{width:min(720px,100%);justify-self:center;display:grid;gap:4px;padding:12px 14px;border-radius:8px;background:#00000052}.viewer-caption span{color:#cbd5e1;font-size:13px}.call-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-call);display:grid;place-items:center;padding:18px;background:#080d17b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.conference-room-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-call);display:grid;background:#08111f}.conference-room{min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:12px;padding:16px;color:#f8fafc}.conference-room>header{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px}.conference-room>header>div{min-width:0;display:grid;gap:2px}.conference-room>header span{color:var(--brand-accent);font-size:12px;font-weight:800;text-transform:uppercase}.conference-room>header strong{overflow:hidden;font-size:22px;text-overflow:ellipsis;white-space:nowrap}.conference-room>header button,.conference-room>footer button{width:48px;height:48px}.conference-room-grid{min-width:0;min-height:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(360px,100%),1fr));grid-auto-rows:minmax(220px,1fr);gap:10px;overflow:auto}.conference-room-tile{position:relative;min-width:0;min-height:220px;overflow:hidden;border:1px solid #26364e;border-radius:8px;background:#0d1727}.conference-room-tile video{width:100%;height:100%;display:block;object-fit:contain}.conference-room-tile.audio-only{display:grid;place-items:center;color:#b7f4d2}.conference-room-tile.audio-only video{position:absolute;width:1px;height:1px;opacity:0}.conference-room-tile>span{position:absolute;left:10px;bottom:10px;max-width:calc(100% - 20px);overflow:hidden;padding:6px 8px;border-radius:6px;color:#fff;background:#08111fc7;text-overflow:ellipsis;white-space:nowrap}.conference-room-placeholder{min-height:220px;display:grid;place-content:center;justify-items:center;gap:10px;color:#cbd5e1}.conference-room>footer{display:flex;justify-content:center}.conference-room>footer .end-call{color:#fff;background:#c81e1e}.call-panel{width:min(560px,100%);display:grid;gap:14px;padding:18px;border:1px solid rgba(184,239,206,.28);border-radius:12px;color:#f8fafc;background:#111b2a;box-shadow:0 24px 70px #00000057}.call-panel.video{width:min(760px,100%)}.call-head{min-width:0;display:grid;gap:3px}.call-head span{color:var(--brand-accent);font-size:12px;font-weight:800;text-transform:uppercase}.call-head strong{overflow:hidden;font-size:22px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.call-head small{color:#b9c5d8;font-size:14px}.call-media{position:relative;min-height:220px;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:#0b1220}.call-panel.video .call-media{min-height:min(56vh,430px)}.remote-call-video{width:100%;aspect-ratio:16 / 9;max-height:min(62vh,520px);object-fit:contain;background:#0b1220}.local-call-video{position:absolute;right:14px;bottom:14px;width:min(172px,32%);aspect-ratio:4 / 3;border:2px solid rgba(255,255,255,.72);border-radius:8px;object-fit:contain;background:#111827}.call-placeholder,.call-audio-avatar{display:grid;place-items:center;gap:10px;color:#d8e2f2;text-align:center}.call-audio-avatar{min-height:220px}.call-actions{display:flex;justify-content:center;gap:16px;margin:4px 0 12px}.call-actions button{width:62px;height:62px;display:grid;place-items:center;border-radius:999px;color:#fff}.call-actions button svg{width:25px;height:25px}.accept-call{background:var(--brand-primary)}.end-call{background:#b42318}.message-form{position:relative;z-index:var(--z-composer);display:grid;grid-template-columns:42px minmax(0,1fr) 42px 42px;gap:8px;align-items:end;padding:10px;border:0;border-radius:8px;background:#ffffffd1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.section-composer{align-items:end}.emoji-wrap,.attachment-wrap{position:relative}.emoji-picker{position:absolute;left:0;bottom:50px;z-index:var(--z-popover);width:292px;max-height:280px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;padding:10px;border:1px solid #dce2ea;border-radius:8px;background:#fff;box-shadow:0 16px 38px #18202f29;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.emoji-picker button{width:100%;aspect-ratio:1;min-width:0;display:grid;place-items:center;border-radius:8px;background:#f4f6f9;font-size:19px;cursor:pointer;transition:transform .12s ease,background .12s ease}.emoji-picker button:hover,.emoji-picker button:focus-visible{background:var(--brand-soft);outline:none;transform:scale(1.12)}.message-form textarea{width:100%;min-height:42px;max-height:172px;padding:10px 12px;border:1px solid #cfd7e4;border-radius:8px;color:#18202f;line-height:1.35;resize:none;overflow-y:auto;background:#fff}.message-form textarea:focus,.message-form textarea:focus-visible{border-color:#277a5494;outline:0;box-shadow:0 0 0 2px #277a542e}.message-form button,.file-button,.attachment-menu label{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:#18202f;background:#edf0f5;cursor:pointer}.attachment-menu{position:absolute;right:0;bottom:50px;z-index:var(--z-popover);min-width:168px;display:grid;gap:6px;padding:8px;border:1px solid #dce2ea;border-radius:8px;background:#fff;box-shadow:0 16px 38px #18202f29}.attachment-menu button,.attachment-menu label{width:100%;height:38px;grid-template-columns:22px minmax(0,1fr);gap:8px;justify-content:start;padding:0 10px;color:#18202f;text-align:left;background:#f4f6f9}.attachment-menu input{display:none}.message-form button[type=submit]{color:#fff;background:var(--brand-primary)}.message-form button.recording{color:#fff;background:#b42318}.recording-status{grid-column:1 / -1;display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center;justify-content:stretch;padding:8px 10px;border:1px solid rgba(180,35,24,.24);border-radius:8px;color:#18202f;background:#fff1f0}.recording-status.video{grid-template-columns:minmax(280px,420px) auto minmax(0,1fr);align-items:center}.recording-status.video .recording-actions{grid-column:3}.recording-status video{width:100%;aspect-ratio:4 / 3;max-height:320px;border-radius:8px;object-fit:cover;background:#0f172a}.recording-meta{min-width:0;display:grid;grid-template-columns:auto auto;gap:0 7px;align-items:center;justify-content:start}.recording-status time{font-weight:800;font-variant-numeric:tabular-nums}.recording-actions{grid-column:auto;display:grid;grid-auto-flow:column;grid-auto-columns:42px;gap:8px;justify-content:end;align-items:center}.recording-actions button{width:42px;min-width:42px;height:42px;min-height:42px;display:grid;place-items:center;padding:0;line-height:1;font-size:0}.recording-actions button svg{display:block;width:18px;height:18px}.recording-actions button:not(.send-recording){color:#18202f;background:#edf0f5}.recording-actions .send-recording{color:#fff;background:var(--brand-primary)}.recording-dot{width:10px;height:10px;border-radius:999px;background:#b42318;box-shadow:0 0 #b4231873;animation:recordingPulse 1.2s infinite}.recording-dot.idle{background:#7a8597;box-shadow:none;animation:none}@keyframes recordingPulse{70%{box-shadow:0 0 0 8px #b4231800}to{box-shadow:0 0 #b4231800}}.file-button input{display:none}.selected-file{grid-column:2 / -1;min-width:0;display:inline-flex;align-items:center;gap:6px;color:#6b7689;font-size:13px}.selected-file button{width:24px;height:24px;border-radius:6px;color:#6b7689;background:#edf0f5}.selected-file.error{color:#b42318}.create-user-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px;padding:14px;border:1px solid #edf0f5;border-radius:8px;background:#f8fafc}.create-user-form label{display:grid;gap:7px;color:#4d586b;font-size:13px;font-weight:800}.create-user-form button{align-self:end;color:#fff;background:var(--brand-primary)}.create-user-form .form-error{grid-column:1 / -1}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.user-list{display:grid;gap:8px}.user-list article{display:grid;grid-template-columns:minmax(180px,1.1fr) minmax(180px,1fr) minmax(140px,.8fr) 120px minmax(250px,auto);gap:12px;align-items:center;min-height:54px;padding:10px 12px;border:1px solid #edf0f5;border-radius:8px}.user-list span{display:block;color:#5d687a}.user-list em{font-style:normal;color:#2f6b4f;font-weight:800}.user-actions{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.user-list button,.user-actions button{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 9px;border-radius:8px;color:#4d586b;font-size:13px;background:#edf0f5;cursor:pointer}.user-list{display:grid;gap:4px;max-height:calc(100dvh - 210px);overflow:auto;padding-right:2px}.user-list article{min-height:46px;display:grid;grid-template-columns:minmax(180px,1.25fr) minmax(170px,1fr) minmax(110px,.7fr) minmax(120px,.7fr) auto;gap:10px;align-items:center;padding:6px 10px;border:1px solid #edf0f5;border-radius:8px;background:#fff}.user-list strong,.user-list span,.user-list em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-list em{color:var(--brand-primary);font-style:normal;font-weight:800}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.compact-admin-grid{gap:10px}.admin-card-form{display:grid;gap:12px;align-content:start;padding:14px;border:1px solid #edf0f5;border-radius:8px;background:#f8fafc}.compact-admin-card{gap:8px;padding:10px}.admin-card-form h3{margin:0;font-size:18px}.admin-card-form label{display:grid;gap:7px;color:#4d586b;font-size:13px;font-weight:800}.admin-card-form input,.admin-card-form select,.create-user-form select{min-height:36px;padding:0 10px;border:1px solid #cfd7e4;border-radius:8px;background:#fff}.admin-card-form button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border-radius:8px;color:#fff;background:var(--brand-primary);cursor:pointer}.admin-card-form button.secondary-action{color:var(--brand-primary);border:1px solid rgba(16,124,83,.22);background:var(--brand-soft)}.admin-card-form button:disabled{cursor:not-allowed;opacity:.55}.color-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.color-field-grid input[type=color]{width:100%;min-height:42px;padding:4px;cursor:pointer}.customization-list{display:grid;gap:6px;margin:0;padding-left:18px;color:#5d687a;font-size:14px;line-height:1.35}.pill-list{display:flex;flex-wrap:wrap;gap:7px;align-content:flex-start;max-height:min(360px,calc(100dvh - 390px));overflow:auto;padding-right:3px}.pill-list span{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:8px;color:var(--brand-primary);background:var(--brand-soft)}.pill-list span button{width:24px;height:24px;display:inline-grid;place-items:center;flex:0 0 auto;border-radius:7px;color:var(--brand-primary);background:#ffffffb8;cursor:pointer}.pill-list span button.danger{color:#c92a2a}.pill-list.compact{max-height:none;gap:6px;overflow:visible;padding-right:0}.pill-list.compact span{padding:5px 8px;border-radius:999px;font-size:12px;line-height:1.15}.org-position-groups{display:grid;gap:8px;max-height:min(480px,calc(100dvh - 430px));overflow:auto;padding-right:3px}.org-position-group{display:grid;gap:7px;padding:10px;border:1px solid #dfe6f1;border-radius:12px;background:#fff}.org-position-group header{display:flex;align-items:center;justify-content:space-between;gap:10px}.org-position-group header strong{min-width:0;display:inline-flex;align-items:center;gap:6px;overflow:hidden;color:#18202f;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.org-position-group.warning{border-color:#f2c94c;background:#fff8db}.org-position-group.warning header strong,.org-position-group.warning .pill-list span{color:#8a5a00}.org-position-group header span{min-width:24px;padding:2px 7px;border-radius:999px;color:var(--brand-primary);background:var(--brand-soft);font-size:12px;font-weight:800;text-align:center}.checkbox-row{align-content:end;grid-template-columns:auto minmax(0,1fr);align-items:center}.checkbox-row input{width:18px;height:18px}.edit-user-form{margin-top:16px}.inline-edit-user-form{margin:0 0 10px;border-color:#277a5473}.admin-filter-bar{display:grid;grid-template-columns:minmax(220px,1fr) minmax(160px,220px) minmax(160px,220px);gap:8px;margin-bottom:10px}.admin-filter-bar.compact{grid-template-columns:minmax(220px,1fr) minmax(140px,210px) minmax(140px,210px);margin-bottom:8px}.security-journal-filters .admin-filter-bar.compact{grid-template-columns:minmax(240px,1fr) minmax(120px,160px) minmax(120px,160px) minmax(110px,auto) minmax(110px,auto);align-items:end;margin-bottom:0}.admin-filter-bar label{min-width:0;display:flex;align-items:center;gap:8px;min-height:36px;padding:0 10px;border:1px solid #cfd7e4;border-radius:8px;color:#6b7689;background:#fff}.admin-filter-bar label.field-label{display:grid;gap:3px;min-height:auto;padding:0;border:0;color:#5d687a;background:transparent;font-size:12px}.admin-filter-bar label.field-label input{min-height:36px;padding:0 10px;border:1px solid #cfd7e4;border-radius:8px;background:#fff}.admin-filter-bar input,.admin-filter-bar select{min-width:0;width:100%;min-height:36px;border:1px solid #cfd7e4;border-radius:8px;color:#18202f;background:#fff}.admin-filter-bar label input{min-height:0;border:0;outline:0;background:transparent}.security-user-list,.keyword-list,.alert-log-list{display:grid;gap:5px;max-height:calc(100dvh - 270px);overflow:auto}.security-user-list article,.alert-log article{display:grid;gap:4px;padding:7px 9px;border:1px solid #edf0f5;border-radius:8px;background:#fff}.security-user-list article{grid-template-columns:minmax(260px,1fr) auto;align-items:center;gap:14px}.security-user-list article>div:first-child{min-width:0;display:grid;gap:3px}.security-user-list strong,.security-user-list span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.security-user-meta{display:flex;min-width:0;align-items:center;gap:6px}.security-user-meta span{min-width:0}.security-user-meta span:not(:last-child):after{content:"·";margin-left:6px;color:#8a96aa}.security-user-list span,.keyword-list span,.alert-log span,.alert-log time{color:#6b7689;font-size:13px}.inline-form{display:grid;grid-template-columns:minmax(0,1fr) 150px auto;gap:8px}.keyword-list button{justify-content:space-between;color:#4d586b;background:#edf0f5}.keyword-list button.active{color:var(--brand-primary);background:var(--brand-soft)}.alert-log{margin-top:14px;align-content:start;overflow:hidden}.alert-log h3{margin:0}.alert-log article.danger{border-color:#f0b5b5;background:#fff3f3}.people-panel .section-heading h2{font-size:20px;line-height:1.15}.user-list{display:grid;gap:4px;max-height:calc(100dvh - 236px);overflow:auto}.user-list article{min-height:38px;grid-template-columns:minmax(220px,1fr) minmax(120px,.48fr) minmax(96px,.34fr) max-content;gap:8px;padding:5px 8px;color:#18202f;background:#f8fafc}.user-list article>div:first-child{min-width:0;display:grid;gap:1px}.user-list article>span,.user-list article>em,.user-list article strong,.user-list article div:first-child span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-list article>em{font-style:normal}.user-list button,.user-actions button{min-height:28px;padding:0 7px;font-size:12px;white-space:nowrap}.user-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.admin-security .compact-admin-grid{grid-template-columns:1fr}.admin-security .compact-admin-card{max-width:none}.admin-security .security-user-list{max-height:calc(100dvh - 330px)}.admin-security .security-user-list article{min-height:42px;grid-template-columns:minmax(320px,1fr) max-content;gap:16px;padding:5px 8px}.admin-security .security-user-list article>div:first-child{display:grid;grid-template-columns:minmax(210px,.6fr) minmax(320px,1.4fr);align-items:center;column-gap:36px}.admin-security .security-user-list .user-actions{flex-wrap:nowrap}.admin-security .security-user-list span{font-size:12px}.admin-security .security-user-list .security-user-meta{display:flex;gap:12px;align-items:center;overflow:hidden;padding-left:14px;border-left:1px solid rgba(138,150,170,.28)}.admin-security .security-user-list button{min-height:28px;padding:0 8px;font-size:12px}.customization-preview{align-content:start}.brand-asset-field span{min-height:44px;display:grid;grid-template-columns:38px minmax(0,1fr);gap:8px;align-items:center;padding:5px;border:1px solid #cfd7e4;border-radius:8px;background:#fff}.brand-asset-field span>svg,.brand-asset-field img{width:34px;height:34px;object-fit:contain;border-radius:8px;color:var(--brand-primary);background:var(--brand-soft)}.brand-asset-field input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.brand-asset-field b{min-width:0;min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 10px;border-radius:8px;color:#fff;background:var(--brand-primary);font-size:13px;cursor:pointer}.brand-asset-field small{color:#6b7689;font-size:12px;line-height:1.25}.admin-help .admin-grid{align-items:start}.help-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.help-list li{display:grid;gap:2px;padding:8px;border-radius:8px;background:#f4f6f9}.help-list span{color:#6b7689;font-size:13px;line-height:1.35}.brand-preview{display:flex;align-items:center;gap:12px;min-height:58px;padding:10px;border:1px solid #dce2ea;border-radius:8px;background:#fff}.brand-preview strong,.brand-preview span{display:block;min-width:0}.brand-preview span{margin-top:2px;color:#6b7689;font-size:13px}.build-ready-list{display:grid;gap:8px}.build-ready-list article{display:grid;gap:3px;padding:10px;border:1px solid #edf0f5;border-radius:8px;background:#fff}.build-ready-list span{color:#5d687a;font-size:13px;line-height:1.35}.settings-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);display:grid;place-items:center;padding:20px;pointer-events:none}.settings-panel{width:min(560px,100%);max-height:calc(100vh - 40px);overflow:auto;pointer-events:auto;padding:20px;border:1px solid #dce2ea;border-radius:8px;background:#fff;box-shadow:0 22px 70px #0f172a38}.settings-mobile-heading{display:none}.icon-button{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:#18202f;background:#edf0f5;cursor:pointer}.settings-form{display:grid;gap:10px}.settings-inline-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(132px,.72fr);gap:10px}.settings-inline-grid label,.settings-inline-grid input{min-width:0}.settings-form label{display:grid;gap:7px;color:#4d586b;font-size:13px;font-weight:800}.settings-form input{min-height:42px;padding:0 12px;border:1px solid #cfd7e4;border-radius:8px;color:#18202f;background:#fff}.wallpaper-picker{display:grid;gap:8px}.wallpaper-picker>span{color:#4d586b;font-size:13px;font-weight:800}.wallpaper-picker>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.wallpaper-picker button{min-height:52px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:7px;align-items:center;padding:7px;border:1px solid #dce2ea;border-radius:8px;color:#18202f;text-align:left;background:#f8fafc;cursor:pointer}.wallpaper-picker button.active{border-color:var(--brand-primary);background:var(--brand-soft);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand-primary) 18%,transparent)}.wallpaper-picker i{width:34px;height:30px;border-radius:8px;border:1px solid rgba(24,32,47,.1);background-color:#eef2f0;background-size:cover;background-position:center}.wallpaper-picker strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.wallpaper-none i{background-image:linear-gradient(135deg,#f8fafc 0,#f8fafc 48%,#dce2ea 48%,#dce2ea 52%,#f8fafc 52%,#f8fafc)}.wallpaper-flow i{background-image:linear-gradient(#f7f8fac7,#f7f8fac7),url(/wallpapers/user-light-01.png)}.wallpaper-grid i{background-image:linear-gradient(#f7f8fac7,#f7f8fac7),url(/wallpapers/user-light-02.png)}.wallpaper-network i{background-image:linear-gradient(#f7f8fac7,#f7f8fac7),url(/wallpapers/user-light-03.png)}.push-settings-card{display:grid;gap:9px;padding:11px;border:1px solid #dce2ea;border-radius:8px;background:#f8fafc}.notification-preferences-card{display:grid;gap:10px;padding:11px;border:1px solid #dce2ea;border-radius:8px;background:#f8fafc}.notification-preferences-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.notification-preferences-heading h3{display:inline-flex;align-items:center;gap:7px;margin:0 0 5px;color:#18202f;font-size:15px}.notification-preferences-heading p,.notification-preferences-message{margin:0;color:#66748a;font-size:13px;line-height:1.4}.notification-preferences-heading button{min-height:36px}.notification-preferences-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.notification-preferences-grid label{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:start;min-width:0;padding:8px 9px;border:1px solid #dce2ea;border-radius:8px;color:#18202f;background:#fff;cursor:pointer}.notification-preferences-grid input{width:17px;height:17px;margin:2px 0 0;accent-color:var(--primary-color)}.notification-preferences-grid span{display:grid;gap:2px;min-width:0}.notification-preferences-grid strong{font-size:13px}.notification-preferences-grid small{color:#66748a;font-size:12px;line-height:1.3}.availability-settings{display:grid;gap:9px;padding:11px;border:1px solid #dce2ea;border-radius:8px;background:#f8fafc}.availability-settings h3{display:inline-flex;align-items:center;gap:7px;margin:0;color:#18202f;font-size:15px}.availability-form-row{display:grid;grid-template-columns:minmax(0,1.2fr) repeat(2,minmax(112px,.8fr));gap:8px}.availability-form-row label{display:grid;gap:5px;min-width:0;color:#4d586b;font-size:12px;font-weight:800}.availability-form-row input,.availability-form-row select,.availability-note-row input{width:100%;min-width:0;min-height:38px;padding:0 10px;border:1px solid #cfd7e4;border-radius:8px;color:#18202f;background:#fff}.availability-note-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.availability-note-row button{min-height:38px}.availability-period-list{display:grid;gap:6px}.availability-period-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px 9px;border:1px solid #dce2ea;border-radius:8px;background:#fff}.availability-period-list article>div{display:grid;gap:2px;min-width:0}.availability-period-list span,.availability-period-list small{overflow-wrap:anywhere;color:#66748a;font-size:12px}.push-settings-card h3{display:inline-flex;align-items:center;gap:7px;margin:0 0 6px;color:#18202f;font-size:15px}.push-settings-card p{margin:0;color:#4d586b;font-size:13px;line-height:1.4}.push-settings-card .muted{margin-top:6px;color:#66748a}.push-settings-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.push-settings-actions button{width:100%;min-height:38px;padding:0 10px;border-radius:8px;justify-content:center;font-size:13px;white-space:normal}.license-status-card{display:grid;gap:6px;padding:10px 12px;border:1px solid #dce2ea;border-radius:12px;background:#f8fafc}.license-status-card.status-expiring,.license-status-card.status-grace{border-color:#d8a739;background:#fff8e6}.license-status-card.status-expired,.license-status-card.status-missing,.license-status-card.status-invalid{border-color:#c85252;background:#fff1f1}.license-status-card h3{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:0;color:#18202f;font-size:15px}.license-status-card h3 small{color:#4d586b;font-size:14px;font-weight:800}.license-status-card p{margin:0;color:#4d586b;font-size:13px;line-height:1.4}.license-status-card .muted{margin-top:2px;color:#66748a}.settings-actions{justify-content:space-between}.settings-actions .secondary-danger{color:#8b1e1e;background:#f7e7e7}.helpdesk-route-list{display:grid;gap:10px}.helpdesk-route-list article{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:10px;border:1px solid #dce2ea;border-radius:8px;background:#fff}.helpdesk-route-list article.disabled{opacity:.62}.helpdesk-route-list article>div{min-width:0;display:grid;gap:3px}.helpdesk-route-list span{color:#6b7689;font-size:13px}.helpdesk-route-list label{display:inline-flex;align-items:center;gap:6px;color:#4d586b;font-weight:800}.helpdesk-route-list button{min-height:34px;padding:0 10px;border-radius:8px;color:#fff;background:var(--brand-primary);cursor:pointer}.helpdesk-route-list button:disabled{color:#4d586b;background:#edf0f5;cursor:default}.helpdesk-sla-policy{grid-column:1 / -1;display:grid!important;grid-template-columns:minmax(150px,1fr) minmax(150px,1fr) auto;gap:8px!important;align-items:end;width:100%}.helpdesk-sla-policy label{display:grid;gap:4px}.helpdesk-sla-policy input{width:100%}@media(max-width:760px){.helpdesk-sla-policy{grid-template-columns:1fr}}:root[data-theme=dark] .workspace,:root[data-theme=dark] .messenger-only{background:#101722}:root[data-theme=dark] .contacts-panel,:root[data-theme=dark] .messages-panel,:root[data-theme=dark] .people-panel,:root[data-theme=dark] .helpdesk-route-list article,:root[data-theme=dark] .user-list article,:root[data-theme=dark] .security-user-list article,:root[data-theme=dark] .alert-log article,:root[data-theme=dark] .brand-preview,:root[data-theme=dark] .build-ready-list article,:root[data-theme=dark] .helpdesk-list,:root[data-theme=dark] .ticket-chat,:root[data-theme=dark] .ticket-form,:root[data-theme=dark] .ticket-list button,:root[data-theme=dark] .contextual-create-panel,:root[data-theme=dark] .settings-panel,:root[data-theme=dark] .news-list article,:root[data-theme=dark] .news-detail article,:root[data-theme=dark] .login-panel{border-color:#2b3648;color:#edf2f7;background:#17202e}:root[data-theme=dark] .brand-asset-field span{border-color:#344055;background:#111827}:root[data-theme=dark] .selected-news-file{color:#cfe0f8;background:#101827}:root[data-theme=dark] .news-media-actions label{color:#edf2f7;border-color:#2b3648;background:#223044}:root[data-theme=dark] .news-media-actions label:hover{color:var(--brand-accent);border-color:#baf4d059;background:#1e5b42}:root[data-theme=dark] .login-downloads{background:#17202e}:root[data-theme=dark] .login-downloads a{color:#edf2f7;border-color:#2b3648;background:#202b3b}:root[data-theme=dark] .direct-kind-tabs button,:root[data-theme=dark] .direct-contact-picker .compact-tabs button,:root[data-theme=dark] .user-kind-tabs button{color:#c8d2e3;background:#223044}:root[data-theme=dark] .direct-kind-tabs button.active,:root[data-theme=dark] .direct-contact-picker .compact-tabs button.active,:root[data-theme=dark] .user-kind-tabs button.active{color:#fff;background:var(--brand-primary)}:root[data-theme=dark] .new-chat-panel,:root[data-theme=dark] .new-chat-popover,:root[data-theme=dark] .notification-toast,:root[data-theme=dark] .group-form,:root[data-theme=dark] .chat-info-panel,:root[data-theme=dark] .profile-card,:root[data-theme=dark] .group-info-card,:root[data-theme=dark] .group-member-row,:root[data-theme=dark] .chat-search,:root[data-theme=dark] .attachment-row,:root[data-theme=dark] .create-user-form,:root[data-theme=dark] .admin-card-form,:root[data-theme=dark] .admin-tabs button,:root[data-theme=dark] .keyword-list button,:root[data-theme=dark] .ticket-form input,:root[data-theme=dark] .ticket-form select,:root[data-theme=dark] .ticket-form textarea,:root[data-theme=dark] .ticket-transfer-action select,:root[data-theme=dark] .message-form textarea,:root[data-theme=dark] .pinned-item,:root[data-theme=dark] .desktop-chat-kind-switch,:root[data-theme=dark] .contact-list button,:root[data-theme=dark] .chat-list button,:root[data-theme=dark] .search-box,:root[data-theme=dark] .messenger-actions button:not(:last-child),:root[data-theme=dark] .mode-switch button,:root[data-theme=dark] .attachment-tabs button,:root[data-theme=dark] .helpdesk-tabs button,:root[data-theme=dark] .theme-switch button,:root[data-theme=dark] .emoji-picker,:root[data-theme=dark] .attachment-menu,:root[data-theme=dark] .admin-filter-bar label,:root[data-theme=dark] .admin-filter-bar input,:root[data-theme=dark] .admin-filter-bar select,:root[data-theme=dark] .picker-search,:root[data-theme=dark] .picker-search input,:root[data-theme=dark] .conference-minutes,:root[data-theme=dark] .conference-minutes textarea,:root[data-theme=dark] .help-list li,:root[data-theme=dark] .icon-button{color:#edf2f7;border-color:#2b3648;background:#202b3b}:root[data-theme=dark] .attachment-menu button,:root[data-theme=dark] .attachment-menu label{color:#edf2f7;background:#111827}:root[data-theme=dark] .group-members-card[open]>summary{border-color:#344055}:root[data-theme=dark] .group-member-row span,:root[data-theme=dark] .personal-list small{color:#a8b3c5}:root[data-theme=dark] .group-member-row button{color:#edf2f7;background:#111827}:root[data-theme=dark] .conference-step-tabs button{color:#b9c4d6;border-color:#2b3648;background:#172131!important;box-shadow:inset 0 1px #ffffff08}:root[data-theme=dark] .conference-step-tabs button span{color:#b9c4d6;background:#202b3b}:root[data-theme=dark] .conference-step-tabs button.active{color:#fff;border-color:#baf4d047;background:var(--brand-primary)!important}:root[data-theme=dark] .conference-step-tabs button.active span{color:var(--brand-primary);background:#e7fff0}:root[data-theme=dark] .org-position-group{border-color:#2b3648;background:#172131}:root[data-theme=dark] .org-position-group.warning{border-color:#facc158c;background:#2c220ceb}:root[data-theme=dark] .org-position-group header strong{color:#edf2f7}:root[data-theme=dark] .org-position-group.warning header strong,:root[data-theme=dark] .org-position-group.warning header strong svg{color:#fde68a}:root[data-theme=dark] .org-position-group.warning .pill-list span{color:#17202e;background:#fff7d6}:root[data-theme=dark] .org-position-group.warning .pill-list span>svg:first-child{color:#b45309}:root[data-theme=dark] .admin-filter-bar label.field-label{color:#b9c4d6;border-color:transparent;background:transparent}:root[data-theme=dark] .alert-log h3{background:transparent}:root[data-theme=dark] .admin-card-form button.secondary-action{color:var(--brand-accent);border-color:#baf4d03d;background:#107c532e}:root[data-theme=dark] .pill-list span button{color:#d9fce6;background:#1118279e}:root[data-theme=dark] .pill-list span button.danger{color:#fecaca}:root[data-theme=dark] .emoji-picker button{background:#111827}:root[data-theme=dark] .attachment-card{color:#edf2f7;border-color:#344055;background:#111827d1}:root[data-theme=dark] .attachment-info small{color:#a8b3c5}:root[data-theme=dark] .compact-audio-player{color:#111827;background:#f8fafc}:root[data-theme=dark] .compact-audio-player button,:root[data-theme=dark] .compact-audio-time{color:#111827}:root[data-theme=dark] .inline-edit-form button{color:#edf2f7;background:#0f172ab8}:root[data-theme=dark] .inline-edit-form input{color:#edf2f7;border-color:#334155;background:#101827}:root[data-theme=dark] .transcript-box{color:#cbd5e1;background:#0f172a94}:root[data-theme=dark] .transcript-request-button{color:#bbf7d0;border-color:#4ade803d;background:#1f6f4a6b}:root[data-theme=dark] .transcript-request-button:disabled{color:#64748b;background:#0f172aad}:root[data-theme=dark] input,:root[data-theme=dark] select,:root[data-theme=dark] textarea,:root[data-theme=dark] .message-form textarea,:root[data-theme=dark] .search-box input{color:#edf2f7;border-color:#344055;background:#111827}:root[data-theme=dark] .pinned-item.active,:root[data-theme=dark] .admin-tabs button.active,:root[data-theme=dark] .keyword-list button.active,:root[data-theme=dark] .pinned-item:hover,:root[data-theme=dark] .chat-list button.active,:root[data-theme=dark] .mode-switch button.active,:root[data-theme=dark] .attachment-tabs button.active,:root[data-theme=dark] .theme-switch button.active{color:#d7ffe7;background:#1e4f39}:root[data-theme=dark] .muted,:root[data-theme=dark] .chat-list span,:root[data-theme=dark] .contact-list span,:root[data-theme=dark] .system-panel p,:root[data-theme=dark] .news-list span,:root[data-theme=dark] .message-list time,:root[data-theme=dark] .chat-presence,:root[data-theme=dark] .chat-info-head span,:root[data-theme=dark] .attachment-row small,:root[data-theme=dark] .settings-form label,:root[data-theme=dark] .user-list span,:root[data-theme=dark] .security-user-list span,:root[data-theme=dark] .brand-preview span,:root[data-theme=dark] .brand-asset-field small,:root[data-theme=dark] .build-ready-list span,:root[data-theme=dark] .help-list span,:root[data-theme=dark] .conference-minutes-note{color:#a8b3c5}:root[data-theme=dark] .messenger-company-name{color:#edf2f7}:root[data-theme=dark] .chat-selection-empty{color:#a8b3c5}:root[data-theme=dark] .chat-selection-empty strong{color:#edf2f7}:root[data-theme=dark] .message-day-separator{color:#d9e0ea;background:#202b3bdb}:root[data-theme=dark] .message-list article{color:#edf2f7;background:#202b3bf5}:root[data-theme=dark] .message-list article.call-event-message{background:#202b3b}:root[data-theme=dark] .message-list article.call-event-message.missed,:root[data-theme=dark] .message-list article.call-event-message.canceled{background:#451a1aeb}:root[data-theme=dark] .message-list article.call-event-message.own{background:#1e5b42}:root[data-theme=dark] .call-event-card small{color:#cbd5e1}:root[data-theme=dark][data-chat-wallpaper=flow] .message-list,:root[data-theme=dark][data-chat-wallpaper=flow] .conference-chat-list{background-image:linear-gradient(#111827d6,#111827d6),url(/wallpapers/user-dark-01.png)}:root[data-theme=dark][data-chat-wallpaper=grid] .message-list,:root[data-theme=dark][data-chat-wallpaper=grid] .conference-chat-list{background-image:linear-gradient(#111827d6,#111827d6),url(/wallpapers/user-dark-02.png)}:root[data-theme=dark][data-chat-wallpaper=network] .message-list,:root[data-theme=dark][data-chat-wallpaper=network] .conference-chat-list{background-image:linear-gradient(#111827d6,#111827d6),url(/wallpapers/user-dark-03.png)}:root[data-theme=dark] .message-list article.own{color:#eafff0;background:#1e5b42}:root[data-theme=dark] .message-sender{color:#7bd6a3}:root[data-theme=dark] .message-more-button{color:#fffffff5;text-shadow:0 1px 4px rgba(0,0,0,.55)}:root[data-theme=dark] .message-more-button:hover,:root[data-theme=dark] .message-more-button:focus-visible{color:#fff}:root[data-theme=dark] .conference-form input[type=datetime-local],:root[data-theme=dark] .ticket-form input[type=date]{color-scheme:dark}:root[data-theme=dark] .conference-form input[type=datetime-local]::-webkit-calendar-picker-indicator,:root[data-theme=dark] .ticket-form input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);opacity:.95}:root[data-theme=dark] .message-action-menu{color:#edf2f7;border-color:#2b3648;background:#17202e}:root[data-theme=dark] .message-action-menu button{color:#edf2f7}:root[data-theme=dark] .message-action-menu button:hover,:root[data-theme=dark] .message-action-menu button:focus-visible{background:#263448}:root[data-theme=dark] .request-roadmap ul{color:#9fb0ca}:root[data-theme=dark] .request-kpi-grid article,:root[data-theme=dark] .request-report-table div{color:#edf2f7;border-color:#2b3648;background:#17202e}:root[data-theme=dark] .request-report-head a{color:#dff7e8;background:#1e5b42}:root[data-theme=dark] .request-report-filters label{color:#9fb0ca}:root[data-theme=dark] .request-report-filters input,:root[data-theme=dark] .request-report-filters select{color:#edf2f7;border-color:#38445a;background:#101827}:root[data-theme=dark] .request-report-filters button{color:#edf2f7;background:#263448}:root[data-theme=dark] .request-report-filters button[type=submit]{color:#eafff0;background:#1e5b42}:root[data-theme=dark] .request-kpi-grid article.danger{border-color:#8a3535;background:#3a1b21}:root[data-theme=dark] .request-kpi-grid span,:root[data-theme=dark] .request-report-table small{color:#9fb0ca}:root[data-theme=dark] .wallpaper-picker>span{color:#9fb0ca}:root[data-theme=dark] .wallpaper-picker button{color:#edf2f7;border-color:#2b3648;background:#17202e}:root[data-theme=dark] .wallpaper-picker i{border-color:#ffffff1f}:root[data-theme=dark] .push-settings-card{border-color:#2b3648;background:#17202e}:root[data-theme=dark] .notification-preferences-card{border-color:#2b3648;background:#17202e}:root[data-theme=dark] .notification-preferences-heading h3,:root[data-theme=dark] .notification-preferences-grid label{color:#edf2f7}:root[data-theme=dark] .notification-preferences-heading p,:root[data-theme=dark] .notification-preferences-message,:root[data-theme=dark] .notification-preferences-grid small{color:#9fb0ca}:root[data-theme=dark] .notification-preferences-grid label{border-color:#2b3648;background:#121b29}:root[data-theme=dark] .availability-settings,:root[data-theme=dark] .availability-period-list article{border-color:#2b3648;background:#17202e}:root[data-theme=dark] .availability-settings h3{color:#edf2f7}:root[data-theme=dark] .availability-form-row label,:root[data-theme=dark] .availability-period-list span,:root[data-theme=dark] .availability-period-list small{color:#9fb0ca}:root[data-theme=dark] .availability-form-row input,:root[data-theme=dark] .availability-form-row select,:root[data-theme=dark] .availability-note-row input{color:#edf2f7;border-color:#344055;background:#101827}:root[data-theme=dark] .push-settings-card h3{color:#edf2f7}:root[data-theme=dark] .push-settings-card p{color:#9fb0ca}:root[data-theme=dark] .license-status-card{border-color:#2b3648;background:#17202e}:root[data-theme=dark] .license-status-card.status-expiring,:root[data-theme=dark] .license-status-card.status-grace{border-color:#8f6b24;background:#2e2514}:root[data-theme=dark] .license-status-card.status-expired,:root[data-theme=dark] .license-status-card.status-missing,:root[data-theme=dark] .license-status-card.status-invalid{border-color:#7d343d;background:#321a22}:root[data-theme=dark] .license-status-card h3{color:#edf2f7}:root[data-theme=dark] .license-status-card h3 small{color:#cbd5e1}:root[data-theme=dark] .license-status-card p{color:#9fb0ca}:root[data-theme=dark] .wallpaper-none i{background-image:linear-gradient(135deg,#17202e 0,#17202e 48%,#42516a 48%,#42516a 52%,#17202e 52%,#17202e)}:root[data-theme=dark] .wallpaper-flow i{background-image:linear-gradient(#111827d6,#111827d6),url(/wallpapers/user-dark-01.png)}:root[data-theme=dark] .wallpaper-grid i{background-image:linear-gradient(#111827d6,#111827d6),url(/wallpapers/user-dark-02.png)}:root[data-theme=dark] .wallpaper-network i{background-image:linear-gradient(#111827d6,#111827d6),url(/wallpapers/user-dark-03.png)}:root[data-theme=dark] .conference-form,:root[data-theme=dark] .conference-list article,:root[data-theme=dark] .news-workspace>.news-form-wrap,:root[data-theme=dark] .knowledge-intro,:root[data-theme=dark] .knowledge-form,:root[data-theme=dark] .knowledge-search,:root[data-theme=dark] .knowledge-empty,:root[data-theme=dark] .knowledge-submissions,:root[data-theme=dark] .knowledge-submission,:root[data-theme=dark] .knowledge-grid article,:root[data-theme=dark] .directory-intro,:root[data-theme=dark] .directory-search,:root[data-theme=dark] .directory-toolbar select,:root[data-theme=dark] .directory-card,:root[data-theme=dark] .directory-insight-card,:root[data-theme=dark] .directory-empty{color:#edf2f7;border-color:#2b3648;background:#202b3b}:root[data-theme=dark] .news-publish-options label,:root[data-theme=dark] .news-more-button,:root[data-theme=dark] .reaction-bar button{color:#d9e0ea;border-color:#2b3648;background:#17202e}:root[data-theme=dark] .news-action-menu{color:#edf2f7;border-color:#2b3648;background:#17202e}:root[data-theme=dark] .message-menu-reactions{border-bottom-color:#2b3648}:root[data-theme=dark] .message-action-menu .message-menu-reactions button,:root[data-theme=dark] .news-action-menu .message-menu-reactions button{color:#d9e0ea;border-color:#2b3648;background:#202b3b}:root[data-theme=dark] .reaction-bar button.active,:root[data-theme=dark] .news-badge,:root[data-theme=dark] .news-acknowledge-button.done{color:#dff7e8;border-color:#7bd6a347;background:#1e5b42}:root[data-theme=dark] .conference-detail-panel,:root[data-theme=dark] .conference-detail-summary,:root[data-theme=dark] .conference-participant-details,:root[data-theme=dark] .conference-info-drawer{border-color:#263448;background:#17202e}:root[data-theme=dark] .conference-form input,:root[data-theme=dark] .conference-form select,:root[data-theme=dark] .conference-form textarea{color:#edf2f7;border-color:#38445a;background:#101827}:root[data-theme=dark] .knowledge-form-grid input,:root[data-theme=dark] .knowledge-form-grid select,:root[data-theme=dark] .knowledge-form-grid textarea,:root[data-theme=dark] .knowledge-file-field span{color:#edf2f7;border-color:#38445a;background:#101827}:root[data-theme=dark] .conference-contact-list label,:root[data-theme=dark] .group-members label,:root[data-theme=dark] .conference-participant-picker label,:root[data-theme=dark] .conference-card-head button:disabled,:root[data-theme=dark] .conference-participant-row{color:#d9e0ea;background:#17202e}:root[data-theme=dark] .conference-chat-list,:root[data-theme=dark] .conference-message-form{border-color:#263448;background:#101827}:root[data-theme=dark] .conference-chat-list{background:transparent}:root[data-theme=dark] .conference-chat-list article{color:#edf2f7;background:#202b3b}:root[data-theme=dark] .conference-chat-list article.own{background:#1d684a}:root[data-theme=dark] .conference-info-drawer-head button{color:#d9e0ea;background:#202b3b}:root[data-theme=dark] .conference-chat-list article.conference-protocol-message{border-color:#7bd6a33d;background:#202b3bf0}:root[data-theme=dark] .conference-protocol-message small{color:#a8b3c5}:root[data-theme=dark] .conference-protocol-text,:root[data-theme=dark] .conference-protocol-empty{color:#cbd5e1}:root[data-theme=dark] .conference-protocol-editor textarea{color:#edf2f7;border-color:#38445a;background:#101827}:root[data-theme=dark] .conference-protocol-actions button.secondary{color:#d9e0ea;background:#202b3b}:root[data-theme=dark] .conference-response-actions span{color:#a8b3c5}:root[data-theme=dark] .conference-detail-panel>strong,:root[data-theme=dark] .conference-panel-head strong{color:#edf2f7}:root[data-theme=dark] .conference-status-actions button{color:#d9e0ea;background:#202b3b}:root[data-theme=dark] .conference-status-actions button.active{color:#fff;background:var(--brand-primary)}:root[data-theme=dark] .conference-response-actions button:last-child,:root[data-theme=dark] .conference-participant-row.declined{color:#fecaca;background:#7f1d1d59}:root[data-theme=dark] .conference-contact-list small,:root[data-theme=dark] .conference-participant-picker small,:root[data-theme=dark] .conference-card-head span,:root[data-theme=dark] .conference-detail-head span:not(.conference-status-badge),:root[data-theme=dark] .conference-detail-summary p,:root[data-theme=dark] .conference-meta-list span,:root[data-theme=dark] .conference-stat-grid span,:root[data-theme=dark] .conference-work-state p,:root[data-theme=dark] .conference-panel-head span,:root[data-theme=dark] .conference-panel-head small,:root[data-theme=dark] .conference-participant-details summary,:root[data-theme=dark] .conference-response-state,:root[data-theme=dark] .knowledge-intro p,:root[data-theme=dark] .knowledge-form-head span,:root[data-theme=dark] .knowledge-form-grid label,:root[data-theme=dark] .knowledge-summary,:root[data-theme=dark] .knowledge-empty p,:root[data-theme=dark] .knowledge-grid article p,:root[data-theme=dark] .directory-intro p,:root[data-theme=dark] .directory-card-main span,:root[data-theme=dark] .directory-meta small,:root[data-theme=dark] .directory-insight-card p,:root[data-theme=dark] .directory-birthday span,:root[data-theme=dark] .directory-birthday small,:root[data-theme=dark] .directory-empty p,:root[data-theme=dark] .conference-list p,:root[data-theme=dark] .ticket-routing-note,:root[data-theme=dark] .ticket-field{color:#a8b3c5}:root[data-theme=dark] .knowledge-tabs button,:root[data-theme=dark] .knowledge-card-actions small,:root[data-theme=dark] .knowledge-card-actions a,:root[data-theme=dark] .directory-summary span,:root[data-theme=dark] .directory-card button,:root[data-theme=dark] .directory-responsible,:root[data-theme=dark] .directory-birthday{color:#b9c4d6;background:#111827}:root[data-theme=dark] .directory-responsible small{color:#a8b3c5}:root[data-theme=dark] .knowledge-tabs button.active{color:#fff;background:var(--brand-primary)}:root[data-theme=dark] .knowledge-empty strong,:root[data-theme=dark] .knowledge-summary strong,:root[data-theme=dark] .directory-empty strong{color:#edf2f7}:root[data-theme=dark] .forward-sheet{color:#edf2f7;border-color:#2b3648;background:#17202e}:root[data-theme=dark] .forward-sheet-head span,:root[data-theme=dark] .forward-chat-list button small{color:#a8b3c5}:root[data-theme=dark] .forward-search{color:#a8b3c5;border-color:#2b3648;background:#111827}:root[data-theme=dark] .forward-search input{color:#edf2f7}:root[data-theme=dark] .forward-search input::placeholder{color:#718096}:root[data-theme=dark] .forward-tabs{background:#111827}:root[data-theme=dark] .forward-tabs button{color:#a8b3c5}:root[data-theme=dark] .forward-tabs button.active{color:#fff;background:var(--brand-primary)}:root[data-theme=dark] .mobile-system-list article,:root[data-theme=dark] .sidebar-news-summary button,:root[data-theme=dark] .news-portal-card,:root[data-theme=dark] .news-portal-stats span,:root[data-theme=dark] .news-empty-detail,:root[data-theme=dark] .conference-empty-detail{border-color:#263448;color:#edf2f7;background:#202b3b}:root[data-theme=dark] .sidebar-news-summary button.active{border-color:#baf4d047;background:#1f6f4a3d}:root[data-theme=dark] .sidebar-news-summary span,:root[data-theme=dark] .sidebar-news-summary small,:root[data-theme=dark] .news-portal-card p,:root[data-theme=dark] .news-portal-facts p,:root[data-theme=dark] .news-portal-facts small{color:#a8b3c5}:root[data-theme=dark] .news-portal-stats b{color:#edf2f7}:root[data-theme=dark] .news-section-head span,:root[data-theme=dark] .news-detail span,:root[data-theme=dark] .create-panel-intro p,:root[data-theme=dark] .news-empty-detail p{color:#a8b3c5}:root[data-theme=dark] .create-panel-intro{color:#edf2f7}:root[data-theme=dark] .news-empty-detail h3,:root[data-theme=dark] .conference-empty-detail h3{color:#edf2f7}:root[data-theme=dark] .forward-back,:root[data-theme=dark] .forward-chat-list button{color:#edf2f7;background:#202b3b}:root[data-theme=dark] .forward-chat-list button span{color:#baf4d0;background:#1f6f4a3d}:root[data-theme=dark] .forward-chat-list button.selected{outline-color:#baf4d047;background:#1f6f4a47}:root[data-theme=dark] .message-form{background:#17202ee0}:root[data-theme=dark] .recording-status{color:#edf2f7;border-color:#ef444461;background:#451a1abd}:root[data-theme=dark] .recording-status small{color:#cbd5e1}:root[data-theme=dark] .ticket-message-list{background:#111827}:root[data-theme=dark] .ticket-resolution{color:#d9fce6;border-color:#4ade8052;background:#1665342e}:root[data-theme=dark] .ticket-resolution time{color:#a8b3c5}:root[data-theme=dark] .ticket-message-list article{color:#edf2f7;background:#202b3bf5}:root[data-theme=dark] .ticket-message-list article.own{color:#eafff0;background:#1e5b42}:root[data-theme=dark] .helpdesk-tabs button.active{color:#fff;border-color:#7bd6a35c;background:var(--brand-primary)}:root[data-theme=dark] .helpdesk-tabs button.active b{color:var(--brand-primary);background:#fff}:root[data-theme=dark] .mobile-chat-open .ticket-reply-form{border-color:#2c3a50;background:#17202e;box-shadow:0 -8px 18px #060a1059}@media(max-width:900px){.app-shell,.login-panel{grid-template-columns:1fr}.login-page{align-items:start;padding:14px}.login-brand,.login-form{padding:28px}.login-form h1{font-size:32px}.login-downloads{justify-content:stretch;padding:0 28px 28px}.login-downloads a{width:100%}.sidebar{position:static}.nav-list{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar,.status-grid{grid-template-columns:1fr}.topbar{display:grid}.user-list article{grid-template-columns:1fr;padding:12px}.admin-filter-bar,.admin-filter-bar.compact{grid-template-columns:1fr}.admin-security .security-user-list article{grid-template-columns:1fr}.admin-security .security-user-list article>div:first-child{grid-template-columns:1fr;row-gap:2px}.security-user-meta{flex-wrap:wrap;row-gap:2px}.admin-security .security-user-list .user-actions{justify-content:flex-start;flex-wrap:wrap}.create-user-form,.admin-grid,.inline-form,.security-user-list article,.helpdesk-workspace{grid-template-columns:1fr}.helpdesk-workspace{height:calc(100dvh - 120px)}.helpdesk-tabs,.request-kpi-grid,.request-report-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.request-report-filters div{grid-column:1 / -1}.request-report-table div{grid-template-columns:minmax(0,1fr) auto}.request-report-table small{grid-column:1 / -1}.chat-layout{grid-template-columns:1fr}.message-list article{max-width:82%}}@media(max-width:700px){:root{--mobile-composer-control: 42px;--mobile-composer-gap: 6px;--mobile-composer-pad: 6px;--mobile-composer-side: 10px;--mobile-composer-bottom: max(12px, calc(8px + env(safe-area-inset-bottom, 0px)) );--mobile-composer-reserve: calc(62px + var(--mobile-composer-bottom));--mobile-news-composer-reserve: calc(98px + var(--mobile-composer-bottom))}html,body,#root{height:100%;min-height:100%;max-height:100%;overflow:hidden}body{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;touch-action:manipulation}#root{height:100dvh;min-height:100dvh;max-height:100dvh;overscroll-behavior:none}input,select,textarea{font-size:16px}.messenger-company-name{max-width:min(44vw,220px);font-size:17px}.call-backdrop{place-items:stretch;padding:max(8px,env(safe-area-inset-top,0px)) 8px max(8px,env(safe-area-inset-bottom,0px))}.conference-room{gap:8px;padding:max(8px,env(safe-area-inset-top,0px)) 8px max(8px,env(safe-area-inset-bottom,0px))}.conference-room>header strong{font-size:18px}.conference-room-grid{grid-template-columns:1fr;grid-auto-rows:minmax(0,1fr)}.conference-room-tile,.conference-room-placeholder{min-height:0}.conference-detail-head .conference-online-join span{display:none}.call-panel,.call-panel.video{width:100%;height:calc(100dvh - max(16px,env(safe-area-inset-top,0px)) - max(16px,env(safe-area-inset-bottom,0px)));max-height:none;padding:12px;border-radius:10px}.call-panel.video{grid-template-rows:auto minmax(0,1fr) auto}.call-head strong{font-size:18px}.call-media{min-height:0;height:100%}.call-panel.video .call-media{min-height:0}.remote-call-video{width:100%;height:100%;max-height:none;aspect-ratio:auto;object-fit:cover}.local-call-video{right:10px;bottom:10px;width:min(136px,34vw);object-fit:cover}.call-actions button{width:66px;height:66px}.call-actions{margin:6px 0 18px}.app-shell,.messenger-only{height:100dvh;min-height:100dvh;display:block;overflow:hidden;background:#eef2f6}.sidebar,.topbar{display:none}.workspace,.messenger-only .workspace{height:100dvh;min-height:100dvh;overflow:hidden;padding:0}.chat-layout,.messenger-only .chat-layout{height:100dvh;min-height:100dvh;display:block;overflow:hidden;margin:0}.contacts-panel,.messenger-only .contacts-panel{height:100svh;min-height:100svh;max-height:100svh;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;padding:max(36px,calc(16px + env(safe-area-inset-top,0px))) 14px max(10px,env(safe-area-inset-bottom,0px));border:0;border-radius:0;background:#f8fafc}.messages-panel,.messenger-only .messages-panel{display:none;height:100dvh;min-height:86vh;padding:14px;border:0;border-top:1px solid #dce2ea;border-radius:0}.mobile-chat-open .contacts-panel,.mobile-chat-open.messenger-only .contacts-panel{display:none}.mobile-chat-open .messages-panel,.mobile-chat-open.messenger-only .messages-panel{height:100svh;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;padding-top:max(14px,env(safe-area-inset-top,0px))}.mobile-chat-open .system-panel{min-height:0;grid-template-rows:auto minmax(0,1fr);gap:8px;padding:10px;overflow:hidden}.mobile-chat-open .system-panel:has(.helpdesk-workspace){height:100dvh;min-height:100dvh;max-height:100dvh;grid-template-rows:auto minmax(0,1fr);gap:0;padding:4px 0 0}.mobile-chat-open .knowledge-panel,.mobile-chat-open .directory-panel{min-height:0;height:100%;overflow:auto;padding-bottom:calc(14px + env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch}.mobile-chat-open .knowledge-toolbar,.mobile-chat-open .directory-toolbar{grid-template-columns:minmax(0,1fr);gap:8px}.mobile-chat-open .directory-layout{grid-template-columns:minmax(0,1fr)}.mobile-chat-open .directory-insights{order:-1}.mobile-chat-open .knowledge-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-chat-open .knowledge-tabs button:first-child{grid-column:1 / -1}.mobile-chat-open .knowledge-intro,.mobile-chat-open .knowledge-form-grid{grid-template-columns:minmax(0,1fr)}.mobile-chat-open .knowledge-intro>svg{display:none}.mobile-chat-open .knowledge-summary{justify-items:start}.mobile-chat-open .knowledge-form-head{align-items:stretch;flex-direction:column}.mobile-chat-open .directory-card{grid-template-columns:38px minmax(0,1fr);align-items:start}.mobile-chat-open .directory-avatar{width:38px;height:38px}.mobile-chat-open .directory-card button{grid-column:1 / -1;width:100%}.mobile-chat-open .system-mobile-heading{min-height:36px;display:grid;grid-template-columns:36px minmax(0,1fr);gap:8px;align-items:center}.mobile-chat-open .system-mobile-heading h2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px;line-height:1.1}.mobile-chat-open .conference-system-panel{height:100dvh;min-height:100dvh;max-height:100dvh;gap:0;padding:4px 0 0}.mobile-chat-open .conference-system-panel .system-mobile-heading{display:none}.mobile-chat-open .system-panel:has(.helpdesk-workspace) .system-mobile-heading{display:grid;grid-template-columns:42px minmax(0,1fr);width:auto;min-height:52px;gap:8px;align-items:start;padding:8px 10px 6px}.mobile-ticket-heading{min-width:0;display:grid;gap:2px;padding-top:1px}.mobile-ticket-heading span,.mobile-ticket-heading small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6f7b8e;font-size:13px;line-height:1.16}.mobile-ticket-heading strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#18202f;font-size:15px;line-height:1.15}:root[data-theme=dark] .mobile-ticket-heading strong{color:#edf2f7}:root[data-theme=dark] .mobile-ticket-heading span,:root[data-theme=dark] .mobile-ticket-heading small{color:#8f9bb0}.mobile-chat-open .conference-detail-shell{height:100%;min-height:0;gap:0}.mobile-chat-open .conference-detail{min-height:0}.mobile-chat-open .conference-detail-head{min-height:50px;padding:0 10px 6px}.mobile-chat-open .conference-response-state{margin:0 10px 5px;font-size:14px;line-height:1.2}.mobile-chat-open .conference-conversation{padding-bottom:var(--mobile-composer-reserve)}.mobile-chat-open .conference-chat-list{padding-inline:0;padding-bottom:8px}.mobile-chat-open .conference-message-form{position:fixed;left:var(--mobile-composer-side);right:var(--mobile-composer-side);bottom:var(--mobile-composer-bottom);z-index:var(--z-composer);grid-template-columns:var(--mobile-composer-control) minmax(0,1fr) var(--mobile-composer-control) var(--mobile-composer-control);gap:var(--mobile-composer-gap);padding:var(--mobile-composer-pad);border:1px solid #dce2ea;border-radius:8px;background:#f7f8fa;box-shadow:0 -8px 18px #18202f14}.mobile-chat-open .system-desktop-title,.mobile-chat-open .system-title-row,.mobile-chat-open .helpdesk-list,.mobile-chat-open .news-section-head{display:none}.mobile-chat-open .helpdesk-workspace{height:100%;min-height:0;grid-template-columns:minmax(0,1fr);gap:0}.mobile-chat-open .ticket-chat{min-height:0;height:100%;display:flex;flex-direction:column;gap:8px;padding:4px 0 var(--mobile-composer-reserve);border:0;background:transparent}.mobile-chat-open .ticket-head{display:grid;grid-template-columns:minmax(0,1fr);gap:9px;align-items:start;padding-inline:10px;padding-bottom:8px}.mobile-chat-open .system-panel:has(.helpdesk-workspace) .ticket-title-block{display:none}.mobile-chat-open .ticket-head h3{font-size:16px;line-height:1.15}.mobile-chat-open .ticket-head span,.mobile-chat-open .ticket-head p{font-size:13px;line-height:1.25}.mobile-chat-open .ticket-head p span{display:inline}.mobile-chat-open .ticket-head p span:not(:last-child):after{margin:0 5px}.mobile-chat-open .ticket-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr);justify-content:stretch}.mobile-chat-open .ticket-transfer-action{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto}.mobile-chat-open .ticket-transfer-action select{min-width:0;max-width:none}.mobile-chat-open .ticket-actions button{width:100%;min-height:34px;padding:0 10px;white-space:nowrap;font-size:14px}.mobile-chat-open .ticket-message-list{flex:1 1 auto;min-height:0;padding:9px;margin-bottom:0;border-radius:0}.mobile-chat-open .ticket-message-list article{max-width:86%}.mobile-chat-open .ticket-reply-form{position:fixed;left:var(--mobile-composer-side);right:var(--mobile-composer-side);bottom:var(--mobile-composer-bottom);z-index:var(--z-composer);grid-template-columns:var(--mobile-composer-control) minmax(0,1fr) var(--mobile-composer-control) var(--mobile-composer-control);gap:var(--mobile-composer-gap);padding:var(--mobile-composer-pad);border:1px solid #dce2ea;border-radius:8px;background:#f7f8fa;box-shadow:0 -8px 18px #18202f14}.mobile-chat-open .ticket-reply-form textarea{min-height:var(--mobile-composer-control)}.mobile-chat-open .section-heading.compact{display:grid;grid-template-columns:36px minmax(0,1fr);gap:7px;align-items:center;margin-bottom:6px;min-height:36px}.mobile-chat-open .section-heading.compact>div:not(.chat-tools){min-width:0}.mobile-chat-open .chat-title-row{display:block}.mobile-chat-open .chat-title-row .eyebrow{margin:0 0 3px}.mobile-chat-open .section-heading.compact h2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:none;font-size:18px;font-weight:650;line-height:1.1}.mobile-chat-open .chat-presence{display:block;margin-top:1px;font-size:10px;line-height:1.1}.mobile-chat-open .chat-tools{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) 40px 40px 40px;gap:6px}.mobile-chat-open .chat-search{min-height:38px;padding:0 9px}.mobile-chat-open .chat-tools button{min-height:38px;width:100%;padding:0}.mobile-chat-open .chat-tools button:last-child{font-size:0}.mobile-chat-open .chat-tools button:last-child svg{margin:0}.mobile-chat-open .chat-tools button span{display:none}.mobile-back-button{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;color:#18202f;background:#edf0f5;cursor:pointer}.messenger-head{flex:0 0 auto;min-height:42px;gap:8px;margin-bottom:8px}.messenger-head .eyebrow{display:none}.messenger-head h2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px;line-height:1.1}.messenger-actions{gap:6px}.messenger-actions button,.messenger-head button{width:40px;height:40px}.mobile-search-toggle{display:grid}.search-box{min-height:44px;margin-bottom:14px;border-radius:8px}.mobile-chat-tabs{flex:0 0 auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;margin:0 0 10px;overflow:hidden}.mobile-chat-tabs::-webkit-scrollbar{display:none}.mobile-chat-tabs button{position:relative;min-width:0;min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:0;padding:0 2px;color:#6b7689;font-size:13px;background:transparent;cursor:pointer}.mobile-chat-tabs button.active,.mobile-chat-tabs button:focus-visible{color:var(--brand-primary);outline:none}.pinned-sections,.desktop-chat-kind-switch{display:none}.chat-scroll-area{flex:1 1 auto;min-height:0;display:block;overflow-y:auto;padding-bottom:8px;scrollbar-width:thin}.chat-scroll-area.mobile-tab-news{display:block;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:0}.mobile-system-list{display:none}.mobile-system-list article{padding:10px 2px 12px;border-bottom:1px solid #edf0f5}.mobile-system-list p{margin:6px 0;color:#5d687a;line-height:1.4}.mobile-system-list span{display:block;color:#6b7689;font-size:12px}.mobile-system-list span+span{margin-top:2px}.mobile-tab-news .sidebar-news-workspace{height:100%;min-height:0;display:block;flex:1 1 auto;overflow:hidden;margin-inline:-10px}.mobile-tab-news .sidebar-news-workspace .news-workspace{height:100%;min-height:0;display:block;gap:8px;overflow:hidden}.mobile-tab-news .sidebar-news-workspace .news-feed{height:100%;min-height:0;overflow:auto;padding:0 10px var(--mobile-news-composer-reserve);-webkit-overflow-scrolling:touch}.mobile-tab-news .sidebar-news-workspace .news-feed article{border-radius:8px}.mobile-tab-news .sidebar-news-summary{display:none}.mobile-tab-news .sidebar-news-workspace .news-form-wrap{position:fixed;left:var(--mobile-composer-side);right:var(--mobile-composer-side);bottom:var(--mobile-composer-bottom);z-index:var(--z-composer);gap:6px;padding:var(--mobile-composer-pad);border:1px solid rgba(220,226,234,.7);border-radius:8px;background:#f7f8fa;box-shadow:0 -8px 18px #18202f14}.mobile-tab-news .sidebar-news-workspace .news-form{margin:0}.mobile-tab-news .sidebar-news-workspace .news-publish-options{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:6px}.mobile-tab-news .sidebar-news-workspace .news-publish-options label{min-height:28px;padding:0 8px;gap:6px;overflow:hidden;white-space:nowrap;font-size:12px}.mobile-tab-news .sidebar-news-workspace .news-publish-options input{width:14px;height:14px}:root[data-theme=dark] .mobile-tab-news .sidebar-news-workspace .news-form-wrap{border-color:#263448;background:#17202e}.mobile-tab-conferences .mobile-conferences-list,.mobile-tab-helpdesk .mobile-helpdesk-list{display:grid;gap:6px;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-tab-news .groups-label,.mobile-tab-news .groups-list,.mobile-tab-news .directs-label,.mobile-tab-news .directs-list,.mobile-tab-conferences .groups-label,.mobile-tab-conferences .groups-list,.mobile-tab-conferences .directs-label,.mobile-tab-conferences .directs-list,.mobile-tab-helpdesk .groups-label,.mobile-tab-helpdesk .groups-list,.mobile-tab-helpdesk .directs-label,.mobile-tab-helpdesk .directs-list,.mobile-tab-groups .mobile-system-list,.mobile-tab-groups .directs-label,.mobile-tab-groups .directs-list,.mobile-tab-directs .mobile-system-list,.mobile-tab-directs .groups-label,.mobile-tab-directs .groups-list{display:none}.pinned-item{min-height:70px;padding:12px}.chat-section-label{margin:12px 0 6px;font-size:11px}.compact-list,.personal-list{max-height:none;overflow:visible}.chat-list button{min-height:58px;padding:8px 2px;border-radius:0;border-bottom:1px solid #edf0f5;background:transparent}.chat-list button strong{font-size:17px}.chat-list button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.new-chat-popover{top:68px;right:16px;width:calc(100% - 32px);max-height:calc(100dvh - 92px);overflow-x:hidden}.create-action-switch{width:100%;overflow:visible;scrollbar-width:auto}.create-action-switch::-webkit-scrollbar{display:none}.create-action-switch button{padding:0 5px;font-size:13px}.quick-create-form{max-height:calc(100dvh - 190px)}.new-chat-popover .contact-list{max-height:min(340px,calc(100dvh - 170px))}.contextual-create-panel.create-expanded{min-height:0;height:auto;max-height:none;flex:0 0 auto;overflow:visible}.contextual-create-panel.create-expanded>.contact-list,.contextual-create-panel.create-expanded .direct-contact-picker{flex:0 0 auto;min-height:0;height:auto;max-height:none;padding-bottom:calc(14px + env(safe-area-inset-bottom,0px));overflow:visible}.contextual-create-panel.create-expanded .contact-list button,.contextual-create-panel.create-expanded .group-members label{touch-action:pan-y}.contextual-create-panel.create-expanded .group-form{height:auto;grid-template-rows:auto;overflow:visible}.contextual-create-panel.create-expanded .group-members{min-height:0;height:auto;max-height:none;overflow:visible}.group-members{max-height:min(210px,32dvh)}.conference-form.quick-create-form{max-height:none;overflow:visible;align-self:start;align-content:start;padding-right:0}.mobile-chat-open .news-workspace,.mobile-chat-open .conference-workspace{height:100%;min-height:0;align-content:start;overflow:auto;-webkit-overflow-scrolling:touch}.mobile-chat-open .news-workspace.create-open,.mobile-chat-open .conference-workspace.create-open{height:auto;max-height:100%;align-self:start;grid-template-rows:auto;gap:8px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}.mobile-chat-open .news-workspace.create-open>.news-form-wrap{align-self:start}.mobile-chat-open .create-panel-intro{gap:3px}.mobile-chat-open .create-panel-intro strong{font-size:16px}.mobile-chat-open .create-panel-intro p{font-size:12px}.mobile-chat-open .conference-section-head,.mobile-chat-open .news-section-head{min-height:36px}.mobile-chat-open .conference-section-head h2,.mobile-chat-open .news-section-head h2{font-size:20px;line-height:1.1}.section-heading{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px}.chat-tools{grid-column:1 / -1;align-items:stretch;display:grid;grid-template-columns:minmax(0,1fr) auto}.chat-search input{width:100%}.chat-content.with-info{grid-template-columns:1fr}.chat-info-panel{top:0;right:0;bottom:0;left:0;box-shadow:0 18px 48px #0f172a52}.message-list,.messenger-only .message-list{max-height:none}.message-list article{max-width:86%}.message-list article.media-message,.message-list article.media-message.own{width:min(420px,86%);max-width:min(420px,86%);padding-right:32px}.conference-form-grid,.ticket-form-grid{grid-template-columns:1fr}.conference-step-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.conference-step-tabs button{height:32px;min-height:32px;padding:0 4px;font-size:11px;line-height:1.1}.conference-step-tabs button span{width:21px;height:21px;font-size:12px}.conference-contact-list.single{max-height:min(210px,30dvh)}.conference-card-head{display:grid}.request-report-filters{grid-template-columns:1fr}.request-report-filters div{display:grid;grid-template-columns:1fr 1fr}.message-selection-bar{display:none}.message-more-button{opacity:.92}.message-action-menu{min-width:min(168px,calc(100vw - 34px));max-width:calc(100vw - 34px)}.message-action-menu.align-left,.message-list article:not(.own) .message-action-menu{right:var(--message-menu-right, auto);left:var(--message-menu-left, auto)}.message-action-menu.align-right,.message-list article.own .message-action-menu,.message-list article.media-message.own .message-action-menu{right:var(--message-menu-right, auto);left:var(--message-menu-left, auto)}.message-action-menu button{min-height:38px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-card.playable{width:100%;max-width:100%;grid-template-columns:minmax(0,1fr) 38px;gap:6px;padding-right:28px}.attachment-card.playable.no-transcript-action{grid-template-columns:minmax(0,1fr);padding-right:6px}.message-list article.media-message{width:min(430px,calc(100vw - 56px));max-width:min(430px,calc(100vw - 56px))}.message-list article.media-message.own{width:min(430px,calc(100vw - 56px));max-width:min(430px,calc(100vw - 56px))}.forward-sheet{position:fixed;left:12px;right:12px;bottom:calc(88px + env(safe-area-inset-bottom,0px));width:auto;max-height:min(68dvh,calc(100dvh - 164px))}.forward-sheet-actions{grid-template-columns:minmax(0,1fr) auto;gap:8px}.forward-sheet-actions button{min-width:118px;justify-content:center}.compact-audio-player{grid-template-columns:28px auto minmax(48px,1fr);gap:6px;padding-right:7px}.compact-audio-player button{width:28px;height:28px}.compact-audio-time{min-width:76px;font-size:12px}.media-actions .transcript-request-button{width:38px;height:38px}.message-list p{padding-right:34px}.recording-status{grid-template-columns:auto minmax(0,1fr);justify-content:stretch;gap:8px}.recording-status.video{grid-template-columns:minmax(0,1fr);gap:8px;position:relative}.recording-status video{max-height:min(360px,52dvh);aspect-ratio:1 / 1}.recording-status.video .recording-meta{position:absolute;right:12px;top:12px;padding:7px 9px;border-radius:8px;background:#0f172a9e}.recording-status.video .recording-actions{grid-column:1 / -1}.recording-actions{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);justify-content:space-between;width:100%}.recording-actions button{width:100%;min-width:0;height:42px;min-height:42px;padding:0;font-size:0}.recording-actions button svg{width:17px;height:17px}.emoji-picker{width:min(292px,calc(100vw - 28px));grid-template-columns:repeat(6,minmax(0,1fr));max-height:230px}.message-form{grid-template-columns:var(--mobile-composer-control) minmax(0,1fr) var(--mobile-composer-control) var(--mobile-composer-control);gap:var(--mobile-composer-gap)}.message-form textarea{min-height:var(--mobile-composer-control);height:var(--mobile-composer-control);max-height:154px;padding:9px 10px}.message-form button,.conference-message-form>button,.conference-message-form .attachment-wrap>button,.conference-message-form .emoji-wrap>button,.ticket-reply-form button,.ticket-reply-form .attachment-wrap>button,.ticket-reply-form .emoji-wrap>button{width:var(--mobile-composer-control);height:var(--mobile-composer-control);min-height:var(--mobile-composer-control)}.mobile-chat-open .messages-panel>.message-form,.mobile-chat-open.messenger-only .messages-panel>.message-form{position:fixed;left:var(--mobile-composer-side);right:var(--mobile-composer-side);bottom:var(--mobile-composer-bottom);border:1px solid rgba(220,226,234,.7);background:#f7f8fa;box-shadow:0 -8px 18px #18202f14}:root[data-theme=dark] .mobile-chat-open .messages-panel>.message-form,:root[data-theme=dark] .mobile-chat-open.messenger-only .messages-panel>.message-form,:root[data-theme=dark] .mobile-chat-open .conference-message-form,:root[data-theme=dark] .mobile-chat-open .ticket-reply-form,:root[data-theme=dark] .mobile-tab-news .sidebar-news-workspace .news-form-wrap{border-color:#2c3a50;background:#17202e;box-shadow:0 -8px 18px #060a1059}.mobile-chat-open .message-list,.mobile-chat-open.messenger-only .message-list{padding-bottom:var(--mobile-composer-reserve)}.attachment-menu{right:-48px;width:min(210px,calc(100vw - 22px))}.settings-backdrop{align-items:start;padding:max(34px,calc(10px + env(safe-area-inset-top,0px))) 10px max(10px,env(safe-area-inset-bottom,0px))}.settings-panel{display:grid;gap:12px;width:100%;max-height:calc(100svh - 44px);padding:14px}.settings-mobile-heading{min-height:36px;display:grid;grid-template-columns:36px minmax(0,1fr);gap:8px;align-items:center}.settings-mobile-heading h2{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px;line-height:1.1}.settings-panel>.section-heading{display:none}.settings-form{gap:9px}.wallpaper-picker{gap:6px}.wallpaper-picker>div{gap:6px}.wallpaper-picker button{min-height:46px;grid-template-columns:28px minmax(0,1fr);gap:6px;padding:6px}.wallpaper-picker i{width:28px;height:26px}.wallpaper-picker strong{font-size:13px}.push-settings-card{gap:8px;padding:10px}.notification-preferences-heading{grid-template-columns:minmax(0,1fr)}.notification-preferences-heading button{width:100%}.notification-preferences-grid{grid-template-columns:minmax(0,1fr)}.push-settings-actions{gap:6px}.push-settings-actions button{min-height:36px;padding:0 7px;font-size:12px;line-height:1.1}.availability-form-row{grid-template-columns:minmax(0,1fr) minmax(112px,.8fr)}.availability-form-row label:first-child{grid-column:1 / -1}.viewer-content{padding:0 52px}.viewer-arrow{width:44px;height:62px}.viewer-arrow.left{left:8px}.viewer-arrow.right{right:8px}:root[data-theme=dark] .app-shell,:root[data-theme=dark] .messenger-only,:root[data-theme=dark] .contacts-panel,:root[data-theme=dark] .messenger-only .contacts-panel{background:#101722}:root[data-theme=dark] .messages-panel,:root[data-theme=dark] .messenger-only .messages-panel{border-color:#2b3648;background:#17202e}:root[data-theme=dark] .chat-list button{border-color:#263448;background:transparent}:root[data-theme=dark] .mobile-system-list article{border-color:#263448}:root[data-theme=dark] .mobile-system-list p,:root[data-theme=dark] .mobile-system-list span{color:#a8b3c5}}@media(orientation:landscape)and (max-height:520px){.app-shell,.messenger-only,.workspace,.messenger-only .workspace{height:100svh;min-height:100svh;overflow:hidden}.chat-layout,.messenger-only .chat-layout{height:100svh;min-height:0;display:block;margin:0;overflow:hidden}.contacts-panel,.messenger-only .contacts-panel{height:100svh;min-height:0;max-height:100svh;padding:max(28px,calc(10px + env(safe-area-inset-top,0px))) 12px max(8px,env(safe-area-inset-bottom,0px));overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.messages-panel,.messenger-only .messages-panel{display:none;height:100svh;min-height:0;padding:max(24px,calc(8px + env(safe-area-inset-top,0px))) 10px 8px;overflow:hidden}.mobile-chat-open .contacts-panel,.mobile-chat-open.messenger-only .contacts-panel{display:none}.mobile-chat-open .messages-panel,.mobile-chat-open.messenger-only .messages-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto}.messenger-head{min-height:36px;gap:6px;margin-bottom:8px}.messenger-head h2{font-size:20px;line-height:1.1}.messenger-actions{gap:5px}.messenger-actions button,.messenger-head button{width:40px;height:40px}.mobile-chat-tabs{margin-bottom:8px}.chat-list-create-actions button{min-height:34px}.section-heading.compact{display:grid;grid-template-columns:36px minmax(0,1fr);gap:8px;min-height:34px;margin-bottom:6px;align-items:center}.section-heading.compact h2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:20px}.chat-tools{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) 38px 38px 38px;gap:6px}.chat-search,.chat-tools button{min-height:38px}.chat-tools button{width:100%;padding:0}.chat-tools button span{display:none}.message-list{min-height:0}.message-form{gap:var(--mobile-composer-gap);padding:var(--mobile-composer-pad)}.settings-backdrop{align-items:start;padding:max(28px,calc(8px + env(safe-area-inset-top,0px))) 10px max(8px,env(safe-area-inset-bottom,0px))}.settings-panel{width:min(760px,100%);max-height:calc(100svh - 36px);padding:12px}.settings-form{gap:8px}.settings-inline-grid{grid-template-columns:minmax(0,1fr) minmax(132px,.62fr)}.settings-form input,.theme-switch button,.mode-switch button{min-height:36px}.wallpaper-picker>div{grid-template-columns:repeat(4,minmax(0,1fr))}.wallpaper-picker button{min-height:42px}.push-settings-card p{line-height:1.25}}
