/* Loka player space. Quiet graphite, one brand accent, no financial data in CSS. */
:root { --lx-surface: #121315; --lx-line: #2a2c2e; --lx-muted: #9b9da3; }
.lx-page, .lx-header-tools, .lx-support, .lx-toast { color: var(--foreground, #f4f4f5); font-family: var(--font-body, sans-serif); }
.lx-page [hidden], .lx-header-tools [hidden], .lx-support [hidden], .lx-credit-strip[hidden] { display: none !important; }
.lx-page { max-width: 1260px; padding-top: 52px; padding-bottom: 88px; }
.lx-page button, .lx-support button, .lx-header-tools button { font: inherit; cursor: pointer; }
.lx-page :is(button,a,input,textarea,select):focus-visible, .lx-support :is(button,a):focus-visible, .lx-header-tools :is(button,a):focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; }
.lx-page button:disabled { opacity: .5; cursor: not-allowed; }
[data-lx-icon] { display: inline-flex; flex: none; align-items: center; justify-content: center; }
.lx-page h1, .lx-page h2, .lx-page h3, .lx-wallet strong, .lx-support h2 { font-family: var(--font-display, sans-serif); }
.lx-page h1 { font-size: clamp(38px, 4.2vw, 62px); line-height: 1.06; letter-spacing: -.045em; font-weight: 650; margin: 0; }
.lx-page h1 em { font-style: normal; color: var(--lime); }
.lx-page h2 { font-size: 27px; letter-spacing: -.025em; line-height: 1.18; margin: 0; font-weight: 600; }
.lx-page h3 { font-size: 19px; letter-spacing: -.015em; line-height: 1.2; margin: 0; font-weight: 600; }
.lx-eyebrow { font-size: 9px; letter-spacing: .16em; font-weight: 600; color: var(--lx-muted); margin: 0 0 18px; }
.lx-page-heading { display: flex; justify-content: space-between; gap: 28px; align-items: flex-end; padding-bottom: 34px; margin-bottom: 32px; border-bottom: 1px solid var(--lx-line); }
.lx-page-heading > p { color: var(--lx-muted); font-size: 13px; line-height: 1.8; margin: 0 0 4px; }
.lx-text-link { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0; background: none; border: 0; color: inherit; font-size: 12px; text-decoration: none; line-height: 1.5; cursor: pointer; }
.lx-text-link > [data-lx-icon], .lx-text-link > svg { color: var(--lime); }
.lx-text-link:hover { color: var(--lime); }
.lx-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 44px; padding: 10px 18px; border: 1px solid var(--lx-line); border-radius: 6px; background: #191a1d; color: #f5f5f5; text-decoration: none; font: inherit; font-size: 12px; font-weight: 600; cursor: pointer; transition: background .18s, border-color .18s; }
.lx-button:hover { border-color: #70766b; background: #20221f; }
.lx-button-primary { background: var(--lime); color: #151a06; border-color: var(--lime); }
.lx-button-primary:hover { background: var(--lime); border-color: var(--lime); filter: brightness(1.08); }
.lx-fineprint { font-size: 11px; line-height: 1.7; color: var(--lx-muted); margin: 14px 0 0; }
.lx-workspace { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 38px; align-items: start; }
.lx-rail { position: sticky; top: 105px; display: grid; gap: 4px; padding-right: 18px; }
.lx-rail-label { color: #75787d; font-size: 8px; letter-spacing: .15em; margin: 6px 12px 12px; }
.lx-rail a, .lx-rail button { display: flex; align-items: center; gap: 12px; padding: 12px; border: 0; border-radius: 5px; background: none; color: #a5a7ae; text-decoration: none; text-align: left; font-size: 12px; }
.lx-rail a:hover, .lx-rail button:hover { color: #f3f4f0; background: #ffffff05; }
.lx-rail a[aria-current] { color: var(--lime); background: #d6f51b0a; }
.lx-nav-dot { width: 4px; height: 4px; background: var(--lime); border-radius: 50%; margin-left: auto; }
.lx-rail [data-cart-count] { margin-left: auto; font-size: 10px; color: #c4c7bf; }
.lx-rail-bottom { border-top: 1px solid var(--lx-line); padding-top: 15px; margin-top: 22px; }
.lx-main { min-width: 0; }
.lx-loading, .lx-message { border: 1px solid var(--lx-line); border-radius: 10px; padding: 28px; background: var(--lx-surface); color: var(--lx-muted); font-size: 13px; line-height: 1.7; }
.lx-loading::before { content: ""; display: inline-block; width: 8px; height: 8px; background: var(--lime); border-radius: 50%; margin-right: 12px; animation: lx-breathe 1s ease-in-out infinite alternate; }
@keyframes lx-breathe { to { opacity: .25; } }
.lx-message h2 { color: #f3f3f5; margin-bottom: 12px; }
.lx-message .lx-button { margin-top: 14px; }
.lx-profile-hero { display: flex; align-items: center; gap: 22px; padding: 30px; background: var(--lx-surface); border: 1px solid var(--lx-line); border-radius: 10px; position: relative; }
.lx-profile-avatar { width: 74px; height: 74px; border-radius: 20px; background: #d6f51b0d; color: var(--lime); border: 1px solid #d6f51b38; display: grid; place-items: center; font-family: var(--font-display); font-size: 35px; flex: none; }
.lx-profile-hero .lx-eyebrow { margin-bottom: 8px; }
.lx-profile-hero h2 { font-size: 30px; overflow-wrap: anywhere; }
.lx-profile-email { font-size: 12px; color: var(--lx-muted); margin: 8px 0 0; overflow-wrap: anywhere; }
.lx-verified { display: inline-flex; gap: 6px; align-items: center; margin-left: auto; color: #bec2b5; font-size: 10px; white-space: nowrap; }
.lx-verified svg { color: var(--lime); }
.lx-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 26px 0; border-bottom: 1px solid var(--lx-line); margin-bottom: 26px; }
.lx-stats > div { display: grid; grid-template-columns: 26px 1fr; column-gap: 12px; padding: 0 22px; border-right: 1px solid var(--lx-line); }
.lx-stats > div:last-child { border: 0; }
.lx-stats svg { color: #999f89; margin-top: 6px; }
.lx-stats strong { font: 600 30px/1.1 var(--font-display); letter-spacing: -.03em; }
.lx-stats small { grid-column: 2; color: var(--lx-muted); margin-top: 8px; font-size: 10px; }
.lx-profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.lx-section-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin: 30px 0 18px; }
.lx-section-heading h2 { font-size: 23px; }
.lx-wallet { position: relative; isolation: isolate; overflow: hidden; min-height: 260px; padding: 27px; border: 1px solid #444933; border-radius: 10px; background: linear-gradient(125deg, #252a1a, #151810 50%, #17191b); display: flex; flex-direction: column; }
.lx-wallet::before { content: ""; z-index: -1; pointer-events: none; position: absolute; inset: 0; background: repeating-linear-gradient(120deg, transparent 0 35px, #ffffff04 35px 36px); }
.lx-wallet-ghost { position: absolute; right: -25px; top: 26px; width: 205px; height: 205px; opacity: .045; z-index: -1; transform: rotate(-12deg); }
.lx-wallet-top { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 600; }
.lx-wallet-top > svg { color: var(--lime); }
.lx-tier-chip { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; border: 1px solid #d6f51b32; background: #d6f51b08; color: var(--lime); padding: 5px 9px; border-radius: 4px; font-size: 10px; font-weight: 500; }
.lx-wallet-balance { margin: 30px 0 26px; }
.lx-wallet-balance small { display: block; color: #a6ad99; font-size: 9px; letter-spacing: .12em; margin-bottom: 8px; }
.lx-wallet-balance strong { display: block; color: #f3f5ed; font-size: clamp(32px, 3vw, 44px); line-height: 1.05; letter-spacing: -.035em; }
.lx-wallet-bottom { margin-top: auto; padding-top: 16px; border-top: 1px solid #ffffff12; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.lx-wallet-bottom span { font-size: 11px; color: #b0b7a7; }
.lx-wallet-bottom b { color: var(--lime); font-weight: 500; }
.lx-wallet-bottom a { font-size: 11px; }
.lx-quick-links { display: grid; border: 1px solid var(--lx-line); border-radius: 10px; overflow: hidden; background: var(--lx-surface); }
.lx-quick-links > a { display: grid; grid-template-columns: 24px 1fr 18px; align-items: center; gap: 13px; padding: 18px 22px; border-bottom: 1px solid var(--lx-line); text-decoration: none; }
.lx-quick-links > a:last-child { border: 0; }
.lx-quick-links > a:hover { background: #ffffff04; }
.lx-quick-links > a > svg { color: var(--lime); }
.lx-quick-links strong { display: block; font-size: 12px; font-weight: 500; }
.lx-quick-links small { color: var(--lx-muted); display: block; font-size: 10px; margin-top: 5px; line-height: 1.5; }
.lx-recent-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.lx-recent-grid a { min-width: 0; text-decoration: none; }
.lx-recent-grid img { display: block; width: 100%; aspect-ratio: 460/215; object-fit: contain; border-radius: 6px; background: #141416; border: 1px solid var(--lx-line); margin-bottom: 10px; }
.lx-recent-grid strong { display: block; font-size: 12px; font-weight: 500; line-height: 1.45; }
.lx-recent-grid small { display: block; color: var(--lx-muted); font-size: 10px; margin-top: 4px; }
.lx-profile-note { display: flex; justify-content: space-between; gap: 18px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--lx-line); font-size: 11px; color: var(--lx-muted); }
.lx-credit-overview { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); gap: 22px; }
.lx-credit-progress { padding: 20px 0 14px 8px; display: flex; flex-direction: column; }
.lx-credit-progress .lx-eyebrow { margin-bottom: 12px; }
.lx-credit-progress h2 { font-size: 26px; }
.lx-credit-progress > p:not(.lx-eyebrow) { font-size: 12px; color: var(--lx-muted); line-height: 1.8; margin: 12px 0; }
.lx-progress-label { display: flex; justify-content: space-between; color: var(--lx-muted); font-size: 10px; margin-top: auto; padding-top: 22px; gap: 10px; }
.lx-progress-label b { color: #ebede6; font-weight: 500; }
.lx-progress { height: 4px; width: 100%; appearance: none; border: 0; background: #292d24; margin: 10px 0 0; border-radius: 9px; overflow: hidden; }
.lx-progress::-webkit-progress-bar { background: #292d24; }
.lx-progress::-webkit-progress-value { background: var(--lime); }
.lx-progress::-moz-progress-bar { background: var(--lime); }
.lx-tier-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--lx-line); border-radius: 8px; overflow: hidden; margin-top: 26px; background: #111214; }
.lx-tier { padding: 20px; border-right: 1px solid var(--lx-line); position: relative; }
.lx-tier:last-child { border: 0; }
.lx-tier[data-current="true"] { background: #d6f51b08; box-shadow: inset 0 2px var(--lime); }
.lx-tier-top { display: flex; align-items: center; gap: 7px; color: #b8bbb2; font-size: 11px; }
.lx-tier[data-current="true"] .lx-tier-top { color: var(--lime); }
.lx-tier-top small { font-size: 8px; letter-spacing: .07em; margin-left: auto; border: 1px solid #d6f51b30; border-radius: 3px; padding: 2px 4px; }
.lx-tier strong { display: block; font-family: var(--font-display); font-size: 30px; line-height: 1.2; margin: 14px 0 3px; font-weight: 500; }
.lx-tier strong span { color: var(--lx-muted); font-size: 10px; font-family: var(--font-body); letter-spacing: 0; padding-left: 5px; }
.lx-tier > p { font-size: 10px; color: var(--lx-muted); margin: 0; }
.lx-credit-rule { display: flex; gap: 9px; font-size: 11px; color: var(--lx-muted); line-height: 1.8; margin: 14px 0 28px; }
.lx-credit-rule svg { flex: none; color: #b2b8a8; margin-top: 2px; }
.lx-ledger { border: 1px solid var(--lx-line); border-radius: 8px; background: #101113; overflow: hidden; }
.lx-ledger-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; border-bottom: 1px solid var(--lx-line); }
.lx-ledger-heading h2 { font-size: 22px; }
.lx-ledger-heading p { color: var(--lx-muted); font-size: 10px; margin: 5px 0 0; }
.lx-tabs { display: flex; gap: 4px; padding: 3px; border: 1px solid var(--lx-line); border-radius: 6px; }
.lx-tabs button { border: 0; border-radius: 4px; background: transparent; color: var(--lx-muted); padding: 6px 9px; font-size: 10px; }
.lx-tabs button[aria-pressed="true"] { background: #d6f51b12; color: var(--lime); }
.lx-ledger ul { list-style: none; padding: 0 22px; margin: 0; }
.lx-ledger li { display: grid; grid-template-columns: 32px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 17px 0; border-bottom: 1px solid #ffffff0b; }
.lx-ledger li:last-child { border: 0; }
.lx-ledger-icon { width: 31px; height: 31px; background: #d6f51b09; border-radius: 50%; display: grid; place-items: center; color: var(--lime); }
.lx-ledger li[data-minus="true"] .lx-ledger-icon { background: #ffffff06; color: #b7b9c1; }
.lx-ledger li strong { font-size: 12px; font-weight: 500; display: block; }
.lx-ledger li p { color: var(--lx-muted); font-size: 10px; margin: 5px 0 0; line-height: 1.6; }
.lx-ledger li b { color: var(--lime); font: 500 18px var(--font-display); white-space: nowrap; }
.lx-ledger li[data-minus="true"] b { color: #dddfe4; }
.lx-ledger-empty { padding: 28px 22px; color: var(--lx-muted); font-size: 12px; line-height: 1.7; }
.lx-how { padding: 32px 0; margin-top: 10px; border-bottom: 1px solid var(--lx-line); }
.lx-how h2 { font-size: 24px; }
.lx-how .lx-eyebrow { margin-bottom: 10px; }
.lx-how ol { list-style: none; margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.lx-how li { display: flex; gap: 12px; }
.lx-how li > span { font-size: 10px; color: var(--lime); padding-top: 4px; }
.lx-how h3 { font-size: 17px; }
.lx-how p { font-size: 11px; color: var(--lx-muted); line-height: 1.8; margin: 8px 0 0; }
.lx-credit-faq details { border-bottom: 1px solid var(--lx-line); font-size: 12px; }
.lx-credit-faq summary { list-style: none; display: flex; justify-content: space-between; gap: 16px; cursor: pointer; padding: 19px 0; }
.lx-credit-faq summary::-webkit-details-marker { display: none; }
.lx-credit-faq summary svg { color: var(--lime); }
.lx-credit-faq details[open] summary svg { transform: rotate(45deg); }
.lx-credit-faq p { color: var(--lx-muted); font-size: 12px; line-height: 1.8; margin: 0 0 20px; max-width: 75ch; }
.lx-credit-strip { display: flex; align-items: center; gap: 15px; padding: 17px 20px; margin-bottom: 28px; border: 1px solid #373c2b; background: #12150f; border-radius: 8px; text-decoration: none; }
.lx-credit-strip > svg { color: var(--lime); flex: none; }
.lx-credit-strip > div { min-width: 0; }
.lx-credit-strip strong { display: block; font-size: 12px; font-weight: 500; }
.lx-credit-strip small { display: block; font-size: 10px; color: #a0a795; margin-top: 3px; }
.lx-credit-strip > span { margin-left: auto; display: flex; align-items: center; gap: 18px; white-space: nowrap; color: var(--lime); font: 600 22px var(--font-display); }
.lx-cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 36px; align-items: start; }
.lx-cart-list { min-width: 0; }
.lx-cart-list-heading { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--lx-line); padding-bottom: 18px; }
.lx-cart-list-heading h2 { font-size: 24px; }
.lx-cart-list-heading span { color: var(--lx-muted); font-size: 10px; }
.lx-cart-item { display: grid; grid-template-columns: 146px minmax(0, 1fr) auto; gap: 20px; align-items: center; padding: 23px 0; border-bottom: 1px solid var(--lx-line); }
.lx-cart-item > img { width: 146px; aspect-ratio: 460/215; object-fit: contain; background: #151618; border-radius: 6px; border: 1px solid var(--lx-line); }
.lx-cart-item h3 { font-size: 21px; }
.lx-cart-item p { margin: 6px 0; color: var(--lx-muted); font-size: 10px; line-height: 1.6; }
.lx-cart-item strong { display: block; font-size: 13px; color: #e9ebdf; margin: 12px 0; }
.lx-cart-item button { border: 0; background: none; padding: 8px; color: var(--lx-muted); }
.lx-cart-item button:hover { color: #f4c3b5; }
.lx-cart-item a { font-size: 10px; }
.lx-cart-summary { position: sticky; top: 100px; background: var(--lx-surface); border: 1px solid var(--lx-line); border-radius: 9px; padding: 25px; }
.lx-cart-summary h2 { font-size: 24px; }
.lx-cart-summary dl { padding: 20px 0; margin: 0; display: grid; gap: 14px; }
.lx-cart-summary dl div { display: flex; justify-content: space-between; gap: 16px; font-size: 12px; }
.lx-cart-summary dt { color: var(--lx-muted); }
.lx-cart-summary dd { margin: 0; }
.lx-cart-total { border-top: 1px solid var(--lx-line); padding-top: 18px; align-items: center; }
.lx-cart-total dd { font: 600 27px var(--font-display); letter-spacing: -.02em; }
.lx-cart-summary .lx-button { width: 100%; }
.lx-cart-summary .lx-credit-strip { padding: 15px 0; margin: 0 0 18px; border-width: 1px 0; border-radius: 0; background: none; gap: 10px; }
.lx-cart-summary .lx-credit-strip > span { font-size: 17px; gap: 0; }
.lx-cart-empty { min-height: 350px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; border: 1px solid var(--lx-line); border-radius: 10px; background: #101113; padding: 40px 20px; }
.lx-cart-empty > svg { width: 42px; height: 42px; color: var(--lime); margin-bottom: 24px; }
.lx-cart-empty h2 { font-size: 30px; }
.lx-cart-empty p { color: var(--lx-muted); font-size: 12px; margin: 12px 0 22px; }
.lx-cart-add { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 42px; padding: 9px 13px; color: var(--lime); background: #d6f51b08; border: 1px solid #d6f51b38; border-radius: 6px; font: inherit; font-size: 12px; cursor: pointer; white-space: nowrap; }
.lx-cart-add:hover { background: #d6f51b15; border-color: var(--lime); }
.lx-cart-add[data-added="true"] { color: #b7bca8; }
.dialog-purchase { flex-wrap: wrap; gap: 10px; }
.dialog-purchase > div:first-child { margin-right: auto; }
.lx-buy-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
/* Compact header controls, with the account identity in a disclosure rather than a long chip. */
.lx-header-tools { position: relative; display: flex; align-items: center; gap: 7px; flex: none; }
.lx-header-icon, .lx-avatar-toggle { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 6px; height: 36px; min-width: 36px; padding: 7px; border: 1px solid #323536; border-radius: 7px; background: #121416; color: #c0c4bc; text-decoration: none; }
.lx-header-icon:hover, .lx-avatar-toggle:hover { color: var(--lime); border-color: #696e59; }
.lx-header-icon[data-credit-shortcut] { color: var(--lime); }
.lx-header-icon [data-cart-count] { position: absolute; top: -6px; right: -5px; min-width: 16px; height: 16px; padding: 0 3px; border-radius: 5px; background: var(--lime); color: #182006; font: 700 9px/16px var(--font-body); text-align: center; }
.lx-header-icon [data-cart-count]:empty { display: none; }
.lx-avatar-toggle { min-width: 55px; padding: 3px 7px 3px 4px; border-radius: 22px; }
.lx-avatar-mini { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #d6f51b15; color: var(--lime); font-size: 12px; font-weight: 600; }
.lx-account-menu { position: absolute; z-index: 60; width: 286px; max-width: calc(100vw - 32px); right: 0; top: calc(100% + 14px); border: 1px solid #373b31; background: #111315; border-radius: 10px; padding: 9px; box-shadow: 0 16px 60px #0008; }
.lx-menu-identity { padding: 12px; border-bottom: 1px solid var(--lx-line); margin-bottom: 6px; }
.lx-menu-identity small { display: block; color: #91968b; font-size: 8px; letter-spacing: .12em; margin-bottom: 7px; }
.lx-menu-identity strong { display: block; overflow-wrap: anywhere; font-size: 12px; font-weight: 500; }
.lx-menu-identity > a { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; color: var(--lime); font-size: 11px; text-decoration: none; }
.lx-menu-item { display: flex; align-items: center; gap: 12px; width: 100%; padding: 11px 12px; border: 0; border-radius: 5px; background: none; color: #c6c9c1; font-size: 12px; text-decoration: none; }
.lx-menu-item:hover { color: var(--lime); background: #d6f51b08; }
.lx-menu-item[data-space-logout] { color: #caa69c; border-top: 1px solid var(--lx-line); border-radius: 0; margin-top: 6px; padding-top: 13px; }
.lx-credit-menu { position: absolute; z-index: 60; top: calc(100% + 14px); right: 48px; width: min(340px, calc(100vw - 32px)); padding: 14px; border: 1px solid #424933; background: #101312; border-radius: 10px; box-shadow: 0 16px 60px #0009; }
.lx-credit-menu .lx-wallet { min-height: 214px; padding: 19px; }
.lx-credit-menu .lx-wallet-balance { margin: 23px 0; }
.lx-credit-menu .lx-wallet-balance strong { font-size: 33px; }
.lx-credit-menu > p:not(.lx-eyebrow) { font-size: 11px; line-height: 1.8; color: var(--lx-muted); margin: 16px 5px; }
.lx-credit-menu > .lx-text-link { display: flex; justify-content: space-between; padding: 6px; font-size: 11px; }
.lx-credit-menu > h2 { font: 600 26px/1.1 var(--font-display); margin: 16px 5px; }
.lx-store-review { padding: 20px 0 0; border-top: 1px solid var(--lx-line); margin-top: 22px; }
.lx-store-review .lx-eyebrow { font-size: 8px; margin: 0 0 10px; }
.lx-store-review blockquote { font-size: 12px; color: #c5c8be; line-height: 1.8; margin: 0 0 14px; border: 0; padding: 0; }
.lx-store-review > div { display: flex; align-items: center; gap: 10px; }
.lx-store-review img { border-radius: 50%; width: 28px; height: 28px; object-fit: cover; }
.lx-store-review strong { display: block; font-size: 10px; font-weight: 500; color: #c2c7b5; }
.lx-store-review small { display: block; font-size: 9px; color: var(--lx-muted); margin-top: 3px; }
.lx-store-review a { color: var(--lime); margin-left: auto; }
@media (max-width:600px) { .lx-credit-menu { position: fixed; top: 72px; right: 16px; width: min(340px, calc(100vw - 32px)); }.lx-contact-bottom .contact-identity dl { display: block; } }
/* A dedicated navigation row keeps every destination visible, apart from account tools. */
@media(min-width:1100px) {
  .site-header .header-inner { height: auto; min-height: 120px; flex-wrap: wrap; gap: 0 24px; }
  .site-header .brand { height: 72px; }
  .site-header .header-manager-download { margin-left: auto; }
  .site-header .lx-header-tools { margin-left: 0; }
  .site-header .desktop-nav { order: 10; flex: 0 0 100%; height: 48px; margin: 0; gap: 32px; justify-content: space-between; border-top: 1px solid #ffffff0c; }
  .nav-primary, .nav-reference { display: flex; align-items: center; height: 100%; gap: clamp(22px, 2.4vw, 36px); }
  .site-header .nav-primary a { font-size: 16px; color: #d3d3d6; }
  .site-header .nav-reference a { font-size: 14px; color: #aaaab0; }
  .site-header .desktop-nav a:hover, .site-header .desktop-nav a[aria-current] { color: #f1f1ef; }
  .site-header .desktop-nav a:focus-visible { outline: 2px solid var(--lime); outline-offset: -4px; border-radius: 4px; }
}
@media(min-width:801px) and (max-width:1099px) {
  .site-header .desktop-nav { display: none; }
  .site-header .menu-toggle { display: inline-flex; }
  .site-header .header-manager-download { margin-left: auto; }
  .site-header .lx-header-tools { margin-left: 0; }
  .site-header .mobile-nav { display: block; padding: 8px 28px 18px; border-top: 1px solid var(--border); position: absolute; top: 100%; left: 0; right: 0; background: #111114; box-shadow: 0 20px 30px #0007; }
  .site-header .mobile-nav a { display: flex; align-items: center; justify-content: space-between; padding: 14px 4px; border-bottom: 1px solid #29292d; font-size: 14px; }
}
.site-header .mobile-nav { max-height: calc(100dvh - 80px); overflow-y: auto; overscroll-behavior: contain; }
.site-header .mobile-nav a[aria-current="page"] { color: var(--lime); }
/* Contact: an editorial help desk, not a simulated live-chat operator. */
.lx-review-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.lx-review-layout > section, .lx-review-form, .lx-review-form fieldset { min-width: 0; }
.lx-review-form select { min-width: 0; max-width: 100%; }
.lx-review-layout h2 { font-size: 30px; }
.lx-review-lead { color: var(--lx-muted); font-size: 13px; line-height: 1.9; }
.lx-review-steps { list-style: none; padding: 0; margin: 30px 0; }
.lx-review-steps li { display: flex; gap: 16px; padding: 17px 0; font-size: 12px; line-height: 1.8; border-top: 1px solid var(--lx-line); }
.lx-review-steps span { color: var(--lime); font-size: 10px; }
.lx-rating { border: 0; padding: 0; margin: 0; display: flex; gap: 8px; }
.lx-rating legend { font-size: 11px; margin-bottom: 10px; }
.lx-rating label { position: relative; flex: 1; }
.lx-contact-form .lx-rating input { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; margin: 0; padding: 0; opacity: 0; cursor: pointer; }
.lx-rating span { display: block; text-align: center; border: 1px solid var(--lx-line); border-radius: 5px; padding: 12px 5px; color: var(--lx-muted); }
.lx-rating input:checked + span { border-color: var(--lime); color: var(--lime); background: #d6f51b10; }
.lx-rating input:focus-visible + span { outline: 2px solid var(--lime); outline-offset: 3px; }
.lx-contact-form .lx-review-consent { display: flex; gap: 12px; color: var(--lx-muted); font-size: 11px; line-height: 1.8; }
.lx-contact-form .lx-review-consent input { width: 16px; min-height: 16px; height: 16px; margin: 3px 0 0; padding: 0; flex: 0 0 16px; accent-color: var(--lime); }
.lx-review-consent span { min-width: 0; flex: 1; }
.lx-review-invite { display: grid; gap: 10px; margin-top: 26px; padding: 20px 0; border-block: 1px solid #434b30; text-decoration: none; }
.lx-review-invite strong { font: 500 21px/1.3 var(--font-display); }
.lx-review-invite span { display: flex; align-items: center; gap: 12px; color: var(--lime); font-size: 12px; }
@media(max-width:800px) { .lx-review-layout { grid-template-columns: 1fr; gap: 26px; } }
.lx-contact-hero { display: flex; justify-content: space-between; align-items: center; padding: 10px 0 45px; }
.lx-contact-hero h1 { font-size: clamp(46px, 5.2vw, 76px); }
.lx-contact-hero > div > p:last-child { color: var(--lx-muted); font-size: 13px; line-height: 1.9; margin: 20px 0 0; }
.lx-contact-stamp { display: flex; align-items: center; gap: 26px; padding: 30px; border-block: 1px solid var(--lx-line); transform: rotate(-5deg); color: #a2a68e; }
.lx-contact-stamp img { width: 70px; height: 70px; }
.lx-contact-stamp span { font-size: 9px; line-height: 2; letter-spacing: .14em; }
.lx-contact-channels { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.lx-channel { padding: 28px 30px; border: 1px solid var(--lx-line); border-radius: 9px; background: var(--lx-surface); text-decoration: none; transition: border-color .2s; }
.lx-channel:hover { border-color: #7a8359; }
.lx-channel-discord { background: linear-gradient(125deg, #d6f51b08, transparent 70%), #13160f; border-color: #424932; }
.lx-channel-top { display: flex; align-items: center; gap: 15px; margin-bottom: 30px; color: var(--lime); }
.lx-channel-top > span:nth-child(2) { font-size: 8px; letter-spacing: .13em; color: var(--lx-muted); }
.lx-channel-top > :last-child { margin-left: auto; }
.lx-channel-top > [data-lx-icon]:first-child svg { width: 27px; height: 27px; }
.lx-channel p { color: var(--lx-muted); font-size: 12px; line-height: 1.8; margin: 12px 0 24px; max-width: 44ch; }
.lx-channel-link { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding-top: 17px; border-top: 1px solid #ffffff12; color: var(--lime); font-size: 12px; }
.lx-contact-desk { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; padding: 60px 0; align-items: start; scroll-margin-top: 105px; }
.lx-contact-guide h2 { font-size: 32px; }
.lx-contact-guide > p:not(.lx-eyebrow) { font-size: 12px; line-height: 1.9; color: var(--lx-muted); margin: 18px 0; max-width: 36ch; }
.lx-safety-note { display: flex; align-items: flex-start; gap: 11px; margin: 28px 0; color: #a9ae9e; border-block: 1px solid var(--lx-line); padding: 18px 0; }
.lx-safety-note p { font-size: 11px; line-height: 1.8; margin: 0; }
.contact-form.lx-contact-form { padding: 28px; background: var(--lx-surface); border: 1px solid var(--lx-line); border-radius: 9px; display: grid; gap: 20px; }
.lx-form-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 3px; }
.lx-form-heading h2 { font-size: 25px; }
.lx-form-heading svg { color: #838b77; }
.lx-contact-form label { display: block; font-size: 11px; color: #c6c8c1; line-height: 1.5; min-width: 0; }
.lx-contact-form label small { color: #848981; font-size: 9px; padding-left: 5px; }
.lx-field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lx-contact-form :is(input,select,textarea) { display: block; width: 100%; background: #0d0f10; border: 1px solid #333634; color: #f0f2eb; border-radius: 5px; min-height: 43px; padding: 12px; margin-top: 8px; font: 12px var(--font-body); }
.lx-contact-form :is(input,textarea)::placeholder { color: #6f736c; }
.lx-contact-form textarea { resize: vertical; min-height: 126px; }
.lx-form-actions { display: flex; align-items: center; gap: 24px; }
.lx-contact-form .lx-fineprint { margin: -7px 0 0; }
.lx-contact-bottom { border-top: 1px solid var(--lx-line); padding-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.lx-contact-bottom .contact-identity, .lx-contact-bottom .contact-help-note { border: 0; padding: 0; margin: 0; background: none; }
.lx-contact-bottom h2 { font-size: 22px; margin: 0 0 15px; }
.lx-contact-bottom .contact-identity dl { margin: 0; }
.lx-contact-bottom .contact-identity dl > div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 6px 0; font-size: 10px; }
.lx-contact-bottom dt { color: var(--lx-muted); }
.lx-contact-bottom dd { margin: 0; overflow-wrap: anywhere; }
.lx-contact-bottom .contact-help-note > p:not(.lx-eyebrow) { color: var(--lx-muted); font-size: 12px; line-height: 1.9; }
.lx-contact-bottom .contact-help-note > div { display: flex; gap: 22px; margin-top: 18px; flex-wrap: wrap; }
.lx-support { position: fixed; right: 22px; bottom: 22px; z-index: 40; }
.lx-support-trigger { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; padding: 0; border: 1px solid #363638; border-radius: 12px; background: #151517; color: var(--lime); box-shadow: 0 4px 16px #0003; transition: color .18s ease, border-color .18s ease; }
.lx-support-trigger svg { position: relative; z-index: 1; color: inherit; flex: none; }
.lx-support-trigger::after { content: ''; position: absolute; z-index: 2; inset: -35%; pointer-events: none; background: linear-gradient(110deg, transparent 12%, #d6f51b14 28%, #ffffff50 48%, #d6f51b20 65%, transparent 85%); transform: translateX(-130%); animation: support-shine 8s ease-in-out 1s infinite; }
.lx-support-trigger:hover, .lx-support-trigger[aria-expanded="true"] { color: var(--lime); border-color: #62664b; }
.lx-support-trigger:hover::after { animation: support-shine-hover .95s ease-out; }
.lx-support-trigger:focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; }
.lx-support-trigger[aria-expanded="true"]::after { animation: none; }
@keyframes support-shine { 0%, 76% { transform: translateX(-130%); } 94%, 100% { transform: translateX(130%); } }
@keyframes support-shine-hover { from { transform: translateX(-130%); } to { transform: translateX(130%); } }
.lx-support-panel { position: absolute; right: 0; bottom: 56px; width: min(330px, calc(100vw - 32px)); max-height: calc(100dvh - 110px); overflow-y: auto; border: 1px solid #3a3e32; border-radius: 11px; background: #131614; box-shadow: 0 15px 55px #0009; padding: 23px; }
.lx-support-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 23px; }
.lx-support-top img { width: 31px; height: 31px; }
.lx-support-close { border: 0; background: none; color: #acb0a2; padding: 5px; }
.lx-support h2 { font-size: 27px; line-height: 1.1; letter-spacing: -.025em; margin: 0; font-weight: 600; }
.lx-support-panel > p { font-size: 11px; color: #a0a694; line-height: 1.8; margin: 10px 0 20px; }
.lx-support-channel { display: grid; grid-template-columns: 24px 1fr 16px; align-items: center; gap: 13px; padding: 15px 0; border-top: 1px solid #ffffff12; text-decoration: none; }
.lx-support-channel > svg { color: var(--lime); }
.lx-support-channel strong { font-size: 12px; font-weight: 500; display: block; }
.lx-support-channel small { display: block; font-size: 10px; color: #9da68c; margin-top: 4px; }
.lx-support-panel > .lx-text-link { border-top: 1px solid #ffffff12; padding-top: 17px; width: 100%; justify-content: space-between; font-size: 11px; }
.lx-toast { position: fixed; bottom: 25px; left: 50%; transform: translateX(-50%); max-width: calc(100vw - 40px); z-index: 80; border: 1px solid #575e3a; border-radius: 8px; padding: 14px 18px; background: #151a10; box-shadow: 0 7px 26px #0009; display: flex; align-items: center; gap: 20px; font-size: 12px; }
.lx-toast a { color: var(--lime); white-space: nowrap; text-decoration: none; }
/* Credit checkout: a single, explicit switch and a separate amount in the receipt. */
.lx-checkout-credit { border: 1px solid #40482d; border-radius: 8px; background: #d6f51b06; padding: 16px; margin: 20px 0 5px; }
.lx-credit-switch { position: relative; display: flex; align-items: center; gap: 11px; cursor: pointer; }
.lx-credit-switch > svg { color: var(--lime); flex: none; }
.lx-credit-switch > div, .lx-credit-switch > span:not([data-lx-icon]) { flex: 1; min-width: 0; }
.lx-credit-switch strong { display: block; font-size: 12px; font-weight: 500; }
.lx-credit-switch small { display: block; color: #a4aa99; font-size: 10px; margin-top: 4px; }
.lx-credit-switch input { appearance: none; width: 33px; height: 19px; padding: 0; margin: 0; border: 1px solid #4f5547; border-radius: 20px; background: #292e22; cursor: pointer; flex: none; position: relative; }
.lx-credit-switch input::after { content: ""; position: absolute; width: 11px; height: 11px; top: 3px; left: 3px; border-radius: 50%; background: #a2a594; transition: transform .15s; }
.lx-credit-switch input:checked { background: var(--lime); border-color: var(--lime); }
.lx-credit-switch input:checked::after { background: #1e2709; transform: translateX(14px); }
.lx-credit-switch input:focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; }
.lx-checkout-credit > p { color: #a4aa99; font-size: 10px; line-height: 1.7; margin: 12px 0 0; }
.lx-checkout-credit > p b { color: var(--lime); font-weight: 500; }
.lx-checkout-credit > .lx-text-link { font-size: 10px; color: var(--lime); margin-top: 10px; }
.lx-checkout-items { margin-bottom: 32px; }
.lx-checkout-items [hidden], .commerce-page [hidden] { display: none !important; }
.lx-checkout-items article { display: grid; grid-template-columns: 96px minmax(0,1fr) auto; gap: 14px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--lx-line); }
.lx-checkout-items article img { width: 96px; height: auto; aspect-ratio: 460/215; object-fit: contain; border-radius: 5px; }
.lx-checkout-items h3 { font: 600 20px/1.2 var(--font-display); margin: 0 0 5px; }
.lx-checkout-items small { font-size: 10px; color: var(--lx-muted); }
.lx-checkout-items strong { font-size: 12px; }
@media(max-width:600px) { .lx-checkout-items article { grid-template-columns: 80px minmax(0,1fr); }.lx-checkout-items article img { width: 80px; }.lx-checkout-items article strong { grid-column: 2; }.lx-checkout-items h3 { font-size: 18px; } }
.lx-checkout-credit-status { font-size: 11px; color: var(--lx-muted); line-height: 1.7; padding: 15px 0; border-block: 1px solid var(--lx-line); margin-top: 16px; }
.lx-checkout-credit-status a, .lx-checkout-credit-status button { color: var(--lime); background: none; border: 0; padding: 0; font: inherit; cursor: pointer; }
@media (max-width: 1199px) { .header-inner { gap: 15px; }.desktop-nav { gap: 17px; }.header-manager-download span { display: none; }.lx-workspace { grid-template-columns: 156px minmax(0, 1fr); gap: 24px; }.lx-rail { padding-right: 0; }.lx-verified { display: none; } }
@media (max-width: 1023px) { .lx-header-tools { margin-left: auto; }.header-manager-download { margin-left: auto; }.header-manager-download + .lx-header-tools { margin-left: 0; }.lx-credit-overview { gap: 18px; }.lx-wallet { padding: 23px; }.lx-contact-desk { gap: 40px; }.lx-cart-layout { grid-template-columns: minmax(0,1fr) 285px; gap: 25px; }.lx-cart-item { grid-template-columns: 110px minmax(0,1fr) auto; gap: 14px; }.lx-cart-item > img { width: 110px; } }
@media (max-width: 800px) { .lx-page { padding-top: 32px; }.lx-workspace { display: block; }.lx-rail { position: static; display: flex; gap: 4px; padding: 0 0 18px; margin-bottom: 24px; border-bottom: 1px solid var(--lx-line); flex-wrap: wrap; }.lx-rail-label,.lx-rail-bottom,.lx-nav-dot { display: none; }.lx-rail a { padding: 10px; font-size: 11px; gap: 8px; }.lx-contact-stamp { display: none; }.lx-cart-layout { grid-template-columns: 1fr; }.lx-cart-summary { position: static; }.lx-cart-item { grid-template-columns: 146px minmax(0,1fr) auto; }.lx-cart-item > img { width: 146px; } }
@media (max-width: 600px) {
  .lx-page { padding-top: 25px; padding-bottom: 68px; }.lx-page-heading { padding-bottom: 25px; margin-bottom: 20px; flex-wrap: wrap; gap: 18px; }.lx-page-heading h1 { font-size: 39px; }.lx-page-heading > p { font-size: 11px; }.lx-page-heading > .lx-text-link { font-size: 11px; }
  .lx-profile-hero { padding: 22px 18px; gap: 14px; }.lx-profile-avatar { width: 56px; height: 56px; border-radius: 15px; font-size: 28px; }.lx-profile-hero h2 { font-size: 26px; }.lx-profile-email { font-size: 10px; }.lx-stats { padding: 22px 0; }.lx-stats > div { padding: 0 10px; display: block; }.lx-stats svg { display: none; }.lx-stats strong { font-size: 27px; }.lx-stats small { display: block; font-size: 9px; line-height: 1.5; }.lx-profile-grid,.lx-credit-overview { grid-template-columns: 1fr; }
  .lx-wallet { min-height: 248px; }.lx-credit-progress { padding: 8px 0; }.lx-tier { padding: 15px 10px; }.lx-tier-top { font-size: 10px; gap: 4px; }.lx-tier-top > svg { display: none; }.lx-tier-top small { font-size: 6px; padding: 2px; }.lx-tier strong { font-size: 26px; }.lx-tier strong span { display: block; padding: 1px 0 5px; font-size: 9px; }.lx-tier > p { font-size: 9px; line-height: 1.6; }
  .lx-ledger-heading { padding: 18px; flex-wrap: wrap; gap: 12px; }.lx-ledger ul { padding: 0 18px; }.lx-ledger li { grid-template-columns: 27px minmax(0,1fr) auto; gap: 10px; }.lx-ledger-icon { width: 27px; height: 27px; }.lx-ledger li strong { font-size: 11px; }.lx-ledger li b { font-size: 17px; }.lx-ledger li p { font-size: 9px; }.lx-how ol { grid-template-columns: 1fr; gap: 20px; }.lx-how li { gap: 15px; }.lx-how p { max-width: 50ch; }.lx-recent-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.lx-recent-grid a:nth-child(3) { display: none; }.lx-profile-note { flex-wrap: wrap; }
  .lx-credit-strip { padding: 15px; gap: 12px; }.lx-credit-strip > span { font-size: 20px; gap: 10px; }.lx-credit-strip small { font-size: 9px; }
  .lx-cart-item { grid-template-columns: 102px minmax(0,1fr) 26px; gap: 12px; padding: 20px 0; align-items: start; }.lx-cart-item > img { width: 102px; margin-top: 4px; }.lx-cart-item h3 { font-size: 19px; }.lx-cart-item button { padding: 4px; }.lx-cart-summary { padding: 22px; }.lx-cart-add { padding: 9px 11px; font-size: 11px; }.dialog-purchase .lx-cart-add span { display: none; }
  .lx-contact-hero { padding-top: 8px; padding-bottom: 30px; }.lx-contact-hero h1 { font-size: 49px; }.lx-contact-channels { grid-template-columns: 1fr; gap: 14px; }.lx-channel { padding: 24px; }.lx-channel-top { margin-bottom: 23px; }.lx-channel h2 { font-size: 27px; }.lx-contact-desk { grid-template-columns: 1fr; gap: 28px; padding: 38px 0; }.lx-contact-guide h2 { font-size: 29px; }.lx-contact-guide > p:not(.lx-eyebrow) { max-width: none; }.lx-safety-note { margin: 20px 0; }.contact-form.lx-contact-form { padding: 22px 18px; }.lx-field-pair { grid-template-columns: 1fr; gap: 18px; }.lx-contact-form :is(input,select,textarea) { font-size: 16px; }.lx-contact-bottom { grid-template-columns: 1fr; gap: 32px; }.lx-form-actions { gap: 16px; flex-wrap: wrap; }
  .lx-header-tools { gap: 6px; }.lx-header-icon { height: 34px; min-width: 34px; }.lx-avatar-toggle { height: 34px; min-width: 49px; }.lx-header-tools .lx-avatar-toggle > svg { width: 10px; }.header-inner { gap: 10px; }.header-manager-download { display: none; }.lx-header-tools { margin-left: auto !important; }
  .lx-support { right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); }.lx-support-trigger { font-size: 10px; min-height: 40px; padding: 9px 12px; }.lx-toast { bottom: 74px; width: max-content; padding: 12px 14px; font-size: 11px; gap: 14px; }.lx-support-panel { bottom: 53px; }
}
@media(max-width:600px) { .lx-rail { flex-wrap: nowrap; overflow-x: auto; }.lx-rail a { white-space: nowrap; flex: none; } }
@media (prefers-reduced-motion: reduce) { .lx-loading::before, .lx-support-trigger::after, .lx-support-trigger:hover::after { animation: none; }.lx-page *, .lx-support *, .lx-credit-switch input::after { transition: none !important; scroll-behavior: auto !important; } }
.lx-support .lx-support-trigger { padding: 0; }
.lx-support .lx-support-panel { bottom: 60px; }
/* Shared footer: a compact directory, with all policy links kept visible. */
.site-footer .footer-top { display: grid; grid-template-columns: minmax(240px, 1fr) minmax(0, 1.9fr); align-items: start; gap: 60px; padding-block: 48px 40px; }
.site-footer .footer-brand .brand { height: auto; }
.site-footer .footer-brand p { max-width: 42ch; font-size: 14px; line-height: 1.8; margin: 20px 0 0; }
.site-footer .footer-navigation { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; min-width: 0; width: 100%; margin: 0; padding: 0; }
.footer-link-group { min-width: 0; }
.footer-link-group h2 { margin: 0 0 16px; color: #eeeeef; font: 600 14px/1.5 var(--font-body, sans-serif); }
.site-footer .footer-link-group a { width: fit-content; max-width: 100%; min-height: 36px; padding-block: 6px; font-size: 14px; line-height: 1.5; color: #aaaab0; }
.site-footer .footer-link-group a:hover { color: var(--lime); }
.site-footer .footer-link-group a:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; border-radius: 2px; }
.site-footer .footer-link-group svg { flex: none; }
.site-footer .footer-bottom { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 24px; align-items: center; padding-block: 20px; line-height: 1.7; }
.site-footer .footer-bottom > span:nth-child(2) { max-width: 75ch; }
@media(max-width:1000px) {
  .site-footer .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .site-footer .footer-brand p { max-width: none; }
}
@media(max-width:600px) {
  .site-footer .footer-top { padding-block: 32px; gap: 30px; }
  .site-footer .footer-navigation { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px 20px; }
  .site-footer .footer-link-group a { min-height: 44px; }
  .site-footer .footer-bottom { grid-template-columns: minmax(0,1fr) auto; gap: 12px; padding-right: 64px; }
  .site-footer .footer-bottom > span:nth-child(2) { grid-row: 2; grid-column: 1 / -1; font-size: 12px; }
  .site-footer .footer-socials { grid-column: 2; grid-row: 1; }
}
