@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Open+Sans:wght@400;500;600&display=swap";
:root{--fs-xs:clamp(9px,.65vw,11px);--fs-sm:clamp(11px,.85vw,13px);--fs-base:clamp(13px,1.05vw,15px);--fs-md:clamp(14px,1.15vw,16px);--fs-lg:clamp(16px,1.4vw,20px);--fs-xl:clamp(20px,1.8vw,26px);--fs-2xl:clamp(26px,2.4vw,36px);--fs-3xl:clamp(32px,3vw,48px);--fs-nav:clamp(10px,.75vw,12px);--fs-logo:clamp(20px,2vw,26px);--fs-badge:clamp(8px,.65vw,10px);--fs-ticker:clamp(10px,.85vw,12px);--fs-card-title:clamp(12px,1vw,14px);--fs-hero-title:clamp(14px,1.3vw,17px);--fs-section-h:clamp(11px,.9vw,14px)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#222;font-family:Open Sans,sans-serif;font-size:var(--fs-base);-webkit-font-smoothing:antialiased;background:#f5f5f5;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1240px;margin:0 auto;padding:0 16px}.top-bar{color:#aaa;background:#1a1a2e;padding:6px 0;font-size:11px}.top-bar__inner{justify-content:space-between;align-items:center;display:flex}.top-bar__date{letter-spacing:.05em}.top-bar__social{align-items:center;gap:12px;display:flex}.top-bar__social a{color:#aaa;font-size:12px;transition:color .2s}.top-bar__social a:hover{color:#fff}.site-header{z-index:200;background:#111;position:sticky;top:0;box-shadow:0 2px 8px #0006}.header__inner{align-items:center;gap:24px;height:58px;display:flex}.header__hamburger{color:#fff;cursor:pointer;flex-shrink:0;font-size:20px;line-height:1}.header__logo{font-family:Montserrat,sans-serif;font-size:var(--fs-logo);color:#fff;letter-spacing:-1px;white-space:nowrap;flex-shrink:0;font-weight:900}.header__logo span{color:#008751}.header__nav{flex:1;align-items:center;gap:4px;list-style:none;display:flex}.header__nav-item a{color:#ddd;font-family:Montserrat,sans-serif;font-size:var(--fs-nav);letter-spacing:.04em;text-transform:uppercase;border-bottom:3px solid #0000;align-items:center;height:58px;padding:0 10px;font-weight:600;transition:color .2s,border-color .2s;display:flex}.header__nav-item a:hover,.header__nav-item--active a{color:#fff;border-bottom-color:#008751}.header__actions{color:#aaa;align-items:center;gap:16px;margin-left:auto;display:flex}.header__actions a{color:#aaa;font-size:16px;transition:color .2s}.header__actions a:hover{color:#fff}.ticker{background:#fff;border-bottom:1px solid #e5e5e5;align-items:center;height:38px;display:flex;overflow:hidden}.ticker__label{color:#fff;font-family:Montserrat,sans-serif;font-size:var(--fs-xs);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;background:#008751;flex-shrink:0;align-items:center;height:100%;padding:0 14px;font-weight:800;display:flex}.ticker__track{flex:1;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 40px calc(100% - 40px),#0000);mask-image:linear-gradient(90deg,#0000,#000 40px calc(100% - 40px),#0000)}.ticker__inner{white-space:nowrap;gap:48px;animation:40s linear infinite ticker-scroll;display:flex}.ticker__inner:hover{animation-play-state:paused}.ticker__item{font-family:Montserrat,sans-serif;font-size:var(--fs-ticker);color:#222;cursor:pointer;white-space:nowrap;font-weight:600;transition:color .2s}.ticker__item:hover{color:#008751}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ad-banner{text-align:center;background:#fff;border-bottom:1px solid #e5e5e5;padding:14px 0}.ad-banner__inner{letter-spacing:.12em;text-transform:uppercase;color:#aaa;background:#f0f0f0;border:1px dashed #ccc;border-radius:4px;justify-content:center;align-items:center;height:90px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:700;display:flex}.hero-grid{background:#111;grid-template-columns:repeat(4,1fr);gap:0;display:grid}.hero-card{aspect-ratio:3/4;cursor:pointer;position:relative;overflow:hidden}.hero-card:first-child{grid-column:span 1}.hero-card__img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.hero-card:hover .hero-card__img{transform:scale(1.04)}.hero-card__overlay{background:linear-gradient(#0000 0%,#00000014 50%,#000000a6 100%);position:absolute;inset:0}.hero-card__meta{color:#ffffffe0;align-items:center;gap:10px;font-size:11px;font-weight:600;display:flex;position:absolute;top:10px;right:10px}.hero-card__meta-item{align-items:center;gap:4px;display:flex}.hero-card__body{padding:18px;position:absolute;bottom:0;left:0;right:0}.hero-card__play{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:2px solid #ffffffb3;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:18px;transition:background .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-card:hover .hero-card__play{background:#008751b3}.cat-badge{color:#fff;font-family:Montserrat,sans-serif;font-size:var(--fs-badge);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;background:#008751;margin-bottom:8px;padding:3px 8px;font-weight:800;transition:background .2s;display:inline-block}.cat-badge:hover{background:#00663d}.cat-badge--politics{background:#1565c0}.cat-badge--economy{background:#2e7d32}.cat-badge--tech{background:#6a1b9a}.cat-badge--society{background:#e65100}.cat-badge--culture{background:#00838f}.hero-card__title{font-family:Montserrat,sans-serif;font-size:var(--fs-hero-title);color:#fff;letter-spacing:-.3px;text-shadow:0 1px 4px #0009;font-weight:800;line-height:1.3}.hero-card__title:hover{color:#f5c518}.main-area{padding:24px 0 40px}.content-grid{grid-template-columns:280px 1fr 300px;align-items:start;gap:30px;display:grid}.section-header{border-top:3px solid #111;justify-content:space-between;align-items:baseline;margin-bottom:16px;padding-top:8px;display:flex}.section-header h2{font-family:Montserrat,sans-serif;font-size:var(--fs-section-h);letter-spacing:.08em;text-transform:uppercase;color:#111;font-weight:900}.section-header__more{letter-spacing:.06em;text-transform:uppercase;color:#008751;cursor:pointer;font-family:Montserrat,sans-serif;font-size:10px;font-weight:700;transition:color .2s}.section-header__more:hover{color:#00663d}.latest-list{flex-direction:column;gap:0;display:flex}.latest-item{cursor:pointer;border-bottom:1px solid #e8e8e8;align-items:flex-start;gap:12px;padding:12px 0;display:flex}.latest-item:last-child{border-bottom:none}.latest-item:hover .latest-item__title{color:#008751}.latest-item__thumb{background:#e0e0e0;border-radius:2px;flex-shrink:0;width:80px;height:60px;position:relative;overflow:hidden}.latest-item__thumb img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.latest-item:hover .latest-item__thumb img{transform:scale(1.06)}.latest-item__thumb-placeholder{background:linear-gradient(135deg,#ddd,#bbb);justify-content:center;align-items:center;width:100%;height:100%;font-size:20px;display:flex}.latest-item__play{color:#fff;background:#00000047;justify-content:center;align-items:center;font-size:14px;display:flex;position:absolute;inset:0}.latest-item__body{flex:1;min-width:0}.latest-item__cat{font-family:Montserrat,sans-serif;font-size:var(--fs-badge);letter-spacing:.12em;text-transform:uppercase;color:#008751;margin-bottom:4px;font-weight:800}.latest-item__title{font-family:Montserrat,sans-serif;font-size:var(--fs-card-title);color:#222;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-weight:700;line-height:1.35;transition:color .2s;display:-webkit-box;overflow:hidden}.latest-item__meta{color:#999;gap:8px;margin-top:5px;font-size:10px;display:flex}.more-btn{text-align:center;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:#e8f5ee;border:2px solid #008751;margin-top:8px;padding:10px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:800;transition:all .2s;display:block;color:#008751!important}.more-btn:hover{background:#008751;color:#fff!important}.featured-col{flex-direction:column;gap:0;display:flex}.sub-section{border-top:3px solid #008751;margin-top:24px;margin-bottom:14px;padding-top:8px}.sub-section:first-of-type{margin-top:0}.sub-section h3{text-transform:uppercase;letter-spacing:.07em;color:#111;font-family:Montserrat,sans-serif;font-size:13px;font-weight:900}.featured-trio{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px;display:grid}.trio-card{cursor:pointer}.trio-card__img-wrap{aspect-ratio:4/3;background:#e0e0e0;margin-bottom:8px;position:relative;overflow:hidden}.trio-card__img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.trio-card:hover .trio-card__img-wrap img{transform:scale(1.06)}.trio-card__img-placeholder{background:linear-gradient(135deg,#ddd,#bbb);justify-content:center;align-items:center;width:100%;height:100%;font-size:30px;display:flex}.trio-card__meta-bar{color:#ffffffe6;text-shadow:0 1px 3px #0009;gap:6px;font-size:10px;font-weight:600;display:flex;position:absolute;top:6px;right:6px}.trio-card__cat{letter-spacing:.1em;text-transform:uppercase;color:#008751;margin-bottom:4px;font-family:Montserrat,sans-serif;font-size:9px;font-weight:800}.trio-card__title{color:#222;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;line-height:1.35;transition:color .2s}.trio-card:hover .trio-card__title{color:#008751}.featured-article{cursor:pointer;border-bottom:1px solid #e8e8e8;grid-template-columns:180px 1fr;align-items:flex-start;gap:14px;padding:16px 0;display:grid}.featured-article:last-child{border-bottom:none}.featured-article:hover .featured-article__title{color:#008751}.featured-article--large{grid-template-columns:1fr;gap:12px}.featured-article__img-wrap{aspect-ratio:4/3;background:#e0e0e0;border-radius:2px;position:relative;overflow:hidden}.featured-article--large .featured-article__img-wrap{aspect-ratio:16/9}.featured-article__img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.featured-article:hover .featured-article__img-wrap img{transform:scale(1.04)}.featured-article__img-meta{color:#ffffffe6;text-shadow:0 1px 3px #0009;gap:8px;font-size:11px;font-weight:600;display:flex;position:absolute;top:8px;right:8px}.fa-meta-item{align-items:center;gap:3px;display:flex}.featured-article__cat{letter-spacing:.1em;text-transform:uppercase;color:#008751;margin-bottom:5px;font-family:Montserrat,sans-serif;font-size:10px;font-weight:800}.featured-article__title{font-family:Montserrat,sans-serif;font-size:var(--fs-lg);color:#111;letter-spacing:-.2px;margin-bottom:6px;font-weight:800;line-height:1.3;transition:color .2s}.featured-article--large .featured-article__title{font-size:var(--fs-xl)}.featured-article__excerpt{font-size:var(--fs-base);color:#666;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.6;display:-webkit-box;overflow:hidden}.featured-article__date{color:#999;margin-top:6px;font-size:11px}.sidebar{flex-direction:column;gap:24px;display:flex}.sidebar-card{cursor:pointer;border-radius:2px;position:relative;overflow:hidden}.sidebar-card__img-wrap{aspect-ratio:4/3;background:#e0e0e0;position:relative;overflow:hidden}.sidebar-card__img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.sidebar-card:hover .sidebar-card__img-wrap img{transform:scale(1.05)}.sidebar-card__img-placeholder{background:linear-gradient(135deg,#ddd,#bbb);justify-content:center;align-items:center;width:100%;height:100%;font-size:40px;display:flex}.sidebar-card__img-meta{color:#ffffffe6;text-shadow:0 1px 3px #0009;gap:8px;font-size:11px;font-weight:600;display:flex;position:absolute;top:8px;right:8px}.sidebar-card__body{padding:10px 0}.sidebar-card__cat{letter-spacing:.1em;text-transform:uppercase;color:#008751;margin-bottom:4px;font-family:Montserrat,sans-serif;font-size:9px;font-weight:800}.sidebar-card__title{font-family:Montserrat,sans-serif;font-size:var(--fs-md);color:#111;font-weight:800;line-height:1.35;transition:color .2s}.sidebar-card:hover .sidebar-card__title{color:#008751}.sidebar-list{flex-direction:column;gap:0;display:flex}.sidebar-list-item{cursor:pointer;border-bottom:1px solid #e8e8e8;align-items:flex-start;gap:10px;padding:10px 0;display:flex}.sidebar-list-item:last-child{border-bottom:none}.sidebar-list-item:hover .sli-title{color:#008751}.sli-thumb{object-fit:cover;background:#e0e0e0;border-radius:2px;flex-shrink:0;width:75px;height:58px}.sli-thumb-placeholder{background:linear-gradient(135deg,#ddd,#bbb);border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:75px;height:58px;font-size:20px;display:flex}.sli-body{flex:1}.sli-cat{letter-spacing:.1em;text-transform:uppercase;color:#008751;margin-bottom:3px;font-family:Montserrat,sans-serif;font-size:9px;font-weight:800}.sli-title{font-family:Montserrat,sans-serif;font-size:var(--fs-card-title);color:#222;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-weight:700;line-height:1.35;transition:color .2s;display:-webkit-box;overflow:hidden}.sidebar-widget{background:#fff;border:1px solid #e8e8e8;border-radius:2px;padding:16px}.sidebar-widget--ad{color:#aaa;letter-spacing:.1em;text-transform:uppercase;background:#f0f0f0;border:1px dashed #ccc;justify-content:center;align-items:center;min-height:250px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:700;display:flex}.cat-section{border-top:1px solid #e0e0e0;padding:30px 0}.cat-section__grid{grid-template-columns:1fr 280px;gap:30px;display:grid}.cat-section__main{flex-direction:column;gap:0;display:flex}.layout-grid-trio{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.layout-grid-trio__card{cursor:pointer;background:#fff;transition:transform .2s,box-shadow .2s;overflow:hidden}.layout-grid-trio__card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.layout-grid-trio__img-wrap{aspect-ratio:16/10;background:#e0e0e0;position:relative;overflow:hidden}.layout-grid-trio__img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.layout-grid-trio__card:hover .layout-grid-trio__img{transform:scale(1.05)}.layout-grid-trio__placeholder{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);justify-content:center;align-items:center;width:100%;height:100%;font-size:36px;display:flex}.layout-grid-trio__body{padding:14px 2px 8px}.layout-grid-trio__cat{letter-spacing:.1em;text-transform:uppercase;color:#008751;margin-bottom:6px;font-family:Montserrat,sans-serif;font-size:9px;font-weight:800}.layout-grid-trio__title{color:#111;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:800;line-height:1.35;transition:color .2s;display:-webkit-box;overflow:hidden}.layout-grid-trio__card:hover .layout-grid-trio__title{color:#008751}.layout-grid-trio__excerpt{color:#777;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 8px;font-size:12px;line-height:1.55;display:-webkit-box;overflow:hidden}.layout-grid-trio__date{color:#aaa;font-size:11px}.layout-compact-list{flex-direction:column;gap:0;display:flex}.layout-compact-list__row{cursor:pointer;border-bottom:1px solid #eee;grid-template-columns:32px 120px 1fr;align-items:center;gap:16px;padding:18px 0;transition:background .15s;display:grid}.layout-compact-list__row:hover{background:#fafffe}.layout-compact-list__row:last-child{border-bottom:none}.layout-compact-list__num{color:#e0e0e0;text-align:center;font-family:Montserrat,sans-serif;font-size:22px;font-weight:900;line-height:1}.layout-compact-list__row:hover .layout-compact-list__num{color:#008751}.layout-compact-list__img-wrap{aspect-ratio:4/3;background:#e0e0e0;border-radius:2px;position:relative;overflow:hidden}.layout-compact-list__img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.layout-compact-list__row:hover .layout-compact-list__img{transform:scale(1.04)}.layout-compact-list__placeholder{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);justify-content:center;align-items:center;width:100%;height:100%;font-size:24px;display:flex}.layout-compact-list__body{flex:1}.layout-compact-list__cat{letter-spacing:.1em;text-transform:uppercase;color:#008751;margin-bottom:4px;font-family:Montserrat,sans-serif;font-size:9px;font-weight:800}.layout-compact-list__title{color:#111;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-family:Montserrat,sans-serif;font-size:15px;font-weight:700;line-height:1.35;transition:color .2s;display:-webkit-box;overflow:hidden}.layout-compact-list__row:hover .layout-compact-list__title{color:#008751}.layout-compact-list__meta{color:#aaa;gap:6px;font-size:11px;display:flex}.layout-hero-carousel{flex-direction:column;gap:16px;display:flex}.layout-hero-carousel__hero{cursor:pointer;background:#111;min-height:340px;position:relative;overflow:hidden}.layout-hero-carousel__hero-img{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;inset:0}.layout-hero-carousel__hero:hover .layout-hero-carousel__hero-img{transform:scale(1.03)}.layout-hero-carousel__overlay{z-index:1;background:linear-gradient(#0000 0%,#00000080 50%,#000000d1 100%);flex-direction:column;justify-content:flex-end;min-height:340px;padding:28px 28px 24px;display:flex;position:relative}.layout-hero-carousel__cat-badge{color:#fff;text-transform:uppercase;letter-spacing:.08em;background:#e91e63;border-radius:3px;align-self:flex-start;margin-bottom:12px;padding:4px 14px;font-family:Montserrat,sans-serif;font-size:10px;font-weight:800;display:inline-block}.layout-hero-carousel__hero-title{color:#fff;letter-spacing:-.3px;text-shadow:0 2px 8px #0006;margin:0 0 8px;font-family:Montserrat,sans-serif;font-size:26px;font-weight:900;line-height:1.25}.layout-hero-carousel__hero-excerpt{color:#ffffffbf;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:520px;margin:0;font-family:Montserrat,sans-serif;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.layout-hero-carousel__strip{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.layout-hero-carousel__mini{cursor:pointer;transition:transform .2s}.layout-hero-carousel__mini:hover{transform:translateY(-2px)}.layout-hero-carousel__mini-img-wrap{aspect-ratio:4/3;background:#ddd;position:relative;overflow:hidden}.layout-hero-carousel__mini-img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.layout-hero-carousel__mini:hover .layout-hero-carousel__mini-img{transform:scale(1.05)}.layout-hero-carousel__mini-placeholder{background:linear-gradient(135deg,#e8f5ee,#c8e6c9);justify-content:center;align-items:center;width:100%;height:100%;font-size:32px;display:flex}.layout-hero-carousel__mini-cat{color:#999;text-transform:uppercase;letter-spacing:.12em;margin:10px 0 5px;font-family:Montserrat,sans-serif;font-size:9px;font-weight:700}.layout-hero-carousel__mini-title{color:#222;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;line-height:1.35;transition:color .2s;display:-webkit-box;overflow:hidden}.layout-hero-carousel__mini:hover .layout-hero-carousel__mini-title{color:#008751}.whats-hot-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.site-footer{color:#bbb;background:#1a1a1a;margin-top:40px}.footer__main{border-bottom:1px solid #333;grid-template-columns:1fr 1fr 1fr;gap:40px;padding:40px 0;display:grid}.footer__col-title{text-transform:uppercase;letter-spacing:.1em;color:#fff;border-bottom:2px solid #008751;margin-bottom:16px;padding-bottom:8px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:900;display:inline-block}.footer__about-text{color:#888;font-size:13px;line-height:1.7}.footer__logo{color:#fff;margin-bottom:14px;font-family:Montserrat,sans-serif;font-size:20px;font-weight:900}.footer__logo span{color:#008751}.footer__news-list{flex-direction:column;gap:12px;display:flex}.footer__news-item{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.footer__news-item:hover .footer__news-title{color:#008751}.footer__news-thumb{object-fit:cover;background:#333;border-radius:2px;flex-shrink:0;width:60px;height:46px}.footer__news-thumb-placeholder{background:#333;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:46px;font-size:18px;display:flex}.footer__news-title{color:#ccc;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;line-height:1.4;transition:color .2s}.footer__tags{flex-wrap:wrap;gap:8px;display:flex}.footer__tag{color:#999;cursor:pointer;background:#2a2a2a;border-radius:2px;padding:5px 10px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:600;transition:all .2s}.footer__tag:hover{color:#fff;background:#008751}.footer__bottom{color:#666;justify-content:space-between;align-items:center;padding:14px 0;font-size:12px;display:flex}.footer__bottom-nav{gap:16px;list-style:none;display:flex}.footer__bottom-nav a{color:#666;font-size:11px;transition:color .2s}.footer__bottom-nav a:hover{color:#008751}.back-to-top{color:#fff;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;z-index:300;background:#222;border:1px solid #444;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:40px;height:40px;font-family:Montserrat,sans-serif;font-size:8px;font-weight:700;transition:background .2s;display:flex;position:fixed;bottom:24px;right:24px}.back-to-top:hover{background:#008751;border-color:#008751}.back-to-top__arrow{font-size:16px;line-height:1}.sidebar-candidates-list{flex-direction:column;gap:12px;display:flex}.candidate-card{border-bottom:1px solid #e8e8e8;align-items:center;gap:16px;padding:16px 0;display:flex}.candidate-card:last-child{border-bottom:none}.candidate-card__img-link{background:#f5f5f5;border:2px solid #ddd;border-radius:50%;flex-shrink:0;width:80px;height:80px;overflow:hidden}.candidate-card__img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.candidate-card__img-link:hover .candidate-card__img{transform:scale(1.08)}.candidate-card__body{flex:1}.candidate-card__name{font-family:Montserrat,sans-serif;font-size:var(--fs-md);color:#111;letter-spacing:-.2px;font-weight:800;transition:color .2s}.candidate-card__name:hover{color:#008751}.candidate-card__party{color:#008751;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-family:Montserrat,sans-serif;font-size:10px;font-weight:800}.candidate-card__position{color:#222;margin-bottom:2px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;line-height:1.35}.candidate-card__state{color:#777;margin-bottom:8px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:600;line-height:1.35}.candidate-card__excerpt{color:#666;margin-bottom:8px;font-size:12px;line-height:1.4}.candidate-card__manifesto-link{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#111;border-radius:2px;padding:4px 10px;font-family:Montserrat,sans-serif;font-size:10px;font-weight:800;transition:background .2s;display:inline-block}.candidate-card__manifesto-link:hover{background:#008751}@media (max-width:1100px){:root{--fs-xs:clamp(9px,.75vw,11px);--fs-sm:clamp(11px,.9vw,13px);--fs-base:clamp(13px,1.1vw,15px);--fs-md:clamp(13px,1.2vw,15px);--fs-lg:clamp(15px,1.5vw,18px);--fs-xl:clamp(18px,1.9vw,22px);--fs-2xl:clamp(22px,2.6vw,30px);--fs-3xl:clamp(28px,3.2vw,40px);--fs-nav:clamp(10px,.85vw,12px);--fs-logo:clamp(18px,2.1vw,24px)}}@media (max-width:1024px){.container{padding:0 20px}.content-grid{grid-template-columns:1fr 260px}.col-left{display:none}.hero-grid{grid-template-columns:repeat(2,1fr)}.fn-grid{grid-template-columns:repeat(2,1fr)!important}.featured-trio,.whats-hot-grid{grid-template-columns:repeat(2,1fr)}.footer__main{grid-template-columns:1fr 1fr}}@media (max-width:768px){.container{padding:0 16px}.content-grid{grid-template-columns:1fr;gap:20px}.sidebar{border-top:3px solid #111;padding-top:24px}.hero-grid{grid-template-columns:repeat(2,1fr)}.main-area{padding:20px 0 32px}.fn-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.featured-trio{grid-template-columns:repeat(2,1fr);gap:12px}.featured-article{grid-template-columns:120px 1fr;gap:10px}.featured-article--large,.cat-section__grid{grid-template-columns:1fr}.layout-grid-trio,.layout-hero-carousel__strip{grid-template-columns:repeat(2,1fr)}.layout-compact-list__row{grid-template-columns:28px 100px 1fr;gap:12px}.whats-hot-grid{grid-template-columns:repeat(2,1fr)}.footer__main{grid-template-columns:1fr;gap:24px}.header__nav{display:none}.header__hamburger{display:flex}.section-header{margin-bottom:12px}.sub-section{margin-top:20px;margin-bottom:12px}.news-list-item{padding:12px 0!important}}@media (max-width:480px){.container{padding:0 12px}.hero-grid{grid-template-columns:1fr}.fn-grid{grid-template-columns:1fr!important;gap:16px!important}.featured-trio{grid-template-columns:1fr}.featured-article{grid-template-columns:1fr;gap:10px}.whats-hot-grid{grid-template-columns:1fr}.layout-grid-trio{grid-template-columns:1fr;gap:16px}.layout-hero-carousel__strip{grid-template-columns:1fr 1fr;gap:10px}.layout-hero-carousel__hero{min-height:220px}.layout-hero-carousel__overlay{min-height:220px;padding:16px}.layout-hero-carousel__hero-title{font-size:18px}.layout-compact-list__row{grid-template-columns:24px 80px 1fr;gap:10px;padding:14px 0}.layout-compact-list__num{font-size:16px}.ticker__label{padding:0 10px;font-size:9px}.header__inner{height:50px}.latest-item__thumb,.latest-item__thumb img{width:68px;height:54px}.more-btn{padding:9px;font-size:10px}.section-header{margin-bottom:10px;padding-top:6px}.candidate-card{flex-direction:column}}@media (max-width:360px){.container{padding:0 10px}.fn-grid{gap:12px!important}.hero-card{aspect-ratio:4/3}}@media (min-width:769px){.header__hamburger{display:none}}.mobile-nav-backdrop{z-index:399;background:0 0;transition:background .3s;display:none;position:fixed;inset:0}.mobile-nav-backdrop--open{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;display:block}.mobile-nav-drawer{z-index:400;overscroll-behavior:contain;background:#111;flex-direction:column;width:min(320px,85vw);height:100dvh;transition:transform .32s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 24px #00000080}.mobile-nav-drawer--open{transform:translate(0)}.mobile-nav-drawer__head{border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.mobile-nav-drawer__logo{color:#fff;letter-spacing:-1px;font-family:Montserrat,sans-serif;font-size:20px;font-weight:900;text-decoration:none}.mobile-nav-drawer__logo span{color:#008751}.mobile-nav-drawer__close{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;transition:background .2s;display:flex}.mobile-nav-drawer__close:hover{background:#ffffff29}.mobile-nav-drawer__list{flex:1;padding:10px 0;list-style:none}.mobile-nav-drawer__item{opacity:0;animation:none;transform:translate(-12px)}.mobile-nav-drawer--open .mobile-nav-drawer__item{animation:.32s forwards drawer-item-in}@keyframes drawer-item-in{to{opacity:1;transform:translate(0)}}.mobile-nav-drawer__link{color:#ccc;letter-spacing:.03em;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:14px 22px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;text-decoration:none;transition:background .15s,color .15s,padding-left .15s;display:flex}.mobile-nav-drawer__link:hover{color:#fff;background:#ffffff0f;padding-left:28px}.mobile-nav-drawer__link--active{color:#008751;background:#00875114;border-left:3px solid #008751}.mobile-nav-drawer__link--active:hover{color:#008751}.mobile-nav-drawer__arrow{opacity:.4;font-size:12px;transition:opacity .15s,transform .15s}.mobile-nav-drawer__link:hover .mobile-nav-drawer__arrow{opacity:1;transform:translate(4px)}.mobile-nav-drawer__social{border-top:1px solid #ffffff14;flex-shrink:0;gap:8px;padding:16px 22px;display:flex}.mobile-nav-drawer__social-icon{color:#aaa;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;text-decoration:none;transition:background .2s,color .2s;display:flex}.mobile-nav-drawer__social-icon:hover{color:#fff;background:#008751}.mobile-nav-drawer__copy{color:#444;flex-shrink:0;padding:12px 22px 20px;font-family:Montserrat,sans-serif;font-size:10px;font-weight:700}@media (min-width:769px){.mobile-nav-drawer,.mobile-nav-backdrop{display:none!important}}
