/* Source: WEB-INF/jsp/sec/accessDenied.jsp style block 1. */
body { margin:0; background:var(--color-gray-02); color:#111827; font-family:var(--font-family-base); }
.access-denied { min-height:100vh; display:flex; align-items:center; justify-content:center; padding:32px 16px; box-sizing:border-box; }
.access-denied__panel { width:min(480px, 100%); padding:34px 32px; border:1px solid #e1e7ef; border-radius:18px; background:#fff; box-shadow:0 20px 48px rgba(15,23,42,.08); text-align:center; box-sizing:border-box; }
.access-denied__mark { display:inline-flex; align-items:center; justify-content:center; width:48px; height:48px; margin-bottom:18px; border-radius:50%; background:#fff1f2; color:#be123c; font-size:24px; font-weight:900; }
.access-denied__title { margin:0; font-size:24px; line-height:1.3; font-weight:800; letter-spacing:-.02em; }
.access-denied__message { margin:12px 0 0; color:#4b5563; font-size:15px; line-height:1.65; }
.access-denied__actions { display:flex; justify-content:center; gap:10px; margin-top:26px; }
.access-denied__button { display:inline-flex; align-items:center; justify-content:center; min-width:116px; height:42px; padding:0 16px; border:1px solid #cfd8e3; border-radius:10px; background:#fff; color:#111827; font-size:14px; font-weight:800; text-decoration:none; cursor:pointer; }
.access-denied__button--primary { border-color:#0f4c81; background:#0f4c81; color:#fff; }
