.yjty-host {
  --yjty-bg: #071018;
  --yjty-panel: #0d1a24;
  --yjty-panel-2: #112330;
  --yjty-line: rgba(139, 191, 215, .17);
  --yjty-line-strong: rgba(139, 209, 236, .32);
  --yjty-text: #edf8fc;
  --yjty-muted: #90a8b4;
  --yjty-cyan: #40d9ff;
  --yjty-green: #53e08b;
  --yjty-red: #ff6657;
  --yjty-amber: #f2b84b;
  --yjty-purple: #a68cff;
  display: block;
  width: 100%;
  color: var(--yjty-text);
  font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
}

.yjty-host *,
.yjty-host *::before,
.yjty-host *::after {
  box-sizing: border-box;
}

.yjty-host button {
  font: inherit;
}

.yjty {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(131, 199, 224, .19);
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 0%, rgba(32, 152, 190, .16), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(255, 98, 75, .1), transparent 25%),
    linear-gradient(145deg, #09131c 0%, #060c12 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 24px 70px rgba(1, 7, 12, .32);
  isolation: isolate;
}

.yjty::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(128, 200, 225, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 200, 225, .022) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 70%);
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

.yjty-command,
.yjty-command-brand,
.yjty-command-state,
.yjty-contract,
.yjty-panel-head,
.yjty-work-code,
.yjty-order-foot,
.yjty-execution-strip,
.yjty-footer {
  display: flex;
  align-items: center;
}

.yjty-command {
  justify-content: space-between;
  min-height: 62px;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-bottom: 1px solid var(--yjty-line);
}

.yjty-command-brand {
  gap: 12px;
}

.yjty-command-brand > i {
  position: relative;
  display: grid;
  width: 43px;
  height: 49px;
  place-items: center;
  border: 1px solid rgba(64, 217, 255, .46);
  border-radius: 12px 12px 18px 18px;
  background: linear-gradient(145deg, rgba(64, 217, 255, .14), rgba(64, 217, 255, .02));
  box-shadow: inset 0 0 20px rgba(64, 217, 255, .08);
}

.yjty-command-brand > i::before,
.yjty-command-brand > i::after,
.yjty-brief-mark i::before,
.yjty-brief-mark i::after {
  position: absolute;
  background: var(--yjty-cyan);
  border-radius: 2px;
  content: "";
}

.yjty-command-brand > i::before {
  width: 22px;
  height: 5px;
}

.yjty-command-brand > i::after {
  width: 5px;
  height: 22px;
}

.yjty-command-brand div {
  display: grid;
  gap: 2px;
}

.yjty-command-brand small,
.yjty-panel-head span,
.yjty-modal-kicker,
.yjty-plan-heading > span,
.yjty-retest-card > div:first-child > span {
  color: var(--yjty-cyan);
  font: 700 9px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .16em;
}

.yjty-command-brand strong {
  font-size: 18px;
  letter-spacing: .08em;
}

.yjty-command-state {
  gap: 14px;
  color: var(--yjty-muted);
  font-size: 11px;
}

.yjty-command-state span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.yjty-command-state span i,
.yjty-live-dot::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yjty-green);
  box-shadow: 0 0 11px var(--yjty-green);
  animation: yjty-pulse 1.7s ease-in-out infinite;
}

.yjty-command-state b {
  padding: 8px 11px;
  border: 1px solid var(--yjty-line);
  border-radius: 8px;
  color: #cfe9f3;
  background: rgba(255, 255, 255, .025);
  font: 700 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .1em;
}

