
.tghrf-wrap{background:#fff;color:#111827}
.tghrf-container{width:min(1200px,92%);margin:auto}
.tghrf-hero{padding:58px 0 28px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
.tghrf-hero-grid,.tghrf-grid-4,.tghrf-grid-3,.tghrf-tool-grid,.tghrf-form-grid,.tghrf-grid-2{display:grid;gap:22px}
.tghrf-hero-grid{grid-template-columns:1.08fr .92fr;align-items:center}
.tghrf-grid-4{grid-template-columns:repeat(4,1fr)}
.tghrf-grid-3{grid-template-columns:repeat(3,1fr)}
.tghrf-grid-2,.tghrf-tool-grid,.tghrf-form-grid{grid-template-columns:1fr 1fr}
.tghrf-panel,.tghrf-card{
  background:#fff;border:1px solid #e7edf5;border-radius:26px;padding:30px;
  box-shadow:0 18px 60px rgba(15,23,42,.06)
}
.tghrf-badge{
  display:inline-block;padding:9px 14px;border-radius:999px;background:#f3f7fc;border:1px solid #e7edf5;
  font-size:12px;font-weight:800;color:#334155;margin-bottom:12px
}
.tghrf-wrap h1,.tghrf-wrap h2,.tghrf-wrap h3{line-height:1.08;letter-spacing:-.03em;margin:0 0 12px}
.tghrf-wrap h1{font-size:clamp(38px,5vw,64px)}
.tghrf-wrap h2{font-size:clamp(28px,4vw,44px)}
.tghrf-wrap h3{font-size:22px}
.tghrf-lead,.tghrf-head p,.tghrf-card p,.tghrf-soft-card p{color:#64748b}
.tghrf-actions,.tghrf-tool-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.tghrf-btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;
  border:1px solid #dbe4ee;background:#fff;color:#111827;font-weight:800;text-decoration:none;cursor:pointer
}
.tghrf-btn-primary{background:#111827;color:#fff;border-color:#111827}
.tghrf-search-wrap{display:flex;gap:12px;flex-wrap:wrap;padding:14px;border:1px solid #e7edf5;border-radius:999px;background:#fbfdff}
.tghrf-search-wrap input,.tghrf-wrap textarea,.tghrf-wrap select,.tghrf-wrap input[type=text]{
  width:100%;border:1px solid #e7edf5;background:#fbfdff;color:#111827;border-radius:16px;padding:14px 16px;outline:none
}
.tghrf-search-wrap input{flex:1;min-width:220px;border:none;background:transparent;padding:0}
.tghrf-pill-row{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0}
.tghrf-pill,.tghrf-chip{padding:8px 12px;border-radius:999px;background:#f8fbff;border:1px solid #e7edf5;font-size:13px;font-weight:800;color:#475569}
.tghrf-soft-card{padding:18px;border-radius:18px;background:#f8fbff;border:1px solid #e7edf5}
.tghrf-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px}
.tghrf-section{padding:36px 0}
.tghrf-output{min-height:140px;padding:16px;border-radius:16px;background:#f8fbff;border:1px solid #e7edf5;white-space:pre-wrap;margin-top:12px}
.tghrf-output-large{min-height:240px}
.tghrf-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}
.tghrf-stat{padding:18px;border-radius:18px;background:#f8fbff;border:1px solid #e7edf5}
.tghrf-stat strong{display:block;font-size:26px;line-height:1}
.tghrf-stat span{display:block;color:#64748b;font-weight:700;font-size:13px;margin-top:6px}
.tghrf-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:22px}
[data-tool-card]{display:block}
@media (max-width: 980px){
  .tghrf-hero-grid,.tghrf-grid-4,.tghrf-grid-3,.tghrf-tool-grid,.tghrf-form-grid,.tghrf-grid-2,.tghrf-stats{grid-template-columns:1fr}
  .tghrf-head{flex-direction:column;align-items:flex-start}
}
