.app-route-state{background:var(--page,var(--background,#f7f7f4));min-height:calc(100vh - 70px);color:var(--text);place-items:center;padding:28px;display:grid}.app-route-state>section{border:1px solid var(--border);background:var(--surface);width:min(560px,100%);box-shadow:var(--shadow);text-align:center;border-radius:16px;padding:28px}.app-route-state .state-icon{background:color-mix(in srgb,var(--accent) 9%,var(--surface-soft));width:62px;height:62px;color:var(--accent);border-radius:16px;place-items:center;margin:0 auto 14px;font-size:28px;display:grid}.app-route-state.error .state-icon{background:color-mix(in srgb,var(--danger,#d95050) 9%,var(--surface-soft));color:var(--danger,#d95050)}.app-route-state h1{margin:0;font:500 clamp(25px,4vw,38px) Georgia,serif}.app-route-state p{max-width:430px;color:var(--muted);margin:9px auto 0;font-size:11px;line-height:1.6}.app-route-state .state-actions{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px;display:flex}.app-route-state .state-actions button,.app-route-state .state-actions a{border:1px solid var(--border);background:var(--surface-soft);min-height:39px;color:var(--text);cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:0 13px;text-decoration:none;display:inline-flex}.app-route-state .state-actions .primary{border-color:var(--accent);background:var(--accent);color:var(--accent-contrast,#fff)}.route-loading-lines{gap:9px;margin:18px 0 0;display:grid}.route-loading-lines i{background:linear-gradient(90deg,var(--surface-soft),color-mix(in srgb,var(--accent) 12%,var(--surface-soft)),var(--surface-soft));background-size:200% 100%;border-radius:99px;height:10px;animation:1.35s linear infinite route-state-shimmer}.route-loading-lines i:nth-child(2){justify-self:center;width:84%}.route-loading-lines i:nth-child(3){justify-self:center;width:62%}@keyframes route-state-shimmer{to{background-position:-200% 0}}html[data-reduced-motion=true] .route-loading-lines i{animation:none}@media (max-width:600px){.app-route-state{padding:14px}.app-route-state>section{padding:22px 16px}.app-route-state .state-actions{display:grid}.app-route-state .state-actions>*{width:100%}}