.yjty-contract {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 13px;
  padding: 15px 17px;
  border: 1px solid var(--yjty-line);
  border-radius: 15px;
  background: rgba(10, 25, 35, .79);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

.yjty-contract > div:first-child {
  min-width: 126px;
}

.yjty-contract > div:first-child span {
  display: block;
  margin-bottom: 4px;
  color: var(--yjty-muted);
  font-size: 11px;
}

.yjty-contract > div:first-child strong {
  color: var(--yjty-cyan);
  font: 800 19px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.yjty-contract > div:first-child em {
  color: #68818e;
  font-size: 11px;
  font-style: normal;
}

.yjty-timeline {
  position: relative;
  display: flex;
  flex: 1;
  justify-content: space-between;
  max-width: 570px;
}

.yjty-timeline::before {
  position: absolute;
  top: 13px;
  right: 5%;
  left: 5%;
  height: 2px;
  background: linear-gradient(90deg, rgba(64, 217, 255, .52), rgba(115, 153, 169, .12));
  content: "";
}

.yjty-timeline span {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 4px;
  color: #617b87;
}

.yjty-timeline span i {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #28404c;
  border-radius: 50%;
  background: #0a1720;
  font: 700 10px/1 ui-monospace, monospace;
  font-style: normal;
}

.yjty-timeline span small {
  font: 700 8px/1 ui-monospace, monospace;
}

.yjty-timeline span.done i {
  border-color: rgba(83, 224, 139, .42);
  color: var(--yjty-green);
  background: rgba(83, 224, 139, .1);
}

.yjty-timeline span.active {
  color: #d9f7ff;
}

.yjty-timeline span.active i {
  border-color: var(--yjty-cyan);
  color: #061219;
  background: var(--yjty-cyan);
  box-shadow: 0 0 18px rgba(64, 217, 255, .32);
}

.yjty-contract > button,
.yjty-panel-head > button,
.yjty-footer button {
  min-height: 38px;
  border: 1px solid rgba(64, 217, 255, .29);
  border-radius: 9px;
  color: #c8f4ff;
  background: rgba(64, 217, 255, .07);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.yjty-contract > button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0 14px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
}

.yjty-contract > button span {
  color: var(--yjty-cyan);
  font-size: 17px;
}

.yjty-contract > button:hover,
.yjty-panel-head > button:hover,
.yjty-footer button:hover {
  border-color: var(--yjty-cyan);
  background: rgba(64, 217, 255, .13);
  transform: translateY(-1px);
}

.yjty-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 13px;
}

.yjty-metrics article {
  position: relative;
  overflow: hidden;
  min-height: 106px;
  padding: 15px;
  border: 1px solid var(--yjty-line);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(19, 41, 54, .78), rgba(10, 22, 31, .86));
}

.yjty-metrics article::after {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: rgba(64, 217, 255, .045);
  content: "";
}

.yjty-metrics span {
  display: block;
  margin-bottom: 8px;
  color: var(--yjty-muted);
  font-size: 10px;
}

.yjty-metrics strong {
  display: block;
  color: #f5fcff;
  font: 800 25px/1.1 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: -.04em;
}

.yjty-metrics strong.good { color: var(--yjty-green); }
.yjty-metrics strong.warn { color: var(--yjty-amber); }
.yjty-metrics strong.danger { color: var(--yjty-red); }

.yjty-metrics strong em {
  margin-left: 3px;
  color: #66818d;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0;
}

.yjty-metrics small {
  display: block;
  margin-top: 8px;
  color: #66818d;
  font-size: 9px;
}

.yjty-metrics small.up { color: rgba(83, 224, 139, .72); }

.yjty-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(260px, .75fr);
  gap: 12px;
  align-items: start;
}

.yjty-panel {
  min-width: 0;
  border: 1px solid var(--yjty-line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(15, 33, 44, .91), rgba(8, 19, 27, .95));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .022);
}

.yjty-panel-head {
  min-height: 62px;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 15px;
  border-bottom: 1px solid var(--yjty-line);
}

.yjty-panel-head > div {
  display: grid;
  gap: 4px;
}

.yjty-panel-head h3,
.yjty-dispatch h3,
.yjty-modal h3 {
  margin: 0;
  color: var(--yjty-text);
}

.yjty-panel-head h3 {
  font-size: 14px;
}

.yjty-panel-head > b,
.yjty-scan,
.yjty-live-dot {
  color: var(--yjty-cyan);
  font: 700 9px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .1em;
}

.yjty-panel-head > button {
  padding: 0 10px;
  font-size: 10px;
}

.yjty-scan {
  position: relative;
  padding-left: 15px;
}

.yjty-scan::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid var(--yjty-cyan);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
  animation: yjty-scan 1.5s ease-out infinite;
}

.yjty-map-wrap {
  position: relative;
  height: 380px;
  overflow: hidden;
  border-radius: 0 0 16px 16px;
}

.yjty-map {
  display: block;
  width: 100%;
  height: 100%;
}

.yjty-map-legend {
  position: absolute;
  right: 12px;
  bottom: 11px;
  display: flex;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(136, 193, 216, .16);
  border-radius: 8px;
  color: #8ca4af;
  background: rgba(5, 13, 19, .8);
  font-size: 8px;
  backdrop-filter: blur(8px);
}

