.card[data-astro-cid-dohjnao5]{position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent;padding:24px;border-radius:20px;border:1px solid var(--card-border);background:var(--card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);text-decoration:none;color:var(--text);transition:all .3s ease;display:flex;flex-direction:column;gap:16px;box-shadow:var(--shadow)}.card[data-astro-cid-dohjnao5]:after{content:"";position:absolute;top:0;bottom:0;left:-120%;width:60%;pointer-events:none;transform:skew(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .45s ease}.card[data-astro-cid-dohjnao5]:hover{transform:translateY(-4px) scale(1.01);border-color:var(--line);box-shadow:var(--shadow-hover);background:var(--panel-active)}.card[data-astro-cid-dohjnao5]:hover:after,.card[data-astro-cid-dohjnao5]:focus-visible:after{left:150%}.card[data-astro-cid-dohjnao5]:active{transform:translateY(-1px) scale(.992)}.card[data-astro-cid-dohjnao5]:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.card-top[data-astro-cid-dohjnao5]{display:flex;align-items:center;gap:12px}.icon-box[data-astro-cid-dohjnao5]{width:44px;height:44px;border-radius:12px;background:var(--panel);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.icon-box[data-astro-cid-dohjnao5] img[data-astro-cid-dohjnao5]{width:24px;height:24px;object-fit:contain;border-radius:4px}.info[data-astro-cid-dohjnao5]{flex:1;min-width:0}.title[data-astro-cid-dohjnao5]{margin:0;font-size:16px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text)}.badge[data-astro-cid-dohjnao5]{display:inline-block;padding:2px 8px;border-radius:6px;background:#58a6ff1a;color:var(--accent);font-size:12px;margin-top:4px}.desc[data-astro-cid-dohjnao5]{margin:0;font-size:14px;color:var(--muted);line-height:1.5;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:3em;transition:max-height .3s ease}.card[data-astro-cid-dohjnao5]:hover .desc[data-astro-cid-dohjnao5],.card[data-astro-cid-dohjnao5]:focus-visible .desc[data-astro-cid-dohjnao5]{-webkit-line-clamp:unset;max-height:10.5em}@media(max-width:900px){.card[data-astro-cid-dohjnao5]{padding:20px;border-radius:18px;gap:14px}.icon-box[data-astro-cid-dohjnao5]{width:40px;height:40px}.icon-box[data-astro-cid-dohjnao5] img[data-astro-cid-dohjnao5]{width:22px;height:22px}.title[data-astro-cid-dohjnao5]{font-size:15px}.desc[data-astro-cid-dohjnao5]{font-size:13px;line-height:1.45}}@media(max-width:640px){.card[data-astro-cid-dohjnao5]{padding:16px;border-radius:16px;gap:12px}.card-top[data-astro-cid-dohjnao5]{gap:10px}.icon-box[data-astro-cid-dohjnao5]{width:36px;height:36px;border-radius:10px}.icon-box[data-astro-cid-dohjnao5] img[data-astro-cid-dohjnao5]{width:20px;height:20px}.title[data-astro-cid-dohjnao5]{font-size:14px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;max-height:2.6em}.badge[data-astro-cid-dohjnao5]{font-size:11px;padding:2px 7px}.desc[data-astro-cid-dohjnao5]{font-size:13px;max-height:4.1em}}@media(hover:none){.card[data-astro-cid-dohjnao5]:hover{transform:none;border-color:var(--card-border);box-shadow:var(--shadow);background:var(--card-bg)}.card[data-astro-cid-dohjnao5]:hover .desc[data-astro-cid-dohjnao5]{-webkit-line-clamp:2;max-height:3em}.card[data-astro-cid-dohjnao5]:active{transform:scale(.99)}}.category-section[data-astro-cid-dnzhvhlx]{scroll-margin-top:90px;margin-bottom:28px}.category-head[data-astro-cid-dnzhvhlx]{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.category-title[data-astro-cid-dnzhvhlx]{margin:0;font-size:24px;letter-spacing:-.2px}.category-count[data-astro-cid-dnzhvhlx]{font-size:13px;color:var(--muted)}.grid[data-astro-cid-dnzhvhlx]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;min-width:0}@media(max-width:900px){.category-section[data-astro-cid-dnzhvhlx]{scroll-margin-top:78px;margin-bottom:22px}.category-title[data-astro-cid-dnzhvhlx]{font-size:22px}.grid[data-astro-cid-dnzhvhlx]{grid-template-columns:minmax(0,1fr);gap:18px}}@media(max-width:640px){.category-section[data-astro-cid-dnzhvhlx]{scroll-margin-top:66px;margin-bottom:18px}.category-head[data-astro-cid-dnzhvhlx]{margin-bottom:10px;flex-wrap:wrap;row-gap:6px}.category-title[data-astro-cid-dnzhvhlx]{font-size:20px}.category-count[data-astro-cid-dnzhvhlx]{font-size:12px;margin-left:auto}.grid[data-astro-cid-dnzhvhlx]{grid-template-columns:1fr;gap:12px}}html{scroll-behavior:smooth;overflow-x:hidden}:root{--panel: rgba(18, 26, 43, .55);--panel-active: rgba(255, 255, 255, .12);--text: #f0f6fc;--text-sub: #c9d1d9;--muted: #8b949e;--line: rgba(255, 255, 255, .08);--accent: #58a6ff;--accent-hover: #79c0ff;--gradient: linear-gradient(135deg, #a855f7 0%, #3b82f6 50%, #10b981 100%);--bg-color: #0b1020;--card-bg: rgba(22, 27, 34, .5);--card-border: rgba(255, 255, 255, .05);--shadow: 0 4px 12px rgba(0, 0, 0, .2);--shadow-hover: 0 12px 32px rgba(88, 166, 255, .15)}:root[data-theme=light]{--panel: rgba(245, 245, 247, .75);--panel-active: rgba(255, 255, 255, .9);--text: #1d1d1f;--text-sub: #424245;--muted: #86868b;--line: rgba(0, 0, 0, .08);--accent: #0066cc;--accent-hover: #0077ed;--gradient: linear-gradient(135deg, #4f46e5 0%, #db2777 50%, #f59e0b 100%);--bg-color: #fbfbfd;--card-bg: rgba(255, 255, 255, .6);--card-border: rgba(0, 0, 0, .05);--shadow: 0 4px 12px rgba(0, 0, 0, .05);--shadow-hover: 0 12px 32px rgba(0, 102, 204, .2)}[data-astro-cid-bobyx3ht]{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,PingFang SC,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;background-color:var(--bg-color);color:var(--text);min-height:100vh;overflow-x:hidden;transition:background-color .4s ease,color .4s ease}.aurora-bg[data-astro-cid-bobyx3ht]{position:fixed;inset:0;z-index:-1;overflow:hidden;background:var(--bg-color);transition:background-color .4s ease}.orb[data-astro-cid-bobyx3ht]{position:absolute;border-radius:50%;filter:blur(120px);opacity:.5;animation:float 20s infinite ease-in-out alternate;transition:opacity .4s ease,filter .4s ease}.orb-1[data-astro-cid-bobyx3ht]{width:60vw;height:60vh;background:radial-gradient(circle,#f43f5e,transparent 60%);top:-10%;left:-10%;animation-delay:0s}.orb-2[data-astro-cid-bobyx3ht]{width:50vw;height:50vh;background:radial-gradient(circle,#8b5cf6,transparent 60%);bottom:-10%;right:-10%;animation-delay:-5s;animation-duration:25s}.orb-3[data-astro-cid-bobyx3ht]{width:70vw;height:70vh;background:radial-gradient(circle,#14b8a6,transparent 60%);top:30%;left:40%;animation-delay:-10s;animation-duration:22s}.orb-4[data-astro-cid-bobyx3ht]{width:40vw;height:40vh;background:radial-gradient(circle,#f59e0b,transparent 60%);top:50%;left:-20%;animation-delay:-8s;animation-duration:28s}:root[data-theme=light] .orb[data-astro-cid-bobyx3ht]{filter:blur(100px);opacity:.75}:root[data-theme=light] .orb-1[data-astro-cid-bobyx3ht]{background:radial-gradient(circle,#f472b6,transparent 60%)}:root[data-theme=light] .orb-2[data-astro-cid-bobyx3ht]{background:radial-gradient(circle,#a855f7,transparent 60%)}:root[data-theme=light] .orb-3[data-astro-cid-bobyx3ht]{background:radial-gradient(circle,#34d399,transparent 60%)}:root[data-theme=light] .orb-4[data-astro-cid-bobyx3ht]{background:radial-gradient(circle,#fbbf24,transparent 60%)}@keyframes float{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.lang-btn[data-astro-cid-bobyx3ht],.theme-btn[data-astro-cid-bobyx3ht]{position:fixed;top:24px;width:44px;height:44px;border-radius:50%;background:var(--panel);border:1px solid var(--line);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:100;color:var(--text);transition:all .3s ease;text-decoration:none}.lang-btn[data-astro-cid-bobyx3ht]{right:76px;font-size:13px;font-weight:600}.theme-btn[data-astro-cid-bobyx3ht]{right:24px}.lang-btn[data-astro-cid-bobyx3ht]:hover,.theme-btn[data-astro-cid-bobyx3ht]:hover{background:var(--panel-active);transform:scale(1.05)}.theme-btn[data-astro-cid-bobyx3ht] svg[data-astro-cid-bobyx3ht]{width:20px;height:20px;fill:currentColor}:root[data-theme=light] .sun-icon[data-astro-cid-bobyx3ht]{display:none}:root:not([data-theme=light]) .moon-icon[data-astro-cid-bobyx3ht]{display:none}.wrap[data-astro-cid-bobyx3ht]{max-width:1320px;width:100%;margin:0 auto;padding:60px 24px 80px}.hero[data-astro-cid-bobyx3ht]{margin-bottom:40px;text-align:center}h1[data-astro-cid-bobyx3ht]{font-size:48px;font-weight:800;margin:0 0 16px;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px}.sub[data-astro-cid-bobyx3ht]{color:var(--muted);font-size:18px;line-height:1.6;max-width:600px;margin:0 auto}.toolbar[data-astro-cid-bobyx3ht]{display:flex;flex-direction:column;align-items:center;gap:20px;margin:40px 0;min-width:0}.search[data-astro-cid-bobyx3ht]{width:100%;max-width:600px;padding:16px 24px;border-radius:999px;border:1px solid var(--line);background:var(--panel);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:var(--text);font-size:16px;transition:all .3s ease;box-shadow:var(--shadow)}.search[data-astro-cid-bobyx3ht]:focus{outline:none;border-color:var(--accent);box-shadow:var(--shadow-hover);background:var(--panel-active)}.search[data-astro-cid-bobyx3ht]::placeholder{color:var(--muted)}.filters[data-astro-cid-bobyx3ht]{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;min-width:0}.filter-btn[data-astro-cid-bobyx3ht]{padding:8px 16px;min-height:36px;border-radius:999px;border:1px solid var(--line);background:var(--panel);color:var(--muted);font-size:14px;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(8px)}.filter-btn[data-astro-cid-bobyx3ht]:hover{background:var(--panel-active);color:var(--text)}.filter-btn[data-astro-cid-bobyx3ht].active{background:var(--accent);border-color:var(--accent);color:#fff}.content-layout[data-astro-cid-bobyx3ht]{display:grid;grid-template-columns:220px minmax(0,1fr);gap:24px;align-items:start;min-width:0}.elevator[data-astro-cid-bobyx3ht]{position:sticky;top:24px;border:1px solid var(--line);border-radius:16px;background:var(--panel);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);padding:14px;box-shadow:var(--shadow);min-width:0}.elevator-title[data-astro-cid-bobyx3ht]{margin:0 0 10px;font-size:12px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.elevator-list[data-astro-cid-bobyx3ht]{display:flex;flex-direction:column;gap:8px;max-height:calc(100vh - 120px);overflow:auto;min-width:0}.elevator-link[data-astro-cid-bobyx3ht]{text-decoration:none;color:var(--text-sub);border:1px solid transparent;border-radius:10px;padding:8px 10px;min-height:36px;font-size:14px;transition:all .2s ease}.elevator-link[data-astro-cid-bobyx3ht]:hover,.elevator-link[data-astro-cid-bobyx3ht]:focus-visible,.elevator-link[data-astro-cid-bobyx3ht].active{color:var(--text);background:var(--panel-active);border-color:var(--line);outline:none}.content-main[data-astro-cid-bobyx3ht]{min-width:0;width:100%}.empty[data-astro-cid-bobyx3ht]{text-align:center;padding:60px 0;color:var(--muted);font-size:16px;display:none}.back-top[data-astro-cid-bobyx3ht]{position:fixed;right:24px;bottom:28px;width:46px;height:46px;border-radius:999px;border:1px solid var(--line);background:var(--panel);color:var(--text);box-shadow:var(--shadow);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);cursor:pointer;z-index:90;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .25s ease}.back-top[data-astro-cid-bobyx3ht].show{opacity:1;visibility:visible;transform:translateY(0)}.back-top[data-astro-cid-bobyx3ht]:hover,.back-top[data-astro-cid-bobyx3ht]:focus-visible{background:var(--panel-active);outline:none}@media(max-width:900px){.wrap[data-astro-cid-bobyx3ht]{padding:52px 18px 72px}.hero[data-astro-cid-bobyx3ht]{margin-bottom:30px}h1[data-astro-cid-bobyx3ht]{font-size:38px;margin-bottom:12px}.sub[data-astro-cid-bobyx3ht]{font-size:16px;max-width:540px}.toolbar[data-astro-cid-bobyx3ht]{margin:30px 0;gap:16px;align-items:stretch}.search[data-astro-cid-bobyx3ht]{max-width:none;font-size:15px;padding:14px 18px}.filters[data-astro-cid-bobyx3ht]{width:100%;max-width:100%;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x proximity;touch-action:pan-x;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.filter-btn[data-astro-cid-bobyx3ht]{white-space:nowrap;flex:0 0 auto;min-height:40px;scroll-snap-align:start}.lang-btn[data-astro-cid-bobyx3ht],.theme-btn[data-astro-cid-bobyx3ht]{top:14px;width:40px;height:40px}.lang-btn[data-astro-cid-bobyx3ht]{right:62px;font-size:12px}.theme-btn[data-astro-cid-bobyx3ht]{right:14px}.content-layout[data-astro-cid-bobyx3ht]{grid-template-columns:1fr;gap:16px}.elevator[data-astro-cid-bobyx3ht]{position:sticky;top:12px;z-index:50;padding:10px;border-radius:14px}.elevator-title[data-astro-cid-bobyx3ht]{display:none}.elevator-list[data-astro-cid-bobyx3ht]{flex-direction:row;max-height:none;overflow:auto hidden;padding-bottom:2px;gap:6px;scroll-snap-type:x proximity;touch-action:pan-x}.elevator-link[data-astro-cid-bobyx3ht]{white-space:nowrap;padding:7px 9px;min-height:40px;scroll-snap-align:start;font-size:13px}.back-top[data-astro-cid-bobyx3ht]{right:16px;bottom:20px}}@media(max-width:640px){.wrap[data-astro-cid-bobyx3ht]{padding:44px 12px 64px}.orb[data-astro-cid-bobyx3ht]{filter:blur(86px);opacity:.4}.orb-4[data-astro-cid-bobyx3ht]{display:none}.lang-btn[data-astro-cid-bobyx3ht],.theme-btn[data-astro-cid-bobyx3ht]{top:calc(10px + env(safe-area-inset-top));width:40px;height:40px}.lang-btn[data-astro-cid-bobyx3ht]{right:56px;font-size:11px}.theme-btn[data-astro-cid-bobyx3ht]{right:12px}h1[data-astro-cid-bobyx3ht]{font-size:30px;letter-spacing:-.2px}.sub[data-astro-cid-bobyx3ht]{font-size:14px;line-height:1.5}.toolbar[data-astro-cid-bobyx3ht]{margin:24px 0;gap:12px;width:100%}.search[data-astro-cid-bobyx3ht]{font-size:16px;padding:12px 16px}.filters[data-astro-cid-bobyx3ht]{gap:8px}.content-layout[data-astro-cid-bobyx3ht]{gap:12px}.filter-btn[data-astro-cid-bobyx3ht]{font-size:13px;padding:7px 12px;min-height:40px}.elevator[data-astro-cid-bobyx3ht]{top:8px}.elevator-list[data-astro-cid-bobyx3ht]{gap:4px}.elevator-link[data-astro-cid-bobyx3ht]{font-size:12px;padding:6px 8px;min-height:36px}.back-top[data-astro-cid-bobyx3ht]{width:40px;height:40px;right:12px;bottom:calc(14px + env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-astro-cid-bobyx3ht],[data-astro-cid-bobyx3ht]:before,[data-astro-cid-bobyx3ht]:after{animation:none!important;transition:none!important}}
