:root{--bg: #0b0b10;--bg-2: #12121a;--bg-3: #1a1a25;--fg: #f3f3f7;--fg-2: #b4b4c4;--fg-3: #7a7a8c;--line: rgba(255, 255, 255, .08);--accent: #ff4d6d;--accent-2: #7c5cff;--grad: linear-gradient(135deg, #ff4d6d, #7c5cff);--radius: 12px;--radius-lg: 18px;--top-bar-h: 60px;--bottom-nav-h: 60px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--gutter: 16px;--font-display: "Outfit", "Inter", system-ui, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;color-scheme:dark}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{background:var(--bg)}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font-body);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer;padding:0}img{display:block;max-width:100%}input,select{font:inherit}h1,h2,h3{font-family:var(--font-display);margin:0;letter-spacing:-.01em}::selection{background:#ff4d6d59}.container{padding:0 var(--gutter);max-width:1400px;margin:0 auto;width:100%}@media(min-width:900px){:root{--gutter: 32px}}.section{margin:28px 0}.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}.section-head h2{font-size:20px;font-weight:700}.section-head a{color:var(--fg-3);font-size:13px;font-weight:500}.section-head a:hover{color:var(--fg)}.badge{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:600;padding:2px 6px;border-radius:6px;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);line-height:1.3}.badge.sub{color:#9ee6ff}.badge.dub{color:#b7ff9e}.badge.hd{color:#ffd479}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 20px;border-radius:999px;font-weight:600;font-size:14px;background:var(--bg-3);color:var(--fg);transition:transform .12s ease,background .12s ease,opacity .12s;white-space:nowrap}.btn:hover{background:#242433}.btn:active{transform:scale(.97)}.btn.primary{background:var(--grad);color:#fff;box-shadow:0 6px 24px #ff4d6d40}.btn.primary:hover{filter:brightness(1.08)}.btn.sm{height:34px;padding:0 14px;font-size:13px}.btn.ghost{background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn.icon{width:44px;padding:0}.btn.icon.sm{width:34px}.chip{display:inline-flex;align-items:center;height:32px;padding:0 14px;border-radius:999px;background:var(--bg-3);color:var(--fg-2);font-size:13px;font-weight:500;white-space:nowrap;transition:background .12s,color .12s}.chip:hover{background:#242433;color:var(--fg)}.chip.active{background:var(--fg);color:var(--bg)}.row-scroll{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x proximity;padding:4px var(--gutter) 12px;margin:0 calc(-1 * var(--gutter));scrollbar-width:none}.row-scroll::-webkit-scrollbar{display:none}.row-scroll>*{scroll-snap-align:start;flex:0 0 auto}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:14px 12px}@media(min-width:600px){.grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:18px 14px}}@media(min-width:1100px){.grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}}.skeleton{background:linear-gradient(90deg,var(--bg-2) 25%,var(--bg-3) 50%,var(--bg-2) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:var(--radius)}@keyframes shimmer{to{background-position:-200% 0}}.empty{padding:60px 20px;text-align:center;color:var(--fg-3)}.empty strong{display:block;color:var(--fg-2);font-size:16px;margin-bottom:6px}.page-title{font-size:26px;font-weight:800;margin:8px 0 18px}.page-title small{display:block;font-family:var(--font-body);font-size:13px;color:var(--fg-3);font-weight:500;margin-top:2px}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}header.svelte-yic9pk{position:fixed;inset:0 0 auto 0;z-index:50;padding-top:var(--safe-top);background:linear-gradient(to bottom,#0b0b10f2,#0b0b10bf);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}header.immersive.svelte-yic9pk{background:#0b0b1099}.bar.svelte-yic9pk{height:var(--top-bar-h);display:flex;align-items:center;gap:14px}.logo.svelte-yic9pk{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-weight:800;font-size:19px;letter-spacing:-.02em}.mark.svelte-yic9pk{width:30px;height:30px;border-radius:9px;background:var(--grad);display:grid;place-items:center;color:#fff}nav.svelte-yic9pk{display:none;gap:4px;margin-left:6px}nav.svelte-yic9pk a:where(.svelte-yic9pk){padding:8px 12px;border-radius:999px;font-weight:500;color:var(--fg-2);font-size:14px}nav.svelte-yic9pk a:where(.svelte-yic9pk):hover{color:var(--fg);background:#ffffff0f}nav.svelte-yic9pk a.active:where(.svelte-yic9pk){color:var(--fg);background:#ffffff1a}.shuffle.svelte-yic9pk{flex:none;margin-left:auto}.shuffle.svelte-yic9pk+.search:where(.svelte-yic9pk){margin-left:0}.search.svelte-yic9pk{position:relative;flex:1;display:flex;align-items:center;gap:8px;height:40px;padding:0 12px;border-radius:999px;background:#ffffff12;color:var(--fg-3);max-width:520px;margin-left:auto}.search.svelte-yic9pk:focus-within{background:#ffffff1a;color:var(--fg-2);box-shadow:0 0 0 2px #7c5cff80}.search.svelte-yic9pk input:where(.svelte-yic9pk){flex:1;min-width:0;background:none;border:0;outline:0;color:var(--fg);font-size:15px;-moz-appearance:none;appearance:none;-webkit-appearance:none}.search.svelte-yic9pk input:where(.svelte-yic9pk)::-webkit-search-cancel-button{display:none}.clear.svelte-yic9pk{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;color:var(--fg-2)}.suggest.svelte-yic9pk{position:absolute;top:calc(100% + 8px);left:0;right:0;margin:0;padding:6px;list-style:none;background:#16161f;border:1px solid var(--line);border-radius:14px;box-shadow:0 20px 50px #0009;max-height:min(70vh,520px);overflow-y:auto}.suggest.svelte-yic9pk button:where(.svelte-yic9pk){display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:6px;border-radius:10px;color:var(--fg)}.suggest.svelte-yic9pk button:where(.svelte-yic9pk):hover{background:#ffffff0f}.suggest.svelte-yic9pk img:where(.svelte-yic9pk){width:36px;height:50px;object-fit:cover;border-radius:6px;background:var(--bg-3);flex:none}.suggest.svelte-yic9pk b:where(.svelte-yic9pk){display:block;font-size:14px;font-weight:600}.suggest.svelte-yic9pk small:where(.svelte-yic9pk){color:var(--fg-3);font-size:12px}.suggest.svelte-yic9pk .all:where(.svelte-yic9pk) button:where(.svelte-yic9pk){justify-content:center;color:var(--accent-2);font-weight:600;font-size:13px;padding:10px}@media(min-width:900px){nav.svelte-yic9pk{display:flex}.logo.svelte-yic9pk .word:where(.svelte-yic9pk){display:inline}}@media(max-width:480px){.logo.svelte-yic9pk .word:where(.svelte-yic9pk){display:none}}nav.svelte-oeh3u8{position:fixed;left:0;right:0;bottom:0;z-index:50;display:flex;justify-content:space-around;height:calc(var(--bottom-nav-h) + var(--safe-bottom));padding-bottom:var(--safe-bottom);background:#0b0b10e6;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-top:1px solid var(--line)}a.svelte-oeh3u8{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--fg-3);font-size:11px;font-weight:500}a.active.svelte-oeh3u8{color:var(--fg)}a.active.svelte-oeh3u8 svg{color:var(--accent)}@media(min-width:900px){nav.svelte-oeh3u8{display:none}}main.svelte-12qhfyh{min-height:100dvh;padding-top:calc(var(--top-bar-h) + var(--safe-top));padding-bottom:calc(var(--bottom-nav-h) + var(--safe-bottom) + 24px)}@media(min-width:900px){main.svelte-12qhfyh{padding-bottom:48px}}@keyframes svelte-12qhfyh-fade-in{0%{opacity:0}}@keyframes svelte-12qhfyh-fade-out{to{opacity:0}}::view-transition-old(root){animation:.12s ease-out both svelte-12qhfyh-fade-out}::view-transition-new(root){animation:.18s ease-in both svelte-12qhfyh-fade-in}
