/* Генератор хештегів — scoped під .hg-skin, фіолетовий бренд (ті самі токени, що й калькулятор). */
.hg-skin{--bg:#08070d;--bg-2:#0e0c16;--card:#15101f;--card-2:#1a1428;--line:rgba(157,77,255,.16);--line-soft:rgba(255,255,255,.05);--line-strong:rgba(157,77,255,.5);--text:#f3f0fb;--muted:#9a93ad;--muted-2:#6f6880;--accent:#9d4dff;--accent-2:#7a3bff;--purple-grad:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%);--accent-grad:var(--purple-grad);--accent-line:rgba(157,77,255,.4);--radius:18px}

.hg-skin .hg-page{max-width:920px;margin:0 auto;padding:0 20px}
.hg-skin .hg-hero{padding:48px 0 8px;text-align:center}
.hg-skin .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}
.hg-skin .eyebrow::before{content:"";width:22px;height:2px;border-radius:2px;background:var(--accent-grad)}
.hg-skin .hg-hero h1{font-size:40px;font-weight:800;letter-spacing:-.03em;line-height:1.05;margin:0 0 16px}
.hg-skin .hg-hero h1 .hl{background:var(--accent-grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.hg-skin .hg-hero p{color:var(--muted);font-size:17px;line-height:1.6;max-width:62ch;margin:0 auto}

/* картка-генератор */
.hg-skin .hg-box{margin-top:30px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,var(--card),#100b1a);overflow:hidden;box-shadow:0 40px 90px -50px rgba(124,58,237,.6)}
.hg-skin .hg-tabs{display:flex;flex-wrap:wrap;gap:6px;padding:14px;background:rgba(255,255,255,.015);border-bottom:1px solid var(--line-soft)}
.hg-skin .hg-tab{flex:1 1 auto;min-width:84px;padding:11px 10px;border-radius:13px;border:1px solid transparent;background:var(--bg);color:var(--muted);font-weight:700;font-size:13.5px;cursor:pointer;transition:.18s;font-family:inherit;white-space:nowrap}
.hg-skin .hg-tab:hover{color:var(--text);border-color:var(--line)}
.hg-skin .hg-tab.is-active{color:#fff;background:rgba(168,85,247,.14);border-color:var(--accent-line)}
.hg-skin .hg-form{padding:26px 28px 8px;display:grid;grid-template-columns:1fr;gap:16px}
.hg-skin .hg-field label{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:8px}
.hg-skin .hg-selwrap{position:relative}
.hg-skin .hg-selwrap select,.hg-skin .hg-field input{width:100%;background:#0c0913;border:1px solid var(--line);border-radius:12px;color:var(--text);padding:13px 15px;font-size:15px;font-family:inherit;outline:none;transition:border-color .15s}
.hg-skin .hg-selwrap select{appearance:none;padding-right:40px;cursor:pointer;font-weight:600}
.hg-skin .hg-selwrap select:focus,.hg-skin .hg-field input:focus{border-color:var(--accent-line)}
.hg-skin .hg-selwrap::after{content:"";position:absolute;right:16px;top:50%;width:9px;height:9px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:translateY(-65%) rotate(45deg);pointer-events:none}
.hg-skin .hg-or{font-size:12px;color:var(--muted-2);text-align:center;margin:-4px 0}

/* результат */
.hg-skin .hg-out{padding:8px 28px 30px}
.hg-skin .hg-hint{color:var(--muted-2);text-align:center;font-size:14.5px;padding:18px 0}
.hg-skin .hg-res-head{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:14px}
.hg-skin .hg-res-title{font-size:15px;font-weight:700;color:var(--text)}
.hg-skin .hg-res-title small{color:var(--muted-2);font-weight:500;font-size:13px}
.hg-skin .btn.hg-copyall{height:38px;padding:0 18px;border:0;border-radius:999px;color:#fff;background:var(--accent-grad);font-weight:600;font-size:13.5px;cursor:pointer;font-family:inherit;transition:filter .15s}
.hg-skin .btn.hg-copyall:hover{filter:brightness(1.08)}
.hg-skin .btn.hg-copyall.is-ok{background:var(--ok,#4dffb8);color:#04130c}
.hg-skin .hg-chips{display:flex;flex-wrap:wrap;gap:8px}
.hg-skin .hg-chip{padding:7px 12px;border-radius:999px;border:1px solid var(--line);background:#0c0913;color:var(--text);font-size:13.5px;font-weight:600;cursor:pointer;font-family:inherit;transition:.14s;line-height:1.3}
.hg-skin .hg-chip:hover{border-color:var(--accent-line);color:#fff;background:rgba(168,85,247,.12)}
.hg-skin .hg-chip.is-ok{border-color:var(--accent-2);color:#fff}
.hg-skin .hg-tip{margin:16px 0 0;font-size:13px;color:var(--muted);line-height:1.55}
.hg-skin .hg-tip b{color:var(--text)}

/* рівні частотності */
.hg-skin .hg-tiers{padding:4px 28px 28px;display:grid;grid-template-columns:1fr;gap:16px}
.hg-skin .hg-tier{border:1px solid var(--line);border-radius:14px;padding:16px 18px;background:rgba(8,7,13,.4)}
.hg-skin .hg-tier-h{display:flex;align-items:baseline;gap:10px;margin-bottom:12px;flex-wrap:wrap}
.hg-skin .hg-tier-h b{font-size:14.5px;color:var(--text)}
.hg-skin .hg-tier-h span{font-size:12px;color:var(--muted-2)}
.hg-skin .hg-chips--mini .hg-chip{font-size:13px;padding:6px 11px}

/* контент-секції */
.hg-skin .hg-content{max-width:760px;margin:56px auto 0}
.hg-skin .hg-content h2{font-size:26px;font-weight:800;letter-spacing:-.02em;margin:40px 0 14px;line-height:1.15}
.hg-skin .hg-content h3{font-size:19px;font-weight:700;margin:26px 0 10px}
.hg-skin .hg-content p{color:#d3cee0;font-size:16px;line-height:1.7;margin:0 0 14px}
.hg-skin .hg-content strong{color:var(--text)}
.hg-skin .hg-content a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--line-strong)}
.hg-skin .hg-content ul{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-direction:column;gap:9px}
.hg-skin .hg-content ul li{position:relative;padding-left:24px;color:#d3cee0;line-height:1.6}
.hg-skin .hg-content ul li::before{content:"";position:absolute;left:4px;top:9px;width:7px;height:7px;border-radius:50%;background:var(--accent)}
.hg-skin .hg-faq{margin-top:18px;display:flex;flex-direction:column;gap:10px}
.hg-skin .hg-faq details{border:1px solid var(--line);border-radius:14px;background:var(--card);overflow:hidden}
.hg-skin .hg-faq summary{list-style:none;cursor:pointer;padding:16px 20px;font-size:15.5px;font-weight:600;color:var(--text);display:flex;justify-content:space-between;gap:14px}
.hg-skin .hg-faq summary::-webkit-details-marker{display:none}
.hg-skin .hg-faq summary::after{content:"+";color:var(--accent);font-weight:400;font-size:20px;line-height:1;transition:transform .2s}
.hg-skin .hg-faq details[open] summary::after{transform:rotate(45deg)}
.hg-skin .hg-faq .hg-qb{padding:0 20px 18px;color:var(--muted);font-size:14.5px;line-height:1.65}
.hg-skin .hg-cta{margin:48px auto 0;max-width:760px;border:1px solid var(--accent-line);border-radius:22px;background:radial-gradient(120% 100% at 50% 0%,rgba(168,85,247,.14),transparent 70%);padding:38px 28px;text-align:center}
.hg-skin .hg-cta h3{font-size:24px;font-weight:800;margin:0 0 10px}
.hg-skin .hg-cta p{color:var(--muted);max-width:52ch;margin:0 auto 20px;font-size:15.5px}
.hg-skin .hg-cta .btn{display:inline-flex;align-items:center;gap:8px;height:46px;padding:0 26px;border-radius:999px;color:#fff;background:var(--accent-grad);font-weight:600;text-decoration:none;font-size:15px}

@media (min-width:620px){
  .hg-skin .hg-tiers{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:560px){
  .hg-skin .hg-hero h1{font-size:30px}
  .hg-skin .hg-tab{flex:1 1 40%;min-width:0}
  .hg-skin .hg-form,.hg-skin .hg-out{padding-left:18px;padding-right:18px}
  .hg-skin .hg-tiers{padding-left:18px;padding-right:18px}
}
