@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@400;600;700;800&family=Space+Mono:wght@400;700&display=swap");

:root {
  --ink: #fff8ff;
  --muted: #c8a7ee;
  --paper: #120819;
  --surface: rgba(20, 10, 31, 0.9);
  --sage: #a875f4;
  --clay: #7d4fc7;
  --gold: #efe7ff;
  --line: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --hot-pink: #9b6bea;
  --orange: #6f42b8;
  --blue: #d7c4ff;
  --navy: #120819;
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 74% 18%, rgba(168, 117, 244, 0.26), transparent 18rem),
    radial-gradient(circle at 18% 26%, rgba(82, 36, 120, 0.34), transparent 18rem),
    linear-gradient(rgba(13, 6, 22, 0.72), rgba(13, 6, 22, 0.94)),
    url("assets/skill-soul-about-logo.png") center top / cover fixed,
    #120819;
}

.site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.brand {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.brand span:last-child {
  color: #ffffff;
  text-shadow: 0 0 24px rgba(168, 117, 244, 0.72);
}

.brand-mark {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(200, 167, 238, 0.58);
  background: url("assets/skill-soul-logo.png") center 26% / 390% auto;
  box-shadow:
    0 0 26px rgba(168, 117, 244, 0.48),
    0 0 40px rgba(200, 167, 238, 0.2);
}

.brand-mark svg {
  display: none;
}

.brand-mark::before {
  content: "";
  color: #120819;
  font-family: "Space Mono", ui-monospace, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -1px;
}

.header-link,
.button,
.copy-button,
.prompt-tag {
  font-family: "Space Mono", ui-monospace, monospace;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.header-link,
.button-secondary {
  border-color: rgba(200, 167, 238, 0.35);
  color: #fff8ff;
  background: rgba(16, 0, 32, 0.68);
}

h1,
.hero-copy h1,
.section-heading h2,
.community h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-copy h1,
h1 {
  color: #fff8ff;
  text-shadow: 0 0 26px rgba(168, 117, 244, 0.42);
}

.hero-copy p,
.intro,
.section-heading p,
.freebie-card p,
.community p,
.note p,
.note li,
footer {
  color: #c8a7ee;
}

.button-primary,
.community .button {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #120819;
  background: linear-gradient(135deg, #ffffff, #c8a7ee 52%, #8e5be3);
  box-shadow:
    0 16px 34px rgba(168, 117, 244, 0.3),
    0 0 30px rgba(255, 255, 255, 0.12);
}

.button-secondary:hover,
.header-link:hover {
  border-color: rgba(200, 167, 238, 0.82);
}

.visual,
.preview,
.prompt-panel,
.freebie-card,
.note {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(16, 0, 32, 0.74);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.visual {
  background:
    radial-gradient(circle at 50% 28%, rgba(200, 167, 238, 0.22), transparent 11rem),
    linear-gradient(145deg, rgba(35, 17, 52, 0.94), rgba(11, 5, 18, 0.94));
}

.logo-showcase {
  position: absolute;
  inset: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
}

.logo-showcase img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 0 58px rgba(168, 117, 244, 0.26);
}

.visual {
  min-height: 420px;
}

.resource-sheet {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(16, 0, 32, 0.72);
}

.sheet-icon,
.icon-tile {
  color: #050505;
  background: linear-gradient(135deg, #ffffff, #c8a7ee);
}

.sheet-line {
  background: rgba(255, 255, 255, 0.28);
}

.freebie-card h3,
.note h2,
.prompt-header h2 {
  color: #fff8ff;
}

.freebie-card {
  position: relative;
  overflow: hidden;
}

.freebie-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #ffffff, #c8a7ee, #9b6bea, #6f42b8);
}

.community {
  border: 1px solid rgba(200, 167, 238, 0.32);
  background:
    linear-gradient(135deg, rgba(168, 117, 244, 0.34), rgba(255, 255, 255, 0.08)),
    rgba(16, 0, 32, 0.88);
}

.prompt-header {
  border-color: rgba(255, 255, 255, 0.16);
}

.prompt-tag {
  color: #050505;
  background: linear-gradient(135deg, #ffffff, #c8a7ee);
}

.copy-button {
  min-height: 42px;
  border: 1px solid rgba(200, 167, 238, 0.48);
  border-radius: 8px;
  padding: 0 14px;
  color: #120819;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(135deg, #ffffff, #c8a7ee 62%, #8e5be3);
  box-shadow: 0 10px 24px rgba(168, 117, 244, 0.18);
}

.copy-button:hover {
  transform: translateY(-1px);
}

.copy-button:focus-visible {
  outline: 3px solid rgba(200, 167, 238, 0.55);
  outline-offset: 3px;
}

pre {
  color: #fff8ff;
}

.preview img {
  border-bottom: 5px solid #9b6bea;
}

@media (max-width: 560px) {
  .brand {
    font-size: 25px;
    letter-spacing: 2px;
  }
}
