@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';
@import '_content/omc.Shared/omc.Shared.xrd9hehk7a.bundle.scp.css';

/* /Pages/Board/Guide.razor.rz.scp.css */
.guide-page[b-dz4kkk98dh] {
    display: grid;
    gap: 1.5rem;
}

.guide-hero[b-dz4kkk98dh] {
    display: grid;
    gap: 0.9rem;
    padding: 2rem;
    border: 1px solid rgba(152, 131, 96, 0.2);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(196, 173, 135, 0.16), transparent 28%),
        rgba(255, 255, 255, 0.84);
    box-shadow: 0 18px 36px rgba(74, 53, 28, 0.06);
}

.guide-hero__brand[b-dz4kkk98dh] {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    width: fit-content;
    min-height: 40px;
    padding: 0.35rem 0.9rem 0.35rem 0.45rem;
    border: 1px solid rgba(119, 96, 70, 0.14);
    border-radius: 999px;
    color: #6d5837;
    background: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.guide-hero__brand img[b-dz4kkk98dh] {
    width: 28px;
    height: 28px;
    border-radius: 999px;
}

.guide-hero h1[b-dz4kkk98dh] {
    margin: 0;
    color: var(--omc-ink);
    font-size: clamp(2rem, 5vw, 3rem);
}

.guide-hero p[b-dz4kkk98dh] {
    margin: 0;
    max-width: 640px;
    color: var(--omc-muted);
}

.guide-search[b-dz4kkk98dh] {
    width: min(100%, 480px);
}

.guide-accordion[b-dz4kkk98dh] {
    display: grid;
    gap: 0.85rem;
}

.guide-post__meta[b-dz4kkk98dh] {
    padding: 1rem;
    color: var(--omc-muted);
}
/* /Pages/Home.razor.rz.scp.css */
.home-page[b-isztlb0ctx] {
    display: grid;
    gap: 0;
    --hero-market-ticker-height: 100px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: -92px;
    padding: 0 0 3rem;
    background: var(--omc-bg);
}

.button[b-isztlb0ctx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    border: 0;
    font-size: 1.125rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.button--primary[b-isztlb0ctx] {
    color: #3d3d3a;
    background: var(--omc-surface);
}

.button--secondary[b-isztlb0ctx] {
    color: var(--omc-hero-muted);
    background: transparent;
    border: 1px solid rgba(209, 207, 197, 0.72);
}

.section-tag[b-isztlb0ctx] {
    margin: 0;
    color: #af9f85;
    font-size: clamp(1rem, 1.8vw, 1.5rem);
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0;
}

.hero-section[b-isztlb0ctx] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    width: calc(100% - 16px);
    min-height: min(78vh, 860px);
    margin: 0 8px;
    padding: 136px 73px 76px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #262624;
    background-image: var(--omc-home-hero-image, url('/images/bg_hero.png'));
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-section[b-isztlb0ctx]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(20, 20, 18, 0.18) 0%, rgba(20, 20, 18, 0.54) 100%),
        radial-gradient(circle at 72% 36%, rgba(255, 255, 255, 0.14), transparent 42%);
    pointer-events: none;
}

.hero-section__copy[b-isztlb0ctx],
.section-heading[b-isztlb0ctx],
.faq-section__content[b-isztlb0ctx] {
    position: relative;
    z-index: 1;
}

.hero-section__copy[b-isztlb0ctx] {
    display: grid;
    gap: 24px;
    max-width: 685px;
}

.hero-section__brand[b-isztlb0ctx] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    width: fit-content;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.hero-section__brand-logo[b-isztlb0ctx] {
    height: 28px;
    width: auto;
    object-fit: contain;
}

