.prose{font-size:15px;color:var(--text);min-width:0;overflow-wrap:anywhere;text-align:justify}.prose img{max-width:75%;height:auto;display:block;margin:0 auto;border-radius:8px}@media(max-width:900px){.prose img{max-width:92%}}@media(max-width:640px){.prose img{max-width:100%}}.prose h1{font-size:26px;margin:0 0 12px}.prose h2{font-size:18px;margin:42px 0 12px}.prose h3{font-size:16px;margin:28px 0 10px}.prose p{margin:12px 0}.prose blockquote{margin:1.2rem 0;padding:.75rem var(--quote-pad);& p{margin:0}background-color:var(--code-content-bg);border-left:3px solid var(--border);color:var(--muted);font-size:.95em}.prose blockquote.pullquote{position:relative;border-left:0;border-right:0;overflow:visible;background-color:var(--code-content-bg);color:var(--text);font-size:1.1em;font-weight:500;font-style:normal;padding:1rem 1.6rem .5rem 1.8rem;box-shadow:0 1px 2px var(--border)}@media(max-width:900px){.prose blockquote{padding:.65rem var(--quote-pad)}.prose blockquote.pullquote{padding:.9rem 1.35rem .5rem 1.55rem}}@supports (background: color-mix(in oklab,black,white)){.prose blockquote.pullquote{background-color:color-mix(in oklab,var(--code-content-bg) 88%,var(--border));box-shadow:0 2px 6px color-mix(in oklab,var(--border) 70%,transparent)}}.prose blockquote.pullquote:before{content:"“";position:absolute;left:0;top:-1.1rem;font-family:Georgia,Times New Roman,"Noto Serif SC",serif;font-size:6.6rem;line-height:1;color:var(--border);opacity:.35;pointer-events:none;z-index:0;transform:translate(-.6rem)}.prose blockquote.pullquote>*{position:relative;z-index:1}.prose blockquote.pullquote cite{display:block;margin-top:.1rem;font-size:.9em;font-style:normal;color:var(--muted);text-align:right}.prose code{font-size:.9em;background:var(--code-content-bg);padding:2px 6px;border-radius:4px;border:1px solid var(--code-border);-webkit-box-decoration-break:clone;box-decoration-break:clone}.prose pre{overflow-x:auto;overflow-y:hidden;padding:14px 16px;border-radius:10px;border:1px solid var(--border);background:var(--code-content-bg);max-width:100%}.prose pre code{font-size:.92em;background:transparent;padding:0;border:none}.prose ul.gallery{margin:1.2rem 0;padding:0;list-style:none;display:grid;gap:12px;grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:900px){.prose ul.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1200px){.prose ul.gallery.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.prose ul.gallery.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.prose ul.gallery>li{margin:0}.prose ul.gallery figure{margin:0}.prose ul.gallery figcaption{line-height:1.4}.prose ul,.prose ol{padding-left:22px}.prose li{margin:6px 0}.prose a{border-bottom-color:currentColor}.prose table{display:table;width:100%;margin:1.35rem 0;max-width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--border);border-radius:12px;background:var(--code-content-bg);table-layout:auto}.prose thead th{font-weight:600;color:var(--text);background:var(--panel);white-space:nowrap}.prose th,.prose td{padding:.7rem .95rem;border-bottom:1px solid var(--border);vertical-align:top;text-align:left;line-height:1.65;overflow-wrap:anywhere}.prose th:not(:last-child),.prose td:not(:last-child){border-right:1px solid var(--border)}.prose tbody tr:last-child td{border-bottom:0}.prose th[align=center],.prose td[align=center]{text-align:center}.prose th[align=right],.prose td[align=right]{text-align:right}@supports (background: color-mix(in oklab,black,white)){.prose table{box-shadow:0 1px 2px color-mix(in oklab,var(--border) 82%,transparent)}.prose thead th{background:color-mix(in oklab,var(--panel) 78%,var(--code-content-bg))}.prose tbody tr:nth-child(2n) td{background:color-mix(in oklab,var(--panel) 32%,var(--code-content-bg))}}@media(max-width:640px){.prose th,.prose td{padding:.6rem .8rem}}.prose figure{margin:18px 0}.prose figure>:is(img,picture){display:block;max-width:100%;height:auto;margin:0 auto}.prose figure>picture>img{display:block;max-width:100%;height:auto;margin:0 auto}@media(max-width:900px){.prose figure>:is(img,picture){max-width:92%}.prose figure>picture>img{max-width:92%}}.prose figure>figcaption{margin-top:6px;text-align:center;font-size:.9em;max-width:min(100%,32rem);margin-left:auto;margin-right:auto;font-family:LXGW WenKai,Kaiti SC,STKaiti,serif;color:var(--muted)}@media(max-width:900px){.prose figure>figcaption{font-size:.85em}}.prose .callout{--callout-accent: var(--muted);--callout-line: var(--border);position:relative;padding:4px 0 4px var(--quote-pad);margin:1rem 0;background:transparent;border:0;border-radius:0;box-shadow:none;font-family:LXGW WenKai,Kaiti SC,STKaiti,serif}.prose .callout:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;border-radius:2px;background:var(--callout-line)}.prose .callout>:last-child{margin-bottom:0}.prose .callout .callout-title{display:flex;align-items:center;gap:.5rem;margin:0 0 .35rem;font-weight:600;font-style:italic;letter-spacing:.02em;line-height:1.2}.prose .callout .callout-icon{display:none}.prose .callout .callout-title:before{content:"";display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;flex:0 0 1rem;border-radius:999px;box-shadow:inset 0 0 0 2px var(--callout-accent);background:transparent;color:var(--callout-accent)}.prose .callout strong{font-weight:650}.prose .callout.note{--callout-accent: var(--muted);--callout-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2024%2024' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12%2020h9'/><path d='M16.5%203.5a2.1%202.1%200%200%201%203%203L7%2019l-4%201%201-4%2012.5-12.5z'/></svg>")}.prose .callout.tip{--callout-accent: #7a9b87;--callout-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2024%2024' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M15%2014c.2-1%20.7-1.7%201.5-2.5%201-.9%201.5-2.2%201.5-3.5A6%206%200%200%200%206%208c0%201%20.2%202.2%201.5%203.5.7.7%201.3%201.5%201.5%202.5'/><path d='M9%2018h6'/><path d='M10%2022h4'/></svg>")}.prose .callout.info{--callout-accent: var(--faint);--callout-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2024%2024' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='9'/><path d='M12%2010v6'/><path d='M12%207h.01'/></svg>")}.prose .callout.warning{--callout-accent: var(--accent);--callout-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2024%2024' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M10.3%203.9l-8.4%2014.5a1.6%201.6%200%200%200%201.4%202.4h16.4a1.6%201.6%200%200%200%201.4-2.4L13.7%203.9a1.6%201.6%200%200%200-3.4%200z'/><path d='M12%209v5'/><path d='M12%2016h.01'/></svg>")}@supports ((-webkit-mask-image: url()) or (mask-image: url())){.prose .callout .callout-title:before{border-radius:0;box-shadow:none;background:var(--callout-accent);-webkit-mask:var(--callout-icon) no-repeat center / contain;mask:var(--callout-icon) no-repeat center / contain}}.prose .callout .callout-title[data-icon]:before{content:attr(data-icon);width:auto;height:auto;min-width:1rem;line-height:1;border-radius:0;box-shadow:none;background:transparent;-webkit-mask:none;mask:none}.prose .callout .callout-title[data-icon=none]:before{display:none}@supports (background: color-mix(in oklch,#000 10%,#fff)){.prose .callout{--callout-line: color-mix(in oklch, var(--border) 70%, var(--bg))}.prose .callout.note{--callout-accent: color-mix(in oklch, var(--text) 65%, var(--border))}.prose .callout.info{--callout-accent: color-mix(in oklch, var(--accent) 35%, var(--text))}.prose .callout.warning{--callout-accent: color-mix(in oklch, var(--accent) 65%, black)}}.lightbox{display:none;width:94vw;max-width:1280px;height:90vh;max-height:860px;border:0;border-radius:12px;padding:0;position:fixed;inset:0;margin:auto;background:var(--lightbox-bg, #fafaf8);color:var(--lightbox-text, #292524);overflow:hidden;box-shadow:0 2px 8px #0000000f,0 8px 32px #0000001a,0 24px 64px #00000014}.lightbox[open]{display:flex}.lightbox:focus{outline:none}.lightbox::backdrop{background:var(--lb-backdrop, rgba(0, 0, 0, .32));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}:root[data-theme=dark] .lightbox{--lightbox-bg: #1c1c1e;--lightbox-text: #e5e5e5;--lb-border: #333}:root[data-theme=dark] .lightbox::backdrop{background:#0009}.lb-shell{display:grid;grid-template-columns:340px 1px 1fr;width:100%;height:100%}.lb-info{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;position:relative}.lb-close{position:absolute;top:20px;left:20px;z-index:5;width:32px;height:32px;border:0;border-radius:6px;background:transparent;color:#666;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .15s ease,background .15s ease}.lb-close:hover{color:#444;background:#0000000d}.lb-close:focus-visible{outline:2px solid var(--lb-accent, #b91c1c);outline-offset:2px}.lb-info__body{flex:1;display:flex;flex-direction:column;padding:64px 36px 0;overflow-y:auto}.lb-info__top{flex:1;display:flex;flex-direction:column;justify-content:flex-end}.lb-info__bottom{flex:1;display:flex;flex-direction:column;justify-content:flex-start}.lb-title{font-family:"Noto Serif SC",ui-serif,Georgia,Songti SC,serif;font-size:26px;font-weight:600;line-height:1.3;color:var(--text, #292524);margin:0 0 8px;letter-spacing:.01em}.lb-title:empty{display:none}.lb-desc{font-family:LXGW WenKai,Kaiti SC,STKaiti,serif;font-size:14px;line-height:1.7;color:var(--muted, #57534e);white-space:pre-line;margin:0;padding-bottom:8px}.lb-desc:empty{display:none}.lb-divider-line{border:0;border-top:1px solid var(--lb-border, #e7e5e4);margin:0;width:100%}.lb-info__top .lb-divider-line,.lb-info__bottom .lb-divider-line{margin:16px 0}.lb-exif-list{display:flex;flex-direction:column;gap:22px}.lb-exif-block{display:flex;flex-direction:column;gap:3px}.lb-exif-label{font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:10px;font-weight:500;color:var(--lb-exif-label, #a8a29e);letter-spacing:.12em;text-transform:uppercase}.lb-exif-value{font-family:"Noto Serif SC",ui-serif,Georgia,Songti SC,serif;font-size:13px;font-weight:400;color:#666;line-height:1.5}:root[data-theme=dark] .lb-exif-value{color:#999}.lb-exif-value:empty:after{content:"—";color:var(--lb-exif-label, #a8a29e)}.lb-exif-block[hidden]{display:none}.lb-pagination{display:flex;align-items:center;justify-content:center;gap:14px;padding:20px 36px 24px;border-top:1px solid var(--lb-border, #e7e5e4);margin-top:auto}.lb-pg-btn{width:30px;height:30px;border:0;border-radius:6px;background:transparent;color:#666;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .15s ease,background .15s ease}.lb-pg-btn:hover:not([disabled]){color:#444;background:#0000000d}.lb-pg-btn[disabled]{opacity:.25;cursor:default}:root[data-theme=dark] .lb-pg-btn{color:#999}:root[data-theme=dark] .lb-pg-btn:hover:not([disabled]){color:#ccc}:root[data-theme=dark] .lb-pg-count{color:#999}:root[data-theme=dark] .lb-close{color:#999}:root[data-theme=dark] .lb-close:hover{color:#ccc}.lb-pg-btn:focus-visible{outline:2px solid var(--lb-accent, #b91c1c);outline-offset:2px}.lb-pg-count{font-family:"Noto Serif SC",ui-serif,Georgia,Songti SC,serif;font-size:13px;color:#666;min-width:48px;text-align:center}.lightbox [data-lightbox-prev],.lightbox [data-lightbox-next]{touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.lb-divider{background:var(--lb-border, #e7e5e4);height:100%;width:100%}.lb-image-area{position:relative;display:flex;align-items:center;justify-content:center;padding:28px;overflow:hidden}.lb-image-area img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.lb-mobile-title{display:none}.lb-image-placeholder{display:block;max-width:100%;max-height:100%;overflow:hidden;position:relative;box-shadow:0 1px 3px #0000000f,0 4px 16px #00000014}.lightbox.is-horizontal-gesture .lb-image-placeholder{background-color:transparent!important;overflow:visible}.lightbox.is-horizontal-gesture .lb-slot{inset:50% auto auto 50%}.lightbox.is-horizontal-gesture .lb-slot,.lightbox.is-vertical-gesture .lb-image-placeholder{will-change:transform}.lb-slot{display:none;position:absolute;inset:0;overflow:hidden;z-index:0;pointer-events:none}.lb-slot.is-active{display:block;z-index:1;pointer-events:auto}.lb-slot.is-gesture-visible{display:block;pointer-events:none}.lb-slot:after{content:"";position:absolute;inset:0;background:#000;opacity:0;animation:breathe 4s cubic-bezier(.4,0,.2,1) infinite;pointer-events:none}[data-theme=dark] .lb-slot:after{background:#fff}.lightbox[data-touchscreen] .lb-slot:after{animation:none;display:none}.lb-slot.is-loaded:after{animation:none;display:none}.lb-slot img{display:block;max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;color:transparent;font-size:0}.lb-slot:not(.is-loaded) img{opacity:0;visibility:hidden}.lb-slot img[hidden]{display:none!important;opacity:0!important;visibility:hidden!important}.lightbox[data-enable-zoom=true] .lb-image-area img,.lightbox[data-enable-zoom=true] .lb-image-placeholder img{touch-action:none}.lightbox[data-enable-zoom=false] .lb-image-area img,.lightbox[data-enable-zoom=false] .lb-image-placeholder img{touch-action:pan-y}.lightbox[data-touchscreen] .lb-image-area,.lightbox[data-touchscreen] .lb-image-area img,.lightbox[data-touchscreen] .lb-image-placeholder,.lightbox[data-touchscreen] .lb-slot{touch-action:auto}.lightbox[data-touchscreen] .lb-image-placeholder{box-shadow:none}.lightbox .lb-info,.lightbox .lb-top-controls,.lightbox .lb-mobile-title,.lightbox .lb-minimal-meta{opacity:var(--lb-gesture-opacity, 1)}.lb-nav-overlay{display:none;position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#00000059;color:#ffffffd9;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:background .15s}.lb-nav-prev{left:18px}.lb-nav-next{right:18px}.lb-nav-overlay:hover:not([disabled]){background:#ffffff26}.lb-nav-overlay[disabled]{opacity:.2}.lb-minimal-meta{display:none;text-align:center;color:#666;font-size:13px;font-family:LXGW WenKai,Kaiti SC,STKaiti,serif;padding:8px 16px 16px;max-width:720px;min-height:48px}.lb-caption{display:block;margin-bottom:8px;color:#ffffffb3}.lb-minimal-count{display:block;font-size:12px;color:#999}.lb-caption{display:block;margin-bottom:4px}.lb-caption[hidden]{display:none}.lb-minimal-count{display:block;font-size:12px;opacity:.6}.lightbox[data-has-meta=false]{background:#181614f0;box-shadow:none;border-radius:0;width:100vw;height:100dvh;max-width:none;max-height:none}.lightbox[data-has-meta=false] .lb-shell{grid-template-columns:1fr}.lightbox[data-has-meta=false] .lb-info,.lightbox[data-has-meta=false] .lb-divider{display:none}.lightbox[data-has-meta=false] .lb-image-area{flex-direction:column;gap:0;padding:48px 0}.lightbox[data-has-meta=false] .lb-image-area img{border-radius:0;box-shadow:none;max-width:100vw;max-height:calc(100dvh - 96px)}.lightbox[data-has-meta=false] .lb-close{color:#ffffffb3;background:#0000004d}.lightbox[data-has-meta=false] .lb-close:hover{color:#fff;background:#ffffff26}.lightbox[data-has-meta=false] .lb-nav-overlay{display:inline-flex}.lightbox[data-has-meta=false] .lb-image-area{padding-left:35px;padding-right:35px}@media(max-width:640px){.lightbox[data-has-meta=false] .lb-nav-overlay{display:none}.lightbox[data-has-meta=false] .lb-image-area{padding-left:14px;padding-right:14px}}.lightbox[data-has-meta=false] .lb-minimal-meta{display:block}.lightbox[data-has-meta=false]::backdrop{background:var(--lb-backdrop, rgba(0,0,0,.5));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}:root[data-theme=dark] .lightbox[data-has-meta=false]{background:#08080af2}.prose img[data-lightbox]{cursor:zoom-in;transition:opacity .18s ease}.prose [data-lightbox-trigger=true]{cursor:zoom-in}.prose a[data-lightbox-trigger=true]{display:inline-block}@media(hover:hover){.prose img[data-lightbox]:hover{opacity:.92}.prose [data-lightbox-trigger=true]:focus-visible{outline:2px solid var(--text);outline-offset:4px}.prose [data-lightbox-trigger=true]:focus-visible img{opacity:.92}}@media(max-width:900px){.lightbox{width:100vw;height:100dvh;max-width:none;max-height:none;border-radius:0}.lb-shell{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) var(--lb-mobile-info-height, 132px)}.lb-divider{display:none}.lb-info{height:var(--lb-mobile-info-height, 132px);max-height:none;order:2;overflow:hidden}.lb-info__body{flex:0 0 58px;display:flex;align-items:center;justify-content:center;padding:8px 20px 2px;overflow:hidden}.lb-title{font-size:20px;line-height:1.35;display:-webkit-box;margin:0;overflow:hidden;padding-top:2px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.lb-exif-list,.lb-divider-line{display:none}.lb-mobile-line{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;margin:0;overflow:hidden;text-overflow:ellipsis;text-align:center}.lb-mobile-line__album,.lb-mobile-line__date{display:block;max-width:calc(100vw - 40px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-mobile-line__date{color:var(--muted, #57534e)}.lb-mobile-line[hidden],.lb-info__top{display:none}.lb-info__bottom{flex:0}.lb-pagination{padding:10px 20px 14px}.lb-desc,.lb-info__bottom{display:none}.lb-image-area{--lb-mobile-title-height: 58px;--lb-mobile-title-gap: 14px;--lb-mobile-title-reserve: calc(var(--lb-mobile-title-height) + var(--lb-mobile-title-gap));flex-direction:column;gap:0;order:1;padding:12px 6px}.lb-image-area .lb-image-placeholder{margin-top:var(--lb-mobile-title-reserve)}.lb-mobile-title,.lb-mobile-title[hidden]{display:block;position:absolute;inset:0;z-index:3;overflow:visible;padding:0;pointer-events:none;text-align:center}.lb-mobile-title[hidden]{visibility:hidden}.lb-mobile-title__slide{position:absolute;top:0;left:0;display:flex;width:100%;height:var(--lb-mobile-title-height);align-items:flex-end;justify-content:center;padding:0 20px;will-change:transform}.lb-mobile-title__text{display:-webkit-box;max-width:min(720px,calc(100vw - 40px));margin:0;overflow:hidden;color:var(--text, #292524);font-family:"Noto Serif SC",ui-serif,Georgia,Songti SC,serif;font-size:20px;font-weight:600;line-height:1.35;letter-spacing:.01em;-webkit-box-orient:vertical;-webkit-line-clamp:2}.lb-image-area img{box-shadow:none}.lb-top-controls{top:8px;right:8px}.lb-close{position:fixed;top:calc(env(safe-area-inset-top,0px) + 12px);left:calc(env(safe-area-inset-left,0px) + 12px);z-index:20;display:inline-flex;width:36px;height:36px;border-radius:999px;background:transparent;color:#292524;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;opacity:var(--lb-gesture-opacity, 1)}.lightbox[data-has-meta=false] .lb-close,.lb-close:hover,.lb-close:active{background:transparent;color:#292524}}@media(min-width:901px){.lb-mobile-line{display:none}}.lb-mobile-line{font-family:LXGW WenKai,Kaiti SC,STKaiti,serif;font-size:13px;color:var(--muted, #57534e);margin:0;line-height:1.5}@media(max-width:480px){.lb-info__body{padding:14px 16px 12px}}@media(prefers-reduced-transparency:reduce){.lightbox::backdrop{backdrop-filter:none;-webkit-backdrop-filter:none;background:#0000008c}}@keyframes breathe{0%{opacity:0}50%{opacity:.15}to{opacity:0}}pre:is(.astro-code,.shiki){background-color:var(--code-content-bg)!important}pre:is(.astro-code,.shiki) span{background-color:transparent!important}pre:is(.astro-code,.shiki) span[style*=--shiki-light]{color:var(--shiki-light)!important}:root[data-theme=dark] pre:is(.astro-code,.shiki) span[style*=--shiki-dark]{color:var(--shiki-dark)!important}:root[data-theme=dark] pre:is(.astro-code,.shiki){color:var(--shiki-dark, var(--text))!important}.prose .code-block{position:relative;margin:1.5em 0;border:1px solid var(--code-border);border-radius:8px;overflow:hidden;background:var(--code-content-bg)}.prose .code-block pre{margin:0;border:none;border-radius:0;background:var(--code-content-bg)}.prose pre:is(.astro-code,.shiki){counter-reset:line;--ln-width: 2.5ch;--ln-gap: 3ch;--code-pad-x: 16px}.prose pre:is(.astro-code,.shiki):has(.line){padding-left:0}.prose pre:is(.astro-code,.shiki) .line{display:inline-block;width:100%;vertical-align:top;position:relative;padding-left:var(--code-pad-x)}.prose pre:is(.astro-code,.shiki) .line:before{counter-increment:line;content:counter(line);position:static;display:inline-block;width:var(--ln-width);min-width:var(--ln-width);text-align:right;margin-right:var(--ln-gap);box-sizing:border-box;line-height:inherit;color:var(--muted);opacity:.7;font-size:.85em;font-variant-numeric:tabular-nums;user-select:none;pointer-events:none}body[data-code-line-numbers=off] .prose pre:is(.astro-code,.shiki) .line:before{content:none}body[data-code-line-numbers=off] .prose pre:is(.astro-code,.shiki) .line{padding-left:0}@supports (color: color-mix(in oklab,black,white)){.prose pre:is(.astro-code,.shiki) .line:before{color:color-mix(in oklab,var(--muted) 70%,var(--code-content-bg));opacity:1}}.code-block .code-toolbar{display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:38px;background:var(--code-header-bg);border-bottom:1px solid var(--code-border);font-family:var(--font-mono);font-size:13px;color:var(--muted)}.code-block .code-lang{display:inline-flex;align-items:center;gap:8px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:var(--code-text)}.code-block .code-meta{display:flex;align-items:center;gap:8px}.code-block .code-info{color:var(--faint)}.code-block .code-separator{color:var(--faint);user-select:none}.code-block .code-copy{width:24px;height:24px;padding:0;border:none;border-radius:4px;background:transparent;color:var(--muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease,background-color .2s ease}.code-block .code-copy:disabled{cursor:default;opacity:.6}.code-block .code-copy:hover:not(:disabled){color:var(--text);background:var(--code-action-hover-bg)}.code-block .code-copy:focus-visible{outline:2px solid currentColor;outline-offset:2px}.code-block .code-copy svg{width:14px;height:14px;display:block}.code-block .code-copy .icon-check,.code-block .code-copy[data-state=copied] .icon-copy{display:none}.code-block .code-copy[data-state=copied] .icon-check{display:block}.code-block .code-lang-icon{width:16px;height:16px;flex:0 0 auto;display:inline-block;color:var(--muted);opacity:.8;transition:color .2s ease,opacity .2s ease,filter .2s ease}.code-block .code-lang-icon.is-colored{color:inherit;filter:grayscale(100%);opacity:.65}.code-block .code-toolbar:hover .code-lang-icon:not(.is-colored){color:var(--code-text);opacity:1}.code-block .code-toolbar:hover .code-lang-icon.is-colored{filter:grayscale(0%);opacity:1}@media(max-width:640px){.code-block .code-toolbar{height:auto;padding:8px 12px;flex-wrap:wrap;row-gap:6px}.code-block .code-lang{font-size:12px}.code-block .code-meta{margin-left:auto}.code-block .code-info,.code-block .code-separator{display:none}}@media(prefers-reduced-motion:reduce){.code-block .code-lang-icon{transition:none}}
