
:root {
  --ink: #f7f4ff;
  --muted: #a7a0b8;
  --faint: #746d84;
  --purple: #a855f7;
  --purple-light: #c68cff;
  --purple-deep: #6d28d9;
  --gold: #d4af37;
  --gold-light: #f4d978;
  --green: #51d99b;
  --panel: rgba(17, 13, 27, 0.78);
  --line: rgba(205, 180, 255, 0.14);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.44);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 79% 19%, rgba(168, 85, 247, 0.16), transparent 29rem),
    radial-gradient(circle at 14% 5%, rgba(212, 175, 55, 0.08), transparent 23rem),
    #08060d;
  color: var(--ink);
  font-family: Inter, "Segoe UI", sans-serif;
}

a { color: inherit; text-decoration: none; }

button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 100;
  left: 1rem;
  top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.65rem;
  background: #fff;
  color: #100b19;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus { transform: translateY(0); }

.site-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.site-shell::before,
.site-shell::after {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: -1;
}

.site-shell::before {
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.024) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.site-shell::after {
  width: 36rem;
  height: 36rem;
  right: -15rem;
  top: 8rem;
  border: 1px solid rgba(168, 85, 247, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 6rem rgba(168, 85, 247, 0.018), 0 0 0 12rem rgba(168, 85, 247, 0.012);
}

.site-header {
  width: min(1180px, calc(100% - 3rem));
  min-height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 0.8rem; }

.brand-mark {
  width: 2.7rem;
  height: 2.7rem;
  display: grid;
  place-items: center;
  transform: rotate(45deg);
  border: 1px solid rgba(212, 175, 55, 0.66);
  border-radius: 0.62rem;
  background: linear-gradient(135deg, rgba(168,85,247,.34), rgba(21,15,33,.92));
  box-shadow: 0 0 28px rgba(168,85,247,.2), inset 0 0 18px rgba(212,175,55,.08);
}

.brand-mark-core {
  transform: rotate(-45deg);
  font-weight: 800;
  font-size: 1.18rem;
  color: var(--gold-light);
}

.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 0.98rem; letter-spacing: 0.04em; }
.brand-copy span { margin-top: 0.28rem; color: var(--purple-light); font-size: 0.72rem; letter-spacing: 0.28em; text-transform: uppercase; }

.top-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.2rem); color: var(--muted); font-size: 0.86rem; }
.top-nav a { transition: color 160ms ease; }
.top-nav a:hover, .top-nav a:focus-visible { color: #fff; }
.nav-support { padding: 0.65rem 1rem; border: 1px solid rgba(212,175,55,.3); border-radius: 999px; color: var(--gold-light) !important; }

.hero {
  width: min(1180px, calc(100% - 3rem));
  min-height: calc(100vh - 154px);
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 8.4rem) 0 7rem;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.72fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7.5rem);
}

