:root { --market-panel: #ffffff; --market-panel-soft: #eaf5ed; --market-line: #dfe7e1; --market-ink: #18231f; --market-muted: #65716c; --market-accent: #087a48; }
* { box-sizing: border-box; }
body { background: #f6f8f5; }
button, input { font: inherit; } button { cursor: pointer; } a { color: inherit; text-decoration: none; }
.market-shell.page-reveal, .market-shell.page-reveal.is-visible, .site-footer.page-reveal, .site-footer.page-reveal.is-visible { opacity: 1; transform: none; }
.official-page { opacity: 1; transform: none; transition: none; }
.market-shell { background: #f6f8f5; }
.market-hero { position: relative; overflow: hidden; color: #fff; background: #050605; isolation: isolate; }
.market-hero::before, .market-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: url("/public/official/hero-field.svg") center right / auto 100% no-repeat; }
.market-hero::before { opacity: .7; }
.market-hero::after { opacity: .11; background-position: 10% center; }
.market-hero-content { width: min(1180px, calc(100% - 48px)); min-height: 408px; display: flex; align-items: center; justify-content: space-between; gap: 72px; margin: auto; padding: 76px 0; }
.market-hero-copy { max-width: 580px; }
.market-hero h1 { max-width: 650px; margin: 0; color: #fff; font-size: clamp(44px, 5.7vw, 78px); font-weight: 760; line-height: 1.05; letter-spacing: 0; }
.market-lead { max-width: 475px; margin: 26px 0 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.8; }
.market-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.market-hero .button.is-outline { color: #fff; border-color: rgba(255,255,255,.28); }
.market-hero .button.is-outline:hover { color: #fff; border-color: rgba(183,237,201,.72); background: rgba(255,255,255,.1); }
@keyframes market-arc-field { from { transform: translate3d(-1.5%, 0, 0); } to { transform: translate3d(1.5%, 0, 0); } }
@keyframes market-arc-field-secondary { from { transform: translate3d(1%, 0, 0); } to { transform: translate3d(-1%, 0, 0); } }
.market-main { width: min(1180px, calc(100% - 48px)); display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 46px; margin: 0 auto; padding: 68px 0 86px; }.market-sidebar { padding-top: 8px; }.sidebar-title { margin: 0 0 12px; color: var(--market-muted); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }.sidebar-type-title { margin-top: 34px; }.market-filter { width: 100%; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 6px; padding: 10px 11px; background: transparent; color: var(--market-muted); font-size: 14px; text-align: left; }.market-filter span:last-child { color: #829088; font-size: 12px; }.market-filter:hover { color: var(--market-ink); background: rgba(18,183,106,.05); }.market-filter.is-active { background: var(--market-panel-soft); color: var(--market-accent); font-weight: 750; }.market-filter.is-active span:last-child { color: var(--market-accent); }.market-console-link { display: flex; justify-content: space-between; gap: 12px; margin-top: 42px; padding: 16px 0; border-top: 1px solid var(--market-line); color: var(--market-accent); font-size: 13px; font-weight: 750; }.market-console-link span { font-size: 17px; }
.market-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 31px; }.result-label { margin: 0 0 10px; color: #65716c; font-size: 12px; font-weight: 650; }.market-toolbar h2 { margin: 0; color: #18231f; font-size: 28px; font-weight: 760; }.market-search { width: min(300px, 45%); height: 42px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #b9c7bd; color: #087a48; }.market-search span { font-size: 24px; transform: rotate(-15deg); }.market-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: #18231f; font-size: 13px; }.market-search input::placeholder { color: #7a857d; }
.market-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }.app-card { min-width: 0; overflow: hidden; border: 1px solid var(--market-line); border-radius: 8px; background: var(--market-panel); box-shadow: 0 10px 28px rgba(23,43,32,.04); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }.app-card:hover { border-color: rgba(18,183,106,.58); box-shadow: 0 20px 46px rgba(23,43,32,.11); transform: translateY(-3px); }.app-cover { height: 146px; position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(130deg, #e1f3e6, #f8fbf8 65%); }.app-cover::after { content: ""; position: absolute; width: 160px; height: 160px; border: 1px solid rgba(8,122,72,.25); border-radius: 50%; transform: translate(28%, -30%); }.app-cover img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }.app-cover-letter { position: relative; z-index: 1; color: var(--market-accent); font-family: Georgia, serif; font-size: 62px; font-weight: 700; }.app-type { position: absolute; z-index: 2; left: 14px; bottom: 13px; border: 1px solid rgba(8,122,72,.14); border-radius: 4px; padding: 5px 7px; background: rgba(255,255,255,.9); color: var(--market-accent); font-size: 10px; font-weight: 750; }.app-body { min-height: 195px; display: flex; flex-direction: column; padding: 18px; }.app-title-line { display: flex; align-items: start; justify-content: space-between; gap: 12px; }.app-title-line h3 { min-width: 0; margin: 0; color: #18231f; font-size: 17px; font-weight: 760; line-height: 1.35; }.app-price { flex: 0 0 auto; color: var(--market-accent); font-size: 12px; font-weight: 750; }.app-desc { display: -webkit-box; overflow: hidden; margin: 11px 0 0; color: #65716c; font-size: 13px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }.app-meta { display: flex; gap: 10px; margin-top: auto; padding-top: 17px; color: #65716c; font-size: 11px; }.app-meta span + span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.app-detail { display: flex; justify-content: space-between; margin: 14px -18px -18px; border: 0; border-top: 1px solid var(--market-line); padding: 13px 18px; background: transparent; color: var(--market-accent); font-size: 12px; font-weight: 750; text-align: left; }.app-detail:hover { background: #f3f8f4; }.app-detail span { font-size: 16px; line-height: .7; }.market-loading { grid-column: 1 / -1; min-height: 300px; display: grid; place-items: center; padding: 40px; color: #65716c; text-align: center; }.market-loading::before { content: ""; width: 24px; height: 24px; border: 2px solid #d5e5da; border-top-color: #087a48; border-radius: 50%; animation: market-spin .7s linear infinite; }.market-loading.is-error { color: #b94f36; }.market-loading.is-error::before { display: none; }.market-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 34px; }.market-pagination button { width: 36px; height: 36px; border: 1px solid var(--market-line); border-radius: 5px; background: #fff; color: #65716c; font-size: 13px; font-weight: 700; }.market-pagination button:hover:not(:disabled), .market-pagination button[aria-current="page"] { border-color: #087a48; background: #eaf5ed; color: #087a48; }.market-pagination button:disabled { cursor: default; opacity: .42; }
@keyframes market-spin { to { transform: rotate(360deg); } }
.market-grid.is-loading { min-height: 300px; }
.market-dialog { width: min(760px, calc(100% - 36px)); max-height: min(760px, calc(100% - 48px)); border: 1px solid #b9c7bd; border-radius: 10px; padding: 0; background: #fff; color: var(--market-ink); box-shadow: 0 28px 100px rgba(23,43,32,.25); }.market-dialog::backdrop { background: rgba(7,19,15,.58); backdrop-filter: blur(5px); }.dialog-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(7,19,15,.62); color: #fff; font-size: 20px; line-height: 1; }.dialog-cover { height: 235px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(130deg, #dff3e5, #f8fbf8 70%); }.dialog-cover img { width: 100%; height: 100%; object-fit: cover; }.dialog-cover span { color: var(--market-accent); font-family: Georgia, serif; font-size: 104px; }.dialog-copy { padding: 28px; }.dialog-type { margin: 0; color: var(--market-accent); font-size: 11px; font-weight: 850; letter-spacing: .1em; }.dialog-copy h2 { margin: 10px 0 0; font-size: 30px; }.dialog-copy > p:not(.dialog-type) { margin: 14px 0 0; color: var(--market-muted); font-size: 14px; line-height: 1.8; }.dialog-spec { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }.dialog-spec span { display: grid; gap: 4px; min-width: 105px; padding: 11px; border: 1px solid var(--market-line); color: #758078; font-size: 10px; }.dialog-spec b { color: var(--market-ink); font-size: 12px; font-weight: 700; }.dialog-capabilities { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; }.dialog-capabilities li { border-radius: 3px; padding: 5px 8px; background: #eaf5ed; color: var(--market-accent); font-size: 11px; }.dialog-action { display: flex; align-items: center; justify-content: space-between; margin-top: 26px; padding: 13px 15px; background: var(--market-accent); color: #fff; font-size: 13px; font-weight: 750; }.dialog-action:hover { background: #05683e; }.dialog-action span { font-size: 18px; }.dialog-gallery { display: flex; gap: 10px; overflow-x: auto; padding: 0 28px 28px; }.dialog-gallery img { width: 160px; height: 104px; flex: 0 0 160px; border: 1px solid var(--market-line); object-fit: cover; }
@media (max-width: 980px) { .market-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.market-main { grid-template-columns: 175px minmax(0, 1fr); gap: 27px; } }
@media (max-width: 680px) { .market-hero-content, .market-main { width: min(100% - 32px, 540px); }.market-hero-content { min-height: 0; display: block; padding: 58px 0 52px; }.market-hero h1 { font-size: 43px; }.market-lead { font-size: 14px; }.market-main { display: block; padding-top: 44px; }.market-sidebar { display: flex; flex-wrap: wrap; gap: 5px; padding: 0 0 22px; border-bottom: 1px solid var(--market-line); }.sidebar-title, .sidebar-type-title, .market-console-link { display: none; }.market-filter { width: auto; padding: 8px 10px; font-size: 12px; }.market-filter span:last-child { display: none; }.market-toolbar { align-items: start; flex-direction: column; margin-top: 25px; }.market-toolbar h2 { font-size: 24px; }.market-search { width: 100%; }.market-grid { grid-template-columns: 1fr; }.app-cover { height: 160px; }.dialog-copy { padding: 22px; }.dialog-gallery { padding: 0 22px 22px; } }
@media (prefers-reduced-motion: reduce) { .market-hero::before, .market-hero::after { animation: none; } }
