/*
  PaperMod v8+
  License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
  Copyright (c) 2020 nanxiaobei and adityatelange
  Copyright (c) 2021-2026 adityatelange
*/
:root{--gap:24px;--content-gap:20px;--nav-width:1024px;--main-width:720px;--header-height:60px;--footer-height:60px;--radius:8px;--theme:rgb(255, 255, 255);--entry:rgb(255, 255, 255);--primary:rgb(30, 30, 30);--secondary:rgb(108, 108, 108);--tertiary:rgb(214, 214, 214);--content:rgb(31, 31, 31);--code-block-bg:rgb(28, 29, 33);--code-bg:rgb(245, 245, 245);--border:rgb(238, 238, 238);color-scheme:light}:root[data-theme=dark]{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51);color-scheme:dark}.list{background:var(--code-bg)}[data-theme=dark] .list{background:var(--theme)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}a,button,body,h1,h2,h3,h4,h5,h6{color:var(--primary)}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;font-size:18px;line-height:1.6;word-break:break-word;background:var(--theme)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,table{display:block}h1,h2,h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}ul{padding:0}a{text-decoration:none}body,figure,ul{margin:0}table{width:100%;border-collapse:collapse;border-spacing:0;overflow-x:auto;word-break:keep-all}button,input,textarea{padding:0;font:inherit;background:0 0;border:0}input,textarea{outline:0}button,input[type=button],input[type=submit]{cursor:pointer}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 50px var(--theme)inset}img{display:block;max-width:100%}.not-found{position:absolute;left:0;right:0;display:flex;align-items:center;justify-content:center;height:80%;font-size:160px;font-weight:700}.archive-posts{width:100%;font-size:16px}.archive-year{margin-top:40px}.archive-year:not(:last-of-type){border-bottom:2px solid var(--border)}.archive-month{display:flex;align-items:flex-start;padding:10px 0}.archive-month-header{margin:25px 0;width:200px}.archive-month:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-entry{position:relative;padding:5px;margin:10px 0}.archive-entry-title{margin:5px 0;font-weight:400}.archive-count,.archive-meta{color:var(--secondary);font-size:14px}.footer,.top-link{font-size:12px;color:var(--secondary)}.footer{max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:calc((var(--footer-height) - var(--gap))/2)var(--gap);text-align:center;line-height:24px}.footer span{margin-inline-start:1px;margin-inline-end:1px}.footer span:last-child{white-space:nowrap}.footer a{color:inherit;text-underline-offset:.25rem;text-decoration:underline}.top-link{position:fixed;bottom:4rem;right:2rem;z-index:99;background:var(--tertiary);width:2.5rem;height:2.5rem;padding:10px;border-radius:64px;transition:visibility .3s,opacity .3s cubic-bezier(.4,0,1,1)}.hidden{visibility:hidden;opacity:0}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme))}.footer a:hover,.top-link:hover{color:var(--primary)}.header-nav{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:calc(var(--nav-width) + var(--gap) * 2);margin:auto;line-height:var(--header-height);padding:0 var(--gap);column-gap:var(--gap)}.header-nav a{display:block}.logo,.menu{display:flex}.logo{align-items:center;column-gap:.55rem;flex-wrap:wrap}.logo a{font-size:24px;font-weight:700;display:flex;align-items:center;column-gap:.55rem}.logo a img,.logo a svg{pointer-events:none;border-radius:6px}.theme-toggle{padding:0 .4rem}[data-theme=dark] .moon{display:none}[data-theme=light] .sun{display:none}.logo-switches{display:inline-flex;gap:.4rem;align-items:inherit;min-height:stretch;flex-wrap:inherit}.logo-switches>*{min-height:inherit;align-items:center;display:inline-flex}.nav-sep{color:var(--secondary)}.lang-menu *{display:inherit;min-height:inherit;align-items:inherit}.lang-menu a{font-size:1rem;font-weight:500;padding:0 .4rem;display:inline-flex}.menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap;column-gap:var(--gap)}.menu a{font-size:16px}.menu .active{font-weight:500;text-decoration:underline;text-underline-offset:.3rem;text-decoration-thickness:2px}.main{position:relative;min-height:calc(100vh - var(--header-height) - var(--footer-height));max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:var(--gap)}.page-header h1{font-size:40px}.pagination{display:flex}.pagination a{color:var(--theme);font-size:13px;line-height:36px;background:var(--primary);border-radius:calc(36px/2);padding:0 16px}.pagination .next{margin-inline-start:auto}.social-icons a{display:inline-flex;padding:10px}.social-icons a svg{height:26px;width:26px}code{direction:ltr}div.highlight,pre{position:relative}.copy-code{display:none;position:absolute;top:4px;right:4px;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--radius);padding:0 5px;font-size:14px;user-select:none}div.highlight:hover .copy-code,pre:hover .copy-code{display:block}.md-content h3,.md-content h4,.md-content h5,.md-content h6{margin:24px 0 16px}.md-content h1{margin:40px auto 32px;font-size:40px}.md-content h2{margin:32px auto 24px;font-size:32px}.md-content h3{font-size:24px}.md-content h4{font-size:16px}.md-content h5{font-size:14px}.md-content h6{font-size:12px}.md-content a:not(.anchor){text-underline-offset:.3rem;text-decoration:underline}.md-content del{text-decoration:line-through}.md-content dl:not(:last-child),.md-content ol:not(:last-child),.md-content p:not(:last-child),.md-content figure:not(:last-child),.md-content ul:not(:last-child){margin-bottom:var(--content-gap)}.md-content ol,.md-content ul{padding-inline-start:1.25rem}.md-content li{margin-top:.3rem}.md-content li p{margin-bottom:0}.md-content dl{display:flex;flex-wrap:wrap;margin:0}.md-content dt{width:25%;font-weight:700}.md-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.md-content dd~dd,.md-content dt~dt{margin-top:10px}.md-content table{margin-bottom:var(--content-gap)}.md-content table th,.md-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:6px 13px;line-height:1.5;border:1px solid var(--border)}.md-content table th{text-align:start}.md-content table:not(.highlighttable) td code:only-child{margin:auto 0}.md-content .highlight table{border-radius:var(--radius)}.md-content .highlight:not(table){margin-bottom:var(--content-gap);background:var(--code-block-bg)!important;border-radius:var(--radius);direction:ltr}.md-content li>.highlight{margin-inline-end:0}.md-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.md-content .highlight pre{margin:0}.md-content .highlighttable{table-layout:fixed}.md-content .highlighttable td:first-child{width:40px}.md-content .highlighttable td .linenodiv{padding-inline-end:0!important}.md-content .highlighttable td .highlight,.md-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{padding:.2rem .3rem;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:.2rem}.md-content pre code{display:grid;margin:auto 0;padding:10px;color:#d5d5d6;background:var(--code-block-bg)!important;border-radius:var(--radius);overflow-x:auto;word-break:break-all}.md-content blockquote{margin:1rem 0;padding-inline-start:1rem;border-inline-start:.3rem solid var(--content)}.md-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.md-content iframe{max-width:100%}.md-content img{border-radius:var(--radius);margin:1rem 0}.md-content img[src*="#center"]{margin:1rem auto}.md-content figure.align-center{text-align:center}.md-content figure>figcaption{color:var(--primary);font-size:16px;font-weight:700;margin:8px 0 16px}.md-content figure>figcaption>p{color:var(--secondary);font-size:14px;font-weight:400}.md-content h1:hover .anchor,.md-content h2:hover .anchor,.md-content h3:hover .anchor,.md-content h4:hover .anchor,.md-content h5:hover .anchor,.md-content h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:.5em;font-weight:500;user-select:none}.anchor:hover{color:var(--content)!important}.md-content img.in-text{display:inline;margin:auto}mark{border-radius:2px;padding:0 2px}audio{display:block;width:100%;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;height:2.5rem;margin-bottom:var(--content-gap)}audio::-webkit-media-controls-enclosure{border-radius:0}video{border:1px solid var(--code-bg);border-radius:var(--radius);max-width:100%}.first-entry{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:320px;margin:var(--gap)0 calc(var(--gap) * 2)}.first-entry .entry-header{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.first-entry .entry-header h1{font-size:34px;line-height:1.3}.first-entry .entry-header h2{font-size:40px}.first-entry .entry-content{margin:14px 0;font-size:16px;-webkit-line-clamp:3}.first-entry .entry-footer{font-size:14px}.home-info .entry-content{--content-gap:0.5rem;-webkit-line-clamp:unset;margin:0}.home-info .social-icons a:first-of-type{padding-inline-start:0}.post-entry{position:relative;margin-bottom:var(--gap);padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .25s ease;border:1px solid var(--border)}.post-entry:hover,.post-entry:focus-within{transform:translateY(-2px);border-color:var(--tertiary)}.tag-entry .entry-cover{display:none}.entry-header h2{font-size:24px;line-height:1.3}.entry-content{margin:8px 0;color:var(--secondary);font-size:14px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-info .entry-content p{margin-block-start:1em;margin-block-end:1em}.entry-footer{color:var(--secondary);font-size:13px}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0;border-radius:var(--radius)}.entry-hint{color:var(--secondary)}.entry-hint-parent{display:flex;justify-content:space-between}.entry-cover{font-size:14px;margin-bottom:var(--gap);text-align:center;display:flex;flex-direction:column;gap:.5rem}.entry-cover img{border-radius:var(--radius);width:100%;height:auto}.entry-cover a{text-underline-offset:.3rem;text-decoration:underline}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{font-size:40px}.post-description{margin-top:10px}.post-meta{margin-top:5px}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem}.breadcrumbs a{font-size:16px}.breadcrumbs svg{height:1em}.i18n_list{display:inline-flex}.post-meta .i18n_list li{list-style:none;margin:auto 3px}.post-meta a,.toc a:hover{text-underline-offset:.3rem;text-decoration:underline}.post-meta a{color:var(--secondary);text-decoration-style:dotted}details.toc{margin-bottom:var(--content-gap);background:var(--code-bg);border-radius:var(--radius);border:1px solid var(--border)}[data-theme=dark] details.toc{background:var(--entry)}details.toc summary{padding:.3rem 1.2rem;border-radius:var(--radius)}details summary{cursor:pointer;display:list-item;width:100%;margin-inline-start:0;user-select:none}details .title{display:inline;font-weight:500;margin-inline-start:.2rem}details{interpolate-size:allow-keywords}details::details-content{height:0;opacity:0;overflow:clip;transition:height 150ms ease,opacity 150ms ease,content-visibility 150ms allow-discrete}details[open]::details-content{height:auto;opacity:1}details .inner{margin:0 2.4rem;padding-bottom:.6rem}details li ul{margin-inline-start:var(--gap)}.post-content{color:var(--content);margin:30px 0}.post-footer{margin-top:var(--content-gap)}.post-footer>*{margin-bottom:10px}.post-tags{display:flex;flex-wrap:wrap;gap:10px}.post-tags li{display:inline-block}.post-tags a,.share-buttons,.paginav{border-radius:var(--radius);background:var(--code-bg);border:1px solid var(--border)}.post-tags a{display:block;padding:0 14px;color:var(--secondary);font-size:14px;line-height:34px;background:var(--code-bg)}.post-tags a:hover,.paginav a:hover{background:var(--border)}.share-buttons{padding:10px;display:flex;justify-content:center;overflow-x:auto;gap:10px}.share-buttons li,.share-buttons a{display:inline-flex}.share-buttons a:not(:last-of-type){margin-inline-end:12px}.paginav{display:flex;line-height:1.2}.paginav .title{letter-spacing:1px;text-transform:uppercase;font-size:.8rem;color:var(--secondary)}.paginav a{width:50%;display:flex;flex-direction:column;gap:.5rem;padding:.8rem;border-radius:var(--radius)}.paginav span:hover:not(.title){text-underline-offset:.2rem;text-decoration:underline}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}.buttons,.main .profile{display:flex;justify-content:center}.main .profile{align-items:center;min-height:calc(100vh - var(--header-height) - var(--footer-height) - (var(--gap) * 2));text-align:center}.profile .profile_inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.profile img{border-radius:50%}.buttons{flex-wrap:wrap;max-width:400px;gap:1rem}.button{background:var(--tertiary);border-radius:var(--radius);padding:.4rem .8rem}.searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}.searchResults li{list-style:none;border-radius:var(--radius);padding:10px 15px;position:relative;font-weight:500;display:flex;align-items:center;justify-content:space-between;background:var(--entry);transition:transform .25s ease;border:1px solid var(--border)}.searchResults{margin:var(--content-gap)0;width:100%;display:flex;flex-direction:column;gap:10px}.searchResults li:hover,.searchResults li:focus-within{transform:translateY(-2px);border-color:var(--tertiary)}.searchResults li .entry-link:focus{outline:2px solid var(--secondary);outline-offset:-2px}.terms-tags{display:flex;flex-wrap:wrap;gap:1em;margin-top:var(--content-gap)}.terms-tags li{display:inline-block;font-weight:500}.terms-tags a{display:block;padding:4px 10px;background:var(--tertiary);border-radius:var(--radius);transition:transform .1s}.bg{color:#cad3f5;background-color:#24273a}.chroma{color:#cad3f5;background-color:#24273a}.chroma .err{color:#ed8796}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#474733}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .line{display:flex}.chroma .k{color:#c6a0f6}.chroma .kc{color:#f5a97f}.chroma .kd{color:#ed8796}.chroma .kn{color:#8bd5ca}.chroma .kp{color:#c6a0f6}.chroma .kr{color:#c6a0f6}.chroma .kt{color:#ed8796}.chroma .na{color:#8aadf4}.chroma .nb{color:#91d7e3}.chroma .bp{color:#91d7e3}.chroma .nc{color:#eed49f}.chroma .no{color:#eed49f}.chroma .nd{color:#8aadf4;font-weight:700}.chroma .ni{color:#8bd5ca}.chroma .ne{color:#f5a97f}.chroma .nf{color:#8aadf4}.chroma .fm{color:#8aadf4}.chroma .nl{color:#91d7e3}.chroma .nn{color:#f5a97f}.chroma .py{color:#f5a97f}.chroma .nt{color:#c6a0f6}.chroma .nv{color:#f4dbd6}.chroma .vc{color:#f4dbd6}.chroma .vg{color:#f4dbd6}.chroma .vi{color:#f4dbd6}.chroma .vm{color:#f4dbd6}.chroma .s{color:#a6da95}.chroma .sa{color:#ed8796}.chroma .sb{color:#a6da95}.chroma .sc{color:#a6da95}.chroma .dl{color:#8aadf4}.chroma .sd{color:#6e738d}.chroma .s2{color:#a6da95}.chroma .se{color:#8aadf4}.chroma .sh{color:#6e738d}.chroma .si{color:#a6da95}.chroma .sx{color:#a6da95}.chroma .sr{color:#8bd5ca}.chroma .s1{color:#a6da95}.chroma .ss{color:#a6da95}.chroma .m{color:#f5a97f}.chroma .mb{color:#f5a97f}.chroma .mf{color:#f5a97f}.chroma .mh{color:#f5a97f}.chroma .mi{color:#f5a97f}.chroma .il{color:#f5a97f}.chroma .mo{color:#f5a97f}.chroma .o{color:#91d7e3;font-weight:700}.chroma .ow{color:#91d7e3;font-weight:700}.chroma .c{color:#6e738d;font-style:italic}.chroma .ch{color:#6e738d;font-style:italic}.chroma .cm{color:#6e738d;font-style:italic}.chroma .c1{color:#6e738d;font-style:italic}.chroma .cs{color:#6e738d;font-style:italic}.chroma .cp{color:#6e738d;font-style:italic}.chroma .cpf{color:#6e738d;font-weight:700;font-style:italic}.chroma .gd{color:#ed8796;background-color:#363a4f}.chroma .ge{font-style:italic}.chroma .gr{color:#ed8796}.chroma .gh{color:#f5a97f;font-weight:700}.chroma .gi{color:#a6da95;background-color:#363a4f}.chroma .gs{font-weight:700}.chroma .gu{color:#f5a97f;font-weight:700}.chroma .gt{color:#ed8796}.chroma .gl{text-decoration:underline}.chroma{background-color:unset!important}.chroma .hl{display:flex}.chroma .lnt{padding:0 0 0 12px}.highlight pre.chroma code{padding:8px 0}.highlight pre.chroma .line .cl,.chroma .ln{padding:0 10px}.chroma .lntd:last-of-type{width:100%}@media screen and (max-width:768px){:root{--gap:14px}.profile img{transform:scale(.85)}.first-entry{min-height:260px}.archive-month{flex-direction:column}.archive-year{margin-top:20px}.footer{padding:calc((var(--footer-height) - var(--gap) - 10px)/2)var(--gap)}}@media screen and (max-width:900px){.list .top-link{transform:translateY(-5rem)}}@media screen and (max-width:340px){.share-buttons{justify-content:unset}}@media(prefers-reduced-motion){.terms-tags a:active,.button:active,.post-entry:active,.top-link,.searchResults .focus,.searchResults li:active{transform:none}}:root{--bg:#f4faf7;--bg2:#e6f4ee;--card:#ffffff;--ink:#1f2a26;--sub:#5f6f69;--mute:#98a7a1;--line:#dcebe4;--brand:#1a9e74;--brand-d:#14805d;--brand-soft:#d7f1e6;--yellow:#ffd166;--warn:#d8453f;--cat-money:#2f6df0;--cat-money-soft:#e4edff;--cat-health:#e85d75;--cat-health-soft:#fde4e9;--cat-life:#e08a00;--cat-life-soft:#fff0d6;--cat-game:#8b5cf6;--cat-game-soft:#ece5ff;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-round:"Nunito", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--theme:#f4faf7;--entry:#ffffff;--primary:#1f2a26;--secondary:#5f6f69;--tertiary:#dcebe4;--content:#1f2a26;--border:#dcebe4;--code-bg:#eef6f2;--code-block-bg:#1f2a26;--radius:20px;--main-width:760px;--nav-width:1040px;--gap:20px;--sw-bg:#f4faf7;--sw-surface:#ffffff;--sw-text:#1f2a26;--sw-muted:#5f6f69;--sw-line:#dcebe4;--sw-accent:#1a9e74;--sw-emph:#ffd166;--sw-warn:#d8453f;--sw-result:#eaf7f1;--sw-result-line:#cfe9dd;--sw-radius:20px;--sw-radius-sm:14px;--sw-shadow:0 0 0 1px var(--line)}html{color-scheme:light}body{font-family:var(--font-body);background:var(--bg);color:var(--ink);line-height:1.8;-webkit-font-smoothing:antialiased}body.list{background:var(--bg)}h1,h2,h3,h4,.logo a,.post-title,.k-num{font-family:var(--font-round);font-weight:900;letter-spacing:.01em}body.list .main{max-width:calc(1040px + var(--gap) * 2)}.header{background:var(--card);border-bottom:1px solid var(--line);box-shadow:none;position:sticky;top:0;z-index:5}.header .nav,.header .header-nav{max-width:calc(1040px + var(--gap) * 2);height:66px}.logo a{font-size:21px;font-weight:900;color:var(--ink);display:flex;align-items:center;gap:9px}.logo a::before{content:"÷";width:32px;height:32px;flex:0 0 32px;border-radius:10px;background:var(--brand);color:#fff;display:inline-grid;place-items:center;font-size:18px;font-weight:900;line-height:1}#menu a{font-size:14px;font-weight:500;color:var(--sub)}#menu .active{color:var(--brand-d);border-bottom:2px solid var(--brand)}.footer{color:var(--mute);font-size:13px;background:var(--card);border-top:1px solid var(--line);margin-top:40px}.footer a{color:var(--sub)}.pagination a{background:var(--brand);color:#fff;border-radius:999px;padding:8px 18px;font-weight:700}.k-hero{padding:44px 0 24px;text-align:center}.k-hero .k-tag{display:inline-block;background:var(--brand-soft);color:var(--brand-d);font-weight:700;font-size:13px;padding:5px 14px;border-radius:999px}.k-hero h1{font-size:36px;line-height:1.45;margin:14px 0 8px}.k-hero h1 .u{background:linear-gradient(transparent 62%,var(--yellow) 62%,var(--yellow) 90%,transparent 90%)}.k-hero p{color:var(--sub);margin:0 auto 22px;max-width:640px;font-size:16px}.k-search{max-width:560px;margin:0 auto;position:relative}.k-search input{width:100%;height:58px;border:2px solid var(--line);border-radius:18px;padding:0 20px 0 52px;font-size:17px;font-family:inherit;color:var(--ink);background:#fff;box-shadow:0 8px 24px -12px rgba(26,158,116,.35)}.k-search input:focus{outline:none;border-color:var(--brand)}.k-search svg{position:absolute;left:18px;top:19px;width:22px;height:22px;color:var(--mute);pointer-events:none}.k-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:16px 0 0}.k-chips button{font-family:inherit;font-size:13.5px;font-weight:700;padding:7px 14px;border-radius:999px;background:#fff;border:1.5px solid var(--line);color:var(--sub);cursor:pointer}.k-chips button.on{background:var(--ink);color:#fff;border-color:var(--ink)}.k-chips button i{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:7px;vertical-align:1px;background:currentColor}.page-header{margin:20px 0 4px}.page-header h1{font-size:26px;margin:4px 0 6px}.k-sec-h{display:flex;align-items:baseline;justify-content:space-between;margin:34px 0 14px}.k-sec-h h2{font-size:22px;margin:0}.k-sec-h a{font-size:13.5px;color:var(--brand-d);font-weight:700}.k-empty{color:var(--sub);text-align:center;padding:24px 0 40px}.k-why{background:#fff;border-radius:24px;box-shadow:0 0 0 1px var(--line);margin:36px 0 8px;padding:32px 30px}.k-why-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.k-why b{display:block;font-size:16px;margin-bottom:4px;font-family:var(--font-round);font-weight:900}.k-why span{color:var(--sub);font-size:14px}.k-why i{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--brand-soft);color:var(--brand-d);font-style:normal;font-weight:900;font-family:var(--font-round);margin-bottom:10px}.sw-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:16px 0 28px}.sw-tool{--cat:var(--brand);--cat-soft:var(--brand-soft);position:relative;display:flex;flex-direction:column;gap:8px;padding:18px 18px 16px;background:var(--card);border:0;border-radius:20px;box-shadow:0 0 0 1px var(--line);color:var(--ink);transition:transform .15s ease,box-shadow .15s ease}.sw-tool:hover,.sw-tool:focus{transform:translateY(-3px);box-shadow:0 0 0 1.5px var(--cat),0 14px 30px -18px rgba(31,42,38,.35)}.sw-tool .sw-key{width:58px;height:58px;border-radius:16px;background:var(--cat-soft);color:var(--cat);display:grid;place-items:center;font-family:var(--font-round);font-weight:900;font-size:19px;letter-spacing:-.02em;text-align:center;line-height:1.1}.sw-tool .sw-cat{position:absolute;top:18px;right:18px;font-size:11.5px;font-weight:700;color:var(--cat);background:var(--cat-soft);padding:2px 10px;border-radius:999px;line-height:1.6}.sw-tool h2,.sw-tool h3{margin:6px 0 0;font-size:16.5px;line-height:1.5;font-weight:900;padding-right:56px}.sw-tool p{margin:0;color:var(--sub);font-size:13.5px;line-height:1.65;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sw-tool .sw-go{margin-top:auto;padding-top:8px;font-size:13px;font-weight:700;color:var(--brand-d)}.sw-tool[hidden]{display:none}.cat-money{--cat:var(--cat-money);--cat-soft:var(--cat-money-soft)}.cat-health{--cat:var(--cat-health);--cat-soft:var(--cat-health-soft)}.cat-life{--cat:var(--cat-life);--cat-soft:var(--cat-life-soft)}.cat-game{--cat:var(--cat-game);--cat-soft:var(--cat-game-soft)}.sw-card{position:relative;display:flex;gap:18px;padding:16px;margin-bottom:16px;background:var(--card);border:0;border-radius:20px;box-shadow:0 0 0 1px var(--line);transition:transform .2s ease}.sw-card:hover,.sw-card:focus-within{transform:translateY(-2px);box-shadow:0 0 0 1.5px var(--brand)}.sw-thumb{flex:0 0 38%;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;padding:12px 14px;box-sizing:border-box;background:var(--brand);border-radius:14px;color:#fff;font-family:var(--font-round);font-weight:700;font-size:15px;line-height:1.5;overflow:hidden;overflow-wrap:anywhere}.sw-card-body{flex:auto;min-width:0}.sw-cat{display:inline-block;padding:2px 10px;border-radius:999px;background:var(--brand-soft);color:var(--brand-d);font-size:12px;font-weight:700;line-height:1.6}.sw-card .entry-header h2{font-size:18px;line-height:1.5;margin:6px 0 4px}.sw-meta{color:var(--mute);font-size:12px;display:flex;flex-wrap:wrap;gap:4px 12px}.sw-desc{margin:6px 0 0;color:var(--sub);font-size:14px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.post-single{background:0 0;border:0;box-shadow:none;padding:0;margin-top:8px}.post-header{margin:0 0 20px}.breadcrumbs{font-size:12.5px;color:var(--mute);margin:22px 0 6px}.breadcrumbs a{color:var(--sub)}.k-cat-pill{display:inline-block;font-size:12px;font-weight:700;color:var(--cat,var(--brand-d));background:var(--cat-soft,var(--brand-soft));padding:2px 10px;border-radius:999px;margin-bottom:8px;line-height:1.7}.post-title{font-size:28px;line-height:1.4;margin:0 0 8px}.post-description{color:var(--sub);font-size:15.5px;margin:0 0 12px}.post-meta{display:flex;flex-wrap:wrap;gap:4px 14px;color:var(--mute);font-size:12.5px}.sw-date-label{display:inline-block;margin-right:4px;padding:0 6px;border:1px solid var(--line);border-radius:999px;font-size:11px;color:var(--mute)}.sw-date-upd .sw-date-label{border-color:var(--brand-soft);color:var(--brand-d)}.post-content:has(.t-wrap){background:0 0;box-shadow:none;padding:0}.post-content:has(.t-wrap)>p{color:var(--sub);font-size:15.5px}.k-article{background:var(--card);border-radius:20px;box-shadow:0 0 0 1px var(--line);padding:22px 26px 26px;margin-top:22px}.k-article>:first-child{margin-top:0}@media(max-width:640px){.k-article{padding:18px 16px 20px}}.post-content{background:var(--card);border-radius:20px;box-shadow:0 0 0 1px var(--line);padding:22px 26px 26px;font-size:16px;line-height:1.85}@media(max-width:640px){.post-content{padding:18px 16px 20px}}.post-content a:not(.anchor){color:var(--brand-d);text-decoration:underline;text-underline-offset:.2em}.post-content h2{margin:34px 0 14px;padding:0 0 6px;background:0 0;color:var(--ink);border-bottom:3px solid var(--yellow);border-radius:0;display:inline-block;font-size:20px;line-height:1.5}.post-content h2 .anchor{color:var(--mute)}.post-content h3{margin:28px 0 12px;padding:2px 0 2px 12px;border-left:4px solid var(--brand);font-size:18px;line-height:1.5}.post-content h4{margin:22px 0 10px;padding-bottom:4px;border-bottom:2px solid var(--line);font-size:16px}.post-content table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse;font-size:14.5px;-webkit-overflow-scrolling:touch}.post-content table th,.post-content table td{border:1px solid var(--line);padding:8px 10px}.post-content table th{background:var(--bg);color:var(--ink);border-color:var(--line);white-space:nowrap;font-weight:700}.post-content table tbody tr:nth-child(even){background:#fbfdfc}.post-content blockquote{border-left:4px solid var(--brand-soft);background:var(--bg);padding:8px 14px;border-radius:0 14px 14px 0}.post-content strong{box-shadow:inset 0 -.45em rgba(255,209,102,.5)}details.toc{background:var(--bg);border-color:var(--line);border-radius:14px}details.toc summary{font-weight:700}.post-tags li a{background:#fff;border:1px solid var(--line);border-radius:999px;color:var(--sub)}.post-tags li a:hover{border-color:var(--brand);color:var(--brand-d)}.paginav{background:#fff;border-color:var(--line);border-radius:14px}.post-footer{margin-top:32px}.sw-box{position:relative;margin:24px 0;padding:16px 18px 14px;border-radius:14px;border:1px solid;font-size:15px}.sw-box>:last-child{margin-bottom:0!important}.sw-box-title{display:block;margin-bottom:6px;font-weight:700;font-size:14px}.sw-box-info{background:var(--brand-soft);border-color:var(--brand)}.sw-box-info .sw-box-title{color:var(--brand-d)}.sw-box-warn{background:#fff8e6;border-color:var(--yellow)}.sw-box-warn .sw-box-title{color:#b3600b}.sw-step{position:relative;margin:20px 0;padding:12px 16px 12px 18px;border-left:4px solid var(--brand);background:var(--bg);border-radius:0 14px 14px 0}.sw-step-n{display:inline-block;margin:0 8px 6px 0;padding:1px 12px;border-radius:999px;background:var(--brand);color:#fff;font-size:12px;font-weight:700;letter-spacing:.05em}.sw-step-title{font-weight:700;font-size:16px}.sw-step-body>:last-child{margin-bottom:0!important}.sw-section-title{margin:34px 0 12px;padding:0;border:0;font-family:var(--font-round);font-size:18px;font-weight:900;line-height:1.5}.sw-related .sw-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sw-rel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.sw-rel{display:flex;gap:12px;padding:10px;background:var(--card);border:0;border-radius:16px;box-shadow:0 0 0 1px var(--line);color:var(--ink);transition:transform .2s ease}.sw-rel:hover{transform:translateY(-2px);box-shadow:0 0 0 1.5px var(--brand)}.sw-rel .sw-thumb{flex:0 0 42%;font-size:12px;padding:8px 10px}.sw-rel-title{font-size:14px;font-weight:700;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.sw-rel-date{display:block;margin-top:4px;font-size:11px;color:var(--mute)}.sw-profile{display:flex;gap:16px;align-items:flex-start;margin:28px 0 0;padding:18px 20px;background:#fff;border:0;box-shadow:0 0 0 1px var(--line);border-radius:20px}.sw-profile-icon{flex:0 0 56px;width:56px;height:56px;border-radius:50%;background:var(--brand);color:#fff;font-family:var(--font-round);font-weight:900;font-size:22px;display:flex;align-items:center;justify-content:center}.sw-profile-body{flex:auto;min-width:0}.sw-profile-head{font-size:13px;font-weight:700;color:var(--brand-d);margin-bottom:4px}.sw-profile p{margin:0 0 6px;font-size:14px;line-height:1.7}.sw-profile a{font-size:13px;color:var(--brand-d);text-decoration:underline;text-underline-offset:.2em}.post-content .t-wrap{max-width:none!important;background:var(--card);border:0;border-radius:24px;box-shadow:0 0 0 1px var(--line),0 20px 40px -30px rgba(31,42,38,.35);padding:24px 26px 26px!important;margin:20px 0 26px!important;box-sizing:border-box}.post-content .t-wrap:has(.t-board),.post-content .t-wrap:has(.t-pad){max-width:560px!important}.post-content .t-wrap:has(.t-b2048){max-width:440px!important}@media(max-width:640px){.post-content .t-wrap{padding:18px 16px 20px!important;border-radius:20px}}.post-content .t-wrap label{font-size:14px;font-weight:700;color:var(--ink);margin-top:16px}.post-content .t-wrap .t-unit,.post-content .t-wrap .t-sm{color:var(--sub);opacity:1}.post-content .t-wrap input[type=number],.post-content .t-wrap input[type=text],.post-content .t-wrap input[type=date],.post-content .t-wrap input[type=time],.post-content .t-wrap select{height:56px;border:2px solid var(--line)!important;border-radius:16px!important;padding:0 14px!important;background:#fff!important;color:var(--ink)!important;font-family:var(--font-round);font-size:22px!important;font-weight:700;font-variant-numeric:tabular-nums}.post-content .t-wrap select{font-size:17px!important;font-family:var(--font-body)}.post-content .t-wrap textarea{border:2px solid var(--line)!important;border-radius:16px!important;padding:12px 14px!important;background:#fff!important;color:var(--ink)!important;font-family:var(--font-body);font-size:16px!important}.post-content .t-wrap input:focus,.post-content .t-wrap select:focus,.post-content .t-wrap textarea:focus{outline:none;border-color:var(--brand)!important}.post-content .t-wrap input[type=checkbox],.post-content .t-wrap input[type=radio]{height:auto;width:auto;accent-color:var(--brand)}.post-content .t-wrap .t-preset{gap:8px!important;margin:8px 0 4px!important}.post-content .t-wrap .t-preset button{font-family:var(--font-body)!important;font-size:14px!important;font-weight:700;padding:9px 14px!important;border-radius:999px!important;border:1.5px solid var(--line)!important;background:#fff!important;color:var(--ink)!important;cursor:pointer}.post-content .t-wrap .t-preset button:hover{border-color:var(--brand)!important;color:var(--brand-d)!important}.post-content .t-wrap .t-preset button.t-on,.post-content .t-wrap .t-preset button.on,.post-content .t-wrap .t-preset button[aria-pressed=true]{background:var(--brand)!important;border-color:var(--brand)!important;color:#fff!important}.post-content .t-wrap .t-btn{display:block;width:100%;height:58px;margin:18px 0 0!important;padding:0!important;border:0!important;border-radius:16px!important;background:var(--brand)!important;color:#fff!important;font-family:var(--font-body)!important;font-size:17px!important;font-weight:700;box-shadow:0 4px 0 var(--brand-d);cursor:pointer}.post-content .t-wrap .t-btn:active{transform:translateY(2px);box-shadow:0 2px 0 var(--brand-d)}.post-content .t-wrap .t-actions .t-btn,.post-content .t-wrap .t-inline .t-btn{display:inline-block;width:auto;height:auto;padding:9px 16px!important;margin:0!important;border-radius:999px!important;font-size:14px!important;box-shadow:none}.post-content .t-wrap .t-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.post-content .t-wrap .t-result,.post-content .t-wrap .t-sum,.post-content .t-wrap .t-stats,.post-content .t-wrap output{background:linear-gradient(180deg,#e9f7f1,#f4faf7)!important;border:0!important;border-radius:24px!important;box-shadow:0 0 0 1.5px var(--brand-soft);padding:20px 22px!important;margin:18px 0!important;font-variant-numeric:tabular-nums}@media(max-width:640px){.post-content .t-wrap .t-result,.post-content .t-wrap .t-sum,.post-content .t-wrap .t-stats{padding:16px 14px!important;border-radius:20px!important}}.post-content .t-wrap .t-result table{width:100%;border-collapse:collapse}.post-content .t-wrap .t-result td{border:0!important;border-bottom:1.5px dashed var(--line)!important;padding:8px 2px!important;color:var(--sub)}.post-content .t-wrap .t-result tr:last-child td{border-bottom:0!important}.post-content .t-wrap .t-result td:last-child{text-align:right;color:var(--brand-d);font-weight:700}.post-content .t-wrap .t-big{font-family:var(--font-round);font-size:26px!important;font-weight:900;line-height:1.2;color:var(--brand-d);letter-spacing:-.01em}.post-content .t-wrap .t-result tr:first-child .t-big,.post-content .t-wrap .t-sum .t-big:first-of-type,.post-content .t-wrap>.t-big{font-size:52px!important}@media(max-width:640px){.post-content .t-wrap .t-result tr:first-child .t-big,.post-content .t-wrap .t-sum .t-big:first-of-type,.post-content .t-wrap>.t-big{font-size:38px!important}.post-content .t-wrap .t-big{font-size:20px!important}}.post-content .t-wrap .t-sub,.post-content .t-wrap .t-note{margin-top:12px!important;padding-top:10px;border-top:1.5px dashed var(--line);font-size:13px!important;color:var(--sub);opacity:1!important}.post-content .t-wrap .t-err{color:var(--warn)!important;font-weight:700}.post-content .t-wrap .t-presets{display:flex;flex-wrap:wrap;gap:8px!important;margin:8px 0 4px}.post-content .t-wrap .t-presets button{flex:initial!important;font-family:var(--font-body)!important;font-size:14px!important;font-weight:700;padding:9px 14px!important;border-radius:999px!important;border:1.5px solid var(--line)!important;background:#fff!important;color:var(--ink)!important;cursor:pointer}.post-content .t-wrap .t-presets button:hover{border-color:var(--brand)!important;color:var(--brand-d)!important}.post-content .t-wrap .t-presets button.t-on{background:var(--brand)!important;border-color:var(--brand)!important;color:#fff!important}.post-content .t-wrap .t-result .t-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:8px 2px!important;border-bottom:1.5px dashed var(--line)!important;color:var(--sub);font-size:14px}.post-content .t-wrap .t-result .t-row:last-child{border-bottom:0!important}.post-content .t-wrap .t-result .t-row strong{color:var(--brand-d);font-family:var(--font-round);font-size:22px;font-weight:900;font-variant-numeric:tabular-nums;box-shadow:none;white-space:nowrap}.post-content .t-wrap .t-row.t-big{font-size:14px!important}.post-content .t-wrap .t-row.t-big strong{font-size:52px!important;line-height:1.1}@media(max-width:640px){.post-content .t-wrap .t-row.t-big strong{font-size:34px!important}.post-content .t-wrap .t-result .t-row strong{font-size:18px}}.k-copy{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding:7px 14px;border-radius:999px;border:1.5px solid var(--line);background:#fff;color:var(--sub);font-family:var(--font-body);font-size:12.5px;font-weight:700;cursor:pointer}.k-copy:hover{border-color:var(--brand);color:var(--brand-d)}@media(max-width:860px){.sw-grid,.sw-related .sw-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.k-hero h1{font-size:27px}.k-hero{padding:28px 0 20px}.k-why-inner{grid-template-columns:1fr;gap:18px}.sw-tool{padding:14px 14px 12px}.sw-tool .sw-key{width:48px;height:48px;font-size:16px;border-radius:14px}.sw-tool h2,.sw-tool h3{font-size:15px;padding-right:0;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.sw-tool .sw-cat{position:static;align-self:flex-start;order:-1}.post-title{font-size:23px}.sw-rel-grid{grid-template-columns:1fr}.sw-card{flex-direction:column;gap:10px;padding:12px}.sw-thumb{flex-basis:auto;width:100%}}:root{--sw-accent:#1a9e74}