.smart-input-container{margin-bottom:var(--spacing-sm)}.smart-input-label{color:var(--color-text-secondary);margin-bottom:4px;font-size:13px;font-weight:500;display:block}.smart-input-suggestion{border:1px solid var(--color-border-light);border-left:3px solid var(--color-accent);border-radius:var(--radius-sm);background:var(--color-bg-secondary);justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:6px;padding:7px 8px 7px 10px;display:flex}.smart-input-suggestion-content{min-width:0;color:var(--color-text-primary);white-space:pre-wrap;overflow-wrap:anywhere;flex:1;font-size:12px;line-height:1.45}.smart-input-suggestion-actions{flex:none;gap:4px;display:flex}.smart-input-suggestion-btn{width:26px;height:26px}.smart-input-suggestion-btn.is-accept{color:var(--color-success)}.smart-input-suggestion-btn.is-reject{color:var(--color-text-tertiary)}.smart-input-wrapper{flex:1;align-items:flex-start;min-width:0;display:flex;position:relative}.smart-input-control-row{align-items:flex-start;gap:6px;min-width:0;display:flex}.smart-input-field{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-primary);width:100%;color:var(--color-text-primary);transition:border-color var(--transition-fast);padding:6px 36px 6px 10px;font-size:12px}.smart-input-field::placeholder{color:var(--color-text-tertiary);font-style:italic}.smart-input-field:focus{border-color:var(--color-accent);outline:none}.smart-input-field:disabled{background:var(--color-bg-tertiary);color:var(--color-text-tertiary);cursor:not-allowed}textarea.smart-input-field{resize:none;field-sizing:content;min-height:32px;line-height:1.4;overflow-y:hidden}.smart-input-inline-actions{gap:2px;display:flex;position:absolute;top:4px;right:4px}.smart-input-inline-btn{border-radius:var(--radius-sm);cursor:pointer;width:22px;height:22px;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.smart-input-inline-btn.btn-icon:hover:not(:disabled),.smart-input-inline-btn.btn-icon:active:not(:disabled){transform:none}.smart-input-regenerate-btn{width:32px;height:32px;color:var(--color-purple-600);flex:0 0 32px}.smart-input-regenerate-btn:hover:not(:disabled){background:var(--color-purple-soft)}.smart-input-inline-clear{color:var(--color-text-tertiary)}.smart-input-inline-clear:hover:not(:disabled){color:var(--color-red-500);background:var(--color-error-soft)}.smart-input-loading{width:22px;height:22px;color:var(--color-purple-600);justify-content:center;align-items:center;animation:1s linear infinite spin;display:flex}.smart-input-regenerate-loading{flex:0 0 32px;width:32px;height:32px}.page-container .smart-input-control-row{gap:8px}.page-container .smart-input-field{padding-right:40px}.page-container .smart-input-inline-actions{right:8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.smart-input-group{padding:var(--spacing-sm);background:var(--color-bg-secondary);border-radius:var(--radius-md);margin-bottom:var(--spacing-sm)}.smart-input-group-title{color:var(--color-text-primary);margin-bottom:var(--spacing-sm);padding-bottom:var(--spacing-xs);border-bottom:1px solid var(--color-border-light);font-size:12px;font-weight:600}