.tool-state{position:relative;overflow:hidden;padding:44px 24px;border:1px dashed #67e8f9;border-radius:22px;background:radial-gradient(circle at top right,rgba(14,165,233,.14),transparent 34%),linear-gradient(135deg,#fff,#ecfeff);text-align:center}.tool-state__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:16px;border-radius:20px;background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;font-size:27px;box-shadow:0 12px 26px #f9731638}.tool-state__title{margin:0 0 8px;color:#0f172a;font-size:clamp(1.4rem,3vw,1.9rem);font-weight:850;line-height:1.3}.tool-state__description{max-width:580px;margin:0 auto;color:#64748b;font-size:15px;font-weight:600;line-height:1.65}.tool-state__dots{display:inline-flex;gap:7px;margin-top:18px}.tool-state__dots span{width:8px;height:8px;border-radius:999px;background:#0891b2;animation:tool-state-pulse 1.2s infinite ease-in-out}.tool-state__dots span:nth-child(2){animation-delay:.15s}.tool-state__dots span:nth-child(3){animation-delay:.3s}@keyframes tool-state-pulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion: reduce){.tool-state__dots span{animation:none}}
