.flip-card{background-color:transparent;width:270px;height:254px;perspective:1000px;font-family:sans-serif}.title{font-size:1em;font-weight:500;padding-left:15px;margin:0}.flip-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .8s;transform-style:preserve-3d}.flip-card:hover .flip-card-inner{transform:rotateY(180deg)}.flip-card-back,.flip-card-front{box-shadow:0 8px 14px 0 rgba(0,0,0,.2);position:absolute;display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:1px solid rgb(212,212,212);border-radius:1rem}.flip-card-front{background:linear-gradient(120deg,rgb(238,237,237) 60%,rgb(214,214,214) 88%,rgb(173,165,162) 0,#64bfc3 48%);color:rgb(9,13,231)}.flip-card-back{background:linear-gradient(120deg,#67c5c5 30%,#478cb1 88%,bisque 0,#e6e6e6 78%);color:white;transform:rotateY(180deg)}.custom-scrollbar::-webkit-scrollbar{width:3px;height:3px;border-radius:2px}.custom-scrollbar::-webkit-scrollbar-track{background:#ffffff}.custom-scrollbar::-webkit-scrollbar-thumb{background:#888;border-radius:50px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#555}.markdown a{color:#1da1f2}.hr-lines{display:grid;grid-template-columns:repeat(3,1fr);align-items:center}.hr-lines:after,.hr-lines:before{content:"";height:2px;background-color:white;display:block}@media screen and (max-width:1024px){.hr-lines{grid-template-columns:auto auto auto}}.markdown a,code{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;padding:2px;color:#ff7000!important}.markdown pre{display:grid;width:100%}.markdown pre code{width:100%;display:block;overflow-x:auto;color:inherit!important}.cl-internal-b3fm6y{background:linear-gradient(129deg,#ff7000,#e2995f)!important}.hash-span{margin-top:-140px;padding-bottom:140px;display:block}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.broadcast-grad{z-index:1;background:linear-gradient(45deg,#6ccdc8,#3269a4 15%,#6ccdc8)!important}.sign-up-button{--color:#65c0c3;font-family:inherit;display:inline-block;width:8em;height:2.6em;line-height:2.5em;margin:20px;position:relative;overflow:hidden;border:2px solid var(--color);transition:color .5s;z-index:1;font-size:17px;border-radius:6px;font-weight:500;color:var(--color)}.sign-up-button:before{content:"";position:absolute;z-index:-1;background:var(--color);height:150px;width:200px;border-radius:50%}.sign-up-button:hover{color:#f7f7f7}.sign-up-button:before{top:100%;left:100%;transition:all .7s}.sign-up-button:hover:before{top:-30px;left:-30px}.sign-up-button:active:before{background:#65c0c3}