.gth-box-shadow-generator .gth-shadow-preview-container { display: flex; justify-content: center; align-items: center; padding: var(--gth-space-8); background: var(--gth-bg-secondary); border-radius: var(--gth-radius-lg); margin-bottom: var(--gth-space-4); }
.gth-box-shadow-generator .gth-shadow-preview { width: 150px; height: 150px; background: white; border-radius: var(--gth-radius-md); transition: box-shadow 0.2s; }
.gth-box-shadow-generator .gth-shadow-controls { display: flex; flex-direction: column; gap: var(--gth-space-3); margin-bottom: var(--gth-space-4); }
.gth-box-shadow-generator .gth-control-row { display: flex; align-items: center; gap: var(--gth-space-2); }
.gth-box-shadow-generator .gth-control-row .gth-label { min-width: 130px; font-size: var(--gth-text-sm); }
.gth-box-shadow-generator .gth-range { flex: 1; }
.gth-box-shadow-generator .gth-range-value { min-width: 50px; text-align: right; font-family: monospace; font-size: var(--gth-text-sm); }
.gth-box-shadow-generator .gth-color-input { width: 40px; height: 32px; border: none; cursor: pointer; border-radius: var(--gth-radius-sm); }
.gth-box-shadow-generator .gth-checkbox { display: flex; align-items: center; gap: var(--gth-space-2); cursor: pointer; }
.gth-box-shadow-generator .gth-result-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--gth-space-2); }
.gth-box-shadow-generator .gth-code-output { display: block; padding: var(--gth-space-3); background: var(--gth-bg-secondary); border-radius: var(--gth-radius-md); font-family: monospace; font-size: var(--gth-text-sm); word-break: break-all; }
