/* Focused account entry. Scoped to preserve the existing app and recovery pages. */
.entry-page { background: #111318; color: #e9e9f1; padding: 0 24px; justify-content: flex-start; color-scheme: dark; }
.entry-page a { color: #d6d2ff; text-underline-offset: 4px; }
.entry-page a:hover { color: #fff; }
.entry-page :focus-visible { outline: 2px solid #b7a8ff; outline-offset: 4px; }
.entry-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; max-width: 1120px; padding: 28px 0; }
.entry-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 600; letter-spacing: -.5px; text-decoration: none; color: #f5f4fa !important; }
.entry-brand img { object-fit: contain; }
.entry-header nav a { font-size: 14px; font-weight: 500; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; min-height: 44px; }
.entry-main { width: 100%; max-width: 440px; margin: auto; padding: 42px 0 48px; }
.entry-intro { margin-bottom: 30px; }
.entry-kicker { color: #b7a8ff; font-size: 12px; font-weight: 600; margin: 0 0 14px; letter-spacing: .035em; }
.entry-main h1 { color: #f6f5fb; font-size: clamp(30px, 5vw, 38px); line-height: 1.12; letter-spacing: -1.4px; font-weight: 600; margin: 0 0 14px; }
.entry-description { color: #b4b5c1; font-size: 15px; line-height: 1.65; margin: 0; max-width: 400px; }
.entry-page .auth-label { color: #dddde6; font-size: 14px; margin-bottom: 8px; }
.entry-page .auth-input { min-height: 50px; font-size: 16px; background: #1b1e26; border-color: #373a46; border-radius: 10px; padding: 12px 14px; }
.entry-page .pw-input-wrap input { padding-right: 76px; }
.entry-page .auth-input::placeholder { color: #9395a5; }
.entry-page .auth-input:focus { border-color: #b7a8ff; box-shadow: 0 0 0 3px #b7a8ff20; }
.entry-page .auth-hint { color: #a4a6b5; font-size: 12px; margin-bottom: 0; }
.entry-page .auth-field { margin-bottom: 20px; }
.entry-page .auth-btn--primary { min-height: 50px; border-radius: 10px; background: #c4b7ff; color: #201a38; font-size: 15px; font-weight: 600; justify-content: space-between; padding: 12px 18px; }
.entry-page .auth-btn--primary:hover:not(:disabled) { background: #d5ccff; color: #201a38; }
.entry-password-guide { margin: -2px 0 24px; }
.entry-password-guide summary { cursor: pointer; color: #b9bbca; font-size: 13px; padding: 8px 0; }
.entry-password-guide summary span { float: right; }
.entry-password-guide[open] summary span { display: none; }
.entry-password-guide .pw-requirements { margin: 14px 0 0; }
.entry-password-guide .pw-rule { opacity: 1; color: #b9bbca; }
.entry-password-guide .pw-checklist { gap: 7px; }
.entry-note { text-align: center; font-size: 12px; line-height: 1.6; color: #a4a6b5; margin: 16px 0 0; }
.entry-recovery { text-align: right; font-size: 13px; margin: -4px 0 24px; }
.entry-footer { display: flex; flex-wrap: wrap; justify-content: center; column-gap: 26px; row-gap: 0; width: 100%; padding: 12px 0 22px; }
.entry-footer a { color: #a4a6b5; font-size: 12px; text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; }
.entry-example { border: 1px solid #373a46; border-radius: 14px; padding: 24px; background: #1b1e26; margin-bottom: 24px; }
.entry-example > p:not(.entry-kicker) { font-size: 21px; line-height: 1.4; margin: 0 0 14px; letter-spacing: -.3px; }
.entry-example span { color: #a4a6b5; font-size: 13px; line-height: 1.6; }
.entry-telegram { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 0; border-bottom: 1px solid #30333e; }
.entry-telegram h2 { font-size: 14px; font-weight: 500; margin: 0 0 6px; }
.entry-telegram p { font-size: 12px; color: #a4a6b5; margin: 0; line-height: 1.5; }
.entry-telegram > a { font-size: 13px; min-height: 44px; display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.entry-skip { position: absolute; top: -100px; left: 24px; padding: 12px; background: #1b1e26; z-index: 10; }
.entry-skip:focus { top: 10px; }
@media (max-width: 480px) { .entry-header { padding: 16px 0; } .entry-main { padding: 28px 0 36px; } .entry-intro { margin-bottom: 26px; } .entry-page { padding: 0 22px; } }
@media (prefers-reduced-motion: reduce) { .entry-page * { transition: none !important; } }
