code[data-theme*=" "],code[data-theme*=" "] span{color:var(--shiki-light);background-color:var(--shiki-light-bg)}@media (prefers-color-scheme:dark){code[data-theme*=" "],code[data-theme*=" "] span{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}}[data-rehype-pretty-code-figure]{position:relative;margin-top:1.5rem;margin-bottom:1rem}[data-rehype-pretty-code-figure] code{display:grid;min-width:100%;word-break:break-word;border-radius:0;border:0;background-color:transparent;padding:0;counter-reset:line;-webkit-box-decoration-break:clone;box-decoration-break:clone}[data-line]{padding-left:1rem;min-height:1rem;padding-top:.125rem;padding-bottom:.125rem;width:100%;display:inline-block}[data-line-numbers]>[data-line]:before{color:#6b7280;font-size:.75rem;counter-increment:line;content:counter(line);display:inline-block;width:1rem;margin-right:1.5rem;text-align:right}[data-highlighted-line]{position:relative}[data-highlighted-chars]{border-radius:.125rem;background-color:rgba(39,39,42,.5);padding:.25rem;color:#18181b}[data-rehype-pretty-code-title]{margin-top:.75rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.mdx>.steps:first-child>h3:first-child{margin-top:0}.steps>h3{margin-top:2rem;margin-bottom:1rem;font-size:1rem;font-weight:600}.video-upload-container{border:1px dashed #ccc;padding:20px;text-align:center}.upload-area{cursor:pointer;padding:20px;border:1px solid #ddd;margin-bottom:10px}.progress-bar{height:10px;background-color:#eee;margin-bottom:10px}.progress{height:100%;background-color:#4caf50;width:0}.error-message{color:red}.video-preview{margin-top:10px}.mdx details{border:1px solid rgba(120,130,150,.25);border-radius:.6rem;padding:.85rem 1rem .9rem;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0));margin-top:.9rem;transition:background-color .25s,border-color .25s;overflow:visible}.mdx{width:100%;overflow-wrap:anywhere;word-break:break-word;padding-left:0;padding-right:0}.mdx h1,.mdx h2,.mdx h3,.mdx h4,.mdx h5,.mdx h6,.mdx p{max-width:72ch}.legal-mdx>*{margin-left:0;margin-right:0}.mdx>.image-wrapper,.mdx>figure,.mdx>img{display:block}@media (max-width:480px){.mdx h1{font-size:clamp(1.75rem,6vw,2.25rem)}.mdx h2{font-size:clamp(1.35rem,5.2vw,1.85rem)}.mdx h3{font-size:clamp(1.1rem,4.6vw,1.35rem)}.mdx li,.mdx p{font-size:.95rem;line-height:1.5}}.mdx details summary{flex-wrap:wrap}.mdx code{white-space:break-spaces;word-break:break-word}.mdx pre{max-width:100%;overflow-x:auto}.mdx table{width:100%;border-collapse:collapse}.mdx table td,.mdx table th{word-break:break-word}.mdx table thead{position:sticky;top:0}@media (max-width:640px){.mdx table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}.mdx .image-wrapper,.mdx figure,.mdx img{max-width:100%;height:auto}.mdx details>:not(summary){max-width:100%}@media (max-width:380px){.mdx li,.mdx p{-webkit-hyphens:auto;hyphens:auto}}.mdx details[open]{background:rgba(255,255,255,.04);border-color:rgba(120,130,150,.4)}@media (prefers-color-scheme:light){.mdx details{background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,0));border-color:rgba(0,0,0,.08)}.mdx details[open]{background:rgba(0,0,0,.035);border-color:rgba(0,0,0,.15)}}.mdx details summary{cursor:pointer;list-style:none;display:block;position:relative;font-weight:600;font-size:.95rem;line-height:1.35;white-space:normal;width:100%;max-width:100%;padding-left:1.55rem;padding-right:1rem;overflow:visible!important;box-sizing:border-box;word-break:break-word;overflow-wrap:anywhere}.mdx details summary::-webkit-details-marker{display:none}.mdx details summary:before{content:"";width:.85rem;height:.85rem;border:2px solid;border-radius:4px;position:absolute;left:0;top:.55rem;transition:background-color .25s,color .25s,transform .25s ease}.mdx details[open] summary:before{background:currentColor;color:#0d1117;transform:rotate(90deg)}.mdx details summary strong{font-weight:600;display:block;width:100%;box-sizing:border-box;padding-right:2px;word-break:break-word;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}@media (max-width:420px){.mdx details summary{font-size:.9rem}}@media (max-width:360px){.mdx details summary{font-size:.85rem}}.mdx details p{margin-top:.75rem;font-size:.9rem;line-height:1.5}.mdx details[open]>:not(summary){animation:faq-fade .35s ease}@keyframes faq-fade{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.mdx .faq{margin-top:1rem}.mdx .faq-section{margin:1.25rem 0 1.75rem}.mdx .faq-section>h2{font-size:1.1rem;font-weight:700;margin:0 0 .75rem;color:var(--foreground)}.mdx .faq-list{display:grid;gap:.75rem}@media (min-width:720px){.mdx .faq-list{grid-template-columns:1fr 1fr}}.mdx .faq-item{will-change:background,border-color,box-shadow}.mdx .faq-item:hover{border-color:rgba(120,130,150,.45)}.mdx .faq-item summary{padding-left:1.75rem}.mdx .faq-item summary:before{border-radius:999px;width:.6rem;height:.6rem;top:.6rem}.mdx .faq-item[open]{box-shadow:0 2px 12px rgba(0,0,0,.06)}