/*
  PaperMod v8+
  License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
  Copyright (c) 2020 nanxiaobei and adityatelange
  Copyright (c) 2021-2025 adityatelange
*/
@font-face{font-family:matter;src:url(/fonts/Matter-Regular.ttf)format("truetype"),url(/fonts/Matter-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:matter;src:url(/fonts/Matter-Bold.ttf)format("truetype"),url(/fonts/Matter-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}: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);--font-serif:"Source Serif 4", system-ui;--font-sans:"Matter", Arial, Helvetica, sans-serif;--primary-blue:#004aff;--primary-black:#374151;--abstract-green:#acca59;--modern-nav-bg:#2C3E50;--modern-nav-text:#FFFFFF;--modern-accent-color:#2980B9;--high-contrast-nav-bg:#000000;--high-contrast-nav-text:#FFFFFF;--high-contrast-accent-color:#D93025;--soft-lavender-nav-bg:#E6E6FA;--soft-lavender-nav-text:#333333;--soft-lavender-accent-color:#6A5ACD;--executive-emerald-nav-bg:#1B4D3E;--executive-emerald-nav-text:#F5F5F0;--executive-emerald-accent-color:#C5A059}.theme-modern-tech{--nav-bg:var(--modern-nav-bg);--nav-text:var(--modern-nav-text);--accent-color:var(--modern-accent-color)}.theme-high-contrast{--nav-bg:var(--high-contrast-nav-bg);--nav-text:var(--high-contrast-nav-text);--accent-color:var(--high-contrast-accent-color)}.theme-soft-lavender{--nav-bg:var(--soft-lavender-nav-bg);--nav-text:var(--soft-lavender-nav-text);--accent-color:var(--soft-lavender-accent-color)}.theme-executive{--nav-bg:var(--executive-emerald-nav-bg);--nav-text:var(--executive-emerald-nav-text);--accent-color:var(--executive-emerald-accent-color)}.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)}.dark.list{background:var(--theme)}.font-primary{font-family:var(--font-serif)}.font-secondary{font-family:var(--font-sans)}.btn-primary{background-color:var(--primary-blue);color:#fff;padding:10px;border-radius:5px;cursor:pointer;transition:all .2s ease-in;&:hover,&:focus { opacity:0.8; }}*,::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%}.nav{display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding:20px 0;padding-bottom:0;gap:12px;max-width:1072px;margin:auto;.logo { align-items: center; justify-content: space-between; white-space: nowrap; font-weight: 600; margin: 0; padding: 0 20px; position: relative; z-index: 100; gap: 10px; align-self: flex-start; a { font-family: var(--font-serif); font-size: 2rem; } } @media screen and (min-width: 764px) { padding-bottom: 30px; } .navigation-menu { display: flex; flex-direction: row; list-style-type: none; border-bottom: 1px solid #e5e7eb; gap: 20px; background-color: antiquewhite; background-color: var(--nav-bg); padding: 8px 20px; font-family: matter; font-size: 15px; justify-content: center; justify-content: flex-end; width: 100%; li { margin: 0; } a { color: var(--nav-text); font-size: 1.2rem; } @media screen and (max-width: 764px) { } }}.home_container{max-width:1076px;margin:auto;@media screen and (min-width:768px){padding: 0;}}.home-layout{display:grid;grid-template-columns:2.5fr 1fr;gap:1rem;@media screen and (max-width:768px){padding: 0 20px; grid-template-columns: 1fr; gap: 2rem;}.archives { ol { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 0.5rem; } .archive-year { margin: 0; } .archive-month { margin: 0; padding: 0; &:not(:last-of-type) { border: 0; } } .archive-month-header { margin: 0; } .archive-header-link { display: flex; font-family: var(--font-sans); font-weight: 400; font-size: 16px; gap: 0.5rem; } } .sidebar { display: flex; flex-direction: column; gap: 2rem; .title { font-family: var(--font-sans); font-weight: 300; margin-bottom: 1rem; text-transform: uppercase; } } .about-block { .subtitle { font-size: 15px; font-weight: 300; line-height: 1.5; } } .recent-posts { border-top: 2px solid #1a1a1a; padding-top: 0.5rem; .recent-posts-list { display: flex; flex-direction: column; gap: 1.5rem; padding: 0; margin: 0; list-style-type: decimal; padding-right: 1.5rem; counter-reset: recent-post; } .title { text-transform: uppercase; font-family: var(--font-serif); margin-bottom: 1.5rem; font-size: 15px; font-weight: bold; letter-spacing: 1px; } .recent-post-excerpt { font-size: 14px; color: #1a1a1a; line-height: 1.2; } } .recent-post { display: flex; gap: 10px; padding-bottom: 20px; border-bottom: 1px solid var(--abstract-green); overflow: hidden; &:before { content: counter(recent-post) "."; color: var(--abstract-green); font: 22px / .91 Georgia, var(--font-serif); white-space: nowrap; counter-increment: recent-post; } .recent-post-content { display: flex; flex-direction: column; gap: 0.5rem; .recent-post-title { font-family: var(--font-sans); font-size: 1rem; font-weight: 600; font-size: 16px; &:hover { text-decoration: underline; } } } } .recent-post:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; } .recent-post-title { font-family: var(--font-sans); font-size: 1rem; font-weight: 600; font-size: 16px; } .recent-post-title a { color: var(--primary); text-decoration: none; } .recent-post-meta { display: flex; align-items: center; gap: 0.4rem; font-size: 0.75rem; color: var(--secondary); } .recent-post-thumb { height: 80px; overflow: hidden; display: none; } .recent-post-thumb img { width: 100%; height: 100%; object-fit: cover; }}.home-main-content{display:grid;padding-right:2rem;gap:2rem;@media screen and (max-width:768px){display: flex; flex-direction: column; border-right: none; padding-right: 0;}@media screen and (min-width:1200px){}}.featured-container{}.meta-separator{opacity:.5}.meta-author{font-weight:500;font-size:.75rem;letter-spacing:.5px}.hero-featured{display:flex;flex-direction:column;border-bottom:4px double #1a1a1a}.hero-article{height:100%;display:flex;flex-direction:column}.hero-image{width:100%;overflow:hidden;max-width:550px;margin:auto;@media screen and (max-width:768px){max-width: 500px;}}.hero-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.hero-article:hover .hero-image img{transform:scale(1.02)}.hero-content{padding:2rem 0;flex:1;display:flex;flex-direction:column;text-align:center}.hero-title{margin:0 0 1rem;font-size:2rem;line-height:1.3;font-weight:700;a { color: var(--primary); text-decoration: none; }}.hero-description{margin:0 0 auto;font-size:1.1rem;line-height:1.2}.hero-meta{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--secondary);margin-top:1.5rem;padding-top:1.5rem}.hero-meta svg{opacity:.7}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--border)}.sidebar-header h3{margin:0;font-size:1.25rem;font-weight:700}.view-all{font-size:.75rem;font-weight:600;color:var(--secondary);text-decoration:none;letter-spacing:.5px;transition:color .2s}.view-all:hover{color:var(--tertiary)}@media screen and (max-width:768px){.hero-title{font-size:1.5rem}.featured-image{height:180px}.hero-content{padding:1.5rem}.recent-posts{grid-template-columns:1fr;gap:1.5rem}}.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:16px}.post-content h5{font-size:14px}.post-content h6{font-size:12px}.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 li{margin-top:5px;font-family:var(--font-sans)}.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{width:100%}.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-tags{display:flex;flex-wrap:wrap;gap:10px}.post-tags li{display:inline-block}.post-tags a,.share-buttons{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{}.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:30px;flex-direction:column}.paginav a{padding-inline-start:14px;padding-inline-end:14px;border-radius:var(--radius)}.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}.post-footer{margin-top:2rem;margin-bottom:2rem;h2 { font-size: 1.7rem; font-family: var(--font-sans); } ol { display: flex; flex-direction: column; gap: 10px; list-style-type: disc; a { color: var(--primary-blue); font-weight: 600; } }}.section-blog{padding:2rem 5%;max-width:1000px;margin:auto;background:#f5f5f5;@media screen and (max-width:764px){padding: 0;}}.post-single{.paginav { margin-top: 3rem; .prev, .next { padding: 0; text-align: left; line-height: 1; font-size: 16px; font-weight: 500; } .title { font-size: 22px; font-weight: 600; margin-bottom: 1rem; } .further-reading-list { list-style: disc; padding-inline-start: 30px; margin: 0; } .further-reading-list li a { color: #111; text-decoration: underline; } }}.main{background-color:#fff}.post-wrapper{position:relative;background:#fff;background-color:#f5f5f5;padding:3rem;@media screen and (max-width:764px){padding: 1.5rem;}}.page-header,.post-header{margin:0 0 1.5rem;text-align:center;border-bottom:3px solid #1a1a1a;padding-bottom:1rem}.entry-cover{img { max-width: 100%; height: auto; }}.post-meta{display:block;margin-bottom:.5rem;font-weight:500;font-size:.9rem;color:#666;text-transform:uppercase;text-align:right;width:100%}.post-author{font-size:1rem;line-height:1.1;margin-bottom:2rem;text-align:right}.post-title{line-height:1.1;font-family:var(--font-sans);font-weight:900;letter-spacing:-1px;margin:1rem 0 0;@media screen and (min-width:764px){font-size: 3.5rem;}@media screen and (max-width:764px){font-size: 2rem;}}.post-content figure>figcaption{color:#4a4a4a;font-weight:500;font-family:var(--font-serif);font-size:.9rem;padding:10px}.post-description,.post-subtitle{font-size:1.2rem;text-align:center;margin:1rem 0;padding-top:1rem;@media screen and (max-width:764px){font-size: 1rem;}}.post-description{margin-top:0}.post-content{column-count:1;column-gap:2.5rem;column-rule:2px solid #cfcfcf;font-size:.95rem;line-height:1.6;color:#1a1a1a;p { font-family: var(--font-sans); font-size: 1.05rem; line-height: 1.55rem; } a { color: var(--primary-blue); } @media screen and (min-width: 768px) { column-count: 2; &.column-count-1 { column-count: 1; figure { margin: auto; max-width: 400px; } } &.column-count-3 { column-count: 3; } } @media screen and (min-width: 1024px) { &.column-count-2 { column-count: 2; } &.column-count-3 { column-count: 3; } } ol, ul { padding-inline-start: 10px; }}.post-content h1,.post-content h2,.post-content h3,.post-content h4{font-weight:700;margin-top:1.5rem;margin-bottom:.5rem}.post-content h2{font-size:1.1rem;margin-top:1.2rem}.post-content h3{font-size:1rem}.post-content p{margin-bottom:1rem;orphans:3;widows:3;&:last-child { margin-bottom:0; }}.post-content p:first-of-type::first-letter{font-size:3.5rem;font-weight:700;line-height:.9;float:left;margin:.1rem .1rem 0 0;font-family:Georgia,serif}.post-content sup{font-size:.7rem;font-weight:600}.post-content blockquote{border-left:3px solid #1a1a1a;padding-left:1rem;margin:1.5rem 0;font-style:italic}.post-content ul,.post-content ol{margin:1rem 0 1rem 1.5rem}.post-content li{margin-bottom:.5rem}.post-cover__container{display:flex;flex-direction:row;align-items:center;align-items:flex-start;justify-content:space-between;padding-bottom:3rem;.entry-cover { max-width: 400px; } @media screen and (max-width: 764px) { .aside.author-credits { display: none; } }}.post-content a{color:#1a1a1a;text-decoration:underline;font-weight:600}.post-content a:hover{color:#666}.aside{.title { font-size: 36px; line-height: 1; } .meta { display: flex; flex-wrap: wrap; gap: 20px; overflow: hidden; img { max-width: 250px; } h3 { display: none; font-size: 15px; font-weight: bold; font-family: var(--font-sans); margin-bottom: 5px; @media screen and (min-width: 764px) { display: block; } } p { font-size: 15px; margin-top: 8px; line-height: 1.1; } a { color: var(--primary-blue); font-weight: bold; } @media screen and (min-width: 764px) { display: block; } } &.author-credits { .meta { display: flex; flex-direction: column; gap: 10px; } .social-links { list-style-type: none; padding: 0; margin: 0; display: flex; gap: 10px; a { font-size: 14px; text-decoration: none; font-weight: normal; } } } @media screen and (min-width: 764px) { }}.lightbox-modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.95);animation:fadeIn .3s}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.lightbox-content{margin:auto;display:block;max-width:90%;max-height:85vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:zoomIn .3s}@keyframes zoomIn{from{transform:translate(-50%,-50%)scale(.8)}to{transform:translate(-50%,-50%)scale(1)}}.lightbox-close{position:absolute;top:20px;right:35px;color:#f1f1f1;font-size:50px;font-weight:300;transition:.3s;cursor:pointer;z-index:10000;line-height:1}.lightbox-close:hover,.lightbox-close:focus{color:#bbb}.lightbox-caption{margin:auto;display:block;width:80%;max-width:700px;text-align:center;color:#ccc;padding:20px;position:absolute;bottom:30px;left:50%;transform:translateX(-50%);font-size:1rem;line-height:1.4}.post-content figure img,.post-content p img,.entry-cover img{cursor:pointer;transition:opacity .3s}.post-content figure img:hover,.post-content p img:hover,.entry-cover img:hover{opacity:.9}@media screen and (max-width:768px){.lightbox-close{top:10px;right:20px;font-size:40px}.lightbox-content{max-width:95%;max-height:80vh}.lightbox-caption{font-size:.9rem;bottom:10px;width:90%}}.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}.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)}.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}::-webkit-scrollbar-thumb{background:var(--tertiary);border:5px solid var(--theme);border-radius:var(--radius)}[data-theme=light] .list::-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}}:root{--breakpoint-tablet:768px;--breakpoint-desktop:1024px}h1,h2,h3{font-family:var(--font-serif)}p{font-family:var(--font-sans)}a{&:hover,&:focus { transition:hover 0.2s ease-in; }}html.open{overflow:hidden}.fold{background-color:#faebd7;margin-bottom:40px;.wrapper { margin: auto; max-width: calc(var(--nav-width) + var(--gap) * 2); @media screen and (min-width: 764px) { display: grid; gap: 40px; grid-template-columns: repeat(2, 1fr); } }}.fold-inner{display:flex;flex-direction:column;gap:20px;padding:40px 20px;ol { padding-left: 40px; margin: 10px; } h1 { font-size: 28px; margin-bottom: 10px; @media screen and (min-width: 764px) { font-size: 38px; } } @media screen and (min-width: 764px) { padding: 60px 20px; }}@keyframes request{0%{bottom:40px;opacity:0}25%{opacity:.5}50%{opacity:1}100%{bottom:200px;opacity:0}}@keyframes response{0%{top:20%;opacity:0}25%{opacity:.8}50%{opacity:1}100%{top:50%;opacity:0}}@keyframes border-dance{0%{background-position:0 0,300px 116px,0 150px,216px 0}100%{background-position:300px 0,0 116px,0 0,216px 150px}}.animation-block{display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;gap:20px;svg { height: 200px; width: 300px; position: relative; z-index: 20; } .request-1 { position: absolute; line-height: 1.2; font-size: 12px; animation: request forwards 7s infinite; animation-timing-function: linear; span { font-size: 12px; } } .response { width: 100px; svg { width: 120px; position: absolute; top: 0; opacity: 0; animation: response forwards 4s infinite; animation-timing-function: linear; } } .line { height: 300px; width: 4px; background: 0, 0, linear-gradient(0deg, orange 70%, transparent 70%); background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px; animation: border-dance 10s infinite linear; position: absolute; top: 25%; right: 35%; } @media screen and (min-width: 764px) { }}.home-feed{.description { margin-bottom: 40px; p { margin-top: 10px; font-size: 18px; line-height: 1.2; } } .title { font-size: 30px; } &.section { padding-left: 20px; padding-right: 20px; @media screen and (min-width: 764px) { padding-left: 0; padding-right: 0; } }}.latest-articles{display:flex;flex-direction:column}.section{padding:40px 0;max-width:1072px;margin:auto}.btn-menu{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem;@media screen and (min-width:764px){display: none;}}.btn-menu::before,.btn-menu::after{display:block;height:2px;width:1.25rem;--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity));transition-duration:200ms;--tw-content:"";content:var(--tw-content)}.nav{@media screen and (min-width:764px){flex-wrap: nowrap;}}.main{padding:0;max-width:initial}.nav-wrapper{position:fixed;background-color:#faebd7;height:100%;display:flex;justify-content:center;z-index:40;left:0;right:0;top:100%;height:100%;transition:all .2s ease-in;&.open { top: 0; } #menu { display: flex; flex-direction: column; gap: 20px; align-items: center; li { margin: 0; } } @media screen and (min-width: 764px) { position: relative; #menu { flex-direction: row; } }}.btn-cta{display:inline-block;padding:10px 20px;max-width:200px;max-width:fit-content;text-align:center}.home-intro{@media screen and (min-width:764px){padding: 0;}}.home-value-escalation-model{padding:0;.description { p { margin-bottom: 20px; } } .explanation { display: flex; flex-direction: column; gap: 60px; h3 { font-size: 1.6rem; color: #fff; margin-bottom: 7px; } p { color: #fff; font-size: 1.1rem; line-height: 1.4; } @media screen and (min-width: 764px) { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; } } .call-to-action { color: #fff; font-size: 20px; text-decoration: underline; }}.intro-cards{display:flex;flex-direction:column;justify-content:center;gap:20px;list-style-type:none;padding:0;margin:0;li { background-color: #fff; color: #101010; font-family: inherit; font-size: 20px; font-weight: 500; line-height: 1.2; padding: 20px; } @media screen and (min-width: 764px) { display: grid; grid-template-columns: repeat(3, 1fr); }}.introduction-container{background-color:#fff;background-color:#101010;color:#fff;display:flex;flex-direction:column;gap:80px;padding:40px;small { color: var(--primary-blue); color: #fff; } h2 { color: inherit; margin-bottom: 10px; font-size: 38px; } p { color: inherit; font-weight: 200; } .summary { display: flex; flex-direction: column; gap: 30px; h3 { color: inherit; font-size: 30px; } } .message { p { font-weight: 500; } }}.outcomes{background-color:#fff;padding:40px;h2 { font-size: 40px; margin-bottom: 10px; } .description { p { font-size: 16px; } } .cards { display: flex; flex-direction: column; list-style-type: none; gap: 30px; padding: 0; margin: 0; .header { background-color: transparent; display: flex; gap: 10px; svg { font-size: 24px; color: var(--primary-blue); fill: var(--primary-blue); } } h4 { font-size: 18px; margin-bottom: 10px; } p { font-size: 16px; } @media screen and (min-width: 764px) { display: grid; grid-template-columns: repeat(2, 2fr); gap: 30px; } } .description { margin-bottom: 40px; } a:last-child { color: var(--primary-blue); display: inline-block; font-size: 1em; margin-top: 20px; text-decoration: underline; } @media screen and (min-width: 764px) { padding: 60px 40px; .cards { gap: 40px; } }}.home-pricing{background-color:#faebd7;display:flex;flex-direction:column;gap:40px;padding:40px;.description { h2 { font-size: 38px; } .price { margin-top: 10px; span { opacity: 0.7; } strong { font-size: 24px; opacity: 1; margin-right: 10px; } } .note { outline: 2px solid #101010; padding: 20px; border-radius: 10px; margin-right: 40px; margin: 30px 0; font-size: 16px; line-height: 1.4; background-color: white; } .links { display: flex; flex-direction: column; align-items: baseline; gap: 15px; .small { font-size: 16px; text-decoration: underline; } @media screen and (min-width: 464px) { flex-direction: row; } } .btn-cta { font-size: 15px; margin-top: 20px; } } .pricing-info { position: relative; padding-left: 35px; .divider { background-color: #101010; position: absolute; width: 2px; left: 0; top: 0; height: 100%; } ol, p { font-size: 16px; line-height: 1.2; } p { font-family: var(--font-serif); font-size: 20px; font-weight: 700; } ol { display: flex; flex-direction: column; gap: 10px; list-style-type: disc; padding-top: 20px; margin: 0; } } @media screen and (min-width: 764px) { display: grid; grid-template-columns: repeat(2, 1fr); }}.post-entry{display:flex;gap:20px;margin-bottom:0;background:0;padding:0;border:0;.entry-link:hover, .entry-link:focus { + .entry-content .entry-hint-parent { text-decoration: underline; } } .entry-hint-parent { font-family: var(--font-sans); font-weight: 300; font-size: 1.1rem; } .entry-content { display: flex; justify-content: space-between; width: 100%; }}.contact-section{padding-top:0;.post-content { padding: 0 20px; }}.post-content figure.align-center{img { margin-left: auto; margin-right: auto; }}.contact-block{padding:0 20px;@media screen and (min-width:764px){display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: flex-start;}}.contact-buttons.contact-buttons{justify-content:initial;padding-left:0;border:0}.archives-container{min-height:calc(100vh - var(--header-height) - var(--footer-height));max-width:calc(var(--main-width) + var(--gap) * 2);max-width:768px;margin:auto;padding:var(--gap);h1, h2, h3 { font-family: var(--font-sans); } .archive-month { padding: 30px 0; } .archive-month-header { margin-top: 5px; } .entry-link { position: initial; } .entry-link, .archive-entry-title { font-size: 16px; text-decoration: underline; } .archive-entry { margin: 0; padding: 0; } .archive-posts { display: flex; flex-direction: column; gap: 0px; }}.initial-helper__container{position:absolute;display:flex;flex-direction:column;gap:30px;align-items:flex-end;bottom:2rem;right:0;opacity:0;transition:all 1s ease-in;.arrow-helper { background-color: #f5f5f5; border-radius: 5px; width: 130px; padding: 10px; } .caption { background-color: antiquewhite; padding: 10px; max-width: 70%; p { color: #101010; font-size: 16px; font-weight: 500; font-style: italic; line-height: 1.2; } }}.is-hidden{display:none}.container{padding:3rem 24px}.main-title{font-size:3rem;line-height:1;margin-bottom:1rem;color:#374151;@media screen and (min-width:764px){font-size: 50px;}}.description{font-size:16px;line-height:1.4}.tools-fold{max-width:670px;margin:auto}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tools-container{padding:60px 0;h2 { font-size: 1.7rem; font-family: var(--font-sans); font-weight: 500; margin-bottom: 30px; } .cards { display: flex; flex-direction: column; gap: 20px; list-style-type: none; padding: 0; margin: 0; @media screen and (min-width: 764px) { display: grid; gap: 40px; grid-template-columns: repeat(2, 1fr); } } .card { display: flex; align-items: flex-start; gap: 10px; .icon { width: 20px; } .meta { display: flex; flex-direction: column; gap: 10px; h3 { color: var(--primary-blue); font-size: 18px; font-weight: 600; font-family: var(--font-sans); margin-bottom: 0; } p { font-size: 14px; line-height: 1.2; } } }}.tools-fold{.breadcrumb { display: flex; flex-direction: row; font-size: 15px; gap: 5px; list-style-type: none; padding: 0; margin-bottom: 20px; .breadcrumb-item { &::after { content: " / "; padding: 0 5px; } &:last-child { &:after { content: ""; display: none; } } &.active { color: var(--primary-blue); font-weight: 500; } } }}.tools-fold{padding-top:0}.tool-instructions{font-size:15px;padding:30px 0;.title { font-size: 20px; font-family: var(--font-sans); } ol { list-style-position: inside; padding: 0; }}.tool__form-container{input, textarea { border: 1px solid #ccc; border-radius: 5px; font-size: 14px; padding: 7px 10px; } .form-input { display: flex; flex-direction: column; gap: 5px; label { font-size: 15px; } } .diagram { border-bottom: 1px solid #eee; margin: 15px auto 30px; padding-bottom: 20px; } .call-to-action { background-color: #ecf4ff; border: 1px solid #c0c0c0; border-radius: 5px; color: var(--primary-blue); display: flex; align-items: flex-start; gap: 15px; font-size: 14px; padding: 16px; margin-bottom: 30px; &.is-hidden { display: none; } svg { color: inherit; } .title { color: inherit; font-size: 1.5rem; } a { align-self: flex-start; background-color: var(--primary-blue); font-size: 13px; padding: 7px 10px; } .meta { display: flex; flex-direction: column; gap: 12px; max-width: 80%; } } .results { margin-bottom: 40px; h2 { margin-bottom: 20px; } .error { font-size: 16px; color: red; margin-bottom: 30px; } .result-message-only { font-size: 16px; } .button-container { display: flex; flex-direction: column; gap: 10px; padding: 6px 8px; background-color: #f0f0f0; justify-content: space-around; border-radius: 5px; margin-bottom: 20px; button { border-radius: 5px; color: var(--primary-black); cursor: pointer; font-size: 15px; padding: 5px 10px; font-weight: 500; &.active { background-color: #fff; color: #101010; font-weight: 600; } } @media screen and (min-width: 624px) { flex-direction: row; } } .inner-wrapper { display: flex; flex-direction: column; gap: 20px; } .result-stage { display: flex; flex-direction: column; gap: 10px; font-size: 15px; .title { color: var(--primary-black); font-size: 17px; font-family: var(--font-sans); } } } .color-wrapper__tool { display: flex; flex-direction: row; justify-content: center; gap: 20px; .color-block { p { display: flex; flex-direction: column; font-size: 15px; font-weight: 500; text-align: center; } } .color-tile { border-radius: 7px; display: block; margin: 0 auto 8px; height: 100px; width: 100px; } }}.form__product-ecosystem{display:flex;flex-direction:column;gap:15px;padding:20px 0 40px;.submit-button { font-size: 16px; }}.social-share{.title { color: var(--primary-black); font-size: 15px; margin-bottom: 10px; } .social_share-icons { display: flex; gap: 8px; list-style-type: none; padding: 0; margin: 0; li { display: flex; align-items: center; justify-content: center; outline: 1px solid; border-radius: 50%; height: 28px; width: 28px; a { display: inline-flex; } svg { width: 100%; height: auto; } } }}.single-document{background-color:#faebd7;article { margin: auto; width: min(100%, 45.5em); } ol, ul { color: #101010; font-size: 140%; font-family: var(--font-serif); list-style-type: none; margin-bottom: 34px; } h1 { font-weight: 400; margin-top: 55px; } h1, p { color: #101010; font-size: 140%; font-family: var(--font-serif); line-height: 38px; margin-bottom: 34px; &:last-child { margin-bottom: 0; } } a { color: var(--primary-blue); font-weight: 500; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 0.0625em; }}