.system-state-page{min-height:100vh;display:grid;place-items:center;padding:32px;background:#f7f8f5;color:#292c38}.system-state-card{width:min(620px,100%);padding:34px;border:1px solid #dfe4da;border-radius:14px;background:#fff;box-shadow:0 14px 40px rgba(41,44,56,.08);text-align:center}.system-state-card svg{color:#4c842f}.system-state-card h1{margin:14px 0 10px;font-size:clamp(30px,6vw,48px);letter-spacing:-.04em}.system-state-card p{margin:0 auto;max-width:480px;color:#667066;line-height:1.7}.system-state-actions{margin-top:22px;display:flex;justify-content:center;gap:9px;flex-wrap:wrap}.system-state-actions a,.system-state-actions button{min-height:42px;padding:0 16px;border-radius:8px;border:1px solid #cbd3c5;background:#fff;color:#292c38;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px}.system-state-actions .primary{border-color:#4c842f;background:#4c842f;color:#fff}.system-state-reference{display:block;margin-top:14px;color:#667066;font-size:11px}.system-loading-dots{display:flex;justify-content:center;gap:7px;margin-bottom:16px}.system-loading-dots span{width:9px;height:9px;border-radius:50%;background:#6caf44;animation:system-pulse 1s ease-in-out infinite}.system-loading-dots span:nth-child(2){animation-delay:.15s}.system-loading-dots span:nth-child(3){animation-delay:.3s}@keyframes system-pulse{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}@media(prefers-reduced-motion:reduce){.system-loading-dots span{animation:none}}