@import url('data:text/css,');

:root {
  --ink: #0c1222;
  --muted: #687082;
  --muted-2: #8d94a4;
  --line: #e7e9ee;
  --surface: #ffffff;
  --soft: #f6f7f9;
  --navy: #10182e;
  --orange: #ff6b35;
  --orange-dark: #ee5520;
  --green: #43b978;
  --blue: #2594e8;
  --shadow: 0 18px 45px rgba(24, 35, 62, .09);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fbfbfc;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
[hidden] { display: none !important; }

.ambient { position: absolute; border-radius: 999px; pointer-events: none; filter: blur(2px); z-index: -1; }
.ambient-one { width: 530px; height: 530px; background: rgba(255, 111, 53, .09); top: 40px; left: -310px; }
.ambient-two { width: 420px; height: 420px; background: rgba(59, 181, 118, .07); top: 160px; right: -260px; }

.topbar {
  width: min(1180px, calc(100% - 48px));
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; letter-spacing: -.03em; }
.brand strong { font-weight: 800; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; background: var(--orange); color: white; box-shadow: 0 8px 16px rgba(255, 107, 53, .23); }
.brand-mark svg { width: 25px; height: 25px; }
.brand-mark svg path:first-child { fill: none; stroke: currentColor; stroke-width: 1.5; }
.brand-mark svg path:last-child { fill: currentColor; }
.desktop-nav { display: flex; align-items: center; gap: 37px; margin-left: 88px; }
.desktop-nav a { color: #707688; font-size: 14px; font-weight: 600; transition: color .2s; position: relative; padding: 29px 0; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--ink); }
.desktop-nav a.active::after { content: ""; height: 2px; background: var(--orange); position: absolute; left: 0; right: 0; bottom: 18px; border-radius: 3px; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.creator-credit { height: 35px; display: inline-flex; align-items: center; gap: 4px; padding: 0 12px; border-radius: 9px; background: #fff1eb; color: #965137; font-size: 9px; font-weight: 650; transition: .2s; }
.creator-credit strong { color: var(--orange-dark); }
.creator-credit:hover { background: #ffe5d9; transform: translateY(-1px); }
.icon-button { border: 1px solid var(--line); background: rgba(255,255,255,.7); width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; cursor: pointer; position: relative; transition: .2s ease; }
.icon-button:hover, .icon-button[aria-pressed="true"] { border-color: #cdd1da; background: white; transform: translateY(-1px); }
.icon-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.icon-button[aria-pressed="true"] svg { fill: var(--orange); stroke: var(--orange); }
.saved-count { min-width: 17px; height: 17px; padding: 0 4px; border-radius: 99px; color: white; background: var(--orange); display: grid; place-items: center; font-size: 9px; font-weight: 800; position: absolute; right: -5px; top: -5px; border: 2px solid #fbfbfc; }
.mobile-menu-button { display: none; }
.mobile-menu { position: fixed; z-index: 19; top: 73px; left: 16px; right: 16px; padding: 8px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.mobile-menu a { display: block; padding: 13px 14px; border-radius: 10px; font-weight: 650; font-size: 14px; }
.mobile-menu a:hover { background: var(--soft); }

.hero { width: min(880px, calc(100% - 40px)); margin: 0 auto; padding: 88px 0 66px; text-align: center; }
.eyebrow, .section-kicker { color: var(--orange); text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.eyebrow { display: flex; justify-content: center; align-items: center; gap: 9px; margin-bottom: 20px; }
.eyebrow span { width: 22px; height: 1.5px; background: var(--orange); }
.hero h1 { margin: 0; font-size: clamp(48px, 7vw, 78px); line-height: .98; letter-spacing: -.064em; font-weight: 780; }
.hero h1 em { color: var(--orange); font-style: normal; font-weight: 780; }
.hero-copy { max-width: 650px; margin: 25px auto 32px; color: var(--muted); line-height: 1.7; font-size: 17px; }
.hero-search { max-width: 740px; height: 68px; margin: 0 auto; display: flex; align-items: center; padding: 7px; padding-left: 22px; background: white; border: 1px solid #e1e4ea; border-radius: 17px; box-shadow: 0 19px 45px rgba(27, 38, 65, .11); transition: border .2s, box-shadow .2s; }
.hero-search:focus-within { border-color: #ffb496; box-shadow: 0 21px 50px rgba(255,107,53,.13); }
.hero-search svg { flex: 0 0 auto; width: 23px; height: 23px; stroke: #7a8292; fill: none; stroke-width: 1.8; }
.hero-search input { min-width: 0; flex: 1; border: 0; outline: 0; height: 100%; padding: 0 14px; color: var(--ink); font-size: 15px; background: transparent; }
.hero-search input::placeholder { color: #9ba1ae; }
.hero-search kbd { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid #dfe2e7; border-bottom-width: 2px; background: #f8f8fa; color: #8b91a0; border-radius: 6px; font-family: inherit; font-size: 12px; }
.hero-search button { height: 52px; padding: 0 27px; border: 0; border-radius: 12px; color: white; background: var(--orange); font-weight: 750; font-size: 14px; cursor: pointer; margin-left: 10px; transition: background .2s, transform .2s; }
.hero-search button:hover { background: var(--orange-dark); }
.hero-search button:active { transform: scale(.98); }
.quick-searches { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 13px; align-items: center; margin-top: 17px; color: #a0a5b0; font-size: 12px; }
.quick-searches button { padding: 0; background: none; border: 0; color: #646b79; cursor: pointer; font-weight: 600; }
.quick-searches button:hover { color: var(--orange); }
.source-proof { width: fit-content; margin: 49px auto 0; display: flex; align-items: center; gap: 24px; }
.source-proof-item { display: flex; align-items: center; gap: 10px; text-align: left; }
.source-logo { width: 35px; height: 35px; border-radius: 10px; display: grid; place-items: center; color: white; font-weight: 850; font-size: 14px; }
.creator-logo { background: var(--orange); }
.direct-logo { background: var(--blue); }
.source-proof-item div { display: grid; gap: 2px; }
.source-proof-item strong { font-size: 12px; }
.source-proof-item small { color: var(--muted-2); font-size: 9px; }
.source-proof-item > svg { width: 16px; height: 16px; fill: none; stroke: #61bd8b; stroke-width: 2; margin-left: 2px; }
.source-divider { width: 1px; height: 27px; background: #dde0e5; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 80px; display: flex; align-items: center; justify-content: center; gap: 80px; padding: 18px 30px; background: rgba(255,255,255,.6); }
.trust-strip > div { display: flex; align-items: center; gap: 11px; color: var(--muted); font-size: 12px; }
.trust-strip svg { width: 20px; height: 20px; stroke: var(--orange); fill: none; stroke-width: 1.65; }
.trust-strip strong { color: #343a49; font-weight: 750; }

.section-shell { width: min(1180px, calc(100% - 48px)); margin-left: auto; margin-right: auto; }
.catalog { padding-top: 88px; padding-bottom: 105px; scroll-margin-top: 40px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 37px; }
.section-heading h2 { font-size: 36px; letter-spacing: -.045em; margin: 8px 0 0; line-height: 1.1; }
.section-heading p { color: var(--muted); font-size: 13px; margin: 0 0 3px; }
.catalog-toolbar { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.catalog-toolbar.arena-toolbar { justify-content: flex-end; }
.source-tabs { display: flex; align-items: center; gap: 4px; }
.source-tab { height: 39px; display: flex; align-items: center; gap: 7px; padding: 0 16px; border: 0; border-radius: 10px; color: #747b8a; background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; transition: .2s; }
.source-tab:hover { background: #f1f2f5; }
.source-tab.active { color: var(--ink); background: white; box-shadow: 0 2px 10px rgba(20,29,48,.08); }
.mini-source { width: 19px; height: 19px; display: grid; place-items: center; color: white; font-weight: 850; font-size: 8px; border-radius: 6px; }
.mini-source.u { background: var(--green); }
.mini-source.a { background: var(--blue); }
.sort-control { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 700; color: var(--muted-2); }
.sort-control select { border: 1px solid var(--line); background-color: white; border-radius: 9px; height: 37px; padding: 0 31px 0 12px; color: #444b59; font-size: 11px; font-weight: 700; outline: 0; cursor: pointer; }
.sort-control select:focus { border-color: #ffb496; }
.category-scroller { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 18px 0 9px; scroll-margin-top: 80px; }
.category-scroller::-webkit-scrollbar { display: none; }
.category-chip { white-space: nowrap; border: 1px solid var(--line); background: white; color: #777e8c; border-radius: 99px; padding: 8px 14px; font-size: 10px; font-weight: 700; cursor: pointer; transition: .2s; }
.category-chip:hover { border-color: #c9ced6; color: #424957; }
.category-chip.active { color: white; border-color: var(--navy); background: var(--navy); }
.result-meta { min-height: 31px; display: flex; align-items: center; justify-content: space-between; }
.result-meta p { margin: 0; font-size: 10px; color: var(--muted-2); }
.clear-filters { background: none; border: 0; color: var(--orange); font-size: 10px; font-weight: 750; cursor: pointer; }
.app-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.app-card { min-width: 0; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; transition: transform .22s ease, box-shadow .22s ease, border .22s ease; position: relative; overflow: hidden; }
.app-card::before { content: ""; position: absolute; left: 0; top: 23px; bottom: 23px; width: 2px; opacity: 0; background: var(--icon-color); transition: opacity .2s; }
.app-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.app-card:hover::before { opacity: 1; }
.app-card-top { display: flex; justify-content: space-between; align-items: start; }
.app-icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; color: white; background: var(--icon-bg); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); position: relative; overflow: hidden; }
.app-icon::after { content: ""; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.22); position: absolute; border-radius: 50%; left: -11px; top: -10px; }
.app-icon span { font-size: 21px; font-weight: 850; letter-spacing: -.05em; text-shadow: 0 1px 2px rgba(0,0,0,.12); }
.app-icon img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; }
.bookmark { border: 0; background: transparent; width: 31px; height: 31px; display: grid; place-items: center; color: #b2b7c1; cursor: pointer; border-radius: 8px; transition: .2s; }
.bookmark:hover { color: var(--orange); background: #fff3ee; }
.bookmark svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.65; }
.bookmark.saved { color: var(--orange); }
.bookmark.saved svg { fill: currentColor; }
.app-title-row { display: flex; align-items: start; justify-content: space-between; gap: 8px; margin-top: 17px; }
.app-title-row h3 { font-size: 15px; margin: 0 0 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; letter-spacing: -.025em; }
.publisher { font-size: 9px; color: var(--muted-2); margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.version-badge { flex: 0 0 auto; display: inline-flex; align-items: center; height: 20px; padding: 0 7px; border-radius: 6px; background: #fff1eb; color: var(--orange-dark); font-size: 8px; font-weight: 800; }
.description { min-height: 45px; margin: 13px 0; color: var(--muted); font-size: 10px; line-height: 1.52; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.card-meta { display: flex; justify-content: space-between; gap: 8px; font-size: 8px; color: #9ca2ae; border-top: 1px solid #eff0f3; padding-top: 11px; }
.category { color: #737a89; font-weight: 700; }
.availability { display: flex; justify-content: space-between; align-items: center; margin: 15px 0 12px; color: #9ca2ae; font-size: 8px; }
.availability > div { display: flex; align-items: center; gap: 5px; }
.source-pill { display: inline-flex; align-items: center; gap: 4px; height: 19px; padding: 0 6px; border: 1px solid var(--line); border-radius: 6px; color: #666d7b; background: #fafafb; font-size: 7px; font-weight: 750; }
.source-dot { width: 6px; height: 6px; border-radius: 2px; }
.source-dot.arena { background: var(--orange); }
.view-app { width: 100%; height: 35px; border: 1px solid #e1e4e9; border-radius: 9px; background: white; color: #444b59; font-size: 10px; font-weight: 750; display: flex; justify-content: center; align-items: center; gap: 6px; cursor: pointer; transition: .2s; }
.view-app:hover { color: white; border-color: var(--navy); background: var(--navy); }
.view-app span { font-size: 12px; }
.empty-state { text-align: center; padding: 70px 20px; border: 1px dashed #d9dce2; background: #fff; border-radius: 18px; }
.empty-icon { width: 52px; height: 52px; border-radius: 50%; background: #fff1eb; color: var(--orange); display: grid; place-items: center; margin: 0 auto; }
.empty-icon svg { width: 24px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.empty-state h3 { margin: 18px 0 6px; }
.empty-state p { color: var(--muted); margin: 0 0 18px; font-size: 13px; }
.empty-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.empty-actions a, .empty-actions button { border: 1px solid var(--line); background: white; color: #596171; padding: 10px 14px; border-radius: 9px; font-size: 11px; font-weight: 700; cursor: pointer; }
.empty-actions a:hover { border-color: #ffbba1; color: var(--orange); }
.empty-actions button { border-color: var(--navy); background: var(--navy); color: white; }
.load-more-wrap { display: flex; justify-content: center; padding-top: 35px; }
.load-more { border: 1px solid #dfe2e7; background: white; height: 43px; padding: 0 20px; border-radius: 11px; color: #656c79; font-size: 11px; font-weight: 750; cursor: pointer; box-shadow: 0 3px 10px rgba(24,35,62,.04); transition: .2s; }
.load-more:hover { color: var(--orange); border-color: #ffbba1; transform: translateY(-1px); }
.load-more span { color: var(--orange); padding-left: 7px; }

.how-it-works { padding-bottom: 105px; }
.how-card { min-height: 350px; border-radius: 26px; background: var(--navy); color: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; padding: 60px 70px; position: relative; overflow: hidden; }
.how-card::after { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; top: -260px; right: -60px; box-shadow: 0 0 0 55px rgba(255,255,255,.018), 0 0 0 110px rgba(255,255,255,.012); }
.section-kicker.light { color: #ff8d62; }
.how-intro { position: relative; z-index: 1; }
.how-intro h2 { font-size: 38px; line-height: 1.1; letter-spacing: -.045em; margin: 13px 0 20px; }
.how-intro p { color: #aeb5c7; font-size: 12px; line-height: 1.75; max-width: 390px; margin: 0; }
.steps { position: relative; z-index: 1; list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 47px 1fr; gap: 17px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
.steps li:last-child { border-bottom: 0; }
.steps > li > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; color: #ff8c61; font-size: 10px; font-weight: 800; }
.steps strong { font-size: 13px; }
.steps p { margin: 5px 0 0; color: #98a1b6; font-size: 10px; line-height: 1.5; }

footer { background: #f2f3f5; border-top: 1px solid #e3e5e9; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-top: 54px; padding-bottom: 50px; }
.footer-logo .brand-mark { width: 30px; height: 30px; border-radius: 9px; }
.footer-logo .brand-mark svg { width: 21px; height: 21px; }
.footer-brand p { color: var(--muted); font-size: 11px; line-height: 1.7; max-width: 300px; margin: 17px 0 10px; }
.footer-affiliate { display: inline-flex; color: var(--orange-dark); font-size: 9px; font-weight: 800; letter-spacing: .02em; }
.footer-affiliate:hover { text-decoration: underline; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-links strong { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 5px; }
.footer-links a, .footer-links button { color: var(--muted); font-size: 10px; background: none; border: 0; padding: 0; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: var(--orange); }
.footer-bottom { min-height: 62px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid #dee1e5; color: #969ca8; font-size: 8px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(7, 11, 21, .62); backdrop-filter: blur(7px); animation: fade-in .18s ease; }
.modal { width: min(520px, 100%); max-height: calc(100vh - 40px); overflow: auto; background: white; border-radius: 22px; padding: 26px; box-shadow: 0 28px 80px rgba(0,0,0,.24); position: relative; animation: modal-in .22s ease; }
.modal-close { position: absolute; z-index: 2; right: 17px; top: 17px; width: 32px; height: 32px; border: 0; border-radius: 10px; background: #f1f2f4; color: #6b7280; font-size: 20px; cursor: pointer; display: grid; place-items: center; line-height: 1; }
.modal-head { display: flex; gap: 17px; align-items: center; padding-right: 40px; }
.modal-head .app-icon { width: 68px; height: 68px; border-radius: 18px; flex: 0 0 auto; }
.modal-head .app-icon span { font-size: 27px; }
.modal-head h2 { margin: 0 0 5px; font-size: 24px; letter-spacing: -.04em; }
.modal-head p { margin: 0; color: var(--muted); font-size: 12px; }
.modal-head p a { color: var(--orange-dark); font-weight: 700; }
.modal-head p a:hover { text-decoration: underline; }
.trailer-frame { position: relative; aspect-ratio: 16 / 9; margin: 22px 0 0; overflow: hidden; border-radius: 14px; background: #090d19; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.trailer-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.trailer-label { position: absolute; z-index: 1; top: 9px; left: 9px; pointer-events: none; display: inline-flex; align-items: center; gap: 5px; padding: 5px 7px; border-radius: 6px; background: rgba(10,14,25,.72); color: white; font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; backdrop-filter: blur(6px); }
.modal-description { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 23px 0; }
.modal-facts { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 13px; margin-bottom: 22px; }
.modal-facts div { padding: 13px; border-right: 1px solid var(--line); }
.modal-facts div:last-child { border-right: 0; }
.modal-facts span { display: block; color: var(--muted-2); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px; }
.modal-facts strong { font-size: 11px; }
.modal-sources > p { color: #565d6b; font-size: 11px; font-weight: 750; margin: 0 0 9px; }
.source-link { min-height: 49px; display: flex; justify-content: space-between; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px; margin-top: 8px; transition: .2s; }
.source-link:hover { border-color: #cdd2da; background: #fafafb; transform: translateX(2px); }
.source-link > span:first-child { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 750; }
.source-link .source-logo { width: 28px; height: 28px; border-radius: 8px; font-size: 10px; }
.source-link > span:last-child { font-size: 11px; color: var(--orange); }
.release-info { margin: 0 0 18px; border-top: 1px solid var(--line); }
.release-info p { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; padding: 10px 2px; margin: 0; border-bottom: 1px solid var(--line); font-size: 10px; }
.release-info span { color: var(--muted-2); flex: 0 0 auto; }
.release-info strong, .release-info code { color: #444b59; font-size: 9px; text-align: right; overflow-wrap: anywhere; }
.hash-row code { max-width: 72%; }
.download-apk { width: 100%; min-height: 48px; border: 0; border-radius: 12px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--orange); color: white; font-size: 12px; font-weight: 800; box-shadow: 0 10px 24px rgba(255,107,53,.2); cursor: pointer; transition: .2s; }
.download-apk:hover { background: var(--orange-dark); transform: translateY(-1px); }
.download-apk.unavailable { background: #b8bdc7; box-shadow: none; cursor: not-allowed; }
.modal-note { margin: 18px 0 0; padding: 12px; border-radius: 10px; background: #f7f8fa; color: var(--muted); font-size: 9px; line-height: 1.55; }
.disclaimer-modal h2 { margin: 3px 0 14px; font-size: 24px; }
.disclaimer-modal p { color: var(--muted); font-size: 12px; line-height: 1.75; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 24px; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; color: white; background: var(--navy); border-radius: 10px; padding: 11px 16px; box-shadow: 0 12px 34px rgba(13,20,40,.25); font-size: 11px; font-weight: 650; transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
@keyframes fade-in { from { opacity: 0; } }
@keyframes modal-in { from { opacity: 0; transform: translateY(10px) scale(.98); } }

@media (max-width: 1000px) {
  .app-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-strip { gap: 35px; }
  .how-card { gap: 50px; padding: 55px; }
}

@media (max-width: 760px) {
  .topbar { width: calc(100% - 32px); height: 72px; }
  .desktop-nav { display: none; }
  .mobile-menu-button { display: grid; }
  .hero { padding: 65px 0 51px; }
  .hero-copy { font-size: 15px; }
  .hero-search { height: 61px; padding-left: 17px; }
  .hero-search kbd { display: none; }
  .hero-search button { height: 47px; padding: 0 19px; }
  .source-proof { gap: 13px; }
  .source-proof-item > svg { display: none; }
  .trust-strip { justify-content: flex-start; overflow-x: auto; gap: 35px; scrollbar-width: none; padding-left: 22px; }
  .trust-strip > div { flex: 0 0 auto; }
  .section-shell { width: calc(100% - 32px); }
  .catalog { padding-top: 68px; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 27px; }
  .section-heading p { margin-top: -18px; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; }
  .source-tabs { width: 100%; overflow-x: auto; }
  .sort-control { align-self: flex-end; }
  .app-grid { grid-template-columns: repeat(2, 1fr); }
  .how-card { grid-template-columns: 1fr; gap: 35px; padding: 45px 34px; }
  .how-intro h2 { font-size: 32px; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { padding: 17px 0; align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (max-width: 510px) {
  .creator-credit { display: none; }
  .hero { padding-top: 50px; }
  .hero h1 { font-size: 47px; }
  .hero-copy { font-size: 13px; max-width: 360px; }
  .hero-search { padding: 5px 5px 5px 14px; height: 57px; }
  .hero-search svg { width: 20px; height: 20px; }
  .hero-search input { font-size: 13px; padding: 0 10px; }
  .hero-search button { padding: 0 14px; height: 45px; font-size: 12px; }
  .source-proof { flex-wrap: wrap; justify-content: center; }
  .source-logo { width: 31px; height: 31px; }
  .trust-strip { min-height: 70px; }
  .section-heading h2 { font-size: 31px; }
  .source-tab { padding: 0 11px; }
  .app-grid { grid-template-columns: 1fr; gap: 12px; }
  .app-card { display: grid; grid-template-columns: 52px 1fr; column-gap: 14px; }
  .app-card-top { grid-column: 1; grid-row: 1 / span 2; display: block; }
  .app-card-top .bookmark { margin-top: 10px; margin-left: 10px; }
  .app-title-row, .description, .card-meta, .availability, .view-app { grid-column: 2; }
  .app-title-row { margin-top: 1px; }
  .description { min-height: auto; -webkit-line-clamp: 2; margin: 10px 0; }
  .availability { margin: 12px 0; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .modal { padding: 22px; }
  .modal-head .app-icon { width: 58px; height: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
