.cms-exception-error{--cms-exception-bg: #f7f9fc;--cms-exception-surface: #ffffff;--cms-exception-border: #e3e8f2;--cms-exception-text: #122033;--cms-exception-muted: #4f5f76;--cms-exception-danger: #c2352e;--cms-exception-danger-soft: #fee7e5;--cms-exception-code-bg: #0f1727;--cms-exception-code-text: #e8f0ff;--cms-exception-shadow: 0 22px 42px rgba(12, 23, 40, 0.14);display:flex;align-items:center;justify-content:center;min-height:100dvh;width:100%;margin:0;padding:clamp(14px,3vw,36px);box-sizing:border-box;background:radial-gradient(circle at 15% 0%, rgba(194, 53, 46, 0.08), transparent 35%),radial-gradient(circle at 100% 100%, rgba(24, 119, 242, 0.08), transparent 38%),var(--cms-exception-bg)}.cms-exception-error .cms-exception-error-inner{position:relative;width:min(100%,1040px);margin:0;padding:clamp(18px,2vw,26px);border:1px solid var(--cms-exception-border);border-radius:16px;background:var(--cms-exception-surface);color:var(--cms-exception-text);box-shadow:var(--cms-exception-shadow);overflow:hidden;animation:cmsExceptionFadeIn 280ms ease-out}.cms-exception-error .cms-exception-error-inner::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, #d94841 0%, #ff7a51 45%, #f9b34f 100%)}.cms-exception-error .cms-exception-error-inner h1,.cms-exception-error .cms-exception-error-inner h2{margin:0;line-height:1.2;letter-spacing:.01em}.cms-exception-error .cms-exception-error-inner h1{display:inline-flex;align-items:center;gap:10px;margin-bottom:12px;padding:7px 12px;border:1px solid rgba(194,53,46,.2);border-radius:999px;background:var(--cms-exception-danger-soft);color:var(--cms-exception-danger);font-size:clamp(1.05rem,2.2vw,1.35rem);font-weight:700}.cms-exception-error .cms-exception-error-inner h2{margin-top:18px;margin-bottom:10px;font-size:clamp(.95rem,1.6vw,1.05rem);color:var(--cms-exception-muted);text-transform:uppercase;letter-spacing:.08em}.cms-exception-error .cms-exception-error-inner p{margin:10px 0;line-height:1.55;word-break:break-word;color:var(--cms-exception-muted);font-size:.96rem}.cms-exception-error .cms-exception-error-inner strong{color:var(--cms-exception-text)}.cms-exception-error .cms-exception-error-inner pre{margin:0;padding:16px;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:var(--cms-exception-code-bg);color:var(--cms-exception-code-text);font-family:"SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.83rem;line-height:1.55;white-space:pre;word-break:normal;overflow-x:auto;overflow-y:auto;max-height:min(52vh,560px)}@media(max-width: 700px){.cms-exception-error .cms-exception-error-inner{border-radius:12px}.cms-exception-error .cms-exception-error-inner h1{width:100%;justify-content:center}.cms-exception-error .cms-exception-error-inner pre{font-size:.78rem;padding:13px;max-height:48vh}}@keyframes cmsExceptionFadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
