*{box-sizing:border-box}html{font-size:16px}body.home-page{min-width:320px;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;background:var(--ui-bg);color:var(--ui-text)}.home-page a{color:inherit;text-decoration:none}.home-page button,.home-page input{font:inherit}.home-page img{display:block}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.theme-asset--dark{display:none!important}:root[data-theme=dark] .theme-asset--light{display:none!important}:root[data-theme=dark] .theme-asset--dark{display:block!important}.home-header{--home-header-gutter:clamp(40px, calc((100vw - 1480px) / 2), 220px);height:104px;padding:0 var(--home-header-gutter);background:var(--ui-surface-strong)}.home-header__inner{width:100%;height:100%;display:flex;align-items:center;gap:36px}.home-brand{flex:0 0 161px}.home-brand img{width:161px;height:46px;object-fit:contain}.home-search{flex:auto;height:60px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 36px;border:1px solid var(--ui-border);border-radius:999px;background:var(--ui-surface-soft);box-shadow:0 0 12px rgba(0,0,0,5%)}.home-search img{width:20px;height:20px;flex:0 0 20px}.home-search input{min-width:0;width:100%;border:0;outline:0;padding:0;background:0 0;color:var(--ui-text);font-size:18px;line-height:24px}.home-search input::placeholder{color:var(--ui-text-secondary)}.home-socials,.home-footer__socials{display:flex;align-items:center;gap:16px}.home-socials a,.home-footer__socials a,.home-footer__socials>span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--ui-icon-bg)}.home-socials img,.home-footer__socials img{width:38px;height:38px}.home-theme-toggle,.home-mobile-action{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:var(--ui-icon-bg);cursor:pointer}.home-theme-toggle img{width:24px;height:24px}.home-theme-toggle{width:24px;height:24px;flex-basis:24px;border-radius:0;background:0 0}.home-theme-icon{width:24px;height:24px;display:grid;place-items:center}.home-theme-icon--mobile{display:none}.home-mobile-action{display:none}.mobile-search-layer{display:none}.mobile-sidebar{display:none}body.mobile-sidebar-open{overflow:hidden}body.mobile-search-open{overflow:hidden}.home-main{background:var(--ui-bg)}.home-layout{width:min(1480px,calc(100% - 48px));margin:0 auto;padding:36px 0 54px;display:grid;grid-template-columns:260px minmax(0,820px)360px;align-items:start;gap:20px}.home-sidebar{display:flex;flex-direction:column;gap:6px}.category-group{display:flex;flex-direction:column;background:0 0}.category-group__title,.category-link{width:100%;min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 30px;border-radius:12px;background:var(--ui-surface);font-size:16px;line-height:22px}.category-group__title{border:0;color:var(--ui-text-secondary);font-weight:400;text-align:left;cursor:pointer}.category-group.is-expanded .category-group__title{color:var(--ui-text);font-weight:600}.category-link{color:var(--ui-text-secondary);font-weight:400}.category-label{min-width:0;flex:1}.category-chevron{width:16px;height:16px;flex:0 0 16px;position:relative}.category-chevron img{position:absolute;inset:0;width:16px;height:16px}.category-group .category-chevron-down.theme-asset{display:none!important}.category-group.is-expanded .category-chevron-right{display:none!important}.category-group.is-expanded .category-chevron-down.theme-asset--light{display:block!important}:root[data-theme=dark] .category-group.is-expanded .category-chevron-down.theme-asset--light{display:none!important}:root[data-theme=dark] .category-group.is-expanded .category-chevron-down.theme-asset--dark{display:block!important}.category-sublist{padding:12px 30px;display:flex;flex-direction:column;gap:18px}.category-sublist[hidden]{display:none}.category-sublist a{display:block;color:var(--ui-text-secondary);font-size:16px;font-weight:400;line-height:22px}.category-sublist a.is-active{color:var(--ui-green)}.category-link.is-active{color:var(--ui-green)}.category-sublist a:hover,.category-link:hover,.category-group__title:hover{color:var(--ui-green)}.home-feed{min-width:0}.home-top-ads{width:100%;margin:0 0 16px;display:flex;flex-direction:column;gap:12px}.home-top-ads a{width:100%;aspect-ratio:820/77;overflow:hidden;border-radius:12px;background:var(--ui-surface-soft)}.home-top-ads img{display:block;width:100%;height:100%;object-fit:cover}.home-post-list{display:flex;flex-direction:column;gap:12px}.home-ad{display:block;width:100%;aspect-ratio:780/360;overflow:hidden;border-radius:20px;background:var(--ui-surface-soft)}.home-ad img{display:block;width:100%;height:100%;object-fit:cover}.home-post-list{gap:16px}.home-post{padding:18px 20px;border-radius:12px;background:var(--ui-surface);overflow:hidden}.home-post__link{display:flex;flex-direction:column;gap:16px}.home-post__title{margin:0;color:var(--ui-text);font-size:20px;line-height:28px;font-weight:400;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.home-post__cover{position:relative;width:100%;aspect-ratio:780/360;overflow:hidden;border-radius:20px;background:var(--ui-surface-soft)}.home-post__cover>img,.home-post__gallery-item>img{width:100%;height:100%;object-fit:cover}.home-post__gallery{width:100%;aspect-ratio:780/180;display:grid;gap:12px;overflow:hidden;border-radius:12px}.home-post__gallery--two{grid-template-columns:repeat(2,minmax(0,1fr))}.home-post__gallery--three{grid-template-columns:repeat(3,minmax(0,1fr))}.home-post__gallery-item{min-width:0;height:100%;overflow:hidden;background:var(--ui-surface-soft)}.home-post__more{position:absolute;right:12px;bottom:12px;padding:6px 9px;border-radius:12px;background:rgba(0,0,0,.78);color:#fff;font-size:12px;font-weight:500}.home-post__meta{min-height:28px;padding-top:16px;border-top:1px solid var(--ui-divider);display:flex;align-items:center;gap:36px;color:var(--ui-text-secondary);font-size:14px}.home-post__meta span{display:inline-flex;align-items:center;gap:7px}.home-post__heat{color:#ff4800;font-weight:500}.home-post__heat.is-muted{color:var(--ui-text-secondary);font-weight:400}.meta-view,.meta-clock,.meta-fire{width:16px;height:16px;flex:0 0 16px;background:50%/contain no-repeat}.meta-view{background-image:url(/static/images/home-ui/post-view.svg)}.meta-clock{background-image:url(/static/images/home-ui/post-clock.svg)}.meta-fire{background-color:currentColor;background-image:none;-webkit-mask:url(/static/images/home-ui/post-fire.svg)center/contain no-repeat;mask:url(/static/images/home-ui/post-fire.svg)center/contain no-repeat}.ui-pagination{width:100%;min-height:72px;margin-top:20px;padding:12px 0;display:flex;align-items:center;justify-content:center;gap:16px;color:var(--ui-text);font-size:14px;line-height:20px}.ui-pagination__arrow,.ui-pagination__jump button{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:var(--ui-green);color:#fff}.ui-pagination__arrow::after{content:"";width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff}.ui-pagination__arrow--prev::after{margin-left:3px;transform:rotate(-135deg)}.ui-pagination__arrow--next::after{margin-right:3px;transform:rotate(45deg)}.ui-pagination__arrow.is-disabled{opacity:.35}.ui-pagination__pages{height:48px;padding:4px 6px;display:flex;align-items:center;gap:4px;border-radius:24px;background:#fff}:root[data-theme=dark] .ui-pagination__pages{background:rgba(255,255,255,5%)}.ui-pagination__pages>a,.ui-pagination__pages>span{min-width:40px;height:40px;padding:0 12px;display:grid;place-items:center;border-radius:20px;color:var(--ui-text);font-size:16px;font-weight:500}.ui-pagination__pages>.is-active{color:var(--ui-green);box-shadow:inset 0 0 0 1.5px var(--ui-green)}.ui-pagination__pages>.ui-pagination__ellipsis{min-width:36px;padding:0 8px}.ui-pagination__jump{display:flex;align-items:center;gap:16px;white-space:nowrap}.ui-pagination__jump label{position:relative}.ui-pagination__jump label::after{content:"";position:absolute;top:15px;right:15px;width:8px;height:8px;border-right:2px solid var(--ui-text);border-bottom:2px solid var(--ui-text);transform:rotate(45deg);pointer-events:none}.ui-pagination__jump input{width:70px;height:40px;padding:0 32px 0 14px;border:1px solid var(--ui-border);border-radius:20px;outline:0;background:#fff;color:var(--ui-text);font-size:15px;font-weight:500;text-align:center;appearance:textfield}:root[data-theme=dark] .ui-pagination__jump input{background:rgba(255,255,255,5%)}.ui-pagination__jump input::-webkit-inner-spin-button,.ui-pagination__jump input::-webkit-outer-spin-button{margin:0;appearance:none}.ui-pagination__jump button{cursor:pointer}:root[data-theme=dark] .ui-pagination__jump button{color:#282828}.home-hot{grid-column:3;grid-row:1;padding:20px 18px;border-radius:8px;background:var(--ui-surface)}.home-hot__heading{margin-bottom:8px;display:flex;align-items:baseline;justify-content:space-between}.home-hot__heading h2{margin:0;font-size:22px;line-height:1.5}.home-hot__heading span{color:var(--ui-green);font-size:13px}.home-hot__list{display:flex;flex-direction:column}.hot-post{min-height:105px;padding:13px 0;display:grid;grid-template-columns:140px minmax(0,1fr);gap:12px;align-items:center;border-bottom:1px solid var(--ui-divider)}.hot-post:last-child{border-bottom:0}.hot-post>img{width:140px;height:79px;border-radius:7px;object-fit:cover}.hot-post__copy{min-width:0;display:flex;flex-direction:column;gap:9px}.hot-post__copy strong{font-size:14px;line-height:1.45;font-weight:600;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.hot-post__copy small{color:var(--ui-text-secondary);font-size:12px;line-height:1.4}.home-bottom-ads{grid-column:2;grid-row:2;width:100%;margin:0;display:flex;flex-direction:column;gap:12px}.home-bottom-ads a{width:100%;aspect-ratio:820/77;overflow:hidden;border-radius:12px}.home-bottom-ads img{width:100%;height:100%;object-fit:cover}.home-footer{--home-footer-gutter:clamp(40px, calc((100vw - 1480px) / 2), 220px);padding:58px var(--home-footer-gutter)42px;background:var(--ui-surface-strong)}.home-footer__inner{position:relative;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:28px}.home-footer__top{display:flex;align-items:flex-end;justify-content:space-between;gap:60px}.home-footer__brand{min-width:0;flex:1 1 648px;display:flex;flex-direction:column;gap:18px}.home-footer__brand img{width:161px;height:46px}.home-footer__legal{display:flex;flex-direction:column;gap:10px}.home-footer__brand p{width:min(648px,100%);margin:0;color:var(--ui-text-secondary);font-size:16px;line-height:22px}.home-footer__links{width:393px;max-width:100%;flex:0 1 393px;display:flex;flex-wrap:wrap;align-items:center;gap:12px;color:var(--ui-text);font-size:14px;line-height:20px}.home-footer__links i{width:1px;height:12px;flex:0 0 1px;background:rgba(0,0,0,.2)}:root[data-theme=dark] .home-footer__links i{background:rgba(255,255,255,.2)}.home-footer__links a:hover{color:var(--ui-green)}.home-footer__divider{width:100%;height:1px;background:var(--ui-divider)}.home-footer__contact{display:contents}.home-footer__contact-title{display:none}.home-footer__bottom{display:flex;align-items:center;gap:40px}.home-footer__copyright{margin:0;color:var(--ui-text-secondary);font-size:14px;line-height:20px;white-space:nowrap}.home-footer__copyright--mobile{display:none}.home-footer__bottom-line{height:1px;flex:1}.home-footer__socials{flex:none}.home-footer__back-top{position:fixed;right:max(20px,calc(var(--home-footer-gutter) - 60px));bottom:58px;z-index:1000;width:60px;height:60px;padding:0;border:0;border-radius:50%;background:0 0;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity 160ms ease,transform 160ms ease,visibility 160ms ease;cursor:pointer}.home-footer__back-top.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.home-footer__back-top img{width:60px;height:60px}@media(max-width:1527px){.home-layout{grid-template-columns:240px minmax(0,820px)340px;justify-content:center}.home-layout{width:calc(100% - 40px)}.home-socials{gap:8px}.home-header__inner{gap:20px}.hot-post{grid-template-columns:124px minmax(0,1fr)}.hot-post>img{width:124px;height:70px}}@media(max-width:1400px){.home-layout{grid-template-columns:220px minmax(0,820px);justify-content:center}.home-hot{grid-column:2;grid-row:2}.home-bottom-ads{grid-row:3}.home-footer__top{gap:32px}}@media(max-width:1180px){.home-footer__top{align-items:flex-start;flex-direction:column}.home-footer__brand{flex-basis:auto}.home-footer__links{flex-basis:auto}}@media(max-width:1024px){.home-header__inner{gap:16px}.home-search{height:52px;padding:0 22px}.home-layout{grid-template-columns:minmax(0,820px)}.home-sidebar{display:none}.home-hot{grid-column:1;grid-row:2}.home-bottom-ads{grid-column:1;grid-row:3}.home-hot__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px}.hot-post{grid-template-columns:124px minmax(0,1fr)}.home-footer__top{align-items:flex-start;flex-direction:column}}@media(max-width:767px){.home-header{height:48px;padding:0}.home-header__inner{width:100%;padding:0 16px;gap:14px}.home-brand{flex:0 0 107px;margin-right:auto}.home-brand img{width:107px;height:31px}.home-search,.home-socials{display:none}.home-mobile-action{display:grid;width:24px;height:24px;flex-basis:24px;border-radius:0;background:0 0}.home-mobile-action img{width:22px;height:22px}.home-theme-toggle{width:24px;height:24px;flex-basis:24px;border-radius:0;background:0 0}.home-theme-icon--desktop{display:none}.home-theme-icon--mobile{width:22px;height:22px;display:grid}.home-theme-toggle img{width:22px;height:22px}body.mobile-search-open .home-header{position:relative;z-index:2100}.mobile-search-layer{position:fixed;top:48px;right:0;bottom:0;left:0;z-index:1900;display:block;visibility:hidden;opacity:0;pointer-events:none;transition:opacity 180ms ease,visibility 180ms ease}.mobile-search-layer.is-open{visibility:visible;opacity:1;pointer-events:auto}.mobile-search-layer__overlay{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(0,0,0,.7);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.mobile-search-layer__form{position:absolute;top:12px;left:16px;width:calc(100% - 32px);height:46px;padding:8px 12px 8px 24px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;border-radius:36px;background:#fff}:root[data-theme=dark] .mobile-search-layer__form{background:rgba(0,0,0,.6);box-shadow:inset 0 0 0 1px rgba(255,255,255,.1)}.mobile-search-layer__form input{min-width:0;flex:1;padding:0;border:0;outline:0;background:0 0;color:var(--ui-text);font-size:14px;line-height:20px}.mobile-search-layer__form input::placeholder{color:var(--ui-text-secondary)}.mobile-search-layer__form>button{min-width:48px;height:30px;padding:6px 12px;display:grid;place-items:center;border:0;border-radius:999px;background:var(--ui-green);color:#fff;font-size:12px;line-height:18px;cursor:pointer}.mobile-sidebar{position:fixed;inset:0;z-index:2000;display:block;visibility:hidden;opacity:0;pointer-events:none;transition:opacity 200ms ease,visibility 200ms ease}.mobile-sidebar.is-open{visibility:visible;opacity:1;pointer-events:auto}.mobile-sidebar__overlay{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(0,0,0,.7);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.mobile-sidebar__panel{position:absolute;top:0;right:0;width:min(279px,calc(100% - 64px));height:100vh;height:100dvh;padding:60px 36px;display:flex;flex-direction:column;align-items:center;gap:24px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;background:var(--ui-surface-strong);color:var(--ui-text);transform:translateX(100%);transition:transform 220ms ease;scrollbar-width:none}.mobile-sidebar__panel::-webkit-scrollbar{display:none}.mobile-sidebar.is-open .mobile-sidebar__panel{transform:translateX(0)}.mobile-sidebar__close{position:absolute;top:26px;left:12px;width:24px;height:24px;padding:0;border:0;background:0 0;cursor:pointer}.mobile-sidebar__close img{width:24px;height:24px}.mobile-sidebar__brand{width:171.2px;height:48px;flex:0 0 48px}.mobile-sidebar__brand img{width:171.2px;height:48px;object-fit:contain}.mobile-sidebar__menu{width:100%;display:flex;flex-direction:column;gap:11px}.mobile-sidebar__group{width:100%;display:flex;flex-direction:column;gap:11px}.mobile-sidebar__item{width:100%;min-height:50px;padding:13px 19px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(0,0,0,5%);border-radius:9px;background:#fff;color:var(--ui-text-secondary);font-size:16px;line-height:22px;text-align:left;cursor:pointer}:root[data-theme=dark] .mobile-sidebar__item{border-color:rgba(255,255,255,5%);background:rgba(255,255,255,5%)}.mobile-sidebar__group.is-expanded>.mobile-sidebar__item{color:var(--ui-text)}.mobile-sidebar__chevron{position:relative;width:16px;height:16px;flex:0 0 16px}.mobile-sidebar__chevron img{position:absolute;inset:0;width:16px;height:16px}.mobile-sidebar__group .mobile-sidebar__chevron-down.theme-asset{display:none!important}.mobile-sidebar__group.is-expanded .mobile-sidebar__chevron-right{display:none!important}.mobile-sidebar__group.is-expanded .mobile-sidebar__chevron-down.theme-asset--light{display:block!important}:root[data-theme=dark] .mobile-sidebar__group.is-expanded .mobile-sidebar__chevron-down.theme-asset--light{display:none!important}:root[data-theme=dark] .mobile-sidebar__group.is-expanded .mobile-sidebar__chevron-down.theme-asset--dark{display:block!important}.mobile-sidebar__submenu{padding:12px 20px;display:flex;flex-direction:column;gap:18px}.mobile-sidebar__submenu[hidden]{display:none}.mobile-sidebar__submenu a{color:var(--ui-text-secondary);font-size:16px;line-height:22px}.mobile-sidebar__submenu a:hover,.mobile-sidebar__submenu a.is-active{color:var(--ui-green)}.mobile-sidebar__links{width:207px;display:flex;flex-wrap:wrap;align-items:center;gap:12px;color:var(--ui-text);font-size:12px;line-height:18px}.mobile-sidebar__links i{width:1px;height:12px;flex:0 0 1px;background:rgba(0,0,0,.2)}:root[data-theme=dark] .mobile-sidebar__links i{background:rgba(255,255,255,.2)}.mobile-sidebar__socials{display:flex;align-items:center;gap:16px}.mobile-sidebar__socials a,.mobile-sidebar__socials img{width:38px;height:38px}.mobile-sidebar__socials a{display:grid;place-items:center;border-radius:50%;background:var(--ui-icon-bg)}.home-layout{width:100%;margin:0;padding:12px 16px 18px;display:flex;flex-direction:column;gap:18px}.home-sidebar{display:none}.home-feed,.home-hot{width:100%}.home-top-ads{margin-bottom:12px;gap:10px}.home-top-ads a{aspect-ratio:343/47;border-radius:7px}.home-ad{height:auto;aspect-ratio:319/148;border-radius:12px}.home-post-list{gap:12px}.home-post{padding:12px;border-radius:12px}.home-post__link{gap:12px}.home-post__title{font-size:12px;line-height:18px}.home-post__cover{height:auto;aspect-ratio:319/148;border-radius:12px}.home-post__gallery{height:auto;aspect-ratio:319/75;gap:7px}.home-post__more{right:6px;bottom:6px;padding:3px 6px;font-size:10px}.home-post__meta{min-height:20px;padding-top:12px;gap:13px;font-size:10px}.home-post__meta span{gap:4px}.meta-view,.meta-clock,.meta-fire{width:13px;height:13px;flex-basis:13px}.home-post__heat{margin-left:auto}.ui-pagination{min-height:64px;margin-top:12px;padding:12px 0;gap:12px}.ui-pagination__arrow{width:40px;height:40px;flex-basis:40px}.ui-pagination__arrow::after{width:7px;height:7px}.ui-pagination__pages{height:40px;padding:3px 4px;gap:2px;border-radius:20px}.ui-pagination__pages>a,.ui-pagination__pages>span{width:34px;min-width:34px;height:34px;padding:0;border-radius:17px;font-size:14px;line-height:20px}.ui-pagination__pages>.ui-pagination__ellipsis{width:34px;min-width:34px;padding:0}.ui-pagination__penultimate,.ui-pagination__jump{display:none!important}.home-hot{padding:16px 12px;border-radius:12px}.home-hot__heading h2{font-size:18px}.home-hot__list{display:flex}.hot-post{min-height:91px;padding:10px 0;grid-template-columns:120px minmax(0,1fr);gap:10px}.hot-post>img{width:120px;height:68px}.hot-post__copy strong{font-size:12px}.hot-post__copy small{font-size:10px}.home-bottom-ads{width:100%;margin:0;gap:10px}.home-bottom-ads a{height:auto;aspect-ratio:343/47;border-radius:7px}.home-footer{width:100%;margin:0;padding:18px clamp(20px,9.6vw,36px);border:0;border-radius:0}.home-footer__inner{width:100%;gap:18px}.home-footer__top{display:contents}.home-footer__brand{gap:18px}.home-footer__brand img{width:161px;height:46px}.home-footer__brand p{width:100%;font-size:12px;line-height:18px}.home-footer__copyright{font-size:12px;line-height:18px}.home-footer__copyright--mobile{display:block}.home-footer__copyright--desktop{display:none}.home-footer__links{width:100%;gap:12px;font-size:12px;line-height:18px}.home-footer__divider{flex:0 0 1px}.home-footer__contact{width:100%;display:flex;flex-direction:column;gap:16px}.home-footer__contact-title{width:100%;height:20px;display:flex;align-items:center;gap:12px;color:var(--ui-text);font-size:14px;line-height:20px}.home-footer__contact-title i{height:1px;flex:1;background:rgba(0,0,0,.5)}:root[data-theme=dark] .home-footer__contact-title i{background:rgba(255,255,255,.5)}.home-footer__bottom{width:100%;height:38px;gap:0;justify-content:space-between}.home-footer__bottom-line{display:none}.home-footer__socials{gap:16px}.home-footer__socials a,.home-footer__socials>span,.home-footer__socials img{width:38px;height:38px}.home-footer__back-top{right:16px;bottom:max(18px,env(safe-area-inset-bottom));width:36px;height:36px}.home-footer__back-top img{width:36px;height:36px}}