:root{--bg_h:#f9f5d7;--bg:#fbf1c7;--bg_s:#f2e5bc;--bg1:#ebdbb2;--bg2:#d5c4a1;--bg3:#bdae93;--bg4:#a89984;--fg:#282828;--fg1:#3c3836;--fg2:#504945;--fg3:#665c54;--fg4:#7c6f64;--red:#9d0006;--green:#79740e;--yellow:#b57614;--blue:#076678;--purple:#8f3f71;--aqua:#427b58;--orange:#af3a03;--gray:#928374;--red-dim:#cc2412;--green-dim:#98971a;--yellow-dim:#d79921;--blue-dim:#458598;--purple-dim:#b16286;--aqua-dim:#689d6a;--orange-dim:#d65d0e;--gray-dim:#7c6f64}.darkmode{--bg_h:#1d2021;--bg:#282828;--bg_s:#32302f;--bg1:#3c3836;--bg2:#504945;--bg3:#665c54;--bg4:#7c6f64;--fg:#fbf1c7;--fg1:#ebdbb2;--fg2:#d5c4a1;--fg3:#bdae93;--fg4:#a89984;--red:#fb4934;--green:#b8bb26;--yellow:#fabd2f;--blue:#83a598;--purple:#d3869b;--aqua:#8ec07c;--gray:#928374;--orange:#fe8019;--red-dim:#cc2412;--green-dim:#98971a;--yellow-dim:#d79921;--blue-dim:#458588;--purple-dim:#b16286;--aqua-dim:#689d6a;--gray-dim:#a89984;--orange-dim:#d65d0e}.backlinks-square-container{display:flex;justify-content:center;margin:1.5rem 0;width:100%}.backlinks-square-wrapper{position:relative;width:300px;height:300px;border-radius:.25rem;overflow:hidden;border:2px solid var(--border-color,#bdae93);background-clip:padding-box}.post-footer .backlinks-square-wrapper{width:100%;max-width:300px;height:auto;aspect-ratio:1}.backlinks-content{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem;overflow-y:auto;box-sizing:border-box}.backlinks-title{font-size:.9rem;font-weight:600;color:var(--secondary,#6b7280);margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid var(--border-color,#e5e7eb);text-transform:uppercase;letter-spacing:.05em}.backlinks-header{margin-bottom:.75rem}.backlinks-header h4{font-size:1rem;font-weight:600;margin:0;padding:0}.backlinks-list{display:flex;flex-direction:column;gap:.5rem;padding-left:1.5rem}.backlink-card{display:block;color:var(--primary,#3b82f6);text-decoration:none;font-size:.8rem;line-height:1.3;padding:.25rem 0;border-radius:.25rem;transition:color .2s ease;word-break:break-word}.backlink-card:hover{color:var(--primary-hover,#2563eb);text-decoration:underline}.backlink-title{font-weight:500}.backlink-date{font-size:.7rem;color:var(--secondary,#6b7280);margin-top:.125rem}.backlinks-empty,.backlinks-error{font-size:.85rem;color:var(--tertiary,#9ca3af);text-align:center;margin-top:1rem}.error-help{font-size:.75rem;color:var(--tertiary,#9ca3af);margin-top:.5rem}.error-help code{font-family:monospace;background:var(--code-bg,#f9fafb);padding:.125rem .25rem;border-radius:.25rem;font-size:.7rem}.backlinks-loading{font-size:.85rem;color:var(--secondary,#6b7280);text-align:center;margin-top:1rem}@media(max-width:768px){.backlinks-square-wrapper{width:280px;height:280px}}@media(max-width:480px){.backlinks-square-wrapper{width:250px;height:250px}.backlinks-content{padding:.75rem}.backlink-link{font-size:.8rem}}@media(prefers-color-scheme:dark){.backlink-link{color:var(--dark-primary,#3b82f6)}.backlink-link:hover{color:var(--dark-primary-hover,#60a5fa)}.error-help code{background:var(--dark-code-bg,#111827)}}:root{--graph-current:#5a8370;--graph-node:#6f9080;--graph-link:rgba(37, 99, 235, 0.28);--graph-link-hover:rgba(37, 99, 235, 0.55);--graph-tooltip-bg:#ffffff;--graph-tooltip-text:#0f172a;--graph-node-border:rgba(0, 0, 0, 0.25)}:root body.darkmode,body.darkmode{--graph-current:#1f6b4f;--graph-node:#276f56;--graph-link:rgba(96, 165, 250, 0.32);--graph-link-hover:rgba(37, 99, 235, 0.75);--graph-tooltip-bg:#0b1220;--graph-tooltip-text:#e6f0ff;--graph-node-border:rgba(255, 255, 255, 0.25)}.graph-container{display:flex;justify-content:center;margin:1.5rem 0;width:100%}.graph-square{position:relative;width:300px;height:300px;border-radius:.25rem;overflow:hidden;border:2px solid var(--border-color,#bdae93);background-clip:padding-box}.post-footer .graph-square{width:100%;max-width:300px;height:auto;aspect-ratio:1}#graph-canvas{width:100%;height:100%;display:block;cursor:move}@media(max-width:768px){.graph-square{width:280px;height:280px}}@media(max-width:480px){.graph-square{width:250px;height:250px}}.graph-tooltip{position:fixed;background:var(--graph-tooltip-bg);color:var(--graph-tooltip-text);padding:4px 8px;border-radius:.25rem;font-size:12px;pointer-events:none;z-index:1000;opacity:0;transition:opacity .2s;max-width:200px;word-wrap:break-word;white-space:nowrap;box-shadow:0 2px 8px rgba(0,0,0,.15)}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spinner 1s linear infinite}@keyframes spinner{to{transform:rotate(360deg)}}.graph-info{padding:.75rem 1rem;border-top:2px solid var(--border);display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--secondary);background:var(--code-bg)}.graph-stats{display:flex;gap:.5rem}.stat{display:inline-flex;align-items:center;gap:.25rem}.stat::before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--primary)}.stat:last-child::before{background:var(--secondary)}.graph-legend{display:flex;gap:1rem}.legend-item{display:flex;align-items:center;gap:.5rem}.legend-color{width:12px;height:12px;border-radius:50%;display:inline-block}@media(max-width:768px){.graph-wrapper{height:300px}.graph-info{flex-direction:column;gap:.5rem;align-items:flex-start}.graph-legend{width:100%;justify-content:space-between}}[data-theme=dark] .graph-container{border-color:var(--dark-border)}[data-theme=dark] .graph-header{background:var(--dark-code-bg)}[data-theme=dark] .graph-btn{background:var(--dark-card);border-color:var(--dark-border)}[data-theme=dark] .graph-tooltip{background:var(--dark-card);border-color:var(--dark-border)}#main>h1{text-align:center}#main .post-heading{text-align:center}#main .post-heading .publish-metadata{border-radius:.25rem;font-size:large;padding-top:.5rem;margin-bottom:1rem}#main .post-heading .publish-metadata svg{margin-right:.1em;margin-left:.1em}#main{border-radius:.25rem}#main .tag{background-color:var(--bg_s);border-radius:.25rem;padding:.2em .3em}#main summary>b{cursor:pointer}#main .toc{background-color:var(--bg_s);border:var(--fg4)1px dashed;border-radius:.25rem;display:inline-block;margin:1rem;padding:.5rem 1rem}#main .toc a{color:var(--fg)}#main .toc a:hover{text-decoration:underline}#main .toc li>ul{margin-left:1.5rem}#main .toc ul{list-style:none;border-radius:.25rem}#main .toc ul:target{background-color:var(--bg_s)}#main .toc .warning{background-color:var(--red);color:#fff;font-size:1.1rem;margin:2rem 0;padding:1rem 0;text-align:center;border-radius:.25rem}#main .toc{border-radius:.25rem;padding-top:1rem}#main{}#main .post-footer{display:flex;gap:1rem;grid-template-columns:1fr;width:100%;margin-top:1.5rem;margin-bottom:1rem}@media screen and (min-width:768px){#main .post-footer{grid-template-columns:1fr 1fr;align-items:start}}#main .post-footer>*{display:flex;flex-direction:column;gap:.5rem}#main{}#main #sharingbuttons{display:flex;flex-direction:row;gap:1rem}