.layout{background:var(--lk-page-bg,#dfe8f3);min-width:min(100%, var(--lk-layout-min-width,880px));box-sizing:border-box;flex-direction:column;flex:auto;width:100%;max-width:100%;height:100%;min-height:0;margin:0;padding:8px 12px;display:flex;overflow:hidden}.topbar{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;margin-bottom:8px;margin-left:0}.topbar-inner{background:#fff;border-radius:16px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;height:auto;min-height:50px;padding:6px 20px;display:grid}.topbar-user-wrap{z-index:3;justify-self:start;align-items:center;gap:10px;min-width:0;display:flex}.topbar-wordmark{justify-content:center;justify-self:center;align-items:center;min-width:0;display:flex}.topbar-wordmark__mark{object-fit:contain;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none;flex-shrink:0;width:auto;max-width:min(360px,40vw);height:34.5px;display:block}body.theme-dark .topbar-wordmark__mark{filter:brightness(0)invert()}.topbar-user{color:#334155;flex:auto;min-width:0;max-width:min(38vw,520px);font-size:16px;font-weight:500}.topbar-user-main{white-space:nowrap;flex-wrap:wrap;align-items:center;gap:2px .35em;width:100%;min-width:0;display:flex}.topbar-user-main__part,.topbar-user-main__sep{flex-shrink:0}.topbar-user-main__sep{line-height:1}.topbar-org-inline{flex:auto;align-items:center;gap:2px;min-width:0;max-width:100%;display:inline-flex}.topbar-org-name{flex:auto;min-width:0;position:relative;overflow:hidden}.topbar-org-switcher{flex-shrink:0;align-items:center;display:inline-flex;position:relative}.topbar-org-switcher__btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin:0;padding:0;display:inline-flex}.topbar-org-switcher__btn:hover{color:#334155;background:#f1f5f9}.topbar-org-switcher__btn:focus-visible{outline:none;box-shadow:0 0 0 2px #8ec0ff73}.topbar-org-switcher__chevron{border-top:6px solid;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;display:block}.topbar-org-picker{z-index:45;background:#fff;border:1px solid #d0dbeb;border-radius:12px;flex-direction:column;gap:4px;min-width:min(280px,100vw - 24px);max-width:min(320px,100vw - 24px);padding:6px;display:flex;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 10px 24px #0f172a1f}.topbar-org-picker__item{color:#334155;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;min-height:34px;padding:8px 10px;font-family:inherit;font-size:14px;line-height:1.35}.topbar-org-picker__item:hover{background:#f1f5f9;border-color:#dbeafe}.topbar-org-picker__item.is-active{color:#1e293b;background:#eef6ff;border-color:#c8ddfb;font-weight:500}.topbar-org-name__fade{white-space:nowrap;min-width:0;display:block;overflow:hidden}.topbar-org-name__fade.is-truncated{position:relative}.topbar-org-name__fade.is-truncated:after{content:"";pointer-events:none;background:linear-gradient(90deg,#fff0,#fff);width:32px;position:absolute;top:0;bottom:0;right:0}.topbar-org-name__hint{z-index:45;color:#334155;white-space:normal;word-break:break-word;pointer-events:none;background:#fff;border:1px solid #d0dbeb;border-radius:8px;max-width:min(480px,72vw);padding:5px 10px;font-size:12px;font-weight:500;line-height:1.4;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 6px 16px #0f172a1f}.topbar-controls{--topbar-btn-border:#c8ddfb;--topbar-btn-bg:#fff;--topbar-btn-color:#475569;--topbar-btn-shadow:0 1px 2px #0f172a0f;--topbar-btn-hover-border:#8ec0ff;--topbar-btn-hover-bg:#8ec0ff1f;--topbar-btn-hover-color:#334155;flex-wrap:wrap;justify-content:flex-end;justify-self:end;align-items:center;gap:6px;display:flex}.topbar-controls .action-center-btn,.topbar-controls .company-help-btn,.topbar-controls .home-chart-view-btn,.topbar-controls .icon-btn{border:1px solid var(--topbar-btn-border);background:var(--topbar-btn-bg);color:var(--topbar-btn-color);box-shadow:var(--topbar-btn-shadow);transition:border-color .15s,background .15s,color .15s}.topbar-controls .action-center-btn:hover,.topbar-controls .company-help-btn:hover,.topbar-controls .home-chart-view-btn:hover,.topbar-controls .icon-btn:hover{border-color:var(--topbar-btn-hover-border);background:var(--topbar-btn-hover-bg);color:var(--topbar-btn-hover-color)}.topbar-controls .action-center-btn:focus,.topbar-controls .action-center-btn:focus-visible,.topbar-controls .company-help-btn:focus,.topbar-controls .company-help-btn:focus-visible,.topbar-controls .home-chart-view-btn:focus,.topbar-controls .home-chart-view-btn:focus-visible,.topbar-controls .icon-btn:focus,.topbar-controls .icon-btn:focus-visible{box-shadow:var(--topbar-btn-shadow);outline:none}.action-center-wrap,.monitor-menu-wrap{position:relative}.action-center-btn{cursor:pointer;border-radius:999px;align-items:center;gap:7px;min-height:30px;padding:0 12px;font-size:13px;font-weight:500;display:inline-flex}.action-center-popover,.monitor-menu{z-index:35;background:#fff;border:1px solid #d0dbeb;border-radius:12px;gap:6px;padding:8px;display:grid;position:absolute;box-shadow:0 10px 24px #0f172a1f}.action-center-popover{width:260px;top:38px;right:0}.action-center-popover--wide{width:min(380px,100vw - 48px)}.action-center-item,.monitor-menu a{color:#334155;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;min-height:34px;padding:8px 10px;font-size:13px;text-decoration:none}.company-help-wrap{position:relative}.company-help-btn,.home-chart-view-btn{cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:inline-flex}.company-help-btn__mark{margin-top:-1px;font-family:Inter,Georgia,serif;font-size:16px;font-weight:700;line-height:1}.company-help-popover{z-index:36;color:#334155;background:#fff;border:1px solid #d0dbeb;border-radius:12px;width:min(320px,100vw - 48px);padding:12px 14px;font-size:13px;position:absolute;top:38px;right:0;box-shadow:0 10px 24px #0f172a1f}.company-help-popover__title{color:#0f172a;margin-bottom:8px;font-size:14px;font-weight:600}.company-help-popover__text{color:#475569;margin:0;line-height:1.45}.company-help-popover__text a{color:#2563eb;text-decoration:underline}.action-center-item:hover,.monitor-menu a:hover{background:#f1f5f9;border-color:#dbeafe}.icon-btn{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:inline-flex}.icon-btn:focus-visible{outline:none;box-shadow:0 0 0 2px #8ec0ff73}.theme-switch{cursor:pointer;-webkit-user-select:none;user-select:none;color:#1f2a37;background:0 0;border:none;border-radius:122px;align-items:center;gap:0;width:52px;height:28px;padding-left:0;padding-right:0;font-size:13px;font-weight:600;display:inline-flex;position:relative}.theme-switch input{opacity:0;clip:rect(0, 0, 0, 0);width:1px;height:1px;margin:0;padding:0;position:absolute;overflow:hidden}.theme-switch__track{--thumb-left:3px;border-radius:999px;flex-shrink:0;width:100%;height:28px;transition:background .28s,border-color .28s,box-shadow .28s;position:relative;box-shadow:inset 0 1px 2px #0f172a14}.theme-switch--light .theme-switch__track{background:linear-gradient(to bottom right,#5b4bff 0%,#8b58ff 100%);border:1px solid #fff3}.theme-switch--dark .theme-switch__track{--thumb-left:calc(100% - 22px - 3px);background:linear-gradient(to bottom right,#f8fafc 0%,#e8ecf4 100%);border:1px solid #94a3b88c;box-shadow:inset 0 1px 2px #ffffffd9,inset 0 -1px 1px #94a3b840}.theme-switch__thumb{top:50%;left:var(--thumb-left);z-index:2;background:#fff;border:none;border-radius:50%;width:22px;height:22px;transition:left .32s cubic-bezier(.4,0,.2,1),box-shadow .2s;position:absolute;right:auto;transform:translateY(-50%);box-shadow:0 2px 6px #0f172a24,0 1px 2px #0f172a14}.theme-switch__icon{opacity:0;pointer-events:none;justify-content:center;align-items:center;width:16px;height:16px;transition:opacity .22s;display:flex;position:absolute;top:50%;left:6px;transform:translateY(-50%)}.theme-switch--light .theme-switch__icon--sun{opacity:1;color:#fffffff2;left:auto;right:6px}.theme-switch--dark .theme-switch__icon--moon{opacity:1;color:#475569;left:6px;right:auto}.theme-switch:focus-within .theme-switch__track{outline:none;box-shadow:0 0 0 2px #8ec0ff73}body.theme-dark .theme-switch{color:#e2e8f0}.client-header-icon{flex-shrink:0;display:block}.notifications-wrap{position:relative}.bell-btn.has-unread{color:#dc2626;border-color:#ef4444}.notifications-popover{z-index:20;background:#fff;border:1px solid #d0dbeb;border-radius:12px;gap:6px;width:280px;padding:8px;display:grid;position:absolute;top:36px;right:0;box-shadow:0 10px 24px #0f172a1f}.notification-item{text-align:left;color:#334155;cursor:pointer;background:#fff;border:1px solid #d0dbeb;border-radius:8px;min-height:34px;padding:6px 8px;font-size:13px}.notification-item.unread{background:#fff1f2;border-color:#fda4af}.notification-item--empty{cursor:default;color:#64748b;background:#f8fafc}.layout-body{flex:auto;align-items:stretch;gap:12px;width:100%;min-height:0;display:flex;overflow:hidden}.sidebar{box-sizing:border-box;background:#ffffffeb;border-radius:15px;flex-direction:column;flex-shrink:0;align-self:stretch;gap:15px;width:278px;min-width:278px;max-width:278px;height:auto;min-height:0;padding:23px 0;display:flex;overflow:visible}.sidebar-scroll{flex-direction:column;flex:auto;gap:15px;min-height:0;padding-bottom:6px;display:flex;overflow:hidden auto}.menu{flex-direction:column;align-items:center;gap:15px;display:flex}.menu-item{box-sizing:border-box;color:#0f172a;background:#eef6ff;border:1px solid #d7e9ff;border-radius:15px;justify-content:flex-start;align-items:center;gap:10px;width:100%;max-width:238px;height:38px;min-height:34px;padding:0 18px;font-size:15px;font-weight:400;text-decoration:none;display:flex}.menu-item .client-header-icon,.menu-item .collapsed-menu-icon-mask{filter:none;flex-shrink:0;width:22px;height:22px;margin:0;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain}.menu-item .sidebar-nav-icon{color:#7ea6ea;flex-shrink:0;width:22px;height:22px;display:block}.menu-item.active .sidebar-nav-icon{color:#fff}.layout.collapsed .menu-item .sidebar-nav-icon{width:22px;height:22px}.menu-item .collapsed-menu-icon-mask--sales{width:28px;height:28px}.menu-item .client-header-icon{color:#7ea6ea}.menu-item.active .client-header-icon{color:#fff}.menu-item.active{color:#fff;background:linear-gradient(to bottom right,#2563eb 0%,#7c3aed 100%);border:none}.menu-item-monitor{text-align:left;width:238px;margin-top:0;font-family:inherit}.monitor-menu{top:calc(100% + 6px);left:20px;right:20px}.layout.collapsed .monitor-menu-wrap{width:45px;position:relative}.layout.collapsed .menu-item-monitor{width:45px}.monitor-menu.sidebar-collapsed-flyout,.collapsed-contact-popover.sidebar-collapsed-flyout{z-index:1500;margin:0;position:fixed;bottom:auto;right:auto}.monitor-menu.sidebar-collapsed-flyout{width:min(220px,100vw - 24px);top:auto;left:auto}.collapsed-contact-popover.sidebar-collapsed-flyout{top:auto;left:auto}.avatar-slot{color:#64748b;background:#f4f8fe;border:1px solid #dbe7f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:47px;height:47px;font-size:11px;display:inline-flex;overflow:hidden}.avatar-slot img{object-fit:cover;object-position:center;border-radius:inherit;width:100%;height:100%;display:block}.avatar-slot--initials{background:#e8f1ff}.avatar-slot--broken{background:#f1f5f9}.avatar-slot__fallback{color:#2563eb;letter-spacing:.04em;-webkit-user-select:none;user-select:none;font-size:17px;font-weight:700;line-height:1}body.theme-dark .avatar-slot__fallback{color:#e2e8f0}.avatar-slot-lg{width:39px;height:39px;font-size:10px}.support-card{box-sizing:border-box;background:#fff;border:1px solid #d7e9ff;border-radius:15px;width:100%;max-width:238px;min-height:132px;margin:0 auto;padding:13px 12px 16px;overflow:hidden}.support-title{color:#64748b;text-overflow:ellipsis;margin-bottom:8px;font-size:13px;line-height:1.25;overflow:hidden}.support-user{align-items:flex-start;gap:10px;width:100%;min-width:0;display:flex}.support-user__body{flex-direction:column;flex:1;align-items:flex-start;min-width:0;display:flex}.support-field-label{color:#94a3b8;margin-top:8px;font-size:11px;font-weight:500;line-height:1.2}.support-user__body>.support-field-label:first-child{margin-top:0}.support-name+.support-field-label,.collapsed-contact-section .support-field-label{margin-top:6px}.collapsed-contact-section .support-field-label:first-of-type{margin-top:4px}.support-name{color:#1e293b;-webkit-line-clamp:2;line-clamp:2;word-break:break-word;overflow-wrap:anywhere;-webkit-box-orient:vertical;width:100%;max-width:100%;font-size:14px;font-weight:400;line-height:1.3;display:-webkit-box;overflow:hidden}.muted{color:#64748b;font-size:12px}.support-user__body .support-contact-row{width:100%;max-width:100%}.support-contact-row{align-items:center;gap:4px;min-width:0;display:flex}.support-contact-link-wrap{flex:auto;min-width:0;position:relative;overflow:hidden}.support-contact-link-wrap--fade:after{content:"";pointer-events:none;background:linear-gradient(90deg,#fff0,#fff);width:22px;display:none;position:absolute;top:0;bottom:0;right:0}.support-contact-link-wrap--fade.is-truncated:after{display:block}.support-contact-link-wrap--no-fade:after{display:none}.support-contact-link{white-space:nowrap;text-overflow:ellipsis;max-width:100%;color:inherit;text-decoration:none;display:block;overflow:hidden}a.support-contact-link:hover{color:#4f46e5;text-decoration:underline}.support-contact-copy{color:#94a3b8;cursor:pointer;background:0 0;border:0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;padding:0;display:inline-flex}.support-contact-copy:hover{color:#475569;background:#eef3fa}.support-contact-copy--done{color:#16a34a}.outline-btn{color:#0f172ae6;cursor:pointer;background:#fff;border:1.5px solid #7a62f2;border-radius:15px;width:195px;max-width:100%;height:29px;font-size:14px;font-weight:400}.contact-actions{margin-top:10px;position:relative}.contact-menu{background:#fff;border:1px solid #d0dbeb;border-radius:10px;margin-top:6px;overflow:hidden}.contact-menu-item{color:#334155;padding:8px 10px;font-size:14px;display:block}.contact-menu-item:hover{background:#f5f9ff}.sidebar-bottom{box-sizing:border-box;flex-direction:row;flex-shrink:0;justify-content:flex-start;align-items:center;gap:10px;width:100%;max-width:238px;margin-top:auto;margin-left:auto;margin-right:auto;display:flex}.appearance-settings-btn{color:#6d28d9;cursor:pointer;background:#ede9fe;border:1px solid #c4b5fd;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:45px;min-width:45px;height:45px;padding:0;display:inline-flex}.appearance-settings-btn:hover{background:#ddd6fe;border-color:#a78bfa}.appearance-settings-btn svg{width:22px;height:22px}.collapse-btn{color:#7ea6ea;cursor:pointer;background:#dbe7fb;border:1px solid #9eb8ef;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:45px;min-width:45px;height:45px;display:inline-flex}.layout.collapsed .collapse-btn{border-radius:15px}.logout{color:#be123c;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:15px;justify-content:center;align-items:center;min-width:109px;height:45px;padding:0 16px;font-size:13px;font-weight:400;display:inline-flex}.layout:not(.collapsed) .logout{border-radius:15px;min-width:109px}.layout.collapsed .logout{border-width:2px;border-radius:15px;width:45px;min-width:45px;height:45px;padding:0}.content{flex-direction:column;flex:auto;align-self:stretch;width:auto;min-width:0;min-height:0;display:flex;overflow:hidden}.content-inner{flex-direction:column;flex:auto;width:100%;min-width:0;min-height:0;padding:0;display:flex;overflow:hidden auto}@media (width<=960px){.layout{height:auto;overflow:visible}.layout-body{flex:0 auto;align-items:flex-start;overflow:visible}.sidebar{align-self:flex-start}.content,.content-inner{overflow:visible}}@media (width>=961px){.sidebar--height-sync{align-self:stretch;overflow:hidden}.layout.collapsed .sidebar--height-sync{overflow:visible}.sidebar--height-sync .sidebar-scroll{flex:auto;min-height:0;overflow-y:auto}.layout.collapsed .sidebar--height-sync .sidebar-scroll{overflow:visible auto}.content-inner:has(>.objects-page){flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.content-inner:has(>.support-request){flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}}@media (width>=961px) and (width<=1500px){.layout{height:100%;overflow:hidden}.content-inner:has(>.client-home){flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.content-inner:has(>.objects-page){flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.content-inner:has(>.support-request){flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}}@media (width>=1501px) and (height>=800px){.layout{overflow:hidden}.content-inner:has(>.client-home){flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}}@media (width<=1280px){.topbar-inner{grid-template-columns:minmax(0,1fr) auto}.topbar-wordmark__mark{max-width:min(270px,32vw)}}@media (width<=1500px){.topbar-inner{border-radius:14px;width:100%;padding:0 14px}.topbar-user{font-size:14px}.content-inner{padding-right:0}}@media (width<=1200px){.topbar{width:100%;max-width:100%;margin-left:0}.layout-body{grid-template-columns:278px minmax(0,1fr);align-items:start;gap:16px;display:grid}.sidebar{align-self:start;width:278px;min-width:278px;max-width:278px;height:auto;min-height:0;max-height:none}.content{height:auto;min-height:0}.layout.collapsed .topbar{width:100%;max-width:100%;margin-left:0}.layout.collapsed .layout-body{grid-template-columns:74px minmax(0,1fr)}}.layout.collapsed .sidebar{background:#fff;border-radius:20px;width:74px;min-width:74px;max-width:74px;padding:10px 8px;overflow:visible}.layout.collapsed .sidebar--height-sync .sidebar-scroll{overflow-x:visible}.layout.collapsed .support-card{display:none}.layout.collapsed .menu{align-items:center;gap:10px}.layout.collapsed .menu-item{color:#7ea6ea;background:#fdfefe;border:1px solid #dbe4f2;border-radius:14px;justify-content:center;width:45px;height:45px;min-height:45px;padding:0}.layout.collapsed .menu-item.active{color:#fff;background:linear-gradient(to bottom right,#2861eb 0%,#7d3ff2 100%);border:none;box-shadow:0 4px 10px #4c51bf47}.layout.collapsed .sidebar-bottom{flex-direction:column-reverse;justify-content:flex-start;align-items:center;gap:10px;width:100%;margin-top:auto;margin-left:0;margin-right:0;padding-bottom:2px}.layout.collapsed .logout,.layout.collapsed .theme-switch{font-size:12px}.layout.collapsed .collapse-btn,.layout.collapsed .logout,.layout.collapsed .appearance-settings-btn{width:45px;min-width:45px}.layout.collapsed .sidebar-bottom .appearance-settings-btn{order:0}body.theme-dark .appearance-settings-btn{color:#e0e7ff;background:#312e81;border-color:#6366f1}body.theme-dark .appearance-settings-btn:hover{background:#3730a3}.collapsed-icon-btn{border-width:2px;border-radius:16px;width:45px;height:45px;min-height:45px;padding:0}.collapsed-contact-buttons{justify-content:center;width:100%;margin:0;display:flex;position:relative}.collapsed-contact-btn .collapsed-menu-icon-mask{width:27px;height:27px}.layout.collapsed .collapsed-contact-btn{position:relative}.layout.collapsed .client-header-icon{width:22px;height:22px}.layout.collapsed .client-header-icon--objects{color:#9cc8ff;width:24px;height:24px}.collapsed-menu-icon-mask{filter:drop-shadow(0 0 .35px);background-color:currentColor;width:26px;height:26px;margin:0 auto;transition:background-color .16s;display:block;transform:scale(1.06);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.expanded-menu-icon-mask{filter:none;width:18px;height:18px;transform:none}.expanded-menu-icon-mask--home{width:22px;height:22px}.menu-item .expanded-menu-icon-mask{background-color:#7ea6ea}.menu-item.active .expanded-menu-icon-mask{background-color:#fff}.collapsed-menu-icon-mask.sidebar-exit-icon-mask{width:32px;height:32px}.sidebar-toggle-icon{width:36px;height:44px}.layout:not(.collapsed) .sidebar-toggle-icon{transform:scaleX(-1)scale(1.06)}.collapsed-contact-popover{box-sizing:border-box;z-index:35;background:#fff;border:1px solid #d0dbeb;border-radius:12px;width:min(250px,100vw - 96px);max-width:min(250px,100vw - 96px);padding:12px;position:absolute;top:0;left:calc(100% + 8px);overflow:hidden;box-shadow:0 12px 24px #0f172a1f}.collapsed-contact-section{min-width:0;padding:8px 0}.collapsed-contact-section .muted{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.collapsed-contact-section+.collapsed-contact-section{border-top:1px solid #e2e8f0}.collapsed-contact-section-title{color:#334155;margin-bottom:4px;font-size:13px;font-weight:500}body.theme-dark .layout{background:#0f172a}body.theme-dark .topbar-inner,body.theme-dark .sidebar,body.theme-dark .support-card,body.theme-dark .notifications-popover,body.theme-dark .action-center-popover,body.theme-dark .monitor-menu,body.theme-dark .contact-menu{background:#1e293b;border-color:#475569}body.theme-dark .sidebar{box-shadow:0 10px 24px #02061759}body.theme-dark .layout.collapsed .sidebar{background:#1e293b;border:1px solid #334155}body.theme-dark .support-contact-link-wrap--fade.is-truncated:after,body.theme-dark .collapsed-contact-popover .support-contact-link-wrap--fade.is-truncated:after,body.theme-dark .topbar-org-name__fade.is-truncated:after{background:linear-gradient(90deg,#1e293b00,#1e293b)}body.theme-dark .topbar-org-name__hint{color:#e2e8f0;background:#1e293b;border-color:#475569;box-shadow:0 6px 16px #02061773}body.theme-dark .topbar-org-switcher__btn{color:#94a3b8}body.theme-dark .topbar-org-switcher__btn:hover{color:#e2e8f0;background:#334155}body.theme-dark .topbar-org-picker{background:#1e293b;border-color:#475569;box-shadow:0 10px 24px #02061773}body.theme-dark .topbar-org-picker__item{color:#e2e8f0}body.theme-dark .topbar-org-picker__item:hover{background:#334155;border-color:#64748b}body.theme-dark .topbar-org-picker__item.is-active{color:#f8fafc;background:#1e3a5f;border-color:#60a5fa}body.theme-dark .topbar-user,body.theme-dark .support-name,body.theme-dark .menu-item,body.theme-dark .contact-menu-item,body.theme-dark .action-center-item,body.theme-dark .monitor-menu a,body.theme-dark .notification-item{color:#e2e8f0}body.theme-dark .topbar-controls{--topbar-btn-border:#475569;--topbar-btn-bg:#0f172a;--topbar-btn-color:#e2e8f0;--topbar-btn-shadow:none;--topbar-btn-hover-border:#64748b;--topbar-btn-hover-bg:#334155;--topbar-btn-hover-color:#f8fafc}body.theme-dark .topbar-controls .action-center-btn:focus-visible,body.theme-dark .topbar-controls .company-help-btn:focus-visible,body.theme-dark .topbar-controls .home-chart-view-btn:focus-visible,body.theme-dark .topbar-controls .icon-btn:focus-visible{box-shadow:var(--topbar-btn-shadow)}body.theme-dark .icon-btn,body.theme-dark .action-center-btn,body.theme-dark .menu-item,body.theme-dark .outline-btn,body.theme-dark .notification-item{background:#0f172a;border-color:#475569}body.theme-dark .menu-item:hover,body.theme-dark .outline-btn:hover,body.theme-dark .notification-item:hover,body.theme-dark .action-center-item:hover,body.theme-dark .monitor-menu a:hover,body.theme-dark .contact-menu-item:hover{background:#334155}body.theme-dark .sidebar .menu-item:not(.active):hover{border-color:#64748b}body.theme-dark .collapsed-contact-popover{background:#1e293b;border-color:#475569}body.theme-dark .collapsed-contact-section+.collapsed-contact-section{border-top-color:#475569}body.theme-dark .collapsed-contact-section-title{color:#e2e8f0}body.theme-dark .muted,body.theme-dark .support-title,body.theme-dark .support-field-label{color:#94a3b8}body.theme-dark .avatar-slot{color:#94a3b8;background:#0f172a;border-color:#64748b}body.theme-dark .avatar-slot--initials{background:#1e293b}body.theme-dark .avatar-slot--broken{background:#0f172a}body.theme-dark .menu-item.active{color:#fff;background:linear-gradient(to bottom right,#5b4bff,#8b58ff);border:none}body.theme-dark .layout.collapsed .menu-item{color:#fff;background:#0b1220;border-color:#334155}body.theme-dark .layout.collapsed .menu-item.active{color:#fff;background:linear-gradient(to bottom right,#4f46e5 0%,#7c3aed 100%);box-shadow:0 4px 10px #4f46e559}body.theme-dark .collapse-btn{color:#fff;background:#1e40af47;border-color:#60a5fa}body.theme-dark .menu-item .sidebar-nav-icon,body.theme-dark .menu-item .client-header-icon{color:#fff}body.theme-dark .menu-item .expanded-menu-icon-mask{background-color:#fff}body.theme-dark .layout.collapsed .client-header-icon--objects{color:#fff}body.theme-dark .logout{color:#fecaca;background:#7f1d1d40;border-color:#fca5a5}.support-user--compact{padding-left:0}.action-modal-overlay{z-index:200;background:#0f172a73;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.action-modal{background:#fff;border:1px solid #dbe4f3;border-radius:16px;flex-direction:column;width:min(520px,100%);max-height:min(90vh,880px);display:flex;overflow:hidden;box-shadow:0 24px 48px #0f172a2e}.action-modal__head{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.action-modal__title{color:#0f172a;margin:0;font-size:17px;font-weight:600}.action-modal__close{cursor:pointer;color:#64748b;background:0 0;border:none;font-size:24px;line-height:1}.action-modal__body{padding:14px 16px;overflow-y:auto}.action-modal__field{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.action-modal__label{color:#64748b;font-size:13px}.action-modal__required{color:#dc2626;font-weight:700}.action-modal__vehicle-search{position:relative}.action-modal__vehicle-search>input{box-sizing:border-box;width:100%}.action-modal__vehicle-hint{color:#94a3b8;margin-top:4px;font-size:12px}.action-modal__vehicle-suggest{z-index:30;background:#fff;border:1px solid #d0dbeb;border-radius:10px;max-height:220px;margin:0;padding:4px 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 20px #0f172a14}.action-modal__vehicle-suggest li{margin:0}.action-modal__vehicle-suggest-btn{text-align:left;color:#334155;cursor:pointer;background:0 0;border:none;width:100%;padding:8px 12px;font-size:13px}.action-modal__vehicle-suggest-btn:hover{background:#f1f5f9}.action-modal__field input[readonly],.action-modal__field input:read-only,.action-modal__field textarea[readonly],.action-modal__field textarea:read-only{color:#334155;cursor:default;background:#f8fafc}.action-modal__reason-textarea{resize:none;box-sizing:border-box;width:100%;height:96px;min-height:96px;max-height:96px;display:block;overflow-y:auto}.action-modal__fixed-input{box-sizing:border-box;width:100%;height:40px;min-height:40px;max-height:40px;display:block}.action-modal__fixed-textarea{resize:none;box-sizing:border-box;width:100%;display:block;overflow-y:auto}.action-modal__fixed-textarea--address{height:72px;min-height:72px;max-height:72px}.action-modal__field input,.action-modal__field textarea,.action-modal__field select{box-shadow:none;border:1px solid #cbd5e1;border-radius:10px;outline:none;padding:8px 10px;font-family:inherit;font-size:14px}.action-modal__field input:focus,.action-modal__field input:focus-visible,.action-modal__field textarea:focus,.action-modal__field textarea:focus-visible,.action-modal__field select:focus,.action-modal__field select:focus-visible{box-shadow:none;border-color:#cbd5e1;outline:none}.action-modal__checks{gap:8px;margin-bottom:12px;font-size:14px;display:grid}.action-modal__checks--radio label{align-items:flex-start;gap:8px;display:flex}.action-modal__hint,.action-modal__note{color:#475569;margin:0 0 12px;font-size:13px;line-height:1.45}.action-modal__support-embed{max-height:min(72vh,620px);margin:0 -4px;padding:0 4px;overflow-y:auto}.action-modal__support-embed .support-form__textarea{min-height:100px}.action-modal__file-hint{color:#64748b;margin-top:6px;font-size:12px;line-height:1.35;display:block}.action-modal__error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:12px;padding:10px 12px;font-size:13px}body.theme-dark .action-modal__error{color:#fecaca;background:#7f1d1d59;border-color:#991b1b}.action-modal__stepper{align-items:center;gap:12px;display:inline-flex}.action-modal__stepper button{cursor:pointer;background:#f8fafc;border:1px solid #c8ddfb;border-radius:10px;width:36px;height:36px;font-size:18px}.action-modal__actions{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.action-modal__btn{cursor:pointer;border-radius:12px;min-height:38px;padding:0 16px;font-size:14px}.action-modal__btn--ghost{color:#334155;background:#fff;border:1px solid #cbd5e1}.action-modal__btn--primary{color:#fff;background:#6366f1;border:1px solid #6366f1}body.theme-dark .action-modal{background:#1e293b;border-color:#475569}body.theme-dark .action-modal__title{color:#f1f5f9}body.theme-dark .action-modal__field input,body.theme-dark .action-modal__field textarea,body.theme-dark .action-modal__field select{color:#e2e8f0;background:#0f172a;border-color:#475569}body.theme-dark .action-modal__field input[readonly],body.theme-dark .action-modal__field input:read-only,body.theme-dark .action-modal__field textarea[readonly],body.theme-dark .action-modal__field textarea:read-only{color:#cbd5e1;background:#1e293b}body.theme-dark .action-modal__vehicle-suggest{background:#1e293b;border-color:#475569}body.theme-dark .action-modal__vehicle-suggest-btn{color:#e2e8f0}body.theme-dark .action-modal__vehicle-suggest-btn:hover{background:#334155}body.theme-dark .company-help-popover{color:#e2e8f0;background:#1e293b;border-color:#475569}body.theme-dark .company-help-popover__title{color:#f1f5f9}body.theme-dark .company-help-popover__text{color:#cbd5e1}body.theme-dark .company-help-popover__text a{color:#93c5fd}@media (width<=1280px){.support-card,.menu-item,.sidebar-bottom{max-width:min(238px,100%)}}@media (width<=960px){.layout{--lk-layout-min-width:0px;min-width:0;padding:10px}.menu,.sidebar-scroll{box-sizing:border-box;align-items:stretch;padding-left:12px;padding-right:12px}.support-card,.menu-item,.sidebar-bottom{width:100%;max-width:100%;margin-left:0;margin-right:0}.topbar-inner{grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr);justify-items:stretch;gap:8px;padding:10px 12px}.topbar-wordmark{order:-1;grid-column:1;justify-self:center;display:flex}.topbar-user-wrap,.topbar-user{max-width:100%}.topbar-user-main{flex-wrap:wrap;row-gap:2px}.topbar-controls{justify-content:flex-start;width:100%}.topbar{width:100%!important;max-width:100%!important;margin-left:0!important}.layout-body{flex-direction:column;gap:12px;display:flex}.sidebar{flex-shrink:0;width:100%;min-width:0;max-width:100%;max-height:none}.layout.collapsed .layout-body{flex-direction:column;display:flex}.layout.collapsed .sidebar{width:100%;min-width:0;max-width:100%}}@media (width>=1024px) and (width<=1280px){.layout{padding:12px}.layout-body{gap:12px}.sidebar{height:auto;max-height:none}.topbar-inner{flex-wrap:wrap;gap:8px;height:auto;min-height:48px;padding:6px 12px}.topbar-user{max-width:100%;font-size:14px}}:root{--lk-glass-noise:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}body.lk-glass-ui .layout{background:0 0}body.lk-glass-ui :is(.topbar-inner,.sidebar,.legal-card,.dashboard-card,.dashboard-mini-history,.news-panel,.notifications-panel,.support-card,.client-support-card,.object-details-card,.object-details-card--rich,.objects-list,.my-requests-table-wrap,.client-home-card,.client-home-widget,.support-ticket-card,.support-create-dialog,.action-modal,.object-detail-field,.support-contact-card){isolation:isolate;position:relative;overflow:hidden;box-shadow:0 8px 32px #0f172a14;background:0 0!important;border-color:#ffffff73!important}body.lk-glass-ui :is(.monitor-menu,.action-center-popover,.notifications-popover,.contact-menu,.collapsed-contact-popover,.company-help-popover){isolation:isolate;-webkit-backdrop-filter:blur(18px)saturate(1.35);overflow:visible;box-shadow:0 8px 32px #0f172a1f;background:#ffffffeb!important;border-color:#ffffff73!important}body.lk-glass-ui .sidebar{overflow:visible}body.lk-glass-ui :is(.topbar-inner,.sidebar,.legal-card,.dashboard-card,.dashboard-mini-history,.news-panel,.notifications-panel,.support-card,.client-support-card,.object-details-card,.object-details-card--rich,.objects-list,.my-requests-table-wrap,.client-home-card,.client-home-widget,.support-ticket-card,.support-create-dialog,.action-modal,.object-detail-field,.support-contact-card):before{content:"";z-index:0;border-radius:inherit;pointer-events:none;background-color:rgba(255, 255, 255, var(--lk-glass-panel-opacity,.78));-webkit-backdrop-filter:blur(18px)saturate(1.35);position:absolute;inset:0}body.lk-glass-ui.lk-glass-grain :is(.legal-card,.dashboard-card,.dashboard-mini-history,.news-panel,.notifications-panel,.support-card,.client-support-card,.object-details-card,.object-details-card--rich,.objects-list,.my-requests-table-wrap,.client-home-card,.client-home-widget,.support-ticket-card,.object-detail-field,.support-contact-card):after{content:"";z-index:1;border-radius:inherit;pointer-events:none;background-image:var(--lk-glass-noise);opacity:var(--lk-glass-grain-opacity,.06);background-repeat:repeat;background-size:140px 140px;position:absolute;inset:0}body.lk-glass-ui :is(.topbar-inner,.sidebar,.legal-card,.dashboard-card,.dashboard-mini-history,.news-panel,.notifications-panel,.support-card,.client-support-card,.object-details-card,.object-details-card--rich,.objects-list,.my-requests-table-wrap,.client-home-card,.client-home-widget,.support-ticket-card,.support-create-dialog,.action-modal,.object-detail-field,.support-contact-card)>*{z-index:2;position:relative}body.lk-glass-ui.theme-dark :is(.topbar-inner,.sidebar,.legal-card,.dashboard-card,.dashboard-mini-history,.news-panel,.notifications-panel,.support-card,.client-support-card,.object-details-card,.object-details-card--rich,.objects-list,.my-requests-table-wrap,.client-home-card,.client-home-widget,.support-ticket-card,.support-create-dialog,.action-modal,.object-detail-field,.support-contact-card):before{background-color:rgba(15, 23, 42, var(--lk-glass-panel-opacity,.78))}body.lk-glass-ui.theme-dark :is(.monitor-menu,.action-center-popover,.notifications-popover,.contact-menu,.collapsed-contact-popover,.company-help-popover){background:#0f172aeb!important;border-color:#94a3b847!important}body.lk-glass-ui .monitor-menu{position:absolute}body.lk-glass-ui.theme-dark :is(.topbar-inner,.sidebar,.legal-card,.dashboard-card,.dashboard-mini-history,.news-panel,.notifications-panel,.support-card,.client-support-card,.object-details-card,.object-details-card--rich,.objects-list,.my-requests-table-wrap,.client-home-card,.client-home-widget,.support-ticket-card,.support-create-dialog,.action-modal,.object-detail-field,.support-contact-card){box-shadow:0 8px 32px #00000040;border-color:#94a3b847!important}body.lk-glass-ui .menu-item.active{background:linear-gradient(to bottom right, var(--lk-btn-primary-from,#5b4bff), var(--lk-btn-primary-to,#8b58ff))!important}body.lk-glass-ui .menu-item.active:before,body.lk-glass-ui .menu-item.active:after{display:none}.client-support-page{flex-direction:column;flex:1 1 0;width:100%;min-width:0;height:100%;min-height:0;display:flex}.client-support-card{box-sizing:border-box;background:#fff;border:1px solid #dbe4f3;border-radius:16px;flex-direction:column;flex:1 1 0;height:100%;min-height:0;padding:28px 32px;display:flex;overflow:auto;container-type:inline-size}.client-support-layout{flex-direction:column;flex:auto;align-items:stretch;gap:28px;min-width:0;min-height:0;display:flex}.client-support-main{flex-direction:column;min-width:0;min-height:0;display:flex}.client-support-page-title{color:#334155;letter-spacing:-.02em;margin:0 0 18px;font-size:22px;font-weight:600}.client-support-divider{background:#e2e8f0;height:1px;margin:0 0 18px}.client-support-contacts{flex-direction:column;gap:12px;margin-bottom:4px;display:flex}.client-support-contact-line{align-items:center;gap:10px;min-width:0;display:flex}.client-support-contact-line__icon{color:#64748b;flex-shrink:0;display:inline-flex}.client-support-contact-line__value{color:#334155;flex:1;min-width:0;font-size:15px;line-height:1.4;text-decoration:none}.client-support-contact-line__value:hover{color:#1e293b;text-decoration:underline}.client-support-contact-line__copy{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.client-support-contact-line__copy:hover{color:#475569;background:#f1f5f9}.client-support-contact-line__copy.is-copied{color:#16a34a}.client-support-lead{color:#475569;margin:0 0 22px;font-size:15px;line-height:1.55}.client-support-block{margin-bottom:20px}.client-support-block__title{color:#334155;margin:0 0 8px;font-size:16px;font-weight:600}.client-support-block__text{color:#64748b;margin:0;font-size:15px;line-height:1.55}.client-support-faq{background:#f8fbff;border:1px solid #e8eef6;border-radius:14px;flex-direction:column;flex:0 auto;min-height:120px;margin:0;padding:18px 20px;display:flex}.client-support-main__footer{flex-shrink:0;margin:8px 0 20px}.client-support-faq__title{color:#334155;margin:0 0 10px;font-size:16px;font-weight:600}.client-support-faq__empty{color:#94a3b8;margin:0;font-size:14px;line-height:1.5}.client-support-faq__list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.client-support-faq__question{color:#334155;margin-bottom:4px;font-size:14px;font-weight:600}.client-support-faq__answer{color:#64748b;font-size:14px;line-height:1.5}.client-support-cta{border-radius:12px;min-height:44px;padding:0 24px;font-size:15px;font-weight:500}.client-support-visual{box-sizing:border-box;background:0 0;border-radius:14px;flex:none;order:-1;align-self:center;width:100%;max-width:min(100%,50cqw);margin:0 auto;line-height:0;overflow:hidden}.client-support-visual__img{object-fit:contain;object-position:center center;image-rendering:auto;width:100%;height:auto;display:block}@supports (image-rendering:-webkit-optimize-contrast){.client-support-visual__img{image-rendering:-webkit-optimize-contrast}}@container (width>=860px){.client-support-card{overflow:hidden}.client-support-layout{grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:24px;height:100%;max-height:100%;display:grid}.client-support-main{min-width:0;min-height:0;overflow:hidden auto}.client-support-visual{order:0;justify-content:center;align-self:stretch;align-items:center;width:100%;max-width:100%;height:100%;min-height:0;max-height:100%;margin:0;display:flex;overflow:hidden}.client-support-visual__img{object-fit:contain;object-position:center center;width:100%;max-width:100%;height:100%;max-height:100%;display:block}}@supports not (container-type:inline-size){@media (width>=1120px){.client-support-card{overflow:hidden}.client-support-layout{grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:24px;height:100%;max-height:100%;display:grid}.client-support-main{min-height:0;overflow:hidden auto}.client-support-visual{order:0;justify-content:center;align-self:stretch;align-items:center;width:100%;max-width:100%;height:100%;min-height:0;max-height:100%;margin:0;display:flex;overflow:hidden}.client-support-visual__img{object-fit:contain;object-position:center center;width:100%;max-width:100%;height:100%;max-height:100%;display:block}}}@media (width<=640px){.client-support-faq{flex:0 auto;min-height:100px}.client-support-card{padding:20px 16px}.client-support-page-title{font-size:19px}.client-support-cta{width:100%}}body.theme-dark .client-support-card{background:#1e293b;border-color:#475569}body.theme-dark .client-support-page-title,body.theme-dark .client-support-block__title,body.theme-dark .client-support-faq__title,body.theme-dark .client-support-faq__question{color:#e2e8f0}body.theme-dark .client-support-divider{background:#334155}body.theme-dark .client-support-contact-line__value{color:#e2e8f0}body.theme-dark .client-support-lead,body.theme-dark .client-support-block__text,body.theme-dark .client-support-faq__answer{color:#94a3b8}body.theme-dark .client-support-faq{background:#0f172a;border-color:#334155}body.theme-dark .client-support-faq__empty{color:#64748b}body.theme-dark .client-support-contact-line__copy:hover{background:#334155}.support-tickets-page__subtitle{color:#334155;margin-top:4px;font-size:16px;font-weight:500}.support-tickets-page__create{white-space:nowrap;height:40px;padding:0 18px;font-size:14px;font-weight:500}.support-tickets-page .driver-row{grid-template-columns:1.1fr .8fr 1.8fr .8fr .9fr}.support-row{text-align:left;background:#fff;border:0;border-bottom:1px solid #eef3fa;width:100%}.support-tickets-page.objects-page .objects-grid>*{justify-self:start}.support-create-overlay{z-index:1300;box-sizing:border-box;background:#0f172a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.support-create-dialog{background:#fff;border:1px solid #dbe4f3;border-radius:16px;flex-direction:column;width:100%;max-width:520px;max-height:min(92vh,900px);display:flex;overflow:hidden;box-shadow:0 24px 48px #0f172a2e}.support-create-dialog--wide{max-width:min(1040px,96vw);max-height:min(92vh,960px)}.support-create-dialog--wide .support-create-dialog__body{padding:0 24px 24px}.support-create-dialog--wide .support-form{padding:20px}.support-create-dialog--wide .support-form__textarea{min-height:160px}.support-create-dialog__head{border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px 12px;display:flex}.support-create-dialog__title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:18px;font-weight:600}.support-create-dialog__close{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:22px;line-height:1;display:inline-flex}.support-create-dialog__close:hover{color:#0f172a;background:#e2e8f0}.support-create-dialog__body{min-height:0;padding:0 14px 16px;overflow-y:auto}.support-create-dialog__body .support-form{margin-top:12px;margin-bottom:0}.support-form{background:#fcfdff;border:1px solid #dbe4f3;border-radius:14px;margin-top:12px;margin-bottom:18px;padding:14px}.support-form__title{color:#334155;margin-bottom:8px;font-size:16px;font-weight:500}.support-form__wiki{background:#f8fbff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:12px;padding:10px}.support-form__wiki-title{color:#334155;margin-bottom:8px;font-size:13px;font-weight:600}.support-form__wiki-tabs{flex-wrap:wrap;gap:8px;display:flex}.support-form__wiki-tabs button{color:#334155;cursor:pointer;background:#fff;border:1px solid #c8ddfb;border-radius:999px;min-height:30px;padding:0 10px}.support-form__object{color:#334155;margin-bottom:10px;font-size:14px}.support-form__vehicle-block{margin-bottom:12px}.support-form__vehicle{position:relative}.support-form__vehicle-label{color:#64748b;margin-bottom:6px;font-size:13px}.support-form__vehicle-input{width:100%;height:38px;box-shadow:none;border:1px solid #d0dbeb;border-radius:10px;outline:none;padding:0 10px;font-size:14px}.support-form__vehicle-input:focus,.support-form__vehicle-input:focus-visible{box-shadow:none;border-color:#d0dbeb;outline:none}.support-form__vehicle-input:disabled{opacity:.65;cursor:not-allowed}.support-form__vehicle-hint{color:#94a3b8;margin-top:4px;font-size:12px}.support-form__vehicle-suggest{z-index:20;background:#fff;border:1px solid #d0dbeb;border-radius:10px;max-height:220px;margin:0;padding:4px 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 20px #0f172a14}.support-form__vehicle-suggest li{margin:0}.support-form__vehicle-suggest-btn{text-align:left;color:#334155;cursor:pointer;background:0 0;border:none;width:100%;padding:8px 12px;font-size:13px}.support-form__vehicle-suggest-btn:hover{background:#f1f5f9}.support-form__vehicle-picked{color:#15803d;margin-top:6px;font-size:12px}.support-form__subject{width:100%;height:36px;box-shadow:none;background-color:#fff;border:1px solid #d0dbeb;border-radius:10px;outline:none;margin-bottom:10px;padding:0 36px 0 10px;font-size:14px}.support-form__subject:focus,.support-form__subject:focus-visible{box-shadow:none;border-color:#d0dbeb;outline:none}.support-form__textarea{resize:none;width:100%;height:120px;box-shadow:none;border:1px solid #d0dbeb;border-radius:12px;outline:none;padding:12px;font-size:14px}body.lk-client-layout .support-form__textarea:focus,body.lk-client-layout .support-form__textarea:focus-visible{box-shadow:none;border-color:#d0dbeb;outline:none}.support-form__button{background:linear-gradient(to bottom right, rgb(var(--lk-btn-primary-from,91, 75, 255)), rgb(var(--lk-btn-primary-to,139, 88, 255)));color:#fff;cursor:pointer;border:none;border-radius:12px;height:36px;margin-top:10px;padding:0 16px}.support-form__attachments{gap:8px;margin-top:10px;display:grid}.support-form__file-btn{color:#334155;cursor:pointer;height:34px;box-shadow:none;background:#fff;border:1px solid #d0dbeb;border-radius:10px;outline:none}.support-form__file-btn:focus,.support-form__file-btn:focus-visible{box-shadow:none;border-color:#d0dbeb;outline:none}.support-form__file-list{flex-wrap:wrap;gap:6px;display:flex}.support-form__file-list span{background:#f4f8fe;border:1px solid #d0dbeb;border-radius:999px;align-items:center;gap:6px;padding:2px 8px;font-size:12px;display:inline-flex}.support-form__file-list button{color:#be123c;cursor:pointer;background:0 0;border:0;font-size:14px;line-height:1}.support-ticket-card{box-sizing:border-box;background:#fff;border:1px solid #e6eef8;border-radius:14px;flex-direction:column;gap:8px;width:100%;max-width:400px;height:100%;min-height:190px;padding:16px 16px 14px;transition:box-shadow .2s,border-color .2s;display:flex}.support-ticket-card:hover{border-color:#c7d9f8;box-shadow:0 6px 18px #0f172a0f}.support-ticket-card__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.support-ticket-card__plate{color:#0f172a;word-break:break-word;min-width:0;font-size:14px;font-weight:700;line-height:1.35}.support-ticket-card__status-text{white-space:nowrap;flex-shrink:0;font-size:14px}.support-ticket-card__status-text--new{color:#be185d}.support-ticket-card__status-text--in_progress{color:#0369a1}.support-ticket-card__status-text--waiting{color:#a16207}.support-ticket-card__status-text--resolved,.support-ticket-card__status-text--closed{color:#16a34a}.support-ticket-card__status-text--unknown{color:#64748b}.support-ticket-card__body{color:#1e293b;flex-direction:column;flex:1;gap:2px;min-height:0;font-size:14px;display:flex}.support-ticket-card__row{word-break:break-word;line-height:1.45}.support-ticket-card__row--subject{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.support-ticket-card__footer{justify-content:flex-end;margin-top:auto;padding-top:8px;display:flex}.support-ticket-card__open{color:#334155;cursor:pointer;background:#fff;border:1px solid #9bc8ff;border-radius:12px;height:30px;padding:0 14px;font-size:13px}.support-ticket-card__open:hover{background:#f5f9ff}body.theme-dark .support-tickets-page__subtitle{color:#cbd5e1}body.theme-dark .support-form,body.theme-dark .support-ticket-card{background:#1e293b;border-color:#475569}body.theme-dark .support-form__title,body.theme-dark .support-form__object,body.theme-dark .support-ticket-card__plate,body.theme-dark .support-ticket-card__body,body.theme-dark .support-ticket-card__row{color:#e2e8f0}body.theme-dark .support-empty{color:#94a3b8}body.theme-dark .support-ticket-card__open{color:#e2e8f0;background:#0f172a;border-color:#60a5fa}body.theme-dark .support-ticket-card__open:hover{background:#1e3a5f}body.theme-dark .support-create-dialog{background:#1e293b;border-color:#475569}body.theme-dark .support-create-dialog__head{border-bottom-color:#475569}body.theme-dark .support-create-dialog__title{color:#f1f5f9}body.theme-dark .support-create-dialog__close{color:#e2e8f0;background:#334155}body.theme-dark .support-create-dialog__close:hover{color:#fff;background:#475569}body.theme-dark .support-form__textarea,body.theme-dark .support-form__file-btn,body.theme-dark .support-form__vehicle-input,body.theme-dark .support-form__subject{color:#e2e8f0;background-color:#0f172a;border-color:#475569}body.theme-dark .support-form__subject:focus,body.theme-dark .support-form__subject:focus-visible,body.theme-dark .support-form__vehicle-input:focus,body.theme-dark .support-form__vehicle-input:focus-visible,body.theme-dark .support-form__file-btn:focus,body.theme-dark .support-form__file-btn:focus-visible{border-color:#475569}body.theme-dark.lk-client-layout .support-form__textarea:focus,body.theme-dark.lk-client-layout .support-form__textarea:focus-visible{box-shadow:none;border-color:#475569;outline:none}body.theme-dark .support-form__wiki{background:#0f172a;border-color:#334155}body.theme-dark .support-form__wiki-title{color:#e2e8f0}body.theme-dark .support-form__wiki-tabs button{color:#e2e8f0;background:#1e293b;border-color:#475569}body.theme-dark .support-form__vehicle-label,body.theme-dark .support-form__vehicle-hint{color:#94a3b8}body.theme-dark .support-form__vehicle-suggest{background:#1e293b;border-color:#475569;box-shadow:0 8px 20px #02061773}body.theme-dark .support-form__vehicle-suggest-btn{color:#e2e8f0}body.theme-dark .support-form__vehicle-suggest-btn:hover{background:#334155}body.theme-dark .support-form__vehicle-picked{color:#86efac}body.theme-dark .support-form__file-list span{color:#e2e8f0;background:#334155;border-color:#475569}.appearance-settings-overlay{z-index:1200;background:#0f172a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.appearance-settings-dialog{background:#fff;border:1px solid #dbe4f3;border-radius:16px;width:min(600px,100%);max-height:min(90vh,820px);padding:20px 22px 22px;overflow:auto;box-shadow:0 24px 48px #0f172a2e}.appearance-settings-dialog__head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.appearance-settings-dialog__title{color:#0f172a;margin:0;font-size:20px;font-weight:600}.appearance-settings-dialog__lead{color:#64748b;margin:6px 0 0;font-size:13px;line-height:1.45}.appearance-settings-dialog__close{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;flex-shrink:0;width:36px;height:36px;font-size:22px;line-height:1}.appearance-settings-dialog__close:hover{background:#e2e8f0}.appearance-settings-section{border-top:1px solid #e2e8f0;padding:14px 0}.appearance-settings-section:first-of-type{border-top:none;padding-top:0}.appearance-settings-section__title{color:#334155;margin:0 0 4px;font-size:15px;font-weight:600}.appearance-settings-section__hint{color:#64748b;margin:0 0 12px;font-size:12px;line-height:1.45}.appearance-settings-section--disabled .appearance-settings-rgb-row input[type=range]{opacity:.45;cursor:not-allowed}.appearance-settings-glass-preview{color:#334155;border:1px solid #ffffff80;border-radius:14px;justify-content:center;align-items:center;min-height:52px;margin-top:12px;font-size:13px;display:flex;box-shadow:0 4px 16px #0f172a14}.appearance-settings-rgb-row{grid-template-columns:72px 1fr 52px;align-items:center;gap:10px;margin-bottom:8px;display:grid}.appearance-settings-rgb-row label{color:#475569;font-size:13px}.appearance-settings-rgb-row input[type=range]{width:100%}.appearance-settings-rgb-row output{color:#334155;text-align:right;font-variant-numeric:tabular-nums;font-size:13px}.appearance-color-picker{background:#f8fafc;border:1px solid #dbe4f3;border-radius:12px;margin-bottom:12px;padding:12px}.appearance-color-picker__head{align-items:center;gap:10px;margin-bottom:10px;display:flex}.appearance-color-picker__label{color:#334155;flex:1;min-width:0;font-size:13px;font-weight:600}.appearance-color-picker__choose{color:#64748b;white-space:nowrap;font-size:12px}.appearance-color-picker__swatch-btn{cursor:pointer;border:1px solid #94a3b8;border-radius:6px;flex-shrink:0;width:44px;height:32px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff59}.appearance-color-picker__native{opacity:0;cursor:pointer;border:none;width:100%;height:100%;padding:0;position:absolute;inset:0}.appearance-color-picker__swatch{pointer-events:none;width:100%;height:100%;display:block}.appearance-color-picker__fields{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.appearance-color-picker__channel,.appearance-color-picker__hex{flex-direction:column;gap:4px;min-width:0;display:flex}.appearance-color-picker__channel-key{color:#64748b;letter-spacing:.04em;font-size:11px;font-weight:600}.appearance-color-picker__channel input,.appearance-color-picker__hex-input{box-sizing:border-box;font-variant-numeric:tabular-nums;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;height:32px;padding:0 8px;font-size:13px}.appearance-color-picker__hex{flex-direction:row;align-items:flex-end;gap:4px}.appearance-color-picker__hex .appearance-color-picker__channel-key{align-items:center;height:32px;padding-bottom:0;display:flex}.appearance-color-picker__hex-input{text-transform:uppercase;flex:1;min-width:0}.appearance-color-picker__channel input:focus,.appearance-color-picker__hex-input:focus{border-color:#8ec0ff;outline:none;box-shadow:0 0 0 2px #8ec0ff59}.appearance-settings-preview{border:1px solid #cbd5e1;border-radius:12px;height:44px;margin-top:10px}.appearance-settings-preview--bg{background:var(--lk-page-bg,#dfe8f3)}.appearance-settings-preview--btn{background:linear-gradient(to bottom right, var(--lk-btn-primary-from,#5b4bff), var(--lk-btn-primary-to,#8b58ff));color:var(--lk-btn-primary-text,#fff);border-radius:var(--lk-btn-radius,12px);border:none;justify-content:center;align-items:center;font-size:14px;font-weight:500;display:flex}.appearance-settings-bg-upload{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.appearance-settings-file-btn{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;height:36px;padding:0 14px;font-size:13px}.appearance-settings-file-btn:hover{background:#f1f5f9}.appearance-settings-bg-thumb{object-fit:cover;border:1px solid #cbd5e1;border-radius:12px;width:100%;max-height:120px;margin-top:10px}.appearance-settings-actions{border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:10px;margin-top:18px;padding-top:16px;display:flex}.appearance-settings-actions .primary-btn{min-height:40px}.appearance-settings-reset{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;height:40px;padding:0 14px;font-size:13px}.appearance-settings-reset:hover{background:#f8fafc}body.theme-dark .appearance-settings-dialog{background:#1e293b;border-color:#475569}body.theme-dark .appearance-settings-dialog__title,body.theme-dark .appearance-settings-section__title{color:#e2e8f0}body.theme-dark .appearance-settings-dialog__lead,body.theme-dark .appearance-settings-section__hint,body.theme-dark .appearance-settings-rgb-row label{color:#94a3b8}body.theme-dark .appearance-settings-rgb-row output{color:#e2e8f0}body.theme-dark .appearance-settings-dialog__close{color:#e2e8f0;background:#334155}body.theme-dark .appearance-settings-section{border-color:#334155}body.theme-dark .appearance-settings-file-btn,body.theme-dark .appearance-settings-reset{color:#e2e8f0;background:#0f172a;border-color:#475569}body.theme-dark .appearance-color-picker{background:#0f172a;border-color:#475569}body.theme-dark .appearance-color-picker__label{color:#e2e8f0}body.theme-dark .appearance-color-picker__choose,body.theme-dark .appearance-color-picker__channel-key{color:#94a3b8}body.theme-dark .appearance-color-picker__channel input,body.theme-dark .appearance-color-picker__hex-input{color:#e2e8f0;background:#1e293b;border-color:#475569}.client-home{--lk-metric-card-height:228px;--lk-metric-row-height:20px;--lk-metric-row-gap:4px;--lk-stack-gap:10px;--lk-home-row-gap:12px;--lk-feed-visible-slots:5;--lk-feed-slot-height:22px;--lk-feed-slot-gap:4px;--lk-feed-head-line:26px;--lk-feed-head-list-gap:4px;--lk-feed-pad-top:6px;--lk-feed-pad-bottom:8px;--lk-feed-list-height:calc(var(--lk-feed-visible-slots) * var(--lk-feed-slot-height) + (var(--lk-feed-visible-slots) - 1) * var(--lk-feed-slot-gap));--lk-feed-block-height:calc(var(--lk-feed-pad-top) + var(--lk-feed-pad-bottom) + var(--lk-feed-head-line) + var(--lk-feed-head-list-gap) + var(--lk-feed-list-height));--lk-panel-visible-rows:5;--lk-panel-row-height:32px;--lk-panel-row-gap:6px;--lk-panel-list-height:calc(var(--lk-panel-visible-rows) * var(--lk-panel-row-height) + (var(--lk-panel-visible-rows) - 1) * var(--lk-panel-row-gap));flex-direction:column;flex:auto;align-items:stretch;gap:12px;width:100%;max-width:100%;min-height:0;display:flex;overflow-x:clip}.client-home__title{color:#334155;flex-shrink:0;margin:0 0 10px;font-family:Inter,Arial,sans-serif;font-size:20px;font-weight:500;line-height:1.2}.client-home__empty-org{color:#334155;background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;flex-shrink:0;margin:0 0 16px;padding:14px 16px;font-family:Inter,Arial,sans-serif;font-size:16px}.client-home__loading{color:#64748b;background:#fff;border:1px solid #dbe4f3;border-radius:12px;flex-shrink:0;margin:0 0 16px;padding:14px 16px;font-family:Inter,Arial,sans-serif;font-size:15px}.client-home__body{gap:var(--lk-home-row-gap);flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.client-home__body>.cards-grid--metrics,.client-home__body>.bottom-panels{margin:0}.legal-card{background:#fff;border:1px solid #dbe4f3;border-radius:18px;flex-shrink:0;width:100%;min-height:168px;margin-bottom:0;padding:12px 20px}.legal-card__caption{color:#7a8ea8;margin-bottom:8px;font-family:Inter,Arial,sans-serif;font-size:15px}.legal-card__line{color:#475569;margin-bottom:6px;font-family:Inter,Arial,sans-serif;font-size:15px}.legal-card__line--strong{font-weight:700}.legal-card__line--double{gap:24px;display:flex}.cards-grid{flex-shrink:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:0;display:grid}.cards-grid--metrics{flex:none;grid-auto-rows:auto;align-content:start;align-items:start;width:100%;min-height:0;overflow:visible}.cards-grid--metrics>.dashboard-stack{flex-direction:column;flex:none;align-items:stretch;width:100%;min-width:0;height:auto;display:flex}.dashboard-stack{gap:var(--lk-stack-gap);flex-direction:column;flex:none;min-width:0;height:auto;display:flex;overflow:visible}.dashboard-mini-history{color:#475569;background:#f8fafc;border:1px solid #dbe4f3;border-radius:14px;flex:none;min-height:0;padding:10px 12px;font-family:Inter,Arial,sans-serif;font-size:13px;overflow:hidden}.dashboard-mini-history__title{color:#64748b;margin-bottom:8px;font-size:12px;font-weight:600}.dashboard-mini-history ul{margin:0;padding:0 0 0 16px}.dashboard-mini-history li{margin-bottom:6px;line-height:1.35}.dashboard-mini-history--feed{box-sizing:border-box;height:var(--lk-feed-block-height);min-height:var(--lk-feed-block-height);max-height:var(--lk-feed-block-height);padding:var(--lk-feed-pad-top) 10px var(--lk-feed-pad-bottom);gap:var(--lk-feed-head-list-gap);flex-direction:column;flex:none;display:flex;overflow:hidden}.dashboard-mini-history__head{flex:0 0 var(--lk-feed-head-line);min-height:var(--lk-feed-head-line);max-height:var(--lk-feed-head-line);justify-content:space-between;align-items:center;gap:8px;margin:0;display:flex;overflow:hidden}.dashboard-mini-history__head .dashboard-mini-history__title{flex:1;min-width:0;margin-bottom:0}.dashboard-mini-history__unread{color:#64748b;text-align:right;white-space:nowrap;flex-shrink:0;max-width:9.5rem;font-size:11px;font-weight:600;line-height:1.2}.dashboard-mini-history__list--feed-slots{gap:var(--lk-feed-slot-gap);height:var(--lk-feed-list-height);min-height:var(--lk-feed-list-height);max-height:var(--lk-feed-list-height);flex-direction:column;flex:none;margin:0;padding:0;list-style:none;display:flex;overflow:hidden}.dashboard-mini-history__slot{flex:0 0 var(--lk-feed-slot-height);min-height:var(--lk-feed-slot-height);max-height:var(--lk-feed-slot-height);align-items:center;margin:0;line-height:1.3;display:flex;overflow:hidden}.dashboard-mini-history__slot--dash{color:#cbd5e1;font-size:13px}.dashboard-mini-history__link{width:100%;font:inherit;text-align:left;cursor:pointer;color:#1d4ed8;background:0 0;border:none;align-items:flex-start;gap:6px;margin:0;padding:0;display:flex}.dashboard-mini-history__link.is-unread{font-weight:600}.dashboard-mini-history__link.is-read{color:#475569;font-weight:400}.dashboard-mini-history__link:hover{text-decoration:underline}.dashboard-mini-history__bullet{text-align:center;flex-shrink:0;width:.65em}.dashboard-mini-history__link-text{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.dashboard-mini-history__link-date{color:#94a3b8;white-space:nowrap;flex-shrink:0;margin-left:auto;font-size:11px;font-weight:400;line-height:1.3}.dashboard-mini-history__link.is-read .dashboard-mini-history__link-date{color:#94a3b8}.dashboard-mini-history__plaintext,.dashboard-mini-history__textlink{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.dashboard-mini-history__textlink{font:inherit;text-align:left;cursor:pointer;color:#475569;background:0 0;border:none;width:100%;margin:0;padding:0}.dashboard-mini-history__textlink:hover{color:#1d4ed8;text-decoration:underline}.dashboard-mini-history__plaintext{color:#475569}.dashboard-card{width:100%;height:var(--lk-metric-card-height);min-height:var(--lk-metric-card-height);max-height:var(--lk-metric-card-height);background:#fff;border:1px solid #dbe4f3;border-radius:15px;flex:none;grid-template-columns:minmax(0,1fr) 132px;align-items:stretch;column-gap:10px;padding:14px 14px 12px;display:grid;overflow:hidden}.dashboard-card__left{flex-direction:column;justify-content:space-between;width:auto;min-width:0;min-height:0;display:flex}.dashboard-card__right{justify-content:flex-end;align-self:center;align-items:center;width:132px;display:flex}.dashboard-card__title{color:#475569;flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:8px;font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:600;display:flex}.dashboard-card__total{color:#0f172a;font-size:16px;font-weight:600}.dashboard-card__rows{gap:var(--lk-metric-row-gap,4px);flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.dashboard-card__row{min-height:var(--lk-metric-row-height,20px);grid-template-columns:minmax(0,1fr) 40px 12px;align-items:center;column-gap:8px;display:grid}.dashboard-card:not(.dashboard-card--bars){--dashboard-donut-label-width:185px;grid-template-columns:var(--dashboard-donut-label-width) minmax(0, 1fr);grid-template-rows:auto minmax(var(--dashboard-donut-rows-height,116px), auto) auto;--dashboard-donut-rows-height:calc(5 * var(--lk-metric-row-height,20px) + 4 * var(--lk-metric-row-gap,4px));gap:0 10px}.dashboard-card:not(.dashboard-card--bars) .dashboard-card__left{display:contents}.dashboard-card:not(.dashboard-card--bars) .dashboard-card__title{width:var(--dashboard-donut-label-width);grid-area:1/1;margin-bottom:8px}.dashboard-card:not(.dashboard-card--bars) .dashboard-card__rows{width:var(--dashboard-donut-label-width);min-height:var(--dashboard-donut-rows-height);flex:none;grid-area:2/1;justify-content:flex-start;align-self:start}.dashboard-card:not(.dashboard-card--bars) .dashboard-card__row{min-height:var(--lk-metric-row-height,20px);align-items:center;gap:5px;display:flex}.dashboard-card:not(.dashboard-card--bars) .dashboard-card__label{text-overflow:ellipsis;white-space:nowrap;flex:1 1 0;min-width:0;overflow:hidden}.dashboard-card:not(.dashboard-card--bars) .dashboard-card__value{text-align:right;white-space:nowrap;flex:none;width:auto;min-width:0;padding:0;font-size:13px}.dashboard-card:not(.dashboard-card--bars) .dashboard-card__row .legend-dot{flex:0 0 10px;margin-left:0}.dashboard-card:not(.dashboard-card--bars) .dashboard-card__button{grid-area:3/1;align-self:end;margin-top:0}.dashboard-card:not(.dashboard-card--bars) .dashboard-card__right{grid-area:1/2/3;justify-content:center;place-self:stretch center;align-items:flex-end;width:100%;min-width:0;min-height:0;display:flex}.dashboard-card:not(.dashboard-card--bars) .dashboard-card__circle{aspect-ratio:1;flex-shrink:1;width:auto;min-width:0;max-width:100%;height:100%;min-height:0;max-height:100%}.dashboard-card__label{color:#475569;text-overflow:ellipsis;white-space:nowrap;font-family:Inter,Arial,sans-serif;font-size:14px;overflow:hidden}.dashboard-card__value{color:#0f172a;text-align:right;width:40px;font-family:Inter,Arial,sans-serif;font-size:14px;font-weight:500}.dashboard-card__button{color:#334155;cursor:pointer;background:#fff;border:1px solid #7a62f2;border-radius:12px;flex-shrink:0;width:160px;height:32px;margin-top:8px;font-family:Inter,Arial,sans-serif;font-size:14px}.dashboard-card__circle{background:0 0;border-radius:50%;justify-content:center;align-items:center;width:118px;height:118px;display:flex;overflow:visible}.dashboard-card__donut{shape-rendering:geometricprecision;width:100%;height:100%;display:block}.dashboard-card:not(.dashboard-card--bars) .dashboard-card__donut{width:100%;height:100%}.dashboard-card__donut-hole{fill:#fff;stroke:#eef2f8;stroke-width:.5px}.dashboard-card__donut-label{pointer-events:none;-webkit-user-select:none;user-select:none;paint-order:stroke fill;stroke:#0f172a2e;stroke-width:.35px;font-family:Inter,Arial,sans-serif;font-size:5px;font-weight:600}.dashboard-card__bars-grid{justify-content:center;align-items:stretch;gap:var(--dashboard-bar-gap,10px);box-sizing:border-box;width:auto;max-width:100%;height:100%;min-height:0;padding:0 6px;display:flex}.dashboard-card__bar-col{flex:1 1 var(--dashboard-bar-width,38px);width:var(--dashboard-bar-width,38px);flex-direction:column;justify-content:space-between;align-items:center;gap:0;min-width:28px;max-width:48px;height:100%;display:flex}.dashboard-card__bar-track{flex:auto;justify-content:center;align-items:flex-end;width:100%;min-height:0;display:flex}.dashboard-card__bar-pct{color:#475569;white-space:nowrap;flex-shrink:0;justify-content:center;align-items:flex-start;height:16px;font-family:Inter,Arial,sans-serif;font-size:11px;font-weight:600;line-height:1;display:flex}.dashboard-card__bar-value{color:#0f172a;white-space:nowrap;height:var(--dashboard-bars-button-height,32px);flex-shrink:0;justify-content:center;align-items:flex-end;font-family:Inter,Arial,sans-serif;font-size:14px;font-weight:600;line-height:1;display:flex}.dashboard-card__bar-fill{border-radius:6px 6px 3px 3px;width:100%;min-height:0}.dashboard-card--bars{--dashboard-metric-slots:5;--dashboard-bar-width:38px;--dashboard-bar-gap:10px;--lk-metric-row-height:24px;--dashboard-bars-title-line:16px;--dashboard-bars-button-height:32px;height:var(--lk-metric-card-height);min-height:var(--lk-metric-card-height);grid-template-rows:auto 1fr auto;grid-template-columns:160px minmax(0,1fr);align-items:stretch;gap:0 10px}.dashboard-card--bars .dashboard-card__left{display:contents}.dashboard-card--bars .dashboard-card__title{width:160px;min-height:var(--dashboard-bars-title-line);grid-area:1/1;grid-template-columns:minmax(0,1fr) 12px;align-items:start;column-gap:6px;margin-bottom:8px;display:grid}.dashboard-card--bars .dashboard-card__title>span:first-child{grid-column:1;line-height:1}.dashboard-card--bars .dashboard-card__total{text-align:center;line-height:1;font-size:var(--dashboard-bars-title-line);grid-column:2;justify-self:center}.dashboard-card--bars .dashboard-card__rows--bars,.dashboard-card--bars .dashboard-card__rows{flex:none;grid-area:2/1;justify-content:flex-start;align-self:start;width:160px;min-height:0}.dashboard-card--bars .dashboard-card__button{flex-shrink:0;grid-area:3/1;align-self:end;margin-top:0;margin-bottom:0}.dashboard-card--bars .dashboard-card__right{box-sizing:border-box;flex-direction:column;grid-area:1/2/-1;justify-content:stretch;align-self:stretch;align-items:center;width:100%;min-width:0;height:auto;margin:0;padding:0;display:flex}.dashboard-card--bars .dashboard-card__bars-grid{flex:auto;align-self:stretch;width:92%;max-width:100%;height:100%;min-height:0;margin:0}.dashboard-card--bars .dashboard-card__bar-col{flex:1 1 0;width:auto;min-width:28px;max-width:56px}.dashboard-card--bars .dashboard-card__row{width:100%;min-height:var(--lk-metric-row-height,24px);grid-template-columns:minmax(0,1fr) 12px;column-gap:6px}.dashboard-card__bar-col--pad{pointer-events:none}.dashboard-card__bar-col--pad .dashboard-card__bar-pct,.dashboard-card__bar-col--pad .dashboard-card__bar-value{visibility:hidden}.legend-dot{border-radius:50%;width:10px;height:10px;display:inline-block}.legend-dot.green{background:#15803d}.legend-dot.orange{background:#f97316}.legend-dot.red{background:#be123c}.legend-dot.blue{background:#1692f9}.legend-dot.pink{background:#f516f9}.legend-dot.yellow{background:#ffe100}.legend-dot.black{background:#0f172a}.bottom-panels{gap:var(--lk-home-row-gap);flex:auto;grid-template-rows:1fr;grid-template-columns:1fr 1fr;align-items:stretch;min-height:0;margin-top:0;display:grid}@media (width>=1201px){.cards-grid--metrics{flex:none;grid-auto-rows:auto;align-items:start}.cards-grid--metrics>.dashboard-stack{flex:none;height:auto}.dashboard-stack{flex:none}.bottom-panels{flex:auto;grid-template-rows:1fr;align-items:stretch;min-height:0;margin-top:0}.news-panel,.notifications-panel{height:100%;min-height:0;max-height:none}.panel-list-area{height:var(--lk-panel-list-height);min-height:var(--lk-panel-list-height);max-height:var(--lk-panel-list-height);flex:none}.news-panel .panel-list-area--news{height:var(--lk-panel-list-height);min-height:var(--lk-panel-list-height);max-height:var(--lk-panel-list-height);flex:none;overflow:hidden}}.news-panel,.notifications-panel{box-sizing:border-box;grid-template-rows:auto var(--lk-panel-list-height) 1fr auto;background:#fff;border:1px solid #dbe4f3;border-radius:18px;align-content:start;width:100%;min-width:0;height:100%;min-height:0;padding:10px 12px;display:grid;overflow:hidden}.panel-title{color:#7a8ea8;flex-shrink:0;grid-row:1;margin:0 0 8px;font-family:Inter,Arial,sans-serif;font-size:15px}.panel-list-area{width:100%;height:var(--lk-panel-list-height);min-height:var(--lk-panel-list-height);max-height:var(--lk-panel-list-height);gap:var(--lk-panel-row-gap);flex-direction:column;flex:none;grid-row:2;display:flex;overflow:hidden}.panel-list-area .news-pill:last-child,.panel-list-area .notification-pill:last-child{margin-bottom:0}.news-panel{--news-row-height:var(--lk-panel-row-height);--news-row-gap:var(--lk-panel-row-gap)}.news-panel .panel-list-area--news{gap:var(--news-row-gap);height:var(--lk-panel-list-height);min-height:var(--lk-panel-list-height);max-height:var(--lk-panel-list-height);flex-direction:column;flex:none;grid-row:2;display:flex;overflow:hidden}.news-panel .panel-list-area--news .news-pill{min-height:var(--news-row-height);height:var(--news-row-height);box-sizing:border-box;flex-shrink:0;margin-bottom:0;padding:5px 12px}.news-panel .panel-list-area--news .news-pill--row{align-items:center}.news-panel .panel-pagination{grid-row:4;align-self:end;margin-top:0;padding-top:0}.panel-pagination{box-sizing:border-box;flex-shrink:0;grid-row:4;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-self:end;align-items:center;gap:6px 8px;width:100%;max-width:100%;margin-top:0;padding-top:8px;display:grid}.panel-pagination .panel-page-btn:first-child{justify-self:start}.panel-pagination .panel-page-btn:last-child{justify-self:end}.panel-page-caption{color:#64748b;text-align:center;white-space:nowrap;justify-self:center;min-width:0;font-size:13px}.panel-page-btn{color:#334155;cursor:pointer;box-sizing:border-box;white-space:nowrap;background:#f8fafc;border:1px solid #c8ddfb;border-radius:10px;flex-shrink:0;height:30px;min-height:30px;padding:0 12px;font-size:13px}.panel-page-btn:hover:not(:disabled){background:#8ec0ff1f;border-color:#8ec0ff}.panel-page-btn:disabled{opacity:.45;cursor:not-allowed}.news-pill{width:100%;min-height:var(--lk-panel-row-height,32px);color:#475569;white-space:pre-wrap;word-break:break-word;background:#eff6ff;border:1px solid #1d4ed8b3;border-radius:12px;align-items:flex-start;margin-bottom:0;padding:8px 12px;font-family:Inter,Arial,sans-serif;font-size:14px;line-height:1.4;display:flex}.news-pill--row{cursor:pointer;text-align:left;white-space:nowrap;justify-content:space-between;align-items:center;gap:12px;transition:background .15s,border-color .15s}.news-pill--row:hover{background:#dbeafe;border-color:#1d4ed8e6}.news-pill__title{text-overflow:ellipsis;white-space:nowrap;color:#334155;flex:1;min-width:0;font-weight:600;overflow:hidden}.news-pill__meta{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.news-pill__read-wrap{flex-shrink:0;align-items:center;display:inline-flex}.news-pill__read{color:#64748b;display:inline-flex}.news-pill__read-icon{display:block}.news-pill--read .news-pill__title{color:#475569;font-weight:500}.news-pill__date{color:#64748b;flex-shrink:0;font-size:13px;font-weight:400}.news-pill--empty{cursor:default;pointer-events:none;color:#94a3b8;justify-content:center}.news-detail-modal{width:min(640px,100%)}.news-detail-modal__date{color:#64748b;margin:0 0 12px;font-size:13px}.news-detail-modal__text{white-space:pre-wrap;word-break:break-word;color:#334155;margin:0;font-size:14px;line-height:1.5}.notification-pill{width:100%;min-height:var(--lk-panel-row-height);height:var(--lk-panel-row-height);box-sizing:border-box;border-radius:12px;flex-shrink:0;align-items:center;margin-bottom:0;padding:6px 12px;font-family:Inter,Arial,sans-serif;font-size:14px;display:flex}.notification-pill--blue{color:#1d4ed8;background:#eff6ff;border:1px solid #1d4ed84d}.notification-pill--orange{color:#b45309;background:#fffbeb;border:1px solid #fde68a}.notification-pill--green{color:#15803d;background:#ecfdf5;border:1px solid #bbf7d0}.notification-pill--empty{color:#94a3b8;pointer-events:none;background:0 0;border:1px solid #0000;justify-content:center}@media (width<=1500px){.legal-card{width:100%;padding:10px 14px}.legal-card__line{margin-bottom:4px;font-size:14px}.cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%}.dashboard-card{grid-template-columns:minmax(0,1fr) 120px;column-gap:8px;width:100%;padding:10px 12px}.dashboard-card__right{width:120px}.dashboard-card:not(.dashboard-card--bars){--dashboard-donut-label-width:170px;grid-template-columns:var(--dashboard-donut-label-width) minmax(0, 1fr)}.dashboard-card:not(.dashboard-card--bars) .dashboard-card__title,.dashboard-card:not(.dashboard-card--bars) .dashboard-card__rows{width:var(--dashboard-donut-label-width)}.dashboard-card--bars{grid-template-columns:160px minmax(0,1fr)}.dashboard-card--bars .dashboard-card__left{width:160px;max-width:160px}.dashboard-card--bars .dashboard-card__right{justify-content:center;width:100%}.dashboard-card--bars .dashboard-card__bars-grid{flex:auto;width:92%;max-width:100%}.dashboard-card__circle{width:112px;height:112px}.bottom-panels{flex:none;grid-template-rows:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%}.news-panel,.notifications-panel{width:100%;min-height:250px;padding:10px 12px}}@media (width<=1200px){.client-home{flex-direction:column;gap:10px;width:100%;display:flex}.legal-card{width:100%;margin-bottom:0}.cards-grid{grid-template-columns:1fr;gap:10px;margin-bottom:0;display:grid}.cards-grid .dashboard-card{width:100%;min-width:0;min-height:192px;max-height:192px}.bottom-panels{grid-template-rows:none;grid-template-columns:1fr;gap:10px;width:100%;display:grid}.news-panel,.notifications-panel{width:100%;height:250px;min-height:250px;max-height:250px}}@media (width<=700px){.cards-grid{grid-template-columns:1fr}.legal-card__line--double{flex-direction:column;gap:4px}}body.theme-dark .client-home__title,body.theme-dark .dashboard-card__total,body.theme-dark .dashboard-card__value{color:#f1f5f9}body.theme-dark .client-home__empty-org,body.theme-dark .legal-card,body.theme-dark .dashboard-card,body.theme-dark .news-panel,body.theme-dark .notifications-panel{color:#e2e8f0;background:#1e293b;border-color:#475569}body.theme-dark .legal-card__caption,body.theme-dark .panel-title,body.theme-dark .dashboard-card__title,body.theme-dark .dashboard-card__label,body.theme-dark .legal-card__line{color:#cbd5e1}body.theme-dark .dashboard-mini-history{color:#cbd5e1;background:#0f172a;border-color:#475569}body.theme-dark .dashboard-mini-history__title,body.theme-dark .dashboard-mini-history__unread{color:#94a3b8}body.theme-dark .dashboard-mini-history__link{color:#93c5fd}body.theme-dark .dashboard-mini-history__link.is-read{color:#cbd5e1}body.theme-dark .dashboard-mini-history__link-date{color:#64748b}body.theme-dark .dashboard-mini-history__textlink,body.theme-dark .dashboard-mini-history__plaintext{color:#cbd5e1}body.theme-dark .dashboard-mini-history__slot--dash{color:#475569}body.theme-dark .dashboard-card__donut-hole{fill:#0f172a;stroke:#334155}body.theme-dark .dashboard-card__bar-pct{color:#cbd5e1}body.theme-dark .dashboard-card__bar-value{color:#e2e8f0}body.theme-dark .dashboard-card__button{color:#e2e8f0;background:#0f172a;border-color:#6366f1}body.theme-dark .news-pill{color:#dbeafe;background:#1e40af33;border-color:#60a5fa80}body.theme-dark .news-pill__read{color:#94a3b8}body.theme-dark .news-pill--read .news-pill__title{color:#cbd5e1}body.theme-dark .panel-page-caption{color:#94a3b8}body.theme-dark .panel-page-btn{color:#e2e8f0;background:#0f172a;border-color:#475569}body.theme-dark .panel-page-btn:hover:not(:disabled){background:#334155;border-color:#64748b}@media (width>=961px) and (width<=1500px){.content-inner>.client-home{flex:auto;height:100%;min-height:0;overflow:hidden}.content-inner>.client-home .client-home__body{gap:var(--lk-home-row-gap);flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.content-inner>.client-home .cards-grid--metrics{grid-auto-rows:auto;align-content:start;align-items:start;height:auto}.content-inner>.client-home .cards-grid--metrics>.dashboard-stack{flex:none;height:auto}.content-inner>.client-home .dashboard-stack{flex:none}.content-inner>.client-home .dashboard-mini-history--feed{height:var(--lk-feed-block-height);min-height:var(--lk-feed-block-height);max-height:var(--lk-feed-block-height);flex:none}.content-inner>.client-home .dashboard-mini-history__list--feed-slots{height:var(--lk-feed-list-height);min-height:var(--lk-feed-list-height);max-height:var(--lk-feed-list-height);flex:none}.content-inner>.client-home .bottom-panels{flex:auto;grid-template-rows:1fr;align-items:stretch;min-height:0}.content-inner>.client-home .news-panel,.content-inner>.client-home .notifications-panel{height:100%;min-height:0;max-height:none}}@media (width>=961px) and (height>=700px){.content-inner>.client-home{flex:auto;height:100%;min-height:0;overflow:hidden}}@media (width>=1501px) and (height>=800px){.content-inner>.client-home{gap:var(--lk-home-row-gap);flex:auto;justify-content:flex-start;height:100%;min-height:0;overflow:hidden}.content-inner>.client-home .legal-card{border-radius:14px;flex:none;min-height:0;padding:8px 16px}.content-inner>.client-home .legal-card__caption{margin-bottom:4px;font-size:14px}.content-inner>.client-home .legal-card__line{margin-bottom:3px;font-size:14px;line-height:1.25}.content-inner>.client-home .client-home__body{gap:var(--lk-home-row-gap);flex-direction:column;flex:auto;width:100%;min-height:0;display:flex;overflow:hidden}.content-inner>.client-home .cards-grid--metrics{align-content:start;align-items:start;gap:var(--lk-home-row-gap);flex:none;grid-auto-rows:auto;width:100%;height:auto;min-height:0;margin:0;overflow:visible}.content-inner>.client-home .cards-grid--metrics>.dashboard-stack{gap:var(--lk-stack-gap);flex:none;height:auto;overflow:visible}.content-inner>.client-home .dashboard-stack{flex:none;overflow:visible}.content-inner>.client-home .dashboard-card{height:var(--lk-metric-card-height);min-height:var(--lk-metric-card-height);max-height:var(--lk-metric-card-height);flex:none;padding:12px 14px}.content-inner>.client-home .dashboard-mini-history--feed{height:var(--lk-feed-block-height);min-height:var(--lk-feed-block-height);max-height:var(--lk-feed-block-height);padding:var(--lk-feed-pad-top) 10px var(--lk-feed-pad-bottom);gap:var(--lk-feed-head-list-gap);flex:none;overflow:hidden}.content-inner>.client-home .dashboard-mini-history__list--feed-slots{height:var(--lk-feed-list-height);min-height:var(--lk-feed-list-height);max-height:var(--lk-feed-list-height);flex:none;overflow:hidden}.content-inner>.client-home .bottom-panels{gap:var(--lk-home-row-gap);flex:auto;grid-template-rows:1fr;align-items:stretch;height:auto;min-height:0;max-height:none;margin:0}.content-inner>.client-home .news-panel,.content-inner>.client-home .notifications-panel{height:100%;min-height:0;max-height:none;padding:10px 12px}.content-inner>.client-home .panel-list-area,.content-inner>.client-home .news-panel .panel-list-area--news{height:var(--lk-panel-list-height);min-height:var(--lk-panel-list-height);max-height:var(--lk-panel-list-height);flex:none}.content-inner>.client-home .panel-pagination{width:100%;max-width:100%;margin-top:0;padding-top:8px}}._card_11rbx_1{box-sizing:border-box;background:#fff;border:1px solid #e6eef8;border-radius:14px;flex-direction:column;gap:8px;width:100%;max-width:100%;height:100%;min-height:0;padding:16px 16px 14px;display:flex}._header_11rbx_33{justify-content:space-between;align-items:center;display:flex}._title_11rbx_45{color:#0f172a;font-weight:500}._plate_11rbx_55{font-weight:700}._status_11rbx_63{white-space:nowrap}._statusActive_11rbx_73{color:#16a34a;font-size:14px}._statusInactive_11rbx_83{color:#dc2626;font-size:14px}._statusWarn_11rbx_93{color:#d97706;font-size:14px}._statusNeutral_11rbx_103{color:#64748b;font-size:14px}._body_11rbx_115{color:#1e293b;flex-direction:column;flex:auto;gap:2px;min-height:0;font-size:14px;display:flex}._equipmentIcons_11rbx_137{vertical-align:middle;gap:6px;margin-left:8px;display:inline-flex}._footer_11rbx_153{justify-content:flex-end;margin-top:auto;padding-top:8px;display:flex}._openBtn_11rbx_167{cursor:pointer;background:#fff;border:1px solid #9bc8ff;border-radius:12px;height:30px;padding:0 14px;font-size:13px}._openBtn_11rbx_167:hover{background:#f5f9ff}body.theme-dark ._card_11rbx_1{background:#1e293b;border-color:#475569}body.theme-dark ._title_11rbx_45,body.theme-dark ._body_11rbx_115{color:#e2e8f0}body.theme-dark ._equipmentIcons_11rbx_137{color:#fff}body.theme-dark ._openBtn_11rbx_167{color:#e2e8f0;background:#0f172a;border-color:#475569}.objects-page{flex-direction:column;flex:1;gap:16px;width:100%;min-height:0;display:flex}.objects-header{flex-shrink:0;justify-content:space-between;align-items:center;gap:14px;display:flex}.objects-title{color:#334155;font-size:20px;font-weight:500}.objects-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.search-wrapper{position:relative}.objects-page .search-input{background:#fff;border:1px solid #d0dbeb;border-radius:12px;outline:none;width:280px;height:40px;padding:0 36px 0 12px;font-size:14px}body.lk-client-layout .objects-page .search-input:focus,body.lk-client-layout .objects-page .search-input:focus-visible{box-shadow:none;border-color:#d0dbeb;outline:none}.search-icon{align-items:center;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.objects-page .select{cursor:pointer;background-color:#fff;border:1px solid #d0dbeb;border-radius:12px;outline:none;min-width:170px;height:40px;padding:0 36px 0 12px;font-size:14px}body.lk-client-layout .objects-page .select:focus,body.lk-client-layout .objects-page .select:focus-visible{box-shadow:none;border-color:#d0dbeb;outline:none}.objects-view-toggle{color:#475569;cursor:pointer;background:#fff;border:1px solid #c8ddfb;border-radius:12px;outline:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex}.objects-view-toggle:hover{color:#334155;background:#f6f9ff}body.lk-client-layout .objects-view-toggle:focus,body.lk-client-layout .objects-view-toggle:focus-visible{box-shadow:none;border-color:#c8ddfb;outline:none}.objects-view-toggle__icon{flex-shrink:0;display:block}.primary-btn{border-radius:var(--lk-btn-radius,12px);background:linear-gradient(to bottom right, rgb(var(--lk-btn-primary-from,91, 75, 255)), rgb(var(--lk-btn-primary-to,139, 88, 255)));height:34px;color:rgb(var(--lk-btn-primary-text,255, 255, 255));cursor:pointer;border:none;padding:0 16px}.objects-page-body{flex-direction:column;flex:1 1 0;min-height:200px;display:flex;overflow:hidden}.objects-grid{flex:1 1 0;place-content:stretch;gap:14px;width:100%;min-height:0;display:grid}.objects-grid>*{width:100%;min-width:0;height:100%;min-height:0}.objects-list{background:#fff;border:1px solid #dbe4f3;border-radius:14px;flex-direction:column;flex:1 1 0;align-self:stretch;width:100%;min-height:0;display:flex;overflow:hidden}.objects-list-row{box-sizing:border-box;text-align:left;color:#1e293b;background:0 0;border:0;border-bottom:1px solid #d0dbeb;grid-template-columns:minmax(10rem,1.35fr) minmax(7rem,.95fr) minmax(8rem,.9fr) minmax(5.5rem,.5fr) minmax(8rem,.65fr) minmax(7rem,.95fr);align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:14px;display:grid}.objects-list-col{min-width:0}.objects-list-col--type,.objects-list-col--year,.objects-list-col--tacho{white-space:nowrap}.objects-list-row--head .objects-list-col--type,.objects-list-row--head .objects-list-col--year,.objects-list-row--head .objects-list-col--tacho{font-size:13px}.objects-list-plate{letter-spacing:.02em;font-weight:600}.objects-list-row--head{color:#64748b;background:#f8fbff;flex-shrink:0;font-weight:600}.objects-list-items{flex-direction:column;flex:none;align-items:stretch;display:flex}.objects-list-row--item{cursor:pointer;flex:none;height:44px;min-height:44px;max-height:44px}.objects-list-row--item:hover{background:#f6f9ff}.objects-status{white-space:nowrap;font-size:13px;font-weight:600;display:inline-block}.objects-status--active{color:#16a34a}.objects-status--inactive{color:#dc2626}.objects-status--warning{color:#d97706}.objects-status--neutral{color:#64748b}.objects-pagination{flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;min-height:40px;display:flex}.objects-pagination--in-list{background:#fff;border-top:1px solid #d0dbeb;margin-top:auto;padding:10px 16px 12px}.objects-pagination-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #c8ddfb;border-radius:10px;min-width:86px;height:32px}.objects-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.objects-pagination-info{color:#475569;font-size:14px}@media (width<=1200px){.objects-header{flex-direction:column;align-items:flex-start}.objects-actions{justify-content:flex-start;width:100%}.objects-list-row{grid-template-columns:minmax(8rem,1.2fr) minmax(6.5rem,.85fr) minmax(7rem,.8fr) minmax(5rem,.45fr) minmax(7rem,.6fr) minmax(6.5rem,.8fr);font-size:13px}}@media (width<=700px){.search-input,.objects-actions{width:100%}.objects-list-row{grid-template-columns:1fr;align-items:flex-start;gap:6px}.objects-list-row--head{display:none}.objects-list-row--item>div:before{color:#94a3b8;margin-bottom:2px;font-size:11px;font-weight:600;display:block}.objects-list-row--item .objects-list-col--model:before{content:"Марка и модель"}.objects-list-row--item .objects-list-col--plate:before{content:"Гос. номер"}.objects-list-row--item .objects-list-col--type:before{content:"Вид объекта"}.objects-list-row--item .objects-list-col--year:before{content:"Год выпуска"}.objects-list-row--item .objects-list-col--tacho:before{content:"Тахография"}.objects-list-row--item .objects-list-col--status:before{content:"Статус"}.objects-list-row--item{flex:none}}body.theme-dark .objects-title{color:#e2e8f0}body.theme-dark .objects-page .search-input,body.theme-dark .objects-view-toggle,body.theme-dark .objects-list{color:#e2e8f0;background:#0f172a;border-color:#475569}body.theme-dark.lk-client-layout .objects-page .search-input:focus,body.theme-dark.lk-client-layout .objects-page .search-input:focus-visible,body.theme-dark.lk-client-layout .objects-page .select:focus,body.theme-dark.lk-client-layout .objects-page .select:focus-visible,body.theme-dark.lk-client-layout .objects-view-toggle:focus,body.theme-dark.lk-client-layout .objects-view-toggle:focus-visible{box-shadow:none;border-color:#475569;outline:none}body.theme-dark .objects-page .select{color:#e2e8f0;background-color:#0f172a;border-color:#475569}body.theme-dark .objects-list-row{color:#e2e8f0;border-bottom-color:#475569}body.theme-dark .objects-list-row--head{color:#94a3b8;background:#111827}body.theme-dark .objects-list-row--item:hover{background:#1e293b}body.theme-dark .objects-pagination-btn{color:#e2e8f0;background:#0f172a;border-color:#475569}body.theme-dark .objects-view-toggle{color:#fff}body.theme-dark .objects-pagination-info{color:#cbd5e1}body.theme-dark .objects-pagination--in-list{background:#0f172a;border-top-color:#475569}.drivers-page{flex-direction:column;gap:14px;display:flex}.drivers-header{justify-content:space-between;align-items:end;gap:14px;display:flex}.drivers-title-wrap{flex-direction:column;gap:4px;display:flex}.drivers-title{color:#334155;font-size:20px;font-weight:500}.drivers-subtitle{color:#7a8ea8;font-size:14px}.drivers-search-wrap{min-width:320px}.search-input{background:#fff;border:1px solid #d0dbeb;border-radius:12px;width:100%;height:34px;padding:0 12px}.drivers-table{background:#fff;border:1px solid #dbe4f3;border-radius:14px;overflow:hidden}.driver-form{background:#fff;border:1px solid #dbe4f3;border-radius:14px;gap:14px;padding:16px;display:grid}.driver-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.driver-form label{color:#64748b;gap:6px;font-size:13px;display:grid}.driver-form input,.driver-form select{color:#0f172a;background:#fff;border:1px solid #d0dbeb;border-radius:10px;height:38px;padding:0 10px}.driver-form-wide{grid-column:span 2}.driver-rfid-block{background:#f8fbff;border:1px solid #eef3fa;border-radius:12px;gap:10px;padding:12px;display:grid}.driver-rfid-title{color:#334155;font-weight:600}.driver-rfid-row{grid-template-columns:220px 1fr;gap:10px;display:grid}.secondary-small-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #c8ddfb;border-radius:10px;justify-self:start;height:34px;padding:0 12px}.driver-row{border-bottom:1px solid #eef3fa;grid-template-columns:2fr 1fr 1fr 1fr;align-items:center;padding:11px 16px;display:grid}.driver-row.header{color:#64748b;background:#f8fbff;font-weight:500}.driver-cell{color:#1e293b;font-size:14px}.driver-row.clickable{cursor:pointer;text-align:left;background:0 0;border:0;outline:none;width:100%;transition:background .2s}.driver-row.clickable:hover{background:#f6f9ff}.arrow{color:#7c3aed;margin-right:8px;font-size:16px;line-height:1;transition:transform .2s;display:inline-block}.arrow.rotate{transform:rotate(90deg)}.driver-cell.name{align-items:center;font-weight:500;display:flex}.driver-details{color:#334155;background:#f8fbff;max-height:0;padding:0 16px;font-size:13px;transition:all .25s;overflow:hidden}.driver-details.show{border-bottom:1px solid #eef3fa;max-height:300px;padding:12px 16px}.driver-details-grid{grid-template-columns:1fr 1fr;gap:8px 20px;display:grid}.driver-status{border-radius:999px;justify-content:center;align-items:center;min-width:100px;height:26px;padding:0 10px;font-size:12px;font-weight:500;display:inline-flex}.driver-status-hired{color:#b45309;background:#fff7ed;border:1px solid #fed7aa}.driver-status-company{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.drivers-empty{color:#64748b;background:#fff;padding:18px 16px;font-size:14px}@media (width<=1000px){.drivers-header{flex-direction:column;align-items:flex-start}.drivers-search-wrap{width:100%;min-width:0}.driver-row{grid-template-columns:1.5fr 1fr 1fr 1fr}.driver-details-grid{grid-template-columns:1fr}}@media (width<=700px){.driver-row{grid-template-columns:1fr;gap:6px}.driver-row.header{display:none}}body.theme-dark .drivers-title,body.theme-dark .driver-cell{color:#e2e8f0}body.theme-dark .drivers-subtitle,body.theme-dark .drivers-empty{color:#94a3b8}body.theme-dark .search-input,body.theme-dark .drivers-table,body.theme-dark .driver-form,body.theme-dark .driver-details{background:#1e293b;border-color:#475569}body.theme-dark .driver-form input,body.theme-dark .driver-form select,body.theme-dark .secondary-small-btn{color:#e2e8f0;background:#0f172a;border-color:#475569}body.theme-dark .driver-rfid-block{background:#0f172a;border-color:#334155}body.theme-dark .driver-rfid-title,body.theme-dark .driver-form label{color:#cbd5e1}body.theme-dark .driver-row{border-bottom-color:#334155}body.theme-dark .driver-row.header{color:#94a3b8;background:#0f172a}body.theme-dark .driver-row.clickable:hover{background:#334155}.object-details-page{flex-direction:column;flex:1 1 0;min-height:0;padding:0 24px;display:flex}.object-details-page .back-btn{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:15px;min-width:138px;height:35px;margin-bottom:8px;padding:0 12px;transition:background .2s}.object-details-page .back-btn:hover{background:#dbeafe}.object-topbar{flex-shrink:0;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.object-details-title{letter-spacing:0;color:#0f172a;flex-wrap:wrap;align-items:center;gap:8px;min-height:44px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;line-height:1.15;display:flex}.object-model,.object-plate{height:30px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:inherit;line-height:inherit;align-items:center;font-weight:400;display:inline-flex}.object-plate{font-weight:700}.object-separator{height:30px;font-size:inherit;line-height:inherit;color:#0f172a;align-items:center;display:inline-flex}.object-details-title .status{height:30px;font-size:inherit;line-height:inherit;align-items:center;font-weight:400;display:inline-flex}.status.active{color:#16a34a}.status.inactive{color:#dc2626}.status.warning{color:#f97316}.status.neutral{color:#64748b}.object-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.object-actions .back-btn{margin-bottom:0}.secondary-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #9bc8ff;border-radius:15px;min-width:138px;height:35px;padding:0 16px;transition:all .2s}.secondary-btn:hover{background:#f8fbff;border-color:#7db7ff}.object-topbar .object-details-topbar-btn{box-sizing:border-box;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-width:0;height:44px;min-height:44px;padding:0 24px;font-family:inherit;font-size:15px;font-weight:500;line-height:1;display:inline-flex}.object-topbar .object-details-topbar-btn--back{color:#334155;background:#fff;border:1px solid #dbe4f3;transition:background .2s,border-color .2s}.object-topbar .object-details-topbar-btn--back:hover{background:#f8fafc;border-color:#cbd5e1}.object-topbar .object-details-topbar-btn.client-support-cta{color:#fff;border:none}.object-details-grid{flex-shrink:0;grid-template-columns:minmax(320px,1fr) minmax(420px,1.05fr);gap:14px;margin-bottom:14px;display:grid}.object-details-card{background:#fff;border:1px solid #eef4fb;border-radius:15px;padding:13px 18px 16px}.object-details-card--rich{border:1px solid #e2e8f0;padding:16px 18px 18px;box-shadow:0 1px 2px #0f172a0a}.object-details-card__head{align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.object-details-card__head--history{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px}.object-details-card__head-left{align-items:center;gap:12px;display:flex}.object-details-card__icon{color:#3b82f6;background:#eff6ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.object-details-card__icon svg{width:26px;height:26px}.equipment-card .object-details-card__icon{width:52px;height:52px}.equipment-card .object-details-card__icon svg{width:28px;height:28px}.object-details-card__title{color:#0f172a;margin:0;font-size:17px;font-weight:600;line-height:1.25}.object-details-card__subtitle{color:#64748b;margin:4px 0 0;font-size:13px;line-height:1.35}.object-details-card__grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.object-details-card__footer{margin-top:10px}.object-details-card__footer .object-detail-field{margin:0}.object-detail-field{box-sizing:border-box;background:#f8fafc;border:1px solid #eef2f7;border-radius:12px;align-items:flex-start;gap:10px;min-height:64px;padding:11px 12px;display:flex}.object-detail-field--wide{grid-column:1/-1}.object-detail-field--no-icon{padding-left:14px}.object-details-card__head--no-icon{gap:0}.object-detail-field__icon{color:#3b82f6;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.object-detail-field__icon svg,.object-detail-field__icon img{object-fit:contain;width:26px;height:26px;display:block}.object-detail-field__body{flex:1;min-width:0}.object-detail-field__label{color:#64748b;margin-bottom:4px;font-size:12px;line-height:1.3}.object-detail-field__value{color:#0f172a;word-break:break-word;font-size:14px;font-weight:500;line-height:1.35}.object-detail-field__value--empty{color:#dc2626;font-weight:500}.object-detail-field__value--warning{color:#ea580c;font-weight:500}.object-details-card--history .object-details-card__head--history{flex-shrink:0}.object-details-card--history .object-details-card__title{font-size:17px}.object-details-card--history{flex-direction:column;flex:1 1 0;min-height:0;margin-bottom:0;display:flex}.object-history-list{flex-direction:column;flex:1 1 0;gap:8px;min-height:0;display:flex;overflow-y:auto}.object-history-item{color:#334155;background:#f8fafc;border:1px solid #eef2f7;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:14px;line-height:1.45;display:flex}.object-history-item--link{color:inherit;cursor:pointer;text-decoration:none;transition:background .15s,border-color .15s,box-shadow .15s}.object-history-item--link:hover{background:#f1f5f9;border-color:#cbd5e1;box-shadow:0 1px 3px #0f172a0f}.object-history-item--link:focus-visible{outline-offset:2px;outline:2px solid #6366f1}.object-history-item__text{flex:auto;min-width:0}.object-history-status{white-space:nowrap;border-radius:999px;flex:none;justify-content:center;align-items:center;min-width:72px;height:24px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.object-history-status.new{color:#be185d;background:#fce7f3}.object-history-status.in_progress{color:#0369a1;background:#e0f2fe}.object-history-status.waiting{color:#a16207;background:#fef9c3}.object-history-status.resolved,.object-history-status.closed{color:#166534;background:#dcfce7}.object-history-toolbar{flex-wrap:wrap;flex:320px;justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.object-history-search{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;flex:140px;min-width:120px;max-width:220px;height:40px;padding:0 12px;font-size:14px}.object-history-filter{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;min-width:130px;height:40px;padding:0 12px;font-size:14px}.object-history-filter--date{cursor:text;width:150px;min-width:0}.object-history-date-field{color:#64748b;align-items:center;gap:6px;font-size:13px;display:inline-flex}.object-history-date-field__label{flex-shrink:0}body.lk-client-layout .object-history-toolbar .object-history-search:focus,body.lk-client-layout .object-history-toolbar .object-history-search:focus-visible,body.lk-client-layout .object-history-toolbar .object-history-filter:focus,body.lk-client-layout .object-history-toolbar .object-history-filter:focus-visible{box-shadow:none;border-color:#cbd5e1;outline:none}.object-details-card.full{margin-bottom:0}.section-title{color:#0f172a99;margin-bottom:12px}.section-title-muted{color:#0f172a99}.details-line{color:#1e293b}.equipment-card{min-height:0}.equipment-card .object-details-card__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.equipment-grid{grid-template-columns:1fr 1fr;gap:22px 44px;display:grid}.sensor-editor{grid-column:1/-1;gap:10px;margin-top:12px;display:grid}.sensor-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.sensor-row input,.sensor-row select{color:#334155;background:#fff;border:1px solid #d0dbeb;border-radius:10px;height:34px;padding:0 10px}.history-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.equipment-block{flex-direction:column;gap:2px;display:flex}.equipment-block-wide{max-width:320px}.equipment-title{color:#0f172a;margin-bottom:4px}@media (width<=1200px){.object-topbar{flex-direction:column;align-items:flex-start}.object-actions{flex-wrap:wrap}.object-details-grid,.equipment-grid,.object-details-card__grid{grid-template-columns:1fr}.equipment-card{min-height:auto}.object-id{font-weight:600}}body.theme-dark .object-details-title,body.theme-dark .equipment-title,body.theme-dark .details-line{color:#e2e8f0}body.theme-dark .section-title,body.theme-dark .section-title-muted{color:#94a3b8}body.theme-dark .secondary-btn{color:#e2e8f0;background:#0f172a;border-color:#475569}body.theme-dark .object-topbar .object-details-topbar-btn--back{color:#334155;background:#fff;border-color:#dbe4f3}body.theme-dark .object-topbar .object-details-topbar-btn--back:hover{background:#f1f5f9;border-color:#cbd5e1}body.theme-dark .object-topbar .object-details-topbar-btn.client-support-cta{color:#fff}body.theme-dark .secondary-btn:hover{background:#334155}body.theme-dark .object-details-card{background:#1e293b;border-color:#475569}body.theme-dark .object-details-card--rich{box-shadow:none}body.theme-dark .object-details-card__icon,body.theme-dark .object-detail-field__icon{color:#fff;background:#0f172a;border-color:#475569}body.theme-dark .object-details-card__icon svg,body.theme-dark .object-detail-field__icon svg,body.theme-dark .object-detail-field__icon [aria-hidden=true]{color:#fff}body.theme-dark .object-details-card__title,body.theme-dark .object-detail-field__value{color:#e2e8f0}body.theme-dark .object-details-card__subtitle,body.theme-dark .object-detail-field__label{color:#94a3b8}body.theme-dark .object-detail-field,body.theme-dark .object-history-item{background:#0f172a;border-color:#334155}body.theme-dark .object-history-item--link:hover{background:#1e293b;border-color:#475569}body.theme-dark .object-detail-field__value--empty{color:#f87171}body.theme-dark .object-detail-field__value--warning{color:#fb923c}body.theme-dark .object-history-search,body.theme-dark .object-history-filter{color:#e2e8f0;background:#0f172a;border-color:#475569}body.theme-dark .object-history-date-field{color:#94a3b8}body.theme-dark.lk-client-layout .object-history-toolbar .object-history-search:focus,body.theme-dark.lk-client-layout .object-history-toolbar .object-history-search:focus-visible,body.theme-dark.lk-client-layout .object-history-toolbar .object-history-filter:focus,body.theme-dark.lk-client-layout .object-history-toolbar .object-history-filter:focus-visible{box-shadow:none;border-color:#475569;outline:none}body.theme-dark .object-details-page .back-btn{color:#bfdbfe;background:#1e40af59;border-color:#1d4ed8}.client-documents-page{flex-direction:column;flex:1;min-height:0;display:flex}.client-documents-card{background:#fff;border:1px solid #dbe4f3;border-radius:18px;flex-direction:column;flex:1;min-height:0;padding:20px;display:flex}.client-documents-title{color:#334155;margin:0 0 6px;font-size:20px;font-weight:500}.client-documents-subtitle{color:#7a8ea8;margin-bottom:14px;font-size:14px}.documents-grid{flex:1;grid-template-columns:repeat(3,minmax(220px,1fr));gap:14px;min-height:0;display:grid}.documents-toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;display:flex}.documents-search{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;flex:160px;min-width:120px;max-width:320px;height:40px;padding:0 12px;font-size:14px}.documents-filter{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;min-width:140px;height:40px;padding:0 12px;font-size:14px}.documents-filter--date{cursor:text;width:150px;min-width:0}.documents-date-field{color:#64748b;align-items:center;gap:6px;font-size:13px;display:inline-flex}.documents-date-field__label{flex-shrink:0}body.lk-client-layout .documents-toolbar .documents-search:focus,body.lk-client-layout .documents-toolbar .documents-search:focus-visible,body.lk-client-layout .documents-toolbar .documents-filter:focus,body.lk-client-layout .documents-toolbar .documents-filter:focus-visible{box-shadow:none;border-color:#cbd5e1;outline:none}.documents-block{background:#fff;border:1px solid #dbe4f3;border-radius:14px;flex-direction:column;min-height:0;padding:14px;display:flex}.documents-block__title{color:#334155;margin-bottom:12px;font-size:16px;font-weight:500}.documents-block__items{flex-direction:column;gap:8px;display:flex}.documents-placeholder{color:#64748b;text-align:center;background:#f8fbff;border:1px dashed #d0dbeb;border-radius:10px;justify-content:center;align-items:center;min-height:80px;padding:12px;font-size:14px;display:flex}.documents-list{flex-direction:column;gap:8px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.documents-row{color:#334155;text-align:left;background:#f8fafc;border:none;border-radius:10px;gap:3px;padding:10px;display:grid}.documents-row span:first-child{font-weight:600}.documents-row span:not(:first-child){color:#64748b;font-size:13px}.documents-row__actions{justify-content:flex-end;gap:8px;display:flex}.documents-icon-btn{color:#475569;cursor:pointer;background:#fff;border:none;border-radius:8px;outline:none;justify-content:center;align-items:center;width:28px;height:28px;text-decoration:none;display:inline-flex}.documents-icon-btn:focus,.documents-icon-btn:focus-visible{box-shadow:none;outline:none}.documents-icon-btn:hover:not(.disabled){color:#334155;background:#f1f5f9}.documents-icon-btn.disabled{opacity:.45;cursor:not-allowed}.documents-item-btn{color:#334155;cursor:pointer;text-align:left;background:#fff;border:none;border-radius:10px;min-height:34px;padding:0 12px;font-size:14px}.documents-item-btn:hover{background:#f8fbff}.documents-item-btn.active{color:#5b4bff;background:#f6f2ff}.document-preview{background:#fcfdff;border:1px solid #dbe4f3;border-radius:14px;margin-top:14px;padding:14px}.document-preview__title{color:#334155;margin-bottom:8px;font-size:15px;font-weight:500}.document-preview__text{color:#64748b;margin-bottom:12px;font-size:14px}.document-preview__actions{gap:8px;display:flex}@media (width<=1100px){.documents-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (width<=700px){.documents-grid{grid-template-columns:1fr}}body.theme-dark .client-documents-card,body.theme-dark .documents-block,body.theme-dark .document-preview{background:#1e293b;border-color:#475569}body.theme-dark .client-documents-title,body.theme-dark .documents-block__title,body.theme-dark .document-preview__title{color:#e2e8f0}body.theme-dark .client-documents-subtitle,body.theme-dark .document-preview__text{color:#94a3b8}body.theme-dark .documents-search,body.theme-dark .documents-filter{color:#e2e8f0;background:#0f172a;border-color:#475569}body.theme-dark.lk-client-layout .documents-toolbar .documents-search:focus,body.theme-dark.lk-client-layout .documents-toolbar .documents-search:focus-visible,body.theme-dark.lk-client-layout .documents-toolbar .documents-filter:focus,body.theme-dark.lk-client-layout .documents-toolbar .documents-filter:focus-visible{box-shadow:none;border-color:#475569;outline:none}body.theme-dark .documents-date-field{color:#94a3b8}body.theme-dark .documents-item-btn,body.theme-dark .documents-row,body.theme-dark .documents-icon-btn{color:#e2e8f0;background:#0f172a;border:none}body.theme-dark .documents-row{background:#111827}body.theme-dark .documents-icon-btn:hover:not(.disabled){background:#334155}body.theme-dark .documents-row span:not(:first-child){color:#94a3b8}body.theme-dark .documents-item-btn:hover{background:#334155}body.theme-dark .documents-placeholder{color:#94a3b8;background:#0f172a;border-color:#475569}.client-faq-page{flex-direction:column;display:flex}.client-faq-card{background:#fff;border:1px solid #dbe4f3;border-radius:18px;min-height:560px;padding:20px}.client-faq-title{color:#334155;margin:0 0 6px;font-size:20px;font-weight:500}.client-faq-subtitle{color:#7a8ea8;margin-bottom:14px;font-size:14px}.client-faq-list{flex-direction:column;gap:10px;max-width:760px;display:flex}.client-faq-item{color:#334155;cursor:pointer;text-align:left;background:#fff;border:1px solid #d0dbeb;border-radius:12px;min-height:38px;padding:0 12px;font-size:14px}.client-faq-item:hover{background:#f8fbff}.client-faq-item.active{background:#f6f2ff;border-color:#8b58ff}.faq-article{background:#fcfdff;border:1px solid #dbe4f3;border-radius:14px;margin-top:14px;padding:14px}.faq-article__title{color:#334155;margin-bottom:8px;font-size:15px;font-weight:500}.faq-article__text{color:#64748b;font-size:14px;line-height:1.5}body.theme-dark .client-faq-card,body.theme-dark .faq-article{background:#1e293b;border-color:#475569}body.theme-dark .client-faq-title,body.theme-dark .faq-article__title{color:#e2e8f0}body.theme-dark .client-faq-subtitle,body.theme-dark .faq-article__text{color:#94a3b8}body.theme-dark .client-faq-item{color:#e2e8f0;background:#0f172a;border-color:#475569}body.theme-dark .client-faq-item:hover{background:#334155}.support-request{background:#fff;border:1px solid #dbe4f3;border-radius:18px;flex-direction:column;flex:1;gap:14px;width:100%;min-height:0;padding:20px 22px 22px;display:flex;overflow:hidden}.support-request--loading{min-height:200px}.support-request-back{color:#475569;cursor:pointer;background:#fff;border:1px solid #c8ddfb;border-radius:12px;align-self:flex-start;align-items:center;gap:6px;height:36px;padding:0 14px 0 10px;font-size:14px;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.support-request-back:hover{color:#334155;background:#f6f9ff;border-color:#93c5fd}.support-request-back__icon{flex-shrink:0;margin-top:1px}.support-notify-banner{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;flex-direction:column;gap:10px;margin-bottom:14px;padding:12px 14px;display:flex}.support-notify-banner__title{color:#1e3a5f;font-size:16px;font-weight:700}.support-notify-banner__text{color:#1e3a5f;font-size:14px;line-height:1.45}.support-notify-banner__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.support-notify-banner__mailto{color:#1d4ed8;background:#fff;border:1px solid #93c5fd;border-radius:10px;align-items:center;padding:8px 14px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.support-notify-banner__mailto:hover{background:#f8fafc;border-color:#2563eb}.support-notify-banner__dismiss{color:#475569;cursor:pointer;background:#fff;border:1px solid #d0dbeb;border-radius:10px;height:34px;padding:0 12px;font-size:14px}.support-ticket-layout{flex:1;grid-template-columns:minmax(300px,1fr) minmax(340px,1.12fr);align-items:stretch;gap:18px;width:100%;min-height:0;display:grid}.support-ticket-layout__main{flex-direction:column;flex:auto;gap:14px;min-width:0;min-height:0;display:flex;overflow:hidden}.support-ticket-layout__chat{flex-direction:column;align-self:stretch;min-width:0;height:100%;min-height:0;display:flex}.ticket-detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;flex:auto;min-height:0;max-height:100%;padding:18px 20px 20px;display:flex;overflow:hidden;box-shadow:0 4px 18px #0f172a0d}.ticket-detail-card__heading{color:#0f172a;letter-spacing:-.02em;flex-shrink:0;margin:0;font-size:18px;font-weight:600}.ticket-detail-card__subtitle{color:#64748b;flex-shrink:0;margin:6px 0 0;font-size:13px}.ticket-detail-card__fields{overscroll-behavior:auto;-webkit-overflow-scrolling:touch;flex-direction:column;flex:auto;gap:12px;min-height:0;margin:16px 0 0;padding:0;display:flex;overflow:hidden auto}.ticket-detail-card__row{grid-template-columns:120px 1fr;align-items:start;gap:10px 14px;font-size:14px;display:grid}.ticket-detail-card__row dt{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin:0;font-size:12px;font-weight:600}.ticket-detail-card__row dd{color:#1e293b;word-break:break-word;margin:0;font-weight:500;line-height:1.45}.ticket-detail-card__row--wide{grid-template-columns:120px 1fr}.ticket-detail-card__dd-multiline{color:#334155;white-space:pre-wrap;font-weight:400}.ticket-detail-card__dd-appeal .ticket-detail-card__files,.ticket-detail-card__dd-supplement .ticket-detail-card__files{border-top:1px solid #e2e8f0;margin-top:14px;padding-top:14px}.ticket-detail-card__dd-supplement{flex-direction:column;gap:8px;display:flex}.ticket-detail-card__supplement-date{color:#94a3b8;font-size:12px;font-weight:500;display:block}.ticket-detail-card__supplement-text{white-space:pre-wrap;margin:0}.ticket-detail-card__files-empty{color:#94a3b8;margin:0;font-size:13px}.support-attachment-preview{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.support-attachment-preview__thumb-wrap{width:100%;max-width:280px}.support-attachment-preview__thumb-btn{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:0;display:block;position:relative;overflow:hidden}.support-attachment-preview__thumb-btn--tip:after{content:"Нажмите для просмотра в полном размере";z-index:2;color:#f8fafc;text-align:center;pointer-events:none;opacity:0;background:#0f172ae0;border-radius:8px;max-width:calc(100% - 16px);padding:6px 10px;font-size:11px;line-height:1.35;transition:opacity .15s,transform .15s;position:absolute;bottom:8px;left:50%;transform:translate(-50%)translateY(4px)}.support-attachment-preview__thumb-btn--tip:hover:after,.support-attachment-preview__thumb-btn--tip:focus-visible:after{opacity:1;transform:translate(-50%)translateY(0)}.support-attachment-preview__thumb{object-fit:contain;width:100%;max-height:200px;display:block}.support-attachment-preview__thumb-placeholder{color:#94a3b8;border:1px dashed #cbd5e1;border-radius:10px;justify-content:center;align-items:center;min-height:80px;padding:12px;font-size:13px;display:flex}.support-attachment-preview__hint{color:#94a3b8;font-size:12px}.support-image-lightbox{z-index:12000;justify-content:center;align-items:center;padding:24px 16px;display:flex;position:fixed;inset:0}.support-image-lightbox__backdrop{cursor:pointer;background:#0f172ab8;border:none;margin:0;padding:0;position:absolute;inset:0}.support-image-lightbox__panel{z-index:1;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:min(96vw,1200px);max-height:min(92vh,900px);display:flex;position:relative}.support-image-lightbox__close{z-index:2;color:#fff;cursor:pointer;background:#0f172ad9;border:1px solid #ffffff59;border-radius:999px;width:36px;height:36px;font-size:22px;line-height:1;position:absolute;top:-8px;right:-8px}.support-image-lightbox__close:hover{background:#1e293bf2}.support-image-lightbox__img{object-fit:contain;background:#0f172a;border-radius:12px;width:auto;max-width:100%;height:auto;max-height:min(82vh,820px);display:block;box-shadow:0 20px 50px #00000059}.support-image-lightbox__caption{color:#f8fafc;text-align:center;word-break:break-word;max-width:100%;margin:0;padding:0 8px;font-size:13px;line-height:1.4}.ticket-detail-card__files-title{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:8px;font-size:12px;font-weight:600}.ticket-detail-card__files-list{grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.ticket-detail-card__files-list>li{min-width:0}.ticket-detail-card__files-list--multi .support-attachment-preview__thumb{max-height:96px}.ticket-detail-card__files-list--multi .support-attachment-preview__thumb-wrap{max-width:100%}.ticket-detail-card__files-list--many{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.ticket-detail-card__files-list--many .support-attachment-preview__thumb{max-height:72px}.ticket-detail-card__files-list--many .support-attachment-preview__thumb-placeholder{min-height:56px}.ticket-detail-card__files-list .support-attachment-preview{gap:6px;width:100%}.ticket-detail-card__files-list .support-attachment-preview__thumb-wrap{width:100%;max-width:none}.ticket-detail-card__files-list .support-attachment-preview__thumb{max-height:120px}.ticket-detail-card__files-list .support-attachment-preview__thumb-btn{width:100%}.ticket-detail-card__files-list .ticket-detail-card__file-link{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}.ticket-detail-card__file-link{color:#2563eb;word-break:break-word;align-items:center;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.ticket-detail-card__file-link:hover{text-decoration:underline}button.ticket-detail-card__file-link,button.support-chat__attach-link{cursor:pointer;font:inherit;text-align:left}button.ticket-detail-card__file-link{background:0 0;border:none;padding:0}button.support-chat__attach-link{appearance:none}button.ticket-detail-card__file-link:disabled,button.support-chat__attach-link:disabled{opacity:.65;cursor:wait}.support-attachment-link-wrap{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.support-attachment-link-wrap__error{color:#dc2626;font-size:12px}.ticket-detail-card__actions{border-top:1px solid #e2e8f0;flex-shrink:0;margin-top:16px;padding-top:14px}.ticket-detail-card__supplement-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #c8ddfb;border-radius:12px;justify-content:center;align-items:center;min-height:40px;padding:0 18px;font-size:14px;font-weight:600;display:inline-flex}.ticket-detail-card__supplement-btn:hover{color:#1e40af;background:#f6f9ff;border-color:#93c5fd}.support-supplement-dialog .support-create-dialog__body{padding:16px 18px 18px}.support-supplement-dialog__body{flex-direction:column;gap:12px;display:flex}.support-supplement-dialog__textarea{min-height:120px}body.lk-client-layout .support-supplement-dialog .support-form__textarea:focus,body.lk-client-layout .support-supplement-dialog .support-form__textarea:focus-visible{box-shadow:none;border-color:#d0dbeb;outline:none}.support-supplement-dialog__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.support-supplement-dialog__actions .support-supplement-dialog__cancel,.support-supplement-dialog__actions .support-form__button{box-sizing:border-box;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:132px;min-width:132px;height:40px;min-height:40px;margin:0;padding:0 12px;font-size:14px;font-weight:500;display:inline-flex}.support-supplement-dialog__cancel{color:#475569;background:#fff;border:1px solid #d0dbeb}.support-supplement-dialog__actions .support-form__button{background:linear-gradient(to bottom right, rgb(var(--lk-btn-primary-from,91, 75, 255)), rgb(var(--lk-btn-primary-to,139, 88, 255)));color:#fff;border:none}.support-empty--alert{color:#b91c1c}.ticket-detail-card__status-block{border-top:1px solid #e2e8f0;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:10px;margin-top:18px;padding-top:16px;display:flex}.ticket-detail-card__status-label{text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-size:12px;font-weight:600}.support-empty{color:#64748b;font-size:14px}.support-empty--alert{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:10px 12px}.request-status{border-radius:999px;justify-content:center;align-items:center;min-width:84px;height:24px;padding:0 8px;font-size:12px;display:inline-flex}.request-status.new{color:#be185d;background:#fce7f3}.request-status.in_progress{color:#0369a1;background:#e0f2fe}.request-status.waiting{color:#a16207;background:#fef9c3}.request-status.resolved,.request-status.closed{color:#166534;background:#dcfce7}.request-status--lg{min-height:30px;padding:0 12px;font-size:13px;font-weight:600}.support-chat{background:#eef2f7;border:1px solid #dbe4f3;border-radius:16px;flex-direction:column;flex:1;height:100%;min-height:0;display:flex;overflow:hidden}.support-chat__brand-bar{color:#fff;background:linear-gradient(to bottom right,#6366f1 0%,#3b82f6 55%,#2563eb 100%);flex-direction:column;gap:4px;padding:14px 16px 12px;display:flex}.support-chat__brand-text{flex-direction:column;gap:2px;display:flex}.support-chat__brand-title{opacity:.95;font-size:13px;font-weight:600}.support-chat__brand-name{letter-spacing:-.01em;font-size:16px;font-weight:700}.support-chat__thread{flex-direction:column;flex:1;gap:12px;min-height:200px;padding:16px 14px 20px;display:flex;overflow-y:auto}.support-chat__empty{text-align:center;color:#64748b;max-width:280px;margin:auto;padding:24px 12px;font-size:14px;line-height:1.45}.support-chat__row{justify-content:flex-start;width:100%;display:flex}.support-chat__row--mine{justify-content:flex-end}.support-chat__bubble{border-radius:16px 16px 16px 6px;max-width:min(88%,520px);padding:11px 14px 10px;box-shadow:0 1px 2px #0f172a0f}.support-chat__bubble--their{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:16px 16px 16px 6px}.support-chat__bubble--mine{color:#fff;background:linear-gradient(to bottom right,#5b4bff 0%,#7c3aed 100%);border:none;border-radius:16px 16px 6px;box-shadow:0 4px 14px #5b4bff40}.support-chat__bubble-author{text-transform:uppercase;letter-spacing:.03em;opacity:.92;margin-bottom:6px;font-size:11px;font-weight:600}.support-chat__bubble--mine .support-chat__bubble-author{color:#ffffffe6}.support-chat__bubble--their .support-chat__bubble-author{color:#64748b}.support-chat__bubble-text{white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.45}.support-chat__attachments{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.support-chat__attach-link{color:inherit;background:#fff3;border:1px solid #ffffff59;border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;text-decoration:none;display:inline-flex}.support-chat__bubble--their .support-chat__attach-link{color:#2563eb;background:#f8fafc;border-color:#cbd5e1}.support-chat__bubble-time{opacity:.75;margin-top:8px;font-size:11px}.support-chat__composer{background:#fff;border-top:1px solid #e2e8f0;align-items:stretch;gap:0;padding:12px 12px 14px;display:flex}.support-chat__composer-input{color:#0f172a;background:#f8fafc;border:1px solid #d0dbeb;border-right:none;border-radius:12px 0 0 12px;outline:none;flex:1;min-width:0;padding:12px 14px;font-size:14px}.support-chat__composer-input:focus{background:#fff;border-color:#93c5fd}.support-chat__composer-input:disabled{opacity:.55;cursor:not-allowed}.support-chat__send{color:#fff;cursor:pointer;background:linear-gradient(to bottom right,#3b82f6 0%,#2563eb 100%);border:1px solid #0000;border-radius:0 12px 12px 0;flex-shrink:0;justify-content:center;align-items:center;width:52px;min-width:52px;padding:0;font-size:18px;font-weight:600;line-height:1;display:inline-flex}.support-chat__send:hover:not(:disabled){filter:brightness(1.05)}.support-chat__send:disabled{opacity:.5;cursor:not-allowed}.chat-picked-files{border-top:1px solid #dbe4f3;flex-wrap:wrap;gap:6px;padding:8px 10px;display:flex}.chat-picked-files span{background:#f4f8fe;border:1px solid #d0dbeb;border-radius:999px;padding:2px 8px;font-size:12px}.chat-files-panel{background:#fff;border:1px solid #dbe4f3;border-radius:12px;padding:10px}.chat-files-title{color:#334155;margin-bottom:8px;font-size:15px;font-weight:500}.chat-files-tabs{gap:4px;margin-bottom:8px;display:flex}.chat-files-tabs button{cursor:pointer;background:#fff;border:1px solid #d0dbeb;border-radius:8px;height:28px;padding:0 8px;font-size:12px}.chat-files-tabs button.active{color:#fff;background:linear-gradient(to bottom right,#5b4bff,#8b58ff);border:none}.chat-files-list{flex-direction:column;gap:6px;max-height:270px;display:flex;overflow:auto}.chat-files-item{color:#475569;border:1px solid #dbe4f3;border-radius:10px;padding:8px;font-size:12px}.chat-files-empty{color:#94a3b8;font-size:13px}@media (width<=1100px){.support-ticket-layout{grid-template-columns:1fr}.ticket-detail-card{max-height:min(72vh,680px)}.support-chat{height:auto;min-height:min(52vh,480px);max-height:min(62vh,560px)}}@media (width<=640px){.ticket-detail-card__row{grid-template-columns:1fr;gap:4px}.ticket-detail-card__row dt{margin-bottom:-2px}}body.theme-dark .support-request{color:#e2e8f0;background:#1e293b;border-color:#475569}body.theme-dark .ticket-detail-card{background:#1e293b;border-color:#475569;box-shadow:0 4px 18px #00000040}body.theme-dark .ticket-detail-card__heading{color:#f1f5f9}body.theme-dark .ticket-detail-card__subtitle{color:#94a3b8}body.theme-dark .ticket-detail-card__row dt{color:#64748b}body.theme-dark .ticket-detail-card__row dd{color:#e2e8f0}body.theme-dark .ticket-detail-card__dd-multiline{color:#cbd5e1}body.theme-dark .ticket-detail-card__dd-appeal .ticket-detail-card__files,body.theme-dark .ticket-detail-card__dd-supplement .ticket-detail-card__files{border-top-color:#475569}body.theme-dark .ticket-detail-card__supplement-date{color:#64748b}body.theme-dark .ticket-detail-card__files-title{color:#94a3b8}body.theme-dark .ticket-detail-card__supplement-btn{color:#e2e8f0;background:#0f172a;border-color:#475569}body.theme-dark .ticket-detail-card__supplement-btn:hover{background:#1e293b;border-color:#64748b}body.theme-dark.lk-client-layout .support-supplement-dialog .support-form__textarea:focus,body.theme-dark.lk-client-layout .support-supplement-dialog .support-form__textarea:focus-visible{box-shadow:none;border-color:#475569;outline:none}body.theme-dark .ticket-detail-card__actions{border-top-color:#475569}body.theme-dark .ticket-detail-card__file-link{color:#93c5fd}body.theme-dark .ticket-detail-card__status-block{border-top-color:#475569}body.theme-dark .ticket-detail-card__status-label{color:#94a3b8}body.theme-dark .support-empty--alert{color:#fecaca;background:#7f1d1d40;border-color:#f87171}body.theme-dark .support-request-back{color:#e2e8f0;background:#0f172a;border-color:#475569}body.theme-dark .support-image-lightbox__caption{color:#e2e8f0}body.theme-dark .support-request-back:hover{color:#f1f5f9;background:#1e293b;border-color:#64748b}body.theme-dark .support-chat{background:#0f172a;border-color:#475569}body.theme-dark .support-chat__empty{color:#94a3b8}body.theme-dark .support-chat__bubble--their{color:#e2e8f0;background:#1e293b;border-color:#475569}body.theme-dark .support-chat__bubble--their .support-chat__bubble-author{color:#94a3b8}body.theme-dark .support-chat__bubble--their .support-chat__attach-link{color:#93c5fd;background:#0f172a;border-color:#64748b}body.theme-dark .support-chat__composer{background:#1e293b;border-top-color:#475569}body.theme-dark .support-chat__composer-input{color:#e2e8f0;background:#0f172a;border-color:#475569}body.theme-dark .support-chat__composer-input:focus{background:#020617;border-color:#60a5fa}body.theme-dark .chat-files-panel{background:#1e293b;border-color:#475569}body.theme-dark .chat-files-title{color:#e2e8f0}body.theme-dark .chat-files-tabs button{color:#e2e8f0;background:#0f172a;border-color:#475569}body.theme-dark .chat-files-empty,body.theme-dark .chat-files-item{color:#94a3b8}body.theme-dark .support-notify-banner{background:#1e3a8a59;border-color:#3b82f6}body.theme-dark .support-notify-banner__text{color:#e2e8f0}body.theme-dark .support-notify-banner__mailto{color:#bfdbfe;background:#0f172a;border-color:#60a5fa}body.theme-dark .support-notify-banner__dismiss{color:#e2e8f0;background:#0f172a;border-color:#475569}.client-account-page{flex-direction:column;display:flex}.client-account-card{background:#fff;border:1px solid #dbe4f3;border-radius:18px;min-height:360px;padding:20px}.client-account-title{color:#334155;margin:0 0 14px;font-size:20px;font-weight:500}.account-avatar-row{align-items:center;gap:16px;margin-bottom:16px;display:flex}.account-avatar-preview{color:#64748b;background:#f4f8fe;border:1px dashed #9caec7;border-radius:50%;justify-content:center;align-items:center;width:78px;height:78px;display:flex;overflow:hidden}.account-avatar-preview img{object-fit:cover;width:100%;height:100%}.account-form-grid{grid-template-columns:repeat(2,minmax(220px,1fr));gap:12px;margin-bottom:14px;display:grid}.account-field{color:#64748b;flex-direction:column;gap:6px;font-size:14px;display:flex}.account-field input{border:1px solid #d0dbeb;border-radius:10px;height:36px;padding:0 10px}.account-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #d0dbeb;border-radius:10px;height:34px;padding:0 12px}.account-btn-primary{color:#fff;background:linear-gradient(to bottom right,#5b4bff,#8b58ff);border:none}.account-notice{margin-top:10px;font-size:14px}.account-notice.success{color:#15803d}.account-notice.error{color:#b91c1c}body.theme-dark .client-account-card{background:#1e293b;border-color:#475569}body.theme-dark .client-account-title,body.theme-dark .account-field{color:#e2e8f0}body.theme-dark .account-avatar-preview{color:#94a3b8;background:#0f172a;border-color:#64748b}body.theme-dark .account-field input,body.theme-dark .account-btn{color:#e2e8f0;background:#0f172a;border-color:#475569}.sales-page{flex:1;min-height:0;display:flex}.sales-card{background:#fff;border:1px solid #dbe4f3;border-radius:18px;flex-direction:column;gap:18px;width:100%;padding:22px;display:flex}.sales-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.sales-head h1{color:#0f172a;margin:0;font-size:24px}.sales-head p{color:#64748b;margin:6px 0 0}.sales-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:10px 12px;font-size:14px}.sales-status{color:#166534;background:#dcfce7;border-radius:999px;padding:7px 12px;font-size:13px}.sales-faq{background:#f8fbff;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.sales-faq__title{color:#334155;margin-bottom:10px;font-weight:600}.sales-faq__chips{flex-wrap:wrap;gap:8px;display:flex}.sales-faq__chips button{color:#334155;background:#fff;border:1px solid #c8ddfb;border-radius:999px;min-height:32px;padding:0 12px}.sales-form{gap:14px;max-width:760px;display:grid}.sales-form label{color:#475569;gap:6px;font-size:13px;display:grid}.sales-form select,.sales-form textarea{color:#0f172a;background:#fff;border:1px solid #d0dbeb;border-radius:12px;padding:10px 12px;font-size:14px}.sales-form textarea{resize:vertical;min-height:140px}.sales-files{flex-wrap:wrap;gap:8px;display:flex}.sales-files span{color:#475569;background:#f8fafc;border:1px solid #d0dbeb;border-radius:999px;padding:5px 10px;font-size:12px}.sales-form button[type=submit]{color:#fff;cursor:pointer;background:linear-gradient(to bottom right,#5b4bff,#8b58ff);border:none;border-radius:12px;justify-self:start;min-height:38px;padding:0 18px}body.theme-dark .sales-card,body.theme-dark .sales-faq{background:#1e293b;border-color:#475569}body.theme-dark .sales-head h1,body.theme-dark .sales-faq__title{color:#e2e8f0}body.theme-dark .sales-head p,body.theme-dark .sales-form label{color:#94a3b8}body.theme-dark .sales-form select,body.theme-dark .sales-form textarea,body.theme-dark .sales-faq__chips button{color:#e2e8f0;background:#0f172a;border-color:#475569}.my-requests-page{flex-direction:column;flex:1;width:100%;min-width:0;display:flex}.my-requests-head{margin-bottom:16px}.my-requests-title{color:#0f172a;margin:0 0 8px;font-size:22px;font-weight:600}.my-requests-lead{color:#64748b;margin:0 0 14px;font-size:14px;line-height:1.45}.my-requests-create-wrap{flex-shrink:0;position:relative}.my-requests-create-btn{white-space:nowrap;min-height:40px;padding:0 18px}.my-requests-create-menu{z-index:40;background:#fff;border:1px solid #dbe4f3;border-radius:14px;min-width:min(360px,100vw - 48px);max-width:420px;max-height:min(70vh,480px);padding:8px;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto;box-shadow:0 12px 32px #0f172a1f}.my-requests-create-menu__item{color:#334155;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;width:100%;margin:0;padding:10px 12px;font-size:14px;line-height:1.35;display:block}.my-requests-create-menu__item:hover{color:#1e293b;background:#f1f5f9}.my-requests-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.my-requests-search{background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;flex:160px;min-width:120px;max-width:280px;height:40px;padding:0 12px;font-size:14px}body.lk-client-layout .my-requests-toolbar .my-requests-search:focus,body.lk-client-layout .my-requests-toolbar .my-requests-search:focus-visible,body.lk-client-layout .my-requests-toolbar .my-requests-filter:focus,body.lk-client-layout .my-requests-toolbar .my-requests-filter:focus-visible{box-shadow:none;border-color:#cbd5e1;outline:none}.my-requests-filter{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;min-width:140px;height:40px;padding:0 12px;font-size:14px}.my-requests-filter--date{width:150px;min-width:0}.my-requests-date-field{color:#64748b;align-items:center;gap:6px;font-size:13px;display:inline-flex}.my-requests-date-field__label{flex-shrink:0}.my-requests-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin-bottom:12px;padding:12px 14px}.my-requests-table-wrap{background:#fff;border:1px solid #dbe4f3;border-radius:14px;flex:1;min-width:0;overflow:auto}.my-requests-table{table-layout:fixed;border-collapse:collapse;width:100%;font-size:14px}.my-requests-table th:first-child,.my-requests-table td:first-child{width:16%}.my-requests-table th:nth-child(2),.my-requests-table td:nth-child(2),.my-requests-table th:nth-child(3),.my-requests-table td:nth-child(3){width:12%}.my-requests-table th:nth-child(4),.my-requests-table td:nth-child(4){width:28%}.my-requests-table th:nth-child(5),.my-requests-table td:nth-child(5){width:16%}.my-requests-table td{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.my-requests-table th,.my-requests-table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:12px 14px}.my-requests-table th{color:#64748b;background:#f8fafc;font-weight:600}.my-requests-row--clickable{cursor:pointer}.my-requests-row--clickable:hover{background:#f1f5f9}.my-requests-empty{text-align:center;color:#94a3b8;padding:24px!important}body.theme-dark .my-requests-title{color:#f1f5f9}body.theme-dark .my-requests-lead{color:#94a3b8}body.theme-dark .my-requests-search,body.theme-dark .my-requests-filter{color:#e2e8f0;background:#0f172a;border-color:#475569}body.theme-dark.lk-client-layout .my-requests-toolbar .my-requests-search:focus,body.theme-dark.lk-client-layout .my-requests-toolbar .my-requests-search:focus-visible,body.theme-dark.lk-client-layout .my-requests-toolbar .my-requests-filter:focus,body.theme-dark.lk-client-layout .my-requests-toolbar .my-requests-filter:focus-visible{box-shadow:none;border-color:#475569;outline:none}body.theme-dark .my-requests-create-menu{background:#1e293b;border-color:#475569}body.theme-dark .my-requests-create-menu__item{color:#e2e8f0}body.theme-dark .my-requests-create-menu__item:hover{color:#f8fafc;background:#334155}body.theme-dark .my-requests-date-field{color:#94a3b8}body.theme-dark .my-requests-table-wrap{background:#1e293b;border-color:#475569}body.theme-dark .my-requests-table th{color:#cbd5e1;background:#0f172a}body.theme-dark .my-requests-table td{color:#e2e8f0;border-color:#334155}body.theme-dark .my-requests-row--clickable:hover{background:#334155}.login-page{background:#dfe8f3;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-shell{width:100%;max-width:560px}.login-card{background:#f8fbff;border:1px solid #d8e4f4;border-radius:28px;padding:36px 32px 28px;box-shadow:0 10px 24px #4f46e50a}.login-card__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:28px;display:flex}.login-card__brand{justify-content:center;width:100%;margin-bottom:14px;display:flex}.login-card__logo{object-fit:contain;width:min(420px,100%);max-width:100%;height:auto;max-height:168px;display:block}.login-card__subtitle{color:#64748b;width:100%;font-size:16px}.login-form{flex-direction:column;gap:16px;display:flex}.login-field{flex-direction:column;gap:8px;display:flex}.login-field span{color:#334155;font-size:14px}.login-field__required,.login-modal-form .login-field__required,.login-modal-form .login-field>span .login-field__required,.login-modal-form .login-field--checkbox .login-field__required{color:#dc2626;font-weight:700}.login-field a{color:#2563eb}.login-field a+.login-field__required{color:#dc2626}.login-field input{background:#fff;border:1px solid #cad7ea;border-radius:16px;outline:none;height:48px;padding:0 16px;transition:border-color .2s,box-shadow .2s}.password-field-wrap{align-items:center;gap:8px;display:flex}.password-field-wrap input{flex:1}.password-toggle-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cad7ea;border-radius:12px;min-width:92px;height:40px;padding:0 10px;font-size:13px}.login-field input:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.login-submit{color:#fff;cursor:pointer;background:linear-gradient(to bottom right,#4f46e5,#7c3aed);border:none;border-radius:16px;height:50px;margin-top:8px;font-size:15px;font-weight:600}.login-submit:hover{filter:brightness(1.03)}.login-hint{color:#64748b;margin-top:18px;font-size:13px;line-height:1.5}.login-hint-error{color:#b91c1c}.login-actions{gap:12px;margin-top:6px;display:flex}.login-link-btn{color:#2563eb;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px}.login-link-btn:hover{text-decoration:underline}.login-field--checkbox span{line-height:1.45}.login-field--checkbox input[type=checkbox]{vertical-align:middle;width:auto;height:auto;margin:0 6px 0 0}.login-modal-overlay{z-index:1000;box-sizing:border-box;background:#0f172a73;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.login-modal{background:#f8fbff;border:1px solid #d8e4f4;border-radius:20px;flex-direction:column;width:min(480px,100%);max-height:min(90dvh,720px);display:flex;overflow:hidden;box-shadow:0 20px 48px #0f172a33}.login-modal__head{border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 18px 12px;display:flex}.login-modal__title{color:#0f172a;margin:0;font-size:16px;font-weight:700;line-height:1.35}.login-modal__close{color:#475569;cursor:pointer;box-sizing:border-box;background:#eef2f8;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:22px;font-weight:400;line-height:1;display:inline-flex}.login-modal__close-icon{text-align:center;width:1em;height:1em;line-height:1;display:block;transform:translateY(-.5px)}.login-modal__close:hover{color:#0f172a;background:#e2e8f0}.login-modal__body{min-height:0;padding:14px 18px 18px;overflow-y:auto}.login-modal-form{gap:12px}.login-modal-form .login-submit{margin-top:4px}.login-modal-form .login-hint{margin-top:0}.login-page:has(.login-modal-overlay){overflow:hidden}.support-page{--support-sidebar-width:260px;--support-left-panel-width:340px;height:100dvh;min-height:100dvh;min-width:min(100%, var(--lk-layout-min-width,880px));grid-template-columns:var(--support-sidebar-width) minmax(0, 1fr);box-sizing:border-box;background:#dfe8f3;grid-template-rows:auto minmax(0,1fr);align-items:stretch;gap:18px;width:min(100%,3840px);margin:0 auto;padding:24px;display:grid;position:relative;overflow:hidden}.support-page.support-page--embedded{background:0 0;flex-direction:column;gap:12px;width:100%;min-width:0;height:100%;min-height:0;max-height:none;margin:0;padding:0;display:flex}.support-page.support-page--embedded.support-page--with-statusline{grid-template-rows:unset}.support-page-statusline.support-page-statusline--embedded{grid-column:unset;grid-row:unset;flex-flow:wrap;align-items:center;gap:10px 14px;width:100%}.support-embedded-toolbar{flex-shrink:0;align-items:center;margin-left:auto;display:flex}.support-main.support-main--embedded{grid-column:unset;grid-row:unset;flex:1;width:100%;min-height:0}.support-page.support-page--with-statusline{grid-template-rows:auto auto minmax(0,1fr)}.support-page-statusline{flex-direction:column;grid-area:1/1/auto/-1;gap:8px;display:flex}.support-sidebar{flex-direction:column;grid-area:2/1;gap:18px;min-width:0;min-height:0;display:flex}.support-page.support-page--with-statusline .support-sidebar{grid-row:3}.support-header,.left-panel,.right-panel,.single-panel{background:#ffffff8c;border:1.5px solid #8ec0ff;border-radius:24px}.support-sidebar-menu{background:#ffffff8c;border:1.5px solid #8ec0ff;border-radius:24px;flex-direction:column;flex:1;gap:12px;height:100%;min-height:0;padding:18px 16px;display:flex}.support-page .support-sidebar-menu .sidebar-button{color:#263142;cursor:pointer;text-align:center;background:#f8fafc;border:1px solid #b7d7ff;border-radius:14px;justify-content:center;align-items:center;width:100%;min-height:48px;padding:0 12px;font-size:15px;display:flex}.support-page .support-sidebar-menu .sidebar-button.active{color:#fff;background:linear-gradient(to bottom right,#3f5efb 0%,#8b2cf5 100%);border:none}.support-page .support-sidebar-menu .sidebar-button:focus{outline:none}.support-page .support-sidebar-menu .sidebar-button:focus-visible{box-shadow:0 0 0 2px #8ec0ff8c}.support-page .support-sidebar-menu a.sidebar-button:focus{outline:none}.support-page .support-sidebar-menu a.sidebar-button:focus-visible{box-shadow:0 0 0 2px #8ec0ff8c}.support-page .exit-button{color:#d84e62;cursor:pointer;background:#fff4f4;border:1px solid #efb0b0;border-radius:14px;align-self:stretch;width:100%;min-height:42px;margin-top:auto}.support-main{flex-direction:column;grid-area:2/2;gap:18px;min-width:0;height:100%;min-height:0;display:flex}.support-page.support-page--with-statusline .support-main{grid-row:3}.support-header{grid-area:1/1/auto/-1;align-items:center;gap:16px;min-height:64px;padding:0 20px;display:flex}.support-page.support-page--with-statusline .support-header{grid-row:2}.support-header-profile{align-items:center;gap:12px;min-width:0;display:flex}.support-header-avatar{cursor:pointer;background:linear-gradient(to bottom right,#f4f8ff 0%,#e8f0fc 100%);border:1.5px solid #8ec0ff;border-radius:110px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:flex;overflow:hidden}.support-header-avatar:focus{outline:none}.support-header-avatar:focus-visible{box-shadow:0 0 0 2px #8ec0ff8c}.support-header-avatar-img{object-fit:cover;width:100%;height:100%}.support-header-avatar-placeholder{color:#3f5efb;letter-spacing:-.02em;font-size:13px;font-weight:700}.support-header-account{flex-direction:column;gap:2px;min-width:0;display:flex}.support-header-account-name{color:#1f2a37;white-space:nowrap;text-overflow:ellipsis;font-size:17px;font-weight:700;line-height:1.2;overflow:hidden}.support-header-account-role{color:#334155;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;line-height:1.2;overflow:hidden}.support-header-fill{flex:1}body.theme-dark .support-header-account-name{color:#e2e8f0}body.theme-dark .support-header-account-role{color:#cbd5e1}.support-header-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.support-switch-btn{color:#1f2a37;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1px solid #8ec0ff;border-radius:10px;height:34px;padding:0 12px}.support-page .theme-switch{cursor:pointer;-webkit-user-select:none;user-select:none;color:#1f2a37;border-radius:122px;align-items:center;gap:0;width:52px;height:28px;padding-left:0;padding-right:0;font-size:13px;font-weight:600;display:inline-flex;position:relative}.support-page .theme-switch input{opacity:0;clip:rect(0, 0, 0, 0);width:1px;height:1px;margin:0;padding:0;position:absolute;overflow:hidden}.support-page .theme-switch__track{--thumb-left:3px;border-radius:999px;flex-shrink:0;width:100%;height:28px;transition:background .28s,border-color .28s,box-shadow .28s;position:relative;box-shadow:inset 0 1px 2px #0f172a14}.support-page .theme-switch--light .theme-switch__track{background:linear-gradient(to bottom right,#5b4bff 0%,#8b58ff 100%);border:1px solid #fff3}.support-page .theme-switch--dark .theme-switch__track{--thumb-left:calc(100% - 22px - 3px);background:linear-gradient(to bottom right,#f8fafc 0%,#e8ecf4 100%);border:1px solid #94a3b88c;box-shadow:inset 0 1px 2px #ffffffd9,inset 0 -1px 1px #94a3b840}.support-page .theme-switch__thumb{top:50%;left:var(--thumb-left);background:#fff;border-radius:50%;width:22px;height:22px;transition:left .32s cubic-bezier(.4,0,.2,1),box-shadow .2s;position:absolute;right:auto;transform:translateY(-50%);box-shadow:0 2px 6px #0f172a24,0 1px 2px #0f172a14}.support-page .theme-switch__icon{opacity:0;pointer-events:none;justify-content:center;align-items:center;width:16px;height:16px;transition:opacity .22s;display:flex;position:absolute;top:50%;left:6px;transform:translateY(-50%)}.support-page .theme-switch--light .theme-switch__icon--sun{opacity:1;color:#fffffff2;left:auto;right:6px}.support-page .theme-switch--dark .theme-switch__icon--moon{opacity:1;color:#475569;left:6px;right:auto}.support-page .theme-switch:focus-within .theme-switch__track{outline-offset:2px;outline:2px solid #5b4bff73}body.theme-dark .support-page .theme-switch{color:#e2e8f0}.icon-btn{cursor:pointer;background:#f8fafc;border:1px solid #c8ddfb;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.icon-btn:focus{outline:none}.icon-btn:focus-visible{box-shadow:0 0 0 2px #8ec0ff8c}.support-page .support-header-actions .icon-btn{color:#475569}.support-page .support-header-actions .icon-btn:hover{color:#334155;background:#8ec0ff24;border-color:#8ec0ff}.support-page .support-header-icon{flex-shrink:0;display:block}.support-main>section{flex-direction:column;flex:1;min-height:0;display:flex}.support-page .support-main>.support-content-grid{grid-template-columns:var(--support-left-panel-width) minmax(0, 1fr);flex:1;grid-template-rows:auto minmax(0,1fr);align-items:stretch;gap:18px;min-height:0;display:grid}.support-content-heading{color:#1f2a37;grid-area:1/1/auto/-1;margin:0;font-size:17px;font-weight:700;line-height:1.25}body.theme-dark .support-content-heading{color:#e2e8f0}.support-page .support-content-grid>.left-panel{flex-direction:column;grid-area:2/1;align-self:stretch;gap:14px;height:100%;min-height:0;margin-top:0;padding:18px;display:flex;overflow:auto}.support-page .support-content-grid>.right-panel{flex-direction:column;grid-area:2/2;align-self:stretch;height:100%;min-height:0;margin-top:0;padding:18px 20px;display:flex;overflow:hidden}.support-page .support-content-grid>.right-panel>.toolbar-row{flex-shrink:0}.support-page .support-content-grid>.right-panel>.form-card,.support-page .support-content-grid>.right-panel>.entity-form-card{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;min-height:0;overflow:hidden auto}.inner-action{cursor:pointer;text-align:center;background:#f8fafc;border:1px solid #c8ddfb;border-radius:16px;justify-content:center;align-items:center;min-height:50px;padding:0 18px;font-size:16px;display:flex}.inner-action.selected{background:#fff;border-color:#8ec0ff}.panel-search-row{justify-content:flex-end;margin-bottom:16px;display:flex}.search-input,.field input,.field textarea,.field select,.chat-input{background:#fff;border:1px solid #c8ddfb;border-radius:14px;outline:none;width:100%;height:44px;padding:0 14px}.field select{padding:0 24px 0 14px}.field-full{grid-column:span 2}.field-checkbox{flex-direction:row;align-items:center;gap:8px;display:flex}.field-checkbox input[type=checkbox]{accent-color:#4f46e5;cursor:pointer;border-radius:4px;flex:0 0 16px;width:16px;min-width:16px;height:16px}.field.field-invalid input,.field.field-invalid select,.field.field-invalid textarea{background:#fff5f6;border-color:#f1b4bb}.field.field-invalid span{color:#b42334}.info-block,.metric-card,.placeholder-block,.chat-list,.chat-window{background:#ffffffb3;border:1px solid #c8ddfb;border-radius:20px}.info-block{color:#304055;flex-direction:column;gap:8px;margin-top:20px;padding:18px;display:flex}.selected-org-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.small-submit{margin-top:0}.toolbar-row{justify-content:flex-end;align-items:center;gap:10px;margin-bottom:14px;display:flex}.toolbar-row .search-input{max-width:320px}.toolbar-actions-left{align-items:center;gap:10px;margin-right:auto;display:flex}.toolbar-row--organizations{justify-content:space-between;align-items:center;gap:12px}.toolbar-row--organizations .search-input{flex:0 0 320px;max-width:320px}.panel-search-row--table{justify-content:flex-end;margin:8px 0 12px}.panel-search-row--table .search-input,.panel-search-row .search-input{max-width:320px}.edit-table-section{border-top:1px solid #d2e3fb;flex-direction:column;flex:1;min-height:0;margin-top:12px;padding-top:12px;display:flex;overflow:hidden}.support-page .support-content-grid>.right-panel>.edit-table-section>.table-card{flex:1;min-height:0}.support-page .support-content-grid>.right-panel>.edit-table-section>.panel-search-row{flex-shrink:0}.secondary-submit{color:#334155;cursor:pointer;background:#f8fbff;border:1px solid #8ec0ff;border-radius:14px;height:44px;padding:0 18px}.secondary-submit--danger{color:#d24d5d;background:#fff5f6;border-color:#f1b4bb}.entity-form-card{background:#ffffffb3;border:1px solid #c8ddfb;border-radius:18px;margin-bottom:14px;padding:16px 18px 18px}.entity-form-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.entity-form-header h3{margin:0}.entity-form-card .form-grid{gap:14px 12px}.entity-form-card .field{gap:6px}.entity-form-card .primary-submit.small-submit{margin-top:16px}.organization-form-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px}.organization-form-actions .primary-submit.small-submit,.organization-form-actions .secondary-submit.small-submit{margin-top:0}.fuel-sensor-row,.date-row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:14px 12px;display:grid}.fuel-sensor-row .field,.date-row .field{min-width:0}.compact-card{margin-top:14px}.status-yellow{color:#b97f12}.status-gray{color:#64748b}.object-status-select{color:#1f2a37;background:linear-gradient(to bottom right,#fff 0%,#f8fbff 100%);border-color:#8ec0ff}.object-status-select:focus{border-color:#7aaeff;box-shadow:0 0 0 2px #8ec0ff40}.object-status-select option{color:#1f2a37;background:#fff}.entity-form-card>.action-group{flex-wrap:nowrap;align-items:center;gap:8px;width:100%;display:flex;overflow-x:auto}.entity-form-card>.action-group>.primary-submit,.entity-form-card>.action-group>.secondary-submit,.entity-form-card>.action-group>.mini-btn{box-sizing:border-box;border-radius:14px;flex:none;justify-content:center;align-items:center;height:44px;min-height:44px;padding-top:0;padding-bottom:0;line-height:1;display:inline-flex;margin-top:0!important}.account-edit-actions{flex-wrap:nowrap;align-items:center;width:100%;overflow-x:auto}.account-edit-actions .primary-submit,.account-edit-actions .secondary-submit,.account-edit-actions .mini-btn{box-sizing:border-box;vertical-align:middle;border-radius:14px;justify-content:center;align-items:center;height:44px;min-height:44px;margin-top:0;padding-top:0;padding-bottom:0;line-height:1;display:inline-flex}.account-edit-actions .mini-btn{flex:none;min-width:148px}.organization-delete-inline{margin-top:12px}.user-company-picker{align-items:center;gap:10px;display:flex}.user-company-picker select{flex:1}.user-company-list{flex-direction:column;gap:8px;margin-top:10px;display:flex}.user-company-empty{color:#64748b;font-size:13px}.user-company-chip{background:#ffffffbf;border:1px solid #c8ddfb;border-radius:12px;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 10px;display:flex}.user-company-primary{color:#23884f;background:#effcf2;border:1px solid #bfe7c7;border-radius:999px;padding:2px 8px;font-size:12px}.mini-btn.blue{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.single-panel{gap:16px;height:100%;min-height:0;padding:18px 20px}.single-panel .table-card{flex:1;min-height:0;overflow:hidden}.single-panel .chat-layout{flex:1;min-height:0}.placeholder-block{color:#56657b;text-align:center;justify-content:center;align-items:center;min-height:260px;padding:18px;display:flex}.chat-layout{grid-template-columns:320px minmax(0,1fr);gap:16px;min-height:0;display:grid}.chat-list{flex-direction:column;gap:10px;padding:12px;display:flex}.chat-list-item{cursor:pointer;background:#f9fbff;border:1px solid #d0e1fb;border-radius:14px;align-items:center;min-height:54px;padding:14px;display:flex}.active-chat{background:linear-gradient(to bottom right,#3f5efb1f 0%,#8b2cf51f 100%);border-color:#8ec0ff}.chat-window{flex-direction:column;gap:14px;padding:18px;display:flex}.message{border-radius:16px;max-width:70%;padding:14px 16px}.incoming{background:#f3f8ff;border:1px solid #d4e7ff}.outgoing{background:#8b2cf51f;border:1px solid #8b2cf540;align-self:flex-end}.chat-input-row{grid-template-columns:1fr 130px;gap:12px;margin-top:auto;display:grid}.integration-modal{background:#fffffff2;border:1.5px solid #8ec0ff;border-radius:20px;flex-direction:column;gap:12px;width:min(560px,100%);padding:18px;display:flex}.integration-modal h3,.integration-modal p{margin:0}.integration-modal input{border:1px solid #c8ddfb;border-radius:12px;width:100%;height:42px;padding:0 12px}.integration-api-hint{color:#4d5f79;word-break:break-all;font-size:13px}.modal-actions{justify-content:flex-end;gap:10px;display:flex}.settings-row{flex-direction:column;gap:8px;display:flex}.settings-caption{color:#243245;font-size:14px}.support-status{color:#2f3f57;background:#ffffffeb;border:1px solid #bfd6f6;border-radius:12px;padding:10px 14px;position:fixed;bottom:18px;right:22px}@media (width>=1024px) and (width<=1023px){.support-page{grid-template-rows:auto auto auto minmax(0,1fr);grid-template-columns:minmax(0,1fr)}.support-page-statusline{grid-area:1/1}.support-header{flex-wrap:wrap;grid-area:2/1}.support-sidebar{grid-area:3/1}.support-main{grid-area:4/1}.support-page .support-main>.support-content-grid,.chat-layout{grid-template-columns:1fr}.support-page .support-main>.support-content-grid{grid-template-rows:auto minmax(0,auto) minmax(0,1fr)}.support-content-heading{grid-area:1/1}.support-page .support-content-grid>.left-panel{grid-area:2/1}.support-page .support-content-grid>.right-panel{grid-area:3/1}.form-grid{grid-template-columns:1fr}.field-full{grid-column:span 1}}@media (width>=1024px) and (width<=1680px){.support-page{--support-panel-height:clamp(640px, calc(100vh - 170px), 820px)}}@media (width>=1024px) and (width<=1366px){.support-page{--support-sidebar-width:236px;--support-left-panel-width:300px;--support-panel-height:clamp(600px, calc(100vh - 160px), 760px);gap:14px;padding:18px}}.support-api-banner{color:#2f3f57;background:#ffffffeb;border:1px solid #bfd6f6;border-radius:12px;margin:0;padding:10px 14px;font-size:14px}.support-api-banner--ok{color:#1a5c36;background:#effcf2;border-color:#bfe7c7}.support-api-banner--error{color:#9b1c2e;background:#fff5f6;border-color:#f1b4bb}.support-api-error{color:#9b1c2e;background:#fff5f6;border:1px solid #f1b4bb;border-radius:12px;margin:0;padding:10px 14px;font-size:14px}.support-chat-meta{opacity:.75;justify-content:space-between;gap:12px;margin-bottom:6px;font-size:12px;display:flex}body.theme-dark .support-page{color:#e2e8f0;background:#0f172a}body.theme-dark .support-page .support-header,body.theme-dark .support-page .support-sidebar-menu,body.theme-dark .support-page .left-panel,body.theme-dark .support-page .right-panel,body.theme-dark .support-page .single-panel,body.theme-dark .support-page .form-card,body.theme-dark .support-page .info-block,body.theme-dark .support-page .placeholder-block,body.theme-dark .support-page .chat-list,body.theme-dark .support-page .chat-window,body.theme-dark .support-page .entity-form-card{color:#e2e8f0;background:#1e293beb;border-color:#334155}body.theme-dark .support-page .support-content-heading,body.theme-dark .support-page .section-title{color:#f1f5f9}body.theme-dark .support-page .inner-action{color:#e2e8f0;background:#1e293b;border-color:#475569}body.theme-dark .support-page .inner-action.selected{background:#334155;border-color:#64748b}body.theme-dark .support-page .search-input,body.theme-dark .support-page .field input,body.theme-dark .support-page .field textarea,body.theme-dark .support-page .field select,body.theme-dark .support-page .chat-input{color:#f1f5f9;background:#0f172a;border-color:#475569}body.theme-dark .support-page .field{color:#cbd5e1}body.theme-dark .support-page .data-table th{color:#cbd5e1;border-bottom-color:#475569}body.theme-dark .support-page .data-table td{color:#e2e8f0;border-bottom-color:#334155}body.theme-dark .support-page .mini-btn{color:#e2e8f0;background:#1e293b}body.theme-dark .support-page .mini-btn.green{color:#bbf7d0;background:#14532d;border-color:#166534}body.theme-dark .support-page .mini-btn.red{color:#fecaca;background:#450a0a;border-color:#7f1d1d}body.theme-dark .support-page .mini-btn.yellow{color:#fde68a;background:#422006;border-color:#854d0e}body.theme-dark .support-page .mini-btn.blue{color:#bfdbfe;background:#1e40af59;border-color:#1d4ed8}body.theme-dark .support-page .user-company-empty{color:#94a3b8}body.theme-dark .support-page .user-company-chip{background:#0f172aa6;border-color:#475569}body.theme-dark .support-page .user-company-primary{color:#bbf7d0;background:#14532d73;border-color:#166534}body.theme-dark .support-page .chat-list-item{color:#e2e8f0;background:#1e293b;border-color:#475569}body.theme-dark .support-page .active-chat{background:linear-gradient(to bottom right,#3f5efb40 0%,#8b2cf538 100%);border-color:#64748b}body.theme-dark .support-page .message.incoming{color:#e2e8f0;background:#1e293b;border-color:#475569}body.theme-dark .support-page .message.outgoing{color:#e0e7ff;background:#5b4bff33;border-color:#818cf873}body.theme-dark .support-page .support-api-banner{color:#e2e8f0;background:#1e293bf2;border-color:#475569}body.theme-dark .support-page .support-api-banner--ok{color:#bbf7d0;background:#14532d73;border-color:#166534}body.theme-dark .support-page .support-api-banner--error,body.theme-dark .support-page .support-api-error{color:#fecaca;background:#450a0a8c;border-color:#7f1d1d}body.theme-dark .support-page .sidebar-button{color:#e2e8f0;background:#1e293b;border-color:#475569}body.theme-dark .support-page .exit-button{color:#fecaca;background:#450a0a66;border-color:#7f1d1d}body.theme-dark .support-page code{color:#93c5fd}body.theme-dark .support-page .icon-btn{color:#e2e8f0;background:#1e293b;border-color:#475569}body.theme-dark .support-page .icon-btn:hover{color:#f8fafc;background:#334155;border-color:#64748b}body.theme-dark .support-page .secondary-submit{color:#e2e8f0;background:#1e293b;border-color:#475569}body.theme-dark .support-page .secondary-submit--danger{color:#fecaca;background:#450a0a8c;border-color:#7f1d1d}.admin-page{--admin-sidebar-width:240px;--admin-left-panel-width:360px;--admin-panel-height:clamp(740px, calc(100vh - 170px), 962px);min-height:100dvh;min-width:min(100%, var(--lk-layout-min-width,880px));background:#dfe8f3;flex-direction:column;gap:14px;width:min(100%,3840px);margin:0 auto;padding:24px;display:flex}.admin-page-top{grid-template-columns:var(--admin-sidebar-width) minmax(0, 1fr);align-items:stretch;column-gap:18px;display:grid}.admin-page-body{grid-template-columns:var(--admin-sidebar-width) minmax(0, 1fr);flex:1;align-items:stretch;column-gap:18px;min-height:0;display:grid}.admin-page-body>aside,.admin-page-body>main{margin:0}.admin-sidebar{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex}.admin-role-card,.admin-header,.left-panel,.right-panel,.single-panel{background:#ffffff8c;border:1.5px solid #8ec0ff;border-radius:24px}.admin-role-card{justify-content:center;align-items:center;min-height:64px;font-size:18px;font-weight:700;display:flex}.admin-sidebar-menu{height:var(--admin-panel-height);background:#ffffff8c;border:1.5px solid #8ec0ff;border-radius:24px;flex-direction:column;flex:1;gap:12px;min-height:0;padding:18px 16px;display:flex}.admin-page .admin-sidebar-menu .sidebar-button{color:#263142;cursor:pointer;background:#f8fafc;border:1px solid #b7d7ff;border-radius:14px;width:100%;min-height:42px;font-size:16px}.admin-page .admin-sidebar-menu .sidebar-button.active{color:#fff;background:linear-gradient(to bottom right,#3f5efb 0%,#8b2cf5 100%);border:none}.admin-page .exit-button{color:#d84e62;cursor:pointer;background:#fff4f4;border:1px solid #efb0b0;border-radius:14px;align-self:stretch;width:100%;min-height:42px;margin-top:auto;display:block}.admin-main{flex-direction:column;gap:18px;min-width:0;height:100%;min-height:0;display:flex}.admin-header{flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;min-height:64px;margin:0;padding:0 24px;display:flex}.admin-header-title{font-size:18px;font-weight:700}.admin-top-switch-btn{color:#1f2a37;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1px solid #8ec0ff;border-radius:12px;height:40px;padding:0 14px}.admin-content-grid{grid-template-columns:var(--admin-left-panel-width) 1fr;flex:1;align-items:stretch;gap:18px;min-height:0;display:grid}.left-panel{height:100%;min-height:var(--admin-panel-height);flex-direction:column;gap:14px;padding:18px;display:flex;overflow:auto}.right-panel{height:100%;min-height:var(--admin-panel-height);flex-direction:column;padding:18px 20px;display:flex;overflow:hidden}.inner-action{color:#3d4d63;cursor:pointer;text-align:center;background:#f8fafc;border:1px solid #c8ddfb;border-radius:16px;justify-content:center;align-items:center;min-height:50px;padding:0 18px;font-size:16px;font-weight:500;transition:border-color .15s,background .15s,box-shadow .15s,color .15s;display:flex}.inner-action.selected{color:#0f172a;background:linear-gradient(to bottom right,#3f5efb38 0%,#8b2cf529 100%);border-color:#3f5efb;font-weight:700;box-shadow:0 0 0 1px #3f5efb73,0 4px 16px #3f5efb47}.panel-search-row{justify-content:flex-end;align-items:center;gap:10px;margin-bottom:16px;display:flex}.panel-search-row .search-input{max-width:360px}.search-filter-select{border:1px solid #c8ddfb;border-radius:14px;min-width:180px;height:44px;padding:0 40px 0 12px}.search-input,.small-filter,.field input{background:#fff;border:1px solid #c8ddfb;border-radius:14px;outline:none;width:100%;height:44px;padding:0 14px}.field textarea:not(.news-form-textarea){resize:vertical;width:100%;min-height:88px;line-height:inherit;box-sizing:border-box;background:#fff;border:1px solid #c8ddfb;border-radius:14px;outline:none;padding:calc(22px - .5em) 14px 14px}.field textarea.news-form-textarea,.news-form-field-text textarea{resize:none;width:100%;height:244px;min-height:244px;line-height:inherit;white-space:pre-wrap;word-break:break-word;box-sizing:border-box;padding:calc(22px - .5em) 14px 14px;font-family:inherit;font-size:14px;overflow-y:auto}.news-form-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.news-section-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.news-section-title{margin:0}.admin-news-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.admin-news-item{background:#fff;border:1px solid #c8ddfb;border-radius:14px;overflow:hidden}.admin-news-row{cursor:pointer;text-align:left;width:100%;font:inherit;color:#1f2a37;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.admin-news-row:hover{background:#8ec0ff1a}.admin-news-row__title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:15px;font-weight:600;overflow:hidden}.admin-news-row__date{color:#64748b;flex-shrink:0;font-size:14px}.admin-news-expanded{border-top:1px solid #e2e8f0;flex-direction:column;gap:14px;padding:14px 16px 16px;display:flex}.admin-news-expanded__text{white-space:pre-wrap;word-break:break-word;color:#334155;font-size:14px;line-height:1.5}.admin-news-expanded__actions{flex-wrap:wrap;gap:8px;display:flex}.admin-news-empty{text-align:center;color:#64748b;border:1px dashed #c8ddfb;border-radius:14px;padding:24px 16px}.news-form-modal{width:min(640px,100%)}.news-form-modal-actions{margin-top:4px}.field select{border:1px solid #c8ddfb;border-radius:14px;outline:none;width:100%;height:44px;padding:0 40px 0 14px}.field select,.search-filter-select,select.small-filter{appearance:none;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%231f2a37' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' d='M2.5 4.25L6 7.75l3.5-3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:12px 12px}select.small-filter{background-position:right 17px center;padding:0 40px 0 14px}.field select{background-position:right 27px center}.search-filter-select{background-position:right 19px center}.field select::-ms-expand{display:none}select.small-filter::-ms-expand{display:none}.search-filter-select::-ms-expand{display:none}.section-title{color:#1f2a37;margin:0 0 20px;font-size:24px}.form-card{background:0 0}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.field{color:#243245;flex-direction:column;gap:8px;font-size:14px;display:flex}.field:last-child{grid-column:span 2}.employee-photo-inline-preview{background:#ffffff7a;border:1px solid #c8ddfb;border-radius:14px;grid-column:span 2;align-items:center;gap:16px;padding:12px 14px;display:flex}.employee-photo-inline-preview__circle{background:#eef6ff;border:1px solid #98c5ff;border-radius:50%;flex-shrink:0;width:77px;height:77px;overflow:hidden}.employee-photo-inline-preview__circle img{object-fit:cover;width:100%;height:100%;display:block}.employee-photo-inline-preview__hint{color:#4d5f79;margin:0;font-size:13px;line-height:1.45}.photo-upload-modal{z-index:12000;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.photo-upload-modal__backdrop{cursor:pointer;background:#0f172a8c;border:none;margin:0;padding:0;position:absolute;inset:0}.photo-upload-modal__panel{z-index:1;background:#fff;border-radius:18px;width:min(420px,100%);max-height:min(92vh,640px);padding:20px 22px 22px;position:relative;overflow:auto;box-shadow:0 24px 48px #0f172a38}.photo-upload-modal__heading{color:#0f172a;margin:0 0 16px;font-size:18px;font-weight:700}.photo-upload-modal__workspace{background:#000;border-radius:14px;justify-content:center;align-items:center;padding:20px;display:flex}.photo-upload-modal__crop{border-radius:4px;flex-shrink:0;width:260px;height:260px;position:relative;overflow:hidden}.photo-upload-modal__img{object-fit:cover;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;inset:0}.photo-upload-modal__vignette{pointer-events:none;background:#00000094;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#0000 40%,#000 41%);mask-image:radial-gradient(circle,#0000 40%,#000 41%)}.photo-upload-modal__square-frame{box-sizing:border-box;pointer-events:none;border:2px solid #fff;position:absolute;inset:0}.photo-upload-modal__handle{background:#fff;border-radius:50%;width:10px;height:10px;position:absolute;box-shadow:0 0 0 1px #00000040}.photo-upload-modal__handle--tl{top:-5px;left:-5px}.photo-upload-modal__handle--tr{top:-5px;right:-5px}.photo-upload-modal__handle--bl{bottom:-5px;left:-5px}.photo-upload-modal__handle--br{bottom:-5px;right:-5px}.photo-upload-modal__circle-outline{pointer-events:none;border:2px solid #ffffffeb;border-radius:50%;position:absolute;inset:10.5%}.photo-upload-modal__sliders{gap:12px;margin-top:16px;display:grid}.photo-upload-modal__slider{color:#334155;gap:6px;font-size:13px;display:grid}.photo-upload-modal__slider input{width:100%}.photo-upload-modal__footer{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:20px;display:flex}.photo-upload-modal__btn{cursor:pointer;border:none;border-radius:12px;min-width:120px;height:42px;padding:0 18px;font-size:14px;font-weight:600}.photo-upload-modal__btn--ghost{color:#475569;background:#fff;border:1px solid #cbd5e1}.photo-upload-modal__btn--primary{color:#fff;background:linear-gradient(to bottom right,#3f5efb 0%,#2563eb 100%)}.photo-upload-modal__btn--primary:hover,.photo-upload-modal__btn--ghost:hover{filter:brightness(1.03)}.photo-editor-viewport{background:#141820;border-radius:10px;flex-shrink:0;position:relative;overflow:hidden}.photo-editor-img{display:block}.photo-editor-dim-strip{z-index:1;background:#00000085;position:absolute}.photo-editor-dim-strip--visual{pointer-events:none}.photo-editor-crop-frame{z-index:2;box-sizing:border-box;cursor:move;border:2px solid #fff;position:absolute}.photo-editor-crop-circle{pointer-events:none;border:2px solid #ffffff80;border-radius:50%;position:absolute;inset:9%}.photo-editor-handle{z-index:3;background:#fff;border:none;border-radius:50%;width:14px;height:14px;padding:0;position:absolute;box-shadow:0 1px 3px #00000059}.photo-editor-handle-br{cursor:nwse-resize;bottom:-7px;right:-7px}.photo-editor-handle-bl{cursor:nesw-resize;bottom:-7px;left:-7px}.photo-editor-handle-tr{cursor:nesw-resize;top:-7px;right:-7px}.photo-editor-handle-tl{cursor:nwse-resize;top:-7px;left:-7px}.field-photo-upload{grid-column:span 2}.photo-upload-row{align-items:center;gap:10px;display:flex}.photo-upload-name{color:#4d5f79;font-size:13px}.employee-form-actions{align-items:center;gap:10px;margin-top:22px;display:flex}.employee-form-actions .primary-submit{margin-top:0}.primary-submit,.apply-button{color:#fff;cursor:pointer;background:linear-gradient(to bottom right,#3f5efb 0%,#8b2cf5 100%);border:none;border-radius:14px;height:44px;padding:0 20px}.primary-submit{margin-top:22px}.table-card{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.table-scroll{flex:1;min-height:0;overflow:auto}.data-table{border-collapse:collapse;width:100%;font-size:15px}.data-table th{text-align:left;color:#233040;border-bottom:2px solid #98c5ff;padding:12px 10px}.data-table td{border-bottom:1px solid #98c5ff;padding:12px 10px}.table-empty-hint{text-align:center;color:#5a6b7d;padding:28px 16px!important}.status-green{color:#18864b}.status-red{color:#d93f52}.action-group{flex-wrap:wrap;gap:8px;display:flex}.mini-btn{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:999px;min-width:108px;height:30px}.mini-btn.green{color:#23884f;background:#effcf2;border-color:#bfe7c7}.mini-btn.red{color:#d24d5d;background:#fff5f6;border-color:#f1b4bb}.mini-btn.yellow{color:#b97f12;background:#fff7df;border-color:#f0d08a}.single-panel{min-height:var(--admin-panel-height);flex-direction:column;flex:1;padding:18px 20px;display:flex;overflow:hidden}.contacts-content{flex-direction:column;flex:1;gap:12px;min-height:0;display:flex}.filter-row{grid-template-columns:200px minmax(140px,168px) minmax(104px,120px) minmax(140px,168px) minmax(104px,120px) minmax(160px,1fr) 128px;gap:10px;margin-bottom:16px;display:grid}.filter-row .small-filter-time{max-width:120px}.wide-filter{min-width:220px}.log-table{min-height:560px}.pagination-row{justify-content:flex-end;align-items:center;gap:12px;margin-top:14px;display:flex}.pagination-text{color:#2f3f57;font-size:14px}.admin-status{color:#2f3f57;background:#ffffffbf;border:1px solid #bfd6f6;border-radius:12px;margin-top:-4px;padding:10px 14px;font-size:14px}.employee-photo-feedback{border-radius:10px;margin:8px 0 0;padding:8px 12px;font-size:13px;line-height:1.45}.employee-photo-feedback--success{color:#047857;background:#ecfdf5;border:1px solid #6ee7b7}.employee-photo-feedback--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.employee-save-result{border-radius:12px;margin:0 0 16px;padding:14px 16px;font-size:14px;line-height:1.45}.employee-save-result__title{margin-bottom:6px;font-weight:700}.employee-save-result__detail{color:inherit;opacity:.92}.employee-save-result__dismiss{color:inherit;cursor:pointer;background:0 0;border:1px solid;border-radius:8px;margin-top:10px;padding:6px 12px;font-size:13px}.employee-save-result--success{color:#047857;background:#ecfdf5;border:1px solid #6ee7b7}.employee-save-result--warning{color:#92400e;background:#fffbeb;border:1px solid #fcd34d}.employee-save-result--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.mini-btn:disabled{opacity:.45;cursor:not-allowed}.modal-backdrop{z-index:50;background:#1f2a3759;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.reset-modal{background:#ffffffe6;border:1.5px solid #8ec0ff;border-radius:22px;flex-direction:column;gap:14px;width:min(560px,100%);padding:20px;display:flex;box-shadow:0 18px 45px #22345338}.reset-modal-title{color:#1f2a37;margin:0;font-size:24px}.reset-modal-subtitle{color:#4d5f79;margin:0;font-size:14px}.reset-modal-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;margin-top:6px;display:flex}.admin-page .admin-form-actions,.admin-page .employee-form-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.admin-page .admin-form-actions .primary-submit,.admin-page .admin-form-actions .apply-button,.admin-page .admin-form-actions .mini-btn,.admin-page .employee-form-actions .primary-submit,.admin-page .employee-form-actions .mini-btn{box-sizing:border-box;justify-content:center;align-items:center;height:44px;min-height:44px;margin-top:0;padding-top:0;padding-bottom:0;line-height:1;display:inline-flex}.admin-page .entity-form-card>.admin-form-actions .mini-btn{min-width:120px}.admin-page .reset-modal-actions .apply-button,.admin-page .reset-modal-actions .mini-btn{box-sizing:border-box;justify-content:center;align-items:center;height:44px;min-height:44px;margin-top:0;display:inline-flex}.analytics-panel{flex-direction:column;gap:18px;display:flex}.analytics-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.metric-card,.placeholder-block{background:#ffffffb3;border:1px solid #c8ddfb;border-radius:20px}.metric-card{flex-direction:column;justify-content:space-between;min-height:120px;padding:18px;display:flex}.metric-label{color:#4a5a70;font-size:14px}.metric-value{font-size:34px}.placeholder-block{color:#56657b;justify-content:center;align-items:center;min-height:240px;padding:18px;display:flex}@media (width>=1024px) and (width<=1300px){.admin-page-top,.admin-page-body{grid-template-columns:minmax(0,1fr)}.admin-page-body{grid-template-rows:auto auto}.admin-sidebar,.admin-main{height:auto}.admin-content-grid{grid-template-columns:1fr}.analytics-grid,.filter-row{grid-template-columns:repeat(2,1fr)}.form-grid{grid-template-columns:1fr}.field:last-child{grid-column:span 1}}@media (width>=1024px) and (width<=1680px){.admin-page{--admin-panel-height:clamp(700px, calc(100vh - 160px), 900px)}}@media (width>=1024px) and (width<=1440px){.admin-page{--admin-sidebar-width:220px;--admin-left-panel-width:320px;--admin-panel-height:clamp(620px, calc(100vh - 150px), 780px);padding:18px}}.admin-registry-shell{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.admin-registry-shell .organization-form-actions,.admin-registry-shell .account-edit-actions,.admin-registry-shell .entity-form-card>.action-group{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.admin-registry-shell .organization-form-actions .primary-submit,.admin-registry-shell .organization-form-actions .secondary-submit,.admin-registry-shell .organization-form-actions .mini-btn,.admin-registry-shell .account-edit-actions .primary-submit,.admin-registry-shell .account-edit-actions .secondary-submit,.admin-registry-shell .account-edit-actions .mini-btn,.admin-registry-shell .entity-form-card>.action-group>.primary-submit,.admin-registry-shell .entity-form-card>.action-group>.secondary-submit,.admin-registry-shell .entity-form-card>.action-group>.mini-btn{box-sizing:border-box;justify-content:center;align-items:center;height:44px;min-height:44px;line-height:1;display:inline-flex;margin-top:0!important}.contacts-content .user-company-picker{align-items:center;gap:10px;display:flex}.contacts-content .user-company-picker select{flex:1}.contacts-content .user-company-list{flex-direction:column;gap:8px;margin-top:10px;display:flex}.contacts-content .user-company-empty{color:#64748b;font-size:13px}.contacts-content .user-company-chip{background:#ffffffbf;border:1px solid #c8ddfb;border-radius:12px;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 10px;display:flex}:root{--lk-select-chevron:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%2364748b' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' d='M2.5 4.25L6 7.75l3.5-3.5'/%3E%3C/svg%3E");--lk-select-chevron-dark:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%2394a3b8' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' d='M2.5 4.25L6 7.75l3.5-3.5'/%3E%3C/svg%3E")}body.lk-client-layout select:not([multiple]):not([size]){appearance:none;background-image:var(--lk-select-chevron);cursor:pointer;background-position:right 12px center;background-repeat:no-repeat;background-size:12px 12px;outline:none;padding-right:36px}body.lk-client-layout select:not([multiple]):not([size]):focus,body.lk-client-layout select:not([multiple]):not([size]):focus-visible{box-shadow:none;outline:none}body.lk-client-layout select:not([multiple]):not([size])::-ms-expand{display:none}body.lk-client-layout.theme-dark select:not([multiple]):not([size]){background-image:var(--lk-select-chevron-dark)}*{box-sizing:border-box}:root{--lk-viewport-min-width:0px;--lk-viewport-min-height:0px;--lk-layout-min-width:880px;--lk-page-bg:#dfe8f3;--lk-btn-primary-from:91, 75, 255;--lk-btn-primary-to:139, 88, 255;--lk-btn-primary-text:255, 255, 255;--lk-btn-radius:12px}html,body,#root{width:100%;max-width:100%;min-height:100dvh;margin:0;font-family:Inter,Arial,sans-serif}#root{flex-direction:column;display:flex}.app-shell{flex-direction:column;flex:auto;width:100%;min-height:0;display:flex}.app-shell>*{flex:auto;min-height:0}html,body,#root{height:100%}@media (width>=1501px) and (height>=800px){html.lk-client-layout,html.lk-client-layout body{height:100dvh;min-height:0;max-height:100dvh;overflow:hidden}body.lk-client-layout #root,body.lk-client-layout .app-shell,body.lk-client-layout .app-shell>*{height:100%;min-height:0;max-height:100%;overflow:hidden}body.lk-client-layout .app-shell,body.lk-client-layout .app-shell>*{flex-direction:column;flex:auto;display:flex}body.lk-client-layout{overflow:hidden}}@media (width>=961px) and (width<=1500px){html.lk-client-layout,html.lk-client-layout body{height:auto;max-height:none;overflow:clip auto}body.lk-client-layout #root,body.lk-client-layout .app-shell,body.lk-client-layout .app-shell>*{height:auto;max-height:none;overflow:visible}body.lk-client-layout{overflow:clip auto}}@media (width<=960px){html.lk-client-layout,html.lk-client-layout body,body.lk-client-layout #root,body.lk-client-layout .app-shell,body.lk-client-layout .app-shell>*{height:auto;max-height:none;overflow:visible}body.lk-client-layout{overflow:clip auto}}body{background:var(--lk-page-bg,#dfe8f3);color:#1f2a37;overflow:clip auto}body.theme-dark{color:#e2e8f0}body.theme-dark:not(.lk-glass-ui){background:#0f172a}button,input,textarea,select{font:inherit}body.lk-client-layout :is(button,select,input,textarea):focus{outline:none}body.lk-client-layout :is(button,select,input,textarea):focus-visible{outline:none;box-shadow:0 0 0 2px #8ec0ff73}body.lk-client-layout.theme-dark :is(button,select,input,textarea):focus-visible{box-shadow:0 0 0 2px #60a5fa80}a{color:inherit;text-decoration:none}.text-title-1{letter-spacing:-.2px;font-size:24px;font-weight:400;line-height:1.25}.text-title-2{font-size:18px;font-weight:500;line-height:1.2}.text-body{font-size:14px;font-weight:400;line-height:1.6}.text-label{font-size:14px;font-weight:600;line-height:1.4}
