1
0

feat: add character studio and aircraft foundation

This commit is contained in:
2026-08-11 19:32:32 -07:00
parent 1c37ef8f3e
commit c0c7fcf974
16 changed files with 2250 additions and 25 deletions
+26
View File
@@ -446,6 +446,30 @@
}
.tier.god .who { color: var(--amber-ink); }
.tier a { color: var(--amber-ink); text-transform: none; letter-spacing: 0.04em; }
.profile-trigger {
min-height: 28px;
padding: 4px 8px;
color: var(--amber-ink);
background: rgba(242, 177, 52, 0.1);
border: 1px solid rgba(242, 177, 52, 0.3);
border-radius: var(--r-sm);
font: inherit;
letter-spacing: 0.06em;
text-transform: uppercase;
cursor: pointer;
}
.profile-trigger:hover { background: rgba(242, 177, 52, 0.2); }
.profile-overlay {
position: fixed;
inset: 0;
z-index: 20;
display: grid;
place-items: center;
padding: var(--s4);
background: rgba(5, 8, 11, 0.68);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
}
/* ---- Bottom right: what you picked, and how to drive ------------------ */
.rail {
@@ -978,6 +1002,8 @@
<p id="source" class="source"></p>
<div id="profile-overlay" class="profile-overlay" hidden></div>
<!-- Behind the panel sheet on a phone, and nowhere else. A sheet with no
scrim leaves no way to dismiss it but the same button that opened it,
which is the wrong half of the screen for a thumb. -->