/* Trexmi generated bundle: shared.css
 * Sources: assets/frontend/tool-engine.css, assets/frontend/premium-ui.css, assets/frontend/premium-repair.css, assets/frontend/launch-home.css
 * Rebuild: node tools/build-assets.mjs
 */
/* source: assets/frontend/tool-engine.css */
:root {
    --thv2-bg: #eef1f5; --thv2-surface: #fff; --thv2-surface-subtle: #f6f7f9; --thv2-graphite: #171b22; --thv2-graphite-2: #202630;
    --thv2-border: #d9dee6; --thv2-border-strong: #bdc5d1; --thv2-text: #171b22; --thv2-muted: #667085; --thv2-inverse: #f7f9fc;
    --thv2-primary: #4f6ff3; --thv2-success: #16845b; --thv2-warning: #b7791f; --thv2-error: #c43d4b;
    --thv2-font-xs: .75rem; --thv2-font-sm: .875rem; --thv2-font-md: 1rem; --thv2-font-lg: 1.125rem; --thv2-font-xl: clamp(1.75rem, 2.6vw, 2.75rem); --thv2-font-hero: clamp(2.25rem, 4vw, 4.75rem);
    --thv2-space-1: .25rem; --thv2-space-2: .5rem; --thv2-space-3: .75rem; --thv2-space-4: 1rem; --thv2-space-5: 1.5rem; --thv2-space-6: 2rem; --thv2-space-7: 3rem; --thv2-space-8: 4rem;
    --thv2-radius-block: 3px; --thv2-radius-control: 6px; --thv2-radius-small: 4px; --thv2-shadow-sm: 0 1px 2px rgba(16,24,40,.06); --thv2-shadow-focus: 0 0 0 3px rgba(79,111,243,.18);
    --thv2-bp-mobile: 430px; --thv2-bp-tablet: 768px; --thv2-bp-laptop: 1280px; --thv2-bp-wide: 1400px;
}

/* The homepage shell is intentionally full width; readable copy is constrained per block. */
.thv2-home > main { width: 100%; min-width: 0; max-width: none !important; margin: 0; }
.thv2-home-section, .thv2-home-hero { padding-inline: clamp(20px, 5vw, 96px); }
.thv2-home-categories, .thv2-home-cards { grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }

