html { background: #101012; color-scheme: dark; scroll-behavior: smooth; }
.network-page { margin: 0; color: #f0ecf6; background: #101012; font-family: 'Plus Jakarta Sans', -apple-system, sans-serif; -webkit-font-smoothing: antialiased; }
.network-page * { box-sizing: border-box; }
.network-page [hidden] { display: none !important; }
.network-page button,.network-page input,.network-page select { font: inherit; }
.network-page a { color: inherit; text-decoration: none; }
.network-page button { cursor: pointer; }
.network-page :is(a,button,input,select):focus-visible { outline: 2px solid #b989f4; outline-offset: 4px; }
.ln-main { padding: 36px clamp(20px,3vw,48px) 0; max-width: 1880px; margin: 0 auto; container: directory / inline-size; }
.ln-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.ln-eyebrow { display: block; font-size: 9px; font-weight: 700; letter-spacing: .15em; color: #b08bcf; }
.ln-heading h1 { margin: 10px 0; font-size: clamp(34px,3.3vw,54px); line-height: 1.1; letter-spacing: -.065em; font-weight: 800; }
.ln-heading h1 span { color: #b887ef; }
.ln-heading p { margin: 0; font-size: 12px; color: #8c8695; }
.ln-network-state { display: flex; align-items: center; gap: 8px; color: #847c8c; font-size: 10px; padding: 11px 14px; border: 1px solid #ffffff0b; border-radius: 999px; white-space: nowrap; }
.ln-network-state i { width: 5px; height: 5px; border-radius: 50%; background: #777080; }
.ln-network-state.is-live i { background: #ed6081; box-shadow: 0 0 12px #ed608160; }
.ln-feature { display: grid; grid-template-columns: 1.4fr 1fr; min-height: 304px; border: 1px solid #ffffff10; border-radius: 22px; overflow: hidden; background: #17131c; margin-bottom: 38px; }
.ln-feature-visual { position: relative; min-width: 0; background: #1e1928; min-height: 290px; overflow: hidden; }
.ln-feature-visual > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform 1.2s cubic-bezier(.22,1,.36,1); }
.ln-feature:hover .ln-feature-visual > img { transform: scale(1.035); }
.ln-feature-shade { position: absolute; inset: 0; background: linear-gradient(0deg,#0c0719c9,transparent 70%),linear-gradient(90deg,transparent 75%,#17131c); }
.ln-feature-tag { position: absolute; top: 20px; left: 22px; padding: 7px 9px; border: 1px solid #ffffff24; border-radius: 6px; background: #15111cc9; backdrop-filter: blur(12px); font-size: 8px; letter-spacing: .08em; font-weight: 700; }
.ln-feature-tag.is-live { background: #d7365b; border-color: #ff728e; }
.ln-feature-caption { position: absolute; left: 24px; right: 24px; bottom: 25px; display: flex; align-items: center; gap: 13px; }
.ln-feature-caption b { display: block; font-size: 17px; font-weight: 700; letter-spacing: -.02em; }
.ln-feature-caption small { display: block; margin-top: 5px; font-size: 10px; color: #d2c3e6; }
.ln-feature-play { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #ffffff55; border-radius: 50%; background: #ffffff0d; backdrop-filter: blur(10px); }
.ln-feature-play svg { width: 17px; height: 17px; fill: currentColor; }
.ln-feature-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 30px clamp(24px,3cqw,52px); }
.ln-feature-copy h2 { max-width: 20ch; margin: 14px 0; font-size: clamp(27px,3.1cqw,45px); font-weight: 800; line-height: 1.1; letter-spacing: -.055em; overflow-wrap: anywhere; }
.ln-feature-copy p { max-width: 37ch; margin: 0 0 22px; color: #9f91ad; font-size: 11px; line-height: 1.8; }
.ln-feature-copy > a { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 13px 16px; border-radius: 10px; background: #b58be7; color: #1d102c; font-size: 11px; font-weight: 800; transition: background .2s, transform .2s; }
.ln-feature-copy > a:hover { background: #ca9ffa; transform: translateY(-2px); }
.ln-feature-copy > a svg { width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-width: 1.7; }
.ln-feature-copy > small { margin-top: 12px; font-size: 8px; color: #756680; }
.ln-feature-loading { padding: 80px 32px; color: #9988ab; font-size: 12px; }
.ln-directory-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid #ffffff0c; }
.ln-views { display: flex; gap: 26px; }
.ln-views button { position: relative; border: 0; padding: 0 0 16px; background: transparent; font-size: 13px; font-weight: 700; color: #77717f; white-space: nowrap; }
.ln-views button[aria-pressed="true"] { color: #f2e9fc; }
.ln-views button::after { content: ''; position: absolute; height: 2px; left: 0; right: 0; bottom: -1px; border-radius: 3px; background: #b889f1; transform: scaleX(0); transition: transform .25s; }
.ln-views button[aria-pressed="true"]::after { transform: scaleX(1); }
.ln-views button span { padding: 3px 6px; margin-left: 4px; font-size: 8px; color: #bc9dd7; background: #b56cff13; border-radius: 5px; }
.ln-demo-link { margin-bottom: 15px; font-size: 10px; color: #a98cbe !important; }
.ln-demo-link span { margin-left: 7px; }
.ln-games { display: flex; align-items: center; gap: 9px; overflow-x: auto; padding: 22px 0 25px; scrollbar-width: none; }
.ln-games::-webkit-scrollbar { display: none; }
.ln-games button { display: flex; align-items: center; gap: 8px; flex-shrink: 0; height: 39px; padding: 0 13px 0 8px; border: 1px solid #ffffff10; border-radius: 9px; background: #ffffff03; color: #a198ab; font-size: 10px; transition: border-color .2s, color .2s, background .2s; }
.ln-games button:first-child { padding: 0 14px; }
.ln-games button:hover { background: #ffffff08; color: #f1e7fa; }
.ln-games button[aria-pressed="true"] { border-color: #b98df069; color: #dab8ff; background: #b889f112; }
.ln-games img { width: 23px; height: 25px; object-fit: cover; border-radius: 4px; }
.ln-games button > span { display: grid; place-items: center; width: 22px; font-size: 17px; color: #b88edf; }
.ln-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 22px; }
.ln-results-label h2 { margin: 0; font-size: 18px; line-height: 1.3; font-weight: 700; letter-spacing: -.04em; }
.ln-results-label p { margin: 7px 0 0; color: #776d82; font-size: 9px; }
.ln-tools { display: flex; align-items: center; gap: 10px; }
.ln-sort select { height: 37px; border: 1px solid #ffffff0d; border-radius: 9px; padding: 0 12px; background: #19151e; color: #b6a9c3; font-size: 10px; cursor: pointer; }
.ln-active-filter { display: flex; align-items: center; gap: 16px; padding: 0 0 20px; font-size: 10px; color: #ab8bc3; }
.ln-active-filter button { padding: 5px 8px; border: 0; border-radius: 5px; background: #ffffff05; color: #a097ad; font-size: 9px; }
.ln-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); column-gap: 22px; row-gap: 32px; }
.ln-card { min-width: 0; display: flex; flex-direction: column; gap: 13px; }
.ln-thumb { position: relative; display: block; width: 100%; aspect-ratio: 16/9; border: 1px solid #ffffff10; border-radius: 13px; background: #211827; overflow: hidden; }
.ln-thumb > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s cubic-bezier(.22,1,.36,1), filter .4s; }
.ln-thumb-initials { display: grid; place-items: center; height: 100%; font-size: 50px; font-weight: 800; color: #9c7bbb; background: radial-gradient(ellipse at center,#3f2a51,transparent 80%); }
.ln-thumb-shade { position: absolute; inset: 0; background: linear-gradient(transparent 40%,#10081c88); }
.ln-badge { position: absolute; left: 12px; top: 12px; border: 1px solid #ffffff25; border-radius: 4px; padding: 4px 6px; color: #e4d4f3; background: #17121cdc; font-size: 7px; font-weight: 700; letter-spacing: .07em; }
.ln-badge.is-live { background: #e43659; color: #fff; border-color: #ff6680; }
.ln-viewers { position: absolute; bottom: 12px; left: 12px; padding: 4px 6px; background: #000a; border-radius: 4px; font-size: 9px; color: #fff; }
.ln-play { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 44px; height: 44px; margin: -22px 0 0 -22px; border: 1px solid #ffffff60; border-radius: 50%; color: #fff; background: #ffffff14; backdrop-filter: blur(9px); opacity: 0; transform: translateY(7px); transition: opacity .25s, transform .35s; }
.ln-play svg { width: 17px; height: 17px; fill: currentColor; }
.ln-card-cta { display: flex; align-items: center; gap: 7px; position: absolute; bottom: 12px; right: 12px; font-size: 9px; font-weight: 700; color: #f1dcff; opacity: 0; transform: translateX(-6px); transition: opacity .25s, transform .35s; }
.ln-card-cta svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.ln-card:is(:hover,:focus-visible) .ln-thumb { border-color: #b88cdd70; }
.ln-card:is(:hover,:focus-visible) .ln-thumb > img { transform: scale(1.045); filter: brightness(.8); }
.ln-card:is(:hover,:focus-visible) :is(.ln-play,.ln-card-cta) { opacity: 1; transform: none; }
.ln-card-meta { display: flex; gap: 11px; padding: 0 2px; }
.ln-avatar { display: grid; place-items: center; width: 34px; height: 34px; flex-shrink: 0; border-radius: 50%; background: #29202f; border: 1px solid #ffffff15; color: #bfa3d2; font-size: 10px; font-weight: 700; overflow: hidden; }
.ln-avatar.is-live { border-color: #e85178; }
.ln-avatar img { width: 100%; height: 100%; object-fit: cover; }
.ln-card-meta > span:nth-child(2) { min-width: 0; flex: 1; }
.ln-card-meta b { display: block; font-size: 12px; font-weight: 700; line-height: 1.5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ln-card-meta small { display: block; margin-top: 3px; font-size: 10px; color: #92839e; }
.ln-card-meta em { font-style: normal; color: #665b73; font-size: 8px; }
.ln-category { display: inline-block; margin-top: 7px; padding: 3px 6px; background: #ffffff04; border-radius: 4px; font-size: 8px; color: #857591; }
.ln-following-mark { color: #c195e9; font-size: 15px; }
.ln-empty { padding: 52px 20px; border: 1px dashed #ffffff16; border-radius: 16px; background: #ffffff02; text-align: center; }
.ln-empty-glyph { display: block; color: #bb8ae9; font-size: 29px; margin-bottom: 18px; }
.ln-empty h3 { margin: 13px 0; font-size: 25px; letter-spacing: -.045em; }
.ln-empty p { max-width: 48ch; margin: 0 auto; color: #97849f; font-size: 12px; line-height: 1.8; }
.ln-empty > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.ln-empty :is(button,a) { display: inline-flex; padding: 11px 16px; border: 1px solid #b56cff3d; border-radius: 9px; background: #b56cff0b; color: #d0a6f5; font-size: 11px; font-weight: 600; }
.ln-empty a.is-primary { background: #b28bdd; color: #1f102b; }
.ln-bottom-note { display: flex; align-items: center; gap: 18px; margin-top: 50px; padding: 23px 25px; border: 1px solid #ffffff0b; border-radius: 14px; background: linear-gradient(110deg,#b56cff07,transparent); }
.ln-note-icon { font-size: 27px; color: #b78bdc; }
.ln-bottom-note b { font-size: 12px; }
.ln-bottom-note p { margin: 6px 0 0; font-size: 10px; color: #83728f; }
.ln-bottom-note > a { margin-left: auto; color: #be8ce7; font-size: 10px; white-space: nowrap; }
.ln-bottom-note > a span { margin-left: 8px; }
.ln-footer { display: flex; align-items: center; gap: 22px; margin-top: 44px; padding: 25px 0; border-top: 1px solid #ffffff08; }
.ln-footer img { display: block; width: 100px; height: auto; opacity: .7; }
.ln-footer > span { font-size: 9px; color: #61556c; }
.ln-footer nav { display: flex; gap: 18px; margin-left: auto; font-size: 9px; color: #8b7c97; }
.ln-sr { position: absolute; width: 1px; height: 1px; clip: rect(0,0,0,0); overflow: hidden; white-space: nowrap; }
@container directory (min-width: 1460px) { .ln-grid { grid-template-columns: repeat(4,minmax(0,1fr)); } }
@container directory (max-width: 940px) {
  .ln-network-state { display: none; }
  .ln-feature { grid-template-columns: 1.1fr 1fr; }
  .ln-feature-copy { padding: 26px; }
  .ln-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ln-toolbar { flex-wrap: wrap; gap: 18px; }
  .ln-tools { margin-left: auto; }
}
@container directory (max-width: 600px) {
  .ln-heading { margin-bottom: 22px; }
  .ln-feature { display: flex; flex-direction: column; margin-bottom: 28px; }
  .ln-feature-visual { min-height: 200px; }
  .ln-feature-shade { background: linear-gradient(0deg,#17131c,transparent 90%); }
  .ln-feature-copy { padding: 12px 24px 25px; }
  .ln-feature-copy h2 { font-size: 28px; }
  .ln-feature-copy h2 br { display: none; }
  .ln-feature-copy p { max-width: none; }
  .ln-feature-copy > a { width: 100%; }
  .ln-feature-tag { left: 17px; top: 17px; font-size: 7px; }
  .ln-feature-caption { left: 20px; bottom: 25px; }
  .ln-demo-link { display: none; }
  .ln-views { gap: 26px; }
  .ln-views button { font-size: 12px; }
  .ln-games { padding: 18px 0 22px; }
  .ln-tools { margin-left: 0; width: 100%; }
  .ln-sort select { max-width: 125px; }
  .ln-grid { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .ln-card-meta b { font-size: 14px; }
  .ln-card-meta small { font-size: 11px; }
  .ln-card-meta em { font-size: 9px; }
  .ln-category { font-size: 9px; }
  .ln-badge { font-size: 8px; }
  .ln-bottom-note { flex-wrap: wrap; padding: 20px; gap: 12px; }
  .ln-bottom-note > div { flex: 1; min-width: 180px; }
  .ln-bottom-note > a { margin-left: 0; }
  .ln-footer { flex-wrap: wrap; gap: 15px; }
  .ln-footer > span { display: none; }
}
@media (max-width:600px) { .ln-main { padding-top: 28px; padding-left: 18px; padding-right: 18px; } .ln-heading h1 { font-size: 38px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } .ln-main *, .ln-main *::after { transition: none !important; } }
