:root {
  font: 16px/1.6 -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "PingFang SC", sans-serif;
  color: #17375f;
  background: #edf8ff;
  --blue: #45aaf3;
  --blue-deep: #2588dc;
  --blue-ink: #17689f;
  --sky-50: #f2faff;
  --sky-100: #e2f4ff;
  --sky-200: #c8eaff;
  --sky-300: #9fdafc;
  --line: rgba(68, 153, 211, .18);
  --muted: #6e8ba5;
  --panel: rgba(255, 255, 255, .84);
  --shadow: 0 16px 42px rgba(51, 135, 194, .10);
}

* { box-sizing: border-box; }
html { min-height: 100%; background: #edf8ff; }
body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 88% 5%, rgba(105, 205, 255, .30), transparent 28rem),
    radial-gradient(circle at 12% 88%, rgba(140, 218, 255, .17), transparent 32rem),
    linear-gradient(145deg, #f8fcff 0%, #edf8ff 50%, #f5fbff 100%);
}
button, input, textarea, select { font: inherit; }
button {
  cursor: pointer;
  padding: 8px 14px;
  color: inherit;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, .86);
  transition: color .18s, background .18s, border-color .18s, box-shadow .18s, transform .18s;
}
button:hover { transform: translateY(-1px); border-color: var(--sky-300); background: var(--sky-50); box-shadow: 0 6px 18px rgba(56, 150, 219, .10); }
button:active { transform: translateY(0); }
button:disabled { cursor: default; opacity: .55; transform: none; }
button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(83, 178, 245, .28); outline-offset: 2px; }
button.primary { color: #fff; border-color: transparent; background: linear-gradient(135deg, #68c6ff, #369de9 60%, #2588dc); box-shadow: 0 8px 20px rgba(44, 145, 218, .22); }
button.primary:hover { background: linear-gradient(135deg, #78cdff, #3fa6ed 60%, #2a8ee1); box-shadow: 0 10px 24px rgba(44, 145, 218, .28); }
input, select, textarea {
  padding: 10px 13px;
  color: inherit;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: rgba(255, 255, 255, .88);
  box-shadow: inset 0 1px 2px rgba(57, 125, 175, .04);
  transition: border-color .18s, box-shadow .18s, background .18s;
}
input:hover, select:hover, textarea:hover { border-color: var(--sky-300); }
input:focus, select:focus, textarea:focus { border-color: #72c2f5; background: #fff; box-shadow: 0 0 0 4px rgba(80, 177, 241, .10); }
textarea { width: 100%; min-height: 90px; resize: vertical; }
h1, h2, h3, p { margin: 0; }
h1 { color: #193e69; font-size: 29px; line-height: 1.22; letter-spacing: -1px; }
h2 { color: #1d436e; font-size: 20px; }
h3 { color: #254a70; font-size: 16px; }
small, .meta { color: var(--muted); font-size: 13px; }
.muted { color: var(--muted); }

.shell { display: grid; min-height: 100vh; grid-template-columns: 238px minmax(0, 1fr); }
.sidebar {
  position: sticky; top: 0; height: 100vh; overflow: hidden;
  display: flex; flex-direction: column; gap: 24px; padding: 28px 18px 22px;
  border-right: 1px solid rgba(80, 164, 219, .20);
  background: linear-gradient(180deg, rgba(244, 251, 255, .96), rgba(231, 246, 255, .92));
  box-shadow: 12px 0 42px rgba(58, 137, 191, .05); backdrop-filter: blur(24px);
}
.sidebar::before { content: ""; position: absolute; top: -64px; left: -86px; width: 180px; height: 180px; pointer-events: none; border-radius: 50%; background: rgba(111, 204, 255, .22); }
.brand { position: relative; display: flex; align-items: center; gap: 10px; padding: 0 10px; color: #164d7b; font-size: 22px; font-weight: 760; letter-spacing: -1px; }
.logo { display: grid; place-items: center; width: 32px; height: 32px; color: #fff; border-radius: 12px 12px 14px 10px; background: linear-gradient(145deg, #7bd4ff, #3ca8ef 60%, #2588dc); box-shadow: 0 7px 18px rgba(45, 145, 213, .25), inset 0 1px rgba(255,255,255,.5); font-size: 21px; line-height: 1; }
.brand small { color: #6c99b9; font-weight: 500; letter-spacing: 0; }
.workspace { position: relative; padding: 12px 13px; border: 1px solid rgba(84, 171, 226, .20); border-radius: 14px; background: rgba(255, 255, 255, .68); box-shadow: 0 8px 24px rgba(65, 145, 200, .06); }
.workspace::after { content: ""; position: absolute; top: 10px; right: 11px; width: 7px; height: 7px; border-radius: 50%; background: #68c8f9; box-shadow: 0 0 0 4px rgba(104,200,249,.13); }
.workspace select { width: 100%; padding: 3px 0; border: 0; background: transparent; box-shadow: none; font-weight: 650; }
.workspace small { display: block; }
.workspace .link { padding: 0; font-size: 12px; }
.nav { display: grid; gap: 6px; }
.nav button { display: flex; align-items: center; gap: 12px; padding: 11px 14px; color: #52738f; border: 1px solid transparent; background: transparent; text-align: left; }
.nav button span:first-child { width: 20px; color: #79afd2; text-align: center; }
.nav button:hover { color: #286da4; background: rgba(255,255,255,.55); box-shadow: none; }
.nav button.active { color: #1769a9; border-color: rgba(74,164,224,.16); background: linear-gradient(135deg, rgba(205,237,255,.92), rgba(232,247,255,.84)); box-shadow: 0 7px 18px rgba(50,143,208,.09), inset 3px 0 #55b7f2; font-weight: 680; }
.nav button.active span:first-child { color: #39a0e8; }
.side-foot { display: grid; gap: 10px; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(83,162,215,.18); }
.status { display: flex; align-items: center; gap: 8px; color: #567791; font-size: 14px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: #abc4d5; box-shadow: 0 0 0 4px rgba(151,188,213,.12); }
.dot.live { background: #42c7b8; box-shadow: 0 0 0 4px rgba(66,199,184,.14); }
.side-foot button { font-size: 14px; text-align: left; }

.main { min-width: 0; padding: 35px 38px 48px; }
.top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 27px; }
.eyebrow { margin-bottom: 5px; color: #52a9e2; font-size: 12px; font-weight: 700; letter-spacing: 2px; }
.top p { margin-top: 6px; color: var(--muted); font-size: 14px; }
.top > button { color: var(--blue-ink); background: rgba(255,255,255,.72); box-shadow: 0 7px 20px rgba(53,141,202,.08); }
.badge { display: inline-flex; align-items: center; padding: 4px 10px; color: #307aac; border: 1px solid rgba(80,172,232,.14); border-radius: 999px; background: linear-gradient(135deg, #e7f7ff, #f2fbff); font-size: 12px; white-space: nowrap; }
.demo { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; padding: 10px 15px; color: #2d779f; border: 1px solid rgba(100,187,232,.24); border-radius: 12px; background: rgba(226,247,255,.72); box-shadow: 0 7px 20px rgba(63,151,205,.05); font-size: 14px; }
.demo button { padding: 3px 10px; color: #2679b4; background: transparent; font-size: 13px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; margin-bottom: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--line); box-shadow: var(--shadow); }
.stat { position: relative; padding: 19px 22px; background: rgba(255,255,255,.84); }
.stat::after { content: ""; position: absolute; bottom: 0; left: 22px; width: 34px; height: 3px; border-radius: 3px 3px 0 0; background: linear-gradient(90deg,#77ccfb,#40a6eb); opacity: .72; }
.stat strong { display: block; margin-top: 4px; color: #1f5988; font-size: 28px; font-weight: 620; letter-spacing: -1px; }
.stat strong span { margin-left: 10px; color: var(--muted); font-size: 13px; font-weight: 400; letter-spacing: 0; }
.toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; flex-wrap: wrap; }
.people { display: flex; gap: 8px; flex-wrap: wrap; }
.person { display: flex; align-items: center; gap: 7px; padding: 5px 11px; color: #5d7890; border-color: rgba(78,161,218,.15); border-radius: 999px; font-size: 14px; }
.person.on { color: #1f70aa; border-color: #9dd8fa; background: linear-gradient(135deg,#e2f5ff,#f3fbff); box-shadow: 0 4px 13px rgba(54,149,211,.08); }
.avatar { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; flex-shrink: 0; color: #2876aa; border: 1px solid rgba(72,161,222,.12); border-radius: 50%; background: linear-gradient(145deg,#dff4ff,#edf9ff); font-size: 12px; font-weight: 650; }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 24px; }
.panel { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--panel); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.panel-heading { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid rgba(76,157,213,.13); background: linear-gradient(90deg,rgba(244,251,255,.88),rgba(255,255,255,.60)); }
.panel-heading h2 { font-size: 16px; }
.timeline { padding: 8px 22px; }
.event { display: grid; grid-template-columns: 54px 1fr; gap: 15px; padding: 21px 0; border-bottom: 1px solid rgba(86,159,207,.11); }
.event:last-child { border: 0; }
.time { padding-top: 2px; color: #7fa2bc; font-size: 13px; font-variant-numeric: tabular-nums; }
.event-main { position: relative; min-width: 0; padding-left: 19px; border-left: 2px solid #bee7ff; }
.event-main::before { content: ""; position: absolute; top: 7px; left: -5px; width: 8px; height: 8px; border: 2px solid white; border-radius: 50%; background: #66c3f5; box-shadow: 0 0 0 3px rgba(102,195,245,.12); }
.event h3 { margin: 8px 0 6px; color: #24496f; font-weight: 650; }
.event p { color: #67839b; font-size: 14px; overflow-wrap: anywhere; white-space: pre-wrap; }
.event-meta { display: flex; align-items: center; gap: 9px; color: #53748f; font-size: 13px; }
.tag { padding: 2px 8px; color: #4e88ae; border-radius: 999px; background: #edf8fe; font-size: 12px; }
.aside { display: grid; align-content: start; gap: 18px; }
.aside .inside { padding: 21px; }
.aside h3 { margin-bottom: 12px; }
.aside p { color: #6d879e; font-size: 14px; }
.mini-row { display: flex; align-items: center; gap: 9px; padding: 12px 0; border-bottom: 1px solid rgba(78,158,211,.11); }
.mini-row:last-child { border: 0; }
.mini-row .meta { margin-left: auto; }
.link { padding: 8px 0; color: #2687c9; border: 0; background: none; box-shadow: none; font-size: 14px; }
.link:hover { color: #116eae; background: none; box-shadow: none; }
.question-hint { width: 100%; margin-top: 12px; padding: 12px 13px; color: #2c719f; border-color: rgba(88,177,232,.20); border-radius: 11px; background: linear-gradient(135deg,rgba(230,247,255,.92),rgba(247,252,255,.92)); text-align: left; font-size: 14px; }
.empty { padding: 52px 24px; color: var(--muted); text-align: center; }
.reports { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.report-body { padding: 22px; }
.report-body h3 { margin: 18px 0 8px; }
.report-item { padding: 11px 0; border-top: 1px solid rgba(76,158,214,.12); }
.report-item p { font-size: 14px; white-space: pre-wrap; }
.report-item .meta { display: block; margin-top: 5px; }
.ask-layout { display: grid; grid-template-columns: minmax(0,1fr) 278px; gap: 24px; }
.ask-intro { padding: 27px; background: radial-gradient(circle at 100% 0,rgba(133,214,255,.22),transparent 16rem); }
.ask-intro h2 { margin: 9px 0 6px; color: #1d5585; font-size: 23px; }
.ask-intro p { color: var(--muted); font-size: 14px; }
.composer { padding: 22px; border-top: 1px solid rgba(78,158,211,.12); }
.composer-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.answer { padding: 24px; border-top: 1px solid rgba(78,158,211,.12); }
.answer-body { margin-top: 12px; overflow-wrap: anywhere; white-space: pre-wrap; font-size: 15px; line-height: 1.9; }
.citations { display: grid; gap: 8px; margin-top: 20px; }
.citations button { color: #386f99; background: #f2faff; text-align: left; font-size: 13px; }
.settings { max-width: 780px; }
.setting-block { padding: 25px; border-bottom: 1px solid rgba(78,158,211,.12); }
.setting-block label { display: block; margin-bottom: 10px; color: #315979; font-weight: 650; }
.setting-block p { margin: 5px 0 12px; color: var(--muted); font-size: 14px; }
.setting-block input[type=text] { width: 100%; }
.setting-block input[type=checkbox] { margin-right: 10px; accent-color: #43a8eb; }
.save-row { display: flex; justify-content: flex-end; padding: 20px; }
.login { display: grid; min-height: 100vh; place-items: center; padding: 24px; background: radial-gradient(circle at 50% 18%,rgba(104,203,255,.30),transparent 24rem),linear-gradient(150deg,#f7fcff,#e8f7ff); }
.login-card { width: min(440px,92vw); padding: 42px; border: 1px solid rgba(87,172,227,.19); border-radius: 24px; background: rgba(255,255,255,.82); box-shadow: 0 30px 80px rgba(55,143,204,.16); backdrop-filter: blur(24px); }
.login-card h1 { margin: 32px 0 12px; color: #194d7c; }
.login-card p { margin-bottom: 24px; color: var(--muted); }
.login-card button { width: 100%; margin: 7px 0; }
dialog { width: min(580px,94vw); padding: 29px; color: inherit; border: 1px solid rgba(74,157,214,.21); border-radius: 20px; background: rgba(250,253,255,.96); box-shadow: 0 30px 100px rgba(22,91,142,.26); }
dialog::backdrop { background: rgba(32,83,119,.32); backdrop-filter: blur(7px); }
dialog h2 { margin-bottom: 10px; color: #1b527e; }
dialog p { margin: 10px 0; color: var(--muted); font-size: 14px; }
dialog code { display: block; margin: 10px 0; padding: 14px; overflow-wrap: anywhere; color: #356987; border: 1px solid rgba(86,170,223,.15); border-radius: 11px; background: #edf9ff; font-size: 13px; }
dialog .buttons { display: flex; justify-content: flex-end; gap: 10px; margin-top: 20px; }
dialog .close { float: right; padding: 0 8px; color: #6190ad; border: 0; background: transparent; box-shadow: none; font-size: 24px; }
dialog label { display: block; margin-top: 15px; }
dialog input { width: 100%; }
#notice { position: fixed; z-index: 100; bottom: 24px; left: 50%; max-width: 90vw; padding: 12px 20px; transform: translateX(-50%); color: white; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(27,94,139,.92); box-shadow: 0 12px 30px rgba(28,100,148,.22); backdrop-filter: blur(14px); }
#notice:empty { display: none; }
.fresh { color: #80a2bb; font-size: 12px; }
a { color: var(--blue-deep); }

@media (min-width: 1500px) { .main { width: 100%; max-width: 1500px; margin: auto; } }
@media (max-width: 1100px) {
  .content-grid, .ask-layout { grid-template-columns: minmax(0,1fr); }
  .aside { grid-template-columns: 1fr 1fr; }
  .main { padding: 27px 22px; }
  .shell { grid-template-columns: 205px 1fr; }
}
@media (max-width: 760px) {
  .shell { display: block; }
  .sidebar { position: static; height: auto; padding: 16px; gap: 14px; border-right: 0; border-bottom: 1px solid var(--line); }
  .sidebar::before { display: none; }
  .sidebar .brand { padding: 0; }
  .workspace, .side-foot { display: none; }
  .nav { display: flex; overflow: auto; }
  .nav button { padding: 8px 12px; white-space: nowrap; font-size: 14px; }
  .nav button.active { box-shadow: inset 0 -2px #55b7f2; }
  .main { padding: 22px 16px; }
  .top { align-items: flex-start; }
  .top h1 { font-size: 24px; }
  .stats { margin-bottom: 18px; border-radius: 14px; }
  .stat { padding: 14px 12px; }
  .stat::after { left: 12px; }
  .stat strong { font-size: 23px; }
  .stat strong span { display: block; margin: 0; font-size: 12px; }
  .reports, .aside { grid-template-columns: 1fr; }
  .top > button { padding: 7px 9px; font-size: 13px; }
  .demo { font-size: 12px; }
  .timeline { padding: 5px 16px; }
  .event { grid-template-columns: 43px 1fr; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }

/* 参考 AirJelly 桌面界面的灰白底色，仅在关键操作和状态上使用品牌蓝。 */
:root {
  color: #25272a;
  background: #f5f5f5;
  --blue: #08a8dc;
  --blue-deep: #008fc4;
  --blue-ink: #087da8;
  --sky-50: #f5fbfd;
  --sky-100: #eaf7fb;
  --sky-200: #d8eff7;
  --sky-300: #b9e2f0;
  --line: #e6e7e8;
  --muted: #74777b;
  --panel: #ffffff;
  --shadow: 0 1px 2px rgba(24, 28, 32, .025);
}

html { background: #f5f5f5; }
body { background: #f5f5f5; }

button {
  color: #343638;
  border-color: #e3e5e7;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}
button:hover { transform: none; border-color: #d4d7d9; background: #f8f8f8; box-shadow: none; }
button.primary { border-color: #08a8dc; background: #08a8dc; box-shadow: none; }
button.primary:hover { border-color: #0099cb; background: #0099cb; box-shadow: none; }

input, select, textarea {
  color: #25272a;
  border-color: #e1e3e5;
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
}
input:hover, select:hover, textarea:hover { border-color: #cfd3d6; }
input:focus, select:focus, textarea:focus { border-color: #73c9e6; background: #fff; box-shadow: 0 0 0 3px rgba(8, 168, 220, .09); }

h1 { color: #222426; }
h2, h3 { color: #2b2d30; }

.sidebar {
  border-right-color: #e7e7e7;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}
.sidebar::before { display: none; }
.brand { color: #24272a; }
.logo { border-radius: 10px; background: #08a8dc; box-shadow: none; }
.brand small { color: #808286; }
.workspace { border-color: #e5e6e7; background: #fafafa; box-shadow: none; }
.workspace::after { background: #08a8dc; box-shadow: none; }
.nav button { color: #5e6266; }
.nav button span:first-child { color: #70757a; }
.nav button:hover { color: #242629; background: #f5f5f5; }
.nav button.active {
  color: #1f2225;
  border-color: #ececec;
  background: #f1f1f1;
  box-shadow: inset 3px 0 #08a8dc;
  font-weight: 650;
}
.nav button.active span:first-child { color: #08a8dc; }
.side-foot { border-top-color: #e8e8e8; }
.status { color: #64676a; }
.dot { background: #b9bdc1; box-shadow: none; }
.dot.live { background: #35b992; box-shadow: none; }

.main { background: #f5f5f5; }
.eyebrow { color: #7a7d80; }
.top p { color: #777a7e; }
.top > button { color: #3e4245; border-color: #e2e4e6; background: #fff; box-shadow: none; }
.badge { color: #4f6d78; border-color: #dfecef; border-radius: 999px; background: #f3fafc; }
.demo { color: #5b6064; border-color: #e2e4e5; background: #fafafa; box-shadow: none; }
.demo button { color: #087da8; }

.stats { gap: 0; border-color: #e4e5e6; border-radius: 14px; background: #fff; box-shadow: none; }
.stat { background: #fff; }
.stat + .stat { border-left: 1px solid #e7e8e9; }
.stat::after { display: none; }
.stat strong { color: #313437; }
.person { color: #5e6265; border-color: #e1e3e4; background: #fff; }
.person.on { color: #087da8; border-color: #b8dfea; background: #f3fafc; box-shadow: none; }
.avatar { color: #42636f; border-color: #e0e7e9; background: #eef4f6; }

.panel { border-color: #e5e6e7; border-radius: 14px; background: #fff; box-shadow: var(--shadow); backdrop-filter: none; }
.panel-heading { border-bottom-color: #ececec; background: #fff; }
.event { border-bottom-color: #eeeeee; }
.time { color: #85888b; }
.event-main { border-left-color: #dfe7ea; }
.event-main::before { border-color: #fff; background: #0aa8da; box-shadow: none; }
.event h3 { color: #2d3033; }
.event p { color: #686c70; }
.event-meta { color: #666a6e; }
.tag { color: #62686c; background: #f1f2f3; }
.mini-row, .report-item, .composer, .answer, .setting-block { border-color: #eeeeee; }
.aside p, .ask-intro p, .setting-block p { color: #717579; }
.link { color: #008fc4; }
.link:hover { color: #007da9; }
.question-hint { color: #226f8a; border-color: #dcecf1; background: #f7fbfc; }
.ask-intro { background: #fff; }
.ask-intro h2 { color: #2b2e31; }
.citations button { color: #3d6675; background: #f7f9fa; }
.setting-block label { color: #34373a; }

.login { background: #f5f5f5; }
.login-card { border-color: #e3e4e5; border-radius: 18px; background: #fff; box-shadow: 0 8px 30px rgba(25, 30, 35, .07); backdrop-filter: none; }
.login-card h1 { color: #25272a; }
dialog { border-color: #e1e3e4; border-radius: 16px; background: #fff; box-shadow: 0 24px 70px rgba(25, 30, 35, .16); }
dialog::backdrop { background: rgba(25, 28, 31, .28); backdrop-filter: blur(3px); }
dialog h2 { color: #292c2f; }
dialog code { color: #3e5f6a; border-color: #e2e9eb; background: #f6f8f9; }
#notice { border-color: transparent; border-radius: 10px; background: rgba(37, 40, 43, .94); box-shadow: 0 8px 24px rgba(0,0,0,.14); backdrop-filter: none; }
.fresh { color: #888b8e; }

/* AirJelly reading views: document hierarchy and expandable activity. */
.main{margin:0!important;max-width:none!important;align-self:start;padding:32px 48px 56px;min-height:100vh;background:#f7f7f7}
.top{margin:0 0 28px;align-items:center}.top h1{font-size:25px;font-weight:650;letter-spacing:-.7px}.eyebrow{display:none}.top p{font-size:14px}.toolbar{padding-bottom:24px;border-bottom:1px solid #e7e7e7;margin:0}.date-nav{display:flex;gap:7px;align-items:center}.date-nav button{padding:4px 11px;font-size:18px;background:transparent}.date-nav button:last-child{font-size:14px}.date-nav input{border:0;background:transparent;width:145px;font-size:15px;padding:8px 4px}.people{gap:6px}.person{border-radius:8px;background:transparent}.person.on{background:#eaf7fb;border-color:transparent}.person .avatar{width:23px;height:23px}.feed-controls{display:flex;align-items:center;justify-content:space-between;padding:23px 0;font-size:13px;color:#929292}.segments{display:flex;gap:6px}.segments button{background:transparent;border:0;border-radius:7px;color:#747474;font-size:16px;padding:7px 16px}.segments .active{background:#e8f6fb;color:#04a5d5}.reading-feed{max-width:1080px;margin:20px auto 0}.time-block{display:grid;grid-template-columns:68px minmax(0,1fr);gap:25px}.time-block>time{font-size:18px;color:#797979;padding-top:3px;font-variant-numeric:tabular-nums}.time-content{position:relative;padding:0 0 40px 32px;border-left:1px solid #e7e7e7;min-width:0}.time-content:before{content:'';position:absolute;left:-6px;top:9px;width:11px;height:11px;border-radius:100%;background:var(--point)}.time-block:last-child .time-content{border-color:transparent}.group-owner{display:flex;gap:7px;align-items:center;color:#858585;font-size:12px;margin-bottom:9px}.group-owner .avatar{width:19px;height:19px;font-size:10px}.group-owner>span:last-child{color:#999}.time-content h2{font-size:22px;line-height:1.6;font-weight:650;letter-spacing:-.3px;color:#202020}.group-excerpt{font-size:17px;line-height:1.95;color:#737373;margin:12px 0 17px;max-width:900px;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.app-list,.item-apps{display:flex;gap:12px;flex-wrap:wrap}.app-label{display:inline-flex;align-items:center;gap:6px;color:#707070;font-size:12px}.app-mark{display:inline-grid;place-items:center;width:23px;height:23px;border:1px solid #e1e3e4;border-radius:6px;background:#fff;color:#3f6775;font-size:12px;font-weight:650}.time-content details{margin-top:19px}.time-content summary{cursor:pointer;color:#8a8a8a;font-size:14px;list-style:none}.time-content summary:before{content:'⌄';display:inline-block;width:24px}.time-content details[open]>summary:before{content:'⌃'}.nested-events{margin-top:17px;padding:0 18px;background:#fff;border:1px solid #e9e9e9;border-radius:12px}.event-row{display:grid;grid-template-columns:48px minmax(0,1fr);gap:17px;padding:25px 0;border-bottom:1px solid #e7e7e7}.event-row:last-child{border:0}.event-row>time{font-size:13px;color:#969696;padding-top:3px}.event-row h3{font-size:17px;line-height:1.65;margin:8px 0;color:#292929}.event-row p{font-size:15px;line-height:1.8;color:#777;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.source-ref{border:0;background:transparent;color:#3087e5;font-size:12px;padding:5px 4px}.source-ref:hover{color:#057fab;background:#e9f6fb}.event-meta{flex-wrap:wrap}.event-meta>span:last-child{font-size:12px;color:#929292}.report-reader{max-width:970px;margin:52px auto}.daily-document+.daily-document{margin-top:70px;border-top:2px solid #ddd;padding-top:45px}.document-header>div{display:flex;align-items:center;gap:9px;font-size:14px;color:#707070}.document-date{margin-left:auto;color:#979797;font-size:13px}.document-header h2{font-size:38px;line-height:1.35;color:#161616;margin:23px 0 12px;letter-spacing:-1.3px}.document-header p{color:#838383;font-size:17px}.report-outline{display:flex;gap:10px 24px;flex-wrap:wrap;padding:25px 0;margin-top:28px;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1}.report-outline a{color:#737373;font-size:14px;text-decoration:none}.report-outline a:hover{color:#009fd1}.daily-section{padding:36px 0 18px;border-bottom:1px solid #e2e2e2;scroll-margin-top:28px}.daily-section h3{font-size:24px;font-weight:650;color:#181818;margin-bottom:20px}.daily-item{margin-bottom:25px}.item-heading{font-size:19px;color:#333;line-height:1.8;font-weight:550;overflow-wrap:anywhere}.item-heading sup{margin-left:7px}.item-heading sup button{font-size:12px;vertical-align:super;font-weight:600}.daily-item>p{font-size:17px;line-height:1.95;color:#6e6e6e;margin:6px 0 11px;white-space:pre-wrap;overflow-wrap:anywhere}.item-apps{margin-top:9px;opacity:.85}.document-footer{padding-top:24px;color:#aaa;font-size:12px}.report-empty{margin:70px auto;line-height:2.5}.fresh{max-width:1080px;margin:25px auto 0;font-size:11px;color:#aaa}.source-drawer{margin:0 0 0 auto;height:100dvh;max-height:100dvh;width:min(650px,95vw);max-width:95vw;border:0;border-left:1px solid #e5e5e5;border-radius:0;padding:38px 34px;overflow-y:auto}.source-drawer .close{position:sticky;top:0;background:#fff}.drawer-kicker{font-size:12px;color:#969696;margin-bottom:12px}.source-drawer h2{font-size:24px}.source-event{padding:28px 0;border-bottom:1px solid #e7e7e7}.source-event h3{font-size:18px;line-height:1.7;margin:14px 0}.source-event p{font-size:15px;line-height:1.9;white-space:pre-wrap;overflow-wrap:anywhere}.source-drawer::backdrop{backdrop-filter:none;background:#20242833}
@media(min-width:1600px){.main{padding-left:70px;padding-right:70px}.reading-feed{margin-top:32px}}
@media(max-width:900px){.main{padding:24px}.time-block{gap:13px;grid-template-columns:49px minmax(0,1fr)}.time-content{padding-left:23px}.time-content h2{font-size:19px}.group-excerpt{font-size:15px}.report-reader{margin-top:32px}.document-header h2{font-size:31px}.item-heading{font-size:17px}.daily-item>p{font-size:16px}.group-owner>span:last-child{display:none}}
@media(max-width:600px){.main{padding:20px 16px}.top{gap:10px}.top p{max-width:220px;font-size:12px}.top h1{font-size:22px}.toolbar{gap:14px}.date-nav{width:100%;justify-content:flex-end}.time-block>time{font-size:14px}.time-block{grid-template-columns:40px minmax(0,1fr);gap:10px}.time-content{padding-left:18px}.time-content h2{font-size:18px}.feed-controls>span{font-size:11px}.app-list{gap:8px}.app-label{font-size:11px}.document-header h2{font-size:30px}.daily-section h3{font-size:21px}.source-drawer{padding:28px 20px}.nested-events{padding:0 12px}.event-row{grid-template-columns:1fr;gap:5px}}

/* Member scope and collapsible reports. */
.member-scope{display:flex;align-items:center;gap:12px;flex-wrap:wrap;min-width:0}.member-scope>label{font-size:13px;color:#777}.member-scope>select{min-width:150px;background:#fff;border:1px solid #dedede;border-radius:8px;padding:9px 30px 9px 12px;font:inherit;font-size:14px}.member-scope .people{flex-wrap:wrap}.daily-document>summary,.daily-section>summary{display:flex;align-items:center;gap:12px;cursor:pointer;list-style:none}.daily-document>summary::-webkit-details-marker,.daily-section>summary::-webkit-details-marker{display:none}.report-summary{padding:18px 0;border-bottom:1px solid #e2e2e2;margin-bottom:24px}.report-summary strong{font-size:18px;color:#252525}.report-summary>span:not(.avatar){font-size:12px;color:#888;margin-left:auto}.collapse-label{font-style:normal;font-size:12px;color:#888;white-space:nowrap}.collapse-label:after{content:'展开 ⌄'}details[open]>.report-summary>.collapse-label:after,details[open]>summary>.collapse-label:after{content:'收起 ⌃'}.daily-section>summary{margin-bottom:22px}.daily-section>summary h3{margin:0;flex:1}.daily-section>summary>span{font-size:12px;color:#999}.daily-document+.daily-document{margin-top:28px;padding-top:0;border-top:0}.daily-document:not([open])>.report-summary{margin-bottom:0}.daily-section:not([open]){padding-bottom:0}.report-summary:focus-visible,.daily-section>summary:focus-visible{outline:2px solid #08a8dc;outline-offset:5px}@media(max-width:600px){.member-scope{width:100%}.member-scope .people{width:100%}.report-summary{flex-wrap:wrap}.report-summary>span:not(.avatar){margin-left:0}.report-summary .collapse-label{margin-left:auto}}

/* AirJelly brand and airy team welcome. */
.brand-jelly{width:38px;height:38px;object-fit:contain;flex-shrink:0}.jelly-login{display:flex;flex-direction:column;align-items:stretch;position:relative;overflow:hidden;min-height:100dvh;background:radial-gradient(ellipse at 17% 80%,#e8faff88,transparent 48%),#fff;padding:0;color:#15232c}.login-top{display:flex;align-items:center;justify-content:space-between;padding:30px 5vw;position:relative;z-index:1}.login-top .brand{text-decoration:none;color:#162029;gap:8px;font-size:25px}.back-home,.login-footer a{color:#687982;text-decoration:none;font-size:13px}.login-stage{width:min(1120px,90%);margin:auto;display:grid;grid-template-columns:1.3fr 1fr;align-items:center;gap:80px;padding:35px 0 60px}.story-kicker{font-family:Georgia,serif;font-size:20px;color:#6e919e}.login-story h1{font-size:clamp(32px,3.6vw,48px);line-height:1.5;letter-spacing:-1.8px;font-weight:650;margin:22px 0 17px;color:#16262e}.login-story h1 span{color:#0db7df}.login-story>p{font-size:16px;line-height:1.95;color:#83949a}.jelly-ocean{position:relative;height:265px;max-width:430px;margin-top:20px}.ocean-ring{position:absolute;border:1px solid #b4e9f344;border-radius:50%;transform:rotate(-15deg)}.ring-one{width:340px;height:175px;top:54px;left:18px}.ring-two{width:420px;height:220px;top:29px;left:-20px}.ocean-glow{position:absolute;inset:20px 70px;background:radial-gradient(ellipse,#82e7f838,transparent 65%);filter:blur(15px)}.floating-jelly{position:absolute;left:106px;top:10px;width:195px;filter:drop-shadow(0 18px 22px #14b9df27);animation:jelly-float 7s ease-in-out infinite;opacity:.9}.small-jelly{position:absolute;left:20px;top:145px;width:53px;opacity:.3;transform:rotate(-20deg);animation:jelly-float 9s ease-in-out infinite reverse}.context-tag{position:absolute;background:#ffffffce;border:1px solid #e6f3f5;border-radius:12px;padding:11px 17px;color:#77949f;font-size:12px;box-shadow:0 6px 18px #6fcce610;backdrop-filter:blur(8px)}.tag-one{top:60px;left:4px;transform:rotate(-8deg)}.tag-two{top:91px;right:0;transform:rotate(7deg)}.tag-three{top:215px;left:160px;transform:rotate(-4deg)}.ocean-dot{position:absolute;width:5px;height:5px;background:#9ae0ee;border-radius:50%}.dot-one{left:80px;top:14px}.dot-two{right:45px;top:205px}.jelly-login .login-card{width:100%;max-width:425px;padding:36px;border:1px solid #e4eff1;border-radius:24px;background:#ffffffec;box-shadow:0 20px 70px #4c99af0c,0 2px 8px #4c99af04;backdrop-filter:blur(20px)}.login-symbol{width:64px;height:64px;display:block;margin:0 auto 13px}.welcome-label{display:block;text-align:center;color:#90a5af;font-size:10px;letter-spacing:2px}.jelly-login .login-card h2{text-align:center;font-size:26px;letter-spacing:-.5px;margin:16px 0 9px;color:#1c2d35}.jelly-login .login-card>p{text-align:center;font-size:13px;color:#83949b;margin-bottom:28px}.jelly-login #google{display:flex;align-items:center;justify-content:center;gap:11px;background:#eaf9fe;border:1px solid #ceeff8;box-shadow:none;color:#214d5b;border-radius:11px;font-size:14px;padding:14px 8px;transition:background .2s,transform .2s}.jelly-login #google:hover{background:#d9f5fd;transform:translateY(-1px)}#google svg{width:19px;height:19px;flex-shrink:0}.login-divider{display:flex;align-items:center;gap:12px;margin:22px 0 12px;color:#a6b2b8;font-size:11px}.login-divider:before,.login-divider:after{content:'';height:1px;background:#edf1f3;flex:1}.jelly-login #preview{border:1px solid #e8eef1;border-radius:11px;background:#fff;color:#5b717a;padding:12px;font-size:13px}.jelly-login #preview span{margin-left:10px;color:#94a9b1}.login-access{display:block;text-align:center;line-height:1.9;font-size:11px;color:#a0adb3;margin-top:16px}.login-privacy{display:flex;gap:10px;border-top:1px solid #eef2f4;margin-top:26px;padding-top:20px;align-items:center;color:#81acb9}.login-privacy>span{font-size:22px}.login-privacy p{margin:0;font-size:12px;line-height:1.9;color:#6f8993}.login-privacy small{font-size:10px;color:#98aab1}.login-footer{display:flex;justify-content:space-between;gap:20px;padding:22px 5vw;font-size:11px;color:#a3b1b7}.login-footer a{font-size:11px}@keyframes jelly-float{0%,100%{translate:0 0;rotate:-3deg}50%{translate:0 -12px;rotate:3deg}}@media(prefers-reduced-motion:reduce){.floating-jelly,.small-jelly{animation:none}}@media(max-width:850px){.login-stage{gap:28px;grid-template-columns:1fr 1fr}.login-story h1{font-size:32px}.jelly-ocean{transform:scale(.8);transform-origin:left top;width:390px;height:240px}.jelly-login .login-card{padding:26px}}@media(max-width:650px){.login-top{padding:20px 6vw}.login-top .brand{font-size:21px}.login-stage{display:flex;flex-direction:column;width:88%;gap:25px;padding:20px 0 35px}.login-story{text-align:center}.story-kicker{font-size:16px}.login-story h1{font-size:30px;letter-spacing:-1px;margin:13px 0}.login-story>p{font-size:13px}.jelly-ocean{display:none}.jelly-login .login-card{max-width:410px;padding:27px}.login-symbol{width:48px;height:48px}.login-footer{font-size:9px;padding:18px 6vw}.back-home{font-size:11px}}

/* Member report cards. */
.report-reader{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:22px;max-width:1200px;margin:28px 0;align-items:start}.report-reader .daily-document{min-width:0;margin:0;padding:0;border:1px solid #e2ebee;border-radius:20px;background:#fff;box-shadow:0 5px 20px #42687806;overflow:hidden;transition:border-color .2s,box-shadow .2s}.report-reader .daily-document:hover{border-color:#b9dfe9;box-shadow:0 8px 28px #4268780c}.report-reader .report-summary{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:25px;margin:0;border:0;min-height:255px}.report-card-owner{display:flex;align-items:center;gap:11px}.report-card-owner>.avatar{height:38px;width:38px;font-size:16px;background:#eff9fc;border:1px solid #deeff4}.report-card-owner>span:nth-child(2){min-width:0}.report-card-owner strong{display:block;font-size:16px;overflow-wrap:anywhere}.report-card-date{display:block;font-size:12px;color:#98a4ac;margin-top:4px}.report-card-icon{margin-left:auto;align-self:flex-start;color:#88cbdc;background:#f0fafc;padding:5px 9px;border-radius:8px;font-size:16px}.report-summary .report-card-title{font-size:19px;font-weight:600;color:#293d46;margin:25px 0 9px}.report-summary .report-card-preview{font-size:14px;line-height:1.85;color:#85939a;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.report-summary .report-card-bottom{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #eef2f4;padding-top:17px;margin:22px 0 0;font-size:12px;color:#97a4ab}.report-card-bottom .collapse-label{color:#15a5cb}.report-card-bottom .collapse-label:after{content:'展开日报 ↗'}.daily-document[open]>.report-summary .collapse-label:after{content:'收起日报 ⌃'}.report-reader .daily-document[open]{grid-column:1/-1}.daily-document[open]>.report-summary{min-height:0;border-bottom:1px solid #e8eff2;background:#fbfdfe}.daily-document[open]>.report-summary .report-card-title,.daily-document[open]>.report-summary .report-card-preview{display:none}.report-reader .daily-document>.document-header,.report-reader .daily-document>.report-outline,.report-reader .daily-document>.daily-section,.report-reader .daily-document>.document-footer{margin-left:32px;margin-right:32px}.report-reader .document-header{padding-top:28px}.report-reader .document-footer{padding-bottom:28px}.report-reader .report-summary>span{margin-left:0}.report-reader .daily-document:not([open]){max-width:420px}.report-reader .daily-document:only-child:not([open]){width:100%;grid-column:auto}@media(max-width:600px){.report-reader{grid-template-columns:1fr;gap:16px}.report-reader .report-summary{padding:22px}.report-reader .daily-document:not([open]){max-width:none}.report-reader .daily-document>.document-header,.report-reader .daily-document>.report-outline,.report-reader .daily-document>.daily-section,.report-reader .daily-document>.document-footer{margin-left:22px;margin-right:22px}}
.report-reader .report-summary>.report-card-title{font-size:19px;color:#293d46;margin:25px 0 9px}.report-reader .report-summary>.report-card-preview{font-size:14px;color:#85939a;min-height:78px;margin:0 0 20px}.report-reader .report-summary>.report-card-bottom{margin:0;font-size:12px}.report-reader .report-summary{min-height:300px}

.team-home{display:flex;align-items:center;gap:9px;margin:28px 12px 16px;padding:12px 3px;color:#768c96;font-size:13px}.team-home strong{font-weight:500}.team-home-dot{width:6px;height:6px;border-radius:50%;background:#09bce6}@media(max-width:760px){.team-home{display:none}}

.team-digest{max-width:1100px;background:#fff;border:1px solid #e2ebee;border-radius:22px;padding:32px;margin:4px 0 30px}.digest-heading{display:flex;justify-content:space-between;align-items:center;gap:22px}.digest-heading h2{font-size:27px;margin:18px 0 10px;color:#253943}.digest-heading p{color:#8a999f;font-size:14px}.digest-heading>button{white-space:nowrap}.digest-coverage{display:flex;gap:20px;flex-wrap:wrap;border-bottom:1px solid #edf1f3;padding:25px 0;color:#7d949e;font-size:12px}.digest-coverage>span{color:#a2aeb3}.digest-scope{color:#83979e;font-size:14px}.digest-update{padding:14px 18px;margin:20px 0;background:#f0faff;color:#43849c;border-radius:10px;font-size:13px}.digest-section{padding:28px 0;border-bottom:1px solid #edf1f3;display:grid;grid-template-columns:100px minmax(0,1fr);gap:24px}.digest-section h3{font-size:20px;color:#294651}.digest-section p{font-size:16px;line-height:2;color:#657c86;white-space:pre-wrap;overflow-wrap:anywhere;margin-bottom:15px}.digest-section p:last-child{margin-bottom:0}.digest-placeholder{text-align:center;padding:65px 12px}.digest-directions{display:flex;justify-content:center;gap:12px;margin-bottom:28px}.digest-directions span{background:#f1f9fc;border:1px solid #e4f1f5;border-radius:12px;padding:12px 20px;color:#75a5b6;font-size:14px}.digest-placeholder h3{font-size:20px;color:#536e7a}.digest-placeholder p{font-size:14px;color:#95a5ad;margin-top:14px}.digest-footer{padding-top:25px;font-size:12px;color:#97a7ae}.digest-footer>div{margin-top:12px;display:flex;flex-wrap:wrap;gap:9px}@media(max-width:700px){.team-digest{padding:22px}.digest-heading{align-items:flex-start;flex-direction:column}.digest-heading h2{font-size:23px}.digest-section{grid-template-columns:1fr;gap:15px}.digest-directions{gap:7px;flex-wrap:wrap}.digest-directions span{padding:10px 15px}.digest-placeholder{padding:40px 0}}



/* Team Q&A is the primary workspace; activity remains an aggregate, never a feed. */
.team-ask{max-width:1180px;margin:36px auto 0}.qa-toolbar{align-items:flex-start;padding:20px 0 22px}.ask-scope{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.ask-scope label{display:flex;align-items:center;gap:8px;color:#7b8084;font-size:13px}.ask-scope select,.ask-scope input{padding:8px 10px;border:1px solid #e1e5e7;border-radius:8px;background:#fff;color:#41464a;font-size:14px}.ask-stage{padding:48px 38px 28px;border:1px solid #e1e6e8;border-radius:22px;background:radial-gradient(circle at 50% 0,#f3fbfd 0,rgba(255,255,255,.92) 42%,#fff 100%);box-shadow:0 14px 38px rgba(30,51,61,.055);text-align:center}.ask-stage h2{margin:15px 0 7px;color:#1d2327;font-size:clamp(28px,3.2vw,40px);letter-spacing:-1.5px}.ask-stage>p{color:#8b9296;font-size:14px}.team-ask .composer{width:min(820px,100%);margin:30px auto 0;padding:0;border:1px solid #cfdde1;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(36,68,79,.08);overflow:hidden;text-align:left}.team-ask .composer textarea{min-height:125px;padding:22px;border:0;border-radius:0;background:transparent;box-shadow:none;color:#2f3539;font-size:17px;line-height:1.75}.team-ask .composer textarea:focus{box-shadow:none}.team-ask .composer-footer{padding:12px 14px;border-top:1px solid #edf0f1;margin:0}.team-ask .composer-footer>div{display:flex;gap:7px;flex-wrap:wrap}.team-ask .question-hint{width:auto;margin:0;padding:7px 10px;color:#64737a;border:0;background:#f6f8f8;font-size:12px}.team-ask .primary{padding:9px 16px;border-radius:9px;background:#079bc7;box-shadow:none}.team-ask .answer{width:min(820px,100%);margin:22px auto 0;border:1px solid #e4e9ea;border-radius:16px;background:#fff;text-align:left}.activity-summary{margin-top:26px;padding:26px 28px;border:1px solid #e5e9ea;border-radius:18px;background:#fff}.activity-summary header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:23px}.activity-summary h2{margin:11px 0 3px;color:#2b3236;font-size:18px}.activity-summary p{color:#8e9699;font-size:13px}.activity-summary header>strong{color:#198ab0;font-size:30px;font-weight:650;letter-spacing:-1px}.activity-summary header>strong small{margin-left:5px;color:#8f969a;font-size:12px;font-weight:400;letter-spacing:0}.activity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(142px,1fr));gap:10px}.activity-grid article{min-height:132px;padding:16px;border-radius:12px;background:#f8fafb;text-align:left}.activity-grid time{display:block;color:#90979a;font-size:12px}.activity-grid b{display:block;margin-top:5px;color:#2d3539;font-size:27px;font-weight:600;letter-spacing:-1px}.activity-grid>article>span{display:block;color:#7e888d;font-size:12px}.activity-grid article div{margin-top:12px;color:#9aa1a4;font-size:11px;line-height:1.9}.activity-grid article em{color:#4995af;font-style:normal}.qa-toolbar .member-scope{flex:1}@media(max-width:760px){.team-ask{margin-top:20px}.ask-stage{padding:34px 17px 18px}.ask-stage h2{font-size:28px}.team-ask .composer textarea{min-height:110px;padding:17px;font-size:16px}.team-ask .composer-footer{align-items:flex-end;gap:12px;flex-direction:column}.activity-summary{padding:20px}.activity-summary header{align-items:center}.activity-summary header>strong{font-size:25px}.ask-scope{width:100%;justify-content:flex-end}.activity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* The Q&A canvas owns its context controls, rather than borrowing global page chrome. */
.main:has(.team-ask){padding-top:24px;max-width:none!important;margin:0!important}.main:has(.team-ask)>.top{margin-bottom:12px}.team-ask{max-width:none;margin:0;min-height:calc(100vh - 142px);padding:0 2px 46px}.task-context{display:flex;align-items:center;gap:14px;max-width:1160px;margin:0 auto 14px;color:#586167}.task-kicker{padding:5px 9px;color:#0b91bd;border:1px solid #d8edf3;border-radius:7px;background:#f1fafc;font-size:12px;font-weight:650}.task-context strong{display:inline;font-size:14px;font-weight:650}.task-context strong:after{content:' ·';color:#bdc4c7}.task-context span:last-child{font-size:13px;color:#91999d}.team-ask .ask-stage{min-height:0;padding:34px 40px 30px;border:0;border-radius:0;background:transparent;box-shadow:none}.team-ask .ask-stage h2{margin-top:13px}.team-ask .composer{width:min(1050px,100%);margin-top:25px;border-radius:16px}.team-ask .composer textarea{min-height:132px}.team-ask .composer-footer{display:block;padding:14px 16px}.composer-controls{display:flex;align-items:center;gap:12px;min-width:0;flex-wrap:wrap}.composer-controls>.member-scope{display:contents}.composer-controls .member-scope>label,.composer-controls .member-scope>select{display:none}.composer-controls .people{gap:6px}.composer-controls .person{padding:5px 10px;border-radius:8px;background:#f6f8f8;border-color:transparent;font-size:13px}.composer-controls .person.on{color:#087fa8;background:#eaf8fc}.composer-controls .person .avatar{width:21px;height:21px;font-size:10px}.scope-label{color:#92999c;font-size:12px}.scope-divider{height:20px;width:1px;background:#e7ebec}.composer-controls .ask-scope{gap:8px}.composer-controls .ask-scope label{gap:6px;font-size:12px}.composer-controls .ask-scope select,.composer-controls .ask-scope input{padding:6px 8px;border-radius:7px;font-size:13px}.composer-actions{display:flex;align-items:center;gap:7px;margin-top:13px;padding-top:12px;border-top:1px solid #f0f2f2}.composer-actions .primary{margin-left:auto}.team-ask .ask-range{width:min(1050px,100%);margin:11px auto 0;color:#9aa1a4;font-size:12px;text-align:left}.team-ask .activity-summary{max-width:none;margin:34px 0 0;border-radius:14px;box-shadow:none}.team-ask .activity-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}@media(max-width:760px){.main:has(.team-ask){padding-top:18px}.task-context{padding:0 3px}.task-context span:last-child{display:none}.team-ask .ask-stage{padding:25px 0 20px}.composer-controls{align-items:flex-start}.scope-divider{display:none}.composer-actions{align-items:flex-start;flex-wrap:wrap}.composer-actions .primary{margin-left:auto}.composer-controls .ask-scope{width:100%;padding-top:7px;border-top:1px solid #eff1f1}.team-ask .activity-summary{margin-top:24px}}

/* Compact member picker: scales from a two-person team to a full room. */
.composer-controls{position:relative}.member-picker{position:relative;z-index:3}.member-picker>summary{display:flex;align-items:center;gap:8px;min-height:34px;padding:6px 10px;cursor:pointer;list-style:none;color:#68767c;border:1px solid #e3e8e9;border-radius:8px;background:#f8fafa;font-size:12px}.member-picker>summary::-webkit-details-marker{display:none}.member-picker>summary>strong{max-width:170px;overflow:hidden;color:#277f9e;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.member-picker>summary>i{color:#9aa4a8;font-size:12px;font-style:normal}.member-picker[open]>summary{border-color:#b7dce7;background:#f1fafc}.member-picker[open]>summary i{transform:rotate(180deg)}.picker-popover{position:absolute;z-index:10;bottom:calc(100% + 10px);left:0;width:270px;max-height:340px;padding:8px;border:1px solid #e1e7e8;border-radius:14px;background:#fff;box-shadow:0 18px 42px rgba(32,54,62,.16)}.picker-all,.picker-person{display:flex;align-items:center;width:100%;gap:10px;padding:10px;color:#49545a;border:0;border-radius:9px;background:transparent;text-align:left;box-shadow:none}.picker-all:hover,.picker-person:hover{background:#f4f8f8;box-shadow:none;transform:none}.picker-all{justify-content:space-between;border-bottom:1px solid #edf0f1;border-radius:8px;font-weight:600}.picker-all.on{color:#117fa5;background:#edf9fc}.picker-all em{padding:1px 6px;color:#8b989d;border-radius:999px;background:#eef1f2;font-size:11px;font-style:normal;font-weight:500}.picker-list{max-height:245px;padding-top:5px;overflow-y:auto}.picker-person{min-height:43px}.picker-person .avatar{width:26px;height:26px;font-size:11px}.picker-person span{overflow:hidden;flex:1;text-overflow:ellipsis;white-space:nowrap}.picker-person i{width:16px;color:#079bc7;font-style:normal;font-weight:700;text-align:center}.picker-person.on{color:#1e7998;background:#f2fafc}@media(max-width:760px){.member-picker>summary>strong{max-width:115px}.picker-popover{position:fixed;right:16px;bottom:16px;left:16px;width:auto;max-height:60vh}.picker-list{max-height:calc(60vh - 75px)}}

/* Conversation workspace: replies accumulate above a persistent composer. */
.team-ask{display:flex;flex-direction:column}.team-ask .ask-stage{width:min(1040px,100%);flex:1;margin:0 auto;padding:46px 18px 26px}.ask-welcome{text-align:center;padding:42px 0 12px}.ask-welcome h2{margin:14px 0 8px;color:#1c2529;font-size:clamp(29px,3vw,40px);letter-spacing:-1.4px}.ask-welcome p{color:#8b9599;font-size:14px}.conversation-active .ask-stage{padding-top:22px}.conversation{display:grid;gap:28px;padding-bottom:22px}.chat-message{display:flex;gap:13px;max-width:820px}.chat-message.user{justify-self:end;max-width:min(700px,88%)}.chat-message.user .chat-copy{padding:15px 17px;border:1px solid #e2e8e9;border-radius:16px 16px 4px 16px;background:#fff;box-shadow:0 5px 15px rgba(32,51,58,.04)}.chat-message.assistant{padding:5px 8px}.chat-avatar{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;color:#fff;border-radius:9px;background:#17acd7;font-size:14px}.chat-copy{min-width:0;flex:1}.chat-meta{display:flex;align-items:center;gap:9px;margin:3px 0 9px;color:#69777d;font-size:12px;font-weight:650}.chat-meta>span{font-weight:500}.thinking{color:#169bc3}.thinking:before{content:'';display:inline-block;width:7px;height:7px;margin-right:5px;border:2px solid #55b8d7;border-right-color:transparent;border-radius:50%;vertical-align:-1px;animation:spin .8s linear infinite}.chat-question{color:#293237;font-size:16px;line-height:1.75;white-space:pre-wrap}.chat-message.user small{display:block;margin-top:8px;color:#99a3a6;font-size:11px}.chat-message .answer-body{color:#343e42;font-size:16px;line-height:1.9;white-space:pre-wrap}.chat-message.is-streaming .answer-body{min-height:26px}.stream-caret{display:inline-block;width:7px;height:18px;margin:2px 0 -4px 4px;background:#19a6d0;animation:blink 1s step-end infinite}.chat-message .citations{margin-top:13px}.chat-message .citations span{color:#89969b;font-size:12px}.conversation-active .composer{position:sticky;z-index:5;bottom:18px;margin-top:auto}.conversation-active .composer textarea{min-height:85px;max-height:170px}.conversation-active .composer-actions .question-hint{display:none}@keyframes blink{50%{opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:760px){.team-ask .ask-stage{padding:22px 0}.ask-welcome{padding:26px 0 10px}.conversation{gap:21px}.chat-message.assistant{padding:3px 0}.chat-message.user{max-width:94%}.conversation-active .composer{bottom:8px}.chat-message .answer-body{font-size:15px}}

/* A calmer, narrow reading column for the conversation. */
.team-ask .ask-stage{width:min(820px,100%);padding:34px 12px 20px}.team-ask .composer{width:min(820px,100%)}.conversation{width:100%;gap:22px;padding-bottom:18px}.chat-message{max-width:680px;gap:11px}.chat-message.user{max-width:min(500px,82%)}.chat-message.user .chat-copy{padding:13px 15px;border-radius:14px 14px 5px 14px;box-shadow:none}.chat-message.assistant{padding:2px 0}.chat-avatar{width:27px;height:27px;flex-basis:27px;border-radius:8px;font-size:12px}.chat-meta{margin:1px 0 8px}.chat-message .answer-body{max-width:640px;font-size:15px;line-height:1.85}.chat-message .answer-body.is-empty{display:none}.thinking-card{display:flex;align-items:center;gap:10px;max-width:640px;padding:12px 13px;margin:1px 0 12px;border:1px solid #e7eaeb;border-radius:12px;background:#fafbfb}.thinking-dot{width:8px;height:8px;flex:0 0 8px;border:2px solid #14a6d1;border-right-color:transparent;border-radius:50%;animation:spin .8s linear infinite}.thinking-card div{min-width:0;flex:1}.thinking-card strong,.thinking-card small{display:block}.thinking-card strong{color:#424d52;font-size:13px;font-weight:600}.thinking-card small{margin-top:2px;color:#9aa3a6;font-size:11px}.thinking-card i{color:#9aa3a6;font-size:11px;font-style:normal;white-space:nowrap}.conversation-active .ask-stage{padding-top:20px}.conversation-active .composer{width:min(820px,100%);border-color:#e1e6e7;box-shadow:0 10px 28px rgba(31,55,64,.08)}.conversation-active .composer textarea{padding:17px 18px;font-size:16px}.conversation-active .composer-footer{padding:11px 13px}.task-context{max-width:820px}.team-ask .ask-range{width:min(820px,100%)}@media(max-width:760px){.team-ask .ask-stage{padding:20px 0 12px}.chat-message{max-width:100%}.chat-message.user{max-width:86%}.thinking-card{padding:11px}.thinking-card i{display:none}}

/* Render Codex responses as a compact, readable Markdown document. */
.chat-message .answer-body p{margin:0 0 13px}
.chat-message .answer-body p:last-child{margin-bottom:0}
.chat-message .answer-body h1,.chat-message .answer-body h2,.chat-message .answer-body h3{color:#243037;letter-spacing:-.018em;line-height:1.35}
.chat-message .answer-body h1{font-size:21px;margin:0 0 13px}
.chat-message .answer-body h2{font-size:18px;margin:21px 0 10px}
.chat-message .answer-body h3{font-size:16px;margin:18px 0 8px}
.chat-message .answer-body ul{margin:0 0 14px;padding-left:1.25em}
.chat-message .answer-body li{margin:5px 0;padding-left:2px}
.chat-message .answer-body blockquote{margin:12px 0;padding:8px 12px;border-left:3px solid #22add3;border-radius:0 8px 8px 0;background:#f5fafb;color:#5f7077}
.chat-message .answer-body code{padding:2px 5px;border-radius:5px;background:#f0f3f4;color:#38515a;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.87em}
.chat-message .answer-body pre{overflow:auto;margin:12px 0;padding:12px 14px;border:1px solid #e4e9eb;border-radius:10px;background:#f7f9fa;line-height:1.65}
.chat-message .answer-body pre code{padding:0;background:none}
.chat-message .answer-body a{color:#078bb9;text-decoration-color:#a9dbe9;text-underline-offset:2px}

/* Pixel mascots supplied for the team experience. */
.pixel-jelly,.pixel-deer{display:inline-block;background-image:url('/pixel-mascots.png');background-repeat:no-repeat;background-size:120px 198px}
.pixel-jelly{width:58px;height:64px;background-position:-21px -21px}
.pixel-deer{width:54px;height:58px;background-position:-58px -113px}
.ask-welcome{position:relative}
.ask-mascots{display:flex;align-items:flex-end;justify-content:center;gap:3px;height:56px;margin:-7px 0 6px;opacity:.96}
.ask-mascots .pixel-jelly{transform:rotate(-4deg) scale(.74);transform-origin:bottom right}
.ask-mascots .pixel-deer{transform:rotate(5deg) scale(.66);transform-origin:bottom left;margin-left:-13px}
.chat-avatar.pixel-jelly{width:27px;height:29px;flex-basis:27px;background-size:58px 96px;background-position:-10px -10px;border:0;border-radius:0;background-color:transparent}

/* Crop the supplied sticker sheet into two intentionally sized mascots. */
.pixel-jelly{width:124px;height:120px;background-size:240px 396px;background-position:-46px -48px}
.pixel-deer{width:91px;height:99px;background-size:200px 330px;background-position:-102px -198px}
.ask-mascots{height:77px;margin:-10px 0 4px}
.ask-mascots .pixel-jelly{transform:rotate(-4deg) scale(.58);margin-right:-31px}
.ask-mascots .pixel-deer{transform:rotate(5deg) scale(.53);margin:0 0 -3px -30px}
.chat-avatar.pixel-jelly{width:32px;height:35px;flex-basis:32px;background-size:72px 119px;background-position:-14px -15px}

/* Chat uses one reading column with explicit text alignment. */
.team-ask.conversation-active{max-width:760px;margin:0 auto;padding-bottom:12px;min-height:calc(100dvh - 120px)}
.conversation-active .task-context{display:none}
.team-ask.conversation-active .ask-stage{width:100%;padding:22px 0 40px;text-align:left}
.conversation-active .conversation{display:flex;flex-direction:column;gap:30px;padding:0;text-align:left}
.conversation-active .chat-message.user{align-self:flex-end;width:auto;max-width:80%;margin:0}
.conversation-active .chat-message.user .chat-copy{flex:initial;padding:10px 16px;background:#eeeeef;border:0;border-radius:18px;box-shadow:none;text-align:left}
.conversation-active .chat-question{font-size:15px;line-height:1.65;color:#242424;overflow-wrap:anywhere}
.conversation-active .chat-message.assistant{width:100%;max-width:100%;padding:0;margin:0;text-align:left}
.conversation-active .answer-body{max-width:none;white-space:normal;text-align:left;color:#303030;font-size:15px;line-height:1.8;overflow-wrap:anywhere}
.conversation-active .answer-body:empty{display:none}
.reply-status{display:flex;align-items:center;gap:9px;min-height:26px;margin:0 0 14px;color:#858585;font-size:13px;font-weight:400}
.reply-status .thinking-dot{border-color:#8c969b;border-right-color:transparent;width:10px;height:10px;flex-basis:10px}
.conversation-active .citations{font-size:12px;color:#949494;margin-top:20px}
.team-ask.conversation-active .composer{width:100%;margin-top:auto;border:1px solid #dedee0;border-radius:20px;background:#fff;box-shadow:0 4px 18px #00000006;overflow:visible;bottom:16px}
.team-ask.conversation-active .composer textarea{min-height:66px;height:66px;max-height:180px;padding:17px 18px 8px;resize:vertical;font-size:15px;border-radius:20px 20px 0 0}
.team-ask.conversation-active .composer-footer{display:flex;align-items:center;gap:8px;padding:4px 12px 12px;border:0}
.conversation-active .composer-footer .composer-controls{flex:1;gap:5px}
.conversation-active .composer-actions{margin:0;padding:0;border:0;flex:0 0 auto}
.conversation-active .composer-actions .primary{width:32px;height:32px;padding:0;border-radius:50%;background:#262626;color:#fff;font-size:21px;line-height:1}
.conversation-active .composer-actions .primary:disabled{background:#ececec;color:#888;opacity:1}
.conversation-active .scope-divider{display:none}
.conversation-active .member-picker>summary,.conversation-active .ask-scope select,.conversation-active .ask-scope input{border:0;background:transparent;color:#666;padding:5px;font-size:12px}
.conversation-active .member-picker>summary>span,.conversation-active .ask-scope label:first-child{font-size:0}
.conversation-active .member-picker>summary>strong{font-size:12px;font-weight:400;color:#666;max-width:120px}
.conversation-active .ask-scope label{color:#929292;font-size:11px;gap:3px}
.conversation-active .ask-scope{gap:4px}
@media(max-width:760px){.team-ask.conversation-active{min-height:calc(100dvh - 200px)}.conversation-active .chat-message.user{max-width:90%}.conversation-active .composer-controls .ask-scope{width:auto;padding:0;border:0}.conversation-active .composer-footer{flex-wrap:nowrap}.conversation-active .ask-scope input{max-width:112px}.conversation-active .member-picker>summary>strong{max-width:80px}}

.connection-success{margin:20px 0;padding:18px 20px;border:1px solid #dce9e1;border-radius:12px;background:#f6faf7;text-align:left}
.connection-success strong{font-size:16px;color:#33744e}
.connection-success p{margin:9px 0;color:#56645a;font-size:14px;line-height:1.8}
.connection-success small{display:block;color:#87948c;font-size:12px;line-height:1.7}
dialog [hidden]{display:none!important}

.avatar.member-jelly,.picker-person .avatar.member-jelly,.report-card-owner>.avatar.member-jelly{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;flex:0 0 32px;border:0;border-radius:0;background:transparent;padding:0;overflow:visible}
.avatar.member-jelly svg,.avatar.member-jelly img{display:block;width:100%;height:100%;object-fit:contain}
.person .avatar.member-jelly{width:25px;height:25px;min-width:25px;flex-basis:25px}
.report-card-owner>.avatar.member-jelly{width:42px;height:42px;min-width:42px;flex-basis:42px}
.team-ask .composer{overflow:visible}.team-ask .composer textarea{border-radius:18px 18px 0 0}

.history-toolbar{display:flex;align-items:center;gap:8px;max-width:860px;width:100%;margin:8px auto 20px}.history-toolbar button,#older-history{font-size:13px;padding:7px 12px;border:1px solid #e6e6e6;background:transparent;border-radius:8px;color:#666}.history-toolbar small{margin-left:auto;color:#929292;font-size:12px}@media(max-width:600px){.history-toolbar small{display:none}}

.citation-number{display:inline;padding:0 3px;border:0;border-radius:4px;background:transparent;color:#1988a8;font:inherit;font-size:.85em;cursor:pointer;vertical-align:baseline;white-space:nowrap}.citation-number:hover,.citation-number:focus-visible{background:#e8f3f7;outline:2px solid #cae4ed;outline-offset:1px}.citation-preview{position:fixed;z-index:1000;box-sizing:border-box;width:420px;max-width:calc(100vw - 24px);max-height:min(390px,calc(100vh - 24px));overflow:auto;padding:20px 22px;background:#fff;border:1px solid #e3e5e8;border-radius:14px;box-shadow:0 12px 40px #202a381a;text-align:left;color:#303336;font-size:14px;line-height:1.7}.citation-preview-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#85898d;font-size:12px}.citation-preview h3{font-size:16px;line-height:1.5;margin:10px 0 5px;font-weight:600}.citation-preview-date{font-size:12px;color:#989b9e;margin-bottom:12px}.citation-preview-content{white-space:pre-wrap;overflow-wrap:anywhere}.citation-expand{padding:2px 7px;border:0;background:transparent;font-size:20px;color:#777;cursor:pointer}.citation-expand:hover{background:#f2f4f5;border-radius:5px}
.session-list-dialog{width:560px;max-width:calc(100vw - 40px);max-height:75vh;border:1px solid #e4e5e7;border-radius:18px;padding:28px;color:#303336;box-shadow:0 20px 70px #0002}.session-list-dialog::backdrop{background:#0003}.session-list-dialog h2{margin:0 0 8px;font-size:21px}.session-list-dialog p{color:#888;font-size:14px}.session-close{float:right;border:0;background:none;font-size:24px;color:#777;cursor:pointer}.session-list{display:grid;gap:8px;margin-top:20px}.session-list>button{text-align:left;padding:16px;border:1px solid #eee;border-radius:10px;background:#fafafa;cursor:pointer}.session-list>button:hover{background:#f0f7fa;border-color:#cde3ec}.session-list strong{display:block;font-size:15px;font-weight:500;overflow-wrap:anywhere}.session-list small{display:block;margin-top:8px;color:#92969a;font-size:12px}
.context-notice{font-size:12px;line-height:1.65;color:#86714a;background:#faf7ef;border-radius:8px;padding:10px 14px;margin:8px 0 16px;text-align:left}
.app-filter-options{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.app-filter-options label{display:flex!important;align-items:center;gap:8px;padding:9px 14px;border:1px solid #e3e5e7;border-radius:9px;font-size:14px!important;font-weight:400!important;cursor:pointer;background:#fafafa}.app-filter-options label:has(input:checked){background:#eef8fc;border-color:#9dd6e7}.app-filter-options input{width:16px!important;height:16px;margin:0;accent-color:#00a4cc}
.diagnostics{padding:24px}.diagnostics>p{font-size:13px;color:#888;line-height:1.7}.diagnostic-scroll{overflow-x:auto}.diagnostics table{width:100%;border-collapse:collapse;font-size:13px;white-space:nowrap}.diagnostics td,.diagnostics th{padding:14px 12px;text-align:left;border-bottom:1px solid #eee}.diagnostics th{color:#888;font-weight:500}.diagnostic-log{padding:18px 0;border-bottom:1px solid #eee;font-size:13px}.diagnostic-log p{margin:8px 0}.diagnostic-log small{color:#888}.diagnostics select,.diagnostics button{padding:8px 12px;border:1px solid #ddd;border-radius:8px;background:white;margin-right:8px}
/* Markdown tables: keep long evidence readable within the conversation column. */
.chat-copy{min-width:0}
.answer-body .markdown-table-scroll{max-width:100%;overflow-x:auto;margin:18px 0 22px;border:1px solid #e3e5e7;border-radius:10px;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
.answer-body .markdown-table-scroll:focus-visible{outline:2px solid #159fbd;outline-offset:3px}
.answer-body .markdown-table{width:100%;border-collapse:collapse;font-size:14px;line-height:1.65;text-align:left}
.answer-body .markdown-table th,.answer-body .markdown-table td{min-width:90px;max-width:520px;padding:12px 16px;vertical-align:top;border-bottom:1px solid #e8e9eb;overflow-wrap:anywhere}
.answer-body .markdown-table th{background:#f0f1f2;font-weight:600;color:#34383c;white-space:nowrap}
.answer-body .markdown-table td{background:#fff}
.answer-body .markdown-table tbody tr:last-child td{border-bottom:0}
.answer-body .markdown-table tbody tr:hover td{background:#fafbfc}
.answer-body .markdown-table .align-left{text-align:left}
.answer-body .markdown-table .align-center{text-align:center}
.answer-body .markdown-table .align-right{text-align:right;font-variant-numeric:tabular-nums}
@media(max-width:640px){.answer-body .markdown-table th,.answer-body .markdown-table td{padding:10px 12px;min-width:100px}.answer-body .markdown-table{font-size:13px}}
/* Daily reports use the entire workspace; each topic remains a readable column. */
.main:has(.team-digest),.main:has(.report-reader){padding-inline:clamp(22px,3vw,56px)}
.team-digest{width:100%;max-width:none;box-sizing:border-box;padding:0;margin:4px 0 32px;border:0;border-radius:0;background:transparent}
.digest-heading{position:relative;padding:32px 36px;background:linear-gradient(115deg,#fff 55%,#eff9fc);border:1px solid #e3e9ec;border-radius:18px 18px 0 0;gap:24px}
.digest-heading h2{margin:18px 0 10px;font-size:clamp(25px,2.2vw,36px);font-weight:650;letter-spacing:-1px;line-height:1.35;color:#202c32}
.digest-heading p{color:#748089;line-height:1.7;margin:0}
.digest-heading .badge{font-size:11px;letter-spacing:.5px;color:#4d7b8a;background:#f2fafc;border-color:#d9edf2}
.digest-heading>.primary{padding:11px 20px;border-radius:10px;font-size:14px;box-shadow:0 3px 10px #00a4cf14}
.digest-coverage{margin:0 0 24px;padding:16px 36px;background:#fff;border:1px solid #e3e9ec;border-top:0;border-radius:0 0 18px 18px;color:#396471;line-height:1.8;gap:8px 24px;font-size:13px}
.digest-coverage>span{color:#8a949a;flex:1;min-width:min(100%,300px)}
.digest-update{margin:0 0 24px;padding:13px 18px;background:#eaf6fa;border:1px solid #d7ebf2;border-radius:10px;color:#497989}
.digest-body{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,440px),1fr));gap:22px;align-items:stretch}
.digest-section{position:relative;display:flex;flex-direction:column;gap:0;min-width:0;padding:28px 30px 30px;background:#fff;border:1px solid #e2e7ea;border-radius:16px;box-shadow:0 2px 6px #24394703}
.digest-index{font-size:12px;font-weight:600;letter-spacing:1.5px;color:#2e9db7;margin-bottom:14px;font-variant-numeric:tabular-nums}
.digest-section h3{font-size:21px;line-height:1.5;letter-spacing:-.3px;color:#263238;margin:0 0 20px;padding-bottom:18px;border-bottom:1px solid #edf0f2;overflow-wrap:break-word}
.digest-section p{font-size:15px;line-height:1.95;color:#525e66;margin:0 0 16px;white-space:pre-wrap}
.digest-section .source-ref{font-size:11px;border-radius:4px;color:#138dac;white-space:nowrap}
.digest-footer{margin-top:26px;padding:20px 0;border-top:1px solid #e2e7ea;color:#87949b;line-height:1.7}
.digest-footer>div{gap:8px}.digest-footer .source-ref{background:#fff;border:1px solid #e4e9ec;border-radius:6px;padding:5px 9px;color:#65818d}
.report-reader{width:100%;max-width:none;grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));gap:22px;margin:8px 0 30px}
.report-reader .daily-document:not([open]){max-width:none;width:100%}
.report-reader .daily-document{border:1px solid #e2e7ea;border-radius:16px;background:#fff;box-shadow:0 2px 6px #24394703}
.report-reader .daily-document[open]{width:100%;grid-column:1/-1}
.report-reader .daily-document[open]>.daily-section{padding:28px 0 16px}
.report-reader .daily-section h3{font-size:22px;line-height:1.5}
.report-reader .daily-item{padding:0 0 18px;line-height:1.85}
.report-reader .daily-item p{color:#626c73;max-width:none}
@media(min-width:1400px){.report-reader .daily-document[open]>.daily-section{display:grid;grid-template-columns:minmax(180px,1fr) minmax(0,4fr);column-gap:40px}.report-reader .daily-document[open]>.daily-section>summary{grid-column:1;grid-row:1/100;align-self:start;display:block}.report-reader .daily-document[open]>.daily-section>.daily-item{grid-column:2}.report-reader .daily-document[open]>.daily-section:not([open]){display:block}}
@media(max-width:700px){.digest-heading{padding:24px;align-items:flex-start}.digest-coverage{padding:16px 24px}.digest-body{gap:16px}.digest-section{padding:24px}.digest-section h3{font-size:20px}.digest-heading>.primary{align-self:flex-start}.report-reader{gap:16px}}
/* A bounded conversation viewport: the composer occupies its own layout row. */
.shell:has(.conversation-active){height:100dvh;min-height:0;overflow:hidden}
.main:has(.conversation-active){height:100dvh;min-height:0;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;padding-bottom:16px}
.main:has(.conversation-active)>.top{flex:none;margin-bottom:14px}
.main:has(.conversation-active)>#page{flex:1;min-height:0;display:flex;flex-direction:column}
.main:has(.conversation-active)>.fresh{display:none}
.team-ask.conversation-active{width:100%;max-width:860px;flex:1;min-height:0;height:100%;display:flex;flex-direction:column;margin:0 auto;padding:0;position:relative}
.conversation-active .history-toolbar{flex:none;width:100%;box-sizing:border-box;margin:0;padding:4px 0 14px;border-bottom:1px solid #e8eaec}
.team-ask.conversation-active .ask-stage{flex:1;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-gutter:stable;padding:26px 12px 32px 0;box-sizing:border-box;scroll-padding-block:24px}
.conversation-active .conversation{gap:32px;min-height:0;padding:0 0 8px}
.team-ask.conversation-active .composer{position:relative;flex:none;bottom:auto;z-index:5;margin:12px 0 0;width:100%;box-sizing:border-box;border-radius:18px;border-color:#dfe3e6;box-shadow:0 4px 20px #26364408}
.team-ask.conversation-active .composer textarea{max-height:min(160px,24dvh);border-radius:18px 18px 0 0}
.conversation-active .ask-stage::-webkit-scrollbar{width:6px}
.conversation-active .ask-stage::-webkit-scrollbar-thumb{background:#d5dadd;border:1px solid #f7f7f7;border-radius:8px}
.conversation-active .ask-stage::-webkit-scrollbar-thumb:hover{background:#adb8bf}
@media(max-width:760px){.main:has(.conversation-active){padding:16px 16px max(12px,env(safe-area-inset-bottom));height:100dvh}.main:has(.conversation-active)>.top p{display:none}.main:has(.conversation-active)>.top{margin-bottom:8px}.team-ask.conversation-active{min-height:0}.conversation-active .history-toolbar{padding-bottom:10px}.team-ask.conversation-active .ask-stage{padding:20px 5px 24px 0}.team-ask.conversation-active .composer{margin-top:8px}.team-ask.conversation-active .composer textarea{resize:none}}

@media(max-width:760px){.shell:has(.conversation-active){display:flex;flex-direction:column}.shell:has(.conversation-active)>.sidebar{flex:none}.main:has(.conversation-active){flex:1;height:auto;min-height:0}.shell:has(.conversation-active) .team-home{display:none}}

.stop-answer{margin-left:auto;padding:3px 8px;border:1px solid #e1e4e6;border-radius:6px;background:transparent;color:#71777c;font-size:12px}.tool-steps{margin:0 0 16px;color:#7a8187;font-size:12px}.tool-steps summary{cursor:pointer}.tool-steps div{padding:5px 12px;border-left:1px solid #e5e8ea}
/* Query process: compact summary, grouped receipts, readable source cards. */
.query-process{margin:0 0 24px;color:#777e83;font-size:13px;line-height:1.6}.query-process summary{list-style:none;cursor:pointer}.query-process summary::-webkit-details-marker{display:none}.query-process>summary{display:flex;align-items:center;gap:9px;flex-wrap:wrap;padding:8px 0}.process-chevron{display:inline-block;font-size:20px;line-height:1;transition:transform .15s}.query-process[open]>summary>.process-chevron,.process-group[open]>summary>.process-chevron{transform:rotate(90deg)}.process-counts{font-size:12px;color:#90979b}.process-live{margin-left:auto;color:#1595b5;font-size:12px}.process-timeline{margin:10px 0 0 6px;padding-left:18px;border-left:1px solid #e3e7e9}.process-group{border:1px solid #e2e6e8;border-radius:13px;background:#f8f9f9;margin:10px 0;overflow:hidden}.process-group>summary{display:flex;gap:10px;align-items:center;padding:13px 15px}.process-group strong{font-size:14px;color:#30383d;font-weight:550}.process-icon{font-size:19px;color:#8c969b}.process-result{margin-left:auto;font-variant-numeric:tabular-nums;white-space:nowrap}.process-batch{border-radius:10px;background:#e9edef;padding:0 7px;font-size:11px}.process-group-body{padding:0 14px 12px}.process-step+.process-step{border-top:1px solid #e5e9eb;margin-top:14px;padding-top:12px}.process-step-heading{display:flex;align-items:center;gap:7px;font-size:12px}.process-step-heading small{margin-left:auto}.process-state.done{color:#8eaaa1}.process-state.active{color:#199fbf}.process-state.failed{color:#b47b49}.process-explanation{font-size:12px;line-height:1.7;margin:7px 0 10px!important;color:#7b858b}.process-source{background:#fff;border:1px solid #e4e8ea;border-radius:10px;padding:13px 15px;margin:9px 0}.process-source>div{display:flex;gap:10px;justify-content:space-between;font-size:11px;color:#919a9f}.process-app{color:#258ea8}.process-source h4{font-size:14px;color:#354047;margin:7px 0;font-weight:550}.process-source p{font-size:12px;line-height:1.8;margin:0;color:#6c787e;white-space:pre-wrap;overflow-wrap:anywhere;max-height:8em;overflow:auto}.process-footnote{display:block;color:#929a9e;font-size:11px;margin:8px 0}.coverage-note{font-size:12px!important;color:#788890!important}@media(max-width:640px){.process-counts{display:none}.process-timeline{padding-left:10px}.process-group>summary{padding:11px 10px}.process-source{padding:11px}.process-group-body{padding:0 9px 10px}}
/* Account-scoped conversation navigation */
.chat-sidebar{display:flex;flex-direction:column;min-height:120px;flex:1;gap:10px;margin-top:22px;overflow:hidden}.chat-sidebar .new-session{width:100%;text-align:left;padding:10px 12px;background:#fff;border:1px solid #dfe4e7;border-radius:10px;font-size:14px;color:#263238}.chat-sidebar-heading{display:flex;align-items:center;justify-content:space-between;color:#8a9399;font-size:12px;padding:5px 8px 0}.chat-sidebar-heading button{display:none}.chat-sidebar input{width:100%;box-sizing:border-box;padding:9px 10px;font-size:13px;border:1px solid #e6e9eb;background:transparent;border-radius:8px}.chat-session-scroll{overflow:auto;min-height:0;flex:1;scrollbar-width:thin}.chat-session{display:block;width:100%;text-align:left;border:0;background:transparent;padding:10px 12px;border-radius:9px;margin-bottom:3px;color:#485259}.chat-session:hover{background:#edf0f2}.chat-session.selected{background:#e6f3f7;color:#17728e}.chat-session span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500}.chat-session small{display:block;font-size:11px;margin-top:3px;color:#8a9399}.session-empty{font-size:12px;color:#8a9399;padding:10px;line-height:1.7}.chat-sidebar #more-sessions{width:100%;font-size:12px;background:transparent;border:0;color:#75818a;padding:10px}.current-chat-title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;color:#68737a;max-width:55%}.history-toolbar #show-history{display:none}
@media(min-width:761px){.sidebar:has(.chat-sidebar){height:100dvh;box-sizing:border-box;position:sticky;top:0;overflow:hidden;padding-top:24px;padding-bottom:16px}.sidebar:has(.chat-sidebar) .team-home{margin:20px 0 10px}.sidebar:has(.chat-sidebar) .nav{gap:3px}.sidebar:has(.chat-sidebar) .nav button{padding-block:9px}.sidebar:has(.chat-sidebar) .side-foot{flex:none;margin-top:14px;gap:5px}.sidebar:has(.chat-sidebar) .side-foot .status{font-size:12px}}
@media(max-width:760px){.chat-sidebar{display:none}.history-toolbar #show-history{display:block}.sidebar.sessions-open .chat-sidebar{display:flex;position:fixed;inset:12px auto 12px 12px;width:min(310px,calc(100vw - 48px));box-sizing:border-box;margin:0;padding:20px;background:#f8f9fa;border:1px solid #e0e5e8;border-radius:16px;box-shadow:0 12px 70px #0004;z-index:1000}.chat-sidebar-heading button{display:block;border:0;background:transparent;font-size:24px}.current-chat-title{max-width:60%}}
@media(min-width:761px){.sidebar:has(.chat-sidebar){gap:10px}.sidebar:has(.chat-sidebar) .chat-sidebar{margin-top:8px}.sidebar:has(.chat-sidebar) .team-home{margin:10px 0 6px}.sidebar:has(.chat-sidebar) .side-foot{padding-top:10px}.sidebar:has(.chat-sidebar) .side-foot button{padding:6px 10px}}
#page[aria-busy="true"]::before{content:"正在更新…";display:block;color:#7a858d;font-size:12px;padding:4px 0;position:absolute;right:32px;z-index:2;pointer-events:none}
.message-pair{display:flex;flex-direction:column;gap:34px;width:100%;min-width:0}.conversation #newer-history,.conversation #latest-history{align-self:center;border:1px solid #e4e7e9;border-radius:8px;padding:7px 12px;background:transparent;color:#68747c;font-size:13px}

/* The selected model applies to the next submission; running turns retain theirs. */
.model-picker{display:inline-flex;align-items:center;gap:8px;color:var(--muted,#7b8990);font-size:13px;min-width:0}
.model-picker select{max-width:240px;min-width:100px;border:1px solid #dce7eb;border-radius:9px;padding:7px 9px;background:#fff;color:#345664;font:inherit;text-overflow:ellipsis}
.model-picker select:focus-visible{outline:2px solid #06a9ce;outline-offset:2px}
.digest-model-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;justify-content:flex-end}
.answer-model{font-size:12px;color:#87969e;margin-bottom:12px}
.composer-controls{flex-wrap:wrap}
@media(max-width:700px){.model-picker select{max-width:180px}.digest-model-actions{justify-content:flex-start}.model-picker{font-size:12px}}
