/* Give browsing guests an honest next step instead of empty account controls. */
html[data-ui-theme="binance"] body #financeSummary[hidden],
html[data-ui-theme="binance"] body .sf-shop-tools label[hidden]{display:none!important}
html[data-ui-theme="binance"] body .sf-shop-tools .sf-guest-state{grid-column:1/-1;padding:18px;border:1px dashed var(--sf-border);border-radius:10px;background:#111519;color:var(--sf-muted)}
html[data-ui-theme="binance"] body .sf-shop-tools .sf-guest-state p{margin:0;font:400 13px/1.8 system-ui,sans-serif;overflow-wrap:anywhere}
html[data-ui-theme="binance"] body .sf-shop-tools .sf-guest-state button{margin-top:14px;min-height:42px;padding:9px 16px;border:1px solid var(--sf-border)!important;background:var(--sf-surface-2)!important;color:var(--sf-primary)!important;font-size:12px;box-shadow:none}
html[data-ui-theme="binance"] body .sf-shop-tools .sf-guest-state button:hover{background:var(--sf-surface-3)!important;border-color:var(--sf-primary)!important}

html[data-ui-theme="binance"] body #sceneEntry[data-entry-state="browse"]{width:min(590px,calc(100vw - 32px));padding:30px 34px}
html[data-ui-theme="binance"] body #sceneEntry[data-entry-state="browse"][open]{grid-template-columns:minmax(0,1fr);grid-template-areas:"brand" "tagline" "label" "enter" "back";gap:20px}
html[data-ui-theme="binance"] body #sceneEntry[data-entry-state="browse"] :is(.scene-entry__stage,.scene-entry__name){display:none!important}
html[data-ui-theme="binance"] body #sceneEntry[data-entry-state="browse"] .scene-entry__tagline{margin:0;font-size:28px;line-height:1.45}
html[data-ui-theme="binance"] body #sceneEntry[data-entry-state="browse"] h2{max-width:46ch;font-size:14px;line-height:1.85}
html[data-ui-theme="binance"] body #sceneEntry[data-entry-state="browse"] .scene-entry__enter{margin:0;min-height:48px}

html[data-ui-theme="binance"] body.scene-theme #enter .enter-card{width:min(680px,100%);border:1px solid var(--sf-border);border-radius:18px;background:var(--sf-surface);padding:30px}
html[data-ui-theme="binance"] body.scene-theme #enter .enter-head{padding:0;margin:0 0 24px;border:0}
html[data-ui-theme="binance"] body.scene-theme #enter .enter-head .eyebrow{display:block;margin:0 0 16px;color:var(--sf-primary);font:650 11px/1.5 ui-monospace,monospace;letter-spacing:1.6px}
html[data-ui-theme="binance"] body.scene-theme #enter .enter-head h1{margin:0 0 14px;font-size:28px;line-height:1.4}
html[data-ui-theme="binance"] body.scene-theme #enter #enterCopy{font:400 14px/1.9 system-ui,sans-serif;color:var(--sf-muted);margin:0}
html[data-ui-theme="binance"] body.scene-theme #enter #pickGrid:empty{display:none}
html[data-ui-theme="binance"] body.scene-theme #enter .enter-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:12px;margin:24px 0 0;padding:20px 0 0;border-top:1px solid var(--sf-border)}
html[data-ui-theme="binance"] body.scene-theme #enter .enter-actions button{min-height:48px;padding:12px 16px;border-radius:8px;font:600 13px/1.5 system-ui,sans-serif;white-space:normal;box-shadow:none!important}
html[data-ui-theme="binance"] body.scene-theme #enter #cancelEntry{background:transparent!important;border:1px solid var(--sf-border)!important;color:var(--sf-muted)!important}
html[data-ui-theme="binance"] body.scene-theme #enter #cancelEntry:hover{background:var(--sf-surface-2)!important;color:var(--sf-text)!important}
html[data-ui-theme="binance"] body.scene-theme #enter #enterBtn{background:var(--sf-primary)!important;border:1px solid transparent!important;color:var(--sf-on-accent)!important}
html[data-ui-theme="binance"] body.scene-theme #enter #enterBtn:disabled{background:var(--sf-surface-3)!important;color:var(--sf-subtle)!important;border-color:var(--sf-border)!important}
@media(max-width:600px){
 html[data-ui-theme="binance"] body #sceneEntry[data-entry-state="browse"]{padding:24px;gap:16px}
 html[data-ui-theme="binance"] body #sceneEntry[data-entry-state="browse"] .scene-entry__tagline{font-size:25px}
 html[data-ui-theme="binance"] body.scene-theme #enter .enter-card{padding:22px}
 html[data-ui-theme="binance"] body.scene-theme #enter .enter-head h1{font-size:24px}
 html[data-ui-theme="binance"] body.scene-theme #enter .enter-actions{grid-template-columns:minmax(0,1fr)}
 html[data-ui-theme="binance"] body.scene-theme #enter #enterBtn{grid-row:1}
}
