Initial commit

This commit is contained in:
2026-06-05 20:53:53 -05:00
commit f9a59e9a66
99 changed files with 15897 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
.panel {
padding: 12px;
border-bottom: 1px solid var(--border);
}
.title {
font-size: 10px;
color: var(--accent-gold);
letter-spacing: 0.08em;
text-transform: uppercase;
margin-bottom: 6px;
}
.hint {
font-size: 11px;
color: var(--text-muted);
font-style: italic;
margin-bottom: 10px;
}
.row {
display: flex;
flex-direction: column;
gap: 3px;
margin-bottom: 8px;
}
.label {
font-family: 'JetBrains Mono', monospace;
font-size: 11px;
color: var(--text-secondary);
}
.input {
width: 100%;
font-size: 12px;
font-family: 'JetBrains Mono', monospace;
}