@layer components{.ht-tool{border:1px solid var(--ht-hairline);border-radius:var(--ht-border-radius,12px);box-shadow:0 4px 18px -6px color-mix(in srgb,var(--ht-lightblue)12%,transparent),0 1px 2px #24374e0d;background:#fff;padding:1.5rem}@media screen and (width>=600px){.ht-tool{padding:2rem}}.ht-tool__form{flex-direction:column;gap:1.25rem;display:flex}.ht-tool__field{flex-direction:column;gap:.4rem;display:flex}.ht-tool__label{color:var(--ht-text-graphite);font-size:.9rem;font-weight:600}.ht-tool__req{color:var(--ht-error-soft);font-weight:700}.ht-tool__input{font:inherit;color:var(--ht-main-textcolor);border:1px solid var(--ht-edge);background:#fff;border-radius:8px;padding:.7rem .85rem;transition:border-color .15s,box-shadow .15s;width:100%!important;max-width:100%!important}.ht-tool__input:focus{border-color:var(--ht-action-blue);outline:none;box-shadow:0 0 0 3px #1773c226}textarea.ht-tool__input{resize:vertical;min-height:7rem}.ht-tool__submit{cursor:pointer;font:inherit;color:#fff;background:var(--ht-action-blue);border-radius:9999px;align-self:flex-start;padding:.8rem 1.75rem;font-weight:700;transition:background .15s,opacity .15s}.ht-tool__submit:hover{background:var(--ht-action-blue-hover)}.ht-tool__submit:disabled,.ht-tool__submit.is-loading{opacity:.65;cursor:progress}.ht-tool__turnstile:empty{display:none}.ht-tool__grid{gap:1.5rem;display:grid}@media (width>=820px){.ht-tool__grid{grid-template-columns:minmax(0,20rem) minmax(0,1fr);align-items:start;column-gap:0}.ht-tool__form{padding-right:2.5rem}.ht-tool__panel{border-left:1px solid var(--ht-hairline);align-self:stretch;padding-left:2.5rem}}@media (width<=819px){.ht-tool__panel{border-top:1px solid var(--ht-hairline);padding-top:1.5rem}}.ht-tool__placeholder{text-align:center;height:100%;min-height:13rem;color:var(--ht-muted-text);flex-direction:column;justify-content:center;align-items:center;gap:.85rem;padding:1.5rem;display:flex}.ht-tool__placeholder[hidden]{display:none}.ht-tool__placeholder svg{width:2.25rem;height:2.25rem;color:color-mix(in srgb,var(--ht-action-blue)32%,var(--ht-edge))}.ht-tool__placeholder p{max-width:24ch;margin:0;font-size:.95rem;line-height:1.55}.ht-tool__loading[hidden]{display:none}.ht-tool__skeleton{flex-direction:column;gap:.75rem;display:flex}.ht-tool__skel{background-color:var(--ht-surface-subtle);background-image:linear-gradient(90deg,var(--ht-surface-subtle)0,color-mix(in srgb,var(--ht-action-blue)9%,var(--ht-surface-subtle))40%,var(--ht-surface-subtle)80%);background-size:300% 100%;border-radius:6px;height:.8rem;animation:1.4s ease-in-out infinite ht-tool-shimmer}.ht-tool__skel--title{width:70%;height:1.4rem;margin-bottom:.4rem}.ht-tool__skel--sub{width:45%;height:1rem;margin-top:.7rem}.ht-tool__skel--w90{width:90%}.ht-tool__skel--w85{width:85%}.ht-tool__skel--w75{width:75%}.ht-tool__skel--w60{width:60%}@keyframes ht-tool-shimmer{0%{background-position:150% 0}to{background-position:-50% 0}}.ht-tool__loading-note{color:var(--ht-muted-text);align-items:center;gap:.5rem;margin:1.4rem 0 0;font-size:.9rem;display:inline-flex}.ht-tool__loading-note:before{content:"";background:var(--ht-action-blue);border-radius:9999px;width:.55rem;height:.55rem;animation:1s ease-in-out infinite ht-tool-pulse}@keyframes ht-tool-pulse{0%,to{opacity:.3}50%{opacity:1}}.ht-tool__pane-error[hidden]{display:none}.ht-tool__pane-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.9rem;height:100%;min-height:13rem;padding:1.5rem;display:flex}.ht-tool__pane-error svg{width:2.1rem;height:2.1rem;color:var(--ht-error-soft)}.ht-tool__pane-error-msg{max-width:32ch;color:var(--ht-text-slate);margin:0;font-size:.95rem;line-height:1.55}.ht-tool__retry{cursor:pointer;font:inherit;color:#fff;background:var(--ht-action-blue);border-radius:9999px;padding:.55rem 1.5rem;font-size:.9rem;font-weight:700;transition:background .15s}.ht-tool__retry:hover{background:var(--ht-action-blue-hover)}.ht-tool__count{color:var(--ht-muted-text);opacity:0;align-self:flex-end;margin-top:.15rem;font-size:.72rem;transition:opacity .15s}.ht-tool__count.is-visible{opacity:1}.ht-tool__result[hidden]{display:none}.ht-tool__result:not([hidden]){animation:.3s ease-out both ht-tool-fade-in}@keyframes ht-tool-fade-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.ht-tool__result-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem;display:flex}.ht-tool__result-title{color:var(--ht-heading-fontcolor);font-size:1.05rem;font-weight:700}.ht-tool__result-actions{gap:.5rem;display:flex}.ht-tool__action{cursor:pointer;font:inherit;border-radius:9999px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;transition:background .15s,color .15s}.ht-tool__action--primary{color:#fff;background:var(--ht-action-blue)}.ht-tool__action--primary:hover{background:var(--ht-action-blue-hover)}.ht-tool__action--ghost{color:var(--ht-action-blue);background:0 0}.ht-tool__action--ghost:hover{background:var(--ht-tint-blue)}.ht-tool__output{max-height:32rem;color:var(--ht-main-textcolor);word-wrap:break-word;font-size:.97rem;line-height:1.7;overflow-y:auto}.ht-tool__output>:first-child{margin-top:0}.ht-tool__output h2{color:var(--ht-heading-fontcolor);margin:1.5rem 0 .5rem;font-size:1.2rem;font-weight:700;line-height:1.3}.ht-tool__output h3{color:var(--ht-heading-fontcolor);margin:1.25rem 0 .4rem;font-size:1.02rem;font-weight:700}.ht-tool__output p{margin:0 0 .9rem}.ht-tool__output ul,.ht-tool__output ol{margin:0 0 .95rem;padding-left:1.3rem}.ht-tool__output li{margin-bottom:.35rem}.ht-tool__output li::marker{color:var(--ht-muted-text)}.ht-tool__output strong{color:var(--ht-heading-fontcolor);font-weight:700}.ht-tool__output a{color:var(--ht-action-blue);text-decoration:underline}.ht-tool__output code{background:var(--ht-surface-subtle);border-radius:4px;padding:.1em .35em;font-size:.88em}.ht-tool__error{color:var(--ht-error);margin-top:1rem;font-size:.92rem}.ht-tool-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=600px){.ht-tool-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.ht-tool-grid{grid-template-columns:repeat(3,1fr)}}.ht-tool-card{--tool-accent:var(--ht-action-blue);border:1px solid var(--ht-hairline);background:#fff;border-radius:12px;flex-direction:column;height:100%;padding:1.5rem;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;position:relative;box-shadow:0 1px 2px #24374e0d;text-decoration:none!important}.ht-tool-card[hidden]{display:none}.ht-tool-card:hover{border-color:color-mix(in srgb,var(--tool-accent)45%,var(--ht-hairline));box-shadow:0 14px 28px -12px color-mix(in srgb,var(--tool-accent)40%,transparent);transform:translateY(-3px)}.ht-tool-card:focus-visible{outline:2px solid var(--tool-accent);outline-offset:2px}.ht-tool-card__head{align-items:center;gap:.6rem;margin-bottom:.6rem;display:flex}.ht-tool-card__headtext{min-width:0}.ht-tool-card__icon{width:1.9rem;height:1.9rem;color:var(--tool-accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ht-tool-card__eyebrow{letter-spacing:.05em;text-transform:uppercase;color:color-mix(in srgb,var(--tool-accent)70%,var(--ht-text-graphite));margin-bottom:.15rem;font-size:.7rem;font-weight:600}.ht-tool-card__title{color:var(--ht-heading-fontcolor);margin:0;font-size:1.15rem;font-weight:700;line-height:1.35;transition:color .18s}.ht-tool-card:hover .ht-tool-card__title{color:var(--tool-accent)}.ht-tool-card__desc{color:var(--ht-text-slate);margin:0 0 1rem;font-size:.95rem;line-height:1.6}.ht-tool-card__deliverable{letter-spacing:.01em;color:var(--ht-text-slate);align-self:flex-start;align-items:center;gap:.4rem;margin:0 0 1.1rem;font-size:.78rem;font-weight:600;display:inline-flex}.ht-tool-card__deliverable svg{width:.85rem;height:.85rem;color:var(--tool-accent)}.ht-tool-search{border:1px solid var(--ht-edge);background:#fff;border-radius:9999px;align-items:center;gap:.6rem;max-width:420px;margin:0 0 2.5rem;padding:.7rem 1.1rem;transition:border-color .15s,box-shadow .15s;display:flex}.ht-tool-search:focus-within{border-color:var(--ht-action-blue);box-shadow:0 0 0 3px #1773c21f}.ht-tool-search svg{width:1.1rem;height:1.1rem;color:var(--ht-muted-text);flex-shrink:0}.ht-tool-search input{min-width:0;font:inherit;color:var(--ht-main-textcolor);background:0 0;border:none;outline:none;flex:1}.ht-tool-search input::-webkit-search-cancel-button{cursor:pointer}.ht-tool-noresults{color:var(--ht-text-slate);margin:0 0 2rem;font-size:1rem}.ht-tool-card__cta{color:var(--tool-accent);align-items:center;gap:.3rem;margin-top:auto;font-size:.9rem;font-weight:600;display:inline-flex}.ht-tool-card__arrow{width:.875rem;height:.875rem;transition:transform .18s}.ht-tool-card:hover .ht-tool-card__arrow{transform:translate(3px)}.ht-tool-card--featured{background:color-mix(in srgb,var(--tool-accent)9%,#fff);border-color:color-mix(in srgb,var(--tool-accent)40%,var(--ht-hairline));box-shadow:0 1px 2px #24374e0d,inset 0 0 0 1px color-mix(in srgb,var(--tool-accent)14%,transparent);padding:1.75rem}.ht-tool-card--featured .ht-tool-card__icon{width:2.1rem;height:2.1rem}.ht-tool-card--featured .ht-tool-card__title{font-size:1.3rem}.ht-tool-card__badge{letter-spacing:.04em;text-transform:uppercase;color:#fff;background:var(--tool-accent);border-radius:9999px;padding:.2rem .6rem;font-size:.65rem;font-weight:700;position:absolute;top:1rem;right:1rem}.ht-tool-related{border:1px solid var(--ht-hairline);background:#fff;border-radius:12px;margin:.5rem 0 0;padding:0;list-style:none;overflow:hidden;box-shadow:0 1px 2px #24374e0d}.ht-tool-related li{border-bottom:1px solid var(--ht-hairline)}.ht-tool-related li:last-child{border-bottom:0}.ht-tool-related__row{--tool-accent:var(--ht-action-blue);align-items:center;gap:1rem;padding:1.1rem 1.25rem;text-decoration:none;transition:background .18s;display:flex}.ht-tool-related__row:hover{background:color-mix(in srgb,var(--tool-accent)7%,#fff)}.ht-tool-related__row:focus-visible{box-shadow:inset 0 0 0 2px var(--tool-accent);outline:none}.ht-tool-related__icon{width:1.9rem;color:var(--tool-accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ht-tool-related__body{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.ht-tool-related__title{color:var(--ht-heading-fontcolor);margin:0;font-size:1.05rem;font-weight:700;line-height:1.35;transition:color .18s}.ht-tool-related__row:hover .ht-tool-related__title{color:var(--tool-accent)}.ht-tool-related__desc{color:var(--ht-text-slate);margin:0;font-size:.9rem;line-height:1.55}.ht-tool-related__cta{color:var(--ht-muted-text);flex-shrink:0;align-items:center;gap:.3rem;font-size:.85rem;font-weight:600;transition:color .18s;display:inline-flex}.ht-tool-related__row:hover .ht-tool-related__cta,.ht-tool-related__row:focus-visible .ht-tool-related__cta{color:var(--tool-accent)}.ht-tool-related__cta-text{white-space:nowrap}@media (width<=599px){.ht-tool-related__cta-text{display:none}}.ht-tool-related__arrow{width:.95rem;height:.95rem;color:var(--tool-accent);transition:transform .18s}.ht-tool-related__row:hover .ht-tool-related__arrow,.ht-tool-related__row:focus-visible .ht-tool-related__arrow{transform:translate(3px)}.ht-hero-trust{color:#ffffffd9;align-items:center;gap:.5rem;margin-top:1.4rem;font-size:.9rem;display:inline-flex}.ht-hero-trust svg{width:1.15rem;height:1.15rem;color:var(--ht-lightblue);flex-shrink:0}.ht-hero-trust strong{color:#fff;font-weight:700}.ht-hero-actions{margin-top:1.6rem}.ht-hero-cta{background:var(--ht-action-blue);box-shadow:0 12px 26px -10px color-mix(in srgb,var(--ht-lightblue)55%,transparent);border-radius:9999px;align-items:center;gap:.5rem;padding:.85rem 1.7rem;font-size:.98rem;font-weight:700;transition:background .15s,transform .15s;display:inline-flex;color:#fff!important;text-decoration:none!important}.ht-hero-cta:hover{background:var(--ht-action-blue-hover);transform:translateY(-1px)}.ht-hero-cta svg{width:1rem;height:1rem}.ht-hero-visual{display:none}@media (width>=900px){.ht-hero-visual{display:block}}.ht-hero-tiles{grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;max-width:380px;margin-left:auto;display:grid}.ht-hero-tile{aspect-ratio:1;color:var(--tool-accent);background:color-mix(in srgb,var(--tool-accent)14%,#fff);--tile-y:0rem;cursor:pointer;transform:translateY(var(--tile-y));border-radius:18px;justify-content:center;align-items:center;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s;display:flex;box-shadow:0 16px 34px -16px #0000008c}.ht-hero-tile:nth-child(2),.ht-hero-tile:nth-child(5){--tile-y:1.4rem}.ht-hero-tile:hover{transform:translateY(calc(var(--tile-y) - .3rem));background:color-mix(in srgb,var(--tool-accent)22%,#fff);box-shadow:0 24px 42px -16px #0000009e}.ht-hero-tile:focus-visible{outline-offset:3px;outline:2px solid #fff}.ht-hero-tile svg{width:1.9rem;height:1.9rem}.ht-tool-nav{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:1.5rem;display:flex}@media (width>=900px){.ht-tool-nav{justify-content:flex-start}}.ht-tool-nav__link{--tool-accent:var(--ht-lightblue);background:color-mix(in srgb,var(--tool-accent)20%,transparent);border:1px solid color-mix(in srgb,var(--tool-accent)50%,transparent);border-radius:9999px;align-items:center;gap:.45rem;padding:.4rem 1rem;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex;color:#fff!important;text-decoration:none!important}.ht-tool-nav__link:before{content:"";background:var(--tool-accent);border-radius:9999px;width:.5rem;height:.5rem}.ht-tool-nav__link:hover{background:color-mix(in srgb,var(--tool-accent)32%,transparent);border-color:color-mix(in srgb,var(--tool-accent)65%,transparent)}@media (prefers-reduced-motion:reduce){.ht-tool-card,.ht-tool-card__icon,.ht-tool-card__title,.ht-tool-card__arrow,.ht-tool-related__row,.ht-tool-related__title,.ht-tool-related__arrow,.ht-tool-related__cta-text,.ht-hero-tile{transition:none}.ht-hero-tile:hover{transform:translateY(var(--tile-y))}.ht-tool-card:hover,.ht-tool-card:hover .ht-tool-card__arrow,.ht-tool-related__row:hover .ht-tool-related__arrow{transform:none}.ht-tool__skel,.ht-tool__loading-note:before,.ht-tool__result:not([hidden]){animation:none}}.ht-tool-hero{color:#fff;background:linear-gradient(155deg,#243a55 0%,#1b2b40 55%,#16243a 100%);position:relative;overflow:hidden}.ht-tool-hero:before{content:"";background:radial-gradient(circle,color-mix(in srgb,var(--ht-lightblue)26%,transparent),transparent 62%);pointer-events:none;width:560px;height:560px;position:absolute;top:-18%;left:-6%}.ht-tool-archive-hero.ht-hero-btmdiag:before{background:linear-gradient(155deg,#243a55 0%,#1b2b40 55%,#16243a 100%)!important}.ht-tool-hero__inner{z-index:2;max-width:var(--ht-site-width);flex-direction:column;gap:2.25rem;margin:0 auto;padding:7rem 1.25rem 3.5rem;display:flex;position:relative}@media (width>=520px){.ht-tool-hero__inner{padding-left:1.875rem;padding-right:1.875rem}}@media (width>=1000px){.ht-tool-hero__inner{gap:2.75rem;padding:8.5rem 1.875rem 4rem}}.ht-tool-hero__lead{flex-direction:column;gap:1.6rem;display:flex}@media (width>=768px){.ht-tool-hero__lead{grid-template-columns:minmax(0,1fr) minmax(0,19rem);align-items:center;gap:2.5rem;display:grid}.ht-tool-hero__lead .ht-tool-hero__lead-aside{margin-top:0}}.ht-tool-hero__bc{color:#fff9;margin-bottom:1.3rem;font-size:.8rem}.ht-tool-hero__bc a{text-decoration:none;color:var(--ht-lightblue-on-dark)!important}.ht-tool-hero__bc a:hover{text-decoration:underline}.ht-tool-hero__eyebrow{letter-spacing:.11em;text-transform:uppercase;color:var(--ht-lightblue-on-dark);font-size:.78rem;font-weight:700;display:inline-block}.ht-tool-hero__title{letter-spacing:-.01em;color:#fff;margin:.85rem 0 0;font-size:2.1rem;font-weight:700;line-height:1.12}@media (width>=800px){.ht-tool-hero__title{font-size:2.6rem}}.ht-tool-hero__sub{color:#fffc;max-width:34rem;margin-top:1rem;font-size:1.15rem;line-height:1.5}.ht-tool-hero__bullets{flex-direction:column;gap:.7rem;margin:1.4rem 0 0;padding:0;list-style:none;display:flex}.ht-tool-hero__bullets li{color:#ffffffeb;align-items:flex-start;gap:.6rem;font-size:1rem;display:flex}.ht-tool-hero__bullets svg{width:1.2rem;height:1.2rem;color:var(--ht-lightblue);flex:none;margin-top:.12rem}.ht-tool-hero__trust{color:#fff9;margin-top:1.4rem;font-size:.85rem}.ht-tool-hero__how{border-top:1px solid #ffffff1f;padding-top:1.8rem}.ht-tool-hero__how-title{letter-spacing:.13em;text-transform:uppercase;color:#ffffff80;margin-bottom:1rem;font-size:.7rem;font-weight:700;display:block}.ht-tool-hero__how-steps{flex-direction:column;gap:1.1rem;margin:0;padding:0;list-style:none;display:flex}@media (width>=768px){.ht-tool-hero__how-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;display:grid}}.ht-tool-hero__how-steps li{align-items:flex-start;gap:.75rem;display:flex}.ht-tool-hero__how-num{width:1.6rem;height:1.6rem;color:var(--ht-lightblue-on-dark);background:color-mix(in srgb,var(--ht-lightblue)20%,transparent);border:1px solid color-mix(in srgb,var(--ht-lightblue)35%,transparent);border-radius:9999px;flex:none;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.ht-tool-hero__how-body{flex-direction:column;gap:.12rem;display:flex}.ht-tool-hero__how-body strong{color:#fff;font-size:.92rem;font-weight:700}.ht-tool-hero__how-body>span{color:#ffffff9e;font-size:.85rem;line-height:1.45}.ht-tool-hero__mock{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 40px 80px -30px #080f1eb3,0 0 0 1px #ffffff0d}.ht-tool-hero__bar{background:#f1f4f7;border-bottom:1px solid #e3e9ee;align-items:center;gap:.5rem;padding:.7rem .9rem;display:flex}.ht-tool-hero__bar>i{border-radius:9999px;flex:none;width:11px;height:11px}.ht-tool-hero__bar>i:first-child{background:#ff5f57}.ht-tool-hero__bar>i:nth-child(2){background:#febc2e}.ht-tool-hero__bar>i:nth-child(3){background:#28c840}.ht-tool-hero__url{text-align:center;color:#8a97a4;flex:1;font-size:.74rem;font-weight:600}.ht-tool-hero__live{letter-spacing:.01em;color:#2f8f5b;flex:none;align-items:center;gap:.34rem;font-size:.7rem;font-weight:600;display:inline-flex}.ht-tool-hero__live-dot{background:#34b56a;border-radius:9999px;width:7px;height:7px;animation:2.4s ease-out infinite ht-tool-live-pulse;box-shadow:0 0 #34b56a80}@keyframes ht-tool-live-pulse{0%{box-shadow:0 0 #34b56a73}70%{box-shadow:0 0 0 6px #34b56a00}to{box-shadow:0 0 #34b56a00}}@media (prefers-reduced-motion:reduce){.ht-tool-hero__live-dot{animation:none}}.ht-tool-hero__mock .ht-tool{box-shadow:none;background:#fff;border:0;border-radius:0;padding:1.5rem}@media (width>=600px){.ht-tool-hero__mock .ht-tool{padding:1.75rem}}.ht-tool-hero__mock .ht-tool__panel{min-height:0}.ht-tool-hero__mock .ht-tool__placeholder{min-height:11rem}@media (width>=1000px){.ht-tool-hero__mock .ht-tool__grid{grid-template-columns:minmax(0,21rem) minmax(0,1fr)}.ht-tool-hero__mock .ht-tool__form{padding-right:3rem}.ht-tool-hero__mock .ht-tool__panel{padding-left:3rem}}.ht-tool__submitrow{flex-wrap:wrap;align-items:center;gap:.9rem;display:flex}.ht-tool__hint{color:var(--ht-muted-text);font-size:.78rem;display:none}@media (width>=600px){.ht-tool__hint{align-items:center;gap:.3rem;display:inline-flex}}.ht-tool__hint kbd{font:inherit;color:var(--ht-text-graphite);background:var(--ht-surface-subtle);border:1px solid var(--ht-edge);border-bottom-width:2px;border-radius:5px;padding:.2rem .4rem;font-size:.72rem;line-height:1}.ht-tool__placeholder:has(.ht-tool__example){text-align:left;justify-content:flex-start;align-items:stretch;gap:0;min-height:0;padding:0}.ht-tool__example{border:1px dashed var(--ht-hairline);background:var(--ht-surface-subtle);border-radius:10px;flex-direction:column;gap:.8rem;width:100%;padding:1.1rem 1.2rem;display:flex}.ht-tool__example-head{align-items:center;gap:.5rem;display:flex}.ht-tool__example-tag{letter-spacing:.06em;text-transform:uppercase;color:var(--ht-pro-accent);background:color-mix(in srgb,var(--ht-pro-accent)12%,#fff);border:1px solid color-mix(in srgb,var(--ht-pro-accent)28%,#fff);border-radius:9999px;flex:none;padding:.15rem .5rem;font-size:.62rem;font-weight:700}.ht-tool__example-cap{color:var(--ht-text-slate);font-size:.78rem}.ht-tool__example-doc{color:var(--ht-text-slate);opacity:.72;max-height:15rem;font-size:.9rem;line-height:1.6;overflow:hidden;-webkit-mask-image:linear-gradient(#000 58%,#0000);mask-image:linear-gradient(#000 58%,#0000)}.ht-tool__example-doc h4{color:var(--ht-heading-fontcolor);margin:0 0 .5rem;font-size:1rem;font-weight:700}.ht-tool__example-doc strong{color:var(--ht-text-graphite);margin:.7rem 0 .25rem;font-weight:700;display:block}.ht-tool__example-doc p{margin:0 0 .5rem}.ht-tool__example-doc ul{margin:0 0 .5rem;padding-left:1.1rem}.ht-tool__example-doc li{margin-bottom:.25rem;list-style:outside}.ht-tool__result-cta{--rcta:var(--ht-pro-accent);background:color-mix(in srgb,var(--rcta)8%,#fff);border:1px solid color-mix(in srgb,var(--rcta)22%,#fff);border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;margin-top:1.1rem;padding:.75rem 1rem;display:flex}.ht-tool__result-cta-text{color:var(--ht-text-slate);font-size:.88rem;font-weight:600}.ht-tool__result-cta-link{color:var(--rcta);white-space:nowrap;font-size:.88rem;font-weight:700;text-decoration:none}.ht-tool__result-cta-link:hover{text-decoration:underline}}