.hero-section__brand-name[b-isztlb0ctx] {
    color: var(--omc-hero-text);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-section h1[b-isztlb0ctx],
.section-heading h2[b-isztlb0ctx] {
    margin: 0;
    line-height: 1.2;
}

.hero-section h1[b-isztlb0ctx] {
    color: var(--omc-hero-text);
    font-size: clamp(2.6rem, 4vw, 4rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.hero-section h1 span[b-isztlb0ctx] {
    color: var(--omc-gold-strong);
}

.hero-section__lead[b-isztlb0ctx] {
    max-width: 685px;
    margin: 0;
    color: var(--omc-hero-muted);
    font-size: clamp(1rem, 1.9vw, 1.5rem);
    font-weight: 300;
    line-height: 1.2;
}

.hero-section__actions[b-isztlb0ctx] {
    display: flex;
    gap: 24px;
    width: 100%;
    max-width: 685px;
}

.hero-section__aside[b-isztlb0ctx] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
    width: min(100%, 360px);
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 60px rgba(7, 4, 17, 0.28);
    backdrop-filter: blur(18px);
}

.hero-section__aside-top[b-isztlb0ctx] {
    display: grid;
    gap: 10px;
}

.hero-section__aside-tag[b-isztlb0ctx] {
    color: var(--omc-hero-muted);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-section__aside-top strong[b-isztlb0ctx] {
    color: var(--omc-hero-text);
    font-size: clamp(2rem, 2.6vw, 2.75rem);
    line-height: 1;
}

.hero-section__aside-top p[b-isztlb0ctx] {
    margin: 0;
    color: var(--omc-hero-muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.hero-section__aside-list[b-isztlb0ctx] {
    display: grid;
    gap: 10px;
}

.hero-section__aside-item[b-isztlb0ctx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-section__aside-item span[b-isztlb0ctx],
.hero-section__aside-item strong[b-isztlb0ctx] {
    color: var(--omc-hero-text);
}

.hero-section__aside-item span[b-isztlb0ctx] {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
}

.hero-section__aside-item small[b-isztlb0ctx] {
    color: var(--omc-hero-muted);
    font-size: 0.78rem;
}

.hero-section__aside-item strong[b-isztlb0ctx] {
    font-size: 1rem;
    font-weight: 700;
}

.market-ticker[b-isztlb0ctx] {
    overflow: hidden;
    padding: 0;
    border-bottom: 1px solid var(--omc-line);
    background: var(--omc-bg);
    height: var(--hero-market-ticker-height);
}

.market-ticker__track[b-isztlb0ctx] {
    display: flex;
    align-items: center;
    height: 100%;
    animation: ticker-scroll-b-isztlb0ctx 30s linear infinite;
}

.market-ticker:hover .market-ticker__track[b-isztlb0ctx] {
    animation-play-state: paused;
}

@keyframes ticker-scroll-b-isztlb0ctx {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.market-ticker__item[b-isztlb0ctx] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    white-space: nowrap;
    flex-shrink: 0;
}

.market-ticker__item p[b-isztlb0ctx] {
    margin: 0;
    color: var(--omc-muted);
    font-size: 0.75rem;
    font-weight: 600;
}

.market-ticker__item strong[b-isztlb0ctx] {
    color: var(--omc-ink);
    font-size: 1rem;
    font-weight: 400;
}

.market-ticker__badge[b-isztlb0ctx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 0 8px;
    border-radius: 10px;
    color: #fff;
    background: #2cbd3a;
    font-size: 0.75rem;
    font-weight: 600;
}

.market-ticker__badge.is-sell[b-isztlb0ctx] {
    background: #ac5c42;
}

.exchange-price-strip[b-isztlb0ctx] {
    background: #f7f6f2;
    border-bottom: 1px solid var(--omc-line);
    padding: 16px max(1rem, calc((100vw - 1100px) / 2)) 22px;
}

.exchange-price-strip__inner[b-isztlb0ctx] {
    display: grid;
    grid-template-columns: minmax(280px, 1.45fr) repeat(2, minmax(210px, 260px));
    gap: 16px;
    align-items: stretch;
}

.exchange-price-strip__eyebrow[b-isztlb0ctx] {
    margin: 2px 0 0;
    color: var(--omc-muted);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.exchange-price-card[b-isztlb0ctx] {
    border: 1px solid var(--omc-line);
    border-radius: 8px;
    background: #fff;
    padding: 16px 18px;
    box-shadow: 0 12px 28px rgba(38, 38, 36, 0.04);
}

.exchange-price-card strong[b-isztlb0ctx] {
    color: var(--omc-ink);
    font-size: clamp(1.25rem, 1.6vw, 1.55rem);
    line-height: 1.1;
}

.exchange-price-card[b-isztlb0ctx] {
    display: grid;
    gap: 12px;
}

.exchange-price-card--primary[b-isztlb0ctx] {
    background: linear-gradient(135deg, #ffffff 0%, #fbfaf6 100%);
}

.exchange-price-card__header[b-isztlb0ctx] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.exchange-price-card__logo[b-isztlb0ctx] {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(38, 38, 36, 0.08);
}

.exchange-price-card__source[b-isztlb0ctx] {
    display: block;
    overflow: hidden;
    color: var(--omc-ink);
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.exchange-price-card small[b-isztlb0ctx] {
    color: var(--omc-muted);
    font-size: 0.82rem;
    line-height: 1.35;
}

.content-section[b-isztlb0ctx] {
    padding: 140px max(1rem, calc((100vw - 1100px) / 2));
    background: var(--omc-bg-soft);
}

.content-section--soft[b-isztlb0ctx],
.faq-section[b-isztlb0ctx] {
    background: var(--omc-bg);
}

.section-heading[b-isztlb0ctx] {
    display: grid;
    justify-items: center;
    margin-bottom: 60px;
    text-align: center;
}

.section-heading h2[b-isztlb0ctx] {
    color: var(--omc-ink);
    font-size: clamp(2.25rem, 4vw, 3rem);
    font-weight: 700;
}

.feature-grid[b-isztlb0ctx],
.step-grid[b-isztlb0ctx] {
    display: grid;
}

.feature-grid[b-isztlb0ctx] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

.feature-card[b-isztlb0ctx],
.step-card[b-isztlb0ctx],
.faq-item[b-isztlb0ctx] {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.feature-card[b-isztlb0ctx] {
    display: grid;
    justify-items: center;
    gap: 24px;
    text-align: center;
}

.feature-card__icon[b-isztlb0ctx],
.step-card__icon[b-isztlb0ctx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.feature-card__icon[b-isztlb0ctx] {
    width: 80px;
    height: 80px;
}

.feature-card__icon img[b-isztlb0ctx],
.step-card__icon img[b-isztlb0ctx] {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.feature-card h3[b-isztlb0ctx],
.step-card h3[b-isztlb0ctx] {
    margin: 0;
    color: var(--omc-ink);
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
}

.flow-toggle[b-isztlb0ctx] {
    display: flex;
    align-items: stretch;
    width: min(100%, 326px);
    margin: 0 auto 60px;
    padding: 3px;
    border-radius: 22px;
    background: #f0eee6;
}

.flow-toggle__item[b-isztlb0ctx] {
    flex: 1;
    min-height: 38px;
    border: 0;
    border-radius: 19px;
    color: var(--omc-ink);
    background: transparent;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 500;
    cursor: pointer;
}

.flow-toggle__item.is-active[b-isztlb0ctx] {
    color: var(--omc-bg);
    background: #30302e;
}

.step-grid[b-isztlb0ctx] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
}

.step-card[b-isztlb0ctx] {
    display: grid;
    gap: 8px;
    padding: 60px 30px;
    box-shadow: inset -1px 0 0 var(--omc-line);
}

.step-card:last-child[b-isztlb0ctx] {
    box-shadow: none;
}

.step-card__header[b-isztlb0ctx] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.step-card__header span[b-isztlb0ctx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 8px;
    border: 1px solid var(--omc-line);
    border-radius: 8px;
    color: var(--omc-muted);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
}

.faq-section[b-isztlb0ctx] {
    display: grid;
    grid-template-columns: minmax(280px, 440px) minmax(0, 580px);
    gap: 60px;
    align-items: stretch;
    padding: 90px max(1rem, calc((100vw - 1080px) / 2));
}

.faq-poster[b-isztlb0ctx] {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    min-height: 581px;
    padding: 30px;
    border-radius: 16px;
    background-color: #101412;
    background-image: var(--omc-faq-poster-image, url('/images/bg_hero.png'));
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.faq-poster[b-isztlb0ctx]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(9, 12, 11, 0.24) 0%, rgba(9, 12, 11, 0.78) 100%),
        linear-gradient(120deg, rgba(172, 92, 66, 0.36) 0%, rgba(9, 12, 11, 0.12) 48%, rgba(9, 12, 11, 0.46) 100%);
    pointer-events: none;
}

.faq-poster__title[b-isztlb0ctx] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 6px;
    max-width: 100%;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(8, 11, 10, 0.54);
    color: #fff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
}

.faq-poster__title span[b-isztlb0ctx] {
    overflow-wrap: anywhere;
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 650;
    line-height: 1.2;
}

.faq-poster__title strong[b-isztlb0ctx] {
    margin: 0;
    font-size: clamp(2.4rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
}

.faq-section__content[b-isztlb0ctx] {
    display: grid;
    align-content: center;
}

.faq-item[b-isztlb0ctx] {
    border-bottom: 1px solid var(--omc-line);
}

.faq-item__trigger[b-isztlb0ctx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 16px;
    border: 0;
    color: var(--omc-ink);
    background: transparent;
    font: inherit;
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
}

.faq-item__symbol[b-isztlb0ctx] {
    flex: none;
    width: 24px;
    color: var(--omc-muted);
    font-size: 1.4rem;
    text-align: center;
}

.faq-item__answer[b-isztlb0ctx] {
    margin: 0 16px 16px;
    padding: 24px;
    border-radius: 8px;
    background: var(--omc-bg-soft);
    color: #000;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 500;
    line-height: 1.2;
}

.home-popup[b-isztlb0ctx] {
    position: fixed;
    inset: 0;
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(9, 10, 14, 0.52);
    backdrop-filter: blur(6px);
    overflow-y: auto;
    overscroll-behavior: contain;
}

.home-popup__panel[b-isztlb0ctx] {
    position: relative;
    width: min(100%, 480px);
    max-height: min(85vh, 720px);
    padding: 2rem;
    border: 1px solid rgba(153, 132, 97, 0.18);
    border-radius: 28px;
    background: linear-gradient(180deg, #fffdf9, #f6f0e6);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.home-popup__close[b-isztlb0ctx] {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    color: #7d705f;
    background: rgba(0, 0, 0, 0.04);
    font-size: 1.5rem;
    cursor: pointer;
}

.home-popup__eyebrow[b-isztlb0ctx] {
    margin: 0 0 0.45rem;
    color: var(--omc-gold-strong);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.home-popup__panel h3[b-isztlb0ctx] {
    margin: 0;
    padding-right: 2rem;
    font-size: 1.5rem;
}

.home-popup__content[b-isztlb0ctx] {
    white-space: pre-wrap;
    margin: 1rem 0 0;
    color: var(--omc-muted);
    line-height: 1.7;
}

.home-popup__link[b-isztlb0ctx] {
    display: inline-flex;
    margin-top: 1rem;
    color: var(--omc-gold-strong);
    font-weight: 700;
    text-decoration: none;
}

.home-popup__footer[b-isztlb0ctx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(153, 132, 97, 0.16);
}

.home-popup__dismiss[b-isztlb0ctx] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--omc-muted);
    font-size: 0.92rem;
}

body[data-design-system="CBM"] .home-page[b-isztlb0ctx] {
    --cbm-purple: #6d31e8;
    --cbm-purple-strong: #4b18bd;
    --cbm-purple-soft: #efe8ff;
    --cbm-night: #090316;
}

body[data-design-system="CBM"] .button--primary[b-isztlb0ctx] {
    color: #fff;
    background: var(--cbm-purple);
}

body[data-design-system="CBM"] .button--secondary[b-isztlb0ctx] {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.42);
}

body[data-design-system="CBM"] .section-tag[b-isztlb0ctx],
body[data-design-system="CBM"] .hero-section h1 span[b-isztlb0ctx] {
    color: #9f68ff;
}

body[data-design-system="CBM"] .hero-section[b-isztlb0ctx] {
    background-color: var(--cbm-night);
    background-image:
        radial-gradient(circle at 88% 0%, rgba(125, 59, 240, 0.38), transparent 32%),
        linear-gradient(120deg, rgba(9, 3, 22, 0.94) 0%, rgba(13, 4, 31, 0.76) 44%, rgba(9, 3, 22, 0.4) 100%),
        var(--omc-home-hero-image, url('/images/figma/hero-bg.jpg'));
    background-position: center;
}

body[data-design-system="CBM"] .hero-section[b-isztlb0ctx]::before {
    background:
        linear-gradient(180deg, rgba(5, 2, 12, 0.08) 0%, rgba(5, 2, 12, 0.58) 100%),
        radial-gradient(circle at 76% 28%, rgba(159, 104, 255, 0.14), transparent 44%);
}

body[data-design-system="CBM"] .hero-section__brand[b-isztlb0ctx],
body[data-design-system="CBM"] .hero-section__aside[b-isztlb0ctx] {
    border-color: rgba(167, 139, 250, 0.18);
    background: rgba(17, 9, 35, 0.34);
}

body[data-design-system="CBM"] .hero-section__brand-logo[b-isztlb0ctx] {
    filter: none;
}

body[data-design-system="CBM"] .market-ticker__badge[b-isztlb0ctx] {
    background: #20bf55;
}

body[data-design-system="CBM"] .market-ticker__badge.is-sell[b-isztlb0ctx] {
    background: var(--cbm-purple);
}

body[data-design-system="CBM"] .exchange-price-strip[b-isztlb0ctx] {
    background: linear-gradient(180deg, #f6f1ff 0%, #ffffff 100%);
}

body[data-design-system="CBM"] .exchange-price-card--primary[b-isztlb0ctx] {
    background: linear-gradient(135deg, #ffffff 0%, #f4f0ff 100%);
}

body[data-design-system="CBM"] .exchange-price-card[b-isztlb0ctx],
body[data-design-system="CBM"] .feature-card[b-isztlb0ctx],
body[data-design-system="CBM"] .step-card[b-isztlb0ctx] {
    border: 1px solid rgba(109, 49, 232, 0.12);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 18px 44px rgba(21, 17, 32, 0.06);
}

body[data-design-system="CBM"] .feature-card[b-isztlb0ctx] {
    padding: 34px 28px;
    border-radius: 8px;
}

body[data-design-system="CBM"] .step-grid[b-isztlb0ctx] {
    gap: 22px;
}

body[data-design-system="CBM"] .step-card[b-isztlb0ctx] {
    padding: 38px 30px;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(21, 17, 32, 0.06);
}

body[data-design-system="CBM"] .step-card[b-isztlb0ctx],
body[data-design-system="CBM"] .step-card:last-child[b-isztlb0ctx] {
    box-shadow: 0 18px 44px rgba(21, 17, 32, 0.06);
}

body[data-design-system="CBM"] .step-card__header span[b-isztlb0ctx] {
    border-color: rgba(109, 49, 232, 0.12);
    color: var(--cbm-purple);
    background: #f7f3ff;
}

body[data-design-system="CBM"] .faq-poster[b-isztlb0ctx] {
    background-image:
        linear-gradient(180deg, rgba(72, 24, 189, 0.18), rgba(72, 24, 189, 0.42)),
        var(--omc-faq-poster-image, url('/images/bg_hero.png'));
}

body[data-design-system="CBM"] .faq-poster__title[b-isztlb0ctx] {
    color: #fff;
    background: rgba(21, 17, 32, 0.58);
}

body[data-design-system="CBM"] .faq-poster[b-isztlb0ctx]::after {
    content: "";
    position: absolute;
    inset: auto 30px 30px auto;
    width: 88px;
    height: 88px;
    background: var(--omc-faq-logo-image, url('/images/figma/home/faq-logo.png')) center/contain no-repeat;
    opacity: 0.92;
}

body[data-design-system="CBM"] .faq-section__visual[b-isztlb0ctx] {
    position: relative;
}

body[data-design-system="CBM"] .faq-item__answer[b-isztlb0ctx] {
    background: #f4efff;
    color: #151120;
}

@media (max-width: 1100px) {
    .hero-section[b-isztlb0ctx] {
        align-items: flex-end;
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 56px;
    }

    .hero-section__aside[b-isztlb0ctx] {
        display: none;
    }
}

body[data-design-system="Institutional"] .home-page[b-isztlb0ctx] {
    --omc-bg: #f6f8f9;
    --omc-bg-soft: #eef5f5;
    --omc-ink: #132528;
    --omc-muted: #50666b;
    --omc-line: #cbdadc;
    --omc-gold-strong: #2a9d8f;
}

body[data-design-system="Institutional"] .hero-section[b-isztlb0ctx] {
    background-color: #0d2f3a;
    background-image:
        linear-gradient(90deg, rgba(13, 47, 58, 0.95) 0%, rgba(13, 47, 58, 0.72) 48%, rgba(23, 107, 135, 0.32) 100%),
        url('/images/bg_hero.png');
}

body[data-design-system="Institutional"] .hero-section[b-isztlb0ctx]::before {
    background:
        linear-gradient(180deg, rgba(13, 47, 58, 0.02) 0%, rgba(13, 47, 58, 0.52) 100%),
        linear-gradient(90deg, rgba(42, 157, 143, 0.18), transparent 56%);
}

body[data-design-system="Institutional"] .button--primary[b-isztlb0ctx],
body[data-design-system="Institutional"] .flow-toggle__item.is-active[b-isztlb0ctx] {
    color: #fff;
    background: #176b87;
}

body[data-design-system="Institutional"] .button--secondary[b-isztlb0ctx] {
    color: #dff7f7;
    border-color: rgba(223, 247, 247, 0.45);
}

body[data-design-system="Institutional"] .exchange-price-card[b-isztlb0ctx],
body[data-design-system="Institutional"] .feature-card[b-isztlb0ctx] {
    border: 1px solid #cbdadc;
    background: #fff;
    box-shadow: 0 18px 40px rgba(13, 47, 58, 0.07);
}

body[data-design-system="Institutional"] .feature-card[b-isztlb0ctx] {
    border-radius: 8px;
    padding: 34px 24px;
}

body[data-design-system="Institutional"] .faq-poster[b-isztlb0ctx] {
    background-image:
        linear-gradient(135deg, rgba(13, 47, 58, 0.86) 0%, rgba(23, 107, 135, 0.58) 100%),
        var(--omc-faq-poster-image, url('/images/bg_hero.png'));
}

body[data-design-system="Institutional"] .faq-poster__title[b-isztlb0ctx] {
    color: #f3fbfc;
}

body[data-design-system="Community"] .home-page[b-isztlb0ctx] {
    --omc-bg: #f7fbf6;
    --omc-bg-soft: #edf7ee;
    --omc-ink: #18251c;
    --omc-muted: #5f7166;
    --omc-line: #cfe3d3;
    --omc-gold-strong: #f9735b;
}

body[data-design-system="Community"] .hero-section[b-isztlb0ctx] {
    background-color: #1f4d35;
    background-image:
        radial-gradient(circle at 82% 16%, rgba(249, 115, 91, 0.34), transparent 30%),
        linear-gradient(110deg, rgba(31, 77, 53, 0.94) 0%, rgba(47, 133, 90, 0.76) 46%, rgba(31, 77, 53, 0.4) 100%),
        url('/images/bg_hero.png');
}

body[data-design-system="Community"] .hero-section[b-isztlb0ctx]::before {
    background:
        linear-gradient(180deg, rgba(20, 64, 42, 0.04) 0%, rgba(20, 64, 42, 0.58) 100%),
        radial-gradient(circle at 74% 42%, rgba(255, 255, 255, 0.18), transparent 46%);
}

body[data-design-system="Community"] .button--primary[b-isztlb0ctx],
body[data-design-system="Community"] .flow-toggle__item.is-active[b-isztlb0ctx] {
    color: #fff;
    background: #f9735b;
}

body[data-design-system="Community"] .button--secondary[b-isztlb0ctx] {
    color: #f4fff7;
    border-color: rgba(244, 255, 247, 0.48);
}

body[data-design-system="Community"] .market-ticker__badge[b-isztlb0ctx] {
    background: #2f855a;
}

body[data-design-system="Community"] .market-ticker__badge.is-sell[b-isztlb0ctx] {
    background: #f9735b;
}

body[data-design-system="Community"] .feature-card[b-isztlb0ctx] {
    border: 1px solid #cfe3d3;
    border-radius: 8px;
    background: #fff;
    padding: 34px 24px;
}

body[data-design-system="Community"] .step-card[b-isztlb0ctx] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(237, 247, 238, 0.6));
}

body[data-design-system="Community"] .faq-poster[b-isztlb0ctx] {
    background-image:
        linear-gradient(135deg, rgba(47, 133, 90, 0.82) 0%, rgba(249, 115, 91, 0.48) 100%),
        var(--omc-faq-poster-image, url('/images/bg_hero.png'));
}

body[data-design-system="Community"] .faq-poster__title[b-isztlb0ctx] {
    color: #fff;
}

body[data-design-system="Midnight Desk"] .home-page[b-isztlb0ctx] {
    --omc-bg: #0f172a;
    --omc-bg-soft: #111827;
    --omc-surface: #1f2937;
    --omc-ink: #e5e7eb;
    --omc-muted: #a5b4fc;
    --omc-line: rgba(148, 163, 184, 0.24);
    --omc-gold-strong: #22d3ee;
}

body[data-design-system="Midnight Desk"] .hero-section[b-isztlb0ctx] {
    background-color: #020617;
    background-image:
        radial-gradient(circle at 82% 12%, rgba(34, 211, 238, 0.28), transparent 28%),
        radial-gradient(circle at 66% 42%, rgba(139, 92, 246, 0.32), transparent 34%),
        linear-gradient(110deg, rgba(2, 6, 23, 0.96) 0%, rgba(17, 24, 39, 0.82) 58%, rgba(2, 6, 23, 0.4) 100%),
        url('/images/bg_hero.png');
}

body[data-design-system="Midnight Desk"] .hero-section[b-isztlb0ctx]::before {
    background: linear-gradient(180deg, rgba(2, 6, 23, 0) 0%, rgba(2, 6, 23, 0.76) 100%);
}

body[data-design-system="Midnight Desk"] .button--primary[b-isztlb0ctx],
body[data-design-system="Midnight Desk"] .flow-toggle__item.is-active[b-isztlb0ctx] {
    color: #020617;
    background: #22d3ee;
}

body[data-design-system="Midnight Desk"] .button--secondary[b-isztlb0ctx] {
    color: #eef2ff;
    border-color: rgba(34, 211, 238, 0.48);
}

body[data-design-system="Midnight Desk"] .market-ticker[b-isztlb0ctx],
body[data-design-system="Midnight Desk"] .exchange-price-strip[b-isztlb0ctx] {
    background: #111827;
}

body[data-design-system="Midnight Desk"] .exchange-price-card[b-isztlb0ctx],
body[data-design-system="Midnight Desk"] .feature-card[b-isztlb0ctx],
body[data-design-system="Midnight Desk"] .faq-item__answer[b-isztlb0ctx] {
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: #172033;
    box-shadow: 0 18px 50px rgba(2, 6, 23, 0.3);
}

body[data-design-system="Midnight Desk"] .exchange-price-card--primary[b-isztlb0ctx] {
    background: linear-gradient(135deg, #172033 0%, #312e81 100%);
}

body[data-design-system="Midnight Desk"] .feature-card[b-isztlb0ctx] {
    border-radius: 8px;
    padding: 34px 24px;
}

body[data-design-system="Midnight Desk"] .flow-toggle[b-isztlb0ctx] {
    background: #172033;
}

body[data-design-system="Midnight Desk"] .faq-poster[b-isztlb0ctx] {
    background-image:
        linear-gradient(135deg, rgba(17, 24, 39, 0.9) 0%, rgba(76, 29, 149, 0.62) 54%, rgba(8, 145, 178, 0.36) 100%),
        var(--omc-faq-poster-image, url('/images/bg_hero.png'));
}

body[data-design-system="Midnight Desk"] .faq-poster__title[b-isztlb0ctx] {
    color: #eef2ff;
}

body[data-design-system="Retail Light"] .home-page[b-isztlb0ctx] {
    --omc-bg: #fbfdff;
    --omc-bg-soft: #eef6ff;
    --omc-ink: #172033;
    --omc-muted: #5f718c;
    --omc-line: #d7e8ff;
    --omc-gold-strong: #f59e0b;
}

body[data-design-system="Retail Light"] .hero-section[b-isztlb0ctx] {
    background-color: #1d4ed8;
    background-image:
        radial-gradient(circle at 82% 18%, rgba(245, 158, 11, 0.36), transparent 30%),
        linear-gradient(112deg, rgba(29, 78, 216, 0.94) 0%, rgba(37, 99, 235, 0.72) 46%, rgba(14, 165, 233, 0.36) 100%),
        url('/images/bg_hero.png');
}

body[data-design-system="Retail Light"] .button--primary[b-isztlb0ctx],
body[data-design-system="Retail Light"] .flow-toggle__item.is-active[b-isztlb0ctx] {
    color: #172033;
    background: #f59e0b;
}

body[data-design-system="Retail Light"] .button--secondary[b-isztlb0ctx] {
    color: #eff6ff;
    border-color: rgba(239, 246, 255, 0.54);
}

body[data-design-system="Retail Light"] .exchange-price-card[b-isztlb0ctx],
body[data-design-system="Retail Light"] .feature-card[b-isztlb0ctx] {
    border: 1px solid #d7e8ff;
    background: #fff;
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.08);
}

body[data-design-system="Retail Light"] .feature-card[b-isztlb0ctx] {
    border-radius: 8px;
    padding: 34px 24px;
}

body[data-design-system="Retail Light"] .exchange-price-card--primary[b-isztlb0ctx] {
    background: linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
}

body[data-design-system="Retail Light"] .faq-poster[b-isztlb0ctx] {
    background-image:
        linear-gradient(135deg, rgba(37, 99, 235, 0.78) 0%, rgba(245, 158, 11, 0.38) 100%),
        var(--omc-faq-poster-image, url('/images/bg_hero.png'));
}

body[data-design-system="Retail Light"] .faq-poster__title[b-isztlb0ctx] {
    color: #fff;
}

body[data-design-system="Global Trust"] .home-page[b-isztlb0ctx] {
    --omc-bg: #f8fafc;
    --omc-bg-soft: #eef2f1;
    --omc-ink: #10201f;
    --omc-muted: #607274;
    --omc-line: #d7dfdd;
    --omc-gold-strong: #c79a2b;
}

body[data-design-system="Global Trust"] .hero-section[b-isztlb0ctx] {
    background-color: #102a43;
    background-image:
        linear-gradient(90deg, rgba(16, 42, 67, 0.96) 0%, rgba(16, 42, 67, 0.78) 48%, rgba(15, 118, 110, 0.38) 100%),
        radial-gradient(circle at 86% 20%, rgba(199, 154, 43, 0.28), transparent 28%),
        url('/images/bg_hero.png');
}

body[data-design-system="Global Trust"] .button--primary[b-isztlb0ctx],
body[data-design-system="Global Trust"] .flow-toggle__item.is-active[b-isztlb0ctx] {
    color: #10201f;
    background: #c79a2b;
}

body[data-design-system="Global Trust"] .button--secondary[b-isztlb0ctx] {
    color: #f8fafc;
    border-color: rgba(248, 250, 252, 0.44);
}

body[data-design-system="Global Trust"] .exchange-price-card[b-isztlb0ctx] {
    border-color: #d7dfdd;
    box-shadow: 0 18px 40px rgba(16, 42, 67, 0.08);
}

body[data-design-system="Global Trust"] .exchange-price-card--primary[b-isztlb0ctx] {
    background: linear-gradient(135deg, #fff 0%, #f5edda 100%);
}

body[data-design-system="Global Trust"] .step-card__header span[b-isztlb0ctx] {
    border-color: rgba(199, 154, 43, 0.44);
    color: #8a6819;
}

body[data-design-system="Global Trust"] .faq-poster[b-isztlb0ctx] {
    background-image:
        linear-gradient(135deg, rgba(16, 42, 67, 0.86) 0%, rgba(15, 118, 110, 0.58) 62%, rgba(199, 154, 43, 0.3) 100%),
        var(--omc-faq-poster-image, url('/images/bg_hero.png'));
}

body[data-design-system="Global Trust"] .faq-poster__title[b-isztlb0ctx] {
    color: #f8fafc;
}

@media (max-width: 980px) {
    .exchange-price-strip__inner[b-isztlb0ctx] {
        grid-template-columns: 1fr 1fr;
    }

    .exchange-price-card--primary[b-isztlb0ctx] {
        grid-column: 1 / -1;
    }

    .faq-section[b-isztlb0ctx] {
        grid-template-columns: 1fr;
    }

    .hero-section[b-isztlb0ctx] {
        min-height: calc(100vh - var(--hero-market-ticker-height) - 8px);
        padding: 7rem 1.5rem 3rem;
    }

    .feature-grid[b-isztlb0ctx],
    .step-grid[b-isztlb0ctx] {
        grid-template-columns: 1fr;
    }

    .step-card[b-isztlb0ctx],
    .step-card:last-child[b-isztlb0ctx] {
        box-shadow: inset 0 -1px 0 var(--omc-line);
    }

    .faq-poster[b-isztlb0ctx] {
        min-height: 240px;
    }
}

@media (max-width: 720px) {
    .home-page[b-isztlb0ctx] {
        margin-top: 0;
    }

    .hero-section[b-isztlb0ctx] {
        align-items: flex-end;
        min-height: 640px;
        padding: 5rem 1rem 1.5rem;
        background-position: center;
    }

    .hero-section__copy[b-isztlb0ctx] {
        gap: 18px;
    }

    .hero-section__brand[b-isztlb0ctx] {
        gap: 10px;
        padding: 9px 12px;
    }

    .hero-section__brand-logo[b-isztlb0ctx] {
        height: 24px;
    }

    .hero-section__brand-name[b-isztlb0ctx] {
        font-size: 0.82rem;
    }

    .hero-section h1[b-isztlb0ctx] {
        font-size: clamp(2.4rem, 10vw, 3.4rem);
        line-height: 1.05;
    }

    .hero-section__lead[b-isztlb0ctx] {
        font-size: 1rem;
        line-height: 1.35;
    }

    .content-section[b-isztlb0ctx] {
        padding: 90px 1rem;
    }

    .hero-section__actions[b-isztlb0ctx] {
        flex-direction: column;
        gap: 12px;
    }

    .market-ticker[b-isztlb0ctx] {
        height: 76px;
        padding-inline: 0.5rem;
    }

    .exchange-price-strip[b-isztlb0ctx] {
        padding: 14px 0.5rem;
    }

    .exchange-price-strip__inner[b-isztlb0ctx] {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .exchange-price-card[b-isztlb0ctx] {
        padding: 14px;
    }

    .exchange-price-card strong[b-isztlb0ctx] {
        font-size: 1.2rem;
    }

    .faq-section[b-isztlb0ctx] {
        gap: 24px;
        padding-inline: 1rem;
    }

    .faq-poster[b-isztlb0ctx] {
        min-height: 320px;
        padding: 20px;
        background-position: center;
    }

    .faq-item__trigger[b-isztlb0ctx] {
        padding: 20px 8px;
        font-size: 1.3rem;
    }

    .faq-item__answer[b-isztlb0ctx] {
        margin: 0 8px 12px;
        padding: 16px;
        font-size: 0.98rem;
        line-height: 1.45;
    }

    .home-popup__footer[b-isztlb0ctx] {
        align-items: stretch;
        flex-direction: column;
    }

    .home-popup__footer .button[b-isztlb0ctx] {
        width: 100%;
    }
}
/* /Pages/Login.razor.rz.scp.css */
/* Login-specific overrides only.
   Shared auth-* styles live in wwwroot/css/app.css. */
/* /Pages/Market/MarketList.razor.rz.scp.css */
/* ─── Market Page ─────────────────────────────────────────── */

/* ─── Banner ────────────────────────────────────────────────── */
.market-banner[b-gda4khly65] {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: url('/images/bg_hero.png') center center / cover no-repeat;
    padding: 3rem 2.5rem;
    margin-bottom: 2rem;
}

.market-banner[b-gda4khly65]::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(20, 20, 18, 0.18) 0%, rgba(20, 20, 18, 0.62) 100%),
        radial-gradient(circle at 72% 36%, rgba(255, 255, 255, 0.08), transparent 42%);
    pointer-events: none;
}

.market-banner__content[b-gda4khly65] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.market-banner__text[b-gda4khly65] {
    flex: 1 1 300px;
}

.market-banner__tag[b-gda4khly65] {
    margin: 0 0 0.75rem;
    color: #af9f85;
    font-size: clamp(0.85rem, 1.4vw, 1rem);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.2;
}

.market-banner__title[b-gda4khly65] {
    font-size: clamp(1.6rem, 3vw, 2.6rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.03em;
    margin: 0 0 0.75rem;
    line-height: 1.2;
}

.market-banner__title span[b-gda4khly65] {
    color: #c9a96e;
}

.market-banner__desc[b-gda4khly65] {
    font-size: clamp(0.875rem, 1.4vw, 1rem);
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
    margin: 0;
    max-width: 520px;
    font-weight: 300;
}

.market-banner__badges[b-gda4khly65] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    flex-shrink: 0;
}

.market-banner__badge[b-gda4khly65] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(209, 207, 197, 0.32);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
    backdrop-filter: blur(6px);
}

.market-banner__badge svg[b-gda4khly65] {
    flex-shrink: 0;
    opacity: 0.85;
}

@media (max-width: 640px) {
    .market-banner[b-gda4khly65] {
        padding: 2rem 1.25rem;
    }

    .market-banner__content[b-gda4khly65] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }
}

.market-page[b-gda4khly65] {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 1080px;
    margin: 0 auto;
    padding: 2rem 1.25rem 4rem;
}

/* ─── Header: Tabs + Live Price ──────────────────────────────── */
.market-header[b-gda4khly65] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.market-tabs[b-gda4khly65] {
    display: flex;
    gap: 0.5rem;
    background: var(--omc-bg-soft, #f5f4ed);
    border: 1px solid var(--omc-line, #dedcd1);
    border-radius: 999px;
    padding: 4px;
}

.market-tab[b-gda4khly65] {
    padding: 0.45rem 1.4rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--omc-muted, #73726c);
    font: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    white-space: nowrap;
}

.market-tab.is-active[b-gda4khly65] {
    background: #776046;
    color: #fff;
}

.market-live-price[b-gda4khly65] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.1rem;
}

.market-live-price__label[b-gda4khly65] {
    font-size: 0.75rem;
    color: var(--omc-muted, #73726c);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.market-live-price__value[b-gda4khly65] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--omc-ink, #1f1e1d);
    line-height: 1.2;
}

.market-live-price__value em[b-gda4khly65] {
    font-style: normal;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--omc-muted, #73726c);
    margin-left: 0.2rem;
}

/* ─── List Wrapper ──────────────────────────────────────────── */
.market-list-wrap[b-gda4khly65] {
    background: var(--omc-bg, #faf9f5);
    border: 1px solid var(--omc-line, #dedcd1);
    border-radius: 20px;
    overflow: hidden;
}

/* ─── List Header Row ───────────────────────────────────────── */
.market-list-head[b-gda4khly65] {
    display: grid;
    grid-template-columns: 2fr 2fr 1.5fr 1.5fr 120px;
    align-items: center;
    padding: 0.65rem 1.25rem;
    background: var(--omc-bg-soft, #f5f4ed);
    border-bottom: 1px solid var(--omc-line, #dedcd1);
}

.market-list-head span[b-gda4khly65] {
    font-size: 0.73rem;
    font-weight: 600;
    color: var(--omc-muted, #73726c);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.market-list-head .market-col--action[b-gda4khly65] {
    text-align: right;
}

/* ─── List Row ──────────────────────────────────────────────── */
.market-row[b-gda4khly65] {
    display: grid;
    grid-template-columns: 2fr 2fr 1.5fr 1.5fr 120px;
    align-items: center;
    padding: 1.1rem 1.25rem;
    border-bottom: 1px solid var(--omc-line, #dedcd1);
    cursor: pointer;
    transition: background 0.15s;
}

.market-row:last-child[b-gda4khly65] {
    border-bottom: none;
}

.market-row:hover[b-gda4khly65] {
    background: var(--omc-bg-soft, #f5f4ed);
}

/* ─── Row: Merchant Column ──────────────────────────────────── */
.market-row__merchant[b-gda4khly65] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.market-row__avatar[b-gda4khly65] {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #776046;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.market-row__identity[b-gda4khly65] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.market-row__identity strong[b-gda4khly65] {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--omc-ink, #1f1e1d);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.market-row__identity span[b-gda4khly65] {
    font-size: 0.75rem;
    color: var(--omc-muted, #73726c);
    white-space: nowrap;
}

/* ─── Row: Volume Column ────────────────────────────────────── */
.market-row__volume[b-gda4khly65] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.market-row__volume strong[b-gda4khly65] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--omc-ink, #1f1e1d);
}

.market-row__volume strong img[b-gda4khly65] {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.market-row__volume span[b-gda4khly65] {
    font-size: 0.75rem;
    color: var(--omc-muted, #73726c);
}

/* ─── Row: Price Column ─────────────────────────────────────── */
.market-row__price[b-gda4khly65] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.market-row__price strong[b-gda4khly65] {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--omc-gold-strong, #ac5c42);
}

.market-row__price span[b-gda4khly65] {
    font-size: 0.73rem;
    color: var(--omc-muted, #73726c);
}

/* ─── Row: Payment Column ───────────────────────────────────── */
.market-row__payment[b-gda4khly65] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.market-row__payment strong[b-gda4khly65] {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--omc-ink, #1f1e1d);
}

.market-row__payment span[b-gda4khly65] {
    font-size: 0.73rem;
    color: var(--omc-muted, #73726c);
}

/* ─── Row: Action Column ────────────────────────────────────── */
.market-col--action[b-gda4khly65] {
    display: flex;
    justify-content: flex-end;
}

.market-row__action[b-gda4khly65] {
    min-height: 40px;
    padding: 0 1.5rem;
    border: 0;
    border-radius: 999px;
    background: #776046;
    color: #fff;
    font: inherit;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.15s;
}

.market-row__action:hover[b-gda4khly65] {
    opacity: 0.85;
}

/* ─── State (loading / empty) ───────────────────────────────── */
.market-state[b-gda4khly65] {
    padding: 3rem 1.25rem;
    text-align: center;
    color: var(--omc-muted, #73726c);
    font-size: 0.9rem;
}

/* ─── Header Controls (filter + sort + price) ──────────────── */
.market-header__controls[b-gda4khly65] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.market-select[b-gda4khly65] {
    appearance: none;
    -webkit-appearance: none;
    background: var(--omc-bg-soft, #f5f4ed) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2373726c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    border: 1px solid var(--omc-line, #dedcd1);
    border-radius: 8px;
    padding: 0.45rem 2.25rem 0.45rem 0.85rem;
    font: inherit;
    font-size: 0.85rem;
    color: var(--omc-ink, #1f1e1d);
    cursor: pointer;
    min-width: 160px;
    transition: border-color 0.15s;
}

.market-select:focus[b-gda4khly65] {
    outline: none;
    border-color: #776046;
}

/* ─── Pagination ────────────────────────────────────────────── */
.market-pagination[b-gda4khly65] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 1.5rem 0 0.5rem;
    flex-wrap: wrap;
}

.market-pagination__btn[b-gda4khly65] {
    min-width: 2.2rem;
    height: 2.2rem;
    padding: 0 0.5rem;
    border: 1px solid var(--omc-line, #dedcd1);
    border-radius: 8px;
    background: var(--omc-bg-soft, #f5f4ed);
    color: var(--omc-ink, #1f1e1d);
    font: inherit;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.market-pagination__btn:hover:not(:disabled)[b-gda4khly65] {
    background: #776046;
    color: #fff;
    border-color: #776046;
}

.market-pagination__btn.is-active[b-gda4khly65] {
    background: #776046;
    color: #fff;
    border-color: #776046;
    font-weight: 700;
}

.market-pagination__btn:disabled[b-gda4khly65] {
    opacity: 0.35;
    cursor: not-allowed;
}

.market-pagination__info[b-gda4khly65] {
    font-size: 0.8rem;
    color: var(--omc-muted, #73726c);
    margin-left: 0.5rem;
}

/* ─── Responsive: Tablet (≤900px) ──────────────────────────── */
@media (max-width: 900px) {
    .market-list-head[b-gda4khly65] {
        grid-template-columns: 2fr 1.5fr 1.3fr 100px;
    }

    .market-row[b-gda4khly65] {
        grid-template-columns: 2fr 1.5fr 1.3fr 100px;
    }

    /* Hide payment method column header on tablet */
    .market-list-head .market-col--payment[b-gda4khly65],
    .market-row__payment[b-gda4khly65] {
        display: none;
    }
}

/* ─── Responsive: Mobile (≤640px) ──────────────────────────── */
@media (max-width: 640px) {
    .market-page[b-gda4khly65] {
        padding: 1.25rem 0.75rem 3rem;
    }

    .market-header[b-gda4khly65] {
        flex-direction: column;
        align-items: stretch;
    }

    .market-live-price[b-gda4khly65] {
        align-items: flex-start;
        flex-direction: row;
        gap: 0.5rem;
        align-items: center;
    }

    .market-list-wrap[b-gda4khly65] {
        border-radius: 16px;
    }

    /* Hide list header on mobile */
    .market-list-head[b-gda4khly65] {
        display: none;
    }

    /* Mobile: 2-column row (identity + action) */
    .market-row[b-gda4khly65] {
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        gap: 0.5rem 0.75rem;
        padding: 1rem;
    }

    .market-row__merchant[b-gda4khly65] {
        grid-column: 1;
        grid-row: 1;
    }

    .market-col--action[b-gda4khly65] {
        grid-column: 2;
        grid-row: 1 / 3;
        align-self: center;
    }

    .market-row__volume[b-gda4khly65] {
        grid-column: 1;
        grid-row: 2;
    }

    .market-row__price[b-gda4khly65],
    .market-row__payment[b-gda4khly65] {
        display: none;
    }

    .market-row__avatar[b-gda4khly65] {
        width: 38px;
        height: 38px;
        font-size: 0.75rem;
    }

    .market-row__action[b-gda4khly65] {
        padding: 0 1rem;
        font-size: 0.8rem;
    }
}

/* ─── Design-system driven treatment ───────────────────────── */
body[data-design-system] .market-page[b-gda4khly65] {
    max-width: 1120px;
}

body[data-design-system] .market-banner[b-gda4khly65] {
    border-radius: 8px;
    background-color: var(--omc-bg-hero, #262624);
    background-image: url('/images/bg_hero.png');
    box-shadow: 0 22px 64px color-mix(in srgb, var(--omc-ink, #1f1e1d) 10%, transparent);
}

body[data-design-system] .market-banner[b-gda4khly65]::before {
    background:
        linear-gradient(115deg, color-mix(in srgb, var(--omc-bg-hero, #262624) 92%, transparent) 0%, color-mix(in srgb, var(--omc-bg-hero, #262624) 64%, transparent) 58%, color-mix(in srgb, var(--omc-gold-strong, #ac5c42) 32%, transparent) 100%);
}

body[data-design-system] .market-banner__tag[b-gda4khly65] {
    color: color-mix(in srgb, var(--omc-gold-strong, #ac5c42) 70%, white);
}

body[data-design-system] .market-banner__title[b-gda4khly65] {
    color: var(--omc-hero-text, #f0eee6);
    letter-spacing: 0;
}

body[data-design-system] .market-banner__title span[b-gda4khly65] {
    color: var(--omc-gold-strong, #ac5c42);
}

body[data-design-system] .market-banner__desc[b-gda4khly65] {
    color: var(--omc-hero-muted, #9c9a92);
}

body[data-design-system] .market-banner__badge[b-gda4khly65] {
    border-color: color-mix(in srgb, var(--omc-hero-text, #fff) 28%, transparent);
    border-radius: 8px;
    background: color-mix(in srgb, var(--omc-hero-text, #fff) 10%, transparent);
}

body[data-design-system] .market-tabs[b-gda4khly65],
body[data-design-system] .market-list-wrap[b-gda4khly65],
body[data-design-system] .market-select[b-gda4khly65],
body[data-design-system] .market-pagination__btn[b-gda4khly65] {
    border-color: color-mix(in srgb, var(--omc-gold-strong, #ac5c42) 16%, var(--omc-line, #dedcd1));
}

body[data-design-system] .market-tabs[b-gda4khly65],
body[data-design-system] .market-select[b-gda4khly65],
body[data-design-system] .market-pagination__btn[b-gda4khly65] {
    background-color: var(--omc-bg-soft, #f5f4ed);
}

body[data-design-system] .market-list-wrap[b-gda4khly65] {
    border-radius: 8px;
    background: color-mix(in srgb, var(--omc-bg, #faf9f5) 92%, white);
    box-shadow: 0 18px 44px color-mix(in srgb, var(--omc-ink, #1f1e1d) 6%, transparent);
}

body[data-design-system] .market-list-head[b-gda4khly65] {
    background: var(--omc-bg-soft, #f5f4ed);
}

body[data-design-system] .market-tab.is-active[b-gda4khly65],
body[data-design-system] .market-row__avatar[b-gda4khly65],
body[data-design-system] .market-row__action[b-gda4khly65],
body[data-design-system] .market-pagination__btn.is-active[b-gda4khly65],
body[data-design-system] .market-pagination__btn:hover:not(:disabled)[b-gda4khly65] {
    background: var(--omc-gold-strong, #776046);
    border-color: var(--omc-gold-strong, #776046);
    color: #fff;
}

body[data-design-system] .market-row:hover[b-gda4khly65] {
    background: var(--omc-bg-soft, #f5f4ed);
}

body[data-design-system] .market-row__price strong[b-gda4khly65] {
    color: var(--omc-gold-strong, #ac5c42);
}

body[data-design-system="CBM"] .market-banner[b-gda4khly65] {
    background-color: #090316;
    background-image: var(--omc-market-hero-image, url('/images/figma/hero-bg.jpg'));
}

body[data-design-system="CBM"] .market-banner[b-gda4khly65]::before {
    background:
        linear-gradient(115deg, rgba(9, 3, 22, 0.92) 0%, rgba(33, 18, 53, 0.72) 52%, rgba(109, 49, 232, 0.38) 100%);
}
/* /Pages/Market/MarketOrder.razor.rz.scp.css */
.order-back-bar[b-g4czti7heb] {
    max-width: 1080px;
    margin: 0 auto;
    padding: 1.5rem 1.25rem 0;
}

.order-back-btn[b-g4czti7heb] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 1rem;
    border: 1px solid var(--omc-line, #dedcd1);
    border-radius: 999px;
    background: transparent;
    color: var(--omc-muted, #73726c);
    font: inherit;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.order-back-btn:hover[b-g4czti7heb] {
    background: var(--omc-bg-soft, #f5f4ed);
    color: var(--omc-ink, #1f1e1d);
}

.order-page[b-g4czti7heb] {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(360px, 1fr);
    align-items: start;
    gap: 1.5rem;
    max-width: 1080px;
    margin: 0 auto;
    padding: 1.25rem 1.25rem 4rem;
}

.order-summary[b-g4czti7heb],
.order-form-card[b-g4czti7heb],
.order-loading[b-g4czti7heb] {
    border: 1px solid var(--omc-line, #dedcd1);
    border-radius: 28px;
    background: var(--omc-bg, #faf9f5);
    box-shadow: 0 4px 24px rgba(69, 51, 23, 0.06);
}

.order-summary[b-g4czti7heb],
.order-form-card[b-g4czti7heb] {
    display: grid;
    gap: 0.85rem;
    padding: 2rem;
}

.order-form-card[b-g4czti7heb] {
    gap: 0.8rem;
}

.order-direction-chip[b-g4czti7heb] {
    display: grid;
    gap: 0.25rem;
    margin-top: 0.9rem;
    padding: 0.85rem 0.95rem;
    border: 1px solid var(--omc-line, #dedcd1);
    border-radius: 16px;
    background: #f5f4ed;
}

.order-direction-chip strong[b-g4czti7heb] {
    color: #1b1a18;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
}

.order-direction-chip span[b-g4czti7heb] {
    color: #3f3b35;
    font-size: 0.84rem;
    line-height: 1.45;
}

.order-direction-chip--buy[b-g4czti7heb] {
    border-color: #13704c;
    background: #e5f7ef;
    box-shadow: inset 0 0 0 1px rgba(19, 112, 76, 0.2);
}

.order-direction-chip--buy strong[b-g4czti7heb] {
    color: #0b5a3d;
}

.order-direction-chip--buy span[b-g4czti7heb] {
    color: #0f4d37;
}

.order-direction-chip--sell[b-g4czti7heb] {
    border-color: #b33a22;
    background: #fbe8e4;
    box-shadow: inset 0 0 0 1px rgba(179, 58, 34, 0.22);
}

.order-direction-chip--sell strong[b-g4czti7heb] {
    color: #902a16;
}

.order-direction-chip--sell span[b-g4czti7heb] {
    color: #7b2314;
}

.order-section-card[b-g4czti7heb] {
    display: grid;
    gap: 0.65rem;
    padding: 1rem;
    border: 1px solid var(--omc-line, #dedcd1);
    border-radius: 20px;
    background: var(--omc-bg-soft, #f5f4ed);
}

.order-section-card__header h3[b-g4czti7heb] {
    margin: 0;
    color: var(--omc-ink, #1f1e1d);
    font-size: 0.98rem;
    letter-spacing: -0.01em;
}

.order-summary__brand-row[b-g4czti7heb] {
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
    margin-bottom: 0.85rem;
}

.order-summary__brand-pill[b-g4czti7heb] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 38px;
    padding: 0 0.95rem 0 0.5rem;
    border: 1px solid rgba(119, 96, 70, 0.14);
    border-radius: 999px;
    color: var(--omc-ink);
    background: rgba(255, 255, 255, 0.82);
    font-size: 0.84rem;
    font-weight: 700;
}

.order-summary__brand-pill--soft[b-g4czti7heb] {
    color: #6c593a;
    background: rgba(119, 96, 70, 0.08);
}

.order-summary__brand-pill img[b-g4czti7heb] {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    object-fit: contain;
}

.order-summary__eyebrow[b-g4czti7heb],
.order-form-card__eyebrow[b-g4czti7heb] {
    margin: 0;
    color: #776046;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.order-summary__hero h1[b-g4czti7heb],
.order-form-card h2[b-g4czti7heb] {
    margin: 0 0 0.75rem;
    color: var(--omc-ink);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.order-summary__hero h1[b-g4czti7heb] {
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.order-summary__hero p[b-g4czti7heb],
.order-summary__merchant p[b-g4czti7heb],
.order-summary__price p[b-g4czti7heb],
.order-form-card__header p[b-g4czti7heb],
.order-message-card p[b-g4czti7heb],
.order-alert[b-g4czti7heb],
.order-loading[b-g4czti7heb] {
    margin: 0;
    color: var(--omc-muted);
    line-height: 1.7;
}

.order-summary__merchant[b-g4czti7heb],
.order-summary__price[b-g4czti7heb],
.order-payment-card[b-g4czti7heb],
.order-message-card[b-g4czti7heb] {
    padding: 0.95rem;
    border: 1px solid var(--omc-line, #dedcd1);
    border-radius: 16px;
    background: var(--omc-bg, #faf9f5);
}

.order-summary__merchant-head[b-g4czti7heb] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.order-summary__avatar[b-g4czti7heb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #776046, #8f7353);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.order-summary__merchant h2[b-g4czti7heb] {
    margin: 0 0 0.35rem;
    color: var(--omc-ink);
    font-size: 1.2rem;
}

.order-summary__stats[b-g4czti7heb] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 0;
}

.order-summary__stats div[b-g4czti7heb] {
    padding: 0.95rem;
    border-radius: 16px;
    background: var(--omc-bg, #faf9f5);
    border: 1px solid var(--omc-line, #dedcd1);
}

.order-summary__stats dt[b-g4czti7heb],
.order-payment-card span[b-g4czti7heb] {
    margin: 0;
    color: var(--omc-muted, #73726c);
    font-size: 0.84rem;
    font-weight: 500;
}

.order-summary__stats dd[b-g4czti7heb],
.order-summary__price strong[b-g4czti7heb],
.order-payment-card strong[b-g4czti7heb] {
    margin: 0.35rem 0 0;
    color: var(--omc-ink);
    font-size: 1.1rem;
    font-weight: 700;
}

.order-summary__stats dd img[b-g4czti7heb] {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.order-summary__stats dd span[b-g4czti7heb],
.order-summary__stats dd img[b-g4czti7heb] {
    vertical-align: middle;
}

.order-summary__stats dd span[b-g4czti7heb] {
    display: inline-block;
    margin-left: 0.35rem;
}

.order-field[b-g4czti7heb] {
    display: grid;
    gap: 0.4rem;
}

.order-field span[b-g4czti7heb] {
    color: var(--omc-ink, #1f1e1d);
    font-size: 0.86rem;
    font-weight: 600;
}

.order-field input[b-g4czti7heb] {
    min-height: 48px;
    padding: 0 1rem;
    border: 1px solid var(--omc-line, #dedcd1);
    border-radius: 14px;
    background: #fff;
    color: var(--omc-ink, #1f1e1d);
    font: inherit;
}

.order-field input:focus[b-g4czti7heb] {
    outline: none;
    border-color: #776046;
    box-shadow: 0 0 0 4px rgba(119, 96, 70, 0.12);
}

.order-payment-card[b-g4czti7heb] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.order-payment-card div[b-g4czti7heb] {
    display: grid;
    gap: 0.25rem;
}

.order-message-card strong[b-g4czti7heb] {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--omc-ink);
    font-size: 0.88rem;
}

.order-fixed-wallet-note[b-g4czti7heb] {
    padding: 0.8rem 0.85rem;
    border: 1px solid rgba(19, 112, 76, 0.35);
    border-radius: 14px;
    background: rgba(229, 247, 239, 0.6);
}

.order-fixed-wallet-note strong[b-g4czti7heb] {
    display: block;
    margin: 0;
    color: #0b5a3d;
    font-size: 0.84rem;
    letter-spacing: 0.02em;
}

.order-fixed-wallet-note p[b-g4czti7heb] {
    margin: 0.3rem 0 0;
    color: #0f4d37;
    font-size: 0.82rem;
    line-height: 1.45;
}

.order-consents[b-g4czti7heb] {
    display: grid;
    gap: 0.55rem;
}

.order-consent-item[b-g4czti7heb] {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.8rem 0.85rem;
    border: 1px solid var(--omc-line, #dedcd1);
    border-radius: 14px;
    background: #fff;
    color: var(--omc-muted, #73726c);
    font-size: 0.84rem;
    line-height: 1.45;
}

.order-consent-item input[b-g4czti7heb] {
    margin-top: 0.2rem;
}

.order-consent-item--highlight[b-g4czti7heb] {
    border-color: #ac5c42;
    background: #fdf5f1;
    color: var(--omc-ink, #1f1e1d);
    font-weight: 500;
}

/* KYC depositor notice */
.order-kyc-notice[b-g4czti7heb] {
    padding: 0.95rem 1rem;
    border: 1.5px solid #ac5c42;
    border-radius: 16px;
    background: #fdf5f1;
}

.order-kyc-notice__header[b-g4czti7heb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.order-kyc-notice__icon[b-g4czti7heb] {
    font-size: 1rem;
    color: #ac5c42;
}

.order-kyc-notice__header strong[b-g4czti7heb] {
    font-size: 0.925rem;
    font-weight: 700;
    color: #ac5c42;
}

.order-kyc-notice__intro[b-g4czti7heb] {
    font-size: 0.875rem;
    color: var(--omc-muted, #73726c);
    margin: 0 0 0.9rem;
    line-height: 1.5;
}

.order-kyc-notice__dl[b-g4czti7heb] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin: 0;
}

.order-kyc-notice__row[b-g4czti7heb] {
    display: grid;
    grid-template-columns: 7rem 1fr;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.order-kyc-notice__row dt[b-g4czti7heb] {
    color: var(--omc-muted, #73726c);
    font-weight: 600;
    padding-top: 0.05rem;
}

.order-kyc-notice__row dd[b-g4czti7heb] {
    margin: 0;
    color: var(--omc-ink, #1f1e1d);
}

.order-kyc-notice__name[b-g4czti7heb] {
    font-size: 1rem;
    font-weight: 700;
    color: #ac5c42;
}

.order-kyc-notice__name--loading[b-g4czti7heb] {
    color: var(--omc-muted, #73726c);
    font-size: 0.875rem;
}

.order-kyc-notice__name--error[b-g4czti7heb] {
    font-size: 0.875rem;
    color: #8f3434;
}

.order-kyc-notice__name--error a[b-g4czti7heb] {
    color: #8f3434;
    font-weight: 600;
    text-decoration: underline;
}

.order-kyc-notice__list[b-g4czti7heb] {
    margin: 0;
    padding-left: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    color: var(--omc-ink, #1f1e1d);
    line-height: 1.55;
}

.order-alert[b-g4czti7heb] {
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(180, 67, 67, 0.18);
    border-radius: 14px;
    color: #8f3434;
    background: rgba(255, 241, 241, 0.92);
    font-size: 0.84rem;
    line-height: 1.45;
}

.order-submit[b-g4czti7heb] {
    min-height: 46px;
    padding: 0 32px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #776046;
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.28px;
    cursor: pointer;
}

.order-submit:disabled[b-g4czti7heb] {
    opacity: 0.65;
    cursor: default;
}

.order-loading[b-g4czti7heb] {
    max-width: 720px;
    margin: 0 auto;
    padding: 1.5rem;
    text-align: center;
}

@media (max-width: 960px) {
    .order-page[b-g4czti7heb] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .order-summary[b-g4czti7heb],
    .order-form-card[b-g4czti7heb],
    .order-loading[b-g4czti7heb] {
        padding: 1rem;
        border-radius: 18px;
        gap: 0.6rem;
    }

    .order-section-card[b-g4czti7heb] {
        padding: 0.7rem;
        border-radius: 14px;
        gap: 0.5rem;
    }

    .order-form-card__header p[b-g4czti7heb] {
        line-height: 1.5;
    }

    .order-direction-chip[b-g4czti7heb] {
        margin-top: 0.55rem;
        padding: 0.65rem 0.75rem;
        border-radius: 12px;
    }

    .order-message-card[b-g4czti7heb],
    .order-payment-card[b-g4czti7heb],
    .order-consent-item[b-g4czti7heb],
    .order-kyc-notice[b-g4czti7heb],
    .order-alert[b-g4czti7heb],
    .order-fixed-wallet-note[b-g4czti7heb] {
        padding: 0.7rem;
        border-radius: 12px;
    }

    .order-field[b-g4czti7heb] {
        gap: 0.3rem;
    }

    .order-field input[b-g4czti7heb] {
        min-height: 42px;
        border-radius: 12px;
        padding: 0 0.8rem;
    }

    .order-consents[b-g4czti7heb] {
        gap: 0.45rem;
    }

    .order-submit[b-g4czti7heb] {
        min-height: 42px;
    }

    .order-summary__stats[b-g4czti7heb],
    .order-payment-card[b-g4czti7heb] {
        grid-template-columns: 1fr;
    }
}

/* ─── Design-system driven treatment ───────────────────────── */
body[data-design-system] .order-back-btn[b-g4czti7heb] {
    border-color: color-mix(in srgb, var(--omc-gold-strong, #ac5c42) 16%, var(--omc-line, #dedcd1));
    border-radius: 8px;
    background: color-mix(in srgb, var(--omc-bg, #faf9f5) 82%, white);
    color: var(--omc-muted, #73726c);
}

body[data-design-system] .order-back-btn:hover[b-g4czti7heb] {
    background: var(--omc-bg-soft, #f5f4ed);
    color: var(--omc-ink, #1f1e1d);
}

body[data-design-system] .order-summary[b-g4czti7heb],
body[data-design-system] .order-form-card[b-g4czti7heb],
body[data-design-system] .order-loading[b-g4czti7heb] {
    border-color: color-mix(in srgb, var(--omc-gold-strong, #ac5c42) 14%, var(--omc-line, #dedcd1));
    border-radius: 8px;
    background: color-mix(in srgb, var(--omc-bg, #faf9f5) 92%, white);
    box-shadow: 0 22px 64px color-mix(in srgb, var(--omc-ink, #1f1e1d) 7%, transparent);
}

body[data-design-system] .order-section-card[b-g4czti7heb],
body[data-design-system] .order-summary__merchant[b-g4czti7heb],
body[data-design-system] .order-summary__price[b-g4czti7heb],
body[data-design-system] .order-payment-card[b-g4czti7heb],
body[data-design-system] .order-message-card[b-g4czti7heb],
body[data-design-system] .order-summary__stats div[b-g4czti7heb],
body[data-design-system] .order-consent-item[b-g4czti7heb] {
    border-color: color-mix(in srgb, var(--omc-gold-strong, #ac5c42) 14%, var(--omc-line, #dedcd1));
    border-radius: 8px;
}

body[data-design-system] .order-section-card[b-g4czti7heb] {
    background: var(--omc-bg-soft, #f5f4ed);
}

body[data-design-system] .order-summary__merchant[b-g4czti7heb],
body[data-design-system] .order-summary__price[b-g4czti7heb],
body[data-design-system] .order-payment-card[b-g4czti7heb],
body[data-design-system] .order-message-card[b-g4czti7heb],
body[data-design-system] .order-consent-item[b-g4czti7heb] {
    background: color-mix(in srgb, var(--omc-bg, #faf9f5) 86%, white);
}

body[data-design-system] .order-summary__brand-pill[b-g4czti7heb] {
    border-color: color-mix(in srgb, var(--omc-gold-strong, #ac5c42) 16%, transparent);
    border-radius: 8px;
    background: color-mix(in srgb, var(--omc-bg, #faf9f5) 84%, white);
}

body[data-design-system] .order-summary__brand-pill--soft[b-g4czti7heb] {
    color: var(--omc-gold-strong, #776046);
    background: color-mix(in srgb, var(--omc-gold-strong, #776046) 8%, var(--omc-bg, #faf9f5));
}

body[data-design-system] .order-summary__eyebrow[b-g4czti7heb],
body[data-design-system] .order-form-card__eyebrow[b-g4czti7heb],
body[data-design-system] .order-summary__price strong[b-g4czti7heb] {
    color: var(--omc-gold-strong, #776046);
}

body[data-design-system] .order-summary__hero h1[b-g4czti7heb],
body[data-design-system] .order-form-card h2[b-g4czti7heb] {
    letter-spacing: 0;
}

body[data-design-system] .order-summary__avatar[b-g4czti7heb],
body[data-design-system] .order-submit[b-g4czti7heb] {
    background: var(--omc-gold-strong, #776046);
    color: #fff;
}

body[data-design-system] .order-field input[b-g4czti7heb] {
    border-color: color-mix(in srgb, var(--omc-gold-strong, #776046) 16%, var(--omc-line, #dedcd1));
    border-radius: 8px;
    background: color-mix(in srgb, var(--omc-bg, #faf9f5) 88%, white);
}

body[data-design-system] .order-field input:focus[b-g4czti7heb] {
    border-color: var(--omc-gold-strong, #776046);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--omc-gold-strong, #776046) 14%, transparent);
}

body[data-design-system] .order-submit[b-g4czti7heb] {
    border-radius: 8px;
    letter-spacing: 0;
}

body[data-design-system] .order-consent-item input[b-g4czti7heb] {
    accent-color: var(--omc-gold-strong, #776046);
}

body[data-design-system="CBM"] .order-summary__avatar[b-g4czti7heb],
body[data-design-system="CBM"] .order-submit[b-g4czti7heb] {
    background: #211235;
}
/* /Pages/MyPage/Account.razor.rz.scp.css */
.account-section-title[b-uy0ormravd] {
    margin-bottom: 1rem;
    color: var(--omc-muted);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.account-persona[b-uy0ormravd] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.account-persona__avatar[b-uy0ormravd] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border: 1px solid rgba(209, 207, 197, 0.72);
    border-radius: 50%;
    background: #f4f1e8;
    color: var(--omc-ink);
    object-fit: cover;
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.account-persona__avatar--empty[b-uy0ormravd] {
    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.6);
}

.account-persona__content[b-uy0ormravd] {
    min-width: 0;
}

.account-persona__name[b-uy0ormravd] {
    color: var(--omc-ink);
    font-size: 1.05rem;
    font-weight: 700;
}

.account-persona__meta[b-uy0ormravd] {
    margin-top: 0.25rem;
    color: var(--omc-muted);
    font-size: 0.9rem;
}

.account-persona__actions[b-uy0ormravd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.9rem;
}

.account-file-button[b-uy0ormravd] {
    cursor: pointer;
}

.account-delete-image-button[b-uy0ormravd] {
    min-width: 112px;
}

.account-file-input[b-uy0ormravd],
[b-uy0ormravd] .account-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
}

.account-persona__hint[b-uy0ormravd] {
    margin-top: 0.75rem;
    color: var(--omc-muted);
    font-size: 0.8125rem;
}

@media (max-width: 640px) {
    .account-persona[b-uy0ormravd] {
        align-items: flex-start;
    }

    .account-persona__avatar[b-uy0ormravd] {
        width: 72px;
        height: 72px;
        font-size: 1.35rem;
    }
}
/* /Pages/Signup.razor.rz.scp.css */
/* Signup page reuses Login's shared auth-* classes.
   Only signup-specific additions are defined here. */

/* ── Step indicator (Segmented Button) ── */
.signup-steps[b-3nawrdf3rs] {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.signup-steps span[b-3nawrdf3rs] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 1rem;
    border: 1px solid #c2c0b6;
    background: #faf9f5;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #141413;
}

.signup-steps span:first-child[b-3nawrdf3rs] {
    border-radius: 4px 0 0 4px;
    border-right-width: 0.5px;
}

.signup-steps span:last-child[b-3nawrdf3rs] {
    border-radius: 0 4px 4px 0;
    border-left-width: 0.5px;
}

.signup-steps span:not(:first-child):not(:last-child)[b-3nawrdf3rs] {
    border-left-width: 0.5px;
    border-right-width: 0.5px;
}

.signup-steps span.is-active[b-3nawrdf3rs] {
    background: #d97757;
    border-color: #d97757;
    color: #faf9f5;
}

.auth-field .auth-field__error[b-3nawrdf3rs] {
    color: #c62828;
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

.signup-terms[b-3nawrdf3rs] {
    margin: 0.5rem 0 0.25rem;
    padding: 1rem;
    border: 1px solid #d9d6cc;
    background: #fffdf8;
}

.signup-terms__header[b-3nawrdf3rs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.signup-terms__header h2[b-3nawrdf3rs] {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: #141413;
}

.signup-terms__header a[b-3nawrdf3rs] {
    flex-shrink: 0;
    font-size: 0.75rem;
    font-weight: 700;
    color: #141413;
    text-decoration: underline;
}

.signup-terms p[b-3nawrdf3rs] {
    margin: 0 0 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #5b5750;
}

.signup-terms__document[b-3nawrdf3rs] {
    max-height: 220px;
    overflow-y: auto;
    padding: 0.875rem;
    border: 1px solid #e7e2d6;
    background: #fff;
}

.signup-terms__document pre[b-3nawrdf3rs] {
    margin: 0;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: keep-all;
    font: inherit;
    font-size: 0.8125rem;
    line-height: 1.65;
    color: #2c2925;
}

@media (max-width: 640px) {
    .signup-terms__header[b-3nawrdf3rs] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.35rem;
    }
}
