:root,html.light{--color-primary:#1a7a9e;--color-on-primary:#ffffff;--color-primary-container:#d0eef8;--color-on-primary-container:#0a3a50;--color-secondary:#2c6080;--color-on-secondary:#ffffff;--color-secondary-container:#d4e8f5;--color-on-secondary-container:#0e2a40;--color-tertiary:#3a7898;--color-on-tertiary:#ffffff;--color-tertiary-container:#d8ecf5;--color-on-tertiary-container:#0c3048;--color-error:#c62828;--color-on-error:#ffffff;--color-error-container:#fce4e4;--color-on-error-container:#5c1010;--color-bg:#eef4f8;--color-on-bg:#0a1a2a;--color-surface:#ffffff;--color-on-surface:#0a1a2a;--color-surface-variant:#dce8f0;--color-on-surface-variant:#3a4a5a;--color-outline:#6a8098;--color-outline-variant:rgba(106,128,152,0.3);--color-surface-glass:rgba(255,255,255,0.8);--color-overlay:rgba(0,0,0,0.5);--color-overlay-heavy:rgba(0,0,0,0.8);--color-shadow-glow:0 0 20px rgba(26,122,158,0.15)}html.dark{--color-primary:#60c0e8;--color-on-primary:#040a14;--color-primary-container:#102838;--color-on-primary-container:#a0d8f0;--color-secondary:#4a90b8;--color-on-secondary:#0a1520;--color-secondary-container:#0e2838;--color-on-secondary-container:#90c0e0;--color-tertiary:#5098c0;--color-on-tertiary:#081018;--color-tertiary-container:#0e2030;--color-on-tertiary-container:#88b8d8;--color-error:#e57373;--color-on-error:#5c0000;--color-error-container:#5c1a1a;--color-on-error-container:#ffcdd2;--color-bg:#080f1e;--color-on-bg:#b8c8d8;--color-surface:#0e1828;--color-on-surface:#c0d0e0;--color-surface-variant:#152840;--color-on-surface-variant:#8898b0;--color-outline:#2a4058;--color-outline-variant:rgba(42,64,88,0.3);--color-surface-glass:rgba(14,24,40,0.8);--color-overlay:rgba(0,0,0,0.6);--color-overlay-heavy:rgba(0,0,0,0.85);--color-shadow-glow:0 0 20px rgba(96,192,232,0.15)}:root{--font-sans:"Noto Sans TC",system-ui,-apple-system,sans-serif;--font-mono:"Fira Code","Cascadia Code",monospace;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--text-display:clamp(2.25rem,4vw + 1rem,3rem);--text-h1:clamp(1.875rem,3vw + 0.5rem,2.25rem);--text-h2:clamp(1.5rem,2.5vw + 0.5rem,1.875rem);--text-h3:clamp(1.25rem,2vw + 0.5rem,1.5rem);--text-h4:clamp(1.0625rem,1vw + 0.5rem,1.125rem);--text-body:1rem;--text-large:clamp(1.0625rem,1vw + 0.5rem,1.125rem);--text-small:0.875rem;--text-caption:0.8125rem;--leading-display:1.2;--leading-heading:1.35;--leading-body:1.625;--leading-tight:1.35;--leading-relaxed:1.75;--tracking-tight:-0.01em;--tracking-normal:0;--tracking-wide:0.025em;--space-0:0;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--container-max:1440px;--navbar-height:70px;--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-xs:0 1px 2px rgba(0,0,0,0.05);--shadow-sm:0 1px 3px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.06);--shadow-md:0 4px 6px rgba(0,0,0,0.07),0 2px 4px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px rgba(0,0,0,0.1),0 4px 6px rgba(0,0,0,0.05);--shadow-xl:0 20px 25px rgba(0,0,0,0.1),0 8px 10px rgba(0,0,0,0.04);--z-base:0;--z-dropdown:100;--z-sticky:200;--z-navbar:250;--z-overlay:300;--z-modal:400;--z-toast:500;--z-max:9999;--duration-fast:150ms;--duration-normal:250ms;--duration-slow:400ms;--duration-slower:600ms;--ease-default:cubic-bezier(0.4,0,0.2,1);--ease-in:cubic-bezier(0.4,0,1,1);--ease-out:cubic-bezier(0,0,0.2,1);--ease-in-out:cubic-bezier(0.4,0,0.2,1);--ease-bounce:cubic-bezier(0.34,1.56,0.64,1);--transition-fast:var(--duration-fast) var(--ease-default);--transition-normal:var(--duration-normal) var(--ease-default);--transition-slow:var(--duration-slow) var(--ease-default)}*,:after,:before{margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-sans);font-size:var(--text-body);line-height:var(--leading-body);color:var(--color-on-bg);background-color:var(--color-bg)}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none}a{display:inline-block;text-decoration:none;transition:all var(--transition-normal)}ol,ul{list-style:none}h1,h2,h3,h4,h5,h6{text-wrap:balance}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}p{text-wrap:pretty}html::-webkit-scrollbar{width:5px;height:5px}html::-webkit-scrollbar-track{background-color:var(--color-surface-variant)}html::-webkit-scrollbar-thumb{background-color:var(--color-outline);border-radius:var(--radius-full)}html::-webkit-scrollbar-thumb:hover{background-color:var(--color-primary)}html{scrollbar-width:thin;scrollbar-color:var(--color-outline) var(--color-surface-variant)}h1{font-size:var(--text-h1);line-height:var(--leading-heading);font-weight:var(--font-weight-bold)}h2{font-size:var(--text-h2)}h2,h3{line-height:var(--leading-heading);font-weight:var(--font-weight-semibold)}h3{font-size:var(--text-h3)}h4{font-size:var(--text-h4);line-height:var(--leading-heading);font-weight:var(--font-weight-medium)}p{font-size:var(--text-body);line-height:var(--leading-body);font-weight:var(--font-weight-normal)}a{padding:var(--space-2)}a:hover{color:var(--color-primary)}::-moz-selection{background-color:var(--color-primary-container);color:var(--color-on-primary-container)}::selection{background-color:var(--color-primary-container);color:var(--color-on-primary-container)}.prose blockquote[data-callout],blockquote[data-callout]{margin:1rem 0;padding:0;border-top:none;border-right:none;border-bottom:none;border-radius:6px;overflow:visible;font-style:normal;quotes:none}.prose blockquote[data-callout]:after,.prose blockquote[data-callout]:before,blockquote[data-callout]:after,blockquote[data-callout]:before{content:none}.prose blockquote[data-callout] p,blockquote[data-callout] p{margin:0}.prose blockquote[data-callout] .callout-title,blockquote[data-callout] .callout-title{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem .75rem;font-weight:600;font-size:.9rem;border-radius:6px 6px 0 0}.prose blockquote[data-callout] .callout-title-icon,blockquote[data-callout] .callout-title-icon{display:flex;align-items:center;flex-shrink:0;margin-top:2px}.prose blockquote[data-callout] .callout-title-icon svg,blockquote[data-callout] .callout-title-icon svg{width:1rem;height:1rem}.prose blockquote[data-callout] .callout-title-text,blockquote[data-callout] .callout-title-text{line-height:1.4;word-break:break-word;overflow-wrap:break-word}.prose blockquote[data-callout] .callout-content,blockquote[data-callout] .callout-content{padding:.5rem .75rem .75rem;font-size:.9rem;line-height:1.6;word-break:break-word;overflow-wrap:break-word;white-space:pre-wrap}.prose blockquote[data-callout=note],blockquote[data-callout=note]{border-left:4px solid #6b7280;background-color:rgba(107,114,128,.08)}.prose blockquote[data-callout=note] .callout-title,blockquote[data-callout=note] .callout-title{color:#6b7280;background-color:rgba(107,114,128,.12)}.prose blockquote[data-callout=note] .callout-title-icon svg,blockquote[data-callout=note] .callout-title-icon svg{stroke:#6b7280;fill:none}.prose blockquote[data-callout=abstract],blockquote[data-callout=abstract]{border-left:4px solid #818cf8;background-color:rgba(129,140,248,.08)}.prose blockquote[data-callout=abstract] .callout-title,blockquote[data-callout=abstract] .callout-title{color:#818cf8;background-color:rgba(129,140,248,.12)}.prose blockquote[data-callout=abstract] .callout-title-icon svg,blockquote[data-callout=abstract] .callout-title-icon svg{stroke:#818cf8;fill:none}.prose blockquote[data-callout=summary],blockquote[data-callout=summary]{border-left:4px solid #818cf8;background-color:rgba(129,140,248,.08)}.prose blockquote[data-callout=summary] .callout-title,blockquote[data-callout=summary] .callout-title{color:#818cf8;background-color:rgba(129,140,248,.12)}.prose blockquote[data-callout=summary] .callout-title-icon svg,blockquote[data-callout=summary] .callout-title-icon svg{stroke:#818cf8;fill:none}.prose blockquote[data-callout=tldr],blockquote[data-callout=tldr]{border-left:4px solid #818cf8;background-color:rgba(129,140,248,.08)}.prose blockquote[data-callout=tldr] .callout-title,blockquote[data-callout=tldr] .callout-title{color:#818cf8;background-color:rgba(129,140,248,.12)}.prose blockquote[data-callout=tldr] .callout-title-icon svg,blockquote[data-callout=tldr] .callout-title-icon svg{stroke:#818cf8;fill:none}.prose blockquote[data-callout=info],blockquote[data-callout=info]{border-left:4px solid #1a7a9e;background-color:rgba(26,122,158,.08)}.prose blockquote[data-callout=info] .callout-title,blockquote[data-callout=info] .callout-title{color:#1a7a9e;background-color:rgba(26,122,158,.12)}.prose blockquote[data-callout=info] .callout-title-icon svg,blockquote[data-callout=info] .callout-title-icon svg{stroke:#1a7a9e;fill:none}.prose blockquote[data-callout=todo],blockquote[data-callout=todo]{border-left:4px solid #3b82f6;background-color:rgba(59,130,246,.08)}.prose blockquote[data-callout=todo] .callout-title,blockquote[data-callout=todo] .callout-title{color:#3b82f6;background-color:rgba(59,130,246,.12)}.prose blockquote[data-callout=todo] .callout-title-icon svg,blockquote[data-callout=todo] .callout-title-icon svg{stroke:#3b82f6;fill:none}.prose blockquote[data-callout=tip],blockquote[data-callout=tip]{border-left:4px solid #f97316;background-color:rgba(249,115,22,.08)}.prose blockquote[data-callout=tip] .callout-title,blockquote[data-callout=tip] .callout-title{color:#f97316;background-color:rgba(249,115,22,.12)}.prose blockquote[data-callout=tip] .callout-title-icon svg,blockquote[data-callout=tip] .callout-title-icon svg{stroke:#f97316;fill:none}.prose blockquote[data-callout=hint],blockquote[data-callout=hint]{border-left:4px solid #f97316;background-color:rgba(249,115,22,.08)}.prose blockquote[data-callout=hint] .callout-title,blockquote[data-callout=hint] .callout-title{color:#f97316;background-color:rgba(249,115,22,.12)}.prose blockquote[data-callout=hint] .callout-title-icon svg,blockquote[data-callout=hint] .callout-title-icon svg{stroke:#f97316;fill:none}.prose blockquote[data-callout=important],blockquote[data-callout=important]{border-left:4px solid #f97316;background-color:rgba(249,115,22,.08)}.prose blockquote[data-callout=important] .callout-title,blockquote[data-callout=important] .callout-title{color:#f97316;background-color:rgba(249,115,22,.12)}.prose blockquote[data-callout=important] .callout-title-icon svg,blockquote[data-callout=important] .callout-title-icon svg{stroke:#f97316;fill:none}.prose blockquote[data-callout=success],blockquote[data-callout=success]{border-left:4px solid #22c55e;background-color:rgba(34,197,94,.08)}.prose blockquote[data-callout=success] .callout-title,blockquote[data-callout=success] .callout-title{color:#22c55e;background-color:rgba(34,197,94,.12)}.prose blockquote[data-callout=success] .callout-title-icon svg,blockquote[data-callout=success] .callout-title-icon svg{stroke:#22c55e;fill:none}.prose blockquote[data-callout=check],blockquote[data-callout=check]{border-left:4px solid #22c55e;background-color:rgba(34,197,94,.08)}.prose blockquote[data-callout=check] .callout-title,blockquote[data-callout=check] .callout-title{color:#22c55e;background-color:rgba(34,197,94,.12)}.prose blockquote[data-callout=check] .callout-title-icon svg,blockquote[data-callout=check] .callout-title-icon svg{stroke:#22c55e;fill:none}.prose blockquote[data-callout=done],blockquote[data-callout=done]{border-left:4px solid #22c55e;background-color:rgba(34,197,94,.08)}.prose blockquote[data-callout=done] .callout-title,blockquote[data-callout=done] .callout-title{color:#22c55e;background-color:rgba(34,197,94,.12)}.prose blockquote[data-callout=done] .callout-title-icon svg,blockquote[data-callout=done] .callout-title-icon svg{stroke:#22c55e;fill:none}.prose blockquote[data-callout=question],blockquote[data-callout=question]{border-left:4px solid #a855f7;background-color:rgba(168,85,247,.08)}.prose blockquote[data-callout=question] .callout-title,blockquote[data-callout=question] .callout-title{color:#a855f7;background-color:rgba(168,85,247,.12)}.prose blockquote[data-callout=question] .callout-title-icon svg,blockquote[data-callout=question] .callout-title-icon svg{stroke:#a855f7;fill:none}.prose blockquote[data-callout=help],blockquote[data-callout=help]{border-left:4px solid #a855f7;background-color:rgba(168,85,247,.08)}.prose blockquote[data-callout=help] .callout-title,blockquote[data-callout=help] .callout-title{color:#a855f7;background-color:rgba(168,85,247,.12)}.prose blockquote[data-callout=help] .callout-title-icon svg,blockquote[data-callout=help] .callout-title-icon svg{stroke:#a855f7;fill:none}.prose blockquote[data-callout=faq],blockquote[data-callout=faq]{border-left:4px solid #a855f7;background-color:rgba(168,85,247,.08)}.prose blockquote[data-callout=faq] .callout-title,blockquote[data-callout=faq] .callout-title{color:#a855f7;background-color:rgba(168,85,247,.12)}.prose blockquote[data-callout=faq] .callout-title-icon svg,blockquote[data-callout=faq] .callout-title-icon svg{stroke:#a855f7;fill:none}.prose blockquote[data-callout=warning],blockquote[data-callout=warning]{border-left:4px solid #eab308;background-color:rgba(234,179,8,.08)}.prose blockquote[data-callout=warning] .callout-title,blockquote[data-callout=warning] .callout-title{color:#eab308;background-color:rgba(234,179,8,.12)}.prose blockquote[data-callout=warning] .callout-title-icon svg,blockquote[data-callout=warning] .callout-title-icon svg{stroke:#eab308;fill:none}.prose blockquote[data-callout=attention],blockquote[data-callout=attention]{border-left:4px solid #eab308;background-color:rgba(234,179,8,.08)}.prose blockquote[data-callout=attention] .callout-title,blockquote[data-callout=attention] .callout-title{color:#eab308;background-color:rgba(234,179,8,.12)}.prose blockquote[data-callout=attention] .callout-title-icon svg,blockquote[data-callout=attention] .callout-title-icon svg{stroke:#eab308;fill:none}.prose blockquote[data-callout=caution],blockquote[data-callout=caution]{border-left:4px solid #eab308;background-color:rgba(234,179,8,.08)}.prose blockquote[data-callout=caution] .callout-title,blockquote[data-callout=caution] .callout-title{color:#eab308;background-color:rgba(234,179,8,.12)}.prose blockquote[data-callout=caution] .callout-title-icon svg,blockquote[data-callout=caution] .callout-title-icon svg{stroke:#eab308;fill:none}.prose blockquote[data-callout=failure],blockquote[data-callout=failure]{border-left:4px solid #ef4444;background-color:rgba(239,68,68,.08)}.prose blockquote[data-callout=failure] .callout-title,blockquote[data-callout=failure] .callout-title{color:#ef4444;background-color:rgba(239,68,68,.12)}.prose blockquote[data-callout=failure] .callout-title-icon svg,blockquote[data-callout=failure] .callout-title-icon svg{stroke:#ef4444;fill:none}.prose blockquote[data-callout=missing],blockquote[data-callout=missing]{border-left:4px solid #ef4444;background-color:rgba(239,68,68,.08)}.prose blockquote[data-callout=missing] .callout-title,blockquote[data-callout=missing] .callout-title{color:#ef4444;background-color:rgba(239,68,68,.12)}.prose blockquote[data-callout=missing] .callout-title-icon svg,blockquote[data-callout=missing] .callout-title-icon svg{stroke:#ef4444;fill:none}.prose blockquote[data-callout=fail],blockquote[data-callout=fail]{border-left:4px solid #ef4444;background-color:rgba(239,68,68,.08)}.prose blockquote[data-callout=fail] .callout-title,blockquote[data-callout=fail] .callout-title{color:#ef4444;background-color:rgba(239,68,68,.12)}.prose blockquote[data-callout=fail] .callout-title-icon svg,blockquote[data-callout=fail] .callout-title-icon svg{stroke:#ef4444;fill:none}.prose blockquote[data-callout=danger],blockquote[data-callout=danger]{border-left:4px solid #ef4444;background-color:rgba(239,68,68,.08)}.prose blockquote[data-callout=danger] .callout-title,blockquote[data-callout=danger] .callout-title{color:#ef4444;background-color:rgba(239,68,68,.12)}.prose blockquote[data-callout=danger] .callout-title-icon svg,blockquote[data-callout=danger] .callout-title-icon svg{stroke:#ef4444;fill:none}.prose blockquote[data-callout=error],blockquote[data-callout=error]{border-left:4px solid #ef4444;background-color:rgba(239,68,68,.08)}.prose blockquote[data-callout=error] .callout-title,blockquote[data-callout=error] .callout-title{color:#ef4444;background-color:rgba(239,68,68,.12)}.prose blockquote[data-callout=error] .callout-title-icon svg,blockquote[data-callout=error] .callout-title-icon svg{stroke:#ef4444;fill:none}.prose blockquote[data-callout=bug],blockquote[data-callout=bug]{border-left:4px solid #dc2626;background-color:rgba(220,38,38,.08)}.prose blockquote[data-callout=bug] .callout-title,blockquote[data-callout=bug] .callout-title{color:#dc2626;background-color:rgba(220,38,38,.12)}.prose blockquote[data-callout=bug] .callout-title-icon svg,blockquote[data-callout=bug] .callout-title-icon svg{stroke:#dc2626;fill:none}.prose blockquote[data-callout=example],blockquote[data-callout=example]{border-left:4px solid #7c3aed;background-color:rgba(124,58,237,.08)}.prose blockquote[data-callout=example] .callout-title,blockquote[data-callout=example] .callout-title{color:#7c3aed;background-color:rgba(124,58,237,.12)}.prose blockquote[data-callout=example] .callout-title-icon svg,blockquote[data-callout=example] .callout-title-icon svg{stroke:#7c3aed;fill:none}.prose blockquote[data-callout=quote],blockquote[data-callout=quote]{border-left:4px solid #6b7280;background-color:rgba(107,114,128,.08)}.prose blockquote[data-callout=quote] .callout-title,blockquote[data-callout=quote] .callout-title{color:#6b7280;background-color:rgba(107,114,128,.12)}.prose blockquote[data-callout=quote] .callout-title-icon svg,blockquote[data-callout=quote] .callout-title-icon svg{stroke:#6b7280;fill:none}.prose blockquote[data-callout=cite],blockquote[data-callout=cite]{border-left:4px solid #6b7280;background-color:rgba(107,114,128,.08)}.prose blockquote[data-callout=cite] .callout-title,blockquote[data-callout=cite] .callout-title{color:#6b7280;background-color:rgba(107,114,128,.12)}.prose blockquote[data-callout=cite] .callout-title-icon svg,blockquote[data-callout=cite] .callout-title-icon svg{stroke:#6b7280;fill:none}html.dark .prose blockquote[data-callout=note],html.dark blockquote[data-callout=note]{background-color:rgba(107,114,128,.12)}html.dark .prose blockquote[data-callout=note] .callout-title,html.dark blockquote[data-callout=note] .callout-title{background-color:rgba(107,114,128,.18)}html.dark .prose blockquote[data-callout=abstract],html.dark blockquote[data-callout=abstract]{background-color:rgba(129,140,248,.12)}html.dark .prose blockquote[data-callout=abstract] .callout-title,html.dark blockquote[data-callout=abstract] .callout-title{background-color:rgba(129,140,248,.18)}html.dark .prose blockquote[data-callout=summary],html.dark blockquote[data-callout=summary]{background-color:rgba(129,140,248,.12)}html.dark .prose blockquote[data-callout=summary] .callout-title,html.dark blockquote[data-callout=summary] .callout-title{background-color:rgba(129,140,248,.18)}html.dark .prose blockquote[data-callout=tldr],html.dark blockquote[data-callout=tldr]{background-color:rgba(129,140,248,.12)}html.dark .prose blockquote[data-callout=tldr] .callout-title,html.dark blockquote[data-callout=tldr] .callout-title{background-color:rgba(129,140,248,.18)}html.dark .prose blockquote[data-callout=info],html.dark blockquote[data-callout=info]{background-color:rgba(26,122,158,.12)}html.dark .prose blockquote[data-callout=info] .callout-title,html.dark blockquote[data-callout=info] .callout-title{background-color:rgba(26,122,158,.18)}html.dark .prose blockquote[data-callout=todo],html.dark blockquote[data-callout=todo]{background-color:rgba(59,130,246,.12)}html.dark .prose blockquote[data-callout=todo] .callout-title,html.dark blockquote[data-callout=todo] .callout-title{background-color:rgba(59,130,246,.18)}html.dark .prose blockquote[data-callout=tip],html.dark blockquote[data-callout=tip]{background-color:rgba(249,115,22,.12)}html.dark .prose blockquote[data-callout=tip] .callout-title,html.dark blockquote[data-callout=tip] .callout-title{background-color:rgba(249,115,22,.18)}html.dark .prose blockquote[data-callout=hint],html.dark blockquote[data-callout=hint]{background-color:rgba(249,115,22,.12)}html.dark .prose blockquote[data-callout=hint] .callout-title,html.dark blockquote[data-callout=hint] .callout-title{background-color:rgba(249,115,22,.18)}html.dark .prose blockquote[data-callout=important],html.dark blockquote[data-callout=important]{background-color:rgba(249,115,22,.12)}html.dark .prose blockquote[data-callout=important] .callout-title,html.dark blockquote[data-callout=important] .callout-title{background-color:rgba(249,115,22,.18)}html.dark .prose blockquote[data-callout=success],html.dark blockquote[data-callout=success]{background-color:rgba(34,197,94,.12)}html.dark .prose blockquote[data-callout=success] .callout-title,html.dark blockquote[data-callout=success] .callout-title{background-color:rgba(34,197,94,.18)}html.dark .prose blockquote[data-callout=check],html.dark blockquote[data-callout=check]{background-color:rgba(34,197,94,.12)}html.dark .prose blockquote[data-callout=check] .callout-title,html.dark blockquote[data-callout=check] .callout-title{background-color:rgba(34,197,94,.18)}html.dark .prose blockquote[data-callout=done],html.dark blockquote[data-callout=done]{background-color:rgba(34,197,94,.12)}html.dark .prose blockquote[data-callout=done] .callout-title,html.dark blockquote[data-callout=done] .callout-title{background-color:rgba(34,197,94,.18)}html.dark .prose blockquote[data-callout=question],html.dark blockquote[data-callout=question]{background-color:rgba(168,85,247,.12)}html.dark .prose blockquote[data-callout=question] .callout-title,html.dark blockquote[data-callout=question] .callout-title{background-color:rgba(168,85,247,.18)}html.dark .prose blockquote[data-callout=help],html.dark blockquote[data-callout=help]{background-color:rgba(168,85,247,.12)}html.dark .prose blockquote[data-callout=help] .callout-title,html.dark blockquote[data-callout=help] .callout-title{background-color:rgba(168,85,247,.18)}html.dark .prose blockquote[data-callout=faq],html.dark blockquote[data-callout=faq]{background-color:rgba(168,85,247,.12)}html.dark .prose blockquote[data-callout=faq] .callout-title,html.dark blockquote[data-callout=faq] .callout-title{background-color:rgba(168,85,247,.18)}html.dark .prose blockquote[data-callout=warning],html.dark blockquote[data-callout=warning]{background-color:rgba(234,179,8,.12)}html.dark .prose blockquote[data-callout=warning] .callout-title,html.dark blockquote[data-callout=warning] .callout-title{background-color:rgba(234,179,8,.18)}html.dark .prose blockquote[data-callout=attention],html.dark blockquote[data-callout=attention]{background-color:rgba(234,179,8,.12)}html.dark .prose blockquote[data-callout=attention] .callout-title,html.dark blockquote[data-callout=attention] .callout-title{background-color:rgba(234,179,8,.18)}html.dark .prose blockquote[data-callout=caution],html.dark blockquote[data-callout=caution]{background-color:rgba(234,179,8,.12)}html.dark .prose blockquote[data-callout=caution] .callout-title,html.dark blockquote[data-callout=caution] .callout-title{background-color:rgba(234,179,8,.18)}html.dark .prose blockquote[data-callout=failure],html.dark blockquote[data-callout=failure]{background-color:rgba(239,68,68,.12)}html.dark .prose blockquote[data-callout=failure] .callout-title,html.dark blockquote[data-callout=failure] .callout-title{background-color:rgba(239,68,68,.18)}html.dark .prose blockquote[data-callout=missing],html.dark blockquote[data-callout=missing]{background-color:rgba(239,68,68,.12)}html.dark .prose blockquote[data-callout=missing] .callout-title,html.dark blockquote[data-callout=missing] .callout-title{background-color:rgba(239,68,68,.18)}html.dark .prose blockquote[data-callout=fail],html.dark blockquote[data-callout=fail]{background-color:rgba(239,68,68,.12)}html.dark .prose blockquote[data-callout=fail] .callout-title,html.dark blockquote[data-callout=fail] .callout-title{background-color:rgba(239,68,68,.18)}html.dark .prose blockquote[data-callout=danger],html.dark blockquote[data-callout=danger]{background-color:rgba(239,68,68,.12)}html.dark .prose blockquote[data-callout=danger] .callout-title,html.dark blockquote[data-callout=danger] .callout-title{background-color:rgba(239,68,68,.18)}html.dark .prose blockquote[data-callout=error],html.dark blockquote[data-callout=error]{background-color:rgba(239,68,68,.12)}html.dark .prose blockquote[data-callout=error] .callout-title,html.dark blockquote[data-callout=error] .callout-title{background-color:rgba(239,68,68,.18)}html.dark .prose blockquote[data-callout=bug],html.dark blockquote[data-callout=bug]{background-color:rgba(220,38,38,.12)}html.dark .prose blockquote[data-callout=bug] .callout-title,html.dark blockquote[data-callout=bug] .callout-title{background-color:rgba(220,38,38,.18)}html.dark .prose blockquote[data-callout=example],html.dark blockquote[data-callout=example]{background-color:rgba(124,58,237,.12)}html.dark .prose blockquote[data-callout=example] .callout-title,html.dark blockquote[data-callout=example] .callout-title{background-color:rgba(124,58,237,.18)}html.dark .prose blockquote[data-callout=quote],html.dark blockquote[data-callout=quote]{background-color:rgba(107,114,128,.12)}html.dark .prose blockquote[data-callout=quote] .callout-title,html.dark blockquote[data-callout=quote] .callout-title{background-color:rgba(107,114,128,.18)}html.dark .prose blockquote[data-callout=cite],html.dark blockquote[data-callout=cite]{background-color:rgba(107,114,128,.12)}html.dark .prose blockquote[data-callout=cite] .callout-title,html.dark blockquote[data-callout=cite] .callout-title{background-color:rgba(107,114,128,.18)}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:rgb(17 24 39/10%);--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:rgb(255 255 255/10%);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgb(0 0 0/50%);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.m-\[10px\]{margin:10px}.block{display:block}.inline{display:inline}.flex{display:flex}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.h-6{height:1.5rem}.h-screen{height:100vh}.w-6{width:1.5rem}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.border{border-width:1px}.p-0{padding:0}.p-\[10px\]{padding:10px}.text-6xl{font-size:3.75rem;line-height:1}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.dark\:prose-invert:is(.dark *){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}@media (min-width:768px){.md\:prose-lg{font-size:1.125rem;line-height:1.7777778}.md\:prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.md\:prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.md\:prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em}.md\:prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.md\:prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.md\:prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.md\:prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.md\:prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.md\:prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding-top:.2222222em;padding-inline-end:.4444444em;padding-bottom:.2222222em;padding-inline-start:.4444444em}.md\:prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.md\:prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.md\:prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.md\:prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;padding-inline-start:1.5em}.md\:prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.md\:prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.md\:prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.md\:prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.md\:prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.md\:prose-lg :where(.md\:prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.md\:prose-lg :where(.md\:prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.md\:prose-lg :where(.md\:prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.md\:prose-lg :where(.md\:prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.md\:prose-lg :where(.md\:prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.md\:prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.md\:prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.md\:prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.md\:prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-inline-start:1.5555556em}.md\:prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.md\:prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.md\:prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.md\:prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.md\:prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.md\:prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.md\:prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.md\:prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.md\:prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.md\:prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.md\:prose-lg :where(.md\:prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(.md\:prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 7 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 7 Free";--fa-font-light:normal 300 1em/1 "Font Awesome 7 Pro";--fa-font-thin:normal 100 1em/1 "Font Awesome 7 Pro";--fa-font-duotone:normal 900 1em/1 "Font Awesome 7 Duotone";--fa-font-duotone-regular:normal 400 1em/1 "Font Awesome 7 Duotone";--fa-font-duotone-light:normal 300 1em/1 "Font Awesome 7 Duotone";--fa-font-duotone-thin:normal 100 1em/1 "Font Awesome 7 Duotone";--fa-font-brands:normal 400 1em/1 "Font Awesome 7 Brands";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 7 Sharp";--fa-font-sharp-regular:normal 400 1em/1 "Font Awesome 7 Sharp";--fa-font-sharp-light:normal 300 1em/1 "Font Awesome 7 Sharp";--fa-font-sharp-thin:normal 100 1em/1 "Font Awesome 7 Sharp";--fa-font-sharp-duotone-solid:normal 900 1em/1 "Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-regular:normal 400 1em/1 "Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-light:normal 300 1em/1 "Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-thin:normal 100 1em/1 "Font Awesome 7 Sharp Duotone";--fa-font-slab-regular:normal 400 1em/1 "Font Awesome 7 Slab";--fa-font-slab-press-regular:normal 400 1em/1 "Font Awesome 7 Slab Press";--fa-font-whiteboard-semibold:normal 600 1em/1 "Font Awesome 7 Whiteboard";--fa-font-thumbprint-light:normal 300 1em/1 "Font Awesome 7 Thumbprint";--fa-font-notdog-solid:normal 900 1em/1 "Font Awesome 7 Notdog";--fa-font-notdog-duo-solid:normal 900 1em/1 "Font Awesome 7 Notdog Duo";--fa-font-etch-solid:normal 900 1em/1 "Font Awesome 7 Etch";--fa-font-graphite-thin:normal 100 1em/1 "Font Awesome 7 Graphite";--fa-font-jelly-regular:normal 400 1em/1 "Font Awesome 7 Jelly";--fa-font-jelly-fill-regular:normal 400 1em/1 "Font Awesome 7 Jelly Fill";--fa-font-jelly-duo-regular:normal 400 1em/1 "Font Awesome 7 Jelly Duo";--fa-font-chisel-regular:normal 400 1em/1 "Font Awesome 7 Chisel";--fa-font-utility-semibold:normal 600 1em/1 "Font Awesome 7 Utility";--fa-font-utility-duo-semibold:normal 600 1em/1 "Font Awesome 7 Utility Duo";--fa-font-utility-fill-semibold:normal 600 1em/1 "Font Awesome 7 Utility Fill"}.svg-inline--fa{box-sizing:content-box;display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em;width:var(--fa-width,1.25em)}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.0714285714em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa .fa-pull-start,.svg-inline--fa.fa-pull-left{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.svg-inline--fa .fa-pull-end,.svg-inline--fa.fa-pull-right{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);inset-inline-start:calc(-1 * var(--fa-li-width, 2em));inset-block-start:.25em}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:var(--fa-width,1.25em)}.fa-layers .svg-inline--fa{inset:0;margin:auto;position:absolute;transform-origin:center center}.fa-layers-text{left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);transform:scale(var(--fa-counter-scale,.25));transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:calc(10 / 16 * 1em);line-height:calc(1 / 10 * 1em);vertical-align:calc((6 / 10 - .375) * 1em)}.fa-xs{font-size:calc(12 / 16 * 1em);line-height:calc(1 / 12 * 1em);vertical-align:calc((6 / 12 - .375) * 1em)}.fa-sm{font-size:calc(14 / 16 * 1em);line-height:calc(1 / 14 * 1em);vertical-align:calc((6 / 14 - .375) * 1em)}.fa-lg{font-size:calc(20 / 16 * 1em);line-height:calc(1 / 20 * 1em);vertical-align:calc((6 / 20 - .375) * 1em)}.fa-xl{font-size:calc(24 / 16 * 1em);line-height:calc(1 / 24 * 1em);vertical-align:calc((6 / 24 - .375) * 1em)}.fa-2xl{font-size:calc(32 / 16 * 1em);line-height:calc(1 / 32 * 1em);vertical-align:calc((6 / 32 - .375) * 1em)}.fa-width-auto{--fa-width:auto}.fa-fw,.fa-width-fixed{--fa-width:1.25em}.fa-ul{list-style-type:none;margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0}.fa-ul>li{position:relative}.fa-li{inset-inline-start:calc(-1 * var(--fa-li-width, 2em));position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.0625em);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,.1875em .25em)}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.fa-pull-end,.fa-pull-right{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation:none!important;transition:none!important}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:black}.svg-inline--fa.fa-inverse{fill:var(--fa-inverse,#fff)}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.svg-inline--fa.fa-stack-1x{--fa-width:1.25em;height:1em;width:var(--fa-width)}.svg-inline--fa.fa-stack-2x{--fa-width:2.5em;height:2em;width:var(--fa-width)}.fa-stack-1x,.fa-stack-2x{inset:0;margin:auto;position:absolute;z-index:var(--fa-stack-z-index,auto)}