:root { color-scheme: dark light; --bg: #0b110e; --surface: #121c16; --surface-raised: #17241c; --text: #f0f4e9; --muted: #abb7a9; --line: rgba(194, 226, 192, .16); --green: #65cf4b; --green-strong: #80e56b; --green-soft: rgba(101, 207, 75, .15); --selection-bg: rgba(101, 207, 75, .28); --selection-text: #c8f0b8; --shadow: 0 18px 60px rgba(0, 0, 0, .28); --radius: 18px; --ease-out: cubic-bezier(.22, 1, .36, 1); }
:root[data-theme="light"] { color-scheme: light; --bg: #e7e8e2; --surface: #f5f5f1; --surface-raised: #fff; --text: #1d281f; --muted: #637064; --line: rgba(36, 63, 40, .18); --green: #3b9e36; --green-strong: #287f29; --green-soft: rgba(59, 158, 54, .13); --selection-bg: rgba(59, 158, 54, .18); --selection-text: #1d281f; --shadow: 0 18px 50px rgba(35, 52, 38, .12); }
:root[data-theme="dark"] { color-scheme: dark; --bg: #0b110e; --surface: #121c16; --surface-raised: #17241c; --text: #f0f4e9; --muted: #abb7a9; --line: rgba(194, 226, 192, .16); --green: #65cf4b; --green-strong: #80e56b; --green-soft: rgba(101, 207, 75, .15); --selection-bg: rgba(101, 207, 75, .28); --selection-text: #c8f0b8; --shadow: 0 18px 60px rgba(0, 0, 0, .28); }
@media (prefers-color-scheme: light) {
  :root:not([data-theme]) { color-scheme: light; --bg: #e7e8e2; --surface: #f5f5f1; --surface-raised: #fff; --text: #1d281f; --muted: #637064; --line: rgba(36, 63, 40, .18); --green: #3b9e36; --green-strong: #287f29; --green-soft: rgba(59, 158, 54, .13); --selection-bg: rgba(59, 158, 54, .18); --selection-text: #1d281f; --shadow: 0 18px 50px rgba(35, 52, 38, .12); }
}
* { box-sizing: border-box; } html { scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: color-mix(in srgb, var(--green) 45%, var(--surface)) var(--bg); } ::selection { color: var(--selection-text); background: var(--selection-bg); } ::-moz-selection { color: var(--selection-text); background: var(--selection-bg); } ::-webkit-scrollbar { width: 7px; } ::-webkit-scrollbar-track { background: var(--bg); } ::-webkit-scrollbar-thumb { background: color-mix(in srgb, var(--green) 35%, var(--surface)); border: 2px solid var(--bg); border-radius: 999px; } ::-webkit-scrollbar-thumb:hover { background: var(--green); }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: radial-gradient(circle at 50% -20%, var(--green-soft), transparent 35rem), var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, sans-serif; } button, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; } .topbar, main, footer { width: min(1160px, calc(100% - 40px)); margin: auto; }
.topbar { position: relative; z-index: 10; min-height: 78px; display: flex; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 .83rem/1 ui-monospace, monospace; letter-spacing: .13em; transition: opacity .2s ease; }.brand:hover { opacity: .7; }.brand img { width: 28px; height: 28px; image-rendering: pixelated; transition: transform .35s cubic-bezier(.34, 1.56, .64, 1); }.brand:hover img { transform: rotate(-6deg) scale(1.1); } nav { display: flex; gap: 24px; margin-left: auto; color: var(--muted); font-size: .9rem; } nav a { position: relative; padding: 6px 0; transition: color .2s ease; } nav a::after { position: absolute; right: 0; bottom: 1px; left: 0; height: 2px; background: var(--green); content: ''; transform: scaleX(0); transform-origin: left; transition: transform .28s var(--ease-out); } nav a:hover { color: var(--text); } nav a:hover::after { transform: scaleX(1); }.theme-toggle { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 0 11px; color: var(--text); background: var(--surface); border: 1px solid var(--line); border-radius: 8px; cursor: pointer; font: 700 .72rem ui-monospace, monospace; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }.theme-toggle:hover { border-color: var(--green); box-shadow: 0 0 0 3px var(--green-soft); transform: translateY(-1px); }.theme-toggle__icon { display: inline-grid; place-items: center; color: var(--green); font-size: 1rem; transition: transform .45s var(--ease-out); }.theme-toggle:hover .theme-toggle__icon { transform: rotate(90deg); }
.hero { position: relative; max-width: 800px; padding: 128px 0 84px; isolation: isolate; }.hero-grid { position: absolute; inset: 34px -25vw 12px 26%; z-index: -1; opacity: .55; background-image: linear-gradient(color-mix(in srgb, var(--green) 12%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--green) 12%, transparent) 1px, transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(ellipse at 62% 45%, black, transparent 64%); animation: grid-shimmer 9s ease-in-out infinite; }.eyebrow { margin: 0 0 14px; color: var(--green); font: 700 .72rem/1 ui-monospace, monospace; letter-spacing: .17em; }.hero h1, h2, h3 { margin: 0; letter-spacing: -.045em; }.hero h1 { font-size: clamp(3.35rem, 10vw, 6.8rem); line-height: .9; }.hero h1 em { color: var(--green); font-style: normal; }.lead, .section-heading > p, .contribute > p:not(.eyebrow), .plugin-card p { color: var(--muted); line-height: 1.7; }.lead { max-width: 690px; margin: 26px 0 30px; font-size: 1.13rem; }.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }.button { display: inline-block; padding: 13px 17px; border: 1px solid transparent; border-radius: 9px; font-size: .92rem; font-weight: 750; transition: transform .2s ease, border-color .2s ease, background .2s ease; }.button:hover { transform: translateY(-2px); }.button--primary { color: #071106; background: var(--green); border-color: var(--green); }.button--primary:hover { background: var(--green-strong); border-color: var(--green-strong); }.button--quiet { background: var(--surface); border-color: var(--line); }.button--quiet:hover { border-color: color-mix(in srgb, var(--green) 50%, var(--line)); }.arrow-anim { display: inline-block; margin-left: 4px; animation: arrow-bounce 2s ease-in-out infinite; }.button:hover .arrow-anim { animation: arrow-shoot .35s ease forwards; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }.principles article { position: relative; padding: 30px; overflow: hidden; background: color-mix(in srgb, var(--surface) 88%, transparent); transition: background .22s ease, transform .22s ease; }.principles article::before { position: absolute; inset: 0; background: linear-gradient(135deg, var(--green-soft), transparent 62%); content: ''; opacity: 0; transition: opacity .22s ease; }.principles article:hover { background: color-mix(in srgb, var(--surface) 82%, var(--green)); transform: translateY(-4px); }.principles article:hover::before { opacity: 1; }.principles article + article { border-left: 1px solid var(--line); }.principles article > * { position: relative; }.principles span { display: block; margin-bottom: 34px; color: var(--green); font: 700 .72rem ui-monospace, monospace; }.principles h2 { font-size: 1.38rem; }.principles p { color: var(--muted); line-height: 1.65; }
.catalog { padding: 120px 0; }.section-heading { max-width: 650px; margin-bottom: 34px; }.section-heading h2, .contribute h2 { font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1; }.plugin-card { position: relative; max-width: 610px; padding: 30px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--green) 45%, var(--line)); border-radius: var(--radius); background: linear-gradient(145deg, color-mix(in srgb, var(--green-soft) 72%, var(--surface-raised)), var(--surface)); box-shadow: var(--shadow); transition: border-color .25s ease, transform .25s var(--ease-out), box-shadow .25s ease; }.plugin-card::after { position: absolute; top: -90%; left: -50%; width: 45%; height: 260%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.24), transparent); content: ''; opacity: 0; pointer-events: none; transform: rotate(18deg); }.plugin-card:hover { border-color: var(--green); box-shadow: 0 22px 65px color-mix(in srgb, var(--green) 16%, transparent); transform: translateY(-6px); }.plugin-card:hover::after { opacity: 1; animation: card-sheen .8s var(--ease-out); }.plugin-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }.plugin-mark { display: grid; width: 42px; height: 42px; place-items: center; color: #071106; background: var(--green); border-radius: 9px; box-shadow: 0 0 0 0 var(--green-soft); font-family: ui-monospace, monospace; font-weight: 900; transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .35s ease; }.plugin-card:hover .plugin-mark { box-shadow: 0 0 0 8px var(--green-soft); transform: rotate(-7deg) scale(1.08); }.status, .tags span { font: 700 .68rem ui-monospace, monospace; letter-spacing: .08em; }.status { color: var(--green); }.plugin-card h3 { margin-top: 26px; font-size: 1.65rem; }.tags { display: flex; flex-wrap: wrap; gap: 8px; }.tags span { padding: 6px 8px; color: var(--green); background: var(--green-soft); border-radius: 5px; transition: transform .2s ease, background .2s ease; }.tags span:hover { background: color-mix(in srgb, var(--green) 24%, var(--green-soft)); transform: translateY(-2px); }.notice { margin: 24px 0 0; padding-top: 18px; border-top: 1px solid var(--line); font-size: .88rem; }.contribute { position: relative; margin-bottom: 100px; padding: 54px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(120deg, var(--surface), color-mix(in srgb, var(--surface) 88%, var(--green-soft))); box-shadow: var(--shadow); }.contribute::before { position: absolute; inset: auto -48px -88px auto; width: 190px; height: 190px; border: 1px solid color-mix(in srgb, var(--green) 40%, transparent); border-radius: 50%; box-shadow: 0 0 0 22px color-mix(in srgb, var(--green) 12%, transparent), 0 0 0 44px color-mix(in srgb, var(--green) 7%, transparent); content: ''; animation: orbit 7s ease-in-out infinite; }.contribute > * { position: relative; }.contribute > p:not(.eyebrow) { max-width: 620px; }.contribute .button { margin-top: 12px; } footer { display: flex; justify-content: space-between; gap: 16px; padding: 28px 0; color: var(--muted); border-top: 1px solid var(--line); font-size: .82rem; } footer b { display: inline-block; color: #eb5a9d; animation: heartbeat 2s steps(2,end) infinite; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }.reveal.is-visible { opacity: 1; transform: none; }.principles.is-visible article { animation: rise-in .56s var(--ease-out) both; animation-delay: var(--delay); }
@keyframes grid-shimmer { 0%, 100% { opacity: .55; } 50% { opacity: .2; } } @keyframes signal { 0%, 100% { opacity: .38; transform: scaleY(.72); } 50% { opacity: 1; transform: scaleY(1); } } @keyframes arrow-bounce { 0%, 100% { transform: translateX(0); } 45% { transform: translateX(6px); } 65% { transform: translateX(2px); } } @keyframes arrow-shoot { 0% { transform: translateX(0); opacity: 1; } 45% { transform: translateX(11px); opacity: 0; } 46% { transform: translateX(-5px); opacity: 0; } 100% { transform: translateX(0); opacity: 1; } } @keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } } @keyframes card-sheen { from { transform: translateX(-250%) rotate(18deg); } to { transform: translateX(620%) rotate(18deg); } } @keyframes orbit { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(-12px, -10px); } } @keyframes heartbeat { 0%, 100% { transform: scale(1); } 15% { transform: scale(1.18); } 30% { transform: scale(1); } }

