:root{--bg:#14141b;--bg-grad:radial-gradient(1200px 600px at 80% -10%,#1e1c2c 0%,#14141b 55%);--panel:#1a1a24;--panel-2:#1e1e28;--surface:#242430;--surface-hover:#2b2b39;--border:#2e2e3a;--border-strong:#3a3a4a;--text:#ece8df;--text-muted:#9a96a6;--text-dim:#6f6b7c;--gold:#c9a227;--gold-bright:#e6c75a;--gold-soft:rgba(201,162,39,0.14);--gold-ring:rgba(201,162,39,0.45);--mana-w:#f3ead0;--mana-u:#3b7dd8;--mana-b:#6b6470;--mana-r:#d3492f;--mana-g:#2e8b57;--radius:12px;--radius-sm:8px;--shadow:0 4px 24px rgba(0,0,0,0.45);--shadow-lift:0 10px 30px rgba(0,0,0,0.55);--ease:cubic-bezier(0.22,0.61,0.36,1)}*{box-sizing:border-box}body,html{height:100%}body{margin:0;font-family:var(--font-inter),system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--text);background:var(--bg);background-image:var(--bg-grad);background-attachment:fixed;-webkit-font-smoothing:antialiased}::selection{background:var(--gold-ring);color:#14141b}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:8px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:#4a4a5c;background-clip:content-box}.app{display:grid;grid-template-columns:minmax(0,1fr) 420px;height:100vh;height:100dvh}.chat{display:flex;flex-direction:column;min-width:0;border-right:1px solid var(--border);background:var(--panel)}.chat-header{padding:14px 20px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,rgba(201,162,39,.06),transparent)}.brand,.chat-header{display:flex;align-items:center;gap:10px}.brand-mark{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold-bright),var(--gold));color:#1a140a;box-shadow:0 0 18px rgba(201,162,39,.35)}.brand-mark,.brand-name{font-weight:700;font-size:16px}.brand-name{letter-spacing:.3px}.brand-name span,.brand-tag{color:var(--gold-bright)}.brand-tag{margin-left:auto;font-size:11px;border:1px solid var(--gold-ring);border-radius:999px;padding:3px 10px;background:var(--gold-soft);letter-spacing:.5px}.chat-log{flex:1 1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:14px}.welcome{margin:auto;width:100%;max-width:460px;text-align:center;padding:24px}.welcome h2{font-size:20px;margin:14px 0 6px}.welcome p{color:var(--text-muted);font-size:14px;line-height:1.6;margin:0 0 20px}.welcome-mark{width:56px;height:56px;margin:0 auto;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold-bright),var(--gold));color:#1a140a;font-size:26px;font-weight:700;box-shadow:0 0 36px rgba(201,162,39,.4)}.examples{display:flex;flex-direction:column;gap:8px}.example-chip{text-align:left;cursor:pointer;padding:12px 14px;font-size:13.5px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);white-space:normal;line-height:1.5;width:100%;transition:background .18s var(--ease),border-color .18s var(--ease),transform .18s var(--ease)}.example-chip:hover{background:var(--surface-hover);border-color:var(--gold-ring);transform:translateY(-1px)}.example-chip:focus-visible{outline:2px solid var(--gold-ring);outline-offset:2px}.example-chip span{color:var(--gold-bright);margin-right:8px}.msg-row{display:flex}.msg-row.user{justify-content:flex-end}.bubble{max-width:100%;padding:11px 14px;border-radius:14px;font-size:14.5px;line-height:1.6;animation:rise .22s var(--ease)}.bubble-user{max-width:80%;background:linear-gradient(135deg,var(--gold),#a9851b);color:#1a140a;border-bottom-right-radius:4px;font-weight:500}.bubble-ai{width:100%;background:var(--panel-2);border:1px solid var(--border);color:var(--text);border-bottom-left-radius:4px;white-space:pre-wrap}.msg-row.assistant{display:block}.bubble-body{position:relative;z-index:2}.bubble-ai.error{border-color:rgba(211,73,47,.5);background:rgba(211,73,47,.08)}@keyframes rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.caret{display:inline-block;width:8px;color:var(--gold-bright);animation:blink 1s steps(2) infinite}@keyframes blink{50%{opacity:0}}.typing{display:inline-flex;gap:5px;align-items:center;padding:2px 0}.typing i{width:7px;height:7px;border-radius:50%;background:var(--text-dim);animation:bounce 1.2s infinite var(--ease)}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}.chat-input{display:flex;gap:10px;padding:14px 16px;border-top:1px solid var(--border);background:var(--panel)}.chat-input input{flex:1 1;padding:12px 14px;font-size:14.5px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .18s var(--ease),box-shadow .18s var(--ease)}.chat-input input::placeholder{color:var(--text-dim)}.chat-input input:focus{outline:none;border-color:var(--gold-ring);box-shadow:0 0 0 3px var(--gold-soft)}.btn-send{display:grid;place-items:center;min-width:46px;padding:0 16px;background:linear-gradient(135deg,var(--gold-bright),var(--gold));color:#1a140a;border:none;border-radius:var(--radius);font-weight:700;font-size:15px;cursor:pointer;transition:filter .16s var(--ease),transform .12s var(--ease),box-shadow .16s var(--ease)}.btn-send:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 0 18px rgba(201,162,39,.4)}.btn-send:active:not(:disabled){transform:scale(.96)}.btn-send:disabled{opacity:.45;cursor:not-allowed}.btn-send:focus-visible{outline:2px solid var(--gold-ring);outline-offset:2px}.top-nav{position:fixed;top:10px;right:14px;z-index:50;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px;font-size:13px;max-width:calc(420px - 28px);background:rgba(26,26,36,.82);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:999px;padding:7px 16px;box-shadow:0 4px 18px rgba(0,0,0,.35)}.top-nav a{color:var(--text-muted);text-decoration:none;white-space:nowrap}.top-nav a:hover{color:var(--gold-bright)}.results{overflow-y:auto;padding:52px 16px 16px;background:var(--bg)}.results-section-title{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:var(--text-dim);margin:4px 2px 10px;font-weight:600}.empty-results{color:var(--text-dim);text-align:center;padding:48px 20px;font-size:13.5px;line-height:1.7}.empty-results .glyph{font-size:30px;opacity:.35;display:block;margin-bottom:12px}.filter{margin-bottom:16px}.filter input{width:100%;padding:10px 12px;font-size:13.5px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color .18s var(--ease),box-shadow .18s var(--ease)}.filter input::placeholder{color:var(--text-dim)}.filter input:focus{outline:none;border-color:var(--gold-ring);box-shadow:0 0 0 3px var(--gold-soft)}.mana-row{display:flex;gap:8px;margin-top:10px;align-items:center}.mana-pip{width:32px;height:32px;border-radius:50%;cursor:pointer;display:grid;place-items:center;font-weight:700;font-size:13px;border:2px solid transparent;opacity:.55;transition:opacity .16s var(--ease),transform .14s var(--ease),box-shadow .16s var(--ease)}.mana-pip:hover{opacity:.85;transform:translateY(-1px)}.mana-pip.on{opacity:1;box-shadow:0 0 0 2px var(--bg),0 0 0 4px currentColor}.mana-pip:focus-visible{outline:2px solid var(--gold-ring);outline-offset:2px}.mana-w{background:var(--mana-w);color:#2a2a2a}.mana-u{background:var(--mana-u);color:#06203f}.mana-b{background:var(--mana-b);color:#f0eef2}.mana-r{background:var(--mana-r);color:#2e0a05}.mana-g{background:var(--mana-g);color:#07210f}.btn-filter{margin-left:auto;padding:7px 14px;font-size:13px;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);cursor:pointer;transition:background .16s var(--ease),border-color .16s var(--ease)}.btn-filter:hover{background:var(--surface-hover);border-color:var(--gold-ring)}.btn-filter:focus-visible{outline:2px solid var(--gold-ring);outline-offset:2px}.card-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.card-cell{position:relative;border-radius:var(--radius);overflow:hidden;cursor:pointer;background:var(--surface);border:1px solid var(--border);aspect-ratio:.717;transition:transform .2s var(--ease),box-shadow .2s var(--ease),border-color .2s var(--ease)}.card-cell img{width:100%;height:100%;object-fit:cover;display:block}.card-cell:hover{transform:translateY(-4px);box-shadow:var(--shadow-lift),0 0 0 1px var(--gold-ring);border-color:var(--gold-ring)}.card-cell:focus-visible{outline:2px solid var(--gold-ring);outline-offset:2px}.card-cell.no-img{display:grid;place-items:center;padding:14px;text-align:center;font-size:13px;color:var(--text-muted);aspect-ratio:auto;min-height:90px}.detail{animation:rise .22s var(--ease)}.btn-back{display:inline-flex;align-items:center;gap:6px;margin-bottom:14px;padding:7px 12px;font-size:13px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:background .16s var(--ease),border-color .16s var(--ease)}.btn-back:hover{background:var(--surface-hover);border-color:var(--gold-ring)}.btn-back:focus-visible{outline:2px solid var(--gold-ring);outline-offset:2px}.detail h3{margin:4px 0;font-size:18px;line-height:1.35}.detail h3 .cn{color:var(--gold-bright)}.detail img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow)}.detail-meta{color:var(--text-muted);font-size:13px;margin:12px 0 8px}.detail-text{white-space:pre-wrap;font-size:14px;line-height:1.65;color:var(--text);background:var(--panel-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px 14px}.rules-wrap{margin-top:18px}.rule-cite{background:var(--panel-2);border:1px solid var(--border);border-left:3px solid var(--gold);padding:11px 13px;border-radius:var(--radius-sm);margin:8px 0;font-size:13px;line-height:1.6;color:var(--text-muted)}.rule-cite>strong{color:var(--gold-bright);font-size:12px;letter-spacing:.4px;display:block;margin-bottom:4px}.rule-md>:first-child{margin-top:0}.rule-md>:last-child{margin-bottom:0}.rule-md p{margin:5px 0}.rule-md .rule-num{color:var(--gold-bright);font-weight:700;margin-right:2px}.rule-md .rule-ref{color:var(--gold-bright);border-bottom:1px dotted var(--gold-ring)}.rule-md .rule-head{font-size:13.5px;font-weight:700;color:var(--text);margin:6px 0 4px}.rule-md code{font-family:ui-monospace,Menlo,monospace;font-size:.9em;background:rgba(255,255,255,.06);border-radius:4px;padding:0 4px}@media (max-width:880px){.app{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto;overflow-x:hidden}.results{max-height:42vh;border-top:1px solid var(--border);min-width:0;padding-top:16px}.chat{border-right:none}.brand-tag{display:none}.chat-log{padding-top:48px}.top-nav{max-width:calc(100vw - 28px)}}.bubble-ai .md{white-space:normal}.md>:first-child{margin-top:0}.md>:last-child{margin-bottom:0}.md p{margin:8px 0}.md h1,.md h2,.md h3,.md h4{margin:14px 0 8px;line-height:1.3;color:var(--text)}.md h1{font-size:19px}.md h2{font-size:17px}.md h3{font-size:15.5px}.md h4{font-size:14.5px}.md ol,.md ul{margin:8px 0;padding-left:22px}.md li{margin:4px 0}.md li::marker{color:var(--gold)}.md a{color:var(--gold-bright);text-decoration:underline;text-underline-offset:2px}.md strong{color:#fff;font-weight:700}.md em{color:var(--text)}.md hr{border:none;border-top:1px solid var(--border);margin:14px 0}.md code{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.88em;background:rgba(255,255,255,.08);border:1px solid var(--border);border-radius:5px;padding:1px 5px}.md pre{background:#14141b;border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px 14px;overflow-x:auto;margin:10px 0}.md pre code{background:none;border:none;padding:0;font-size:13px;line-height:1.55;color:#d6d2e4}.md blockquote{margin:10px 0;padding:6px 14px;border-left:3px solid var(--gold);background:rgba(201,162,39,.07);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-muted)}.md blockquote p{margin:4px 0}.md-table-wrap{margin:12px 0;border:1px solid var(--border);border-radius:var(--radius-sm);max-width:100%}.md table{border-collapse:collapse;width:100%;table-layout:fixed;font-size:13.5px}.md td,.md th{padding:8px 12px;text-align:left;border-bottom:1px solid var(--border);white-space:normal;overflow-wrap:anywhere;word-break:break-word;vertical-align:top}.md thead th{background:rgba(201,162,39,.12);color:var(--gold-bright);font-weight:600;letter-spacing:.3px}.md tbody tr:last-child td{border-bottom:none}.md tbody tr:nth-child(2n) td{background:rgba(255,255,255,.025)}.card-mention{cursor:pointer;color:var(--gold-bright);font-weight:600;border-bottom:1px dashed var(--gold-ring);padding-bottom:1px;border-radius:2px;transition:background .16s var(--ease),color .16s var(--ease)}.card-mention:hover{background:var(--gold-soft);border-bottom-style:solid}.card-mention.active{background:var(--gold);color:#1a140a;border-bottom-color:transparent;padding:0 3px}.card-mention:focus-visible{outline:2px solid var(--gold-ring);outline-offset:2px}.link-layer{position:fixed;inset:0;width:100%;height:100%;pointer-events:none;overflow:visible}.link-layer.under{z-index:1}.link-layer.over{z-index:3}.link-line{fill:none;stroke:var(--text-muted);stroke-width:1.5;opacity:.05;transition:stroke .22s var(--ease),stroke-width .22s var(--ease),opacity .22s var(--ease)}.link-line.hover{stroke:var(--gold-bright);stroke-width:2;opacity:.95}.link-line.active{stroke:var(--gold-bright);stroke-width:2.6;opacity:1;filter:drop-shadow(0 0 5px rgba(201,162,39,.75))}.link-line.hidden{opacity:0!important}.card-cell.hot{border-color:var(--gold-ring)!important;box-shadow:0 0 0 2px var(--gold-ring)!important}.card-cell.lit{border-color:var(--gold-bright)!important;box-shadow:0 0 0 2.5px var(--gold-bright),0 0 22px rgba(201,162,39,.5)!important}.zoom-overlay{position:fixed;inset:0;z-index:100;display:grid;place-items:center;background:rgba(8,8,12,.72);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:scrim-in .24s var(--ease);cursor:zoom-out}.zoom-overlay.closing{animation:scrim-out .26s var(--ease) forwards}@keyframes scrim-in{0%{opacity:0}to{opacity:1}}@keyframes scrim-out{0%{opacity:1}to{opacity:0}}.zoom-stage{will-change:transform;cursor:default}.zoom-img{display:block;height:min(82vh,720px);width:auto;max-width:92vw;border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.7)}.zoom-text{max-width:min(92vw,520px);background:var(--panel-2);border:1px solid var(--border-strong);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-lift)}.zoom-text h3{margin:0 0 8px;font-size:20px}.zoom-close{position:fixed;top:18px;right:22px;width:42px;height:42px;border-radius:50%;background:var(--surface);border:1px solid var(--border-strong);color:var(--text);font-size:22px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background .16s var(--ease),transform .12s var(--ease)}.zoom-close:hover{background:var(--surface-hover);transform:scale(1.06)}.zoom-close:focus-visible{outline:2px solid var(--gold-ring);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.concept-card{background:var(--panel,#fff);border:1px solid rgba(124,92,255,.25);border-left:3px solid #7c5cff;border-radius:10px;padding:10px 12px;margin:8px 0}.concept-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px}.concept-head strong{font-size:14px}.concept-en{color:#8a8a99;font-size:12px}.concept-type{margin-left:auto;color:#7c5cff;font-size:11px}.concept-def{margin-top:6px;font-size:13px;line-height:1.5}.concept-def-en{margin-top:4px;color:#8a8a99;font-size:12px;line-height:1.45}.concept-related{margin-top:8px}.concept-related-label{font-size:11px;color:#8a8a99;margin-bottom:4px}.concept-related-list{display:flex;flex-wrap:wrap;gap:4px}.concept-chip{font-size:12px;padding:3px 8px;border:1px solid rgba(124,92,255,.3);border-radius:999px;background:rgba(124,92,255,.08);color:inherit;cursor:pointer}.concept-chip:hover{background:rgba(124,92,255,.18)}.concept-rel{color:#7c5cff;margin-left:5px;font-size:10px}.rule-cn{margin:4px 0;font-size:13px;line-height:1.5}.aligned-cards{position:relative}.aligned-card{position:absolute;width:48%;will-change:transform}.concept-mention{color:#8b6bff;border-bottom:1px dashed rgba(124,92,255,.55);cursor:pointer}.concept-mention:hover{color:#a98cff;border-bottom-color:#a98cff}.concept-mention:focus-visible{outline:2px solid var(--gold-ring);outline-offset:2px;border-radius:2px}.concept-entries{display:flex;flex-direction:column;gap:6px}.concept-entry{display:flex;align-items:center;gap:8px;width:100%;text-align:left;background:var(--surface,#15151c);border:1px solid var(--border,#2a2a35);border-left:3px solid #7c5cff;border-radius:10px;padding:9px 12px;cursor:pointer;color:inherit}.concept-entry:hover{background:rgba(124,92,255,.1);border-color:#7c5cff}.concept-entry-name{font-weight:600;font-size:14px}.concept-entry-count{color:#8b6bff;font-size:11px}.concept-entry-go{margin-left:auto;color:var(--text-dim,#777);font-size:18px}.concept-drawer-backdrop{position:fixed;inset:0;z-index:40;background:rgba(0,0,0,.42);display:flex;justify-content:flex-end;animation:cd-fade .18s ease}@keyframes cd-fade{0%{opacity:0}to{opacity:1}}.concept-drawer{width:clamp(440px,60vw,880px);height:100%;background:var(--panel,#101016);border-left:1px solid var(--border,#2a2a35);box-shadow:-24px 0 60px rgba(0,0,0,.45);overflow-y:auto;padding:18px 24px 40px;animation:cd-slide .24s cubic-bezier(.22,.61,.36,1)}@keyframes cd-slide{0%{transform:translateX(48px);opacity:.3}to{transform:none;opacity:1}}.concept-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.concept-drawer-back{background:var(--surface,#15151c);border:1px solid var(--border,#2a2a35);border-radius:8px;padding:6px 12px;cursor:pointer;color:inherit;font-size:13px}.concept-drawer-back:hover{border-color:var(--gold-ring,#c9a227)}.concept-drawer-title{font-size:24px;margin:14px 0 12px}.concept-drawer-def{font-size:15px;line-height:1.75;margin:0 0 8px}.concept-drawer-def-en{color:var(--text-muted,#9a9aa6);font-size:13px;line-height:1.6;margin:0 0 8px}.concept-rel-section{margin-top:18px}.concept-rel-list{display:flex;flex-direction:column;gap:8px}.concept-rel-row{text-align:left;width:100%;background:var(--surface,#15151c);border:1px solid var(--border,#2a2a35);border-radius:12px;padding:11px 14px;cursor:pointer;color:inherit}.concept-rel-row:hover{border-color:#7c5cff;background:rgba(124,92,255,.08)}.concept-rel-top{display:flex;align-items:baseline;gap:10px}.concept-rel-name{font-weight:600;font-size:14px}.concept-rel-badge{font-size:10px;color:#8b6bff;border:1px solid rgba(124,92,255,.4);border-radius:999px;padding:1px 8px}.concept-rel-desc{margin-top:5px;font-size:12.5px;color:var(--text-muted,#9a9aa6);line-height:1.55}.concept-rel-empty{color:var(--text-dim,#777);font-size:13px;margin-top:12px}.mode-switch{display:inline-flex;gap:4px;padding:3px;background:var(--surface,#15151c);border:1px solid var(--border,#2a2a35);border-radius:999px;margin-left:12px}.mode-tab{background:transparent;border:0;color:var(--text-muted,#9a9aa6);padding:4px 12px;border-radius:999px;cursor:pointer;font-size:12px}.mode-tab:hover{color:inherit}.mode-tab.active{background:var(--panel,#101016);color:inherit;box-shadow:0 0 0 1px var(--gold-ring,#c9a227) inset}.btn-template{background:var(--surface,#15151c);border:1px solid var(--border,#2a2a35);color:inherit;border-radius:8px;padding:0 10px;cursor:pointer;font-size:12px}.btn-template:hover:not(:disabled){border-color:var(--gold-ring,#c9a227)}.btn-template:disabled{opacity:.5;cursor:not-allowed}.price-section{margin-top:16px;font-size:13px}.price-section h4{margin:0 0 8px}.price-section .price-date{font-weight:400;font-size:11px;opacity:.6;margin-left:8px}.price-section table{width:100%;border-collapse:collapse}.price-section td,.price-section th{padding:4px 6px;text-align:left;border-bottom:1px solid rgba(128,128,128,.2)}.price-row{cursor:pointer}.price-row:hover{background:rgba(128,128,128,.08)}.price-hist td{padding:8px 6px}.price-sparkline{display:block;opacity:.9}.price-trend{font-size:12px;opacity:.75}.price-more{margin-top:6px;font-size:12px;background:none;border:none;cursor:pointer;opacity:.7;text-decoration:underline}.price-sparkline .fc-band{fill:rgba(99,102,241,.15);stroke:none}.price-sparkline .fc-mid{stroke:#6366f1}.price-forecast{margin-top:6px;font-size:12px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.price-forecast .fc-dir{font-weight:600}.price-forecast .fc-up{color:#16a34a}.price-forecast .fc-down{color:#dc2626}.price-forecast .fc-band-label,.price-forecast .fc-conf,.price-forecast .fc-flat{color:#6b7280}.price-forecast .fc-drivers{flex-basis:100%;color:#9ca3af}.price-forecast .fc-disclaimer{flex-basis:100%;color:#b0b0b0;font-size:11px}.px-wrap{max-width:1100px;margin:0 auto;padding:24px 20px 48px;color:var(--text)}.px-loading{padding:80px 0;text-align:center;color:var(--text-muted)}.px-head h1{font-size:22px;margin:0 0 4px;color:var(--gold-bright)}.px-sub{margin:0 0 16px;color:var(--text-muted);font-size:13px}.px-controls{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.px-controls,.px-dims{display:flex;flex-wrap:wrap}.px-dims{gap:6px}.px-dim{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-radius:var(--radius-sm);padding:6px 12px;cursor:pointer;font-size:13px}.px-dim:hover{background:var(--surface-hover);color:var(--text)}.px-dim.on{background:var(--gold-soft);border-color:var(--gold-ring);color:var(--gold-bright)}.px-play{background:var(--surface);border:1px solid var(--border-strong);color:var(--text);border-radius:var(--radius-sm);padding:6px 16px;cursor:pointer;font-size:13px}.px-play:hover{background:var(--surface-hover)}.px-date{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--gold-bright);font-size:14px}.px-timeline-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2px}.px-tl-label{color:var(--text-dim);font-size:11px}.px-track{position:relative;margin-bottom:12px}.px-track input[type=range]{width:100%;accent-color:var(--gold);display:block}.px-setmarks{position:relative;height:20px}.px-setmark{position:absolute;transform:translateX(-50%);bottom:0;background:none;border:none;padding:0;cursor:pointer;color:var(--text-muted);line-height:1}.px-setmark .ss{font-size:14px;transition:transform .1s,color .1s;display:block}.px-setmark:hover{z-index:5}.px-setmark:hover .ss{color:var(--gold-bright);transform:scale(1.8)}.px-plot{position:relative;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:8px}.px-grid,.px-grid-v{stroke:var(--border);stroke-width:.5}.px-grid-v{stroke-dasharray:2 4;opacity:.5}.px-ytick{fill:var(--text-dim);font-size:10px;text-anchor:end}.px-xtick{fill:var(--text-muted);text-anchor:middle}.px-hover-line{stroke:var(--gold-ring);stroke-width:1;stroke-dasharray:3 3}.px-plot circle{cursor:pointer;transition:r .08s}.px-tip{position:absolute;transform:translate(-50%,-120%);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:6px 10px;pointer-events:none;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1px;white-space:nowrap;z-index:5}.px-tip b{font-size:13px;color:var(--text)}.px-tip span{font-size:11px;color:var(--text-muted)}.px-tip .px-tip-meta{color:var(--text-dim)}.px-legend{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-top:12px;font-size:12px;color:var(--text-muted)}.px-leg{display:inline-flex;align-items:center;gap:5px}.px-leg i{width:11px;height:11px;border-radius:50%;display:inline-block;border:.5px solid #0006}.px-leg-note{margin-left:auto;color:var(--text-dim)}.px-sel-label{fill:var(--gold-bright);font-size:10px;paint-order:stroke;stroke:#000a;stroke-width:2.5px}.px-hoverlabel{fill:var(--text);font-size:11px;paint-order:stroke;stroke:#000c;stroke-width:3px}.px-pins{margin-bottom:12px;padding:8px 10px;background:var(--panel-2);border:1px solid var(--border);border-radius:var(--radius-sm)}.px-pins-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.px-pins-hint{color:var(--text-muted);font-size:12px}.px-pin-list{display:flex;flex-direction:column;gap:4px}.px-pin{display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--gold-ring);border-radius:var(--radius-sm);padding:4px 8px;font-size:12px;color:var(--text)}.px-pin i{width:10px;height:10px;border-radius:50%;border:.5px solid #0006;flex:none}.px-pin-name{font-weight:600;flex:none}.px-pin-meta{color:var(--text-muted);flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.px-pin-price{color:var(--gold-bright);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex:none}.px-pin button{background:none;border:none;color:var(--text-dim);cursor:pointer;font-size:13px;padding:0 2px;line-height:1;flex:none}.px-pin button:hover{color:var(--mana-r)}.px-pin-clear{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-radius:var(--radius-sm);padding:3px 10px;cursor:pointer;font-size:12px}.px-pin-clear:hover{background:var(--surface-hover);color:var(--text)}.px-note{color:var(--text-dim);font-size:12px;margin-top:-8px}.px-pin-set{color:var(--gold);font-weight:600}.ca-wrap{max-width:1080px;margin:0 auto;padding:20px;color:var(--text)}.ca-back{color:var(--text-muted);font-size:13px;text-decoration:none}.ca-back:hover,.ca-head h1{color:var(--gold-bright)}.ca-head h1{font-size:22px;margin:8px 0 2px}.ca-head .ca-en{font-size:13px;color:var(--text-dim);font-weight:400}.ca-sub{margin:0 0 14px;color:var(--text-muted);font-size:13px}.ca-sub .ca-set{color:var(--gold)}.ca-empty{padding:60px 0;text-align:center;color:var(--text-muted)}.ca-chart{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:8px}.ca-grid,.ca-grid-v{stroke:var(--border);stroke-width:.5}.ca-grid-v{stroke-dasharray:2 4;opacity:.5}.ca-ytick{fill:var(--text-dim);font-size:10px;text-anchor:end}.ca-t8axis{fill:#7fd8d0;text-anchor:start}.ca-xtick{fill:var(--text-muted);font-size:10px;text-anchor:middle}.ca-price{stroke:var(--gold-bright);stroke-width:1.6}.ca-top8{stroke:#5fc8c0;stroke-width:1.2;opacity:.7}.ca-result{fill:#d3492f}.ca-ev-orig{stroke:#e6c75a;stroke-width:1;stroke-dasharray:2 3;opacity:.55}.ca-ev-reprint{stroke:#7aa2d8;stroke-width:1;stroke-dasharray:2 3;opacity:.4}.ca-ev-ban{stroke:var(--mana-r);stroke-width:1;stroke-dasharray:3 2;opacity:.7}.ca-ev-unban{stroke:var(--mana-g);stroke-width:1;stroke-dasharray:3 2;opacity:.7}.ca-ev-restrict{stroke:#d8a23b;stroke-width:1;stroke-dasharray:3 2;opacity:.7}.ca-ban-icon{font-size:11px}.ca-legend{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:12px;font-size:12px;color:var(--text-muted)}.ca-leg{display:inline-flex;align-items:center;gap:5px}.ca-leg .sw{width:14px;height:0;border-top-width:2px;border-top-style:solid;display:inline-block}.ca-leg .sw.ca-price{border-color:var(--gold-bright)}.ca-leg .sw.ca-top8{border-color:#5fc8c0}.ca-leg .sw.ca-result{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:0;border-bottom:7px solid #d3492f}.ca-note{margin-top:8px;color:var(--text-dim);font-size:12px}.px-pin-link{color:var(--mana-u);text-decoration:none;font-size:12px;flex:none}.px-pin-link:hover{color:var(--gold-bright)}.ca-zoombar{display:flex;align-items:center;gap:12px;margin:4px 0 6px;font-size:12px;color:var(--text-dim)}.ca-zoombar .ca-range{color:var(--gold-bright);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ca-reset{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-radius:var(--radius-sm);padding:2px 10px;cursor:pointer;font-size:12px}.ca-reset:hover{background:var(--surface-hover);color:var(--text)}.ca-chart svg,.ca-chart svg.ca-zoomed{cursor:-webkit-grab;cursor:grab}.ca-chart svg:active{cursor:-webkit-grabbing;cursor:grabbing}.ca-brief{margin:10px 0 14px;padding:12px 14px;background:var(--panel-2);border:1px solid var(--gold-ring);border-radius:var(--radius)}.ca-brief-title{font-size:12px;color:var(--gold-bright);font-weight:600;margin-bottom:4px}.ca-brief-text{margin:0;font-size:14px;line-height:1.7;color:var(--text)}.ca-factors{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.ca-factor{display:inline-flex;align-items:center;gap:5px;font-size:11px;padding:3px 8px;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--text-muted)}.ca-factor b{font-weight:600}.ca-factor i{font-style:normal;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--text-dim)}.ca-factor.cat-规则 b{color:var(--mana-r)}.ca-factor.cat-市场 b{color:var(--mana-u)}.ca-factor.cat-赛制 b{color:var(--mana-g)}.px-back{color:var(--text-muted);font-size:13px;text-decoration:none}.px-back:hover{color:var(--gold-bright)}.ca-cross{stroke:var(--gold-ring);stroke-width:1;stroke-dasharray:3 3}.ca-cross-dot{fill:var(--gold-bright);stroke:#000a;stroke-width:.5}.ca-crosslabel{fill:var(--text);font-size:11px;paint-order:stroke;stroke:#000c;stroke-width:3px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cl-wrap{max-width:760px;margin:0 auto;padding:28px 20px 80px}.cl-nav{display:flex;gap:18px;font-size:13px;margin-bottom:18px}.cl-nav a{color:var(--text-muted);text-decoration:none}.cl-nav a:hover{color:var(--gold-bright)}.cl-head h1{margin:0 0 6px;font-size:26px}.cl-head h1:before{content:"🔍 "}.cl-sub{margin:0;color:var(--text-dim);font-size:14px;line-height:1.6}.cl-sub b{color:var(--gold-bright)}.cl-searchbar{display:flex;align-items:center;gap:10px;margin:22px 0 14px;background:var(--panel-2);border:1px solid var(--border);border-radius:12px;padding:4px 14px;transition:border-color .15s,box-shadow .15s}.cl-searchbar:focus-within{border-color:var(--gold-ring);box-shadow:0 0 0 3px var(--gold-soft)}.cl-search-ico{font-size:16px;opacity:.7}.cl-searchbar input{flex:1 1;background:transparent;border:none;outline:none;color:var(--text);font-size:17px;padding:12px 0}.cl-clear{background:none;border:none;color:var(--text-dim);cursor:pointer;font-size:15px;padding:4px 6px}.cl-clear:hover{color:var(--gold-bright)}.cl-results{display:flex;flex-direction:column;gap:8px}.cl-status{color:var(--text-dim);font-size:14px;padding:24px 6px;text-align:center}.cl-status.cl-hint{color:var(--text-muted)}.cl-card{display:flex;align-items:center;gap:14px;width:100%;text-align:left;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:10px 14px;cursor:pointer;color:var(--text);transition:border-color .12s,background .12s,transform .12s}.cl-card.on{border-color:var(--gold-ring);background:var(--surface-hover);transform:translateX(2px)}.cl-thumb{flex:none;width:44px;height:62px;border-radius:6px;overflow:hidden;background:var(--surface);display:grid;place-items:center}.cl-thumb img{width:100%;height:100%;object-fit:cover}.cl-thumb-ph{color:var(--text-dim);font-size:20px}.cl-body{flex:1 1;min-width:0}.cl-names{display:flex;align-items:baseline;gap:10px}.cl-cn{font-size:16px}.cl-en{color:var(--text-dim)}.cl-en,.cl-type{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cl-type{display:block;color:var(--text-muted);margin-top:3px}.cl-right{flex:none;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.cl-mana{display:flex;gap:3px}.cl-pip{width:17px;height:17px;border-radius:50%;font-size:10px;font-weight:700;display:grid;place-items:center;font-style:normal}.cl-pip-n{background:#cfc9bb;color:#2a2620}.cl-go{font-size:11px;color:var(--text-dim);opacity:0;transition:opacity .12s;white-space:nowrap}.cl-card.on .cl-go{opacity:1;color:var(--gold-bright)}.ca-func{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.ca-func-tag{font-size:11px;padding:2px 8px;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--text-muted)}.ca-func-tag.ban-high{color:var(--mana-r);border-color:var(--mana-r)}.ca-func-tag.ban-med{color:#d8a23b}.ca-func-role{font-size:11px;padding:2px 8px;border-radius:999px;background:var(--gold-soft);color:var(--gold-bright)}.ca-linkage{margin-top:14px;padding:12px 14px;background:var(--panel-2);border:1px solid var(--border);border-radius:var(--radius)}.ca-linkage-title{font-size:12px;color:var(--gold-bright);font-weight:600;margin-bottom:8px}.ca-link-row{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-bottom:6px;font-size:12px}.ca-link-row b{color:var(--text);min-width:64px}.ca-link-note{color:var(--text-dim);font-size:11px;margin-right:4px}.ca-link-card{color:var(--mana-u);text-decoration:none;border:1px solid var(--border);border-radius:var(--radius-sm);padding:2px 8px}.ca-link-card:hover{background:var(--surface-hover)}.ca-link-card em{font-style:normal;margin-left:4px}.ca-link-card em.up{color:var(--mana-g)}.ca-link-card em.down{color:var(--mana-r)}.ca-link-arch{font-size:11px;padding:2px 8px;border-radius:999px;background:var(--surface);color:var(--text-muted)}.tg-wrap{max-width:1100px;margin:0 auto;padding:22px 18px 80px}.tg-loading{color:var(--text-dim);padding:80px;text-align:center}.tg-nav{display:flex;align-items:center;gap:16px;font-size:13px;margin-bottom:14px}.tg-nav a{color:var(--text-muted);text-decoration:none}.tg-nav a:hover{color:var(--gold-bright)}.tg-lang{margin-left:auto;display:inline-flex;padding:2px;gap:2px;border:1px solid var(--border);border-radius:8px;background:var(--surface);cursor:pointer}.tg-lang span{padding:3px 9px;border-radius:6px;font-size:12px;font-weight:600;color:var(--text-dim);line-height:1}.tg-lang span.on{background:var(--gold-soft);color:var(--gold-bright)}.tg-lang:hover span:not(.on){color:var(--text-muted)}.tg-head h1{margin:0 0 5px;font-size:25px}.tg-sub{margin:0;color:var(--text-dim);font-size:13px;line-height:1.6}.tg-sub b{color:var(--gold-bright)}.tg-status{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:18px 0 14px;padding:12px 18px;background:var(--panel-2);border:1px solid var(--border);border-radius:14px}.tg-day{font-size:15px;color:var(--text)}.tg-day b{color:var(--gold-bright);font-size:20px}.tg-stat{display:flex;flex-direction:column;line-height:1.25}.tg-stat span{font-size:11px;color:var(--text-dim)}.tg-stat b{font-size:16px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tg-spacer{flex:1 1}.tg-size{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--text-dim)}.tg-size button{width:30px;height:28px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;font-size:13px}.tg-size button.on{background:var(--gold-soft);border-color:var(--gold-ring);color:var(--gold-bright)}.tg-next{background:linear-gradient(135deg,var(--gold-bright),var(--gold));color:#1a140a;border:none;border-radius:10px;padding:10px 18px;font-weight:700;font-size:14px;cursor:pointer}.tg-next:hover{filter:brightness(1.06)}.tg-flash{margin:8px 0;color:var(--mana-r,#d3492f);font-size:13px}.up{color:#4caf72}.down{color:#e0664f}.tg-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;grid-gap:16px;gap:16px;align-items:start}.tg-market{display:flex;flex-direction:column;gap:7px}.tg-card{display:flex;align-items:center;gap:12px;padding:8px 12px;background:var(--panel);border:1px solid var(--border);border-radius:12px}.tg-dot{width:10px;height:10px;border-radius:50%;flex:none}.tg-cinfo{flex:1 1;min-width:0}.tg-cname{font-size:14px}.tg-cmeta,.tg-cname{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tg-cmeta{font-size:11px;color:var(--text-dim)}.tg-spark{flex:none}.tg-price{width:92px;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tg-price b{font-size:15px;display:block}.tg-price span{font-size:11px}.tg-hold{width:78px;text-align:right;font-size:12px;color:var(--text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tg-hold b{color:var(--text);font-size:14px}.tg-cost{display:block;font-size:10px}.tg-cost,.tg-none{color:var(--text-dim)}.tg-actions{display:flex;gap:6px;flex:none}.tg-actions button{width:38px;height:34px;border-radius:9px;border:1px solid var(--border);font-size:14px;font-weight:700;cursor:pointer}.tg-buy{background:rgba(46,139,87,.18);border-color:rgba(46,139,87,.5);color:#6fcf97}.tg-buy:hover:not(:disabled){background:rgba(46,139,87,.32)}.tg-sell{background:rgba(211,73,47,.16);border-color:rgba(211,73,47,.5);color:#e0846f}.tg-sell:hover:not(:disabled){background:rgba(211,73,47,.3)}.tg-actions button:disabled{opacity:.3;cursor:not-allowed}.tg-board{position:-webkit-sticky;position:sticky;top:14px;background:var(--panel-2);border:1px solid var(--border);border-radius:14px;padding:12px 14px}.tg-board-title{font-size:13px;color:var(--gold-bright);font-weight:600;margin-bottom:10px}.tg-float-stats{margin-top:12px;padding-top:12px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:5px;animation:tg-fs-in .2s ease}.tg-fs-day{font-size:13px;color:var(--gold-bright);font-weight:600}.tg-fs-row{display:flex;justify-content:space-between;align-items:baseline;font-size:12.5px}.tg-fs-row>span{color:var(--text-dim)}.tg-fs-row b{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:14px}.tg-fs-size{margin-top:4px}@keyframes tg-fs-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.tg-rank{display:flex;align-items:center;gap:8px;padding:7px 8px;border-radius:9px;margin-bottom:4px}.tg-rank.me{background:var(--gold-soft);border:1px solid var(--gold-ring)}.tg-rank.win{box-shadow:0 0 0 1px var(--gold-bright) inset}.tg-rk{width:18px;text-align:center;color:var(--text-dim);font-size:13px;font-weight:700}.tg-rname{flex:1 1;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tg-tag{font-style:normal;font-size:10px;color:var(--text-dim);border:1px solid var(--border);border-radius:6px;padding:1px 5px;margin-left:5px}.tg-rnet{font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.tg-rnet small{display:block;font-size:10px}.tg-reveal{margin-top:14px;padding-top:12px;border-top:1px dashed var(--border)}.tg-reveal-title{font-size:12px;color:var(--text);line-height:1.6;margin-bottom:8px}.tg-reveal-title b{color:var(--gold-bright)}.tg-reveal-row{font-size:12px;margin:4px 0}.tg-reveal-row a{color:var(--gold-bright);text-decoration:underline;text-underline-offset:2px;font-weight:600;transition:filter .15s}.tg-reveal-row a:hover{filter:brightness(1.2)}.tg-reveal-hint{font-size:11px;color:var(--text-dim);margin-top:8px}@media (max-width:820px){.tg-grid{grid-template-columns:1fr}.tg-board{position:static}.tg-cinfo{flex:1 1}.tg-spark{display:none}}.tg-cardwrap{border-radius:12px}.tg-cardwrap.open{background:var(--panel-2);border:1px solid var(--gold-ring)}.tg-cardwrap.open .tg-card{background:transparent;border-color:transparent}.tg-cinfo{background:none;border:none;cursor:pointer;padding:0;color:inherit;font:inherit}.tg-info-ico{font-size:11px;opacity:.8}.tg-cinfo:hover .tg-cname,.tg-info-ico{color:var(--gold-bright)}.tg-profile{padding:10px 14px 12px;font-size:12px}.tg-profile-empty,.tg-profile-loading{color:var(--text-dim)}.tg-prof-tags{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.tg-prof-ban,.tg-prof-driver,.tg-prof-role,.tg-prof-tier{font-size:11px;padding:2px 8px;border-radius:999px;border:1px solid var(--border);background:var(--surface)}.tg-prof-driver{color:var(--gold-bright);border-color:var(--gold-ring);background:var(--gold-soft)}.tg-prof-ban.ban-high{color:#e0664f;border-color:rgba(211,73,47,.5)}.tg-prof-ban.ban-med{color:#d9a441}.tg-prof-role{color:var(--text-muted)}.tg-prof-rationale{margin-top:8px;line-height:1.6;color:var(--text)}.tg-prof-tip{margin-top:6px;color:var(--text-dim);font-size:11px}.tg-prof-rel{margin-top:8px;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.tg-prof-rel b{color:var(--text-muted);font-weight:600}.tg-prof-rel span{padding:2px 7px;border-radius:6px;background:var(--surface);border:1px solid var(--border)}.tg-prof-rel em{color:var(--text-dim);font-style:normal;font-size:11px}.tg-prof-vs{margin-top:8px;display:flex;gap:14px;flex-wrap:wrap}.tg-prof-vs .good{color:#4caf72}.tg-prof-vs .weak{color:#e0664f}.tg-sub2{margin-top:6px}.tg-cardwrap.fund{border-left:2px solid var(--gold-ring)}.tg-cardwrap.fund .tg-card{background:linear-gradient(90deg,var(--gold-soft),transparent 60%)}.tg-fundico{font-size:17px;width:10px}.tg-fundtag{font-style:normal;font-size:10px;color:var(--gold-bright);border:1px solid var(--gold-ring);border-radius:5px;padding:0 5px;margin:0 5px;background:var(--gold-soft)}.tg-fundmembers b{color:var(--gold-bright);font-weight:600}.tg-fm-list{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.tg-fm-list span{padding:2px 7px;border-radius:6px;background:var(--surface);border:1px solid var(--border);font-size:11px;color:var(--text-muted)}.tg-netchart-box{margin-top:14px;padding-top:12px;border-top:1px dashed var(--border)}.tg-nc-title{font-size:12px;color:var(--gold-bright);font-weight:600;margin-bottom:6px}.tg-netchart{width:100%;background:var(--panel);border:1px solid var(--border);border-radius:8px}.tg-nc-base{stroke:var(--border-strong);stroke-width:1;stroke-dasharray:3 3}.tg-nc-legend{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px;font-size:11px;color:var(--text-dim)}.tg-nc-legend .me{font-weight:600}.tg-dot{font-size:.82em;vertical-align:middle}.tg-xicon{vertical-align:-2px}.tg-reveal-funds{margin-top:10px}.tg-reveal-sub{font-size:11px;color:var(--text-dim);margin-bottom:4px}.tg-reveal-frow{display:flex;justify-content:space-between;font-size:12px;padding:2px 0}.tg-reveal-frow b{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tg-thumb{width:40px;height:56px;border-radius:5px;object-fit:cover;cursor:zoom-in;flex:none;background:var(--surface);border:1px solid var(--border)}.tg-thumb-ph{cursor:default}.tg-fundico{font-size:20px;width:40px;height:56px;display:grid;place-items:center;flex:none;background:var(--gold-soft);border:1px solid var(--gold-ring);border-radius:5px;cursor:pointer;padding:0}.tg-lightbox{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.82);display:grid;place-items:center;cursor:zoom-out}.tg-lightbox img{max-width:88vw;max-height:90vh;border-radius:14px;box-shadow:0 12px 48px rgba(0,0,0,.7)}.tg-cinfo{text-align:left}.tg-fundthumb{position:relative;flex:none;display:inline-block;line-height:0}.tg-fundthumb i{position:absolute;right:-4px;bottom:-4px;font-size:13px;font-style:normal;background:var(--panel);border:1px solid var(--gold-ring);border-radius:50%;width:20px;height:20px;display:grid;place-items:center;line-height:1}.tg-modal{position:fixed;inset:0;z-index:90;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center}.tg-modal,.tg-modal-box{padding:20px;overflow-y:auto}.tg-modal-box{position:relative;width:100%;max-width:460px;background:var(--panel);border:1px solid var(--gold-ring);border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.6);max-height:92vh}.tg-modal-x{position:absolute;top:12px;right:14px;background:none;border:none;color:var(--text-dim);font-size:18px;cursor:pointer}.tg-modal-x:hover{color:var(--gold-bright)}.tg-modal-title{font-size:17px;font-weight:700;text-align:center;margin-bottom:14px}.tg-share{position:relative;background:radial-gradient(120% 100% at 50% 0,#1f1c2c,#14141b);border:1px solid var(--gold-ring);border-radius:14px;padding:18px;text-align:center;overflow:hidden}.tg-share-brand{font-size:13px;color:var(--gold-bright);font-weight:600;letter-spacing:.5px}.tg-share-pct{font-size:46px;font-weight:800;line-height:1.1;margin:8px 0 2px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tg-share-sub{font-size:13px;color:var(--text-muted)}.tg-share-rank{margin:14px auto 10px;max-width:260px;display:flex;flex-direction:column;gap:3px}.tg-share-rank>div{display:flex;justify-content:space-between;font-size:12.5px;padding:3px 8px;border-radius:6px}.tg-share-rank>div.me{background:var(--gold-soft);border:1px solid var(--gold-ring)}.tg-share-rank b{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tg-share-max-head,.tg-share-rank>div>span{white-space:nowrap}.tg-share-max{max-width:300px;margin:0 auto;padding:10px 12px;text-align:left;background:rgba(230,199,90,.06);border:1px dashed var(--gold-ring);border-radius:10px}.tg-share-max-head{display:flex;align-items:baseline;gap:7px;font-size:13px;color:var(--text);font-weight:600}.tg-share-max-head b{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:15px}.tg-share-max-head span{margin-left:auto;font-size:11px;color:var(--text-dim);font-weight:400;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tg-share-max-sub{font-size:10.5px;color:var(--text-dim);margin:3px 0 6px}.tg-share-max-moves{display:flex;flex-direction:column;gap:2px}.tg-share-max-moves>div{display:flex;align-items:center;gap:8px;font-size:11.5px;color:var(--text-muted)}.tg-share-max-moves .dt{flex-shrink:0;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--text-dim);font-size:10.5px;min-width:66px}.tg-share-max-moves .nm{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tg-share-max-moves b{flex-shrink:0;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tg-share-max-moves b .dur{color:var(--text-dim);font-weight:400;font-size:10px;margin-right:5px}.tg-share-sep{height:1px;background:var(--border);margin:12px 2px}.tg-modal-foot{display:flex;gap:14px;align-items:center;margin-top:16px}.tg-foot-btns{flex:1 1;min-width:0;gap:10px}.tg-foot-btns,.tg-foot-qr{display:flex;flex-direction:column}.tg-foot-qr{flex-shrink:0;align-items:center;gap:3px}.tg-foot-qr img{width:86px;height:86px;border-radius:8px;display:block}.tg-foot-qr span{font-size:11px;color:var(--text-dim);letter-spacing:.3px}.tg-share-btns{display:flex;gap:10px}.tg-shareable{padding:4px 24px 16px}.tg-shareable-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;padding-top:14px;border-top:1px solid var(--border)}.tg-shareable-tag{display:flex;flex-direction:column;gap:5px;padding-left:13px;border-left:3px solid var(--gold-bright)}.tg-shareable-tag .t1{font-size:16px;font-weight:700;color:var(--gold-bright);letter-spacing:.5px}.tg-shareable-tag .t2{font-size:12.5px;color:var(--text-muted);letter-spacing:.3px}.tg-shareable-qr{display:flex;flex-direction:column;align-items:center;gap:3px}.tg-shareable-qr img{width:78px;height:78px;border-radius:8px;display:block}.tg-shareable-qr span{font-size:11px;color:var(--text-dim);letter-spacing:.3px}.tg-share-btns button{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid var(--border)}.tg-sx{background:#1d9bf0;color:#fff;border-color:#1d9bf0}.tg-sx:hover{filter:brightness(1.08)}.tg-si{background:var(--surface);color:var(--text)}.tg-si:hover{background:var(--surface-hover);border-color:var(--gold-ring)}.tg-modal-btns{display:flex;gap:10px}.tg-modal-btns button{flex:1 1;padding:11px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer}.tg-modal-look{background:var(--surface);border:1px solid var(--border);color:var(--text-muted)}.tg-modal-box{max-width:720px}.tg-modal-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;align-items:start}.tg-modal-right{min-width:0}.tg-modal-right .tg-netchart-box{margin-top:0;padding-top:0;border-top:none}@media (max-width:640px){.tg-modal-grid{grid-template-columns:1fr}.tg-modal-box{max-width:460px}}.tg-result-btn{background:var(--surface);border:1px solid var(--gold-ring);color:var(--gold-bright);border-radius:10px;padding:10px 16px;font-weight:600;font-size:14px;cursor:pointer}.tg-result-btn:hover{background:var(--gold-soft)}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-inter:"Inter","Inter Fallback"}