@import "/fonts.css";main{padding-top:64px!important}html.dark .black-logo,html.light .white-logo{display:none!important}:root{--logo-url:url(/logo-black.svg)}html.dark{--logo-url:url(/logo-white.svg)}.theme-logo{width:80px;height:80px;background-image:var(--logo-url);background-size:contain;background-repeat:no-repeat;background-position:50%}img,video{border-radius:12px;max-width:100%;height:auto}video{display:block}main p:has(>img),main p:has(>video){border-radius:12px;overflow:hidden;display:flex;justify-content:center;align-items:center}.video-container{width:100%;margin:1rem 0}.video-container,.video-responsive{border-radius:12px;overflow:hidden;position:relative}.video-responsive{padding-bottom:56.25%;height:0}.video-responsive iframe,.video-responsive video{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px}iframe{border-radius:12px;max-width:100%}video::-webkit-media-controls-panel{border-radius:0 0 12px 12px}html.dark video{border:1px solid rgba(255,255,255,.1)}html.light video{border:1px solid rgba(0,0,0,.05)}table{width:100%;border-collapse:separate;border-spacing:0;margin-bottom:20px;border-radius:12px;word-wrap:break-word}table td:first-child,table th:first-child{white-space:nowrap}table td code.nextra-code{white-space:pre-wrap!important;overflow-wrap:anywhere!important;word-break:normal!important}.nextra-scrollbar{overflow-x:auto;max-width:100%}html.light th{background-color:#f2f2f2}html.light td,html.light th{padding:12px 16px;text-align:left;color:#333;border:1px solid #ddd}html.light td{vertical-align:top;word-wrap:break-word;word-break:normal}html.light th:first-child{border-top-left-radius:12px}html.light th:last-child{border-top-right-radius:12px}html.light tr:last-child td:first-child{border-bottom-left-radius:12px}html.light tr:last-child td:last-child{border-bottom-right-radius:12px}html.light td:not(:last-child),html.light th:not(:last-child){border-right:none}html.light th:hover{background-color:#e6e6e6}html.light tbody tr:hover{background-color:#f8f9fa}html.dark th{background-color:#2d2d2d}html.dark td,html.dark th{padding:12px 16px;text-align:left;color:#e6e6e6;border:1px solid #444}html.dark td{vertical-align:top;word-wrap:break-word;word-break:normal}html.dark th:first-child{border-top-left-radius:12px}html.dark th:last-child{border-top-right-radius:12px}html.dark tr:last-child td:first-child{border-bottom-left-radius:12px}html.dark tr:last-child td:last-child{border-bottom-right-radius:12px}html.dark td:not(:last-child),html.dark th:not(:last-child){border-right:none}html.dark th:hover{background-color:#3a3a3a}html.dark tbody tr:hover{background-color:#374151}