.thv2-category-identity{display:flex;align-items:center;gap:10px;color:var(--thv2-category-accent)}
.thv2-category-identity__icon{display:grid;place-items:center;width:38px;height:38px;border:1px solid color-mix(in srgb,var(--thv2-category-accent) 45%,#d6dae1);background:color-mix(in srgb,var(--thv2-category-accent) 8%,#fff)}
.thv2-category-identity__icon .thv2-icon{width:22px;height:22px}
.thv2-category-intro,.thv2-category-footer{max-width:900px;color:#4a5260;line-height:1.75}
.thv2-category-intro p:last-child,.thv2-category-footer p:last-child{margin-bottom:0}
.thv2-category-discovery{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding:40px;border-top:3px solid var(--thv2-category-accent);background:#f7f8fa}
.thv2-category-discovery>div{min-width:0}
.thv2-related-categories,.thv2-category-footer{grid-column:1/-1}
.thv2-related-categories>a{display:inline-flex;align-items:center;gap:10px;margin:0 10px 10px 0;padding:12px 16px;border:1px solid #dfe2e8;background:#fff;color:#202631;text-decoration:none}
.thv2-related-categories .thv2-icon{width:24px;height:24px;color:var(--thv2-tool-accent)}
.thv2-related-categories span{display:grid}
.thv2-related-categories small{color:#69717d}
@media (max-width:700px){.thv2-category-discovery{grid-template-columns:1fr;padding:24px 18px}.thv2-related-categories,.thv2-category-footer{grid-column:auto}}
.thv2-page-shell { width:100%; max-width:none; margin:0; padding:0; background:var(--thv2-bg); color:var(--thv2-text); }
.thv2-app, .thv2-app * { box-sizing:border-box; }
.thv2-app { width:100%; min-width:0; font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.5; }
.thv2-app a { color:inherit; text-decoration:none; }.thv2-app button,.thv2-app input,.thv2-app textarea { font:inherit; }.thv2-app button { cursor:pointer; }
.thv2-app :focus-visible { outline:2px solid var(--thv2-primary); outline-offset:2px; }
.thv2-icon { width:1.25rem; height:1.25rem; flex:0 0 auto; }
.screen-reader-text { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.thv2-site-header { position:sticky; top:0; z-index:50; display:grid; grid-template-columns:auto 1fr auto auto; align-items:center; min-height:68px; padding:0 clamp(1rem,2.4vw,2.75rem); border-bottom:1px solid #303743; background:var(--thv2-graphite); color:var(--thv2-inverse); }
.thv2-brand { display:inline-flex; align-items:center; gap:.7rem; font-size:1.05rem; font-weight:800; letter-spacing:-.02em; }.thv2-brand__mark { display:grid; place-items:center; width:32px; height:32px; border:1px solid #687386; color:#fff; font-weight:900; }
.thv2-primary-nav { display:flex; justify-content:center; gap:.25rem; }.thv2-primary-nav a,.thv2-header-action { min-height:40px; padding:.6rem .9rem; border:0; background:transparent; color:#c8ced8; font-size:.86rem; font-weight:650; }.thv2-primary-nav a:hover,.thv2-header-action:hover { color:#fff; background:#252b35; }
.thv2-header-action { display:flex; align-items:center; gap:.45rem; }.thv2-header-action .thv2-icon{width:16px;height:16px}.thv2-menu-toggle,.thv2-mobile-menu { display:none; }
.thv2-layout { display:grid; grid-template-columns:minmax(220px,260px) minmax(620px,1fr) minmax(260px,300px); width:100%; min-width:0; }
.thv2-sidebar { min-width:0; min-height:calc(100vh - 68px); padding:clamp(1.25rem,2vw,2rem); background:var(--thv2-graphite-2); color:#c6cdd8; }.thv2-sidebar--left { border-right:1px solid #343b47; }.thv2-sidebar--right { border-left:1px solid var(--thv2-border); background:#f4f6f8; color:var(--thv2-text); }
.thv2-sidebar__section { margin-bottom:2rem; }.thv2-sidebar h2,.thv2-info-block h2 { margin:0 0 .75rem; color:#7f8a9b; font-size:.68rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.thv2-sidebar nav { display:grid; gap:2px; }.thv2-sidebar nav a { display:flex; align-items:center; gap:.65rem; min-height:38px; padding:.45rem .5rem; border-left:2px solid transparent; font-size:.84rem; }.thv2-sidebar nav a:hover { border-color:var(--thv2-primary); background:#282f3a; color:#fff; }.thv2-sidebar nav a small { margin-left:auto; color:#7f8998; }.thv2-sidebar .thv2-icon{width:17px;height:17px}.thv2-empty{margin:0;color:#7f8998;font-size:.8rem}.thv2-sidebar-shortcut{display:flex;justify-content:space-between;padding:.8rem;border-top:1px solid #343b47;font-size:.84rem;font-weight:700}
.thv2-main { min-width:0; padding:clamp(1.25rem,2.6vw,3.25rem); background:var(--thv2-surface); }.thv2-tool { width:100%; max-width:none; min-width:0; }
.thv2-breadcrumbs { display:flex; flex-wrap:wrap; gap:.45rem; margin-bottom:1.75rem; color:var(--thv2-muted); font-size:var(--thv2-font-xs); }.thv2-breadcrumbs a:hover{text-decoration:underline}
.thv2-tool__header { display:grid; grid-template-columns:64px minmax(0,1fr) auto; gap:1.25rem; align-items:start; padding-bottom:1.75rem; border-bottom:1px solid var(--thv2-border); }
.thv2-tool__identity-icon { display:grid; place-items:center; width:64px; height:64px; border:1px solid color-mix(in srgb,var(--thv2-tool-accent) 45%,var(--thv2-border)); background:color-mix(in srgb,var(--thv2-tool-accent) 8%,white); color:var(--thv2-tool-accent); }.thv2-tool__identity-icon .thv2-icon{width:30px;height:30px}
.thv2-tool__category,.thv2-eyebrow { color:var(--thv2-tool-accent,var(--thv2-primary)); font-size:.68rem; font-weight:850; letter-spacing:.12em; text-transform:uppercase; }
.thv2-tool__intro h1 { margin:.2rem 0 .45rem; font-size:var(--thv2-font-xl); line-height:1.08; letter-spacing:-.035em; }.thv2-tool__intro p { max-width:760px; margin:0; color:var(--thv2-muted); font-size:var(--thv2-font-md); }
.thv2-tool__quick-actions{display:flex;align-items:center;justify-content:flex-end;gap:.4rem}.thv2-tool__quick-actions button{min-height:40px;padding:.55rem .7rem;border:1px solid var(--thv2-border);border-radius:var(--thv2-radius-small);background:#fff;color:#465063;font-size:.78rem;font-weight:700}.thv2-tool__quick-actions button:hover{border-color:var(--thv2-border-strong);background:var(--thv2-surface-subtle)}.thv2-tool__quick-actions button[aria-pressed="true"]{border-color:var(--thv2-tool-accent);background:color-mix(in srgb,var(--thv2-tool-accent) 10%,#fff);color:var(--thv2-tool-accent)}.thv2-tool__quick-actions small{min-width:66px;color:var(--thv2-muted);font-size:.72rem}
.thv2-tool__meta { display:flex; flex-wrap:wrap; gap:0; padding:.75rem 0; border-bottom:1px solid var(--thv2-border); color:var(--thv2-muted); font-size:.75rem; }.thv2-tool__meta span{padding-right:1rem;margin-right:1rem;border-right:1px solid var(--thv2-border)}.thv2-tool__meta span:last-child{border:0}
.thv2-workspace { margin-top:clamp(1.5rem,3vw,2.5rem); border:1px solid var(--thv2-border-strong); border-radius:var(--thv2-radius-block); background:#fff; box-shadow:var(--thv2-shadow-sm); }
.thv2-workspace__toolbar { display:flex; align-items:center; justify-content:space-between; min-height:54px; padding:.65rem 1rem; border-bottom:1px solid var(--thv2-border); background:var(--thv2-surface-subtle); }.thv2-workspace__toolbar div{display:flex;align-items:baseline;gap:.7rem}.thv2-workspace__toolbar strong{font-size:.85rem}.thv2-workspace__toolbar div span{color:var(--thv2-muted);font-size:.74rem}.thv2-workspace__ready{display:flex;align-items:center;gap:.4rem;color:var(--thv2-success);font-size:.72rem;font-weight:700}.thv2-workspace__ready i{width:7px;height:7px;border-radius:50%;background:currentColor}
.thv2-workspace__body { padding:clamp(1rem,2vw,1.5rem); }.thv2-tool__label{display:block;margin:0 0 .55rem;font-size:.8rem;font-weight:750}.thv2-tool__textarea{display:block;width:100%;max-width:100%;min-height:230px;padding:1rem;border:1px solid var(--thv2-border-strong);border-radius:var(--thv2-radius-control);background:#fff;color:var(--thv2-text);font:inherit;line-height:1.6;resize:vertical}.thv2-tool--developer .thv2-tool__textarea{font-family:"SFMono-Regular",Consolas,"Liberation Mono",monospace;font-size:.88rem}.thv2-tool__textarea:focus{border-color:var(--thv2-tool-accent);outline:0;box-shadow:0 0 0 3px color-mix(in srgb,var(--thv2-tool-accent) 16%,transparent)}.thv2-tool__textarea--result{min-height:180px;background:#f8f9fb}
.thv2-tool__actions{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.thv2-button{min-height:42px;padding:.65rem 1rem;border:1px solid var(--thv2-border-strong);border-radius:var(--thv2-radius-control);background:#fff;color:var(--thv2-text);font-size:.82rem;font-weight:750}.thv2-button:hover{background:var(--thv2-surface-subtle)}.thv2-button--primary{border-color:var(--thv2-tool-accent);background:var(--thv2-tool-accent);color:#fff}.thv2-button--primary:hover{filter:brightness(.94)}.thv2-button:disabled{opacity:.6;cursor:wait}.thv2-key-hint{margin-left:auto;color:var(--thv2-muted);font-size:.72rem}.thv2-tool__status{min-height:20px;margin:.75rem 0 0;color:var(--thv2-muted);font-size:.78rem}.thv2-tool__status[data-state="success"]{color:var(--thv2-success)}.thv2-tool__status[data-state="error"]{color:var(--thv2-error)}.thv2-tool__result{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--thv2-border)}
.thv2-support{margin-top:2rem;padding:1.5rem 0;border-top:1px solid var(--thv2-border);border-bottom:1px solid var(--thv2-border)}.thv2-support h2{margin:0 0 .45rem;font-size:1rem}.thv2-support p{max-width:760px;margin:0;color:var(--thv2-muted);font-size:.88rem}
.thv2-info-block{padding:0 0 1.5rem;margin:0 0 1.5rem;border-bottom:1px solid var(--thv2-border)}.thv2-info-block dl{margin:0}.thv2-info-block dl div{display:flex;justify-content:space-between;gap:1rem;padding:.45rem 0;font-size:.78rem}.thv2-info-block dt{color:var(--thv2-muted)}.thv2-info-block dd{margin:0;font-weight:700}.thv2-rating{display:flex;gap:.15rem}.thv2-rating button{width:40px;height:40px;padding:0;border:0;background:transparent;color:#9b6b13;font-size:1.45rem}.thv2-compact-tools a{padding:.55rem 0!important;border-left:0!important;border-bottom:1px solid var(--thv2-border)}.thv2-compact-tools a:hover{background:#fff!important;color:var(--thv2-text)!important}.thv2-compact-tools span{display:grid}.thv2-compact-tools small{margin:0!important;font-size:.68rem;text-transform:capitalize}.thv2-ad{display:grid;place-items:center;min-height:250px;border:1px dashed var(--thv2-border-strong);color:#929aa6;text-align:center}.thv2-ad span,.thv2-ad strong{grid-area:1/1}.thv2-ad span{align-self:start;margin-top:1rem;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase}.thv2-ad strong{font-size:.8rem}
.thv2-directory{background:#fff}.thv2-directory main{min-width:0}.thv2-directory-hero{padding:clamp(2.5rem,6vw,6rem) clamp(1rem,4vw,5rem);background:var(--thv2-graphite);color:#fff}.thv2-directory-breadcrumbs{display:flex;gap:.55rem;margin:0 0 2rem;color:#9da7b6;font-size:.75rem}.thv2-directory-breadcrumbs a:hover{color:#fff}.thv2-directory-hero .thv2-eyebrow{color:#92a7ff}.thv2-directory-hero h1{max-width:900px;margin:.7rem 0 1rem;font-size:var(--thv2-font-hero);line-height:1;letter-spacing:-.05em}.thv2-directory-hero p{max-width:650px;margin:0 0 2rem;color:#aeb7c5;font-size:1.05rem}.thv2-search{display:flex;align-items:center;max-width:740px;height:58px;border:1px solid #495363;background:#fff;color:var(--thv2-text)}.thv2-search input{flex:1;min-width:0;height:100%;padding:0 1.1rem;border:0;outline:0}.thv2-search kbd{margin-right:1rem;padding:.15rem .4rem;border:1px solid var(--thv2-border);border-radius:3px;color:var(--thv2-muted);font-size:.72rem}.thv2-directory-shell{display:grid;grid-template-columns:minmax(210px,260px) minmax(0,1fr);min-width:0}.thv2-category-rail{padding:2rem clamp(1rem,2vw,2rem);border-right:1px solid var(--thv2-border);background:var(--thv2-surface-subtle)}.thv2-category-rail h2{margin:0 0 1rem;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.thv2-category-rail>a{display:flex;justify-content:space-between;width:100%;min-height:42px;padding:.6rem .5rem;border-bottom:1px solid var(--thv2-border);font-size:.84rem}.thv2-category-rail>a.is-active{border-left:3px solid var(--thv2-primary);background:#fff;font-weight:750}.thv2-category-rail small{color:var(--thv2-muted)}.thv2-directory-content{min-width:0;padding:clamp(2rem,3vw,4rem)}.thv2-section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--thv2-border)}.thv2-section-heading h2{margin:.2rem 0 0;font-size:clamp(1.5rem,2vw,2.2rem);letter-spacing:-.03em}.thv2-section-heading>span,.thv2-section-heading>a{color:var(--thv2-muted);font-size:.78rem}.thv2-tool-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,270px),1fr));border-top:1px solid var(--thv2-border);border-left:1px solid var(--thv2-border)}.thv2-tool-card{display:grid;grid-template-columns:44px minmax(0,1fr);align-content:start;gap:1rem;min-width:0;min-height:210px;padding:1.25rem;border-right:1px solid var(--thv2-border);border-bottom:1px solid var(--thv2-border);background:#fff}.thv2-tool-card:hover{background:var(--thv2-surface-subtle);box-shadow:inset 0 3px var(--thv2-tool-accent)}.thv2-tool-card__icon{display:grid;place-items:center;width:44px;height:44px;border:1px solid color-mix(in srgb,var(--thv2-tool-accent) 40%,var(--thv2-border));color:var(--thv2-tool-accent)}.thv2-tool-card__icon .thv2-icon{width:22px;height:22px}.thv2-tool-card__content{display:flex;min-width:0;height:100%;flex-direction:column}.thv2-tool-card strong{margin:.2rem 0 .45rem;font-size:.95rem}.thv2-tool-card small{color:var(--thv2-tool-accent);font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.thv2-tool-card em{display:-webkit-box;overflow:hidden;color:var(--thv2-muted);font-size:.76rem;font-style:normal;-webkit-box-orient:vertical;-webkit-line-clamp:3}.thv2-tool-card__action{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:1rem;color:var(--thv2-text);font-size:.74rem;font-weight:800}.thv2-tool-card__action b{color:var(--thv2-tool-accent)}.thv2-no-results{padding:2rem;border:1px solid var(--thv2-border);color:var(--thv2-muted)}.thv2-discovery-blocks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2rem,4vw,5rem);padding:clamp(2rem,4vw,5rem);border-top:1px solid var(--thv2-border);background:var(--thv2-surface-subtle)}.thv2-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--thv2-border);border-left:1px solid var(--thv2-border)}.thv2-mini-grid>a{display:flex;align-items:center;gap:.75rem;min-width:0;padding:1rem;border-right:1px solid var(--thv2-border);border-bottom:1px solid var(--thv2-border);background:#fff}.thv2-mini-grid>a:hover{box-shadow:inset 3px 0 var(--thv2-tool-accent)}.thv2-mini-grid .thv2-icon{width:20px;height:20px;color:var(--thv2-tool-accent)}.thv2-mini-grid span{display:grid;min-width:0}.thv2-mini-grid strong{overflow:hidden;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}.thv2-mini-grid small{color:var(--thv2-muted);font-size:.66rem;text-transform:capitalize}.thv2-related-section{margin-top:2.5rem}.thv2-related-section .thv2-mini-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media (max-width:1399px){.thv2-layout{grid-template-columns:minmax(0,1fr) minmax(260px,300px)}.thv2-sidebar--left{display:none}.thv2-tool__header{grid-template-columns:56px minmax(0,1fr)}.thv2-tool__identity-icon{width:56px;height:56px}.thv2-tool__quick-actions{grid-column:1/-1;padding-left:76px}}
@media (max-width:1023px){.thv2-layout{display:block}.thv2-main{padding:clamp(1rem,4vw,2.5rem)}.thv2-sidebar--right{min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;border-top:1px solid var(--thv2-border);border-left:0}.thv2-ad{min-height:180px}.thv2-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.thv2-discovery-blocks{grid-template-columns:1fr}.thv2-related-section .thv2-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:767px){.thv2-site-header{grid-template-columns:auto 1fr auto;min-height:60px}.thv2-primary-nav,.thv2-header-action{display:none}.thv2-menu-toggle{display:grid;gap:4px;justify-self:end;width:44px;height:44px;padding:12px;border:0;background:transparent}.thv2-menu-toggle span:not(.screen-reader-text){display:block;height:2px;background:#fff}.thv2-mobile-menu{position:absolute;top:100%;right:0;left:0;display:none;padding:.75rem 1rem 1rem;border-bottom:1px solid #343b47;background:var(--thv2-graphite)}.thv2-mobile-menu.is-open{display:grid}.thv2-mobile-menu a{min-height:44px;padding:.7rem;border-bottom:1px solid #303743}.thv2-tool__header{grid-template-columns:48px minmax(0,1fr);gap:1rem}.thv2-tool__identity-icon{width:48px;height:48px}.thv2-tool__intro h1{font-size:clamp(1.7rem,8vw,2.4rem)}.thv2-tool__quick-actions{grid-column:1/-1;padding-left:0;overflow-x:auto}.thv2-tool__quick-actions button{min-height:44px;white-space:nowrap}.thv2-tool__meta{gap:.5rem}.thv2-tool__meta span{padding-right:.5rem;margin-right:0}.thv2-key-hint{display:none}.thv2-button{min-height:44px}.thv2-sidebar--right{display:block;padding:1.5rem;min-height:0}.thv2-directory-hero{padding-top:3rem;padding-bottom:3rem}.thv2-directory-shell{display:block}.thv2-category-rail{display:flex;gap:.5rem;overflow-x:auto;padding:1rem;border-right:0;border-bottom:1px solid var(--thv2-border)}.thv2-category-rail h2{display:none}.thv2-category-rail>a{flex:0 0 auto;width:auto;min-height:44px;padding:.6rem .8rem;border:1px solid var(--thv2-border);white-space:nowrap}.thv2-directory-content{padding:2rem 1rem}.thv2-tool-grid{grid-template-columns:1fr}.thv2-mini-grid,.thv2-related-section .thv2-mini-grid{grid-template-columns:1fr}.thv2-discovery-blocks{padding:2rem 1rem}}
@media (max-width:430px){.thv2-main{padding:1rem}.thv2-breadcrumbs{margin-bottom:1rem}.thv2-tool__header{grid-template-columns:40px minmax(0,1fr)}.thv2-tool__identity-icon{width:40px;height:40px}.thv2-tool__identity-icon .thv2-icon{width:22px;height:22px}.thv2-tool__intro p{font-size:.9rem}.thv2-tool__quick-actions{gap:.3rem}.thv2-tool__quick-actions button{padding:.55rem}.thv2-tool__meta span:nth-child(3){display:none}.thv2-workspace__toolbar div span{display:none}.thv2-workspace__body{padding:.8rem}.thv2-tool__textarea{min-height:210px}.thv2-tool__actions{display:grid;grid-template-columns:1fr 1fr}.thv2-button--primary{grid-column:1/-1}.thv2-directory-hero h1{font-size:2.35rem}.thv2-search{height:52px}.thv2-section-heading{align-items:start}.thv2-tool-card{grid-template-columns:40px minmax(0,1fr) auto;padding:1rem;gap:.75rem}.thv2-tool-card__icon{width:40px;height:40px}}
@media (prefers-reduced-motion:reduce){.thv2-app *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.thv2-tool-blocks{display:grid;gap:clamp(2rem,4vw,3.5rem)}.thv2-tool-blocks .thv2-workspace,.thv2-tool-blocks .thv2-related-section{margin-top:0}.thv2-content-block{padding-top:2rem;border-top:1px solid var(--thv2-border)}.thv2-content-block>h2,.thv2-tool-cta h2{margin:0 0 1rem;font-size:clamp(1.35rem,2vw,2rem);letter-spacing:-.025em}.thv2-rich-text{max-width:820px;color:var(--thv2-muted);line-height:1.75}.thv2-rich-text>:first-child{margin-top:0}.thv2-rich-text>:last-child{margin-bottom:0}.thv2-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;background:transparent}.thv2-feature-grid article{min-width:0;padding:1.25rem;border:1px solid var(--thv2-border);background:#fff}.thv2-feature-grid h3,.thv2-example-list h3{margin:.7rem 0 .4rem;font-size:1rem}.thv2-feature-grid article div{color:var(--thv2-muted);font-size:.86rem}.thv2-feature-icon{display:grid;place-items:center;width:38px;height:38px;border:1px solid color-mix(in srgb,var(--thv2-tool-accent) 28%,var(--thv2-border));background:color-mix(in srgb,var(--thv2-tool-accent) 8%,#fff);color:var(--thv2-tool-accent)}.thv2-feature-icon .thv2-icon{width:20px;height:20px}.thv2-example-list{display:grid;gap:1rem}.thv2-example-list>article{padding:1.25rem;border:1px solid var(--thv2-border)}.thv2-example-pair{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.thv2-example-pair strong{font-size:.74rem;text-transform:uppercase}.thv2-example-pair pre{overflow:auto;margin:.4rem 0 0;padding:1rem;background:var(--thv2-surface-subtle);white-space:pre-wrap}.thv2-faq details{border-bottom:1px solid var(--thv2-border);padding:1rem 0}.thv2-faq summary{cursor:pointer;font-weight:750}.thv2-faq details div{color:var(--thv2-muted)}.thv2-tool-cta{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,4vw,3rem);background:var(--thv2-graphite);color:#fff}.thv2-tool-cta h2{margin-bottom:.4rem}.thv2-tool-cta p{margin:0;color:#b9c0ca}.thv2-tool-cta .thv2-button{flex:0 0 auto;text-decoration:none}@media(max-width:767px){.thv2-feature-grid,.thv2-example-pair{grid-template-columns:1fr}.thv2-tool-cta{align-items:flex-start;flex-direction:column}}
.thv2-home{background:#f6f7f9;color:#151922}.thv2-home-hero{padding:96px clamp(24px,6vw,88px);background:#171b24;color:#fff}.thv2-home-hero--gradient{background:linear-gradient(125deg,#171b24,#243b78)}.thv2-home-hero--minimal{background:#fff;color:#151922}.thv2-home-hero h1{max-width:850px;font-size:clamp(42px,6vw,78px);line-height:1;margin:16px 0}.thv2-home-hero p{max-width:700px;font-size:20px}.thv2-home-button{display:inline-block;margin:16px 12px 0 0;padding:13px 20px;background:#4f7cff;color:#fff;text-decoration:none;font-weight:700}.thv2-home-button--secondary{background:transparent;border:1px solid currentColor}.thv2-home-section{padding:64px clamp(20px,5vw,72px)}.thv2-home-search{padding-top:32px;padding-bottom:32px}.thv2-home-search-results{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.thv2-home-categories,.thv2-home-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.thv2-home-categories>a,.thv2-home-cards article{display:grid;gap:10px;padding:24px;background:#fff;border-top:3px solid var(--thv2-tool-accent,#4f7cff);color:inherit;text-decoration:none}.thv2-home-categories svg{width:28px}.thv2-home-faq details{background:#fff;border-bottom:1px solid #d8dce5;padding:18px}.thv2-home-faq summary{font-weight:700;cursor:pointer}.thv2-home-cta{margin:48px clamp(20px,5vw,72px);padding:56px;background:#171b24;color:#fff}.thv2-home-footer-blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:48px clamp(20px,5vw,72px);border-top:1px solid #d8dce5}@media(max-width:700px){.thv2-home-hero{padding:64px 20px}.thv2-home-section{padding:40px 20px}.thv2-home-search-results,.thv2-home-categories,.thv2-home-cards,.thv2-home-footer-blocks{grid-template-columns:1fr}.thv2-home-cta{margin:24px 20px;padding:32px 24px}}
/* Reusable paste/upload workspace field. */
.thv2-input-mode__tabs{display:flex;gap:.35rem;margin-bottom:.65rem}.thv2-input-mode__tabs button{border:1px solid #d7dce5;background:#fff;padding:.55rem .9rem;border-radius:.55rem;cursor:pointer}.thv2-input-mode__tabs button.is-active{background:#172033;color:#fff;border-color:#172033}.thv2-drop-zone{display:flex;min-height:10rem;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:2px dashed #b9c2d0;border-radius:.8rem;padding:1.25rem;background:#f8fafc;cursor:pointer}.thv2-drop-zone input{position:absolute;inline-size:1px;block-size:1px;opacity:0}.thv2-drop-zone span,.thv2-file-list{font-size:.85rem;color:#64748b;margin-top:.4rem;overflow-wrap:anywhere}.thv2-input-mode.is-dragging .thv2-drop-zone{border-color:#526de8;background:#eef2ff}.thv2-upload-progress{height:.35rem;background:#e5e7eb;border-radius:1rem;overflow:hidden;margin:.75rem 0}.thv2-upload-progress i{display:block;width:0;height:100%;background:#526de8;transition:width .15s}.thv2-upload-progress span{position:absolute;clip:rect(0 0 0 0)}
.thv2-result-meta{font-size:.82rem;color:#64748b;margin:.7rem 0;overflow-wrap:anywhere}.thv2-result-copy{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}@media(max-width:520px){.thv2-result-copy{align-items:stretch;flex-direction:column}.thv2-result-copy .thv2-button{width:100%}}


/* Tool-specific examples: keep source and result in the correct visual order. */
.thv2-example-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.thv2-example-card{min-width:0;padding:1.25rem;border:1px solid var(--thv2-border);background:#fff}
.thv2-example-card>h3{margin:0 0 .45rem}
.thv2-example-description{margin-bottom:1rem;color:var(--thv2-muted);font-size:.9rem;line-height:1.55}
.thv2-example-description>:first-child{margin-top:0}.thv2-example-description>:last-child{margin-bottom:0}
.thv2-example-pair{display:grid;grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr);align-items:stretch;gap:.75rem}
.thv2-example-side{display:flex;min-width:0;flex-direction:column}
.thv2-example-side strong{display:block;margin-bottom:.45rem;color:var(--thv2-text);font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.thv2-example-side pre{box-sizing:border-box;min-height:150px;max-height:280px;flex:1;overflow:auto;margin:0;padding:1rem;border:1px solid var(--thv2-border);background:var(--thv2-surface-subtle);color:var(--thv2-text);font:13px/1.55 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;white-space:pre;word-break:normal}
.thv2-example-arrow{display:grid;place-items:center;align-self:center;width:28px;height:28px;color:var(--thv2-tool-accent);font-weight:900}
@media(max-width:1180px){.thv2-example-list{grid-template-columns:1fr}}
@media(max-width:700px){.thv2-example-pair{grid-template-columns:1fr}.thv2-example-arrow{transform:rotate(90deg);justify-self:center}.thv2-example-side pre{min-height:120px;max-height:240px}}

/* Account and plan limit modal. */
body.thv2-limit-open{overflow:hidden}.thv2-limit-modal{position:fixed;z-index:999999;inset:0;display:grid;place-items:center;padding:20px}.thv2-limit-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.68);backdrop-filter:blur(4px)}.thv2-limit-modal__card{position:relative;width:min(100%,520px);box-sizing:border-box;padding:30px;border:1px solid rgba(255,255,255,.15);background:#fff;box-shadow:0 28px 80px rgba(15,23,42,.32)}.thv2-limit-modal__close{position:absolute;top:12px;right:14px;width:36px;height:36px;border:0;background:transparent;color:#64748b;font-size:28px;line-height:1;cursor:pointer}.thv2-limit-modal__eyebrow{display:block;margin-bottom:8px;color:var(--thv2-tool-accent,#526de8);font-size:.72rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.thv2-limit-modal h2{margin:0 40px 10px 0;font-size:clamp(1.55rem,4vw,2rem);letter-spacing:-.035em}.thv2-limit-modal p{margin:0;color:#64748b;line-height:1.6}.thv2-limit-modal__metric{display:grid;gap:5px;margin:22px 0;padding:15px 17px;border-left:3px solid var(--thv2-tool-accent,#526de8);background:#f7f8fb}.thv2-limit-modal__metric strong{font-size:.94rem}.thv2-limit-modal__metric span{color:#64748b;font-size:.78rem}.thv2-limit-modal__actions{display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap}.thv2-limit-modal__actions a{text-decoration:none}@media(max-width:560px){.thv2-limit-modal{padding:12px;align-items:end}.thv2-limit-modal__card{padding:25px 20px}.thv2-limit-modal__actions{align-items:stretch;flex-direction:column-reverse}.thv2-limit-modal__actions .thv2-button{width:100%;text-align:center}}


/* Part 14.3 — limits are invisible until a request exceeds them. */
.thv2-limit-modal__metric strong{overflow-wrap:anywhere}
.thv2-limit-modal__actions .thv2-button{min-width:128px;text-align:center}
@media(max-width:560px){.thv2-limit-modal__actions .thv2-button{min-width:0}}

/* Part 14.3 — conversion-focused limit modal polish. */
.thv2-limit-modal{padding:24px}
.thv2-limit-modal__backdrop{background:rgba(10,18,34,.76);backdrop-filter:blur(9px)}
.thv2-limit-modal__card{width:min(100%,760px);max-height:calc(100vh - 48px);overflow:auto;padding:0;border:0;border-radius:22px;background:linear-gradient(180deg,#fff 0,#fbfcff 100%);box-shadow:0 36px 110px rgba(4,12,28,.42)}
.thv2-limit-modal__close{top:18px;right:18px;z-index:2;display:grid;place-items:center;width:38px;height:38px;border:1px solid #e6eaf2;border-radius:50%;background:#fff;color:#64748b;font-size:24px;box-shadow:0 6px 18px rgba(15,23,42,.08)}
.thv2-limit-modal__hero{display:grid;grid-template-columns:64px minmax(0,1fr);gap:18px;padding:32px 72px 22px 32px;background:radial-gradient(circle at 0 0,rgba(82,109,232,.16),transparent 44%),linear-gradient(135deg,#f8faff,#fff)}
.thv2-limit-modal__icon{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,#526de8,#7c4dff);color:#fff;box-shadow:0 15px 30px rgba(82,109,232,.3)}
.thv2-limit-modal__icon span{font-size:31px;font-weight:900;line-height:1}
.thv2-limit-modal__eyebrow{margin-bottom:7px;color:#526de8;font-size:.72rem;letter-spacing:.11em}
.thv2-limit-modal h2{margin:0 0 8px;font-size:clamp(1.65rem,4vw,2.35rem);line-height:1.08;color:#172033}
.thv2-limit-modal__hero p{max-width:600px;color:#596579;font-size:.98rem}
.thv2-limit-modal__metric{grid-template-columns:minmax(0,1fr);margin:0 32px 22px;padding:14px 16px;border:1px solid #e5e9f2;border-left:4px solid #526de8;border-radius:12px;background:#f7f9ff}
.thv2-limit-modal__metric strong{color:#20293a;font-size:.92rem}
.thv2-limit-modal__offers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0 32px}
.thv2-limit-modal__offers:has(.thv2-limit-offer:only-child){grid-template-columns:minmax(0,420px);justify-content:center}
.thv2-limit-offer{position:relative;display:flex;min-width:0;flex-direction:column;padding:22px;border:1px solid #e2e7f0;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(17,24,39,.06)}
.thv2-limit-offer--free{border-color:#cfd8ff;background:linear-gradient(180deg,#f7f9ff,#fff)}
.thv2-limit-offer--pro{overflow:hidden;border-color:#293752;background:linear-gradient(145deg,#172033,#28395f);color:#fff}
.thv2-limit-offer--pro:after{content:"";position:absolute;right:-55px;bottom:-70px;width:180px;height:180px;border-radius:50%;background:rgba(124,77,255,.38);filter:blur(2px)}
.thv2-limit-offer__badge{position:relative;z-index:1;align-self:flex-start;margin-bottom:12px;padding:5px 8px;border-radius:999px;background:#e8edff;color:#526de8;font-size:.67rem;font-weight:900;letter-spacing:.08em}
.thv2-limit-offer--pro .thv2-limit-offer__badge{background:rgba(255,255,255,.14);color:#fff}
.thv2-limit-offer h3{position:relative;z-index:1;margin:0 0 12px;font-size:1.1rem;line-height:1.25}
.thv2-limit-offer ul{position:relative;z-index:1;display:grid;gap:8px;margin:0 0 20px;padding:0;list-style:none;color:#5f6b7d;font-size:.88rem}
.thv2-limit-offer li:before{content:"✓";margin-right:8px;color:#27a67a;font-weight:900}
.thv2-limit-offer--pro ul{color:#dbe3f5}
.thv2-limit-offer--pro li:before{color:#8ee7c9}
.thv2-limit-offer__button{position:relative;z-index:1;width:100%;box-sizing:border-box;margin-top:auto;text-align:center;text-decoration:none}
.thv2-limit-offer--pro .thv2-limit-offer__button{border-color:#fff;background:#fff;color:#172033}
.thv2-limit-offer__login{position:relative;z-index:1;margin:10px 0 0!important;text-align:center;font-size:.78rem!important}
.thv2-limit-offer__login a{color:#405bd5;font-weight:800}
.thv2-limit-modal__later{display:block;margin:18px auto 22px;padding:6px 12px;border:0;background:transparent;color:#718096;font-size:.82rem;cursor:pointer}
.thv2-limit-modal__later:hover{text-decoration:underline}
@media(max-width:700px){.thv2-limit-modal{align-items:end;padding:10px}.thv2-limit-modal__card{max-height:calc(100vh - 20px);border-radius:20px 20px 12px 12px}.thv2-limit-modal__hero{grid-template-columns:48px minmax(0,1fr);gap:13px;padding:25px 52px 18px 20px}.thv2-limit-modal__icon{width:48px;height:48px;border-radius:14px}.thv2-limit-modal__icon span{font-size:25px}.thv2-limit-modal h2{font-size:1.45rem}.thv2-limit-modal__metric{margin:0 20px 16px}.thv2-limit-modal__offers{grid-template-columns:1fr;padding:0 20px}.thv2-limit-offer{padding:18px}.thv2-limit-modal__later{margin-bottom:16px}}

/* Part 14.3 — personalized premium limit modal */
body.thv2-limit-open{overflow:hidden}
.thv2-limit-modal{position:fixed;z-index:999999;inset:0;display:grid;place-items:center;padding:28px;opacity:0;transition:opacity .18s ease}
.thv2-limit-modal.is-visible{opacity:1}
.thv2-limit-modal.is-closing{opacity:0}
.thv2-limit-modal__backdrop{position:absolute;inset:0;background:rgba(5,10,22,.78);backdrop-filter:blur(12px) saturate(.9)}
.thv2-limit-modal__card{position:relative!important;width:min(100%,920px)!important;max-height:calc(100vh - 56px)!important;overflow:auto!important;padding:0!important;border:1px solid rgba(255,255,255,.7)!important;border-radius:28px!important;background:#f7f8fc!important;box-shadow:0 42px 130px rgba(2,8,23,.56),0 1px 0 rgba(255,255,255,.9) inset!important;transform:translateY(14px) scale(.985);transition:transform .22s cubic-bezier(.2,.8,.2,1)}
.thv2-limit-modal.is-visible .thv2-limit-modal__card{transform:translateY(0) scale(1)}
.thv2-limit-modal__close{position:absolute!important;top:22px!important;right:22px!important;z-index:6!important;display:grid!important;place-items:center!important;width:42px!important;height:42px!important;padding:0!important;border:1px solid rgba(31,41,55,.09)!important;border-radius:14px!important;background:rgba(255,255,255,.78)!important;color:#5e687b!important;box-shadow:0 8px 25px rgba(15,23,42,.08)!important;cursor:pointer!important;transition:transform .18s ease,background .18s ease,color .18s ease!important}
.thv2-limit-modal__close:hover{transform:rotate(4deg) scale(1.04);background:#fff!important;color:#111827!important}
.thv2-limit-modal__close:focus-visible{outline:3px solid rgba(83,104,255,.25);outline-offset:3px}
.thv2-limit-modal__close svg{display:block;width:19px;height:19px;overflow:visible}
.thv2-limit-modal__close path{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}
.thv2-limit-modal__hero{display:block!important;padding:42px 86px 24px 42px!important;background:radial-gradient(circle at 8% -25%,rgba(102,119,255,.18),transparent 42%),linear-gradient(145deg,#fff 0,#f6f7ff 62%,#f3f7ff 100%)!important;border-bottom:1px solid rgba(31,41,55,.06)}
.thv2-limit-modal__eyebrow{display:inline-flex!important;align-items:center!important;gap:8px!important;margin:0 0 11px!important;color:#5865e8!important;font-size:.69rem!important;font-weight:900!important;letter-spacing:.14em!important;text-transform:uppercase!important}
.thv2-limit-modal__eyebrow:before{content:"";width:20px;height:2px;border-radius:99px;background:linear-gradient(90deg,#5968f2,#8d5df6)}
.thv2-limit-modal h2{max-width:720px!important;margin:0 0 10px!important;color:#111827!important;font-size:clamp(1.85rem,4vw,3rem)!important;line-height:1.02!important;letter-spacing:-.05em!important}
.thv2-limit-modal__hero p{max-width:690px!important;margin:0!important;color:#627087!important;font-size:1rem!important;line-height:1.65!important}
.thv2-limit-progress{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:14px;margin:24px 34px 0;padding:15px 18px;border:1px solid #e3e7ef;border-radius:17px;background:rgba(255,255,255,.86);box-shadow:0 10px 30px rgba(15,23,42,.04)}
.thv2-limit-progress>div{min-width:0}
.thv2-limit-progress span{display:block;margin-bottom:4px;color:#8a94a7;font-size:.67rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.thv2-limit-progress strong{display:block;overflow-wrap:anywhere;color:#273044;font-size:.86rem;line-height:1.35}
.thv2-limit-progress .is-pro strong{color:#6d4de7}
.thv2-limit-progress__arrow{margin:0!important;color:#b0b8c7!important;font-size:1.05rem!important;text-align:center!important}
.thv2-limit-modal__choices{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr)!important;gap:18px!important;padding:22px 34px 0!important}
.thv2-limit-modal__choices>.thv2-limit-choice:only-child{grid-column:1/-1;width:min(100%,520px);justify-self:center}
.thv2-limit-choice{position:relative;display:flex;min-width:0;flex-direction:column;padding:26px;border-radius:21px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.thv2-limit-choice:hover{transform:translateY(-3px)}
.thv2-limit-choice--free{border:1px solid #dce2ee;background:linear-gradient(155deg,#fff 0,#fafbff 100%);box-shadow:0 16px 38px rgba(15,23,42,.06)}
.thv2-limit-choice--free:hover{border-color:#aebaff;box-shadow:0 22px 50px rgba(71,86,184,.13)}
.thv2-limit-choice--pro{overflow:hidden;border:1px solid rgba(138,119,255,.48);background:radial-gradient(circle at 100% 0,rgba(167,139,250,.34),transparent 38%),radial-gradient(circle at 0 100%,rgba(37,99,235,.25),transparent 42%),linear-gradient(145deg,#10172a 0,#182443 52%,#25225a 100%);color:#fff;box-shadow:0 24px 56px rgba(25,30,73,.3)}
.thv2-limit-choice--pro:hover{box-shadow:0 29px 70px rgba(59,47,153,.38)}
.thv2-limit-choice__glow{position:absolute;right:-80px;bottom:-110px;width:260px;height:260px;border-radius:50%;background:rgba(124,92,255,.22);filter:blur(3px);pointer-events:none}
.thv2-limit-choice__top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:17px}
.thv2-limit-choice__badge{display:inline-flex;padding:6px 9px;border-radius:999px;background:#edf0ff;color:#5968e9;font-size:.65rem;font-weight:900;letter-spacing:.09em}
.thv2-limit-choice--pro .thv2-limit-choice__badge{background:rgba(255,255,255,.13);color:#e8e7ff;border:1px solid rgba(255,255,255,.12)}
.thv2-limit-choice__price{color:#23a878;font-size:.82rem;font-weight:900}
.thv2-limit-choice__spark{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:rgba(255,255,255,.11);color:#ddd8ff;font-size:1rem}
.thv2-limit-choice h3{position:relative;z-index:2;margin:0 0 16px;color:#172033;font-size:1.2rem;line-height:1.25;letter-spacing:-.025em}
.thv2-limit-choice--pro h3{color:#fff;font-size:1.28rem}
.thv2-limit-choice__gain{position:relative;z-index:2;display:grid;gap:4px;margin-bottom:18px;padding:13px 14px;border-radius:14px;background:#f2f4ff}
.thv2-limit-choice__gain span{color:#7c8799;font-size:.68rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.thv2-limit-choice__gain strong{color:#3341b8;font-size:.96rem}
.thv2-limit-choice--pro .thv2-limit-choice__gain{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.09)}
.thv2-limit-choice--pro .thv2-limit-choice__gain span{color:#b9c2d8}
.thv2-limit-choice--pro .thv2-limit-choice__gain strong{color:#fff}
.thv2-limit-choice ul{position:relative;z-index:2;display:grid;gap:10px;margin:0 0 22px;padding:0;list-style:none;color:#5d687b;font-size:.88rem;line-height:1.45}
.thv2-limit-choice li{position:relative;padding-left:23px}
.thv2-limit-choice li:before{content:"";position:absolute;left:0;top:.22em;width:15px;height:15px;border-radius:50%;background:#dcf8ed url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m4 8 2.4 2.4L12 5' fill='none' stroke='%231a9b70' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat}
.thv2-limit-choice--pro ul{color:#d7deee}
.thv2-limit-choice--pro li:before{background-color:rgba(112,231,191,.17);filter:brightness(1.25)}
.thv2-limit-choice__cta{position:relative;z-index:2;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;width:100%!important;box-sizing:border-box!important;margin-top:auto!important;padding:14px 17px!important;border:0!important;border-radius:13px!important;font-size:.91rem!important;font-weight:850!important;line-height:1.2!important;text-align:center!important;text-decoration:none!important;opacity:1!important;visibility:visible!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important}
.thv2-limit-choice__cta:hover{transform:translateY(-1px)}
.thv2-limit-choice__cta span{font-size:1.05rem;transition:transform .18s ease}
.thv2-limit-choice__cta:hover span{transform:translateX(3px)}
.thv2-limit-choice__cta--free{background:linear-gradient(135deg,#5868ef,#7357e9)!important;color:#fff!important;box-shadow:0 12px 26px rgba(88,104,239,.28)!important}
.thv2-limit-choice__cta--free:hover{box-shadow:0 16px 34px rgba(88,104,239,.38)!important}
.thv2-limit-choice__cta--pro{background:linear-gradient(135deg,#fff,#ebe9ff)!important;color:#171b33!important;box-shadow:0 13px 30px rgba(0,0,0,.18)!important}
.thv2-limit-choice__login{position:relative;z-index:2;margin:12px 0 0!important;color:#7b8596!important;font-size:.78rem!important;text-align:center!important}
.thv2-limit-choice__login a{color:#4c5edd!important;font-weight:850!important;text-decoration:none!important}
.thv2-limit-choice__login a:hover{text-decoration:underline!important}
.thv2-limit-modal__later{display:block!important;margin:20px auto 24px!important;padding:7px 12px!important;border:0!important;background:transparent!important;color:#788396!important;font-size:.79rem!important;cursor:pointer!important}
.thv2-limit-modal__later:hover{color:#273044!important;text-decoration:underline}
@media(max-width:760px){
  .thv2-limit-modal{align-items:end;padding:10px}
  .thv2-limit-modal__card{max-height:calc(100vh - 20px)!important;border-radius:23px 23px 14px 14px!important}
  .thv2-limit-modal__close{top:15px!important;right:15px!important;width:38px!important;height:38px!important;border-radius:12px!important}
  .thv2-limit-modal__hero{padding:30px 58px 20px 22px!important}
  .thv2-limit-modal h2{font-size:1.7rem!important}
  .thv2-limit-progress{grid-template-columns:1fr;gap:8px;margin:18px 18px 0;padding:14px}
  .thv2-limit-progress__arrow{display:none!important}
  .thv2-limit-progress>div{padding:8px 0;border-bottom:1px solid #edf0f5}
  .thv2-limit-progress>div:last-child{border-bottom:0}
  .thv2-limit-modal__choices{grid-template-columns:1fr!important;padding:16px 18px 0!important}
  .thv2-limit-choice{padding:21px}
}


/* Tool Manager 2.0 access and badges */
.thv2-card-badges{display:flex;gap:4px;flex-wrap:wrap;justify-content:flex-end}.thv2-card-badges i{display:inline-flex;align-items:center;border-radius:999px;padding:3px 7px;background:#eef2ff;color:#3730a3;font-size:10px;font-style:normal;font-weight:800;letter-spacing:.04em}.thv2-card-badges .is-pro{background:#111827;color:#fff}.thv2-card-badges .is-popular{background:#fef2f2;color:#b91c1c}.thv2-card-badges .is-beta{background:#f3e8ff;color:#7e22ce}.thv2-card-badges .is-new{background:#ecfdf5;color:#047857}.thv2-pro-tool-lock{max-width:760px;margin:clamp(2rem,7vw,7rem) auto;padding:clamp(1.5rem,5vw,4rem);border:1px solid var(--thv2-border);background:#fff;text-align:center}.thv2-pro-tool-lock__badge{display:inline-flex;border-radius:999px;padding:.45rem .75rem;background:#111827;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.thv2-pro-tool-lock h1{margin:1rem 0 .75rem;font-size:clamp(2rem,5vw,4rem);letter-spacing:-.04em}.thv2-pro-tool-lock p{color:var(--thv2-muted);font-size:1.05rem}.thv2-pro-tool-lock ul{display:inline-grid;gap:.65rem;margin:1.5rem auto;padding:0;text-align:left;list-style:none}.thv2-pro-tool-lock li:before{content:'✓';margin-right:.6rem;font-weight:900}.thv2-pro-tool-lock a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;margin-top:1rem;padding:.75rem 1.25rem;background:#111827;color:#fff;font-weight:800}

/* Tool Manager 2.1: prominent PRO cards and premium access gate */
.thv2-tool-card{position:relative;overflow:hidden}
.thv2-tool-card--pro{border-color:#f2c66d!important;background:linear-gradient(145deg,#fff 0%,#fffdf7 100%);box-shadow:0 10px 28px rgba(160,104,20,.08)}
.thv2-tool-card--pro:hover{border-color:#e8ad35!important;box-shadow:0 18px 42px rgba(160,104,20,.17);transform:translateY(-3px)}
.thv2-tool-card--pro:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 95% 0,rgba(255,205,94,.18),transparent 34%)}
.thv2-tool-card__pro-ribbon{position:absolute;z-index:4;top:12px;right:12px;display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border:1px solid rgba(196,128,18,.24);border-radius:999px;background:linear-gradient(135deg,#fff1bf,#ffd870);color:#8a5200;font-size:10px;font-weight:900;letter-spacing:.08em;line-height:1;box-shadow:0 7px 18px rgba(177,113,13,.2)}
.thv2-tool-card__pro-ribbon svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.thv2-tool-card--pro .thv2-tool-card__top{padding-right:62px}
.thv2-tool-card--pro .thv2-tool-card__action{color:#9a6100;font-weight:850}

.thv2-pro-gate{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);width:min(1180px,calc(100% - 40px));min-height:610px;margin:clamp(32px,6vw,84px) auto;overflow:hidden;border:1px solid rgba(131,108,255,.36);border-radius:30px;background:linear-gradient(135deg,#081126 0%,#111b3d 48%,#25145a 100%);color:#fff;box-shadow:0 34px 90px rgba(10,17,43,.28)}
.thv2-pro-gate:before{content:"";position:absolute;inset:0;z-index:-3;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:36px 36px;mask-image:linear-gradient(to right,#000,transparent 76%)}
.thv2-pro-gate__glow{position:absolute;z-index:-2;border-radius:50%;filter:blur(10px);pointer-events:none}
.thv2-pro-gate__glow--one{width:430px;height:430px;right:-120px;top:-120px;background:rgba(131,76,255,.36)}
.thv2-pro-gate__glow--two{width:330px;height:330px;left:34%;bottom:-210px;background:rgba(29,94,255,.26)}
.thv2-pro-gate__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(42px,6vw,78px)}
.thv2-pro-gate__eyebrow{display:inline-flex;align-items:center;align-self:flex-start;gap:8px;margin-bottom:20px;padding:8px 12px;border:1px solid rgba(196,176,255,.22);border-radius:999px;background:rgba(146,102,255,.14);color:#d4c4ff;font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.thv2-pro-gate__eyebrow svg,.thv2-pro-gate__primary svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.thv2-pro-gate h1{max-width:760px;margin:0 0 18px;color:#fff;font-size:clamp(2.6rem,5vw,5.1rem);line-height:.98;letter-spacing:-.055em}
.thv2-pro-gate__lead{max-width:690px;margin:0;color:#b9c2db;font-size:clamp(1rem,1.45vw,1.15rem);line-height:1.7}
.thv2-pro-gate__benefits{display:grid;gap:13px;margin:30px 0 32px}
.thv2-pro-gate__benefits>div{display:flex;align-items:center;gap:14px}
.thv2-pro-gate__benefits>div>span{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border:1px solid rgba(189,169,255,.2);border-radius:13px;background:linear-gradient(145deg,rgba(146,92,255,.28),rgba(74,61,179,.25));color:#ded4ff;font-weight:900}
.thv2-pro-gate__benefits p{display:grid;gap:2px;margin:0}
.thv2-pro-gate__benefits strong{color:#fff;font-size:.98rem}
.thv2-pro-gate__benefits small{color:#919dbb;font-size:.84rem}
.thv2-pro-gate__actions{display:flex;flex-wrap:wrap;gap:12px}
.thv2-pro-gate__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 21px;border-radius:13px;font-size:.94rem;font-weight:850;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.thv2-pro-gate__actions a:hover{transform:translateY(-2px)}
.thv2-pro-gate__primary{gap:9px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(135deg,#7f52ff,#5b38e7);color:#fff!important;box-shadow:0 14px 32px rgba(91,56,231,.38)}
.thv2-pro-gate__primary:hover{box-shadow:0 19px 40px rgba(91,56,231,.5)}
.thv2-pro-gate__secondary{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.035);color:#fff!important}
.thv2-pro-gate__secondary:hover{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.08)}
.thv2-pro-gate__note{margin:14px 0 0!important;color:#7f8aa7!important;font-size:.78rem!important}
.thv2-pro-gate__visual{position:relative;display:grid;place-items:center;min-height:100%;overflow:hidden;background:radial-gradient(circle at 50% 50%,rgba(133,78,255,.28),transparent 44%)}
.thv2-pro-gate__visual:after{content:"";position:absolute;inset:auto 6% 8%;height:88px;border-radius:50%;background:radial-gradient(ellipse,rgba(125,71,255,.62),transparent 69%);filter:blur(8px)}
.thv2-pro-gate__orbit{position:absolute;border:1px solid rgba(174,135,255,.28);border-radius:50%;transform:rotateX(67deg)}
.thv2-pro-gate__orbit--outer{width:430px;height:210px;box-shadow:0 0 45px rgba(132,76,255,.18),inset 0 0 30px rgba(132,76,255,.12)}
.thv2-pro-gate__orbit--inner{width:300px;height:145px;border-color:rgba(195,166,255,.46)}
.thv2-pro-gate__lock{position:relative;z-index:3;width:190px;height:245px;filter:drop-shadow(0 28px 30px rgba(2,5,18,.5))}
.thv2-pro-gate__shackle{position:absolute;left:37px;top:0;width:116px;height:112px;border:25px solid #9368ef;border-bottom:0;border-radius:60px 60px 0 0;background:linear-gradient(90deg,#5d39bb,#c09cff 50%,#6d40cc);background-clip:border-box;box-shadow:inset 8px 0 12px rgba(255,255,255,.24)}
.thv2-pro-gate__lock-body{position:absolute;left:8px;right:8px;bottom:0;display:grid;place-items:center;height:166px;border:1px solid rgba(255,255,255,.25);border-radius:30px;background:linear-gradient(145deg,#a878ff 0%,#6c3bd7 56%,#3c218f 100%);box-shadow:inset 12px 12px 26px rgba(255,255,255,.18),inset -14px -14px 28px rgba(29,10,83,.28)}
.thv2-pro-gate__lock-body svg{width:76px;height:76px;fill:none;stroke:#eadfff;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 6px 12px rgba(28,9,75,.3))}
.thv2-pro-gate__chip{position:absolute;z-index:5;padding:9px 13px;border:1px solid rgba(189,160,255,.3);border-radius:11px;background:rgba(15,18,48,.72);backdrop-filter:blur(10px);color:#e8e2ff;font-size:.77rem;font-weight:750;box-shadow:0 12px 28px rgba(3,6,21,.24)}
.thv2-pro-gate__chip--one{top:21%;right:9%}.thv2-pro-gate__chip--two{bottom:25%;right:5%}.thv2-pro-gate__chip--three{bottom:16%;left:8%}
@media(max-width:900px){.thv2-pro-gate{grid-template-columns:1fr;min-height:0}.thv2-pro-gate__visual{min-height:390px;order:-1}.thv2-pro-gate__content{padding:38px 28px 44px}.thv2-pro-gate h1{font-size:clamp(2.35rem,9vw,4rem)}}
@media(max-width:560px){.thv2-pro-gate{width:calc(100% - 22px);margin:20px auto;border-radius:22px}.thv2-pro-gate__visual{min-height:310px}.thv2-pro-gate__lock{transform:scale(.78)}.thv2-pro-gate__orbit--outer{width:340px}.thv2-pro-gate__chip{font-size:.68rem}.thv2-pro-gate__chip--three{display:none}.thv2-pro-gate__actions{display:grid}.thv2-pro-gate__actions a{width:100%}.thv2-tool-card__pro-ribbon{top:9px;right:9px}}

/* Tool Manager 2.2 — unmistakable catalog PRO state */
.thv2-tool-card.thv2-tool-card--pro{border:2px solid #f2b84b!important;background:linear-gradient(145deg,#fffdf7 0%,#fff 55%,#fff8df 100%)!important;box-shadow:0 12px 34px rgba(180,117,10,.16)!important;overflow:visible!important}
.thv2-tool-card.thv2-tool-card--pro:hover{border-color:#e99b12!important;box-shadow:0 20px 48px rgba(180,117,10,.27)!important;transform:translateY(-4px)!important}
.thv2-tool-card__pro-corner{position:absolute!important;z-index:20!important;top:-11px!important;right:14px!important;display:flex!important;align-items:center!important;gap:6px!important;min-height:28px!important;padding:6px 11px!important;border:1px solid #efb43d!important;border-radius:999px!important;background:linear-gradient(135deg,#ffefad,#ffc94f)!important;color:#704200!important;font-size:11px!important;font-weight:950!important;letter-spacing:.08em!important;line-height:1!important;box-shadow:0 8px 22px rgba(177,111,0,.28)!important;text-transform:uppercase!important}
.thv2-tool-card__pro-corner svg{display:block!important;width:14px!important;height:14px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.thv2-tool-card__pro-glow{position:absolute;z-index:0;inset:-2px;border-radius:inherit;pointer-events:none;background:radial-gradient(circle at 92% 4%,rgba(255,198,63,.28),transparent 35%)}
.thv2-tool-card--pro .thv2-tool-card__icon,.thv2-tool-card--pro .thv2-tool-card__content{position:relative;z-index:2}
.thv2-tool-card--pro .thv2-tool-card__top{padding-right:72px!important}
.thv2-tool-card__included{display:flex!important;align-items:center!important;gap:8px!important;margin-top:12px!important;padding:8px 10px!important;border:1px solid rgba(225,157,28,.25)!important;border-radius:8px!important;background:rgba(255,239,183,.46)!important;color:#7d5100!important;font-style:normal!important}
.thv2-tool-card__included b{font-size:10px!important;letter-spacing:.08em!important}.thv2-tool-card__included span{font-size:11px!important;color:#8c6b28!important}
.thv2-tool-card--pro .thv2-tool-card__action{color:#855300!important;font-weight:900!important}

/* Tool Manager 2.2 — full-page premium conversion experience */
.thv2-page-shell:has(.thv2-pro-experience){background:#070b1b!important}
.thv2-pro-experience{position:relative;isolation:isolate;min-height:calc(100vh - 72px);overflow:hidden;background:radial-gradient(circle at 78% 38%,rgba(124,58,237,.33),transparent 31%),radial-gradient(circle at 35% 115%,rgba(37,99,235,.28),transparent 38%),linear-gradient(135deg,#050918 0%,#0b1230 48%,#190d43 100%);color:#fff}
.thv2-pro-experience:before{content:"";position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to bottom,#000 5%,transparent 92%)}
.thv2-pro-experience__stars{position:absolute;inset:0;z-index:-1;opacity:.65;background-image:radial-gradient(circle,#b69cff 1px,transparent 1.5px),radial-gradient(circle,#fff 1px,transparent 1.5px);background-position:13% 24%,83% 12%;background-size:170px 170px,240px 240px}
.thv2-pro-experience__inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);align-items:center;width:min(1320px,calc(100% - 48px));min-height:760px;margin:0 auto;padding:clamp(70px,8vw,120px) 0}
.thv2-pro-experience__copy{position:relative;z-index:3;max-width:720px;padding:0 clamp(0px,3vw,42px)}
.thv2-pro-experience__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid rgba(209,180,255,.3);border-radius:999px;background:rgba(117,76,232,.17);color:#dccaff;font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;box-shadow:inset 0 0 24px rgba(153,102,255,.08)}
.thv2-pro-experience__badge svg,.thv2-pro-experience__cta svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.thv2-pro-experience__kicker{margin:26px 0 8px;color:#9e8cff;font-size:.82rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.thv2-pro-experience h1{max-width:800px;margin:0;color:#fff;font-size:clamp(3rem,6.4vw,6.7rem);line-height:.91;letter-spacing:-.065em;text-wrap:balance}
.thv2-pro-experience__lead{max-width:680px;margin:25px 0 0;color:#b7c1dc;font-size:clamp(1rem,1.55vw,1.22rem);line-height:1.75}
.thv2-pro-experience__benefits{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:34px 0}
.thv2-pro-experience__benefits article{display:flex;gap:13px;padding:15px;border:1px solid rgba(181,164,255,.13);border-radius:15px;background:rgba(255,255,255,.035);backdrop-filter:blur(8px)}
.thv2-pro-experience__benefits article>span{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border:1px solid rgba(191,163,255,.23);border-radius:12px;background:linear-gradient(145deg,rgba(140,87,255,.35),rgba(71,52,173,.28));color:#efe9ff;font-weight:900}
.thv2-pro-experience__benefits div{display:grid;gap:3px}.thv2-pro-experience__benefits strong{color:#fff;font-size:.9rem}.thv2-pro-experience__benefits small{color:#8e9ab8;font-size:.76rem;line-height:1.45}
.thv2-pro-experience__actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px}
.thv2-pro-experience__cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:58px;padding:16px 23px;border:1px solid rgba(255,255,255,.17);border-radius:15px;background:linear-gradient(120deg,#8b5cf6 0%,#6d3df0 48%,#d12bea 100%);color:#fff!important;font-size:.98rem;font-weight:900;text-decoration:none;box-shadow:0 18px 46px rgba(112,54,235,.43);transition:transform .18s ease,box-shadow .18s ease}
.thv2-pro-experience__cta:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 25px 58px rgba(156,55,239,.55)}
.thv2-pro-experience__cta b{font-size:1.15rem}.thv2-pro-experience__login{color:#c7cde0!important;font-size:.88rem;font-weight:750;text-decoration:underline!important;text-underline-offset:4px}
.thv2-pro-experience__assurance{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:20px;color:#7f8aa8;font-size:.74rem}
.thv2-pro-experience__visual{position:relative;display:grid;place-items:center;min-height:610px}
.thv2-pro-experience__halo{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(152,78,255,.42),rgba(99,42,185,.12) 42%,transparent 69%);filter:blur(5px)}
.thv2-pro-experience__ring{position:absolute;border:1px solid rgba(180,133,255,.32);border-radius:50%;transform:rotateX(69deg);box-shadow:0 0 55px rgba(130,70,255,.18)}
.thv2-pro-experience__ring--one{width:560px;height:255px}.thv2-pro-experience__ring--two{width:390px;height:180px;border-color:rgba(216,183,255,.52)}
.thv2-pro-experience__lock{position:relative;z-index:4;width:230px;height:300px;filter:drop-shadow(0 38px 38px rgba(1,3,15,.62))}
.thv2-pro-experience__shackle{position:absolute;left:45px;top:0;width:140px;height:137px;border:31px solid #9b68f4;border-bottom:0;border-radius:72px 72px 0 0;background:linear-gradient(90deg,#5d31b8,#d1adff 49%,#7136d7);box-shadow:inset 10px 0 14px rgba(255,255,255,.24)}
.thv2-pro-experience__body{position:absolute;left:7px;right:7px;bottom:0;display:grid;place-items:center;height:202px;border:1px solid rgba(255,255,255,.26);border-radius:37px;background:linear-gradient(145deg,#b483ff 0%,#753fe0 52%,#3c208e 100%);box-shadow:inset 15px 15px 30px rgba(255,255,255,.17),inset -18px -18px 34px rgba(29,10,83,.35)}
.thv2-pro-experience__body svg{width:92px;height:92px;fill:none;stroke:#f0e7ff;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 7px 13px rgba(26,7,77,.38))}
.thv2-pro-experience__stat{position:absolute;z-index:6;display:flex;align-items:center;gap:8px;padding:12px 15px;border:1px solid rgba(190,157,255,.32);border-radius:13px;background:rgba(10,12,39,.74);backdrop-filter:blur(12px);color:#e9e4ff;font-size:.79rem;font-weight:800;box-shadow:0 16px 38px rgba(1,3,16,.3)}
.thv2-pro-experience__stat b{color:#b895ff}.thv2-pro-experience__stat--one{top:20%;left:2%}.thv2-pro-experience__stat--two{top:25%;right:0}.thv2-pro-experience__stat--three{bottom:19%;right:7%}
.thv2-pro-experience + *{position:relative}
@media(max-width:980px){.thv2-pro-experience__inner{grid-template-columns:1fr;width:min(760px,calc(100% - 34px));padding:64px 0}.thv2-pro-experience__visual{order:-1;min-height:430px}.thv2-pro-experience__copy{padding:0}.thv2-pro-experience h1{text-align:left}.thv2-pro-experience__lock{transform:scale(.82)}}
@media(max-width:620px){.thv2-pro-experience__inner{width:calc(100% - 28px);padding:40px 0 54px}.thv2-pro-experience__visual{min-height:320px}.thv2-pro-experience__lock{transform:scale(.65)}.thv2-pro-experience__ring--one{width:360px}.thv2-pro-experience__ring--two{width:260px}.thv2-pro-experience__stat{font-size:.67rem;padding:9px 10px}.thv2-pro-experience__stat--one{left:0}.thv2-pro-experience__stat--two{right:0}.thv2-pro-experience__benefits{grid-template-columns:1fr}.thv2-pro-experience h1{font-size:clamp(2.7rem,16vw,4.6rem)}.thv2-pro-experience__actions{display:grid}.thv2-pro-experience__cta{width:100%}.thv2-pro-experience__assurance{display:grid;gap:7px}}

/* Locked PRO tool page is intentionally standalone and has no shared site header/footer. */
body.toolhub-v2-managed-page:has(.thv2-page-shell--pro-locked) {
    background: #070b19;
}
.thv2-page-shell--pro-locked {
    min-height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}
.thv2-page-shell--pro-locked .thv2-pro-experience {
    min-height: 100vh;
    border-radius: 0;
    margin: 0;
}
.thv2-pro-experience__brand {
    display: inline-flex;
    margin-bottom: 26px;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: -.03em;
}


/* Growth Part 02: Regex Replace rich review */
.thv2-regex-replace-result{display:grid;gap:18px}
.thv2-regex-replace-hero{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:22px;border:1px solid var(--thv2-border,#dbe3ef);border-radius:16px;background:linear-gradient(135deg,rgba(82,109,232,.08),rgba(83,204,184,.05))}
.thv2-regex-replace-hero small,.thv2-regex-replace-rule small{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800;color:#71809a}
.thv2-regex-replace-hero h3{margin:6px 0 4px;font-size:22px}
.thv2-regex-replace-hero p{margin:0;color:#586984}
.thv2-regex-replace-badge{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.06em;background:#e9f8f4;color:#157a68}
.thv2-regex-replace-badge.is-warning{background:#fff3dc;color:#9a5c00}
.thv2-regex-replace-badge.is-good{background:#e7faf5;color:#087766}
.thv2-regex-replace-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:14px}
.thv2-regex-replace-metrics article{padding:16px;border:1px solid #dbe3ef;border-radius:14px;background:#fff}
.thv2-regex-replace-metrics strong{display:block;font-size:24px;line-height:1.1;color:#0d2340}
.thv2-regex-replace-metrics small{display:block;margin-top:7px;color:#667792}
.thv2-regex-replace-rule{display:grid;grid-template-columns:2fr 2fr 1fr;gap:10px;margin-top:14px}
.thv2-regex-replace-rule>div{padding:13px 15px;border:1px solid #dbe3ef;border-radius:12px;background:#f8faff;min-width:0}
.thv2-regex-replace-rule code{display:block;margin-top:5px;white-space:pre-wrap;overflow-wrap:anywhere;color:#12284a}
.thv2-regex-replace-warnings{display:grid;gap:8px;margin-top:12px}
.thv2-regex-replace-warnings p{margin:0;padding:11px 13px;border-left:3px solid #ffb23d;border-radius:8px;background:#fff8eb;color:#6d5122}
.thv2-regex-match-list{display:grid;gap:12px}
.thv2-regex-match-card{padding:15px;border:1px solid #dbe3ef;border-radius:14px;background:#fff}
.thv2-regex-match-card__head{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:9px}
.thv2-regex-match-card__head small{color:#71809a}
.thv2-regex-match-card>pre{margin:0;padding:11px 12px;border-radius:10px;background:#0e1a2f;color:#e9f1ff;white-space:pre-wrap;overflow-wrap:anywhere}
.thv2-regex-captures{display:grid;gap:6px;margin-top:10px}
.thv2-regex-captures>div{display:grid;grid-template-columns:minmax(80px,.7fr) 2fr auto;gap:10px;align-items:center;padding:8px 10px;border-radius:9px;background:#f6f8fc}
.thv2-regex-captures code{overflow-wrap:anywhere}
.thv2-regex-captures small{color:#71809a}
.thv2-regex-compare{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.thv2-regex-compare>article{min-width:0;border:1px solid #dbe3ef;border-radius:14px;overflow:hidden;background:#fff}
.thv2-regex-compare__head{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:12px 14px;border-bottom:1px solid #dbe3ef;background:#f7f9fd}
.thv2-regex-compare__head small{color:#71809a}
.thv2-regex-compare__head button{border:1px solid #cdd8e8;border-radius:8px;background:#fff;padding:6px 9px;cursor:pointer}
.thv2-regex-preview{margin:0;min-height:220px;max-height:520px;overflow:auto;padding:16px;white-space:pre-wrap;overflow-wrap:anywhere;background:#0e1a2f;color:#e9f1ff}
.thv2-regex-preview mark{background:#ffe27a;color:#192334;border-radius:4px;padding:1px 2px;box-shadow:0 0 0 1px rgba(255,226,122,.35)}
@media(max-width:900px){
 .thv2-regex-replace-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
 .thv2-regex-replace-rule,.thv2-regex-compare{grid-template-columns:1fr}
}


/* Growth Part 03: CRC32 Generator */
.thv2-crc32-result{display:grid;gap:18px}
.thv2-crc32-hero{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:22px;border:1px solid #dbe3ef;border-radius:16px;background:linear-gradient(135deg,rgba(73,120,215,.09),rgba(64,181,154,.06))}
.thv2-crc32-hero small,.thv2-crc32-primary small,.thv2-crc32-secondary small,.thv2-crc32-details small{display:block;color:#71809a;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.thv2-crc32-hero h3{margin:6px 0 4px;font:800 28px/1.1 ui-monospace,SFMono-Regular,Consolas,monospace;color:#102742}
.thv2-crc32-hero p{margin:0;color:#60708a}
.thv2-crc32-badge{padding:7px 10px;border-radius:999px;background:#eaf2ff;color:#315eae;font-size:11px;font-weight:900;letter-spacing:.07em}
.thv2-crc32-primary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}
.thv2-crc32-primary article{position:relative;min-width:0;padding:15px;border:1px solid #dbe3ef;border-radius:14px;background:#fff}
.thv2-crc32-primary strong{display:block;margin:7px 0 12px;color:#112943;font:800 16px/1.35 ui-monospace,SFMono-Regular,Consolas,monospace;overflow-wrap:anywhere}
.thv2-crc32-primary button{border:1px solid #ccd8e8;border-radius:8px;background:#f8faff;padding:6px 9px;color:#415572;font-size:11px;font-weight:700;cursor:pointer}
.thv2-crc32-secondary{display:grid;grid-template-columns:1fr 1fr 1fr 2fr;gap:10px;margin-top:12px}
.thv2-crc32-secondary>div{min-width:0;padding:13px 14px;border:1px solid #dbe3ef;border-radius:12px;background:#f8faff}
.thv2-crc32-secondary strong,.thv2-crc32-secondary code{display:block;margin-top:5px;color:#17304f;overflow-wrap:anywhere}
.thv2-crc32-vector,.thv2-crc32-guidance{margin-top:12px;padding:13px 15px;border-radius:12px}
.thv2-crc32-vector{border:1px solid #bde7d9;background:#effbf7;color:#176c59}
.thv2-crc32-vector.is-fail{border-color:#efbcbc;background:#fff1f1;color:#9f3030}
.thv2-crc32-vector p,.thv2-crc32-guidance p{margin:5px 0 0}
.thv2-crc32-guidance{border-left:3px solid #f0ae38;background:#fff8e9;color:#655027}
.thv2-crc32-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.thv2-crc32-details article{padding:15px;border:1px solid #dbe3ef;border-radius:13px;background:#fff}
.thv2-crc32-details strong,.thv2-crc32-details code{display:block;margin-top:7px;color:#17304f;overflow-wrap:anywhere}
@media(max-width:900px){
 .thv2-crc32-primary,.thv2-crc32-details{grid-template-columns:repeat(2,minmax(0,1fr))}
 .thv2-crc32-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
 .thv2-crc32-hero{align-items:flex-start;flex-direction:column}
 .thv2-crc32-primary,.thv2-crc32-details,.thv2-crc32-secondary{grid-template-columns:1fr}
}


.thv2-crc32-result[hidden]{display:none!important}


/* Growth Part 04: SHA256 Generator */
.thv2-sha256-result[hidden]{display:none!important}
.thv2-sha256-result{display:grid;gap:18px}
.thv2-sha256-hero{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:22px;border:1px solid #dbe3ef;border-radius:16px;background:linear-gradient(135deg,rgba(80,100,230,.09),rgba(61,187,167,.06))}
.thv2-sha256-hero small,.thv2-sha256-digest small,.thv2-sha256-primary small,.thv2-sha256-metrics small,.thv2-sha256-details small{display:block;color:#71809a;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.thv2-sha256-hero h3{margin:6px 0 4px;color:#102742;font-size:23px}
.thv2-sha256-hero p{margin:0;color:#60708a}
.thv2-sha256-badge{padding:7px 10px;border-radius:999px;background:#e9efff;color:#405fc0;font-size:11px;font-weight:900;letter-spacing:.06em}
.thv2-sha256-digest{margin-top:14px;padding:16px;border:1px solid #dbe3ef;border-radius:14px;background:#0e1a2f}
.thv2-sha256-digest small{color:#92a7c7}
.thv2-sha256-digest code{display:block;margin:9px 0 13px;color:#f1f6ff;font-size:15px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}
.thv2-sha256-digest button,.thv2-sha256-primary button{border:1px solid #cbd7e8;border-radius:8px;background:#fff;padding:6px 9px;color:#415572;font-size:11px;font-weight:700;cursor:pointer}
.thv2-sha256-primary{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}
.thv2-sha256-primary article{min-width:0;padding:15px;border:1px solid #dbe3ef;border-radius:14px;background:#fff}
.thv2-sha256-primary strong{display:block;margin:7px 0 12px;color:#112943;font:800 14px/1.45 ui-monospace,SFMono-Regular,Consolas,monospace;overflow-wrap:anywhere}
.thv2-sha256-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:12px}
.thv2-sha256-metrics article,.thv2-sha256-details article{padding:14px;border:1px solid #dbe3ef;border-radius:12px;background:#f8faff}
.thv2-sha256-metrics strong,.thv2-sha256-details strong{display:block;margin-bottom:5px;color:#17304f;overflow-wrap:anywhere}
.thv2-sha256-compare,.thv2-sha256-vector,.thv2-sha256-guidance{margin-top:12px;padding:13px 15px;border-radius:12px}
.thv2-sha256-compare{border:1px solid #d9e1ed;background:#f7f9fc}
.thv2-sha256-compare.is-match,.thv2-sha256-vector.is-pass{border-color:#bde7d9;background:#effbf7;color:#176c59}
.thv2-sha256-compare.is-mismatch,.thv2-sha256-vector.is-fail{border-color:#efbcbc;background:#fff1f1;color:#9f3030}
.thv2-sha256-compare p,.thv2-sha256-vector p,.thv2-sha256-guidance p{margin:5px 0 0}
.thv2-sha256-guidance{border-left:3px solid #f0ae38;background:#fff8e9;color:#655027}
.thv2-sha256-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
@media(max-width:900px){.thv2-sha256-metrics,.thv2-sha256-details{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.thv2-sha256-hero{align-items:flex-start;flex-direction:column}.thv2-sha256-primary,.thv2-sha256-metrics,.thv2-sha256-details{grid-template-columns:1fr}}

/* Growth Part 05: SHA512 Generator */
.thv2-sha512-result[hidden]{display:none!important}
.thv2-sha512-result{display:grid;gap:18px}
.thv2-sha512-hero{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:22px;border:1px solid #dbe3ef;border-radius:16px;background:linear-gradient(135deg,rgba(90,82,225,.09),rgba(58,181,160,.06))}
.thv2-sha512-hero small,.thv2-sha512-digest small,.thv2-sha512-primary small,.thv2-sha512-metrics small,.thv2-sha512-details small{display:block;color:#71809a;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.thv2-sha512-hero h3{margin:6px 0 4px;color:#102742;font-size:23px}.thv2-sha512-hero p{margin:0;color:#60708a}
.thv2-sha512-badge{padding:7px 10px;border-radius:999px;background:#eceaff;color:#5549ba;font-size:11px;font-weight:900;letter-spacing:.06em}
.thv2-sha512-digest{margin-top:14px;padding:16px;border:1px solid #dbe3ef;border-radius:14px;background:#0e1a2f;overflow:hidden}
.thv2-sha512-digest small{color:#92a7c7}.thv2-sha512-digest code{display:block;margin:9px 0 13px;color:#f1f6ff!important;background:transparent!important;font-size:14px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-all}
.thv2-sha512-digest button,.thv2-sha512-primary button{border:1px solid #cbd7e8;border-radius:8px;background:#fff;padding:6px 9px;color:#415572;font-size:11px;font-weight:700;cursor:pointer}
.thv2-sha512-primary{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.thv2-sha512-primary article{min-width:0;padding:15px;border:1px solid #dbe3ef;border-radius:14px;background:#fff;overflow:hidden}
.thv2-sha512-primary strong{display:block;max-width:100%;margin:7px 0 12px;color:#112943;font:800 13px/1.45 ui-monospace,SFMono-Regular,Consolas,monospace;overflow-x:auto;white-space:nowrap}
.thv2-sha512-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:12px}.thv2-sha512-metrics article,.thv2-sha512-details article{padding:14px;border:1px solid #dbe3ef;border-radius:12px;background:#f8faff}
.thv2-sha512-metrics strong,.thv2-sha512-details strong{display:block;margin-bottom:5px;color:#17304f;overflow-wrap:anywhere}
.thv2-sha512-compare,.thv2-sha512-vector,.thv2-sha512-guidance{margin-top:12px;padding:13px 15px;border-radius:12px}.thv2-sha512-compare{border:1px solid #d9e1ed;background:#f7f9fc}
.thv2-sha512-compare.is-match,.thv2-sha512-vector.is-pass{border-color:#bde7d9;background:#effbf7;color:#176c59}.thv2-sha512-compare.is-mismatch,.thv2-sha512-vector.is-fail{border-color:#efbcbc;background:#fff1f1;color:#9f3030}
.thv2-sha512-compare p,.thv2-sha512-vector p,.thv2-sha512-guidance p{margin:5px 0 0}.thv2-sha512-guidance{border-left:3px solid #f0ae38;background:#fff8e9;color:#655027}
.thv2-sha512-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
@media(max-width:900px){.thv2-sha512-metrics,.thv2-sha512-details{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.thv2-sha512-hero{align-items:flex-start;flex-direction:column}.thv2-sha512-primary,.thv2-sha512-metrics,.thv2-sha512-details{grid-template-columns:1fr}}

/* Growth Part 06: MD5 */
.thv2-md5-result[hidden]{display:none!important}.thv2-md5-result{display:grid;gap:18px}.thv2-md5-hero{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:22px;border:1px solid #dbe3ef;border-radius:16px;background:#faf8f4}.thv2-md5-hero h3{margin:6px 0 4px}.thv2-md5-hero p{margin:0;color:#60708a}.thv2-md5-hero small,.thv2-md5-digest small,.thv2-md5-grid small,.thv2-md5-metrics small,.thv2-md5-details small{display:block;color:#71809a;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.thv2-md5-digest{margin-top:14px;padding:16px;border-radius:14px;background:#0e1a2f}.thv2-md5-digest code{display:block;margin:9px 0 13px;color:#f1f6ff!important;background:transparent!important;font-size:16px}.thv2-md5-digest button,.thv2-md5-grid button{padding:6px 9px;border:1px solid #cbd7e8;border-radius:8px;background:#fff}.thv2-md5-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.thv2-md5-grid article,.thv2-md5-metrics article,.thv2-md5-details article{min-width:0;padding:14px;border:1px solid #dbe3ef;border-radius:12px;background:#fff}.thv2-md5-grid strong{display:block;margin:7px 0 12px;overflow-wrap:anywhere}.thv2-md5-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:12px}.thv2-md5-compare,.thv2-md5-vector,.thv2-md5-warning{margin-top:12px;padding:13px 15px;border-radius:12px}.thv2-md5-compare.is-match,.thv2-md5-vector.is-pass{background:#effbf7;color:#176c59}.thv2-md5-compare.is-mismatch{background:#fff1f1;color:#9f3030}.thv2-md5-warning{border-left:3px solid #d68b2e;background:#fff6e8;color:#68491f}.thv2-md5-compare p,.thv2-md5-vector p,.thv2-md5-warning p{margin:5px 0 0}.thv2-md5-details{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(max-width:600px){.thv2-md5-hero{flex-direction:column;align-items:flex-start}.thv2-md5-grid,.thv2-md5-metrics,.thv2-md5-details{grid-template-columns:1fr}}


/* Growth Part 07: BCrypt Hash Generator */
.thv2-bcrypt-result[hidden]{display:none!important}.thv2-bcrypt-result{display:grid;gap:18px}
.thv2-bcrypt-hero{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:22px;border:1px solid #dbe3ef;border-radius:16px;background:linear-gradient(135deg,rgba(69,96,215,.09),rgba(63,181,153,.07))}
.thv2-bcrypt-hero small,.thv2-bcrypt-hash small,.thv2-bcrypt-metrics small,.thv2-bcrypt-structure small{display:block;color:#71809a;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.thv2-bcrypt-hero h3{margin:6px 0 4px;color:#102742;font-size:23px}.thv2-bcrypt-hero p{margin:0;color:#60708a}
.thv2-bcrypt-badge{padding:7px 10px;border-radius:999px;background:#e8faf4;color:#157561;font-size:11px;font-weight:900;letter-spacing:.06em}.thv2-bcrypt-badge.is-warning{background:#fff1e4;color:#9b5e20}
.thv2-bcrypt-hash{margin-top:14px;padding:16px;border-radius:14px;background:#0e1a2f;overflow:hidden}.thv2-bcrypt-hash small{color:#91a7c8}.thv2-bcrypt-hash code{display:block;margin:9px 0 13px;color:#f1f6ff!important;background:transparent!important;font-size:15px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-all}.thv2-bcrypt-hash button{padding:7px 10px;border:1px solid #cbd7e8;border-radius:8px;background:#fff;color:#40536f;cursor:pointer}
.thv2-bcrypt-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:12px}.thv2-bcrypt-metrics article,.thv2-bcrypt-structure article{min-width:0;padding:14px;border:1px solid #dbe3ef;border-radius:12px;background:#fff}.thv2-bcrypt-metrics strong{display:block;margin-bottom:5px;color:#17304f;font-size:18px;overflow-wrap:anywhere}
.thv2-bcrypt-verification,.thv2-bcrypt-guidance,.thv2-bcrypt-warnings{margin-top:12px;padding:13px 15px;border-radius:12px}.thv2-bcrypt-verification{border:1px solid #bde7d9;background:#effbf7;color:#176c59}.thv2-bcrypt-verification.is-fail{border-color:#efbcbc;background:#fff1f1;color:#9f3030}.thv2-bcrypt-guidance{border-left:3px solid #5d77df;background:#f3f6ff;color:#40536f}.thv2-bcrypt-verification p,.thv2-bcrypt-guidance p,.thv2-bcrypt-warnings p{margin:5px 0 0}.thv2-bcrypt-warnings{display:grid;gap:7px;border-left:3px solid #d68b2e;background:#fff7e9;color:#68491f}
.thv2-bcrypt-structure{display:grid;grid-template-columns:1fr 1fr 2fr;gap:12px}.thv2-bcrypt-structure article.is-wide{grid-column:span 3}.thv2-bcrypt-structure code{display:block;margin-top:7px;color:#17304f;overflow-wrap:anywhere}
.thv2-bcrypt-format-example{margin-top:14px;padding:16px;border-radius:14px;background:#0e1a2f;color:#f1f6ff}.thv2-bcrypt-format-example code{display:flex;flex-wrap:wrap;gap:3px;background:transparent!important;color:inherit!important}.thv2-bcrypt-format-example span{padding:3px 5px;border-radius:5px;background:rgba(255,255,255,.08)}.thv2-bcrypt-format-example small{display:block;margin-top:9px;color:#91a7c8}
@media(max-width:900px){.thv2-bcrypt-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.thv2-bcrypt-structure{grid-template-columns:1fr 1fr}.thv2-bcrypt-structure article.is-wide{grid-column:span 2}}
@media(max-width:560px){.thv2-bcrypt-hero{flex-direction:column;align-items:flex-start}.thv2-bcrypt-metrics,.thv2-bcrypt-structure{grid-template-columns:1fr}.thv2-bcrypt-structure article.is-wide{grid-column:auto}}

/* TOP10 batch: JWT summary */
.thv2-jwt-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;margin:0 0 14px}.thv2-jwt-summary>div{border:1px solid var(--thv2-border,#dbe3ef);border-radius:10px;padding:10px 12px;background:#fff}.thv2-jwt-summary small{display:block;font-size:11px;opacity:.65;text-transform:uppercase;letter-spacing:.06em}.thv2-jwt-summary strong{display:block;margin-top:3px;word-break:break-word}.thv2-jwt-result [data-thv2-jwt-analysis-wrap]{grid-column:1/-1}
/* source: assets/frontend/premium-ui.css */
body.thv2-search-open{overflow:hidden}.thv2-site-header{grid-template-columns:auto minmax(0,1fr) auto;min-height:60px;padding-inline:clamp(16px,3vw,48px)}.thv2-brand__mark{width:30px;height:30px;padding:5px;stroke:currentColor;fill:none;stroke-width:2}.thv2-primary-nav{justify-content:flex-start;margin-left:clamp(20px,3vw,48px)}.thv2-primary-nav>a,.thv2-primary-nav button,.thv2-premium-placeholder{display:inline-flex;align-items:center;min-height:40px;padding:8px 10px;border:0;background:transparent;color:#c8ced8;font-size:13px;font-weight:700}.thv2-premium-placeholder{color:#e7c56f}.thv2-nav-dropdown{position:relative}.thv2-nav-dropdown__panel{position:absolute;top:calc(100% + 10px);left:0;display:none;grid-template-columns:repeat(2,minmax(150px,1fr));width:360px;padding:10px;border:1px solid #3d4654;background:#202630;box-shadow:0 18px 45px #0005}.thv2-nav-dropdown__panel.is-open{display:grid}.thv2-nav-dropdown__panel a{display:flex;align-items:center;gap:9px;min-height:42px;padding:8px;color:#d9dee7}.thv2-nav-dropdown__panel svg{width:18px}.thv2-header-account{display:flex;align-items:center;gap:4px}.thv2-header-account>a{display:flex;align-items:center;min-height:40px;padding:7px 10px;font-size:13px;font-weight:700}.thv2-register-link{border:1px solid #535f72}.thv2-search-trigger{display:flex;align-items:center;gap:7px;min-height:40px;padding:6px 9px;border:1px solid #3c4553;background:#242b36;color:#d8dde5}.thv2-search-trigger kbd{border:1px solid #505b6d;color:#9fa8b7;font-size:10px}.thv2-mobile-menu button{display:flex;align-items:center;gap:8px;min-height:44px;padding:10px;border:1px solid #3c4553;background:#242b36;color:#fff}.thv2-mobile-menu__label{padding:14px 10px 5px;color:#7f8a9b;font-size:10px;font-weight:800;text-transform:uppercase}
.thv2-command{position:fixed;inset:0;z-index:200}.thv2-command__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:#0a0d12b8;backdrop-filter:blur(3px)}.thv2-command__dialog{position:relative;width:min(680px,calc(100% - 32px));max-height:calc(100vh - 72px);margin:clamp(36px,10vh,110px) auto 0;overflow:hidden;border:1px solid #3b4655;background:#fff;box-shadow:0 28px 80px #0006}.thv2-command__input{display:flex;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--thv2-border)}.thv2-command__input input{flex:1;min-width:0;height:42px;border:0;outline:0;font-size:16px}.thv2-command__input button{min-height:34px;border:1px solid var(--thv2-border);background:#f7f8fa}.thv2-command__results{max-height:calc(100vh - 190px);overflow:auto;padding:8px}.thv2-command__results>p{padding:28px;text-align:center;color:var(--thv2-muted)}.thv2-command__results>a{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:76px;padding:10px;border-bottom:1px solid #edf0f4}.thv2-command__results>a:hover{background:#f5f7fa}.thv2-command__icon{display:grid;place-items:center;width:42px;height:42px;background:color-mix(in srgb,var(--thv2-tool-accent) 10%,white);color:var(--thv2-tool-accent)}.thv2-command__results>a>span:nth-child(2){display:grid;min-width:0}.thv2-command__results small{color:var(--thv2-tool-accent);font-size:10px;font-weight:800;text-transform:uppercase}.thv2-command__results em{overflow:hidden;color:var(--thv2-muted);font-size:12px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}
.thv2-home-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.8fr);align-items:center;gap:clamp(36px,6vw,90px);min-height:500px;padding-block:clamp(52px,7vw,84px)}.thv2-home-hero h1{max-width:760px;margin:12px 0 16px;font-size:clamp(38px,5vw,66px);letter-spacing:-.055em}.thv2-home-hero p{max-width:640px;margin:0;color:#bac2ce;font-size:clamp(16px,1.5vw,19px)}.thv2-home-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.thv2-home-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin:0;padding:10px 17px}.thv2-home-trust{display:flex;flex-wrap:wrap;gap:18px!important;margin-top:24px!important;font-size:12px!important}.thv2-home-trust span:before{content:'✓';margin-right:6px;color:#7ca28f}.thv2-hero-visual{position:relative;min-height:330px}.thv2-hero-core{position:absolute;top:50%;left:50%;display:grid;place-items:center;width:150px;height:150px;transform:translate(-50%,-50%);border:1px solid #4b5667;background:#202631}.thv2-hero-core svg{width:42px;stroke:#7891fb;fill:none;stroke-width:2}.thv2-hero-core small{color:#8f99a8}.thv2-hero-orbit{position:absolute;inset:30px;border:1px solid #97a4b933;border-radius:50%}.thv2-hero-orbit--2{inset:80px}.thv2-hero-chip{position:absolute;display:flex;align-items:center;gap:7px;min-height:40px;padding:8px 11px;border:1px solid #465161;background:#232a35;font-size:12px;animation:thv2-float 5s ease-in-out infinite}.thv2-hero-chip svg{width:17px;color:#8aa0ff}.thv2-hero-chip--0{top:10%;left:8%}.thv2-hero-chip--1{top:3%;right:8%}.thv2-hero-chip--2{top:44%;right:0}.thv2-hero-chip--3{bottom:5%;right:12%}.thv2-hero-chip--4{bottom:3%;left:9%}.thv2-hero-chip--5{top:45%;left:0}@keyframes thv2-float{50%{transform:translateY(-7px)}}
.thv2-home-section{padding-block:clamp(44px,6vw,72px)}.thv2-home-section--popular{background:#eef1f5}.thv2-home-section--featured{background:#fff}.thv2-home-section--categories{background:#1d232c;color:#fff}.thv2-section-heading p{margin:5px 0 0;color:var(--thv2-muted);font-size:13px}.thv2-tool-grid{gap:14px;border:0}.thv2-tool-card{grid-template-columns:46px minmax(0,1fr);gap:14px;min-height:205px;padding:18px;border:1px solid var(--thv2-border);background:#fff;transition:.18s}.thv2-tool-card:hover,.thv2-tool-card:focus-visible{border-color:var(--thv2-tool-accent);background:#fff;box-shadow:0 10px 28px #161e2c17;transform:translateY(-2px)}.thv2-tool-card__icon{width:46px;height:46px;border:0;background:color-mix(in srgb,var(--thv2-tool-accent) 10%,white)}.thv2-tool-card__top{display:flex;justify-content:space-between;gap:5px}.thv2-card-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:3px}.thv2-card-badges i{padding:2px 5px;border:1px solid var(--thv2-border);font-size:8px;font-style:normal;font-weight:800;text-transform:uppercase}.thv2-tool-card strong{font-size:16px}.thv2-tool-card em{font-size:13px}.thv2-tool-card__action{border-top:1px solid #edf0f3}.thv2-home-categories>a{min-height:190px;border:1px solid #39424f;background:#242b35}.thv2-home-categories>a small{color:#aeb7c5}.thv2-home-faq{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.thv2-home-cta{display:flex;align-items:center;justify-content:space-between;gap:36px;margin:0}.thv2-home-cta>div:first-child{max-width:760px}.thv2-home-cta>div:last-child{display:flex;gap:9px}
.thv2-directory-hero{padding:clamp(40px,5vw,72px)}.thv2-directory-hero h1{font-size:clamp(34px,4vw,56px)}.thv2-directory-shell{grid-template-columns:minmax(190px,230px) minmax(0,1fr)}.thv2-directory-toolbar{position:sticky;top:60px;z-index:20;display:flex;justify-content:space-between;gap:14px;margin-bottom:22px;padding:10px;border:1px solid var(--thv2-border);background:#fffffff2}.thv2-directory-toolbar label{display:flex;align-items:center;gap:8px;min-height:42px}.thv2-directory-toolbar label:first-child{flex:1;max-width:600px;padding:0 12px;background:#f5f7f9}.thv2-directory-toolbar input{width:100%;border:0;background:transparent;outline:0}.thv2-directory-toolbar select{min-height:42px;border:1px solid var(--thv2-border);background:#fff}.thv2-mini-grid{gap:8px;border:0}.thv2-mini-grid>a{border:1px solid var(--thv2-border)}
@media(max-width:1100px){.thv2-header-account>a{display:none}.thv2-home-hero{grid-template-columns:1fr 330px}}@media(max-width:767px){html,body{max-width:100%;overflow-x:hidden}.thv2-site-header{grid-template-columns:auto 1fr auto}.thv2-header-account,.thv2-primary-nav{display:none}.thv2-menu-toggle{display:grid}.thv2-mobile-menu{max-height:calc(100vh - 60px);overflow:auto}.thv2-command__dialog{width:calc(100% - 20px);margin-top:10px}.thv2-home-hero{grid-template-columns:1fr;min-height:0;padding-block:48px}.thv2-hero-visual{min-height:290px}.thv2-home-faq{grid-template-columns:1fr}.thv2-home-cta{align-items:flex-start;flex-direction:column}.thv2-home-cta>div:last-child{width:100%}.thv2-home-cta .thv2-home-button{flex:1}.thv2-directory-toolbar{flex-direction:column}.thv2-directory-toolbar label:first-child{max-width:none}.thv2-tool-card{min-height:190px}.thv2-home-section{padding-inline:16px}}@media(max-width:430px){.thv2-hero-chip{font-size:10px;padding:6px}.thv2-hero-core{width:125px;height:125px}.thv2-tool-card{grid-template-columns:42px minmax(0,1fr);padding:15px}.thv2-card-badges i:nth-child(n+2){display:none}.thv2-directory-content{padding-inline:12px}.thv2-tool__meta{display:grid}.thv2-tool__meta span{border:0}.thv2-command__results em{display:none}}@media(prefers-reduced-motion:reduce){.thv2-hero-chip{animation:none}.thv2-tool-card:hover{transform:none}}

/* Part 4: premium monochrome tool-card system */
.thv2-tool-card{
  overflow:hidden;
  border:1px solid #e2e5ea;
  border-radius:18px;
  background:linear-gradient(180deg,#fff 0%,#fbfbfc 100%);
  box-shadow:0 8px 24px rgba(18,24,35,.045);
}
.thv2-tool-card:hover,.thv2-tool-card:focus-visible{
  border-color:#cfd4dc;
  background:#fff;
  box-shadow:0 18px 42px rgba(18,24,35,.10);
  transform:translateY(-4px);
}
.thv2-tool-card__icon{
  position:relative;
  border:1px solid #dfe3e9;
  border-radius:15px;
  background:linear-gradient(145deg,#f7f8fa,#eef0f3);
  color:#202631;
  box-shadow:inset 0 1px 0 #fff,0 7px 18px rgba(20,28,40,.06);
}
.thv2-tool-card__icon:after{
  content:"";
  position:absolute;
  right:7px;
  bottom:7px;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#8c95a3;
  box-shadow:0 0 0 3px rgba(140,149,163,.12);
}
.thv2-tool-card__icon .thv2-icon{width:25px;height:25px;stroke-width:1.55}
.thv2-tool-card__icon .thv2-icon-signature{display:none}
.thv2-tool-card small{color:#737c8b;letter-spacing:.09em}
.thv2-tool-card strong{color:#171c25;letter-spacing:-.018em}
.thv2-tool-card em{color:#747d8a;line-height:1.55}
.thv2-tool-card__action{color:#272e39}
.thv2-tool-card__action b{
  display:grid;
  place-items:center;
  width:27px;
  height:27px;
  border:1px solid #dde1e7;
  border-radius:50%;
  background:#f5f6f8;
  color:#222832;
  transition:transform .18s ease,background .18s ease;
}
.thv2-tool-card:hover .thv2-tool-card__action b{transform:translateX(3px);background:#eceff3}
.thv2-card-badges i{border-color:#dfe3e8;border-radius:999px;background:#f6f7f9;color:#5e6876}
.thv2-command__icon,.thv2-dir-tool__icon,.thv2-dir-mini-grid__icon,.thv2-related-tile__icon{color:#252c36}
@media(max-width:430px){.thv2-tool-card{border-radius:15px}.thv2-tool-card__icon{border-radius:13px}}

/* Trexmi signed-in account state */
.thv2-header-account .thv2-account-chip{display:inline-flex!important;align-items:center;gap:8px;min-height:40px;padding:5px 8px 5px 6px;border:1px solid #3c4553;border-radius:9px;background:#202630;color:#e9edf5;text-decoration:none}.thv2-account-chip:hover{border-color:#657086;background:#262e3a}.thv2-account-chip__avatar{display:grid;place-items:center;width:28px;height:28px;border-radius:7px;background:#303a49;color:#fff;font-size:12px;font-weight:900}.thv2-account-chip__name{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750}.thv2-account-chip__plan{padding:3px 5px;border:1px solid #4a5567;border-radius:5px;color:#aeb7c6;font-size:9px;font-weight:900;letter-spacing:.08em}.thv2-account-chip.is-pro{border-color:rgba(231,197,111,.45);background:linear-gradient(135deg,rgba(231,197,111,.10),#202630 55%)}.thv2-account-chip.is-pro .thv2-account-chip__avatar{background:#e7c56f;color:#15181e}.thv2-account-chip.is-pro .thv2-account-chip__plan{border-color:rgba(231,197,111,.55);background:rgba(231,197,111,.10);color:#f0d889}.thv2-mobile-account-link{display:flex!important;align-items:center;justify-content:space-between}.thv2-mobile-account-link strong{padding:3px 6px;border:1px solid #4a5567;border-radius:5px;color:#e7c56f;font-size:10px;text-transform:uppercase}.thv2-account-plan-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.thv2-plan-status{padding:5px 8px;border:1px solid #465062;border-radius:999px;color:#9ca6b5;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.thv2-plan-status.is-active{border-color:rgba(104,211,145,.38);background:rgba(104,211,145,.09);color:#8fe0ad}.thv2-account-card--plan.is-pro{border-color:rgba(231,197,111,.32);background:linear-gradient(145deg,rgba(231,197,111,.07),rgba(255,255,255,.025) 45%)}.thv2-account-renewal{margin-top:-4px!important;color:#d6dbe4!important;font-size:13px!important}.thv2-account-notice{margin:14px 0;padding:11px 12px;border:1px solid rgba(231,197,111,.25);border-radius:8px;background:rgba(231,197,111,.07);color:#dbc985;font-size:12px;line-height:1.5}
@media(max-width:1100px){.thv2-header-account .thv2-account-chip{display:inline-flex!important}.thv2-account-chip__name{display:none}}@media(max-width:767px){.thv2-header-account .thv2-account-chip{display:none!important}}
/* source: assets/frontend/premium-repair.css */
body.toolhub-v2-managed-page{margin:0;background:#f6f7f9;color:#171b22}.toolhub-v2-managed-page>.site-header,.toolhub-v2-managed-page>#masthead,.toolhub-v2-managed-page>.site-footer,.toolhub-v2-managed-page>#colophon{display:none!important}.thv2-skip-link:focus{z-index:9999;width:auto!important;height:auto!important;clip:auto!important;padding:10px 14px!important;margin:8px!important;background:#fff;color:#111}
.thv2-home-hero{min-height:430px;padding-block:clamp(42px,5vw,68px);background:#151a23!important}.thv2-home-hero--gradient{background:linear-gradient(120deg,#111722 0%,#1b2945 62%,#202e50 100%)!important}.thv2-home-hero h1{color:#fff!important;opacity:1!important;text-shadow:0 2px 22px #0005}.thv2-home-hero__copy>p{color:#d7dde7!important}.thv2-hero-visual{min-height:300px}.thv2-hero-chip{max-width:155px;color:#f5f7fb;border-color:color-mix(in srgb,var(--thv2-tool-accent) 55%,#465161);background:#222b38}.thv2-hero-chip .thv2-icon{color:var(--thv2-tool-accent);width:20px;height:20px}.thv2-hero-chip b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thv2-hero-core{background:#18202d;border-color:#61708a;box-shadow:0 18px 55px #0007}
.thv2-tool-grid{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch}.thv2-tool-card{position:relative;grid-template-columns:58px minmax(0,1fr);min-height:218px;border-top:3px solid color-mix(in srgb,var(--thv2-tool-accent) 75%,#fff)}.thv2-tool-card:before{content:'';position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 0 var(--thv2-tool-accent);transition:box-shadow .18s}.thv2-tool-card:hover:before,.thv2-tool-card:focus-visible:before{box-shadow:inset 4px 0 0 var(--thv2-tool-accent)}.thv2-tool-card__icon{width:58px;height:58px;border:1px solid color-mix(in srgb,var(--thv2-tool-accent) 32%,#d9dee6);background:color-mix(in srgb,var(--thv2-tool-accent) 14%,white);box-shadow:inset 0 -2px 0 color-mix(in srgb,var(--thv2-tool-accent) 30%,transparent)}.thv2-tool-card__icon .thv2-icon{width:28px;height:28px}.thv2-tool-card__content>strong{margin-top:8px;padding-top:8px;border-top:1px solid #edf0f3}.thv2-tool-card em{min-height:3.9em;max-height:3.9em;line-height:1.3;-webkit-line-clamp:3}.thv2-tool-card__action{margin-top:auto;padding-top:10px;color:#252d3b}.thv2-tool-card__action b{display:grid;place-items:center;width:24px;height:24px;background:color-mix(in srgb,var(--thv2-tool-accent) 12%,white)}.thv2-category-rail{background:#eef2f7}.thv2-category-rail h2{color:#273143}.thv2-category-rail>a{border-color:#d5dce6;background:#f7f9fb}.thv2-category-rail>a:hover{border-left-color:var(--thv2-primary);background:#fff}.thv2-category-rail>a.is-active{color:#17213a;background:#fff;box-shadow:0 5px 16px #18243a0d}.thv2-directory-toolbar{box-shadow:0 8px 24px #17203312}
.thv2-site-footer{border-top:1px solid #343e4d;background:#171d27;color:#dbe1ea}.thv2-site-footer__grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:clamp(24px,4vw,64px);padding:clamp(42px,5vw,70px) clamp(20px,5vw,72px)}.thv2-site-footer section p{max-width:300px;color:#9fa9b8;font-size:14px}.thv2-site-footer section small{color:#d8bd73}.thv2-site-footer h2{margin:0 0 13px;color:#8895a8;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.thv2-site-footer nav{display:flex;flex-direction:column;gap:9px}.thv2-site-footer nav a{color:#dbe1ea;font-size:13px}.thv2-site-footer nav a:hover{text-decoration:underline}.thv2-site-footer__bottom{display:flex;justify-content:space-between;gap:20px;padding:18px clamp(20px,5vw,72px);border-top:1px solid #303947;color:#8e99a9;font-size:12px}
.toolhub-v2-managed-page .crisp-client,.toolhub-v2-managed-page #tidio-chat,.toolhub-v2-managed-page .chaty-widget,.toolhub-v2-managed-page .joinchat,.toolhub-v2-managed-page .tawk-min-container,.toolhub-v2-managed-page .intercom-lightweight-app{display:none!important}
.toolhub-v2-admin .thv2-icon,.toolhub-v2-card .thv2-icon{width:22px;height:22px;vertical-align:middle;margin-right:8px}
@media(max-width:1550px){.thv2-tool-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1300px){.thv2-tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.thv2-site-footer__grid{grid-template-columns:1.5fr repeat(2,1fr)}}@media(max-width:900px){.thv2-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.thv2-site-footer__grid{grid-template-columns:repeat(2,1fr)}.thv2-site-footer__grid>section{grid-column:1/-1}}@media(max-width:767px){.thv2-home-hero{min-height:0;padding-block:38px}.thv2-hero-visual{min-height:270px}.thv2-category-rail{background:#eef2f7}.thv2-site-footer__grid{grid-template-columns:1fr;gap:28px}.thv2-site-footer__grid>section{grid-column:auto}.thv2-site-footer__bottom{flex-direction:column}.thv2-tool-card{grid-template-columns:52px minmax(0,1fr)}.thv2-tool-card__icon{width:52px;height:52px}}@media(max-width:560px){.thv2-tool-grid{grid-template-columns:1fr}.thv2-tool-card{min-height:190px}.thv2-hero-chip{max-width:125px}.thv2-hero-chip--2{right:2px}.thv2-hero-chip--5{left:2px}}@media(prefers-reduced-motion:reduce){.thv2-tool-card:before{transition:none}}
/* source: assets/frontend/launch-home.css */
/* Trexmi Part 15.1.1 — launch header and hero */
:root{--thv2-launch-ink:#0b1020;--thv2-launch-muted:#667085;--thv2-launch-line:#e8ebf2;--thv2-launch-blue:#635bff;--thv2-launch-cyan:#13b8a6;--thv2-launch-dark:#0c1120}
.thv2-site-header--launch{position:sticky!important;top:0!important;z-index:80!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;min-height:76px!important;padding:0 clamp(20px,3vw,54px)!important;border-bottom:1px solid rgba(255,255,255,.1)!important;background:rgba(10,15,29,.82)!important;color:#fff!important;backdrop-filter:blur(20px) saturate(140%);transition:min-height .25s ease,background .25s ease,box-shadow .25s ease,border-color .25s ease}
.thv2-site-header--launch.is-scrolled{min-height:66px!important;background:rgba(10,15,29,.95)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 12px 35px rgba(3,7,18,.22)}
.thv2-brand--launch{display:inline-flex!important;align-items:center;gap:10px;color:#fff!important;text-decoration:none!important;font-size:20px!important;font-weight:850!important;letter-spacing:-.035em}
.thv2-brand__symbol{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.18);border-radius:11px;background:linear-gradient(145deg,#7c72ff,#4b46d8);box-shadow:0 8px 25px rgba(99,91,255,.34)}
.thv2-brand--launch .thv2-brand__mark{width:24px!important;height:24px!important;padding:4px!important;stroke:#fff!important;stroke-width:2.2!important}
.thv2-brand__beta{padding:4px 6px;border:1px solid rgba(255,255,255,.16);border-radius:5px;color:#9da7ba;font-size:8px;font-weight:900;letter-spacing:.12em}
.thv2-primary-nav--launch{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:4px!important;margin-left:clamp(28px,4vw,64px)!important}
.thv2-primary-nav--launch>a,.thv2-primary-nav--launch button{min-height:42px!important;padding:8px 12px!important;border:0!important;border-radius:9px!important;background:transparent!important;color:#cfd5df!important;font-size:13px!important;font-weight:700!important;text-decoration:none!important;transition:background .2s ease,color .2s ease}
.thv2-primary-nav--launch>a:hover,.thv2-primary-nav--launch button:hover{background:rgba(255,255,255,.07)!important;color:#fff!important}
.thv2-primary-nav--launch button svg{width:15px;height:15px;margin-left:5px;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .2s ease}.thv2-primary-nav--launch button[aria-expanded=true] svg{transform:rotate(180deg)}
.thv2-site-header--launch .thv2-nav-dropdown__panel{top:calc(100% + 15px)!important;left:-10px!important;display:none!important;width:min(620px,82vw)!important;padding:16px!important;border:1px solid #e8ebf2!important;border-radius:18px!important;background:#fff!important;box-shadow:0 24px 65px rgba(5,12,30,.28)!important;color:var(--thv2-launch-ink)!important}.thv2-site-header--launch .thv2-nav-dropdown__panel.is-open{display:block!important}
.thv2-nav-dropdown__heading{display:flex;align-items:center;justify-content:space-between;padding:2px 4px 12px;color:#98a2b3;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.thv2-nav-dropdown__heading a{color:#635bff;text-decoration:none}
.thv2-nav-dropdown__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.thv2-nav-dropdown__grid>a{display:grid!important;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px;min-height:62px;padding:8px!important;border-radius:12px;color:#182033!important;text-decoration:none}.thv2-nav-dropdown__grid>a:hover{background:#f5f6fa}.thv2-nav-dropdown__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:color-mix(in srgb,var(--thv2-nav-accent) 12%,white);color:var(--thv2-nav-accent)}.thv2-nav-dropdown__icon svg{width:20px;height:20px}.thv2-nav-dropdown__grid strong,.thv2-nav-dropdown__grid small{display:block}.thv2-nav-dropdown__grid strong{font-size:13px}.thv2-nav-dropdown__grid small{margin-top:2px;color:#98a2b3;font-size:10px}
.thv2-header-account--launch{display:flex!important;align-items:center;gap:6px!important}.thv2-search-trigger--launch{display:flex!important;align-items:center;gap:8px;min-height:42px!important;padding:7px 9px 7px 11px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:10px!important;background:rgba(255,255,255,.055)!important;color:#d9deea!important}.thv2-search-trigger--launch:hover{border-color:rgba(255,255,255,.24)!important;background:rgba(255,255,255,.09)!important}.thv2-search-trigger--launch .thv2-icon{width:17px}.thv2-search-trigger--launch span{font-size:12px;font-weight:650}.thv2-search-trigger--launch kbd{padding:3px 5px;border:1px solid rgba(255,255,255,.12)!important;border-radius:5px;background:rgba(0,0,0,.15);color:#8f99aa!important;font-size:9px!important}
.thv2-account-link,.thv2-pro-link{display:inline-flex!important;align-items:center;justify-content:center;min-height:42px;padding:8px 12px!important;border-radius:10px;color:#d9deea!important;font-size:12px!important;font-weight:750!important;text-decoration:none}.thv2-account-link:hover{background:rgba(255,255,255,.06);color:#fff!important}.thv2-pro-link{gap:6px;background:linear-gradient(135deg,#786fff,#554cdb)!important;color:#fff!important;box-shadow:0 9px 22px rgba(99,91,255,.27)}.thv2-pro-link:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(99,91,255,.38)}
.thv2-menu-toggle--launch{display:none!important}.thv2-mobile-menu--launch{background:#0c1222!important}.thv2-mobile-pro{margin-top:8px!important;border:1px solid rgba(124,114,255,.38)!important;background:rgba(99,91,255,.12)!important;color:#bab5ff!important}

.thv2-home{background:#fff!important}.thv2-home>main{overflow:hidden}.thv2-launch-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.03fr) minmax(480px,.97fr);align-items:center;gap:clamp(45px,5vw,90px);min-height:calc(100vh - 76px);padding:clamp(72px,8vw,116px) clamp(24px,6vw,108px);background:linear-gradient(124deg,#080d1a 0%,#11182b 58%,#121a31 100%);color:#fff;isolation:isolate}
.thv2-launch-hero__grid{position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to right,black,transparent 80%)}
.thv2-launch-hero__ambient span{position:absolute;z-index:-1;border-radius:50%;filter:blur(2px)}.thv2-launch-hero__ambient span:nth-child(1){top:3%;left:-8%;width:460px;height:460px;background:radial-gradient(circle,rgba(99,91,255,.25),transparent 70%)}.thv2-launch-hero__ambient span:nth-child(2){right:-8%;bottom:-12%;width:580px;height:580px;background:radial-gradient(circle,rgba(19,184,166,.16),transparent 68%)}.thv2-launch-hero__ambient span:nth-child(3){top:20%;left:44%;width:260px;height:260px;background:radial-gradient(circle,rgba(70,117,255,.12),transparent 68%)}
.thv2-launch-hero__content{position:relative;z-index:2;max-width:760px}.thv2-launch-hero__badge{display:inline-flex;align-items:center;gap:9px;padding:7px 11px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.055);color:#c8cfdd;font-size:11px;font-weight:750;letter-spacing:.025em}.thv2-launch-hero__badge-dot{width:7px;height:7px;border-radius:50%;background:#40d6b8;box-shadow:0 0 0 5px rgba(64,214,184,.11)}
.thv2-launch-hero h1{max-width:830px!important;margin:22px 0 20px!important;color:#fff!important;font-size:clamp(50px,6vw,84px)!important;line-height:.99!important;letter-spacing:-.065em!important;text-wrap:balance}.thv2-launch-hero__lead{max-width:660px!important;margin:0!important;color:#aeb8ca!important;font-size:clamp(17px,1.55vw,21px)!important;line-height:1.65!important}
.thv2-launch-search{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;width:min(680px,100%);min-height:78px;margin-top:32px;padding:10px 13px;border:1px solid rgba(255,255,255,.18);border-radius:17px;background:#fff;color:#151b2b;text-align:left;box-shadow:0 24px 65px rgba(0,0,0,.22);cursor:pointer;transition:transform .22s ease,box-shadow .22s ease}.thv2-launch-search:hover{transform:translateY(-2px);box-shadow:0 30px 75px rgba(0,0,0,.32)}.thv2-launch-search__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#f0efff;color:#635bff}.thv2-launch-search__icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}.thv2-launch-search__copy strong,.thv2-launch-search__copy small{display:block}.thv2-launch-search__copy strong{font-size:14px}.thv2-launch-search__copy small{margin-top:3px;color:#8992a4;font-size:11px}.thv2-launch-search__key{padding:6px 8px;border:1px solid #e1e5ec;border-radius:7px;background:#f8f9fb;color:#8a93a4;font-size:10px;font-weight:800}
.thv2-launch-hero__popular{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-top:13px;color:#788397;font-size:10px}.thv2-launch-hero__popular>a{padding:5px 8px;border:1px solid rgba(255,255,255,.09);border-radius:7px;color:#b7c0cf;text-decoration:none}.thv2-launch-hero__popular>a:hover{border-color:rgba(255,255,255,.2);color:#fff}
.thv2-launch-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:27px}.thv2-launch-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:11px 17px;border-radius:11px;font-size:12px;font-weight:800;text-decoration:none;transition:transform .2s ease,background .2s ease}.thv2-launch-button--primary{background:linear-gradient(135deg,#776eff,#5750df);color:#fff;box-shadow:0 13px 28px rgba(99,91,255,.26)}.thv2-launch-button--primary:hover{transform:translateY(-2px);color:#fff}.thv2-launch-button--ghost{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.04);color:#d8deea}.thv2-launch-button--ghost:hover{background:rgba(255,255,255,.08);color:#fff}
.thv2-launch-hero__proof{display:flex;gap:0;margin-top:37px}.thv2-launch-hero__proof>span{display:block;padding:0 25px;border-left:1px solid rgba(255,255,255,.11)}.thv2-launch-hero__proof>span:first-child{padding-left:0;border-left:0}.thv2-launch-hero__proof b,.thv2-launch-hero__proof small{display:block}.thv2-launch-hero__proof b{font-size:12px}.thv2-launch-hero__proof small{margin-top:4px;color:#727e92;font-size:9px}
.thv2-launch-visual{position:relative;z-index:1;min-width:0}.thv2-launch-visual__window{overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:23px;background:rgba(20,27,46,.9);box-shadow:0 42px 100px rgba(0,0,0,.38);transform:perspective(1200px) rotateY(-4deg) rotateX(1deg)}.thv2-launch-visual__bar{display:flex;align-items:center;gap:6px;height:45px;padding:0 15px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025)}.thv2-launch-visual__bar>span{width:7px;height:7px;border-radius:50%;background:#465069}.thv2-launch-visual__bar>span:first-child{background:#ff7b7b}.thv2-launch-visual__bar>span:nth-child(2){background:#ffd166}.thv2-launch-visual__bar>span:nth-child(3){background:#45d6a5}.thv2-launch-visual__bar b{margin:auto;color:#68758b;font-size:8px;font-weight:700;letter-spacing:.08em}.thv2-launch-visual__body{padding:clamp(18px,2vw,27px)}.thv2-launch-visual__title{display:flex;align-items:center;gap:12px}.thv2-launch-visual__bolt{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:linear-gradient(145deg,#776eff,#4e47cc);box-shadow:0 10px 20px rgba(99,91,255,.25)}.thv2-launch-visual__title small,.thv2-launch-visual__title strong{display:block}.thv2-launch-visual__title small{color:#6f7b91;font-size:8px;font-weight:850;letter-spacing:.13em}.thv2-launch-visual__title strong{margin-top:4px;font-size:14px}.thv2-launch-visual__search{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:49px;margin-top:20px;padding:8px 11px;border:1px solid rgba(255,255,255,.1);border-radius:11px;background:rgba(255,255,255,.045);color:#69758b;font-size:9px}.thv2-launch-visual__search svg{width:17px;fill:none;stroke:#8792a7;stroke-width:1.8}.thv2-launch-visual__search kbd{padding:4px 6px;border:1px solid rgba(255,255,255,.1);border-radius:5px;color:#657087;font-size:7px}
.thv2-launch-visual__tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:13px}.thv2-launch-visual__tools>a{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:62px;padding:9px;border:1px solid rgba(255,255,255,.075);border-radius:11px;background:rgba(255,255,255,.025);color:#fff;text-decoration:none;transition:background .2s ease,border-color .2s ease,transform .2s ease}.thv2-launch-visual__tools>a:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--thv2-tool-accent) 40%,transparent);background:rgba(255,255,255,.055)}.thv2-launch-visual__tools>a>span{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:color-mix(in srgb,var(--thv2-tool-accent) 14%,transparent);color:var(--thv2-tool-accent)}.thv2-launch-visual__tools svg{width:17px}.thv2-launch-visual__tools strong,.thv2-launch-visual__tools small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thv2-launch-visual__tools strong{font-size:9px}.thv2-launch-visual__tools small{margin-top:3px;color:#657087;font-size:7px}.thv2-launch-visual__tools b{color:#4d586c;font-size:11px}
.thv2-launch-visual__float{position:absolute;display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:rgba(13,19,34,.91);box-shadow:0 18px 38px rgba(0,0,0,.3);backdrop-filter:blur(15px);animation:thv2-launch-float 5s ease-in-out infinite}.thv2-launch-visual__float>span{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:rgba(64,214,184,.12);color:#45d6b7;font-size:10px;font-weight:900}.thv2-launch-visual__float strong,.thv2-launch-visual__float small{display:block}.thv2-launch-visual__float strong{font-size:9px}.thv2-launch-visual__float small{margin-top:2px;color:#657087;font-size:7px}.thv2-launch-visual__float--top{top:13%;right:-5%}.thv2-launch-visual__float--bottom{bottom:8%;left:-8%;animation-delay:-2s}.thv2-launch-visual__float--bottom>span{background:rgba(99,91,255,.14);color:#9f98ff}@keyframes thv2-launch-float{50%{transform:translateY(-8px)}}

@media(max-width:1180px){.thv2-primary-nav--launch{margin-left:22px!important}.thv2-primary-nav--launch>a,.thv2-primary-nav--launch button{padding-inline:8px!important}.thv2-account-link{display:none!important}.thv2-launch-hero{grid-template-columns:minmax(0,1fr) minmax(410px,.85fr);gap:35px;padding-inline:40px}.thv2-launch-visual__float--top{right:0}.thv2-launch-visual__float--bottom{left:-2%}}
@media(max-width:980px){.thv2-primary-nav--launch,.thv2-header-account--launch{display:none!important}.thv2-site-header--launch{grid-template-columns:auto 1fr auto!important}.thv2-menu-toggle--launch{display:grid!important;gap:4px!important;justify-self:end!important;width:44px;height:44px;padding:12px!important;border:0!important;background:transparent!important}.thv2-menu-toggle--launch span:not(.screen-reader-text){display:block;height:2px;border-radius:2px;background:#fff}.thv2-launch-hero{grid-template-columns:1fr;min-height:auto;padding-top:78px}.thv2-launch-hero__content{max-width:760px}.thv2-launch-visual{width:min(720px,100%);margin:10px auto 0}.thv2-launch-visual__window{transform:none}}
@media(max-width:640px){.thv2-site-header--launch{min-height:64px!important;padding-inline:16px!important}.thv2-brand__beta{display:none}.thv2-brand__symbol{width:35px;height:35px}.thv2-launch-hero{padding:54px 17px 64px}.thv2-launch-hero h1{font-size:clamp(42px,13vw,58px)!important}.thv2-launch-hero__lead{font-size:16px!important}.thv2-launch-search{grid-template-columns:38px minmax(0,1fr);min-height:70px;padding:9px}.thv2-launch-search__icon{width:38px;height:38px}.thv2-launch-search__copy small,.thv2-launch-search__key{display:none}.thv2-launch-hero__actions{display:grid;grid-template-columns:1fr}.thv2-launch-button{width:100%}.thv2-launch-hero__proof{justify-content:space-between}.thv2-launch-hero__proof>span{padding:0 10px}.thv2-launch-hero__proof small{max-width:72px}.thv2-launch-visual__body{padding:15px}.thv2-launch-visual__tools{grid-template-columns:1fr}.thv2-launch-visual__tools>a:nth-child(n+5){display:none}.thv2-launch-visual__float{display:none}.thv2-nav-dropdown__grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.thv2-launch-visual__float{animation:none}.thv2-launch-search,.thv2-launch-button,.thv2-pro-link{transition:none}}

/* Part 15.1.1 revision — direct tool discovery, no oversized hero */
.thv2-home{background:#f7f8fc!important}.thv2-home>main{overflow:visible!important}
.thv2-tools-intro{position:relative;padding:72px clamp(20px,5vw,80px) 84px;background:linear-gradient(180deg,#0b1020 0,#11182b 47%,#f7f8fc 47%,#f7f8fc 100%);color:#fff}
.thv2-tools-intro:before{content:"";position:absolute;inset:0 0 auto;height:48%;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,black,transparent)}
.thv2-tools-intro__inner,.thv2-popular-tools{position:relative;z-index:1;width:min(1380px,100%);margin-inline:auto}
.thv2-tools-intro__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,520px);align-items:end;gap:48px;padding-bottom:42px}
.thv2-tools-intro__eyebrow{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.055);color:#bec7d8;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.thv2-tools-intro h1{max-width:760px!important;margin:17px 0 12px!important;color:#fff!important;font-size:clamp(42px,5vw,68px)!important;line-height:1.02!important;letter-spacing:-.055em!important;text-wrap:balance}
.thv2-tools-intro__copy p{max-width:650px;margin:0;color:#aeb8ca;font-size:17px;line-height:1.65}
.thv2-tools-intro__search{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:13px;width:100%;min-height:74px;padding:11px 13px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:#fff;color:#111827;text-align:left;box-shadow:0 22px 55px rgba(0,0,0,.24);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.thv2-tools-intro__search:hover{transform:translateY(-2px);box-shadow:0 28px 68px rgba(0,0,0,.31)}
.thv2-tools-intro__search-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:#f0efff;color:#635bff}.thv2-tools-intro__search-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}
.thv2-tools-intro__search strong,.thv2-tools-intro__search small{display:block}.thv2-tools-intro__search strong{font-size:14px}.thv2-tools-intro__search small{margin-top:3px;color:#8b95a7;font-size:11px}.thv2-tools-intro__search kbd{padding:6px 8px;border:1px solid #e1e5ec;border-radius:7px;background:#f8f9fb;color:#8a93a4;font-size:10px;font-weight:800}
.thv2-popular-tools{padding:28px;border:1px solid #e7eaf1;border-radius:24px;background:#fff;color:#111827;box-shadow:0 28px 80px rgba(12,18,35,.12)}
.thv2-popular-tools__heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.thv2-popular-tools__heading span{color:#7c8495;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.thv2-popular-tools__heading h2{margin:5px 0 0!important;color:#101524!important;font-size:28px!important;letter-spacing:-.035em!important}.thv2-popular-tools__heading>a{display:inline-flex;align-items:center;gap:8px;color:#635bff;font-size:12px;font-weight:800;text-decoration:none}.thv2-popular-tools__heading>a span{color:inherit;font-size:15px;letter-spacing:0;text-transform:none}
.thv2-popular-tools__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.thv2-popular-tool{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:92px;padding:16px;border:1px solid #e9ecf2;border-radius:16px;background:#fff;color:#151b2b;text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}
.thv2-popular-tool:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--thv2-tool-accent) 42%,#dfe3eb);background:color-mix(in srgb,var(--thv2-tool-accent) 3%,white);box-shadow:0 14px 30px rgba(18,24,40,.08);color:#151b2b}
.thv2-popular-tool__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:color-mix(in srgb,var(--thv2-tool-accent) 12%,white);color:var(--thv2-tool-accent)}.thv2-popular-tool__icon svg{width:23px;height:23px}
.thv2-popular-tool__content{min-width:0}.thv2-popular-tool__content strong,.thv2-popular-tool__content small{display:block}.thv2-popular-tool__content strong{overflow:hidden;color:#171d2d;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.thv2-popular-tool__content small{display:-webkit-box;overflow:hidden;margin-top:5px;color:#8a93a5;font-size:10px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.thv2-popular-tool__arrow{color:#b1b8c5;font-size:16px;transition:transform .2s ease,color .2s ease}.thv2-popular-tool:hover .thv2-popular-tool__arrow{transform:translateX(3px);color:var(--thv2-tool-accent)}
.thv2-tools-intro+.thv2-home-section{padding-top:28px}
@media(max-width:1180px){.thv2-tools-intro__inner{grid-template-columns:1fr;gap:26px;align-items:start}.thv2-tools-intro__search{width:min(680px,100%)}.thv2-popular-tools__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:980px){.thv2-primary-nav--launch,.thv2-header-account--launch{display:none!important}.thv2-site-header--launch{grid-template-columns:auto 1fr auto!important}.thv2-menu-toggle--launch{display:grid!important;gap:4px!important;justify-self:end!important;width:44px;height:44px;padding:12px!important;border:0!important;background:transparent!important}.thv2-menu-toggle--launch span:not(.screen-reader-text){display:block;height:2px;border-radius:2px;background:#fff}.thv2-popular-tools__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.thv2-site-header--launch{min-height:64px!important;padding-inline:16px!important}.thv2-brand__beta{display:none}.thv2-brand__symbol{width:35px;height:35px}.thv2-tools-intro{padding:44px 15px 52px;background:linear-gradient(180deg,#0b1020 0,#11182b 43%,#f7f8fc 43%,#f7f8fc 100%)}.thv2-tools-intro__inner{gap:22px;padding-bottom:30px}.thv2-tools-intro h1{font-size:clamp(36px,11vw,50px)!important}.thv2-tools-intro__copy p{font-size:15px}.thv2-tools-intro__search{grid-template-columns:40px minmax(0,1fr);min-height:66px;padding:9px}.thv2-tools-intro__search-icon{width:40px;height:40px}.thv2-tools-intro__search small,.thv2-tools-intro__search kbd{display:none}.thv2-popular-tools{padding:18px;border-radius:19px}.thv2-popular-tools__heading{align-items:center;margin-bottom:16px}.thv2-popular-tools__heading h2{font-size:23px!important}.thv2-popular-tools__heading>a{font-size:0}.thv2-popular-tools__heading>a span{font-size:19px}.thv2-popular-tools__grid{grid-template-columns:1fr;gap:9px}.thv2-popular-tool{min-height:78px;padding:12px}.thv2-popular-tool__icon{width:44px;height:44px}.thv2-nav-dropdown__grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.thv2-tools-intro__search,.thv2-popular-tool{transition:none}}


/* Part 15.1.1 refinement — compact home intro, category shortcuts, fixed 8-tool grid */
.thv2-tools-intro{padding-top:48px;padding-bottom:68px;background:linear-gradient(180deg,#0b1020 0,#11182b 42%,#f7f8fc 42%,#f7f8fc 100%)}
.thv2-tools-intro:before{height:43%}
.thv2-tools-intro__inner{gap:42px;padding-bottom:28px}
.thv2-tools-intro h1{font-size:clamp(40px,4.35vw,62px)!important}
.thv2-popular-categories{display:flex;align-items:center;gap:18px;padding:0 0 22px;margin-bottom:22px;border-bottom:1px solid #edf0f5}
.thv2-popular-categories__label{flex:0 0 auto;color:#7c8495;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.thv2-popular-categories__links{display:flex;flex-wrap:wrap;gap:8px}
.thv2-popular-categories__links a{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:7px 11px;border:1px solid #e7eaf1;border-radius:999px;background:#fafbfe;color:#333b4e;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.thv2-popular-categories__links a:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--thv2-category-accent) 35%,#dfe3eb);background:color-mix(in srgb,var(--thv2-category-accent) 6%,white);color:#171d2d}
.thv2-popular-categories__links a>span{display:grid;place-items:center;width:18px;height:18px;color:var(--thv2-category-accent)}
.thv2-popular-categories__links svg{width:16px;height:16px}
.thv2-popular-categories__links strong{font-size:11px;font-weight:800}
.thv2-popular-categories__links small{color:#929bad;font-size:9px}
.thv2-popular-tools__grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1180px){.thv2-tools-intro{padding-top:42px}.thv2-popular-tools__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.thv2-tools-intro{padding-top:34px;padding-bottom:48px;background:linear-gradient(180deg,#0b1020 0,#11182b 39%,#f7f8fc 39%,#f7f8fc 100%)}.thv2-tools-intro__inner{padding-bottom:24px}.thv2-popular-categories{display:block;padding-bottom:17px;margin-bottom:17px}.thv2-popular-categories__label{display:block;margin-bottom:10px}.thv2-popular-categories__links{flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.thv2-popular-categories__links::-webkit-scrollbar{display:none}.thv2-popular-categories__links a{flex:0 0 auto}.thv2-popular-categories__links small{display:none}.thv2-popular-tools__grid{grid-template-columns:1fr}}

/* Part 15.1.1 density correction — stronger hierarchy and fuller desktop layout */
.thv2-tools-intro{padding-top:54px;padding-bottom:82px;background:linear-gradient(180deg,#0b1020 0,#11182b 44%,#f7f8fc 44%,#f7f8fc 100%)}
.thv2-tools-intro:before{height:45%}
.thv2-tools-intro__inner,.thv2-popular-tools{width:min(1460px,100%)}
.thv2-tools-intro__inner{grid-template-columns:minmax(0,1.2fr) minmax(420px,560px);gap:64px;padding-bottom:34px}
.thv2-tools-intro h1{max-width:820px!important;font-size:clamp(48px,4.7vw,72px)!important;line-height:.99!important}
.thv2-tools-intro__copy p{font-size:18px;max-width:760px}
.thv2-tools-intro__search{min-height:82px;border-radius:18px;padding:14px 16px;grid-template-columns:52px minmax(0,1fr) auto}
.thv2-tools-intro__search-icon{width:52px;height:52px;border-radius:15px}
.thv2-tools-intro__search strong{font-size:15px}.thv2-tools-intro__search small{font-size:12px}
.thv2-popular-tools{padding:36px 38px 38px;border-radius:28px;box-shadow:0 34px 90px rgba(12,18,35,.14)}
.thv2-popular-categories{display:grid;grid-template-columns:220px minmax(0,1fr);align-items:stretch;gap:24px;padding:0 0 30px;margin-bottom:30px}
.thv2-popular-categories__intro{display:flex;flex-direction:column;justify-content:center;gap:7px}
.thv2-popular-categories__label{font-size:10px}.thv2-popular-categories__intro>strong{font-size:20px;line-height:1.15;color:#171d2d;letter-spacing:-.025em}
.thv2-popular-categories__links{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.thv2-popular-categories__links a{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:76px;padding:13px 16px;border-radius:16px;background:#fafbfe}
.thv2-popular-categories__links a:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(18,24,40,.07)}
.thv2-popular-categories__links .thv2-popular-categories__icon{width:48px;height:48px;border-radius:14px;background:color-mix(in srgb,var(--thv2-category-accent) 11%,white)}
.thv2-popular-categories__links svg{width:22px;height:22px}.thv2-popular-categories__text{display:block!important;width:auto!important;height:auto!important;color:inherit!important}
.thv2-popular-categories__text strong,.thv2-popular-categories__text small{display:block}.thv2-popular-categories__text strong{font-size:14px}.thv2-popular-categories__text small{margin-top:4px;font-size:11px}.thv2-popular-categories__links b{color:#aab2c0;font-size:17px}
.thv2-popular-tools__heading{margin-bottom:26px}.thv2-popular-tools__heading span{font-size:11px}.thv2-popular-tools__heading h2{font-size:34px!important}.thv2-popular-tools__heading>a{font-size:13px}
.thv2-popular-tools__grid{gap:14px}
.thv2-popular-tool{grid-template-columns:58px minmax(0,1fr) auto;gap:15px;min-height:114px;padding:19px 18px;border-radius:18px}
.thv2-popular-tool__icon{width:58px;height:58px;border-radius:16px}.thv2-popular-tool__icon svg{width:27px;height:27px}
.thv2-popular-tool__content strong{font-size:15px}.thv2-popular-tool__content small{margin-top:7px;font-size:11.5px;line-height:1.5;-webkit-line-clamp:2}.thv2-popular-tool__arrow{font-size:18px}
@media(max-width:1180px){.thv2-tools-intro__inner{grid-template-columns:1fr;gap:26px}.thv2-tools-intro__search{width:min(760px,100%)}.thv2-popular-categories{grid-template-columns:1fr}.thv2-popular-categories__intro{display:block}.thv2-popular-categories__intro>strong{display:block;margin-top:5px}.thv2-popular-categories__links{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.thv2-popular-tools{padding:22px}.thv2-popular-categories__links{display:flex}.thv2-popular-categories__links a{min-width:220px}.thv2-popular-tool{min-height:92px}.thv2-popular-tools__heading h2{font-size:27px!important}}

/* Part 15.1.1 — compact utility home, premium proof and detailed FAQ */
.thv2-tools-intro{
  padding:28px 24px 72px!important;
  background:linear-gradient(180deg,#0b1020 0,#11182b 210px,#f7f8fc 210px,#f7f8fc 100%)!important;
}
.thv2-tools-intro:before{height:210px!important}
.thv2-tools-intro__inner{
  width:min(1300px,100%)!important;
  min-height:154px;
  grid-template-columns:minmax(0,1fr) minmax(360px,500px)!important;
  align-items:center!important;
  gap:48px!important;
  padding:0 0 24px!important;
}
.thv2-tools-intro h1{max-width:720px!important;margin:0 0 8px!important;font-size:clamp(35px,3.2vw,51px)!important;line-height:1.02!important;letter-spacing:-.045em!important}
.thv2-tools-intro__copy p{max-width:650px!important;margin:0!important;font-size:15px!important;line-height:1.5!important}
.thv2-tools-intro__search{min-height:58px!important;padding:7px 10px!important;border-radius:15px!important;grid-template-columns:42px minmax(0,1fr) auto!important;box-shadow:0 16px 42px rgba(0,0,0,.18)!important}
.thv2-tools-intro__search-icon{width:42px!important;height:42px!important;border-radius:12px!important}.thv2-tools-intro__search-icon svg{width:18px!important;height:18px!important}
.thv2-tools-intro__search strong{font-size:13px!important}.thv2-tools-intro__search small{font-size:10px!important;margin-top:2px!important}.thv2-tools-intro__search kbd{font-size:10px!important}
.thv2-popular-tools{width:min(1300px,100%)!important;padding:24px 28px 28px!important;border-radius:24px!important;box-shadow:0 28px 70px rgba(12,18,35,.12)!important}
.thv2-popular-categories{display:flex!important;align-items:center!important;gap:14px!important;padding:0 0 18px!important;margin:0 0 22px!important;border-bottom:1px solid #edf0f5!important}
.thv2-popular-categories__label{font-size:10px!important;white-space:nowrap!important}
.thv2-popular-categories__links{display:flex!important;flex-wrap:wrap!important;gap:7px!important}
.thv2-popular-categories__links a{display:inline-flex!important;grid-template-columns:none!important;align-items:center!important;gap:6px!important;min-width:0!important;min-height:32px!important;padding:6px 10px!important;border-radius:999px!important;background:#fafbfe!important;box-shadow:none!important}
.thv2-popular-categories__links a:hover{transform:translateY(-1px)!important;box-shadow:0 8px 18px rgba(18,24,40,.06)!important}
.thv2-popular-categories__links .thv2-popular-categories__icon{width:18px!important;height:18px!important;border-radius:0!important;background:transparent!important}.thv2-popular-categories__links svg{width:15px!important;height:15px!important}
.thv2-popular-categories__links strong{font-size:11px!important}.thv2-popular-categories__links small{display:inline!important;padding-left:5px!important;border-left:1px solid #e4e7ee!important;font-size:9px!important}
.thv2-popular-tools__heading{margin-bottom:18px!important}.thv2-popular-tools__heading h2{font-size:29px!important}.thv2-popular-tools__grid{gap:11px!important}
.thv2-popular-tool{grid-template-columns:50px minmax(0,1fr) auto!important;min-height:96px!important;padding:15px!important}.thv2-popular-tool__icon{width:50px!important;height:50px!important}.thv2-popular-tool__content strong{font-size:13.5px!important}.thv2-popular-tool__content small{font-size:10.5px!important}

.thv2-home-section--proof,.thv2-home-section--faq-premium{width:min(1300px,calc(100% - 48px))!important;margin-inline:auto!important;padding:88px 0!important}
.thv2-section-heading--centered{display:block!important;max-width:760px;margin:0 auto 38px;text-align:center}.thv2-section-heading--centered h2{margin:8px 0 13px!important;font-size:clamp(34px,4vw,54px)!important;line-height:1.04!important;letter-spacing:-.045em!important}.thv2-section-heading--centered p{margin:0!important;color:#697386!important;font-size:16px!important;line-height:1.7!important}
.thv2-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.thv2-proof-card{position:relative;isolation:isolate;overflow:hidden;min-height:285px;padding:28px;border:1px solid #e6e9f0;border-radius:24px;background:linear-gradient(145deg,#fff 15%,#fafbff 100%);box-shadow:0 12px 30px rgba(15,23,42,.04);transition:transform .28s cubic-bezier(.2,.8,.2,1),border-color .28s ease,box-shadow .28s ease}
.thv2-proof-card:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at var(--mx,80%) var(--my,0%),rgba(99,91,255,.14),transparent 42%);opacity:0;transition:opacity .28s ease}.thv2-proof-card:hover{transform:translateY(-7px);border-color:rgba(99,91,255,.3);box-shadow:0 26px 60px rgba(44,42,89,.13)}.thv2-proof-card:hover:before{opacity:1}
.thv2-proof-card__flare{position:absolute;top:-46px;right:-38px;width:130px;height:130px;border-radius:50%;background:linear-gradient(135deg,rgba(99,91,255,.15),rgba(19,184,166,.08));filter:blur(4px);transition:transform .4s ease}.thv2-proof-card:hover .thv2-proof-card__flare{transform:scale(1.25) translate(-8px,8px)}
.thv2-proof-card__icon{display:grid;place-items:center;width:68px;height:68px;margin-bottom:30px;border:1px solid rgba(99,91,255,.16);border-radius:21px;background:linear-gradient(145deg,#f5f3ff,#eef8ff);color:#625bff;box-shadow:inset 0 1px 0 #fff,0 12px 25px rgba(99,91,255,.12);transform:rotate(-3deg);transition:transform .3s ease}.thv2-proof-card:nth-child(2n) .thv2-proof-card__icon{color:#0f9f90;background:linear-gradient(145deg,#edfffb,#f5f3ff);transform:rotate(3deg)}.thv2-proof-card:hover .thv2-proof-card__icon{transform:rotate(0) scale(1.07)}
.thv2-proof-card__icon svg{width:44px;height:44px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.thv2-proof-card h3{margin:0 0 11px;color:#141a2a;font-size:20px;line-height:1.25;letter-spacing:-.025em}.thv2-proof-card p{margin:0;color:#6f788b;font-size:13.5px;line-height:1.7}

.thv2-home-section--faq-premium{padding-top:56px!important;padding-bottom:100px!important}.thv2-faq-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:72px;align-items:start;padding:54px;border:1px solid #e4e8f0;border-radius:30px;background:linear-gradient(145deg,#0e1425,#171f35);box-shadow:0 30px 80px rgba(10,16,32,.18)}
.thv2-faq-intro{position:sticky;top:110px}.thv2-faq-intro .thv2-eyebrow{color:#8e88ff}.thv2-faq-intro h2{margin:12px 0 17px!important;color:#fff!important;font-size:clamp(34px,3.6vw,50px)!important;line-height:1.05!important;letter-spacing:-.04em!important}.thv2-faq-intro p{margin:0 0 28px;color:#aeb7ca;font-size:15px;line-height:1.75}.thv2-faq-intro a{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:13px;font-weight:800;text-decoration:none}.thv2-faq-intro a span{transition:transform .2s ease}.thv2-faq-intro a:hover span{transform:translateX(4px)}
.thv2-home-faq--expanded{display:grid;gap:10px}.thv2-home-faq--expanded details{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:rgba(255,255,255,.045);transition:border-color .2s ease,background .2s ease}.thv2-home-faq--expanded details[open]{border-color:rgba(142,136,255,.4);background:rgba(255,255,255,.075)}.thv2-home-faq--expanded summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 21px;color:#f8f9ff;font-size:14px;font-weight:800;line-height:1.4;cursor:pointer;list-style:none}.thv2-home-faq--expanded summary::-webkit-details-marker{display:none}.thv2-home-faq--expanded summary b{position:relative;flex:0 0 30px;width:30px;height:30px;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:rgba(255,255,255,.05)}.thv2-home-faq--expanded summary b:before,.thv2-home-faq--expanded summary b:after{content:"";position:absolute;top:50%;left:50%;width:11px;height:1.5px;border-radius:2px;background:#bdb9ff;transform:translate(-50%,-50%);transition:transform .2s ease}.thv2-home-faq--expanded summary b:after{transform:translate(-50%,-50%) rotate(90deg)}.thv2-home-faq--expanded details[open] summary b:after{transform:translate(-50%,-50%) rotate(0)}.thv2-home-faq--expanded details>div{padding:0 64px 21px 21px;color:#adb6c9;font-size:13px;line-height:1.75}.thv2-home-faq--expanded details>div p{margin:0}

.thv2-command__close{display:grid!important;place-items:center!important;flex:0 0 38px!important;width:38px!important;height:38px!important;padding:0!important;border:1px solid #dfe3eb!important;border-radius:11px!important;background:#f7f8fb!important;color:#4f586b!important;font-size:0!important;cursor:pointer!important;transition:transform .18s ease,background .18s ease,border-color .18s ease!important}.thv2-command__close:hover{transform:rotate(5deg)!important;border-color:#cfd4df!important;background:#eef0f5!important}.thv2-command__close svg{width:18px!important;height:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important}

@media(max-width:1050px){.thv2-tools-intro__inner{grid-template-columns:1fr!important;gap:16px!important;min-height:auto!important}.thv2-tools-intro{background:linear-gradient(180deg,#0b1020 0,#11182b 270px,#f7f8fc 270px,#f7f8fc 100%)!important}.thv2-tools-intro:before{height:270px!important}.thv2-tools-intro__search{width:min(650px,100%)!important}.thv2-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.thv2-faq-layout{grid-template-columns:1fr;gap:34px}.thv2-faq-intro{position:static}}
@media(max-width:700px){.thv2-tools-intro{padding:25px 15px 48px!important;background:linear-gradient(180deg,#0b1020 0,#11182b 255px,#f7f8fc 255px,#f7f8fc 100%)!important}.thv2-tools-intro:before{height:255px!important}.thv2-tools-intro h1{font-size:36px!important}.thv2-tools-intro__copy p{font-size:13px!important}.thv2-tools-intro__search{min-height:56px!important}.thv2-popular-tools{padding:19px!important;border-radius:20px!important}.thv2-popular-categories{align-items:flex-start!important;display:block!important}.thv2-popular-categories__label{display:block!important;margin-bottom:9px!important}.thv2-popular-categories__links{flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:3px!important}.thv2-popular-categories__links a{flex:0 0 auto!important}.thv2-home-section--proof,.thv2-home-section--faq-premium{width:min(100% - 30px,1300px)!important;padding:62px 0!important}.thv2-proof-grid{grid-template-columns:1fr}.thv2-proof-card{min-height:0;padding:24px}.thv2-faq-layout{padding:26px 20px;border-radius:22px}.thv2-home-faq--expanded summary{padding:17px 15px}.thv2-home-faq--expanded details>div{padding:0 52px 18px 15px}.thv2-faq-intro h2{font-size:34px!important}}

/* Part 15.1.1 — premium home refinement */
.thv2-home main{overflow:hidden;background:#f6f7fb}
.thv2-home-search-band{min-height:170px;padding:38px 24px 42px;display:grid;place-items:center;background:#0c1324;position:relative;border-top:1px solid rgba(255,255,255,.05)}
.thv2-home-search-band:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000,transparent)}
.thv2-home-search-band__button{position:relative;z-index:1;width:min(720px,100%);min-height:62px;padding:8px 12px 8px 10px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.28);display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.thv2-home-search-band__button:hover{transform:translateY(-2px);box-shadow:0 30px 80px rgba(0,0,0,.34)}
.thv2-home-search-band__icon{width:44px;height:44px;border-radius:14px;background:linear-gradient(145deg,#f0eeff,#e5e9ff);display:grid;place-items:center;color:#675bff}
.thv2-home-search-band__icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}
.thv2-home-search-band__button strong,.thv2-home-search-band__button small{display:block}
.thv2-home-search-band__button strong{font-size:15px;color:#111827;line-height:1.25}
.thv2-home-search-band__button small{margin-top:3px;font-size:12px;color:#8b95aa}
.thv2-home-search-band__button kbd{border:1px solid #dce1eb;background:#f7f8fb;color:#7d8799;border-radius:8px;padding:6px 8px;font:600 11px/1 sans-serif}

.thv2-home-directory{width:min(1540px,calc(100% - 48px));margin:-22px auto 80px;padding:28px 30px 34px;border:1px solid rgba(20,31,58,.08);border-radius:30px;background:rgba(255,255,255,.97);box-shadow:0 34px 80px rgba(30,42,74,.12);position:relative;z-index:3}
.thv2-home-category-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}
.thv2-home-category-chips a{--chip:var(--thv2-category-accent,#635bff);display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:8px 15px 8px 10px;border:1px solid color-mix(in srgb,var(--chip) 22%,#e4e8f2);border-radius:14px;background:linear-gradient(145deg,color-mix(in srgb,var(--chip) 9%,#fff),#fff);color:#182037;text-decoration:none;box-shadow:0 8px 22px color-mix(in srgb,var(--chip) 8%,transparent);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.thv2-home-category-chips a:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--chip) 45%,#fff);box-shadow:0 14px 30px color-mix(in srgb,var(--chip) 16%,transparent)}
.thv2-home-category-chips a span{width:28px;height:28px;border-radius:9px;background:color-mix(in srgb,var(--chip) 14%,#fff);color:var(--chip);display:grid;place-items:center}
.thv2-home-category-chips a svg{width:16px;height:16px}
.thv2-home-category-chips a strong{font-size:13px;line-height:1}
.thv2-home-directory__divider{height:1px;margin:26px 0;background:linear-gradient(90deg,transparent,#e4e8f1 10%,#e4e8f1 90%,transparent)}
.thv2-home-popular-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.thv2-home-popular-card{--accent:var(--thv2-tool-accent,#635bff);position:relative;isolation:isolate;min-height:246px;padding:20px;border:1px solid #e5e9f2;border-radius:22px;background:linear-gradient(165deg,#fff 0%,#fafbff 66%,color-mix(in srgb,var(--accent) 7%,#fff) 100%);color:#151c31;text-decoration:none;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 12px 30px rgba(35,48,80,.06);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.thv2-home-popular-card:hover{transform:translateY(-7px);border-color:color-mix(in srgb,var(--accent) 40%,#dfe4ef);box-shadow:0 24px 50px color-mix(in srgb,var(--accent) 14%,rgba(27,39,70,.11))}
.thv2-home-popular-card__glow{position:absolute;z-index:-1;width:150px;height:150px;right:-65px;top:-65px;border-radius:50%;background:var(--accent);filter:blur(25px);opacity:.08;transition:opacity .25s ease,transform .25s ease}
.thv2-home-popular-card:hover .thv2-home-popular-card__glow{opacity:.18;transform:scale(1.18)}
.thv2-home-popular-card__icon{width:54px;height:54px;border-radius:17px;background:color-mix(in srgb,var(--accent) 12%,#fff);color:var(--accent);display:grid;place-items:center;margin-bottom:22px;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent) 12%,transparent)}
.thv2-home-popular-card__icon svg{width:27px;height:27px}
.thv2-home-popular-card__meta{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:7px}
.thv2-home-popular-card strong{font-size:17px;line-height:1.25;letter-spacing:-.02em}
.thv2-home-popular-card small{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-top:9px;color:#7a8499;font-size:12px;line-height:1.55}
.thv2-home-popular-card__action{margin-top:auto;padding-top:18px;font-size:12px;font-weight:800;color:#2a3350;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #edf0f5}
.thv2-home-popular-card__action b{font-size:16px;color:var(--accent);transition:transform .2s ease}
.thv2-home-popular-card:hover .thv2-home-popular-card__action b{transform:translate(2px,-2px)}

.thv2-home-section{width:min(1480px,calc(100% - 48px));margin-left:auto;margin-right:auto}
.thv2-home-section--proof{padding-top:16px}
.thv2-proof-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.thv2-proof-card{min-height:255px;padding:28px;border-radius:24px}

.thv2-home-section--faq-premium{width:min(1540px,calc(100% - 48px));padding-top:92px;padding-bottom:92px}
.thv2-faq-premium__heading{max-width:850px;margin:0 auto 34px;text-align:center}
.thv2-faq-premium__heading h2{margin:8px 0 12px;font-size:clamp(32px,4vw,54px);letter-spacing:-.045em;color:#12192c}
.thv2-faq-premium__heading p{margin:0;color:#737d92;font-size:16px;line-height:1.7}
.thv2-faq-switcher{display:grid;grid-template-columns:minmax(360px,.78fr) minmax(0,1.22fr);gap:22px;align-items:stretch}
.thv2-faq-switcher__questions,.thv2-faq-switcher__answers{border:1px solid #e2e7f0;border-radius:26px;background:#fff;box-shadow:0 20px 55px rgba(38,50,83,.08)}
.thv2-faq-switcher__questions{padding:10px}
.thv2-faq-switcher__questions button{width:100%;min-height:68px;padding:12px 14px;border:0;border-radius:17px;background:transparent;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:12px;text-align:left;color:#1a2238;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}
.thv2-faq-switcher__questions button+button{margin-top:4px}
.thv2-faq-switcher__questions button>span{font-size:10px;font-weight:800;color:#9aa3b4}
.thv2-faq-switcher__questions button strong{font-size:14px;line-height:1.35}
.thv2-faq-switcher__questions button b{color:#aab2c0}
.thv2-faq-switcher__questions button:hover{background:#f6f7fc;transform:translateX(3px)}
.thv2-faq-switcher__questions button[aria-selected="true"]{background:linear-gradient(135deg,#6258f4,#8b66ff);color:#fff;box-shadow:0 12px 25px rgba(99,88,244,.25)}
.thv2-faq-switcher__questions button[aria-selected="true"]>span,.thv2-faq-switcher__questions button[aria-selected="true"] b{color:rgba(255,255,255,.72)}
.thv2-faq-switcher__answers{min-height:452px;padding:44px 48px;display:flex;align-items:center;background:radial-gradient(circle at 90% 10%,rgba(112,91,255,.09),transparent 34%),#fff}
.thv2-faq-switcher__answers article>span{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#7062ff}
.thv2-faq-switcher__answers h3{max-width:760px;margin:13px 0 20px;font-size:clamp(25px,3vw,38px);line-height:1.15;letter-spacing:-.035em;color:#141b30}
.thv2-faq-switcher__answers p{max-width:850px;margin:0;color:#687388;font-size:16px;line-height:1.85}

.thv2-home-section--featured-premium{width:min(1540px,calc(100% - 48px));padding-top:20px;padding-bottom:94px}
.thv2-home-section--featured-premium .thv2-section-heading .thv2-eyebrow{display:inline-flex}
.thv2-home-section--featured-premium .thv2-tool-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.thv2-home-section--featured-premium .thv2-tool-card{min-height:270px;padding:22px;border-radius:24px;background:linear-gradient(160deg,#fff,#f9faff);box-shadow:0 14px 38px rgba(35,48,80,.07);border-color:#e3e7f0;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.thv2-home-section--featured-premium .thv2-tool-card:hover{transform:translateY(-7px);box-shadow:0 25px 55px color-mix(in srgb,var(--thv2-tool-accent) 13%,rgba(25,36,67,.12));border-color:color-mix(in srgb,var(--thv2-tool-accent) 36%,#dce2ec)}
.thv2-home-section--featured-premium .thv2-tool-card__icon{width:58px;height:58px;border-radius:18px}
.thv2-home-section--featured-premium .thv2-tool-card__content>strong{font-size:20px;letter-spacing:-.025em}
.thv2-home-section--featured-premium .thv2-tool-card__content>em{font-size:13px;line-height:1.65;color:#778197}

.thv2-home-pro-cta{width:min(1540px,calc(100% - 48px));margin:0 auto 96px;min-height:410px;padding:58px 64px;border-radius:34px;background:linear-gradient(125deg,#11192d 0%,#171f3e 48%,#35245d 100%);position:relative;overflow:hidden;color:#fff;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);align-items:center;gap:52px;box-shadow:0 32px 80px rgba(25,26,58,.24)}
.thv2-home-pro-cta__orb{position:absolute;border-radius:50%;filter:blur(10px);opacity:.36}
.thv2-home-pro-cta__orb--one{width:330px;height:330px;background:#694fff;right:-100px;top:-140px}
.thv2-home-pro-cta__orb--two{width:220px;height:220px;background:#08c7be;left:38%;bottom:-170px}
.thv2-home-pro-cta__content,.thv2-home-pro-cta__visual{position:relative;z-index:1}
.thv2-home-pro-cta h2{max-width:760px;margin:10px 0 16px;font-size:clamp(36px,5vw,64px);line-height:1.02;letter-spacing:-.05em}
.thv2-home-pro-cta p{max-width:760px;margin:0;color:#c6cce0;font-size:16px;line-height:1.75}
.thv2-home-pro-cta ul{display:flex;flex-wrap:wrap;gap:10px 22px;margin:24px 0 30px;padding:0;list-style:none}
.thv2-home-pro-cta li{color:#e9ecf7;font-size:13px;font-weight:700}
.thv2-home-pro-cta li:before{content:"✓";margin-right:8px;color:#7ff0d8}
.thv2-home-pro-cta__button{display:inline-flex;align-items:center;gap:18px;padding:15px 20px;border-radius:14px;background:#fff;color:#171b31;text-decoration:none;font-size:14px;font-weight:900;box-shadow:0 16px 35px rgba(0,0,0,.22);transition:transform .2s ease,box-shadow .2s ease}
.thv2-home-pro-cta__button:hover{transform:translateY(-3px);box-shadow:0 22px 44px rgba(0,0,0,.3)}
.thv2-home-pro-cta__visual{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px}
.thv2-home-pro-cta__visual>div{min-height:190px;padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(255,255,255,.07);backdrop-filter:blur(14px);display:flex;flex-direction:column;gap:11px}
.thv2-home-pro-cta__visual>div.is-pro{background:linear-gradient(145deg,rgba(122,94,255,.4),rgba(255,255,255,.09));box-shadow:0 18px 45px rgba(81,54,195,.28);transform:translateY(-12px)}
.thv2-home-pro-cta__visual span{font-size:10px;font-weight:900;letter-spacing:.14em;color:#aeb7cf}
.thv2-home-pro-cta__visual strong{font-size:18px}
.thv2-home-pro-cta__visual i{height:9px;border-radius:9px;background:rgba(255,255,255,.13);display:block}
.thv2-home-pro-cta__visual .is-pro i{background:linear-gradient(90deg,#8e72ff,#6fe4d5)}
.thv2-home-pro-cta__visual>b{font-size:24px;color:#9f94c8}

.thv2-site-footer__about p{max-width:420px;line-height:1.75}
.thv2-site-footer__about small{display:block;max-width:420px;margin-top:18px;color:#8d97aa;line-height:1.55}

@media (max-width:1200px){
  .thv2-home-popular-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .thv2-home-section--featured-premium .thv2-tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .thv2-home-pro-cta{grid-template-columns:1fr;padding:48px}
  .thv2-home-pro-cta__visual{max-width:700px}
}
@media (max-width:900px){
  .thv2-home-directory,.thv2-home-section,.thv2-home-section--faq-premium,.thv2-home-section--featured-premium,.thv2-home-pro-cta{width:min(100% - 28px,1540px)}
  .thv2-home-popular-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .thv2-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .thv2-faq-switcher{grid-template-columns:1fr}
  .thv2-faq-switcher__answers{min-height:360px}
  .thv2-home-section--featured-premium .thv2-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:620px){
  .thv2-home-search-band{min-height:145px;padding:26px 14px 32px}
  .thv2-home-search-band__button{min-height:58px;border-radius:16px;grid-template-columns:40px 1fr}
  .thv2-home-search-band__button kbd{display:none}
  .thv2-home-directory{margin-top:-18px;padding:20px 14px 24px;border-radius:24px}
  .thv2-home-category-chips{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}
  .thv2-home-category-chips a{flex:0 0 auto}
  .thv2-home-popular-grid,.thv2-proof-grid,.thv2-home-section--featured-premium .thv2-tool-grid{grid-template-columns:1fr}
  .thv2-home-popular-card{min-height:215px}
  .thv2-faq-switcher__questions button{min-height:62px}
  .thv2-faq-switcher__answers{min-height:390px;padding:30px 24px}
  .thv2-home-pro-cta{padding:34px 22px;border-radius:26px;margin-bottom:64px}
  .thv2-home-pro-cta__visual{grid-template-columns:1fr}
  .thv2-home-pro-cta__visual>b{transform:rotate(90deg);text-align:center}
}

/* Part 15.1.1 refinement: compact search, full-width featured grid, technology PRO workspace */
.thv2-home main{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 36%,rgba(99,91,255,.06),transparent 25%),
    radial-gradient(circle at 88% 68%,rgba(20,184,166,.045),transparent 24%),
    #f7f8fc;
}
.thv2-home main:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.3;
  background-image:linear-gradient(rgba(35,48,82,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(35,48,82,.025) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(to bottom,transparent 0,#000 16%,#000 88%,transparent 100%);
}
.thv2-home main>section{position:relative;z-index:1}

.thv2-home-search-band{
  min-height:100px!important;
  height:100px;
  padding:18px 24px!important;
}
.thv2-home-search-band__button{
  width:min(680px,100%)!important;
  min-height:58px!important;
  height:58px;
  border-radius:15px!important;
}
.thv2-home-search-band__icon{width:40px!important;height:40px!important;border-radius:12px!important}

.thv2-home-section--featured-premium{
  width:100%!important;
  max-width:none!important;
  padding:34px clamp(24px,4.2vw,84px) 104px!important;
}
.thv2-home-section--featured-premium .thv2-section-heading{
  max-width:none!important;
  margin-inline:0!important;
}
.thv2-home-section--featured-premium .thv2-tool-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
}
.thv2-home-section--featured-premium .thv2-tool-card{
  min-height:286px!important;
  height:100%;
  padding:24px!important;
  display:grid!important;
  grid-template-columns:62px minmax(0,1fr)!important;
  align-items:start!important;
  overflow:hidden;
}
.thv2-home-section--featured-premium .thv2-tool-card__content{
  min-width:0;
  height:100%;
  display:grid!important;
  grid-template-rows:auto minmax(56px,auto) minmax(72px,1fr) auto!important;
  align-content:start;
}
.thv2-home-section--featured-premium .thv2-tool-card__top{min-height:26px;align-items:center}
.thv2-home-section--featured-premium .thv2-tool-card__content>strong{
  align-self:start;
  line-height:1.3!important;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.thv2-home-section--featured-premium .thv2-tool-card__content>em{
  align-self:start;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.thv2-home-section--featured-premium .thv2-tool-card__action{
  align-self:end!important;
  margin-top:16px!important;
  min-height:38px;
}

.thv2-home-pro-cta{
  width:100%!important;
  max-width:none!important;
  min-height:520px!important;
  margin:0!important;
  padding:0!important;
  border-radius:0!important;
  background:
    radial-gradient(circle at 82% 20%,rgba(105,79,255,.36),transparent 24%),
    radial-gradient(circle at 42% 110%,rgba(0,209,190,.22),transparent 26%),
    linear-gradient(118deg,#071020 0%,#101a34 48%,#302261 100%)!important;
  box-shadow:none!important;
  display:block!important;
}
.thv2-home-pro-cta:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.18) 50%,#000);
}
.thv2-home-pro-cta__inner{
  width:min(1640px,100%);
  min-height:520px;
  margin:0 auto;
  padding:68px clamp(28px,5vw,96px);
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(560px,1.08fr);
  align-items:center;
  gap:70px;
  position:relative;
  z-index:1;
}
.thv2-home-pro-cta__content{position:relative;z-index:2}
.thv2-home-pro-cta h2{font-size:clamp(42px,4.4vw,72px)!important;max-width:760px!important;color:#fff!important}
.thv2-home-pro-cta p{font-size:17px!important;max-width:760px!important;color:#cbd4e8!important}
.thv2-home-pro-cta ul{display:grid!important;grid-template-columns:1fr!important;gap:13px!important;margin:26px 0 32px!important}
.thv2-home-pro-cta li{display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:start;font-size:14px!important}
.thv2-home-pro-cta li:before{grid-row:1/3;margin-top:2px}
.thv2-home-pro-cta li strong{color:#fff;font-size:14px}
.thv2-home-pro-cta li span{display:block;color:#aeb9d1;font-weight:500;line-height:1.5;margin-top:2px}
.thv2-home-pro-cta__button{padding:16px 22px!important;background:linear-gradient(135deg,#fff,#e9e9ff)!important}

.thv2-home-pro-cta__workspace{position:relative;perspective:1200px}
.thv2-pro-window{
  position:relative;
  border:1px solid rgba(255,255,255,.16);
  border-radius:24px;
  overflow:hidden;
  background:rgba(9,16,34,.8);
  box-shadow:0 42px 90px rgba(0,0,0,.44),inset 0 1px 0 rgba(255,255,255,.08);
  transform:rotateY(-4deg) rotateX(1deg);
  backdrop-filter:blur(18px);
}
.thv2-pro-window__bar{height:48px;padding:0 17px;display:flex;align-items:center;gap:7px;border-bottom:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035)}
.thv2-pro-window__bar i{width:8px;height:8px;border-radius:50%;background:#ff6d7d}.thv2-pro-window__bar i:nth-child(2){background:#ffc65b}.thv2-pro-window__bar i:nth-child(3){background:#55db9c}
.thv2-pro-window__bar span{margin:auto;color:#77839f;font:700 10px/1 sans-serif;letter-spacing:.08em}
.thv2-pro-window__body{padding:22px}
.thv2-pro-window__search{height:58px;padding:0 16px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.1);border-radius:15px;background:rgba(255,255,255,.06);color:#dce4f5}
.thv2-pro-window__search>span{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:linear-gradient(145deg,#765cff,#4a43cf);font-size:20px}
.thv2-pro-window__search b{font-size:12px}.thv2-pro-window__search em{font-style:normal;font-size:10px;color:#909cb5;border:1px solid rgba(255,255,255,.12);padding:5px 7px;border-radius:6px}
.thv2-pro-window__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:15px 0}
.thv2-pro-window__stats span{padding:13px;border:1px solid rgba(255,255,255,.08);border-radius:13px;background:rgba(255,255,255,.035)}
.thv2-pro-window__stats small,.thv2-pro-window__stats strong{display:block}.thv2-pro-window__stats small{font-size:8px;letter-spacing:.1em;color:#7f8ba5}.thv2-pro-window__stats strong{margin-top:7px;font-size:12px;color:#eff3ff}
.thv2-pro-window__tools{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.thv2-pro-window__tools span{min-height:72px;padding:12px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.035)}
.thv2-pro-window__tools i{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:rgba(108,86,255,.18);color:#a99bff;font-style:normal;font-size:10px;font-weight:900}.thv2-pro-window__tools b{font-size:11px;color:#e7ecf8}.thv2-pro-window__tools em{font-style:normal;font-size:8px;color:#6fe4d5}
.thv2-pro-floating-card{position:absolute;right:-22px;bottom:-28px;width:240px;padding:16px 18px;border:1px solid rgba(255,255,255,.14);border-radius:17px;background:rgba(28,35,66,.9);box-shadow:0 22px 50px rgba(0,0,0,.38);backdrop-filter:blur(14px)}
.thv2-pro-floating-card span,.thv2-pro-floating-card strong{display:block}.thv2-pro-floating-card span{font-size:9px;letter-spacing:.12em;color:#8f9bb5}.thv2-pro-floating-card strong{margin-top:6px;font-size:13px;color:#fff}.thv2-pro-floating-card i{display:block;height:6px;margin-top:13px;border-radius:9px;background:linear-gradient(90deg,#7b62ff 0 72%,rgba(255,255,255,.1) 72%)}

@media(max-width:1180px){
  .thv2-home-section--featured-premium .thv2-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .thv2-home-pro-cta__inner{grid-template-columns:1fr;gap:46px}
  .thv2-home-pro-cta__workspace{max-width:820px}
}
@media(max-width:640px){
  .thv2-home-search-band{min-height:100px!important;height:100px;padding:18px 14px!important}
  .thv2-home-search-band__button{height:56px;min-height:56px!important}
  .thv2-home-section--featured-premium{padding-inline:14px!important}
  .thv2-home-section--featured-premium .thv2-tool-grid{grid-template-columns:1fr!important}
  .thv2-home-section--featured-premium .thv2-tool-card{min-height:250px!important;grid-template-columns:54px minmax(0,1fr)!important}
  .thv2-home-pro-cta__inner{padding:52px 20px 70px}
  .thv2-home-pro-cta h2{font-size:38px!important}
  .thv2-pro-window{transform:none}
  .thv2-pro-window__stats{grid-template-columns:1fr}
  .thv2-pro-window__tools{grid-template-columns:1fr}
  .thv2-pro-floating-card{position:relative;right:auto;bottom:auto;width:100%;margin-top:12px}
}

/* Part 15.1.1 mobile UX, modern search, stable FAQ and PRO fixes */
.thv2-home .thv2-site-header .thv2-search-trigger,
.thv2-home .thv2-mobile-menu [data-thv2-search-trigger]{display:none!important}

.thv2-home-search-band{
  height:94px!important;
  min-height:94px!important;
  padding:10px 20px 20px!important;
  display:flex;
  align-items:flex-start;
  justify-content:center;
}
.thv2-home-search-band__button{
  width:min(760px,calc(100% - 28px))!important;
  height:56px!important;
  min-height:56px!important;
  margin-top:0;
  padding:7px 10px 7px 9px!important;
  border:1px solid rgba(139,129,255,.32)!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(248,249,255,.98))!important;
  box-shadow:0 10px 30px rgba(2,8,23,.18),0 0 0 1px rgba(255,255,255,.55) inset!important;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important;
}
.thv2-home-search-band__button:hover{
  transform:translateY(-2px);
  border-color:rgba(111,94,255,.62)!important;
  box-shadow:0 16px 38px rgba(2,8,23,.24),0 0 0 4px rgba(111,94,255,.08)!important;
}
.thv2-home-search-band__icon{
  width:42px!important;height:42px!important;border-radius:14px!important;
  background:linear-gradient(135deg,#665cff,#8c6dff)!important;color:#fff!important;
  box-shadow:0 8px 20px rgba(102,92,255,.28)!important;
}
.thv2-home-search-band__button strong{font-size:14px!important;color:#151b2c!important}
.thv2-home-search-band__button small{font-size:11px!important;color:#8790a4!important}
.thv2-home-search-band__button kbd{border:0!important;background:#eef0f8!important;color:#596179!important;border-radius:9px!important;padding:6px 8px!important}

.thv2-home-pro-cta__button{
  background:linear-gradient(135deg,#ffffff,#e9e6ff)!important;
  color:#171b31!important;
  border:1px solid rgba(255,255,255,.9)!important;
  text-shadow:none!important;
}
.thv2-home-pro-cta__button:visited,
.thv2-home-pro-cta__button span{color:#171b31!important}

.thv2-faq-item__mobile-answer{display:none}

@media (max-width:900px){
  .thv2-home-popular-grid .thv2-home-popular-card:nth-child(n+7){display:none}
  .thv2-home-section--featured-premium .thv2-tool-grid .thv2-tool-card:nth-child(n+5){display:none}
  .thv2-proof-grid .thv2-proof-card:nth-child(n+5){display:none}
  .thv2-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .thv2-proof-card{min-height:0!important;padding:18px!important;border-radius:18px!important}
  .thv2-proof-card__icon{width:46px!important;height:46px!important;margin-bottom:12px!important}
  .thv2-proof-card h3{font-size:16px!important;margin-bottom:7px!important}
  .thv2-proof-card p{font-size:13px!important;line-height:1.55!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

  .thv2-home-pro-cta__inner{grid-template-columns:1fr!important;gap:28px!important}
  .thv2-home-pro-cta__workspace{min-height:300px!important}
  .thv2-pro-window{transform:none!important;width:100%!important}
}

@media (max-width:700px){
  .thv2-home-search-band{height:82px!important;min-height:82px!important;padding:8px 10px 16px!important}
  .thv2-home-search-band__button{width:calc(100% - 12px)!important;height:52px!important;min-height:52px!important;border-radius:15px!important}
  .thv2-home-search-band__icon{width:38px!important;height:38px!important;border-radius:12px!important}
  .thv2-home-search-band__button small{display:none}

  .thv2-home-directory{width:calc(100% - 20px)!important;padding:16px 12px 20px!important;border-radius:20px!important}
  .thv2-home-category-chips{gap:8px!important;overflow-x:auto!important;flex-wrap:nowrap!important;justify-content:flex-start!important;padding:0 0 4px!important;scrollbar-width:none}
  .thv2-home-category-chips::-webkit-scrollbar{display:none}
  .thv2-home-category-chips a{flex:0 0 auto!important;min-height:40px!important;padding:7px 12px!important;border-radius:13px!important}
  .thv2-home-popular-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}
  .thv2-home-popular-grid .thv2-home-popular-card:nth-child(n+5){display:none!important}
  .thv2-home-popular-card{min-width:0!important;min-height:176px!important;padding:15px!important;border-radius:18px!important}
  .thv2-home-popular-card__icon{width:43px!important;height:43px!important;border-radius:14px!important}
  .thv2-home-popular-card__meta{margin-top:12px!important;font-size:9px!important}
  .thv2-home-popular-card>strong{font-size:15px!important;line-height:1.25!important}
  .thv2-home-popular-card>small{display:none!important}
  .thv2-home-popular-card__action{font-size:11px!important;padding-top:11px!important}

  .thv2-home-section--proof{padding-top:36px!important}
  .thv2-proof-grid{grid-template-columns:1fr!important;gap:10px!important}
  .thv2-proof-grid .thv2-proof-card:nth-child(n+4){display:none!important}
  .thv2-proof-card{display:grid!important;grid-template-columns:48px 1fr!important;column-gap:13px!important;align-items:start!important;padding:15px!important}
  .thv2-proof-card__icon{grid-row:1/3!important;margin:0!important}
  .thv2-proof-card h3{margin:2px 0 5px!important}
  .thv2-proof-card p{-webkit-line-clamp:2!important;margin:0!important}

  .thv2-home-section--faq-premium{padding-top:52px!important;padding-bottom:56px!important}
  .thv2-faq-premium__heading{text-align:left!important;margin-bottom:20px!important}
  .thv2-faq-premium__heading h2{font-size:30px!important}
  .thv2-faq-switcher{display:block!important}
  .thv2-faq-switcher__questions{padding:8px!important;border-radius:20px!important}
  .thv2-faq-item{border-radius:15px;overflow:hidden}
  .thv2-faq-item+.thv2-faq-item{margin-top:5px}
  .thv2-faq-switcher__questions button{min-height:58px!important;grid-template-columns:26px 1fr 24px!important;padding:11px 12px!important;border-radius:15px!important}
  .thv2-faq-switcher__questions button:hover{transform:none!important}
  .thv2-faq-switcher__questions button[aria-expanded="true"]{background:linear-gradient(135deg,#6258f4,#8b66ff)!important;color:#fff!important;box-shadow:none!important}
  .thv2-faq-switcher__questions button b{font-size:18px!important;transition:transform .2s ease}
  .thv2-faq-item.is-open button b{transform:rotate(45deg)}
  .thv2-faq-item__mobile-answer{display:block;padding:0 14px 15px;background:#f7f7fc;color:#687388;font-size:13px;line-height:1.65}
  .thv2-faq-item__mobile-answer[hidden]{display:none!important}
  .thv2-faq-item__mobile-answer p{margin:0}
  .thv2-faq-switcher__answers{display:none!important}

  .thv2-home-section--featured-premium{padding:22px 10px 58px!important}
  .thv2-home-section--featured-premium .thv2-section-heading{padding:0 4px!important}
  .thv2-home-section--featured-premium .thv2-tool-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}
  .thv2-home-section--featured-premium .thv2-tool-grid .thv2-tool-card:nth-child(n+5){display:none!important}
  .thv2-home-section--featured-premium .thv2-tool-card{min-height:205px!important;padding:14px!important;border-radius:18px!important;display:flex!important;flex-direction:column!important}
  .thv2-home-section--featured-premium .thv2-tool-card__icon{width:46px!important;height:46px!important;border-radius:14px!important}
  .thv2-home-section--featured-premium .thv2-tool-card__content{display:flex!important;flex:1!important;flex-direction:column!important;min-width:0!important}
  .thv2-home-section--featured-premium .thv2-tool-card__content>strong{font-size:15px!important;line-height:1.25!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .thv2-home-section--featured-premium .thv2-tool-card__content>em{display:none!important}
  .thv2-home-section--featured-premium .thv2-tool-card__footer{margin-top:auto!important}

  .thv2-home-pro-cta{width:100%!important;margin:0!important;border-radius:0!important;padding:42px 16px 46px!important;min-height:0!important}
  .thv2-home-pro-cta__inner{display:block!important}
  .thv2-home-pro-cta h2{font-size:34px!important;line-height:1.05!important}
  .thv2-home-pro-cta p{font-size:14px!important;line-height:1.65!important}
  .thv2-home-pro-cta ul{display:grid!important;gap:12px!important;margin:22px 0 26px!important}
  .thv2-home-pro-cta li{display:grid!important;grid-template-columns:18px 1fr!important;gap:0 8px!important;font-size:13px!important}
  .thv2-home-pro-cta li:before{grid-row:1/3!important;margin:1px 0 0!important}
  .thv2-home-pro-cta li span{font-size:12px!important;line-height:1.5!important;color:#aeb8cf!important}
  .thv2-home-pro-cta__button{width:100%!important;justify-content:center!important;padding:15px 18px!important}
  .thv2-home-pro-cta__workspace{margin-top:28px!important;min-height:0!important}
  .thv2-pro-window{border-radius:18px!important}
  .thv2-pro-window__stats{grid-template-columns:1fr!important}
  .thv2-pro-window__stats span:nth-child(n+3){display:none!important}
  .thv2-pro-window__tools{grid-template-columns:1fr!important}
  .thv2-pro-window__tools span:nth-child(n+3){display:none!important}
  .thv2-pro-floating-card{display:none!important}
}

@media (max-width:390px){
  .thv2-home-popular-grid,.thv2-home-section--featured-premium .thv2-tool-grid{grid-template-columns:1fr!important}
  .thv2-home-popular-grid .thv2-home-popular-card:nth-child(n+4),
  .thv2-home-section--featured-premium .thv2-tool-grid .thv2-tool-card:nth-child(n+4){display:none!important}
}

/* Part 15.1.2 — Future UI: search, category rail and top tool matrix */
.thv2-home-search-band{
  height:112px!important;
  min-height:112px!important;
  padding:16px 24px 26px!important;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% -120%,rgba(102,92,255,.34),transparent 48%),
    linear-gradient(180deg,#07101f 0%,#0a1325 100%)!important;
  border-top:1px solid rgba(131,150,190,.12)!important;
  border-bottom:0!important;
}
.thv2-home-search-band:before{
  opacity:.58;
  background-image:
    linear-gradient(rgba(126,149,194,.06) 1px,transparent 1px),
    linear-gradient(90deg,rgba(126,149,194,.06) 1px,transparent 1px)!important;
  background-size:32px 32px!important;
  mask-image:linear-gradient(to bottom,#000 35%,transparent 100%)!important;
}
.thv2-home-search-band:after{
  content:"";
  position:absolute;
  left:50%;bottom:9px;
  width:min(920px,72vw);height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(112,99,255,.85),rgba(87,228,211,.75),transparent);
  box-shadow:0 0 18px rgba(105,95,255,.55);
}
.thv2-home-search-band__button{
  width:min(790px,calc(100% - 28px))!important;
  height:60px!important;
  min-height:60px!important;
  margin-top:-1px!important;
  padding:7px 11px 7px 8px!important;
  border:1px solid rgba(139,152,194,.26)!important;
  border-radius:16px!important;
  background:
    linear-gradient(180deg,rgba(25,35,58,.94),rgba(13,22,40,.94))!important;
  box-shadow:
    0 18px 54px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 0 0 1px rgba(103,90,255,.04)!important;
  backdrop-filter:blur(20px);
  overflow:hidden;
}
.thv2-home-search-band__button:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(105deg,transparent 15%,rgba(113,96,255,.09) 50%,transparent 76%);
  transform:translateX(-80%);
  transition:transform .55s ease;
}
.thv2-home-search-band__button:hover:before{transform:translateX(80%)}
.thv2-home-search-band__button:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(124,109,255,.65)!important;
  box-shadow:0 22px 60px rgba(0,0,0,.42),0 0 0 4px rgba(103,89,255,.08),0 0 34px rgba(99,88,244,.18)!important;
}
.thv2-home-search-band__icon{
  width:44px!important;height:44px!important;border-radius:13px!important;
  background:linear-gradient(145deg,#6c5cff,#8a67ff 58%,#5de2d5)!important;
  color:#fff!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.2) inset,0 8px 24px rgba(101,88,255,.35)!important;
}
.thv2-home-search-band__button strong{color:#f7f9ff!important;font-size:14px!important;letter-spacing:-.01em}
.thv2-home-search-band__button small{color:#8591ad!important;font-size:11px!important}
.thv2-home-search-band__button kbd{
  border:1px solid rgba(146,158,196,.18)!important;
  background:rgba(255,255,255,.045)!important;
  color:#aab5ce!important;
  border-radius:8px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}

.thv2-home-directory{
  width:min(1660px,calc(100% - 28px))!important;
  margin:-10px auto 92px!important;
  padding:26px 28px 30px!important;
  border:1px solid rgba(119,137,183,.18)!important;
  border-radius:28px!important;
  background:
    radial-gradient(circle at 9% 0%,rgba(105,84,255,.16),transparent 24%),
    radial-gradient(circle at 92% 3%,rgba(46,210,203,.1),transparent 22%),
    linear-gradient(150deg,rgba(14,23,43,.985),rgba(8,16,31,.99))!important;
  box-shadow:0 35px 90px rgba(10,18,36,.24),inset 0 1px 0 rgba(255,255,255,.05)!important;
  overflow:hidden;
}
.thv2-home-directory:before{
  content:"";
  position:absolute;inset:0;pointer-events:none;
  background-image:
    linear-gradient(rgba(119,137,183,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(119,137,183,.035) 1px,transparent 1px);
  background-size:38px 38px;
  mask-image:linear-gradient(to bottom,#000,transparent 74%);
}
.thv2-home-directory:after{
  content:"TOOL MATRIX  /  READY";
  position:absolute;right:28px;top:16px;
  color:#5f6d89;font:800 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;
  letter-spacing:.16em;
}
.thv2-home-category-chips{
  position:relative;z-index:2;
  justify-content:flex-start!important;
  gap:10px!important;
  padding-right:170px!important;
}
.thv2-home-category-chips a{
  --chip:var(--thv2-category-accent,#6d61ff);
  min-height:40px!important;
  padding:6px 14px 6px 7px!important;
  border:1px solid rgba(134,149,188,.18)!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.035)!important;
  color:#dce4f7!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
  backdrop-filter:blur(12px);
}
.thv2-home-category-chips a:hover{
  transform:translateY(-2px)!important;
  border-color:color-mix(in srgb,var(--chip) 65%,rgba(255,255,255,.18))!important;
  background:color-mix(in srgb,var(--chip) 13%,rgba(255,255,255,.035))!important;
  box-shadow:0 10px 28px color-mix(in srgb,var(--chip) 17%,transparent),inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.thv2-home-category-chips a span{
  width:29px!important;height:29px!important;border-radius:9px!important;
  background:color-mix(in srgb,var(--chip) 18%,rgba(255,255,255,.04))!important;
  box-shadow:0 0 0 1px color-mix(in srgb,var(--chip) 30%,transparent) inset,0 0 18px color-mix(in srgb,var(--chip) 14%,transparent);
}
.thv2-home-category-chips a strong{font-size:12px!important;letter-spacing:.01em}
.thv2-home-directory__divider{
  position:relative;z-index:2;
  margin:20px 0 24px!important;
  background:linear-gradient(90deg,rgba(108,94,255,.55),rgba(110,132,177,.16) 34%,rgba(110,132,177,.16) 70%,rgba(76,213,202,.4))!important;
}
.thv2-home-popular-grid{position:relative;z-index:2;gap:14px!important}
.thv2-home-popular-card{
  --accent:var(--thv2-tool-accent,#6c5cff);
  min-height:238px!important;
  padding:18px!important;
  border:1px solid rgba(126,143,184,.16)!important;
  border-radius:18px!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.018) 62%),
    rgba(13,22,40,.76)!important;
  color:#eef3ff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 16px 34px rgba(0,0,0,.12)!important;
  backdrop-filter:blur(14px);
}
.thv2-home-popular-card:before{
  content:"";
  position:absolute;left:0;top:0;width:54%;height:1px;
  background:linear-gradient(90deg,var(--accent),transparent);
  opacity:.72;
}
.thv2-home-popular-card:after{
  content:"";
  position:absolute;right:14px;top:14px;width:6px;height:6px;border-radius:50%;
  background:#5ce2c7;
  box-shadow:0 0 12px rgba(92,226,199,.95);
}
.thv2-home-popular-card:hover{
  transform:translateY(-7px)!important;
  border-color:color-mix(in srgb,var(--accent) 55%,rgba(140,156,197,.2))!important;
  background:linear-gradient(145deg,color-mix(in srgb,var(--accent) 12%,rgba(255,255,255,.05)),rgba(255,255,255,.022) 65%),rgba(13,22,40,.9)!important;
  box-shadow:0 25px 58px color-mix(in srgb,var(--accent) 18%,rgba(0,0,0,.26)),inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.thv2-home-popular-card__glow{opacity:.09!important;filter:blur(36px)!important}
.thv2-home-popular-card:hover .thv2-home-popular-card__glow{opacity:.28!important}
.thv2-home-popular-card__icon{
  width:52px!important;height:52px!important;border-radius:15px!important;
  margin-bottom:20px!important;
  background:color-mix(in srgb,var(--accent) 16%,rgba(255,255,255,.03))!important;
  box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 32%,transparent) inset,0 0 24px color-mix(in srgb,var(--accent) 12%,transparent)!important;
}
.thv2-home-popular-card__meta{color:color-mix(in srgb,var(--accent) 78%,#fff)!important;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
.thv2-home-popular-card strong{color:#f6f8ff!important;font-size:17px!important}
.thv2-home-popular-card small{color:#8e9ab5!important}
.thv2-home-popular-card__action{
  color:#cbd5ea!important;
  border-top:1px solid rgba(128,145,183,.13)!important;
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  letter-spacing:.02em;
}
.thv2-home-popular-card__action b{color:color-mix(in srgb,var(--accent) 75%,#fff)!important}

@media (max-width:900px){
  .thv2-home-directory{width:calc(100% - 20px)!important;margin-top:-8px!important;padding:20px 16px 22px!important}
  .thv2-home-directory:after{display:none}
  .thv2-home-category-chips{padding-right:0!important}
}
@media (max-width:700px){
  .thv2-home-search-band{height:84px!important;min-height:84px!important;padding:8px 10px 16px!important}
  .thv2-home-search-band:after{bottom:5px;width:88vw}
  .thv2-home-search-band__button{height:54px!important;min-height:54px!important;border-radius:14px!important}
  .thv2-home-directory{border-radius:20px!important;padding:14px 12px 18px!important;background:linear-gradient(155deg,#101a31,#091221)!important}
  .thv2-home-category-chips a{min-height:38px!important;padding:5px 11px 5px 6px!important}
  .thv2-home-popular-card{min-height:178px!important;padding:14px!important;border-radius:16px!important}
  .thv2-home-popular-card__icon{width:42px!important;height:42px!important;margin-bottom:12px!important}
  .thv2-home-popular-card__meta{margin-top:0!important}
  .thv2-home-popular-card__action{font-family:inherit}
}

/* Part 15.1.2a — full-width Future UI matrix */
.thv2-home-directory{
  box-sizing:border-box!important;
  width:100vw!important;
  max-width:none!important;
  margin:-10px 0 92px calc(50% - 50vw)!important;
  padding:26px clamp(20px,3.2vw,64px) 34px!important;
  border-left:0!important;
  border-right:0!important;
  border-radius:0!important;
  box-shadow:0 34px 90px rgba(10,18,36,.24),inset 0 1px 0 rgba(255,255,255,.05)!important;
}
.thv2-home-directory:after{right:clamp(20px,3.2vw,64px)!important}
.thv2-home-popular-grid{
  width:100%!important;
  max-width:none!important;
}
.thv2-home-category-chips{
  width:100%!important;
  max-width:none!important;
}
@media (min-width:1700px){
  .thv2-home-popular-grid{gap:18px!important}
  .thv2-home-popular-card{min-height:250px!important;padding:20px!important}
}
@media (max-width:900px){
  .thv2-home-directory{
    width:100vw!important;
    margin:-8px 0 64px calc(50% - 50vw)!important;
    padding:20px 16px 24px!important;
    border-radius:0!important;
  }
}
@media (max-width:700px){
  .thv2-home-directory{
    width:100vw!important;
    margin:-6px 0 48px calc(50% - 50vw)!important;
    padding:14px 10px 18px!important;
    border-radius:0!important;
  }
}

/* Trexmi homepage SEO intro — compact, integrated with search hero */
.thv2-home .thv2-home-hero-intro{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:20px 24px 12px!important;
  text-align:center!important;
  background:#07101f!important;
  color:#f4f7ff!important;
}
.thv2-home .thv2-home-hero-intro h1{
  max-width:980px!important;
  margin:0 auto!important;
  color:#f4f7ff!important;
  font-size:clamp(24px,2.05vw,32px)!important;
  line-height:1.18!important;
  font-weight:750!important;
  letter-spacing:-.025em!important;
}
.thv2-home .thv2-home-hero-intro p{
  max-width:760px!important;
  margin:7px auto 0!important;
  color:#96a3ba!important;
  font-size:14px!important;
  line-height:1.45!important;
}
.thv2-home .thv2-home-hero-intro + .thv2-home-search-band{
  padding-top:8px!important;
}
@media(max-width:700px){
  .thv2-home .thv2-home-hero-intro{padding:16px 16px 8px!important}
  .thv2-home .thv2-home-hero-intro h1{font-size:22px!important;line-height:1.22!important}
  .thv2-home .thv2-home-hero-intro p{margin-top:6px!important;font-size:13px!important}
}
