.catalog-page {
    --cat-ink: #23201d;
    --cat-text: #55504a;
    --cat-muted: #736c64;
    --cat-gold: #b45309;
    --cat-line: rgba(35, 32, 29, .1);
    --cat-soft: #f6f4f1;
    position: relative;
    z-index: 1;
    overflow-x: clip;
    color: var(--cat-ink);
    font: 400 16px/1.6 "Be Vietnam Pro", sans-serif;
}
.catalog-shell { width: 100%; max-width: 1360px; margin-inline: auto; padding-inline: 28px; }
.catalog-page h1, .catalog-page h2, .catalog-page h3, .catalog-page h4, .catalog-page p { margin: 0; }
.catalog-page em { color: var(--cat-gold); font-style: normal; }
.catalog-page button { font: inherit; }
.catalog-btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 10px 25px; border: 1px solid transparent; border-radius: 999px; font-size: 14.5px; font-weight: 600; line-height: 1.35; cursor: pointer; transition: color .25s, background .25s, border-color .25s, transform .25s, box-shadow .25s; }
.catalog-btn:hover { transform: translateY(-2px); }
.catalog-btn-primary { color: #23201d !important; background: linear-gradient(135deg, #ffd700, #ffa500); box-shadow: 0 18px 38px -18px rgba(242, 193, 78, .9); }
.catalog-btn-primary:hover { color: #fff !important; background: #23201d; }
.catalog-btn-outline { color: #23201d !important; border-color: rgba(35, 32, 29, .2); background: rgba(255, 255, 255, .72); }
.catalog-btn-outline:hover { color: var(--cat-gold) !important; border-color: var(--cat-gold); background: #fff; }
.catalog-btn-dark { color: #fff !important; border-color: rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .06); }
.catalog-btn-dark:hover { border-color: #fff; background: rgba(255, 255, 255, .12); }

.catalog-hero { display: flex; flex-direction: column; align-items: center; padding-top: clamp(16px, 2vw, 26px); text-align: center; }
.catalog-hero h1 { max-width: 26em; font-size: clamp(28px, 3.2vw, 44px); font-weight: 700; line-height: 1.12; letter-spacing: -.03em; text-wrap: balance; }
.catalog-hero > p { margin-top: 12px; color: #6e6862; font-size: 16px; line-height: 1.6; }
.catalog-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 22px; }
.catalog-facts { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 26px; margin-top: 22px; color: #6e6862; font-size: 14.5px; }
.catalog-facts span { display: flex; align-items: center; gap: 8px; }
.catalog-facts strong { color: var(--cat-gold); font-size: 19px; font-weight: 700; }
.catalog-facts > i { width: 5px; height: 5px; border-radius: 50%; background: rgba(35, 32, 29, .22); }

.catalog-list { padding-top: clamp(18px, 2.2vw, 26px); scroll-margin-top: 90px; }
.catalog-list-head { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; }
.catalog-list-title { display: flex; align-items: center; gap: 18px; }
.catalog-list-title h2 { font-size: clamp(21px, 2.1vw, 29px); font-weight: 700; line-height: 1.2; letter-spacing: -.025em; white-space: nowrap; }
.catalog-list-title > span { color: var(--cat-muted); font-size: 14.5px; white-space: nowrap; }
.catalog-list-title > span b { font-weight: 400; }
.catalog-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-left: auto; }
.catalog-filters button { min-height: 38px; padding: 7px 16px; border: 1px solid rgba(35, 32, 29, .16); border-radius: 999px; color: var(--cat-text); background: #fff; font-size: 14px; font-weight: 600; cursor: pointer; transition: color .22s, border-color .22s, background .22s; }
.catalog-filters button:hover { color: var(--cat-gold); border-color: var(--cat-gold); }
.catalog-filters button.active { color: #23201d; border-color: var(--cat-gold); background: linear-gradient(135deg, #ffd700, #ffa500); }

.catalog-spotlight { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(22px, 2.6vw, 40px); align-items: center; margin-top: clamp(26px, 3vw, 38px); padding: clamp(22px, 2.4vw, 32px); border: 1px solid var(--cat-line); border-radius: 26px; background: #fff; box-shadow: 0 26px 62px -42px rgba(35, 32, 29, .5); }
.catalog-product-heading { display: flex; align-items: center; gap: 14px; }
.catalog-product-icon { width: 56px; height: 56px; flex: none; display: grid; place-items: center; border-radius: 17px; background: linear-gradient(135deg, #ffd700, #ffa500); box-shadow: 0 10px 22px -12px rgba(242, 193, 78, .9); font-size: 26px; }
.catalog-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.catalog-badges span, .catalog-detail-badges > span { min-height: 24px; display: inline-flex; align-items: center; padding: 4px 11px; border-radius: 999px; color: var(--cat-gold); background: rgba(242, 193, 78, .16); font-size: 12px; font-weight: 600; }
.catalog-badges .is-featured { color: #23201d; background: linear-gradient(135deg, #ffd700, #ffa500); font-weight: 700; }
.catalog-product-heading h3 { margin-top: 8px; font-size: clamp(22px, 2.1vw, 28px); font-weight: 700; line-height: 1.25; letter-spacing: -.02em; }
.catalog-spotlight-copy > p { margin-top: 16px; color: var(--cat-text); font-size: 16px; line-height: 1.72; }
.catalog-meta-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 18px; padding-block: 15px; border-block: 1px solid rgba(35, 32, 29, .09); color: #6e6862; font-size: 14px; }
.catalog-meta-row b { color: #2d7047; font-weight: 600; }
.catalog-feature-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.catalog-feature-chips span { min-height: 28px; display: inline-flex; align-items: center; max-width: 100%; padding: 5px 12px; overflow: hidden; border: 1px solid rgba(35, 32, 29, .08); border-radius: 8px; color: var(--cat-text); background: var(--cat-soft); font-size: 12.5px; text-overflow: ellipsis; white-space: nowrap; }
.catalog-card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 22px; }
.catalog-unavailable { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 9px 18px; border-radius: 999px; color: #756726; background: #f4efda; font-size: 13.5px; font-weight: 700; }

.catalog-app-screen { overflow: hidden; border: 1px solid var(--cat-line); border-radius: 20px; background: #fff; box-shadow: 0 24px 52px -34px rgba(35, 32, 29, .55); }
.catalog-browser-bar { height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid rgba(35, 32, 29, .09); background: var(--cat-soft); }
.catalog-browser-bar i { width: 9px; height: 9px; border-radius: 50%; background: #e4dfd8; }
.catalog-browser-bar span { height: 22px; flex: 1; margin-left: 4px; padding: 3px 11px; border: 1px solid rgba(35, 32, 29, .08); border-radius: 999px; color: rgba(35, 32, 29, .33); background: #fff; font-size: 8px; }
.catalog-screen-body { min-height: clamp(240px, 26vw, 330px); display: grid; grid-template-columns: 64px minmax(0, 1fr); }
.catalog-screen-body aside { display: flex; flex-direction: column; align-items: center; gap: 14px; padding-top: 18px; background: #23201d; }
.catalog-screen-body aside b { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: #23201d; background: linear-gradient(135deg, #ffd700, #ffa500); font-size: 12px; }
.catalog-screen-body aside i { width: 28px; height: 27px; border-radius: 8px; background: rgba(255, 255, 255, .1); }
.catalog-screen-work { padding: clamp(20px, 3vw, 36px); }
.catalog-screen-work small { color: var(--cat-gold); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.catalog-screen-work h4 { margin-top: 10px; font-size: clamp(17px, 1.8vw, 24px); }
.catalog-screen-work > p { width: 90%; height: 8px; margin-top: 15px; border-radius: 99px; background: #e8e5e0; }
.catalog-screen-work > p.short { width: 58%; margin-top: 9px; }
.catalog-screen-form { display: grid; gap: 10px; margin-top: 24px; padding: 17px; border-radius: 14px; background: var(--cat-soft); }
.catalog-screen-form span { height: 28px; border: 1px solid rgba(35, 32, 29, .08); border-radius: 8px; background: #fff; }
.catalog-screen-form b { width: 86px; min-height: 29px; display: grid; place-items: center; border-radius: 8px; color: #23201d; background: linear-gradient(135deg, #ffd700, #ffa500); font-size: 9px; }

.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 22px; align-items: stretch; }
.catalog-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--cat-line); border-radius: 22px; background: #fff; box-shadow: 0 18px 44px -32px rgba(35, 32, 29, .32); transition: border-color .3s, box-shadow .3s, transform .3s; }
.catalog-card:hover { border-color: var(--cat-gold); box-shadow: 0 28px 56px -30px rgba(242, 193, 78, .55); transform: translateY(-5px); }
.catalog-card-preview { height: clamp(190px, 17vw, 230px); position: relative; overflow: hidden; border-bottom: 1px solid rgba(35, 32, 29, .08); background: linear-gradient(145deg, #eee9e1, #f9f8f6); }
.catalog-preview-top { height: 37px; display: flex; align-items: center; gap: 5px; padding: 0 12px; background: rgba(255, 255, 255, .78); }
.catalog-preview-top i { width: 7px; height: 7px; border-radius: 50%; background: #d9d3cb; }
.catalog-preview-top span { flex: 1; margin-left: 8px; color: #999188; font-size: 8px; }
.catalog-preview-canvas { width: calc(100% - 54px); height: calc(100% - 65px); display: grid; grid-template-columns: 70px 1fr; gap: 18px; align-items: center; margin: 14px auto; padding: 17px; border-radius: 14px; background: #fff; box-shadow: 0 18px 34px -22px rgba(35, 32, 29, .48); }
.catalog-preview-canvas > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; background: linear-gradient(135deg, #ffd700, #ffa500); font-size: 27px; }
.catalog-preview-canvas > div { display: grid; gap: 9px; }
.catalog-preview-canvas > div i { width: 100%; height: 8px; border-radius: 99px; background: #e8e4de; }
.catalog-preview-canvas > div i:nth-child(2) { width: 76%; }
.catalog-preview-canvas > div i:nth-child(3) { width: 48%; background: rgba(180, 83, 9, .22); }
.catalog-card-preview > b { position: absolute; top: 49px; left: 14px; padding: 4px 10px; border-radius: 999px; color: #fff; background: rgba(35, 32, 29, .78); font-size: 10px; }
.catalog-card-preview-2 { background: linear-gradient(145deg, #e8f0eb, #f7f4e8); }
.catalog-card-preview-3 { background: linear-gradient(145deg, #eee8f6, #f8f4e8); }
.catalog-card-body { display: flex; flex: 1; flex-direction: column; padding: 20px 22px 22px; }
.catalog-card-title { display: flex; align-items: center; gap: 12px; }
.catalog-card .catalog-product-icon { width: 42px; height: 42px; border-radius: 13px; font-size: 20px; }
.catalog-card-title > div { min-width: 0; }
.catalog-status { min-height: 24px; display: inline-flex; align-items: center; padding: 4px 10px; border-radius: 999px; color: #2d7047; background: #e4f5eb; font-size: 11px; font-weight: 700; }
.catalog-status.is-coming-soon { color: #756726; background: #f4efda; }
.catalog-status.is-beta { color: #345b92; background: #e8f0fb; }
.catalog-card h3 { margin-top: 5px; font-size: 18px; font-weight: 700; line-height: 1.35; letter-spacing: -.015em; }
.catalog-card-body > p { margin-top: 15px; color: var(--cat-text); font-size: 14px; line-height: 1.7; }
.catalog-card-body > ul { display: grid; gap: 8px; margin: 17px 0 0; padding: 16px 0 0; border-top: 1px solid rgba(35, 32, 29, .09); list-style: none; }
.catalog-card-body > ul li { display: flex; gap: 8px; color: var(--cat-text); font-size: 12.5px; line-height: 1.55; }
.catalog-card-body > ul li span { color: var(--cat-gold); }
.catalog-roadmap { display: flex; gap: 10px; margin-top: 17px; padding: 14px; border-radius: 12px; color: var(--cat-muted); background: var(--cat-soft); font-size: 12.5px; line-height: 1.55; }
.catalog-roadmap i { width: 8px; height: 8px; flex: none; margin-top: 5px; border-radius: 50%; background: var(--cat-gold); }
.catalog-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(35, 32, 29, .09); }
.catalog-card-foot > span { color: var(--cat-gold); font-size: 12.5px; font-weight: 700; }
.catalog-card-foot button { min-height: 38px; padding: 7px 16px; border: 0; border-radius: 999px; color: #23201d; background: linear-gradient(135deg, #ffd700, #ffa500); font-size: 13px; font-weight: 700; cursor: pointer; }
.catalog-no-results, .catalog-empty-state { display: flex; flex-direction: column; align-items: center; margin-top: 24px; padding: 50px 24px; border: 1px solid var(--cat-line); border-radius: 22px; background: #fff; text-align: center; }
.catalog-no-results p, .catalog-empty-state p { max-width: 40em; margin-top: 8px; color: var(--cat-muted); font-size: 14px; }
.catalog-empty-state > span { color: var(--cat-gold); font-size: 28px; }
.catalog-empty-state h3 { margin-top: 10px; font-size: 20px; }
.catalog-empty-state .catalog-btn { margin-top: 22px; }

.catalog-detail { padding-top: clamp(40px, 5vw, 72px); scroll-margin-top: 90px; }
.catalog-detail-panel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 3vw, 44px); padding: clamp(22px, 2.6vw, 34px); overflow: hidden; border: 1px solid var(--cat-line); border-radius: 26px; background: #fff; box-shadow: 0 28px 66px -44px rgba(35, 32, 29, .5); }
.catalog-detail-screen { aspect-ratio: 16 / 10; background: var(--cat-soft); }
.catalog-detail-screen-body { height: calc(100% - 42px); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 25px; background: radial-gradient(circle at 75% 15%, rgba(255, 215, 0, .28), transparent 33%), linear-gradient(145deg, #f7f4ee, #ece7de); text-align: center; }
.catalog-detail-screen-icon { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 21px; background: linear-gradient(135deg, #ffd700, #ffa500); box-shadow: 0 18px 32px -17px rgba(180, 83, 9, .55); font-size: 34px; }
.catalog-detail-screen-body small { margin-top: 15px; color: var(--cat-gold); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.catalog-detail-screen-body strong { margin-top: 5px; font-size: clamp(18px, 2vw, 26px); }
.catalog-detail-screen-body > div { width: min(330px, 78%); display: grid; gap: 7px; margin-top: 19px; }
.catalog-detail-screen-body > div i { width: 100%; height: 7px; border-radius: 99px; background: rgba(35, 32, 29, .1); }
.catalog-detail-screen-body > div i:nth-child(2) { width: 82%; }
.catalog-detail-screen-body > div i:nth-child(3) { width: 65%; }
.catalog-detail-screen-body > div i:nth-child(4) { width: 38%; background: rgba(180, 83, 9, .28); }
.catalog-detail-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 12px; }
.catalog-detail-thumbs > span { aspect-ratio: 16 / 10; display: grid; gap: 5px; padding: 10px; overflow: hidden; border: 2px solid rgba(35, 32, 29, .12); border-radius: 12px; background: var(--cat-soft); }
.catalog-detail-thumbs > span.active { border-color: var(--cat-gold); }
.catalog-detail-thumbs i { height: 5px; border-radius: 99px; background: #dfdad2; }
.catalog-detail-thumbs i:last-child { width: 55%; background: rgba(180, 83, 9, .23); }
.catalog-detail-copy { display: flex; flex-direction: column; }
.catalog-detail-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.catalog-detail-badges small { color: var(--cat-muted); font-size: 13px; }
.catalog-detail-copy h2 { margin-top: 16px; font-size: clamp(24px, 2.4vw, 34px); font-weight: 700; line-height: 1.18; letter-spacing: -.025em; }
.catalog-detail-copy > p { margin-top: 18px; color: var(--cat-text); font-size: 15.5px; line-height: 1.78; }
.catalog-detail-copy h3 { margin-top: 24px; color: var(--cat-muted); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.catalog-detail-copy > ul { display: flex; flex-direction: column; gap: 9px; margin: 12px 0 0; padding: 0; list-style: none; }
.catalog-detail-copy > ul li { display: flex; gap: 10px; color: var(--cat-text); font-size: 14.5px; line-height: 1.65; }
.catalog-detail-copy > ul li span { color: var(--cat-gold); font-weight: 700; }
.catalog-detail-roadmap { padding: 14px 16px; border-radius: 12px; background: var(--cat-soft); font-size: 13.5px !important; }
.catalog-detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }

.catalog-how { padding-top: clamp(44px, 5.5vw, 80px); padding-bottom: clamp(54px, 6vw, 84px); }
.catalog-how-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.catalog-how-card { padding: 26px; border: 1px solid var(--cat-line); border-radius: 20px; background: #fff; box-shadow: 0 18px 44px -34px rgba(35, 32, 29, .35); }
.catalog-how-card > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--cat-gold); background: rgba(242, 193, 78, .16); font-size: 15px; font-weight: 700; }
.catalog-how-card h3 { margin-top: 16px; font-size: 18px; font-weight: 700; letter-spacing: -.015em; }
.catalog-how-card p { margin-top: 8px; color: #6e6862; font-size: 14.5px; line-height: 1.7; }

.catalog-contact { color: #fff; background: #23201d; }
.catalog-contact-inner { display: grid; grid-template-columns: minmax(0, 1.35fr) auto; gap: clamp(30px, 5vw, 74px); align-items: center; padding-top: clamp(46px, 5vw, 70px); padding-bottom: clamp(46px, 5vw, 70px); }
.catalog-contact-inner > div:first-child { max-width: 820px; }
.catalog-contact-inner > div:first-child > span { color: #f2c14e; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.catalog-contact h2 { margin-top: 10px; font-size: clamp(25px, 3vw, 40px); line-height: 1.22; letter-spacing: -.025em; }
.catalog-contact p { max-width: 53em; margin-top: 14px; color: rgba(255, 255, 255, .7); font-size: 15px; line-height: 1.75; }
.catalog-contact-inner > div:last-child { display: flex; flex-direction: column; gap: 11px; }

.catalog-js .catalog-reveal { opacity: 0; transform: translateY(18px); transition: opacity .68s cubic-bezier(.22, 1, .36, 1), transform .68s cubic-bezier(.22, 1, .36, 1); }
.catalog-js .catalog-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
    .catalog-spotlight, .catalog-detail-panel { grid-template-columns: 1fr; }
    .catalog-spotlight-copy { order: 1; }
    .catalog-app-screen-large { order: 2; }
    .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .catalog-contact-inner { grid-template-columns: 1fr; }
    .catalog-contact-inner > div:last-child { width: min(360px, 100%); flex-direction: row; flex-wrap: wrap; }
}
@media (max-width: 720px) {
    .myapps-catalog-page .ma-contact-rail { display: none; }
    .catalog-shell { padding-inline: 16px; }
    .catalog-hero { padding-top: 18px; }
    .catalog-hero > p { font-size: 14.5px; }
    .catalog-facts { gap: 8px 13px; font-size: 12.5px; }
    .catalog-facts strong { font-size: 16px; }
    .catalog-list-head { align-items: flex-start; flex-direction: column; }
    .catalog-list-title { width: 100%; justify-content: space-between; }
    .catalog-filters { width: 100%; margin-left: 0; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 3px; scrollbar-width: none; }
    .catalog-filters::-webkit-scrollbar { display: none; }
    .catalog-filters button { flex: none; }
    .catalog-grid, .catalog-how-grid { grid-template-columns: 1fr; }
    .catalog-card-preview { height: 220px; }
    .catalog-detail-panel { padding: 18px; border-radius: 20px; }
    .catalog-detail-thumbs { gap: 7px; }
    .catalog-contact-inner > div:last-child, .catalog-contact .catalog-btn { width: 100%; }
}
@media (max-width: 520px) {
    .catalog-actions { width: 100%; flex-direction: column; }
    .catalog-actions .catalog-btn { width: 100%; }
    .catalog-facts > i { display: none; }
    .catalog-facts { flex-direction: column; }
    .catalog-spotlight { padding: 19px 16px; border-radius: 20px; }
    .catalog-product-heading { align-items: flex-start; }
    .catalog-product-icon { width: 50px; height: 50px; border-radius: 15px; font-size: 23px; }
    .catalog-card-actions { align-items: stretch; flex-direction: column; }
    .catalog-card-actions > * { width: 100%; }
    .catalog-screen-body { grid-template-columns: 46px minmax(0, 1fr); }
    .catalog-screen-body aside i { width: 24px; height: 24px; }
    .catalog-screen-work { padding: 17px 14px; }
    .catalog-detail-screen-body { padding: 17px; }
    .catalog-detail-screen-icon { width: 58px; height: 58px; border-radius: 17px; font-size: 27px; }
    .catalog-detail-actions { flex-direction: column; }
    .catalog-detail-actions > * { width: 100%; }
}

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