#p-dash{
  --market-cyan:#69d8d0;
  --market-amber:#ffad5c;
  --market-ink:#0a111c;
  padding-right:76px;
  padding-bottom:96px;
  font-family:"Avenir Next","PingFang SC","Microsoft YaHei",sans-serif;
}
.market-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.65fr);gap:26px;
  overflow:hidden;margin-bottom:20px;padding:32px;border:1px solid rgba(105,216,208,.2);border-radius:24px;
  background:radial-gradient(circle at 83% 20%,rgba(105,216,208,.19),transparent 31%),
    radial-gradient(circle at 8% 110%,rgba(255,122,69,.17),transparent 38%),
    linear-gradient(135deg,#111c2c 0%,#0d1623 52%,#101d26 100%);box-shadow:0 26px 80px rgba(0,0,0,.25)}
.market-hero::after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.24;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:32px 32px;mask-image:linear-gradient(90deg,#000,transparent 80%)}
.market-hero-copy,.market-hero-pulse{position:relative;z-index:1}
.market-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--market-cyan);font-size:10px;font-weight:800;
  letter-spacing:.18em;text-transform:uppercase}
.market-eyebrow::before{content:"";width:24px;height:1px;background:currentColor}
.market-hero h1{max-width:680px;margin:12px 0 10px;font-size:clamp(30px,4vw,52px);line-height:1.04;letter-spacing:-.04em}
.market-hero-copy>p{max-width:700px;color:#9fb1c7;font-size:14px;line-height:1.8}
.market-hero-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:22px}
.market-primary,.market-secondary,.market-text-button{border:none;border-radius:11px;padding:11px 16px;cursor:pointer;font-weight:800;font-size:12px;transition:.2s}
.market-primary{color:#071311;background:linear-gradient(135deg,#84e8df,#52c4bb);box-shadow:0 9px 24px rgba(82,196,187,.2)}
.market-secondary{color:#f1f6fb;background:#1b2a3d;border:1px solid #31445e}
.market-primary:hover,.market-secondary:hover,.market-text-button:hover{transform:translateY(-1px);filter:brightness(1.08)}
.market-updated{display:block;margin-top:13px;color:#6f849f;font-size:10.5px}
.market-hero-pulse{align-self:stretch;display:flex;flex-direction:column;justify-content:center;min-height:190px;padding:22px;border-radius:20px;
  background:linear-gradient(150deg,rgba(10,18,28,.78),rgba(20,37,47,.78));border:1px solid rgba(105,216,208,.18)}
.market-hero-pulse span{font-size:10px;color:#7e93a9;letter-spacing:.12em;text-transform:uppercase}
.market-hero-pulse b{margin:7px 0 4px;font-size:32px;letter-spacing:-.04em}
.market-hero-pulse small{color:#91a6bd;line-height:1.55}
.market-live-line{display:flex;gap:5px;align-items:flex-end;height:34px;margin-top:18px}
.market-live-line i{display:block;flex:1;min-width:4px;border-radius:5px 5px 1px 1px;background:linear-gradient(180deg,var(--market-cyan),rgba(105,216,208,.16));
  animation:marketPulse 2.8s ease-in-out infinite;transform-origin:bottom}
.market-live-line i:nth-child(2n){animation-delay:.2s}.market-live-line i:nth-child(3n){animation-delay:.45s}
@keyframes marketPulse{0%,100%{opacity:.45;transform:scaleY(.72)}50%{opacity:1;transform:scaleY(1)}}

.market-section{margin-bottom:20px}
.market-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:12px}
.market-section-head h2,.market-section-head h3{font-size:19px;letter-spacing:-.02em}
.market-section-head p{margin-top:4px;color:#7f93aa;font-size:11px;line-height:1.6}
.market-section-head>span{color:#6e839b;font-size:10px;text-align:right}
.market-index-grid{display:grid;grid-template-columns:repeat(5,minmax(145px,1fr));gap:10px}
.market-index-card{position:relative;text-align:left;color:inherit;border:1px solid #25364c;border-radius:16px;padding:15px;cursor:pointer;
  background:linear-gradient(155deg,#141e2c,#101823);transition:.2s;overflow:hidden}
.market-index-card::after{content:"";position:absolute;right:-24px;bottom:-34px;width:80px;height:80px;border-radius:50%;background:var(--index-tone);filter:blur(25px);opacity:.16}
.market-index-card:hover{transform:translateY(-2px);border-color:#45617f}
.market-index-card .market-index-top{display:flex;justify-content:space-between;gap:8px;color:#7f94ad;font-size:10px}
.market-index-card strong{display:block;margin:8px 0 3px;font-size:14px}.market-index-card b{font-size:23px;letter-spacing:-.03em}
.market-index-card em{display:block;margin-top:7px;font-style:normal;font-size:12px;font-weight:800}
.market-index-card.up{--index-tone:#e2483b}.market-index-card.down{--index-tone:#26a269}
.market-index-card.up em{color:#ff786c}.market-index-card.down em{color:#62d59b}
.market-index-card.unavailable{cursor:default;opacity:.58}.market-index-card.unavailable b{font-size:14px;color:#8293a8}

.market-overview-grid{display:grid;grid-template-columns:minmax(260px,.68fr) minmax(0,1.32fr);gap:14px;margin-bottom:20px}
.market-panel{min-width:0;border:1px solid #25364c;border-radius:20px;padding:20px;background:linear-gradient(155deg,#141e2c,#0f1722)}
.market-temperature-layout{display:grid;grid-template-columns:146px 1fr;gap:18px;align-items:center;margin-top:13px}
.market-temperature-gauge{--score:50;position:relative;width:142px;height:142px;border-radius:50%;display:grid;place-items:center;
  background:conic-gradient(var(--market-cyan) calc(var(--score)*1%),#263449 0);box-shadow:inset 0 0 28px rgba(0,0,0,.35)}
.market-temperature-gauge::before{content:"";position:absolute;inset:11px;border-radius:50%;background:#101925;border:1px solid #2b3b50}
.market-temperature-gauge span{position:relative;text-align:center;color:#7f93aa;font-size:10px}.market-temperature-gauge b{display:block;color:#f1f6fb;font-size:38px;line-height:1}
.market-temperature-copy h3{font-size:24px;margin-bottom:7px}.market-temperature-copy p{color:#9aacc1;font-size:12px;line-height:1.7}
.market-temperature-copy small{display:block;margin-top:10px;color:#6d8299;font-size:10px;line-height:1.6}
.market-breadth{display:flex;gap:5px;margin-top:13px}.market-breadth i{height:7px;flex:1;border-radius:10px;background:#27364a}
.market-breadth i.up{background:#d75249}.market-breadth i.down{background:#25865b}

.market-heat-status{display:flex;align-items:center;gap:7px;color:#7f94aa;font-size:10px}
.market-heat-status i{width:7px;height:7px;border-radius:50%;background:#69d8d0;box-shadow:0 0 10px #69d8d0}
.market-heat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:13px}
.market-heat-card{position:relative;display:grid;grid-template-columns:64px minmax(0,1fr);gap:13px;border:1px solid #26384e;border-radius:16px;padding:14px;background:#101925}
.market-heat-score{--heat-score:0;position:relative;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;
  background:conic-gradient(var(--market-amber) calc(var(--heat-score)*1%),#27364a 0)}
.market-heat-score::before{content:"";position:absolute;width:48px;height:48px;border-radius:50%;background:#101925}
.market-heat-score b{position:relative;font-size:17px}.market-heat-body{min-width:0}
.market-heat-title{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.market-heat-title h4{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.market-trend{flex:0 0 auto;font-size:9px;font-weight:800;padding:3px 6px;border-radius:10px;background:#223149;color:#9db2ca}
.market-trend.up,.market-trend.new{color:#ff8e82;background:rgba(226,72,59,.12)}.market-trend.down{color:#6ed6a4;background:rgba(38,162,105,.12)}
.market-heat-meta{margin-top:4px;color:#72869e;font-size:9.5px}
.market-spark{display:flex;align-items:flex-end;gap:3px;height:28px;margin-top:8px}.market-spark i{flex:1;min-width:3px;border-radius:3px 3px 1px 1px;background:linear-gradient(180deg,#ffad5c,#76502e);opacity:.9}
.market-heat-evidence{margin-top:8px;color:#8ea1b7;font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.market-heat-audit{grid-column:1/-1;border-top:1px solid #233248;padding-top:8px}.market-heat-audit summary{cursor:pointer;color:#71869f;font-size:9.5px}
.market-heat-audit div{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;margin-top:7px}.market-heat-audit span{color:#687d95;font-size:8.5px}.market-heat-audit b{display:block;color:#b5c3d3;font-size:10px}
.market-empty{display:grid;place-items:center;min-height:260px;text-align:center;padding:28px;border:1px dashed #32465f;border-radius:16px;background:#0e1722}
.market-empty-mark{width:62px;height:62px;border-radius:19px;display:grid;place-items:center;margin:0 auto 13px;font-size:26px;background:linear-gradient(145deg,#1d3142,#172333);border:1px solid #31516a}
.market-empty h4{font-size:17px}.market-empty p{max-width:510px;margin:8px auto 13px;color:#879bb2;font-size:11px;line-height:1.7}
.market-empty-tags{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;margin-bottom:14px}.market-empty-tags span{padding:4px 8px;border-radius:12px;background:#1a2738;color:#8ea5bd;font-size:9px}
.market-empty-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.market-empty-note{display:block;max-width:520px;margin:11px auto 0;color:#657b93;font-size:9.5px;line-height:1.6}
.market-source-strip{display:flex;align-items:center;gap:8px;margin-top:12px;padding:8px 10px;border:1px solid #26384e;border-radius:11px;background:#0d1722;color:#71869e;font-size:9px}
.market-source-strip span{color:#69d8d0;font-weight:800}.market-source-strip b{min-width:0;flex:1;color:#9eb0c3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.market-source-strip button{border:0;background:transparent;color:#ffbd78;cursor:pointer;font-size:9px}

.market-evidence-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:14px;margin-bottom:22px}
.market-timeline{display:flex;flex-direction:column;margin-top:8px}.market-event{display:grid;grid-template-columns:74px 12px minmax(0,1fr);gap:10px;padding:11px 0;border-bottom:1px solid #213047}
.market-event:last-child{border-bottom:none}.market-event time{color:#70859c;font-size:9.5px}.market-event-dot{position:relative;width:8px;height:8px;margin-top:4px;border-radius:50%;background:#69d8d0;box-shadow:0 0 0 4px rgba(105,216,208,.08)}
.market-event-body{min-width:0}.market-event-body a,.market-event-body b{display:block;color:#dce6f0;font-size:11.5px;line-height:1.55;text-decoration:none}.market-event-body a:hover{color:#7fe3da}
.market-event-body p{display:-webkit-box;margin:4px 0 0;color:#8296ad;font-size:9.5px;line-height:1.55;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.market-event-body small{display:block;margin-top:4px;color:#6e8299;font-size:9.5px}.market-event-importance{color:#ffad5c}.market-event-tags span{display:inline-block;margin-right:4px;padding:1px 5px;border-radius:8px;background:#1d2c3e;color:#8ea6be}
.market-start-list{display:grid;gap:9px;margin-top:13px}.market-start-action{display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center;width:100%;text-align:left;padding:11px;border:1px solid #283b52;border-radius:13px;background:#111c29;color:inherit;cursor:pointer}
.market-start-action:hover{border-color:#4a6988;background:#152234}.market-start-action>i{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#203247;color:#7fe3da;font-style:normal;font-weight:800}
.market-start-action b{display:block;font-size:11.5px}.market-start-action small{display:block;color:#758aa2;font-size:9.5px;margin-top:3px}.market-start-action>span{color:#6f849c}
.market-disclaimer{margin-top:12px;color:#657a91;font-size:9.5px;line-height:1.6}

.market-stock-shell{scroll-margin-top:16px;border:1px solid #2a3b51;border-radius:22px;padding:22px;background:linear-gradient(155deg,#121c29,#0d151f)}
.market-stock-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;margin-bottom:15px}.market-stock-head h2{font-size:21px;margin-top:4px}.market-stock-head p{margin-top:5px;color:#7d91a8;font-size:11px}
.market-stock-form{display:flex;gap:8px;min-width:min(420px,100%)}.market-stock-form input{flex:1;min-width:0;border:1px solid #344a64;border-radius:11px;padding:10px 12px;background:#0b131e;color:#e8eff7;outline:none}
.market-stock-form input:focus{border-color:#69d8d0;box-shadow:0 0 0 3px rgba(105,216,208,.1)}
.market-stock-form button{border:none;border-radius:11px;padding:10px 15px;background:#263b54;color:#dfeaf4;font-weight:800;cursor:pointer}
.market-stock-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}.market-stock-meta .head{margin:0}.market-stock-meta .head h2{font-size:17px}
#p-dash .market-stock-shell .chart{background:#101925}

@media(max-width:1220px){.market-index-grid{grid-template-columns:repeat(3,1fr)}.market-overview-grid{grid-template-columns:1fr}.market-evidence-grid{grid-template-columns:1fr}}
@media(max-width:1050px){#p-dash{padding-right:0}}
@media(max-width:820px){.market-hero{grid-template-columns:1fr;padding:23px}.market-hero-pulse{min-height:150px}.market-index-grid{grid-template-columns:repeat(2,1fr)}.market-stock-head{align-items:stretch;flex-direction:column}.market-stock-form{min-width:0;width:100%}}
@media(max-width:620px){.market-hero{padding:20px;border-radius:18px}.market-hero h1{font-size:32px}.market-index-grid,.market-heat-grid{grid-template-columns:1fr}.market-temperature-layout{grid-template-columns:1fr;text-align:center}.market-temperature-gauge{margin:auto}.market-breadth{justify-content:center}.market-breadth i{max-width:34px}.market-heat-audit div{grid-template-columns:repeat(3,1fr)}.market-section-head{align-items:flex-start;flex-direction:column}.market-section-head>span{text-align:left}.market-stock-shell{padding:15px}.market-stock-form{flex-direction:column}.market-event{grid-template-columns:62px 10px minmax(0,1fr)}}
