#zcfg-led-band,
  #zcfg-led-band * {
    box-sizing: border-box;
  }

  #zcfg-led-band {
    --zcfg-orange: #f9a900;
    --zcfg-orange-dark: #e18f00;
    --zcfg-blue: #55c7e8;
    --zcfg-ink: #222222;
    --zcfg-muted: #666666;
    --zcfg-deep: #24454d;
    --zcfg-line: #d9e3e5;
    --zcfg-soft: #f3f7f8;
    --zcfg-soft-blue: #eaf8fc;
    --zcfg-shadow: 0 12px 30px rgba(36, 69, 77, 0.11);
    display: block;
    width: 100%;
    height: auto !important;
    min-height: 264px;
    max-height: none !important;
    margin: 16px 0 20px;
    overflow: visible !important;
    border: 1px solid var(--zcfg-line);
    border-top: 5px solid var(--zcfg-orange);
    border-radius: 0;
    background: #ffffff;
    color: var(--zcfg-ink);
    box-shadow: var(--zcfg-shadow);
    font-family: inherit;
    isolation: isolate;
    container-name: zcfg-band;
    container-type: inline-size;
  }

  #zcfg-led-band button,
  #zcfg-led-band input {
    font: inherit;
  }

  #zcfg-led-band button {
    border-radius: 0;
  }

  .zcfg-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 54px;
    align-items: center;
    gap: 16px;
    padding: 7px 14px;
    border-bottom: 1px solid var(--zcfg-line);
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 72%, var(--zcfg-soft-blue) 100%);
  }

  .zcfg-title-wrap {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 11px;
  }

  .zcfg-mark {
    position: relative;
    display: grid;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    place-items: center;
    background: var(--zcfg-orange);
    color: #ffffff;
    box-shadow: 4px 4px 0 rgba(85, 199, 232, 0.24);
  }

  .zcfg-mark svg {
    display: block;
    width: 21px;
    height: 21px;
  }

  .zcfg-title-copy {
    min-width: 0;
  }

  #zcfg-led-band .zcfg-title {
    min-width: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    color: var(--zcfg-deep);
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .zcfg-subtitle {
    display: block;
    overflow: hidden;
    margin-top: 2px;
    color: var(--zcfg-muted);
    font-size: 10.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .zcfg-head-actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  @keyframes zcfg-spin {
    to { transform: rotate(360deg); }
  }

  .zcfg-reset {
    min-height: 28px;
    padding: 4px 8px;
    border: 1px solid transparent;
    background: transparent;
    color: var(--zcfg-deep);
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
  }

  .zcfg-reset:hover,
  .zcfg-reset:focus-visible {
    border-color: var(--zcfg-line);
    background: #ffffff;
    color: var(--zcfg-orange-dark);
  }

  .zcfg-steps {
    display: grid;
    grid-template-columns: repeat(6, minmax(112px, 1fr));
    height: auto;
    min-height: 46px;
    overflow-x: auto;
    scrollbar-width: none;
    border-bottom: 1px solid var(--zcfg-line);
    background: #ffffff;
  }

  .zcfg-steps::-webkit-scrollbar { display: none; }

  .zcfg-step {
    position: relative;
    display: flex;
    min-width: 112px;
    align-items: center;
    padding: 0 9px 0 38px;
    border: 0;
    border-right: 1px solid var(--zcfg-line);
    background: #ffffff;
    color: var(--zcfg-muted);
    font-size: 10.5px;
    font-weight: 800;
    text-align: left;
    white-space: nowrap;
    cursor: default;
    user-select: none;
  }

  .zcfg-step::before {
    content: attr(data-number);
    position: absolute;
    left: 10px;
    top: 10px;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border: 1px solid #c5d1d3;
    background: var(--zcfg-soft);
    color: var(--zcfg-muted);
    font-size: 10px;
    font-weight: 900;
  }

  .zcfg-step.is-active {
    background: linear-gradient(180deg, var(--zcfg-soft-blue) 0%, #ffffff 100%);
    color: var(--zcfg-deep);
  }

  .zcfg-step.is-active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background: var(--zcfg-orange);
  }

  .zcfg-step.is-active::before,
  .zcfg-step.is-done::before {
    border-color: var(--zcfg-orange);
    background: var(--zcfg-orange);
    color: #ffffff;
  }

  .zcfg-step.is-locked {
    opacity: 0.48;
  }

  .zcfg-stage {
    position: relative;
    height: auto;
    min-height: 108px;
    min-width: 0;
    padding: 9px 14px 6px;
    overflow: visible;
    background: linear-gradient(180deg, #fbfcfc 0%, var(--zcfg-soft) 100%);
  }

  .zcfg-stage-head {
    display: flex;
    min-width: 0;
    height: 22px;
    align-items: center;
    gap: 8px;
  }

  .zcfg-stage-title {
    margin: 0;
    color: var(--zcfg-deep);
    font-size: 13.5px;
    font-weight: 800;
    white-space: nowrap;
  }

  .zcfg-stage-help {
    min-width: 0;
    overflow: hidden;
    color: var(--zcfg-muted);
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .zcfg-rail {
    display: flex;
    min-width: 0;
    height: auto;
    min-height: 45px;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    overflow: visible;
    padding: 7px 2px 9px;
    mask-image: none;
  }

  .zcfg-chip {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 7px 12px;
    border: 1px solid #cbd7d9;
    border-bottom: 3px solid #cbd7d9;
    background: #ffffff;
    color: var(--zcfg-ink);
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(36, 69, 77, 0.05);
    transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
  }

  .zcfg-chip:hover,
  .zcfg-chip:focus-visible {
    border-color: var(--zcfg-orange);
    outline: 2px solid rgba(249, 169, 0, 0.18);
    outline-offset: 1px;
    transform: translateY(-1px);
  }

  .zcfg-chip.is-selected {
    border-color: var(--zcfg-orange-dark);
    background: var(--zcfg-orange);
    color: #ffffff;
    box-shadow: 0 5px 12px rgba(225, 143, 0, 0.22);
  }

  .zcfg-chip:disabled {
    border-color: #dfe6e7;
    background: #edf1f2;
    color: #8a9699;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.58;
    transform: none;
  }

  .zcfg-chip small {
    display: block;
    margin-top: 1px;
    font-size: 9px;
    font-weight: 500;
    opacity: 0.78;
  }

  .zcfg-mode-row,
  .zcfg-advanced-tabs {
    display: flex;
    min-width: 0;
    height: auto;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    overflow: visible;
    padding-bottom: 0;
  }

  .zcfg-mode,
  .zcfg-advanced-tab {
    flex: 0 0 auto;
    min-height: 30px;
    height: auto;
    padding: 5px 10px;
    border: 1px solid #d3dfe1;
    background: #ffffff;
    color: var(--zcfg-muted);
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  }

  .zcfg-mode.is-selected,
  .zcfg-advanced-tab.is-selected {
    border-color: var(--zcfg-deep);
    background: var(--zcfg-deep);
    color: #ffffff;
    box-shadow: 0 5px 12px rgba(36, 69, 77, 0.16);
  }

  .zcfg-advanced-content {
    margin-top: 8px;
    padding: 10px 12px 12px;
    border: 1px solid #d3dfe1;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(36, 69, 77, 0.05);
  }

  .zcfg-mode-content .zcfg-rail,
  .zcfg-advanced-content .zcfg-rail {
    height: auto;
    min-height: 45px;
    padding: 0;
  }

  .zcfg-mode-content .zcfg-chip,
  .zcfg-advanced-content .zcfg-chip {
    min-height: 32px;
    padding: 5px 9px;
    font-size: 11px;
  }

  .zcfg-socket-panel {
    min-width: 0;
  }

  .zcfg-socket-rail {
    height: auto;
    min-height: 72px;
    padding-top: 5px;
    padding-bottom: 5px;
    mask-image: none;
  }

  .zcfg-socket-chip {
    display: grid;
    grid-template-columns: 38px auto;
    min-width: 92px;
    min-height: 58px;
    align-items: center;
    gap: 7px;
    padding: 5px 10px 5px 7px;
    text-align: left;
  }

  #zcfg-led-band .zcfg-socket-icon {
    position: relative;
    display: block;
    width: 38px;
    height: 42px;
    overflow: hidden;
    border-right: 1px solid var(--zcfg-line);
    color: var(--zcfg-deep);
  }

  #zcfg-led-band .zcfg-socket-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 36px;
    transform: translate(-50%, -50%);
  }

  #zcfg-led-band .zcfg-socket-icon img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    display: block !important;
    width: 36px !important;
    height: 40px !important;
    min-width: 36px !important;
    min-height: 40px !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    opacity: 1 !important;
    visibility: visible !important;
    mix-blend-mode: multiply;
    transform: translate(-50%, -50%) scale(1.35) !important;
    transform-origin: center center !important;
    pointer-events: none;
  }

  .zcfg-socket-chip.is-selected .zcfg-socket-icon {
    border-right-color: rgba(255, 255, 255, 0.45);
    color: #ffffff;
  }

  .zcfg-kelvin-layout {
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) minmax(280px, 1fr);
    height: auto;
    min-height: 71px;
    align-items: center;
    gap: 14px;
  }

  .zcfg-kelvin-layout .zcfg-rail {
    height: 70px;
  }

  .zcfg-kelvin-box {
    min-width: 0;
  }

  .zcfg-kelvin-values {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
  }

  .zcfg-number {
    width: 86px;
    height: 34px;
    padding: 4px 8px;
    border: 1px solid #cdd8da;
    border-radius: 0;
    background: #ffffff;
    color: var(--zcfg-ink);
    font-size: 11px;
    text-align: center;
  }

  .zcfg-value-control {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 7px;
  }

  .zcfg-number-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--zcfg-deep);
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
  }

  .zcfg-number-wrap.is-invalid .zcfg-number {
    border-color: #b42318;
    background: #fff6f5;
  }

  .zcfg-number-apply {
    min-height: 34px;
    padding: 5px 10px;
    border: 1px solid var(--zcfg-deep);
    border-radius: 0;
    background: var(--zcfg-deep);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
  }

  .zcfg-number-apply:hover,
  .zcfg-number-apply:focus-visible {
    border-color: var(--zcfg-orange-dark);
    background: var(--zcfg-orange);
  }

  .zcfg-number-error {
    flex: 1 0 100%;
    min-height: 14px;
    color: #b42318;
    font-size: 9px;
    font-weight: 700;
  }

  .zcfg-number:focus {
    border-color: var(--zcfg-orange);
    outline: 2px solid rgba(249, 169, 0, 0.15);
  }

  .zcfg-performance-layout {
    display: block;
    min-height: 68px;
  }

  .zcfg-performance-stack {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .zcfg-performance-section {
    min-width: 0;
  }

  .zcfg-performance-mode {
    display: flex;
    width: 100%;
    min-height: 38px;
    height: auto;
    align-items: center;
    justify-content: space-between;
    padding: 8px 11px;
    text-align: left;
  }

  .zcfg-performance-mode::after {
    content: "+";
    margin-left: 12px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
  }

  .zcfg-performance-mode.is-selected::after {
    content: "−";
  }

  .zcfg-performance-body {
    margin-top: -1px;
    padding: 10px 12px 12px;
    border: 1px solid #d3dfe1;
    background: #ffffff;
  }

  .zcfg-range-box {
    min-width: 0;
  }

  .zcfg-performance-presets {
    display: flex;
    min-height: 27px;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 7px;
  }

  .zcfg-performance-presets-label {
    margin-right: 2px;
    color: var(--zcfg-muted);
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
  }

  .zcfg-performance-limit {
    margin-top: 5px;
    color: var(--zcfg-muted);
    font-size: 9px;
  }

  .zcfg-watt-slider {
    margin-top: 8px;
    padding: 10px 12px;
    border: 1px solid #d3dfe1;
    background: var(--zcfg-soft);
  }

  .zcfg-watt-slider-row {
    display: grid;
    grid-template-columns: auto minmax(260px, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-width: 0;
  }

  .zcfg-watt-slider-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(92px, 108px));
    gap: 6px;
    min-width: 0;
  }

  .zcfg-watt-field {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 6px;
    min-width: 0;
    min-height: 36px;
    padding: 4px 6px;
    border: 1px solid #cbd7d9;
    background: #ffffff;
    color: var(--zcfg-muted);
    font-size: 10px;
    font-weight: 800;
  }

  .zcfg-watt-field-control {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 3px;
    min-width: 0;
    color: var(--zcfg-deep);
    font-weight: 900;
  }

  .zcfg-watt-number {
    width: 100%;
    min-width: 0;
    height: 26px;
    padding: 2px 4px;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: var(--zcfg-deep);
    font-size: 11px;
    font-weight: 900;
    text-align: right;
    appearance: textfield;
    -moz-appearance: textfield;
  }

  .zcfg-watt-number::-webkit-outer-spin-button,
  .zcfg-watt-number::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }

  .zcfg-watt-number:focus {
    border-bottom-color: var(--zcfg-orange);
    background: #fffaf0;
  }

  .zcfg-watt-number.is-invalid {
    border-bottom-color: #b42318;
    background: #fff6f5;
    color: #b42318;
  }

  .zcfg-watt-slider-track-wrap {
    min-width: 0;
  }

  .zcfg-watt-slider-track {
    position: relative;
    height: 34px;
    margin: 0 8px;
  }

  .zcfg-watt-slider-base,
  .zcfg-watt-slider-fill {
    position: absolute;
    top: 14px;
    height: 6px;
    pointer-events: none;
  }

  .zcfg-watt-slider-base {
    left: 0;
    right: 0;
    border: 1px solid #c9d4d6;
    background: #e5ecee;
  }

  .zcfg-watt-slider-fill {
    left: var(--zcfg-watt-from, 0%);
    right: calc(100% - var(--zcfg-watt-to, 100%));
    background: var(--zcfg-orange);
  }

  .zcfg-watt-slider-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 34px;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    pointer-events: none;
  }

  .zcfg-watt-slider-input::-webkit-slider-runnable-track {
    height: 6px;
    background: transparent;
  }

  .zcfg-watt-slider-input::-webkit-slider-thumb {
    width: 20px;
    height: 24px;
    margin-top: -9px;
    border: 2px solid #ffffff;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    background: var(--zcfg-deep);
    box-shadow: 0 0 0 1px var(--zcfg-deep);
    cursor: ew-resize;
    pointer-events: auto;
  }

  .zcfg-watt-slider-input::-moz-range-track {
    height: 6px;
    background: transparent;
  }

  .zcfg-watt-slider-input::-moz-range-thumb {
    width: 18px;
    height: 22px;
    border: 2px solid #ffffff;
    border-radius: 0;
    background: var(--zcfg-deep);
    box-shadow: 0 0 0 1px var(--zcfg-deep);
    cursor: ew-resize;
    pointer-events: auto;
  }

  .zcfg-watt-slider-limits {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: -2px 0 0;
    color: var(--zcfg-muted);
    font-size: 9px;
    font-weight: 700;
  }

  .zcfg-watt-slider-apply {
    width: auto;
    min-width: 132px;
    min-height: 36px;
    white-space: nowrap;
  }

  .zcfg-performance-preset {
    min-height: 25px;
    padding: 3px 8px;
    border: 1px solid #c8d4d6;
    border-radius: 0;
    background: #ffffff;
    color: var(--zcfg-deep);
    font-size: 9.5px;
    font-weight: 800;
    cursor: pointer;
  }

  .zcfg-performance-preset:hover,
  .zcfg-performance-preset:focus-visible {
    border-color: var(--zcfg-orange);
    color: var(--zcfg-orange-dark);
  }

  .zcfg-performance-preset.is-selected {
    border-color: var(--zcfg-orange-dark);
    background: var(--zcfg-orange);
    color: #ffffff;
  }

  .zcfg-performance-presets-status {
    color: var(--zcfg-muted);
    font-size: 9px;
  }

  .zcfg-range-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 2px;
    color: var(--zcfg-deep);
    font-size: 10px;
    font-weight: 800;
  }

  .zcfg-range-clear {
    padding: 2px 5px;
    border: 0;
    background: transparent;
    color: var(--zcfg-muted);
    font-size: 9px;
    font-weight: 700;
    cursor: pointer;
  }

  .zcfg-range-clear:hover,
  .zcfg-range-clear:focus-visible {
    color: var(--zcfg-orange-dark);
    text-decoration: underline;
  }

  .zcfg-stage-state {
    display: flex;
    min-height: 66px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px;
    border: 1px dashed #c7d4d6;
    background: #ffffff;
    color: var(--zcfg-deep);
    font-size: 11px;
    font-weight: 700;
    text-align: center;
  }

  .zcfg-stage-state.is-empty {
    min-height: 96px;
    flex-direction: column;
    border: 1px solid #efc56a;
    border-left: 5px solid var(--zcfg-orange);
    background: #fff9eb;
  }

  .zcfg-stage-state.is-error {
    border-color: #e0a4a4;
    background: #fff5f5;
  }

  .zcfg-stage-state.is-info {
    flex-direction: column;
    border-color: #b9d9e1;
    border-left: 5px solid var(--zcfg-sky);
    background: #f4fbfd;
  }

  .zcfg-spinner {
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    border: 2px solid rgba(36, 69, 77, 0.2);
    border-top-color: var(--zcfg-orange);
    border-radius: 50%;
    animation: zcfg-spin 0.7s linear infinite;
  }

  .zcfg-empty-action {
    min-height: 31px;
    padding: 5px 10px;
    border: 1px solid var(--zcfg-deep);
    background: var(--zcfg-deep);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
  }

  .zcfg-footer {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    height: auto;
    min-height: 51px;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-top: 1px solid var(--zcfg-line);
    background: #ffffff;
    box-shadow: 0 -5px 14px rgba(36, 69, 77, 0.04);
  }

  .zcfg-back,
  .zcfg-next,
  .zcfg-results {
    min-height: 36px;
    padding: 7px 12px;
    border: 1px solid #c7d2d4;
    background: #ffffff;
    color: var(--zcfg-deep);
    font-size: 10.5px;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
  }

  .zcfg-footer-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
  }

  .zcfg-footer-actions [hidden] {
    display: none;
  }

  .zcfg-back:disabled {
    opacity: 0.35;
    cursor: default;
  }

  .zcfg-next:disabled,
  .zcfg-results:disabled {
    opacity: 0.55;
    box-shadow: none;
    cursor: wait;
  }

  .zcfg-next,
  .zcfg-results {
    border-color: var(--zcfg-orange-dark);
    background: var(--zcfg-orange);
    color: #ffffff;
    box-shadow: 3px 3px 0 rgba(36, 69, 77, 0.14);
  }

  .zcfg-next:hover,
  .zcfg-results:hover,
  .zcfg-next:focus-visible,
  .zcfg-results:focus-visible {
    background: var(--zcfg-orange-dark);
  }

  .zcfg-summary {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 5px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .zcfg-summary::-webkit-scrollbar {
    display: none;
  }

  .zcfg-summary-label {
    flex: 0 0 auto;
    color: var(--zcfg-muted);
    font-size: 10px;
    font-weight: 700;
  }

  .zcfg-summary-chip {
    flex: 0 0 auto;
    max-width: 190px;
    overflow: hidden;
    padding: 5px 7px;
    border-left: 3px solid var(--zcfg-orange);
    background: var(--zcfg-soft);
    color: var(--zcfg-deep);
    font-size: 9.5px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .zcfg-empty {
    color: var(--zcfg-muted);
    font-size: 11px;
  }

  .zcfg-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  @media (max-width: 760px) {
    #zcfg-led-band {
      height: auto;
      min-height: 290px;
      max-height: none;
      overflow: visible;
      margin: 12px 0 16px;
    }

    .zcfg-head {
      grid-template-columns: minmax(0, 1fr) auto;
      min-height: 58px;
      gap: 4px;
      padding: 8px 9px;
    }

    .zcfg-title-wrap {
      gap: 8px;
    }

    .zcfg-mark {
      flex-basis: 32px;
      width: 32px;
      height: 32px;
    }

    #zcfg-led-band .zcfg-title {
      font-size: 13px;
      line-height: 1.1;
      overflow: visible;
      text-overflow: clip;
      white-space: normal;
    }

    .zcfg-reset {
      padding-right: 0;
      padding-left: 0;
      font-size: 9px;
    }

    .zcfg-subtitle {
      display: none;
    }

    .zcfg-steps {
      grid-template-columns: repeat(6, 110px);
      height: auto;
      min-height: 44px;
    }

    .zcfg-step::before {
      top: 9px;
      width: 22px;
      height: 22px;
    }

    .zcfg-stage {
      height: auto;
      min-height: 126px;
      padding-right: 8px;
      padding-left: 8px;
    }

    .zcfg-stage-help {
      display: none;
    }

    .zcfg-chip {
      min-height: 40px;
      padding: 8px 11px;
    }

    .zcfg-kelvin-layout {
      display: block;
      height: auto;
      min-height: 82px;
    }

    .zcfg-kelvin-layout .zcfg-rail {
      height: auto;
      min-height: 38px;
      padding: 2px 0;
    }

    .zcfg-kelvin-layout .zcfg-chip {
      min-height: 30px;
      padding: 4px 8px;
      font-size: 10px;
    }

    .zcfg-kelvin-values {
      grid-template-columns: minmax(120px, 1fr);
    }

    .zcfg-performance-layout {
      display: block;
      min-height: 92px;
    }

    .zcfg-performance-layout .zcfg-mode-row {
      height: auto;
      flex-wrap: wrap;
      overflow: visible;
    }

    .zcfg-footer {
      grid-template-columns: minmax(0, 1fr);
      height: auto;
      min-height: 57px;
      align-items: stretch;
      gap: 6px;
      padding: 7px 8px;
    }

    .zcfg-summary {
      display: none;
    }

    .zcfg-back {
      width: 100%;
      min-width: 0;
      white-space: normal;
    }

    .zcfg-footer-actions {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      width: 100%;
      min-width: 0;
      gap: 6px;
    }

    .zcfg-footer-actions .zcfg-next,
    .zcfg-footer-actions .zcfg-results {
      width: 100%;
      min-width: 0;
      padding: 7px 6px;
      font-size: 9.5px;
      line-height: 1.25;
      white-space: normal;
    }

    .zcfg-watt-slider-row {
      grid-template-columns: minmax(0, 1fr);
      gap: 9px;
    }

    .zcfg-watt-slider-fields {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 6px;
    }

    .zcfg-watt-slider-apply {
      width: 100%;
      min-width: 0;
    }

    .zcfg-summary-label {
      display: none;
    }

    .zcfg-summary-chip {
      max-width: 115px;
    }
  }

  @container zcfg-band (max-width: 760px) {
    .zcfg-stage-help {
      display: none;
    }

    .zcfg-footer {
      grid-template-columns: minmax(0, 1fr);
      align-items: stretch;
      gap: 6px;
    }

    .zcfg-summary {
      display: none;
    }

    .zcfg-back {
      width: 100%;
      min-width: 0;
      white-space: normal;
    }

    .zcfg-footer-actions {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      width: 100%;
      min-width: 0;
      gap: 6px;
    }

    .zcfg-footer-actions .zcfg-next,
    .zcfg-footer-actions .zcfg-results {
      width: 100%;
      min-width: 0;
      white-space: normal;
    }

    .zcfg-watt-slider-row {
      grid-template-columns: minmax(0, 1fr);
      gap: 9px;
    }

    .zcfg-watt-slider-fields {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zcfg-watt-slider-apply {
      width: 100%;
      min-width: 0;
    }

    .zcfg-performance-layout,
    .zcfg-kelvin-layout {
      display: block;
      min-height: 92px;
    }

    .zcfg-performance-layout .zcfg-mode-row {
      height: auto;
      flex-wrap: wrap;
      overflow: visible;
    }

    .zcfg-kelvin-layout .zcfg-rail {
      height: auto;
      min-height: 38px;
      padding-top: 2px;
      padding-bottom: 2px;
    }

    .zcfg-kelvin-layout .zcfg-chip {
      min-height: 30px;
      padding: 4px 8px;
      font-size: 10px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    #zcfg-led-band * {
      scroll-behavior: auto !important;
      transition: none !important;
    }
  }
