* { box-sizing: border-box; }
html { color-scheme: dark; }
body { margin: 0; background: #0b0f11; color: #f8f5f2; font: 400 16px/1.55 "Segoe UI", sans-serif; }
main { width: min(100% - 40px, 520px); margin: clamp(40px, 12vh, 130px) auto; padding: clamp(24px, 5vw, 40px); border: 1px solid #343c41; border-radius: 20px; background: #101518; }
.logo { display: block; width: 180px; max-width: 100%; height: auto; margin-bottom: 32px; }
h1 { font-size: clamp(26px, 5vw, 34px); line-height: 1.2; font-weight: 600; }
p { color: #bdc5ca; }
a, button { display: flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 18px; border: 1px solid #465157; border-radius: 12px; color: #f8f5f2; text-decoration: none; background: #171e22; font: inherit; cursor: pointer; text-align: center; }
a:hover, button:hover { border-color: #f87001; }
.primary { background: #f87001; color: #0b0f11; border-color: #f87001; width: 100%; margin: 24px 0 16px; }
.stores, form { display: grid; gap: 14px; }
label { display: grid; gap: 8px; }
input { min-width: 0; width: 100%; min-height: 50px; border: 1px solid #465157; border-radius: 12px; padding: 10px 14px; background: #0b0f11; color: #fff; font: inherit; }
:focus-visible { outline: 2px solid #f87001; outline-offset: 4px; }
[hidden] { display: none !important; }
button:disabled { opacity: .65; cursor: wait; }
dialog { width: min(100% - 40px, 430px); padding: 28px; border: 1px solid #465157; border-radius: 16px; background: #101518; color: #fff; font: inherit; }
dialog::backdrop { background: #000a; }
.native-entry .logo { margin: 0 auto 32px; }
.native-entry main { text-align: center; }
.native-entry .primary { display: inline-flex; width: auto; color: #fff; font-weight: 700; }
.native-entry h1 { text-align: center; }
.native-entry .stores { justify-items: center; gap: 16px; margin-top: 24px; }
.native-entry .stores a { padding: 0; min-height: 0; border: 0; border-radius: 0; background: transparent; }
.native-entry .stores img { display: block; height: auto; max-width: 100%; }
.native-entry .google-play-badge { width: 230px; }
.native-entry .app-store-badge { width: 204px; }
@media (max-height: 650px) { .native-entry main { margin-block: 24px; } .native-entry .logo { margin-bottom: 16px; } .native-entry .primary { margin-block: 16px 8px; } .native-entry .stores { margin-top: 12px; } }
.social-access { display: grid; gap: 12px; margin-block: 28px; }
.social-access a { gap: 12px; background: #131314; border-color: #8e918f; }
.social-access a:hover { background: #252829; }
.social-access img { width: 20px; height: 20px; flex: 0 0 20px; }
.social-access p { margin: 8px 0 0; text-align: center; font-size: 14px; }
