.login-page{position:relative;min-height:100vh;overflow:hidden;padding:24px;background:radial-gradient(circle at top left,color-mix(in srgb,var(--login-primary) 14%,transparent),transparent 34%),radial-gradient(circle at bottom right,color-mix(in srgb,var(--login-success) 12%,transparent),transparent 30%),linear-gradient(135deg,#f5f7fb,#eef2f8 48%,#f9fbff)}.login-page__ambient{position:absolute;border-radius:999px;filter:blur(14px);opacity:.55;pointer-events:none}.login-page__ambient--primary{top:-80px;left:-110px;width:320px;height:320px;background:color-mix(in srgb,var(--login-primary) 22%,transparent)}.login-page__ambient--secondary{right:-100px;bottom:-120px;width:360px;height:360px;background:color-mix(in srgb,var(--login-info) 18%,transparent)}.login-page__shell{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,470px);align-items:stretch;gap:28px;max-width:1240px;min-height:calc(100vh - 48px);margin:0 auto}.login-page__toolbar{position:absolute;top:4px;inset-inline-end:0;display:flex;align-items:center;gap:12px}.login-page__language-switch{display:inline-flex;gap:6px;padding:6px;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#ffffffdb;backdrop-filter:blur(18px);box-shadow:0 12px 30px #0f172a14}.login-page__language-button{min-width:48px;height:38px;padding:0 14px;border:0;border-radius:999px;background:transparent;color:#475467;font-size:13px;font-weight:700;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.login-page__language-button:hover{transform:translateY(-1px)}.login-page__language-button.is-active{background:color-mix(in srgb,var(--login-primary) 16%,white);color:var(--login-primary)}.login-page__theme-toggle{height:50px;padding-inline:18px;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#ffffffdb;color:#0f172a;box-shadow:0 12px 30px #0f172a14}.login-page__brand,.login-page__panel{min-height:100%}.login-page__brand{display:flex;flex-direction:column;justify-content:flex-start;padding:92px 20px 20px}.login-page__brand-head{max-width:640px}.login-page__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:22px;padding:8px 14px;border:0;border-radius:999px;background:#ffffffb8;color:var(--login-primary);font-size:13px;font-weight:700;box-shadow:0 10px 28px #0f172a14}.login-page__logo-wrap{display:inline-flex;align-items:center;justify-content:flex-start;min-height:72px;margin-bottom:22px}.login-page__logo{width:auto;max-width:min(240px,60vw);max-height:74px;object-fit:contain}.login-page__brand-title{margin:0 0 14px!important;color:#0f172a!important;font-size:clamp(2.4rem,4vw,4.4rem)!important;line-height:1.02!important;letter-spacing:-.04em}.login-page__brand-description{display:block;max-width:540px;color:#475467;font-size:17px;line-height:1.8}.login-page__highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px;max-width:600px;align-items:stretch}.login-page__highlight{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;min-height:170px;padding:18px 14px;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:#ffffffb8;backdrop-filter:blur(18px);box-shadow:0 18px 48px #0f172a14;text-align:center}.login-page__highlight-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:color-mix(in srgb,var(--login-primary) 12%,white);color:var(--login-primary);font-size:20px}.login-page__highlight-content{max-width:none;display:flex;flex-direction:column;align-items:center;gap:4px}.login-page__highlight-title{margin-bottom:0;color:#101828;font-size:14px;font-weight:700;line-height:1.35}.login-page__highlight-description{color:#667085;max-width:13ch;font-size:12px;line-height:1.5;overflow-wrap:normal;word-break:normal}.login-page__panel{display:flex;align-items:center;justify-content:center;padding-top:56px}.login-card{width:100%;border:1px solid rgba(15,23,42,.08);border-radius:32px;background:#ffffffe0;backdrop-filter:blur(18px);box-shadow:0 28px 80px #0f172a24}.login-card .ant-card-body{padding:34px}.login-card__header{margin-bottom:10px}.login-card__eyebrow{display:inline-block;margin-bottom:10px;color:var(--login-primary);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.login-card__title{margin:0 0 10px!important;color:#0f172a!important;font-size:2rem!important}.login-card__subtitle{display:block;color:#667085;font-size:15px;line-height:1.7}.login-card__divider{margin:24px 0;border-color:#0f172a14}.login-card__form .ant-form-item-label>label{color:#344054;font-size:13px;font-weight:700}.login-card__input,.login-card__input.ant-input-affix-wrapper,.login-card__input.ant-input-affix-wrapper-lg{height:52px;border-radius:16px;border-color:#0f172a1f;background:#f8fafcf5;box-shadow:none}.login-card__input:hover,.login-card__input.ant-input-affix-wrapper:hover{border-color:color-mix(in srgb,var(--login-primary) 36%,#cbd5e1)}.login-card__input.ant-input-affix-wrapper-focused,.login-card__input.ant-input-affix-wrapper:focus,.login-card__input.ant-input-affix-wrapper:focus-within{border-color:var(--login-primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--login-primary) 14%,transparent)}.login-card__input-icon{color:var(--login-primary)}.login-card__actions{margin-bottom:0}.login-card__meta-row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.login-card__forgot-link,.login-card__forgot-link:hover{color:var(--login-primary);font-weight:700}.login-card__submit{height:54px;border:0;border-radius:18px;font-size:15px;font-weight:700;background:linear-gradient(135deg,var(--login-primary) 0%,color-mix(in srgb,var(--login-primary) 72%,#0f172a) 100%);box-shadow:0 16px 28px color-mix(in srgb,var(--login-primary) 24%,transparent)}.login-card__submit:hover,.login-card__submit:focus{background:linear-gradient(135deg,color-mix(in srgb,var(--login-primary) 90%,white),color-mix(in srgb,var(--login-primary) 72%,#0f172a))!important}.login-card__footer{width:100%}.login-card__support-note{color:#344054;font-size:13px;font-weight:600}.login-card__demo-note,.login-card__copyright{color:#667085;font-size:12px}[data-theme=dark] .login-page{background:radial-gradient(circle at top left,color-mix(in srgb,var(--login-primary) 24%,transparent),transparent 34%),radial-gradient(circle at bottom right,color-mix(in srgb,var(--login-info) 18%,transparent),transparent 30%),linear-gradient(135deg,#08111f,#0f1728 52%,#111827)}[data-theme=dark] .login-page__language-switch,[data-theme=dark] .login-page__theme-toggle,[data-theme=dark] .login-page__eyebrow,[data-theme=dark] .login-page__highlight,[data-theme=dark] .login-card{border-color:#94a3b829;background:#080f1cb8;box-shadow:0 28px 80px #00000047}[data-theme=dark] .login-page__language-button{color:#cbd5e1}[data-theme=dark] .login-page__language-button.is-active{background:color-mix(in srgb,var(--login-primary) 26%,transparent);color:#f8fafc}[data-theme=dark] .login-page__theme-toggle,[data-theme=dark] .login-page__brand-title,[data-theme=dark] .login-card__title,[data-theme=dark] .login-page__highlight-title,[data-theme=dark] .login-card__support-note{color:#f8fafc!important}[data-theme=dark] .login-page__brand-description,[data-theme=dark] .login-page__highlight-description,[data-theme=dark] .login-card__subtitle,[data-theme=dark] .login-card__demo-note,[data-theme=dark] .login-card__copyright,[data-theme=dark] .login-card__form .ant-form-item-label>label,[data-theme=dark] .login-card .ant-checkbox-wrapper,[data-theme=dark] .login-card .ant-input,[data-theme=dark] .login-card .ant-input-password input,[data-theme=dark] .login-card .ant-input-affix-wrapper,[data-theme=dark] .login-card .ant-input-affix-wrapper input{color:#cbd5e1!important}[data-theme=dark] .login-card__input,[data-theme=dark] .login-card__input.ant-input-affix-wrapper,[data-theme=dark] .login-card__input.ant-input-affix-wrapper-lg{border-color:#94a3b82e;background:#0f172ad1}[data-theme=dark] .login-card__divider{border-color:#94a3b824}@media (max-width: 1100px){.login-page__shell{grid-template-columns:1fr;gap:18px}.login-page__panel{order:1}.login-page__brand{order:2}.login-page__toolbar{position:static;justify-content:flex-end}.login-page__brand{padding:24px 8px 0}.login-page__highlights{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%}.login-page__panel{padding-top:0}}@media (max-width: 720px){.login-page{padding:16px}.login-page__toolbar{justify-content:space-between;flex-wrap:wrap}.login-page__theme-toggle{width:100%;justify-content:center}.login-page__brand{padding:8px 0 0}.login-page__highlights{grid-template-columns:1fr;margin-top:24px}.login-page__highlight{min-height:auto;padding:18px 16px}.login-page__highlight-icon{width:48px;height:48px;font-size:20px;border-radius:14px}.login-page__highlight-description{max-width:none}.login-card{border-radius:24px}.login-card .ant-card-body{padding:24px 20px}.login-card__meta-row{flex-direction:column;align-items:flex-start}}.loading-screen{position:fixed;inset:0;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-in}.loading-content{display:flex;flex-direction:column;align-items:center;gap:24px;animation:slideUp .5s ease-out}.logo-container{background:#fffffff2;padding:32px;border-radius:20px;box-shadow:0 10px 40px #0003;animation:pulse 2s ease-in-out infinite}.loading-logo{width:200px;height:auto;display:block}.spinner-container{margin-top:16px}.loading-text{color:#fff;font-size:18px;font-weight:500;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.2);animation:fadeInOut 2s ease-in-out infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes fadeInOut{0%,to{opacity:.7}50%{opacity:1}}@media (max-width: 768px){.loading-logo{width:150px}.logo-container{padding:24px}.loading-text{font-size:16px}}:root{--panel-bg: #f0f2f5;--panel-surface: #ffffff;--panel-surface-muted: rgba(255, 255, 255, .82);--panel-table-fixed-bg: rgba(255, 255, 255, .98);--panel-text: #0f172a;--panel-muted: #64748b;--panel-border: rgba(15, 23, 42, .08);--panel-shadow: 0 18px 40px rgba(15, 23, 42, .08);--panel-shadow-soft: 0 12px 30px rgba(15, 23, 42, .06);--panel-header-surface: rgba(255, 255, 255, .9)}[data-theme=dark]{--panel-bg: #000000;--panel-surface: #141414;--panel-surface-muted: rgba(20, 20, 20, .84);--panel-table-fixed-bg: rgba(20, 20, 20, .96);--panel-text: #f8fafc;--panel-muted: #94a3b8;--panel-border: rgba(148, 163, 184, .16);--panel-shadow: 0 18px 40px rgba(2, 6, 23, .42);--panel-shadow-soft: 0 10px 28px rgba(2, 6, 23, .34);--panel-header-surface: rgba(20, 20, 20, .88)}*{box-sizing:border-box;font-family:Alexandria,sans-serif}html,body,#root{min-height:100%;margin:0;padding:0;background:var(--panel-bg);color:var(--panel-text)}body{font-family:Alexandria,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit}img,svg,canvas,video{max-width:100%}.ant-layout,.ant-layout-content,.ant-row,.ant-col,.ant-space,.ant-space-item,.ant-card,.ant-card-body,.ant-tabs,.ant-tabs-content,.ant-tabs-tabpane,.ant-statistic,.recharts-responsive-container{min-width:0}.panel-layout,.panel-layout__main,.panel-layout__content,.panel-main-shell,.panel-page-shell{width:100%;max-width:100%;min-width:0}.panel-main-shell{padding:24px}.panel-page-shell>*{min-width:0}.panel-page-shell h1,.panel-page-shell h2,.panel-page-shell h3,.panel-page-shell h4,.panel-page-shell p,.panel-page-shell span,.panel-page-shell strong,.panel-page-shell small,.panel-page-shell .ant-typography{max-width:100%;word-break:break-word}.panel-page-shell h1{font-size:clamp(1.75rem,3vw,2rem)!important;line-height:1.15}.panel-page-shell h2{font-size:clamp(1.375rem,2.4vw,1.75rem)!important;line-height:1.2}.panel-page-shell .ant-card{border-radius:22px;border-color:var(--panel-border);box-shadow:var(--panel-shadow-soft)}.panel-page-shell .ant-statistic-content{line-height:1.1}.panel-page-shell .ant-tag,.panel-page-shell .ant-btn,.panel-page-shell .ant-badge,.panel-page-shell .ant-space,.panel-page-shell .ant-space-item{max-width:100%}.panel-page-shell .ant-tabs-nav-wrap{min-width:0}.panel-page-shell .ant-tabs-tab{white-space:nowrap}.panel-page-shell .ant-descriptions-view{overflow-x:auto}.panel-sidebar{z-index:100;border-inline-end:1px solid rgba(255,255,255,.08);box-shadow:0 20px 50px #02061747}.panel-sidebar .ant-layout-sider-children{display:flex;flex-direction:column}.panel-sidebar-menu{flex:1;padding:10px 10px 24px;background:transparent!important}.panel-sidebar-menu.ant-menu-dark,.panel-sidebar-menu.ant-menu-dark .ant-menu-sub,.panel-mobile-sidebar .ant-menu-dark,.panel-mobile-sidebar .ant-menu-dark .ant-menu-sub{background:transparent!important}.panel-sidebar-menu .ant-menu-item,.panel-sidebar-menu .ant-menu-submenu-title,.panel-mobile-sidebar .ant-menu-item,.panel-mobile-sidebar .ant-menu-submenu-title{min-height:48px;margin-block:6px!important;border-radius:14px;display:flex;align-items:center}.panel-sidebar-menu .ant-menu-item-icon,.panel-sidebar-menu .ant-menu-submenu-title .ant-menu-item-icon,.panel-mobile-sidebar .ant-menu-item-icon,.panel-mobile-sidebar .ant-menu-submenu-title .ant-menu-item-icon{width:28px;min-width:28px;display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 28px;opacity:1!important;visibility:visible!important}.panel-sidebar-menu .ant-menu-item-selected,.panel-sidebar-menu .ant-menu-submenu-selected>.ant-menu-submenu-title,.panel-mobile-sidebar .ant-menu-item-selected,.panel-mobile-sidebar .ant-menu-submenu-selected>.ant-menu-submenu-title{background:#ffffff24!important}.panel-menu-icon{width:28px;height:28px;min-width:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;color:#fff;box-shadow:inset 0 1px #ffffff24}.panel-menu-icon .anticon{font-size:16px!important}.panel-submenu-dot{width:6px;height:6px;min-width:6px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:currentColor;opacity:.56}.panel-sidebar-menu .ant-menu-item .panel-submenu-dot.ant-menu-item-icon,.panel-mobile-sidebar .ant-menu-item .panel-submenu-dot.ant-menu-item-icon{width:12px;min-width:12px;flex:0 0 12px;margin-inline-end:10px}.panel-sidebar-menu .ant-menu-item-selected .panel-submenu-dot,.panel-mobile-sidebar .ant-menu-item-selected .panel-submenu-dot{opacity:.9}.panel-sidebar.ant-layout-sider-collapsed .panel-sidebar-menu,.panel-sidebar-menu.ant-menu-inline-collapsed{padding-inline:8px}.panel-sidebar.ant-layout-sider-collapsed .panel-sidebar-menu>.ant-menu-item,.panel-sidebar.ant-layout-sider-collapsed .panel-sidebar-menu>.ant-menu-submenu>.ant-menu-submenu-title,.panel-sidebar-menu.ant-menu-inline-collapsed>.ant-menu-item,.panel-sidebar-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title{padding-inline:0!important;justify-content:center;overflow:visible}.panel-sidebar.ant-layout-sider-collapsed .panel-sidebar-menu>.ant-menu-item .ant-menu-item-icon,.panel-sidebar.ant-layout-sider-collapsed .panel-sidebar-menu>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon,.panel-sidebar.ant-layout-sider-collapsed .panel-sidebar-menu>.ant-menu-item .panel-menu-icon,.panel-sidebar.ant-layout-sider-collapsed .panel-sidebar-menu>.ant-menu-submenu>.ant-menu-submenu-title .panel-menu-icon,.panel-sidebar-menu.ant-menu-inline-collapsed>.ant-menu-item .ant-menu-item-icon,.panel-sidebar-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon,.panel-sidebar-menu.ant-menu-inline-collapsed>.ant-menu-item .panel-menu-icon,.panel-sidebar-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .panel-menu-icon{margin-inline:0!important}.panel-sidebar.ant-layout-sider-collapsed .panel-sidebar-menu .panel-menu-icon,.panel-sidebar.ant-layout-sider-collapsed .panel-sidebar-menu .ant-menu-item-icon,.panel-sidebar.ant-layout-sider-collapsed .panel-sidebar-menu .anticon,.panel-sidebar-menu.ant-menu-inline-collapsed .panel-menu-icon,.panel-sidebar-menu.ant-menu-inline-collapsed .ant-menu-item-icon,.panel-sidebar-menu.ant-menu-inline-collapsed .anticon{opacity:1!important;visibility:visible!important}.panel-sidebar.ant-layout-sider-collapsed .panel-sidebar-menu .ant-menu-title-content,.panel-sidebar-menu.ant-menu-inline-collapsed .ant-menu-title-content{display:none!important}.panel-sidebar.ant-layout-sider-collapsed .panel-sidebar-menu .panel-submenu-dot.ant-menu-item-icon,.panel-sidebar-menu.ant-menu-inline-collapsed .panel-submenu-dot.ant-menu-item-icon{width:6px;min-width:6px;flex:0 0 6px;margin-inline:0}.panel-sidebar.ant-layout-sider-collapsed .panel-sidebar-menu>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow,.panel-sidebar.ant-layout-sider-collapsed .panel-sidebar-menu>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-expand-icon,.panel-sidebar-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow,.panel-sidebar-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-expand-icon{display:none!important}.panel-menu-icon--ocean{background:linear-gradient(135deg,#0891b2,#0ea5e9)}.panel-menu-icon--forest{background:linear-gradient(135deg,#16a34a,#65a30d)}.panel-menu-icon--sunset{background:linear-gradient(135deg,#ea580c,#f59e0b)}.panel-menu-icon--royal{background:linear-gradient(135deg,#4f46e5,#7c3aed)}.panel-menu-icon--rose{background:linear-gradient(135deg,#db2777,#ef4444)}.panel-menu-icon--slate{background:linear-gradient(135deg,#334155,#475569)}.panel-app-header{padding-inline:8px;backdrop-filter:blur(16px);background:var(--panel-header-surface)!important;border-bottom:1px solid var(--panel-border)}.panel-header-left,.panel-header-right{min-width:0}.panel-header-right{gap:10px;padding-inline:14px}.panel-header-action.ant-btn,.panel-header-language.ant-btn{width:42px;height:42px;min-width:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#0f172a0a}[data-theme=dark] .panel-header-action.ant-btn,[data-theme=dark] .panel-header-language.ant-btn{background:#ffffff14}.panel-header-action.ant-btn:hover,.panel-header-language.ant-btn:hover,.header-profile-btn:hover{background:#0f172a14}[data-theme=dark] .panel-header-action.ant-btn:hover,[data-theme=dark] .panel-header-language.ant-btn:hover,[data-theme=dark] .header-profile-btn:hover{background:#ffffff1f}.panel-header-action .anticon,.panel-header-language .anticon{font-size:18px!important}.panel-header-chat.is-connected .anticon{color:#16a34a!important}.panel-header-language{gap:6px;padding-inline:12px}.panel-header-language__label{font-size:13px;font-weight:600;letter-spacing:.04em}.panel-theme-toggle{gap:8px;padding:0 4px;border-radius:14px}.panel-theme-icon{font-size:14px}.panel-header-profile{padding:6px 10px;border-radius:14px}.panel-notification-dropdown{width:min(380px,calc(100vw - 24px));max-width:calc(100vw - 24px)}.panel-custom-table{width:100%;max-width:100%;min-width:0}.panel-custom-table__toolbar,.panel-custom-table__toolbar .ant-row,.panel-custom-table__toolbar .ant-col,.panel-custom-table__toolbar .ant-space{width:100%;min-width:0}.panel-custom-table__results{margin-bottom:12px;font-size:12px;color:var(--panel-muted)}.panel-page-shell .ant-table-wrapper,.panel-page-shell .ant-table-wrapper .ant-spin-nested-loading,.panel-page-shell .ant-table-wrapper .ant-spin-container,.panel-page-shell .ant-table-wrapper .ant-table,.panel-page-shell .ant-table-wrapper .ant-table-container{width:100%;max-width:100%}.panel-page-shell .ant-table-wrapper .ant-table-container,.panel-page-shell .ant-table-wrapper .ant-table-content,.panel-page-shell .ant-table-wrapper .ant-table-body{overflow-x:auto!important}.panel-page-shell .ant-table-wrapper table{width:max-content;min-width:100%}.panel-page-shell .ant-table-wrapper .ant-table-thead>tr>th,.panel-page-shell .ant-table-wrapper .ant-table-tbody>tr>td{vertical-align:top}.panel-page-shell .ant-table .ant-btn{border-radius:10px}.panel-page-shell .ant-table .ant-btn .anticon{font-size:15px}.panel-page-shell .ant-table-wrapper .ant-table-cell-fix-left,.panel-page-shell .ant-table-wrapper .ant-table-cell-fix-right,.panel-page-shell .ant-table-wrapper .ant-table-cell-fix-left-last,.panel-page-shell .ant-table-wrapper .ant-table-cell-fix-right-first{background:var(--panel-table-fixed-bg)!important;background-clip:padding-box}.panel-page-shell .ant-table-wrapper .ant-table-cell-fix-left-last{box-shadow:inset -1px 0 0 var(--panel-border)}.panel-page-shell .ant-table-wrapper .ant-table-cell-fix-right-first{box-shadow:inset 1px 0 0 var(--panel-border)}.panel-page-shell .ant-table-wrapper .ant-table-cell-fix-right .ant-space,.panel-page-shell .ant-table-wrapper .ant-table-cell-fix-right-first .ant-space{flex-wrap:wrap;row-gap:6px}.panel-stat-icon{width:52px;height:52px;min-width:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:18px}.panel-stat-icon .anticon{font-size:24px!important}.panel-stat-icon--ocean{background:#0ea5e91f;color:#0284c7}.panel-stat-icon--forest{background:#22c55e1f;color:#16a34a}.panel-stat-icon--sunset{background:#f59e0b29;color:#d97706}.panel-stat-icon--royal{background:#7c3aed24;color:#7c3aed}.panel-stats-page{display:flex;flex-direction:column;gap:24px}.panel-stats-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap}.panel-stats-meta{display:flex;flex-wrap:wrap;gap:8px}.panel-stats-toolbar-card{border-radius:24px}.panel-stats-toolbar-card .ant-card-body{padding:18px 20px}.panel-stats-toolbar{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end}.panel-stats-filter{flex:1 1 220px;min-width:0}.panel-stats-filter__label{display:block;margin-bottom:8px;color:var(--panel-muted);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.panel-stats-toolbar-actions{margin-inline-start:auto;display:flex;justify-content:flex-end;align-items:center}.panel-stats-empty{min-height:280px;display:flex;align-items:center;justify-content:center}.panel-stats-highlight-card{height:100%;border-radius:20px;background:radial-gradient(circle at top right,rgba(14,165,233,.18),transparent 42%),linear-gradient(180deg,#ffffffd6,#fffffff5)}[data-theme=dark] .panel-stats-highlight-card{background:radial-gradient(circle at top right,rgba(59,130,246,.22),transparent 42%),linear-gradient(180deg,#18181be6,#141414f5)}.panel-stats-highlight-card .ant-card-body{padding:18px 20px}@media (max-width: 900px){.panel-stats-toolbar-actions{width:100%;justify-content:stretch}.panel-stats-toolbar-actions .ant-btn{width:100%}}.ant-modal{max-width:calc(100vw - 24px)}.ant-modal .ant-modal-content{overflow:hidden;border-radius:22px}.ant-modal .ant-descriptions{width:100%}.ant-modal .ant-descriptions-view{overflow-x:auto}.ant-modal .ant-descriptions-view table{width:100%;table-layout:fixed}.ant-modal .ant-descriptions-item-label,.ant-modal .ant-descriptions-item-content{white-space:normal;word-break:break-word;overflow-wrap:anywhere;vertical-align:top}.ant-modal .ant-descriptions-item-content .ant-tag,.ant-modal .ant-descriptions-item-content .ant-typography,.ant-modal .ant-descriptions-item-content a,.ant-modal .ant-descriptions-item-content span,.ant-modal .ant-descriptions-item-content div{max-width:100%;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.ant-modal .ant-list-item{align-items:flex-start}.ant-modal .ant-list-item-action{margin-inline-start:12px}@media (max-width: 1200px){.panel-main-shell{padding:20px}}@media (max-width: 1280px){.panel-page-shell .ant-table-wrapper .ant-table-cell-fix-left,.panel-page-shell .ant-table-wrapper .ant-table-cell-fix-right,.panel-page-shell .ant-table-wrapper .ant-table-cell-fix-left-last,.panel-page-shell .ant-table-wrapper .ant-table-cell-fix-right-first{position:static!important;inset-inline-start:auto!important;inset-inline-end:auto!important;box-shadow:none!important}.panel-page-shell .ant-table-wrapper .ant-table-ping-left .ant-table-cell-fix-left-last:after,.panel-page-shell .ant-table-wrapper .ant-table-ping-right .ant-table-cell-fix-right-first:after{display:none!important}}@media (max-width: 1024px){.panel-main-shell{padding:18px}.panel-header-right{gap:8px;padding-inline:8px}}@media (max-width: 768px){.panel-main-shell{padding:14px}.panel-app-header{padding-inline:4px}.panel-header-right{gap:6px;padding-inline:6px}.panel-header-action.ant-btn,.panel-header-language.ant-btn{width:38px;height:38px;min-width:38px;padding-inline:8px;border-radius:12px}.panel-header-language__label,.panel-theme-icon{display:none}.panel-theme-toggle{gap:6px;padding:0}.panel-header-profile{padding:4px}.panel-page-shell h1{font-size:clamp(1.5rem,6vw,1.875rem)!important}.panel-page-shell>div>div:first-child[style*="display: flex"]{flex-wrap:wrap!important;gap:12px!important;align-items:flex-start!important}.panel-page-shell>div>div:first-child[style*="display: flex"]>*{min-width:0}.panel-custom-table .ant-pagination{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start}.panel-page-shell .ant-table-wrapper .ant-table-thead>tr>th,.panel-page-shell .ant-table-wrapper .ant-table-tbody>tr>td{padding:10px 8px;font-size:12px}.panel-page-shell .ant-table .ant-btn{min-width:34px;min-height:34px;padding-inline:8px}.ant-modal{margin:12px auto}.ant-modal .ant-modal-header{padding:16px 16px 0}.ant-modal .ant-modal-body{padding:16px;max-height:calc(100dvh - 180px);overflow-y:auto}.ant-modal .ant-descriptions-view table{table-layout:auto}.ant-modal .ant-descriptions-item-label,.ant-modal .ant-descriptions-item-content{padding:10px 8px!important}.ant-modal .ant-list-item{flex-wrap:wrap;gap:10px}.ant-modal .ant-list-item-action{margin:0}.ant-modal .ant-list-item-action>li{padding:0!important}.ant-modal .ant-modal-footer{padding:0 16px 16px}}@media (max-width: 576px){.panel-page-shell .ant-card{border-radius:18px}.panel-page-shell .ant-statistic-content{font-size:24px!important}}.bus-attendance-row--present>td{background-color:#52c41a14!important}.bus-attendance-row--absent>td{background-color:#ff4d4f14!important}.session-row--live>td{background-color:#1677ff12!important}[dir=rtl] .ant-picker-content,[dir=rtl] .ant-picker-calendar .ant-picker-content{table-layout:fixed;width:100%}[dir=rtl] .ant-picker-content th{font-size:12px;font-weight:500;padding:0 2px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:clip;line-height:1.4;min-width:0;width:auto}[dir=rtl] .ant-picker-cell .ant-picker-cell-inner{font-size:13px;min-width:0;overflow:hidden;text-overflow:clip}[dir=rtl] .ant-picker-month-panel .ant-picker-cell-inner,[dir=rtl] .ant-picker-quarter-panel .ant-picker-cell-inner,[dir=rtl] .ant-picker-year-panel .ant-picker-cell-inner,[dir=rtl] .ant-picker-decade-panel .ant-picker-cell-inner{font-size:13px;padding-inline:4px}[dir=rtl] .ant-picker-header-view{font-size:14px}.ant-modal-header{padding-inline-end:40px}.ant-modal-title{padding-inline-end:4px;overflow-wrap:anywhere;line-height:1.4}.ant-modal-close{inset-inline-end:12px;inset-block-start:10px;z-index:2}.ant-input-data-count{position:static!important;display:block;margin-top:4px;text-align:end;line-height:1.4;pointer-events:none}.ant-form-item-control-input-content>.ant-input-textarea-show-count{margin-bottom:0}.ant-table-thead>tr>th{white-space:normal;overflow-wrap:anywhere;line-height:1.35;vertical-align:middle}.ant-table-thead>tr>th .ant-table-column-sorters{gap:6px}.ant-table-thead>tr>th .ant-table-column-title{flex:1 1 auto;min-width:0}.ant-table-tbody>tr>td{overflow-wrap:anywhere}[dir=rtl] .ant-space-compact>.ant-picker{border-start-end-radius:0;border-end-end-radius:0}@media (max-width: 576px){.ant-modal-footer{display:flex;gap:8px}.ant-modal-footer>.ant-btn{flex:1 1 0;min-height:40px}.ant-modal .ant-tabs-nav{margin-bottom:12px}}@media (max-width: 576px){.ant-card-body{padding:12px!important}.ant-card-head{padding-inline:12px!important;min-height:44px}.ant-table.ant-table-small .ant-table-tbody>tr>td,.ant-table.ant-table-small .ant-table-thead>tr>th{padding:8px 6px!important}.ant-form-item{margin-bottom:14px}.ant-space{flex-wrap:wrap}.ant-segmented{max-width:100%;overflow-x:auto}}.dashboard-page{--dashboard-bg: linear-gradient(180deg, rgba(248, 250, 252, .96) 0%, rgba(241, 245, 249, .96) 100%);--dashboard-card-bg: rgba(255, 255, 255, .86);--dashboard-card-border: rgba(15, 23, 42, .08);--dashboard-text: #0f172a;--dashboard-muted: #516072;--dashboard-shadow: 0 18px 50px rgba(15, 23, 42, .08);--dashboard-hero-bg: linear-gradient(135deg, #155e75 0%, #0f766e 52%, #0f172a 100%);min-height:calc(100vh - 120px);padding:8px 0 32px;color:var(--dashboard-text)}[data-theme=dark] .dashboard-page{--dashboard-bg: linear-gradient(180deg, rgba(15, 23, 42, .98) 0%, rgba(15, 23, 42, .96) 100%);--dashboard-card-bg: rgba(15, 23, 42, .78);--dashboard-card-border: rgba(148, 163, 184, .18);--dashboard-text: #e2e8f0;--dashboard-muted: #94a3b8;--dashboard-shadow: 0 24px 50px rgba(2, 6, 23, .42)}.dashboard-page__surface{background:var(--dashboard-bg);border-radius:28px;padding:24px}.dashboard-page h1,.dashboard-page h2,.dashboard-page h3,.dashboard-page p,.dashboard-page span,.dashboard-page strong,.dashboard-page small,.dashboard-page a{color:inherit}.dashboard-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#ffffff24;color:#f8fafc;font-size:12px;letter-spacing:.04em}.dashboard-hero{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(240px,1fr);gap:18px;padding:28px;background:var(--dashboard-hero-bg);border-radius:28px;box-shadow:var(--dashboard-shadow);color:#f8fafc;overflow:hidden}.dashboard-hero__content h1{margin:18px 0 10px;font-size:clamp(28px,4vw,42px);line-height:1.05}.dashboard-hero__content p{margin:0;max-width:720px;color:#f8fafcd6;font-size:15px;line-height:1.7}.dashboard-hero__tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.dashboard-hero-tag{display:inline-flex;align-items:center;gap:6px;margin-inline-end:0;padding:8px 14px;border-radius:999px;font-weight:600;font-size:13px;border:1px solid rgba(255,255,255,.18)}.dashboard-hero-tag--neutral{background:#ffffff24;color:#f8fafc!important}.dashboard-hero-tag--info{background:#dbeafef0;color:#1d4ed8!important}.dashboard-hero-tag--success{background:#dcfce7f0;color:#15803d!important}.dashboard-hero-tag--warning{background:#ffedd5f5;color:#c2410c!important}.dashboard-hero__tags .dashboard-hero-tag--neutral,.dashboard-hero__tags .dashboard-hero-tag--neutral span,.dashboard-hero__tags .dashboard-hero-tag--neutral .anticon,.dashboard-hero__tags .dashboard-hero-tag--neutral .ant-tag-icon{color:#f8fafc!important}.dashboard-hero__tags .dashboard-hero-tag--info,.dashboard-hero__tags .dashboard-hero-tag--info span,.dashboard-hero__tags .dashboard-hero-tag--info .anticon,.dashboard-hero__tags .dashboard-hero-tag--info .ant-tag-icon{color:#1d4ed8!important}.dashboard-hero__tags .dashboard-hero-tag--success,.dashboard-hero__tags .dashboard-hero-tag--success span,.dashboard-hero__tags .dashboard-hero-tag--success .anticon,.dashboard-hero__tags .dashboard-hero-tag--success .ant-tag-icon{color:#15803d!important}.dashboard-hero__tags .dashboard-hero-tag--warning,.dashboard-hero__tags .dashboard-hero-tag--warning span,.dashboard-hero__tags .dashboard-hero-tag--warning .anticon,.dashboard-hero__tags .dashboard-hero-tag--warning .ant-tag-icon{color:#c2410c!important}.dashboard-hero__panel{display:grid;gap:14px;align-content:start}.dashboard-hero__panel-row{display:flex;align-items:center;justify-content:space-between;padding:18px;border:1px solid rgba(255,255,255,.12);background:#ffffff14;border-radius:20px;backdrop-filter:blur(18px)}.dashboard-hero__panel-row span{display:block;font-size:12px;color:#f8fafcb3;margin-bottom:4px}.dashboard-hero__panel-row strong{font-size:24px}[data-theme=dark] .dashboard-hero-tag--neutral{background:#ffffff1f;color:#f8fafc!important}[data-theme=dark] .dashboard-hero-tag--info{background:#1e40af3d;color:#bfdbfe!important}[data-theme=dark] .dashboard-hero-tag--success{background:#15803d3d;color:#bbf7d0!important}[data-theme=dark] .dashboard-hero-tag--warning{background:#c2410c3d;color:#fdba74!important}[data-theme=dark] .dashboard-hero__tags .dashboard-hero-tag--neutral,[data-theme=dark] .dashboard-hero__tags .dashboard-hero-tag--neutral span,[data-theme=dark] .dashboard-hero__tags .dashboard-hero-tag--neutral .anticon,[data-theme=dark] .dashboard-hero__tags .dashboard-hero-tag--neutral .ant-tag-icon{color:#f8fafc!important}[data-theme=dark] .dashboard-hero__tags .dashboard-hero-tag--info,[data-theme=dark] .dashboard-hero__tags .dashboard-hero-tag--info span,[data-theme=dark] .dashboard-hero__tags .dashboard-hero-tag--info .anticon,[data-theme=dark] .dashboard-hero__tags .dashboard-hero-tag--info .ant-tag-icon{color:#bfdbfe!important}[data-theme=dark] .dashboard-hero__tags .dashboard-hero-tag--success,[data-theme=dark] .dashboard-hero__tags .dashboard-hero-tag--success span,[data-theme=dark] .dashboard-hero__tags .dashboard-hero-tag--success .anticon,[data-theme=dark] .dashboard-hero__tags .dashboard-hero-tag--success .ant-tag-icon{color:#bbf7d0!important}[data-theme=dark] .dashboard-hero__tags .dashboard-hero-tag--warning,[data-theme=dark] .dashboard-hero__tags .dashboard-hero-tag--warning span,[data-theme=dark] .dashboard-hero__tags .dashboard-hero-tag--warning .anticon,[data-theme=dark] .dashboard-hero__tags .dashboard-hero-tag--warning .ant-tag-icon{color:#fdba74!important}.dashboard-metric-grid,.dashboard-highlight-grid,.dashboard-module-grid,.dashboard-chart-grid,.dashboard-side-grid{display:grid;gap:16px}.dashboard-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:20px}.dashboard-highlight-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:16px}.dashboard-metric-card,.dashboard-highlight-card,.dashboard-module-card,.dashboard-section-card{border:1px solid var(--dashboard-card-border);background:var(--dashboard-card-bg);box-shadow:var(--dashboard-shadow);backdrop-filter:blur(18px);height:100%;box-sizing:border-box}.dashboard-section-card{display:flex;flex-direction:column}.dashboard-section-card__body{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center}.dashboard-section-card__header{min-height:46px;gap:12px}.dashboard-section-card__header h3{line-height:1.3}.dashboard-metric-card{display:flex;align-items:center;gap:14px;border-radius:24px;padding:18px}.dashboard-metric-card__icon,.dashboard-highlight-card svg,.dashboard-module-card__icon,.dashboard-list-item__icon{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;font-size:20px}.dashboard-metric-card__content span,.dashboard-highlight-card span,.dashboard-module-card__primary span,.dashboard-module-card__metrics span,.dashboard-module-card__progress span,.dashboard-section-card__header p,.dashboard-list-item__content p,.dashboard-list-item__content small{color:var(--dashboard-muted)}.dashboard-metric-card__content strong,.dashboard-highlight-card strong,.dashboard-module-card__primary strong,.dashboard-module-card__metrics strong,.dashboard-module-card__progress strong,.dashboard-section-card__header h3,.dashboard-list-item__headline strong{color:var(--dashboard-text)}.dashboard-metric-card__content strong{display:block;margin:6px 0 4px;font-size:28px}.dashboard-metric-card__content small{font-size:12px}.dashboard-highlight-card{display:flex;align-items:center;justify-content:space-between;border-radius:22px;padding:18px}.dashboard-highlight-card strong{display:block;margin-top:10px;font-size:24px}.dashboard-module-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}.dashboard-module-card{display:grid;gap:18px;border-radius:24px;padding:20px}.dashboard-module-card__header,.dashboard-module-card__metrics,.dashboard-module-card__progress,.dashboard-section-card__header,.dashboard-list-item,.dashboard-list-item__headline{display:flex;justify-content:space-between;align-items:center}.dashboard-module-card__link,.dashboard-list-item__link{color:var(--dashboard-text);font-size:13px;text-decoration:none;padding:8px 12px;border-radius:999px;background:#0f172a0f}[data-theme=dark] .dashboard-module-card__link,[data-theme=dark] .dashboard-list-item__link{background:#ffffff14}.dashboard-module-card__intro h3,.dashboard-section-card__header h3{margin:0;font-size:20px}.dashboard-module-card__intro p,.dashboard-section-card__header p,.dashboard-list-item__content p{margin:8px 0 0;line-height:1.6}.dashboard-module-card__primary strong{display:block;font-size:30px;margin-top:6px}.dashboard-module-card__metrics{gap:16px}.dashboard-module-card__metrics>div{flex:1;padding:14px;border-radius:18px;background:#0f172a08}[data-theme=dark] .dashboard-module-card__metrics>div{background:#ffffff0a}.dashboard-module-card__metrics strong,.dashboard-module-card__progress strong{display:block;margin-top:6px;font-size:18px}.dashboard-module-card__progress{gap:16px}.dashboard-module-card__progress .ant-progress{flex:1}.dashboard-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px}.dashboard-section-card{border-radius:24px;padding:20px}.dashboard-chart-card .recharts-responsive-container{min-height:260px}.dashboard-section-card__body{margin-top:18px;min-width:0}.dashboard-section-card__extra{flex:0 0 auto}.dashboard-chart-card{min-width:0}.dashboard-chart-card .dashboard-section-card__body{min-height:clamp(260px,30vw,340px)}.dashboard-chart-card .recharts-responsive-container,.dashboard-chart-card .recharts-wrapper{max-width:100%}.dashboard-chart-tooltip i{display:inline-block;width:9px;height:9px;border-radius:50%;margin-inline-end:6px;vertical-align:middle}.dashboard-chart-tooltip{display:grid;gap:8px;padding:12px;min-width:160px;border-radius:16px;border:1px solid var(--dashboard-card-border);background:var(--dashboard-card-bg);box-shadow:var(--dashboard-shadow)}.dashboard-chart-tooltip div{display:flex;justify-content:space-between;gap:16px}.dashboard-side-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px}.dashboard-list-card{grid-column:1 / -1}.dashboard-list-card .dashboard-section-card__header{gap:16px;align-items:flex-start}.dashboard-activity-search{width:min(100%,340px)}.dashboard-list{display:grid;gap:14px}.dashboard-list--scrollable{max-height:460px;overflow-y:auto;padding-inline-end:6px}.dashboard-list--scrollable::-webkit-scrollbar{width:8px}.dashboard-list--scrollable::-webkit-scrollbar-track{background:#0f172a0f;border-radius:999px}.dashboard-list--scrollable::-webkit-scrollbar-thumb{background:#14b8a66b;border-radius:999px}.dashboard-stat-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-list-item{gap:14px;padding:14px;border-radius:18px;background:#0f172a0a}[data-theme=dark] .dashboard-list-item{background:#ffffff0a}.dashboard-list-item__content{flex:1}.dashboard-list-item__headline{gap:16px}.dashboard-list-item__content small{display:block;margin-top:6px}.dashboard-stat-tile{padding:16px;border-radius:18px;background:#0f172a0a}[data-theme=dark] .dashboard-stat-tile{background:#ffffff0a}.dashboard-stat-tile span,.dashboard-stat-tile small{color:var(--dashboard-muted)}.dashboard-stat-tile strong{display:block;margin:8px 0 6px;color:var(--dashboard-text);font-size:24px}.dashboard-empty--inline{margin-top:0;padding:12px 0 0;min-height:0;border:0;background:transparent}.alert-danger{border:1px solid rgba(220,38,38,.18)}.alert-warning{border:1px solid rgba(234,88,12,.18)}.alert-info{border:1px solid rgba(8,145,178,.18)}.tone-ocean .dashboard-metric-card__icon,.tone-ocean .dashboard-highlight-card svg,.tone-ocean .dashboard-module-card__icon,.tone-ocean .dashboard-list-item__icon{background:#14b8a629;color:#0f766e}.tone-forest .dashboard-metric-card__icon,.tone-forest .dashboard-highlight-card svg,.tone-forest .dashboard-module-card__icon,.tone-forest .dashboard-list-item__icon{background:#84cc1629;color:#4d7c0f}.tone-sunset .dashboard-metric-card__icon,.tone-sunset .dashboard-highlight-card svg,.tone-sunset .dashboard-module-card__icon,.tone-sunset .dashboard-list-item__icon{background:#f9731629;color:#c2410c}.tone-ink .dashboard-metric-card__icon,.tone-ink .dashboard-highlight-card svg,.tone-ink .dashboard-module-card__icon,.tone-ink .dashboard-list-item__icon{background:#33415524;color:#0f172a}[data-theme=dark] .tone-ocean .dashboard-metric-card__icon,[data-theme=dark] .tone-ocean .dashboard-highlight-card svg,[data-theme=dark] .tone-ocean .dashboard-module-card__icon,[data-theme=dark] .tone-ocean .dashboard-list-item__icon{color:#99f6e4}[data-theme=dark] .tone-forest .dashboard-metric-card__icon,[data-theme=dark] .tone-forest .dashboard-highlight-card svg,[data-theme=dark] .tone-forest .dashboard-module-card__icon,[data-theme=dark] .tone-forest .dashboard-list-item__icon{color:#d9f99d}[data-theme=dark] .tone-sunset .dashboard-metric-card__icon,[data-theme=dark] .tone-sunset .dashboard-highlight-card svg,[data-theme=dark] .tone-sunset .dashboard-module-card__icon,[data-theme=dark] .tone-sunset .dashboard-list-item__icon{color:#fdba74}[data-theme=dark] .tone-ink .dashboard-metric-card__icon,[data-theme=dark] .tone-ink .dashboard-highlight-card svg,[data-theme=dark] .tone-ink .dashboard-module-card__icon,[data-theme=dark] .tone-ink .dashboard-list-item__icon{color:#e2e8f0}.dashboard-empty{margin-top:24px;padding:32px;border-radius:24px;border:1px dashed var(--dashboard-card-border);background:var(--dashboard-card-bg)}@media (max-width: 1400px){.dashboard-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1200px){.dashboard-hero,.dashboard-metric-grid,.dashboard-highlight-grid,.dashboard-chart-grid,.dashboard-side-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1024px){.dashboard-page__surface{padding:20px}.dashboard-hero{grid-template-columns:1fr;padding:24px}.dashboard-hero__panel{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 900px){.dashboard-page__surface{padding:18px;border-radius:22px}.dashboard-hero,.dashboard-metric-grid,.dashboard-highlight-grid,.dashboard-module-grid,.dashboard-chart-grid,.dashboard-side-grid{grid-template-columns:1fr}.dashboard-module-card__metrics,.dashboard-list-item,.dashboard-list-item__headline,.dashboard-module-card__progress{flex-direction:column;align-items:stretch}.dashboard-stat-grid,.dashboard-hero__panel{grid-template-columns:1fr}.dashboard-list-card .dashboard-section-card__header{flex-direction:column;align-items:stretch}.dashboard-activity-search{width:100%}}@media (max-width: 640px){.dashboard-page__surface{padding:14px}.dashboard-hero,.dashboard-section-card,.dashboard-metric-card,.dashboard-highlight-card,.dashboard-module-card{border-radius:20px}.dashboard-metric-card__icon,.dashboard-highlight-card svg,.dashboard-module-card__icon,.dashboard-list-item__icon{width:42px;height:42px;font-size:18px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.chat-layout{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;background:var(--chat-layout-bg, #fff)}:root{--chat-layout-bg: #fff;--chat-sidebar-bg: #fff;--content-bg: #fafafa;--header-bg: #fff;--border-color: #f0f0f0;--hover-bg: #f5f5f5;--active-bg: #e6f7ff;--unread-bg: rgba(24, 144, 255, .04);--bubble-bg: #fff;--own-bubble-bg: #1890ff;--divider-bg: #f0f0f0;--preview-bg: #f5f5f5;--input-bg: #fff;--sidebar-bg: #fff;--text-color: rgba(0, 0, 0, .85);--text-secondary: rgba(0, 0, 0, .45)}.chat-sider{border-inline-end:1px solid var(--border-color, #f0f0f0);background:var(--chat-sidebar-bg, #fff)!important}.chat-sider-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid var(--border-color, #f0f0f0)}.chat-search{padding:8px 16px}.chat-loading,.chat-empty-list{display:flex;justify-content:center;align-items:center;padding:48px}.chat-conversation-list{overflow-y:auto;max-height:calc(100dvh - 280px)}.chat-conversation-list .ant-list-item{padding:12px 16px;cursor:pointer;transition:all .2s;border-bottom:1px solid var(--border-color, #f0f0f0);display:flex;gap:12px}.chat-conversation-list .ant-list-item:hover{background-color:var(--hover-bg, #f5f5f5)}.chat-conversation-list .ant-list-item.active{background-color:var(--active-bg, #e6f7ff)}.chat-conversation-list .ant-list-item.unread{background-color:var(--unread-bg, rgba(24, 144, 255, .04))}.conversation-avatar-wrapper{flex-shrink:0}.conversation-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.conversation-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.conversation-name{flex:1;min-width:0;font-size:14px}.conversation-time{font-size:12px;flex-shrink:0}.conversation-time.unread-time{color:#1890ff;font-weight:500}.conversation-footer{display:flex;justify-content:space-between;align-items:center;gap:8px}.conversation-preview{flex:1;min-width:0}.message-preview{font-size:13px}.you-prefix{color:#8c8c8c}.typing-indicator{animation:pulse 1.5s infinite;display:flex;align-items:center;gap:4px}.typing-dots span{animation:bounce 1.4s infinite ease-in-out;font-weight:700}.typing-dots span:nth-child(1){animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.unread-badge{flex-shrink:0}.online-badge .ant-badge-dot{width:10px;height:10px;border:2px solid #fff}.chat-content{display:flex;flex-direction:column;background:var(--content-bg, #fafafa)!important}.chat-empty{display:flex;justify-content:center;align-items:center;height:100%;background:var(--content-bg, #fafafa)}.message-area{display:flex;flex-direction:column;height:100%;background:var(--content-bg, #fafafa)}.message-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--header-bg, #fff)!important;border-bottom:1px solid var(--border-color, #f0f0f0)}.message-header-info{display:flex;align-items:center;gap:12px}.mobile-back-button{display:none}.message-header-text{display:flex;flex-direction:column}.status-text{font-size:12px}.message-list{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;background:var(--content-bg, #fafafa)}.message-loading{display:flex;justify-content:center;align-items:center;height:100%}.message-group{margin-bottom:16px}.message-date-divider{display:flex;justify-content:center;margin:16px 0}.message-date-divider .ant-typography{background:var(--divider-bg, #f0f0f0);padding:4px 12px;border-radius:12px;font-size:12px}.message-item{display:flex;align-items:flex-end;gap:8px;margin-bottom:8px}.message-item.own{flex-direction:row-reverse}.message-bubble{max-width:min(72%,720px);padding:10px 14px;border-radius:16px;background:var(--bubble-bg, #fff);box-shadow:0 1px 2px #0000001a}.message-item.own .message-bubble{background:var(--own-bubble-bg, #1890ff);color:#fff}.message-item.own .message-bubble .ant-typography{color:#ffffffd9}.message-item.deleted .message-bubble,.message-item.own.deleted .message-bubble,.deleted-bubble{background:#ff4d4f26!important;border:1px dashed #ff7875!important}.message-deleted-content{display:flex;align-items:center;font-style:italic;padding:4px 0}.message-deleted-content,.message-deleted-content span,.message-deleted-content .ant-typography,.message-deleted-content .anticon{color:#ff4d4f!important}.message-reply{padding:6px 10px;margin-bottom:8px;background:#0000000d;border-radius:8px;border-inline-start:3px solid var(--primary-color, #1890ff)}.message-item.own .message-reply{background:#fff3;border-inline-start-color:#fff}.message-text{word-wrap:break-word;white-space:pre-wrap}.message-images{display:flex;flex-wrap:wrap;gap:8px}.message-image{max-width:200px;max-height:200px;border-radius:8px;cursor:pointer;transition:transform .2s}.message-image:hover{transform:scale(1.02)}.message-image-loading,.message-image-error{width:120px;height:120px;display:flex;align-items:center;justify-content:center;background:#0000000d;border-radius:8px;color:#8c8c8c}.message-item.own .message-image-loading,.message-item.own .message-image-error{background:#fff3;color:#ffffffb3}.message-files{display:flex;flex-direction:column;gap:4px}.message-file,.message-file-btn{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#0000000d;border-radius:8px;color:inherit;text-decoration:none}.message-file-btn{height:auto;white-space:normal;text-align:start}.message-item.own .message-file,.message-item.own .message-file-btn{background:#fff3;color:#fff}.message-meta{display:flex;align-items:center;gap:6px;margin-top:4px;justify-content:flex-end}.message-time{font-size:11px}.edited-label{font-size:10px}.read-status{font-size:14px;margin-inline-start:4px}.read-status.sent{color:#ffffffd9}.read-status.read{color:#73d13d;font-weight:700}.message-menu{opacity:0;transition:opacity .2s}.message-item:hover .message-menu{opacity:1}.reply-preview,.edit-preview{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background:var(--preview-bg, #f5f5f5);border-top:1px solid var(--border-color, #f0f0f0)}.reply-content{display:flex;flex-direction:column}.message-input-area{display:flex;align-items:flex-end;gap:8px;padding:12px 16px;background:var(--input-bg, #fff)!important;border-top:1px solid var(--border-color, #f0f0f0)}.message-input-blocked{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;background:#ff4d4f0d;border-top:1px solid #ffccc7}.message-input{flex:1;border-radius:20px;padding:8px 16px;background:var(--bubble-bg, #fff)}.chat-sidebar{width:280px;background:var(--sidebar-bg, #fff)!important;border-inline-start:1px solid var(--border-color, #f0f0f0);padding:16px;overflow-y:auto}.chat-sidebar-header{display:flex;flex-direction:column;align-items:center;text-align:center}.chat-sidebar-section{margin-bottom:16px}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.chat-sidebar-actions{margin-top:24px}[dir=rtl] .message-item.own{flex-direction:row-reverse}[dir=rtl] .message-reply{border-inline-start:none;border-inline-end:3px solid var(--primary-color, #1890ff)}[dir=rtl] .message-item.own .message-reply{border-inline-end-color:#fff}[data-theme=dark],.dark-mode,html[data-theme=dark],body[data-theme=dark]{--chat-layout-bg: #141414;--chat-sidebar-bg: #141414;--content-bg: #1f1f1f;--header-bg: #141414;--border-color: #303030;--hover-bg: #262626;--active-bg: #177ddc20;--unread-bg: rgba(23, 125, 220, .1);--bubble-bg: #262626;--own-bubble-bg: #177ddc;--divider-bg: #262626;--preview-bg: #262626;--input-bg: #141414;--sidebar-bg: #141414;--text-color: rgba(255, 255, 255, .85);--text-secondary: rgba(255, 255, 255, .45)}[data-theme=dark] .chat-layout,.dark-mode .chat-layout{background:#141414!important;box-shadow:0 2px 8px #00000073}[data-theme=dark] .chat-sider,.dark-mode .chat-sider{background:#141414!important}[data-theme=dark] .chat-content,.dark-mode .chat-content,[data-theme=dark] .chat-empty,.dark-mode .chat-empty,[data-theme=dark] .message-area,.dark-mode .message-area{background:#1f1f1f!important}[data-theme=dark] .message-header,.dark-mode .message-header{background:#141414!important;border-bottom-color:#303030}[data-theme=dark] .message-list,.dark-mode .message-list{background:#1f1f1f!important}[data-theme=dark] .message-input-area,.dark-mode .message-input-area{background:#141414!important;border-top-color:#303030}[data-theme=dark] .message-bubble,.dark-mode .message-bubble{background:#262626!important;color:#ffffffd9}[data-theme=dark] .message-item.own .message-bubble,.dark-mode .message-item.own .message-bubble{background:#177ddc!important;color:#fff}[data-theme=dark] .message-date-divider .ant-typography,.dark-mode .message-date-divider .ant-typography{background:#262626;color:#ffffffa6}[data-theme=dark] .chat-sidebar,.dark-mode .chat-sidebar{background:#141414!important;border-inline-start-color:#303030}[data-theme=dark] .chat-conversation-list .ant-list-item,.dark-mode .chat-conversation-list .ant-list-item{border-bottom-color:#303030}[data-theme=dark] .chat-conversation-list .ant-list-item:hover,.dark-mode .chat-conversation-list .ant-list-item:hover{background-color:#262626}[data-theme=dark] .chat-conversation-list .ant-list-item.active,.dark-mode .chat-conversation-list .ant-list-item.active{background-color:#177ddc33}[data-theme=dark] .reply-preview,[data-theme=dark] .edit-preview,.dark-mode .reply-preview,.dark-mode .edit-preview{background:#262626!important;border-top-color:#303030}[data-theme=dark] .chat-sider-header,.dark-mode .chat-sider-header{border-bottom-color:#303030}[data-theme=dark] .online-badge .ant-badge-dot,.dark-mode .online-badge .ant-badge-dot{border-color:#141414}@media (max-width: 1024px){.chat-layout{height:calc(100dvh - 64px)!important}.chat-sider{width:300px!important}.chat-sidebar{width:300px}}@media (max-width: 768px){.chat-layout{flex-direction:column;height:calc(100dvh - 64px)!important;position:relative}.chat-sider{width:100%!important;max-width:100%!important;flex:0 0 100%!important;position:relative;z-index:1}.chat-sider-header{padding:12px}.chat-sider-title h4{font-size:16px!important}.chat-search{padding:8px 12px}.chat-conversation-list{max-height:calc(100dvh - 240px)}.chat-conversation-list .ant-list-item{padding:10px 12px}.conversation-name{font-size:13px}.message-preview{font-size:12px}.conversation-time{font-size:11px}.chat-content{display:none!important}.chat-content.show-mobile{display:flex!important;position:fixed!important;inset:64px 0 0!important;z-index:1001!important;background:var(--content-bg, #fafafa)!important;width:100vw!important;height:calc(100dvh - 64px)!important}.chat-sider.hide-mobile{display:none!important}.chat-sidebar{width:100%!important;padding:16px;border:none!important;overflow-x:hidden!important}.chat-sidebar-drawer .ant-drawer-body{padding:0!important;overflow-x:hidden!important}.chat-sidebar-drawer{z-index:1002!important}.chat-sidebar-header{padding:0!important}.chat-sidebar-section{overflow-x:hidden!important}.message-bubble{max-width:85%}.message-header{padding:10px 12px}.mobile-back-button{display:inline-flex!important}.message-header-info{gap:8px}.message-header-text h5{font-size:14px!important}.status-text{font-size:11px}.message-area{height:100%!important}.message-list{padding:12px;flex:1!important;overflow-y:auto!important}.message-input-area{padding:10px 12px;flex-shrink:0}.message-image{max-width:150px;max-height:150px}.message-date-divider .ant-typography{font-size:11px;padding:3px 10px}.message-meta,.message-time{font-size:10px}.reply-preview,.edit-preview,.message-input{padding:6px 12px}}@media (max-width: 480px){.chat-sider-header{padding:10px}.chat-sider-header .ant-space{gap:4px!important}.chat-conversation-list .ant-list-item{padding:8px 10px}.conversation-avatar-wrapper .ant-avatar{width:36px!important;height:36px!important}.message-bubble{max-width:90%;padding:8px 12px}.message-header-info .ant-avatar{width:32px!important;height:32px!important}.message-input-area{padding:8px 10px;gap:6px}.message-list{padding:10px}.message-image{max-width:120px;max-height:120px}}