.yjty-map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.yjty-map-legend i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.yjty-map-legend .fault { background: var(--yjty-red); box-shadow: 0 0 7px var(--yjty-red); }
.yjty-map-legend .verify { background: var(--yjty-amber); }
.yjty-map-legend .normal { background: var(--yjty-green); }

.yjty-roster {
  overflow: hidden;
}

.yjty-tech-list {
  display: grid;
  gap: 7px;
  padding: 10px;
}

.yjty-tech {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 34px;
  gap: 9px;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding: 8px;
  border: 1px solid rgba(132, 185, 207, .12);
  border-radius: 11px;
  color: inherit;
  text-align: left;
  background: rgba(255, 255, 255, .018);
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.yjty-tech:hover,
.yjty-tech.is-chosen {
  border-color: color-mix(in srgb, var(--tech) 54%, transparent);
  background: color-mix(in srgb, var(--tech) 8%, transparent);
  transform: translateX(2px);
}

.yjty-tech.is-tired {
  cursor: not-allowed;
  opacity: .42;
  filter: grayscale(.7);
}

.yjty-avatar,
.yjty-training-grid > article > i {
  display: grid;
  border: 1px solid color-mix(in srgb, var(--tech) 55%, transparent);
  border-radius: 10px;
  color: var(--tech);
  background: color-mix(in srgb, var(--tech) 9%, transparent);
  place-items: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.yjty-avatar {
  width: 38px;
  height: 42px;
}

.yjty-tech > span:nth-child(2) {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.yjty-tech > span:nth-child(2) strong {
  overflow: hidden;
  color: #e9f5f9;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yjty-tech > span:nth-child(2) strong em {
  margin-left: 6px;
  color: var(--tech);
  font: 700 8px/1 ui-monospace, monospace;
  font-style: normal;
}

.yjty-tech > span:nth-child(2) small {
  overflow: hidden;
  color: #758d98;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yjty-tech > span:nth-child(2) b {
  color: #9cc0ce;
  font-size: 8px;
  font-weight: 600;
}

.yjty-hours {
  display: grid;
  justify-items: center;
}

.yjty-hours b {
  color: var(--yjty-cyan);
  font: 800 15px/1 ui-monospace, monospace;
}

.yjty-hours small {
  margin-top: 3px;
  color: #617985;
  font-size: 8px;
}

.yjty-inventory-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border-top: 1px solid var(--yjty-line);
  background: var(--yjty-line);
}

.yjty-inventory-mini span {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr) auto;
  gap: 3px;
  align-items: center;
  min-height: 36px;
  padding: 5px 7px;
  background: #0b1821;
}

.yjty-inventory-mini span i {
  color: var(--yjty-cyan);
  font-size: 11px;
  font-style: normal;
}

.yjty-inventory-mini span small {
  overflow: hidden;
  color: #78909b;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yjty-inventory-mini span b {
  color: #cfdee4;
  font: 700 9px/1 ui-monospace, monospace;
}

.yjty-inventory-mini span.is-low i,
.yjty-inventory-mini span.is-low b { color: var(--yjty-red); }

.yjty-orders {
  grid-column: 1 / 2;
  overflow: hidden;
}

.yjty-order-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: 330px;
  overflow-y: auto;
  padding: 10px;
  scrollbar-color: #264350 transparent;
  scrollbar-width: thin;
}

.yjty-order {
  position: relative;
  display: grid;
  gap: 5px;
  min-height: 112px;
  padding: 11px;
  overflow: hidden;
  border: 1px solid rgba(137, 191, 213, .14);
  border-radius: 11px;
  color: inherit;
  text-align: left;
  background: rgba(255, 255, 255, .018);
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.yjty-order::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: var(--yjty-red);
  content: "";
}

.yjty-order.is-retest::before { background: var(--yjty-amber); }
.yjty-order.is-closed::before { background: var(--yjty-green); }

.yjty-order:hover,
.yjty-order.is-selected {
  border-color: rgba(64, 217, 255, .45);
  background: rgba(64, 217, 255, .065);
  transform: translateY(-1px);
}

.yjty-order.is-closed { opacity: .68; }

.yjty-order-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--yjty-cyan);
  font: 700 9px/1 ui-monospace, monospace;
}

