.st-workspace { text-align: left; }
.st-input-section { margin-bottom: 30px; }
.st-label-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.st-clear-btn { background: none; border: none; color: #ef4444; font-weight: 700; cursor: pointer; font-size: 0.9rem; transition: 0.2s; outline: none; }
.st-clear-btn:hover { color: #dc2626; }
.st-textarea { height: 120px; margin-bottom: 0; resize: none; }
.st-divider-lbl { color: var(--primary) !important; margin-top: 30px; margin-bottom: 15px; text-align: center; }
.st-output-group { margin-bottom: 20px; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.st-output-header { background: var(--bg-secondary); padding: 12px 20px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.st-output-title { font-size: 0.9rem; font-weight: 700; color: var(--text-main); }
.st-btn-copy-mini { background: var(--bg-card); border: 1px solid var(--border); color: var(--text-muted); font-size: 0.8rem; padding: 6px 12px; border-radius: 8px; cursor: pointer; font-weight: 600; transition: 0.2s; display: flex; align-items: center; gap: 5px; outline: none; }
.st-btn-copy-mini:hover { background: var(--bg-input); color: var(--primary); border-color: var(--primary); }
.st-output-box { width: 100%; min-height: 60px; padding: 15px 20px; border: none; background: var(--bg-card); font-family: inherit; font-size: 1.1rem; color: var(--text-main); resize: none; outline: none; display: block; box-sizing: border-box; }