.button--mc-coffee {
  background: #3c2a1a !important;
  color: #facc15 !important;
  border: 1px solid #5c4228 !important;
  box-shadow: inset 2px 2px 0 #6d4e30, inset -2px -2px 0 #281b10 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
  border-radius: 6px !important;
}
.button--mc-coffee i {
  font-size: 0.85rem !important;
}
.button--mc-coffee:hover {
  background: #4a3420 !important;
  color: #fef08a !important;
  border-color: #facc15 !important;
  box-shadow: inset 2px 2px 0 #7e5b38, inset -2px -2px 0 #281b10, 0 4px 14px rgba(250, 204, 21, 0.2) !important;
}
@media (max-width: 760px) { .topbar, main, footer { width: min(100% - 28px, 1160px); }.topbar { min-height: 68px; flex-wrap: wrap; padding: 14px 0; gap: 12px; }.brand { margin-right: auto; } nav { order: 3; width: 100%; justify-content: space-between; gap: 10px; margin: 0; font-size: .78rem; }.hero { padding: 82px 0 60px; }.hero-grid { inset: 18px -50vw 10px 0; }.principles { grid-template-columns: 1fr; }.principles article + article { border-top: 1px solid var(--line); border-left: 0; }.catalog { padding: 78px 0; }.contribute { padding: 32px 24px; margin-bottom: 70px; } footer { flex-direction: column; } }
@media (max-width: 420px) { .theme-toggle span:last-child { display: none; }.hero h1 { font-size: 3rem; }.button { width: 100%; text-align: center; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