.yjty-order-code i {
  color: #657e89;
  font-style: normal;
  font-weight: 600;
}

.yjty-order > strong {
  color: #eef8fb;
  font-size: 12px;
}

.yjty-order > small {
  overflow: hidden;
  color: #738c97;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yjty-order-foot {
  align-self: end;
  justify-content: space-between;
  margin-top: 3px;
}

.yjty-status {
  padding: 4px 6px;
  border-radius: 5px;
  color: #ff9e94;
  background: rgba(255, 102, 87, .1);
  font-size: 8px;
  font-style: normal;
}

.yjty-order.is-retest .yjty-status { color: var(--yjty-amber); background: rgba(242, 184, 75, .1); }
.yjty-order.is-closed .yjty-status { color: var(--yjty-green); background: rgba(83, 224, 139, .09); }

.yjty-severity {
  display: flex;
  gap: 3px;
}

.yjty-severity i {
  width: 12px;
  height: 3px;
  border-radius: 2px;
  background: #263c46;
}

.yjty-severity i.on { background: var(--yjty-red); }

.yjty-log {
  grid-column: 2 / 3;
  overflow: hidden;
}

.yjty-live-dot {
  display: flex;
  align-items: center;
  gap: 6px;
  font-style: normal;
}

.yjty-live-dot::before {
  display: block;
  content: "";
}

.yjty-log-list {
  display: grid;
  max-height: 330px;
  overflow-y: auto;
  padding: 5px 12px 11px;
}

.yjty-log-list p {
  display: grid;
  grid-template-columns: 7px 40px minmax(0, 1fr);
  gap: 7px;
  align-items: start;
  margin: 0;
  padding: 9px 0;
  border-bottom: 1px solid rgba(135, 190, 211, .08);
}

.yjty-log-list p > i {
  width: 5px;
  height: 5px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--yjty-cyan);
}

.yjty-log-list p.is-good > i { background: var(--yjty-green); }
.yjty-log-list p.is-bad > i { background: var(--yjty-red); }

.yjty-log-list time {
  padding-top: 1px;
  color: #59727d;
  font: 700 8px/1.4 ui-monospace, monospace;
}

.yjty-log-list p span {
  color: #8da5af;
  font-size: 9px;
  line-height: 1.55;
}

.yjty-dispatch {
  display: grid;
  grid-template-columns: minmax(230px, .36fr) minmax(0, 1fr);
  gap: 0;
  margin-top: 12px;
  overflow: hidden;
}

.yjty-dispatch.yjty-empty {
  display: block;
  min-height: 180px;
  padding: 30px;
}

.yjty-dispatch.yjty-empty span {
  color: var(--yjty-cyan);
  font: 700 9px/1 ui-monospace, monospace;
}

.yjty-dispatch.yjty-empty h3 { margin-top: 12px; }
.yjty-dispatch.yjty-empty p { color: var(--yjty-muted); font-size: 12px; }

.yjty-work-detail {
  min-width: 0;
  padding: 22px;
  border-right: 1px solid var(--yjty-line);
  background: rgba(255, 255, 255, .018);
}

.yjty-work-code {
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.yjty-work-code > span {
  color: var(--yjty-cyan);
  font: 800 12px/1 ui-monospace, monospace;
}

.yjty-work-code > i {
  padding: 5px 7px;
  border-radius: 5px;
  color: var(--yjty-red);
  background: rgba(255, 102, 87, .1);
  font-size: 9px;
  font-style: normal;
}

.yjty-work-code > i.is-retest { color: var(--yjty-amber); background: rgba(242, 184, 75, .1); }
.yjty-work-code > i.is-closed { color: var(--yjty-green); background: rgba(83, 224, 139, .1); }

.yjty-work-detail h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.yjty-work-detail p {
  margin: 0;
  color: #8ba2ad;
  font-size: 11px;
  line-height: 1.8;
}

.yjty-work-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 17px;
}

.yjty-work-tags span {
  padding: 5px 7px;
  border: 1px solid rgba(126, 184, 205, .15);
  border-radius: 6px;
  color: #7f9ba7;
  background: rgba(255, 255, 255, .018);
  font-size: 8px;
}

.yjty-plan-zone,
.yjty-retest-card,
.yjty-closed-report {
  min-width: 0;
  padding: 20px;
}

.yjty-plan-heading {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
}

