/* 车辆主视觉和工作模块共用一张工作站主卡片，避免两块独立浮卡造成割裂。 */
.station-stage{
  position:relative;
  isolation:isolate;
  width:min(760px,100%);
  margin:clamp(42px,8vh,72px) auto 34px;
  overflow:hidden;
  border:1px solid rgba(27,155,193,.22);
  border-radius:22px;
  background:
    radial-gradient(circle at 86% 12%,rgba(73,197,231,.18),transparent 28%),
    linear-gradient(116deg,rgba(255,255,255,.82),rgba(229,247,253,.78) 58%,rgba(221,235,255,.72));
  box-shadow:0 26px 54px rgba(32,82,105,.16);
}
.station-stage::before{
  position:absolute;
  z-index:0;
  inset:0;
  pointer-events:none;
  content:"";
  opacity:.6;
  background-image:linear-gradient(rgba(31,146,184,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(31,146,184,.06) 1px,transparent 1px);
  background-size:32px 32px;
}
.station-stage>.station-hero,.station-stage>.workspace-panel{position:relative;z-index:1;width:100%;margin:0;border:0;border-radius:0;box-shadow:none}
.station-stage>.station-hero{min-height:312px;padding:42px 38px;background:transparent}
.station-stage>.workspace-panel{min-height:0;padding:28px 32px 33px;border-top:1px solid rgba(29,142,180,.16);background:linear-gradient(180deg,rgba(255,255,255,.21),rgba(255,255,255,.42))}
.station-stage>.workspace-panel::before{opacity:.38}
.station-stage>.workspace-panel .workspace-panel-head{margin-bottom:18px}
.station-stage>.workspace-panel .workspace-list{gap:14px}
.station-stage>.workspace-panel .workspace-button{min-height:112px}
@media(max-width:760px){
  .station-stage{width:calc(100% - 28px);margin-top:35px;border-radius:20px}
  .station-stage>.station-hero{min-height:405px;padding:34px 25px 0}
  .station-stage>.workspace-panel{padding:23px 17px 25px}
  .station-stage>.workspace-panel .workspace-button{min-height:106px}
}

.station-vehicle picture{display:block;width:100%;height:100%}

/* 主视觉左侧采用品牌字标在上、工作站名称在下，避免与车辆区域竞争。 */
.station-hero-changan{width:270px;height:32px;margin:0 0 13px;overflow:hidden}.station-hero-changan img{display:block;width:380px;max-width:none;transform:translate(-55px,-48px);filter:brightness(0) saturate(100%) invert(22%) sepia(46%) saturate(3018%) hue-rotate(190deg) brightness(88%) contrast(94%)}.station-stage>.station-hero .station-hero-copy h1{font-size:clamp(24px,2.45vw,31px);letter-spacing:-.035em}.station-stage>.station-hero .station-intro{margin-top:10px;font-size:12px}
@media(max-width:760px){.station-hero-changan{width:215px;height:26px;margin-bottom:10px}.station-hero-changan img{width:304px;transform:translate(-44px,-39px)}.station-stage>.station-hero .station-hero-copy h1{font-size:clamp(21px,6.8vw,28px)}}
