.hh-tools *,.hh-tools *::before,.hh-tools *::after{box-sizing:border-box;}.hh-tools__hero{background:linear-gradient(135deg,#eef5fb 0%,#e6f1fa 60%,#eaf3fc 100%);border:1px solid #d6e4ee;border-radius:6px;padding:20px 24px;margin-bottom:24px;display:flex;align-items:center;gap:16px;position:relative;overflow:hidden;}.hh-tools__hero::after{content:'';position:absolute;top:-30px;right:-30px;width:140px;height:140px;background:radial-gradient(circle,rgba(46,161,248,0.07) 0%,transparent 70%);pointer-events:none;}.hh-tools__hero-icon{width:44px;height:44px;background:linear-gradient(180deg,#2ea1f8,#1990ea);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 3px 12px rgba(46,161,248,0.25);}.hh-tools__hero-icon svg{width:22px;height:22px;stroke:#fff;fill:none;}.hh-tools__hero-text{position:relative;z-index:1;flex:1;}.hh-tools__hero-text p{color:#5a6a7e;font-size:13px;margin:0;line-height:1.45;}.hh-tools__hero-badges{margin-left:auto;display:flex;gap:20px;flex-shrink:0;position:relative;z-index:1;}.hh-tools__hero-badge{text-align:center;padding:0 12px;border-left:1px solid #c8d8e4;}.hh-tools__hero-badge:first-child{border-left:none;padding-left:0;}.hh-tools__hero-badge-num{color:#354052;font-size:18px;font-weight:600;display:block;line-height:1.2;}.hh-tools__hero-badge-label{color:#7f8fa4;font-size:10px;text-transform:uppercase;letter-spacing:0.4px;}@media (max-width:640px){.hh-tools__hero{flex-direction:column;text-align:center;padding:18px;gap:10px;}.hh-tools__hero-badges{margin-left:0;justify-content:center;padding-top:10px;border-top:1px solid #c8d8e4;width:100%;}.hh-tools__hero-badge{border-left:none;padding:0;}}.hh-tools__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;}@media (max-width:860px){.hh-tools__grid{grid-template-columns:repeat(2,1fr);}}@media (max-width:520px){.hh-tools__grid{grid-template-columns:1fr;gap:12px;}}.hh-tools__card{background:#fff;border:1px solid #e6eaee;border-radius:6px;padding:22px 20px 18px;position:relative;transition:all 0.22s ease;display:block;text-decoration:none;color:inherit;overflow:hidden;}.hh-tools__card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;border-radius:6px 6px 0 0;opacity:0;transition:opacity 0.22s ease;}.hh-tools__card--active{cursor:pointer;text-decoration:none;}.hh-tools__card--active:hover{border-color:#1a91eb;box-shadow:0 4px 16px rgba(46,161,248,0.10);transform:translateY(-2px);text-decoration:none;}.hh-tools__card--active:hover::before{opacity:1;}.hh-tools__card--active:hover .hh-tools__card-arrow{opacity:1;transform:translateX(0);}.hh-tools__card--active:hover .hh-tools__card-icon{transform:scale(1.06);}.hh-tools__card--disabled{cursor:default;background:#fcfcfd;}.hh-tools__card--disabled .hh-tools__card-icon{background:linear-gradient(180deg,#c5cdd6,#b0b9c5) !important;box-shadow:none !important;}.hh-tools__card--disabled .hh-tools__card-title{color:#a3adb9;}.hh-tools__card--disabled .hh-tools__card-desc{color:#bec6cf;}.hh-tools__card--disabled .hh-tools__card-tag{background:#f5f7f9;color:#bec6cf;border-color:#eaecef;}.hh-tools__card--nslookup::before{background:linear-gradient(90deg,#2ea1f8,#1990ea);}.hh-tools__card--ping::before{background:linear-gradient(90deg,#39b54a,#34aa44);}.hh-tools__card--whois::before{background:linear-gradient(90deg,#886ce6,#7d5be2);}.hh-tools__card--ssl::before{background:linear-gradient(90deg,#fd9a18,#f16911);}.hh-tools__card--domain::before{background:linear-gradient(90deg,#2ea1f8,#886ce6);}.hh-tools__card--hosting::before{background:linear-gradient(90deg,#f95359,#d35847);}.hh-tools__card-icon{width:46px;height:46px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;transition:transform 0.22s ease;flex-shrink:0;}.hh-tools__card-icon svg{width:22px;height:22px;stroke:#fff;fill:none;}.hh-tools__card--active.hh-tools__card--nslookup .hh-tools__card-icon{background:linear-gradient(180deg,#2ea1f8,#1990ea);box-shadow:0 4px 12px rgba(46,161,248,0.25);}.hh-tools__card--active.hh-tools__card--ping .hh-tools__card-icon{background:linear-gradient(180deg,#39b54a,#34aa44);box-shadow:0 4px 12px rgba(57,181,74,0.25);}.hh-tools__card--active.hh-tools__card--whois .hh-tools__card-icon{background:linear-gradient(180deg,#886ce6,#7d5be2);box-shadow:0 4px 12px rgba(136,108,230,0.25);}.hh-tools__card--active.hh-tools__card--ssl .hh-tools__card-icon{background:linear-gradient(180deg,#fd9a18,#f16911);box-shadow:0 4px 12px rgba(253,154,24,0.25);}.hh-tools__card--active.hh-tools__card--domain .hh-tools__card-icon{background:linear-gradient(135deg,#2ea1f8,#886ce6);box-shadow:0 4px 12px rgba(136,108,230,0.25);}.hh-tools__card--active.hh-tools__card--hosting .hh-tools__card-icon{background:linear-gradient(180deg,#f95359,#d35847);box-shadow:0 4px 12px rgba(249,83,89,0.25);}.hh-tools__card-title{font-size:16px;font-weight:600;color:#354052;margin-bottom:6px;}.hh-tools__card-desc{color:#7f8fa4;font-size:12.5px;line-height:1.5;margin-bottom:14px;}.hh-tools__card-tags{display:flex;flex-wrap:wrap;gap:5px;}.hh-tools__card-tag{display:inline-block;background:#f5f8fa;color:#7f8fa4;font-size:11px;font-weight:500;padding:2px 7px;border-radius:3px;border:1px solid #e6eaee;}.hh-tools__card-arrow{position:absolute;top:22px;right:18px;opacity:0;transform:translateX(-6px);transition:all 0.22s ease;color:#2ea1f8;}.hh-tools__card-arrow svg{width:16px;height:16px;stroke:currentColor;fill:none;}.hh-tools__card-badge{display:inline-flex;align-items:center;gap:4px;background:#f0f2f5;color:#a3adb9;font-size:10px;font-weight:600;padding:3px 8px;border-radius:10px;border:1px solid #e6eaee;position:absolute;top:14px;right:14px;text-transform:uppercase;letter-spacing:0.3px;}.hh-tools__card-badge svg{width:10px;height:10px;stroke:currentColor;fill:none;}.hh-tools__card-status{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:500;color:#39b54a;margin-top:10px;}.hh-tools__card-dot{width:6px;height:6px;background:#39b54a;border-radius:50%;position:relative;}.hh-tools__card-dot::after{content:'';position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:50%;border:1px solid #39b54a;animation:hhPulseDot 2s ease-in-out infinite;}@keyframes hhPulseDot{0%,100%{opacity:0;transform:scale(0.8);}50%{opacity:0.5;transform:scale(1.5);}}.hh-tools__card{opacity:0;transform:translateY(16px);animation:hhCardIn 0.4s ease forwards;}.hh-tools__card:nth-child(1){animation-delay:0.04s;}.hh-tools__card:nth-child(2){animation-delay:0.10s;}.hh-tools__card:nth-child(3){animation-delay:0.16s;}.hh-tools__card:nth-child(4){animation-delay:0.22s;}.hh-tools__card:nth-child(5){animation-delay:0.28s;}.hh-tools__card:nth-child(6){animation-delay:0.34s;}@keyframes hhCardIn{to{opacity:1;transform:translateY(0);}}.hh-tools__seo{background:#fff;border:1px solid #e6eaee;border-radius:6px;overflow:hidden;}.hh-tools__seo-toggle{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;cursor:pointer;background:none;border:none;width:100%;font-family:inherit;font-size:13px;font-weight:600;color:#354052;transition:background 0.2s;text-align:left;}.hh-tools__seo-toggle:hover{background:#fafbfc;}.hh-tools__seo-chevron{color:#9fa9ba;transition:transform 0.3s ease;flex-shrink:0;}.hh-tools__seo-toggle.is-open .hh-tools__seo-chevron{transform:rotate(180deg);}.hh-tools__seo-body{max-height:0;overflow:hidden;transition:max-height 0.35s ease;}.hh-tools__seo-body.is-open{max-height:500px;}.hh-tools__seo-content{padding:0 20px 16px;color:#7f8fa4;font-size:13px;line-height:1.7;}.hh-tools__seo-content h2{font-size:15px;color:#354052;margin:0 0 8px;}.hh-tools__seo-content p{margin:0 0 8px;}.hh-tools__seo-content p:last-child{margin-bottom:0;}.hh-tools__card--active.hh-tools__card--nslookup:hover{border-color:#2ea1f8;box-shadow:0 4px 16px rgba(46,161,248,0.12);}.hh-tools__card--active.hh-tools__card--nslookup .hh-tools__card-arrow{color:#2ea1f8;}.hh-tools__card--active.hh-tools__card--ping:hover{border-color:#39b54a;box-shadow:0 4px 16px rgba(57,181,74,0.12);}.hh-tools__card--active.hh-tools__card--ping .hh-tools__card-arrow{color:#39b54a;}.hh-tools__card--active.hh-tools__card--whois:hover{border-color:#886ce6;box-shadow:0 4px 16px rgba(136,108,230,0.12);}.hh-tools__card--active.hh-tools__card--whois .hh-tools__card-arrow{color:#886ce6;}.hh-tools__card--active.hh-tools__card--ssl:hover{border-color:#fd9a18;box-shadow:0 4px 16px rgba(253,154,24,0.12);}.hh-tools__card--active.hh-tools__card--ssl .hh-tools__card-arrow{color:#fd9a18;}.hh-tools__card--active.hh-tools__card--domain:hover{border-color:#886ce6;box-shadow:0 4px 16px rgba(136,108,230,0.12);}.hh-tools__card--active.hh-tools__card--domain .hh-tools__card-arrow{color:#886ce6;}.hh-tools__card--active.hh-tools__card--hosting:hover{border-color:#f95359;box-shadow:0 4px 16px rgba(249,83,89,0.12);}.hh-tools__card--active.hh-tools__card--hosting .hh-tools__card-arrow{color:#f95359;}
/*})'"*/