.yjty-plan-heading h4,
.yjty-retest-card h4 {
  margin: 0;
  color: #ebf7fb;
  font-size: 14px;
}

.yjty-select-tech > span {
  display: block;
  margin-bottom: 7px;
  color: #a3bac4;
  font-size: 10px;
  font-weight: 700;
}

.yjty-select-tech > span small {
  margin-left: 5px;
  color: #5f7883;
  font-size: 8px;
  font-weight: 500;
}

.yjty-select-tech > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.yjty-select-tech button {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr) auto;
  gap: 6px;
  align-items: center;
  min-height: 42px;
  padding: 5px 7px;
  border: 1px solid rgba(128, 184, 205, .14);
  border-radius: 8px;
  color: #b5cad2;
  background: rgba(255, 255, 255, .018);
  cursor: pointer;
}

.yjty-select-tech button.is-selected {
  border-color: rgba(64, 217, 255, .46);
  color: #eafaff;
  background: rgba(64, 217, 255, .08);
}

.yjty-select-tech button:disabled {
  cursor: not-allowed;
  opacity: .35;
}

.yjty-select-tech button i {
  display: grid;
  width: 27px;
  height: 30px;
  place-items: center;
  border-radius: 7px;
  color: var(--tech);
  background: color-mix(in srgb, var(--tech) 10%, transparent);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.yjty-select-tech button b {
  overflow: hidden;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yjty-select-tech button small {
  color: #667f8a;
  font: 700 8px/1 ui-monospace, monospace;
}

.yjty-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 14px;
}

.yjty-plans button {
  display: grid;
  gap: 4px;
  min-height: 86px;
  padding: 10px;
  border: 1px solid rgba(131, 189, 212, .13);
  border-radius: 9px;
  color: inherit;
  text-align: left;
  background: rgba(255, 255, 255, .018);
  cursor: pointer;
}

.yjty-plans button:hover,
.yjty-plans button.is-selected {
  border-color: rgba(64, 217, 255, .48);
  background: linear-gradient(145deg, rgba(64, 217, 255, .1), rgba(64, 217, 255, .02));
}

.yjty-plans button > span {
  color: var(--yjty-cyan);
  font: 700 7px/1 ui-monospace, monospace;
  letter-spacing: .1em;
}

.yjty-plans button strong { font-size: 11px; }
.yjty-plans button small { color: #718a95; font-size: 8px; line-height: 1.5; }

.yjty-execution-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(70px, 1fr)) minmax(150px, 1.25fr);
  gap: 1px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid var(--yjty-line);
  border-radius: 10px;
  background: var(--yjty-line);
}

.yjty-execution-strip > span {
  display: grid;
  gap: 6px;
  min-height: 59px;
  padding: 10px;
  background: #0b1922;
}

.yjty-execution-strip small {
  color: #66808b;
  font-size: 8px;
}

