/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .block {
    display: block;
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
}
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.pkg-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .pkg-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .pkg-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:root {
  --bg: #080a0d;
  --surface: #0d1117;
  --surface-2: #161b22;
  --border: #30363d;
  --border-sub: #21262d;
  --text: #e6edf3;
  --muted: #8b949e;
  --pink: #ff0066;
  --pink-dim: rgba(255, 0, 102, 0.12);
  --pink-glow: rgba(255, 0, 102, 0.25);
  --green: #3fb950;
  --font: ui-monospace, 'Cascadia Code', 'Fira Code', 'Consolas', 'Liberation Mono', monospace;
  --rad: 6px;
  --snap: cubic-bezier(0.16, 1, 0.3, 1);
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--bg);
  background-image: radial-gradient(circle at 20% 50%, rgba(255, 0, 102, 0.04) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(121, 192, 255, 0.03) 0%, transparent 40%), radial-gradient(ellipse at 1px 1px, #21262d 1px, transparent 0);
  background-size: auto, auto, 28px 28px;
  color: var(--text);
  font-family: var(--font);
  font-size: 0.9rem;
  line-height: 1.6;
  min-height: 100vh;
}
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  background: var(--pink);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: var(--rad);
  font-weight: 600;
  text-decoration: none;
  z-index: 9999;
  transition: top 0.2s;
}
.skip-link:focus {
  top: 1rem;
}
:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: 3px;
  border-radius: 2px;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 10, 13, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-sub);
  padding: 0.75rem 0;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--pink);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.logo:hover {
  color: var(--pink);
  opacity: 0.85;
}
.logo .bracket {
  color: var(--muted);
  font-weight: 400;
}
.nav-items {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-items a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.15s;
}
.nav-items a:hover {
  color: var(--text);
}
.hero {
  padding: 5rem 0 4rem;
  text-align: center;
}
.tagline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--green);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.tagline::before, .tagline::after {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--green);
  opacity: 0.5;
}
.hero h1 {
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.hero h1 .accent {
  color: var(--pink);
  text-shadow: 0 0 40px var(--pink-glow);
}
.sub {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 2.5rem;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.term {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--rad);
  max-width: 600px;
  margin: 0 auto 2rem;
  text-align: left;
  box-shadow: 0 0 0 1px var(--border-sub), 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 80px var(--pink-dim);
  overflow: hidden;
}
.term-bar {
  background: var(--surface-2);
  border-bottom: 1px solid var(--border);
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.dots {
  display: flex;
  gap: 6px;
  margin-right: 0.5rem;
}
.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  flex-shrink: 0;
}
.dot-red {
  background: #ff5f57;
}
.dot-yellow {
  background: #febc2e;
}
.dot-green {
  background: #28c840;
}
.term-label {
  color: var(--muted);
  font-size: 0.72rem;
  flex: 1;
  text-align: center;
  letter-spacing: 0.05em;
}
.term-body {
  padding: 1.25rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.term-body::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient( 0deg, transparent, transparent 3px, rgba(0, 0, 0, 0.06) 3px, rgba(0, 0, 0, 0.06) 4px );
  pointer-events: none;
}
.term-row {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
}
.prompt {
  color: var(--green);
  font-weight: 600;
  flex-shrink: 0;
  user-select: none;
}
.cmd {
  color: var(--text);
  font-size: 0.88rem;
  word-break: break-all;
  flex: 1;
}
.cmd a {
  color: var(--pink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s;
}
.cmd a:hover, .cmd a:focus {
  border-color: var(--pink);
}
.cursor {
  display: inline-block;
  width: 8px;
  height: 1.1em;
  background: var(--pink);
  vertical-align: text-bottom;
  margin-left: 2px;
  animation: blink 1.1s step-end infinite;
  flex-shrink: 0;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.btn-main {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #cc0052;
  color: #fff;
  border: none;
  padding: 0.6rem 1.4rem;
  border-radius: var(--rad);
  font-family: var(--font);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, box-shadow 0.15s, transform 0.15s var(--snap);
  box-shadow: 0 4px 20px var(--pink-glow);
}
.btn-main:hover {
  color: #fff;
  background: #b3004a;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px var(--pink-glow);
}
.btn-alt {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--muted);
  border: 1px solid var(--border);
  padding: 0.6rem 1.4rem;
  border-radius: var(--rad);
  font-family: var(--font);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.15s, border-color 0.15s, transform 0.15s var(--snap);
}
.btn-alt:hover {
  color: var(--text);
  border-color: var(--border);
  transform: translateY(-2px);
}
.copy-btn {
  background: none;
  border: 1px solid var(--border);
  color: var(--muted);
  padding: 0.4rem 0.7rem;
  border-radius: var(--rad);
  font-family: var(--font);
  font-size: 0.8rem;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
  flex-shrink: 0;
  line-height: 1;
}
.copy-btn:hover {
  color: var(--pink);
  border-color: var(--pink);
  background: var(--pink-dim);
}
.copy-btn.copied {
  color: var(--green);
  border-color: var(--green);
  background: rgba(63, 185, 80, 0.1);
}
.stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1.5rem 0 0;
  flex-wrap: wrap;
}
.stat {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.num {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1;
}
.lbl {
  font-size: 0.7rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sep {
  width: 1px;
  height: 2.5rem;
  background: var(--border);
}
.scripts {
  padding: 4rem 0 2rem;
}
.group-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.group-name {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.group-name .pip {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pink);
  flex-shrink: 0;
}
.rule {
  flex: 1;
  height: 1px;
  background: var(--border-sub);
}
.tally {
  font-size: 0.72rem;
  color: var(--border);
  white-space: nowrap;
}
.pkg {
  background: var(--surface);
  border: 1px solid var(--border-sub);
  border-radius: var(--rad);
  padding: 1.25rem;
  height: 100%;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s var(--snap);
  position: relative;
  overflow: hidden;
}
.pkg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--pink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s var(--snap);
}
.pkg:hover {
  border-color: var(--border);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px var(--border-sub);
  transform: translateY(-3px);
}
.pkg:hover::before {
  transform: scaleX(1);
}
.tag {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pink);
  border: 1px solid var(--pink-dim);
  background: var(--pink-dim);
  border-radius: 3px;
  padding: 0.1rem 0.45rem;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
.name {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 0.5rem;
  word-break: break-word;
}
.desc {
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}
.empty {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--muted);
  font-size: 0.85rem;
  border: 1px dashed var(--border-sub);
  border-radius: var(--rad);
  margin-bottom: 3rem;
}
.footer {
  margin-top: 4rem;
  border-top: 1px solid var(--border-sub);
  padding: 1.5rem 0;
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.byline {
  color: var(--muted);
  font-size: 0.78rem;
  margin: 0;
}
.byline .heart {
  color: var(--pink);
}
.links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.78rem;
  transition: color 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.links a:hover {
  color: var(--text);
}
.imprint-page {
  padding: clamp(3rem, 5vw, 4.25rem) 0 4.5rem;
}
.imprint-page .container {
  max-width: 760px;
}
.imprint-page h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 0 0 1rem;
}
.imprint-intro {
  color: var(--muted);
  margin: 0 0 2.5rem;
  max-width: 70ch;
}
.imprint-page section + section {
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-sub);
}
.imprint-page h2 {
  font-size: 1rem;
  margin: 0 0 1rem;
  color: var(--text);
}
.imprint-page p, .imprint-page address {
  color: var(--muted);
  font-style: normal;
  line-height: 1.75;
  margin: 0 0 1rem;
  max-width: 72ch;
}
.imprint-page p:last-child {
  margin-bottom: 0;
}
.imprint-page a {
  color: var(--pink);
  text-decoration: none;
}
.imprint-page code {
  background: var(--surface-2);
  border: 1px solid var(--border-sub);
  border-radius: 4px;
  padding: 0.1em 0.4em;
  font-size: 0.88em;
  color: var(--text);
}
.imprint-page pre {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--rad);
  padding: 0.9rem 1rem;
  margin: 0 0 1rem;
  overflow-x: auto;
}
.imprint-page pre code {
  background: none;
  border: none;
  padding: 0;
}
.imprint-page a:hover, .imprint-page a:focus {
  text-decoration: underline;
}
@media (prefers-reduced-motion: no-preference) {
  .tagline {
    animation: up 0.5s var(--snap) both;
  }
  .hero h1 {
    animation: up 0.5s 0.1s var(--snap) both;
  }
  .sub {
    animation: up 0.5s 0.18s var(--snap) both;
  }
  .term {
    animation: up 0.5s 0.26s var(--snap) both;
  }
  .actions {
    animation: up 0.5s 0.34s var(--snap) both;
  }
  .stats {
    animation: up 0.5s 0.42s var(--snap) both;
  }
  .pkg {
    animation: up 0.4s var(--snap) both;
  }
  @keyframes up {
    from {
      opacity: 0;
      transform: translateY(16px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  .cursor {
    animation: none;
    opacity: 1;
  }
  * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
@media (max-width: 576px) {
  .hero {
    padding: 3rem 0 2.5rem;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .sep {
    display: none;
  }
  .stats {
    gap: 1.5rem;
  }
  .footer .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .imprint-page {
    padding: 2.25rem 0 3rem;
  }
  .imprint-intro {
    margin-bottom: 2rem;
  }
  .imprint-page section + section {
    margin-top: 1.5rem;
    padding-top: 1rem;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
    }
  }
}
