:root{--smt-shell-bg:rgba(255,255,255,.97);--smt-shell-surface:#fff;--smt-shell-soft:#eff6ff;--smt-shell-text:#152033;--smt-shell-muted:#657083;--smt-shell-border:#dce5f2;--smt-shell-accent:#2563eb;--smt-shell-accent-dark:#1d4ed8;--smt-shell-shadow:0 18px 48px rgba(15,23,42,.14)}
.topbar.smt-shell{height:auto;min-height:0;display:block;background:var(--smt-shell-bg);border-bottom:1px solid var(--smt-shell-border);position:sticky;top:0;z-index:100}
.smt-shell-primary{width:min(1180px,calc(100% - 32px));min-height:68px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}
.smt-shell-primary .brand{display:flex;align-items:center;gap:9px;color:var(--smt-shell-text);font-size:18px;font-weight:800;white-space:nowrap}
.smt-shell-primary .brand img{width:50px;height:50px;object-fit:contain;filter:drop-shadow(0 5px 10px rgba(15,23,42,.1))}
.smt-shell-desktop-nav{display:flex;align-items:center;gap:10px}
.smt-nav-category{position:relative;display:flex;align-items:center}
.smt-nav-category-link,.smt-pricing-link{color:var(--smt-shell-muted);font-size:14px;font-weight:750;white-space:nowrap}
.smt-nav-category-link{padding:10px 2px 10px 7px}
.smt-pricing-link{padding:10px 5px}
.smt-nav-category-link:hover,.smt-nav-category-link[aria-current="page"],.smt-pricing-link:hover,.smt-pricing-link[aria-current="page"]{color:var(--smt-shell-accent)}
.smt-nav-category-toggle{width:24px;height:32px;border:0;background:transparent;color:var(--smt-shell-muted);padding:0;font:inherit;font-size:14px;font-weight:900;cursor:pointer}
.smt-nav-category:hover .smt-nav-category-toggle,.smt-nav-category:focus-within .smt-nav-category-toggle,.smt-nav-category.is-open .smt-nav-category-toggle{color:var(--smt-shell-accent)}
.smt-nav-dropdown{position:absolute;top:100%;left:0;width:280px;visibility:hidden;opacity:0;transform:translateY(-2px);pointer-events:none;border:1px solid var(--smt-shell-border);border-radius:13px;background:var(--smt-shell-surface);box-shadow:var(--smt-shell-shadow);padding:8px;transition:opacity .12s ease,transform .12s ease,visibility .12s}
.smt-nav-category:hover .smt-nav-dropdown,.smt-nav-category:focus-within .smt-nav-dropdown,.smt-nav-category.is-open .smt-nav-dropdown{visibility:visible;opacity:1;transform:translateY(0);pointer-events:auto}
.smt-nav-category:nth-of-type(3) .smt-nav-dropdown{left:auto;right:0}
.smt-all-tools-button,.smt-mobile-tools-button,.smt-drawer-close{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--smt-shell-border);border-radius:10px;background:var(--smt-shell-surface);color:var(--smt-shell-text);padding:9px 12px;font:inherit;font-size:14px;font-weight:800;cursor:pointer}
.smt-all-tools-button{background:var(--smt-shell-accent);border-color:var(--smt-shell-accent);color:#fff}
.smt-all-tools-button:hover{background:var(--smt-shell-accent-dark)}
.smt-button-icon{font-size:16px;line-height:1}
.smt-mobile-tools-button{display:none}
.smt-tool-drawer{position:absolute;left:0;right:0;top:100%;background:var(--smt-shell-surface);border-top:1px solid var(--smt-shell-border);border-bottom:1px solid var(--smt-shell-border);box-shadow:var(--smt-shell-shadow);color:var(--smt-shell-text)}
.smt-tool-drawer[hidden]{display:none}
.smt-tool-drawer-inner{width:min(1180px,calc(100% - 32px));margin:auto;padding:22px 0 26px}
.smt-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.smt-drawer-title{margin:0;font-size:22px;letter-spacing:-.02em}
.smt-drawer-search{display:flex;align-items:center;gap:9px;border:1px solid var(--smt-shell-border);border-radius:11px;background:var(--smt-shell-surface);padding:11px 13px;margin-bottom:18px}
.smt-drawer-search:focus-within{border-color:var(--smt-shell-accent);box-shadow:0 0 0 3px rgba(37,99,235,.12)}
.smt-drawer-search input{width:100%;border:0;outline:0;background:transparent;color:var(--smt-shell-text);font:inherit}
.smt-drawer-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.smt-drawer-resources{grid-column:1/-1;border-top:1px solid var(--smt-shell-border);padding-top:16px}
.smt-drawer-resources .smt-drawer-list{grid-template-columns:repeat(3,minmax(0,1fr))}
.smt-drawer-group h3{margin:0 0 4px;font-size:14px}
.smt-drawer-group>p{margin:0 0 10px;color:var(--smt-shell-muted);font-size:12px;line-height:1.45}
.smt-drawer-list{display:grid;gap:4px}
.smt-drawer-item{display:block;border-radius:9px;padding:8px;color:var(--smt-shell-text)}
.smt-drawer-item:hover,.smt-drawer-item:focus-visible{background:var(--smt-shell-soft)}
.smt-drawer-item strong{display:block;font-size:13px}
.smt-drawer-item span{display:block;margin-top:2px;color:var(--smt-shell-muted);font-size:11px;line-height:1.4}
.smt-drawer-empty{grid-column:1/-1;color:var(--smt-shell-muted);padding:16px 0}
.smt-product-finder{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:16px;margin-top:24px}
.smt-finder-main{min-width:0}
.smt-finder-search{display:flex;align-items:center;gap:10px;background:var(--smt-shell-surface);border:1px solid var(--smt-shell-border);border-radius:13px;padding:13px 14px;margin-bottom:18px;box-shadow:0 8px 24px rgba(15,23,42,.04)}
.smt-finder-search:focus-within{border-color:var(--smt-shell-accent);box-shadow:0 0 0 3px rgba(37,99,235,.12)}
.smt-finder-search input{border:0;outline:0;background:transparent;color:var(--smt-shell-text);width:100%;font:inherit}
.smt-finder-heading{margin:0 0 10px;font-size:25px;letter-spacing:-.025em}
.smt-finder-heading[hidden],.smt-featured-grid[hidden]{display:none}
.smt-featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:24px}
.smt-featured-card{display:flex;min-height:122px;flex-direction:column;border:1px solid var(--smt-shell-border);border-radius:14px;background:var(--smt-shell-surface);color:var(--smt-shell-text);padding:15px}
.smt-featured-card:hover{border-color:#bfd2fa;box-shadow:0 8px 24px rgba(15,23,42,.05)}
.smt-featured-card strong{font-size:14px}
.smt-featured-card span{margin-top:6px;color:var(--smt-shell-muted);font-size:12px;line-height:1.45}
.smt-featured-card small{margin-top:auto;padding-top:10px;color:var(--smt-shell-accent);font-weight:800}
.smt-category-list{overflow:hidden;border:1px solid var(--smt-shell-border);border-radius:14px;background:var(--smt-shell-surface)}
.smt-category-button{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;border:0;border-bottom:1px solid var(--smt-shell-border);border-radius:0;background:transparent;color:var(--smt-shell-text);padding:14px 15px;text-align:left;cursor:pointer}
.smt-category-button:last-child{border-bottom:0}
.smt-category-button:hover{background:var(--smt-shell-soft)}
.smt-category-button strong{display:block;font-size:14px}
.smt-category-button span{display:block;margin-top:3px;color:var(--smt-shell-muted);font-size:12px}
.smt-category-button small{color:var(--smt-shell-muted);font-weight:800}
.smt-finder-rail{display:grid;align-content:start;gap:12px}
.smt-finder-guide{border:1px solid var(--smt-shell-border);border-radius:14px;background:var(--smt-shell-surface);padding:16px}
.smt-finder-guide h3{margin:0 0 7px;font-size:16px}
.smt-finder-guide p{margin:0 0 10px;color:var(--smt-shell-muted);font-size:12px;line-height:1.55}
.smt-finder-guide a{font-size:12px;font-weight:800}
.smt-ad-slot{min-height:120px;border:1px dashed #cfd6e2;border-radius:12px;background:rgba(255,255,255,.62);color:#8791a2;display:grid;place-items:center;padding:14px;text-align:center;font-size:11px;letter-spacing:.05em;text-transform:uppercase}
.smt-ad-slot[hidden]{display:none}
.smt-home-intro{margin-bottom:0}
.smt-home-intro h1{max-width:760px;margin-left:auto;margin-right:auto}
.smt-home-intro .home-hero-actions{display:none}
.smt-mobile-bottom-nav{display:none}
body.smt-drawer-open{overflow:hidden}
@media(max-width:1060px){.smt-shell-primary{width:min(1180px,calc(100% - 22px));gap:10px}.smt-shell-desktop-nav{gap:4px}.smt-nav-category-link,.smt-pricing-link{font-size:13px}.smt-all-tools-button{padding-left:10px;padding-right:10px}}
@media(max-width:880px){.smt-shell-desktop-nav{display:none}.smt-mobile-tools-button{display:inline-flex}.smt-drawer-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.smt-drawer-resources .smt-drawer-list{grid-template-columns:repeat(2,minmax(0,1fr))}.smt-product-finder{grid-template-columns:1fr}.smt-finder-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.smt-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){body.smt-shell-ready{padding-bottom:66px}.topbar.smt-shell{position:sticky;backdrop-filter:none;-webkit-backdrop-filter:none}.smt-shell-primary{min-height:62px}.smt-shell-primary .brand{font-size:17px}.smt-shell-primary .brand img{width:46px;height:46px}.smt-tool-drawer{position:fixed;inset:0;overflow-y:auto;z-index:150}.smt-tool-drawer-inner{width:100%;padding:18px 16px 28px}.smt-drawer-groups{grid-template-columns:1fr;gap:18px}.smt-drawer-resources .smt-drawer-list{grid-template-columns:1fr}.smt-drawer-head{position:sticky;top:-18px;background:var(--smt-shell-surface);padding:18px 0 10px;z-index:2}.smt-mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:120;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));min-height:60px;border-top:1px solid var(--smt-shell-border);background:var(--smt-shell-bg);box-shadow:0 -8px 24px rgba(15,23,42,.08)}.smt-drawer-open .smt-mobile-bottom-nav{display:none}.smt-mobile-bottom-nav a,.smt-mobile-bottom-nav button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:0;border-radius:0;background:transparent;color:var(--smt-shell-muted);padding:7px 4px;font:inherit;font-size:11px;font-weight:750}.smt-mobile-bottom-nav a[aria-current="page"]{color:var(--smt-shell-accent)}.smt-mobile-bottom-nav .smt-button-icon{font-size:17px}.smt-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.smt-finder-rail{grid-template-columns:1fr}.smt-home-intro{text-align:left}.smt-home-intro h1{margin-left:0}.smt-home-intro p{margin-left:0}}
@media(max-width:430px){.smt-featured-grid{grid-template-columns:1fr 1fr}.smt-featured-card{min-height:116px;padding:13px}.smt-category-button{padding:13px}.smt-finder-heading{font-size:22px}}
@media(prefers-reduced-motion:reduce){.smt-featured-card{transition:none}}