.yjty-execution-strip strong {
  overflow: hidden;
  color: #c8dce3;
  font: 700 10px/1.1 ui-monospace, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yjty-execution-strip strong.high { color: var(--yjty-green); }
.yjty-execution-strip strong.medium { color: var(--yjty-amber); }
.yjty-execution-strip strong.low,
.yjty-execution-strip strong.none { color: var(--yjty-red); }

.yjty-execute,
.yjty-accept {
  border: 0;
  color: #061118;
  background: linear-gradient(135deg, #74e9ff, #35c8ed);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 8px 22px rgba(31, 179, 218, .16);
  cursor: pointer;
  transition: filter .18s ease, transform .18s ease;
}

.yjty-execute {
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: 59px;
  padding: 10px 14px;
}

.yjty-execute:hover,
.yjty-accept:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.yjty-execute span { font-size: 11px; font-weight: 800; }
.yjty-execute small { margin-top: 3px; color: rgba(5, 34, 44, .65); font-size: 8px; }

.yjty-retest-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 15px;
  align-items: center;
}

.yjty-retest-card > div:first-child p {
  margin: 7px 0 0;
  color: #7f98a3;
  font-size: 10px;
  line-height: 1.6;
}

.yjty-quality {
  position: relative;
  display: grid;
  width: 82px;
  height: 82px;
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(242, 184, 75, .25);
  border-radius: 50%;
  background: conic-gradient(var(--yjty-amber) var(--quality), rgba(242, 184, 75, .08) 0);
}

.yjty-quality::after {
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  background: #0c1b24;
  content: "";
}

.yjty-quality small,
.yjty-quality strong {
  position: relative;
  z-index: 1;
}

.yjty-quality small { color: #8b7d5c; font-size: 7px; }
.yjty-quality strong { margin-top: 2px; color: var(--yjty-amber); font: 800 21px/1 ui-monospace, monospace; }

.yjty-retest-card .yjty-select-tech {
  grid-column: 1 / -1;
}

.yjty-retest-card > .yjty-execute {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #241a06;
  background: linear-gradient(135deg, #ffd373, #f2b84b);
}

.yjty-closed-report {
  display: flex;
  align-items: center;
  gap: 17px;
}

.yjty-closed-report > i {
  display: grid;
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(83, 224, 139, .35);
  border-radius: 50%;
  color: var(--yjty-green);
  background: rgba(83, 224, 139, .08);
  box-shadow: 0 0 25px rgba(83, 224, 139, .08);
  font-size: 28px;
  font-style: normal;
}

.yjty-closed-report span { color: var(--yjty-green); font: 700 8px/1 ui-monospace, monospace; letter-spacing: .1em; }
.yjty-closed-report h4 { margin: 7px 0; color: #eaf9ef; font-size: 15px; }
.yjty-closed-report p { margin: 0; color: #759186; font-size: 10px; line-height: 1.6; }

.yjty-footer {
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  padding: 4px 8px 0;
  color: #55707c;
  font-size: 9px;
}

.yjty-footer button {
  min-height: 32px;
  padding: 0 10px;
  font-size: 9px;
}

.yjty-overlay {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: grid;
  overflow-y: auto;
  padding: 24px;
  background: rgba(3, 9, 14, .8);
  place-items: center;
  backdrop-filter: blur(12px);
}

.yjty-modal {
  position: relative;
  width: min(850px, 100%);
  padding: 28px;
  border: 1px solid rgba(118, 198, 226, .27);
  border-radius: 21px;
  background:
    radial-gradient(circle at 100% 0, rgba(64, 217, 255, .1), transparent 34%),
    linear-gradient(145deg, #102431, #08141d);
  box-shadow: 0 35px 90px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .04);
}

.yjty-modal h3 {
  margin-top: 9px;
  font-size: 25px;
}

.yjty-modal > p {
  max-width: 680px;
  margin: 10px 0 20px;
  color: #91aab5;
  font-size: 12px;
  line-height: 1.75;
}

.yjty-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid var(--yjty-line);
  border-radius: 50%;
  color: #9fb5be;
  background: rgba(255, 255, 255, .03);
  cursor: pointer;
  place-items: center;
  font-size: 20px;
}

.yjty-brief {
  max-width: 760px;
  padding: 39px;
  overflow: hidden;
}

.yjty-brief::after {
  position: absolute;
  top: -80px;
  right: -70px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(64, 217, 255, .11);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(64, 217, 255, .025), 0 0 0 70px rgba(64, 217, 255, .018);
  content: "";
}

.yjty-brief-mark {
  position: relative;
  z-index: 1;
  display: grid;
  width: 78px;
  height: 84px;
  margin-bottom: 21px;
  place-items: center;
  border: 1px solid rgba(64, 217, 255, .4);
  border-radius: 18px 18px 27px 27px;
  background: rgba(64, 217, 255, .06);
}

.yjty-brief-mark i::before { width: 29px; height: 7px; left: 24px; top: 35px; }
.yjty-brief-mark i::after { width: 7px; height: 29px; left: 35px; top: 24px; }
.yjty-brief-mark span { margin-top: 61px; color: var(--yjty-cyan); font: 800 8px/1 ui-monospace, monospace; letter-spacing: .15em; }

.yjty-brief h3 {
  position: relative;
  z-index: 1;
  max-width: 600px;
  font-size: clamp(27px, 4vw, 42px);
  letter-spacing: -.03em;
}

.yjty-brief > p { font-size: 13px; }

.yjty-brief-rules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 23px 0;
}

.yjty-brief-rules span {
  display: grid;
  gap: 5px;
  min-height: 105px;
  padding: 14px;
  border: 1px solid var(--yjty-line);
  border-radius: 11px;
  background: rgba(255, 255, 255, .018);
}

.yjty-brief-rules i {
  color: var(--yjty-cyan);
  font: 800 10px/1 ui-monospace, monospace;
  font-style: normal;
}

.yjty-brief-rules b { align-self: end; font-size: 11px; }
.yjty-brief-rules small { color: #6d8792; font-size: 9px; }

.yjty-accept {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 0 19px;
  border-radius: 10px;
}

.yjty-accept span { font-size: 13px; font-weight: 800; }
.yjty-accept small { color: rgba(5, 39, 49, .65); font-size: 9px; font-weight: 700; }

.yjty-store-balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(64, 217, 255, .16);
  border-radius: 10px;
  background: rgba(64, 217, 255, .045);
}

.yjty-store-balance span { color: #829ba6; font-size: 10px; }
.yjty-store-balance strong { color: var(--yjty-cyan); font: 800 18px/1 ui-monospace, monospace; }

.yjty-store h4 {
  margin: 16px 0 8px;
  color: #c7dae2;
  font-size: 11px;
}

.yjty-shop-grid,
.yjty-training-grid {
  display: grid;
  gap: 7px;
}

.yjty-shop-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.yjty-training-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.yjty-shop-grid article,
.yjty-training-grid article {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-width: 0;
  min-height: 61px;
  padding: 8px;
  border: 1px solid rgba(127, 186, 208, .13);
  border-radius: 9px;
  background: rgba(255, 255, 255, .018);
}

.yjty-shop-grid article > i {
  display: grid;
  width: 34px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  color: var(--yjty-cyan);
  background: rgba(64, 217, 255, .07);
  font-size: 15px;
  font-style: normal;
}

.yjty-shop-grid article > span,
.yjty-training-grid article > span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.yjty-shop-grid article strong,
.yjty-training-grid article strong {
  overflow: hidden;
  color: #dcebf0;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yjty-shop-grid article small,
.yjty-training-grid article small { color: #657f8a; font-size: 8px; }

.yjty-shop-grid article button,
.yjty-training-grid article button {
  min-height: 31px;
  padding: 0 8px;
  border: 1px solid rgba(64, 217, 255, .24);
  border-radius: 6px;
  color: var(--yjty-cyan);
  background: rgba(64, 217, 255, .06);
  cursor: pointer;
  font: 700 8px/1 ui-monospace, monospace;
}

.yjty-training-grid > article > i {
  width: 34px;
  height: 38px;
}

.yjty-shop-grid article button:disabled,
.yjty-training-grid article button:disabled { cursor: default; opacity: .4; }

.yjty-decision { max-width: 760px; }

.yjty-decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.yjty-decision-grid button {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 20px;
  gap: 10px;
  align-items: center;
  min-height: 128px;
  padding: 15px;
  border: 1px solid rgba(130, 191, 213, .17);
  border-radius: 12px;
  color: inherit;
  text-align: left;
  background: rgba(255, 255, 255, .018);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.yjty-decision-grid button:hover {
  border-color: rgba(64, 217, 255, .48);
  background: rgba(64, 217, 255, .07);
  transform: translateY(-2px);
}

.yjty-decision-grid button > i {
  color: var(--yjty-cyan);
  font: 800 14px/1 ui-monospace, monospace;
  font-style: normal;
}

.yjty-decision-grid button > span { display: grid; gap: 5px; }
.yjty-decision-grid button strong { font-size: 13px; }
.yjty-decision-grid button small { color: #78919c; font-size: 9px; line-height: 1.55; }
.yjty-decision-grid button b { color: var(--yjty-amber); font: 700 9px/1 ui-monospace, monospace; }
.yjty-decision-grid button > em { color: var(--yjty-cyan); font-size: 18px; font-style: normal; }

.yjty-announcer {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.yjty button:focus-visible {
  outline: 2px solid #f6dc7b;
  outline-offset: 2px;
}

@keyframes yjty-pulse {
  0%, 100% { opacity: .45; transform: scale(.86); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes yjty-scan {
  0% { box-shadow: 0 0 0 0 rgba(64, 217, 255, .42); }
  100% { box-shadow: 0 0 0 9px rgba(64, 217, 255, 0); }
}

@media (max-width: 980px) {
  .yjty {
    padding: 13px;
    border-radius: 22px;
  }

  .yjty-main-grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(230px, .8fr);
  }

  .yjty-map-wrap { height: 330px; }
  .yjty-select-tech > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .yjty-execution-strip { grid-template-columns: repeat(2, 1fr); }
  .yjty-execution-strip .yjty-execute { grid-column: 1 / -1; }
  .yjty-dispatch { grid-template-columns: minmax(210px, .42fr) minmax(0, 1fr); }
}

@media (max-width: 760px) {
  .yjty {
    min-height: 900px;
    padding: 9px;
    border-radius: 17px;
  }

  .yjty-command { min-height: 56px; padding: 7px; }
  .yjty-command-brand > i { width: 35px; height: 40px; }
  .yjty-command-brand > i::before { width: 18px; }
  .yjty-command-brand > i::after { height: 18px; }
  .yjty-command-brand strong { font-size: 14px; }
  .yjty-command-brand small { font-size: 7px; }
  .yjty-command-state span { display: none; }

  .yjty-contract {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 12px;
  }

  .yjty-timeline { grid-column: 1 / -1; grid-row: 2; max-width: none; }
  .yjty-contract > button { grid-column: 2; grid-row: 1; }

  .yjty-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .yjty-metrics article { min-height: 91px; padding: 12px; }
  .yjty-metrics strong { font-size: 20px; }

  .yjty-main-grid {
    display: flex;
    flex-direction: column;
  }

  .yjty-map-panel,
  .yjty-roster,
  .yjty-orders,
  .yjty-log { width: 100%; }

  .yjty-map-wrap { height: min(62vw, 330px); min-height: 260px; }
  .yjty-roster { order: 2; }
  .yjty-orders { order: 3; }
  .yjty-log { order: 4; }
  .yjty-tech-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .yjty-tech { min-height: 62px; }
  .yjty-order-grid { max-height: none; }
  .yjty-log-list { max-height: 210px; }

  .yjty-dispatch {
    display: block;
    scroll-margin-top: 12px;
  }

  .yjty-work-detail { border-right: 0; border-bottom: 1px solid var(--yjty-line); }
  .yjty-plans { grid-template-columns: 1fr; }
  .yjty-plans button { min-height: 69px; }
  .yjty-select-tech > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .yjty-retest-card { grid-template-columns: minmax(0, 1fr) 75px; }
  .yjty-quality { width: 70px; height: 70px; }

  .yjty-overlay { padding: 12px; align-items: start; }
  .yjty-modal { margin: auto 0; padding: 22px 17px; border-radius: 16px; }
  .yjty-modal h3 { padding-right: 25px; font-size: 21px; }
  .yjty-brief { padding: 25px 18px; }
  .yjty-brief h3 { padding-right: 0; }
  .yjty-brief-rules { grid-template-columns: 1fr; }
  .yjty-brief-rules span { min-height: 72px; }
  .yjty-shop-grid,
  .yjty-training-grid,
  .yjty-decision-grid { grid-template-columns: 1fr; }
  .yjty-decision-grid button { min-height: 106px; }
}

@media (max-width: 480px) {
  .yjty-command-state b { padding: 7px 8px; font-size: 8px; }
  .yjty-contract > div:first-child strong { font-size: 16px; }
  .yjty-contract > button { min-height: 36px; padding: 0 10px; }
  .yjty-timeline span i { width: 25px; height: 25px; }
  .yjty-timeline::before { top: 12px; }
  .yjty-map-wrap { min-height: 235px; }
  .yjty-panel-head { min-height: 57px; padding: 10px 12px; }
  .yjty-tech-list { grid-template-columns: 1fr; }
  .yjty-order-grid { grid-template-columns: 1fr; }
  .yjty-order { min-height: 101px; }
  .yjty-work-detail,
  .yjty-plan-zone,
  .yjty-retest-card,
  .yjty-closed-report { padding: 16px 13px; }
  .yjty-work-detail h3 { font-size: 18px; }
  .yjty-execution-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .yjty-execution-strip > span { min-height: 55px; padding: 9px; }
  .yjty-footer { align-items: flex-start; }
  .yjty-footer span { max-width: 65%; line-height: 1.5; }
  .yjty-shop-grid article,
  .yjty-training-grid article { grid-template-columns: 32px minmax(0, 1fr) auto; }
  .yjty-brief-mark { width: 63px; height: 68px; }
  .yjty-brief-mark i::before { left: 19px; top: 29px; width: 25px; }
  .yjty-brief-mark i::after { left: 28px; top: 20px; height: 25px; }
  .yjty-brief-mark span { margin-top: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  .yjty *,
  .yjty *::before,
  .yjty *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}
