:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover,.logo.react:hover{filter:drop-shadow(0 0 2em #9ca3afaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.topnav{text-align:center;margin-bottom:2rem}.topnav a{text-decoration:none;color:#000;margin:0 12px;font-size:1rem}.topnav a:hover{text-decoration:none}.topnav a.active{font-weight:600;color:#6b7280;border-bottom:2px solid #9ca3af;padding-bottom:4px}.main-content{max-width:900px;margin:0 auto;padding:1rem;text-align:left}.main-content .header h1{font-size:2rem;margin-bottom:1rem}.hero{display:flex;gap:2rem;align-items:center;justify-content:space-between;max-width:1100px;margin:2rem auto;padding:1rem}.hero-content{flex:1 1 55%}.hero h1{font-size:2.25rem;letter-spacing:.08em;margin:0 0 .5rem}.hero-sub{margin:0 0 .5rem;color:var(--muted)}.hero-lead{font-size:1.05rem;margin-bottom:1rem}.hero-quote{font-style:italic;border-left:3px solid var(--accent);padding-left:12px;margin:1rem 0}.hero-quote cite{display:block;margin-top:.5rem;font-weight:600}.hero-cta{margin-top:1rem}.hero-image img{max-width:420px;width:100%;border-radius:8px}@media (max-width: 900px){.hero{flex-direction:column-reverse;align-items:center;text-align:center;gap:1rem;padding:.75rem;margin:1.25rem auto}.hero-content{flex:none;width:100%}.hero-image{width:220px;max-width:60%}.hero-image img{width:100%;height:auto;border-radius:10px}.hero h1{font-size:1.75rem}.hero-sub{font-size:1rem}.hero-quote{padding-left:8px;border-left-width:3px}}@media (max-width: 420px){.hero{padding:.5rem}.hero-image{width:160px;max-width:70%}.hero h1{font-size:1.5rem}.hero-lead{font-size:.95rem}.main-content{padding:0!important}}@media (min-width: 901px) and (max-width: 1200px){.hero{flex-direction:row;gap:1rem;padding:.75rem;max-width:1000px}.hero-content{flex:1 1 60%}.hero-image{flex:0 0 280px;max-width:280px}.hero-image img{max-width:280px}.hero h1{font-size:1.9rem}}.legacy-post{max-width:680px;margin:1.25rem auto;text-align:left;line-height:1.75;font-size:1rem}.legacy-post p,.legacy-post h2,.legacy-post h3,.legacy-post ul,.legacy-post ol{margin:0 0 1rem}.post-hero{margin:.5rem auto 1rem;display:block;max-width:720px}.post-hero img{display:block;margin:0 auto}:root{--ad-left-width: 220px;--ad-left-gap: 2rem;--ad-right-width: 220px;--ad-right-gap: 2rem}.post-layout{display:block}.left-ad{position:fixed;left:0;top:96px;padding-left:12px;width:var(--ad-left-width);max-width:var(--ad-left-width);z-index:999}.right-ad{position:fixed;right:0;top:96px;padding-right:12px;width:var(--ad-right-width);max-width:var(--ad-right-width);z-index:999}.post-body{min-width:0;margin:0 auto;max-width:820px;padding:0 1rem}.post-body .legacy-post,.post-body>h1{max-width:680px;margin-left:auto;margin-right:auto}.post-meta{display:flex;gap:12px;align-items:center;justify-content:center;color:var(--muted);font-size:.95rem;margin:.35rem 0 1rem}.post-meta .meta-item{background:transparent;padding:4px 8px;border-radius:6px;color:var(--muted)}.post-meta .published{color:var(--muted);font-weight:500}.post-meta a.meta-item{text-decoration:underline;color:var(--accent)}@media (max-width: 900px){.post-meta{display:flex;flex-direction:horizontal;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:flex-start;margin-top:.4rem}.post-meta .meta-item{flex:1 1 calc(33.333% - .5rem);min-width:0;box-sizing:border-box;padding:.25rem .35rem;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media (max-width: 420px){.post-meta .meta-item{flex-basis:calc(50% - .5rem);font-size:.92rem;flex-direction:horizontal}}.comments{text-align:left;margin:2rem auto;max-width:820px}.comment-form{display:flex;flex-direction:column;gap:10px;margin-bottom:1.25rem}.comment-form input,.comment-form textarea{padding:10px 12px;border-radius:10px;border:1px solid rgba(16,24,40,.06);width:100%;background:#00000005}.comment-form input,.comment-form textarea,.reply-form input{color:var(--text)}.comment-form input::placeholder,.comment-form textarea::placeholder,.reply-form input::placeholder{color:#10182866}.comment-form textarea{min-height:96px;resize:vertical}.comment-actions{display:flex;justify-content:flex-end}.comment-actions button{background:var(--button);color:var(--bg);border:none;padding:8px 14px;border-radius:10px;cursor:pointer;box-shadow:0 6px 18px #1018280a;transition:opacity .2s ease-in-out}.comment-actions button:hover{opacity:.8}.comment-list{display:flex;flex-direction:column;gap:12px}.comment{background:linear-gradient(180deg,#ffffff05,#00000005);padding:12px;border-radius:8px}.comment-header{color:var(--muted);font-size:.9rem;margin-bottom:6px}.comment-body{margin-bottom:8px}.comment-replies{margin-left:1rem;display:flex;flex-direction:column;gap:8px}.comment-reply{background:#00000005;padding:8px;border-radius:6px}.comment-reply.admin{background:linear-gradient(180deg,#faf3ec80,#fff9e659);border:1px solid rgba(255,209,102,.12)}.comment-reply.admin .comment-header{color:#7c4a02}.admin-badge{display:inline-block;margin-left:8px;background:#ffd28a;color:#663c00;padding:2px 6px;border-radius:999px;font-size:.75rem;text-transform:lowercase;font-weight:700}.theme-dark .comment-reply.admin{background:linear-gradient(180deg,#281e1447,#18120c4d);border:1px solid rgba(255,180,70,.08)}.theme-dark .comment-reply.admin .comment-header{color:#ffd28a}.theme-dark .admin-badge{background:#ffc85a1f;color:#ffd28a}.reply-form{display:flex;gap:8px;margin-top:8px}.reply-form input{padding:8px 10px;border-radius:8px;border:1px solid rgba(16,24,40,.06);background:#00000005}.reply-form button{background:transparent;border:1px solid rgba(16,24,40,.12);padding:6px 10px;border-radius:8px;cursor:pointer;color:var(--text)}.theme-dark .reply-form button{color:var(--text);border-color:#ffffff1f}.theme-dark .comment-form input,.theme-dark .comment-form textarea,.theme-dark .reply-form input{background:#ffffff08;border-color:#ffffff1f;color:var(--text)}.theme-dark .comment-form input::placeholder,.theme-dark .comment-form textarea::placeholder,.theme-dark .reply-form input::placeholder{color:#ffffff80}.theme-dark .comment-actions button{box-shadow:0 6px 20px #00000080}.comment-actions-small{display:flex;gap:8px;margin-top:8px}.reply-toggle{background:transparent;border:none;color:var(--accent);cursor:pointer;padding:4px 8px;border-radius:6px}.reply-toggle:hover{background:#00000005}.theme-dark .reply-toggle{color:var(--accent)}@media (min-width: 1400px){.post-body{max-width:960px}.post-body .legacy-post,.post-body>h1{max-width:760px}}@media (min-width: 1600px){.left-ad{transform:translate(-12px)}}@media (max-width: 1200px){.left-ad,.right-ad{display:block;position:static;width:100%;max-width:920px;margin:0 auto 1rem;padding-left:0;padding-right:0;z-index:auto}.post-body{max-width:920px;padding:0 1rem}}@media (max-width: 900px){.left-ad,.right-ad{display:block;position:static;width:100%;max-width:640px;margin:0 auto .75rem;padding-left:0;padding-right:0;z-index:auto}.post-body{max-width:100%;padding:0!important}.post-layout{display:block}.post-hero img{width:100%;height:auto;border-radius:8px}.post-meta{flex-direction:horizontal;gap:6px;align-items:center;text-align:center}.post-meta .meta-item{display:inline-block}r .legacy-post{padding:0 .25rem}.comments{padding:0 .25rem}.comment-form input,.comment-form textarea{font-size:1rem}.comment-form input,.comment-form textarea,.reply-form input{box-sizing:border-box;width:100%}.comment-actions button{width:100%}}@media (max-width: 1200px){.right-ad{display:none}}@media (max-width: 900px){.right-ad{display:none}}.flow-right-ad{display:none}@media (max-width: 1200px){.flow-right-ad{display:block;width:100%;max-width:920px;margin:1rem auto;text-align:center}}@media (max-width: 900px){.flow-right-ad{display:block;width:100%;max-width:640px;margin:.75rem auto 1.25rem;text-align:center}.post-body h1{font-size:1.7rem;line-height:1.15;margin-bottom:.4rem;word-break:break-word}}@media (max-width: 420px){.post-body{padding:0 .3rem;font-size:1.5rem}.post-meta{font-size:.95rem}.comment-form input,.comment-form textarea{font-size:1rem}}@media (min-width: 1600px){.right-ad{transform:translate(12px)}}@media (max-width: 900px){.blog-list{gap:10px;padding:0 8px}.blog-list a{padding:14px 16px;border-radius:8px;font-size:1rem}.blog-list{grid-template-columns:1fr}}@media (min-width: 901px) and (max-width: 1200px){.blog-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.blog-list a{padding:12px 14px}}@media (max-width: 420px){.blog-list a{padding:16px 18px;font-size:1rem}}.post-bottom-ad{margin-top:2rem;text-align:center}.skeleton{--skeleton-bg: rgba(0,0,0,.06);--skeleton-highlight: rgba(255,255,255,.06);background:linear-gradient(90deg,var(--skeleton-bg) 0%,rgba(0,0,0,.03) 50%,var(--skeleton-bg) 100%);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite;border-radius:6px}.skeleton-container{max-width:920px;margin:0 auto}.skeleton.title{height:34px;width:80%;max-width:880px;margin:.5rem auto 1rem}.skeleton.meta{height:14px;width:60%;max-width:680px;margin:0 auto 1rem}.skeleton.hero{height:220px;width:100%;margin:0 auto 1rem;border-radius:8px}.skeleton.line{height:14px;width:100%;margin-bottom:10px;max-width:880px}.skeleton.small{height:12px;width:40%;max-width:420px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.blog-header{background:transparent;padding:12px 0 8px}.blog-header h1{margin:0;font-size:1.75rem}.blog-list{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:6px;padding:0}.blog-list li{list-style:none}.blog-list a{display:block;padding:10px 12px;border-radius:10px;background:linear-gradient(180deg,#ffffff05,#00000005);box-shadow:0 4px 12px #10182809;text-decoration:none;color:var(--text);transition:transform .16s ease,box-shadow .16s ease}.blog-list a:hover{transform:translateY(-2px);box-shadow:0 8px 22px #1018280f}.blog-list a:after{content:""}.content{display:flex;gap:1rem;align-items:flex-start}.text-content{flex:1 1 60%}.image-content img{max-width:220px;border-radius:6px}.blog-list{list-style:none;padding-left:0}.blog-list li{margin:.25rem 0}.social-footer{margin-top:2rem;text-align:center}.social-footer img{height:28px;margin:0 6px}.topnav{position:fixed;left:0;top:0;width:100vw;z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:var(--nav-bg);border-bottom:1px solid rgba(0,0,0,.06);padding:.5rem 0}.topnav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;padding:0 1rem}.topnav-inner{position:relative}.topnav-links{position:absolute;left:50%;transform:translate(-50%);display:flex;gap:14px}.topnav-links a{margin:0}.topnav-actions{display:flex;gap:8px;align-items:center}.topnav-logo img{height:40px;width:40px;object-fit:cover;border-radius:6px}.topnav-logo{display:flex;align-items:center;margin-right:12px}.topnav-inner{padding-left:1rem;padding-right:1rem}.mobile-menu-toggle{display:none;background:transparent;border:none;width:44px;height:44px;align-items:center;justify-content:center;border-radius:8px;cursor:pointer}.mobile-menu-toggle .hamburger{display:block;width:22px;height:2px;background:var(--text);position:relative}.mobile-menu-toggle .hamburger:before,.mobile-menu-toggle .hamburger:after{content:"";position:absolute;left:0;width:22px;height:2px;background:var(--text);transition:transform .18s ease}.mobile-menu-toggle .hamburger:before{top:-7px}.mobile-menu-toggle .hamburger:after{top:7px}.mobile-menu-toggle.open .hamburger{background:transparent}.mobile-menu-toggle.open .hamburger:before{transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle.open .hamburger:after{transform:translateY(-7px) rotate(-45deg)}@media (max-width: 900px){.topnav-inner{display:flex;align-items:center;justify-content:space-between}.topnav-links{position:static;transform:none;display:none;flex-direction:column;gap:0;width:100%}.topnav-links.open{display:flex;background:var(--nav-bg);padding:12px;border-radius:8px;box-shadow:0 8px 30px #00000014;margin-top:8px}.topnav-links a{padding:10px 12px;display:block;border-radius:6px;text-align:center}.mobile-menu-toggle{display:inline-flex}.topnav-actions{display:flex;gap:6px}}@media (max-width: 420px){.mobile-menu-toggle{width:48px;height:48px}.topnav-logo img{height:36px;width:36px}}:root{--bg: #ffffff;--text: #111827;--muted: #6b7280;--accent: #9ca3af;--button: #000;--nav-bg: #ffffff;--footer-bg: #ffffff}.theme-dark{--bg: #0b1220;--text: #e6eef8;--muted: #9aa6bb;--accent: #9ca3af;--button: #9ca3af;--nav-bg: rgba(6,10,16,.95)}body{background:var(--bg);color:var(--text)}.theme-dark .topnav a{color:var(--accent)}.theme-dark .topnav{border-bottom-color:#ffffff0f;box-shadow:0 1px 8px #00000073}.topnav a.active{color:var(--accent);border-bottom-color:var(--accent)}.theme-toggle{background:transparent;border:1px solid rgba(0,0,0,.08);border-radius:6px;padding:6px 8px;cursor:pointer}.theme-dark .theme-toggle{border-color:#ffffff14}.theme-toggle svg{width:18px;height:18px;display:block;color:var(--text)}.theme-dark .theme-toggle svg{color:var(--text)}.theme-toggle:focus{outline:2px solid rgba(156,163,175,.25);outline-offset:2px}.meta-item.small{display:inline-block;background:transparent;color:var(--muted);padding:3px 8px;border-radius:999px;font-size:.78rem;vertical-align:middle;border:1px solid rgba(16,24,40,.06);text-transform:capitalize;letter-spacing:.02em}.meta-item.small:hover{background:#10182808;border-color:#1018281f}.theme-dark .meta-item.small{background:transparent;color:var(--muted);border-color:#ffffff0f}#root{padding-top:76px}.site-footer{position:fixed;bottom:0;left:0;width:100vw;background:var(--footer-bg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-top:1px solid rgba(0,0,0,.06);padding:10px 0}.theme-dark .site-footer{--footer-bg: rgba(255,255,255,.02)}.site-footer-inner{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}.site-footer-links img{height:24px;margin:0 6px}.site-footer-links .social-link{display:inline-flex;align-items:center;justify-content:center;margin:0 8px;color:var(--muted);width:36px;height:36px;border-radius:8px;transition:transform .18s ease,box-shadow .2s ease,color .18s ease}.site-footer-links .social-link svg{width:22px;height:22px;color:#111827}.site-footer-links .social-link:hover{transform:translateY(-4px) scale(1.08);box-shadow:0 6px 18px #0000001f;color:var(--accent)}.theme-dark .site-footer-links .social-link:hover{box-shadow:0 6px 18px #ffb4460f;color:var(--accent)}.theme-dark .site-footer-links .social-link svg{color:var(--text)}.site-footer-links .social-link:focus{outline:2px solid rgba(156,163,175,.2);outline-offset:3px}.site-footer-copy{color:var(--muted);font-size:.9rem}@media (max-width: 900px){.site-footer-inner{flex-direction:column;gap:8px;align-items:center;justify-content:center}.site-footer-links{display:flex;gap:10px;justify-content:center;width:100%}.site-footer-links .social-link{width:44px;height:44px;margin:0 6px;border-radius:10px}.site-footer-links .social-link svg{width:24px;height:24px}.site-footer-copy{order:3;font-size:.9rem;color:var(--muted)}}@media (max-width: 420px){.site-footer-links .social-link{width:52px;height:52px}.site-footer-links .social-link svg{width:28px;height:28px}}@media (min-width: 901px) and (max-width: 1200px){.site-footer-inner{padding:0 1.5rem}.site-footer-links{gap:12px}}#root{padding-bottom:64px}.site-footer-links img,.social-footer img{transition:filter .22s ease,transform .22s ease;filter:saturate(1.6) contrast(1.08) brightness(1.03)}.site-footer-links img:hover,.social-footer img:hover{transform:translateY(-2px) scale(1.03);filter:saturate(1.8) contrast(1.12) brightness(1.06)}.theme-dark .site-footer-links img,.theme-dark .social-footer img{filter:brightness(0) invert(1) saturate(0)}.theme-dark .site-footer-links img:hover,.theme-dark .social-footer img:hover{transform:translateY(-2px) scale(1.03);filter:brightness(0) invert(1) saturate(0)}.legacy-post,.legacy-post p,.legacy-post figure{width:100%;box-sizing:border-box}.legacy-post img,.legacy-post figure img{display:block;width:100%;max-width:100%;height:auto;margin:.8rem auto;object-fit:contain;border-radius:8px}.legacy-post img[width],.legacy-post img[style]{width:100%!important;max-width:100%!important}.legacy-post iframe,.legacy-post embed,.legacy-post object{width:100%;max-width:100%;height:auto;display:block;margin:.8rem auto}@media (min-width: 901px){.legacy-post img,.legacy-post figure img{display:block;width:auto;max-width:550px;height:auto;margin:.6rem auto;object-fit:contain}.legacy-post img[width],.legacy-post img[height],.legacy-post img[style]{width:auto!important;max-width:300px!important;height:auto!important}}@media (max-width: 900px){.legacy-post img,.legacy-post figure img{display:block;width:100%!important;max-width:100%!important;height:auto!important;margin:.5rem 0;object-fit:contain}.legacy-post img[width],.legacy-post img[height],.legacy-post img[style]{width:100%!important;max-width:100%!important;height:auto!important}}@media (max-width: 400px){.legacy-post img,.legacy-post figure img{display:block;width:100%!important;max-width:100%!important;height:auto!important;margin:.4rem 0;object-fit:contain;border-radius:6px}.legacy-post img[width],.legacy-post img[height],.legacy-post img[style]{width:90%!important;max-width:90%!important;height:auto!important}.post-body{padding:0 .2rem;font-size:1.45rem}.post-body h1{font-size:1.9rem;line-height:1.12;margin-bottom:.35rem}.legacy-post .image-grid,.legacy-post .gallery,.legacy-post figure{display:block;width:90%;margin:.4rem 0}}.legacy-post a,.legacy-post a[href]{white-space:normal;word-break:break-word;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;display:inline;max-width:100%;box-sizing:border-box}.legacy-post a:where([role=button],.btn,.button,[class*=button]),.legacy-post a.block{display:inline-block;max-width:100%;width:auto;box-sizing:border-box;word-break:break-word;overflow-wrap:anywhere}@media (max-width: 900px){.legacy-post a,.legacy-post a[href]{white-space:normal;word-break:break-word;overflow-wrap:anywhere}.legacy-post a.block,.legacy-post a:where([role=button],.btn,.button,[class*=button]){display:inline-block;max-width:100%}}.tip-me-btn{padding:5px 12px;border:1px solid rgba(0,0,0,.08);border-radius:6px;background:transparent;font-weight:600;font-size:16px;cursor:pointer;transition:transform .3s ease,opacity .3s ease;background-image:linear-gradient(90deg,#ff2a68,#8c52ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;outline:none!important;box-shadow:none!important}.theme-dark .tip-me-btn{border-color:#ffffff14}.tip-me-btn:hover{transform:scale(1.02);opacity:.9;outline:none}.tip-me-btn:focus,.tip-me-btn:focus-visible,.tip-me-btn:active{outline:none!important;box-shadow:none!important}.tip-me-btn::-moz-focus-inner{border:0!important;outline:none!important}
