/* ===== CSS Variables ===== */
:root {
  --bg: #0a0e1a;
  --bg2: #0f1525;
  --bg3: #141d35;
  --surface: #1a2340;
  --surface2: #212d4a;
  --border: rgba(100, 140, 220, 0.15);
  --border2: rgba(100, 140, 220, 0.25);
  --text: #e8edf8;
  --text2: #9aaac8;
  --text3: #6478a0;
  --accent: #4f8ef7;
  --accent2: #6ea8fe;
  --accent-glow: rgba(79, 142, 247, 0.25);
  --cyan: #21d4fd;
  --neon: #7af6ff;
  --matrix: rgba(33, 212, 253, 0.18);
  --gold: #f0b840;
  --gold2: #ffd166;
  --radius: 12px;
  --radius2: 20px;
  --shadow: 0 8px 40px rgba(0,0,0,0.5);
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --header-h: 72px;
}

/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(79,142,247,0.2), transparent 36%),
    radial-gradient(circle at 82% 0%, rgba(33,212,253,0.14), transparent 30%),
    linear-gradient(160deg, #060b17 0%, #0a1122 45%, #050912 100%);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; }
.ai-polish-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:8px;}
.ai-polish-label{margin:0;display:inline-flex;align-items:center;gap:8px;}
.ai-polish-label::after{content:'AI';display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:18px;padding:0 8px;border-radius:999px;background:linear-gradient(135deg,rgba(79,142,247,.22),rgba(33,212,253,.18));border:1px solid rgba(110,168,254,.26);color:#bfe3ff;font-size:10px;font-weight:800;letter-spacing:.5px;}
.ai-polish-btn{position:relative;isolation:isolate;overflow:hidden;min-width:132px;white-space:nowrap;border:1px solid rgba(105,214,255,.56)!important;background:linear-gradient(180deg,rgba(5,18,42,.96),rgba(3,10,26,.98))!important;box-shadow:0 10px 26px rgba(53,166,255,.24),0 0 18px rgba(64,224,255,.14),inset 0 1px 0 rgba(225,250,255,.14),inset 0 0 28px rgba(17,118,255,.12);color:transparent!important;text-shadow:none;}
.ai-polish-btn::before{content:'';position:absolute;inset:-48% -16%;z-index:0;background:radial-gradient(circle at 14% 28%,rgba(145,245,255,.44),transparent 18%),radial-gradient(circle at 36% 78%,rgba(76,169,255,.34),transparent 22%),radial-gradient(circle at 68% 26%,rgba(84,255,227,.3),transparent 18%),radial-gradient(circle at 84% 70%,rgba(42,118,255,.28),transparent 24%),repeating-linear-gradient(-14deg,rgba(159,245,255,.34) 0 8px,rgba(63,177,255,.12) 8px 16px,rgba(125,255,218,.28) 16px 24px,rgba(38,104,255,.08) 24px 32px);background-size:160% 160%,145% 145%,150% 150%,170% 170%,210% 100%;filter:blur(.3px) saturate(128%);opacity:1;animation:aiWaveFlow 4.2s linear infinite;}
.ai-polish-btn::after{content:'DeepSeek 一键润色';position:relative;z-index:1;display:block;background:linear-gradient(90deg,#ffffff 0%,#b8f8ff 14%,#76ebff 28%,#39b7ff 44%,#5dffde 60%,#67d8ff 76%,#ffffff 100%);background-size:240% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:900;letter-spacing:.38px;animation:aiWaveText 2.2s ease-in-out infinite;}
.ai-polish-btn:hover{transform:translateY(-1px) scale(1.01);box-shadow:0 14px 34px rgba(53,166,255,.34),0 0 22px rgba(76,236,255,.24),0 0 0 1px rgba(124,231,255,.18);}
.ai-polish-btn:hover::before{animation-duration:2.8s;filter:blur(.15px) saturate(145%);}
.ai-polish-btn:disabled{opacity:.86;cursor:wait;transform:none;box-shadow:none;color:transparent!important;}
.ai-polish-btn:disabled::before{animation-play-state:paused;opacity:.76;}
.ai-polish-btn:disabled::after{content:'润色中...';animation:none;background-position:50% 50%;}
.ai-polish-hint{margin-top:8px;}
@keyframes aiWaveFlow{0%{transform:translateX(-16%) translateY(0) scale(1.04) skewX(-3deg);}25%{transform:translateX(-1%) translateY(-4%) scale(1.08) skewX(1deg);}50%{transform:translateX(14%) translateY(2%) scale(1.12) skewX(-2deg);}75%{transform:translateX(2%) translateY(5%) scale(1.08) skewX(2deg);}100%{transform:translateX(-16%) translateY(0) scale(1.04) skewX(-3deg);}}
@keyframes aiWaveText{0%,100%{background-position:0% 50%;filter:drop-shadow(0 0 6px rgba(124,231,255,.35)) drop-shadow(0 0 14px rgba(58,173,255,.18));}50%{background-position:100% 50%;filter:drop-shadow(0 0 12px rgba(124,231,255,.65)) drop-shadow(0 0 22px rgba(34,198,255,.3));}}
.file-chip-removable{display:inline-flex;align-items:center;gap:8px;padding-right:6px;margin:0 8px 8px 0;}
.file-chip-removable a,.file-chip-removable span{display:inline-flex;align-items:center;}
.file-chip-remove{width:20px;height:20px;border:none;border-radius:999px;background:rgba(239,68,68,.18);color:#fecaca;cursor:pointer;font-size:14px;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:.2s;}
.file-chip-remove:hover{background:rgba(239,68,68,.32);transform:scale(1.06);}
.worklog-table-wrap{margin-top:16px;max-height:520px;overflow:auto;border-radius:18px;}
.worklog-table{min-width:1420px;table-layout:fixed;}
.worklog-table thead th{position:sticky;top:0;z-index:2;background:linear-gradient(180deg,rgba(17,30,56,.98),rgba(10,20,38,.98));backdrop-filter:blur(10px);}
.worklog-table th:nth-child(1){width:150px;}
.worklog-table th:nth-child(2){width:120px;}
.worklog-table th:nth-child(3),.worklog-table th:nth-child(4),.worklog-table th:nth-child(5),.worklog-table th:nth-child(6),.worklog-table th:nth-child(7){width:156px;}
.worklog-table th:nth-child(8){width:150px;}
.worklog-table th:nth-child(9){width:92px;}
.worklog-table th:nth-child(10){width:136px;}
.worklog-table th:nth-child(11){width:84px;}
.worklog-table td,.worklog-table th{vertical-align:top;word-break:break-word;overflow:hidden;}
.worklog-table td{padding-top:10px;padding-bottom:10px;height:auto;}
.worklog-table tbody tr{height:auto;}
.worklog-table-user{display:flex;flex-direction:column;gap:2px;justify-content:center;min-height:24px;}
.worklog-table-user strong{font-size:14px;color:#f5fbff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;}
.worklog-table-user span{font-size:12px;color:var(--text3);}
.worklog-cell-text{display:block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.worklog-scroll-card{position:relative;width:100%;min-width:0;border:1px solid rgba(109,146,204,.26);background:rgba(10,18,32,.82);border-radius:10px;box-shadow:inset 0 1px 0 rgba(255,255,255,.03);padding:8px 10px;}
.worklog-scroll-card-text{height:92px;overflow:auto;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;color:#dce9ff;line-height:1.55;font-size:12px;padding-right:4px;}
.worklog-scroll-card-text::-webkit-scrollbar{width:6px;height:6px;}
.worklog-scroll-card-text::-webkit-scrollbar-thumb{background:rgba(112,154,221,.45);border-radius:999px;}
.worklog-row-muted{color:var(--text3);font-size:12px;}
.worklog-row-chip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:rgba(94,160,255,.12);border:1px solid rgba(124,231,255,.16);color:#c9defd;font-size:11px;line-height:1.2;margin-right:4px;margin-bottom:0;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.worklog-action-stack{display:flex;flex-direction:row;gap:6px;align-items:center;justify-content:flex-start;min-width:0;flex-wrap:wrap;}
.worklog-action-stack .btn{justify-content:center;min-height:28px;padding:4px 10px;}
.worklog-edit-btn{background:linear-gradient(180deg,#3b82f6,#2563eb);border-color:rgba(96,165,250,.5);color:#fff;}
.worklog-edit-btn:hover{filter:brightness(1.06);box-shadow:0 8px 20px rgba(37,99,235,.24);} 
.worklog-delete-btn{border-color:rgba(248,113,113,.4);color:#fecaca;background:rgba(127,29,29,.2);}
.worklog-delete-btn:hover{background:rgba(220,38,38,.18);color:#fff;box-shadow:0 8px 18px rgba(220,38,38,.18);} 
.worklog-list-empty{padding:36px 18px;border-radius:16px;border:1px dashed rgba(110,144,214,.24);text-align:center;color:var(--text3);background:rgba(255,255,255,.02);margin-top:14px;}
.worklog-detail-modal-card{width:min(1180px,96vw);}
.worklog-detail-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;}
.worklog-detail-subtitle{margin-top:4px;color:var(--text3);font-size:12px;}
.worklog-detail-shell{max-height:72vh;overflow:auto;padding-right:4px;}
.worklog-print-sheet{width:min(860px,100%);margin:0 auto;background:linear-gradient(180deg,#fff,#f7fbff);color:#17324f;border-radius:18px;padding:30px 32px;box-shadow:0 30px 70px rgba(0,0,0,.28);border:1px solid rgba(145,185,235,.28);}
.worklog-print-sheet a{color:#245d9c;text-decoration:none;}
.worklog-print-sheet a:hover{text-decoration:underline;}
.worklog-print-title{text-align:center;font-size:28px;font-weight:900;letter-spacing:1px;color:#12345b;}
.worklog-print-sub{text-align:center;margin-top:8px;margin-bottom:20px;font-size:12px;color:#6e88aa;letter-spacing:.3px;}
.worklog-detail-table{width:100%;border-collapse:collapse;table-layout:fixed;background:#fff;}
.worklog-detail-table th,.worklog-detail-table td{border:1px solid rgba(120,156,204,.42);padding:12px 14px;font-size:14px;line-height:1.8;vertical-align:top;word-break:break-word;}
.worklog-detail-table th{width:120px;background:#eef5ff;color:#2a4e79;font-weight:800;text-align:center;}
.worklog-print-rich,.worklog-print-files{white-space:pre-wrap;min-height:88px;}
.worklog-print-sign{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:18px;font-size:12px;color:#5e7a9a;}
.worklog-a4-sheet{width:min(820px,100%);margin:0 auto;background:linear-gradient(180deg,#fff,#f7fbff);color:#17324f;border-radius:18px;padding:34px 38px;box-shadow:0 30px 70px rgba(0,0,0,.28);border:1px solid rgba(145,185,235,.28);position:relative;}
.worklog-a4-sheet::before{content:'';position:absolute;inset:16px;border:1px solid rgba(120,169,231,.18);border-radius:12px;pointer-events:none;}
.worklog-a4-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:18px;margin-bottom:18px;border-bottom:2px solid rgba(63,127,221,.14);}
.worklog-a4-title{font-size:28px;font-weight:900;letter-spacing:1px;color:#12345b;}
.worklog-a4-meta{margin-top:6px;font-size:12px;color:#6e88aa;letter-spacing:.3px;}
.worklog-a4-stamp{padding:10px 16px;border:2px solid rgba(62,156,255,.34);border-radius:999px;color:#1893ff;font-weight:900;letter-spacing:1.2px;transform:rotate(-8deg);box-shadow:0 0 0 6px rgba(24,147,255,.06) inset;}
.worklog-a4-topgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px;}
.worklog-detail-mini{padding:12px 14px;border-radius:12px;background:rgba(235,244,255,.9);border:1px solid rgba(129,175,233,.24);display:flex;flex-direction:column;gap:6px;min-height:84px;}
.worklog-detail-mini span{font-size:11px;color:#6c87a8;letter-spacing:.3px;}
.worklog-detail-mini strong{font-size:14px;color:#14365a;line-height:1.6;word-break:break-word;}
.worklog-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.worklog-detail-field{padding:16px;border-radius:14px;background:rgba(247,251,255,.96);border:1px solid rgba(140,181,235,.22);min-height:140px;}
.worklog-detail-field-full{grid-column:1 / -1;min-height:120px;}
.worklog-detail-label{font-size:12px;font-weight:800;color:#4a6f99;letter-spacing:.4px;margin-bottom:10px;}
.worklog-detail-value{font-size:14px;line-height:1.9;color:#17324f;white-space:pre-wrap;word-break:break-word;}
.worklog-detail-files{display:flex;flex-wrap:wrap;gap:10px;}
.worklog-a4-footer{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:22px;padding-top:16px;border-top:1px dashed rgba(110,150,201,.3);font-size:12px;color:#6c87a8;}
@media (max-width: 860px){.worklog-list-filterbar{grid-template-columns:1fr;}.worklog-list-filterbar{padding:12px;gap:12px;}.worklog-list-filter-item,.worklog-list-filter-date{min-width:0;flex:1 1 100%;}.worklog-table-wrap{overflow:auto;max-height:none;}.worklog-table{min-width:1420px;}.worklog-detail-head-actions{gap:8px;flex-wrap:wrap;justify-content:flex-end;}.worklog-print-sheet,.worklog-a4-sheet{padding:22px 18px;}.worklog-detail-table th,.worklog-detail-table td{padding:10px 8px;font-size:13px;}.worklog-a4-topgrid,.worklog-detail-grid{grid-template-columns:1fr;}.worklog-a4-title,.worklog-print-title{font-size:22px;}}

.file-chip-remove:hover{background:rgba(239,68,68,.28);color:#fff;}
.worklog-files-hint{display:flex;flex-wrap:wrap;gap:8px;align-items:center;}

/* ===== Logo 图片样式 ===== */
.logo-img {
  height: 44px;
  width: 44px;
  object-fit: contain;
  border-radius: 10px;
  flex-shrink: 0;
  display: block;
}
.logo-img.sm {
  height: 36px;
  width: 36px;
  border-radius: 8px;
}

/* ===== Container ===== */
.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== Header ===== */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--header-h);
  z-index: 1000;
  background: rgba(10, 14, 26, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}
.header.scrolled {
  background: rgba(10, 14, 26, 0.97);
  box-shadow: 0 4px 32px rgba(0,0,0,0.4);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.logo {
  display: flex;
  align-items: center;
  gap: 14px;
}
.logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--accent), #2563eb);
  border-radius: 10px;
  font-family: 'Noto Serif SC', serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  flex-shrink: 0;
  box-shadow: 0 4px 16px var(--accent-glow);
}
.logo-icon.sm { width: 36px; height: 36px; font-size: 12px; }
.logo-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.logo-cn {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.5px;
}
.logo-en {
  font-size: 9px;
  color: var(--text3);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-link {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text2);
  transition: var(--transition);
  position: relative;
}
.nav-link:hover, .nav-link.active {
  color: var(--accent2);
  background: rgba(79, 142, 247, 0.1);
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: var(--transition);
}

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: var(--header-h);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(122,246,255,0.06), transparent 36%, rgba(79,142,247,0.08) 70%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(180deg, rgba(255,255,255,0.02) 0 1px, transparent 1px 4px);
  mix-blend-mode: screen;
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(79,142,247,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79,142,247,0.08) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: gridFlow 18s linear infinite;
}
@keyframes gridFlow {
  from { transform: translateY(0); }
  to { transform: translateY(60px); }
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  pointer-events: none;
}
.glow-1 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(79,142,247,0.25) 0%, transparent 70%);
  top: -100px; left: -150px;
  animation: floatGlow 8s ease-in-out infinite alternate;
}
.glow-2 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(240,184,64,0.12) 0%, transparent 70%);
  bottom: 0; right: -100px;
  animation: floatGlow 10s ease-in-out infinite alternate-reverse;
}
@keyframes floatGlow {
  from { transform: translate(0,0) scale(1); }
  to   { transform: translate(30px, 40px) scale(1.1); }
}
.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 80px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border: 1px solid var(--border2);
  border-radius: 100px;
  font-size: 12px;
  color: var(--accent2);
  background: linear-gradient(90deg, rgba(79,142,247,0.12), rgba(33,212,253,0.1));
  margin-bottom: 28px;
  letter-spacing: 1px;
  animation: fadeUp 0.6s ease both;
  box-shadow: 0 0 24px rgba(33,212,253,0.16), inset 0 0 12px rgba(79,142,247,0.1);
}
.hero-title {
  font-family: 'Noto Serif SC', serif;
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 900;
  line-height: 1.15;
  color: var(--text);
  margin-bottom: 24px;
  animation: fadeUp 0.6s 0.1s ease both;
}
.hero-title .accent {
  background: linear-gradient(90deg, var(--accent), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-desc {
  font-size: 16px;
  color: var(--text2);
  max-width: 560px;
  margin-bottom: 40px;
  line-height: 1.8;
  animation: fadeUp 0.6s 0.2s ease both;
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  animation: fadeUp 0.6s 0.3s ease both;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 32px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  border: 2px solid transparent;
  letter-spacing: 0.5px;
}
.btn-primary {
  background: linear-gradient(135deg, var(--accent), #2563eb);
  color: #fff;
  box-shadow: 0 4px 20px var(--accent-glow);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px var(--accent-glow);
}
.btn-outline {
  border-color: var(--border2);
  color: var(--text);
  background: rgba(255,255,255,0.04);
}
.btn-outline:hover {
  border-color: var(--accent);
  color: var(--accent2);
  background: rgba(79,142,247,0.08);
}
.btn.full { width: 100%; }
.hero-stats {
  display: flex;
  align-items: center;
  gap: 32px;
  animation: fadeUp 0.6s 0.4s ease both;
}
.stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.stat-num {
  font-family: 'Noto Serif SC', serif;
  font-size: 32px;
  font-weight: 900;
  color: var(--text);
  line-height: 1;
}
.stat-num em {
  font-style: normal;
  font-size: 20px;
  color: var(--accent);
}
.stat-label {
  font-size: 12px;
  color: var(--text3);
  letter-spacing: 1px;
}
.stat-divider {
  width: 1px;
  height: 40px;
  background: var(--border2);
}
.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 1;
}
.scroll-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  animation: scrollBounce 1.5s ease-in-out infinite;
}
@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(8px); opacity: 0.4; }
}

/* ===== Section Commons ===== */
section { padding: 100px 0; }
.section-header {
  text-align: center;
  margin-bottom: 64px;
}
.section-tag {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(79,142,247,0.12);
  color: var(--accent2);
  border: 1px solid rgba(79,142,247,0.25);
  margin-bottom: 16px;
}
.section-tag.light {
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.8);
  border-color: rgba(255,255,255,0.2);
}
.section-title {
  font-family: 'Noto Serif SC', serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 16px;
  line-height: 1.3;
}
.section-title.light { color: #fff; }
.section-desc {
  font-size: 15px;
  color: var(--text2);
  max-width: 480px;
  margin: 0 auto;
}

/* ===== Services ===== */
.services { background: var(--bg2); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius2);
  padding: 36px 28px;
  transition: var(--transition);
  overflow: hidden;
  cursor: default;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--gold));
  opacity: 0;
  transition: var(--transition);
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: var(--border2);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 40px rgba(79,142,247,0.08);
  background: var(--surface2);
}
.service-card:hover::before { opacity: 1; }
.service-num {
  font-family: 'Noto Serif SC', serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  opacity: 0.6;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.service-icon {
  font-size: 28px;
  color: var(--accent);
  margin-bottom: 16px;
  line-height: 1;
  opacity: 0.85;
}
.service-title {
  font-family: 'Noto Serif SC', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
}
.service-desc {
  font-size: 14px;
  color: var(--text2);
  line-height: 1.8;
  margin-bottom: 20px;
}
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.service-tags span {
  padding: 3px 10px;
  border-radius: 100px;
  font-size: 11px;
  color: var(--accent2);
  background: rgba(79,142,247,0.1);
  border: 1px solid rgba(79,142,247,0.2);
}
.service-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.5px;
  transition: var(--transition);
}
.service-link:hover { color: var(--gold); letter-spacing: 2px; }

/* ===== About ===== */
.about { background: var(--bg); }
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-visual {
  position: relative;
  min-height: 380px;
}
.about-card-main {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border2);
  border-radius: var(--radius2);
  padding: 40px 36px;
  text-align: center;
  box-shadow: var(--shadow);
  z-index: 1;
}
.about-card-icon {
  width: 80px; height: 80px;
  background: linear-gradient(135deg, var(--accent), #2563eb);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Serif SC', serif;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  margin: 0 auto 20px;
  box-shadow: 0 8px 32px var(--accent-glow);
}
.about-card-sub {
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 16px;
}
.about-card-line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--gold));
  margin: 0 auto 16px;
  border-radius: 2px;
}
.about-card-addr {
  font-size: 13px;
  color: var(--text3);
}
.about-badge-1, .about-badge-2 {
  position: absolute;
  background: var(--surface2);
  border: 1px solid var(--border2);
  border-radius: var(--radius);
  padding: 14px 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--gold);
  font-family: 'Noto Serif SC', serif;
  box-shadow: var(--shadow);
  line-height: 1.3;
  z-index: 2;
}
.about-badge-1 small, .about-badge-2 small {
  display: block;
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: var(--text3);
  margin-top: 4px;
}
.about-badge-1 { top: -20px; right: -20px; }
.about-badge-2 { bottom: -10px; left: -20px; }
.about-content .section-tag { display: inline-block; margin-bottom: 16px; }
.about-text {
  font-size: 15px;
  color: var(--text2);
  line-height: 1.9;
  margin-bottom: 16px;
}
.about-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
}
.about-features li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.feature-dot {
  flex-shrink: 0;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--gold));
  margin-top: 6px;
  box-shadow: 0 0 8px var(--accent-glow);
}
.about-features strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.about-features p {
  font-size: 13px;
  color: var(--text3);
}

/* ===== Process ===== */
.process { background: var(--bg2); }
.process-steps {
  display: flex;
  justify-content: center;
  gap: 0;
  position: relative;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 8px;
}
.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 160px;
  padding: 0 12px;
  position: relative;
}
.step-circle {
  width: 64px; height: 64px;
  border-radius: 50%;
  border: 2px solid var(--accent);
  background: var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  box-shadow: 0 0 24px var(--accent-glow);
  transition: var(--transition);
}
.step-circle span {
  font-family: 'Noto Serif SC', serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--accent);
}
.process-step:hover .step-circle {
  background: var(--accent);
  box-shadow: 0 0 40px var(--accent-glow);
}
.process-step:hover .step-circle span { color: #fff; }
.step-connector {
  position: absolute;
  top: 32px;
  left: calc(50% + 32px);
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), rgba(79,142,247,0.2));
}
.step-connector.last { display: none; }
.process-step:last-child .step-connector { display: none; }
.process-step h4 {
  font-family: 'Noto Serif SC', serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.process-step p {
  font-size: 13px;
  color: var(--text3);
  line-height: 1.7;
}

/* ===== Contact ===== */
.contact {
  background: linear-gradient(135deg, #0d1428 0%, #0f1c3a 50%, #0a1220 100%);
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: '';
  position: absolute;
  top: -200px; left: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(79,142,247,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.contact-info .section-tag { display: inline-block; margin-bottom: 16px; }
.contact-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 40px;
  line-height: 1.8;
}
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.cicon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: rgba(79,142,247,0.12);
  border: 1px solid rgba(79,142,247,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.contact-list strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}
.contact-list p, .contact-list a {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  transition: var(--transition);
}
.contact-list a:hover { color: var(--accent2); }

/* ===== Contact Form ===== */
.contact-form-wrap {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius2);
  padding: 40px;
  backdrop-filter: blur(8px);
}
.contact-form h3 {
  font-family: 'Noto Serif SC', serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 28px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  transition: var(--transition);
  outline: none;
  -webkit-appearance: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255,255,255,0.25);
}
.form-group select option {
  background: #1a2340;
  color: #fff;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--accent);
  background: rgba(79,142,247,0.08);
  box-shadow: 0 0 0 3px rgba(79,142,247,0.12);
}
.form-group textarea { resize: vertical; min-height: 100px; }

/* ===== 二维码区域 ===== */
.qr-wrap {
  display: flex;
  gap: 20px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.qr-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(100,140,220,0.2);
  border-radius: 14px;
  padding: 16px;
  width: 130px;
  position: relative;
}
.qr-item img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  border-radius: 8px;
  display: block;
}
.qr-placeholder {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border: 2px dashed rgba(100,140,220,0.3);
  border-radius: 8px;
  color: rgba(100,140,220,0.5);
  font-size: 11px;
  text-align: center;
  gap: 6px;
}
.qr-placeholder span { font-size: 24px; }
.qr-label {
  font-size: 12px;
  color: var(--text2);
  text-align: center;
  white-space: nowrap;
}

/* ===== Footer ===== */
.footer {
  background: #060a14;
  border-top: 1px solid var(--border);
  padding: 60px 0 0;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 60px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
}
.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.footer-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}
.footer-slogan {
  font-size: 12px;
  color: var(--text3);
  line-height: 1.6;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.footer-col h5 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-col a, .footer-col p {
  display: block;
  font-size: 13px;
  color: var(--text3);
  margin-bottom: 10px;
  transition: var(--transition);
}
.footer-col a:hover { color: var(--accent2); }
.footer-bottom {
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  color: var(--text3);
}

/* ===== Back to top ===== */
.back-top {
  position: fixed;
  bottom: 32px; right: 32px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--surface2);
  border: 1px solid var(--border2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--accent2);
  cursor: pointer;
  transition: var(--transition);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  z-index: 999;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}
.back-top.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.back-top:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-3px);
}

/* ===== Animations ===== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-visual { min-height: 280px; max-width: 420px; margin: 0 auto; }
  .contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  :root { --header-h: 64px; }
  .nav {
    display: none;
    position: fixed;
    top: var(--header-h); left: 0; right: 0;
    background: rgba(10,14,26,0.98);
    flex-direction: column;
    padding: 16px;
    border-bottom: 1px solid var(--border);
    gap: 4px;
  }
  .nav.open { display: flex; }
  .hamburger { display: flex; }
  .services-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 20px; }
  .stat-num { font-size: 26px; }
  .process-steps { justify-content: flex-start; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 28px 20px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .hero-title { font-size: clamp(28px, 8vw, 48px); }
  section { padding: 72px 0; }
  .about-badge-1 { right: 0; }
  .about-badge-2 { left: 0; }
}
@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; justify-content: center; }
  .footer-links { grid-template-columns: 1fr; }
  .logo-en { display: none; }
}

/* ===== 2026 Visual Refresh · solonexus Frosted Tech ===== */
body {
  background:
    radial-gradient(circle at 10% 0%, rgba(100,168,255,0.26), transparent 40%),
    radial-gradient(circle at 100% 20%, rgba(170,220,255,0.28), transparent 35%),
    linear-gradient(180deg, #eef6ff 0%, #e7f1ff 42%, #edf5ff 100%);
  color: #0f223f;
}

.header {
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(120, 170, 235, 0.22);
  box-shadow: 0 8px 30px rgba(74, 131, 205, 0.08);
}
.header.scrolled {
  background: rgba(255, 255, 255, 0.9);
}
.logo-cn { color: #12345d; }
.logo-en { color: #5a7ca8; }
.nav-link { color: #5f7da7; }
.nav-link:hover, .nav-link.active {
  color: #1a65c6;
  background: rgba(36, 120, 220, 0.1);
}

.hero {
  min-height: 92vh;
}
.hero-bg {
  background:
    linear-gradient(120deg, rgba(240,248,255,0.8), rgba(226,240,255,0.92)),
    url("微信图片_20260327211123.png") center/cover no-repeat;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 12%, rgba(0,126,255,0.16), transparent 30%);
  pointer-events: none;
  z-index: 0;
}
.hero-grid {
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(58,136,224,0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58,136,224,0.12) 1px, transparent 1px);
}
.hero-content {
  max-width: 760px;
  margin-left: 0;
  padding: 40px 42px 36px;
  border: 1px solid rgba(118, 173, 237, 0.34);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 56px rgba(48, 110, 185, 0.16);
}
.hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
}
.hero-panel {
  align-self: center;
}
.hero-visual {
  position: relative;
  min-height: 460px;
}
.hero-shot {
  position: absolute;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(118, 173, 237, 0.34);
  background: rgba(255,255,255,0.6);
  box-shadow: 0 22px 58px rgba(41, 101, 178, 0.2);
  backdrop-filter: blur(8px);
}
.hero-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-shot.single {
  inset: 24px 0 24px 26px;
}
.hero-shot-tags {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hero-shot-tags span {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(8, 36, 82, 0.62);
  border: 1px solid rgba(123, 196, 255, 0.46);
  color: #d8ecff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.hero-badge {
  color: #1d6ed2;
  background: linear-gradient(90deg, rgba(56,144,242,0.16), rgba(121,201,255,0.16));
  border-color: rgba(45,134,232,0.3);
}
.hero-title { color: #112a4f; }
.hero-title .accent {
  background: linear-gradient(90deg, #0f67cf, #23b6ff);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-desc { color: #476991; }
.stat-num { color: #12315a; }
.stat-label { color: #6789b1; }
.stat-divider { background: rgba(100, 153, 216, 0.35); }

.btn-primary {
  background: linear-gradient(135deg, #1a84ff, #1f63cc);
  box-shadow: 0 12px 26px rgba(36, 114, 206, 0.25);
}
.btn-outline {
  color: #1f63c8;
  border-color: rgba(67, 135, 216, 0.45);
  background: rgba(255,255,255,0.66);
}

section { padding: 92px 0; }
.services, .about, .process, .contact, .footer {
  background: transparent;
}
.section-title { color: #11305c; }
.section-desc, .about-text { color: #5577a0; }
.section-tag {
  background: rgba(64, 145, 240, 0.13);
  border-color: rgba(64, 145, 240, 0.28);
  color: #1b68c6;
}

.service-card,
.about-card-main,
.contact-form-wrap,
.footer-inner,
.process-step {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(118, 174, 237, 0.33);
  box-shadow: 0 16px 40px rgba(65, 122, 194, 0.14);
  backdrop-filter: blur(10px);
}
.service-card {
  overflow: hidden;
}
.service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("微信图片_20260327211123.png") center/cover no-repeat;
  opacity: 0.08;
  pointer-events: none;
}
.service-title { color: #13345f; }
.service-desc { color: #50749f; }
.service-tags span {
  color: #1f64bf;
  background: rgba(83, 157, 238, 0.12);
  border-color: rgba(83, 157, 238, 0.3);
}

.about-card-sub, .about-features strong, .process-step h4, .contact-list strong, .footer-name {
  color: #133662;
}
.about-card-addr, .about-features p, .process-step p, .contact-list p, .contact-list a, .footer-col a, .footer-col p, .footer-slogan {
  color: #5d7ea7;
}
.about-badge-1, .about-badge-2 {
  background: rgba(255,255,255,0.75);
  color: #1768cd;
}

.contact {
  border-top: 1px solid rgba(132, 183, 241, 0.2);
  border-bottom: 1px solid rgba(132, 183, 241, 0.2);
}
.section-title.light { color: #123963; }
.contact-desc { color: #587ca7; }
.contact .cicon {
  background: rgba(65,145,236,0.12);
  border-color: rgba(65,145,236,0.28);
}
.form-group label { color: #4f739f; }
.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255,255,255,0.76);
  border-color: rgba(117,172,237,0.36);
  color: #133661;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: #7d9bbf; }

.footer {
  border-top-color: rgba(117,172,237,0.3);
}
.footer-bottom {
  color: #6b8cb4;
  border-top: 1px solid rgba(117,172,237,0.24);
}

.back-top {
  background: rgba(255,255,255,0.8);
  border-color: rgba(117,172,237,0.38);
  color: #1f65c4;
}

@media (max-width: 768px) {
  .hero-shell {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero-content {
    margin-left: 0;
    padding: 30px 22px;
  }
  .hero-visual {
    min-height: 260px;
  }
  .hero-shot.single {
    inset: 8px 0 8px 0;
  }
  .hero-shot-tags {
    left: 12px;
    right: 12px;
    bottom: 10px;
    gap: 8px;
  }
  .hero-shot-tags span {
    font-size: 11px;
    padding: 5px 10px;
  }
}

/* ===== Worklog table hard override ===== */
.worklog-list-filterbar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 12px;
  flex-wrap: nowrap;
  margin: 12px 0 16px;
  padding: 14px 16px;
  border: 1px solid rgba(100, 140, 220, 0.16);
  border-radius: 14px;
  background: rgba(79, 142, 247, 0.05);
}
.worklog-list-filter-item {
  min-width: 0;
  flex: 1 1 0;
}
.worklog-list-filter-date {
  order: 1;
}
#worklogEmployeeFilterWrap {
  order: 2;
}
.worklog-list-filter-item label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text2);
}
.worklog-list-filter-item select,
.worklog-list-filter-item input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid rgba(100,140,220,.18);
  border-radius: var(--radius);
  background: rgba(255,255,255,.04);
  color: var(--text);
  font-size: 13px;
  outline: none;
}
.worklog-list-filter-item .hint {
  margin-top: 6px;
}
.worklog-list-filter-date {
  flex-basis: 220px;
}
.worklog-table-wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.worklog-table-wrap .leads-table.worklog-table {
  width: 100%;
  min-width: 1520px;
  table-layout: fixed;
}
.worklog-table-wrap .leads-table.worklog-table th,
.worklog-table-wrap .leads-table.worklog-table td {
  vertical-align: top;
}
.worklog-table-wrap .leads-table.worklog-table th:nth-child(1),
.worklog-table-wrap .leads-table.worklog-table td:nth-child(1) { width: 120px; }
.worklog-table-wrap .leads-table.worklog-table th:nth-child(2),
.worklog-table-wrap .leads-table.worklog-table td:nth-child(2) { width: 92px; }
.worklog-table-wrap .leads-table.worklog-table th:nth-child(3),
.worklog-table-wrap .leads-table.worklog-table td:nth-child(3),
.worklog-table-wrap .leads-table.worklog-table th:nth-child(4),
.worklog-table-wrap .leads-table.worklog-table td:nth-child(4),
.worklog-table-wrap .leads-table.worklog-table th:nth-child(5),
.worklog-table-wrap .leads-table.worklog-table td:nth-child(5),
.worklog-table-wrap .leads-table.worklog-table th:nth-child(6),
.worklog-table-wrap .leads-table.worklog-table td:nth-child(6),
.worklog-table-wrap .leads-table.worklog-table th:nth-child(7),
.worklog-table-wrap .leads-table.worklog-table td:nth-child(7) { width: 210px; }
.worklog-table-wrap .leads-table.worklog-table th:nth-child(8),
.worklog-table-wrap .leads-table.worklog-table td:nth-child(8) { width: 124px; }
.worklog-table-wrap .leads-table.worklog-table th:nth-child(9),
.worklog-table-wrap .leads-table.worklog-table td:nth-child(9) { width: 104px; }
.worklog-table-wrap .leads-table.worklog-table th:nth-child(10),
.worklog-table-wrap .leads-table.worklog-table td:nth-child(10) { width: 138px; }
.worklog-table-wrap .leads-table.worklog-table th:nth-child(11),
.worklog-table-wrap .leads-table.worklog-table td:nth-child(11) { width: 150px; }
.worklog-table-wrap .worklog-scroll-card {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 132px;
  padding: 8px 10px;
  overflow: hidden;
}
.worklog-table-wrap .worklog-scroll-card-text {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: pre-wrap;
  word-break: break-word;
}
.worklog-table-wrap .worklog-cell-text,
.worklog-table-wrap .worklog-row-muted {
  display: inline-block;
  max-width: 100%;
  word-break: break-word;
  white-space: normal;
}
.worklog-table-wrap .worklog-action-stack {
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
}
.worklog-table-wrap .worklog-action-stack .btn {
  width: 100%;
  justify-content: center;
}
.worklog-table-wrap .worklog-row-chip {
  display: block;
  margin-right: 0;
  margin-bottom: 6px;
}
.worklog-table-wrap .worklog-row-chip:last-child {
  margin-bottom: 0;
}


