:root {
  color-scheme: light;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172538;
  background: #f5f7fa;
  font-synthesis: none;
  --ink: #132238;
  --ink-soft: #30445b;
  --muted: #6f7d8d;
  --line: #dfe5ec;
  --surface: #ffffff;
  --surface-soft: #f8fafc;
  --blue: #1769b0;
  --blue-soft: #e9f2fb;
  --green: #15805e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; min-height: 100vh; margin: 0; background: radial-gradient(circle at 78% 0, #e8f1fb 0, transparent 31rem), #f5f7fa; }
a, button, input { font: inherit; }
button { cursor: pointer; }
.site-header, main, .site-footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { height: 78px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; clip-path: polygon(10% 0,90% 0,100% 25%,88% 76%,50% 100%,12% 76%,0 25%); color: #fff; background: linear-gradient(145deg, #2ba979, #126044); font-size: 18px; font-weight: 800; }
.brand-copy { display: grid; line-height: 1.05; }.brand-copy strong { font-size: 18px; letter-spacing: .1em; }.brand-copy small { margin-top: 5px; color: #84909c; font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.main-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }.main-nav a { color: #607084; font-size: 12px; font-weight: 700; text-decoration: none; }.main-nav a:hover { color: var(--blue); }
.header-search { width: 190px; height: 38px; display: flex; align-items: center; gap: 8px; padding: 0 11px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }.header-search svg, .hero-search svg { width: 17px; flex: 0 0 auto; fill: none; stroke: #7c8997; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }.header-search input, .hero-search input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 11px; }.header-search:focus-within { border-color: #73a9d7; box-shadow: 0 0 0 3px #1769b014; }

main { padding-bottom: 76px; }.catalog-hero { min-height: 410px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 55px; padding: 54px 68px; overflow: hidden; position: relative; border: 1px solid #dce5ef; border-radius: 18px; background: linear-gradient(124deg, #fff 0%, #f8fbfe 63%, #eef5fb 100%); box-shadow: 0 20px 60px #243b530d; }.catalog-hero::after { content: ""; position: absolute; right: -160px; bottom: -220px; width: 500px; height: 500px; border: 1px solid #b5cee644; border-radius: 50%; box-shadow: 0 0 0 65px #b5cee61c, 0 0 0 130px #b5cee610; }.hero-copy { position: relative; z-index: 1; }.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .18em; }.catalog-hero h1 { max-width: 640px; margin: 0; color: var(--ink); font-size: clamp(40px, 5vw, 62px); line-height: 1.04; letter-spacing: -.06em; }.catalog-hero h1 span { color: var(--blue); }.hero-intro { max-width: 590px; margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }.hero-search { width: min(510px, 100%); height: 51px; display: flex; align-items: center; gap: 10px; margin-top: 28px; padding: 0 7px 0 15px; border: 1px solid #cbd8e5; border-radius: 11px; background: #fff; box-shadow: 0 9px 25px #34516d12; }.hero-search:focus-within { border-color: #4d94d0; box-shadow: 0 0 0 4px #1769b014; }.hero-search input { font-size: 12px; }.hero-search button { min-height: 37px; padding: 0 17px; border: 0; border-radius: 8px; color: #fff; background: var(--blue); font-size: 11px; font-weight: 800; }.hero-search button:hover { background: #105b9d; }.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 19px; color: #677689; font-size: 10px; font-weight: 700; }.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }.hero-trust i { width: 7px; height: 7px; border-radius: 50%; background: #30a376; box-shadow: 0 0 0 4px #dff3e9; }
.hero-panel { min-height: 258px; display: flex; flex-direction: column; justify-content: space-between; position: relative; z-index: 1; padding: 22px; border: 1px solid #c9dced; border-radius: 13px; color: #1c456a; background: linear-gradient(145deg, #edf6fd, #dcecf8); box-shadow: 18px 24px 45px #2b618d18; transform: rotate(2deg); }.hero-panel-top, .hero-panel-footer { display: flex; justify-content: space-between; color: #5b7892; font-size: 9px; font-weight: 800; letter-spacing: .13em; }.hero-panel-top strong { color: var(--blue); }.hero-panel-title { margin: 40px 0; color: #1d456a; font-size: clamp(28px, 3.5vw, 43px); font-weight: 800; line-height: .98; letter-spacing: -.07em; }.hero-panel-title em { color: var(--blue); font-style: normal; }.hero-panel-lines { display: grid; gap: 8px; margin-bottom: 28px; }.hero-panel-lines span { display: block; height: 7px; border-radius: 99px; background: #b3d1e8; }.hero-panel-lines span:nth-child(1) { width: 75%; background: #75add6; }.hero-panel-lines span:nth-child(2) { width: 58%; }.hero-panel-lines span:nth-child(3) { width: 42%; }

.catalog-section { padding-top: 72px; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 24px; }.section-heading .eyebrow { margin-bottom: 8px; }.section-heading h2 { margin: 0; color: var(--ink); font-size: clamp(27px, 3.4vw, 38px); letter-spacing: -.05em; }.section-heading > p { max-width: 370px; margin: 0 0 2px; color: var(--muted); font-size: 12px; line-height: 1.7; text-align: right; }.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.app-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.app-card { min-height: 242px; display: flex; flex-direction: column; position: relative; padding: 21px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: var(--surface); box-shadow: 0 8px 28px #203b5709; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }.app-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -92px; top: -92px; border: 1px solid #d9e8f4; border-radius: 50%; background: #f0f7fd; }.app-card:hover { transform: translateY(-3px); border-color: #a8c5df; box-shadow: 0 17px 38px #203b5715; }.app-card-featured { min-height: 230px; background: linear-gradient(145deg, #fff, #f8fbfe); }.app-card-head, .app-card-body, .app-card-footer, .app-version { position: relative; z-index: 1; }.app-card-head { display: flex; align-items: center; justify-content: space-between; }.app-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: linear-gradient(145deg, #2b7fba, #145b91); font-size: 17px; font-weight: 800; box-shadow: 0 8px 16px #1769b125; }.accent-orange .app-icon { color: #fff; background: linear-gradient(145deg, #ef8b35, #c75b20); }.accent-violet .app-icon { background: linear-gradient(145deg, #8965cb, #5b3c9e); }.accent-emerald .app-icon { background: linear-gradient(145deg, #31a476, #167350); }.accent-amber .app-icon { color: #543707; background: linear-gradient(145deg, #f1cf68, #d99b29); }.accent-slate .app-icon { background: linear-gradient(145deg, #728498, #42566a); }.app-kind { color: #8a98a7; font-size: 8px; font-weight: 800; letter-spacing: .14em; }.app-card-body { margin-top: 25px; }.app-category { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.app-card h3 { margin: 7px 0 8px; color: var(--ink); font-size: 19px; letter-spacing: -.035em; }.app-card p { min-height: 42px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }.app-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 19px; }.platform-badges { display: flex; flex-wrap: wrap; gap: 5px; }.platform-badge { display: inline-flex; align-items: center; gap: 4px; padding: 5px 7px; border-radius: 6px; color: #536b82; background: #f0f4f7; font-size: 9px; font-weight: 700; }.platform-badge svg { width: 11px; height: 11px; fill: currentColor; stroke: currentColor; stroke-width: 1.1; }.platform-badge svg rect { fill: none; }.app-arrow { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-soft); font-size: 16px; font-weight: 700; }.app-version { margin-top: 8px; color: #8b98a6; font-size: 9px; }.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }.filter-group { display: flex; flex-wrap: wrap; gap: 7px; }.filter-button { padding: 8px 13px; border: 1px solid var(--line); border-radius: 7px; color: #66778a; background: #fff; font-size: 10px; font-weight: 800; }.filter-button:hover, .filter-button.active { border-color: var(--blue); color: #fff; background: var(--blue); }.catalog-status, .result-count { color: #8a97a5; font-size: 10px; font-weight: 700; }.result-count { display: inline-block; vertical-align: middle; margin-left: 7px; padding: 5px 7px; border-radius: 5px; color: var(--blue); background: var(--blue-soft); font-size: 9px; letter-spacing: 0; }.empty-card { grid-column: 1 / -1; min-height: 170px; display: grid; place-items: center; align-content: center; gap: 8px; padding: 28px; border: 1px dashed #c9d6e1; border-radius: 13px; color: var(--muted); background: #ffffffaa; text-align: center; }.empty-card p { margin: 0; font-size: 11px; }
.catalog-note { display: flex; align-items: center; gap: 17px; margin-top: 64px; padding: 23px 27px; border: 1px solid #d3e3ef; border-radius: 13px; background: #edf6fc; }.note-mark { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; clip-path: polygon(10% 0,90% 0,100% 25%,88% 76%,50% 100%,12% 76%,0 25%); color: #fff; background: linear-gradient(145deg, #2b87bf, #175e95); font-size: 17px; font-weight: 800; }.catalog-note .eyebrow { margin-bottom: 5px; color: var(--blue); }.catalog-note h2 { margin: 0 0 5px; color: #1d4262; font-size: 16px; }.catalog-note p:last-child { margin: 0; color: #688096; font-size: 11px; line-height: 1.6; }.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0 33px; border-top: 1px solid var(--line); color: #84909d; font-size: 10px; }
.toast { position: fixed; z-index: 10; right: 20px; bottom: 20px; max-width: 360px; padding: 12px 15px; border-radius: 9px; color: #fff; background: #234a6d; box-shadow: 0 12px 32px #19365335; font-size: 11px; font-weight: 700; opacity: 0; pointer-events: none; transform: translateY(15px); transition: .2s; }.toast.show { opacity: 1; transform: translateY(0); }.toast.error { background: #923b3b; }
@media (max-width: 900px) { .catalog-hero { grid-template-columns: 1fr; padding: 48px; }.hero-panel { max-width: 480px; width: 100%; }.featured-grid, .app-grid { grid-template-columns: repeat(2, 1fr); }.section-heading { align-items: start; flex-direction: column; }.section-heading > p { text-align: left; } }
@media (max-width: 620px) { .site-header, main, .site-footer { width: min(100% - 24px, 1180px); }.site-header { height: 70px; gap: 12px; }.main-nav { display: none; }.header-search { width: 140px; margin-left: auto; }.catalog-hero { min-height: 0; padding: 36px 23px; border-radius: 14px; }.catalog-hero h1 { font-size: 39px; }.hero-intro { font-size: 13px; }.hero-search { height: 48px; }.hero-search input { font-size: 11px; }.hero-trust { flex-direction: column; gap: 10px; }.hero-panel { display: none; }.catalog-section { padding-top: 55px; }.featured-grid, .app-grid { grid-template-columns: 1fr; }.catalog-toolbar { align-items: flex-start; flex-direction: column; }.app-card { min-height: 228px; }.catalog-note { align-items: flex-start; padding: 20px; }.site-footer { flex-direction: column; gap: 8px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
