feat: add Doris Barbell v1 scaffold

This commit is contained in:
Fizzlepoof
2026-05-21 23:32:10 +00:00
parent d5cfdbe8b5
commit 9dc5a9a8a3
21 changed files with 2175 additions and 0 deletions

View File

@@ -0,0 +1,266 @@
:root {
color-scheme: dark;
--hf-night: #090b10;
--hf-panel: rgba(17, 21, 29, 0.94);
--hf-panel-raise: rgba(25, 31, 43, 0.96);
--hf-paper: #f2efdd;
--hf-muted: #cbbda7;
--hf-line: rgba(242, 239, 221, 0.12);
--hf-shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
--hf-red: #d53600;
--hf-red-deep: #910f3f;
--hf-amber: #f2c14e;
--hf-blue: #7b8fb2;
--bg: #090b10;
--panel: var(--hf-panel);
--panel-border: var(--hf-line);
--text: var(--hf-paper);
--muted: var(--hf-muted);
--accent: var(--hf-red);
--accent-2: var(--hf-amber);
--field: rgba(255, 255, 255, 0.05);
}
* { box-sizing: border-box; }
body {
margin: 0;
font-family: Inter, system-ui, sans-serif;
background:
radial-gradient(circle at top left, rgba(213, 54, 0, 0.22), transparent 22rem),
radial-gradient(circle at top right, rgba(123, 143, 178, 0.16), transparent 20rem),
linear-gradient(180deg, #07090d 0%, #0d1017 52%, #131824 100%);
color: var(--text);
}
.incident-tape {
height: 14px;
background: repeating-linear-gradient(135deg, var(--hf-amber) 0 18px, #111 18px 36px);
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.32);
}
.page-header,
.page-shell {
width: min(1100px, calc(100% - 2rem));
margin: 0 auto;
}
.casefile-header {
display: grid;
gap: 18px;
padding: 1.25rem 0 1rem;
}
.brand-row,
.casefile-title-row {
display: flex;
justify-content: space-between;
gap: 14px;
align-items: center;
flex-wrap: wrap;
}
.nav-brand { display: grid; gap: 3px; }
.nav-kicker,
.eyebrow {
margin: 0 0 0.45rem;
color: var(--hf-amber);
text-transform: uppercase;
letter-spacing: 0.16em;
font-size: 0.75rem;
}
.nav-links { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.nav-link,
.pill {
display: inline-flex;
align-items: center;
border-radius: 999px;
padding: 0.55rem 0.85rem;
border: 1px solid var(--panel-border);
text-decoration: none;
background: rgba(255,255,255,.04);
color: var(--text);
font-size: .88rem;
}
.nav-link:hover { border-color: rgba(242, 193, 78, 0.58); background: rgba(242, 193, 78, 0.12); }
.brand-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.hot-fuzz-art {
position: relative;
flex: 0 1 320px;
min-width: min(100%, 280px);
}
.poster-illustration {
width: 100%;
height: auto;
display: block;
filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.35));
}
.poster-frame { fill: rgba(10, 12, 18, 0.88); stroke: rgba(242, 239, 221, 0.2); stroke-width: 2; }
.poster-halo { fill: url(#barbell-sunset); opacity: 0.9; }
.poster-tape { fill: rgba(242, 193, 78, 0.88); stroke: rgba(17, 17, 17, 0.8); stroke-width: 2; }
.constable-silhouette { fill: rgba(8, 10, 15, 0.92); stroke: rgba(242, 239, 221, 0.12); stroke-width: 1.5; }
.constable-silhouette.partner { fill: rgba(24, 30, 42, 0.94); }
.swan-stamp { fill: rgba(123, 143, 178, 0.2); stroke: rgba(242, 239, 221, 0.42); stroke-width: 2; }
.swan-mark { fill: rgba(242, 239, 221, 0.94); }
.poster-callout { fill: rgba(242, 239, 221, 0.82); font-size: 18px; font-weight: 800; letter-spacing: 0.24em; text-anchor: middle; }
.recipe-card,
.folder-body,
.folder-tab,
.barbell-bar,
.plate-outer,
.plate-inner { fill: rgba(242, 239, 221, 0.9); }
.plate-inner { fill: rgba(10, 12, 18, 0.72); }
.film-grain,
.cinematic-glow {
position: absolute;
inset: 0;
pointer-events: none;
border-radius: 28px;
}
.film-grain {
background: repeating-linear-gradient(0deg, rgba(255,255,255,0.025) 0 2px, transparent 2px 5px), repeating-linear-gradient(90deg, rgba(255,255,255,0.018) 0 1px, transparent 1px 4px);
mix-blend-mode: soft-light;
opacity: 0.35;
}
.cinematic-glow {
background: radial-gradient(circle at 16% 18%, rgba(123, 143, 178, 0.22), transparent 24%), radial-gradient(circle at 84% 24%, rgba(213, 54, 0, 0.24), transparent 26%), linear-gradient(115deg, rgba(242, 193, 78, 0.05), transparent 40%, rgba(145, 15, 63, 0.1) 78%, transparent 100%);
animation: emergencyPulse 8s ease-in-out infinite alternate;
}
.app-casefile { position: relative; overflow: hidden; isolation: isolate; }
.casefile-stamp {
display: inline-flex;
align-items: center;
margin: 0 0 0.85rem;
padding: 0.35rem 0.7rem;
border: 1px solid rgba(242, 193, 78, 0.45);
border-radius: 999px;
color: #ffe5b0;
background: rgba(242, 193, 78, 0.1);
text-transform: uppercase;
letter-spacing: 0.16em;
font-size: 0.72rem;
}
.app-casefile-barbell .casefile-stamp { box-shadow: 0 0 0 1px rgba(213, 54, 0, 0.12), 0 0 28px rgba(145, 15, 63, 0.2); }
@keyframes emergencyPulse {
0% { opacity: 0.72; transform: scale(1); }
50% { opacity: 0.92; transform: scale(1.015); }
100% { opacity: 0.78; transform: scale(1.03); }
}
.badge-hotfuzz { background: linear-gradient(135deg, var(--hf-red), var(--hf-red-deep)); color: #fff4ea; border-color: transparent; }
h1 { margin: 0; font-size: clamp(2.4rem, 5vw, 4rem); line-height: .94; letter-spacing: -.04em; }
h2 { margin-bottom: 0.75rem; }
h3 { margin-bottom: 0.5rem; }
.lede,
.muted,
.hint { color: var(--muted); }
.grid { display: grid; gap: 1rem; }
.grid.cols-2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.compact-grid { gap: 0.75rem; }
.card {
background: var(--panel);
border: 1px solid var(--panel-border);
border-radius: 20px;
padding: 1rem;
box-shadow: var(--hf-shadow);
position: relative;
overflow: hidden;
}
.card::before {
content: '';
position: absolute;
inset: 0 auto auto 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--hf-red), var(--hf-amber), var(--hf-blue));
}
.card h2,
.card h3,
.card p { margin-top: 0; }
.metric-value { font-size: 2rem; font-weight: 700; }
.list { list-style: none; padding: 0; margin: 0; }
.list li + li { margin-top: 0.75rem; padding-top: 0.75rem; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.badge { display: inline-block; padding: 0.2rem 0.55rem; border-radius: 999px; background: rgba(242, 193, 78, 0.18); color: var(--hf-amber); font-size: 0.8rem; }
.stack-form { display: grid; gap: 0.75rem; }
.stack-form label { display: grid; gap: 0.35rem; font-size: 0.95rem; }
input, select, textarea, button {
width: 100%;
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.1);
background: var(--field);
color: var(--text);
padding: 0.8rem 0.9rem;
font: inherit;
}
textarea { resize: vertical; }
button {
background: linear-gradient(135deg, var(--hf-red) 0%, var(--hf-red-deep) 100%);
color: #fff4ea;
border: none;
font-weight: 700;
}
button:hover { filter: brightness(1.05); cursor: pointer; }
button:focus, input:focus, select:focus, textarea:focus { outline: 2px solid rgba(242, 193, 78, 0.45); outline-offset: 1px; }
.history-block + .history-block { margin-top: 1.25rem; }
.hint { margin: -0.35rem 0 0; font-size: 0.9rem; }
.evidence-board,
.evidence-card,
.evidence-slab,
.intake-docket { position: relative; }
.dossier-grid { align-items: stretch; }
.case-legend {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
flex-wrap: wrap;
margin-bottom: 10px;
}
.case-legend::after {
content: 'FOR THE GREATER GOOD';
font-size: 0.67rem;
letter-spacing: 0.16em;
color: rgba(242, 193, 78, 0.7);
}
.evidence-board::after,
.evidence-card::after {
content: '';
position: absolute;
inset: 14px;
border: 1px dashed rgba(242, 193, 78, 0.09);
border-radius: 16px;
pointer-events: none;
}
.case-list li { padding-left: 18px; position: relative; }
.case-list li::before { content: '•'; position: absolute; left: 0; color: var(--hf-amber); }
.intake-docket {
background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
border: 1px solid rgba(242, 239, 221, 0.06);
border-radius: 18px;
padding: 14px;
}
.evidence-slab {
background: rgba(255, 255, 255, 0.035);
border: 1px solid var(--panel-border);
border-radius: 16px;
padding: 14px;
}
@media (max-width: 700px) {
.page-header,
.page-shell {
width: min(100% - 1rem, 1100px);
}
.brand-row,
.casefile-title-row {
align-items: flex-start;
}
.hot-fuzz-art {
flex-basis: 100%;
min-width: 0;
}
}