@import"https://fonts.googleapis.com/css2?family=Krona+One&display=swap";.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}.c-breadcrumbs{--color-link-breadcrumbs: inherit;--size-font-breadcrumbs: 1rem;--spacing-vertical-separator-breadcrumbs: 6px}.c-breadcrumbs__crumb:has(.c-breadcrumbs__separator) .c-breadcrumbs__separator{display:flex;align-items:center;justify-content:center;margin-inline:var(--spacing-vertical-separator-breadcrumbs)}.c-breadcrumbs__link,.c-breadcrumbs__truncated-button{font-size:var(--size-font-breadcrumbs);text-decoration:none;color:var(--color-link-breadcrumbs);line-height:1}.c-breadcrumbs{--color-link-breadcrumbs: white;--size-font-breadcrumbs: 1rem;--spacing-vertical-separator-breadcrumbs: 6px}.c-breadcrumbs__crumbs{list-style-type:none;margin:0;padding:0;display:flex;flex-wrap:wrap}.c-breadcrumbs__crumbs:where(.has-no-separators){row-gap:var(--spacing-vertical-separator-breadcrumbs);column-gap:1rem}.c-breadcrumbs__crumb{display:flex;align-items:center}.c-breadcrumbs__crumb:has(.c-breadcrumbs__separator) .c-breadcrumbs__separator{display:flex;align-items:center;justify-content:center;margin-inline:var(--spacing-vertical-separator-breadcrumbs);color:#fff}.c-breadcrumbs__crumb:has(svg,image) :where(svg,image){max-width:var(--size-font-breadcrumbs);max-height:var(--size-font-breadcrumbs)}.c-breadcrumbs__link,.c-breadcrumbs__truncated-button{font-size:var(--size-font-breadcrumbs);text-decoration:none;color:var(--color-link-breadcrumbs);line-height:1;transition:color .2s ease-in-out}@media (hover: hover){.c-breadcrumbs__link:hover,.c-breadcrumbs__truncated-button:hover{--color-link-breadcrumbs: #EF3340}}:root{--accent: 255, 255, 255;--accent-light: 239, 51, 64;--accent-dark: 0, 0, 0;--accent-gradient: linear-gradient( 45deg, rgb(var(--accent-light)), rgb(var(--accent)), white 60% )}html{font-family:system-ui,sans-serif;background:#2f2f2f;background-size:224px}body{margin:0;padding-bottom:4rem}main{width:1200px;max-width:calc(100% - 2em);margin:auto;color:#fff;font-size:20px;line-height:1.6;word-wrap:break-word}h1{font-family:Krona One,sans-serif;color:#ef3340;font-weight:400;font-style:normal;line-height:1;text-align:center;font-size:2.5rem}h2{font-family:Krona One,sans-serif;color:#ef3340;font-weight:400;font-size:2rem;margin-top:2rem;margin-bottom:1rem}h3{font-family:Krona One,sans-serif;color:#fff;font-weight:400;font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem}h4{font-family:Krona One,sans-serif;color:#ccc;font-weight:400;font-size:1rem;margin-top:1.2rem;margin-bottom:.5rem}a{text-decoration:none;color:#fff;font-size:1.5rem}a:hover{color:#ef3340}.nav{display:flex;justify-content:space-between;align-items:center;background-color:#232323;position:fixed;left:0;top:0;right:0;z-index:999}.navList{display:flex;list-style:none;gap:40px;margin:0 30px}.navItem a{text-decoration:none;color:#fff;font-size:1.5rem}.navItem a:hover{color:#ef3340}.hamburger{display:none}.search-container{position:relative;width:250px}.search-input{width:100%;padding:.5rem;border-radius:4px;border:1px solid #ccc}.search-dropdown{position:absolute;top:2.5rem;left:0;right:0;background:#2f2f2f;z-index:100;border-radius:4px;list-style:none;padding:0;margin:0;border:2px solid rgba(255,255,255,.1);box-shadow:0 10px 10px #0006;overflow:hidden;max-height:300px;overflow-y:auto}.search-dropdown li{border-bottom:1px solid rgba(255,255,255,.05)}.search-dropdown li:last-child{border-bottom:none}.search-dropdown li a{display:block;padding:.75rem 1rem;text-decoration:none;color:#fff;font-size:1rem;background-color:#232323;transition:background-color .2s ease-in-out}.search-dropdown li a:hover{background-color:#2f2f2f;color:#ef3340}.search-dropdown:empty{display:none}@media screen and (max-width: 768px){.nav{display:flex;flex-direction:column;align-items:flex-start;padding:1rem}.logo-link{width:100%;text-align:center;margin-bottom:1rem}.logo{max-width:180px}.top-bar{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem}.search-container{flex:none;width:70%}.hamburger{display:block;background:none;border:none;font-size:2rem;cursor:pointer;color:#fff}.navList{display:none;flex-direction:column;position:absolute;top:100%;right:0;margin-right:0;background-color:#232323;padding:1rem;transition:max-height .3s ease-in-out;max-height:0;overflow:hidden}.nav.active .navList{display:flex;max-height:300px}}.back-breadcrumbs{display:flex;gap:10px;align-items:center;width:1200px;max-width:calc(100% - 2em);height:fit-content;margin:7rem auto 2rem}pre{position:relative;font-size:1rem;padding:5px;white-space:pre-wrap;word-wrap:break-word}.logo{width:16rem}.logo img{max-width:100%}.link-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:0}.pageTitle{display:flex;gap:1.25rem;margin-bottom:2em;align-items:center}.logo_codigo{max-width:8%;color:#fff}.prose{width:1200px;max-width:calc(100% - 2em);margin:auto;padding:1em;color:rgb(var(--gray-dark))}.title{margin-bottom:1em;padding:1em 0;text-align:center;line-height:1}.preCode{position:relative;background-color:#24292e;padding:1rem;border-radius:.5rem;white-space:pre-wrap;word-wrap:break-word;width:465px;height:468px;overflow:scroll}code{font-family:Consolas,Roboto,sans-serif;background-color:#24292e;padding:2px;border-radius:4px}.renderedCodeBox{background-color:#24292e;width:428px;height:400px;border-radius:.5rem;border:none;margin:13px 0}.language-javascript{font-family:Consolas,Roboto,sans-serif}.language-javascript:focus{outline:none}.copy-button{position:absolute;top:.5em;right:.5em;background:#24292e;color:#fff;border:none;padding:.5em 1em;cursor:pointer;font-size:.8em;transition:all .3s ease;z-index:10}.copy-button svg{vertical-align:middle;margin-right:.5em}.copy-button:hover{background:#000c;border-radius:5px}.test-btn{background:#13151a;color:#fff;border:none;padding:.5em 1em;cursor:pointer;font-size:.8em;transition:all .3s ease;border-radius:5px;margin:5px;z-index:10}.test-btn:hover{background:#000c}.link-card{list-style:none;display:flex;padding:1px;background-color:#232323;background-image:none;background-size:400%;border-radius:7px;background-position:100%;transition:background-position .6s cubic-bezier(.22,1,.36,1);box-shadow:inset 0 0 0 1px #ffffff1a;height:375px;max-width:375px;border-left:3px inset white;position:relative}.link-card>a{width:100%;text-decoration:none;line-height:1.4;padding:calc(1.5rem - 1px);border-radius:8px;color:#fff;background-color:#23262d;opacity:.8}p{margin-top:.5rem;margin-bottom:0}.link-card:is(:hover,:focus-within){background-position:0;background-image:var(--accent-gradient)}.link-card:is(:hover,:focus-within) h2{color:rgb(var(--accent-light))}.card_title{color:#ef3340;font-family:Krona One,sans-serif;font-weight:400;font-style:normal;font-size:25px}.arrow{position:absolute;bottom:10px;right:10px}dialog::backdrop{background-color:#00000080;filter:blur(6px)}:where(.modal){color:#000;background-color:#fff;border:.5rem solid black;border-radius:8px;padding:0}.modal{max-width:80vw}.modal__inner{width:clamp(30ch,70%,75ch);border-radius:1rem;width:100%}.modal__content{display:flex;padding:0 1rem 1rem;background-color:#13151a;color:#fff}.modal__close{background-color:#13151a;text-align:end}.modal__close button{background-color:#13151a;border:none}.modal__close button:hover{background-color:gray;cursor:pointer;text-decoration:underline}.executeCode{padding:.25rem 1rem;border-width:1px;border-radius:3px;border-color:#4dacff;background-color:#4dacff;font-family:Consolas,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.25;letter-spacing:.005em;color:#080c11;width:135px;height:45px}.executeCode:hover{background-color:#92cbff;border-color:#92cbff;cursor:pointer}.restoreCode{padding:.25rem 1rem;border-width:1px;border-radius:3px;border-color:#ff7a4d;background-color:#ff7a4d;font-family:Consolas,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.25;letter-spacing:.005em;color:#080c11;width:135px;height:45px}.restoreCode:hover{background-color:#ffa292;border-color:#ffa292;cursor:pointer}.open-modal{display:block;position:fixed;inset-block-start:0px;inset-block-end:0px;max-width:calc(100% - 2em - 6px);max-height:calc(100% - 2em - 6px);user-select:text;visibility:visible;overflow:auto;z-index:999}.modal_code_result{display:flex;gap:2rem}.modal_result{display:flex;flex-direction:column}.modal_buttons{display:flex;gap:1rem;justify-content:flex-end}dialog[open],dialog[open]::backdrop{animation:fadein .3s ease-in-out}@keyframes fadein{0%{opacity:0}to{opacity:1}}*{scrollbar-width:auto;scrollbar-color:#EF3340 #2F2F2F}*::-webkit-scrollbar{width:1em}*::-webkit-scrollbar-track{background:#2f2f2f}*::-webkit-scrollbar-thumb{background-color:#ef3340;border-radius:.625em;border:3px solid #2F2F2F}@media screen and (max-width: 1024px){h1{font-size:2.2rem}.logo_codigo{max-width:10%}}@media screen and (max-width: 768px){h1{font-size:2rem}.logo_codigo{max-width:12%}}@media screen and (max-width: 480px){h1{font-size:1.8rem}.logo_codigo{max-width:15%}}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}
