* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth;
  scroll-padding-top:30px}
body {
  margin:0;
  background:#0b0d0c;
  color:#f1f4f1;
  font-family:Inter,"Segoe UI","Microsoft YaHei",sans-serif;
  -webkit-font-smoothing:antialiased}
a {
  color:inherit;
  text-decoration:none}
button,input {
  font:inherit}
button,a,input {
  -webkit-tap-highlight-color:transparent}
button {
  cursor:pointer}
a:focus-visible,button:focus-visible,input:focus-visible {
  outline:2px solid #8bfac2;
  outline-offset:5px}
button:focus-visible {
  outline-offset:3px}
[hidden] {
  display:none!important}
.skip {
  position:fixed;
  left:20px;
  top:-100px;
  background:#a1ffca;
  color:#08160f;
  padding:12px;
  z-index:5}
.skip:focus {
  top:12px}
.topbar,main,footer {
  max-width:1240px;
  margin:auto;
  padding-left:40px;
  padding-right:40px}
.topbar {
  height:98px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid #ffffff13}
.brand {
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:650;
  font-size:16px;
  letter-spacing:.02em}
.brand img {
  object-fit:contain}
.brand-light {
  font-weight:400;
  color:#99a39e}
.topbar nav {
  display:flex;
  gap:30px;
  color:#bbc3be;
  font-size:13px}
.topbar nav a:hover {
  color:#a0fac8}
.hero {
  min-height:346px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  padding:55px 0 48px}
.kicker {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:10px;
  letter-spacing:.22em;
  color:#9fb3a7;
  margin:0 0 22px}
.kicker>span {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#9affc7;
  box-shadow:0 0 18px #7affbb66}
h1 {
  font-size:clamp(30px,4.1vw,51px);
  letter-spacing:-.055em;
  line-height:1.25;
  margin:0 0 20px;
  font-weight:650}
.green {
  color:#a0fac8}
.intro {
  font-size:14px;
  line-height:1.9;
  color:#9aa69e;
  margin:0 0 24px}
.hero-link {
  font-size:12px;
  color:#d4dfd7;
  display:inline-flex;
  gap:25px;
  align-items:center}
.hero-link span {
  color:#a0fac8}
.collection-mark {
  width:240px;
  height:240px;
  position:relative;
  display:grid;
  place-items:center;
  margin-right:48px;
  background:radial-gradient(ellipse,#25382e55,transparent 70%)}
.orbit {
  position:absolute;
  border:1px solid #769e8338;
  border-radius:50%;
  width:220px;
  height:220px}
.orbit.two {
  width:145px;
  height:240px;
  transform:rotate(55deg)}
.orbit.three {
  width:145px;
  height:240px;
  transform:rotate(-55deg)}
.mark-center {
  font-size:50px;
  letter-spacing:-.08em;
  font-weight:300;
  color:#b5d0bd;
  text-align:center}
.mark-center span {
  display:block;
  font-size:7px;
  letter-spacing:.2em;
  color:#839d8d;
  margin-top:8px}
.orbit-dot {
  position:absolute;
  width:8px;
  height:8px;
  background:#b0ffce;
  border-radius:50%;
  top:31px;
  right:40px;
  box-shadow:0 0 24px #b0ffce80}
.section-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid #ffffff1a;
  padding-top:29px;
  gap:16px}
.section-head h2 {
  font-size:18px;
  font-weight:550;
  margin:0}
.section-head h2 span {
  font-size:9px;
  letter-spacing:.15em;
  color:#687e70;
  margin-left:15px;
  font-weight:400}
.section-head p {
  font-size:11px;
  color:#91a196}
.slash {
  padding:0 10px;
  color:#43534a}
.controls {
  display:flex;
  justify-content:space-between;
  gap:15px;
  align-items:center;
  margin-top:22px}
.filters {
  display:flex;
  gap:5px;
  flex-wrap:wrap}
.filters button {
  background:transparent;
  border:1px solid transparent;
  border-radius:7px;
  color:#9dab9f;
  padding:10px 13px;
  font-size:12px;
  white-space:nowrap;
  min-height:40px}
.filters button:hover {
  color:white;
  background:#19201b}
.filters button[aria-pressed=true] {
  background:#bbf7cd;
  color:#15251a;
  border-color:#bbf7cd}
.filters button span {
  font-size:10px;
  margin-left:5px;
  opacity:.65}
.search {
  display:flex;
  align-items:center;
  gap:8px;
  background:#121713;
  border:1px solid #2b352e;
  border-radius:7px;
  padding:0 12px;
  height:40px;
  min-width:255px}
.search>span {
  font-size:23px;
  color:#9bae9e}
.search input {
  background:transparent;
  color:#edf4ee;
  border:0;
  min-width:0;
  width:100%;
  font-size:12px;
  height:32px}
.search input:focus {
  outline:none}
.search:focus-within {
  border-color:#a0fac8}
.search input::placeholder {
  color:#7d8c81}
.search kbd {
  font-size:10px;
  padding:2px 5px;
  border:1px solid #36433a;
  border-radius:3px;
  color:#748879}
.result-line {
  display:flex;
  justify-content:space-between;
  gap:15px;
  align-items:center;
  margin:12px 0 19px;
  font-size:10px;
  color:#788b7d}
.result-line p {
  margin:0}
.result-line>span {
  color:#86978c}
.grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px}
.card {
  min-width:0;
  background:#141916;
  border:1px solid #29342d;
  border-radius:12px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  transition:border-color .2s,transform .2s}
.card:hover {
  border-color:#647d6a;
  transform:translateY(-3px)}
.card-body {
  padding:23px;
  display:flex;
  flex-direction:column;
  flex:1}
.card-meta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#a0b5a6;
  font-size:10px;
  line-height:1.6;
  margin-bottom:16px}
.index {
  font-family:monospace;
  color:#6d8475;
  font-size:10px}
.online-dot {
  display:flex;
  align-items:center;
  gap:6px}
.online-dot:before {
  content:'';
  width:5px;
  height:5px;
  background:#a0fac8;
  border-radius:50%}
.eyebrow {
  color:#849d8b;
  font-size:9px;
  letter-spacing:.14em;
  margin:0 0 8px}
.card h3 {
  font-size:20px;
  font-weight:550;
  letter-spacing:-.025em;
  line-height:1.4;
  margin:0 0 12px}
.description {
  font-size:12px;
  color:#a6b3aa;
  line-height:1.85;
  margin:0 0 20px;
  flex:1}
.tags {
  font-size:10px;
  color:#83998a;
  margin:0 0 19px}
.card-bottom {
  border-top:1px solid #2c3930;
  padding-top:17px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px}
.primary {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  font-size:12px;
  font-weight:550;
  color:#cbf9da;
  min-height:28px}
.primary:hover {
  color:#fff}
.source,.source-note {
  color:#8c9c91;
  font-size:11px;
  min-height:28px;
  display:grid;
  align-items:center}
.source:hover {
  color:white}
.preview {
  display:block;
  position:relative;
  aspect-ratio:1.87;
  overflow:hidden;
  background:#1d2922;
  border-bottom:1px solid #29342d}
.preview img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .4s}
.preview:hover img {
  transform:scale(1.035)}
.preview-arrow {
  position:absolute;
  right:13px;
  top:13px;
  border:1px solid #ffffff35;
  background:#0a100ce0;
  color:#ddf8e4;
  border-radius:50%;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  font-size:15px}
.rhine-art {
  background:linear-gradient(140deg,#d8e0d9,#92aaa5);
  display:grid;
  place-items:center}
.archive-grid {
  display:flex;
  gap:12px;
  transform:rotate(-20deg) skewY(12deg);
  opacity:.95;
  margin-top:-25px}
.archive-grid i {
  width:32px;
  height:87px;
  border:1px solid #476a62;
  background:linear-gradient(100deg,#f6fffbbb,#94aaa944);
  box-shadow:8px 8px 0 #77928a60,inset 0 0 0 5px #effaf322}
.archive-grid i:nth-child(2n) {
  transform:translateY(-12px)}
.archive-label {
  position:absolute;
  bottom:18px;
  left:23px;
  font-size:13px;
  font-weight:700;
  color:#213c35;
  letter-spacing:.1em}
.archive-label b {
  font-size:7px;
  font-weight:400;
  letter-spacing:.17em}
.app-icon {
  width:39px;
  height:39px;
  display:grid;
  place-items:center;
  background:#253b2d;
  border:1px solid #3a5141;
  border-radius:10px;
  color:#b9e4c4;
  font-family:monospace;
  font-size:19px;
  margin-bottom:19px}
.app-icon.desktop {
  background:#2d2d3b;
  color:#c5c4ee;
  border-color:#414057}
.app-icon.resources {
  background:#343228;
  color:#d8cca0;
  border-color:#514c36}
.note {
  display:flex;
  gap:20px;
  align-items:center;
  margin:44px 0 0;
  padding:28px;
  border:1px solid #314035;
  background:linear-gradient(110deg,#1b2b20,#121914);
  border-radius:12px}
.note-icon {
  font-size:27px;
  color:#a0fac8}
.note h2 {
  font-size:15px;
  font-weight:500;
  margin:0 0 8px}
.note p {
  font-size:11px;
  line-height:1.8;
  color:#9bafa1;
  margin:0}
.note>a {
  margin-left:auto;
  white-space:nowrap;
  font-size:12px;
  color:#cdf3d8;
  display:flex;
  gap:20px}
footer {
  display:flex;
  justify-content:space-between;
  gap:15px;
  padding-top:35px;
  padding-bottom:35px;
  margin-top:30px;
  font-size:10px;
  color:#84988b}
footer>a {
  color:#b2c3b7;
  font-size:11px}
footer>span:nth-child(2) {
  color:#819487}
.empty {
  text-align:center;
  padding:70px 20px;
  background:#131b15;
  border:1px dashed #405347;
  border-radius:12px}
.empty>span {
  font-size:35px;
  color:#a0fac8}
.empty h3 {
  font-weight:500;
  font-size:19px}
.empty p {
  color:#a1b3a7;
  font-size:13px;
  line-height:1.8}
.empty button {
  padding:12px 18px;
  border:0;
  border-radius:6px;
  background:#bbf7cd;
  color:#122117;
  margin-top:15px}
.noscript {
  color:#a0fac8;
  font-size:12px}
@media(min-width:1000px) {
  .card:not(.featured) {
  min-height:333px}
}
@media(max-width:1050px) {
  .controls {
  align-items:stretch;
  flex-direction:column}
.search {
  max-width:100%;
  width:100%}
.collection-mark {
  margin-right:10px}
.card-body {
  padding:20px}
.card h3 {
  font-size:18px}
.topbar,main,footer {
  padding-left:28px;
  padding-right:28px}
}
@media(max-width:760px) {
  .grid {
  grid-template-columns:repeat(2,minmax(0,1fr))}
.hero {
  min-height:310px}
.collection-mark {
  width:150px;
  height:180px;
  transform:scale(.7);
  margin-right:-18px}
.hero h1 {
  font-size:34px}
.hero .intro {
  font-size:12px}
.section-head h2 span {
  display:none}
.note {
  padding:22px}
.note-icon {
  display:none}
.topbar nav {
  gap:18px}
}
@media(max-width:540px) {
  .topbar,main,footer {
  padding-left:20px;
  padding-right:20px}
.topbar {
  height:76px}
.brand {
  font-size:13px;
  gap:8px}
.brand-light {
  display:none}
.brand img {
  width:27px;
  height:27px}
.topbar nav {
  font-size:11px;
  gap:18px}
.hero {
  padding:43px 0 36px;
  min-height:0;
  position:relative}
.hero>div:first-child {
  position:relative;
  z-index:1}
.hero h1 {
  font-size:32px;
  letter-spacing:-.055em}
.collection-mark {
  position:absolute;
  right:-10px;
  top:25px;
  opacity:.2;
  pointer-events:none;
  transform:scale(.7)}
.kicker {
  font-size:8px;
  margin-bottom:21px}
.intro {
  max-width:270px}
.section-head {
  padding-top:23px}
.section-head h2 {
  font-size:16px}
.section-head p {
  font-size:10px}
.filters {
  gap:3px}
.filters button {
  padding:9px 11px;
  font-size:11px}
.result-line {
  align-items:flex-start;
  flex-direction:column;
  gap:6px;
  margin:17px 0}
.grid {
  grid-template-columns:1fr;
  gap:15px}
.card-body {
  padding:23px}
.card h3 {
  font-size:21px}
.description {
  font-size:13px}
.preview {
  aspect-ratio:1.95}
.card:not(.featured) .app-icon {
  float:none}
.note {
  align-items:flex-start;
  flex-direction:column;
  gap:17px;
  margin-top:25px}
.note>a {
  margin-left:0}
.note p {
  font-size:12px}
footer {
  flex-wrap:wrap;
  line-height:1.8;
  margin-top:8px}
footer>span:nth-child(2) {
  display:none}
}
@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto}
*,*:before,*:after {
  transition:none!important}
}

@media(max-width:540px) {
  .hero {
  overflow:hidden}
}


/* Directory layout: prioritize project discovery over decorative space. */
.topbar, main, footer { max-width: 1320px; }
.topbar { height: 76px; }
.hero { min-height: 184px; padding: 32px 0; gap: 32px; }
.kicker { margin-bottom: 14px; font-size: 10px; }
h1 { font-size: clamp(30px, 3.2vw, 42px); margin-bottom: 12px; letter-spacing: -.04em; }
.intro { margin: 0; font-size: 14px; line-height: 1.8; }
.hero-summary { flex-shrink: 0; border-left: 1px solid #354239; padding: 8px 0 8px 28px; display: grid; gap: 12px; }
.hero-summary span { color: #afbeb4; font-size: 14px; }
.hero-summary a { color: #bff5d1; font-size: 12px; }
.section-head { padding-top: 20px; }
.section-head p { font-size: 12px; }
.controls { margin-top: 16px; }
.filters button { font-size: 13px; padding: 9px 13px; }
.search { min-width: 270px; }
.search input { font-size: 13px; }
.result-line { font-size: 11px; margin: 12px 0 16px; }
.grid { gap: 16px; }
.card { position: relative; }
.preview { aspect-ratio: 2.5; }
.card-body { padding: 20px; }
.card-meta { margin-bottom: 12px; font-size: 11px; }
.card h3 { font-size: 21px; margin-bottom: 10px; }
.eyebrow { font-size: 9px; margin-bottom: 7px; }
.description { font-size: 14px; line-height: 1.75; margin-bottom: 14px; }
.tags { font-size: 11px; margin-bottom: 14px; }
.card-bottom { padding-top: 12px; }
.primary { font-size: 13px; min-height: 30px; }
.source, .source-note { font-size: 12px; }
.card:not(.featured) { min-height: 260px; }
.card:not(.featured) .app-icon { position: absolute; top: 18px; right: 18px; width: 34px; height: 34px; font-size: 16px; margin: 0; border-radius: 8px; }
.card:not(.featured) .card-meta { padding-right: 47px; }
.card:not(.featured) .index { display: none; }
.card:not(.featured) h3 { padding-right: 28px; }
.note { margin-top: 28px; padding: 22px 24px; }
.note p { font-size: 12px; }
footer { margin-top: 12px; padding-top: 24px; padding-bottom: 24px; }
@media (max-width: 1050px) {
  .controls { flex-direction: row; flex-wrap: wrap; }
  .search { width: 100%; }
  .hero-summary { display: none; }
  .card h3 { font-size: 19px; }
}
@media (max-width: 760px) {
  .hero { min-height: 164px; padding: 26px 0; }
  .hero h1 { font-size: 34px; }
  .hero .intro { font-size: 14px; }
  .preview { aspect-ratio: 2.1; }
  .card:not(.featured) { min-height: 260px; }
}
@media (max-width: 540px) {
  .topbar { height: 64px; }
  .hero { padding: 25px 0; min-height: 0; }
  .hero h1 { font-size: 29px; margin-bottom: 10px; }
  .kicker { font-size: 9px; margin-bottom: 13px; }
  .intro { max-width: none; }
  .hero .intro { font-size: 13px; }
  .section-head { padding-top: 18px; }
  .section-head p { font-size: 10px; }
  .controls { gap: 12px; }
  .filters { gap: 4px; }
  .filters button { padding: 8px 10px; font-size: 12px; }
  .result-line > span { display: none; }
  .result-line { margin: 12px 0; }
  .card-body { padding: 18px; }
  .preview { aspect-ratio: 2.5; }
  .card h3 { font-size: 20px; }
  .card:not(.featured) { min-height: 0; }
  .description { font-size: 14px; }
  .note { padding: 20px; }
}
