.feed{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;display:flex}.feed--related{max-width:1180px;padding:70px 3% 25vh}.feed__header{width:100%}.feed__title{text-align:left;padding:20px 0 0;font-size:1.5rem;font-weight:600}.feed__title--related{text-align:center;width:100%}@media (max-width:1024px){.feed__title{display:none}}.feed__list{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:30px;width:100%;min-width:0;display:flex}.feed__row{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:20px;width:100%;min-width:0;display:flex}@media (max-width:1024px){.feed__row{flex-wrap:wrap;gap:30px}}.feed-item{background-color:var(--color-contrast-alt);border-radius:10px;flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;min-width:0;max-width:calc(25% - 15px);height:399px;min-height:399px;transition:all .2s ease-in-out;display:flex;overflow:hidden}.feed-item:hover{background-color:color-mix(in srgb, var(--color-muted-light) 12%, transparent)}@media (max-width:1024px){.feed-item{min-width:calc(20% - 17.5px);max-width:calc(25% - 20px);height:440px;min-height:440px}}@media (max-width:720px){.feed-item{max-width:unset;min-width:100%;min-height:unset;width:100%;height:auto}}.feed-item:hover img{scale:1.02}.feed-item__image{aspect-ratio:16/9;border-radius:10px;width:100%;height:100%;max-height:170px;position:relative;overflow:hidden}@media (max-width:1024px){.feed-item__image{min-height:200px;max-height:200px}}.feed-item__image img{object-fit:cover;width:100%;height:100%;transition:all .2s ease-in-out;position:absolute;inset:0;scale:1}.feed-item__content{flex-direction:column;flex:1;justify-content:space-between;align-items:flex-start;gap:10px;padding:10px;display:flex}.feed-item__info{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px;width:100%;display:flex}.feed-item__date{color:var(--color-muted);font-size:1.1rem;font-weight:500}.feed-item__title{-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;white-space:normal;-webkit-box-orient:vertical;font-size:1.315rem;font-weight:500;display:-webkit-box;overflow:hidden}.feed-item__description{-webkit-line-clamp:3;text-overflow:ellipsis;word-break:break-word;white-space:normal;-webkit-box-orient:vertical;font-size:1.1rem;font-weight:300;display:-webkit-box;overflow:hidden}@media (max-width:1024px){.feed-item__description{-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.feed-item__tags{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:6px;max-height:60px;display:flex;overflow:auto}.feed-item__tag{z-index:0;color:var(--color-muted);border-radius:10px;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;padding:5px 10px;font-size:.925rem;font-weight:500;display:flex;position:relative}.feed-item__tag span{-webkit-line-clamp:1;text-overflow:ellipsis;word-break:break-word;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.feed-item__tag span:hover{color:var(--color-accent)}.feed-item__tag:before{content:"";border-radius:inherit;background:var(--gradient-bg);-webkit-mask-composite:xor;pointer-events:none;z-index:-1;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}
.post{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:50px;width:100%;max-width:1180px;padding:0 3%;display:flex}@media (max-width:1024px){.post{gap:30px;padding:0 10px}}.post__header{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:25px;width:100%;min-height:115px;display:flex}@media (max-width:1024px){.post__header{min-height:unset}}.post__meta{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:10px;display:flex}.post__author,.post__date{text-align:left;color:var(--color-muted);font-size:1.45rem;font-weight:500}@media (max-width:1024px){.post__author,.post__date{font-size:1.075rem;font-weight:300}}.post__title{flex:4}.post__title h1{text-align:left;max-width:800px;margin:0 auto;font-size:3.45rem;font-weight:500}@media (max-width:1024px){.post__title h1{font-size:1.75rem}}.post__share{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:10px;height:32px;display:flex}@media (max-width:1024px){.post__share{height:26px}}.post__share button{border-radius:unset;padding:0}.post__share-wrapper{flex-direction:column;flex:1;justify-content:center;align-items:flex-end;gap:10px;height:100%;display:flex}.post__share-item{cursor:pointer;border-radius:50%;width:32px;height:32px;position:relative;overflow:hidden}@media (max-width:1024px){.post__share-item{width:26px;height:26px}}.post__share-item img{object-fit:contain}.post__share-item img:hover{filter:brightness(.95)}.post__share-copy img{width:24px;height:30px;display:block}@media (max-width:1024px){.post__share-copy img{width:26px;height:26px}}.post__share-tooltip{text-align:left;background-color:var(--color-border);z-index:10;text-wrap:nowrap;border-radius:15px;max-width:250px;padding:5px 10px}.post__share-tooltip span{-webkit-line-clamp:1;text-overflow:ellipsis;word-break:break-word;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.post__description{text-align:left;width:100%;color:var(--color-text-muted);font-size:1.45rem;font-style:italic;font-weight:500}@media (max-width:1024px){.post__description{font-size:1.075rem;font-weight:300}}.post__image{aspect-ratio:16/9;border-radius:14px;width:100%;position:relative;overflow:hidden}.post__image img{object-fit:cover;width:100%}.post__image-wrapper{flex-direction:column;justify-content:center;align-items:flex-start;gap:5px;width:100%;display:flex}.post__image-source{color:var(--color-muted);font-size:1.1rem;font-weight:400}@media (max-width:1024px){.post__image-source{font-size:.95rem}}.post__content{overflow-wrap:anywhere;word-break:break-word;width:100%;min-width:0}.post__content>*{max-width:100%}.post__content-source{color:var(--color-muted);font-size:1.45rem;font-weight:400}@media (max-width:1024px){.post__content-source{font-size:.95rem}}.post__content img,.post__content svg{aspect-ratio:16/9;object-fit:cover;border-radius:14px;width:100%;position:relative;overflow:hidden}.post__content p{text-wrap:wrap;margin:0 0 1.2em;font-size:1.45rem;font-weight:500;line-height:1.6}@media (max-width:1024px){.post__content p{font-size:1.075rem;font-weight:300}}.post__content h2{margin:2em 0 .8em;font-size:2.4rem;font-weight:600}@media (max-width:1024px){.post__content h2{font-size:1.31rem;font-weight:500}}.post__content h3{margin:1.8em 0 .6em;font-size:2rem;font-weight:600}@media (max-width:1024px){.post__content h3{font-size:1.2rem;font-weight:500}}.post__content ul,.post__content ol{margin:1.2em 0;padding-left:20px}.post__content ul li,.post__content ol li{margin-bottom:6px;font-size:1.5rem;font-weight:500}@media (max-width:1024px){.post__content ul li,.post__content ol li{font-size:1.075rem;font-weight:300}}.post__content ul li{list-style-type:disc!important}.post__content ol li{list-style-type:decimal}.post__content table{border-collapse:collapse;width:100%;margin:2em 0;font-size:1.35rem}@media (max-width:1024px){.post__content table{font-size:1.05rem}}.post__content th,.post__content td{border:1px solid var(--color-border);text-align:left;padding:10px 12px}.post__content th{background-color:var(--color-contrast-alt);font-weight:600}.post__content tr:nth-child(2n){background-color:var(--color-bg)}.post__content blockquote{border-left:4px solid var(--color-border);background-color:var(--color-contrast-alt);margin:1.5em 0;padding:12px 18px;font-size:1.5rem;font-style:italic}@media (max-width:1024px){.post__content blockquote{padding:10px 14px;font-size:1.075rem}}.post__content strong{font-weight:600}@media (max-width:1024px){.post__content strong{font-weight:500}}.post__content a{color:var(--color-accent);text-decoration:underline}.post__content a:hover{color:var(--color-accent-hover)}@media (max-width:1024px){.post__content a{font-size:1.075rem}}.post__tags{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:10px;display:flex}.post__tag{z-index:0;color:var(--color-muted);border-radius:15px;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;padding:8px 16px;font-size:1.45rem;font-weight:500;display:flex;position:relative}@media (max-width:1024px){.post__tag{padding:6px 12px;font-size:1.075rem}}.post__tag span{-webkit-line-clamp:1;text-overflow:ellipsis;word-break:break-word;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.post__tag span:hover{color:var(--color-accent)}.post__tag:before{content:"";border-radius:inherit;background:var(--gradient-bg);-webkit-mask-composite:xor;pointer-events:none;z-index:-1;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}
.top-news{background-color:var(--color-contrast-alt);border:2px solid var(--color-border);border-radius:15px;width:100%;height:480px;max-height:480px;overflow:hidden}@media (max-width:720px){.top-news{max-height:unset;height:auto}}.top-news__header{border-bottom:2px solid var(--color-border);flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:20px;display:flex}.top-news__title{font-size:1.925rem;font-weight:700}@media (max-width:720px){.top-news__title{font-size:1.4rem;font-weight:500}}.top-news__subtitle{font-size:1.525rem;font-weight:400}@media (max-width:720px){.top-news__subtitle{font-size:1rem}}.top-news__content{flex-direction:row;justify-content:flex-start;align-items:flex-start;height:100%;display:flex}@media (max-width:720px){.top-news__content{flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}}.top-news__main{width:100%;height:100%}.top-news-main{width:100%;max-height:405px;display:flex;position:relative}@media (max-width:720px){.top-news-main{max-height:320px;overflow:hidden}}.top-news-main img{transition:transform .5s}.top-news-main:hover img{transform:scale(1.05)}.top-news-main__image{width:100%;min-height:405px;position:relative;overflow:hidden}.top-news-main__image img{aspect-ratio:16/9;object-fit:cover;border-radius:0 0 0 15px;width:100%;height:100%;position:absolute;inset:0}.top-news-main__overlay{flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:10px;padding:15px;display:flex;position:absolute;inset:0}.top-news-main__title{-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;white-space:normal;color:var(--color-accent-text);letter-spacing:0.5%;text-shadow:0 0 10px #000000b3;-webkit-box-orient:vertical;max-width:70%;font-size:2.6rem;font-weight:600;display:-webkit-box;overflow:hidden}@media (max-width:720px){.top-news-main__title{font-size:1.8rem}}.top-news-main__date{color:var(--color-accent-text);text-shadow:0 0 8px #0009;font-size:1.175rem;font-weight:400}@media (max-width:720px){.top-news-main__date{font-size:1rem}}.top-news__side{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:12px;min-width:350px;max-width:400px;height:405px;padding:12px;display:flex}@media (max-width:720px){.top-news__side{min-width:100%;height:auto;max-width:unset;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;display:flex}}.top-news-item{border-radius:6px;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%;max-width:100%;display:flex}.top-news-item:hover{background-color:color-mix(in srgb, var(--color-muted-light) 12%, transparent)}@media (max-width:720px){.top-news-item{flex-direction:column;justify-content:center;align-items:center;display:flex}}.top-news-item:hover .top-news-item__more{color:var(--color-accent);transform:translate(-5px)}.top-news-item__image{aspect-ratio:16/9;border-radius:10px;min-width:210px;height:100%;max-height:170px;position:relative;overflow:hidden}@media (max-width:720px){.top-news-item__image{max-height:unset;width:100%}}.top-news-item__image img{object-fit:cover;width:100%;height:100%;transition:all .2s ease-in-out;position:absolute;inset:0;scale:1}.top-news-item__info{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;padding:5px 10px;display:flex}.top-news-item__title{-webkit-line-clamp:3;text-overflow:ellipsis;word-break:break-word;white-space:normal;-webkit-box-orient:vertical;font-size:1.175rem;font-weight:400;display:-webkit-box;overflow:hidden}.top-news-item__date{width:100%;color:var(--color-muted);flex-direction:row;justify-content:space-between;align-items:center;font-size:1rem;font-weight:200;display:flex}.top-news-item__more{font-size:1.5rem;transition:all .3s}
.news-mobile__header{width:100%;color:var(--color-accent-text);flex-direction:row;justify-content:space-between;align-items:center;padding:0 16px 50px;display:flex;position:relative}.news-mobile__header-back,.news-mobile__header-options{box-sizing:border-box;flex-shrink:0;width:46px}.news-mobile__header-title{text-align:center;white-space:nowrap;font-size:2.4rem;font-weight:600}
