/* Production profile controls: readable native fields and unmistakable draft selection. */
section[aria-labelledby="production-profile-title"] select {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  height: 42px;
  min-height: 42px;
  padding: 9px 36px 9px 12px;
  color: #263650;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2366758a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 11px center;
  background-size: 15px 15px;
}
section[aria-labelledby="production-profile-title"] select:hover {
  border-color: #a9bde0;
}
section[aria-labelledby="production-profile-title"] select:focus {
  border-color: #2864e8;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(40, 100, 232, .14);
}
section[aria-labelledby="production-profile-title"] [aria-label="叙事节奏"] button,
section[aria-labelledby="production-profile-title"] [aria-label="发布画幅"] button {
  position: relative;
  min-height: 40px;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 720;
  line-height: 1.35;
  transition: color .16s ease, background-color .16s ease, box-shadow .16s ease;
}
section[aria-labelledby="production-profile-title"] [aria-label="叙事节奏"] button:hover,
section[aria-labelledby="production-profile-title"] [aria-label="发布画幅"] button:hover {
  color: #244fba;
  background: #eef3ff;
}
section[aria-labelledby="production-profile-title"] [aria-label="叙事节奏"] button:focus-visible,
section[aria-labelledby="production-profile-title"] [aria-label="发布画幅"] button:focus-visible {
  z-index: 1;
  outline: 3px solid rgba(40, 100, 232, .2);
  outline-offset: -3px;
}
section[aria-labelledby="production-profile-title"] [role="group"] button[class*="_activeQuickControl_"] {
  padding-right: 30px;
  color: #fff !important;
  background: #2864e8 !important;
  box-shadow: inset 0 0 0 1px #174ab9, 0 4px 12px rgba(40, 100, 232, .2) !important;
}
section[aria-labelledby="production-profile-title"] [role="group"] button[class*="_activeQuickControl_"]::after {
  content: "✓";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #2456c9;
  background: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 16px;
  text-align: center;
  transform: translateY(-50%);
}
section[aria-labelledby="production-profile-title"] span[class*="_profileUnsaved_"] {
  min-height: 30px;
  padding: 0 10px;
  color: #7a4a00;
  background: #fff3d6;
  border-color: #e0ad4d;
  font-size: 10px;
  box-shadow: 0 3px 10px rgba(166, 106, 31, .12);
}
section[aria-labelledby="production-profile-title"] span[class*="_profileUnsaved_"]::before {
  content: "●";
  margin-right: 6px;
  color: #d88a10;
  font-size: 8px;
}
section[aria-labelledby="production-profile-title"]:has(span[class*="_profileUnsaved_"]) {
  border-color: #dfb35e;
  box-shadow: 0 0 0 3px rgba(224, 173, 77, .11);
}
section[aria-labelledby="production-profile-title"]:has(span[class*="_profileUnsaved_"]) > footer {
  margin: 0 -8px -8px;
  padding: 12px 8px 8px;
  background: linear-gradient(180deg, rgba(255, 249, 235, 0), #fff9eb 38%);
}
section[aria-labelledby="production-profile-title"] > footer > button:not(:disabled) {
  min-height: 40px;
  padding: 0 16px;
  color: #fff !important;
  background: #2864e8 !important;
  border-color: #2864e8 !important;
  font-size: 11px;
  box-shadow: 0 7px 16px rgba(40, 100, 232, .2);
}
section[aria-labelledby="production-profile-title"] > footer > button:not(:disabled):hover {
  background: #174ab9 !important;
  border-color: #174ab9 !important;
}
@media (max-width: 760px) {
  section[aria-labelledby="production-profile-title"] select {
    height: 44px;
    min-height: 44px;
    font-size: 13px;
  }
  section[aria-labelledby="production-profile-title"] [aria-label="叙事节奏"] button,
  section[aria-labelledby="production-profile-title"] [aria-label="发布画幅"] button {
    min-height: 44px;
    font-size: 12px;
  }
}
