*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:#0000;height:100%;font-family:sans-serif;line-height:1.5}html:focus-within{scroll-behavior:smooth}body{height:100%;text-rendering:optimizeSpeed;margin:0}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd,ol,ul,button,input,select{margin:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}b,strong{font-weight:bolder}small{font-size:80%}ol,ul{padding:0;list-style:none}pre,code,kbd,samp{font-family:monospace;font-size:1em}img,video,picture{max-width:100%;height:auto}svg{stroke:none;fill:currentColor}input,button,textarea,select{font:inherit;line-height:1.5}input[type=file]::-webkit-file-upload-button,input[type=file]::file-selector-button{cursor:pointer}iframe{border:0}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}dt{font-weight:700}hr{box-sizing:content-box;height:0;overflow:visible}option{padding:0}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}abbr[title]{cursor:help;text-decoration-skip-ink:none;text-decoration:underline dotted}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[tabindex]:not([tabindex*="-"]),a[href],button,[type=button],[type=reset],[type=submit],[role=button],label,select,summary{cursor:pointer}[tabindex]:not([tabindex*="-"]),a[href],button,input,label,select,textarea,summary{touch-action:manipulation}[aria-busy=true i]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true i],[disabled]{cursor:not-allowed}/*! shokika.css v1.8.0 | MIT License | github.com/hiro0218/shokika.css/ */:root{--color-text-primary:#0a0a0a;--color-text-secondary:#737373;--color-text-tertiary:#a3a3a3;--color-text-muted:#d4d4d4;--color-bg-primary:#fff;--color-bg-accent:#f5f5f5;--color-border:#f0f0f0;--font-family-base:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-family-mono:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;--font-size-2xl:1.5rem;--font-size-lg:1.125rem;--font-size-base:.875rem;--font-size-sm:.8125rem;--font-size-xs:.75rem;--font-size-2xs:.6875rem;--leading-relaxed:1.625;--tracking-tight:-.025em;--tracking-wider:.05em;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--radius-lg:.5rem;--radius-xl:.75rem;--transition-duration:.15s;--transition-timing:cubic-bezier(.4,0,.2,1);--sidebar-width:11rem;--container-max-width:56rem;--content-padding:1.5rem}html[data-theme=dark]{--color-text-primary:#fafafa;--color-text-secondary:#a3a3a3;--color-text-tertiary:#737373;--color-text-muted:#525252;--color-bg-primary:#0a0a0a;--color-bg-accent:#262626;--color-border:#1a1a1a}html{background-color:var(--color-bg-primary);color:var(--color-text-primary);font-family:var(--font-family-base);scroll-behavior:smooth;font-size:16px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html,html:focus-within{scroll-behavior:auto}}@media (prefers-contrast:high){:root{--color-border:currentColor}}@media (forced-colors:active){:root{--color-border:ButtonBorder;--color-bg-primary:Canvas;--color-text-primary:CanvasText}}body{font-size:var(--font-size-base);line-height:var(--leading-relaxed);margin:0}[id]{scroll-margin-top:2ex}.app{flex-direction:column;min-height:100dvh;display:flex}.app-container{width:100%;max-width:var(--container-max-width);padding:0 var(--content-padding);flex-direction:column;flex:1;margin:0 auto;display:flex}.app-content{flex-direction:column;flex:1;display:flex}.app-layout{padding-bottom:var(--space-3xl);flex:1;display:flex}.header{padding:var(--content-padding)0;justify-content:space-between;align-items:center;display:flex}.header__logo{font-size:var(--font-size-lg);letter-spacing:var(--tracking-tight);margin:0;font-weight:600}.header__logo a{transition:opacity var(--transition-duration)var(--transition-timing);color:var(--color-text-primary);text-decoration:none}.header__logo a:hover{opacity:.7}.header__nav{gap:var(--space-xs);align-items:center;display:flex}.header__nav a{padding:.625rem var(--space-sm);transition:color var(--transition-duration)var(--transition-timing);color:var(--color-text-tertiary);font-size:var(--font-size-xs);align-items:center;text-decoration:none;display:flex}.header__nav a:hover{color:var(--color-text-primary)}.header__nav a svg{width:14px;height:14px}.sidebar{width:var(--sidebar-width);padding-top:var(--space-md);padding-right:var(--space-xl);flex-shrink:0}.sidebar>nav{top:var(--space-xl);margin-left:calc(var(--space-sm)*-1.5);flex-direction:column;gap:.125rem;display:flex;position:sticky}.sidebar__nav-group{margin-top:var(--space-md);flex-direction:column;gap:.125rem;display:flex}.sidebar__nav-group:first-child{margin-top:0}.sidebar__nav-heading{padding:.375rem var(--space-sm);color:var(--color-text-muted);font-size:var(--font-size-2xs);letter-spacing:var(--tracking-wider);text-transform:uppercase;margin:0;font-weight:600}.sidebar__nav-list{flex-direction:column;gap:.125rem;margin:0;padding:0;list-style:none;display:flex}.sidebar__nav-list a{padding:.375rem var(--space-sm);transition:color var(--transition-duration)var(--transition-timing);border-radius:var(--radius-lg);color:var(--color-text-tertiary);font-size:var(--font-size-sm);font-weight:500;text-decoration:none;display:block}.sidebar__nav-list a:hover{color:var(--color-text-primary)}:root:has(#npm:target) .sidebar [href="#npm"],:root:has(#cdn:target) .sidebar [href="#cdn"],:root:has(#text:target) .sidebar [href="#text"],:root:has(#inline:target) .sidebar [href="#inline"],:root:has(#form:target) .sidebar [href="#form"],:root:has(#image:target) .sidebar [href="#image"],:root:has(#other:target) .sidebar [href="#other"]{background-color:var(--color-bg-accent);color:var(--color-text-primary)}.main-wrapper{min-width:0;padding-top:var(--space-md);flex:1}.section-container{margin-top:var(--space-2xl)}.section-container:first-of-type{margin-top:0}.section-heading{padding-bottom:var(--space-sm);border-bottom:1px solid var(--color-border);font-size:var(--font-size-2xl);letter-spacing:var(--tracking-tight);margin-top:0;font-weight:600}.content-wrapper{margin-top:var(--space-2xl);margin-bottom:var(--space-md)}.content-wrapper:first-of-type{margin-top:var(--space-md)}.content-heading{margin-bottom:var(--space-md);font-size:var(--font-size-lg);letter-spacing:var(--tracking-tight);font-weight:600}.content-sub-heading{margin-bottom:var(--space-sm);color:var(--color-text-secondary);font-size:var(--font-size-base);font-weight:500}.content-wrapper>.content-sub-heading:not(:first-child){margin-top:var(--space-lg)}.playground{padding:var(--space-lg);border:1px solid var(--color-border);border-radius:var(--radius-xl);background-color:var(--color-bg-primary)}html[data-theme=dark] .playground{background-color:var(--color-bg-accent)}.playground__item:not(:first-child){margin-top:var(--space-md)}.content-list{gap:var(--space-md);flex-wrap:wrap;display:flex}.install-content__preformatted{padding:var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-lg);background-color:var(--color-bg-accent);color:var(--color-text-primary);font-family:var(--font-family-mono);font-size:var(--font-size-md);line-height:var(--leading-relaxed);white-space:pre-wrap;overflow-wrap:anywhere;-webkit-user-select:all;user-select:all;overflow:auto}.theme-toggle-button{z-index:100;right:var(--space-lg);bottom:var(--space-lg);width:40px;height:40px;transition:background-color var(--transition-duration)var(--transition-timing);border:1px solid var(--color-border);border-radius:var(--radius-lg);background-color:var(--color-bg-primary);cursor:pointer;justify-content:center;align-items:center;display:flex;position:fixed}.theme-toggle-button:hover{background-color:var(--color-bg-accent)}.theme-toggle-button svg{width:18px;height:18px;color:var(--color-text-tertiary)}.footer{padding:var(--content-padding)0;border-top:1px solid var(--color-border);color:var(--color-text-tertiary);font-size:var(--font-size-xs);justify-content:space-between;align-items:center;display:flex}.footer p{margin:0}.footer a{color:var(--color-text-tertiary);text-decoration:none}.footer a:hover{color:var(--color-text-primary)}@media (width<=768px){:root{--content-padding:var(--space-md)}.app-layout{flex-direction:column}.sidebar{width:100%;margin-bottom:var(--space-md);padding-top:0;padding-right:0}.sidebar>nav{gap:var(--space-xs);margin-left:calc(var(--content-padding)*-1);padding:0 var(--content-padding);-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;position:static;overflow-x:auto}.sidebar>nav::-webkit-scrollbar{display:none}.sidebar__nav-group{gap:var(--space-xs);flex-direction:row;margin-top:0}.sidebar__nav-heading{display:none}.sidebar__nav-list{gap:var(--space-xs);flex-direction:row}.sidebar__nav-list a{border-radius:var(--radius-lg);font-size:var(--font-size-sm);white-space:nowrap;padding:.5rem .75rem}.section-heading{font-size:var(--font-size-lg)}.content-heading{font-size:var(--font-size-base)}}@media (width<=480px){:root{--content-padding:var(--space-sm)}.theme-toggle-button{right:var(--space-sm);bottom:var(--space-sm)}.install-content__preformatted{padding:var(--space-sm);font-size:var(--font-size-xs)}}
