*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f2f3f5;color:#2e3338;-webkit-font-smoothing:antialiased}.status-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1.5rem}.status-card{background:#fff;border-radius:8px;box-shadow:0 2px 16px #0000001a;padding:2.5rem 2rem;width:100%;max-width:420px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.status-card__icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%}.status-card__icon--success{background:#edf7f0;color:#3ba55d}.status-card__icon--error{background:#fdf0f0;color:#ed4245}.status-card__icon--warning{background:#fdf6ec;color:#faa61a}.status-card__icon--info{background:#eef0fd;color:#5865f2}.status-card__title{font-size:1.4rem;font-weight:700;color:#2e3338}.status-card__message{font-size:.9rem;color:#747f8d;line-height:1.6;max-width:300px}
