.focus-style-panel {
  position: fixed;
  z-index: 21;
  box-sizing: border-box;
  width: 370px;
  max-width: calc(100vw - 24px);
  max-height: calc(100vh - 24px);
  overflow: auto;
  padding: 14px;
  border: 1px solid #50667d;
  border-radius: 10px;
  background: #12202e;
  box-shadow: 0 8px 28px #0008;
  color: #dce9f6;
  font-size: 12px;
}
.focus-style-panel header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.focus-style-panel fieldset {
  border: 1px solid #354b60;
  border-radius: 6px;
  padding: 10px;
  margin: 12px 0 0;
}
.focus-style-panel legend { color: #b4d0ec; padding: 0 6px; }
.focus-style-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 24px;
}
.focus-style-toggle input { flex: 0 0 auto; margin: 0; }
.focus-style-range { display: grid; gap: 3px; margin-top: 9px; }
.focus-style-range > span {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.focus-style-range output { color: #a9caf5; font-variant-numeric: tabular-nums; }
.focus-style-range input[type=color] { height: 30px; padding: 3px; cursor: pointer; }
.focus-style-range input { width: 100%; padding: 0; margin: 0; height: 17px; }
.focus-style-panel input { accent-color: #97bfff; }
.focus-style-panel p { color: #9fb2c7; font-size: 11px; line-height: 1.4; margin: 10px 0 0; }
