@supports (color:oklch(0 0 0)){:root{--bg-primary:oklch(16% .012 280);--bg-secondary:oklch(20% .012 280);--bg-elevated:oklch(23% .014 280);--text-primary:oklch(95% .01 80);--text-secondary:oklch(70% .015 80);--text-muted:oklch(48% .015 80);--accent:oklch(78% .14 75);--accent-hover:oklch(84% .14 75);--accent-dim:oklch(40% .06 75);--accent-subtle:oklch(22% .03 75);--border:oklch(25% .012 280);--border-focus:oklch(78% .14 75)}}@supports not (color:oklch(0 0 0)){:root{--bg-primary:#24202e;--bg-secondary:#2e2a38;--bg-elevated:#36323f;--text-primary:#f0ece4;--text-secondary:#a09aad;--text-muted:#6e6779;--accent:#e5a832;--accent-hover:#f0be52;--accent-dim:#8a6d2a;--accent-subtle:#3a3040;--border:#3a3544;--border-focus:#e5a832}}:root{--font-body:var(--font-noto-sans-khmer),system-ui,-apple-system,"Segoe UI",sans-serif;--font-heading:var(--font-kantumruy-pro),system-ui,-apple-system,"Segoe UI",sans-serif;--font-serif:var(--font-noto-serif-khmer),Georgia,"Times New Roman",serif;--font-ui:var(--font-kantumruy-pro),system-ui,-apple-system,"Segoe UI",sans-serif;--font-code:var(--font-jetbrains-mono),"Courier New",monospace;--text-sm:clamp(.8125rem,.78rem + .15vw,.875rem);--text-base:clamp(1rem,.95rem + .2vw,1.0625rem);--text-lg:clamp(1.2rem,1.1rem + .4vw,1.3rem);--text-xl:clamp(1.4rem,1.2rem + .8vw,1.6rem);--text-2xl:clamp(1.75rem,1.4rem + 1.2vw,2.25rem);--text-3xl:clamp(2.25rem,1.7rem + 2vw,3.5rem);--space-xs:clamp(.25rem,.2rem + .2vw,.5rem);--space-sm:clamp(.5rem,.4rem + .4vw,.75rem);--space-md:clamp(1rem,.8rem + .8vw,1.5rem);--space-lg:clamp(1.5rem,1rem + 1.5vw,2.5rem);--space-xl:clamp(2.5rem,1.5rem + 3vw,4rem);--space-2xl:clamp(4rem,2.5rem + 5vw,6rem);--max-width:72rem;--prose-width:65ch}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.nav{z-index:100;background:color-mix(in oklch,var(--bg-primary)85%,transparent);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0}@supports not (background:color-mix(in oklch, red 50%, blue)){.nav{background:var(--bg-primary)}}.nav-inner{max-width:var(--max-width);padding:var(--space-md)var(--space-md);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.nav-brand{font-family:var(--font-heading);font-size:var(--text-xl);letter-spacing:-.02em;color:var(--text-primary);align-items:baseline;gap:.125rem;font-weight:700;text-decoration:none;display:flex}.nav-brand-accent{color:var(--accent)}.nav-links{gap:var(--space-lg);align-items:center;display:flex}.nav-link{font-family:var(--font-ui);font-size:var(--text-sm);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;font-weight:600;transition:color .2s ease-out}.nav-link:hover,.nav-link:focus-visible{color:var(--accent)}.footer{border-top:1px solid var(--border);margin-top:var(--space-2xl)}.footer-inner{max-width:var(--max-width);padding:var(--space-lg)var(--space-md);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.footer-copy{color:var(--text-muted);font-size:var(--text-sm);font-family:var(--font-ui)}.footer-links{gap:var(--space-md);display:flex}.footer-link{color:var(--text-muted);font-size:var(--text-sm);font-family:var(--font-ui);transition:color .2s ease-out}.footer-link:hover{color:var(--accent)}.container{max-width:var(--max-width);padding:0 var(--space-md);margin:0 auto}.container-narrow{max-width:var(--prose-width);padding:0 var(--space-md);margin:0 auto}.hero{padding:var(--space-2xl)0 var(--space-xl)}.hero-heading{font-family:var(--font-heading);font-size:var(--text-3xl);letter-spacing:-.02em;margin-bottom:var(--space-sm);font-weight:700;line-height:1.15}.hero-subtitle{color:var(--text-secondary);font-size:var(--text-lg);margin-bottom:var(--space-md);max-width:55ch;line-height:1.6}.hero-socials{gap:var(--space-md);margin-top:var(--space-md);display:flex}.social-link{color:var(--text-muted);font-size:var(--text-sm);font-family:var(--font-ui);align-items:center;gap:.375rem;transition:color .2s ease-out;display:flex}.social-link:hover{color:var(--accent)}.social-link svg{flex-shrink:0;width:1rem;height:1rem}.tag-filter{gap:var(--space-sm);padding-bottom:var(--space-md);border-bottom:1px solid var(--border);margin-bottom:var(--space-lg);flex-wrap:wrap;display:flex}.tag-filter-btn{font-family:var(--font-ui);font-size:var(--text-sm);color:var(--text-muted);cursor:pointer;padding:var(--space-xs)var(--space-sm);background:0 0;border:none;border-radius:0;font-weight:600;transition:color .2s ease-out;position:relative}.tag-filter-btn:hover{color:var(--text-secondary)}.tag-filter-btn.active{color:var(--accent)}.tag-filter-btn.active:after{content:"";background:var(--accent);height:2px;position:absolute;bottom:-1px;left:0;right:0}.post-list{flex-direction:column;display:flex}.post-item{padding:var(--space-lg)0;border-bottom:1px solid var(--border);text-decoration:none;transition:opacity .15s ease-out;display:block}.post-item:first-child{padding-top:0}.post-item:hover{opacity:.85}.post-item:hover .post-item-title{color:var(--accent)}.post-item-date{font-family:var(--font-ui);font-size:var(--text-sm);color:var(--text-muted);margin-bottom:var(--space-xs);letter-spacing:.02em}.post-item-title{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--text-primary);margin-bottom:var(--space-xs);font-weight:700;line-height:1.3;transition:color .2s ease-out}.post-item-meta{gap:var(--space-xs);font-size:var(--text-sm);color:var(--text-muted);margin-bottom:var(--space-sm);align-items:center;display:flex}.post-item-meta-dot{background:var(--text-muted);border-radius:50%;width:3px;height:3px}.post-item-summary{color:var(--text-secondary);line-height:1.6;font-size:var(--text-base);-webkit-line-clamp:2;margin-bottom:var(--space-sm);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.post-item-tags{gap:var(--space-xs);flex-wrap:wrap;display:flex}.post-item-cover{object-fit:cover;width:100%;max-height:14rem;margin-bottom:var(--space-sm);border-radius:.375rem}.tag{background:var(--accent-subtle);color:var(--accent);font-family:var(--font-ui);letter-spacing:.04em;text-transform:uppercase;border-radius:.2rem;padding:.15rem .55rem;font-size:.7rem;font-weight:600;display:inline-block}.page-header{padding:var(--space-2xl)0 var(--space-md)}.page-title{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--text-primary);letter-spacing:-.01em;font-weight:700}.page-back{font-family:var(--font-ui);font-size:var(--text-sm);color:var(--text-muted);margin-bottom:var(--space-md);align-items:center;gap:.375rem;transition:color .2s ease-out;display:inline-flex}.page-back:hover{color:var(--accent)}.page-back svg{width:1rem;height:1rem}.article{max-width:var(--prose-width);padding:var(--space-xl)var(--space-md);margin:0 auto}.article-header{margin-bottom:var(--space-xl)}.article-back{font-family:var(--font-ui);font-size:var(--text-sm);color:var(--accent);margin-bottom:var(--space-lg);align-items:center;gap:.375rem;transition:opacity .2s ease-out;display:inline-flex}.article-back:hover{opacity:.8}.article-back svg{width:1rem;height:1rem}.article-title{font-family:var(--font-heading);font-size:var(--text-3xl);letter-spacing:-.02em;margin-bottom:var(--space-md);font-weight:700;line-height:1.15}.article-meta{gap:var(--space-sm);color:var(--text-muted);font-size:var(--text-sm);font-family:var(--font-ui);margin-bottom:var(--space-md);flex-wrap:wrap;align-items:center;display:flex}.article-meta-dot{background:var(--text-muted);border-radius:50%;width:3px;height:3px}.article-tags{gap:var(--space-xs);flex-wrap:wrap;display:flex}.article-cover{width:calc(100% + var(--space-md)*2);margin-left:calc(var(--space-md)*-1);object-fit:cover;max-height:24rem;margin-bottom:var(--space-xl);border-radius:.5rem}.prose{font-size:var(--text-base);color:var(--text-secondary);line-height:1.8}.prose h1{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--text-primary);margin-top:var(--space-xl);margin-bottom:var(--space-md);font-weight:700;line-height:1.2}.prose h2{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--text-primary);margin-top:var(--space-lg);margin-bottom:var(--space-sm);font-weight:700;line-height:1.3}.prose h3{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--text-primary);margin-top:var(--space-md);margin-bottom:var(--space-xs);font-weight:700;line-height:1.4}.prose p{margin-bottom:var(--space-md)}.prose ul,.prose ol{margin-bottom:var(--space-md);margin-left:var(--space-lg)}.prose ul{list-style-type:disc}.prose ol{list-style-type:decimal}.prose li{margin-bottom:var(--space-xs)}.prose a{color:var(--accent);text-decoration:underline;-webkit-text-decoration-color:var(--accent-dim);text-decoration-color:var(--accent-dim);text-underline-offset:.15em;transition:text-decoration-color .2s ease-out}.prose a:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.prose strong{color:var(--text-primary);font-weight:700}.prose em{font-style:italic}.prose code{font-family:var(--font-code);background:var(--accent-subtle);color:var(--accent);border-radius:.25rem;padding:.125rem .375rem;font-size:.875em}.prose pre{background:var(--bg-secondary);color:var(--text-primary);padding:var(--space-md);margin-bottom:var(--space-md);border:1px solid var(--border);border-radius:.5rem;overflow-x:auto}.prose pre code{color:inherit;background:0 0;padding:0;font-size:.875em}.prose blockquote{background:var(--accent-subtle);padding:var(--space-sm)var(--space-md);margin:var(--space-md)0;color:var(--text-secondary);border-radius:.25rem;font-style:italic}.prose img{margin:var(--space-md)0;border-radius:.375rem}.prose table{border-collapse:collapse;width:100%;margin-bottom:var(--space-md)}.prose th,.prose td{border:1px solid var(--border);padding:var(--space-xs)var(--space-sm);text-align:left}.prose th{background:var(--bg-secondary);color:var(--text-primary);font-weight:700}.podcast-list{gap:var(--space-lg);flex-direction:column;max-width:50rem;margin:0 auto;display:flex}.podcast-episode{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-secondary);transition:border-color .2s;overflow:hidden}.podcast-episode:hover{border-color:var(--accent-dim)}.podcast-embed{background:var(--bg-primary);width:100%;padding-top:56.25%;position:relative}.podcast-embed iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.podcast-episode-info{padding:var(--space-md)}.podcast-episode-date{color:var(--text-muted);font-family:var(--font-ui);font-size:var(--text-sm);margin-bottom:var(--space-xs)}.podcast-episode-title{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--text-primary);margin:0 0 var(--space-sm);font-weight:700;line-height:var(--leading-snug)}.podcast-episode-summary{color:var(--text-secondary);font-size:var(--text-base);line-height:var(--leading-relaxed);margin:0 0 var(--space-sm)}.empty-state{padding:var(--space-2xl)0;text-align:center;color:var(--text-muted);font-family:var(--font-ui);font-size:var(--text-base)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:var(--accent-dim);color:var(--text-primary)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:768px){.nav-inner{gap:var(--space-sm);flex-direction:column;align-items:flex-start}.nav-links{justify-content:flex-start;gap:var(--space-md);width:100%}.hero-heading{font-size:var(--text-2xl)}.hero-socials{gap:var(--space-sm);flex-direction:column}.footer-inner{gap:var(--space-sm);text-align:center;flex-direction:column}.article-title{font-size:var(--text-2xl)}.article-cover{width:100%;margin-left:0}}
pre code.hljs{padding:1em;display:block;overflow-x:auto}code.hljs{padding:3px 5px}.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}
@font-face{font-family:Noto Serif Khmer;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/c9e3dcfa028c4e65-s.p.1a375d7c.woff2)format("woff2");unicode-range:U+1780-17FF,U+19E0-19FF,U+200C-200D,U+25CC}@font-face{font-family:Noto Serif Khmer;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/46ab55ce0d2055b1-s.ed306208.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Noto Serif Khmer;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/343d280527a638de-s.p.31fc54b3.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Noto Serif Khmer;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/c9e3dcfa028c4e65-s.p.1a375d7c.woff2)format("woff2");unicode-range:U+1780-17FF,U+19E0-19FF,U+200C-200D,U+25CC}@font-face{font-family:Noto Serif Khmer;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/46ab55ce0d2055b1-s.ed306208.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Noto Serif Khmer;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/343d280527a638de-s.p.31fc54b3.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Noto Serif Khmer Fallback;src:local(Times New Roman);ascent-override:90.29%;descent-override:24.75%;line-gap-override:0.0%;size-adjust:118.4%}.noto_serif_khmer_fb30d926-module__oeyv4a__className{font-family:Noto Serif Khmer,Noto Serif Khmer Fallback;font-style:normal}.noto_serif_khmer_fb30d926-module__oeyv4a__variable{--font-noto-serif-khmer:"Noto Serif Khmer","Noto Serif Khmer Fallback"}
@font-face{font-family:Kantumruy Pro;font-style:normal;font-weight:400;font-display:swap;src:url(../media/49625c79f5a84514-s.p.94a7fd14.woff2)format("woff2");unicode-range:U+1780-17FF,U+19E0-19FF,U+200C-200D,U+25CC}@font-face{font-family:Kantumruy Pro;font-style:normal;font-weight:400;font-display:swap;src:url(../media/70277533216d5fbe-s.553ec43e.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Kantumruy Pro;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6e7b947a26ae60db-s.p.f591a858.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Kantumruy Pro;font-style:normal;font-weight:600;font-display:swap;src:url(../media/49625c79f5a84514-s.p.94a7fd14.woff2)format("woff2");unicode-range:U+1780-17FF,U+19E0-19FF,U+200C-200D,U+25CC}@font-face{font-family:Kantumruy Pro;font-style:normal;font-weight:600;font-display:swap;src:url(../media/70277533216d5fbe-s.553ec43e.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Kantumruy Pro;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6e7b947a26ae60db-s.p.f591a858.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Kantumruy Pro;font-style:normal;font-weight:700;font-display:swap;src:url(../media/49625c79f5a84514-s.p.94a7fd14.woff2)format("woff2");unicode-range:U+1780-17FF,U+19E0-19FF,U+200C-200D,U+25CC}@font-face{font-family:Kantumruy Pro;font-style:normal;font-weight:700;font-display:swap;src:url(../media/70277533216d5fbe-s.553ec43e.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Kantumruy Pro;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6e7b947a26ae60db-s.p.f591a858.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Kantumruy Pro Fallback;src:local(Arial);ascent-override:85.8%;descent-override:24.25%;line-gap-override:0.0%;size-adjust:107.22%}.kantumruy_pro_ad10d7f1-module__jq8DSq__className{font-family:Kantumruy Pro,Kantumruy Pro Fallback;font-style:normal}.kantumruy_pro_ad10d7f1-module__jq8DSq__variable{--font-kantumruy-pro:"Kantumruy Pro","Kantumruy Pro Fallback"}
@font-face{font-family:Noto Sans Khmer;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/bacc7a251336505f-s.p.6dc5d617.woff2)format("woff2");unicode-range:U+1780-17FF,U+19E0-19FF,U+200C-200D,U+25CC}@font-face{font-family:Noto Sans Khmer;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/c883cf971cc4e4ad-s.f6adeecb.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Noto Sans Khmer;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/5556e6a7e42d4507-s.p.8e50b2ee.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Noto Sans Khmer;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/bacc7a251336505f-s.p.6dc5d617.woff2)format("woff2");unicode-range:U+1780-17FF,U+19E0-19FF,U+200C-200D,U+25CC}@font-face{font-family:Noto Sans Khmer;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/c883cf971cc4e4ad-s.f6adeecb.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Noto Sans Khmer;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/5556e6a7e42d4507-s.p.8e50b2ee.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Noto Sans Khmer;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/bacc7a251336505f-s.p.6dc5d617.woff2)format("woff2");unicode-range:U+1780-17FF,U+19E0-19FF,U+200C-200D,U+25CC}@font-face{font-family:Noto Sans Khmer;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/c883cf971cc4e4ad-s.f6adeecb.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Noto Sans Khmer;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/5556e6a7e42d4507-s.p.8e50b2ee.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Noto Sans Khmer;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/bacc7a251336505f-s.p.6dc5d617.woff2)format("woff2");unicode-range:U+1780-17FF,U+19E0-19FF,U+200C-200D,U+25CC}@font-face{font-family:Noto Sans Khmer;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/c883cf971cc4e4ad-s.f6adeecb.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Noto Sans Khmer;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/5556e6a7e42d4507-s.p.8e50b2ee.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Noto Sans Khmer Fallback;src:local(Arial);ascent-override:100.54%;descent-override:27.56%;line-gap-override:0.0%;size-adjust:106.33%}.noto_sans_khmer_ca8f7e53-module__V1036W__className{font-family:Noto Sans Khmer,Noto Sans Khmer Fallback;font-style:normal}.noto_sans_khmer_ca8f7e53-module__V1036W__variable{--font-noto-sans-khmer:"Noto Sans Khmer","Noto Sans Khmer Fallback"}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/04c5164763c40239-s.690580e8.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/26f284dcc38c84c0-s.303a03d6.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/7e7f32a39836f228-s.0b4edfe7.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/fa39153a3fc630ba-s.bff0868b.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6a5386fd6038edbe-s.719084df.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/051742360c26797e-s.p.102b7f24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/04c5164763c40239-s.690580e8.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/26f284dcc38c84c0-s.303a03d6.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/7e7f32a39836f228-s.0b4edfe7.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/fa39153a3fc630ba-s.bff0868b.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6a5386fd6038edbe-s.719084df.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/051742360c26797e-s.p.102b7f24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono Fallback;src:local(Arial);ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.0%;size-adjust:134.59%}.jetbrains_mono_447d4b39-module__TH6JIq__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.jetbrains_mono_447d4b39-module__TH6JIq__variable{--font-jetbrains-mono:"JetBrains Mono","JetBrains Mono Fallback"}
