:root { color-scheme: dark; --rpcsl-bg: #0b1723; --rpcsl-panel: #152131; --rpcsl-line: #232830; --rpcsl-gold: #fdbe19; --rpcsl-active: #eec67f; --rpcsl-muted: #c5ced5; }
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body { min-height: 100%; margin: 0; }
body { max-width: 750px; margin: 0 auto; background: var(--rpcsl-bg); color: #fff; font: 16px -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif; }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.rpcsl-page { min-height: 100vh; background: var(--rpcsl-bg); }
.rpcsl-auth { min-height: 100vh; overflow: hidden; }
.rpcsl-brand { min-height: 172px; padding: 26px 0 0; background: url('/static/index/images/rpcsl-toplogobg.png') center top / 100% 100% no-repeat; text-align: center; }
.rpcsl-brand img { display: block; width: 68px; height: 68px; margin: 0 auto; object-fit: cover; }
.rpcsl-brand p { margin: 7px 0 0; color: #fff; font-size: 16px; }
.rpcsl-login-form { width: min(calc(100% - 48px), 640px); margin: 37px auto 2px; }
.rpcsl-login-field { display: flex; align-items: center; width: 100%; min-height: 41px; margin: 0 auto 9px; border-radius: 3px; background: var(--rpcsl-panel); }
.rpcsl-login-field > img { width: auto; height: 20px; margin: 10px; object-fit: contain; }
.rpcsl-login-field input { min-width: 0; flex: 1; height: 41px; border: 0; outline: 0; background: transparent; color: #fff; }
.rpcsl-login-field input::placeholder, .rpcsl-register-row input::placeholder { color: #8a94a4; }
.rpcsl-eye { display: grid; width: 43px; height: 41px; place-items: center; border: 0; background: transparent; }
.rpcsl-eye img { width: 18px; }
.rpcsl-primary-button { display: block; width: 100%; margin: 10px auto; padding: 12px 0; border: 0; border-radius: 3px; background: var(--rpcsl-gold); color: #fff; text-align: center; }
.rpcsl-auth-links { display: grid; grid-template-columns: .84fr .98fr 1.18fr; width: min(calc(100% - 48px), 640px); margin: 17px auto; }
.rpcsl-auth-links a, .rpcsl-link-button { display: flex; align-items: center; justify-content: center; gap: 5px; min-width: 0; padding: 5px 2px; border: 0; background: transparent; color: #fff; font-size: 14px; line-height: 1.18; text-align: center; }
.rpcsl-auth-links span { min-width: 0; }
.rpcsl-auth-links a:last-child { font-size: 13px; }
.rpcsl-auth-links img { flex: 0 0 auto; width: 19px; max-height: 19px; object-fit: contain; }
.rpcsl-language-dialog[hidden] { display: none; }
.rpcsl-language-dialog { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 24px; }
.rpcsl-dialog-mask { position: absolute; inset: 0; border: 0; background: rgba(0, 0, 0, .58); }
.rpcsl-dialog-card { position: relative; width: min(100%, 340px); padding: 18px; border-radius: 8px; background: var(--rpcsl-panel); box-shadow: 0 14px 45px rgba(0, 0, 0, .35); }
.rpcsl-dialog-card h2 { margin: 0 0 12px; font-size: 17px; text-align: center; }
.rpcsl-dialog-card button { display: block; width: 100%; padding: 13px; border: 0; border-bottom: 1px solid #293647; background: transparent; color: #fff; text-align: left; }
.rpcsl-register { width: 96%; margin: 0 auto; padding: 32px 0 28px; }
.rpcsl-register h1 { margin: 0 0 24px; font-size: 20px; font-weight: 500; text-align: center; }
.rpcsl-register-row { display: flex; align-items: center; min-height: 50px; margin: 15px auto; padding: 4px 11px; border-radius: 6px; background: var(--rpcsl-panel); }
.rpcsl-register-row span { flex: 0 0 auto; padding-right: 10px; color: #fff; font-size: 14px; }
.rpcsl-register-row input { min-width: 0; flex: 1; height: 32px; border: 0; outline: 0; background: transparent; color: #fff; text-align: right; }
.rpcsl-agreement { display: block; margin: 18px 0; padding-left: 14px; color: #eec67f; font-size: 14px; }
.rpcsl-agreement input { width: 16px; height: 16px; vertical-align: middle; accent-color: var(--rpcsl-gold); }
.rpcsl-existing-account { display: block; margin: 26px 0; color: var(--rpcsl-gold); text-align: center; }
.rpcsl-market { min-height: calc(100vh - 62px); padding-bottom: 62px; }
.rpcsl-market-header { background: var(--rpcsl-bg); }
.rpcsl-market-header h1 { margin: 0; padding: 13px 0; color: #fff; font-size: 18px; font-weight: 400; text-align: center; }
.rpcsl-banner { height: auto; padding: 0; }
.rpcsl-banner img { display: block; width: 100%; height: auto; }
.rpcsl-market-tabs { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--rpcsl-line); border-bottom: 1px solid var(--rpcsl-line); background: var(--rpcsl-panel); }
.rpcsl-market-tabs button { min-height: 55px; padding: 16px 4px; border: 0; border-right: 1px solid #333a49; border-bottom: 1px solid transparent; background: transparent; color: #fff; font-size: 16px; }
.rpcsl-market-tabs button:last-child { border-right: 0; }
.rpcsl-market-tabs .is-active { border-bottom-color: var(--rpcsl-active); color: var(--rpcsl-active); }
.rpcsl-market-head, .rpcsl-quote-row { display: grid; grid-template-columns: minmax(0, 1.18fr) repeat(3, minmax(0, 1fr)); align-items: center; }
.rpcsl-market-head { min-height: 36px; background: var(--rpcsl-panel); color: #8792a2; font-size: 12px; font-weight: 600; letter-spacing: .01em; text-align: center; }
.rpcsl-market-head span { min-width: 0; padding: 0 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rpcsl-market-list { padding-bottom: 16px; }
.rpcsl-quote-row { min-height: 48px; padding: 9px 0; border-bottom: 1px solid rgba(35, 40, 48, .55); background: var(--rpcsl-bg); color: #fff; font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums; }
.rpcsl-quote-row > span { min-width: 0; overflow: hidden; white-space: nowrap; }
.rpcsl-quote-name { padding-left: 12px; font-size: 12px; text-align: left; text-overflow: ellipsis; }
.rpcsl-quote-price { justify-self: stretch; margin: 0 4px; padding: 4px 2px; color: #fff; font-size: 12px; line-height: 1; text-align: center; text-overflow: ellipsis; }
.rpcsl-quote-low, .rpcsl-quote-high { padding: 0 4px 0 1px; font-size: 11px; letter-spacing: -.02em; text-align: right; text-overflow: ellipsis; }
.rpcsl-quote-row.up .rpcsl-quote-price { background: #e10020; }
.rpcsl-quote-row.down .rpcsl-quote-price { background: #3da808; }
.rpcsl-quote-row.up .rpcsl-quote-low, .rpcsl-quote-row.up .rpcsl-quote-high { color: #e10020; }
.rpcsl-quote-row.down .rpcsl-quote-low, .rpcsl-quote-row.down .rpcsl-quote-high { color: #3da808; }
.rpcsl-quote-price.is-flash { animation: rpcsl-price-flash .42s ease-out; }
@keyframes rpcsl-price-flash { 0% { transform: scale(1); filter: brightness(1); } 45% { transform: scale(1.045); filter: brightness(1.42); } 100% { transform: scale(1); filter: brightness(1); } }
.rpcsl-empty { margin: 0; padding: 40px 20px; color: #8a94a4; text-align: center; }
.rpcsl-bottom-nav { position: fixed; right: 0; bottom: 0; left: 0; z-index: 10; display: grid; grid-template-columns: repeat(4, 1fr); width: min(100%, 750px); min-height: 62px; margin: 0 auto; padding: 8px 0; background: var(--rpcsl-panel); }
.rpcsl-bottom-nav a { display: grid; justify-items: center; gap: 2px; color: var(--rpcsl-muted); font-size: 13px; text-align: center; }
.rpcsl-bottom-nav a.is-active { color: var(--rpcsl-active); }
.rpcsl-bottom-nav img { width: 23px; height: 24px; object-fit: contain; }
@media (min-width: 751px) { body { box-shadow: 0 0 0 1px rgba(255,255,255,.05); } .rpcsl-bottom-nav { left: 50%; transform: translateX(-50%); } }
@media (max-width: 370px) { .rpcsl-auth-links { width: min(calc(100% - 34px), 640px); } .rpcsl-auth-links a, .rpcsl-link-button { gap: 3px; padding: 5px 0; font-size: 12px; } .rpcsl-auth-links a:last-child { font-size: 11px; } .rpcsl-auth-links img { width: 17px; max-height: 17px; } .rpcsl-market-tabs button { font-size: 13px; } .rpcsl-market-head { font-size: 11px; } .rpcsl-quote-row, .rpcsl-quote-name, .rpcsl-quote-price { font-size: 11px; } .rpcsl-quote-low, .rpcsl-quote-high { font-size: 10px; } .rpcsl-quote-price { margin: 0 2px; } }
