.entry-screen { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; padding: 32px 24px; text-align: center; background: linear-gradient(150deg, var(--n-150), var(--n-50)); }
.entry-screen img { width: 210px; max-width: 70vw; height: auto; }
.entry-screen p { color: var(--c-muted); }
.entry-actions { width: min(100%, 300px); display: grid; gap: 12px; }
.entry-actions a { text-decoration: none; }
.entry-secondary { min-height: 52px; display: grid; place-items: center; border: 1px solid var(--c-border); border-radius: var(--radius-control); background: var(--c-surface); color: var(--c-accent); font-weight: 600; }
