.error-screen{background:var(--bg-darker);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.error-screen__card{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:16px;width:100%;max-width:480px;padding:48px 40px;box-shadow:0 24px 60px -30px #0b0c0d2e}.error-screen__icon{width:56px;height:56px;color:var(--danger);background:#a32f2f14;border:1px solid #a32f2f4d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;font-size:28px;font-weight:700;display:flex}.error-screen__title{color:var(--text-primary);margin-bottom:12px;font-size:1.4rem;font-weight:700}.error-screen__message{color:var(--text-secondary);margin-bottom:32px;font-size:.95rem;line-height:1.7}.error-screen__btn{background:var(--lime);color:var(--on-lime);cursor:pointer;border:none;border-radius:999px;height:44px;padding:0 28px;font-size:.9rem;font-weight:600;transition:background .2s}.error-screen__btn:hover{background:var(--lime-d)}
