.footer{display:flex;width:100%;padding:75px 240px;flex-direction:column;gap:48px;border-top:1px solid rgba(255,255,255,.1);background:radial-gradient(1500px 1500px at 50% 0%,#1b1723,#fff0)}.footer.embed{border-top:none;background:radial-gradient(140.1% 165.91% at 50% 165.91%,#a689d91a 50%,#fff0);padding-top:0!important}@media screen and (max-width:1200px){.footer{padding-inline:120px}}@media screen and (max-width:683px){.footer{padding-inline:48px}}.footer-group{display:flex;justify-content:space-between;align-items:flex-start;width:100%}@media screen and (max-width:983px){.footer-group{flex-direction:column;gap:48px}}.footer-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}@media screen and (max-width:983px){.footer-item:not(.last){flex-direction:column;align-items:flex-start}}@media screen and (max-width:683px){.footer-item.last{flex-direction:column;align-items:flex-start}}.footer-item:focus{outline:2px solid var(--color-blue-500);border-radius:4px;padding:20px;margin:-20px;width:calc(100% + 40px)}.footer-item-status{display:flex;align-items:center;gap:16px;color:var(--color-secondary-vibrant);text-decoration:none;transition:color .2s ease-in-out}.footer-item-status:hover{color:var(--fill-secondary-vibrant)}.footer-item-status .status-dot{width:8px;height:8px;border-radius:50px}.footer-item-status .status-dot.operational{background:var(--color-green-300);box-shadow:0 0 20px 2px var(--color-green-500)}.footer-item-status .status-dot.degraded{background:var(--color-orange-300);box-shadow:0 0 20px 2px var(--color-orange-500)}.footer-item-status .status-dot.offline{background:var(--color-red-300);box-shadow:0 0 20px 2px var(--color-red-500)}.footer-item-status .status-text{font-size:16px;font-weight:400;line-height:140%;display:flex;align-items:center;gap:4px}.footer-item-cpy{display:flex;align-items:center;gap:8px;color:var(--color-secondary-vibrant);font-size:14px;font-weight:400;line-height:140%}.footer-item-cpy .sep{width:2px;height:2px;border-radius:50px;background:var(--fill-secondary-vibrant)}.footer-item-input{display:flex;height:35px;align-items:flex-start}@media screen and (max-width:983px){.footer-item-input{width:100%}}@media screen and (max-width:683px){.footer-item-input{height:40px}}.footer-item-input input{display:flex;width:262px;padding:8px 16px;align-items:center;gap:8px;border-radius:4px 0 0 4px;border:1px solid rgba(255,255,255,.1);background-color:none;background:#b2b2b236;height:100%;font-size:14px}.footer-item-input input::placeholder{color:var(--color-secondary-vibrant);opacity:1}.footer-item-input input:focus{outline:none;border:2px solid var(--color-blue-500);padding:7px 15px}@media screen and (max-width:983px){.footer-item-input input{width:100%}}@media screen and (max-width:683px){.footer-item-input input{font-size:16px}}.footer-item-input button{display:flex;padding:6px 12px;align-items:center;gap:8px;height:100%;border-radius:0 4px 4px 0;border:1px solid rgba(255,255,255,.1);border-left:none;background:#b2b2b236;color:var(--color-secondary-vibrant)}.footer-item-input button.success{color:#2a613a}.footer-item-input button.error{color:#f95252}.footer-item-input button:focus{outline:none;border:2px solid var(--color-blue-500);padding:5px 11px 5px 10px}.footer-item-text{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:min(100%,400px)}.footer-item-text-header{font-size:16px;font-weight:400;line-height:140%}.footer-item-text-paragraph{font-size:16px;font-weight:400;line-height:140%;color:var(--color-secondary-vibrant)}.footer-item-sponsors{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;flex-wrap:wrap}.footer-item-sponsors .sponsor.add .pfp{background:#ff375f33;color:#ff375f;display:flex;align-items:center;justify-content:center}.footer-item-sponsors .sponsor.add .pfp svg{width:1rem;height:1rem}.footer-item-sponsors .sponsor .pfp{width:32px;height:32px;border-radius:50px}.footer-cols{display:flex;justify-content:flex-end;align-items:flex-start;gap:48px 100px;white-space:nowrap;flex-wrap:wrap;justify-content:flex-start}.footer-sep{width:100%;height:1px;background-color:#ffffff1a}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:32px}.footer-brand svg{color:var(--fill-secondary-vibrant)}.footer-brand .footer-col-item{color:var(--color-secondary-vibrant);font-size:16px;font-weight:400;line-height:140%;transition:color .2s ease-in-out;text-decoration:none}.footer-brand .footer-col-item a{color:var(--fill-secondary-vibrant);font-weight:500;text-decoration:none}.footer-brand .footer-col-logos{display:flex;align-items:flex-start;gap:16px;align-self:stretch}.footer-brand .footer-col-logos svg{transition:color .2s ease-in-out}.footer-brand .footer-col-logos a:hover svg{color:#fffc}.footer-col{display:flex;flex-direction:column;gap:1rem}.footer-col:nth-child(1){grid-area:copy}.footer-col:nth-child(2){grid-area:col1}.footer-col:nth-child(3){grid-area:col2}.footer-col:nth-child(4){grid-area:col3}.footer-col-header{font-weight:400;color:var(--white)}.footer-col-item{display:flex;align-items:center;gap:8px;color:var(--color-secondary-vibrant);font-size:16px;font-weight:400;line-height:140%;transition:color .2s ease-in-out;text-decoration:none}.footer-col-item.disabled{opacity:.5;pointer-events:none}.footer-col-item svg{width:14px;height:14px}.footer-col-item[href]:hover{color:var(--white)}.codeblock{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;font-size:.8rem;border-radius:6px;border:1px solid rgba(255,255,255,.1)}.codeblock pre{background:transparent!important}.codeblock .codeblock-header{font-family:var(--font-primary);display:flex;padding:.75rem 1rem;justify-content:space-between;align-items:center;width:100%;border-bottom:1px solid rgba(255,255,255,.1);color:#fff9;font-size:14px;font-weight:400;line-height:135%;user-select:none}.codeblock .codeblock-header .codeblock-filename{display:flex;align-items:center;justify-content:center;gap:8px}.codeblock .codeblock-header .codeblock-filename svg{width:16px;height:16px;opacity:.7}.codeblock .codeblock-content{display:flex;padding:16px;align-items:center;background:#ffffff0a;width:100%;overflow-x:auto;scrollbar-width:thin}.codeblock .codeblock-content :focus{outline:none}.codeblock .codeblock-content::-webkit-scrollbar{width:4px;height:4px}.codeblock .codeblock-content:is(.nooverflow>.codeblock-content){overflow:visible}.codeblock .codeblock-content-inner{white-space:pre;color:#ffffffc3}.codeblock .codeblock-content code{font-family:var(--font-mono);font-size:13px}@media screen and (max-width:600px){.codeblock .codeblock-content code{font-size:12px}}:root{--shiki-color-text: #c9d1d9;--shiki-color-background: #161b22;--shiki-token-constant: #79c0ff;--shiki-token-string: #a5d6ff;--shiki-token-comment: #8b949e;--shiki-token-keyword: #ff7b72;--shiki-token-parameter: #7ee787;--shiki-token-function: #d2a8ff;--shiki-token-string-expression: #a5d6ff;--shiki-token-punctuation: #212121;--shiki-token-link: #a5d6ff}
