.system-error-page{display:grid;min-height:100svh;place-items:center;padding:32px;background:#ffffff}.system-error-content{display:flex;width:min(720px,100%);align-items:center;justify-content:center;gap:clamp(28px,7vw,72px)}.system-error-logo{width:clamp(170px,30vw,300px);height:auto;flex:0 0 auto;object-fit:contain}.system-error-message{min-width:0;padding-left:clamp(24px,4vw,42px);border-left:1px solid #dce2ea}.system-error-message strong{display:block;color:#0d2040;font-size:clamp(44px,8vw,72px);font-weight:800;letter-spacing:-.04em;line-height:1}.system-error-message p{max-width:310px;margin:14px 0 0;color:#526074;font-size:clamp(14px,2vw,17px);line-height:1.6}@media (max-width:560px){.system-error-page{padding:22px}.system-error-content{gap:20px}.system-error-logo{width:min(42vw,180px)}.system-error-message{padding-left:20px}}.system-state-page{position:relative;display:grid;min-height:min(72vh,760px);place-items:center;overflow:hidden;padding:48px 20px;background:radial-gradient(circle at 12% 15%,rgba(199,90,10,.12),transparent 28%),radial-gradient(circle at 88% 80%,rgba(234,179,8,.1),transparent 30%),#fffdfb}.system-state-page:before{content:"";position:absolute;width:240px;height:240px;border:1px solid rgba(199,90,10,.14);border-radius:58% 42% 48% 52%;transform:rotate(18deg)}.system-state-card{position:relative;z-index:1;width:min(570px,100%);padding:clamp(30px,6vw,52px);border:1px solid rgba(199,90,10,.16);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 24px 80px rgba(78,42,17,.12);text-align:center}.system-state-brand{display:inline-flex;align-items:center;gap:9px;margin-bottom:26px;color:#843b08;font-size:13px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.system-state-brand:before{content:"H";display:grid;width:34px;height:34px;place-items:center;border-radius:9px;background:#c75a0a;color:#ffffff;font-size:17px;letter-spacing:0}.system-state-code{display:block;margin-bottom:8px;color:#c75a0a;font-size:13px;font-weight:850;letter-spacing:.12em}.system-state-card h1{margin:0;color:#18212f;font-size:clamp(28px,5vw,42px);line-height:1.12}.system-state-card p{max-width:460px;margin:16px auto 0;color:#64748b;font-size:15px;line-height:1.7}.system-state-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:28px}.system-state-actions a,.system-state-actions button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:0 19px;border:1px solid #e7d8cd;border-radius:11px;background:#ffffff;color:#5f3418;font:inherit;font-size:13px;font-weight:750;text-decoration:none;cursor:pointer}.system-state-actions .system-state-primary{border-color:#c75a0a;background:#c75a0a;color:#ffffff}.system-state-loader{position:relative;width:58px;height:58px;margin:2px auto 24px;border:3px solid #f5dfcf;border-top-color:#c75a0a;border-radius:50%;animation:system-state-spin .8s linear infinite}.system-state-loader:after{content:"";position:absolute;inset:10px;border-radius:50%;background:#fff4e8}@keyframes system-state-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.system-state-loader{animation:none}}