:root{--height-header:4rem;--height-footer:4rem;--text-color-white:#fff;--text-color:#000;--text-color-footer:#fff;--bg-color:#fff;--bg-color-navbar:rgb(72,72,72);--bg-color-footer:#2d2d2d;--bg-color-black:#000;--bg-color-landscape:#000;--text-color-landscape:#fff;--bg-color-scroll-line:#000;--min-height-article:23rem;--underline-height:2px;--slug-header-height:4rem}*{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif}body,html{width:100vw;min-height:100vh}body{background-color:#000;display:flex;flex-direction:column;justify-content:space-between;overflow-x:hidden}.main{position:relative;margin-top:var(--height-header);flex:1 1}.main,.main:before{background-color:var(--bg-color);width:100%}.main:before{content:"";position:absolute;bottom:100%;left:0;height:var(--height-header)}.text-bold{font-weight:700}a{text-decoration:none}li{list-style-type:none}h1{font-size:clamp(2rem,5vw,4rem);text-align:center;padding:clamp(2rem,5vw,3rem);font-weight:400}.link{text-decoration:none;color:var(--text-color-white)}.scroll-line{position:fixed;z-index:10000;bottom:0;left:0;width:0;height:.2rem;background-color:var(--bg-color-scroll-line);animation:scale-line;animation-timeline:scroll()}@keyframes scale-line{0%{width:0}to{width:100%}}::view-transition-group(root){z-index:auto!important}::view-transition-image-pair(root){isolation:isolate;will-change:transform,opacity scale;z-index:1}::view-transition-new(root){z-index:2;animation:none!important}::view-transition-old(root){z-index:1;animation:none!important}.landscape-warning{display:block;position:fixed}@media screen and (max-height:420px){.landscape-warning{inset:0;width:100vw;height:100vh;background-color:var(--bg-color-landscape);color:var(--text-color-landscape);font-size:clamp(1rem,5vw,2rem);z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center}.phone-icon{position:relative;margin-top:4rem;width:32px;height:64px;border:2px solid rgb(61,60,60);border-radius:6px;animation:turn-phone 2s ease-in-out infinite;background-color:rgb(25,26,26);rotate:0 0 1 -90deg;scale:1.8}}@keyframes turn-phone{0%{rotate:0 0 1 -90deg}to{rotate:0 0 1 0deg}}@media screen and (min-height:420px){.landscape-warning,.landscape-warning p{display:none;left:10000rem}}