:root{--bg-color:#08090a;--card-bg:#111214;--card-hover:#16181a;--text-main:#d1d5db;--text-muted:#9ca3af;--text-bright:#fff;--accent:#3b82f6;--accent-soft:#3b82f61a;--border:#1f2937;--border-bright:#374151;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--font-mono:"JetBrains Mono","Fira Code","DejaVu Sans Mono",ui-monospace,monospace;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--max-width:960px;--header-height:4.5rem;--radius:8px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-mono);-webkit-font-smoothing:antialiased;padding:0 1rem;font-size:15px;line-height:1.6}::selection{background:var(--accent);color:#fff}.container{max-width:var(--max-width);margin:0 auto;padding-bottom:5rem}#download{scroll-margin-top:6rem}.section{margin-bottom:6rem}h1,h2,h3,h4{color:var(--text-bright);letter-spacing:-.02em;font-weight:700}h1{margin-bottom:1.5rem;font-size:3rem}h2{color:var(--text-muted);align-items:center;gap:.75rem;margin-bottom:2.5rem;font-size:1.5rem;display:flex}h2:before{content:"";background:var(--accent);border-radius:2px;width:12px;height:12px;display:inline-block}h3{color:var(--text-bright);margin-bottom:.75rem;font-size:1.1rem}a{color:var(--accent);text-decoration:none;transition:all .2s}a:hover{filter:brightness(1.2)}p{color:var(--text-main);margin-bottom:1.25rem}code{background-color:var(--border);color:var(--accent);border-radius:4px;padding:.2em .4em;font-size:.9em}pre{background-color:var(--card-bg);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-md);margin-bottom:2rem;padding:1.25rem;overflow-x:auto}.site-header-unified{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background-color:#08090ad9;margin-bottom:2rem;margin-left:-1rem;margin-right:-1rem;padding:0 1rem;position:sticky;top:0}.header-container{max-width:var(--max-width);margin:0 auto}.header-main-row{height:var(--header-height);justify-content:space-between;align-items:center;display:flex}.brand-link{align-items:center;gap:1rem;display:flex;text-decoration:none!important}.header-logo{border-radius:10px;width:40px;height:40px;box-shadow:0 0 20px #3b82f633}.brand-name{color:var(--text-bright);letter-spacing:-.03em;font-size:1.25rem;font-weight:800}.desktop-nav{align-items:center;gap:1.5rem;display:flex}.nav-link{color:var(--text-muted);font-size:.9rem;font-weight:500}.nav-link:hover,.nav-link.active{color:var(--accent)}.search-trigger{background:var(--card-bg);border:1px solid var(--border);color:var(--text-muted);font-family:var(--font-mono);cursor:pointer;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.8rem;display:flex}.search-trigger:hover{border-color:var(--border-bright);color:var(--text-main)}.search-trigger kbd{background:var(--bg-color);border:1px solid var(--border);opacity:.8;border-radius:4px;padding:.1rem .4rem;font-size:.7rem}.discord-btn{background:var(--accent-soft);color:var(--accent);border:1px solid #3b82f64d;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.header-crumbs{white-space:nowrap;scrollbar-width:none;align-items:center;gap:0;padding:.35rem 0 1.25rem;display:flex;overflow-x:auto}.header-crumbs::-webkit-scrollbar{display:none}.crumb-item{align-items:center;gap:.5rem;padding-right:.35rem;display:inline-flex}.crumb-sep{color:var(--border-bright);-webkit-user-select:none;user-select:none;margin-right:.5rem;font-size:.7rem}.crumb-link{color:var(--text-muted);font-size:.78rem;text-decoration:none;transition:color .15s}.crumb-link:hover{color:var(--text-main);filter:none}.crumb-text{color:var(--text-bright);text-overflow:ellipsis;max-width:40ch;font-size:.78rem;font-weight:500;overflow:hidden}.hero{text-align:left}.hero h1{align-items:center;gap:1.5rem;margin-bottom:2rem;font-size:4rem;display:flex}.logo-img{border-radius:16px;width:80px;height:80px}.hero-badges{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.badge{border:1px solid var(--border);color:var(--text-muted);background:var(--card-bg);border-radius:6px;align-items:center;gap:.5rem;padding:.3rem .8rem;font-size:.8rem;display:inline-flex}.badge.version{color:var(--success);background:#10b9810d;border-color:#10b9814d}.download-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin:3rem 0;display:grid}.btn-download{background-color:var(--card-bg);border:1px solid var(--border);color:var(--text-bright);box-shadow:var(--shadow-sm);border-radius:10px;justify-content:center;align-items:center;gap:1rem;padding:1rem;font-weight:600;display:flex}.btn-download:hover{border-color:var(--accent);background-color:var(--card-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.feature-card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:all .3s}.feature-card:hover{border-color:var(--accent);transform:translateY(-4px)}.feature-card h3{color:var(--text-bright);margin-bottom:.6rem;font-size:.95rem}.feature-card p{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.6}.theme-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-top:2rem;margin-bottom:2.5rem;display:grid}.theme-card{border:1px solid var(--border);cursor:default;border-radius:10px;transition:transform .2s,border-color .2s,box-shadow .2s;overflow:hidden}.theme-card:hover{border-color:var(--border-bright);transform:translateY(-3px);box-shadow:0 8px 24px #0006}.theme-card-preview{gap:0;height:90px;display:flex}.theme-card-sidebar{flex-direction:column;flex-shrink:0;gap:5px;width:28px;padding:8px 6px;display:flex}.theme-card-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.theme-card-content{flex-direction:column;flex:1;justify-content:center;gap:6px;padding:10px 10px 10px 6px;display:flex}.theme-card-line{opacity:.85;border-radius:3px;height:5px}.theme-card-label{color:var(--text-muted);background:var(--card-bg);border-top:1px solid var(--border);text-align:center;letter-spacing:.02em;padding:.5rem .75rem;font-size:.75rem}@media (max-width:600px){.theme-grid{grid-template-columns:repeat(2,1fr)}}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;display:grid}.gallery-slider{display:none}.gallery-img{border:1px solid var(--border);cursor:pointer;border-radius:8px;width:100%;transition:transform .2s,border-color .2s}.gallery-img:hover{border-color:var(--border-bright);transform:scale(1.02)}.gallery-caption{color:var(--text-muted);margin-top:.5rem;font-size:.85rem}@media (max-width:600px){.gallery-grid{display:none}.gallery-slider{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;margin-top:2rem;padding-bottom:.75rem;display:flex;overflow-x:auto}.gallery-slider::-webkit-scrollbar{display:none}.gallery-slide{scroll-snap-align:center;flex:0 0 88%}}.screenshot-container{margin-bottom:6rem}.screenshot-main{border:1px solid var(--border-bright);border-radius:12px;width:100%;box-shadow:0 20px 50px #0009}.plugin-entry{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;margin-bottom:1.25rem;padding:1.5rem}.post-content h1{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1rem;font-size:2.5rem}.post-content h2{color:var(--text-bright);margin-top:3.5rem;margin-bottom:1.5rem}.post-content h3{color:var(--accent);margin-top:2rem}.post-content p{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.post-content img{border:1px solid var(--border-bright);border-radius:12px;margin:2.5rem 0}.wiki-edit-link-container{border-top:1px solid var(--border);margin-top:4rem;padding-top:2rem}.search-modal{border:1px solid var(--border-bright);background:#0f1113;border-radius:16px;box-shadow:0 0 0 1px #ffffff0d,0 30px 60px #000c}.search-input{padding:1.25rem 1.5rem;font-size:1.1rem}.mobile-toggle{color:var(--text-main);cursor:pointer;background:0 0;border:none;padding:.25rem;display:none}.mobile-menu{background:var(--bg-color);border-top:1px solid var(--border);padding:1rem 0 1.5rem;display:none}.mobile-menu.active{display:block}.mobile-nav{flex-direction:column;gap:.25rem;display:flex}.mobile-nav-link{color:var(--text-muted);border-bottom:1px solid var(--border);padding:.6rem 0;font-size:1rem;font-weight:500}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--accent)}.mobile-search-btn{background:var(--card-bg);border:1px solid var(--border);color:var(--text-muted);font-family:var(--font-mono);cursor:pointer;border-radius:8px;align-items:center;gap:.75rem;width:100%;margin-top:1rem;padding:.75rem;font-size:.9rem;display:flex}.mobile-social-links{gap:1rem;margin-top:1.25rem;display:flex}.mobile-social-link{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.mobile-social-link.discord{color:#5865f2}.github-link{color:var(--text-muted);align-items:center;display:flex}.github-link:hover{color:var(--text-bright)}@media (max-width:768px){h1{font-size:2.2rem!important}.hero h1{font-size:2.5rem!important}.logo-img{width:60px;height:60px}.section{margin-bottom:4rem}.desktop-nav{display:none}.mobile-toggle{display:flex}}.plugin-list{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.plugin-entry{background:var(--card-bg);border:1px solid var(--border);border-radius:6px;justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 1.25rem;transition:border-color .2s;display:flex}.plugin-entry:hover{border-color:var(--text-muted)}.plugin-entry-info{flex:1;min-width:0}.plugin-entry-header{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.35rem;display:flex}.plugin-name{color:var(--text-bright);font-size:.95rem;font-weight:600;text-decoration:none}.plugin-name:hover{color:var(--accent)}.plugin-badge{color:var(--accent);letter-spacing:.02em;background:#3b82f61f;border:1px solid #3b82f64d;border-radius:2rem;padding:.1rem .5rem;font-size:.68rem}.plugin-desc{color:var(--text-muted);margin-bottom:.4rem;font-size:.85rem}.plugin-meta{color:var(--text-muted);font-size:.78rem}.plugin-platforms{opacity:.65}.plugin-badge-old{color:var(--text-muted);background:#6464641a;border-color:#64646440}.plugin-releases{margin-top:.75rem}.plugin-releases-toggle{color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;opacity:.75;font-size:.75rem}.plugin-releases-toggle:hover{opacity:1}.plugin-releases-table{border-collapse:collapse;width:100%;color:var(--text-muted);margin-top:.5rem;font-size:.78rem}.plugin-releases-table th{text-align:left;border-bottom:1px solid var(--border);opacity:.7;padding:.25rem .5rem;font-weight:500}.plugin-releases-table td{vertical-align:middle;border-bottom:1px solid #ffffff0a;padding:.3rem .5rem}.plugin-platform-tag{border:1px solid var(--border);background:#ffffff0d;border-radius:3px;margin:.1rem .2rem .1rem 0;padding:.1rem .4rem;font-size:.68rem;display:inline-block}.plugin-cta{background:var(--card-bg);border:1px solid var(--border);border-radius:6px;margin-top:2.5rem;padding:1.5rem}.plugin-cta h3{color:var(--text-main);margin-bottom:.6rem;font-size:1rem}.plugin-cta p{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem}.blog-list{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.blog-card{background:var(--card-bg);border:1px solid var(--border);border-radius:6px;align-items:flex-start;gap:1.25rem;padding:1rem 1.25rem;text-decoration:none;transition:border-color .2s;display:flex}.blog-card:hover{border-color:var(--text-muted)}.blog-card-body{flex:1;min-width:0}.blog-card-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.3rem;font-size:.76rem;display:flex}.blog-release{color:var(--accent);letter-spacing:.02em;background:#3b82f61f;border:1px solid #3b82f64d;border-radius:2rem;padding:.1rem .45rem;font-size:.66rem}.blog-card-title{color:var(--text-bright);margin-bottom:.2rem;font-size:.95rem;font-weight:600;line-height:1.4}.blog-card-excerpt{color:var(--text-muted);font-size:.83rem;line-height:1.5}.blog-all-link{margin-top:.5rem;font-size:.9rem}.post-list{flex-direction:column;gap:1.25rem;display:flex}.post-card{background:var(--card-bg);border:1px solid var(--border);border-radius:6px;flex-direction:column;padding:1.25rem 1.5rem;transition:border-color .2s;display:flex}.post-card:hover{border-color:var(--text-muted)}.post-card-body{text-decoration:none;display:block}.post-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:.78rem;display:flex}.post-release{color:var(--accent);letter-spacing:.02em;background:#3b82f61f;border:1px solid #3b82f64d;border-radius:2rem;padding:.1rem .5rem;font-size:.68rem}.post-tag{border:1px solid var(--border);color:var(--text-muted);white-space:nowrap;background:#8b949e14;border-radius:2rem;padding:.15rem .55rem;font-size:.68rem;text-decoration:none;transition:background .15s,border-color .15s,color .15s}.post-tag:before{content:"#";opacity:.5;margin-right:.1em}.post-tag:hover{color:var(--text-bright);background:#8b949e26;border-color:#8b949e80}.tag-cloud{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.tag-page-header{align-items:center;gap:.75rem;margin-bottom:1.75rem;display:flex}.tag-page-label{color:var(--text-muted);font-size:.85rem}.tag-page-tag{padding:.2rem .75rem;font-size:.82rem}.post-title{color:var(--text-bright);margin-bottom:.4rem;font-size:1.05rem;font-weight:600;line-height:1.4}.post-excerpt{color:var(--text-muted);font-size:.88rem;line-height:1.55}.pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;display:flex}.pagination-btn{border:1px solid var(--border);color:var(--text-muted);border-radius:4px;padding:.35rem .75rem;font-size:.82rem;text-decoration:none;transition:border-color .2s,color .2s}.pagination-btn:hover{border-color:var(--text-muted);color:var(--text-bright)}.pagination-btn.disabled{opacity:.35;cursor:default}.pagination-pages{gap:.25rem;display:flex}.pagination-page{border:1px solid var(--border);width:2rem;height:2rem;color:var(--text-muted);border-radius:4px;justify-content:center;align-items:center;font-size:.82rem;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.pagination-page:hover{border-color:var(--text-muted);color:var(--text-bright)}.pagination-page.active{border-color:var(--accent);color:var(--accent)}.blog-intro{background:var(--card-bg);border:1px solid var(--border);border-radius:6px;align-items:flex-start;gap:1.25rem;margin-bottom:2.5rem;padding:1.25rem 1.5rem;display:flex}.blog-intro-logo{border-radius:8px;flex-shrink:0;width:48px;height:48px}.blog-intro-body h3{color:var(--text-bright);margin-bottom:.35rem;font-size:1rem;font-weight:600}.blog-intro-body p{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.55}.blog-intro-body a{color:var(--accent)}.cta-strip{flex-wrap:wrap;gap:1rem;margin-top:2.5rem;display:flex}.btn-cta{border:1px solid var(--border);color:var(--text-muted);border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;transition:all .2s;display:inline-flex}.btn-cta:hover{border-color:var(--accent);color:var(--accent)}.btn-cta.discord:hover{color:#5865f2;border-color:#5865f2}.wiki-edit-link-container{border-top:1px solid var(--border);justify-content:flex-end;margin-top:2rem;padding-top:2rem;display:flex}.wiki-edit-link{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-flex}.wiki-edit-link:hover{color:var(--text-main)}.post-content{line-height:1.75}.post-content h1{color:var(--text-bright);letter-spacing:-.5px;margin-bottom:1rem;font-size:1.9rem;font-weight:700;line-height:1.2}.post-content h2{color:var(--text-main);border-bottom:1px solid var(--border);margin:2.5rem 0 1rem;padding-bottom:.4rem;font-size:1.2rem;font-weight:600}.post-content h2:before{display:none}.post-content h3{color:var(--accent);margin:2rem 0 .5rem;font-size:1rem;font-weight:600}.post-content p{color:var(--text-main);margin-bottom:1.1rem}.post-content ul,.post-content ol{margin:0 0 1.1rem 1.5rem}.post-content li{margin-bottom:.35rem}.post-content strong{color:var(--text-bright)}.post-content .post-meta{margin:.75rem 0 2.5rem}.post-content code{background-color:#6e768166;border-radius:4px;padding:.2em .4em;font-size:85%}.post-content pre{background-color:var(--card-bg);border:1px solid var(--border);border-radius:6px;margin-bottom:1.5rem;padding:1rem;overflow-x:auto}.post-content pre code{background:0 0;border-radius:0;padding:0;font-size:.88rem}.post-content blockquote{border-left:3px solid var(--border);color:var(--text-muted);margin-bottom:1.1rem;padding-left:1rem}.post-content hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.post-content img{border:1px solid var(--border);border-radius:6px;width:100%;margin:1.5rem 0 .4rem;display:block;box-shadow:0 4px 20px #0006}.post-content img+p>em:only-child{color:var(--text-muted);text-align:center;margin-bottom:1.5rem;font-size:.78rem;font-style:normal;display:block}.post-content a:not(.post-tag){color:var(--accent);text-decoration:none;transition:filter .15s}.post-content a:not(.post-tag):hover{filter:brightness(1.25);text-decoration:underline}.post-content h4{color:var(--text-bright);margin:1.75rem 0 .5rem;font-size:.95rem;font-weight:600}.post-content h5,.post-content h6{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin:1.5rem 0 .4rem;font-size:.88rem;font-weight:600}.post-content ul{list-style:outside}.post-content ol{list-style:decimal}.post-content li{color:var(--text-main)}.post-content li::marker{color:var(--accent)}.post-content li>ul,.post-content li>ol{margin-top:.35rem;margin-bottom:0}.post-content blockquote{border-left:3px solid var(--accent);background:var(--accent-soft);color:var(--text-main);border-radius:0 4px 4px 0;margin-bottom:1.5rem;padding:.75rem 1rem}.post-content blockquote p:last-child{margin-bottom:0}.post-content pre{line-height:1.65}.post-content table{border-collapse:collapse;-webkit-overflow-scrolling:touch;width:100%;margin-bottom:1.75rem;font-size:.875rem;display:block;overflow-x:auto}.post-content thead{background-color:#ffffff08}.post-content th{text-align:left;color:var(--text-bright);border-top:1px solid var(--border);border-bottom:2px solid var(--border-bright);white-space:nowrap;padding:.65rem 1rem;font-weight:600}.post-content td{border-bottom:1px solid var(--border);color:var(--text-main);vertical-align:top;padding:.6rem 1rem;line-height:1.5}.post-content td code{font-size:.82rem}.post-content tbody tr:last-child td{border-bottom:none}.post-content tbody tr:hover td{background-color:var(--card-hover)}.post-footer-cta{background:var(--card-bg);border:1px solid var(--border);border-radius:6px;margin-top:3rem;padding:1.5rem}.post-footer-cta p{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem}.cta-links{flex-wrap:wrap;gap:.75rem;display:flex}.btn-share{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;font-size:.82rem;font-family:var(--font-mono);background:0 0;border-radius:6px;align-items:center;gap:.5rem;padding:.45rem .9rem;transition:all .2s;display:inline-flex}.btn-share:hover{border-color:var(--text-muted);color:var(--text-main)}.btn-share.copied{border-color:var(--success);color:var(--success)}.lightbox-overlay{z-index:999;opacity:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#08090af2;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .2s ease-in-out;display:none;position:fixed;top:0;left:0}.lightbox-overlay.active{opacity:1;display:flex}.lightbox-img{border:1px solid var(--border);z-index:1000;border-radius:8px;max-width:80%;max-height:80vh;box-shadow:0 0 50px #000000b3}.lightbox-close{color:var(--text-muted);cursor:pointer;z-index:1001;background:0 0;border:none;font-size:3rem;line-height:1;position:absolute;top:1.5rem;right:2rem}.lightbox-close:hover{color:var(--text-bright)}.lightbox-nav{color:var(--text-muted);cursor:pointer;z-index:1001;background:#ffffff14;border:1px solid #ffffff26;border-radius:6px;padding:.6rem 1rem;font-size:1.75rem;line-height:1;transition:background .2s,color .2s;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{color:var(--text-bright);background:#ffffff2e}.lightbox-prev{left:1.5rem}.lightbox-next{right:1.5rem}.lightbox-footer{pointer-events:none;flex-direction:column;align-items:center;gap:.25rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.lightbox-caption-text{color:var(--text-muted);font-size:.85rem}.lightbox-counter{color:var(--text-muted);opacity:.6;letter-spacing:.05em;font-size:.75rem}@media (max-width:600px){.lightbox-img{max-width:95%;max-height:75vh}.lightbox-nav{padding:.5rem .75rem;font-size:1.25rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}}.post-nav{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;display:grid}.post-nav-item a{background:var(--card-bg);border:1px solid var(--border);border-radius:6px;flex-direction:column;gap:.3rem;height:100%;padding:1rem 1.25rem;text-decoration:none;transition:border-color .2s;display:flex}.post-nav-item a:hover{border-color:var(--accent)}.post-nav-next a{text-align:right}.post-nav-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem}.post-nav-title{color:var(--text-bright);font-size:.88rem;font-weight:600;line-height:1.4}.post-nav-empty{display:block}.post-author{background:var(--card-bg);border:1px solid var(--border);border-radius:6px;align-items:center;gap:1rem;margin-top:2rem;padding:1.25rem 1.5rem;display:flex}.post-author-avatar{border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:48px;height:48px}.post-author-info{flex-direction:column;gap:.25rem;display:flex}.post-author-name{color:var(--text-bright);font-size:.9rem;font-weight:600}.post-author-bio{color:var(--text-muted);font-size:.82rem;line-height:1.5}.search-overlay{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;pointer-events:none;background:#040506e6;justify-content:center;align-items:flex-start;width:100%;height:100%;padding-top:15vh;transition:opacity .18s;display:flex;position:fixed;top:0;left:0}.search-overlay.open{opacity:1;pointer-events:auto}.search-overlay.open .search-modal{opacity:1;transform:translateY(0)scale(1)}.search-modal{border:1px solid var(--border-bright);opacity:0;background:#0d0f11;border-radius:14px;width:100%;max-width:640px;transition:transform .2s cubic-bezier(.16,1,.3,1),opacity .18s;overflow:hidden;transform:translateY(-12px)scale(.98);box-shadow:0 0 0 1px #ffffff0a,0 2px 8px #0009,0 20px 60px #000000e6,0 0 80px #3b82f60a}.search-header{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:.9rem 1.25rem;display:flex}.search-icon-wrap{color:var(--text-muted);flex-shrink:0;align-items:center;display:flex}.search-input{color:var(--text-bright);font-family:var(--font-mono);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:1rem}.search-input::placeholder{color:var(--text-muted)}.search-clear-btn{background:var(--border);color:var(--text-muted);cursor:pointer;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:.2rem;transition:background .1s,color .1s;display:flex}.search-clear-btn:hover{background:var(--border-bright);color:var(--text-bright)}.search-section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);opacity:.7;padding:.8rem 1.25rem .4rem;font-size:.68rem;font-weight:600}.search-section-label--results{border-top:none;padding-bottom:0}.search-suggestions{padding-bottom:.75rem}.search-suggestion-chips{flex-wrap:wrap;gap:.4rem;padding:.25rem 1.25rem .5rem;display:flex}.search-chip{border:1px solid var(--border);color:var(--text-muted);font-family:var(--font-mono);cursor:pointer;background:#ffffff08;border-radius:6px;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.75rem;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.search-chip:hover{border-color:var(--accent);color:var(--accent);background:#3b82f60f}.search-results{scrollbar-width:thin;scrollbar-color:var(--border-bright)transparent;max-height:360px;list-style:none;overflow-y:auto}.search-results::-webkit-scrollbar{width:4px}.search-results::-webkit-scrollbar-track{background:0 0}.search-results::-webkit-scrollbar-thumb{background:var(--border-bright);border-radius:2px}.search-result-item{cursor:pointer;border-bottom:1px solid #1f293780;align-items:center;gap:.85rem;padding:.75rem 1.25rem;transition:background .1s;display:flex}.search-result-item:last-child{border-bottom:none}.search-result-item:hover,.search-result-item.active{background:#3b82f612}.search-result-item.active{background:#3b82f61a}.search-result-type-icon{text-align:center;flex-shrink:0;width:1.4rem;font-size:1rem;line-height:1}.search-result-body{flex:1;min-width:0}.search-result-title{color:var(--text-bright);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.15rem;font-size:.88rem;font-weight:600;overflow:hidden}.search-result-excerpt{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;line-height:1.4;overflow:hidden}.not-found-page{flex-direction:column;align-items:flex-start;gap:1.25rem;padding:5rem 0 4rem;display:flex}.not-found-code{align-items:baseline;gap:.5rem;line-height:1;display:flex}.not-found-prompt{color:var(--accent);font-size:2rem;font-family:var(--font-mono);opacity:.5}.not-found-number{color:var(--accent);font-size:6rem;font-weight:700;font-family:var(--font-mono);letter-spacing:-.04em;line-height:1}.not-found-title{color:var(--text-bright);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:600}.not-found-description{color:var(--text-muted);max-width:36rem;margin:0;font-size:.95rem}.not-found-nav{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.not-found-link{border:1px solid var(--border);color:var(--text-muted);border-radius:6px;align-items:center;padding:.5rem 1rem;font-size:.875rem;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.not-found-link:hover{border-color:var(--border-bright);color:var(--text-bright);filter:none}.not-found-link--primary{border-color:var(--accent);color:var(--accent)}.not-found-link--primary:hover{background-color:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.search-result-aside{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.3rem;display:flex}.search-result-type-badge{letter-spacing:.06em;text-transform:uppercase;opacity:.8;border:1px solid;border-radius:4px;padding:.1rem .45rem;font-size:.62rem;font-weight:700}.search-result-release{color:var(--accent);opacity:.85;background:#3b82f61a;border:1px solid #3b82f640;border-radius:4px;padding:.1rem .4rem;font-size:.62rem}.search-empty{color:var(--text-muted);text-align:center;padding:2.5rem 1.25rem 2rem;font-size:.85rem;line-height:1.6}.search-empty strong{color:var(--text-main)}.search-footer{border-top:1px solid var(--border);background:#ffffff04;align-items:center;gap:1rem;padding:.6rem 1.25rem;display:flex}.search-hint{color:var(--text-muted);opacity:.7;align-items:center;gap:.3rem;font-size:.68rem;display:inline-flex}.search-hint kbd{font-family:var(--font-mono);border:1px solid var(--border-bright);color:var(--text-muted);background:#ffffff0d;border-radius:4px;padding:.1rem .35rem;font-size:.62rem;line-height:1.4;display:inline-block}.edit-on-github-link{color:var(--text-muted);opacity:.6;align-items:center;gap:.4rem;margin-top:.75rem;font-size:.75rem;text-decoration:none;transition:opacity .15s,color .15s;display:inline-flex}.edit-on-github-link:hover{opacity:1;color:var(--text-main)}.discord-join-icon{fill:#5865f2;margin-right:.5rem}footer{border-top:1px solid var(--border);margin-top:8rem;padding:4rem 0}
pre code.hljs{padding:1em;display:block;overflow-x:auto}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-keyword,.hljs-formula{color:#c678dd}.hljs-section,.hljs-name,.hljs-selector-tag,.hljs-deletion,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string{color:#98c379}.hljs-attr,.hljs-variable,.hljs-template-variable,.hljs-type,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-number{color:#d19a66}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-title.class_,.hljs-class .hljs-title{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}
