.layout-module__dk_P3q__shell{background:var(--surface-0);min-height:100vh;display:flex}.layout-module__dk_P3q__sidebar{background:linear-gradient(180deg,var(--sidebar-bg)0%,var(--sidebar-bg-2)100%);color:var(--sidebar-text);width:var(--sidebar-w);height:100dvh;min-height:100vh;padding-bottom:max(10px,env(safe-area-inset-bottom));scrollbar-width:thin;scrollbar-color:#ffffff1f transparent;z-index:50;border-right:1px solid var(--sidebar-border);flex-direction:column;flex-shrink:0;display:flex;position:fixed;top:0;left:0;overflow:hidden auto}.layout-module__dk_P3q__sidebar::-webkit-scrollbar{width:6px}.layout-module__dk_P3q__sidebar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.layout-module__dk_P3q__brand{border-bottom:1px solid var(--sidebar-border);flex-shrink:0;padding:22px 18px 16px}.layout-module__dk_P3q__brandLink{color:inherit;border-radius:var(--radius-md);transition:background var(--transition-fast);align-items:center;gap:12px;margin:-4px;padding:4px;text-decoration:none;display:flex}.layout-module__dk_P3q__brandLink:hover{background:var(--sidebar-hover-bg)}.layout-module__dk_P3q__brandMark{border-radius:var(--radius-md);background:url(/icon.svg) 50%/cover no-repeat;flex-shrink:0;width:38px;height:38px;box-shadow:0 4px 12px #1976d266,0 0 0 1px #ffffff0f}.layout-module__dk_P3q__brandMarkImg{border-radius:var(--radius-md);object-fit:contain;flex-shrink:0;width:38px;height:38px;box-shadow:0 4px 12px #1976d259,0 0 0 1px #ffffff0f}.layout-module__dk_P3q__brandTitle{color:var(--sidebar-text-strong);letter-spacing:-.01em;font-size:15px;font-weight:800;line-height:1.2}.layout-module__dk_P3q__brandSubtitle{color:var(--sidebar-text-soft);letter-spacing:.12em;text-transform:uppercase;margin-top:2px;font-size:10px;font-weight:600}.layout-module__dk_P3q__sidebarNav{flex:1;padding:12px;overflow:hidden auto}.layout-module__dk_P3q__sidebarFooter{padding:14px 12px calc(16px + env(safe-area-inset-bottom));border-top:1px solid var(--sidebar-border);flex-direction:column;flex-shrink:0;gap:10px;display:flex}.layout-module__dk_P3q__userCard{background:var(--sidebar-hover-bg);border-radius:var(--radius-md);border:1px solid var(--sidebar-border);align-items:center;gap:10px;padding:10px 12px;display:flex}.layout-module__dk_P3q__userAvatar{color:#fff;background:linear-gradient(135deg,#1976d2,#4caf50);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:flex;box-shadow:0 2px 6px #00000040,inset 0 1px #fff3}.layout-module__dk_P3q__userInfo{flex:1;min-width:0}.layout-module__dk_P3q__userName{color:var(--sidebar-text-strong);white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.005em;font-size:13px;font-weight:700;overflow:hidden}.layout-module__dk_P3q__userRole{color:var(--sidebar-text-soft);text-transform:uppercase;letter-spacing:.08em;margin-top:1px;font-size:10px;font-weight:600}.layout-module__dk_P3q__sidebarActions{flex-direction:column;gap:6px;display:flex}.layout-module__dk_P3q__myDashLink{border-radius:var(--radius-md);background:var(--sidebar-active-bg);min-height:38px;color:var(--sidebar-active-text);transition:background var(--transition-fast),color var(--transition-fast),transform var(--transition-fast);border:1px solid #60a5fa2e;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:700;text-decoration:none;display:flex}.layout-module__dk_P3q__myDashLink:hover{color:#bfdbfe;background:#60a5fa38}.layout-module__dk_P3q__logoutButton{border-radius:var(--radius-md);border:1px solid var(--sidebar-border);width:100%;min-height:36px;color:var(--sidebar-text-soft);cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast);background:0 0;justify-content:center;align-items:center;padding:7px 12px;font-size:12px;font-weight:600;display:flex}.layout-module__dk_P3q__logoutButton:hover{color:#fca5a5;background:#ef44441a;border-color:#ef44444d}.layout-module__dk_P3q__content{flex-direction:column;width:100%;min-width:0;min-height:100vh;display:flex;overflow-x:hidden}.layout-module__dk_P3q__withSidebar .layout-module__dk_P3q__content{margin-left:var(--sidebar-w);max-width:calc(100% - var(--sidebar-w))}.layout-module__dk_P3q__container{width:100%;max-width:var(--dash-max);padding-inline:var(--dash-gutter);box-sizing:border-box;min-width:0;position:relative;overflow-x:hidden}.layout-module__dk_P3q__noSidebar .layout-module__dk_P3q__container{margin-inline:auto}.layout-module__dk_P3q__withSidebar .layout-module__dk_P3q__container{margin-left:0;margin-right:auto}.layout-module__dk_P3q__body{padding:var(--space-8)0 var(--space-12);box-sizing:border-box;flex:1;width:100%;min-width:0;max-width:100%;animation:.4s both layout-module__dk_P3q__riseIn;overflow-x:hidden}.layout-module__dk_P3q__topbar{padding:14px var(--dash-gutter);background:var(--surface-1);border-bottom:1px solid var(--border-subtle);box-shadow:var(--shadow-xs);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.layout-module__dk_P3q__mobileTopbar{background:var(--sidebar-bg);border-bottom:1px solid var(--sidebar-border);z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;display:none;position:sticky;top:0}.layout-module__dk_P3q__topbarBrand{color:inherit;align-items:center;gap:10px;text-decoration:none;display:flex}.layout-module__dk_P3q__topbarBrandName{color:var(--sidebar-text-strong);letter-spacing:-.01em;font-size:16px;font-weight:800}.layout-module__dk_P3q__topbarActions{align-items:center;gap:8px;display:flex}.layout-module__dk_P3q__topbarLink{border-radius:var(--radius-sm);border:1px solid var(--sidebar-border);color:var(--sidebar-text);transition:background var(--transition-fast),color var(--transition-fast);padding:7px 12px;font-size:12px;font-weight:600;text-decoration:none}.layout-module__dk_P3q__topbarLink:hover{background:var(--sidebar-hover-bg);color:var(--sidebar-text-strong)}.layout-module__dk_P3q__topbarLogout{border-radius:var(--radius-sm);color:#fca5a5;cursor:pointer;transition:background var(--transition-fast);background:0 0;border:1px solid #ef44444d;padding:7px 12px;font-size:12px;font-weight:600}.layout-module__dk_P3q__topbarLogout:hover{background:#ef44441f}.layout-module__dk_P3q__impersonationBanner{padding:0 var(--dash-gutter);background:linear-gradient(90deg,#f59e0b24,#10b9811a);border-bottom:1px solid #f59e0b47;flex-shrink:0}.layout-module__dk_P3q__impersonationInner{justify-content:space-between;align-items:center;gap:var(--space-4);max-width:var(--dash-max);flex-wrap:wrap;padding:10px 0;display:flex}.layout-module__dk_P3q__impersonationTitle{color:#92400e;font-size:13px;font-weight:700}.layout-module__dk_P3q__impersonationHint{color:#78350f;margin-top:2px;font-size:12px}.layout-module__dk_P3q__impersonationExit{border-radius:var(--radius-sm);background:var(--surface-1);color:#92400e;cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast);border:1px solid #5c2d0e40;padding:7px 14px;font-size:12px;font-weight:700;text-decoration:none}.layout-module__dk_P3q__impersonationExit:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.layout-module__dk_P3q__mobileBottomNav{display:none}@keyframes layout-module__dk_P3q__riseIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (max-width:1024px){.layout-module__dk_P3q__sidebar{width:var(--sidebar-w-tablet)}.layout-module__dk_P3q__withSidebar .layout-module__dk_P3q__content{margin-left:var(--sidebar-w-tablet);max-width:calc(100% - var(--sidebar-w-tablet))}}@media (max-width:768px){.layout-module__dk_P3q__sidebar{display:none}.layout-module__dk_P3q__withSidebar .layout-module__dk_P3q__content{max-width:100%;margin-left:0}.layout-module__dk_P3q__mobileTopbar{flex-wrap:wrap;gap:8px 12px;display:flex}.layout-module__dk_P3q__mobileTopbar .layout-module__dk_P3q__topbarActions{flex-wrap:wrap;justify-content:flex-end;row-gap:6px}.layout-module__dk_P3q__mobileBottomNav{background:var(--sidebar-bg);border-top:1px solid var(--sidebar-border);z-index:100;padding-bottom:env(safe-area-inset-bottom);display:block;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #0000001f}.layout-module__dk_P3q__body{padding-top:16px;padding-bottom:92px}}@media (max-width:480px){.layout-module__dk_P3q__topbarBrandName{display:none}}
.dashboard-nav-module__0e_Djq__navSidebar{flex-direction:column;gap:2px;display:flex}.dashboard-nav-module__0e_Djq__navItems{flex-direction:column;gap:1px;display:flex}.dashboard-nav-module__0e_Djq__navLink{border-radius:var(--radius-md);color:var(--sidebar-text-soft);transition:background var(--transition-fast),color var(--transition-fast);white-space:nowrap;align-items:center;gap:11px;padding:10px 12px;font-size:13px;font-weight:500;text-decoration:none;display:flex;position:relative}.dashboard-nav-module__0e_Djq__navLink:hover{background:var(--sidebar-hover-bg);color:var(--sidebar-text-strong)}.dashboard-nav-module__0e_Djq__navLinkActive{background:var(--sidebar-active-bg);color:var(--sidebar-active-text);font-weight:700}.dashboard-nav-module__0e_Djq__navLinkActive:before{content:"";background:var(--sidebar-active-bar);border-radius:0 3px 3px 0;width:3px;position:absolute;top:8px;bottom:8px;left:-12px}.dashboard-nav-module__0e_Djq__navIcon{width:18px;height:18px;color:inherit;opacity:.85;flex-shrink:0;justify-content:center;align-items:center;display:flex}.dashboard-nav-module__0e_Djq__navLinkActive .dashboard-nav-module__0e_Djq__navIcon{opacity:1}.dashboard-nav-module__0e_Djq__navIcon svg{stroke:currentColor;fill:none;width:100%;height:100%}.dashboard-nav-module__0e_Djq__navLabel{text-overflow:ellipsis;letter-spacing:-.005em;flex:1;overflow:hidden}.dashboard-nav-module__0e_Djq__navBadge{border-radius:var(--radius-pill);color:#fff;background:linear-gradient(135deg,#1976d2,#42a5f5);flex-shrink:0;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;display:inline-flex;box-shadow:0 2px 4px #1976d266}@media (max-width:768px){.dashboard-nav-module__0e_Djq__navSidebar{flex-direction:row;justify-content:space-around;align-items:center;gap:0;padding:6px 8px;overflow-x:auto}.dashboard-nav-module__0e_Djq__navItems{flex-direction:row;justify-content:space-around;gap:0;width:100%}.dashboard-nav-module__0e_Djq__navLink{border-radius:var(--radius-sm);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;min-width:52px;max-width:80px;padding:8px;font-size:10px;font-weight:600}.dashboard-nav-module__0e_Djq__navLink:before,.dashboard-nav-module__0e_Djq__navLinkActive:before{display:none}.dashboard-nav-module__0e_Djq__navLinkActive{background:var(--sidebar-active-bg);color:var(--sidebar-active-text)}.dashboard-nav-module__0e_Djq__navLabel{text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:60px;font-size:10px;line-height:1.2;overflow:hidden}.dashboard-nav-module__0e_Djq__navIcon{width:22px;height:22px}.dashboard-nav-module__0e_Djq__navBadge{display:none}}
.dashboard-ui-module__lxX1bq__pageHeader{align-items:end;gap:var(--space-6);padding-bottom:var(--space-5);margin-bottom:var(--space-8);border-bottom:1px solid var(--border-subtle);grid-template-columns:1fr auto;display:grid}.dashboard-ui-module__lxX1bq__pageHeaderInfo{gap:var(--space-2);min-width:0;display:grid}.dashboard-ui-module__lxX1bq__eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--accent-strong);font-size:11px;font-weight:700}.dashboard-ui-module__lxX1bq__backLink{color:var(--ink-soft);border-radius:var(--radius-sm);width:fit-content;transition:background var(--transition-fast),color var(--transition-fast);align-self:flex-start;align-items:center;gap:6px;margin:0 -8px 4px;padding:4px 8px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.dashboard-ui-module__lxX1bq__backLink:hover{background:var(--surface-2);color:var(--accent-strong)}.dashboard-ui-module__lxX1bq__pageTitle{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;margin:0;font-size:clamp(22px,3vw,30px);font-weight:800;line-height:1.15}.dashboard-ui-module__lxX1bq__pageSubtitle{font-size:var(--text-md);color:var(--ink-soft);max-width:720px;margin:0;line-height:1.55}.dashboard-ui-module__lxX1bq__pageActions{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}@media (max-width:720px){.dashboard-ui-module__lxX1bq__pageHeader{gap:var(--space-4);grid-template-columns:1fr}}.dashboard-ui-module__lxX1bq__btnBase{font-size:var(--text-base);border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast);white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:9px 14px;font-weight:600;text-decoration:none;display:inline-flex}.dashboard-ui-module__lxX1bq__btnBase:focus-visible{box-shadow:var(--shadow-glow);outline:none}.dashboard-ui-module__lxX1bq__btnPrimary{background:linear-gradient(135deg,var(--accent-strong),var(--accent));color:#fff;box-shadow:0 6px 16px #1976d247;}.dashboard-ui-module__lxX1bq__btnPrimary:hover{transform:translateY(-1px);box-shadow:0 10px 22px #1976d25c}.dashboard-ui-module__lxX1bq__btnSecondary{background:var(--surface-1);color:var(--ink);border-color:var(--border-default);}.dashboard-ui-module__lxX1bq__btnSecondary:hover{background:var(--surface-2);border-color:var(--border-strong)}.dashboard-ui-module__lxX1bq__btnGhost{color:var(--ink-soft);background:0 0;}.dashboard-ui-module__lxX1bq__btnGhost:hover{background:var(--surface-2);color:var(--ink)}.dashboard-ui-module__lxX1bq__btnDanger{background:var(--surface-1);color:var(--danger);border-color:#d32f2f40;}.dashboard-ui-module__lxX1bq__btnDanger:hover{background:var(--tint-red)}.dashboard-ui-module__lxX1bq__kpiGrid{gap:var(--space-4);margin-bottom:var(--space-8);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}.dashboard-ui-module__lxX1bq__kpiCard{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-5);gap:var(--space-3);transition:box-shadow var(--transition-fast),transform var(--transition-fast),border-color var(--transition-fast);display:grid;position:relative}.dashboard-ui-module__lxX1bq__kpiCard:hover{box-shadow:var(--shadow-sm);border-color:var(--border-default)}.dashboard-ui-module__lxX1bq__kpiHead{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.dashboard-ui-module__lxX1bq__kpiLabel{font-size:var(--text-sm);color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;margin:0;font-weight:600}.dashboard-ui-module__lxX1bq__kpiIcon{border-radius:var(--radius-sm);background:var(--tint-blue);width:32px;height:32px;color:var(--accent-strong);flex-shrink:0;place-items:center;display:grid}.dashboard-ui-module__lxX1bq__kpiIcon svg{width:16px;height:16px}.dashboard-ui-module__lxX1bq__kpiValueRow{justify-content:space-between;align-items:baseline;gap:var(--space-2);flex-wrap:wrap;display:flex}.dashboard-ui-module__lxX1bq__kpiValue{font-family:var(--font-display);font-size:var(--text-3xl);color:var(--ink);letter-spacing:-.02em;margin:0;font-weight:800;line-height:1}.dashboard-ui-module__lxX1bq__kpiTrend{font-size:var(--text-sm);align-items:center;gap:2px;font-weight:700;display:inline-flex}.dashboard-ui-module__lxX1bq__kpiTrendUp{color:#15803d}.dashboard-ui-module__lxX1bq__kpiTrendDown{color:#b91c1c}.dashboard-ui-module__lxX1bq__kpiTrendNeutral{color:var(--ink-mute)}.dashboard-ui-module__lxX1bq__kpiHint{font-size:var(--text-sm);color:var(--ink-mute);margin:0}.dashboard-ui-module__lxX1bq__kpiCardSuccess .dashboard-ui-module__lxX1bq__kpiIcon{background:var(--tint-green);color:var(--highlight-dark)}.dashboard-ui-module__lxX1bq__kpiCardWarning .dashboard-ui-module__lxX1bq__kpiIcon{background:var(--tint-amber);color:#b45309}.dashboard-ui-module__lxX1bq__kpiCardDanger .dashboard-ui-module__lxX1bq__kpiIcon{background:var(--tint-red);color:var(--danger)}.dashboard-ui-module__lxX1bq__kpiCardViolet .dashboard-ui-module__lxX1bq__kpiIcon{background:var(--tint-violet);color:#6d28d9}.dashboard-ui-module__lxX1bq__section{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:var(--space-6);margin-bottom:var(--space-6);overflow:hidden}.dashboard-ui-module__lxX1bq__sectionHead{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-5);padding-bottom:var(--space-4);border-bottom:1px solid var(--border-subtle);display:flex}.dashboard-ui-module__lxX1bq__sectionHeadNoBorder{border-bottom:none;padding-bottom:0}.dashboard-ui-module__lxX1bq__sectionTitleBlock{gap:4px;min-width:0;display:grid}.dashboard-ui-module__lxX1bq__sectionKicker{text-transform:uppercase;letter-spacing:.16em;color:var(--ink-mute);margin:0;font-size:10px;font-weight:700}.dashboard-ui-module__lxX1bq__sectionTitle{font-size:var(--text-xl);color:var(--ink);letter-spacing:-.01em;margin:0;font-weight:700}.dashboard-ui-module__lxX1bq__sectionSubtitle{font-size:var(--text-base);color:var(--ink-soft);margin:0}.dashboard-ui-module__lxX1bq__sectionActions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.dashboard-ui-module__lxX1bq__sectionBody{gap:var(--space-4);display:grid}@media (max-width:720px){.dashboard-ui-module__lxX1bq__section{padding:var(--space-5)}.dashboard-ui-module__lxX1bq__sectionHead{gap:var(--space-3);flex-direction:column}}.dashboard-ui-module__lxX1bq__badge{letter-spacing:.02em;border-radius:var(--radius-pill);white-space:nowrap;border:1px solid #0000;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:700;line-height:1.5;display:inline-flex}.dashboard-ui-module__lxX1bq__badgeNeutral{background:var(--tint-slate);color:var(--ink-soft);}.dashboard-ui-module__lxX1bq__badgeBlue{background:var(--tint-blue);color:var(--accent-strong);}.dashboard-ui-module__lxX1bq__badgeGreen{background:var(--tint-green);color:var(--highlight-dark);}.dashboard-ui-module__lxX1bq__badgeAmber{background:var(--tint-amber);color:#92400e;}.dashboard-ui-module__lxX1bq__badgeRed{background:var(--tint-red);color:var(--danger);}.dashboard-ui-module__lxX1bq__badgeViolet{background:var(--tint-violet);color:#6d28d9;}.dashboard-ui-module__lxX1bq__badgeOutline{border-color:var(--border-default);color:var(--ink-soft);background:0 0}.dashboard-ui-module__lxX1bq__badgeDot{background:currentColor;border-radius:50%;width:6px;height:6px;display:inline-block}.dashboard-ui-module__lxX1bq__empty{text-align:center;padding:var(--space-12)var(--space-6);background:var(--surface-1);border:1px dashed var(--border-default);border-radius:var(--radius-xl);gap:var(--space-3);justify-items:center;display:grid}.dashboard-ui-module__lxX1bq__emptyIcon{border-radius:var(--radius-lg);background:var(--tint-blue);width:56px;height:56px;color:var(--accent-strong);place-items:center;display:grid}.dashboard-ui-module__lxX1bq__emptyIcon svg{width:28px;height:28px}.dashboard-ui-module__lxX1bq__emptyTitle{font-size:var(--text-xl);color:var(--ink);margin:0;font-weight:700}.dashboard-ui-module__lxX1bq__emptySubtitle{font-size:var(--text-md);color:var(--ink-soft);max-width:420px;margin:0;line-height:1.55}.dashboard-ui-module__lxX1bq__emptyAction{margin-top:var(--space-2)}.dashboard-ui-module__lxX1bq__actionGrid{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));display:grid}.dashboard-ui-module__lxX1bq__actionCard{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-5);gap:var(--space-3);color:var(--ink);transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast);cursor:pointer;text-decoration:none;display:grid;position:relative}.dashboard-ui-module__lxX1bq__actionCard:hover{box-shadow:var(--shadow-md);border-color:var(--border-default);transform:translateY(-2px)}.dashboard-ui-module__lxX1bq__actionCardHead{align-items:flex-start;gap:var(--space-3);display:flex}.dashboard-ui-module__lxX1bq__actionCardIcon{border-radius:var(--radius-md);background:var(--tint-blue);width:40px;height:40px;color:var(--accent-strong);flex-shrink:0;place-items:center;display:grid}.dashboard-ui-module__lxX1bq__actionCardIcon svg{width:20px;height:20px}.dashboard-ui-module__lxX1bq__actionCardBody{gap:2px;min-width:0;display:grid}.dashboard-ui-module__lxX1bq__actionCardTitle{font-weight:700;font-size:var(--text-md);color:var(--ink);letter-spacing:-.01em;margin:0}.dashboard-ui-module__lxX1bq__actionCardDescription{font-size:var(--text-base);color:var(--ink-soft);margin:0;line-height:1.5}.dashboard-ui-module__lxX1bq__actionCardArrow{color:var(--accent-strong);align-items:center;gap:2px;font-size:12px;font-weight:700;display:inline-flex}.dashboard-ui-module__lxX1bq__toneBlue .dashboard-ui-module__lxX1bq__actionCardIcon{background:var(--tint-blue);color:var(--accent-strong)}.dashboard-ui-module__lxX1bq__toneGreen .dashboard-ui-module__lxX1bq__actionCardIcon{background:var(--tint-green);color:var(--highlight-dark)}.dashboard-ui-module__lxX1bq__toneAmber .dashboard-ui-module__lxX1bq__actionCardIcon{background:var(--tint-amber);color:#b45309}.dashboard-ui-module__lxX1bq__toneViolet .dashboard-ui-module__lxX1bq__actionCardIcon{background:var(--tint-violet);color:#6d28d9}.dashboard-ui-module__lxX1bq__toneTeal .dashboard-ui-module__lxX1bq__actionCardIcon{color:#0f766e;background:#0f766e24}.dashboard-ui-module__lxX1bq__toneSlate .dashboard-ui-module__lxX1bq__actionCardIcon{background:var(--tint-slate);color:var(--ink)}
.breadcrumb-module__MR7rxa__wrap{width:100%;margin-bottom:var(--space-4)}.breadcrumb-module__MR7rxa__list{color:var(--ink-mute);flex-wrap:wrap;align-items:center;gap:4px;margin:0;padding:0;font-size:12px;line-height:1.4;list-style:none;display:flex}.breadcrumb-module__MR7rxa__item{align-items:center;gap:4px;min-width:0;display:inline-flex}.breadcrumb-module__MR7rxa__link{color:var(--ink-soft);border-radius:var(--radius-xs);transition:background var(--transition-fast),color var(--transition-fast);white-space:nowrap;text-overflow:ellipsis;max-width:220px;margin:-2px -4px;padding:2px 4px;font-weight:600;text-decoration:none;overflow:hidden}.breadcrumb-module__MR7rxa__link:hover{background:var(--surface-2);color:var(--accent-strong)}.breadcrumb-module__MR7rxa__current{color:var(--ink);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;max-width:240px;font-weight:700;overflow:hidden}.breadcrumb-module__MR7rxa__sep{color:var(--ink-mute);margin:0 2px;font-size:10px;font-weight:600}@media (max-width:560px){.breadcrumb-module__MR7rxa__list{font-size:11px}.breadcrumb-module__MR7rxa__item:not(:last-child):not(:nth-last-child(2)){display:none}.breadcrumb-module__MR7rxa__item:nth-last-child(2):before{content:"…";color:var(--ink-mute);margin-right:4px}}
.expertise-module__yj8-TW__page{flex-direction:column;gap:18px;max-width:1200px;margin:0 auto;padding:24px clamp(16px,4vw,32px);display:flex}.expertise-module__yj8-TW__header{flex-direction:column;gap:4px;margin-bottom:16px;display:flex}.expertise-module__yj8-TW__kicker{text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted,#6b7280);margin:0;font-size:11px;font-weight:700}.expertise-module__yj8-TW__title{color:var(--color-text,#0f172a);margin:0;font-size:24px;font-weight:800}.expertise-module__yj8-TW__subtitle{color:var(--color-text-muted,#6b7280);margin:0;font-size:14px}.expertise-module__yj8-TW__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.expertise-module__yj8-TW__tabs{background:#eef2ff;border:1px solid #dbe4ff;border-radius:999px;width:fit-content;padding:4px;display:inline-flex}.expertise-module__yj8-TW__tabBtn{cursor:pointer;color:#475569;background:0 0;border:0;border-radius:999px;padding:9px 16px;font-size:13px;font-weight:700;transition:background .15s,color .15s,box-shadow .15s}.expertise-module__yj8-TW__tabBtnActive{color:#0f172a;background:#fff;box-shadow:0 8px 18px #0f172a14}.expertise-module__yj8-TW__controlsPanel{background:linear-gradient(135deg,#2563eb14,#0ea5e90a),#fff;border:1px solid #dbe4ff;border-radius:18px;padding:18px;box-shadow:0 14px 35px #0f172a0f}.expertise-module__yj8-TW__controlsHeader{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.expertise-module__yj8-TW__controlsEyebrow{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:800}.expertise-module__yj8-TW__controlsTitle{color:#0f172a;margin:0;font-size:18px;font-weight:800}.expertise-module__yj8-TW__resultSummary{color:#1e40af;background:#fff;border:1px solid #dbe4ff;border-radius:999px;flex:none;padding:6px 10px;font-size:12px;font-weight:800}.expertise-module__yj8-TW__filters{flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:10px;display:flex}.expertise-module__yj8-TW__filterField{flex-direction:column;gap:5px;min-width:min(220px,100%);display:flex}.expertise-module__yj8-TW__filterLabel{color:#64748b;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:800}.expertise-module__yj8-TW__filterSelect{appearance:none;color:#0f172a;font:inherit;background-color:#fff;background-image:linear-gradient(45deg,#0000 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,#0000 50%),none;background-position:calc(100% - 16px),calc(100% - 11px),0 0;background-repeat:no-repeat;background-size:5px 5px,5px 5px,100% 100%;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #cbd5e1;border-radius:12px;min-height:40px;padding:9px 34px 9px 12px;font-size:13px}.expertise-module__yj8-TW__filterSelect:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb24}.expertise-module__yj8-TW__clearFilterBtn{cursor:pointer;color:#475569;background:#fff;border:1px solid #cbd5e1;border-radius:12px;min-height:40px;padding:9px 12px;font-size:13px;font-weight:700;transition:border-color .15s,color .15s,transform .15s}.expertise-module__yj8-TW__clearFilterBtn:hover{color:#0f172a;border-color:#94a3b8;transform:translateY(-1px)}.expertise-module__yj8-TW__btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:9px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.expertise-module__yj8-TW__btnPrimary{color:#fff;background:#2563eb}.expertise-module__yj8-TW__btnPrimary:hover{opacity:.92}.expertise-module__yj8-TW__btnGhost{color:#0f172a;background:#fff;border-color:#e2e8f0}.expertise-module__yj8-TW__btnDanger{color:#991b1b;background:#fee2e2;border-color:#fecaca}.expertise-module__yj8-TW__btnSuccess{color:#166534;background:#dcfce7}.expertise-module__yj8-TW__kpiRow{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:16px;display:grid}.expertise-module__yj8-TW__kpi{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px}.expertise-module__yj8-TW__kpiLabel{text-transform:uppercase;letter-spacing:.4px;color:#64748b;margin:0 0 4px;font-size:11px;font-weight:700}.expertise-module__yj8-TW__kpiValue{color:#0f172a;margin:0;font-size:22px;font-weight:800}.expertise-module__yj8-TW__list{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;display:grid}.expertise-module__yj8-TW__card{cursor:pointer;color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;gap:12px;min-height:210px;padding:18px;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;box-shadow:0 10px 28px #0f172a0f}.expertise-module__yj8-TW__card:hover{border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 18px 40px #2563eb1f}.expertise-module__yj8-TW__cardHeader{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.expertise-module__yj8-TW__urgencyDot{border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 4px #94a3b826}.expertise-module__yj8-TW__audienceTag{text-transform:uppercase;letter-spacing:.4px;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.expertise-module__yj8-TW__cardTitle{color:#0f172a;margin:0;font-size:17px;font-weight:800;line-height:1.35}.expertise-module__yj8-TW__cardSpecialty{color:#2563eb;font-size:12px;font-weight:600}.expertise-module__yj8-TW__cardMeta{color:#64748b;font-size:12px;line-height:1.45}.expertise-module__yj8-TW__cardChips{flex-wrap:wrap;gap:6px;display:flex}.expertise-module__yj8-TW__cardChip{border-radius:999px;padding:4px 9px;font-size:11px;font-weight:800}.expertise-module__yj8-TW__cardChipBlue{color:#1e40af;background:#eff6ff}.expertise-module__yj8-TW__cardChipGreen{color:#166534;background:#f0fdf4}.expertise-module__yj8-TW__cardChipAmber{color:#92400e;background:#fef3c7}.expertise-module__yj8-TW__cardMetaGrid{border-top:1px solid #f1f5f9;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:auto;padding-top:12px;display:grid}.expertise-module__yj8-TW__cardMetaGrid .expertise-module__yj8-TW__cardMeta{flex-direction:column;gap:2px;display:flex}.expertise-module__yj8-TW__cardMetaGrid .expertise-module__yj8-TW__cardMeta strong{color:#94a3b8;letter-spacing:.05em;text-transform:uppercase;font-size:10px}.expertise-module__yj8-TW__statusBadge{border-radius:999px;margin-left:auto;padding:4px 9px;font-size:11px;font-weight:700}.expertise-module__yj8-TW__empty{text-align:center;color:#64748b;background:#fff;border:1px dashed #e2e8f0;border-radius:18px;padding:56px 18px;box-shadow:0 10px 28px #0f172a0a}.expertise-module__yj8-TW__section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:16px;padding:16px}.expertise-module__yj8-TW__sectionTitle{color:#0f172a;margin:0 0 12px;font-size:14px;font-weight:700}.expertise-module__yj8-TW__row{flex-wrap:wrap;gap:8px;display:flex}.expertise-module__yj8-TW__formField{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}.expertise-module__yj8-TW__label{color:#475569;text-transform:uppercase;letter-spacing:.4px;font-size:11px;font-weight:700}.expertise-module__yj8-TW__input,.expertise-module__yj8-TW__textarea,.expertise-module__yj8-TW__select{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:9px 12px;font-family:inherit;font-size:14px}.expertise-module__yj8-TW__textarea{resize:vertical;min-height:100px}.expertise-module__yj8-TW__input:focus,.expertise-module__yj8-TW__textarea:focus,.expertise-module__yj8-TW__select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}.expertise-module__yj8-TW__chip{cursor:pointer;color:#0f172a;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;transition:background .15s}.expertise-module__yj8-TW__chipActive{color:#fff;background:#2563eb;border-color:#2563eb}.expertise-module__yj8-TW__errorBox{color:#991b1b;background:#fee2e2;border-radius:8px;margin-bottom:12px;padding:10px 14px;font-size:13px}.expertise-module__yj8-TW__successBox{color:#166534;background:#dcfce7;border-radius:8px;margin-bottom:12px;padding:10px 14px;font-size:13px}.expertise-module__yj8-TW__message{background:#f8fafc;border-left:3px solid #cbd5e1;border-radius:8px;margin-bottom:6px;padding:8px 10px}.expertise-module__yj8-TW__messageMine{background:#eff6ff;border-left-color:#2563eb}.expertise-module__yj8-TW__answerBox{background:#f8fafc;border-left:3px solid #16a34a;border-radius:8px;margin-bottom:8px;padding:12px}.expertise-module__yj8-TW__responderRow{cursor:pointer;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:10px;margin-bottom:6px;padding:10px;display:flex}.expertise-module__yj8-TW__responderRow:hover{background:#f8fafc}.expertise-module__yj8-TW__responderRowActive{background:#eff6ff;border-color:#2563eb}.expertise-module__yj8-TW__actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}@media (max-width:720px){.expertise-module__yj8-TW__toolbar,.expertise-module__yj8-TW__controlsHeader{flex-direction:column;align-items:stretch}.expertise-module__yj8-TW__tabs,.expertise-module__yj8-TW__filters,.expertise-module__yj8-TW__filterField,.expertise-module__yj8-TW__filterSelect,.expertise-module__yj8-TW__clearFilterBtn{width:100%}.expertise-module__yj8-TW__tabBtn{flex:1}.expertise-module__yj8-TW__list,.expertise-module__yj8-TW__cardMetaGrid{grid-template-columns:1fr}}