.hero-copy { max-width: 700px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
  color: var(--gold-light);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.status-dot, .signal-dot { display: inline-block; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(81,217,155,.8); }
.status-dot { width: 0.45rem; height: 0.45rem; }
.signal-dot { width: 0.38rem; height: 0.38rem; margin-right: 0.45rem; }

.hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(3.3rem, 6vw, 6.35rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
  font-weight: 720;
}

.hero h1 span {
  display: block;
  margin-top: 0.16em;
  color: transparent;
  background: linear-gradient(102deg, var(--purple-light) 5%, var(--purple) 52%, var(--gold-light) 118%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-lede {
  max-width: 625px;
  margin: 2rem 0 0;
  color: #b8b1c5;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.78;
}

.trust-row { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 2.2rem; }
.trust-row span { padding: 0.5rem 0.72rem; border: 1px solid rgba(255,255,255,.09); border-radius: 0.55rem; background: rgba(255,255,255,.025); color: #918a9f; font-size: 0.72rem; }

.download-card {
  position: relative;
  padding: clamp(1.35rem, 2.6vw, 2rem);
  overflow: hidden;
  border: 1px solid rgba(200, 164, 255, 0.2);
  border-radius: 1.45rem;
  background: linear-gradient(145deg, rgba(26,19,40,.96), rgba(12,9,18,.96));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.045);
}

.card-glow { position: absolute; width: 13rem; height: 13rem; top: -8rem; right: -5rem; border-radius: 50%; background: rgba(168,85,247,.28); filter: blur(44px); pointer-events: none; }
.release-heading { position: relative; display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.release-label { color: var(--faint); font-size: 0.68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.release-heading h2 { margin: .4rem 0 0; font-size: 1.35rem; letter-spacing: -.025em; }
.release-badge { padding: .43rem .62rem; border: 1px solid rgba(212,175,55,.28); border-radius: 999px; background: rgba(212,175,55,.08); color: var(--gold-light); font-size: .63rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.version-line { display: flex; justify-content: space-between; gap: .8rem; margin: 1.5rem 0 1.25rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.07); font-size: .78rem; }
.version-line strong { color: #ded9e7; }
.version-line span { color: var(--faint); }

.download-button {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .9rem;
  width: 100%;
  min-height: 4.65rem;
  padding: .8rem 1rem;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: .92rem;
  background: linear-gradient(120deg, #8e3fe3, #6d28d9 62%, #5c20bf);
  box-shadow: 0 14px 38px rgba(109,40,217,.3), inset 0 1px 0 rgba(255,255,255,.2);
  transition: transform 170ms ease, filter 170ms ease, box-shadow 170ms ease;
}
.download-button:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 18px 45px rgba(109,40,217,.4), inset 0 1px 0 rgba(255,255,255,.22); }
.download-button:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.button-icon { width: 1.6rem; height: 1.6rem; fill: currentColor; }
.button-arrow { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
.download-button span { display: grid; gap: .2rem; }
.download-button strong { font-size: .95rem; }
.download-button small { color: rgba(255,255,255,.65); font-size: .68rem; }
.download-filename { margin: .7rem 0 0; text-align: center; color: #665f71; font: .62rem/1.4 "Cascadia Code", Consolas, monospace, monospace; }

.unsigned-notice { display: grid; grid-template-columns: auto 1fr; gap: .75rem; margin-top: 1.35rem; padding: .9rem; border: 1px solid rgba(212,175,55,.15); border-radius: .8rem; background: rgba(212,175,55,.045); }
.notice-icon { display: grid; place-items: center; width: 1.35rem; height: 1.35rem; border: 1px solid rgba(212,175,55,.35); border-radius: 50%; color: var(--gold-light); font-size: .7rem; font-weight: 800; }
.unsigned-notice p { margin: 0; color: #8f8799; font-size: .7rem; line-height: 1.55; }
.unsigned-notice strong { display: block; margin-bottom: .12rem; color: #d1c8db; font-weight: 650; }

.hero-footer {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(1180px, calc(100% - 3rem));
  min-height: 58px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 2rem;
  border-top: 1px solid var(--line);
  color: #696272;
  font-size: .68rem;
}
.hero-footer span:not(:last-child)::after { content: "·"; margin-left: 2rem; color: #3e3847; }

@media (max-width: 900px) {
  .top-nav a:not(.nav-support) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 5.5rem 0 7.5rem; gap: 3.5rem; }
  .hero-copy { max-width: 760px; }
  .download-card { max-width: 580px; }
  .hero-footer { position: relative; left: auto; bottom: auto; transform: none; flex-wrap: wrap; padding: 1.2rem 0; }
}

@media (max-width: 600px) {
  .site-header, .hero, .hero-footer { width: min(100% - 2rem, 1180px); }
  .site-header { min-height: 80px; }
  .nav-support { padding: .55rem .75rem; }
  .hero { padding-top: 4rem; }
  .hero h1 { font-size: clamp(3.1rem, 16vw, 4.5rem); }
  .release-heading, .version-line { align-items: flex-start; flex-direction: column; }
  .version-line { gap: .35rem; }
  .hero-footer { display: grid; gap: .65rem; }
  .hero-footer span::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

.content-shell {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
}

.section { padding: clamp(5.5rem, 10vw, 9rem) 0; border-top: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); align-items: end; gap: 3rem; }
.section-index { display: block; margin-bottom: 1rem; color: var(--purple-light); font-size: .7rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.gold-index { color: var(--gold-light); }
.section-heading h2, .privacy-section h2, .support-section h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4.4vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.split-heading > p, .privacy-section > div > p { margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.75; }

.checksum-section { padding-bottom: clamp(4.5rem, 8vw, 7rem); }
.checksum-panel { padding: 1.15rem 1.25rem 1.25rem; border: 1px solid rgba(168,85,247,.28); border-radius: 1rem; background: linear-gradient(130deg, rgba(168,85,247,.09), rgba(17,13,27,.85)); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.checksum-topline { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: .8rem; }
.checksum-topline span { color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .15em; }
.checksum-topline button { appearance: none; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; padding: .45rem .7rem; background: rgba(255,255,255,.035); color: #c3bccd; font: 650 .68rem Inter, "Segoe UI", sans-serif, sans-serif; cursor: pointer; }
.checksum-topline button:hover, .checksum-topline button:focus-visible { color: #fff; border-color: rgba(212,175,55,.45); }
.checksum-panel code { display: block; overflow-wrap: anywhere; color: #ede8f4; font: clamp(.74rem, 1.18vw, .98rem)/1.7 "Cascadia Code", Consolas, monospace, monospace; letter-spacing: .025em; }
.verify-grid { display: grid; grid-template-columns: .55fr 1fr; align-items: center; gap: 2rem; margin-top: 1.2rem; padding: 1.4rem; border: 1px solid rgba(255,255,255,.075); border-radius: 1rem; background: rgba(255,255,255,.018); }
.verify-grid h3 { margin: 0 0 .35rem; font-size: .9rem; }
.verify-grid p, .verify-rule { margin: 0; color: var(--faint); font-size: .72rem; line-height: 1.6; }
.command-code { display: block; overflow-x: auto; padding: .85rem 1rem; border-radius: .65rem; background: rgba(0,0,0,.34); color: #c9b3e8; font: .7rem/1.6 "Cascadia Code", Consolas, monospace, monospace; }
.verify-rule { margin-top: .8rem; color: #8d8497; }

.requirements-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.requirements-grid article { min-height: 220px; padding: 1.45rem; border: 1px solid rgba(255,255,255,.075); border-radius: 1rem; background: linear-gradient(145deg, rgba(255,255,255,.025), rgba(255,255,255,.012)); }
.spec-number { display: block; color: var(--purple-light); font: .7rem "Cascadia Code", Consolas, monospace, monospace; }
.requirements-grid h3 { margin: 4rem 0 .65rem; font-size: .96rem; }
.requirements-grid p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.65; }

.steps-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.08); }
.steps-list li { display: grid; grid-template-columns: 70px 1fr; gap: 1rem; padding: 1.65rem 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.steps-list > li > span { color: var(--purple-light); font: .78rem "Cascadia Code", Consolas, monospace, monospace; }
.steps-list h3 { margin: 0 0 .45rem; font-size: 1rem; }
.steps-list p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.pairing-note { display: grid; grid-template-columns: auto 1fr; gap: 1.35rem; align-items: center; margin-top: 1.5rem; padding: 1.5rem; border: 1px solid rgba(168,85,247,.18); border-radius: 1rem; background: rgba(168,85,247,.055); }
.pairing-symbol { position: relative; width: 3rem; height: 3rem; border: 1px solid rgba(168,85,247,.35); border-radius: 50%; }
.pairing-symbol span { position: absolute; width: .45rem; height: .45rem; border-radius: 50%; background: var(--purple-light); box-shadow: 0 0 12px rgba(168,85,247,.7); }
.pairing-symbol span:nth-child(1) { left: 50%; top: .55rem; transform: translateX(-50%); }
.pairing-symbol span:nth-child(2) { left: .65rem; bottom: .72rem; }
.pairing-symbol span:nth-child(3) { right: .65rem; bottom: .72rem; }
.pairing-note h3 { margin: 0 0 .4rem; font-size: .95rem; }
.pairing-note p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.65; }

.warning-section { display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(290px, .65fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: start; padding-left: clamp(1.2rem, 3vw, 2.2rem); padding-right: clamp(1.2rem, 3vw, 2.2rem); border: 1px solid rgba(212,175,55,.2); border-radius: 1.2rem; background: linear-gradient(120deg, rgba(212,175,55,.07), rgba(17,13,27,.6)); }
.warning-mark { display: grid; place-items: center; width: 3rem; height: 3rem; border: 1px solid rgba(212,175,55,.42); border-radius: 50%; color: var(--gold-light); font-size: 1.25rem; font-weight: 750; }
.warning-copy h2 { margin: 0 0 1.25rem; font-size: clamp(2rem, 3.6vw, 3.6rem); line-height: 1.04; letter-spacing: -.05em; }
.warning-copy p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.78; }
.warning-actions { padding: 1.25rem; border: 1px solid rgba(255,255,255,.075); border-radius: .9rem; background: rgba(0,0,0,.16); }
.warning-actions h3 { margin: 0 0 1rem; font-size: .84rem; }
.warning-actions ul, .notes-card ul { margin: 0; padding: 0; list-style: none; }
.warning-actions li, .notes-card li, .privacy-points span { display: flex; align-items: flex-start; gap: .7rem; color: var(--muted); font-size: .76rem; line-height: 1.55; }
.warning-actions li + li, .notes-card li + li { margin-top: .85rem; }
.check-icon { flex: 0 0 auto; width: 1rem; height: 1rem; fill: none; stroke: var(--green); stroke-width: 1.8; }

.release-date-block { display: grid; justify-items: end; gap: .25rem; }
.release-date-block span { color: var(--faint); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; }
.release-date-block strong { color: var(--gold-light); font-size: .86rem; }
.notes-card { display: grid; grid-template-columns: .42fr 1fr; gap: 3rem; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid rgba(255,255,255,.08); border-radius: 1.2rem; background: linear-gradient(135deg, rgba(168,85,247,.05), rgba(255,255,255,.015)); }
.notes-version { display: grid; align-content: start; }
.notes-version span { color: transparent; background: linear-gradient(110deg, var(--purple-light), var(--gold-light)); background-clip: text; -webkit-background-clip: text; font-size: clamp(3.5rem, 8vw, 7rem); font-weight: 750; line-height: .9; letter-spacing: -.08em; }
.notes-version small { margin-top: 1rem; color: var(--faint); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.notes-card li { font-size: .84rem; padding: .2rem 0 .9rem; border-bottom: 1px solid rgba(255,255,255,.06); }

.privacy-section { display: grid; grid-template-columns: 1fr .7fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.privacy-section h2 { margin-bottom: 1.4rem; }
.text-link { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1.5rem; color: var(--gold-light); font-size: .78rem; font-weight: 650; }
.text-link .button-arrow, .support-button .button-arrow { width: .9rem; height: .9rem; }
.privacy-points { display: grid; gap: .75rem; padding: 1.5rem; border: 1px solid rgba(168,85,247,.18); border-radius: 1rem; background: rgba(168,85,247,.045); }
.privacy-points span { padding: .45rem 0; }

.support-section { margin: clamp(2rem, 5vw, 5rem) 0 clamp(5rem, 10vw, 9rem); padding: clamp(2rem, 6vw, 5.5rem); text-align: center; border: 1px solid rgba(212,175,55,.2); border-radius: 1.5rem; background: radial-gradient(circle at 50% 120%, rgba(168,85,247,.2), transparent 55%), rgba(255,255,255,.018); }
.support-section p { max-width: 610px; margin: 1.2rem auto 1.8rem; color: var(--muted); font-size: .86rem; line-height: 1.7; }
.support-button { display: inline-flex; align-items: center; gap: .6rem; padding: .9rem 1.2rem; border: 1px solid rgba(212,175,55,.34); border-radius: 999px; background: rgba(212,175,55,.07); color: var(--gold-light); font-size: .82rem; font-weight: 650; }

.site-footer { display: grid; grid-template-columns: auto 1fr auto auto; gap: 2rem; align-items: center; min-height: 120px; border-top: 1px solid var(--line); color: var(--faint); font-size: .68rem; }
.footer-brand .brand-mark { width: 2.15rem; height: 2.15rem; }
.footer-brand .brand-mark-core { font-size: .9rem; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; gap: 1.2rem; }
.site-footer a:hover { color: #fff; }

.legal-shell { min-height: 100vh; }
.legal-header { width: min(900px, calc(100% - 3rem)); min-height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.legal-brand { color: var(--gold-light); font-weight: 650; }
.legal-article { width: min(760px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(4rem, 9vw, 8rem) 0; }
.legal-article h1 { margin: 0; font-size: clamp(3rem, 7vw, 6rem); line-height: .95; letter-spacing: -.065em; }
.legal-effective { margin: 1rem 0 2rem; color: var(--gold-light); font: .72rem "Cascadia Code", Consolas, monospace, monospace; }
.legal-intro { margin: 0 0 4rem; color: #c1bacb; font-size: 1.08rem; line-height: 1.8; }
.legal-article section { padding: 2rem 0; border-top: 1px solid rgba(255,255,255,.08); }
.legal-article h2 { margin: 0 0 .85rem; font-size: 1.15rem; }
.legal-article section p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.85; }
.legal-article section a { color: var(--purple-light); }
.legal-back { margin-top: 2.5rem; }
.legal-back a { color: var(--gold-light); font-size: .8rem; }

@media (max-width: 900px) {
  .split-heading, .privacy-section, .notes-card { grid-template-columns: 1fr; }
  .requirements-grid { grid-template-columns: repeat(2, 1fr); }
  .warning-section { grid-template-columns: auto 1fr; }
  .warning-actions { grid-column: 2; }
  .release-date-block { justify-items: start; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { grid-column: 1; }
}

@media (max-width: 600px) {
  .content-shell { width: min(100% - 2rem, 1180px); }
  .split-heading { gap: 1.2rem; }
  .requirements-grid { grid-template-columns: 1fr; }
  .requirements-grid article { min-height: 180px; }
  .requirements-grid h3 { margin-top: 2.8rem; }
  .verify-grid { grid-template-columns: 1fr; }
  .warning-section { grid-template-columns: 1fr; }
  .warning-actions { grid-column: 1; }
  .steps-list li { grid-template-columns: 42px 1fr; }
  .pairing-note { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; padding: 2rem 0; gap: 1rem; }
  .site-footer p, .site-footer nav { grid-column: 1; }
  .legal-header, .legal-article { width: min(100% - 2rem, 900px); }
}

/* Public plugin catalog */
.catalog-shell { min-height: 100vh; overflow: hidden; }
.catalog-header { position: relative; z-index: 2; }
.catalog-header [aria-current="page"] { color: #fff; }
.catalog-hero {
  position: relative;
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) 0 clamp(4.5rem, 8vw, 7rem);
}
.catalog-hero::after {
  position: absolute;
  content: "";
  width: 30rem;
  height: 30rem;
  right: -12rem;
  top: -8rem;
  border: 1px solid rgba(168,85,247,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(168,85,247,.02), 0 0 0 10rem rgba(168,85,247,.012);
  pointer-events: none;
}
.catalog-hero h1 { margin: 0; font-size: clamp(3.2rem, 7.4vw, 7.4rem); line-height: .92; letter-spacing: -.07em; }
.catalog-hero h1 span { color: transparent; background: linear-gradient(105deg, var(--purple-light), var(--purple) 55%, var(--gold-light) 125%); background-clip: text; -webkit-background-clip: text; }
.catalog-hero > p { max-width: 680px; margin: 2rem 0 0; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.catalog-section { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 0; border-top: 1px solid var(--line); }
.catalog-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.5rem; }
.catalog-section-heading h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.8rem); letter-spacing: -.05em; }
.catalog-section-heading p { margin: 0 0 .35rem; color: var(--faint); font-size: .76rem; }
.plugin-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.plugin-card { display: flex; flex-direction: column; min-width: 0; padding: clamp(1.35rem, 3vw, 2.1rem); border: 1px solid rgba(200,164,255,.17); border-radius: 1.25rem; background: linear-gradient(145deg, rgba(28,20,42,.86), rgba(12,9,18,.92)); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); }
.plugin-card-topline { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.plugin-category { color: var(--gold-light); font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.plugin-version { padding: .35rem .58rem; border: 1px solid rgba(168,85,247,.27); border-radius: 999px; color: var(--purple-light); font: .66rem "Cascadia Code", Consolas, monospace, monospace; }
.plugin-card h2 { margin: 1.4rem 0 .7rem; font-size: clamp(1.5rem, 2.8vw, 2.2rem); letter-spacing: -.04em; }
.plugin-summary { margin: 0; min-height: 3.9rem; color: var(--muted); font-size: .82rem; line-height: 1.7; }
.plugin-facts { display: grid; margin: 1.5rem 0 0; border-top: 1px solid rgba(255,255,255,.07); }
.plugin-facts > div { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.plugin-facts dt { color: var(--faint); font-size: .68rem; }
.plugin-facts dd { margin: 0; color: #c8c1d1; font-size: .7rem; text-align: right; overflow-wrap: anywhere; }
.plugin-notes { margin-top: 1rem; padding: .9rem 1rem; border: 1px solid rgba(255,255,255,.07); border-radius: .75rem; background: rgba(255,255,255,.018); }
.plugin-notes summary { color: #d7d0df; font-size: .72rem; font-weight: 650; cursor: pointer; }
.plugin-notes p { margin: .8rem 0 0; white-space: pre-wrap; color: var(--muted); font-size: .72rem; line-height: 1.65; }
.plugin-integrity { margin-top: auto; padding-top: 1.4rem; }
.plugin-integrity span { display: block; margin-bottom: .45rem; color: var(--faint); font-size: .62rem; font-weight: 700; letter-spacing: .14em; }
.plugin-integrity code { display: block; overflow-wrap: anywhere; color: #9d93a9; font: .61rem/1.6 "Cascadia Code", Consolas, monospace, monospace; }
.plugin-download { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1.2rem; padding: 1rem; border-radius: .78rem; background: linear-gradient(120deg, #8e3fe3, #6d28d9); color: #fff; font-size: .78rem; font-weight: 700; box-shadow: 0 12px 30px rgba(109,40,217,.22); }
.plugin-download:hover, .plugin-download:focus-visible { filter: brightness(1.1); transform: translateY(-1px); }
.catalog-empty { padding: clamp(2.2rem, 6vw, 5rem); text-align: center; border: 1px dashed rgba(168,85,247,.25); border-radius: 1.25rem; background: rgba(168,85,247,.035); }
.catalog-empty > span { color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.catalog-empty h2 { margin: 1rem 0 .7rem; font-size: clamp(1.8rem, 4vw, 3.2rem); letter-spacing: -.04em; }
.catalog-empty p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.7; }
.catalog-safety { width: min(1180px, calc(100% - 3rem)); margin: 0 auto clamp(4rem, 8vw, 7rem); padding: clamp(2rem, 5vw, 4rem); border: 1px solid rgba(212,175,55,.18); border-radius: 1.25rem; background: linear-gradient(120deg, rgba(212,175,55,.07), rgba(168,85,247,.045)); }
.catalog-safety h2 { max-width: 820px; margin: 0; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.05; letter-spacing: -.05em; }
.catalog-safety p { max-width: 770px; margin: 1.2rem 0 0; color: var(--muted); font-size: .84rem; line-height: 1.75; }
.catalog-footer { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; }

/* Authenticated owner portal; intentionally absent from public navigation. */
.owner-shell { width: min(1180px, calc(100% - 3rem)); min-height: 100vh; margin: 0 auto; }
.owner-header { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-bottom: 1px solid var(--line); }
.owner-identity { display: grid; justify-items: end; gap: .25rem; }
.owner-identity span, .owner-kicker { color: var(--gold-light); font-size: .65rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.owner-identity strong { color: var(--muted); font-size: .72rem; font-weight: 500; }
.owner-hero { display: grid; grid-template-columns: 1fr .55fr; gap: 3rem; align-items: end; padding: clamp(4rem, 8vw, 7rem) 0 3rem; }
.owner-hero h1 { margin: .75rem 0 0; font-size: clamp(3rem, 6vw, 6rem); line-height: .94; letter-spacing: -.065em; }
.owner-hero p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.75; }
.owner-console { display: grid; grid-template-columns: minmax(0, .82fr) minmax(360px, 1.18fr); gap: 1rem; align-items: start; padding-bottom: 5rem; }
.owner-panel { padding: clamp(1.3rem, 3vw, 2rem); border: 1px solid rgba(255,255,255,.09); border-radius: 1.2rem; background: linear-gradient(145deg, rgba(25,18,38,.88), rgba(12,9,18,.9)); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); }
.owner-panel-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; }
.owner-panel-heading h2 { margin: .45rem 0 0; font-size: 1.45rem; letter-spacing: -.035em; }
.owner-panel-heading > a { color: var(--purple-light); font-size: .7rem; }
.private-chip { padding: .4rem .58rem; border: 1px solid rgba(212,175,55,.26); border-radius: 999px; color: var(--gold-light); font-size: .6rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.plugin-form { display: grid; gap: 1rem; }
.plugin-form label { display: grid; gap: .45rem; }
.plugin-form label > span { color: #bdb5c7; font-size: .69rem; font-weight: 650; }
.plugin-form input, .plugin-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.11); border-radius: .7rem; padding: .75rem .8rem; outline: none; background: rgba(0,0,0,.24); color: #f4eff9; font: .76rem/1.45 Inter, "Segoe UI", sans-serif, sans-serif; }
.plugin-form textarea { resize: vertical; }
.plugin-form input:focus, .plugin-form textarea:focus { border-color: rgba(168,85,247,.65); box-shadow: 0 0 0 3px rgba(168,85,247,.1); }
.plugin-form input[type="file"] { color: var(--muted); }
.owner-form-row { display: grid; grid-template-columns: 1.2fr 1fr .65fr; gap: .7rem; }
.owner-form-row.two-up { grid-template-columns: .65fr 1.35fr; }
.owner-check { display: flex !important; grid-template-columns: auto 1fr; align-items: center; }
.owner-check input { width: auto; accent-color: var(--purple); }
.owner-primary, .owner-publish, .owner-takedown { appearance: none; border: 0; border-radius: .72rem; cursor: pointer; font-family: Inter, "Segoe UI", sans-serif, sans-serif; font-weight: 700; }
.owner-primary { padding: .95rem 1rem; background: linear-gradient(120deg, #8e3fe3, #6d28d9); color: #fff; }
.owner-primary:disabled, .owner-publish:disabled, .owner-takedown:disabled { opacity: .55; cursor: wait; }
.owner-status { margin: -.4rem 0 1rem; min-height: 1rem; color: var(--faint); font-size: .68rem; }
.owner-empty { padding: 2rem; border: 1px dashed rgba(255,255,255,.12); border-radius: .8rem; color: var(--muted); font-size: .75rem; text-align: center; }
.owner-release-list { display: grid; gap: .7rem; }
.owner-release { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; align-items: center; padding: 1rem; border: 1px solid rgba(255,255,255,.075); border-radius: .85rem; background: rgba(255,255,255,.018); }
.owner-release-main { min-width: 0; }
.owner-release-main > div { color: var(--faint); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.visibility-dot { display: inline-block; width: .4rem; height: .4rem; margin-right: .45rem; border-radius: 50%; background: #77707e; }
.visibility-dot.is-public { background: var(--green); box-shadow: 0 0 10px rgba(81,217,155,.7); }
.owner-release h3 { margin: .55rem 0 .28rem; font-size: .9rem; }
.owner-release h3 span { margin-left: .35rem; color: var(--purple-light); font: .66rem "Cascadia Code", Consolas, monospace, monospace; }
.owner-release p { margin: 0; color: var(--muted); font-size: .65rem; overflow-wrap: anywhere; }
.owner-release code { display: block; margin-top: .55rem; color: #6f6877; font: .55rem/1.45 "Cascadia Code", Consolas, monospace, monospace; overflow-wrap: anywhere; }
.owner-publish, .owner-takedown { min-width: 86px; padding: .7rem .8rem; font-size: .68rem; }
.owner-publish { background: rgba(81,217,155,.12); color: #8ee8bd; border: 1px solid rgba(81,217,155,.23); }
.owner-takedown { background: rgba(212,175,55,.09); color: var(--gold-light); border: 1px solid rgba(212,175,55,.23); }
.owner-footer { min-height: 100px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); color: var(--faint); font-size: .68rem; }
.owner-footer a { color: var(--gold-light); }

@media (max-width: 900px) {
  .catalog-header .top-nav a { display: block; }
  .catalog-header .top-nav a:first-child { display: none; }
  .plugin-grid, .owner-console, .owner-hero { grid-template-columns: 1fr; }
  .owner-hero { gap: 1.2rem; }
}

@media (max-width: 600px) {
  .catalog-header, .catalog-hero, .catalog-section, .catalog-safety, .catalog-footer, .owner-shell { width: min(100% - 2rem, 1180px); }
  .catalog-header .top-nav { gap: .7rem; }
  .catalog-header .nav-support { display: none; }
  .catalog-section-heading { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .plugin-facts > div { grid-template-columns: 1fr; gap: .3rem; }
  .plugin-facts dd { text-align: left; }
  .owner-header { min-height: 80px; }
  .owner-identity strong { max-width: 150px; overflow: hidden; text-overflow: ellipsis; }
  .owner-form-row, .owner-form-row.two-up { grid-template-columns: 1fr; }
  .owner-release { grid-template-columns: 1fr; }
  .owner-release button { width: 100%; }
}
