:is(.automotive-company, .automotive-public, .control-center) {
  --bg: #f7f8fa;
  --text: #202830;
  --ink: #202830;
  --muted: #64707d;
  --soft: #f1f4f6;
  --border: #dfe4e9;
  --line: #dfe4e9;
  --card: #fff;
  --primary: #173d59;
  --primary2: #102e45;
  --accent: #167d72;
  --accentSoft: #eaf5f1;
  --cyan: #167d72;
  --blue: #173d59;
  --ok: #16714e;
  --warn: #98631c;
  --danger: #b4323e;
  --shadow: 0 1px 3px rgb(20 35 50 / 5%);
  --shadow2: 0 1px 2px rgb(20 35 50 / 3%);
  --radius-sm: 6px;
  --radius-md: 8px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --office-navigation-height: 0px;
  --office-company-rail-height: 0px;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
:is(.automotive-company, .automotive-public, .control-center) :where(button, input, select, textarea) { font-family: inherit; letter-spacing: 0; }
:is(.automotive-company, .automotive-public, .control-center) :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
:is(.automotive-company, .automotive-public, .control-center) :where(input[type="checkbox"], input[type="radio"]) {
  width: 16px;
  height: 16px;
  min-height: 16px;
  padding: 0;
  margin: 0;
  flex: 0 0 16px;
  accent-color: var(--primary);
  box-shadow: none;
}
:is(.automotive-company, .automotive-public, .control-center) :where(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="file"]), select) {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
  height: 42px;
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--text);
  font-size: 14px;
}
:is(.automotive-company, .automotive-public, .control-center) :where(textarea) {
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text);
  background: #fff;
  line-height: 1.65;
}
:is(.automotive-company, .automotive-public, .control-center) :where(input, textarea)[readonly] { background: var(--soft); }
:is(.automotive-company, .automotive-public, .control-center) :where(input, select, textarea):disabled { background: var(--soft); color: var(--muted); }
:is(.automotive-company, .automotive-public, .control-center) :where(button, .btn, .linkbtn) { transition: background .16s, border-color .16s, color .16s; }
:is(.automotive-company, .automotive-public, .control-center) :where(button):disabled { cursor: not-allowed; opacity: .55; box-shadow: none; }
@media (max-width: 767px) {
  :is(.automotive-company, .automotive-public, .control-center) :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea) { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  :is(.automotive-company, .automotive-public, .control-center) * { animation: none; transition: none; scroll-behavior: auto; }
}
