:root { color-scheme: dark; --ink: #f5f1e8; --muted: #aaa9a3; --bg: #080a0e; --panel: #12161d; --line: #303845; --yellow: #ffcb45; --teal: #52d6c7; --red: #ff6b6b; --focus: #fff3b0; }
* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body { margin: 0; background: linear-gradient(180deg, #111722 0, var(--bg) 34rem); color: var(--ink); font-family: "Trebuchet MS", "Segoe UI", sans-serif; letter-spacing: 0; }
a { color: var(--teal); text-underline-offset: .22em; }
a:hover { color: var(--ink); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
button, .page-actions a { min-height: 45px; border: 1px solid var(--line); border-radius: 6px; font: inherit; font-weight: 800; }
button { padding: 10px 16px; background: #1b222c; color: var(--ink); cursor: pointer; }
button:hover { border-color: #718093; background: #232c38; }
.site-header, .site-footer { width: min(100% - 32px, 1040px); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-header { min-height: 74px; border-bottom: 1px solid var(--line); }
.brand { color: var(--ink); font-family: Impact, "Arial Black", sans-serif; font-size: 1.55rem; text-decoration: none; text-transform: uppercase; }
.brand span { color: var(--yellow); }
.site-header nav, .site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.site-header nav a, .site-footer nav a { color: var(--muted); font-size: .82rem; font-weight: 800; }
.content-page main { width: min(100% - 32px, 1040px); margin: auto; }
.breadcrumbs { min-height: 62px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: .78rem; }
.prompt-hero { padding: 48px 0 64px; }
.eyebrow, .section-number { color: var(--teal); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.prompt-hero h1 { max-width: 15ch; margin: 10px 0 16px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(3rem, 10vw, 6.8rem); font-weight: 400; line-height: .92; text-transform: uppercase; }
.lede { max-width: 62ch; color: var(--muted); font-size: clamp(1rem, 2.5vw, 1.25rem); line-height: 1.6; }
.content-meta { margin: 18px 0 0; color: var(--muted); font-size: .78rem; font-weight: 800; }
.page-actions { margin: 28px 0 40px; display: flex; flex-wrap: wrap; gap: 10px; }
.page-actions a { padding: 11px 18px; display: inline-flex; align-items: center; border-color: #556171; color: var(--ink); text-decoration: none; }
.page-actions .primary-action { border-color: var(--yellow); background: var(--yellow); color: #17130a; }
.prompt-hero img { width: 100%; height: auto; display: block; border: 1px solid var(--line); border-radius: 6px; background: #0b0e13; }
.content-band, .prompt-section, .related-prompts { padding: 64px 0; border-top: 1px solid var(--line); }
.content-band h2, .prompt-section h2, .related-prompts h2, .plain-content h1, .plain-content h2 { max-width: 19ch; margin: 8px 0 18px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(2rem, 6vw, 3.7rem); font-weight: 400; line-height: 1; text-transform: uppercase; }
.content-band > p:not(.section-number), .plain-content p, .plain-content li { max-width: 70ch; color: var(--muted); line-height: 1.7; }
.content-band ul { max-width: 760px; margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; list-style: none; background: var(--line); border: 1px solid var(--line); }
.content-band li { padding: 20px; background: #10151c; font-weight: 800; }
.prompt-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.prompt-heading button { flex: 0 0 auto; border-color: var(--yellow); background: var(--yellow); color: #17130a; }
.full-prompt { max-height: 680px; margin: 26px 0 0; padding: clamp(16px, 4vw, 30px); overflow: auto; border: 1px solid var(--line); background: #090c11; color: var(--ink); font: clamp(.78rem, 2vw, .92rem)/1.65 Consolas, "Courier New", monospace; white-space: pre-wrap; }
.copy-status { min-height: 24px; margin: 10px 0 0; color: var(--teal); font-weight: 800; }
.related-prompts ul { margin: 26px 0 0; padding: 0; display: grid; gap: 1px; list-style: none; background: var(--line); border: 1px solid var(--line); }
.related-prompts a { min-height: 58px; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; background: #10151c; color: var(--ink); font-weight: 800; text-decoration: none; }
.related-prompts a::after { color: var(--yellow); content: "→"; font-size: 1.25rem; }
.site-footer { min-height: 130px; padding: 28px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.plain-content { min-height: calc(100dvh - 204px); padding: 64px 0 96px; }
.plain-content h1 { max-width: 14ch; font-size: clamp(3rem, 9vw, 6rem); }
.plain-content h2 { margin-top: 54px; font-size: clamp(1.7rem, 5vw, 2.7rem); }
.plain-content ul { padding-left: 22px; }
.consent-banner { position: fixed; right: 0; bottom: 0; left: 0; z-index: 20; padding: 16px max(16px, calc((100vw - 1040px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #596675; background: #10151cf5; box-shadow: 0 -10px 40px #0008; }
.consent-banner p { max-width: 70ch; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.consent-actions { flex: 0 0 auto; display: flex; gap: 8px; }
.consent-actions button { min-width: 94px; }
.consent-actions [data-consent="accept"] { border-color: var(--yellow); background: var(--yellow); color: #17130a; }
@media (max-width: 680px) {
  .site-header, .site-footer { align-items: flex-start; }
  .site-header { padding: 17px 0; }
  .site-header nav { justify-content: flex-end; gap: 12px; }
  .prompt-hero { padding-top: 28px; }
  .content-band ul { grid-template-columns: 1fr; }
  .prompt-heading { align-items: flex-start; flex-direction: column; }
  .prompt-heading button { width: 100%; }
  .site-footer, .consent-banner { align-items: stretch; flex-direction: column; }
  .consent-actions button { flex: 1; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }