/* Production BitDa identity layer. Historic visual-fixture styles remain in
   their existing files so frozen original evidence is not overwritten. */
/* The same master image is used throughout the desktop runtime. */
.desktop-auth-brand img,.home-brand img,.healthy-spot-trade .spot-brand img,
.content-desktop-header img,.security-brand img,.security-register-logo img,
.parity-brand img,.kyc-desktop-head img,.loan-brand img,.metal-brand img,
.staking-desktop-header img,.ieo-brand img{object-fit:contain}

.desktop-not-found-page{background:#0b0e14;color:#e6e6e6;min-height:100vh;margin:0}
.desktop-not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px}
.desktop-not-found-panel{max-width:520px;text-align:center}
.desktop-not-found-code{font-size:96px;line-height:1;margin:0 0 8px;color:#f0b429;font-weight:700;letter-spacing:.05em}
.desktop-not-found h1{font-size:24px;margin:0 0 12px}
.desktop-not-found-body{margin:0 0 12px;color:#c9ced9;line-height:1.5}
.desktop-not-found-hint code{display:inline-block;padding:4px 10px;background:#1a1f2b;color:#a4b0c1;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;word-break:break-all}
.desktop-not-found-actions{margin-top:24px}
.desktop-not-found-home{display:inline-block;padding:10px 28px;background:#f0b429;color:#0b0e14;border-radius:6px;text-decoration:none;font-weight:600}
.desktop-not-found-home:hover{background:#f5c452}
