@import url("./fonts.css");

:root {
  --hub-bg: #060e19;
  --hub-panel: rgba(16, 32, 52, .88);
  --hub-panel-2: #0b1d31;
  --hub-ink: #f3f8ff;
  --hub-muted: #a8b8cb;
  --hub-line: rgba(137, 205, 255, .19);
  --hub-cyan: #61defd;
  --hub-blue: #4b82ff;
  --hub-amber: #f5bd4d;
  --hub-green: #55e3a3;
  --hub-radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--hub-ink); background: var(--hub-bg); font-family: Manrope, Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; z-index: -4; inset: 0; background: radial-gradient(55% 45% at 85% -10%, rgba(75,130,255,.32), transparent 70%), radial-gradient(42% 38% at -4% 94%, rgba(97,222,253,.16), transparent 67%), linear-gradient(145deg,#071424 0%,#060e19 48%,#050a11 100%); }
body::after { content: ''; position: fixed; z-index: -3; inset: 0; pointer-events: none; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 88px 88px; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--hub-amber); outline-offset: 3px; }
.hub-skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 11px 15px; border-radius: 10px; color: #04111e; background: var(--hub-amber); font-weight: 800; transform: translateY(-160%); transition: transform .15s ease; }
.hub-skip-link:focus { transform: translateY(0); }
img { display: block; max-width: 100%; }
.hub-wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.hub-stars { position: fixed; z-index: -2; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hub-aurora { position: fixed; z-index: -2; width: 58vmax; height: 58vmax; border-radius: 50%; pointer-events: none; filter: blur(92px); mix-blend-mode: screen; opacity: .32; animation: hub-drift 26s ease-in-out infinite alternate; }
.hub-aurora.a { top: -35vmax; right: -26vmax; background: #317eff; }
.hub-aurora.b { bottom: -38vmax; left: -30vmax; background: #24cce9; animation-duration: 33s; animation-delay: -11s; }
.hub-aurora.c { top: 34vh; left: 38vw; width: 37vmax; height: 37vmax; opacity: .18; background: #9b7cff; animation-duration: 42s; animation-delay: -17s; }
@keyframes hub-drift { from { transform: translate3d(-3vmax,2vmax,0) scale(.9); } to { transform: translate3d(8vmax,-7vmax,0) scale(1.16); } }
.hub-header { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid rgba(137,205,255,.1); background: rgba(6,14,25,.72); backdrop-filter: blur(16px); }
.hub-bar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hub-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 800; letter-spacing: -.02em; }
.hub-brand .hub-logo { width: 44px; height: 44px; border-radius: 13px; box-shadow: 0 0 0 1px rgba(97,222,253,.28), 0 8px 28px rgba(32,130,255,.32); animation: hub-logo-float 5s ease-in-out infinite; }
.hub-brand .hub-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(97,222,253,.5); border-radius: 11px; color: #06111d; background: linear-gradient(135deg,var(--hub-cyan),#a9f4ff); box-shadow: 0 7px 24px rgba(85,227,163,.22); font: 500 12px/1 'DM Mono',monospace; letter-spacing: -.13em; }
@keyframes hub-logo-float { 0%,100% { transform: translateY(0); filter: saturate(1); } 50% { transform: translateY(-2px); filter: saturate(1.18) brightness(1.08); } }
.hub-brand .hub-accent { color: var(--hub-cyan); }
.hub-brand .hub-lab { margin-left: 3px; color: var(--hub-muted); font: 500 11px/1 'DM Mono',monospace; letter-spacing: .06em; text-transform: uppercase; }
.hub-nav { display: flex; align-items: center; gap: 23px; color: var(--hub-muted); font-size: 14px; font-weight: 700; }
.hub-nav a { transition: color .2s ease; }
.hub-nav a:hover, .hub-nav a[aria-current='page'] { color: var(--hub-cyan); }
.hub-nav .hub-nav-app { display: inline-flex; padding: 10px 15px; border: 1px solid rgba(97,222,253,.34); border-radius: 999px; color: var(--hub-ink); background: rgba(255,255,255,.035); }
.hub-nav .hub-nav-app:hover { border-color: var(--hub-cyan); color: var(--hub-cyan); }
.hub-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--hub-cyan); font: 500 11px/1 'DM Mono',monospace; letter-spacing: .09em; text-transform: uppercase; }
.hub-kicker::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(97,222,253,.12); }
.hub-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 20px; border: 1px solid var(--hub-cyan); border-radius: 999px; color: #04111e; background: var(--hub-cyan); font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.hub-button:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(97,222,253,.22); }
.hub-button.ghost { color: var(--hub-ink); background: rgba(255,255,255,.035); border-color: var(--hub-line); }
.hub-button.ghost:hover { border-color: var(--hub-cyan); background: rgba(97,222,253,.1); }
.hub-arrow { font-size: 17px; line-height: .8; }
.hub-hero { position: relative; padding: 100px 0 73px; overflow: hidden; }
.hub-hero::before { content: ''; position: absolute; z-index: -1; width: min(92vw,1100px); height: 1px; left: 50%; bottom: 0; transform: translateX(-50%); background: linear-gradient(90deg,transparent,var(--hub-line),transparent); }
.hub-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.06fr) minmax(300px,.94fr); align-items: center; gap: 58px; }
.hub-hero-copy > * { opacity: 0; transform: translateY(24px); animation: hub-rise .8s cubic-bezier(.2,.75,.2,1) forwards; }
.hub-hero-copy .hub-kicker { animation-delay: .06s; }
.hub-hero-copy h1 { animation-delay: .16s; }
.hub-hero-copy .hub-lead { animation-delay: .29s; }
.hub-hero-copy .hub-actions { animation-delay: .42s; }
@keyframes hub-rise { to { opacity: 1; transform: none; } }
.hub-hero h1 { max-width: 760px; margin: 19px 0 21px; font-size: clamp(45px,6.5vw,79px); line-height: .98; letter-spacing: -.068em; }
.hub-hero h1 .hub-gradient { background: linear-gradient(95deg,var(--hub-cyan),#a3f3ff 42%,var(--hub-amber)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hub-lead { max-width: 590px; margin: 0; color: var(--hub-muted); font-size: 18px; line-height: 1.6; }
.hub-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hub-orbit { position: relative; min-height: 340px; overflow: hidden; isolation: isolate; border: 1px solid var(--hub-line); border-radius: var(--hub-radius); background: radial-gradient(circle at var(--x,67%) var(--y,30%),rgba(97,222,253,.18),transparent 25%), linear-gradient(140deg,rgba(75,130,255,.32),rgba(8,24,42,.92) 45%,rgba(97,222,253,.11)); box-shadow: 0 26px 75px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.08); opacity: 0; transform: translateY(25px) scale(.97); animation: hub-orbit-in 1s .28s cubic-bezier(.2,.75,.2,1) forwards; }
@keyframes hub-orbit-in { to { opacity: 1; transform: none; } }
.hub-orbit::before, .hub-orbit::after { content: ''; position: absolute; border: 1px solid rgba(97,222,253,.25); border-radius: 50%; }
.hub-orbit::before { width: 420px; height: 420px; left: -140px; top: -118px; animation: hub-spin 25s linear infinite; }
.hub-orbit::after { width: 300px; height: 300px; right: -130px; bottom: -135px; animation: hub-spin 19s linear infinite reverse; }
@keyframes hub-spin { to { rotate: 1turn; } }
.hub-orbit .hub-number { position: absolute; z-index: 1; right: 31px; top: 25px; color: var(--hub-amber); font: 800 clamp(70px,10vw,125px)/.72 Manrope,sans-serif; letter-spacing: -.1em; }
.hub-orbit .hub-orbit-text { position: absolute; z-index: 1; left: 28px; bottom: 30px; max-width: 220px; color: #dce9f5; font-size: 15px; line-height: 1.48; }
.hub-orbit .hub-orbit-label { position: absolute; z-index: 1; left: 28px; top: 29px; color: var(--hub-cyan); font: 500 10px/1 'DM Mono',monospace; letter-spacing: .1em; }
.hub-orbit-wave { position: absolute; z-index: -1; left: -18%; bottom: 18%; width: 136%; height: 1px; background: linear-gradient(90deg,transparent,rgba(97,222,253,.56),transparent); transform: rotate(-17deg); box-shadow: 0 15px 0 rgba(97,222,253,.12), 0 -15px 0 rgba(97,222,253,.08); animation: hub-wave 8s ease-in-out infinite alternate; }
.hub-orbit-badge { position: absolute; z-index: 1; right: 25px; bottom: 24px; display: grid; place-items: center; width: 67px; height: 67px; border-radius: 50%; color: #071424; background: var(--hub-amber); font: 500 9px/1.1 'DM Mono',monospace; letter-spacing: .06em; text-align: center; transform: rotate(13deg); box-shadow: 0 8px 26px rgba(245,189,77,.2); animation: hub-badge 6s ease-in-out infinite; }
@keyframes hub-wave { to { transform: rotate(-17deg) translateX(8%); } }
@keyframes hub-badge { 50% { transform: rotate(5deg) translateY(-6px); } }
.hub-section { padding: 88px 0; }
.hub-section-head { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 36px; }
.hub-section h2 { max-width: 650px; margin: 15px 0 0; font-size: clamp(33px,4.4vw,56px); line-height: 1.03; letter-spacing: -.058em; }
.hub-section-intro { max-width: 340px; margin: 0; color: var(--hub-muted); font-size: 15px; line-height: 1.6; }
.hub-businesses { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.hub-business { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 31px; overflow: hidden; border: 1px solid var(--hub-line); border-radius: var(--hub-radius); background: radial-gradient(circle at var(--x,75%) var(--y,10%),rgba(97,222,253,.13),transparent 30%),var(--hub-panel); transition: transform .32s cubic-bezier(.2,.75,.2,1), border-color .25s ease, box-shadow .25s ease; }
.hub-business::before, .hub-tool::before { content: ''; position: absolute; z-index: 0; top: 0; left: 8%; width: 38%; height: 1px; background: linear-gradient(90deg,transparent,var(--hub-cyan),transparent); opacity: .7; }
.hub-business:hover { transform: translateY(-8px); border-color: rgba(97,222,253,.48); box-shadow: 0 24px 56px rgba(0,0,0,.24); }
.hub-business::after { content: ''; position: absolute; width: 260px; height: 260px; right: -96px; bottom: -105px; border-radius: 50%; background: radial-gradient(circle,rgba(97,222,253,.22),transparent 69%); }
.hub-business.app::after { background: radial-gradient(circle,rgba(242,193,78,.19),transparent 69%); }
.hub-business.game::after { background: radial-gradient(circle,rgba(181,132,255,.2),transparent 69%); }
.hub-business .hub-icon { position: relative; z-index: 1; width: 64px; height: 64px; padding: 5px; border: 1px solid var(--hub-line); border-radius: 18px; background: rgba(255,255,255,.05); transition: transform .35s ease; }
.hub-business:hover .hub-icon { transform: rotate(-5deg) scale(1.07); }
.hub-business .hub-icon img { width: 100%; height: 100%; border-radius: 13px; object-fit: cover; }
.hub-platform-icon { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:2px; color:#f5fbff; background:linear-gradient(145deg,rgba(97,222,253,.18),rgba(181,132,255,.13)) !important; }
.hub-platform-icon .hub-roblox-mark { width:34px; height:34px; fill:currentColor; filter:drop-shadow(0 3px 8px rgba(97,222,253,.22)); }
.hub-platform-icon span { font:800 7px/1 'DM Mono',monospace; letter-spacing:.17em; }
.hub-business .hub-business-type { margin-top: 28px; color: var(--hub-cyan); font: 500 11px/1 'DM Mono',monospace; letter-spacing: .08em; text-transform: uppercase; }
.hub-business.app .hub-business-type { color: var(--hub-amber); }
.hub-business.game .hub-business-type { color:#c6a7ff; }
.hub-business-meta { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:28px; }
.hub-business-meta .hub-business-type { margin-top:0; }
.hub-status { display:inline-flex; align-items:center; min-height:25px; padding:0 10px; border:1px solid rgba(198,167,255,.38); border-radius:999px; color:#ddcaff; background:rgba(181,132,255,.09); font:700 9px/1 'DM Mono',monospace; letter-spacing:.1em; text-transform:uppercase; }
.hub-business h3 { margin: 12px 0 10px; font-size: 36px; line-height: 1; letter-spacing: -.055em; }
.hub-business p { max-width: 390px; margin: 0; color: var(--hub-muted); font-size: 15px; line-height: 1.58; }
.hub-business .hub-button { position: relative; z-index: 1; align-self: flex-start; margin-top: auto; }
.hub-button-disabled { cursor:default; opacity:.58; pointer-events:none; }
.hub-tool-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 19px; align-items: stretch; }
.hub-filter-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin: 0 0 23px; padding: 14px; border: 1px solid var(--hub-line); border-radius: 18px; background: rgba(9,24,41,.64); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.hub-filter-tabs { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.hub-filter-tab { appearance: none; cursor: pointer; padding: 10px 12px; border: 1px solid transparent; border-radius: 10px; color: var(--hub-muted); background: transparent; font: 700 12px/1 Manrope,Arial,sans-serif; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.hub-filter-tab:hover { border-color: var(--hub-line); color: var(--hub-ink); background: rgba(255,255,255,.04); }
.hub-filter-tab.is-active { border-color: rgba(97,222,253,.38); color: #04111e; background: var(--hub-cyan); box-shadow: 0 5px 16px rgba(97,222,253,.16); }
.hub-filter-count { display: inline-grid; place-items: center; min-width: 18px; height: 18px; margin-left: 5px; padding: 0 4px; border-radius: 999px; color: inherit; background: rgba(6,14,25,.13); font: 500 10px/1 'DM Mono',monospace; }
.hub-filter-search { position: relative; flex: 0 1 235px; }
.hub-filter-search svg { position: absolute; width: 16px; height: 16px; left: 12px; top: 50%; color: var(--hub-muted); transform: translateY(-50%); pointer-events: none; }
.hub-filter-search input { width: 100%; padding: 11px 12px 11px 35px; border: 1px solid var(--hub-line); outline: 0; border-radius: 10px; color: var(--hub-ink); background: rgba(255,255,255,.045); font: 500 12px/1 Manrope,Arial,sans-serif; transition: border-color .2s ease, box-shadow .2s ease; }
.hub-filter-search input::placeholder { color: #7e91a6; }
.hub-filter-search input:focus { border-color: var(--hub-cyan); box-shadow: 0 0 0 3px rgba(97,222,253,.11); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hub-tool[hidden] { display: none; }
.hub-filter-empty { display: none; margin: 0; padding: 43px 18px; border: 1px dashed var(--hub-line); border-radius: 18px; color: var(--hub-muted); text-align: center; font-size: 14px; }
.hub-filter-empty.is-visible { display: block; }
.hub-tool { position: relative; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--hub-line); border-radius: var(--hub-radius); background: radial-gradient(circle at var(--x,70%) var(--y,10%),rgba(97,222,253,.14),transparent 27%),rgba(9,24,41,.86); transition: transform .32s cubic-bezier(.2,.75,.2,1), border-color .25s ease, box-shadow .25s ease; }
.hub-tool:hover { transform: translateY(-8px); border-color: rgba(97,222,253,.52); box-shadow: 0 22px 50px rgba(0,0,0,.25); }
.hub-tool-top { position: relative; min-height: 204px; overflow: hidden; padding: 22px; background: linear-gradient(135deg,#244b83,#102745); }
.hub-tool.prowl .hub-tool-top { background: linear-gradient(135deg,#3d315a,#182039); }
.hub-tool.ribbon .hub-tool-top { background: linear-gradient(135deg,#793e38,#2b1c2d); }
.hub-tool.sinew .hub-tool-top { background: linear-gradient(135deg,#4069a4,#152844); }
.hub-tool-top::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 50%,rgba(6,14,25,.8)); }
.hub-product-type { position: absolute; z-index: 2; top: 19px; left: 20px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #dff9ff; background: rgba(3,13,24,.27); backdrop-filter: blur(7px); font: 500 10px/1 'DM Mono',monospace; letter-spacing: .06em; text-transform: uppercase; }
.hub-tool-art { position: absolute; z-index: 1; top: 23px; right: 28px; width: 157px; height: 157px; border: 1px solid rgba(255,255,255,.24); border-radius: 27px; object-fit: cover; box-shadow: 12px 14px 0 rgba(0,0,0,.18), 0 18px 42px rgba(0,0,0,.22); transform: rotate(7deg); transition: transform .45s cubic-bezier(.2,.75,.2,1), box-shadow .35s ease; }
.hub-tool:hover .hub-tool-art { transform: rotate(-3deg) scale(1.08) translate(-2px,1px); box-shadow: 15px 15px 0 rgba(0,0,0,.2); }
.hub-tool-label { position: absolute; z-index: 1; left: 23px; bottom: 21px; max-width: 50%; color: rgba(255,255,255,.78); font: 500 10px/1.35 'DM Mono',monospace; letter-spacing: .08em; text-transform: uppercase; }
.hub-tool-body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.hub-tool-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--hub-cyan); font: 500 10px/1 'DM Mono',monospace; letter-spacing: .07em; text-transform: uppercase; }
.hub-tool-meta span:last-child { color: var(--hub-muted); }
.hub-tool h3 { margin: 13px 0 8px; font-size: 30px; line-height: 1; letter-spacing: -.05em; }
.hub-tool p { margin: 0; color: var(--hub-muted); font-size: 14px; line-height: 1.55; }
.hub-product-hook { min-height: 66px; }
.hub-product-benefit { display: grid; grid-template-columns: 18px minmax(0,1fr); gap: 8px; margin-top: 17px; padding: 12px 13px; border: 1px solid rgba(97,222,253,.15); border-radius: 13px; background: linear-gradient(135deg,rgba(97,222,253,.09),rgba(255,255,255,.025)); }
.hub-product-benefit > span { padding-top: 1px; color: var(--hub-cyan); font-size: 12px; }
.hub-product-benefit p { color: #b9cbe0; font-size: 12px; line-height: 1.48; }
.hub-product-benefit strong { color: var(--hub-ink); }
.hub-tool-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 21px; }
.hub-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.hub-tag { padding: 5px 7px; border-radius: 6px; color: #b9c8d9; background: rgba(255,255,255,.06); font: 500 10px/1 'DM Mono',monospace; }
.hub-price { display: flex; flex-direction: column; align-items: end; flex: 0 0 auto; color: var(--hub-muted); font: 500 9px/1.15 'DM Mono',monospace; letter-spacing: .04em; text-transform: uppercase; }
.hub-price strong { margin-top: 4px; color: var(--hub-amber); font: 800 17px/1 Manrope,Arial,sans-serif; letter-spacing: -.04em; text-transform: none; }
.hub-store-link { display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; margin-top: 18px; padding: 13px 16px; border: 1px solid rgba(97,222,253,.47); border-radius: 12px; color: #e9fbff; background: linear-gradient(100deg,rgba(97,222,253,.18),rgba(75,130,255,.2)); box-shadow: inset 0 1px 0 rgba(255,255,255,.11); font-size: 13px; font-weight: 800; transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.hub-store-link span { color: var(--hub-cyan); font-size: 17px; line-height: .8; transition: transform .2s ease; }
.hub-store-link:hover { transform: translateY(-2px); border-color: var(--hub-cyan); background: linear-gradient(100deg,rgba(97,222,253,.29),rgba(75,130,255,.3)); box-shadow: 0 11px 27px rgba(39,142,255,.18), inset 0 1px 0 rgba(255,255,255,.15); }
.hub-store-link:hover span { transform: translate(2px,-2px); color: white; }
.hub-footer { padding: 35px 0 44px; border-top: 1px solid rgba(137,205,255,.1); }
.hub-footer-row { display: flex; align-items: center; justify-content: space-between; gap: 22px; color: var(--hub-muted); font-size: 13px; }
.hub-footer-links { display: flex; flex-wrap: wrap; gap: 17px; font-weight: 700; }
.hub-footer a:hover { color: var(--hub-cyan); }
.hub-reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s cubic-bezier(.2,.75,.2,1), transform .75s cubic-bezier(.2,.75,.2,1); }
.hub-reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 1080px) { .hub-tool-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width: 840px) { .hub-hero { padding: 66px 0 52px; } .hub-hero-grid { grid-template-columns: 1fr; gap: 36px; } .hub-orbit { min-height: 250px; } .hub-section { padding: 65px 0; } .hub-section-head { display: block; } .hub-section-intro { margin-top: 16px; } .hub-businesses, .hub-tool-grid { grid-template-columns: 1fr; } .hub-business { min-height: 330px; } }
@media (max-width: 620px) { .hub-wrap { width: min(100% - 28px,1160px); } .hub-header { position: static; } .hub-bar { min-height: 67px; } .hub-brand { font-size: 16px; } .hub-brand .hub-logo, .hub-brand .hub-mark { width: 32px; height: 32px; font-size: 10px; } .hub-brand .hub-lab, .hub-nav a:not(.hub-nav-app) { display: none; } .hub-nav .hub-nav-app { padding: 8px 11px; font-size: 11px; } .hub-hero h1 { font-size: clamp(42px,13vw,61px); } .hub-lead { font-size: 16px; } .hub-orbit .hub-number { font-size: 88px; } .hub-orbit .hub-orbit-text { max-width: 180px; font-size: 13px; } .hub-section h2 { font-size: 38px; } .hub-business { padding: 25px; } .hub-business h3 { font-size: 32px; } .hub-filter-bar { align-items: stretch; padding: 10px; } .hub-filter-tabs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); width: 100%; } .hub-filter-tab { padding: 10px 8px; text-align: left; } .hub-filter-search { flex-basis: 100%; } .hub-tool-top { min-height: 192px; } .hub-tool-art { right: 20px; width: 145px; height: 145px; } .hub-tool-body { padding: 22px; } .hub-tool-footer { align-items: center; flex-direction: row; } .hub-footer-row { align-items: start; flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .hub-hero-copy > *, .hub-orbit { opacity: 1; transform: none; } .hub-reveal { opacity: 1; transform: none; } }
