.shadow-dialog__body[data-v-a6c8d56d] {
  display: grid;
  align-content: start;
  gap: 24px;
  grid-auto-rows: max-content;
  padding: 20px 24px 24px;
}
.shadow-dialog__actions[data-v-a6c8d56d] {
  flex: none;
  padding: 16px 24px;
}
.shadow-dialog__label[data-v-a6c8d56d] {
  margin: 0 0 10px;
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
}
.shadow-dialog__hint[data-v-a6c8d56d] {
  margin: 8px 0 0;
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
  font-size: 0.75rem;
  line-height: 1.45;
}
.shadow-dialog__grid[data-v-a6c8d56d] {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.shadow-dialog__option[data-v-a6c8d56d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px 4px;
  border: 2px solid transparent;
  border-radius: 12px;
  background: rgba(var(--v-theme-on-surface), 0.03);
  cursor: pointer;
  outline: none;
  transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.shadow-dialog__option[data-v-a6c8d56d]:hover {
  background: rgba(var(--v-theme-on-surface), 0.06);
  transform: translateY(-2px);
}
.shadow-dialog__option--active[data-v-a6c8d56d] {
  border-color: rgb(var(--v-theme-primary));
  background: rgba(var(--v-theme-primary), 0.08);
}
.shadow-dialog__preview[data-v-a6c8d56d] {
  display: flex;
  align-items: center;
  justify-content: center;
  block-size: 40px;
  inline-size: 40px;
  border: 1.5px solid rgba(var(--v-theme-on-surface), 0.2);
  background: rgba(var(--v-theme-on-surface), 0.05);
  border-radius: 8px;
  transition: box-shadow 0.2s ease;
}
.shadow-dialog__option-label[data-v-a6c8d56d] {
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}
.shadow-dialog__slider-header[data-v-a6c8d56d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.shadow-dialog__slider-header .shadow-dialog__label[data-v-a6c8d56d] {
  margin-block-end: 0;
}
.shadow-dialog__current-value[data-v-a6c8d56d] {
  color: rgb(var(--v-theme-primary));
  font-size: 0.8125rem;
  font-weight: 600;
}
.shadow-dialog__slider-wrapper[data-v-a6c8d56d] {
  margin-block-start: 8px;
  padding-inline: 8px;
}
.shadow-dialog__tick-labels[data-v-a6c8d56d] {
  display: flex;
  justify-content: space-between;
  margin-block-start: -4px;
  padding-inline: 8px;
}
.shadow-dialog__tick-label[data-v-a6c8d56d] {
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
  font-size: 0.625rem;
  text-align: center;
  flex: 1;
}
.shadow-dialog__tick-label[data-v-a6c8d56d]:first-child {
  text-align: left;
}
.shadow-dialog__tick-label[data-v-a6c8d56d]:last-child {
  text-align: right;
}
.shadow-dialog__current[data-v-a6c8d56d] {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(var(--v-theme-on-surface), 0.08);
  border-radius: 12px;
  background: rgba(var(--v-theme-on-surface), 0.035);
}
.shadow-dialog__current-preview[data-v-a6c8d56d] {
  block-size: 48px;
  inline-size: 48px;
  border: 2px solid rgba(var(--v-theme-on-surface), 0.15);
  background: rgba(var(--v-theme-primary), 0.1);
  border-radius: 10px;
  flex-shrink: 0;
  transition: box-shadow 0.2s ease;
}
.shadow-dialog__current-info[data-v-a6c8d56d] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.shadow-dialog__current-label[data-v-a6c8d56d] {
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
  font-size: 0.75rem;
}
.shadow-dialog__current-text[data-v-a6c8d56d] {
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
  font-size: 0.9rem;
  font-weight: 600;
}
.shadow-dialog__current-hint[data-v-a6c8d56d] {
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
  font-size: 0.6875rem;
}