@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap);:root{--bg:#fff;--fg:#111;--muted:#999;--border:#e0e0e0;--code-bg:#f5f5f5;--pre-bg:#fafafa;--pre-border:#eaeaea}[data-theme=dark]{--bg:#111;--fg:#e0e0e0;--muted:#666;--border:#2a2a2a;--code-bg:#1a1a1a;--pre-bg:#161616;--pre-border:#2a2a2a}*,:after,:before{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:var(--bg);color:#111;color:var(--fg);font-family:Rubik,sans-serif;margin:0}#root{min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:#111;color:var(--fg);text-decoration:none}a:hover{color:#999;color:var(--muted)}.site{display:flex;justify-content:center;min-height:100vh;padding:60px 40px}.site-inner{max-width:860px;width:100%}.site-top{justify-content:space-between;margin-bottom:32px}.sidebar,.site-top{align-items:flex-start;display:flex}.sidebar{flex-direction:column;flex-shrink:0;gap:6px;width:100px}.sidebar-link{color:var(--muted);font-size:.88rem;font-weight:400;text-decoration:none;transition:color .15s ease}.sidebar-link:hover{color:var(--fg)}.sidebar-link--active{color:var(--fg);font-weight:600}.theme-toggle{align-items:center;cursor:pointer;display:flex;gap:8px}.theme-toggle input{display:none}.theme-toggle-label{color:var(--muted);font-size:.78rem;-webkit-user-select:none;user-select:none}.theme-toggle-track{background:var(--border);border-radius:8px;height:16px;position:relative;transition:background .2s ease;width:32px}.theme-toggle-track:after{background:var(--fg);border-radius:50%;content:"";height:12px;left:2px;position:absolute;top:2px;transition:transform .2s ease;width:12px}.theme-toggle input:checked~.theme-toggle-track{background:var(--muted)}.theme-toggle input:checked~.theme-toggle-track:after{transform:translateX(16px)}.main{min-width:0}.about-logo{display:block;filter:invert(1);margin-bottom:20px}[data-theme=dark] .about-logo{filter:none}.about-socials{display:flex;font-size:1.15rem;gap:18px;margin-top:4px}.about-socials a{color:var(--muted);transition:color .15s ease}.about-socials a:hover{color:var(--fg)}.post-list{list-style:none;margin:0;padding:0}.post-list li{line-height:1}.post-list-row{align-items:baseline;color:var(--fg);display:flex;gap:24px;padding:10px 0;text-decoration:none;transition:color .15s ease}.post-list-row:hover{color:var(--muted)}.post-list-title{font-size:.9rem;font-weight:400;line-height:1.45}.post-list-date{font-feature-settings:"tnum";color:var(--muted);flex-shrink:0;font-size:.82rem;font-variant-numeric:tabular-nums;white-space:nowrap}.status-text{color:var(--muted);font-size:.88rem}.back-link{color:var(--muted);font-size:.82rem;text-decoration:none;transition:color .15s ease}.back-link:hover{color:var(--fg)}.post-header{margin:24px 0 32px}.post-title{color:var(--fg);font-size:1.4rem;font-weight:600;line-height:1.35;margin:0 0 6px}.post-date{color:var(--muted);font-size:.8rem}.post-body{color:var(--fg);font-size:.92rem;line-height:1.8}.post-body h1,.post-body h2,.post-body h3,.post-body h4{color:var(--fg);font-family:Rubik,sans-serif;font-weight:600;margin-bottom:.5em;margin-top:2em}.post-body h1{font-size:1.3rem}.post-body h2{font-size:1.15rem}.post-body h3{font-size:1.02rem}.post-body p{margin-bottom:1.2em}.post-body a{color:var(--fg);text-decoration:underline;text-decoration-color:var(--muted);text-underline-offset:3px}.post-body a:hover{color:var(--fg);text-decoration-color:var(--fg)}.post-body img{height:auto;margin:16px 0;max-width:100%}.post-body code{background:var(--code-bg);border-radius:3px;font-size:.86em;padding:2px 5px}.post-body pre{background:var(--pre-bg);border:1px solid var(--pre-border);border-radius:5px;margin:18px 0;overflow-x:auto;padding:14px 16px}.post-body pre code{background:#0000;font-size:.83rem;line-height:1.6;padding:0}.post-body ol,.post-body ul{margin-bottom:1.2em;padding-left:20px}.post-body li{margin-bottom:.3em}.post-body blockquote{border-left:2px solid var(--border);color:var(--muted);margin:18px 0;padding:4px 16px}.post-body strong{color:var(--fg);font-weight:600}.post-body hr{border:none;margin:2em 0}.post-body hr,.post-footer{border-top:1px solid var(--border)}.post-footer{margin-top:48px;padding-top:16px}@media (max-width:600px){.site{padding:32px 20px 48px}.site-top{margin-bottom:24px}.sidebar{align-items:center;flex-direction:row;gap:14px;width:auto}.post-list-row{flex-direction:column;gap:2px;padding:8px 0}.post-list-date{font-size:.75rem}.post-title{font-size:1.2rem}}
/*# sourceMappingURL=main.cce8771a.css.map*/