
.hs-tools-section{background:#f7fafe}
.hs-tools-top{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:22px}
.hs-tools-top h2{margin:7px 0 5px;font-size:34px}.hs-tools-top p{margin:0;color:#687a8e}
.hs-tool-search{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid #dbe6f1;border-radius:12px;padding:0 13px;width:min(330px,100%);box-shadow:0 8px 24px rgba(22,62,99,.05)}
.hs-tool-search input{border:0;outline:0;background:transparent;padding:13px 0;width:100%;font:inherit;color:#18344e}
.hs-tool-categories{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 30px}
.hs-tool-categories button{border:1px solid #dce7f1;background:#fff;color:#476078;border-radius:999px;padding:9px 13px;font-weight:750;cursor:pointer}
.hs-tool-categories button b{margin-left:5px;font-size:11px;background:#eef5fb;padding:3px 7px;border-radius:999px}
.hs-tool-categories button.active{background:#092d50;color:#fff;border-color:#092d50}.hs-tool-categories button.active b{background:rgba(255,255,255,.14)}
.hs-tool-category{margin:0 0 34px}.hs-tool-category-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}
.hs-tool-category-head h3{font-size:21px;margin:0;color:#173550}.hs-tool-category-head span{font-size:12px;color:#8494a5}
.hs-tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.hs-tool-card{min-height:215px;background:#fff;border:1px solid #deE8f1;border-radius:17px;padding:19px;display:flex;flex-direction:column;box-shadow:0 8px 26px rgba(16,56,93,.045);transition:.2s}
.hs-tool-card:hover{transform:translateY(-3px);box-shadow:0 15px 34px rgba(16,56,93,.09);border-color:#c7dbec}
.hs-tool-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#eaf6ff,#edf1ff);color:#087de2;font-weight:900;font-size:13px;letter-spacing:.3px;margin-bottom:14px}
.hs-tool-card h4{font-size:16px;margin:0 0 8px;color:#173550}.hs-tool-card p{font-size:13px;line-height:1.6;color:#718196;margin:0 0 18px}
.hs-tool-card-body{flex:1}.hs-tool-open{border:0;background:transparent;color:#087de2;font-weight:800;font-size:13px;text-align:left;padding:0;cursor:pointer;text-decoration:none}
.hs-tools-note{margin-top:18px;border:1px solid #d8e7f4;background:#eff8ff;color:#476078;border-radius:14px;padding:16px 18px;font-size:13px;line-height:1.65}.hs-tools-note strong{color:#173550}
.hs-tool-modal{position:fixed;inset:0;background:rgba(5,24,42,.62);backdrop-filter:blur(4px);z-index:200;display:none;align-items:center;justify-content:center;padding:20px}
.hs-tool-modal.open{display:flex}.hs-tool-dialog{position:relative;background:#fff;width:min(780px,100%);max-height:90vh;overflow:auto;border-radius:20px;padding:28px;box-shadow:0 28px 80px rgba(0,0,0,.22)}
.hs-tool-close{position:absolute;right:16px;top:13px;border:0;background:#eef4f8;width:36px;height:36px;border-radius:50%;font-size:24px;color:#466079;cursor:pointer}
.hs-tool-dialog-head{border-bottom:1px solid #e9eff4;padding-bottom:16px;margin-bottom:20px}.hs-tool-dialog-head h2{margin:5px 0 0;font-size:28px}
.hs-tool-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.hs-tool-field.full{grid-column:1/-1}
.hs-tool-field label{display:block;font-size:12px;font-weight:800;color:#233c54;margin-bottom:6px}
.hs-tool-field input,.hs-tool-field textarea,.hs-tool-field select{width:100%;box-sizing:border-box;border:1px solid #d8e4ee;border-radius:10px;padding:11px 12px;font:14px system-ui;outline:0;background:#fbfdff}.hs-tool-field textarea{min-height:120px;resize:vertical}
.hs-tool-field input:focus,.hs-tool-field textarea:focus,.hs-tool-field select:focus{border-color:#1085e8;box-shadow:0 0 0 4px rgba(16,133,232,.08)}
.hs-tool-actions{display:flex;gap:10px;margin-top:15px}.hs-tool-run{border:0;border-radius:10px;background:#087ee2;color:#fff;padding:11px 17px;font-weight:800;cursor:pointer}.hs-tool-secondary{border:1px solid #d9e5ef;border-radius:10px;background:#fff;color:#345068;padding:11px 15px;font-weight:750;cursor:pointer}
.hs-tool-result{margin-top:20px;border-radius:13px;background:#f7fafc;border:1px solid #dfe9f1;padding:17px;white-space:pre-wrap;word-break:break-word;color:#294158;font:13px/1.65 ui-monospace,SFMono-Regular,Menlo,monospace}
.hs-tool-result table{width:100%;border-collapse:collapse;font-family:system-ui;white-space:normal}.hs-tool-result th,.hs-tool-result td{padding:8px;border-bottom:1px solid #e3ebf2;text-align:left;vertical-align:top}.hs-tool-result th{color:#173550}
.hs-tool-loading{font-family:system-ui;color:#60768a}
.hs-frame-row{display:flex;gap:12px;overflow:auto;padding-bottom:5px}.hs-device{background:#eef3f7;border-radius:16px;padding:9px;flex:0 0 auto}.hs-device iframe{background:white;border:0;display:block;border-radius:8px;height:470px}.hs-device small{display:block;text-align:center;padding:7px;color:#667a8d}
@media(max-width:1100px){.hs-tool-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.hs-tool-grid{grid-template-columns:repeat(2,1fr)}.hs-tools-top{display:block}.hs-tool-search{margin-top:18px;width:100%;box-sizing:border-box}}
@media(max-width:520px){.hs-tool-grid{grid-template-columns:1fr}.hs-tool-form-grid{grid-template-columns:1fr}.hs-tool-field.full{grid-column:auto}.hs-tool-dialog{padding:22px 17px}.hs-tools-top h2{font-size:28px}}
