:root{--color-bg:#f3f6fb;--color-bg-strong:#e8eef8;--color-surface:#fff;--color-surface-muted:#f7f9fc;--color-border:#d7dfeb;--color-border-strong:#c5d1e4;--color-text:#111827;--color-text-soft:#4b5a72;--color-brand-green:#17c964;--color-accent:#1663ff;--color-accent-strong:#0b49c8;--color-accent-fade:rgba(22,99,255,.1);--radius-lg:22px;--radius-md:16px;--radius-sm:12px;--container-width:1320px;--transition-fast:.18s ease}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:"Segoe UI Variable","Segoe UI",system-ui,sans-serif;color:var(--color-text);background:radial-gradient(circle at top left,rgba(22,99,255,.08),transparent 30%),linear-gradient(180deg,#f7f9fd 0%,#eef3f9 100%);line-height:1.6;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:var(--color-accent);text-decoration:none;transition:color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast),background-color var(--transition-fast)}a:hover,a:focus{color:var(--color-accent-strong)}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1;padding-bottom:72px}.container{width:min(100% - 48px, var(--container-width));margin:0 auto}.site-header{position:relative;top:auto;z-index:30;border-bottom:1px solid rgba(197,209,228,.7);background:rgba(243,246,251,.92);backdrop-filter:blur(12px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:80px;padding:8px 0}.site-branding{display:flex;align-items:center;gap:16px;min-width:0}.site-logo img{max-height:70px;width:auto;border-radius:18px;transition:box-shadow var(--transition-fast),transform var(--transition-fast)}.site-branding:hover .site-logo img,.site-branding:focus-within .site-logo img{box-shadow:0 0 0 1px rgba(23,201,100,.18),0 10px 22px rgba(23,201,100,.12);transform:translateY(-1px)}.site-branding__text{min-width:0}.site-title{margin:0;font-size:1.62rem;font-weight:800;line-height:1.05;letter-spacing:-.04em}.site-title a{color:var(--color-text);position:relative;display:inline-flex;align-items:center;transition:color var(--transition-fast)}.site-title a:after{content:"";position:absolute;left:0;bottom:-7px;width:32px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--color-brand-green),rgba(23,201,100,.18))}.site-title a:hover,.site-title a:focus{color:#0f172a}.site-description{display:flex;align-items:center;gap:8px;margin:7px 0 0;max-width:760px;color:var(--color-text-soft);font-size:.9rem;line-height:1.35;white-space:nowrap}.site-description:before{content:"";flex:0 0 auto;width:6px;height:6px;border-radius:999px;background:var(--color-brand-green);box-shadow:0 0 0 4px rgba(23,201,100,.12)}.primary-navigation{margin-left:0;overflow:visible;position:relative;z-index:4}.site-header__tools{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-left:auto;min-width:0;flex-wrap:wrap;overflow:visible}.menu{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0;padding:0;list-style:none}.primary-navigation .menu{position:relative}.primary-navigation .menu-item{position:relative}.primary-navigation .menu-item-has-children:after{content:"";position:absolute;left:0;right:0;top:100%;height:10px;z-index:79}.menu-item a,.menu a{display:inline-flex;align-items:center;min-height:38px;padding:0 12px;border-radius:999px;border:1px solid transparent;color:var(--color-text);font-size:.95rem;font-weight:600}.menu-item a:hover,.menu-item a:focus,.menu a:hover,.menu a:focus{color:var(--color-accent-strong);border-color:var(--color-border-strong);background:rgba(255,255,255,.7)}.primary-navigation .menu-item-has-children>a:after{content:"\2304";margin-left:5px;font-size:.72em;line-height:1;opacity:.75}.primary-navigation .sub-menu{position:absolute;top:100%;left:0;z-index:80;display:grid;gap:3px;min-width:228px;max-width:min(240px, calc(100vw - 32px));margin:0;padding:10px 6px 6px;list-style:none;border:1px solid var(--color-border);border-radius:14px;background:rgba(255,255,255,.98);box-shadow:0 14px 28px rgba(17,24,39,.1);opacity:0;visibility:hidden;transform:translateY(4px);pointer-events:none;transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.primary-navigation .menu>.menu-item:last-child>.sub-menu,.primary-navigation .menu>.menu-item:nth-last-child(2)>.sub-menu{left:auto;right:0}.primary-navigation .menu-item-has-children:hover>.sub-menu,.primary-navigation .menu-item-has-children:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.primary-navigation .sub-menu .menu-item{width:100%}.primary-navigation .sub-menu a{display:flex;width:100%;min-height:34px;padding:7px 10px;border:0;border-radius:9px;background:0 0;color:var(--color-text);font-size:.87rem;font-weight:600;line-height:1.25;white-space:nowrap}.primary-navigation .sub-menu a:hover,.primary-navigation .sub-menu a:focus{background:rgba(22,99,255,.09);color:var(--color-accent-strong)}.site-search{display:flex;align-items:center;gap:8px;min-width:0}.site-search__field,.site-search__button{min-height:38px;border:1px solid var(--color-border);border-radius:999px;font:inherit}.site-search__field{width:min(260px, 24vw);min-width:170px;padding:0 14px;background:rgba(255,255,255,.84);color:var(--color-text)}.site-search__field::placeholder{color:var(--color-text-soft)}.site-search__button{padding:0 14px;background:var(--color-accent);color:#fff;font-weight:700;cursor:pointer}.site-search__button:hover,.site-search__button:focus{background:var(--color-accent-strong);border-color:var(--color-accent-strong)}.front-hero,.homepage-section,.content-area{padding-top:28px}.section-kicker,.site-footer__eyebrow{margin:0 0 10px;color:var(--color-accent);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.front-hero__title,.hero__title,.section-title,.archive-title,.article-single__title{margin:0;letter-spacing:-.045em;line-height:1.02}.front-hero__description,.hero__description,.archive-description,.empty-state,.post-card__excerpt,.post-list-item__excerpt,.post-card__meta,.post-list-item__meta,.article-single__meta,.article-single__content,.site-footer__description,.telegram-cta__text{color:var(--color-text-soft)}.front-hero__grid{display:grid;grid-template-columns:minmax(0, 1.7fr) minmax(320px, 0.92fr);gap:18px;align-items:start}.front-hero__rail,.split-editorial__list,.compact-feed{display:grid;gap:16px}.front-hero__rail{padding:20px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:rgba(255,255,255,.96)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-link{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border:1px solid var(--color-border);border-radius:999px;background:rgba(255,255,255,.72);color:var(--color-text);font-size:.92rem;font-weight:700;white-space:nowrap}.section-link:hover,.section-link:focus{border-color:var(--color-accent);background:rgba(255,255,255,.92)}.section-heading--rail{margin-bottom:12px}.section-title--rail{font-size:1.35rem;line-height:1.08}.section-title,.archive-title{font-size:clamp(1.7rem, 3vw, 2.5rem)}.cards-grid{display:grid;gap:20px}.cards-grid--three{grid-template-columns:repeat(3,minmax(0, 1fr))}.cards-grid--four{grid-template-columns:repeat(4,minmax(0, 1fr))}.split-editorial{display:grid;grid-template-columns:minmax(0, 1.25fr) minmax(320px, 0.9fr);gap:18px;align-items:start}.post-card,.post-list-item,.article-single,.empty-page,.search-panel,.telegram-cta,.editorial-panel,.archive-header,.article-single__body,.related-posts{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:rgba(255,255,255,.96)}.post-card,.post-list-item{overflow:hidden}.post-card:hover,.post-list-item:hover{border-color:var(--color-border-strong)}.post-card--feature .post-card__title{font-size:clamp(1.48rem, 2.2vw, 2.1rem);line-height:1.08}.post-card--archive .post-card__title{font-size:1.12rem;line-height:1.2}.post-card--archive .post-card__body{padding:20px}.cards-grid--editorial .post-card:first-child{grid-column:span 2}.post-card__media,.post-list-item__media{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,rgba(22,99,255,.9),rgba(11,73,200,.82)),linear-gradient(180deg,#ecf2ff 0%,#dae6ff 100%)}.post-card__media{aspect-ratio:16/9}.front-hero__feature .post-card__media{max-height:440px}.post-list-item__media{width:128px;min-width:128px;aspect-ratio:16/11;border-right:1px solid var(--color-border)}.post-card__media img,.post-list-item__media img,.article-single__thumbnail img{width:100%;height:100%;object-fit:cover}.post-card__media--placeholder,.post-list-item__media--placeholder{padding:22px;color:#fff;text-align:center}.post-card__placeholder-brand,.post-list-item__placeholder-brand{display:block;font-size:1.1rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.post-card__placeholder-text{display:block;margin-top:8px;font-size:.92rem;opacity:.92}.post-card__body,.article-single,.empty-page,.search-panel,.editorial-panel{padding:24px}.post-card__categories,.post-list-item__categories,.article-single__categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.term-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:var(--color-accent-fade);color:var(--color-accent-strong);font-size:.79rem;font-weight:700;letter-spacing:.01em}.term-chip:hover,.term-chip:focus{background:rgba(22,99,255,.16);color:var(--color-accent-strong)}.post-card__title,.post-list-item__title{margin:0;font-size:1.2rem;line-height:1.16;letter-spacing:-.03em}.post-card__title a,.post-list-item__title a{color:var(--color-text)}.post-card__title a:hover,.post-card__title a:focus,.post-list-item__title a:hover,.post-list-item__title a:focus{color:var(--color-accent-strong)}.post-card__meta,.post-list-item__meta,.article-single__meta{margin:12px 0 0;font-size:.88rem}.post-card__excerpt p,.post-list-item__excerpt p{margin:12px 0 0;display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.post-list-item{display:flex;align-items:stretch;min-height:128px}.post-list-item__content{flex:1;padding:18px 18px 18px 20px}.post-list-item--compact .post-list-item__title{font-size:.98rem;line-height:1.2}.post-list-item--compact .post-list-item__meta{margin-top:8px}.post-list-item--default .post-list-item__content{padding:22px 24px}.post-list-item--default{flex-direction:column}.post-list-item--default .post-list-item__media{width:100%;aspect-ratio:16/9;border-right:0;border-bottom:1px solid var(--color-border)}.article-single__header,.archive-header{margin-bottom:22px}.archive-header{max-width:none;padding:24px 26px}.article-single__inner{width:min(100%, 820px);margin:0 auto}.article-single__media{width:min(100%, 980px);margin:0 auto 24px}.article-single__thumbnail{border-radius:var(--radius-md);overflow:hidden}.article-single{border:0;background:0 0}.article-single__body{padding:28px 32px}.article-single__content{font-size:1.08rem;line-height:1.72;max-width:100%;overflow-wrap:anywhere}.article-single__content>*:first-child{margin-top:0}.article-single__content>*:last-child{margin-bottom:0}.article-single__content p,.article-single__content ul,.article-single__content ol,.article-single__content blockquote{margin:0 0 1.2rem}.article-single__content ul,.article-single__content ol{padding-left:1.4rem}.article-single__content h2,.article-single__content h3,.article-single__content h4{margin:2rem 0 .9rem;line-height:1.2;letter-spacing:-.03em;color:var(--color-text)}.article-single__content h2{font-size:clamp(1.6rem, 2.4vw, 2rem)}.article-single__content h3{font-size:clamp(1.3rem, 2vw, 1.6rem)}.article-single__content blockquote,.article-single__content .wp-block-quote{margin:1.6rem 0;padding:1.1rem 1.25rem 1.1rem 1.4rem;border:1px solid rgba(22,99,255,.14);border-left:4px solid var(--color-accent);border-radius:var(--radius-md);background:linear-gradient(180deg,rgba(22,99,255,.06),rgba(22,99,255,.03));color:var(--color-text)}.article-single__content blockquote p,.article-single__content .wp-block-quote p{margin:0;font-size:1.04em;line-height:1.7}.article-single__content blockquote p+p,.article-single__content .wp-block-quote p+p{margin-top:.8rem}.article-single__content blockquote cite,.article-single__content blockquote footer,.article-single__content .wp-block-quote cite,.article-single__content .wp-block-quote footer{display:block;margin-top:.9rem;color:var(--color-text-soft);font-size:.88rem;font-style:normal}.article-single__content .wp-block-pullquote{margin:1.8rem 0;padding:1.4rem 1.5rem;border:1px solid rgba(22,99,255,.16);border-left:4px solid var(--color-accent);border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(22,99,255,.08),rgba(255,255,255,.96))}.article-single__content .wp-block-pullquote blockquote{margin:0;padding:0;border:0;background:0 0}.article-single__content .wp-block-pullquote p{margin:0;font-size:clamp(1.15rem, 2vw, 1.35rem);line-height:1.55}.article-single__content .wp-block-pullquote cite{display:block;margin-top:.85rem;color:var(--color-text-soft);font-size:.88rem;font-style:normal}.article-single__content figure.wp-block-table,.article-single__content .wp-block-table,.article-single__content .table-scroll{margin:1.4rem 0;display:block;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;border:1px solid var(--color-border);border-radius:var(--radius-md);background:rgba(255,255,255,.94)}.article-single__content table{width:max-content;min-width:100%;max-width:none;border-collapse:collapse;background:0 0}.article-single__content table td,.article-single__content table th{padding:10px 12px;border:1px solid var(--color-border);text-align:left;vertical-align:top}.article-single__content table th{background:rgba(22,99,255,.06);font-weight:700;color:var(--color-text)}.article-comments{max-width:820px;margin:40px auto 0}.article-tags{margin-top:24px;padding:20px 22px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:rgba(255,255,255,.96)}.article-tags__title{margin:0 0 14px;font-size:1rem;letter-spacing:-.02em;color:var(--color-text)}.article-tags__list{display:flex;flex-wrap:wrap;gap:10px}.article-tags__item{display:flex}.article-tags__link{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid var(--color-border);border-radius:999px;background:rgba(22,99,255,.08);color:var(--color-accent-strong);font-size:.88rem;font-weight:700}.article-tags__link:hover,.article-tags__link:focus{border-color:var(--color-accent);background:rgba(22,99,255,.14);color:var(--color-accent-strong)}.article-single__title{font-size:clamp(2rem, 4vw, 2.85rem)}.related-posts{margin-top:34px;max-width:1040px;margin-inline:auto;padding:24px}.editorial-panel--empty{min-height:100%;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,rgba(255,255,255,.8),rgba(255,255,255,.98)),linear-gradient(135deg,rgba(22,99,255,.2),rgba(11,73,200,.12))}.telegram-cta{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:24px 26px;background:linear-gradient(135deg,rgba(22,99,255,.08),rgba(22,99,255,.03)),#fff}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-weight:700}.button--primary{background:var(--color-accent);color:#fff}.button--primary:hover,.button--primary:focus{background:var(--color-accent-strong);color:#fff}.search-panel{margin-top:20px}.search-form{display:flex;flex-wrap:wrap;gap:12px}.search-form label{flex:1 1 260px}.search-field,.search-submit{width:100%;min-height:48px;padding:0 16px;border:1px solid var(--color-border);border-radius:14px;background:var(--color-surface);font:inherit}.search-submit{width:auto;min-width:170px;background:var(--color-accent);color:#fff;font-weight:700;cursor:pointer}.search-submit:hover,.search-submit:focus{background:var(--color-accent-strong)}.site-footer{margin-top:auto;border-top:1px solid rgba(197,209,228,.75);background:linear-gradient(180deg,rgba(255,255,255,.62),rgba(255,255,255,.9)),var(--color-bg)}.site-footer__inner{display:grid;grid-template-columns:minmax(0, 1.15fr) minmax(220px, 0.85fr) minmax(240px, 1fr);gap:20px;padding:26px 0 30px}.site-footer__column{display:grid;align-content:start;gap:10px}.site-footer__title{margin:0;font-size:1.25rem;font-weight:700}.site-footer__heading{margin:0 0 12px;font-size:.92rem;letter-spacing:.08em;text-transform:uppercase}.site-footer__description,.site-footer__copy{margin:10px 0 0}.menu--footer{display:grid;grid-template-columns:repeat(2,minmax(0, 1fr));gap:10px}.menu--footer .menu-item a{width:100%;justify-content:flex-start;padding:0 14px;border-color:var(--color-border);background:rgba(255,255,255,.72)}.site-footer__telegram{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border:1px solid var(--color-border-strong);border-radius:999px;color:var(--color-text);font-weight:700}.site-footer__telegram:hover,.site-footer__telegram:focus{color:var(--color-accent-strong);border-color:var(--color-accent)}.site-footer__meta-links{display:grid;gap:8px;margin:16px 0 0;padding:0;list-style:none}.site-footer__meta-links a{color:var(--color-text);font-weight:600}.site-footer__meta-links a:hover,.site-footer__meta-links a:focus{color:var(--color-accent-strong)}.navigation.pagination{margin-top:26px}.nav-links{display:flex;flex-wrap:wrap;gap:10px}.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;padding:0 14px;border:1px solid var(--color-border);border-radius:999px;background:rgba(255,255,255,.94);color:var(--color-text);font-weight:700}.page-numbers.current{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:1024px){.front-hero__grid,.split-editorial,.site-footer__inner{grid-template-columns:1fr}.cards-grid--three,.cards-grid--four{grid-template-columns:repeat(2,minmax(0, 1fr))}.cards-grid--editorial .post-card:first-child{grid-column:span 1}}@media (max-width:900px){.telegram-cta{flex-direction:column;align-items:flex-start}.site-header__inner{align-items:flex-start;flex-direction:column;min-height:auto;gap:14px}.primary-navigation{margin-left:0}.site-header__tools{width:100%;justify-content:flex-start}.site-search{width:100%}.site-search__field{flex:1 1 auto;width:auto}}@media (max-width:720px){.container{width:min(100% - 24px, var(--container-width))}body.single .container.content-area{width:min(100% - 16px, var(--container-width))}.site-main{padding-bottom:56px}.site-header__inner{padding:10px 0;gap:10px}.site-logo img{max-height:50px}.site-header{backdrop-filter:none}.site-branding{gap:10px}.site-title{font-size:1.22rem}.site-description{display:block;max-width:none;font-size:.8rem;line-height:1.35;white-space:normal}.site-description:before{content:none}.primary-navigation{width:100%;overflow-x:auto;overflow-y:visible;padding-bottom:4px}.primary-navigation::-webkit-scrollbar{display:none}.menu{flex-wrap:nowrap;width:max-content;min-width:100%;padding-bottom:2px}.primary-navigation .menu-item{position:static}.primary-navigation .menu-item-has-children:after{content:none}.primary-navigation .sub-menu{position:static;display:none;min-width:180px;max-width:calc(100vw - 24px);margin-top:6px;padding:6px;border-radius:12px;background:rgba(255,255,255,.96);box-shadow:none;opacity:1;visibility:visible;transform:none;pointer-events:auto}.primary-navigation .menu-item-has-children:hover>.sub-menu,.primary-navigation .menu-item-has-children:focus-within>.sub-menu{display:grid;gap:4px}.menu-item a,.menu a{min-height:34px;padding:0 10px;font-size:.88rem}.primary-navigation .sub-menu a{min-height:34px;padding:7px 9px;font-size:.84rem;white-space:normal}.site-search{width:100%}.site-search__field{flex:1 1 auto;min-width:0;width:auto}.front-hero,.homepage-section,.content-area{padding-top:20px}.front-hero__feature .post-card__media{max-height:260px}.article-single__inner,.article-single__media,.archive-header{width:100%}body.single .article-single__media,body.single .article-comments,body.single .article-tags,body.single .related-posts{width:100%;max-width:100%}.cards-grid--three,.cards-grid--four{grid-template-columns:1fr}.section-heading{align-items:start;flex-wrap:wrap}.section-link{min-height:34px;font-size:.88rem}.post-list-item--default{flex-direction:column}.post-list-item--default .post-list-item__media{width:100%;aspect-ratio:16/9;border-right:0;border-bottom:1px solid var(--color-border)}.post-list-item--compact{flex-direction:row;min-height:96px}.post-list-item--compact .post-list-item__media{width:92px;min-width:92px;aspect-ratio:4/3;border-right:1px solid var(--color-border);border-bottom:0}.post-list-item--compact .post-list-item__content{padding:14px 14px 14px 16px}.post-card__body,.empty-page,.search-panel,.editorial-panel,.telegram-cta,.article-tags,.related-posts,.archive-header,.article-single__body{padding:18px}body.single .article-single__body{padding:16px}body.single .article-comments{margin-top:28px}body.single .article-tags{margin-top:20px}.article-single__content blockquote,.article-single__content .wp-block-quote,.article-single__content .wp-block-pullquote{padding:1rem 1rem 1rem 1.1rem}.article-single__content figure.wp-block-table,.article-single__content .wp-block-table,.article-single__content .table-scroll{margin:1.2rem 0}.article-single__content table{min-width:100%}.post-card--feature .post-card__title,.post-card__title{font-size:1.15rem}.post-card--feature .post-card__excerpt p{-webkit-line-clamp:2}.related-posts{margin-top:24px}.menu--footer{grid-template-columns:1fr}}@media (max-width:480px){.container{width:min(100% - 32px, var(--container-width))}body.single .container.content-area{width:min(100% - 12px, var(--container-width))}.site-description{display:none}.site-logo img{max-height:44px}.site-search__button{padding:0 12px}.section-heading{margin-bottom:16px}.front-hero__feature .post-card__media{max-height:200px}.post-card__body,.archive-header,.empty-page,.search-panel,.editorial-panel,.telegram-cta,.article-tags,.related-posts,.article-single__body{padding:16px}body.single .article-single__body{padding:14px}body.single .article-tags,body.single .related-posts{padding:14px}body.single .article-comments{margin-top:24px}.post-card--archive .post-card__excerpt,.cards-grid--editorial .post-card:not(:first-child) .post-card__excerpt{display:none}.article-single__content{font-size:1rem;line-height:1.68}.article-single__content blockquote,.article-single__content .wp-block-quote,.article-single__content .wp-block-pullquote{padding:.95rem .95rem .95rem 1rem}.article-single__content table{min-width:100%}}