Gate Titus download, require full name forms, remove companion UI

This commit is contained in:
nmemmert
2026-04-20 11:29:37 -04:00
parent 0c328057c8
commit cc4a4b4d63
6 changed files with 357 additions and 52 deletions
+67
View File
@@ -1144,6 +1144,69 @@
padding: 0;
}
.guide-actions {
margin-top: 0.9rem;
}
.study-download-form {
margin-top: 0.8rem;
background: #121212;
border: 1px solid rgba(201, 168, 76, 0.22);
border-radius: 14px;
padding: 1rem;
display: flex;
flex-direction: column;
gap: 0.85rem;
}
.study-download-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0.85rem;
}
.study-download-form label {
display: flex;
flex-direction: column;
gap: 0.4rem;
font-family: var(--brand-font-body);
font-weight: 500;
font-size: 0.82rem;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--brand-gold);
}
.study-download-form input {
background: #0c0c0c;
border: 1px solid rgba(201, 168, 76, 0.25);
border-radius: 8px;
color: var(--brand-warm-white);
font-family: var(--brand-font-body);
font-size: 1rem;
font-weight: 300;
padding: 0.7rem 0.85rem;
outline: none;
transition: border-color 200ms;
}
.study-download-form input:focus {
border-color: rgba(201, 168, 76, 0.7);
}
.study-download-form .btn-primary {
justify-content: center;
width: 100%;
margin-top: 0.2rem;
}
.study-download-success {
font-family: var(--brand-font-body);
font-size: 0.95rem;
color: #97cd85;
margin: 0;
}
/* ── Admin page ── */
.admin-page {
min-height: 100vh;
@@ -2231,6 +2294,10 @@
margin: 0 auto;
}
.study-download-grid {
grid-template-columns: 1fr;
}
.admin-content-summary {
grid-template-columns: 1fr;
}