@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=IBM+Plex+Mono:wght@400;500;600;700&family=Noto+Sans+TC:wght@400;500;700;900&display=swap");.guyi-shell{--yellow:#ffe23d;--up:#e23b3b;--down:#16a34a;--page:#ededed;--card:#ffffff;--elev:#f7f8fa;--bd:#e4e6ea;--bd-strong:#d6d9de;--tp:#3a3d42;--ts:#6b7078;--tt:#9aa0a8;--pri:#2b5d86;--pri-dark:#21496b;--pri-soft:#e7eef5;--pri-tx:#fff;--acc:#2b5d86;--acc-tx:#fff;--ring-track:#e8ebef;--grad:linear-gradient(120deg,#2b5d86,#356f93,#21496b);--bg-deep:var(--page);--bg-base:var(--page);--bg-card:var(--card);--bg-elevated:var(--elev);--bg-glass:var(--card);--border-subtle:var(--bd);--border-default:var(--bd-strong);--text-primary:var(--tp);--text-secondary:var(--ts);--text-tertiary:var(--tt);--text-muted:var(--tt);--brand-rgb:43 93 134;background:var(--page);color:var(--tp);font-family:Roboto,Noto Sans TC,system-ui,sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}.guyi-shell[data-pal=A]{--pri:#3a3a2e;--pri-dark:#26261d;--pri-soft:#edecdd;--acc:#7c7c5f;--grad:linear-gradient(120deg,#70705c,#4a4a3b,#2a2a22);--page:#eceae1;--brand-rgb:58 58 46}.guyi-shell[data-pal=B]{--pri:#2b5d86;--pri-dark:#21496b;--pri-soft:#e7eef5;--acc:#d9650b;--grad:linear-gradient(120deg,#2b5d86,#356f93,#21496b);--page:#eae3d4;--brand-rgb:43 93 134}.guyi-shell[data-pal=C]{--pri:#1e3e84;--pri-dark:#002c7c;--pri-soft:#eaeef7;--acc:#c44d72;--grad:linear-gradient(120deg,#1e3e84,#5a6294,#9686a4);--page:#f1ecef;--brand-rgb:30 62 132}.guyi-shell[data-pal=D]{--pri:#2d3a3e;--pri-dark:#1f2a2d;--pri-soft:#e9eded;--acc:#d9892f;--grad:linear-gradient(120deg,#2d3a3e,#4e4a44,#7c5c56);--page:#f4f3ed;--brand-rgb:45 58 62}.guyi-shell[data-pal=E]{--page:#0a0a0e;--card:#15151b;--elev:#1d1d24;--bd:#2a2a33;--bd-strong:#3a3a44;--tp:#d8dbe0;--ts:#9aa0a6;--tt:#5d6170;--pri:#fbbf24;--pri-dark:#d97706;--pri-soft:#2a2410;--pri-tx:#1a1003;--acc:#fbbf24;--acc-tx:#1a1003;--ring-track:#2a2a33;--grad:linear-gradient(120deg,#0e0e14,#1a1206,#241a08);--brand-rgb:251 191 36;--bg-card:#15151b;--bg-elevated:#1d1d24;--bg-deep:#0a0a0e;--bg-base:#0a0a0e;--bg-glass:#15151b;--border-subtle:#2a2a33;--border-default:#3a3a44;--text-primary:#d8dbe0;--text-secondary:#9aa0a6;--text-tertiary:#5d6170;--text-muted:#5d6170}body:has(.guyi-shell)>header,body:has(.guyi-shell)>header+div{display:none!important}.guyi-shell *{box-sizing:border-box}.guyi-shell .nm,.guyi-shell .sec-h2 h2,.guyi-shell .side-h b,.guyi-shell h1{letter-spacing:-.01em}.guyi-shell h1{letter-spacing:-.02em}.guyi-shell h1,.guyi-shell h2,.guyi-shell h3,.guyi-shell h4{font-weight:700}.guyi-shell .num{font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,monospace;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.guyi-shell .px-up{color:var(--up)}.guyi-shell .px-down{color:var(--down)}.guyi-shell .px-flat{color:var(--tp)}.guyi-shell .up{color:var(--up)}.guyi-shell .down{color:var(--down)}.guyi-shell a{color:inherit;text-decoration:none}.guyi-shell .wrap{max-width:1480px;margin:0 auto;padding:0 24px}.guyi-shell .btn{display:inline-flex;align-items:center;gap:6px;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer;border:1px solid transparent;font-family:inherit;transition:all .15s;white-space:nowrap}.guyi-shell .btn-pri{background:var(--pri);color:var(--pri-tx);padding:8px 16px}.guyi-shell .btn-pri:hover{background:var(--pri-dark)}.guyi-shell .btn-acc{background:var(--acc);color:var(--acc-tx);padding:8px 16px}.guyi-shell .btn-acc:hover{filter:brightness(.93)}.guyi-shell .btn-out{background:var(--card);color:var(--pri);border-color:var(--pri);padding:8px 16px}.guyi-shell .btn-out:hover{background:var(--pri-soft)}.guyi-shell .btn-ghost{color:var(--ts);padding:8px 6px}.guyi-shell .btn-ghost:hover{color:var(--pri)}.guyi-shell .gnav{position:sticky;top:0;z-index:30;background:var(--card);border-bottom:1px solid var(--bd)}.guyi-shell .gnav .in{max-width:1480px;margin:0 auto;padding:0 24px;height:56px;display:flex;align-items:center;gap:20px}.guyi-shell .gnav .glogo{display:flex;align-items:center;gap:9px;flex-shrink:0}.guyi-shell .gnav .glogo .mk{width:30px;height:30px;border-radius:7px;background:var(--pri);display:grid;place-items:center;color:var(--pri-tx);font-weight:900;font-size:15px}.guyi-shell .gnav .glogo b{font-size:17px;font-weight:900;color:var(--tp)}.guyi-shell .gnav .glogo .tag{font-size:11px;color:var(--pri);font-weight:700;letter-spacing:.12em}.guyi-shell .gnav .glk{display:flex;gap:2px;overflow-x:auto}.guyi-shell .gnav .glk::-webkit-scrollbar{display:none}.guyi-shell .gnav .glk a{padding:6px 11px;color:var(--ts);font-weight:500;font-size:14.5px;border-radius:5px;white-space:nowrap}.guyi-shell .gnav .glk a:hover{color:var(--pri);background:var(--elev)}.guyi-shell .gnav .gsp{flex:1}.guyi-shell .gnav .gpal{display:flex;gap:6px;align-items:center;flex-shrink:0}.guyi-shell .gnav .gpal .dot{width:18px;height:18px;border-radius:50%;cursor:pointer;border:2px solid transparent;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12)}.guyi-shell .gnav .gpal .dot.on{border-color:var(--tp)}.guyi-shell .gnav .gacct{font-size:13.5px;color:var(--ts);font-weight:600;white-space:nowrap;flex-shrink:0}.guyi-shell .gnav .gsearch{flex:1;max-width:360px;position:relative;display:flex;align-items:center}.guyi-shell .gnav .gsearch input{width:100%;height:36px;border:1px solid var(--bd-strong);border-radius:8px;padding:0 34px 0 13px;font-size:14px;font-family:inherit;background:var(--elev);color:var(--tp)}.guyi-shell .gnav .gsearch input::-moz-placeholder{color:var(--tt)}.guyi-shell .gnav .gsearch input::placeholder{color:var(--tt)}.guyi-shell .gnav .gsearch svg{position:absolute;right:11px;color:var(--tt);pointer-events:none}.guyi-shell .gnav .gsignup{font-size:13.5px;font-weight:700;color:var(--pri-tx);background:var(--pri);padding:7px 14px;border-radius:8px;white-space:nowrap;flex-shrink:0}.guyi-shell .gnav .gsignup:hover{background:var(--pri-dark)}.guyi-shell .gnav .glk{align-items:center}.guyi-shell .gnav .gitem{position:relative;display:inline-flex}.guyi-shell .gnav .gitem>a{display:inline-flex;align-items:center;gap:3px;padding:6px 11px;color:var(--ts);font-weight:500;font-size:14.5px;border-radius:5px;white-space:nowrap}.guyi-shell .gnav .gitem>a:hover{color:var(--pri);background:var(--elev)}.guyi-shell .gnav .gsub{position:absolute;top:100%;left:0;min-width:142px;background:var(--card);border:1px solid var(--bd);border-radius:8px;box-shadow:0 8px 24px -8px rgba(0,0,0,.25);padding:6px;display:none;flex-direction:column;z-index:50}.guyi-shell .gnav .gitem:hover .gsub{display:flex}.guyi-shell .gnav .gsub a{padding:7px 12px;font-size:13.5px;color:var(--ts);border-radius:6px;white-space:nowrap}.guyi-shell .gnav .gsub a:hover{background:var(--elev);color:var(--pri)}.guyi-shell .gnav .palwrap{position:relative;flex-shrink:0}.guyi-shell .gnav .palbtn{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;border:1px solid var(--bd);background:var(--card);color:var(--ts);cursor:pointer}.guyi-shell .gnav .palbtn:hover{color:var(--pri);border-color:var(--pri)}.guyi-shell .gnav .palback{position:fixed;inset:0;z-index:60}.guyi-shell .gnav .palmenu{position:absolute;right:0;top:calc(100% + 6px);z-index:61;width:162px;background:var(--card);border:1px solid var(--bd);border-radius:10px;box-shadow:0 12px 32px -10px rgba(0,0,0,.35);overflow:hidden;padding:5px}.guyi-shell .gnav .palmenu-h{font-size:11px;font-weight:800;color:var(--tt);padding:7px 9px 5px;letter-spacing:.04em}.guyi-shell .gnav .palmenu button{display:flex;align-items:center;gap:9px;width:100%;border:0;background:transparent;font-family:inherit;font-size:13.5px;font-weight:600;color:var(--tp);padding:8px 9px;border-radius:7px;cursor:pointer;text-align:left}.guyi-shell .gnav .palmenu button:hover{background:var(--elev)}.guyi-shell .gnav .palmenu button.on{color:var(--pri)}.guyi-shell .gnav .palmenu button .dot{width:14px;height:14px;border-radius:50%;flex-shrink:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12)}.guyi-shell .gnav .palmenu button .ck{margin-left:auto;color:var(--pri)}.guyi-shell .gticker{background:var(--card);border-bottom:1px solid var(--bd);overflow:hidden;position:relative}.guyi-shell .gticker .track{display:flex;align-items:center;gap:28px;height:36px;white-space:nowrap;width:-moz-max-content;width:max-content;padding:0 16px;animation:gtick 70s linear infinite}.guyi-shell .gticker:hover .track{animation-play-state:paused}.guyi-shell .gticker .tk{font-size:13px;color:var(--ts)}.guyi-shell .gticker .tk:before{content:"•";color:var(--pri);margin-right:14px;font-weight:900}@keyframes gtick{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.guyi-shell .gpromo{background:var(--pri-soft);border-bottom:1px solid var(--bd)}.guyi-shell .gpromo .in{max-width:1480px;margin:0 auto;padding:0 24px;min-height:42px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:14px;font-weight:700;color:var(--pri);text-align:center}.guyi-shell .gpromo a{color:var(--pri);font-weight:800;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}.guyi-shell .gthemebar{background:var(--card);border-bottom:1px solid var(--bd);overflow-x:auto}.guyi-shell .gthemebar::-webkit-scrollbar{display:none}.guyi-shell .gthemebar .in{max-width:1480px;margin:0 auto;padding:0 24px;height:44px;display:flex;align-items:center;gap:9px;white-space:nowrap;min-width:-moz-max-content;min-width:max-content}.guyi-shell .gthemebar .tl{font-size:12.5px;font-weight:800;color:var(--ts);flex-shrink:0}.guyi-shell .gthemebar .tg{font-size:13px;font-weight:600;color:var(--pri);background:var(--pri-soft);padding:5px 13px;border-radius:999px;white-space:nowrap}.guyi-shell .gthemebar .tg:hover{filter:brightness(.96)}.guyi-shell .gmkt{position:sticky;top:56px;z-index:29;background:var(--card);border-bottom:1px solid var(--bd);overflow-x:auto}.guyi-shell .gmkt::-webkit-scrollbar{display:none}.guyi-shell .gmkt .in{max-width:1480px;margin:0 auto;padding:0 24px;height:42px;display:flex;align-items:center;gap:20px;white-space:nowrap;min-width:-moz-max-content;min-width:max-content}.guyi-shell .gmkt .mi{display:inline-flex;align-items:baseline;gap:8px}.guyi-shell .gmkt .mi .lb{font-size:11px;font-weight:800;color:var(--ts);letter-spacing:.04em}.guyi-shell .gmkt .mi b{font-size:18px;font-weight:900}.guyi-shell .gmkt .pin{display:inline-flex;align-items:baseline;gap:6px;font-size:12.5px;border-left:1px solid var(--bd);padding-left:16px}.guyi-shell input,.guyi-shell select,.guyi-shell textarea{background:var(--elev)!important;color:var(--tp)!important;border-color:var(--bd-strong)!important}.guyi-shell input::-moz-placeholder,.guyi-shell textarea::-moz-placeholder{color:var(--tt)!important}.guyi-shell input::placeholder,.guyi-shell textarea::placeholder{color:var(--tt)!important}.guyi-shell .panel-header{background:var(--elev)!important;color:var(--tp)!important;border-color:var(--bd)!important;border-bottom:1px solid var(--bd)!important}.guyi-shell .topband{background:var(--grad);color:#fff;text-align:center;padding:22px 20px 24px;position:relative;overflow:hidden}.guyi-shell .topband>*{position:relative;z-index:1}.guyi-shell .topband h1{font-size:22px;font-weight:900;margin-bottom:9px}.guyi-shell .topband p{font-size:14px;opacity:.95;max-width:760px;margin:0 auto 14px;line-height:1.7}.guyi-shell .topband .btn-w{background:var(--acc);color:var(--acc-tx);font-weight:700;padding:11px 34px;border-radius:8px;display:inline-flex;font-size:15px;box-shadow:0 4px 14px -4px rgba(0,0,0,.28)}.guyi-shell .twave{position:absolute;left:0;right:0;bottom:0;height:80px;display:flex;align-items:flex-end;gap:2px;padding:0 4px;opacity:.4;z-index:0}.guyi-shell .twave i{flex:1;background:rgba(255,255,255,.5);border-radius:2px 2px 0 0;min-width:2px}.guyi-shell .sec-h2{display:flex;align-items:center;gap:9px;margin:8px 0 14px}.guyi-shell .sec-h2 h2{font-size:20px;font-weight:900}.guyi-shell .grid2{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}
/* !important：壓過 globals.css 各主題寫死色的 .card 覆蓋（:root[data-theme] .card 特異性較高，
   否則使用者瀏覽器存的主題會把設計卡片變色/變框）。 */.guyi-shell .card{background:var(--card)!important;border:1px solid var(--bd)!important;border-radius:8px!important;box-shadow:0 1px 3px rgba(20,28,45,.05)!important}.guyi-shell .card.pad{padding:20px}.guyi-shell .card+.card{margin-top:14px}.guyi-shell .grid2 .card+.card{margin-top:0}.guyi-shell .ahead{padding:14px 18px;border-bottom:1px solid var(--bd);font-size:15px;font-weight:700;display:flex;align-items:center;gap:8px}.guyi-shell .cardfoot{padding:12px 16px;text-align:center;border-top:1px solid var(--bd)}.guyi-shell .cardfoot a{font-size:13px;color:var(--pri);font-weight:600}.guyi-shell .layout{display:grid;grid-template-columns:188px minmax(0,1fr);gap:18px;padding:18px 0 50px;align-items:start}.guyi-shell .rightside{min-width:0;display:flex;flex-direction:column;gap:14px}.guyi-shell .ov-grid{display:grid;grid-template-columns:minmax(0,1fr) 322px;gap:18px;align-items:start}.guyi-shell .ovmain{min-width:0}.guyi-shell .ovmain,.guyi-shell .ovrail{display:flex;flex-direction:column;gap:14px}.guyi-shell .ovrail{position:sticky;top:108px;align-self:start}.guyi-shell .ov-buzz{margin-top:4px;padding-bottom:8px}.guyi-shell .ovmain>.card+.card,.guyi-shell .ovrail>.card+.card,.guyi-shell .rightside>.card+.card{margin-top:0}.guyi-shell .side{align-self:start;position:sticky;top:108px;max-height:calc(100vh - 124px);overflow-y:auto;background:var(--card);border:1px solid var(--bd);border-radius:10px;box-shadow:0 1px 3px rgba(20,28,45,.05);padding:8px}.guyi-shell .side::-webkit-scrollbar{width:0}.guyi-shell .side-h{display:flex;align-items:center;gap:8px;padding:8px 8px 10px;margin-bottom:4px;border-bottom:1px solid var(--bd)}.guyi-shell .side-h .mk{width:24px;height:24px;border-radius:6px;background:var(--pri);color:var(--pri-tx);display:grid;place-items:center;font-weight:900;font-size:12px;flex-shrink:0}.guyi-shell .side-h b{font-size:13px;font-weight:800}.guyi-shell .side-h small{font-size:10px;color:var(--tt);display:block;letter-spacing:.04em}.guyi-shell .si-item{display:flex;flex-direction:row;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;color:var(--ts);cursor:pointer;position:relative;width:100%;text-align:left;border:0;background:transparent;font-family:inherit}.guyi-shell .si-item .ic{width:22px;height:22px;display:grid;place-items:center;flex-shrink:0;color:var(--ts)}.guyi-shell .si-item span{font-size:14.5px;font-weight:600;color:var(--tp)}.guyi-shell .si-grp{font-size:11px;font-weight:700;color:var(--tt);letter-spacing:.04em;padding:14px 10px 5px}.guyi-shell .si-grp:first-of-type{padding-top:6px}.guyi-shell .si-item:hover{background:var(--elev);color:var(--pri)}.guyi-shell .si-item:hover .ic,.guyi-shell .si-item:hover span{color:var(--pri)}.guyi-shell .si-item.on{background:var(--pri-soft)}.guyi-shell .si-item.on .ic{color:var(--pri)}.guyi-shell .si-item.on span{color:var(--pri);font-weight:800}.guyi-shell .si-item.on:after{content:"";position:absolute;right:9px;width:5px;height:5px;border-radius:50%;background:var(--pri)}.guyi-shell .si-item.on:before{content:"";position:absolute;left:0;top:9px;bottom:9px;width:3px;border-radius:0 3px 3px 0;background:var(--pri)}.guyi-shell .shead{display:flex;align-items:center;gap:14px;padding:16px 20px;flex-wrap:wrap}.guyi-shell .shead .nm{font-size:19px;font-weight:900;white-space:nowrap}.guyi-shell .shead .dt{font-size:13px;color:var(--ts)}.guyi-shell .hl{display:flex;gap:14px;align-items:flex-start;padding:18px 20px}.guyi-shell .hl .ic{width:44px;height:44px;border-radius:9px;display:grid;place-items:center;flex-shrink:0}.guyi-shell .hl .ic.blue{background:var(--pri-soft);color:var(--pri)}.guyi-shell .hl .ic.red{background:rgba(226,59,59,.13);color:var(--up)}.guyi-shell .hl h3{font-size:16px;font-weight:700;margin-bottom:4px;display:flex;align-items:center;gap:8px}.guyi-shell .hl .pill{font-size:12px;font-weight:700;padding:2px 9px;border-radius:999px;background:var(--pri-soft);color:var(--pri);white-space:nowrap}.guyi-shell .hl p{font-size:14px;color:var(--ts);line-height:1.65}.guyi-shell .hl a.lnk{white-space:nowrap}.guyi-shell .hl a.lnk,.guyi-shell .lnk{color:var(--pri);font-weight:600;font-size:13.5px}.guyi-shell .t2{font-size:12px;padding:3px 9px;border-radius:6px;background:var(--pri-soft);color:var(--pri-dark);border:1px solid rgba(127,127,127,.18);white-space:nowrap;font-weight:500;display:inline-block}.guyi-shell .health{display:flex;align-items:center;gap:24px;padding:22px}.guyi-shell .health .txt{flex:1}.guyi-shell .health h3{font-size:16px;font-weight:700;margin-bottom:7px}.guyi-shell .health p{font-size:14px;color:var(--ts);line-height:1.7;margin-bottom:9px}.guyi-shell .ring{width:118px;height:118px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;position:relative;background:conic-gradient(var(--pri) 0 var(--ring-pct,72%),var(--ring-track) var(--ring-pct,72%) 100%)}.guyi-shell .ring:before{content:"";position:absolute;inset:9px;border-radius:50%;background:var(--card)}.guyi-shell .ring .v{position:relative;text-align:center}.guyi-shell .ring .v b{font-size:32px;font-weight:900;color:var(--pri);line-height:1}.guyi-shell .ring .v small{display:block;font-size:12px;color:var(--ts);margin-top:2px}.guyi-shell .kpi6{display:grid;grid-template-columns:repeat(3,1fr)}.guyi-shell .kpi6 .c{padding:15px 10px;text-align:center;border-right:1px solid var(--bd);border-bottom:1px solid var(--bd)}.guyi-shell .kpi6 .c:nth-child(3n){border-right:0}.guyi-shell .kpi6 .c:nth-last-child(-n+3){border-bottom:0}.guyi-shell .kpi6 .k{font-size:12px;color:var(--ts);margin-bottom:6px;line-height:1.3}.guyi-shell .kpi6 .v{font-size:21px;font-weight:900}.guyi-shell .concept .ci{display:flex;align-items:center;gap:11px;padding:12px 18px;border-bottom:1px solid var(--bd)}.guyi-shell .concept .ci:last-child{border-bottom:0}.guyi-shell .concept .ci .ti{width:34px;height:34px;border-radius:7px;background:var(--pri-soft);color:var(--pri);display:grid;place-items:center;flex-shrink:0}.guyi-shell .concept .ci .nm{font-size:14px;font-weight:600;flex:1}.guyi-shell .mi{display:flex;align-items:center;gap:11px;padding:11px 18px;border-bottom:1px solid var(--bd)}.guyi-shell .mi:last-child{border-bottom:0}.guyi-shell .av{width:32px;height:32px;border-radius:50%;background:var(--pri-soft);border:1px solid var(--bd);display:grid;place-items:center;color:var(--pri);font-weight:900;font-size:14px;flex-shrink:0}.guyi-shell .mn{font-size:14px;font-weight:600}.guyi-shell .mt{font-size:11.5px;color:var(--tt)}.guyi-shell .arow{display:flex;gap:13px;padding:14px 16px;border-bottom:1px solid var(--bd);cursor:pointer}.guyi-shell .arow:last-child{border-bottom:0}.guyi-shell .arow:hover{background:var(--elev)}.guyi-shell .arow .thumb{width:60px;height:60px;border-radius:6px;flex-shrink:0;display:grid;place-items:center;color:#fff;font-weight:900;font-size:12px;background:var(--grad)}.guyi-shell .arow .abody{flex:1;min-width:0}.guyi-shell .arow .at{font-size:14px;font-weight:600;color:var(--pri);line-height:1.5;margin-bottom:6px}.guyi-shell .arow:hover .at{text-decoration:underline}.guyi-shell .arow .am{font-size:12px;color:var(--tt);display:flex;gap:9px;align-items:center}.guyi-shell .arow .am>span{white-space:nowrap}.guyi-shell .arow .am .time{margin-left:auto}.guyi-shell .frow{display:flex;align-items:center;gap:16px;padding:13px 16px;border-bottom:1px solid var(--bd);cursor:pointer}.guyi-shell .frow:last-child{border-bottom:0}.guyi-shell .frow:hover{background:var(--elev)}.guyi-shell .frow .fmain{flex:1;min-width:0}.guyi-shell .frow .ft{font-size:14.5px;font-weight:600;line-height:1.5;margin-bottom:6px;color:var(--tp)}.guyi-shell .frow:hover .ft{color:var(--pri)}.guyi-shell .frow .fm{font-size:12px;color:var(--tt);display:flex;align-items:center;gap:10px;flex-wrap:wrap}.guyi-shell .frow .fm span{white-space:nowrap;display:inline-flex;align-items:center;gap:4px}.guyi-shell .frow .fm .tag{color:var(--pri);font-weight:700}.guyi-shell .frow .fstat{display:flex;gap:8px;flex-shrink:0}.guyi-shell .frow .fstat .blk{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:46px;padding:5px 4px;border-radius:7px;background:var(--elev)}.guyi-shell .frow .fstat .blk b{font-size:15px;font-weight:800;line-height:1.1;color:var(--tp)}.guyi-shell .frow .fstat .blk small{font-size:10px;color:var(--tt);margin-top:1px}.guyi-shell .frow .fstat .blk.hot b{color:var(--up)}.guyi-shell .frow .fstat .blk.hot{background:var(--pri-soft)}.guyi-shell table.gt{width:100%;border-collapse:collapse}.guyi-shell table.gt thead th{font-size:13px;color:var(--ts);font-weight:700;text-align:right;padding:12px 16px;background:var(--elev);border-bottom:1px solid var(--bd)}.guyi-shell table.gt thead th:first-child{text-align:left}.guyi-shell table.gt tbody td{padding:13px 16px;text-align:right;border-bottom:1px solid var(--bd);font-size:14.5px}.guyi-shell table.gt tbody td:first-child{text-align:left}.guyi-shell table.gt tbody tr:last-child td{border-bottom:0}.guyi-shell table.gt tbody tr:hover{background:var(--elev)}.guyi-shell .scode{color:var(--tt);font-size:12.5px;margin-left:7px}.guyi-shell .wl-row{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--bd)}.guyi-shell .wl-row:last-child{border-bottom:0}.guyi-shell .wl-row:hover{background:var(--elev)}.guyi-shell [data-ai]{cursor:help;position:relative}.guyi-shell [data-ai]:after{content:"AI";font-family:Roboto,sans-serif;font-size:8.5px;font-weight:800;color:var(--pri);background:var(--pri-soft);border-radius:3px;padding:0 3px;margin-left:4px;vertical-align:super;letter-spacing:.02em}@media(max-width:980px){.guyi-shell .layout,.guyi-shell .ov-grid{grid-template-columns:1fr}.guyi-shell .ovrail{position:static}.guyi-shell .side{position:static;max-height:none;display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.guyi-shell .side-h{display:none}.guyi-shell .si-item{flex-direction:column;gap:4px;text-align:center}.guyi-shell .si-grp{grid-column:1/-1}.guyi-shell .grid2{grid-template-columns:1fr}.guyi-shell .topband h1{font-size:24px}}