/* ============================================================
   ІнваФішки — дизайн-система (спільний стиль)
   Усе scoped під .ifx, щоб не конфліктувати зі старою темою й Bootstrap.
   ============================================================ */
:root{
  --brand-500:#ff6900; --brand-600:#e35f00; --brand-700:#c24a08; --brand-tint:#fff3ea;
  --ink:#243042; --ink-header:#2f3e4e; --muted:#6b7785; --line:#e3e8ed; --bg:#eef1f4; --surface:#fff;
  --font-head:'Manrope',system-ui,sans-serif; --font-body:'Mulish',system-ui,sans-serif;
  --r-sm:8px; --r:12px; --r-lg:18px; --r-btn:10px; --r-pill:999px;
  --shadow-sm:0 8px 24px -18px rgba(36,48,66,.45); --shadow:0 20px 50px -30px rgba(36,48,66,.5);
  --focus:3px solid #c24a08;
}

/* База */
.ifx{font-family:var(--font-body);font-size:18px;line-height:1.6;color:var(--ink);background:var(--bg)}
.ifx *,.ifx *::before,.ifx *::after{box-sizing:border-box}
.ifx h1,.ifx h2,.ifx h3,.ifx h4{font-family:var(--font-head);line-height:1.15;margin:0;color:var(--ink)}
.ifx p{margin:0}
.ifx a{color:inherit;text-decoration:none}
.ifx img{max-width:100%;height:auto;display:block}
.ifx .wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.ifx a:focus-visible,.ifx button:focus-visible,.ifx input:focus-visible{outline:var(--focus);outline-offset:2px;border-radius:4px}
.ifx .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Кнопки */
.ifx .btn{display:inline-flex;align-items:center;gap:9px;border:0;cursor:pointer;font-family:var(--font-head);font-weight:700;font-size:1.05rem;line-height:1;padding:15px 30px;border-radius:var(--r-btn);transition:transform .2s,background .2s;text-decoration:none}
.ifx .btn-primary{background:var(--brand-600);color:#fff;box-shadow:0 12px 28px -14px rgba(227,95,0,.8)}
.ifx .btn-primary:hover{background:var(--brand-700);transform:translateY(-2px);color:#fff}
.ifx .btn-secondary{background:var(--ink-header);color:#fff}
.ifx .btn-secondary:hover{background:var(--ink);transform:translateY(-2px);color:#fff}
.ifx .btn-ghost{background:var(--surface);color:var(--ink);border:1.5px solid var(--line)}
.ifx .btn-ghost:hover{border-color:var(--brand-500);color:var(--brand-700)}

/* Іконкова навігація по розділах */
.ifx .cat-nav{background:var(--surface);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}
.ifx .cat-nav .wrap{display:flex;justify-content:space-between;gap:6px}
.ifx .cat{position:relative;flex:1 1 0;min-width:104px;display:flex}
.ifx .cat-main{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 8px 14px;color:var(--ink);border-bottom:3px solid transparent;transition:color .2s,border-color .2s}
.ifx .cat:hover .cat-main{color:var(--brand-700);border-bottom-color:var(--brand-500)}
.ifx .cat-main>svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ifx .cat-main span{font-family:var(--font-head);font-weight:700;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;text-align:center;line-height:1.25}
/* Гарна стрілка випадайки */
.ifx .cat .caret{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;color:var(--brand-600);opacity:.7;transition:transform .22s,opacity .22s;margin-top:-4px}
.ifx .cat.has-sub:hover .caret,.ifx .cat.has-sub:focus-within .caret{transform:rotate(180deg);opacity:1}
.ifx .cat.active .cat-main{background:var(--brand-600);border-bottom-color:var(--brand-700);color:#fff}
.ifx .cat.active .cat-main span{color:#fff}
.ifx .cat.active .caret{color:#fff}
/* Випадаюче меню підкатегорій */
.ifx .subnav{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(10px);min-width:240px;background:var(--surface);border:1px solid var(--line);border-top:3px solid var(--brand-500);border-radius:0 0 var(--r) var(--r);box-shadow:var(--shadow);padding:8px;opacity:0;visibility:hidden;transition:.18s;z-index:50;text-align:left}
.ifx .cat:hover .subnav,.ifx .cat:focus-within .subnav,.ifx .cat.open .subnav{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.ifx .cat.open .caret{transform:rotate(180deg);opacity:1}
.ifx .subnav a.subnav-all{font-family:var(--font-head);font-weight:800;color:var(--brand-700);border-bottom:1px solid var(--line);border-radius:var(--r-sm) var(--r-sm) 0 0;margin-bottom:4px}
.ifx .subnav a{display:block;padding:10px 14px;border-radius:var(--r-sm);font-size:.95rem;color:var(--ink);font-family:var(--font-body);font-weight:600;text-transform:none;letter-spacing:0}
.ifx .subnav a:hover{background:var(--brand-tint);color:var(--brand-700)}

/* Смуга фільтра за рівнем */
.ifx .level-bar{background:var(--brand-tint);border-bottom:1px solid #ffe0c7}
.ifx .level-bar .wrap{display:flex;align-items:center;gap:12px;padding:11px 24px;flex-wrap:wrap;font-size:.95rem}
.ifx .lb-label{font-family:var(--font-head);font-weight:700;color:var(--brand-700)}
.ifx .level-pick{font-family:var(--font-head);font-weight:700;background:#fff;border:1.5px solid #ffc89a;color:var(--brand-700);border-radius:var(--r-btn);padding:8px 16px;cursor:pointer;display:inline-flex;align-items:center;gap:7px}
.ifx .level-pick:hover{border-color:var(--brand-500)}
.ifx .lb-state{color:var(--muted)}
.ifx .lb-info{position:relative;display:inline-flex;align-items:center;cursor:help;color:var(--brand-700)}
.ifx .lb-info svg{width:18px;height:18px}
.ifx .lb-tip{display:none;position:absolute;left:0;top:135%;z-index:60;width:300px;background:var(--ink);color:#fff;font-size:.85rem;line-height:1.5;padding:12px 14px;border-radius:var(--r);box-shadow:var(--shadow);font-weight:400}
.ifx .lb-info:hover .lb-tip,.ifx .lb-info:focus .lb-tip,.ifx .lb-info:focus-within .lb-tip{display:block}

/* Герой */
.ifx .hero{padding:54px 0 48px;background:radial-gradient(720px 300px at 85% -10%,rgba(255,105,0,.10),transparent 60%),var(--bg)}
.ifx .hero .wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}
.ifx .hero .eyebrow{display:inline-block;font-family:var(--font-head);font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:12px;color:var(--brand-700);margin-bottom:14px}
.ifx .hero h1{font-size:clamp(2rem,1.3rem+3vw,3.2rem);font-weight:800;max-width:18ch;margin-bottom:16px}
.ifx .hero h1 em{font-style:normal;color:var(--brand-600)}
.ifx .hero p.lead{font-size:1.22rem;color:var(--muted);max-width:56ch;margin:0 0 28px}
.ifx .searchbar{display:flex;gap:10px;max-width:620px;margin-bottom:18px}
.ifx .searchbar input{flex:1;padding:16px 20px;border:1.5px solid var(--line);border-radius:var(--r-btn);font-size:16px;font-family:inherit;background:#fff}
.ifx .searchbar input:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px rgba(255,105,0,.14);outline:none}
.ifx .hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.ifx .hero-side{display:flex;flex-direction:column;gap:16px}
.ifx .spot{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow)}
.ifx .spot-img{height:200px;background:linear-gradient(135deg,#ffd9bd,#ffb37a);display:grid;place-items:center;color:#c24a08;font-family:var(--font-head);font-weight:800;overflow:hidden}
.ifx .spot-img img{width:100%;height:100%;object-fit:cover}
.ifx .spot-body{padding:18px 20px 20px}
.ifx .spot-body .tag{display:inline-block;margin-bottom:8px}
.ifx .spot-body h3{font-size:1.2rem;margin-bottom:12px}
.ifx .stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;text-align:center}
.ifx .stats div{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:14px 8px}
.ifx .stats b{display:block;font-family:var(--font-head);font-size:1.4rem;color:var(--brand-700)}
.ifx .stats span{font-size:.82rem;color:var(--muted)}

/* Секції */
.ifx .sec{padding:56px 0}
.ifx .sec-white{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.ifx .sec-head{text-align:center;max-width:62ch;margin:0 auto 34px}
.ifx .sec-head .eyebrow{font-family:var(--font-head);font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:12px;color:var(--brand-700)}
.ifx .sec-head h2{font-size:clamp(1.9rem,1.3rem+1.8vw,2.6rem);font-weight:800;margin:8px 0 0}
.ifx .sec-head p{color:var(--muted);margin:10px 0 0;font-size:1.12rem}
.ifx .sec-foot{text-align:center;margin-top:34px}

/* Інструменти */
.ifx .tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ifx .tool{display:flex;gap:16px;align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:24px;box-shadow:var(--shadow-sm);transition:transform .25s,box-shadow .25s}
.ifx .tool:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.ifx .tool .ti{flex:0 0 54px;width:54px;height:54px;border-radius:var(--r);background:var(--brand-tint);display:grid;place-items:center;color:var(--brand-700)}
.ifx .tool .ti svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ifx .tool h4{font-size:1.2rem;margin-bottom:6px}
.ifx .tool p{margin:0 0 12px;color:var(--muted);font-size:1.02rem}
.ifx .tool .more{font-family:var(--font-head);font-weight:700;color:var(--brand-700);font-size:.92rem}

/* Картки */
.ifx .cards{display:grid;gap:22px;grid-template-columns:repeat(3,1fr)}
.ifx .cards-3{display:grid;gap:22px;grid-template-columns:repeat(3,1fr)}
.ifx .card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}
.ifx .card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.ifx .card .cimg{height:170px;background:linear-gradient(135deg,#ffd9bd,#ffb37a);display:grid;place-items:center;color:#c24a08;font-family:var(--font-head);font-weight:800;overflow:hidden}
.ifx .card .cimg img{width:100%;height:100%;object-fit:cover}
.ifx .card .cbody{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1}
.ifx .card .ctags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}
.ifx .tag{background:var(--brand-tint);color:var(--brand-700);border-radius:var(--r-pill);padding:4px 11px;font-size:.78rem;font-weight:700;display:inline-block}
.ifx .tag.slate{background:#eef1f4;color:var(--ink)}
.ifx .card h3{font-size:1.3rem;margin-bottom:8px}
.ifx .card p{margin:0 0 16px;color:var(--muted);font-size:1.02rem;flex:1}

/* Підтримка */
.ifx .support{background:linear-gradient(135deg,#c24a08,#9c3a05)}
.ifx .support .wrap{color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.ifx .support h2{color:#fff;font-size:clamp(1.5rem,1.2rem+1.4vw,2.1rem);margin-bottom:8px}
.ifx .support p{margin:0;max-width:52ch}
.ifx .support .btn-primary{background:#fff;color:var(--brand-700)}
.ifx .support .btn-primary:hover{background:#fff7f1;color:var(--brand-700)}

/* Заклик ділитися */
.ifx .share{text-align:center}
.ifx .share .box{background:var(--surface);border:2px dashed #ffc89a;border-radius:var(--r-lg);padding:42px 30px;max-width:760px;margin:0 auto}
.ifx .share h2{font-size:1.8rem;margin-bottom:10px}
.ifx .share p{color:var(--muted);max-width:54ch;margin:0 auto 22px}

@media(max-width:980px){
  .ifx .cards{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  .ifx .cards-3,.ifx .tools-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .ifx .cards{grid-template-columns:1fr}
}
@media(max-width:880px){
  .ifx .hero .wrap{grid-template-columns:1fr}
  .ifx .hero-side{display:none}
}
@media(max-width:760px){
  .ifx .cat span{font-size:.62rem}
  .ifx .support .wrap{flex-direction:column;text-align:center}
}

/* ============================================================
   Шапка й підвал (чисті, лише для головної)
   ============================================================ */
/* Топбар */
.ifx .topbar{background:var(--ink-header);color:#fff}
.ifx .topbar .wrap{display:flex;align-items:center;justify-content:space-between;min-height:66px;gap:20px;padding-top:8px;padding-bottom:8px}
.ifx .logo{display:flex;align-items:center;gap:10px;font-family:var(--font-head);font-weight:800;font-size:1.25rem;color:#fff}
.ifx .logo img{height:36px;width:auto;display:block}
.ifx .top-actions{display:flex;align-items:center;gap:10px}
.ifx .icon-btn{width:44px;height:44px;border-radius:var(--r-btn);background:rgba(255,255,255,.1);display:grid;place-items:center;color:#fff;cursor:pointer;border:0}
.ifx .icon-btn:hover{background:rgba(255,255,255,.2)}
.ifx .icon-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}
.ifx .top-login{padding:11px 18px;background:rgba(255,255,255,.1);border-radius:var(--r-btn);font-family:var(--font-head);font-weight:700;display:inline-flex;align-items:center;gap:7px;color:#fff}
.ifx .top-login:hover{background:rgba(255,255,255,.2)}
.ifx .top-login a{color:#fff;text-decoration:none}
.ifx .top-login svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}

/* ============================================================
   Бургер + мобільне меню (шухляда)
   ============================================================ */
.ifx .top-desktop{display:flex;align-items:center;gap:10px}
.ifx .nav-toggle{display:none;width:46px;height:46px;border:0;background:rgba(255,255,255,.1);border-radius:var(--r-btn);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:5px}
.ifx .nav-toggle span{display:block;width:22px;height:2.4px;background:#fff;border-radius:2px;transition:.2s}
.ifx .mm-backdrop{position:fixed;inset:0;background:rgba(20,28,40,.55);z-index:90;opacity:0;visibility:hidden;transition:.25s}
.ifx .mm-backdrop.show{opacity:1;visibility:visible}
.ifx .mobile-menu{position:fixed;top:0;right:0;height:100%;width:min(88vw,370px);background:var(--surface);z-index:100;transform:translateX(100%);transition:transform .28s ease;display:flex;flex-direction:column;box-shadow:var(--shadow);overflow-y:auto}
.ifx .mobile-menu.open{transform:none}
.ifx .mm-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--line)}
.ifx .mm-head .logo{color:var(--ink)}
.ifx .mm-head .logo img{height:30px}
.ifx .mm-close{width:42px;height:42px;border:0;background:var(--bg);border-radius:var(--r-btn);font-size:1.3rem;cursor:pointer;color:var(--ink);line-height:1}
.ifx .mm-search{display:flex;gap:8px;padding:16px 18px;border-bottom:1px solid var(--line)}
.ifx .mm-search input{flex:1;min-width:0;border:1.5px solid var(--line);border-radius:var(--r-btn);padding:11px 14px;font-family:var(--font-body);font-size:1rem}
.ifx .mm-search button{border:0;background:var(--brand-600);color:#fff;border-radius:var(--r-btn);padding:0 16px;font-family:var(--font-head);font-weight:700;cursor:pointer}
.ifx .mm-nav{padding:8px 0;flex:1}
.ifx .mm-item{border-bottom:1px solid var(--line)}
.ifx .mm-row{display:flex;align-items:center}
.ifx .mm-link{flex:1;display:flex;align-items:center;gap:12px;padding:14px 18px;font-family:var(--font-head);font-weight:700;color:var(--ink)}
.ifx .mm-link svg{width:24px;height:24px;fill:none;stroke:var(--brand-600);stroke-width:1.8;flex:0 0 24px}
.ifx .mm-link:hover,.ifx .mm-link:focus,.ifx .mm-item.open .mm-link{background:var(--brand-tint);color:var(--brand-700)}
.ifx .mm-acc{width:52px;align-self:stretch;border:0;background:transparent;cursor:pointer;display:grid;place-items:center;color:var(--brand-600)}
.ifx .mm-acc svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.6;transition:transform .2s}
.ifx .mm-item.open .mm-acc svg{transform:rotate(180deg)}
.ifx .mm-sub{display:none;padding:4px 0 10px 54px;background:var(--bg)}
.ifx .mm-item.open .mm-sub{display:block}
.ifx .mm-sub a{display:block;padding:8px 18px;color:var(--ink);font-size:.96rem}
.ifx .mm-sub a:hover{color:var(--brand-700)}
.ifx .mm-foot{padding:18px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:12px}
.ifx .mm-foot .mm-login{display:inline-flex;align-items:center;gap:8px;justify-content:center;padding:12px;border:1.5px solid var(--line);border-radius:var(--r-btn);font-family:var(--font-head);font-weight:700;color:var(--ink)}
.ifx .mm-foot .mm-login a{color:var(--ink)}
.ifx .mm-foot .btn{justify-content:center}

@media(max-width:900px){
  .ifx .cat-nav{display:none}
  .ifx .top-desktop{display:none}
  .ifx .nav-toggle{display:flex}
}

/* Блок авторів (графіт) */
.ifx .authors{background:var(--ink-header);color:#fff}
.ifx .authors .sec-head h2{color:#fff}
.ifx .authors-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.ifx .author{background:rgba(255,255,255,.06);border-radius:var(--r);padding:18px;display:flex;align-items:center;gap:14px;color:#fff}
.ifx .author:hover{background:rgba(255,255,255,.1)}
.ifx .author .av{width:54px;height:54px;border-radius:50%;flex:0 0 54px;overflow:hidden;background:#cbd5df}
.ifx .author .av img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}
.ifx .author .an{font-family:var(--font-head);font-weight:700}
.ifx .author .ac{color:#aebccb;font-size:.9rem}

/* Підвал */
.ifx footer.site{background:var(--ink);color:#aebccb;padding:48px 0 26px;font-size:.95rem}
.ifx footer.site .fcols{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.2fr;gap:30px;padding-bottom:26px;border-bottom:1px solid rgba(255,255,255,.1)}
.ifx footer.site .fcol h4{color:#fff;font-size:1rem;margin-bottom:14px}
.ifx footer.site .fcol a{display:block;color:#aebccb;padding:5px 0;transition:color .2s}
.ifx footer.site .fcol a:hover{color:var(--brand-500)}
.ifx footer.site .fbrand .logo{margin-bottom:12px}
.ifx footer.site .fbrand .logo img{height:32px}
.ifx footer.site .fbrand p{color:#8a9bab;margin:0 0 16px;font-size:.92rem;max-width:34ch}
.ifx footer.site .socials{display:flex;gap:10px}
.ifx footer.site .socials a{width:38px;height:38px;border-radius:var(--r-sm);background:rgba(255,255,255,.08);display:grid;place-items:center;color:#fff;padding:0}
.ifx footer.site .socials a:hover{background:var(--brand-600)}
.ifx footer.site .socials svg{width:18px;height:18px;fill:currentColor}
.ifx footer.site .fbottom{padding-top:22px;text-align:center;color:#8a9bab}
.ifx footer.site .fbottom a{color:#8a9bab}

@media(max-width:820px){
  .ifx .authors-grid{grid-template-columns:repeat(2,1fr)}
  .ifx footer.site .fcols{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
  .ifx .authors-grid{grid-template-columns:1fr}
}

/* ============================================================
   Сторінка фішки (single)
   ============================================================ */
.ifx .ifx-page{padding-bottom:10px}
.ifx .breadcrumbs{padding:18px 0;color:var(--muted);font-size:.95rem}
.ifx .breadcrumbs a{color:var(--muted)}
.ifx .breadcrumbs a:hover{color:var(--brand-700)}
.ifx .breadcrumbs b{color:var(--ink)}

.ifx .post-head{padding-bottom:18px}
.ifx .post-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}
.ifx .post-head h1{font-size:clamp(1.9rem,1.3rem+1.8vw,2.7rem);font-weight:800;line-height:1.18}
.ifx .share-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:18px;padding:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.ifx .share-row .lbl{font-family:var(--font-head);font-weight:700;margin-right:4px}
.ifx .sbtn{width:42px;height:42px;border-radius:var(--r-sm);display:grid;place-items:center;color:#fff;border:0;cursor:pointer;transition:transform .15s}
.ifx .sbtn svg{width:19px;height:19px;fill:currentColor}
.ifx .sbtn:hover{transform:translateY(-2px)}
.ifx .s-th{background:#000}.ifx .s-fb{background:#1877f2}.ifx .s-tg{background:#27a7e7}
.ifx .s-x{background:#000}.ifx .s-wa{background:#25d366}.ifx .s-vb{background:#7360f2}.ifx .s-copy{background:var(--ink-header)}
.ifx .s-copy.copied{background:#1faa59}

.ifx .post-grid{display:grid;grid-template-columns:1fr 360px;gap:34px;align-items:start;padding:24px 0 50px}
.ifx .post-side{position:sticky;top:96px;display:flex;flex-direction:column;gap:18px}

/* Відео */
.ifx .video-hero{position:relative;border-radius:var(--r-lg);overflow:hidden;background:#000;aspect-ratio:16/9;margin:0 0 26px;box-shadow:var(--shadow-sm)}
.ifx .video-hero iframe{width:100%;height:100%;display:block;border:0}

/* Блоки контенту */
.ifx .cblock{margin-bottom:26px}
.ifx .cblock h2{font-size:1.4rem;font-weight:800;margin-bottom:10px;display:flex;align-items:center;gap:10px}
.ifx .cblock h2::before{content:"";width:5px;height:22px;border-radius:3px;background:var(--brand-500)}
.ifx .entry-content p{margin-bottom:14px;font-size:1.08rem}
.ifx .entry-content a{color:var(--brand-700);text-decoration:underline;text-underline-offset:2px}
.ifx .entry-content img{border-radius:var(--r);margin:14px 0}
.ifx .entry-content h2,.ifx .entry-content h3{font-weight:800;margin:18px 0 8px}
.ifx .entry-content ul,.ifx .entry-content ol{margin:0 0 14px;padding-left:22px}
.ifx .entry-content li{margin-bottom:6px}
.ifx .callout{background:var(--surface);border:1px solid var(--line);border-left:4px solid var(--brand-500);border-radius:var(--r);padding:18px 22px;margin-bottom:26px}
.ifx .callout .ttl{font-family:var(--font-head);font-weight:700;color:var(--brand-700);margin-bottom:6px;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}
.ifx .source{color:var(--muted);font-size:1.04rem}

/* Де придбати */
.ifx .buybox{background:var(--surface);border:2px dashed var(--brand-500);border-radius:var(--r-lg);padding:22px 24px;margin-bottom:26px}
.ifx .buybox h3{font-size:1.25rem;font-weight:800;display:flex;align-items:center;gap:10px;margin-bottom:6px}
.ifx .buybox h3 svg{width:24px;height:24px}
.ifx .buybox>p{color:var(--muted);margin-bottom:14px}
.ifx .buylist{display:flex;flex-direction:column;gap:10px}
.ifx .buyitem{display:flex;align-items:center;justify-content:space-between;gap:14px;background:var(--brand-tint);border-radius:var(--r);padding:12px 16px}
.ifx .buyitem b{font-family:var(--font-head)}

/* Блок підтримки на сторінці */
.ifx .post-support{background:linear-gradient(135deg,var(--brand-700),#9c3a05);color:#fff;border-radius:var(--r-lg);padding:34px;text-align:center}
.ifx .post-support h2{color:#fff;font-size:1.5rem;font-weight:800;margin-bottom:8px}
.ifx .post-support p{color:#ffe1cf;margin:0 auto 20px;max-width:48ch}
.ifx .post-support .btn-primary{background:#fff;color:var(--brand-700)}

/* Сайдбар: картки */
.ifx .card-box{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden}
.ifx .gallery .main{display:block;aspect-ratio:4/3;background:#dfe5ec}
.ifx .gallery .main img{width:100%;height:100%;object-fit:cover}
.ifx .gallery .thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px}
.ifx .gallery .thumbs a{aspect-ratio:1;border-radius:var(--r-sm);overflow:hidden;background:#dfe5ec}
.ifx .gallery .thumbs img{width:100%;height:100%;object-fit:cover}

.ifx .author-card{padding:22px}
.ifx .author-top{display:flex;gap:14px;align-items:center;margin-bottom:14px}
.ifx .author-top img{width:64px;height:64px;border-radius:50%;object-fit:cover;flex:0 0 64px;background:#cbd5df}
.ifx .author-name{font-family:var(--font-head);font-weight:800;font-size:1.15rem}
.ifx .author-role{color:var(--muted);font-size:.92rem}
.ifx .author-level{margin-bottom:14px}
.ifx .author-bio{font-size:.98rem;margin-bottom:14px}
.ifx .author-soc{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}
.ifx .author-soc a{width:36px;height:36px;border-radius:var(--r-sm);background:#eef1f4;display:grid;place-items:center;color:var(--ink-header)}
.ifx .author-soc a:hover{background:var(--brand-600);color:#fff}
.ifx .author-soc svg{width:17px;height:17px;fill:currentColor}
.ifx .author-card .btn{width:100%;justify-content:center;font-size:.98rem;padding:12px}

.ifx .side-block{padding:18px 22px;display:flex;flex-direction:column;gap:8px}
.ifx .side-block .h{font-family:var(--font-head);font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}
.ifx .side-block .tag{align-self:flex-start}

/* Схожі фішки */
.ifx .related{background:var(--surface);border-top:1px solid var(--line);padding:48px 0}
.ifx .related .sec-head{text-align:center;margin-bottom:28px}

@media(max-width:900px){
  .ifx .post-grid{grid-template-columns:1fr}
  .ifx .post-side{position:static}
}
.ifx .related .cards{grid-template-columns:repeat(4,1fr)}
@media(max-width:980px){.ifx .related .cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.ifx .related .cards{grid-template-columns:1fr}}

/* ============================================================
   Сторінка категорії
   ============================================================ */
.ifx .cat-header{padding:8px 0 22px}
.ifx .cat-header h1{font-size:clamp(2rem,1.4rem+1.8vw,2.8rem);font-weight:800;margin:6px 0 0}
.ifx .cat-desc{color:var(--muted);margin-top:12px;max-width:70ch;font-size:1.08rem}
.ifx .cat-desc p{margin-bottom:10px}
.ifx .subcats{display:flex;flex-wrap:wrap;gap:10px;padding-bottom:28px}
.ifx .subcat{font-family:var(--font-head);font-weight:700;font-size:.95rem;padding:9px 18px;border-radius:var(--r-btn);background:var(--surface);border:1.5px solid var(--line);color:var(--ink);transition:.18s}
.ifx .subcat:hover{border-color:var(--brand-500);color:var(--brand-700)}
.ifx .subcat.active{background:var(--brand-600);border-color:var(--brand-600);color:#fff}
.ifx .cat-cards{padding-bottom:36px}

/* Пагінація */
.ifx .pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;padding:14px 0 52px}
.ifx .pagination a,.ifx .pagination span{min-width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:var(--r-btn);font-family:var(--font-head);font-weight:700;border:1.5px solid var(--line);background:var(--surface);color:var(--ink)}
.ifx .pagination a:hover{border-color:var(--brand-500);color:var(--brand-700)}
.ifx .pagination .current{background:var(--brand-600);border-color:var(--brand-600);color:#fff}
.ifx .pagination .dots{border:0;background:transparent}

/* Порожній стан */
.ifx .empty-state{text-align:center;padding:60px 20px 80px;max-width:520px;margin:0 auto}
.ifx .empty-state h2{font-size:1.6rem;font-weight:800;margin-bottom:10px}
.ifx .empty-state p{color:var(--muted);margin-bottom:22px}

/* Категорія: лічильник, автор на картці, картка підтримки, нижній заклик */
.ifx .cat-count{color:var(--muted);font-family:var(--font-head);font-weight:700;font-size:.95rem;margin-top:8px}
.ifx .card-author{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;color:var(--muted);font-size:.9rem;font-weight:600}
.ifx .card-author img{width:24px;height:24px;border-radius:50%;flex:0 0 24px}
.ifx .card-author:hover{color:var(--brand-700)}

.ifx .card.support-card{background:var(--brand-600);border-color:transparent;color:#fff}
.ifx .support-card .sc-top{aspect-ratio:4/3;background:linear-gradient(150deg,#ff7a1a,#c24a08);display:grid;place-items:center;overflow:hidden}
.ifx .support-card .sc-top svg{width:74%;height:74%;filter:drop-shadow(0 10px 20px rgba(0,0,0,.18))}
.ifx .support-card .sc-body{padding:18px;display:flex;flex-direction:column;flex:1}
.ifx .support-card h3{color:#fff;font-size:1.25rem;font-weight:800;margin-bottom:8px}
.ifx .support-card p{color:#ffe1cf;font-size:.98rem;flex:1;margin-bottom:14px}
.ifx .support-card .btn{background:#fff;color:var(--brand-700);align-self:flex-start}
.ifx .support-card .btn:hover{background:#fff;transform:translateY(-2px)}

.ifx .add-cta{padding:10px 0 56px}
.ifx .add-cta .box{background:var(--brand-tint);border:2px dashed var(--brand-500);border-radius:var(--r-lg);padding:38px 30px;text-align:center;max-width:760px;margin:0 auto}
.ifx .add-cta h2{font-size:1.6rem;font-weight:800;margin-bottom:8px}
.ifx .add-cta p{color:var(--ink);max-width:52ch;margin:0 auto 20px}

/* Сторінка інструментів: адаптивна сітка 3/2/1 */
.ifx .tools-page{grid-template-columns:repeat(3,1fr)}
@media(max-width:900px){.ifx .tools-page{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.ifx .tools-page{grid-template-columns:1fr}}

/* Стандартна сторінка */
.ifx .page-single{max-width:900px;margin:0 auto;padding:0 24px 56px}
.ifx .page-single .page-head h1{font-size:clamp(2rem,1.4rem+1.8vw,2.8rem);font-weight:800;margin:6px 0 20px}
.ifx .page-single .entry-content{font-size:1.08rem}
.ifx .page-single .page-links{margin-top:20px;font-family:var(--font-head);font-weight:700}

/* Сторінка автора */
.ifx .author-page{padding-bottom:50px}
.ifx .author-hero{display:flex;gap:28px;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:30px 32px;box-shadow:var(--shadow-sm);margin:8px 0 38px}
.ifx .author-hero > img{width:120px;height:120px;border-radius:50%;flex:0 0 120px;object-fit:cover}
.ifx .author-hero-info{flex:1;min-width:0}
.ifx .author-role{display:inline-block;font-family:var(--font-head);font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;color:var(--brand-700)}
.ifx .author-hero h1{font-size:clamp(1.8rem,1.3rem+1.5vw,2.4rem);font-weight:800;margin:4px 0 10px}
.ifx .author-hero .author-level{margin:0 0 10px}
.ifx .author-hero .author-count{color:var(--muted);font-family:var(--font-head);font-weight:700;font-size:.95rem;margin-bottom:12px}
.ifx .author-hero .author-bio{color:var(--ink);font-size:1.02rem;max-width:72ch;margin-bottom:14px}
.ifx .author-hero .author-soc{margin-bottom:0}
.ifx .author-sec-title{font-size:1.5rem;font-weight:800;margin:0 0 20px}
@media(max-width:600px){
	.ifx .author-hero{flex-direction:column;text-align:center;padding:26px 20px}
	.ifx .author-hero .author-soc{justify-content:center}
}

/* ============================================================
   Сторінка фішки: кілька відео, рік+підказка, «застаріло», цикл
   ============================================================ */
/* Додаткові відео */
.ifx .video-more{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:0 0 26px}
.ifx .video-extra{margin:0}
.ifx .video-extra iframe{width:100%;height:auto;aspect-ratio:16/9;display:block;border:0;border-radius:var(--r);background:#000}
.ifx .video-extra figcaption{margin-top:6px;font-size:.9rem;color:var(--muted);font-weight:600}
@media(max-width:560px){.ifx .video-more{grid-template-columns:1fr}}

/* Рік додавання + підказка */
.ifx .post-year{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-head);font-weight:700;font-size:.9rem;color:var(--muted)}
.ifx .year-tip{position:relative;display:inline-grid;place-items:center;width:18px;height:18px;border:0;background:none;color:var(--muted);cursor:help;padding:0}
.ifx .year-tip svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ifx .year-tip:hover,.ifx .year-tip:focus-visible{color:var(--brand-700)}
.ifx .year-pop{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);width:min(290px,78vw);background:var(--ink-header);color:#fff;font-family:var(--font-body);font-weight:500;font-size:.86rem;line-height:1.45;padding:10px 13px;border-radius:var(--r-sm);box-shadow:var(--shadow);opacity:0;visibility:hidden;transition:.18s;z-index:60;text-align:left}
.ifx .year-tip:hover .year-pop,.ifx .year-tip:focus-visible .year-pop{opacity:1;visibility:visible}

/* Банер «може бути застарілою» */
.ifx .outdated-banner{display:flex;gap:12px;align-items:flex-start;background:#fff4e6;border:1px solid #ffd9a8;border-left:4px solid var(--brand-500);border-radius:var(--r);padding:14px 16px;margin:0 0 22px}
.ifx .outdated-banner svg{flex:0 0 22px;width:22px;height:22px;fill:none;stroke:var(--brand-600);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;margin-top:1px}
.ifx .outdated-banner div{font-size:.98rem;color:var(--ink);line-height:1.5}
.ifx .outdated-banner strong{color:var(--brand-700)}

/* Ярлик «застаріло» на фото */
.ifx .gallery .main{position:relative;display:block}
.ifx .outdated-badge{position:absolute;top:10px;left:10px;background:var(--brand-600);color:#fff;font-family:var(--font-head);font-weight:700;font-size:.74rem;padding:6px 11px;border-radius:var(--r-pill);box-shadow:0 4px 12px rgba(0,0,0,.28);z-index:2}

/* Блок циклу (серія) */
.ifx .series-box{background:var(--brand-tint);border:1px solid #ffd9a8;border-radius:var(--r);padding:16px 18px;margin:0 0 24px}
.ifx .series-head{display:flex;align-items:center;gap:8px;font-family:var(--font-head);font-weight:800;color:var(--brand-700);margin-bottom:10px}
.ifx .series-head svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ifx .series-list{margin:0;padding-left:22px;display:flex;flex-direction:column;gap:7px}
.ifx .series-list li{color:var(--ink)}
.ifx .series-list li.current{font-weight:700}
.ifx .series-list li.current em{color:var(--brand-700);font-style:normal}
.ifx .series-list a{color:var(--brand-700);text-decoration:underline;text-underline-offset:2px}
.ifx .series-list a:hover{color:var(--brand-600)}

/* Рік над фото (у сайдбарі фішки) */
.ifx .post-added{display:flex;align-items:center;gap:5px;font-family:var(--font-head);font-weight:700;font-size:.9rem;color:var(--muted);margin-bottom:10px}

/* Ярлик «може бути застарілою» на картках (по сайту) */
.ifx .cimg{position:relative}
.ifx .card-outdated{position:absolute;top:8px;left:8px;background:var(--brand-600);color:#fff;font-family:var(--font-head);font-weight:700;font-size:.66rem;padding:4px 9px;border-radius:var(--r-pill);box-shadow:0 3px 9px rgba(0,0,0,.28);z-index:2;line-height:1.15}

/* ============================================================
   Автори / Блог
   ============================================================ */
/* Профіль автора: дві цифри + секції */
.ifx .author-stats{display:flex;gap:18px;font-family:var(--font-head);font-weight:700;color:var(--muted);font-size:.95rem;margin-bottom:12px}
.ifx .author-stats b{color:var(--ink);font-size:1.05rem}
.ifx .author-section{margin-bottom:8px}
.ifx .author-sec-title .cnt{display:inline-grid;place-items:center;min-width:26px;height:26px;padding:0 8px;border-radius:var(--r-pill);background:var(--brand-tint);color:var(--brand-700);font-size:.85rem;margin-left:8px;vertical-align:middle;font-weight:800}

/* Перелік авторів */
.ifx .authors-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding-bottom:44px}
.ifx .authors-list .author-card{display:flex;gap:16px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:20px;box-shadow:var(--shadow-sm)}
.ifx .authors-list .author-card .ac-ava{flex:0 0 76px}
.ifx .authors-list .author-card .ac-ava img{width:76px;height:76px;border-radius:50%;object-fit:cover}
.ifx .ac-body{flex:1;min-width:0}
.ifx .ac-name{font-family:var(--font-head);font-weight:800;font-size:1.15rem;color:var(--ink);display:inline-block;margin-bottom:6px}
.ifx .ac-name:hover{color:var(--brand-700)}
.ifx .ac-stats{display:flex;gap:14px;font-family:var(--font-head);font-weight:700;color:var(--muted);font-size:.88rem;margin-bottom:8px}
.ifx .ac-stats b{color:var(--brand-700)}
.ifx .ac-bio{color:var(--muted);font-size:.96rem;margin-bottom:10px}
.ifx .authors-list .author-card .author-soc{margin-bottom:0}
@media(max-width:680px){.ifx .authors-list{grid-template-columns:1fr}}

/* Головна блогу */
.ifx .blog-hero{padding:14px 0 22px}
.ifx .blog-hero h1{font-size:clamp(2rem,1.4rem+2vw,3rem);font-weight:800;margin:8px 0 12px}
.ifx .blog-hero .lead{max-width:64ch}
.ifx .bh-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.ifx .blog-section{padding:10px 0 30px}
.ifx .blog-authors{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.ifx .ba{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:18px 10px;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}
.ifx .ba:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.ifx .ba-av img{width:56px;height:56px;border-radius:50%;object-fit:cover}
.ifx .ba-name{font-family:var(--font-head);font-weight:700;color:var(--ink);font-size:.95rem}
.ifx .ba-meta{color:var(--muted);font-size:.78rem}
.ifx .blog-authors-more{text-align:center;margin-top:22px}
@media(max-width:900px){.ifx .blog-authors{grid-template-columns:repeat(3,1fr)}}
@media(max-width:520px){.ifx .blog-authors{grid-template-columns:repeat(2,1fr)}}

/* Форма додавання допису + повідомлення/гейт */
.ifx .blog-form{max-width:780px;margin:0 auto;padding-bottom:50px}
.ifx .blog-form .fld{margin-bottom:22px}
.ifx .blog-form label{display:block;font-family:var(--font-head);font-weight:700;color:var(--ink-header);margin-bottom:8px;font-size:1.05rem}
.ifx .blog-form input[type=text],.ifx .blog-form select{width:100%;padding:13px 16px;border:1.5px solid var(--line);border-radius:var(--r-btn);font-size:16px;font-family:var(--font-body);color:var(--ink);background:#fff}
.ifx .blog-form input[type=text]:focus,.ifx .blog-form select:focus{border-color:var(--brand-500);outline:none;box-shadow:0 0 0 3px rgba(255,105,0,.13)}
.ifx .blog-form .fld-hint{margin-top:6px;font-size:.88rem;color:var(--muted)}
.ifx .blog-form input[type=file]{width:100%;padding:14px;border:2px dashed #cdd6de;border-radius:var(--r);background:#fafbfc;cursor:pointer;color:var(--muted);font-size:.95rem}
.ifx .blog-form input[type=file]:hover{border-color:var(--brand-500);background:var(--brand-tint)}
.ifx .blog-form .wp-editor-wrap{border:1.5px solid var(--line);border-radius:var(--r-btn);overflow:hidden}
.ifx .blog-form .submit{margin-top:6px;padding:15px 40px;font-size:1.05rem}
.ifx .blog-mod-note{background:var(--brand-tint);border-radius:var(--r-sm);padding:11px 14px;color:var(--brand-700);font-weight:600;font-size:.95rem;margin-bottom:18px}

.ifx .blog-notice{max-width:780px;margin:0 auto 22px;padding:16px 18px;border-radius:var(--r);font-size:1rem}
.ifx .blog-notice.ok{background:#e9f8ef;border:1px solid #b6e7c9;color:#1d7a44}
.ifx .blog-notice.err{background:#fdecea;border:1px solid #f5c2bb;color:#c0392b}

.ifx .blog-gate{max-width:560px;margin:10px auto 50px;text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:40px 30px;box-shadow:var(--shadow-sm)}
.ifx .blog-gate h2{font-size:1.5rem;font-weight:800;margin-bottom:10px}
.ifx .blog-gate p{color:var(--muted);margin-bottom:22px}

/* Картка проєкту без зображення — градієнтний фон із назвою */
.ifx .cimg-grad{display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,#0E5C5B,#1f8a86);color:#fff;font-family:var(--font-head);font-weight:800;text-transform:uppercase;letter-spacing:.02em;padding:24px;font-size:1.1rem;line-height:1.3}

/* ============================================================
   Запис блогу / Пошук / 404 / «показати всі»
   ============================================================ */
.ifx .blog-single .blog-meta{display:flex;align-items:center;gap:16px;margin-bottom:6px}
.ifx .blog-date{color:var(--muted);font-size:.9rem;font-weight:600;font-family:var(--font-head)}
.ifx .blog-cover{margin:0 0 24px;border-radius:var(--r-lg);overflow:hidden}
.ifx .blog-cover img{width:100%;height:auto;display:block}
.ifx .blog-share{margin-top:26px;padding-top:20px;border-top:1px solid var(--line)}
.ifx .blog-author-box{display:flex;gap:16px;margin-top:28px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:20px;box-shadow:var(--shadow-sm)}
.ifx .blog-author-box img{width:64px;height:64px;border-radius:50%;flex:0 0 64px;object-fit:cover}
.ifx .blog-author-box .ba-name{font-family:var(--font-head);font-weight:800;font-size:1.1rem;color:var(--ink);display:inline-block;margin-bottom:6px}
.ifx .blog-author-box .ba-name:hover{color:var(--brand-700)}
.ifx .blog-author-box p{color:var(--muted);margin-bottom:10px}
.ifx .blog-author-box .author-soc{margin-bottom:0}

.ifx .search-box{display:flex;gap:10px;max-width:560px;margin-top:18px}
.ifx .search-box input{flex:1;padding:13px 16px;border:1.5px solid var(--line);border-radius:var(--r-btn);font-size:16px;font-family:var(--font-body);background:#fff;color:var(--ink)}
.ifx .search-box input:focus{border-color:var(--brand-500);outline:none;box-shadow:0 0 0 3px rgba(255,105,0,.13)}
.ifx .search-box .btn{flex:0 0 auto}

.ifx .more-wrap{text-align:center;padding:8px 0 30px}

.ifx .error-404{display:flex;justify-content:center;padding:30px 0 70px}
.ifx .e404-box{text-align:center;max-width:560px}
.ifx .e404-code{font-family:var(--font-head);font-weight:800;font-size:clamp(5rem,3rem+10vw,9rem);line-height:1;color:var(--brand-500);letter-spacing:-.02em}
.ifx .error-404 h1{font-size:1.8rem;font-weight:800;margin:6px 0 12px}
.ifx .error-404 p{color:var(--muted);margin-bottom:22px}
.ifx .error-404 .search-box{margin:0 auto 22px}
.ifx .e404-links{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* «Більше дописів» на сторінці запису блогу — вирівняно по ширині статті */
.ifx .blog-related{max-width:900px;margin:0 auto;padding:8px 24px 48px}
.ifx .blog-related .sec-title{margin-bottom:20px}

/* Випадний список фільтра рівня */
.ifx .level-select{position:relative;display:inline-block}
.ifx .level-pick .lp-text{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ifx .level-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:300px;max-width:400px;background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow);padding:6px;z-index:70;display:none}
.ifx .level-menu.open{display:block}
.ifx .level-opt{display:flex;flex-direction:column;gap:1px;padding:10px 12px;border-radius:var(--r-sm);color:var(--ink);line-height:1.3}
.ifx .level-opt b{font-family:var(--font-head);font-weight:800;color:var(--ink-header)}
.ifx .level-opt span{font-size:.84rem;color:var(--muted)}
.ifx .level-opt:hover{background:var(--brand-tint)}
.ifx .level-opt.active{background:var(--brand-tint)}
.ifx .level-opt.active b{color:var(--brand-700)}
.ifx .lb-reset{color:var(--brand-700);text-decoration:underline;text-underline-offset:2px;font-weight:700;font-size:.9rem;font-family:var(--font-head)}
.ifx .lb-reset:hover{color:var(--brand-600)}

/* ============================================================
   Блоки конструктора контенту (FAQ / кроки / виноска / текст)
   ============================================================ */
.ifx .ifx-blocks{margin-top:30px}
.ifx .blk{margin:0 0 26px}
.ifx .blk-title{font-size:1.5rem;font-weight:800;margin-bottom:16px}
.ifx .blk-text p:last-child{margin-bottom:0}

/* FAQ */
.ifx .faq-item{border:1px solid var(--line);border-radius:var(--r);background:var(--surface);margin-bottom:10px;box-shadow:var(--shadow-sm)}
.ifx .faq-item summary{list-style:none;cursor:pointer;padding:16px 50px 16px 18px;font-family:var(--font-head);font-weight:700;color:var(--ink-header);position:relative}
.ifx .faq-item summary::-webkit-details-marker{display:none}
.ifx .faq-item summary::after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:1.5rem;line-height:1;color:var(--brand-600)}
.ifx .faq-item[open] summary::after{content:"\2212"}
.ifx .faq-item summary:hover{color:var(--brand-700)}
.ifx .faq-a{padding:0 18px 16px;color:var(--ink);line-height:1.6}
.ifx .faq-a p:last-child{margin-bottom:0}

/* Нумерована інструкція */
.ifx .steps{list-style:none;counter-reset:st;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.ifx .steps li{counter-increment:st;display:flex;gap:16px;align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:18px 20px;box-shadow:var(--shadow-sm)}
.ifx .steps li::before{content:counter(st);flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:var(--brand-600);color:#fff;font-family:var(--font-head);font-weight:800;display:grid;place-items:center;font-size:1.05rem}
.ifx .steps h4{font-family:var(--font-head);font-weight:700;color:var(--ink-header);margin:2px 0 4px;font-size:1.1rem}
.ifx .step-t{color:var(--ink);line-height:1.55}
.ifx .step-t p:last-child{margin-bottom:0}

/* Виноска / примітка */
.ifx .note-blk{border-radius:var(--r);padding:16px 18px;border-left:4px solid var(--brand-500);background:var(--brand-tint)}
.ifx .note-blk.cl-warn{background:#fdecea;border-left-color:#e74c3c}
.ifx .note-blk.cl-tip{background:#e9f8ef;border-left-color:#1d9a52}
.ifx .note-blk p:last-child{margin-bottom:0}

/* ============================================================
   Лайтбокс
   ============================================================ */
.ifx .ifx-lb{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;background:rgba(18,24,33,.82);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:30px}
.ifx .ifx-lb.open{display:flex;animation:ifxLbIn .2s ease}
@keyframes ifxLbIn{from{opacity:0}to{opacity:1}}
.ifx .ifx-lb-stage{margin:0;max-width:92vw;max-height:88vh;display:flex;flex-direction:column;align-items:center;gap:12px}
.ifx .ifx-lb-stage img{max-width:92vw;max-height:80vh;width:auto;height:auto;border-radius:var(--r-lg);box-shadow:0 30px 80px rgba(0,0,0,.5);background:#fff}
.ifx .ifx-lb-stage figcaption{color:#fff;font-size:.92rem;opacity:.9;max-width:80vw;text-align:center}
.ifx .ifx-lb-close,.ifx .ifx-lb-prev,.ifx .ifx-lb-next{position:absolute;background:rgba(255,255,255,.14);color:#fff;border:0;width:48px;height:48px;border-radius:50%;font-size:1.7rem;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background .15s}
.ifx .ifx-lb-close:hover,.ifx .ifx-lb-prev:hover,.ifx .ifx-lb-next:hover{background:var(--brand-600)}
.ifx .ifx-lb-close{top:18px;right:18px}
.ifx .ifx-lb-prev{left:18px;top:50%;transform:translateY(-50%)}
.ifx .ifx-lb-next{right:18px;top:50%;transform:translateY(-50%)}
.ifx .ifx-lb.single .ifx-lb-prev,.ifx .ifx-lb.single .ifx-lb-next{display:none}
@media(max-width:600px){.ifx .ifx-lb{padding:14px}.ifx .ifx-lb-prev{left:6px}.ifx .ifx-lb-next{right:6px}.ifx .ifx-lb-close{top:8px;right:8px}}

/* Спливаюче вікно пошуку */
.ifx button.icon-btn{font-family:inherit}
.ifx .ifx-search{position:fixed;inset:0;z-index:1100;display:none;background:rgba(18,24,33,.8);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);align-items:flex-start;justify-content:center;padding:14vh 20px 20px}
.ifx .ifx-search.open{display:flex;animation:ifxLbIn .2s ease}
.ifx .ifx-search-inner{display:flex;gap:10px;width:min(640px,94vw);position:relative}
.ifx .ifx-search input{flex:1;padding:16px 18px;border:0;border-radius:var(--r-btn);font-size:1.1rem;font-family:var(--font-body);color:var(--ink);box-shadow:0 20px 50px rgba(0,0,0,.35)}
.ifx .ifx-search input:focus{outline:none;box-shadow:0 0 0 3px var(--brand-500),0 20px 50px rgba(0,0,0,.35)}
.ifx .ifx-search .btn{flex:0 0 auto}
.ifx .ifx-search-close{position:absolute;top:-46px;right:0;background:rgba(255,255,255,.16);color:#fff;border:0;width:40px;height:40px;border-radius:50%;font-size:1.5rem;line-height:1;cursor:pointer;display:grid;place-items:center}
.ifx .ifx-search-close:hover{background:var(--brand-600)}
@media(max-width:560px){.ifx .ifx-search{padding-top:10vh}}

/* Блок «Спікери» */
.ifx .speakers{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}
.ifx .speaker{display:flex;gap:15px;align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:16px 18px;box-shadow:var(--shadow-sm)}
.ifx .sp-photo{flex:0 0 78px}
.ifx .sp-photo img{width:78px;height:78px;border-radius:50%;object-fit:cover;display:block}
.ifx .sp-name{font-family:var(--font-head);font-weight:800;color:var(--ink-header);font-size:1.06rem;margin:3px 0 5px;line-height:1.25}
.ifx .sp-role{color:var(--muted);font-size:.9rem;line-height:1.5}

/* Навігація між фішками (бічні стрілки) */
.ifx .fn-arrow{position:fixed;top:50%;transform:translateY(-50%);z-index:200;width:52px;height:52px;border-radius:50%;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);display:grid;place-items:center;color:var(--ink-header);transition:background .15s,color .15s,border-color .15s}
.ifx .fn-arrow:hover{background:var(--brand-600);color:#fff;border-color:var(--brand-600)}
.ifx .fn-prev{left:16px}
.ifx .fn-next{right:16px}
.ifx .fn-arrow svg{width:26px;height:26px}
.ifx .fn-card{position:absolute;top:50%;transform:translateY(-50%);background:var(--ink-header);color:#fff;padding:9px 13px;border-radius:12px;width:max-content;max-width:230px;opacity:0;pointer-events:none;transition:opacity .2s;box-shadow:var(--shadow);display:grid;gap:2px}
.ifx .fn-prev .fn-card{left:62px}
.ifx .fn-next .fn-card{right:62px;text-align:right}
.ifx .fn-arrow:hover .fn-card{opacity:1}
.ifx .fn-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;color:#ffb27a;font-weight:800;font-family:var(--font-head)}
.ifx .fn-title{font-size:.88rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
@media(max-width:1100px){.ifx .fn-card{display:none}}
@media(max-width:560px){.ifx .fn-arrow{width:44px;height:44px}.ifx .fn-arrow svg{width:22px;height:22px}.ifx .fn-prev{left:8px}.ifx .fn-next{right:8px}}

/* Сторінка контактів */
.ifx .contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:32px;margin-top:24px;align-items:start}
.ifx .contact-info h2{font-size:1.4rem;font-weight:800;margin-bottom:10px}
.ifx .contact-info p{color:var(--ink);line-height:1.6;margin-bottom:16px}
.ifx .contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.ifx .contact-list li{display:flex;flex-direction:column;gap:3px}
.ifx .ci-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:700;font-family:var(--font-head)}
.ifx .contact-list a{color:var(--brand-700);font-weight:600}
.ifx .contact-socials{display:flex;flex-wrap:wrap;gap:6px 14px}
.ifx .ifx-contact{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:22px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:14px}
.ifx .ifx-contact .field{display:flex;flex-direction:column;gap:5px}
.ifx .ifx-contact .field>span{font-family:var(--font-head);font-weight:700;color:var(--ink-header);font-size:.92rem}
.ifx .ifx-contact .field i{color:var(--brand-600);font-style:normal}
.ifx .ifx-contact input,.ifx .ifx-contact textarea{width:100%;padding:11px 13px;border:1px solid var(--line);border-radius:var(--r-btn);font-family:var(--font-body);font-size:1rem;color:var(--ink);background:#fff}
.ifx .ifx-contact input:focus,.ifx .ifx-contact textarea:focus{outline:none;border-color:var(--brand-500);box-shadow:0 0 0 3px var(--brand-tint)}
.ifx .ifx-contact textarea{resize:vertical}
.ifx .ifx-fieldset{border:0;padding:0;margin:0}
.ifx .ifx-fieldset legend{font-family:var(--font-head);font-weight:700;color:var(--ink-header);font-size:.92rem;margin-bottom:8px;padding:0}
.ifx .radio-tile{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;min-height:48px;border:1px solid var(--line);border-radius:var(--r-btn);padding:10px 14px;cursor:pointer;background:#fff;font-family:var(--font-head);font-weight:600;color:var(--ink);margin:0;position:relative}
.ifx .radio-tile input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.ifx .radio-tile:focus-within{outline:2px solid var(--brand-500);outline-offset:2px}
.ifx .radio-tile:has(input:checked){border-color:var(--brand-500);background:var(--brand-tint);color:var(--brand-700);font-weight:600}
.ifx .ifx-contact .btn{align-self:flex-start}
.ifx .hp-field{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
@media(max-width:820px){.ifx .contact-grid{grid-template-columns:1fr;gap:24px}}

/* Медіа про нас (сітка) */
.ifx .blk-media .blk-title{margin-bottom:16px}
.ifx .media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}
.ifx .media-item{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-sm);color:var(--ink);transition:box-shadow .15s,transform .15s}
.ifx a.media-item:hover{box-shadow:var(--shadow);transform:translateY(-2px)}
.ifx .media-thumb{aspect-ratio:16/10;background:#fff;display:flex;align-items:center;justify-content:center;padding:14px;border-bottom:1px solid var(--line)}
.ifx .media-thumb img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}
.ifx .media-body{padding:11px 14px}
.ifx .media-name{font-family:var(--font-head);font-weight:700;color:var(--ink-header);font-size:.96rem;line-height:1.3}
.ifx a.media-item:hover .media-name{color:var(--brand-700)}

/* Адаптивне відео-вбудовування */
.ifx .ifx-embed{margin:24px 0}
.ifx .ifx-embed-frame{position:relative;width:100%;aspect-ratio:16/9;border-radius:var(--r);overflow:hidden;background:#000;box-shadow:var(--shadow-sm)}
.ifx .ifx-embed-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.ifx .ifx-embed figcaption{margin-top:10px;color:var(--muted);font-size:.9rem;line-height:1.5}
.ifx .entry-content iframe{max-width:100%}

/* Контакти — оновлений вигляд */
.ifx .page-lead{color:var(--ink);font-size:1.08rem;line-height:1.6;max-width:60ch;margin-top:8px}
.ifx .contacts-page .contact-grid{grid-template-columns:1.5fr 1fr}
.ifx .field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.ifx .ifx-fieldset .radio-row{display:flex;gap:10px;align-items:stretch}
.ifx .contact-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:20px;box-shadow:var(--shadow-sm);margin-bottom:16px}
.ifx .contact-card h2{font-size:1.2rem;font-weight:800;margin-bottom:14px}
.ifx .about-link-card{display:flex;align-items:center;gap:14px;background:var(--brand-tint);border:1px solid var(--line);border-radius:var(--r);padding:16px 18px;color:var(--ink);transition:box-shadow .15s,transform .15s}
.ifx .about-link-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}
.ifx .alc-ico{flex:0 0 42px;width:42px;height:42px;border-radius:12px;background:var(--brand-600);color:#fff;display:grid;place-items:center}
.ifx .alc-ico svg{width:22px;height:22px}
.ifx .alc-text{flex:1;display:flex;flex-direction:column;gap:2px}
.ifx .alc-ttl{font-family:var(--font-head);font-weight:800;color:var(--ink-header)}
.ifx .alc-sub{font-size:.86rem;color:var(--muted);line-height:1.35}
.ifx .alc-arrow{font-size:1.7rem;color:var(--brand-600);line-height:1}

/* Переваги співпраці */
.ifx .partner-section{margin-top:40px;padding-top:32px;border-top:1px solid var(--line)}
.ifx .partner-section>h2{font-size:1.6rem;font-weight:800}
.ifx .partner-lead{color:var(--ink);line-height:1.6;max-width:70ch;margin:8px 0 22px}
.ifx .partner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.ifx .partner-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:20px;box-shadow:var(--shadow-sm)}
.ifx .partner-ico{display:grid;place-items:center;width:46px;height:46px;border-radius:12px;background:var(--brand-tint);color:var(--brand-700);margin-bottom:12px}
.ifx .partner-ico svg{width:26px;height:26px}
.ifx .partner-card h3{font-family:var(--font-head);font-weight:800;color:var(--ink-header);font-size:1.08rem;margin-bottom:6px}
.ifx .partner-card p{color:var(--muted);line-height:1.5;font-size:.94rem}
.ifx .partner-cta{margin-top:22px;color:var(--ink);line-height:1.6}
.ifx .partner-cta a{color:var(--brand-700);font-weight:600}
@media(max-width:820px){.ifx .contacts-page .contact-grid{grid-template-columns:1fr}.ifx .field-row{grid-template-columns:1fr}}

/* Топбар — посилання + гармонізація висот (42px) */
.ifx .top-desktop{gap:8px}
.ifx .topbar .icon-btn{width:42px;height:42px}
.ifx .top-link{display:inline-flex;align-items:center;height:42px;padding:0 12px;border-radius:var(--r-btn);color:#fff;font-family:var(--font-head);font-weight:600;font-size:.95rem;white-space:nowrap;transition:background .15s}
.ifx .top-link:hover{background:rgba(255,255,255,.12)}
.ifx .topbar .top-login{height:42px;padding:0 14px}
.ifx .top-support{display:inline-flex;align-items:center;height:42px;padding:0 18px}

/* Контакти — ширше й пропорційніше */
.ifx .contacts-page{max-width:1140px}

/* Соцмережі іконками */
.ifx .contact-socials{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}
.ifx .contact-socials .si{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--brand-tint);color:var(--brand-700);transition:background .15s,color .15s,transform .15s}
.ifx .contact-socials .si:hover{background:var(--brand-600);color:#fff;transform:translateY(-2px)}
.ifx .contact-socials .si svg{width:20px;height:20px}

/* Переваги — рівно 3 в ряд (6 = 3×2) */
.ifx .partner-grid{grid-template-columns:repeat(3,1fr)}
@media(max-width:900px){.ifx .partner-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.ifx .partner-grid{grid-template-columns:1fr}}

/* Рейтинг «Чи була корисною?» */
.ifx .ifx-useful{display:flex;align-items:center;flex-wrap:wrap;gap:14px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:16px 18px;margin:24px 0}
.ifx .uf-q{font-family:var(--font-head);font-weight:700;color:var(--ink-header)}
.ifx .uf-btns{display:flex;gap:10px}
.ifx .uf-btn{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);background:#fff;border-radius:var(--r-btn);padding:8px 14px;cursor:pointer;color:var(--ink);font-weight:700;font-family:var(--font-head);transition:.15s}
.ifx .uf-btn svg{width:18px;height:18px}
.ifx .uf-yes:hover,.ifx .uf-yes.on{border-color:#16a34a;color:#16a34a;background:#f0fdf4}
.ifx .uf-no:hover,.ifx .uf-no.on{border-color:#dc2626;color:#dc2626;background:#fef2f2}
.ifx .ifx-useful.voted .uf-btn{cursor:default}
.ifx .ifx-useful.voted .uf-btn:not(.on){opacity:.6}
.ifx .uf-thanks{color:var(--muted);font-size:.9rem}

/* Коментарі */
.ifx .ifx-comments-sec .wrap{max-width:1180px}
.ifx .ifx-comments{max-width:820px;margin-top:8px;padding-top:28px;border-top:1px solid var(--line)}
.ifx .ic-title{font-size:1.4rem;font-weight:800;margin-bottom:18px}
.ifx .ic-list{list-style:none;margin:0 0 22px;padding:0;display:flex;flex-direction:column;gap:16px}
.ifx .ic-list .children{list-style:none;margin:16px 0 0 26px;padding-left:14px;border-left:2px solid var(--line);display:flex;flex-direction:column;gap:16px}
.ifx .ic-item{display:flex;gap:12px}
.ifx .ic-avatar img{border-radius:50%;display:block}
.ifx .ic-body{flex:1;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:12px 16px}
.ifx .ic-meta{display:flex;gap:10px;align-items:baseline;margin-bottom:4px;flex-wrap:wrap}
.ifx .ic-author{font-family:var(--font-head);font-weight:800;color:var(--ink-header)}
.ifx .ic-date{font-size:.82rem;color:var(--muted)}
.ifx .ic-await{color:var(--brand-700);font-size:.86rem;font-style:italic;margin:0 0 6px}
.ifx .ic-text{color:var(--ink);line-height:1.6}
.ifx .ic-text p{margin:0 0 8px}
.ifx .ic-reply{margin-top:6px;font-size:.86rem;font-weight:700;font-family:var(--font-head)}
.ifx .ic-reply a{color:var(--brand-700)}
.ifx .comment-respond{max-width:820px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:20px;margin-top:10px}
.ifx .comment-reply-title{font-size:1.2rem;font-weight:800;margin-bottom:12px}
.ifx .comment-reply-title small{margin-left:10px;font-weight:600}
.ifx .comment-form label{display:block;font-family:var(--font-head);font-weight:700;color:var(--ink-header);font-size:.9rem;margin-bottom:5px}
.ifx .comment-form label span{color:var(--brand-600)}
.ifx .comment-form input[type=text],.ifx .comment-form input[type=email],.ifx .comment-form input[type=url],.ifx .comment-form textarea{width:100%;border:1px solid var(--line);border-radius:var(--r-btn);padding:11px 13px;font:inherit;background:#fff;color:var(--ink)}
.ifx .comment-form input:focus,.ifx .comment-form textarea:focus{outline:2px solid var(--brand-500);outline-offset:1px;border-color:var(--brand-500)}
.ifx .comment-form textarea{resize:vertical}
.ifx .comment-form p{margin:0 0 14px}
.ifx .comment-form .form-submit{margin:0}
.ifx .comment-form .comment-form-cookies-consent{display:flex;align-items:center;gap:8px}
.ifx .comment-form .comment-form-cookies-consent input{width:auto}
.ifx .comment-form .comment-form-cookies-consent label{display:inline;margin:0;font-weight:600}
.ifx .ic-closed{color:var(--muted)}

/* Сортування авторів + голоси */
.ifx .authors-sort{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 22px}
.ifx .as-tab{display:inline-flex;align-items:center;height:40px;padding:0 16px;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--surface);color:var(--ink);font-family:var(--font-head);font-weight:700;font-size:.92rem;transition:.15s}
.ifx .as-tab:hover{border-color:var(--brand-500);color:var(--brand-700)}
.ifx .as-tab.active{background:var(--brand-600);border-color:var(--brand-600);color:#fff}
.ifx .au-votes{white-space:nowrap}

/* Заклик увійти для коментаря */
.ifx .ic-login-cta{display:flex;align-items:center;gap:10px;background:var(--brand-tint);border:1px solid var(--line);border-radius:var(--r);padding:14px 18px;color:var(--ink);font-weight:600;margin-top:10px}
.ifx .ic-login-cta svg{width:20px;height:20px;color:var(--brand-700);flex:0 0 auto}
.ifx .ic-login-cta a{color:var(--brand-700);font-weight:800}

/* Назва медіа на картці «Медіа про нас» */
.ifx .media-src{font-family:var(--font-head);font-weight:800;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:var(--brand-700);margin-bottom:3px}

/* Виділення цитат у тексті сторінок/записів */
.ifx .entry-content blockquote{position:relative;margin:26px 0;padding:18px 22px 18px 26px;background:var(--brand-tint);border-left:4px solid var(--brand-500);border-radius:0 var(--r) var(--r) 0;color:var(--ink);font-size:1.1rem;line-height:1.6}
.ifx .entry-content blockquote::before{content:"\201C";position:absolute;top:2px;left:12px;font-family:var(--font-head);font-size:2.2rem;font-weight:800;color:var(--brand-500);opacity:.28;line-height:1;pointer-events:none}
.ifx .entry-content blockquote p{margin:0 0 8px}
.ifx .entry-content blockquote p:last-child{margin-bottom:0}
.ifx .entry-content blockquote strong{color:var(--brand-700)}
.ifx .entry-content blockquote cite{display:block;margin-top:8px;font-size:.9rem;color:var(--muted);font-style:normal;font-weight:700}

/* Сторінка підтримки (рівні Monobank) */
.ifx .donate-page{max-width:1140px}
.ifx .donate-top{text-align:center;margin:6px auto 30px;max-width:680px}
.ifx .btn-lg{font-size:1.05rem;padding:14px 30px}
.ifx .donate-note{color:var(--muted);margin-top:12px;font-size:.95rem;line-height:1.55}
.ifx .donate-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:16px}
.ifx .donate-tier{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:18px;box-shadow:var(--shadow-sm);cursor:pointer;transition:box-shadow .15s,transform .15s}
.ifx .donate-tier:hover{box-shadow:var(--shadow);transform:translateY(-3px)}
.ifx .donate-tier:focus{outline:2px solid var(--brand-500);outline-offset:2px}
.ifx .dt-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.ifx .dt-ico{width:42px;height:42px;border-radius:12px;background:var(--brand-tint);color:var(--brand-700);display:grid;place-items:center;flex:0 0 auto}
.ifx .dt-ico svg{width:24px;height:24px}
.ifx .dt-amt{font-family:var(--font-head);color:var(--ink-header);font-size:.92rem;white-space:nowrap}
.ifx .dt-amt b{font-size:1.4rem;color:var(--brand-700)}
.ifx .dt-name{font-family:var(--font-head);font-weight:800;color:var(--ink-header);font-size:1.22rem;margin-bottom:8px}
.ifx .dt-text{position:relative;min-height:7em;margin-bottom:14px}
.ifx .dt-slogan,.ifx .dt-thanks{margin:0;line-height:1.5;font-size:.95rem;transition:opacity .25s}
.ifx .dt-slogan{color:var(--muted)}
.ifx .dt-thanks{position:absolute;inset:0;opacity:0;color:var(--brand-700);font-weight:600}
.ifx .donate-tier:hover .dt-slogan,.ifx .donate-tier.show .dt-slogan,.ifx .donate-tier:focus .dt-slogan{opacity:0}
.ifx .donate-tier:hover .dt-thanks,.ifx .donate-tier.show .dt-thanks,.ifx .donate-tier:focus .dt-thanks{opacity:1}
.ifx .dt-btn{margin-top:auto;justify-content:center;text-align:center}

/* Картка підтримки з випадковим рівнем (у сітці категорій) */
.ifx .support-tier .sc-body{justify-content:center}
.ifx .support-tier .sc-kicker{display:inline-block;font-family:var(--font-head);font-weight:800;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:#ffe1cf;margin-bottom:10px}
.ifx .support-tier .sc-tier{display:flex;align-items:baseline;gap:9px;margin-bottom:8px;flex-wrap:wrap}
.ifx .support-tier .sc-amt{font-family:var(--font-head);color:#fff;font-size:.9rem;white-space:nowrap}
.ifx .support-tier .sc-amt b{font-size:1.7rem}
.ifx .support-tier .sc-name{font-family:var(--font-head);font-weight:800;color:#fff;font-size:1.25rem}
.ifx .support-tier .sc-more{color:#fff;opacity:.85;font-weight:700;font-size:.9rem;margin-top:12px;align-self:flex-start;text-decoration:underline}
.ifx .support-tier .sc-more:hover{opacity:1}
