@charset "UTF-8";
/* CSS Document */

@font-face{font-family:Inter;src:url(../fonts/Inter.woff2) format("woff2"),url(../fonts/Inter.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box}*{margin:0}a{text-decoration:none;color:#767677;outline:none;cursor:pointer}a:hover{text-decoration:underline;color:#000;outline:none}a:focus{outline:none;background:#d3d3d3}a:focus:not(:focus-visible){background:transparent}a:focus-visible{outline:2px solid red;background:transparent}body{line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#e5e7eb;font-family:Inter,sans-serif}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}.wrapper{width:100%;height:100dvh;display:flex;align-items:center;justify-content:center}.wrapper.no-goo .button-content .button-content-inner{filter:none!important}.wrapper.no-goo .button-content .button-content-inner .search-results .search-result{padding:7.5px 10px}.wrapper.no-goo .button-content .button-content-inner .search-btn{padding:5px 10px}.wrapper.no-goo .button-content .button-content-inner .search-btn .search-text{pointer-events:none;text-align:center;position:relative;left:0}.wrapper.no-goo .button-content .button-content-inner .separate-element{width:36px;height:36px}.wrapper .button-content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.wrapper .button-content .button-content-inner{filter:url(#goo-effect);cursor:pointer;max-width:max-content}.wrapper .button-content .button-content-inner .search-results{position:relative;z-index:-1}.wrapper .button-content .button-content-inner .search-results .search-result{background-color:#000;border-radius:40px;padding:12.5px 20px;width:100%;color:#ddd;position:absolute;left:-30px;font-size:14px}.wrapper .button-content .button-content-inner .search-results .search-result .search-result-title{display:flex;align-items:center;gap:1px}.wrapper .button-content .button-content-inner .search-results .search-result .search-result-title span{position:relative;top:-.35px}.wrapper .button-content .button-content-inner .search-results .search-result .search-result-title svg{position:relative;top:2px;width:18px;height:18px}.wrapper .button-content .button-content-inner .search-btn{color:#ddddddaf;cursor:pointer;letter-spacing:-.5px;background-color:#000;outline:none;border:none;border-radius:9999px;padding:10px 20px}.wrapper .button-content .button-content-inner .search-btn .search-text{pointer-events:none;text-align:center;position:relative;left:4px}.wrapper .button-content .button-content-inner .search-btn .search-input{width:100%;background-color:transparent;outline:none;border:none;color:#ddd}.wrapper .button-content .button-content-inner .separate-element{position:absolute;background-color:#000;width:46px;height:46px;right:-5px;top:-1px;display:flex;justify-content:center;align-items:center;border-radius:9999px}@media (max-width: 767px){.wrapper .button-content .button-content-inner .separate-element{scale:1.1;top:2px}}.wrapper .button-content .button-content-inner .separate-element svg{width:20px;height:20px}@media (max-width: 767px){.wrapper .button-content .button-content-inner .separate-element svg{width:24epx;height:24px}}.wrapper .button-content .button-content-inner .separate-element svg path{fill:#ddd}.wrapper .button-content .button-content-inner .separate-element svg.loading-icon{width:20px;height:20px;animation:rotate .5s linear infinite;transform-origin:center center}@keyframes rotate{to{transform:rotate(180deg)}}body #cdawrap{top:2rem;right:2rem;left:auto;background-color:transparent;border:1px solid rgba(167,167,167,.4);--cda-sp-color: #767677;--cda-remove-color: #767677;border-radius:20px}body #cdawrap .carbon-img img{border-radius:13px}body #cdawrap .carbon-text{color:#000;font-size:13px;font-weight:400}.frame{font-size:13px;padding:2rem;display:grid;z-index:1000;position:relative;grid-row-gap:1rem;grid-column-gap:2rem;pointer-events:none;justify-items:start;grid-template-columns:auto auto;grid-template-areas:"title" "back" "archive" "github" "tags" "sponsor"}.frame__title{grid-area:title;font-size:inherit;font-weight:inherit;margin:0}.frame__back{grid-area:back;justify-self:start}.frame__archive{grid-area:archive;justify-self:start}.frame__github{grid-area:github}.frame__tags{grid-area:tags;display:flex;flex-wrap:wrap;gap:1rem}.frame a{pointer-events:auto}@media screen and (min-width: 53em){.frame{height:100%;position:fixed;top:0;left:0;width:100%;grid-template-columns:auto auto auto auto 1fr;grid-template-rows:auto auto;align-content:space-between;grid-template-areas:"title back github archive sponsor" "tags tags tags tags ..."}.frame__tags{align-self:end}}