/*
  PaperMod v8+
  License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
  Copyright (c) 2020 nanxiaobei and adityatelange
  Copyright (c) 2021-2025 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)}.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)}.list{background:var(--code-bg)}.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;border-bottom:1px solid var(--secondary)}.footer a:hover{border-bottom:1px solid var(--primary)}.top-link{visibility:hidden;position:fixed;bottom:60px;right:30px;z-index:99;background:var(--tertiary);width:42px;height:42px;padding:12px;border-radius:64px;transition:visibility .5s,opacity .8s linear}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme))}.footer a:hover,.top-link:hover{color:var(--primary)}.top-link:focus,#theme-toggle:focus{outline:0}.nav{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:calc(var(--nav-width) + var(--gap) * 2);margin-inline-start:auto;margin-inline-end:auto;line-height:var(--header-height)}.nav a{display:block}.logo,#menu{display:flex;margin:auto var(--gap)}.logo{flex-wrap:inherit}.logo a{font-size:24px;font-weight:700}.logo a img,.logo a svg{display:inline;vertical-align:middle;pointer-events:none;transform:translate(0,-10%);border-radius:6px;margin-inline-end:8px}button#theme-toggle{font-size:26px;margin:auto 4px}body.dark #moon{vertical-align:middle;display:none}body:not(.dark) #sun{display:none}#menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap}#menu li+li{margin-inline-start:var(--gap)}#menu a{font-size:16px}#menu .active{font-weight:500;border-bottom:2px solid}.lang-switch li,.lang-switch ul,.logo-switches{display:inline-flex;margin:auto 4px}.lang-switch{display:flex;flex-wrap:inherit}.lang-switch a{margin:auto 3px;font-size:16px;font-weight:500}.logo-switches{flex-wrap:inherit}.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}.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-content{margin:14px 0;font-size:16px;-webkit-line-clamp:3}.first-entry .entry-footer{font-size:14px}.home-info .entry-content{-webkit-line-clamp:unset}.post-entry{position:relative;margin-bottom:var(--gap);padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .1s;border:1px solid var(--border)}.post-entry:active{transform:scale(.96)}.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}.entry-footer{color:var(--secondary);font-size:13px}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0}.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}.entry-cover img{border-radius:var(--radius);width:100%;height:auto}.entry-cover a{box-shadow:0 1px 0 var(--primary)}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{margin-bottom:2px;font-size:40px}.post-description{margin-top:10px;margin-bottom:5px}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center}.i18n_list{display:inline-flex}.post-meta .i18n_list li{list-style:none;margin:auto 3px}.breadcrumbs a{font-size:16px}.post-content{color:var(--content);margin:30px 0}.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin:24px 0 16px}.post-content h1{margin:40px auto 32px;font-size:40px}.post-content h2{margin:32px auto 24px;font-size:32px}.post-content h3{font-size:24px}.post-content h4{font-size:16px}.post-content h5{font-size:14px}.post-content h6{font-size:12px}.post-content a,.post-meta .i18n_list li a,.toc a:hover{box-shadow:0 1px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.post-content a code{margin:auto 0;border-radius:0;box-shadow:0 -1px 0 var(--primary)inset}.post-content del{text-decoration:line-through}.post-content dl,.post-content ol,.post-content p,.post-content figure,.post-content ul{margin-bottom:var(--content-gap)}.post-content ol,.post-content ul{padding-inline-start:20px}.post-content li{margin-top:5px}.post-content li p{margin-bottom:0}.post-content dl{display:flex;flex-wrap:wrap;margin:0}.post-content dt{width:25%;font-weight:700}.post-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.post-content dd~dd,.post-content dt~dt{margin-top:10px}.post-content table{margin-bottom:var(--content-gap)}.post-content table th,.post-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:8px 5px;line-height:1.5;border-bottom:1px solid var(--border)}.post-content table th{text-align:start}.post-content table:not(.highlighttable) td code:only-child{margin:auto 0}.post-content .highlight table{border-radius:var(--radius)}.post-content .highlight:not(table){margin:10px auto;background:var(--code-block-bg) !important;border-radius:var(--radius);direction:ltr}.post-content li>.highlight{margin-inline-end:0}.post-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.post-content .highlight pre{margin:0}.post-content .highlighttable{table-layout:fixed}.post-content .highlighttable td:first-child{width:40px}.post-content .highlighttable td .linenodiv{padding-inline-end:0 !important}.post-content .highlighttable td .highlight,.post-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{margin:auto 4px;padding:4px 6px;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:2px}.post-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}.post-content blockquote{margin:20px 0;padding:0 14px;border-inline-start:3px solid var(--primary)}.post-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.post-content iframe{max-width:100%}.post-content img{border-radius:4px;margin:1rem 0}.post-content img[src*="#center"]{margin:1rem auto}.post-content figure.align-center{text-align:center}.post-content figure>figcaption{color:var(--primary);font-size:16px;font-weight:700;margin:8px 0 16px}.post-content figure>figcaption>p{color:var(--secondary);font-size:14px;font-weight:400}.toc{margin-bottom:var(--content-gap);border:1px solid var(--border);background:var(--code-bg);border-radius:var(--radius);padding:.4em}.dark .toc{background:var(--entry)}.toc details summary{cursor:zoom-in;margin-inline-start:10px;user-select:none}.toc details[open] summary{cursor:zoom-out}.toc .details{display:inline;font-weight:500}.toc .inner{margin:5px 20px;padding:0 10px;opacity:.9}.toc li ul{margin-inline-start:var(--gap)}.toc summary:focus{outline: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}h1:hover .anchor,h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:8px;font-weight:500;user-select:none}.paginav{display:flex;line-height:30px}.paginav a{padding-inline-start:14px;padding-inline-end:14px;border-radius:var(--radius)}.paginav .title{letter-spacing:1px;text-transform:uppercase;font-size:small;color:var(--secondary)}.paginav .prev,.paginav .next{width:50%}.paginav span:hover:not(.title){box-shadow:0 1px}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}img.in-text{display:inline;margin:auto}.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:10px}.profile img{border-radius:50%}.buttons{flex-wrap:wrap;max-width:400px}.button{background:var(--tertiary);border-radius:var(--radius);margin:8px;padding:6px;transition:transform .1s}.button-inner{padding:0 8px}.button:active{transform:scale(.96)}#searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}#searchbox input:focus{border-color:var(--secondary)}#searchResults li{list-style:none;border-radius:var(--radius);padding:10px;margin:10px 0;position:relative;font-weight:500}#searchResults{margin:10px 0;width:100%}#searchResults li:active{transition:transform .1s;transform:scale(.98)}#searchResults a{position:absolute;width:100%;height:100%;top:0;left:0;outline:none}#searchResults .focus{transform:scale(.98);border:2px solid var(--tertiary)}.terms-tags li{display:inline-block;margin:10px;font-weight:500}.terms-tags a{display:block;padding:3px 10px;background:var(--tertiary);border-radius:6px;transition:transform .1s}.terms-tags a:active{background:var(--tertiary);transform:scale(.96)}.bg{color:#cad3f5;background-color:#24273a}.chroma{color:#cad3f5;background-color:#24273a}.chroma .x{}.chroma .err{color:#ed8796}.chroma .cl{}.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 .n{}.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 .nx{}.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 .l{}.chroma .ld{}.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 .p{}.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 .g{}.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 .go{}.chroma .gp{}.chroma .gs{font-weight:700}.chroma .gu{color:#f5a97f;font-weight:700}.chroma .gt{color:#ed8796}.chroma .gl{text-decoration:underline}.chroma .w{}.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%}::-webkit-scrollbar-track{background:0 0}.list:not(.dark)::-webkit-scrollbar-track{background:var(--code-bg)}::-webkit-scrollbar-thumb{background:var(--tertiary);border:5px solid var(--theme);border-radius:var(--radius)}.list:not(.dark)::-webkit-scrollbar-thumb{border:5px solid var(--code-bg)}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}::-webkit-scrollbar:not(.highlighttable,.highlight table,.gist .highlight){background:var(--theme)}.post-content .highlighttable td .highlight pre code::-webkit-scrollbar{display:none}.post-content :not(table) ::-webkit-scrollbar-thumb{border:2px solid var(--code-block-bg);background:#717175}.post-content :not(table) ::-webkit-scrollbar-thumb:hover{background:#a3a3a5}.gist table::-webkit-scrollbar-thumb{border:2px solid #fff;background:#adadad}.gist table::-webkit-scrollbar-thumb:hover{background:#707070}.post-content table::-webkit-scrollbar-thumb{border-width:2px}@media screen and (min-width:768px){::-webkit-scrollbar{width:19px;height:11px}}@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}}body{font-family:var(--font-family-default)}:root{--font-family-en:helvetica-neue-world;--font-family-ko:'KP CheonRiMa';--font-family-ja:a-otf-ud-shin-go-pr6n;--font-family-default:var(--font-family-en), var(--font-family-ja), var(--font-family-ko), sans-serif;--font-family-code:'Red Hat Mono', 'IBM Plex Sans JP', 'KP CheonRiMa', monospace;--theme:#f8f9fa;--entry:#f8f9fa}.custom-toc{margin:1.5rem 0;padding:0;background:0 0;border:none}.custom-toc details{border:none;background:0 0}.custom-toc summary{font-weight:600;font-size:1.3rem;color:var(--primary-text-color,#333);cursor:pointer;padding:.5rem 0;border-bottom:2px solid var(--border-color,#eee);margin-bottom:1rem;list-style:none}.custom-toc summary:hover{color:var(--link-color,#007bff)}.custom-toc summary::-webkit-details-marker{display:none}.custom-toc .inner{padding:0}.custom-toc ul{list-style:none;padding-left:0;margin:0}.custom-toc li{margin:.5rem 0;padding:0}.custom-toc a{color:var(--primary-text-color,#333);text-decoration:none;display:block;padding:.25rem 0;transition:color .2s ease;font-size:1.1rem;line-height:1.4}.custom-toc a:hover{color:var(--primary-text-color,#333);text-decoration:none}.custom-toc a:visited{color:var(--primary-text-color,#333)}.custom-toc a:link{color:var(--primary-text-color,#333)}.custom-toc ul ul{padding-left:1.5rem;margin-top:.25rem}.custom-toc ul ul a{font-size:.9rem;color:var(--secondary-text-color,#666)}.post-single .custom-toc:first-of-type{margin-top:0}.post-single .custom-toc:last-of-type{margin-bottom:0}.alert{padding:1rem 1.25rem;margin:1rem 0;border:1px solid transparent;border-radius:6px;font-size:.95rem;line-height:1.5}.alert-info{background:#e0f7fa;border-color:#007bff;color:#004085}.alert-success{background:#e6ffed;border-color:#28a745;color:#155724}.alert-warning{background:#fff3cd;border-color:#ffc107;color:#856404}.alert-danger{background:#f8d7da;border-color:#dc3545;color:#721c24}.badge{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:600;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:3px}.badge-primary{background:#007bff;color:#fff}.badge-secondary{background:#6c757d;color:#fff}.badge-success{background:#28a745;color:#fff}.badge-danger{background:#dc3545;color:#fff}.badge-warning{background:#ffc107;color:#212529}.badge-info{background:#17a2b8;color:#fff}.progress{display:flex;height:1rem;overflow:hidden;background:#e9ecef;border-radius:4px;margin:.5rem 0}.progress-bar{display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background:#007bff;transition:width .3s ease-out}.modal{position:fixed;top:0;left:0;z-index:1050;width:100%;height:100%;overflow:hidden;outline:0;background:rgba(0,0,0,.5);display:none}.modal.show{display:flex;align-items:center;justify-content:center}.modal-dialog{position:relative;width:auto;max-width:500px;margin:1.75rem}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 .25rem .5rem rgba(0,0,0,.5)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:6px;border-top-right-radius:6px}.modal-title{margin-bottom:0;line-height:1.5;font-size:1.25rem;font-weight:500}.modal-body{position:relative;flex:auto;padding:1rem}.modal-footer{display:flex;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.modal-close{padding:0;background:0 0;border:none;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5;cursor:pointer}.modal-close:hover{opacity:.75}.spinner{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid;border-right-color:transparent;border-radius:50%;animation:spinner-border .75s linear infinite}@keyframes spinner-border{to{transform:rotate(360deg)}}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background:#fff;border:1px solid rgba(0,0,0,.125);border-radius:6px;margin:1rem 0;box-shadow:0 2px 4px rgba(0,0,0,.1)}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background:rgba(0,0,0,3%);border-bottom:1px solid rgba(0,0,0,.125);border-top-left-radius:6px;border-top-right-radius:6px}.card-body{flex:auto;padding:1.25rem}.card-footer{padding:.75rem 1.25rem;background:rgba(0,0,0,3%);border-top:1px solid rgba(0,0,0,.125);border-bottom-right-radius:6px;border-bottom-left-radius:6px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--primary-text-color,#222);font-size:.95rem}.form-control{display:block;width:100%;padding:.75rem 1rem;font-size:1rem;line-height:1.5;color:var(--primary-text-color,#333);background-color:transparent;border:2px solid var(--border-color,#e1e5e9);border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.1)}.form-control:hover{border-color:var(--link-hover-color,#0056b3);box-shadow:0 2px 6px rgba(0,0,0,.15)}.form-control:focus{color:var(--primary-text-color,#333);background-color:transparent;border-color:var(--link-color,#007bff);outline:0;box-shadow:0 0 0 4px rgba(0,123,255,.15),0 4px 12px rgba(0,0,0,.15)}.form-control::placeholder{color:var(--tertiary-text-color,#888);opacity:1;font-style:italic}.form-control:disabled,.form-control[readonly]{background-color:var(--code-background,#f8f9fa);opacity:1;cursor:not-allowed}textarea.form-control{min-height:120px;resize:vertical;font-family:inherit;line-height:1.6}.post-content select{display:block;width:100%;padding:.75rem 2.5rem .75rem 1rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--primary-text-color,#333);background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:2px solid var(--border-color,#e1e5e9);border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.1);font-family:var(--font-family-default);appearance:none;cursor:pointer;margin:.5rem 0}.post-content select:hover{border-color:var(--link-hover-color,#0056b3);box-shadow:0 2px 6px rgba(0,0,0,.15);transform:none}.post-content select:focus{border-color:var(--link-color,#007bff);outline:0;box-shadow:0 0 0 4px rgba(0,123,255,.15),0 4px 12px rgba(0,0,0,.15);transform:none}.post-content select:disabled{background-color:var(--code-background,#f8f9fa);opacity:1;cursor:not-allowed;transform:none}.post-content select[data-size=sm]{padding:.5rem 2rem .5rem .75rem;font-size:.875rem;background-size:14px 10px;background-position:right .5rem center}.post-content select[data-size=lg]{padding:1rem 3rem 1rem 1.25rem;font-size:1.125rem;background-size:18px 14px;background-position:right 1rem center}.post-content select[data-color=primary]{border-color:var(--link-color,#007bff);color:var(--link-color,#007bff)}.post-content select[data-color=primary]:focus{border-color:var(--link-hover-color,#0056b3);box-shadow:0 0 0 4px rgba(0,123,255,.15),0 4px 12px rgba(0,0,0,.15)}.post-content select[data-color=success]{border-color:#28a745;color:#28a745}.post-content select[data-color=success]:focus{border-color:#1e7e34;box-shadow:0 0 0 4px rgba(40,167,69,.15),0 4px 12px rgba(0,0,0,.15)}.post-content select[data-color=warning]{border-color:#ffc107;color:#ffc107}.post-content select[data-color=warning]:focus{border-color:#d39e00;box-shadow:0 0 0 4px rgba(255,193,7,.15),0 4px 12px rgba(0,0,0,.15)}.post-content select[data-color=danger]{border-color:#dc3545;color:#dc3545}.post-content select[data-color=danger]:focus{border-color:#bd2130;box-shadow:0 0 0 4px rgba(220,53,69,.15),0 4px 12px rgba(0,0,0,.15)}.form-check{position:relative;display:flex;align-items:center;padding:.75rem 1rem;margin:.5rem 0;background:var(--alert-info-bg,#e0f7fa);border:1px solid var(--alert-info-text,#007bff);border-radius:8px;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease;cursor:pointer}.form-check:hover{background:var(--alert-info-bg,#d1ecf1);box-shadow:0 2px 6px rgba(0,123,255,.2);transform:none}.form-check-input{position:relative;margin:0;margin-right:.75rem;width:20px;height:20px;cursor:pointer;appearance:none;background:var(--content-background,#fff);border:2px solid var(--border-color,#ced4da);border-radius:4px;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.form-check-input:checked{background:var(--link-color,#007bff);border-color:var(--link-color,#007bff)}.form-check-input:checked::after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:14px}.form-check-input:focus{outline:none;box-shadow:0 0 0 3px rgba(0,123,255,.25)}.form-check-label{margin:0;cursor:pointer;font-weight:500;color:var(--primary-text-color,#222);font-size:.95rem;flex:1}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col-md-6{position:relative;width:100%;padding-right:15px;padding-left:15px}@media(min-width:768px){.col-md-6{flex:0 0 50%;max-width:50%}}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin-top:2rem;margin-bottom:1rem;font-weight:600;color:var(--primary-text-color,#222);border-bottom:2px solid var(--border-color,#eee);padding-bottom:.5rem;position:relative}.post-content h4 .anchor,.post-content h5 .anchor,.post-content h6 .anchor{display:none !important}.post-content h4:hover .anchor,.post-content h5:hover .anchor,.post-content h6:hover .anchor{display:none !important}.post-content h1{font-size:2rem;border-bottom:3px solid var(--link-color,#007bff);position:relative}.post-content h1 .anchor{display:none !important}.post-content h1:hover .anchor{display:none !important}.post-content h2{font-size:1.75rem;border-bottom:2px solid var(--link-color,#007bff);position:relative}.post-content h2 .anchor{display:none !important}.post-content h2:hover .anchor{display:none !important}.post-content h3{font-size:1.5rem;border-bottom:1px solid var(--border-color,#eee);position:relative}.post-content h3 .anchor{display:none !important}.post-content h3:hover .anchor{display:none !important}.post-content p{margin-bottom:1rem;line-height:1.7;color:var(--primary-text-color,#333)}.post-content ul,.post-content ol{margin-bottom:1rem;padding-left:1.5rem}.post-content li{margin-bottom:.5rem;line-height:1.6}.post-content blockquote{margin:1.5rem 0;padding:1rem 1.5rem;background:var(--alert-info-bg,#e0f7fa);border-left:4px solid var(--alert-info-text,#007bff);border-radius:0 6px 6px 0;font-style:italic;color:var(--primary-text-color,#222)}.post-content code{background:var(--code-background,#f8f8f8);color:var(--code-text-color,#333);padding:.2rem .4rem;border-radius:3px;font-family:var(--font-family-code);font-size:.9em;font-weight:400}.post-content pre{background:var(--code-background,#f8f8f8);color:var(--code-text-color,#333);padding:1rem;border-radius:6px;overflow-x:auto;margin:1rem 0;border:1px solid var(--border-color,#eee)}.post-content pre code{background:0 0;padding:0;color:inherit;font-size:.9em}.post-content table{width:auto;max-width:100%;border-collapse:collapse;margin:1.5rem 0;background:0 0;border-radius:6px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);table-layout:auto}.post-content table{display:block;overflow-x:auto;white-space:nowrap;width:100%;max-width:100%}.post-content table thead,.post-content table tbody,.post-content table tr{display:table;width:100%;table-layout:fixed}.post-content table thead{width:calc(100% - 1em)}.post-content table tbody{display:block;overflow-y:auto;max-height:400px}.post-content table th,.post-content table td{padding:.75rem 1.5rem !important;text-align:left !important;border-bottom:1px solid var(--border-color,#eee);white-space:nowrap;min-width:fit-content}.post-content th{background:var(--alert-info-bg,#e0f7fa);font-weight:600;color:var(--primary-text-color,#222)}.post-content tr:hover{background:var(--code-background,#f8f8f8)}.post-content table{display:table}.post-content table td{vertical-align:top}.post-content table th:empty{display:none}.post-content img{max-width:100%;height:auto;box-shadow:0 2px 8px rgba(0,0,0,.1);margin:1rem 0}.post-content a{text-decoration:none;border-bottom:1px solid transparent;transition:color .2s ease,border-bottom-color .2s ease}.post-content a:hover{color:var(--link-hover-color,#0056b3);border-bottom-color:var(--link-hover-color,#0056b3)}.post-content hr{border:none;height:2px;background:linear-gradient(to right,transparent,var(--border-color,#eee),transparent);margin:2rem 0}.post-content strong{font-weight:600;color:var(--primary-text-color,#222)}.post-content em{font-style:italic;color:var(--secondary-text-color,#555)}.post-content mark{background:var(--alert-warning-bg,#fff3cd);color:var(--alert-warning-text,#856404);padding:.1rem .3rem;border-radius:3px}.post-content del{color:var(--tertiary-text-color,#888);text-decoration:line-through}.post-content ins{background:var(--alert-success-bg,#e6ffed);color:var(--alert-success-text,#28a745);text-decoration:none;padding:.1rem .3rem;border-radius:3px}.youtube-embed{position:relative;width:100%;height:0;padding-bottom:56.25%;margin:1.5rem 0;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.15);background:#000}.youtube-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media(max-width:768px){.youtube-embed{margin:1rem 0}}footer p:not(:first-child){display:none !important}footer p:first-child span:not(:first-child){display:none !important}footer p:has(a[href*="gohugo.io"]),footer p:has(a[href*="github.com/adityatelange/hugo-PaperMod"]){display:none !important}.post-content .form-control{width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--primary-text-color,#333);background-color:#fff;border:2px solid var(--border-color,#e1e5e9);border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.1);font-family:var(--font-family-default)}.post-content .form-control:hover{border-color:var(--link-color,#007bff);box-shadow:0 2px 6px rgba(0,123,255,.15);transform:none}.post-content .form-control:focus{outline:none;border-color:var(--link-color,#007bff);box-shadow:0 0 0 3px rgba(0,123,255,.1);transform:none}.post-content select.form-control{padding:.75rem 2.5rem .75rem 1rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;appearance:none;cursor:pointer}.post-content .btn{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.1);font-family:var(--font-family-default)}.post-content .btn:hover:not(:disabled){transform:none;box-shadow:0 4px 8px rgba(0,0,0,.2)}.post-content .btn:disabled{cursor:not-allowed;transform:none;box-shadow:none}.post-content .btn-primary{background:var(--link-color,#007bff);color:#fff}.post-content .btn-primary:hover:not(:disabled){background:var(--link-hover-color,#0056b3);box-shadow:0 4px 8px rgba(0,123,255,.3)}.post-content .btn-secondary{background:#6c757d;color:#fff}.post-content .btn-secondary:hover:not(:disabled){background:#5a6268}.post-content .btn:disabled{background:#6c757d;color:#ccc}.post-content .card{background:#fff;border:1px solid var(--border-color,#e1e5e9);border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,5%);transition:box-shadow .2s ease}.post-content .card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:none}.post-content .card-body{padding:1rem}.post-content .badge{display:inline-block;padding:.25rem .5rem;font-size:.8rem;font-weight:500;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:4px}.post-content .badge-primary{background:var(--link-color,#007bff);color:#fff}.post-content .pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:2rem 0;flex-wrap:wrap}.post-content .pagination-button{background:var(--code-background,#f8f9fa);color:var(--primary-text-color,#333);border:1px solid var(--border-color,#e1e5e9);padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.post-content .pagination-button:hover:not(:disabled){background:var(--link-color,#007bff);color:#fff;border-color:var(--link-color,#007bff)}.post-content .pagination-button:disabled{background:#f5f5f5;color:#ccc;cursor:not-allowed;border-color:#e1e5e9}.post-content .form-group{margin-bottom:1rem}.post-content .form-row{display:flex;gap:1rem;flex-wrap:wrap}.post-content .form-row .form-group{flex:1;min-width:120px}@media(max-width:768px){.post-content .form-row{flex-direction:column}.post-content .form-row .form-group{min-width:auto}.post-content .form-control,.post-content select.form-control{font-size:16px}.post-content .pagination{flex-direction:column;gap:1rem}}.image-wrapper{text-align:center;margin:20px 0;display:block}.image-wrapper img{max-width:100%;height:auto;display:block;margin:0 auto}.image-caption{font-size:.9em;color:#666;margin-top:8px;font-style:italic;text-align:center;line-height:1.4;max-width:100%;word-wrap:break-word}code{font-family:var(--font-family-code);font-weight:400;background-color:#f8f9fa;padding:.2rem .4rem;border-radius:3px;font-size:.9em;color:#e83e8c;border:1px solid #e9ecef}@media(prefers-color-scheme:dark){.image-caption{color:#999}code{background-color:#2d2d2d;color:#ff6b9d;border-color:#555}}.post-content .image-wrapper,.entry-content .image-wrapper{margin:24px 0}.post-content .image-caption,.entry-content .image-caption{font-size:.85em;color:#777;margin-top:10px;padding:0 10px}@media(max-width:768px){.image-caption{font-size:.8em;margin-top:6px;padding:0 5px}}.profile-mode{text-align:center;padding:2rem 0;margin-bottom:2rem}.profile-content{max-width:800px;margin:0 auto;padding:0 1rem}.profile-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--primary)}.profile-subtitle{font-size:1.2rem;color:var(--secondary);margin-bottom:1rem;line-height:1.6}.profile-description{font-size:1rem;color:var(--secondary);margin-bottom:2rem;line-height:1.6;opacity:.9;white-space:pre-line}.profile-image{margin-bottom:2rem}.profile-image img{border-radius:50%;box-shadow:0 4px 8px rgba(0,0,0,.1)}.profile-mode .profile-buttons{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(200px,1fr)) !important;gap:1rem !important;max-width:600px !important;margin:0 auto !important}body .profile-mode .profile-buttons{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(200px,1fr)) !important;gap:1rem !important;max-width:600px !important;margin:0 auto !important}.profile-mode .profile-button{display:block !important;padding:1rem 1.25rem !important;background:var(--content-background,#fff) !important;color:var(--primary-text-color,#333) !important;text-decoration:none !important;border-radius:8px !important;font-weight:500 !important;font-size:.95rem !important;transition:border-color .2s ease,box-shadow .2s ease !important;box-shadow:0 1px 3px rgba(0,0,0,.1) !important;border:1px solid var(--border-color,#e1e5e9) !important;text-align:left !important;line-height:1.4 !important}.profile-mode .profile-button .button-title{display:block !important;font-weight:600 !important;font-size:1.1rem !important;margin-bottom:.25rem !important;color:var(--primary-text-color,#333) !important;line-height:1.3 !important}.profile-mode .profile-button .button-subtitle{display:block !important;font-weight:400 !important;font-size:.85rem !important;color:var(--secondary-text-color,#666) !important;opacity:.8 !important;line-height:1.4 !important}.profile-mode .profile-button:hover{border-color:var(--link-color,#007bff) !important;box-shadow:0 2px 6px rgba(0,123,255,.15) !important;color:var(--primary-text-color,#333) !important;text-decoration:none !important}.profile-mode .profile-button:active{box-shadow:0 1px 3px rgba(0,0,0,.1) !important}@media(max-width:768px){.profile-mode .profile-buttons{grid-template-columns:1fr !important;gap:.75rem !important}.profile-mode .profile-button{padding:.875rem 1rem !important;font-size:.9rem !important}.profile-mode .profile-button .button-title{font-size:.95rem !important}.profile-mode .profile-button .button-subtitle{font-size:.8rem !important}.profile-mode .profile-title{font-size:2rem !important}.profile-mode .profile-subtitle{font-size:1.1rem !important}.profile-mode .profile-description{font-size:.95rem !important}}.content-card-container{margin:2rem 0;padding:1.5rem;background:#f8f9fa;border:1px solid #e1e5e9;border-radius:var(--radius);box-shadow:0 1px 3px rgba(0,0,0,.1)}.content-card-container h2{margin:0 0 1rem;font-size:1.5rem;font-weight:600;color:var(--primary-text-color,#333)}.content-card-container p{margin:0 0 1rem;line-height:1.6;color:var(--secondary-text-color,#666)}.content-card-container p:last-child{margin-bottom:0}.content-card-container li{color:var(--secondary-text-color,#666);line-height:1.6}.content-card-container ul{margin:0 0 1rem;padding-left:1.5rem;list-style-type:disc}.content-card-container ul li{list-style-type:disc;margin-bottom:.25rem}.content-card-container ul li::marker{color:var(--secondary-text-color,#666);font-size:.8em}.content-card-container ol{margin:0 0 1rem;padding-left:1.5rem;list-style-type:decimal}.content-card-container ol li{list-style-type:decimal;margin-bottom:.25rem}.content-card-container ol li::marker{color:var(--secondary-text-color,#666);font-size:.9em}.content-card-container ul:last-child,.content-card-container ol:last-child{margin-bottom:0}.content-card-container h1,.content-card-container h3,.content-card-container h4,.content-card-container h5,.content-card-container h6{color:var(--primary-text-color,#333);margin:0 0 1rem}.content-card-container h1{font-size:1.75rem;font-weight:600}.content-card-container h3{font-size:1.25rem;font-weight:600}.content-card-container h4{font-size:1.1rem;font-weight:600}.content-card-container h5,.content-card-container h6{font-size:1rem;font-weight:600}@media(prefers-color-scheme:dark){.content-card-container{background:#f8f9fa !important;box-shadow:0 1px 3px rgba(0,0,0,.1) !important}.content-card-container h2{color:#333 !important}.content-card-container p{color:#666 !important}.content-card-container li{color:#666 !important}.content-card-container ul li::marker{color:#666 !important}.content-card-container ol li::marker{color:#666 !important}}@media(max-width:768px){.content-card-container{margin:1.5rem 0;padding:1rem}.content-card-container h2{font-size:1.25rem}}.home-copyright-notice{text-align:center}.home-copyright-notice p{font-size:.9rem;line-height:1.5}.home-copyright-notice p:first-child{font-weight:600;color:#333}@media(max-width:768px){.home-copyright-notice p{font-size:.85rem}}.home-site-description{margin:3rem 0;padding:var(--gap);background:var(--card-background,#fff);box-shadow:var(--shadow)}.home-site-image{margin-top:1.5rem;text-align:center}.home-site-image img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.home-site-description a,.home-donation-request a{text-decoration:underline}.home-site-description a:hover,.home-donation-request a:hover{color:#049;text-decoration:underline}@media(max-width:768px){.home-site-description{margin:2rem 0;padding:1.5rem}.home-site-image{margin-top:1rem}}@media(max-width:480px){.profile-mode{padding:1.5rem 0 !important}.profile-mode .profile-title{font-size:1.75rem !important}.profile-mode .profile-subtitle{font-size:1rem !important}}.footer>:not(:first-child){display:none !important}#turbo-loader{position:fixed;top:0;left:0;width:100%;height:3px;z-index:9999;pointer-events:none}#turbo-loader div{width:100%;height:100%;background:linear-gradient(90deg,#007bff,#28a745);animation:turbo-progress 1s ease-in-out infinite}@keyframes turbo-progress{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}turbo-frame{display:block}turbo-frame[loading]{opacity:.6;pointer-events:none}turbo-stream{display:none}.turbo-page-transition{opacity:0;transition:opacity .2s ease-in-out}.turbo-page-transition.loaded{opacity:1}.form-submitting{opacity:.7;pointer-events:none}.form-submitting button[type=submit]{position:relative}.form-submitting button[type=submit]::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;border:2px solid transparent;border-top:2px solid;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translate(-50%,-50%)rotate(0)}100%{transform:translate(-50%,-50%)rotate(360deg)}}.turbo-error{background:#f8d7da;color:#721c24;padding:1rem;border:1px solid #f5c6cb;border-radius:6px;margin:1rem 0}a[data-turbo-method]{cursor:pointer}a[data-turbo-method]:hover{text-decoration:underline}turbo-frame[data-turbo-frame]{border:1px dashed #ccc;padding:1rem;margin:1rem 0}@media(max-width:768px){#turbo-loader{height:2px}turbo-frame[data-turbo-frame]{padding:.5rem;margin:.5rem 0}}