.dropdown{background:transparent;box-shadow:0 0 0 2px #0000001a inset;padding:8px 16px;display:flex;border-radius:100px;gap:8px;position:relative;justify-content:space-between;cursor:pointer;user-select:none;-webkit-user-select:none;font-weight:700;transition:.2s all}.dropdown:hover{background:#eeeeee}.dropdown .options{position:absolute;top:calc(100% + 4px);left:0;padding:8px;border-radius:12px;flex-direction:column;box-shadow:0 0 0 2px #0000001a inset;min-width:100%;background:white;border:1px solid #dddddd;z-index:1}.dropdown .options .option{border-radius:8px;padding:10px;display:flex;flex-direction:row;gap:12px;white-space:nowrap;transition:.2s all}.dropdown .options .option:hover{background:#eeeeee}@media (prefers-color-scheme: dark){.dropdown:hover,.dropdown .options{background:#333333}.dropdown .options .option:hover{background:#666666}.dropdown .options{border:2px solid #222222}}.checkbox{display:flex;width:max-content;padding:8px;border-radius:6px;gap:8px;align-items:center;cursor:pointer;user-select:none;-webkit-user-select:none}.checkbox-tick{width:16px;height:16px;border-radius:4px;border:2px solid var(--theme);transition:.3s all;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;flex-direction:row;text-align:center}.checkbox:hover{background:#eeeeee}.checkbox:hover .checkbox-tick{border:2px solid var(--theme2)}.checkbox-ticked{background:var(--theme)}.checkbox:hover .checkbox-ticked{background:var(--theme2)}:root{font-family:Urbanist,sans-serif;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--theme: #0099dd;--theme2: #9900dd;--theme-dark: #0066aa;--theme2-dark: #6600aa;--theme-light: #88ddff;--theme2-light: #dd88ff}body{margin:0}h1{font-size:3.2em;line-height:1.1}a{text-decoration:none}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}}.title-gradient{color:var(--theme2);margin:0;background:linear-gradient(-75deg,var(--theme),var(--theme2));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.error-banner{position:fixed;bottom:0;left:0;margin:40px;background:#ff0000;box-shadow:0 0 5px red;width:calc(100% - 80px);max-width:600px;display:grid;justify-content:space-between;align-items:start;justify-items:center;padding:12px;box-sizing:border-box;border-radius:10px;color:#fff;grid-template-columns:auto min-content;gap:16px;user-select:none;-webkit-user-select:none;font-weight:700}.error-banner button{background:transparent;color:#fff;box-sizing:border-box;width:30px;height:30px;padding:0;border-radius:3px;font-size:12px;border:none;transition:.2s all}.error-banner button:hover{box-shadow:0 0 100px #0000001a inset;border:none;transform:scale(1.1)}.error-banner button:active{transform:scale(1.05)}input[type=text]{padding:12px 16px;outline:none;border-radius:6px;border:1px solid var(--theme);font-size:16px;width:100%;box-sizing:border-box;transition:.2s all;background:white;margin-bottom:8px}input[type=text]:hover{box-shadow:0 0 8px -4px var(--theme)}input[type=text]:focus{border:1px solid var(--theme2);box-shadow:0 0 8px -4px var(--theme2)}.helper-label{display:inline-block;width:100%;font-size:14px;font-weight:700;margin-left:16px;margin-top:12px;margin-bottom:6px}.helper-label-hint{display:inline-block;cursor:pointer;user-select:none;-webkit-user-select:none;background:var(--theme);color:#fff;width:18px;text-align:center;margin-right:8px;border-radius:200px;transition:.2s all;margin-bottom:6px}.helper-label-hint:hover{background:var(--theme-dark)}button{border-radius:6px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#eee;cursor:pointer;transition:all .25s;max-width:400px}button:hover{background:#dddddd;transform:scale(1.05)}button:active{background:#cccccc;transform:scale(.95)}button.submit{background:var(--theme);transition:.3s all;outline:none;border-radius:6px;color:#fff}button.submit:hover{background:var(--theme2)}button.delete{background:rgb(220,0,0);transition:.3s all;outline:none;border-radius:6px;color:#fff}button.delete:hover{background:rgb(160,0,0)}.modal{background:white;margin:24px;box-sizing:border-box;padding:24px;border-radius:8px;box-shadow:0 0 12px var(--theme2-dark);outline:none;display:grid;grid-auto-rows:60px auto auto}.modal>div:nth-child(2){overflow:auto;max-height:calc(100vh - 220px);padding:24px;box-sizing:border-box}.toggle-buttons{display:flex;flex-direction:row;width:min-content}.toggle-buttons button{padding:8px 14px;border-radius:0;transition:.2s all;outline:none;border:0px}.toggle-buttons-compact button{padding:6px 12px;font-size:14px}.toggle-buttons button.selected{background:var(--theme);color:#fff}.toggle-buttons button:hover{background:#dddddd;transform:scale(1)}.toggle-buttons button:active{color:#fff;background:var(--theme2-dark);transform:scale(1)}.toggle-buttons button.selected:hover{background:var(--theme-dark);transform:scale(1)}.toggle-buttons button.selected:active{background:var(--theme2-dark);transform:scale(1)}.toggle-buttons button:nth-child(1){border-top-left-radius:6px;border-bottom-left-radius:6px}.toggle-buttons button:nth-last-child(1){border-top-right-radius:6px;border-bottom-right-radius:6px}@media (prefers-color-scheme: dark){.toggle-buttons button:hover{background:#333333}}.copy{padding:0;height:30px;width:30px;font-size:14px;background:#eeeeee;border-radius:6px}@media (prefers-color-scheme: dark){.copy{background:#141414}}@media (prefers-color-scheme: dark){input[type=text],.modal{background:black}button{background:#141414}button:hover{background:#000000}}.navbar{position:sticky;top:0;background:rgba(255,255,255,.5);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);align-items:center;box-shadow:none;display:flex;width:100%;justify-content:center;z-index:1000}.navbar-inner{display:flex;flex-direction:row;max-width:1000px;width:100%;box-sizing:border-box;gap:18px;align-items:center;padding:10px 20px}.navbar-bars{font-size:22px;transition:.2s all;display:none}.navbar-bars:hover{transform:scale(1.2)}.navbar-brand{color:#000;font-weight:700;font-size:24px;flex-grow:1;display:flex;flex-direction:row;gap:8px;align-items:center}.navbar-brand img{display:block;width:32px;height:32px}.navbar-links{display:flex;border-radius:9px;transition:.2s all;background:rgba(0,0,0,0);padding:4px;gap:4px}.navbar-links:hover{background:rgba(0,0,0,.05)}.navbar-link{color:#000;border-radius:6px;padding:6px 10px;transition:.2s all;font-weight:700}.navbar-link:hover{background:rgba(0,0,0,.1);color:#000}.navbar-link:active{transform:scale(.9)}.sidebar-navbar{position:fixed;top:0;height:100%;z-index:100000;background:white;transition:.3s all;box-shadow:0 0 40px #0003}.sidebar-navbar-background{background:black;position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;transition:.3s all}.sidebar-navbar-link{font-weight:700;color:var(--theme-dark);display:block;width:100%;padding:12px 20px;box-sizing:border-box;text-align:left;transition:.2s all}.sidebar-navbar-link:hover{box-shadow:0 0 0 100px #0000001a inset;color:var(--theme-dark)}.sidebar-navbar-link-selected,.sidebar-navbar-link-selected:hover{color:var(--theme2-dark)}.navbar-link-selected{color:#fff;border-radius:6px;padding:6px 10px;transition:.4s all;font-weight:700;background-size:400% 100%;background-image:linear-gradient(120deg,var(--theme) 25%,var(--theme2) 100%)}.navbar-link-selected:hover{color:#fff;background-size:100% 100%}.navbar-link-selected:active{transform:scale(.9)}.sub-navbar-link{color:#000;border-radius:600px;padding:6px 12px;transition:.4s all;font-weight:700;transition:.3s all}.sub-navbar-link-selected{color:#fff;transition:.3s all;background-size:400% 100%;background-image:linear-gradient(120deg,var(--theme) 25%,var(--theme2) 100%)}.sub-navbar-link:hover{background:rgba(0,0,0,.1);color:#000}.sub-navbar-link-selected:hover{color:#fff;background-image:linear-gradient(120deg,var(--theme) 25%,var(--theme2) 100%);background-size:100% 100%}.sub-navbar-link:active{transform:scale(.9)}.signIn{font-weight:700;color:#fff;border-radius:100px;padding:6px 24px;transition:.4s all;background-size:400% 100%;background-image:linear-gradient(120deg,var(--theme2) 25%,var(--theme) 100%)}.signIn:hover{color:#fff;background-size:100% 100%;transform:scale(1.05);box-shadow:0 0 0 4px #0000001a}.signIn:active{transform:scale(.95)}@media (prefers-color-scheme: dark){.navbar-brand{color:#fff!important}.navbar{background:rgba(35,35,35,.5)}.navbar-link{color:#fff}.navbar-link:hover{background:rgba(70,70,70);color:#fff}.navbar-link-selected{color:#fff}.navbar-links:hover{background:rgba(255,255,255,.05)}.sub-navbar-link{color:#fff}.sub-navbar-link:hover{background:rgba(70,70,70);color:#fff}.sub-navbar-link-selected{color:#fff}.sub-navbar-link-selected:hover{background-image:linear-gradient(120deg,var(--theme) 25%,var(--theme2) 100%);background-size:100% 100%}.sub-navbar-links:hover{background:rgba(255,255,255,.05)}.sidebar-navbar{background:black}.signIn:hover{box-shadow:0 0 0 4px #ffffff1a}}@media (max-width: 800px){.navbar-links{display:none}.navbar-bars{display:block}}.downloadItem{transition:.2s all;width:200px;height:200px;border-radius:9px;margin:0;position:relative;transform:translate(0);box-shadow:0 0 gray}.downloadItem img{display:block;border-radius:9px;width:100%;height:100%;object-fit:cover}.downloadItem img:nth-child(1){transition:.2s all;filter:blur(0px);transform:scale(.9)}.downloadItem img:nth-child(2){transform:translateY(-100%)}.downloadItem:hover img:nth-child(1){filter:blur(30px)}.downloadItem:hover{transform:scale(.96)}.downloadItem:active{transform:scale(.92)}.downloadItem div{position:absolute;bottom:0;padding:6px 10px;color:#000;font-size:14px;box-sizing:border-box;width:188px;margin:6px;border-radius:6px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);font-weight:700;background:rgba(255,255,255,.4)}.paragraph-grid{width:100%;gap:16px;display:grid}.paragraph-grid p{padding:16px;box-sizing:border-box;border-radius:16px;color:#000;margin:0;height:fit-content;transition:.2s all}.paragraph-grid p:hover{transform:scale(1.05)}.paragraph-grid p .header{font-size:24px;font-weight:700;display:block}@media (max-width: 800px){.paragraph-grid{grid-template-columns:100%}.paragraph-grid p:nth-child(8n+1){background:var(--theme);color:#fff}.paragraph-grid p:nth-child(8n+3){background:var(--theme2);color:#fff}.paragraph-grid p:nth-child(8n+5){background:var(--theme-light);color:#000}.paragraph-grid p:nth-child(8n+7){background:var(--theme2-light);color:#000}}@media (min-width: 800px){.paragraph-grid{grid-template-columns:50% 50%}.paragraph-grid p:nth-child(8n+1){background:var(--theme);color:#fff}.paragraph-grid p:nth-child(8n+4){background:var(--theme2);color:#fff}.paragraph-grid p:nth-child(8n+5){background:var(--theme-light);color:#000}.paragraph-grid p:nth-child(8n+7){background:var(--theme2-light);color:#000}}.callout{display:block;box-sizing:border-box;background:rgb(150,0,255,.02);padding:16px;border:2px solid var(--theme2-dark);border-radius:8px;margin-bottom:16px}.article-item-title{font-weight:700;text-align:center;display:flex;max-width:80%;flex-direction:column;margin:auto}.article-item-title span:nth-child(1){font-size:32px}.article-item-title span:nth-child(2){font-size:16px}@media (prefers-color-scheme: dark){.paragraph-grid p{color:#fff}}pre:has(>.hljs){margin:0}.article-breadcrumb{color:#555;transition:.2s all;font-weight:700;font-size:14px}.article-breadcrumb:hover{color:var(--theme-dark)}@media (prefers-color-scheme: dark){.article-breadcrumb{color:#ccc}.article-breadcrumb:hover{background:rgba(255,255,255,.05)}}.article-image-gallery-container{display:flex;flex-direction:column;width:100%;align-items:center;gap:8px}.article-image-gallery{position:relative;height:400px;width:80%;overflow:hidden;user-select:none;-webkit-user-select:none}.article-image-gallery-container .bottom-panel{display:flex;width:100%;justify-content:center;gap:8px;user-select:none;-webkit-user-select:none}.article-image-gallery-container .bottom-panel .image-button{background:#eeeeee;border-radius:100px;width:20px;height:20px;transition:.2s all;user-select:none;-webkit-user-select:none}.article-image-gallery .image-wrapper{max-height:400px;position:absolute;display:flex;width:100%;justify-content:center;top:0;left:0;flex-direction:column;transition:.4s all;user-select:none;-webkit-user-select:none}.article-image-gallery .image-wrapper img{max-width:100%;height:400px;object-fit:contain;user-select:none;-webkit-user-select:none}.article-image-gallery .side-button-container{position:absolute;height:100%;user-select:none;-webkit-user-select:none;display:flex;align-items:center}.article-image-gallery .side-button-container span{width:45px;text-align:center;background:rgba(0,0,0,.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);margin:12px;border-radius:100px;padding:10px;box-sizing:border-box;opacity:0;transition:.3s all}.article-image-gallery .side-button-container span:hover{background:rgba(0,0,0,.1);transform:scale(1.1)}.article-image-gallery .side-button-container span:active{transform:scale(.9)}.article-image-gallery:hover .side-button-container span{opacity:1}@media (prefers-color-scheme: dark){.article-image-gallery .side-button-container span{background:#141414}.article-image-gallery .side-button-container span:hover{background:#000000}.article-image-gallery-container .bottom-panel .image-button{background:#141414}}.article-image-gallery-container .bottom-panel .image-button-selected,.article-image-gallery-container .bottom-panel .image-button-selected:hover{background:var(--theme2)}.article-image-gallery-container .bottom-panel .image-button-selected:active{background:var(--theme2-dark)}.article-image-gallery-container .bottom-panel .image-button:hover{background:var(--theme);transform:scale(1.2);user-select:none;-webkit-user-select:none}.article-image-gallery-container .bottom-panel .image-button:active{background:var(--theme-dark);transform:scale(1.1)}.article-image-gallery-title,.article-image-gallery-description{display:block;position:absolute;margin:12px;padding:12px;border-radius:10px;background:rgba(255,255,255,.5);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);transition:.3s all;opacity:0;max-width:60%}.article-image-gallery-title{top:-100%;font-weight:700}.article-image-gallery-description{bottom:-100%}.article-image-gallery:hover .article-image-gallery-title{top:0;opacity:1}.article-image-gallery:hover .article-image-gallery-description{bottom:0;opacity:1}@media (prefers-color-scheme: dark){.article-image-gallery-title,.article-image-gallery-description{background:rgba(0,0,0,.5);color:#fff}}.react-syntax-highlighter-line-number{user-select:none;-webkit-user-select:none;color:#999}.hljs{display:block;overflow-x:auto;padding:1em;margin:0;border-radius:10px;background:#f8f8ff;color:#000}.hljs-comment{color:var(--theme-dark);font-style:italic}.hljs-quote{color:#ff9991;font-style:italic}.hljs-keyword{color:var(--theme-dark)}.hljs-selector-tag{color:#ff9992}.hljs-literal{color:var(--theme-dark)}.hljs-number{color:#ff9995}.hljs-string{color:var(--theme2-dark)}.hljs-subst{color:var(--theme-dark)}.hljs-doctag{color:#ff9990}.hljs-selector-id{color:#ff9991}.hljs-selector-class{color:#ff9992}.hljs-section{color:#ff9993}.hljs-type{color:#ff9994}.hljs-params{color:var(--theme2-dark)}.hljs-title{color:#ff9996;font-weight:700}.hljs-tag{color:#ff9997;font-weight:400}.hljs-name{color:#ff9998;font-weight:400}.hljs-attribute{color:#f99;font-weight:400}.hljs-variable{color:var(--theme)}.hljs-template-variable{color:#ff999a}.hljs-regexp{color:#ff999b}.hljs-link{color:#ff999c}.hljs-symbol{color:#ff999d}.hljs-bullet{color:#ff999e}.hljs-built_in{color:var(--theme-dark)}.hljs-builtin-name{color:#ff9996}.hljs-meta{color:#ff9997;font-weight:700}.hljs-deletion{background:#ff9998}.hljs-addition{background:#ff9999}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@media (prefers-color-scheme: dark){.hljs{background:#111122;color:#fff}}.footer{max-width:1000px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;margin:auto auto 20px}.footer a{color:var(--theme-dark);font-weight:700;transition:.2s all}.footer a:hover{color:var(--theme2-dark)}.authContainer{max-width:600px;width:100%;background:#f9f9f9;border-radius:20px;margin:48px auto;display:flex;flex-direction:column;padding:24px;box-sizing:border-box;align-items:center;gap:24px}.signinButtonsContainer{display:flex;flex-direction:column;gap:8px;width:100%;align-items:center}.authTitle{font-weight:700;font-size:24px}.authFooter{font-style:italic;margin:0 24px;text-align:center;opacity:.7}.signInWithButton{width:100%;max-width:300px;transition:.2s all;border-radius:5px;padding:12px;outline:none;border:none;font-weight:700}.signInWithButton:hover{transform:scale(1.05);outline:none;border:none}.signInWithTest,.signInWithTest:hover{background:linear-gradient(150deg,var(--theme) 0%,var(--theme2) 100%);color:#fff}.signInWithApple,.signInWithApple:hover{background:black;color:#fff}.signInWithMicrosoft,.signInWithMicrosoft:hover{background:#ffffff;color:#000;box-shadow:0 0 0 1px #06d inset}.signInWithGithub,.signInWithGithub:hover{background:#6600aa;color:#fff}@media (prefers-color-scheme: dark){.authContainer{background:rgba(0,0,0,.5)!important}}.card,.api-access-user{background:transparent}.card{transition:.2s all;border-radius:14px;background-size:300% 300%;border:2px solid transparent;color:#000}.card:hover{background:#f0f0f0}.card:active{border:2px solid var(--theme)}.card img{height:100px;width:100px;border-radius:8px;object-fit:cover;display:block}.card-icon{padding:8px;color:var(--theme)}@media (prefers-color-scheme: dark){.card{color:#fff}.card:hover{background:#111111}}.api-access-user{border-radius:6px;padding:12px;display:grid;grid-template-columns:54px auto;transition:.2s all;box-sizing:border-box;border:2px solid transparent;cursor:pointer;user-select:none;-webkit-user-select:none;gap:0}.api-access-user:hover{background:#f0f0f0}.api-access-user:active{border:2px solid var(--theme)}.api-access-user-enabled{font-size:26px;display:flex;justify-content:center;align-items:center;margin-right:8px}.api-access-user-enabled-check{color:var(--theme)}.api-access-user-enabled-x{color:red}.tile-grid{display:grid;grid-template-columns:auto auto auto;gap:16px}.tile-grid .tile{background:#eeeeee;border-radius:12px;height:160px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;transition:.2s all;border:2px solid transparent}.tile-grid .tile .subtext{font-weight:700;color:#333}.tile-grid .tile:hover{border:2px solid var(--theme2);transform:scale(1.06)}.tile-grid .tile span{transition:.2s all}.tile-grid .tile:hover span{transform:scale(1.1)}.tile-grid .tile-large{grid-column:span 2}@media (max-width: 600px){.tile-grid{grid-template-columns:auto auto}}@media (prefers-color-scheme: dark){.api-access-user:hover{background:#191919}.tile-grid .tile{background:#333333;color:#fff}.tile-grid .tile .subtext{color:#bbb}}
