/* v3.css —— 07 主页面迭代组件层（左栏三板块 / 情绪浮窗 / 宽版个股卡 / 输入区单选 / 后台看板）
   精确值来源：交互稿 getComputedStyle 实测（UI规格.md）。注意：注释内禁止出现星杠闭合序列。 */

/* ============ 头部：「我的」标签 icon（积分与头像之间） ============ */
.my-toggle { width: 32px; height: 32px; border-radius: 10px; border: 1px solid #EDEFF2; background: #fff; color: #5C636B; display: grid; place-items: center; cursor: pointer; }
/* R1（07-1 验收）：v2 的 .userbar--top .userbar-btn{width:auto;padding:0} 优先级更高会把容器压塌成竖长椭圆——同优先级后置定宽修复 */
.userbar--top .my-toggle { width: 32px; height: 32px; padding: 0; flex: none; }
.my-toggle:hover { border-color: #d8dde3; color: #15171B; }
.my-toggle.is-active { background: #E9F8EF; border-color: rgba(11, 168, 74, .55); color: #0A9A45; }
.user-menu-sub { font-size: 11.5px; color: #9AA2AA; padding: 0 12px 6px; margin-top: -4px; }
/* R7（07-1 验收三轮）：名称+「已登录」成组、分隔线移到组下方；退出登录带 icon */
.user-menu-head { padding: 10px 12px 9px; border-bottom: 1px solid #EDEFF2; margin-bottom: 5px; }
.user-menu-head .user-menu-name { padding: 0 0 3px; border-bottom: 0; margin-bottom: 0; font-size: 14px; }
.user-menu-head .user-menu-sub { padding: 0; margin-top: 0; }
.menu-item.danger { display: flex; align-items: center; gap: 8px; font-weight: 600; }
.menu-item.danger svg { flex: none; }

/* ============ 左栏三板块（天天复盘 / 推特X日报 / 大盘信号） ============ */
.home3 { display: flex; flex-direction: column; gap: 0; }
.h3-section { padding: 12px 0 14px; }
.h3-section + .h3-section { border-top: 1px solid #EEF1F4; }
.h3-head { display: flex; align-items: center; gap: 7px; margin-bottom: 10px; }
.h3-bar { width: 3px; height: 14px; border-radius: 2px; background: #0BA84A; flex: none; }
.h3-title { font-size: 15px; font-weight: 800; color: #15171B; letter-spacing: -0.15px; }
.h3-dot { width: 7px; height: 7px; border-radius: 50%; background: #E0322F; box-shadow: 0 0 0 3px rgba(224, 50, 47, .13); flex: none; }
.h3-time { margin-left: auto; font-size: 11px; color: #9AA2AA; }

/* 正文标题（三板块通用）：13.5px/600/#4A525B 两行 clamp + 右缘渐隐 + 箭头 */
.h3-t2 { position: relative; display: block; width: 100%; text-align: left; background: none; border: 0; padding: 0; margin-top: 10px; cursor: pointer; }
.h3-t2-text { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 13.5px; font-weight: 600; color: #4A525B; line-height: 1.55; letter-spacing: -0.135px; }
.h3-t2-arrow { position: absolute; right: 0; bottom: 1px; font-size: 14px; color: #9AA2AA; line-height: 1.4; padding-left: 26px; background: linear-gradient(90deg, rgba(251, 252, 253, 0), #FBFCFD 55%); }
.h3-t2:hover .h3-t2-text { color: #15171B; }
.h3-err { font-size: 12px; color: #9AA2AA; padding: 10px 0; }

/* 天天复盘：三图轮播 */
.hj-carousel { position: relative; width: 100%; aspect-ratio: 332 / 172; border-radius: 14px; border: 1px solid #EDEFF2; overflow: hidden; background: #FBFCFD; cursor: zoom-in; }
/* R9（生产验收 2026-07-13）：轨道横向平滑滑动（淡入淡出交叉期露白底=闪白，弃用）；图从顶部展示、超出画框下裁 */
.hj-track { display: flex; height: 100%; transition: transform .45s cubic-bezier(.22, .61, .36, 1); will-change: transform; }
.hj-track img { flex: 0 0 100%; width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.hj-zoom { position: absolute; top: 8px; right: 8px; width: 24px; height: 24px; border-radius: 8px; border: 0; background: rgba(255, 255, 255, .82); color: #5C636B; display: grid; place-items: center; cursor: zoom-in; }
.hj-dots { position: absolute; left: 0; right: 0; bottom: 8px; display: flex; justify-content: center; gap: 5px; }
.hj-dot { width: 6px; height: 6px; border-radius: 999px; border: 0; padding: 0; background: rgba(120, 128, 136, .55); cursor: pointer; transition: width .18s ease, background .18s ease; }
.hj-dot.is-cur { width: 18px; background: #0BA84A; }
.hj-placeholder { width: 100%; aspect-ratio: 332 / 172; border-radius: 14px; border: 1px dashed #E1E6EB; display: grid; place-items: center; font-size: 12px; color: #9AA2AA; background: #FBFCFD; }

/* 推特X日报：TOP5 表格 */
.tt-table { border: 1px solid #EDEFF2; border-radius: 12px; overflow: hidden; background: #fff; }
.tt-row { display: grid; grid-template-columns: 1fr 92px 64px; align-items: center; padding: 8px 12px; }
.tt-row + .tt-row { border-top: 1px solid #EEF1F4; }
.tt-head { background: #FBFCFD; }
.tt-head span { font-size: 10.5px; font-weight: 800; color: #9AA2AA; }
.tt-head span:last-child { text-align: right; }   /* 表头「发声作者」右对齐（静态样式从内联归位 CSS，坑⓪存量清理） */
.tt-tick { font-size: 12.5px; font-weight: 800; color: #15171B; }
.tt-m { display: flex; align-items: baseline; gap: 6px; }
.tt-mention { font-size: 12.5px; font-weight: 700; color: #15171B; }
.tt-delta { font-size: 11.5px; font-weight: 800; display: inline-flex; align-items: center; gap: 2px; }
.tt-delta.up { color: #0A9A45; }
.tt-delta.down { color: #E0322F; }
.tt-delta.flat { color: #9AA2AA; font-weight: 600; }
.tt-new { font-size: 9.5px; font-weight: 800; color: #C9772A; background: #FBF2E4; border-radius: 5px; padding: 2px 5px; }
.tt-authors { font-size: 12.5px; font-weight: 600; color: #5C636B; text-align: right; }
.tt-fallback { border: 1px dashed #E1E6EB; border-radius: 12px; padding: 14px 12px; font-size: 12px; color: #9AA2AA; text-align: center; background: #FBFCFD; }
.tt-zone { cursor: pointer; }

/* 大盘信号：投资者情绪卡 + 开发中占位 */
.sg-card { display: block; width: 100%; text-align: left; background: #FBFCFD; border: 1px solid #EDEFF2; border-radius: 12px; padding: 11px 12px 12px; cursor: pointer; }
.sg-card:hover { border-color: #d8dde3; }
.sg-card-head { display: flex; align-items: center; font-size: 12px; font-weight: 700; color: #5C636B; }
.sg-card-head .arr { margin-left: auto; color: #9AA2AA; }
.sig-gauge { display: block; width: 172px; margin: 2px auto 0; }
.sg-level { display: block; text-align: center; font-size: 14px; font-weight: 800; margin-top: 2px; }
.sg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 8px; }
.sg-dev { background: #FBFCFD; border: 1px solid #EDEFF2; border-radius: 12px; padding: 10px 11px; display: flex; flex-direction: column; gap: 6px; }
.sg-dev-t { font-size: 11px; font-weight: 700; color: #5C636B; }
.sg-dev-s { font-size: 10.5px; color: #9AA2AA; display: inline-flex; align-items: center; gap: 5px; }
.sg-dev-s::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #C9CFD6; }

/* ============ 我的（07：标题 + 底部固定返回栏） ============ */
/* R6（07-1 验收二轮）：水平内边距对齐 mine-tools/panel-body 的 --sp-7，标题不再贴左缘出血 */
.mine-title { font-size: 15px; font-weight: 800; color: #15171B; letter-spacing: -0.15px; padding: 12px var(--sp-7) 10px; }
#panel-mine { display: flex; flex-direction: column; min-height: 0; }
#panel-mine .panel-body { flex: 1; min-height: 0; overflow-y: auto; }
.mine-back { border-top: 1px solid #EDEFF2; background: #FBFCFD; padding: 10px 0 4px; margin-top: auto; }
.mine-back-btn { width: 100%; height: 40px; border-radius: 12px; border: 1px solid #EDEFF2; background: #fff; box-shadow: 0 2px 10px rgba(20, 23, 27, .05); font-size: 13.5px; font-weight: 700; color: #15171B; cursor: pointer; }
.mine-back-btn:hover { border-color: #d8dde3; }

/* ============ 情绪指标浮窗（drawer 变体） ============ */
/* 图表区与报告正文同款居中列（layout.css .drawer-body > .report-body 同机制），与 .drawer-meta 标题左缘对齐 */
.drawer-body > .sig-body { max-width: var(--content-max); margin-inline: auto; }
.sig-badge { font-size: 10px; font-weight: 800; color: #fff; background: #7B49D6; border-radius: 6px; padding: 3px 7px; }
.sig-level-pill { display: inline-flex; align-items: center; gap: 5px; height: 22px; padding: 0 9px; border-radius: 999px; font-size: 10px; font-weight: 700; }
.sig-level-pill .dot { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.sig-latest { font-size: 12px; font-weight: 800; color: #15171B; }
.sig-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 2px 0 12px; }
.sig-tab { height: 30px; padding: 0 12px; border-radius: 9px; font-size: 11.5px; font-weight: 600; color: #5C636B; background: #F6F8FA; border: 1px solid #EDEFF2; cursor: pointer; }
.sig-tab.is-active { color: #0A9A45; font-weight: 700; background: #E9F8EF; border-color: rgba(11, 168, 74, .4); }
.sig-chart-card { border: 1px solid #EDEFF2; border-radius: 14px; background: #fff; padding: 14px 16px 10px; }
.sig-chart-title { font-size: 13px; font-weight: 800; color: #15171B; margin-bottom: 8px; }
.sig-ranges { display: inline-flex; gap: 2px; background: #F6F8FA; border: 1px solid #EDEFF2; border-radius: 9px; padding: 2px; margin-bottom: 10px; }
.sig-range { height: 24px; padding: 0 10px; border: 0; border-radius: 7px; font-size: 11px; font-weight: 600; color: #9AA2AA; background: transparent; cursor: pointer; }
.sig-range.is-active { color: #0A9A45; font-weight: 800; background: #fff; box-shadow: 0 1px 4px rgba(20, 23, 27, .12); }
.sig-chart-host { position: relative; }
.sig-chart-svg { display: block; width: 100%; height: auto; touch-action: pan-y; }
.sig-tooltip { position: absolute; pointer-events: none; background: #15171B; color: #fff; border-radius: 8px; padding: 6px 10px; font-size: 11px; display: flex; flex-direction: column; gap: 4px; white-space: nowrap; z-index: 3; }
.sig-tooltip .row { display: flex; gap: 6px; align-items: baseline; }
.sig-tooltip .sw { flex: none; width: 10px; height: 3px; border-radius: 2px; align-self: center; }
.sig-tooltip .nm { color: rgba(255, 255, 255, .88); }
.sig-tooltip .d { color: rgba(255, 255, 255, .72); }
.sig-tooltip .v { font-weight: 800; font-size: 12px; }
/* 08：底部图例（右轴系列带「（右轴）」标注；线段色块与折线同色） */
.sig-legend { display: flex; flex-wrap: wrap; gap: var(--sp-3) var(--sp-7); margin-top: var(--sp-4); justify-content: center; font-size: var(--fs-sm); color: var(--ink-2); }
.sig-legend .lg { display: inline-flex; align-items: center; gap: 6px; }
.sig-legend .lg i { width: 16px; height: 3px; border-radius: 2px; }
.sig-chart-note { margin-top: 8px; font-size: 11.5px; color: #C9772A; background: #FBF2E4; border-radius: 8px; padding: 6px 10px; }
.sig-chart-state { display: grid; place-items: center; gap: 6px; padding: 56px 0; font-size: 12.5px; color: #9AA2AA; }
.sig-chart-state .ico { font-size: 22px; }
.sig-loading { display: grid; place-items: center; padding: 56px 0; color: #9AA2AA; font-size: 12.5px; }

/* ============ 对话流：宽版个股卡 ============ */
.msg-stock .bubble-user { cursor: default; }
.stock-card { width: min(728px, 100%); background: #fff; border: 1px solid #EDEFF2; border-radius: 18px; box-shadow: 0 2px 14px rgba(20, 23, 27, .05); overflow: hidden; }
.stock-card.is-hl { box-shadow: 0 0 0 2px rgba(11, 168, 74, .75), 0 2px 14px rgba(20, 23, 27, .05); }
.sc-head { display: flex; align-items: center; gap: 8px; padding: 14px 16px 6px; }
.sc-name { font-size: 17px; font-weight: 800; color: #15171B; }
.sc-sym { font-size: 13.5px; color: #9AA2AA; }
.sc-time { margin-left: auto; font-size: 11.5px; color: #9AA2AA; }
.sc-cats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 8px 16px 0; }
.sc-cat { text-align: left; background: #fff; border-radius: 14px; padding: 12px 13px; cursor: pointer; border: 1px solid #EDEFF2; }
.sc-cat--tech { border-color: #E1F2E8; background: linear-gradient(180deg, #F3FBF7, #FBFDFC); }
.sc-cat-top { display: flex; align-items: center; gap: 6px; margin-bottom: 6px; }
.sc-cat-tag { font-size: 12px; font-weight: 800; color: #0A9A45; background: #E4F5EC; border-radius: 7px; padding: 3px 8px; }
.sc-cat-tag--fin { color: #2E62E0; background: #EAF0FC; }
.sc-cat-date { margin-left: auto; font-size: 11.5px; color: #9AA2AA; }
.sc-cat-arr { color: #C9CFD6; font-size: 14px; }
.sc-cat-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14.5px; font-weight: 700; color: #15171B; line-height: 1.5; min-height: 44px; }
.sc-cat--empty { cursor: default; }
.sc-cat--empty .sc-cat-title { color: #9AA2AA; font-weight: 600; }
.sc-draws { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 12px 16px 16px; }
.sc-draw { border: 1px solid #EDEFF2; border-radius: 12px; overflow: hidden; background: #fff; padding: 0; cursor: pointer; text-align: left; }
.sc-draw-img { width: 100%; aspect-ratio: 166 / 74; object-fit: cover; display: block; background: #FBFCFD; }
.sc-draw-imgfallback { width: 100%; aspect-ratio: 166 / 74; display: grid; place-items: center; font-size: 11.5px; color: #9AA2AA; background: #FBFCFD; }
.sc-draw-b { display: flex; align-items: center; padding: 6px 9px 7px; }
.sc-draw-t { font-size: 12.5px; font-weight: 700; color: #5C636B; }
.sc-draw-b .arr { margin-left: auto; color: #C9CFD6; font-size: 12px; }
.sc-draw--empty { cursor: default; }
.sc-draw--empty .sc-draw-t { color: #B6BDC4; }

/* 底部个股快捷 pill */
.stock-pills { display: flex; gap: 10px; justify-content: flex-start; padding: 10px 2px 0; }
.stock-pill { height: 34px; padding: 0 18px; border-radius: 999px; border: 1px solid #EDEFF2; background: #fff; box-shadow: 0 4px 14px rgba(20, 23, 27, .08); font-size: 12.5px; font-weight: 800; color: #0A9A45; cursor: pointer; }
.stock-pill:hover { border-color: rgba(11, 168, 74, .45); }

/* ============ 输入区：常驻单选 + 画图容器 + 积分齿轮 ============ */
.tp-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.tp-chip { height: 30px; padding: 0 12px; border-radius: 9px; font-size: 12.5px; font-weight: 600; color: #5C636B; background: #F6F8FA; border: 1px solid #EDEFF2; cursor: pointer; display: inline-flex; align-items: center; }
.tp-chip.is-active { color: #fff; font-weight: 700; background: #0BA84A; border-color: #0BA84A; box-shadow: 0 3px 10px rgba(11, 168, 74, .28); padding: 0 12px; }  /* padding 显式重置：v2 旧 is-active(0 6px 0 12px)会泄漏致选中变窄 6px */
.tp-drawbox { display: flex; align-items: center; gap: 3px; height: 30px; padding: 0 4px 0 5px; border-radius: 11px; background: #F6F8FA; border: 1px solid #EDEFF2; }
.tp-draw-ico { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; color: #9AA2AA; }
.tp-drawbox.is-active { border-color: rgba(11, 168, 74, .4); background: #F0FAF4; }
.tp-drawbox.is-active .tp-draw-ico { color: #0A9A45; }
.tp-sub { height: 22px; padding: 0 9px; border: 0; border-radius: 7px; font-size: 12px; font-weight: 600; color: #5C636B; background: transparent; cursor: pointer; display: inline-flex; align-items: center; }
.tp-sub.is-active { color: #fff; font-weight: 700; background: #0BA84A; box-shadow: 0 2px 8px rgba(11, 168, 74, .28); }
/* 防跳动：0 高隐形 700 字重副本撑住盒宽（PingFang 无真 700，选中合成加粗会加宽 CJK 字距）——选中/取消零位移 */
.tp-chip, .tp-sub { flex-direction: column; justify-content: center; gap: 0; }
.tp-chip::after, .tp-sub::after { content: attr(data-label); font-weight: 700; height: 0; visibility: hidden; overflow: hidden; }

/* 积分齿轮滚动：数字纵向滚动切换 */
.cost-hint { display: inline-flex; align-items: center; gap: 4px; }
.cost-roll { display: inline-block; position: relative; height: 16px; min-width: 10px; overflow: hidden; vertical-align: middle; }
.cost-num { display: block; height: 16px; line-height: 16px; font-weight: 800; color: #0A9A45; text-align: center; }
.cost-num.roll-out-up { animation: costOutUp .22s ease forwards; }
.cost-num.roll-in-up { animation: costInUp .22s ease forwards; }
.cost-num.roll-out-down { animation: costOutDown .22s ease forwards; }
.cost-num.roll-in-down { animation: costInDown .22s ease forwards; }
.cost-roll .cost-num + .cost-num { position: absolute; inset: 0; }
@keyframes costOutUp { from { transform: translateY(0); opacity: 1; } to { transform: translateY(-100%); opacity: 0; } }
@keyframes costInUp { from { transform: translateY(100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes costOutDown { from { transform: translateY(0); opacity: 1; } to { transform: translateY(100%); opacity: 0; } }
@keyframes costInDown { from { transform: translateY(-100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.cost-hint.is-zero .cost-roll, .cost-hint.is-zero .ch-label { display: none; }
.cost-hint.is-zero::after { content: '积分不足，北京 0 点重置'; color: #E0322F; }

/* ============ 天天复盘放大浮窗（轮播 lightbox 变体：底部 dots 可切换） ============ */
.lightbox .lb-dots { position: fixed; left: 0; right: 0; bottom: 26px; display: flex; justify-content: center; gap: 8px; z-index: 2; }
.lightbox .lb-dot { width: 8px; height: 8px; border-radius: 999px; border: 0; padding: 0; background: rgba(255, 255, 255, .45); cursor: pointer; transition: width .18s ease, background .18s ease; }
.lightbox .lb-dot.is-cur { width: 22px; background: #fff; }

/* ============ 后台：任务台账 + 价目与图表看板 ============ */
.lg-status { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 999px; }
.lg-status::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.lg-status--success { color: #0A9A45; background: #E9F8EF; }
.lg-status--failed { color: #E0322F; background: #FCEBEA; }
.lg-status--missing { color: #C9772A; background: #FBF2E4; }
.lg-status--running { color: #2E62E0; background: #EAF0FC; }
.lg-status--pending { color: #9AA2AA; background: #F3F5F7; }
.board-block { margin-bottom: 22px; }
.board-note { font-size: 11.5px; color: #9AA2AA; margin: 6px 0 10px; }
.chartsreg-zones { display: flex; gap: 4px; flex-wrap: wrap; }
.chartsreg-zone { font-size: 10px; padding: 2px 6px; border-radius: 5px; border: 1px solid #EDEFF2; }

/* ============ 07-1 未登录（游客）态 ============ */
/* G1 头部「去登录」：28px 高绿胶囊；::after 扩点击热区到 ≥44（视觉不变） */
.guest-login-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; height: 28px; padding: 0 14px; border: 0; border-radius: 999px; background: #0BA84A; color: #fff; font-size: 11px; font-weight: 800; cursor: pointer; box-shadow: 0 3px 10px rgba(11, 168, 74, .3); }
.guest-login-btn::after { content: ''; position: absolute; inset: -8px; border-radius: 999px; }
.guest-login-btn .arr { margin-left: 4px; font-weight: 700; opacity: .9; }
.guest-login-btn:hover { background: #0a9843; }
/* G3 默认界面（2026-07-13 验收改版：游客 + 登录后空研究流共用）——预置池首标的宽版卡 + 两行文案 */
.default-hero { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; }
.default-hero .dh-card { width: min(728px, 100%); text-align: left; margin-bottom: 12px; }
/* R5+R8（验收三轮）：主标语撤除，单行提示（字号对齐卡内画图名 12.5）+ 两侧修饰线（品牌绿淡出渐变，靠文字端实、远端隐） */
.default-hero .gh-sub { display: flex; align-items: center; gap: 16px; font-size: 12.5px; font-weight: 400; color: #9AA2AA; }
.default-hero .gh-sub::before, .default-hero .gh-sub::after { content: ''; width: 88px; height: 1.5px; border-radius: 1px; flex: none; }
.default-hero .gh-sub::before { background: linear-gradient(90deg, rgba(11, 168, 74, 0), rgba(11, 168, 74, .5)); }
.default-hero .gh-sub::after { background: linear-gradient(270deg, rgba(11, 168, 74, 0), rgba(11, 168, 74, .5)); }
/* G5 登录引导浮窗：遮罩 .32 + 卡片 260/r18；z 高于 lightbox(200)——键盘用户在 lightbox 下触发引导时浮窗必须可见、Esc 先关浮窗再关 lightbox */
.login-guide { position: fixed; inset: 0; z-index: 210; background: rgba(20, 23, 27, .32); display: flex; align-items: center; justify-content: center; animation: mg-fade .16s ease both; }
.login-guide .lg-card { width: 260px; background: #fff; border-radius: 18px; padding: 22px 22px 18px; box-shadow: 0 18px 50px rgba(20, 23, 27, .28); display: flex; flex-direction: column; align-items: center; gap: 14px; }
.login-guide .lg-title { font-size: 14px; font-weight: 800; color: #15171B; letter-spacing: -.14px; }
.login-guide .lg-go { position: relative; width: 100%; height: 38px; border: 0; border-radius: 11px; background: #0BA84A; color: #fff; font-size: 12.5px; font-weight: 800; cursor: pointer; box-shadow: 0 4px 12px rgba(11, 168, 74, .3); }
.login-guide .lg-go:hover { background: #0a9843; }
.login-guide .lg-later { position: relative; border: 0; background: none; color: #9AA2AA; font-size: 11px; font-weight: 600; cursor: pointer; padding: 3px 10px; }
.login-guide .lg-later::after { content: ''; position: absolute; inset: -11px; }
.login-guide .lg-later:hover { color: #6B7280; }
/* G6 登录页左上角「返回」：28px 高描边胶囊，热区 ≥44 */
.view-login { position: relative; }
.login-back { position: absolute; top: 18px; left: 18px; z-index: 5; display: inline-flex; align-items: center; justify-content: center; gap: 5px; min-width: 64px; height: 28px; padding: 0 12px; border: 1px solid #EDEFF2; border-radius: 999px; background: #fff; color: #15171B; font-size: 11px; font-weight: 700; cursor: pointer; box-shadow: 0 2px 8px rgba(20, 23, 27, .07); }
.login-back::after { content: ''; position: absolute; inset: -8px; border-radius: 999px; }
.login-back:hover { background: #F7F8F9; }
/* G10 探针连接异常横幅（沿 conn-banner 视觉族） */
.probe-banner .probe-retry { margin-left: 10px; border: 0; background: none; color: inherit; font-size: inherit; font-weight: 700; text-decoration: underline; cursor: pointer; padding: 0; }
