/* Public account storefront. Shared navigation and catalog rules remain separate. */
.market-public-more{min-width:0;grid-column:1/-1}
.market-public-more>summary{min-height:44px;display:flex;align-items:center;gap:10px;cursor:pointer;color:#eed39a;list-style:none;padding:10px 0;font-size:14px}
.market-public-more>summary::-webkit-details-marker{display:none}
.market-public-more>summary .bi:last-child{margin-left:auto}
.market-public-more[open]>summary .bi:last-child{transform:rotate(180deg)}
.market-public-more .market-price-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding-top:8px}
.market-public-more.is-desktop{display:block;grid-column:span 3}
.market-public-more.is-desktop .market-price-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding-top:0}
.market-public-more.is-desktop>summary{display:none}
.legado-market-store {
    --store-gold: #dfbd74;
    --store-gold-light: #f2dba6;
    --store-text: #f4eee2;
    --store-muted: #bdc7cc;
    --store-line: #465056;
    --store-surface: #171e24;
    color: var(--store-text);
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    min-width: 0;
    width: 100%;
}
.legado-market-store :is(h1, h2) { color: var(--store-gold-light); font-family: 'Cinzel', Georgia, serif; font-weight: 700; letter-spacing: 0; }
.legado-market-store h3 { color: #f0e1bf; font-family: 'Source Sans 3', Arial, sans-serif; }
.legado-market-store a { text-shadow: none; text-decoration: none; }
.legado-market-store a:hover { text-shadow: none; color: #ffe0a2; }
.legado-market-store :is(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid #f4d990; outline-offset: 3px; }
.legado-market-store .market-kicker { font-size: 13px !important; letter-spacing: 0 !important; text-transform: none; color: #cfc3a9 !important; margin-bottom: 10px; }
.legado-market-store .market-kicker .bi { margin-right: 6px; }
.legado-market-store .market-primary,
.legado-market-store button,
.legado-market-store .market-secondary,
.legado-market-store .market-hero-sell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 11px 17px;
    background: linear-gradient(180deg, #efce88, #c9a457);
    border: 1px solid #e3c385;
    border-radius: 4px;
    color: #20190e;
    font: 700 15px/1.35 'Source Sans 3', Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.legado-market-store .market-primary:hover,
.legado-market-store button:hover { color: #21190b; background: #f0d494; border-color: #f8e1ac; }
.legado-market-store .market-secondary,
.legado-market-store .market-hero-sell { background: #1d252a; border-color: #8c764e; color: #efd39a !important; }
.legado-market-store .market-secondary:hover,
.legado-market-store .market-hero-sell:hover { background: #302d23; border-color: #c2a166; color: #fff0cb !important; }
.legado-market-store button:disabled { opacity: 1; background: #22282c; color: #aab4ba; border-color: #4c565c; cursor: not-allowed; }
.legado-market-store :is(input, select, textarea) { color: #f3eee3; background: #0d1419; border: 1px solid #68747b; border-radius: 4px; font: 400 16px/1.4 'Source Sans 3', Arial, sans-serif; min-height: 48px; padding: 11px 12px; }
.legado-market-store :is(input, textarea)::placeholder { color: #afb9be; opacity: 1; }
.legado-market-store label { font-size: 14px; color: #e2e4dc; line-height: 1.4; letter-spacing: 0; }

/* Compact introduction leaves the account catalog close to the first screen. */
.legado-market-store .market-public-hero { grid-template-columns: minmax(0, 1.8fr) minmax(260px, 1fr); min-height: 258px; padding: 26px 0 22px; gap: 28px; align-items: center; }
.legado-market-store .market-public-hero::before { background: linear-gradient(90deg, #10161b 4%, #10161b9c 58%, #10161b), url('/portal-assets/v20260916/images/background-top.webp') center 36% / cover; opacity: .42; }
.legado-market-store .market-public-hero h1 { font: 700 clamp(31px, 3.4vw, 43px)/1.2 'Cinzel', Georgia, serif; letter-spacing: 0; margin: 0 0 12px; }
.legado-market-store .market-public-hero p:not(.market-kicker) { max-width: 63ch; margin: 0; font-size: 16px; line-height: 1.55; color: #c5ced2; }
.legado-market-store .market-hero-actions { margin-top: 18px; gap: 12px; flex-wrap: wrap; }
.legado-market-store .market-hero-art { min-height: 224px; align-self: stretch; justify-content: flex-start; align-items: end; padding-left: 12px; }
.legado-market-store .market-hero-art > img:not(.market-store-emblem) { height: 230px; width: 62%; object-fit: contain; object-position: center bottom; filter: drop-shadow(9px 9px 10px #0006); }
.legado-market-store .market-hero-art .market-store-emblem { position: absolute; width: 110px; height: 110px; object-fit: contain; top: 42px; right: 0; filter: none; }
.legado-market-store .market-store-item-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 9px; min-height: 44px; color: #c1cbd0; font-size: 14px; }
.legado-market-store .market-store-item-link > .bi { color: #dfbd74; font-size: 18px; }
.legado-market-store .market-store-item-link strong { color: #f0d49a; margin-left: 4px; font-weight: 600; }
.legado-market-store .market-public-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; padding: 15px 0; margin: 0 0 28px; border-color: #47504f; }
.legado-market-store .market-public-benefits > div { display: flex; align-items: center; gap: 13px; min-width: 0; }
.legado-market-store .market-public-benefits .bi { width: 38px; height: 38px; display: grid; place-items: center; flex: none; border: 1px solid #6d6045; border-radius: 4px; color: #e5c88c; font-size: 21px; background: #211f18; }
.legado-market-store .market-public-benefits span { font-size: 13px; color: #b6c2c8; line-height: 1.4; }
.legado-market-store .market-public-benefits strong { display: block; margin-bottom: 3px; font-size: 15px; color: #e9e1cb; }
.legado-market-store #contas { scroll-margin-top: 24px; }
.legado-market-store .market-catalog-heading { align-items: center; margin-bottom: 16px; }
.legado-market-store .market-catalog-heading h2 { font-size: 25px; line-height: 1.35; margin: 0 0 5px; }
.legado-market-store .market-catalog-heading p { margin: 0; font-size: 15px; color: var(--store-muted); }
.legado-market-store .market-catalog-heading > span { font-size: 14px; color: #c2cbd0; }
.legado-market-store .market-catalog-heading > span strong { color: #f2dca6; font-weight: 700; }
.legado-market-store .market-public-search { grid-template-columns: minmax(180px, 2fr) 1.1fr 1.2fr .85fr .85fr 1.25fr 140px; align-items: center; gap: 12px; padding: 16px; margin-bottom: 22px; background: #171f25; border-color: #4d5a60; border-radius: 5px; }
.legado-market-store .market-public-search > div { min-width: 0; }
.legado-market-store .market-public-query { grid-column: auto; }
.legado-market-store .market-public-search label { font-size: 13px; margin-bottom: 7px; }
.legado-market-store .market-public-search :is(input, select) { font-size: 15px; padding: 10px; }
.legado-market-store .market-search-actions { display: flex; flex-direction: column; gap: 0; align-self: stretch; justify-content: center; }
.legado-market-store .market-search-actions button { width: 100%; font-size: 14px; min-height: 46px; padding: 10px; }
.legado-market-store .market-clear-search { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; font-size: 13px; color: #d1d6d5; }

/* The character portrait, declared content and actual price form one account card. */
.legado-market-store .market-public-grid { gap: 22px; }
.legado-market-store .market-public-card { border-color: #485158; border-top: 2px solid #a38956; border-radius: 5px; background: var(--store-surface); }
.legado-market-store .market-public-card:hover { border-color: #b19865; }
.legado-market-store .market-card-art { min-height: 222px; padding: 15px 15px 0; align-items: end; background: radial-gradient(ellipse at 25% 86%, #66503366, transparent 70%), #1c252c; border-bottom-color: #7c6945; }
.legado-market-store .market-card-art > img { width: 44%; height: 214px; object-position: center bottom; }
.legado-market-store .market-public-card:hover .market-card-art > img { transform: none; }
.legado-market-store .market-focus-label { top: 12px; left: 13px; padding: 5px 9px; color: #f4dba4; background: #211e18f5; border-color: #968056; border-radius: 3px; font-size: 12px; font-weight: 600; letter-spacing: 0; }
.legado-market-store .market-card-class { width: 56%; padding: 0 0 22px 12px; overflow-wrap: normal; }
.legado-market-store .market-card-class strong { font: 600 21px/1.32 'Cinzel', Georgia, serif; color: #f4dfb2; margin-bottom: 8px; }
.legado-market-store .market-card-class > span { color: #cad2d6; font-size: 14px; line-height: 1.45; overflow-wrap: anywhere; }
.legado-market-store .market-public-card-body { padding: 19px; }
.legado-market-store .market-public-card-body h3 { font: 700 22px/1.32 'Source Sans 3', Arial, sans-serif; margin-bottom: 11px; }
.legado-market-store .market-public-card-body h3 a { color: #f2e4c8; }
.legado-market-store .market-card-counts { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; color: #ccd5d7; font-size: 14px; margin-bottom: 10px; }
.legado-market-store .market-card-counts .bi { color: #d2ba87; font-size: 15px; }
.legado-market-store .market-card-counts span { padding: 0 3px; }
.legado-market-store .market-card-description { color: #bdc7cc; font-size: 14px; line-height: 1.5; margin-bottom: 16px; -webkit-line-clamp: 2; }
.legado-market-store .market-card-price-label { font-size: 13px; color: #bdc7cc; margin: auto 0 4px; }
.legado-market-store .market-public-card .market-price-summary { margin-top: 0; padding-top: 0; }
.legado-market-store .market-current-price { color: #f4d598; font: 700 31px/1.2 'Source Sans 3', Arial, sans-serif; font-variant-numeric: tabular-nums; }
.legado-market-store .market-previous-price { font-size: 13px; color: #c1c9cd; }
.legado-market-store .market-price-saving { font-size: 14px; color: #bfe1c6; }
.legado-market-store .market-public-card .market-price-history-note { font-size: 12px; color: #b6c1c7; line-height: 1.4; }
.legado-market-store .market-card-cta { min-height: 48px; padding: 11px 13px; margin-top: 18px; border: 1px solid #9a8051; border-radius: 4px; background: #27281f; font-size: 15px; font-weight: 700; color: #f5daa2 !important; gap: 10px; }
.legado-market-store .market-card-cta:hover { background: #3d3320; border-color: #d2ae6a; color: #fff0ce !important; }
.legado-market-store .market-card-cta > span { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; }
.legado-market-store .market-card-cta > .bi { font-size: 18px; flex: none; }
.legado-market-store .market-public-pagination { min-height: 74px; padding: 20px 0; gap: 22px; font-size: 14px; color: #c3cdd0; }
.legado-market-store .market-public-pagination a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 9px 16px; border: 1px solid #88744d; border-radius: 4px; color: #efd397; }
.legado-market-store .market-public-empty { padding: 42px 24px; background: #171e24; border-color: #555945; border-radius: 5px; }
.legado-market-store .market-public-empty > .bi { font-size: 30px; color: #dec080; display: block; margin-bottom: 14px; }
.legado-market-store .market-public-empty :is(h1, h3) { font: 700 27px/1.35 'Cinzel', Georgia, serif; }
.legado-market-store .market-public-empty p { max-width: 62ch; margin: 12px auto 22px; color: #c6cfd2; }
.legado-market-store .market-empty-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* Public account detail; the inventory anchors are always available without signing in. */
.legado-market-store .market-breadcrumb { align-items: center; margin: 22px 0; color: #bdc7cc; font-size: 14px; line-height: 1.4; }
.legado-market-store .market-breadcrumb a { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: #edd09a; }
.legado-market-store .market-product-hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); border-color: #665b44; border-radius: 5px; background: var(--store-surface); }
.legado-market-store .market-product-art { min-height: 0; padding: 26px; justify-content: center; background: radial-gradient(ellipse at 45% 64%, #795d3c55, transparent 65%), #1c252b; }
.legado-market-store .market-product-art > img { height: 310px; width: 82%; object-fit: contain; }
.legado-market-store .market-product-art > div { margin-top: 14px; padding-top: 16px; border-color: #695a3e; }
.legado-market-store .market-product-art h2 { font-size: 27px; margin-bottom: 5px; }
.legado-market-store .market-product-art > div p:last-child { font-size: 16px; color: #d0d7d8; margin-bottom: 8px; }
.legado-market-store .market-product-art > small { font-size: 12px; color: #b7c3c8; }
.legado-market-store .market-product-intro { padding: 28px; }
.legado-market-store .market-product-intro h1 { font: 700 31px/1.25 'Source Sans 3', Arial, sans-serif; color: #f2e4c8; margin: 0 0 14px; }
.legado-market-store .market-product-copy { font-size: 15px; line-height: 1.55; color: #c4ced2; margin-bottom: 14px; }
.legado-market-store .market-product-facts { gap: 16px; margin: 18px 0; padding: 12px 0; border-color: #4d585d; color: #c8d1d4; font-size: 14px; flex-wrap: wrap; }
.legado-market-store .market-product-facts > :is(span, a) { display: inline-flex; align-items: center; gap: 6px; }
.legado-market-store .market-product-facts > a { color: #e8d2a4; }
.legado-market-store .market-product-facts .bi { color: #d2b783; font-size: 18px; margin-right: 3px; }
.legado-market-store .market-product-facts strong { font-size: 18px; margin: 0; color: #f0dfbc; }
.legado-market-store .market-price-label { font-size: 14px; text-transform: none; letter-spacing: 0; color: #bec8cd; margin-bottom: 6px; }
.legado-market-store .market-product-intro .market-current-price { font-size: 38px; }
.legado-market-store .market-buy-actions { grid-template-columns: 1fr; gap: 9px; margin-top: 20px; }
.legado-market-store .market-buy-actions a { display: inline-flex; min-height: 50px; font-size: 17px; }
.legado-market-store .market-buy-actions button:disabled { min-height: 40px; padding: 8px 12px; font-size: 13px; }
.legado-market-store .market-login-note { margin: 13px 0; color: #bcc8cf; font-size: 14px; line-height: 1.5; }
.legado-market-store .market-login-note .bi { margin-right: 5px; color: #d7c196; }
.legado-market-store .market-product-utilities { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.legado-market-store .market-product-utilities :is(a, button) { display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 10px; min-height: 46px; border: 1px solid #697570; border-radius: 4px; background: #202b2d; color: #d7e0de; font: 600 14px/1.35 'Source Sans 3', Arial, sans-serif; text-align: center; }
.legado-market-store .market-product-utilities a { background: #2b281c; border-color: #9e8753; color: #efd496; }
.legado-market-store .market-product-utilities :is(a, button):hover { background: #393427; border-color: #d1b176; color: #fff0ca; }
.legado-market-store [data-share-status] { margin: 10px 0 0; color: #cbdfc2; font-size: 14px; }
.legado-market-store [data-share-status]:empty { margin: 0; }
.legado-market-store .market-product-sections { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; overflow: visible; white-space: normal; border: 1px solid #64583e; border-radius: 5px; background: #151e24; padding: 6px; margin: 22px 0 16px; }
.legado-market-store .market-product-sections a { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 9px 10px; font-size: 15px; font-weight: 600; color: #ead19d; text-align: center; }
.legado-market-store .market-product-sections a:hover { background: #2e2c21; color: #fff0c9; }
.legado-market-store .market-sale-content-note { display: flex; align-items: flex-start; gap: 12px; padding: 16px 18px; background: #1b2427; border-color: #9a8657; color: #becbd0; font-size: 14px; line-height: 1.55; }
.legado-market-store .market-sale-content-note > .bi { flex: none; margin-top: 3px; color: #dfc187; font-size: 18px; }
.legado-market-store .market-sale-content-note strong { display: block; font-size: 15px; margin-bottom: 5px; color: #ece4cc; }
.legado-market-store .market-sale-content-note span { display: block; }
.legado-market-store .market-section-heading h2 { font: 700 25px/1.3 'Cinzel', Georgia, serif; }
.legado-market-store .market-inventory-heading { margin-top: 28px; padding-top: 22px; scroll-margin-top: 30px; }
.legado-market-store .market-inventory-heading h2 { font-family: 'Cinzel', Georgia, serif; font-size: 26px; }
.legado-market-store .market-inventory-heading p { font-size: 15px; color: #c2cdd1; }
.legado-market-store .market-inventory-filters { background: #172026; border-color: #536168; border-radius: 5px; }
.legado-market-store .market-inventory-filters label { font-size: 14px; }
.legado-market-store .market-category-nav { gap: 8px; }
.legado-market-store .market-category-nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; border-color: #8a7751; border-radius: 4px; }
.legado-market-store .market-item { background: #192229; border-color: #526462; border-radius: 5px; scroll-margin-top: 24px; }
.legado-market-store .market-item h3 { font: 700 18px/1.35 'Source Sans 3', Arial, sans-serif; color: #f1e5c7; }
.legado-market-store .market-item :is(p, ul) { font-size: 14px; }
.legado-market-store .market-item-head img { border-radius: 4px; width: 52px; height: 52px; }
.legado-market-store .market-item li { color: #c5dbc8; font-size: 14px; }
.legado-market-store .market-item li strong { color: #f1e6d1; white-space: normal; text-align: right; }
.legado-market-store .market-item summary { min-height: 44px; font-size: 14px; }
.legado-market-store .market-equipped { background: #141d22; border-color: #66634f; border-radius: 5px; }
.legado-market-store .market-equipment-slot { background: #1c262d; border-color: #5d6f67; border-radius: 4px; }
.legado-market-store .market-equipment-slot strong { font-size: 14px; }
.legado-market-store .market-equipment-slot :is(small, span) { font-size: 13px; }
.legado-market-store .market-how-it-works { grid-template-columns: 1fr 2fr; gap: 36px; padding-top: 30px; margin-top: 12px; border-color: #4d5552; }
.legado-market-store .market-how-it-works h2 { font-size: 26px; margin-bottom: 12px; }
.legado-market-store .market-how-it-works > div > p { color: #bec9ce; font-size: 15px; line-height: 1.5; }
.legado-market-store .market-how-it-works li::before { font: 700 21px/1.3 'Cinzel', Georgia, serif; color: #e0c183; margin-bottom: 14px; padding-bottom: 10px; }
.legado-market-store .market-how-it-works strong { font-size: 16px; color: #eee0c1; }
.legado-market-store .market-how-it-works li p { font-size: 14px; color: #bec9ce; margin-top: 8px; }

@media (max-width: 1180px) {
    .legado-market-store .market-public-search { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: end; }
    .legado-market-store .market-public-query { grid-column: span 2; }
    .legado-market-store .market-search-actions { flex-direction: row; align-items: center; gap: 8px; }
    .legado-market-store .market-search-actions button { min-width: 88px; font-size: 13px; }
    .legado-market-store .market-search-actions button .bi { display: none; }
    .legado-market-store .market-clear-search { white-space: normal; font-size: 12px; line-height: 1.3; min-width: 44px; }
}
@media (max-width: 980px) {
    .legado-market-store .market-public-hero { grid-template-columns: 1.8fr 1fr; gap: 12px; }
    .legado-market-store .market-hero-art .market-store-emblem { width: 86px; height: 86px; right: -3px; }
    .legado-market-store .market-hero-art > img:not(.market-store-emblem) { width: 74%; }
    .legado-market-store .market-public-benefits { gap: 16px; }
    .legado-market-store .market-public-benefits .bi { width: 30px; height: 30px; font-size: 18px; }
    .legado-market-store .market-public-benefits strong { font-size: 14px; }
    .legado-market-store .market-product-intro { padding: 23px; }
    .legado-market-store .market-product-intro h1 { font-size: 27px; }
    .legado-market-store .market-product-art { padding: 22px; }
    .legado-market-store .market-product-art > img { height: 275px; }
    .legado-market-store .market-product-utilities { grid-template-columns: 1fr; }
    .legado-market-store .market-how-it-works { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 700px) {
    .legado-market-store .market-public-hero { grid-template-columns: 1fr; min-height: 0; padding: 24px 0 20px; }
    .legado-market-store .market-public-hero h1 { font-size: 31px; }
    .legado-market-store .market-public-hero p:not(.market-kicker) { font-size: 15px; }
    .legado-market-store .market-hero-art { display: none; }
    .legado-market-store .market-hero-actions { gap: 10px; margin-top: 16px; }
    .legado-market-store .market-hero-actions :is(.market-primary, .market-hero-sell) { min-height: 46px; padding: 11px 12px; font-size: 14px; flex: 1; }
    .legado-market-store .market-store-item-link { font-size: 14px; margin-top: 8px; }
    .legado-market-store .market-store-item-link > .bi:last-child { display: none; }
    .legado-market-store .market-public-benefits { grid-template-columns: 1fr; gap: 10px; padding: 13px 0; margin-bottom: 22px; }
    .legado-market-store .market-public-benefits > div { gap: 10px; }
    .legado-market-store .market-public-benefits strong { display: inline; margin-right: 6px; font-size: 13px; }
    .legado-market-store .market-public-benefits span { font-size: 13px; }
    .legado-market-store .market-public-benefits .bi { width: 26px; height: 26px; font-size: 16px; }
    .legado-market-store .market-catalog-heading { display: flex; flex-wrap: wrap; gap: 8px; }
    .legado-market-store .market-catalog-heading h2 { font-size: 23px; margin-bottom: 5px; }
    .legado-market-store .market-catalog-heading p { font-size: 14px; }
    .legado-market-store .market-catalog-heading > span { font-size: 13px; }
    .legado-market-store .market-public-search { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 14px; gap: 12px; }
    .legado-market-store .market-public-query { grid-column: 1 / -1; }
    .legado-market-store .market-public-search :is(input, select) { font-size: 16px; }
    .legado-market-store .market-search-actions { grid-column: 1 / -1; gap: 16px; }
    .legado-market-store .market-search-actions button { font-size: 15px; min-height: 48px; }
    .legado-market-store .market-search-actions button .bi { display: inline; }
    .legado-market-store .market-clear-search { white-space: nowrap; min-width: 90px; min-height: 44px; font-size: 14px; }
    .legado-market-store .market-public-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
    .legado-market-store .market-card-art { min-height: 224px; }
    .legado-market-store .market-card-art > img { height: 214px; }
    .legado-market-store .market-card-class strong { font-size: 23px; }
    .legado-market-store .market-public-card-body { padding: 19px; }
    .legado-market-store .market-public-card-body h3 { font-size: 23px; }
    .legado-market-store .market-public-pagination { gap: 12px; flex-wrap: wrap; font-size: 13px; }
    .legado-market-store .market-public-pagination a { padding: 9px 12px; }
    .legado-market-store .market-product-hero { grid-template-columns: minmax(0, 1fr); }
    .legado-market-store .market-product-art { min-height: 0; padding: 20px; }
    .legado-market-store .market-product-art > img { height: 230px; max-width: 245px; }
    .legado-market-store .market-product-art > div { margin-top: 10px; padding-top: 12px; }
    .legado-market-store .market-product-art h2 { font-size: 24px; }
    .legado-market-store .market-product-art > div p:last-child { font-size: 15px; }
    .legado-market-store .market-product-intro { padding: 22px 19px; }
    .legado-market-store .market-product-intro h1 { font-size: 28px; }
    .legado-market-store .market-product-intro .market-current-price { font-size: 36px; }
    .legado-market-store .market-product-utilities { grid-template-columns: 1fr; }
    .legado-market-store .market-product-sections { gap: 5px; margin: 20px 0 14px; }
    .legado-market-store .market-product-sections a { flex-direction: column; gap: 5px; font-size: 13px; min-height: 63px; padding: 8px 4px; line-height: 1.35; }
    .legado-market-store .market-product-sections a .bi { font-size: 19px; }
    .legado-market-store .market-sale-content-note { font-size: 13px; padding: 14px; }
    .legado-market-store .market-sale-content-note strong { font-size: 14px; }
    .legado-market-store .market-inventory-heading h2 { font-size: 23px; }
    .legado-market-store .market-category-nav { flex-wrap: wrap; overflow: visible; }
    .legado-market-store .market-category-nav a { white-space: normal; font-size: 13px; }
    .legado-market-store .market-item-grid { grid-template-columns: minmax(0, 1fr); }
    .legado-market-store .market-mobile-proposal { padding: 10px 16px max(10px, env(safe-area-inset-bottom)); background: #111a20fa; border-color: #ae925a; }
    .legado-market-store .market-mobile-proposal > span { font-size: 12px; }
    .legado-market-store .market-mobile-proposal strong { font: 700 23px/1.25 'Source Sans 3', Arial, sans-serif; }
    .legado-market-store .market-mobile-proposal .market-primary { min-height: 46px; padding: 11px 16px; font-size: 15px; }
    .legado-market-store .market-how-it-works ol { grid-template-columns: minmax(0, 1fr); gap: 18px; }
    .legado-market-store .market-how-it-works li::before { float: left; border: 0; padding: 0; margin: 0 14px 0 0; }
    .legado-market-store .market-how-it-works li p { margin: 5px 0 0 45px; }
    .legado-market-store .market-public-empty { padding: 30px 20px; }
    .legado-market-store .market-public-empty :is(h1, h3) { font-size: 24px; }
    .legado-market-store .market-empty-actions > a { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    .legado-market-store *,
    .legado-market-store *::before,
    .legado-market-store *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
@media(max-width:700px){
    .legado-market-store:not(.is-account-detail){display:flex;flex-direction:column}
    .legado-market-store:not(.is-account-detail)>.market-public-hero{order:1}
    .legado-market-store:not(.is-account-detail)>#contas{order:2}
    .legado-market-store:not(.is-account-detail)>.market-public-benefits{order:3}
    .legado-market-store:not(.is-account-detail)>.market-how-it-works{order:4}
    .market-public-more .market-price-fields{grid-template-columns:repeat(2,minmax(0,1fr))}
    .market-public-more .market-price-fields>div:last-child{grid-column:1/-1}
    .legado-market-store .market-search-actions{flex-direction:row;gap:10px;align-items:center}
    .legado-market-store .market-search-actions button{width:auto;flex:1}
    .legado-market-store .market-clear-search{min-height:44px;min-width:92px}
}
