/*
  PaperMod v8+
  License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
  Copyright (c) 2020 nanxiaobei and adityatelange
  Copyright (c) 2021-2024 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{position:absolute;top:10px;right:0;color:rgba(255,255,255,.482);border-radius:0;padding:0 20px;font-size:1rem;user-select:none}.copy-code:hover{transform:scale(1.1);font-weight:700}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);pointer-events:none;width:100%;height:auto}.entry-cover a{color:var(--secondary);box-shadow:0 1px 0 var(--primary)}.post-entry{display:flex;flex-direction:row;align-items:center}.post-info{display:inline-block;overflow:hidden}.entry-cover+.post-info{width:90%}.post-entry .entry-cover{overflow:hidden;padding-right:18px;height:80%;width:40%;margin-bottom:unset;max-height:200px}.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;display:flex;flex-wrap:wrap}.post-meta .i18n_list li{display:inline-flex;list-style:none;margin:auto 3px;box-shadow:0 1px 0 var(--secondary)}.breadcrumbs a{font-size:16px}.post-content{color:var(--content)}.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:22px}.post-content h5{font-size:20px}.post-content h6{font-size:18px}.post-content 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:0 auto 10px;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:10px 0;padding:0 14px}.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:0 2px 40px;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 0;padding:0 10px;opacity:.9}.toc li ul{margin-inline-start:var(--gap)}.toc summary:focus{outline:0}.post-footer{margin-top:56px}.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}.code-block{background:var(--code-block-bg);box-shadow:0 4px 30px rgba(0,0,0,.5);border-radius:8px;position:relative;margin:8px 0}.code-title{display:flex;align-items:center;margin:10px;border-bottom:1px solid rgba(255,255,255,.602);cursor:pointer}.code-title span{letter-spacing:1.57px;color:#d4d4d4;font-size:1rem;padding:5px;padding-left:10px;text-transform:capitalize}.code-has-hidden-child{border:1px solid salmon}.code-block-open,.code-block-close{margin-top:5px}.code-has-hidden-child .code-block-open,.code-block-close{display:none}.code-has-hidden-child .code-block-close,.code-block-open{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: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:10px 1rem;width:100%;color:var(--primary);font-weight:700;border-radius:20px;transition:.25s;outline:4px solid #febf00;background-color:#e2e2e2;border:0;outline-offset:3px}#searchbox input:focus{border-color:var(--secondary);outline-offset:7px;background-color:#fff}#searchResults li{list-style:none;border-radius:20px;padding:20px;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)}@media screen and (min-width:768px){.nav{display:none}}.sidebar{background-color:#abc3d1bb;opacity:.9;position:fixed;padding-top:0;padding-left:10px;height:100%;width:80px;overflow:hidden;border-radius:0/30px 30px/30px;box-shadow:20px 40px 40px rgba(0,0,0,.3);transition:width .5s ease 0s;z-index:999}@media screen and (max-width:768px){.sidebar{display:none}}.sidebar:hover{width:270px;height:100vh}.sidebar ul li{position:relative;list-style:none}.sidebar ul li a{display:flex;align-items:center;text-decoration:none;position:relative;text-wrap:nowrap}.sidebar ul li a .logo-icon{display:flex;justify-content:center;align-items:center;min-width:60px;max-height:70px;color:#333;transition:.5s;padding-left:10px}.sidebar ul li a .logo-text{height:70px;display:flex;align-items:center;font-size:1em;color:#333;padding-left:15px;text-transform:uppercase;letter-spacing:.05em;transition:.5s}@media screen and (max-height:750px){.sidebar ul li.logo{margin-bottom:0!important}}.sidebar ul li.logo{margin-bottom:10vh;margin-left:0}.sidebar ul li.logo .logo-icon{padding-top:10px;font-size:2em}.sidebar ul li.logo img{max-width:75%;max-height:75%;max-height:50px;max-width:50px;display:inline-block}.sidebar ul li.logo a .logo-text{font-size:1em;padding-left:5px}.sidebar ul li .logo-icon{font-size:1.5em;color:var(--clr)}.sidebar ul li .logo-text{font-size:1.2em;font-weight:500;color:var(--clr)}.sidebar ul li:hover a .logo-icon,.sidebar ul li:hover a .logo-text{color:var(--bg)}.sidebar ul li.active a .logo-icon{color:#fff}.sidebar ul li.active a .logo-text{color:var(--bg)}.sidebar ul li.active{background-color:var(--clr);border-top-left-radius:50px;border-bottom-left-radius:50px}.sidebar ul li.active::before{content:"";position:absolute;top:-20px;right:0;width:20px;height:20px;border-bottom-right-radius:20px;box-shadow:5px 5px 0 5px var(--clr);background-color:transparent}.sidebar ul li.active::after{content:"";position:absolute;bottom:-20px;right:0;width:20px;height:20px;border-top-right-radius:20px;box-shadow:5px -5px 0 5px var(--clr);background-color:transparent}.sidebar ul li.active a .logo-icon::before{content:"";position:absolute;inset:5px;width:60px;background-color:var(--bg);border-radius:50%;transition:.5s}.sidebar ul li:hover.active a .logo-icon::before{background-color:#fff}.sidebar .status{position:absolute;bottom:0;width:100%}#top.dark .sidebar ul li a .logo-text,.list-profile.dark .sidebar ul li a .logo-text,.list.dark .sidebar ul li a .logo-text{color:#e16162}#top.dark .sidebar ul li.active a .logo-text,.list-profile.dark .sidebar ul li.active a .logo-text,.list.dark .sidebar ul li.active a .logo-text{color:var(--bg)}#top.dark .sidebar,.list-profile.dark .sidebar,.list.dark .sidebar{background-color:#110c0774}#top.dark .sidebar ul li a .logo-icon,.list.dark .sidebar ul li a .logo-icon,.list-profile.dark .sidebar ul li a .logo-icon,#sun{color:#f9bc60}.sidebar .logo-switches{position:absolute;bottom:0}button#theme-toggle{font-size:1.1em;padding-left:12px}:root{--clr:#141e15;--bga:#004643;--btm-color:#f9bc60;--para-color:#abd1c6;--font-color:#fffffe;--stroct-color:#001e1d}.terms-tags li{display:inline-block;margin:10px;font-weight:500}.terms-tags a{display:block;padding:3px 10px;background:var(--tertiary);border-radius:0 0 0 0;transition:background .5s ease transform .2s;border-left:3px solid #a75636}.terms-tags a:hover,.terms-tags a:active{background:#a75636;transform:scale(.9)}:root{--nav-width:1380px;--article-width:650px;--toc-width:300px}@media screen and (min-width:2066px){:root{--toc-width:400px !important}}.toc{margin:0 2px 40px;border:1px solid var(--border);background:var(--entry);border-radius:var(--radius);padding:.4em;counter-reset:toc-section}.toc-container.wide{position:absolute;height:100%;right:calc((var(--toc-width) + var(--gap)) * -1);top:5px;width:var(--toc-width);border-radius:20px}.toc-container.wide{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(104,152,191,.254);border-left:5px dashed #000}.dark .toc-container.wide{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(0,0,0,.7);border-left:5px dashed rgba(117,221,134,.603)}.wide .toc{position:sticky;top:var(--gap);border:unset;background:unset;border-radius:unset;width:100%;margin:0 2px 40px}.toc details summary{cursor:zoom-in;margin-inline-start:20px;padding:12px 0}.toc details[open] summary{font-weight:500}.toc-container.wide .toc .inner{margin:0 20px}.active{font-size:110%;font-weight:600}.toc ul{list-style-type:circle}.toc .inner{margin:0 0 0 20px;padding:0 10px 15px 25px;font-size:16px;max-height:83vh;overflow-y:auto}.toc .inner::-webkit-scrollbar-thumb{background:var(--border);border:1px solid var(--theme);border-radius:var(--radius);display:none!important}.toc li ul{margin-inline-start:calc(var(--gap) * 1);list-style-type:none}.toc li{list-style:none;font-size:.95rem;padding-bottom:5px}.toc li a.active,.toc li a:hover{color:rgba(226,37,37,.795)}.dark .toc li a.active,.dark .toc li a:hover{color:#23b06c}.dark .toc li a{color:#fff}.toc li{list-style:circle}.toc .inner>ul>li a{font-size:110%}.toc .inner ul.header-level-2 li a{font-size:105%}.toc .inner ul.header-level-3 li a{font-size:100%}.toc .inner ul.header-level-5 li a,.toc .inner ul.header-level-4 li a{font-size:95%}.toc .inner>ul>li{list-style:none;counter-increment:toc-section}.toc .inner>ul>li::before{content:counter(toc-section)'.';margin-right:.4em}.toc .inner>ul>li>a{text-decoration:underline #000}.dark .toc .inner>ul>li>a{text-decoration:underline var(--primary)}.read{color:#696969!important}.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}}.alert-blockquote{--title-color:#fff;--content-color:inherit;padding:18px 18px 10px!important;line-height:24px;margin:1rem 0;border-radius:4px;color:var(--content-color)}.dark .alert-blockquote *,.alert-blockquote *{color:var(--content-color)!important}.post-content blockquote>p>p{padding:unset}.alert-blockquote .alert-heading{margin:-18px -18px 12px;padding:10px 18px;border-radius:4px 4px 0 0;font-weight:600;color:var(--title-color)!important;display:flex;align-items:center}.alert-blockquote .alert-heading svg{width:1em!important;height:1em!important;margin-right:.5rem!important;fill:currentColor!important}.alert-blockquote p:last-child{margin-bottom:0}.alert-blockquote{border-top:unset;--content-background-color:rgba(221, 233, 244, 0.602)}.alert-blockquote>.alert-heading{color:#0969da!important}.alert-blockquote.alert-note{--content-background-color:rgba(221, 233, 244, 0.602)}.alert-blockquote.alert-note .alert-heading{color:#0969da!important}.alert-blockquote.alert-tip{--content-background-color:rgba(222, 240, 223, 0.7)}.alert-blockquote.alert-tip .alert-heading{color:#1a7f37!important}.alert-blockquote.alert-important{--content-background-color:rgba(235, 227, 245, 0.9)}.alert-blockquote.alert-important .alert-heading{color:#8250df!important}.alert-blockquote.alert-warning{--content-background-color:rgba(243, 232, 222)}.alert-blockquote.alert-warning .alert-heading{color:#9a6700!important}.alert-blockquote.alert-error,.alert-blockquote.alert-caution{--content-background-color:rgba(243, 207, 205, 0.9)}.alert-blockquote.alert-error .alert-heading,.alert-blockquote.alert-caution .alert-heading{color:#cf222e!important}.dark .alert-blockquote{border-top:unset;--content-background-color:rgba(22, 37, 50, 0.8)}.dark .alert-blockquote .alert-heading{color:#58a6ff!important}.dark .alert-blockquote.alert-note{--content-background-color:rgba(22, 37, 50, 0.8)}.dark .alert-blockquote.alert-note .alert-heading{color:#58a6ff!important}.dark .alert-blockquote.alert-tip{--content-background-color:rgba(55, 84, 56, 0.7)}.dark .alert-blockquote.alert-tip .alert-heading{color:#3fb950!important}.dark .alert-blockquote.alert-important{--content-background-color:rgba(46, 32, 62, 0.9)}.dark .alert-blockquote.alert-important .alert-heading{color:#8d62d8!important}.dark .alert-blockquote.alert-warning{--content-background-color:rgb(84, 68, 55)}.dark .alert-blockquote.alert-warning .alert-heading{color:#d1b271!important}.dark .alert-blockquote.alert-error,.dark .alert-blockquote.alert-caution{--content-background-color:rgba(108, 57, 54, 0.9)}.dark .alert-blockquote.alert-error .alert-heading,.dark .alert-blockquote.alert-caution .alert-heading{color:#ff9791!important}.alert-blockquote .alert-heading{background:var(--title-background-color)}.alert-blockquote{background:var(--content-background-color)}blockquote:not(.alert-blockquote,.quote-center,.quote){color:#a02222c2;border-top:2px solid #9c1e1ec2;font-size:.9rem;font-style:italic}#top,.list,.list-profile{background-image:url(/https/aikenh.cn/cover/cover1.jpeg);background-size:cover;background-repeat:no-repeat;background-attachment:fixed}#top.dark,.list.dark,.list-profile.dark{background-image:url(/https/aikenh.cn/cover/cover0.jpeg)}#top::after,.list::after,.list-profile::after{background:inherit;filter:blur(5px);content:"";position:fixed;top:0;left:0;width:100%;min-height:100%;background-size:cover;z-index:-1;background-attachment:fixed}.chroma{background-color:unset}.list .post-entry{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:rgba(255,255,255,.3);border:none}.list.dark .post-entry{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(0,0,0,.7);border:none}.post-info .entry-content{line-clamp:3;-webkit-line-clamp:3}article.tag-entry .entry-cover{display:flex}#top:not(.dark) .post-footer .post-tags li,#top:not(.dark) .post-footer .post-tags li a,#top:not(.dark) .post-footer .paginav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:unset}#top:not(.dark) .post-footer .post-tags li,#top:not(.dark) .post-footer .post-tags li a{background-color:rgba(0,0,0,.25);color:#f0f8ff}#top:not(.dark) .post-footer .paginav{background-color:rgba(0,0,0,.6)}#top:not(.dark) .post-footer .paginav span:not(.next){color:#d5c3c3}#top:not(.dark) .post-footer .paginav a:hover{background-color:rgba(0,0,0,.7)}main{counter-reset:h1-cnt h2-cnt h3-cnt h4-cnt h5-cnt h6-cnt}.post-content h1{counter-increment:h1-cnt;counter-reset:h2-cnt h3-cnt h4-cnt h5-cnt h6-cnt}.post-content h2{counter-increment:h2-cnt;counter-reset:h3-cnt h4-cnt h5-cnt h6-cnt}.post-content h3{counter-increment:h3-cnt;counter-reset:h4-cnt h5-cnt h6-cnt}.post-content h4{counter-increment:h4-cnt;counter-reset:h5-cnt h6-cnt}.post-content h5{counter-increment:h5-cnt;counter-reset:h6-cnt}.post-content h6{counter-increment:h6-cnt}.post-content h1::before{content:counter(h1-cnt)'. '}.post-content h2::before{content:counter(h2-cnt)'. '}.post-content h3::before{content:counter(h2-cnt)'.' counter(h3-cnt)'. '}.post-content h4::before{content:counter(h2-cnt)'.' counter(h3-cnt)'.' counter(h4-cnt)'. '}.post-content h5::before{content:counter(h2-cnt)'.' counter(h3-cnt)'.' counter(h4-cnt)'.' counter(h5-cnt)'. '}.post-content h6::before{content:counter(h2-cnt)'.' counter(h3-cnt)'.' counter(h4-cnt)'.' counter(h5-cnt)'.' counter(h6-cnt)'. '}:root{--line-height:1em;--post-width:max(60vw, 100vh);--main-width:max(60vw, 100vh);--tertiary:rgba(100, 174, 205, 0.5)}.dark{--primary:#23b06c}body{max-width:100vw;font-family:open sans,lxgw wenkai,sans-serif}article.post-single{border-radius:20px;padding:20px 40px 40px}.list-archive .main,.list-linklog-post .main,#top article.post-single{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:rgba(104,152,191,.45)}.list-archive.dark .main,.list-linklog-post.dark .main,#top.dark article.post-single{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0f0e17af}.entry-cover{display:flex;align-items:center;justify-content:center;overflow:hidden;max-height:30vh;width:auto}.dark .archive-month:not(:last-of-type){border-bottom:unset}.archive-month:not(:last-of-type){border-bottom:unset}.dark .archive-year:not(:last-of-type){border-bottom:4px double rgba(152,8,98,.55)}.archive-year:not(:last-of-type){border-bottom:4px double rgba(0,0,0,.64)}.post-content li code,.post-content p code,.post-content td:not(lntd) code{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#36387926}.toc{background:unset;border:2px solid #000}.dark .toc-container.wide,.toc-container.wide{border-left:unset}.dark .toc-container.wide::before{background-color:#0f0e17af;content:'';filter:blur(10px);position:absolute;inset:10%;z-index:-1}.toc li a.active,.toc li a:hover{color:#30259b}.entry-content+footer{display:inline-block}.tags{float:right}@media screen and (min-width:768px){#sakana-widget{position:fixed;bottom:0;right:80px}}@media screen and (max-width:768px){#sakana-widget{display:none}}pre.mermaid{text-align:center;border-radius:40px;border:4px solid #000;background-color:rgb(13 12 30/45%)}.dark pre.mermaid{border:4px solid #39ff88}.twitter-tweet{margin-left:auto;margin-right:auto}.instagram-media{margin-left:auto!important;margin-right:auto!important}.katex-html{overflow-x:auto}.katex-html::-webkit-scrollbar{display:none}.pagination a.last-icon{background:unset;border:unset;font-size:1.3rem;color:#001e1d;font-weight:700}.pagination a.last-icon{color:var(--primary)}.post-content img{margin-left:auto;margin-right:auto}.profile_inner span{width:15ch;text-wrap:nowrap;overflow:hidden;animation:typing 2s steps(15)infinite alternate-reverse}@keyframes typing{from{width:0}}.jump-icon{position:relative;top:3px;padding-right:10px;font-size:1em}#search-link{text-decoration:underline;color:#6a5acd}.list-linklog-post .archive-entry-description{color:var(--secondary)}#menu{margin:auto!important}.github{border:2px solid #000;border-radius:3px;margin:0;margin-bottom:1em;padding:1em}.github .github-icon{width:1.2em;height:1.2em;margin-right:.5em;margin-bottom:.2em;fill:var(--color-primary);transition:all .5s}.github .name{font-weight:700;color:var(--color-primary);text-decoration:none}.github .description{margin-top:.5em;margin-bottom:1em;color:var(--color-primary);text-align:justify;font-size:90%;transition:all .5s}.github .language-color{position:relative;top:1px;display:inline-block;width:.75em;height:.75em;border-radius:50%}.github .language-name{color:var(--color-primary);font-size:90%;margin-left:.5em;transition:all .5s}.github>.logo{margin:0;align-items:center;align-content:center}.hugo-encryptor-container:has(>.hugo-encryptor-prompt){border-top:2px solid #000;border-bottom:2px solid #000;backdrop-filter:blur(5px);padding:5px;margin-bottom:10px}.dark .hugo-encryptor-container:has(>.hugo-encryptor-prompt){border-top:2px solid #5cbd63;border-bottom:2px solid #5cbd63}.hugo-encryptor-prompt{font-weight:700}input.hugo-encryptor-input{border:2px solid #000;color:var(--primary)}input.hugo-encryptor-button{border:unset;background:#000;border-radius:20px;padding:0 5px;box-shadow:0 0 2px 2px #000;color:azure}input.hugo-encryptor-button:hover{background-color:#5cbd63;transition:.7s}input.hugo-encryptor-button:focus{outline-color:transparent;outline-style:solid;box-shadow:0 0 0 4px #5cbd63}input.hugo-encryptor-input:focus{outline-color:transparent;outline-style:solid;box-shadow:0 0 0 1px #0e0912}.dark input.hugo-encryptor-input:focus{box-shadow:0 0 0 1px #5cbd63}.post-single:has(.post-content .hugo-encryptor-prompt) #toc-container{display:none}.sc_iframe{aspect-ratio:16/9;width:100%;height:100%;border-radius:4px;border:3px solid bisque}.sc_iframe::-webkit-scrollbar,.sc_iframe html::-webkit-scrollbar{display:none!important}.notice{position:relative;padding:1em 1em 1em 2.5em;margin-bottom:1em;border-radius:4px}.notice p:last-child{margin-bottom:0}.notice .notice-title{position:absolute;left:.8em}.notice .notice-title .notice-icon{width:1.2em;height:1.2em}.notice.notice-warning{background:rgba(224,108,108,.15);border-left:5px solid #e06c6c}.notice.notice-warning .notice-title{color:#e06c6c}.notice.notice-info{background:rgba(240,179,117,.15);border-left:5px solid #f0b375}.notice.notice-info .notice-title{color:#f0b375}.notice.notice-note{background:rgba(108,185,224,.15);border-left:5px solid #6cb9e0}.notice.notice-note .notice-title{color:#6cb9e0}.notice.notice-tip{background:rgba(108,224,146,.15);border-left:5px solid #6ce092}.notice.notice-tip .notice-title{color:#6ce092}.dark .notice.notice-warning{background:rgba(112,67,67,.15);border-left:5px solid #704343}.dark .notice.notice-warning .notice-title{color:#704343}.dark .notice.notice-info{background:rgba(112,89,67,.15);border-left:5px solid #705943}.dark .notice.notice-info .notice-title{color:#705943}.dark .notice.notice-note{background:rgba(67,97,112,.15);border-left:5px solid #436170}.dark .notice.notice-note .notice-title{color:#436170}.dark .notice.notice-tip{background:rgba(67,112,82,.15);border-left:5px solid #437052}.dark .notice.notice-tip .notice-title{color:#437052}blockquote.quote{position:relative;margin:2em auto;padding-left:3em;border:none}blockquote.quote::before{position:absolute;left:0;content:'“';color:var(--color-contrast-low);font-family:jetbrains mono,amstelvar,noto serif sc,serif;font-size:3em;font-weight:700;line-height:1}blockquote.quote.poetry{display:table;padding:0}blockquote.quote.poetry::before{left:-1em}blockquote.quote.poetry p:last-child{margin:0}blockquote.quote.en p{line-height:1.618;text-align:left;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto}@media(max-width:768px){blockquote.quote.poetry{padding-left:3em}blockquote.quote.poetry::before{left:0}}blockquote.quote-center{position:relative;border-left:none;padding-left:0;border-top:1px solid var(--color-contrast-lower);border-bottom:1px solid var(--color-contrast-lower)}blockquote.quote-center p{text-align:center!important;margin-top:1.5em;margin-bottom:1.5em}blockquote.quote-center::before{position:absolute;left:0;content:'“';color:var(--color-contrast-low);font-size:3em;font-weight:700;margin-top:-.42em}blockquote.quote-center::after{position:absolute;right:0;content:'”';color:var(--color-contrast-low);font-size:3em;font-weight:700;margin-top:-.7em}.sidenote{font-size:80%;position:relative}@media(min-width:1500px){.sidenote{float:left;clear:left;margin-left:-16vw;text-align:right;top:0;width:13vw;margin-top:1rem;border-top:2px solid #000}.dark .sidenote{border-top:2px solid #ff6200}}main{counter-reset:sidenote-counter}.sidenote-number{counter-increment:sidenote-counter 1}.sidenote::before{content:counter(sidenote-counter)".";position:relative;vertical-align:baseline;font-size:.9em;font-weight:700}.sidenote-number::after{content:counter(sidenote-counter);vertical-align:super;font-size:.7em;font-weight:700;margin-right:.5rem}@media(min-width:1400px){.sidenote-number:hover .sidenote{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:#ffffff7a;border-radius:5px;font-weight:700;padding:5px;box-shadow:5px 5px 10px #191919,-5px -5px 10px #3c3c3c}.dark .sidenote-number:hover .sidenote{background-color:rgba(0,0,0,.5)}}.dark .sidenote-number small.sidenote,.dark .sidenote-number small.sidenote a{color:#ffb300}.sidenote-number+p{display:inline}p:has(+.sidenote-number){display:inline}.simple-notice{position:relative;padding:1em 0 1em 2em;margin-bottom:1em;transition:all .5s}.simple-notice p:last-child{margin-bottom:0}.simple-notice .simple-notice-title{position:absolute;left:.8em}.simple-notice .simple-notice-title .simple-notice-icon{width:1em;height:1em;margin-left:-.8em}.simple-notice.simple-notice-warning{border-top:2px solid #b30000;color:#b30000}.simple-notice.simple-notice-warning .simple-notice-title{color:#b30000}.simple-notice.simple-notice-warning a{color:#b30000;text-decoration-color:#b30000}.simple-notice.simple-notice-info{border-top:2px solid #cf9117;color:#cf9117}.simple-notice.simple-notice-info .simple-notice-title{color:#cf9117}.simple-notice.simple-notice-info a{color:#cf9117;text-decoration-color:#cf9117}.simple-notice.simple-notice-note{border-top:2px solid #004080;color:#004080}.simple-notice.simple-notice-note .simple-notice-title{color:#004080}.simple-notice.simple-notice-note a{color:#004080;text-decoration-color:#004080}.simple-notice.simple-notice-tip{border-top:2px solid #008040;color:#008040}.simple-notice.simple-notice-tip .simple-notice-title{color:#008040}.simple-notice.simple-notice-tip a{color:#008040;text-decoration-color:#008040}.dark .simple-notice.simple-notice-warning{border-top:2px solid #e06c6c;color:#e06c6c}.dark .simple-notice.simple-notice-warning .simple-notice-title{color:#e06c6c}.dark .simple-notice.simple-notice-warning a{color:#e06c6c;text-decoration-color:#e06c6c}.dark .simple-notice.simple-notice-info{border-top:2px solid #f0b375;color:#f0b375}.dark .simple-notice.simple-notice-info .simple-notice-title{color:#f0b375}.dark .simple-notice.simple-notice-info a{color:#f0b375;text-decoration-color:#f0b375}.dark .simple-notice.simple-notice-note{border-top:2px solid #6cb9e0;color:#6cb9e0}.dark .simple-notice.simple-notice-note .simple-notice-title{color:#6cb9e0}.dark .simple-notice.simple-notice-note a{color:#6cb9e0;text-decoration-color:#6cb9e0}.dark .simple-notice.simple-notice-tip{border-top:2px solid #6ce092;color:#6ce092}.dark .simple-notice.simple-notice-tip .simple-notice-title{color:#6ce092}.dark .simple-notice.simple-notice-tip a{color:#6ce092;text-decoration-color:#6ce092}.list.search.dark h1{color:var(--primary)}.list.search #searchbox input{color:var(--primary)}.list.search.dark #searchbox input::placeholder{color:#001e1d}.list.search.dark #searchbox input{background-color:rgba(73,73,73,.5);backdrop-filter:blur(5px)}.list.search.dark #searchbox input:focus{background-color:rgba(73,73,73,.7);outline-offset:7px}ul#searchResults{backdrop-filter:blur(30px);border-radius:20px;padding:10px;border:3px solid #000;margin-top:20px;padding-top:10px}ul#searchResults:empty{display:none}.dark ul#searchResults{background-color:#0f0e17af;backdrop-filter:blur(50px)}#searchResults li{list-style:none;border-radius:0;padding:12px;margin:10px 0;position:relative;font-weight:500;background-color:unset;border-bottom:2px solid var(--primary)}.dark #searchResults li{border-bottom:2px solid #000}#searchResults li:hover{background-color:#f0f8ff}.post-content table:not(.lntable .highlighttable,.highlight table,.gist .highlight){display:table;background-color:transparent;border-radius:6px;border:1px solid #000;outline:2px solid #000;overflow-x:auto;table-layout:fixed;word-break:break-all}.dark .post-content table:not(.lntable .highlighttable,.highlight table,.gist .highlight){outline:2px solid #369c5f}.post-content table:not(.lntable .highlighttable,.highlight table,.gist .highlight) thead{background-color:#545d7b8a}.dark .post-content table:not(.lntable .highlighttable,.highlight table,.gist .highlight) thead{background-color:#3e3e3e}.post-content table:not(.lntable .highlighttable,.highlight table,.gist .highlight) td,.post-content table:not(.lntable .highlighttable,.highlight table,.gist .highlight) tr,.post-content table:not(.lntable .highlighttable,.highlight table,.gist .highlight) th{border-bottom:unset;border:1px solid #000,}.post-content table:not(.lntable .highlighttable,.highlight table,.gist .highlight) td:hover,.post-content table:not(.lntable .highlighttable,.highlight table,.gist .highlight) td:focus{background-color:rgba(170,217,248,.8)}.dark .post-content table:not(.lntable .highlighttable,.highlight table,.gist .highlight) td:hover,.dark .post-content table:not(.lntable .highlighttable,.highlight table,.gist .highlight) td:focus{background-color:rgb(0,0,0,.7)}.topInner{display:grid;align-items:baseline;justify-items:center;margin:7px;font-weight:900}.topSvg{width:20px}.top-link{bottom:3vh;padding:unset}.top-link{background:rgb(255,255,255,.3);-webkit-transition:box-shadow .4s ease,transform .4s ease;-moz-transition:box-shadow .4s ease,transform .4s ease;-o-transition:box-shadow .4s ease,transform .4s ease;transition:box-shadow .4s ease,transform .4s ease;box-shadow:0 2px 4px rgb(5 10 15/5%),0 7px 13px -3px rgb(5 10 15/.3)}.dark .top-link{background:var(--entry);backdrop-filter:blur(10px);-webkit-transition:box-shadow .4s ease,transform .4s ease;-moz-transition:box-shadow .4s ease,transform .4s ease;-o-transition:box-shadow .4s ease,transform .4s ease;transition:box-shadow .4s ease,transform .4s ease;box-shadow:0 2px 4px rgb(5 10 15/5%),0 7px 13px -3px rgb(5 10 15/.3)}.top-link:hover{color:#6c6c6c;transition:box-shadow .4s ease,transform .4s ease;box-shadow:0 4px 8px rgb(5 10 15/5%),0 7px 13px -3px rgb(5 10 15/.3)}.dark .top-link:hover{color:rgba(180,181,182,.8);transition:box-shadow .4s ease,transform .4s ease;box-shadow:0 4px 8px rgb(5 10 15/5%),0 7px 13px -3px rgb(5 10 15/.3)}.open-sans{font-family:open sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"wdth" 100}.ubuntu-light{font-family:ubuntu,sans-serif;font-weight:300;font-style:normal}.ubuntu-regular{font-family:ubuntu,sans-serif;font-weight:400;font-style:normal}.ubuntu-medium{font-family:ubuntu,sans-serif;font-weight:500;font-style:normal}.ubuntu-bold{font-family:ubuntu,sans-serif;font-weight:700;font-style:normal}.ubuntu-light-italic{font-family:ubuntu,sans-serif;font-weight:300;font-style:italic}.ubuntu-regular-italic{font-family:ubuntu,sans-serif;font-weight:400;font-style:italic}.ubuntu-medium-italic{font-family:ubuntu,sans-serif;font-weight:500;font-style:italic}.ubuntu-bold-italic{font-family:ubuntu,sans-serif;font-weight:700;font-style:italic}.ubuntu-mono-regular{font-family:ubuntu mono,monospace;font-weight:400;font-style:normal}.ubuntu-mono-bold{font-family:ubuntu mono,monospace;font-weight:700;font-style:normal}.ubuntu-mono-regular-italic{font-family:ubuntu mono,monospace;font-weight:400;font-style:italic}.ubuntu-mono-bold-italic{font-family:ubuntu mono,monospace;font-weight:700;font-style:italic}