.blog{color:#fff;background:#080808;max-width:120rem;min-height:100dvh;margin:0 auto;padding:clamp(4rem,8vw,9rem) clamp(2rem,8%,14rem);font-family:Plus Jakarta Sans,system-ui,sans-serif}.blog__back{color:#fff9;font-size:1.4rem;text-decoration:none}.blog__back:hover{color:#fff}.blog__header{margin-bottom:6rem}.blog__title{letter-spacing:-.03em;margin:2rem 0 1.2rem;font-size:clamp(3.6rem,6vw,7rem);font-weight:800}.blog__sub{color:#fff9;font-size:1.7rem}.blog__empty{color:#ffffff80;font-size:1.6rem}.blog__grid{grid-template-columns:repeat(auto-fill,minmax(26rem,1fr));gap:3.2rem 2.8rem;display:grid}.blog-card{color:inherit;flex-direction:column;gap:1.6rem;text-decoration:none;display:flex}.blog-card__imgwrap{aspect-ratio:16/10;background:#ffffff0a;border-radius:1.6rem;width:100%;transition:transform .25s,box-shadow .25s;overflow:hidden}.blog-card:hover .blog-card__imgwrap{transform:translateY(-4px);box-shadow:0 14px 40px #0006}.blog-card__img{object-fit:cover;width:100%;height:100%;display:block}.blog-card__title{text-transform:uppercase;letter-spacing:.01em;color:#ffffffeb;margin:0;font-size:1.6rem;font-weight:700;line-height:1.35;transition:color .2s}.blog-card:hover .blog-card__title{color:#1fa6ee}.post-page{color:#fff;background:#080808;max-width:134rem;min-height:100dvh;margin:0 auto;padding:clamp(4rem,8vw,9rem) clamp(2rem,8%,14rem);font-family:Plus Jakarta Sans,system-ui,sans-serif}.post-page__head{text-align:center;max-width:82rem;margin:0 auto clamp(3rem,5vw,5rem)}.post-page__head .blog__back{margin-bottom:2rem;display:inline-block}.post-page__title{letter-spacing:-.03em;margin:0;font-size:clamp(2.8rem,4.4vw,5rem);font-weight:800;line-height:1.12}.post-page__grid{grid-template-columns:minmax(0,1fr) 34rem;align-items:start;gap:5rem;display:grid}.post-page__date{color:#1fa6ee;align-items:center;gap:.8rem;margin-bottom:1.6rem;font-size:1.4rem;display:flex}.post-page__date svg{width:1.7rem;height:1.7rem}.post-side{flex-direction:column;gap:2.4rem;display:flex}.post-side__box{border:1px solid #ffffff1a;border-radius:1.6rem;padding:2.4rem}.post-side__title{border-bottom:2px solid #1fa6ee;margin:0 0 1.6rem;padding-bottom:1.4rem;font-size:1.9rem;font-weight:700}.post-recent{flex-direction:column;gap:1.6rem;margin:0;padding:0;list-style:none;display:flex}.post-recent__item{color:#ffffffd9;align-items:center;gap:1.2rem;text-decoration:none;display:flex}.post-recent__item:hover .post-recent__text{color:#1fa6ee}.post-recent__thumb{background:#ffffff0f;border-radius:.8rem;flex:0 0 5.4rem;width:5.4rem;height:5.4rem;overflow:hidden}.post-recent__thumb img{object-fit:cover;width:100%;height:100%;display:block}.post-recent__text{font-size:1.4rem;font-weight:600;line-height:1.35}.post-ad{isolation:isolate;background:#14151c;border:1px solid #ffffff1a;border-radius:1.6rem;min-height:24rem;padding:2.4rem;text-decoration:none;display:block;position:relative;overflow:hidden}.post-ad__bg{z-index:-2;background-position:50%;background-size:cover;position:absolute;inset:0}.post-ad__overlay{z-index:-1;background:linear-gradient(#08080859 0%,#080808e0 100%);position:absolute;inset:0}.post-ad__content{flex-direction:column;gap:.9rem;display:flex}.post-ad__title{color:#1fa6ee;font-size:1.9rem;font-weight:700;line-height:1.2}.post-ad__body{color:#ffffffd9;font-size:1.4rem;line-height:1.55}.post-share{border-top:1px solid #ffffff1a;flex-wrap:wrap;align-items:center;gap:1.4rem;margin-top:4rem;padding-top:3rem;display:flex}.post-share__label{color:#ffffffb3;font-size:1.5rem}.post-share__btns{flex-wrap:wrap;gap:1rem;display:flex}.post-share__btn{color:#fff;background:#1fa6ee;border-radius:.9rem;place-items:center;width:3.8rem;height:3.8rem;transition:background .2s,transform .15s;display:grid}.post-share__btn svg{width:1.9rem;height:1.9rem}.post-share__btn:hover{background:#1488c4;transform:translateY(-2px)}.post-page .post{max-width:none;margin:0}@media (max-width:900px){.post-page__grid{grid-template-columns:1fr;gap:4rem}.post-side{margin-top:1.5rem}}.post{max-width:76rem;margin:0 auto}.post__cover{object-fit:cover;border-radius:2rem;width:100%;max-height:36rem;margin:2.4rem 0}.post__meta{flex-wrap:wrap;align-items:center;gap:1.4rem;display:flex}.post__cat{color:#1fa6ee;background:#1fa6ee24;border-radius:4rem;padding:.4rem 1.2rem;font-size:1.2rem;font-weight:600}.post__author{color:#ffffff8c;font-size:1.4rem}.post__date{color:#1fa6ee;font-size:1.4rem}.post__title{letter-spacing:-.03em;margin:1.2rem 0 2rem;font-size:clamp(3.2rem,5vw,5.6rem);font-weight:800;line-height:1.1}.post__tags{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.post__tags span{color:#fff9;font-size:1.3rem}.post__content{color:#ffffffd9;font-size:1.75rem;line-height:1.85}.post__content p{margin:0 0 1.8rem}.post__content h2{color:#fff;letter-spacing:-.02em;margin:3.2rem 0 1.2rem;font-size:3rem;font-weight:700}.post__content h3{color:#fff;margin:2.8rem 0 1rem;font-size:2.4rem;font-weight:700}.post__content h4{color:#fff;margin:2.4rem 0 .8rem;font-size:2rem;font-weight:700}.post__content ul,.post__content ol{margin:0 0 1.8rem;padding-left:2.4rem}.post__content li{margin-bottom:.6rem}.post__content blockquote{color:#ffffffb3;border-left:3px solid #1fa6ee;margin:0 0 1.8rem;padding-left:2rem;font-style:italic}.post__content img{border-radius:1.2rem;max-width:100%;margin:1.6rem 0}.post__content a{color:#1fa6ee;text-decoration:underline}.post__content strong{color:#fff}.post__content [style*="text-align: center"]{text-align:center}.post__content [style*="text-align: right"]{text-align:right}
