Add Calibrate AI persona presets with per-mode system prompts
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
This commit is contained in:
@@ -1358,6 +1358,52 @@ button.deliverable-card .form-hint {
|
||||
margin-top: 0.75rem;
|
||||
}
|
||||
|
||||
.calibration-persona-chips {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.5rem;
|
||||
margin: 0.5rem 0 0.25rem;
|
||||
}
|
||||
|
||||
.calibration-persona-chip-wrap {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.2rem;
|
||||
}
|
||||
|
||||
.calibration-persona-chip {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.35rem;
|
||||
padding: 0.45rem 0.85rem;
|
||||
border-radius: 999px;
|
||||
border: 1px solid var(--border-brass);
|
||||
background: rgba(10, 10, 18, 0.65);
|
||||
color: var(--text-secondary);
|
||||
cursor: pointer;
|
||||
font-family: var(--font-tech);
|
||||
font-size: 0.82rem;
|
||||
letter-spacing: 0.05em;
|
||||
text-transform: uppercase;
|
||||
transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
|
||||
}
|
||||
|
||||
.calibration-persona-chip:hover {
|
||||
border-color: color-mix(in srgb, var(--chip-accent, var(--neon-cyan)) 55%, transparent);
|
||||
background: rgba(0, 232, 245, 0.05);
|
||||
}
|
||||
|
||||
.calibration-persona-chip--selected {
|
||||
border-color: var(--chip-accent, var(--neon-magenta));
|
||||
background: color-mix(in srgb, var(--chip-accent, var(--neon-magenta)) 14%, transparent);
|
||||
color: var(--text-primary);
|
||||
box-shadow: 0 0 18px color-mix(in srgb, var(--chip-accent, var(--neon-magenta)) 25%, transparent);
|
||||
}
|
||||
|
||||
.calibration-persona-chip-label {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.calibration-ai-meta {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
Reference in New Issue
Block a user