:root {
  --green-950: #063f34;
  --green-900: #075341;
  --green-700: #0b795e;
  --mint-100: #eaf8f2;
  --mint-200: #d1f0e2;
  --gold: #f6c945;
  --orange: #ff6b00;
  --ink: #081827;
  --muted: #65748a;
  --line: #c9e4d8;
  --surface: #ffffff;
  --bg: #f4fbf8;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, Segoe UI, Arial, sans-serif; color: var(--ink); background: radial-gradient(circle at top right, #dff7ee, transparent 38%), var(--bg); }
.app-body { min-height: 100vh; display: flex; flex-direction: column; background: #edf4f2; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.topbar, .public-nav { background: linear-gradient(110deg, var(--green-950), var(--green-700)); color: #fff; display: flex; align-items: center; justify-content: space-between; border-bottom: 4px solid #b7ef96; box-shadow: 0 14px 30px rgba(6,63,52,.18); }
.topbar { position: sticky; z-index: 200; top: 0; min-height: 55px; padding: 5px 24px; border-bottom-width: 3px; }
.public-nav { min-height: 78px; padding: 14px 34px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 36px; height: 36px; display: block; flex: 0 0 auto; padding: 2px; background: rgba(18,51,77,.7); border: 1px solid rgba(143,199,201,.9); border-radius: 5px; object-fit: contain; filter: drop-shadow(0 3px 7px rgba(4,29,40,.18)); }
.brand small { display: block; font-size: 9px; font-weight: 800; opacity: .85; }
.brand strong { display: block; font-size: 12px; line-height: 1.25; }
.brand-title-full { white-space: nowrap; font-size: 13px !important; }
.brand-title-short { display: none !important; }
.nav-links { display: flex; gap: 14px; align-items: center; }
.nav-links > a, .public-nav a { font-weight: 800; opacity: .95; }
.nav-links > a { font-size: 13px; }
.nav-links form { margin: 0; }
.admin-account { position: relative; margin-left: 2px; }
.admin-account__trigger {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px 12px 3px 5px;
  color: #164f73;
  background: #f7fafc;
  border: 1px solid #cbd9e4;
  border-radius: 16px;
  box-shadow: 0 5px 14px rgba(5, 35, 50, .16);
  cursor: pointer;
  font-weight: 900;
}
.admin-account__trigger:hover { background: #fff; border-color: #9fb9cb; }
.admin-account__trigger:focus-visible { outline: 2px solid #f6c945; outline-offset: 2px; }
.admin-account__avatar {
  width: 28px;
  height: 28px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: #228fa5;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #aed0dc;
  font-size: 12px;
}
.admin-account__avatar img { width: 100%; height: 100%; display: block; border-radius: 50%; object-fit: cover; }
.admin-account__role { white-space: nowrap; font-size: 12px; font-weight: 800; }
.admin-account__chevron { width: 9px; height: 9px; margin: -4px 1px 0 4px; border-right: 3px solid #102a43; border-bottom: 3px solid #102a43; transform: rotate(45deg); transition: transform .18s ease, margin .18s ease; }
.admin-account.is-open .admin-account__chevron { margin-top: 4px; transform: rotate(225deg); }
.admin-account__menu {
  position: absolute;
  z-index: 120;
  top: calc(100% + 8px);
  right: 0;
  width: 240px;
  overflow: hidden;
  color: #18354a;
  background: #fff;
  border: 1px solid #cbd9e4;
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(5, 35, 50, .24);
}
.admin-account__menu[hidden] { display: none; }
.admin-account__identity { padding: 13px 15px; background: #f3f7fa; border-bottom: 1px solid #dbe5ec; }
.admin-account__identity strong, .admin-account__identity span { display: block; }
.admin-account__identity strong { font-size: 13px; }
.admin-account__identity span { margin-top: 3px; color: #698093; font-size: 11px; }
.admin-account__menu > a, .admin-account__logout { width: 100%; display: flex; align-items: center; gap: 10px; padding: 11px 15px; color: #18354a; background: #fff; border: 0; border-bottom: 1px solid #e4ebf0; border-radius: 0; text-align: left; font-size: 12px; font-weight: 800; cursor: pointer; }
.admin-account__menu-icon { width: 16px; height: 16px; flex: 0 0 auto; }
.admin-account__menu .nav-icon { width: 16px; height: 16px; flex: 0 0 auto; }
.admin-account__menu > a:hover, .admin-account__logout:hover { color: #8f2340; background: #f8edf1; }
.admin-account__menu form:last-child .admin-account__logout { border-bottom: 0; }
.topbar__start, .topbar__actions { display: flex; align-items: center; gap: 14px; }
.topbar__actions { margin-left: auto; }
.sidebar-toggle {
  width: 36px;
  height: 36px;
  display: none;
  place-items: center;
  padding: 0;
  color: #fff;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 6px;
  cursor: pointer;
}
.nav-icon { width: 18px; height: 18px; display: block; flex: 0 0 auto; }
.admin-layout { min-height: 0; display: grid; flex: 1 0 auto; grid-template-columns: 248px minmax(0, 1fr); }
.admin-sidebar {
  position: relative;
  z-index: 110;
  min-width: 0;
  padding: 18px 12px 24px;
  color: #c9d6df;
  background: #102a43;
  border-right: 1px solid #244862;
}
.admin-sidebar__heading { padding: 0 11px 15px; border-bottom: 1px solid rgba(255,255,255,.1); }
.admin-sidebar__heading span, .admin-sidebar__heading strong { display: block; }
.admin-sidebar__heading span { color: #87a4b8; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.admin-sidebar__heading strong { margin-top: 4px; color: #fff; font-size: 13px; }
.sidebar-navigation { display: grid; gap: 4px; margin-top: 12px; }
.sidebar-link, .sidebar-group__toggle {
  width: 100%;
  min-height: 40px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 8px 11px;
  color: #c9d6df;
  background: transparent;
  border: 0;
  border-radius: 6px;
  text-align: left;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.sidebar-link:hover, .sidebar-group__toggle:hover { color: #fff; background: rgba(255,255,255,.07); }
.sidebar-link:focus-visible, .sidebar-group__toggle:focus-visible, .sidebar-sublink:focus-visible { outline: 2px solid #e1b85a; outline-offset: 1px; }
.sidebar-link.is-active, .sidebar-group.is-active > .sidebar-group__toggle { color: #fff; background: #173f5f; box-shadow: inset 3px 0 0 #ba3d5c; }
.sidebar-group__chevron { width: 7px; height: 7px; margin: -3px 3px 0 0; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .18s ease, margin .18s ease; }
.sidebar-group.is-open .sidebar-group__chevron { margin-top: 3px; transform: rotate(225deg); }
.sidebar-submenu { display: grid; gap: 2px; padding: 4px 0 7px 31px; }
.sidebar-submenu[hidden] { display: none; }
.sidebar-submenu__heading { margin: 10px 9px 4px; color: #e1b85a; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.sidebar-sublink { min-height: 34px; display: flex; align-items: center; justify-content: flex-start; gap: 8px; padding: 7px 9px 7px 12px; color: #9fb4c3; border-left: 1px solid #3a5a70; font-size: 11px; font-weight: 700; }
.sidebar-sublink .nav-icon { width: 14px; height: 14px; }
.sidebar-sublink .sidebar-badge { margin-left: auto; }
.sidebar-sublink:hover { color: #fff; border-left-color: #e1b85a; }
.sidebar-sublink.is-active { color: #fff; background: rgba(186,61,92,.17); border-left: 3px solid #ba3d5c; }
.sidebar-badge { min-width: 21px; height: 19px; display: inline-grid; place-items: center; padding-inline: 5px; color: #102a43; background: #f0ca6a; border-radius: 9px; font-size: 9px; font-weight: 900; }
.sidebar-overlay { display: none; }
.admin-main { min-width: 0; }
.admin-main > .shell { width: min(1280px, calc(100% - 36px)); margin: 18px auto 28px; }
.admin-breadcrumb { min-height: 34px; display: flex; align-items: center; padding: 0 18px; color: #677d8d; background: rgba(255,255,255,.72); border-bottom: 1px solid #d5e2de; }
.admin-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; font-size: 10px; font-weight: 700; }
.admin-breadcrumb li { display: flex; align-items: center; gap: 6px; }
.admin-breadcrumb li:not(:last-child)::after { content: "/"; color: #9cacb7; }
.admin-breadcrumb a:hover { color: #0b795e; }
.admin-breadcrumb [aria-current="page"] { color: #18354a; }
.shell, .public-shell { width: min(1180px, calc(100% - 36px)); margin: 28px auto; }
.hero-panel { border: 1px solid var(--line); border-left: 7px solid var(--orange); border-radius: 16px; padding: 30px; background: linear-gradient(120deg, rgba(255,255,255,.96), rgba(219,248,237,.9)); box-shadow: 0 22px 50px rgba(6,63,52,.1); display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.hero-panel.compact { min-height: 88px; padding: 9px 20px; }
.hero-panel.compact .eyebrow { margin-bottom: 2px; font-size: 9px; }
.hero-panel.compact h1 { margin-bottom: 3px; font-size: 25px; }
.hero-panel.compact p:last-child { margin-bottom: 0; font-size: 11px; line-height: 1.3; }
.eyebrow { margin: 0 0 8px; color: var(--green-700); font-weight: 900; text-transform: uppercase; letter-spacing: .04em; font-size: 13px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(28px, 3vw, 44px); line-height: 1.05; margin-bottom: 10px; }
.primary-link, .primary, .secondary, .filter-row button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 12px; padding: 13px 18px; font-weight: 900; cursor: pointer; }
.primary-link, .primary { background: var(--green-900); color: #fff; box-shadow: inset 0 -3px 0 var(--gold), 0 14px 28px rgba(6,63,52,.18); }
.secondary { background: #f7fffb; color: var(--green-900); border: 1px solid var(--line); }
.panel { background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 22px 45px rgba(6,63,52,.08); overflow: hidden; }
.panel:not(:first-child), .stat-grid { margin-top: 24px; }
.panel-head { display: flex; justify-content: space-between; align-items: center; padding: 22px 24px; border-bottom: 1px solid #e3efe9; }
.panel h2 { margin: 0; }
.stat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.stat-card { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(135deg, #fff, #ecfff6); }
.stat-card span { color: var(--muted); font-weight: 800; display: block; }
.stat-card strong { font-size: 34px; }
.dashboard-submission-panel { border-radius: 8px; }
.dashboard-table-heading { padding: 9px 18px; }
.dashboard-table-heading .eyebrow { margin-bottom: 3px; }
.dashboard-table-heading h2 { font-size: 19px; }
.dashboard-table-heading > a { color: #0d6658; font-size: 11px; font-weight: 900; }
.dashboard-table-filter { padding: 12px 18px; background: #f5f9fb; border-bottom: 1px solid #dce7eb; }
.dashboard-table-filter > label { margin-bottom: 5px; color: #38566a; font-size: 10px; }
.dashboard-search-control { display: grid; grid-template-columns: minmax(240px, 1fr) auto auto; align-items: center; gap: 9px; }
.dashboard-search-control input { min-height: 38px; padding: 8px 11px; border-radius: 6px; font-size: 12px; }
.dashboard-search-control .primary, .dashboard-filter-reset { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 8px 14px; border-radius: 6px; font-size: 11px; font-weight: 900; }
.dashboard-search-control .nav-icon { width: 15px; height: 15px; }
.dashboard-filter-reset { color: #8f2340; background: #fff; border: 1px solid #dfb8c4; box-shadow: inset 0 -2px 0 #f3d9e0; }
.dashboard-filter-reset:hover { color: #741a34; background: #fbeff2; border-color: #c98799; }
.dashboard-submission-table { min-width: 820px; font-size: 12px; }
.dashboard-submission-table th { padding: 11px 14px; font-size: 10px; text-transform: uppercase; }
.dashboard-submission-table td { padding: 13px 14px; }
.dashboard-submission-table th:first-child { width: 6%; }
.dashboard-submission-table th:nth-child(2) { width: 18%; }
.dashboard-submission-table th:nth-child(3) { width: 40%; }
.dashboard-submission-table th:nth-child(4) { width: 18%; }
.dashboard-submission-table th:last-child { width: 18%; }
.dashboard-number-heading, .dashboard-row-number { text-align: center; }
.dashboard-row-number { color: #607789; font-weight: 900; }
.dashboard-submission-table td > a { color: #0d6658; font-weight: 900; }
.dashboard-submission-table .badge { padding: 5px 9px; font-size: 10px; }
.dashboard-pagination { padding: 12px 18px; background: #f8fbfc; border-top: 1px solid #dce7eb; }
.dashboard-pagination > span { font-size: 11px; }
.dashboard-pagination div { flex-wrap: wrap; }
.dashboard-pagination a, .dashboard-page-link { min-width: 34px; min-height: 32px; display: inline-flex; align-items: center; justify-content: center; padding: 7px 10px; border: 1px solid #c4d4dc; border-radius: 6px; background: #fff; color: #0d5b50; font-size: 10px; font-weight: 900; }
.dashboard-page-link.is-current { color: #fff; background: #0d6658; border-color: #0d6658; }
.dashboard-page-link.is-disabled { color: #97a7b1; background: #eef3f5; cursor: not-allowed; }
@media (max-width: 560px) {
  .dashboard-search-control { grid-template-columns: 1fr 1fr; }
  .dashboard-search-control input { grid-column: 1 / -1; }
  .dashboard-pagination { align-items: flex-start; }
  .dashboard-pagination div { gap: 5px; }
}
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th { background: var(--green-950); color: #fff; text-align: left; padding: 14px 18px; }
td { padding: 16px 18px; border-bottom: 1px solid #e4f0eb; vertical-align: top; }
tr:nth-child(even) td { background: #f8fffb; }
.badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 8px 12px; font-size: 13px; font-weight: 900; }
.badge.big { font-size: 16px; padding: 12px 16px; }
.badge.success { background: #d9fbe8; color: #087044; }
.badge.warning { background: #fff3cd; color: #8a5200; }
.badge.danger { background: #ffe0e0; color: #a3122a; }
.badge.info, .badge.primary { background: #e1f1ff; color: #0a4f86; }
.badge.muted { background: #edf2f7; color: #526071; }
.grid-two { display: grid; grid-template-columns: .9fr 1.4fr; gap: 24px; margin-top: 24px; }
.detail-grid { grid-template-columns: 1.35fr .8fr; }
.form-panel { padding: 24px; }
.form-panel.wide { margin-top: 24px; }
label { display: grid; gap: 8px; color: var(--muted); font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid #cddbe5; border-radius: 12px; padding: 13px 14px; background: #fff; color: var(--ink); outline-color: #22c7aa; }
textarea { resize: vertical; }
.security-form { display: grid; gap: 18px; }
.security-form .form-actions .primary { min-width: 124px; padding-inline: 30px; }
.profile-hero { border-left-color: #315d7d; background: linear-gradient(112deg, #f8fbfd 0 74%, #e5f4f1 74%); }
.profile-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); align-items: start; gap: 18px; margin-top: 18px; }
.profile-layout .panel { margin-top: 0; border-radius: 8px; }
.profile-photo-panel, .profile-information-panel { padding: 22px; }
.profile-section-heading { margin-bottom: 20px; text-align: left; }
.profile-section-heading .eyebrow { margin-bottom: 4px; }
.profile-section-heading h2 { margin: 0; color: #17384c; font-size: 19px; }
.profile-photo-preview { width: 126px; height: 126px; display: grid; place-items: center; overflow: hidden; margin: 2px auto 14px; color: #fff; background: #176d7e; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 0 0 2px #c79a3b, 0 12px 26px rgba(15, 70, 82, .2); font-size: 34px; font-weight: 900; }
.profile-photo-preview img { width: 100%; height: 100%; display: block; object-fit: cover; }
.profile-photo-preview [hidden] { display: none; }
.profile-photo-name, .profile-photo-role { display: block; text-align: center; }
.profile-photo-name { color: #17384c; font-size: 15px; }
.profile-photo-role { min-height: 30px; margin-top: 4px; color: #617989; font-size: 11px; line-height: 1.4; }
.profile-photo-form { display: grid; gap: 9px; margin-top: 18px; padding-top: 16px; border-top: 1px solid #dce7eb; }
.profile-file-control { gap: 6px; color: #38566a; font-size: 11px; text-align: left; }
.profile-file-control input { min-height: 40px; padding: 5px; border-radius: 6px; font-size: 10px; }
.profile-file-control input::file-selector-button { height: 28px; margin-right: 8px; padding: 5px 9px; color: #0d5b50; background: #eaf6f2; border: 1px solid #b9dacf; border-radius: 4px; font-weight: 900; cursor: pointer; }
.profile-file-note { margin: 0; color: #718594; font-size: 10px; line-height: 1.4; text-align: left; overflow-wrap: anywhere; }
.profile-photo-submit, .profile-photo-delete { width: 100%; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 13px; border-radius: 6px; font-size: 11px; font-weight: 900; cursor: pointer; }
.profile-photo-submit .nav-icon, .profile-photo-delete .nav-icon, .profile-information-actions .nav-icon { width: 15px; height: 15px; }
.profile-photo-delete { margin-top: 8px; color: #942541; background: #fff; border: 1px solid #ddb8c3; }
.profile-photo-delete:hover { background: #f9ecef; border-color: #c98698; }
.profile-information-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid #dce7eb; }
.profile-information-heading .badge { min-height: 26px; padding: 4px 10px; font-size: 11px; }
.profile-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; margin: 0; }
.profile-details > div { min-width: 0; padding: 14px 0; border-bottom: 1px solid #e3ecef; }
.profile-details dt { margin-bottom: 5px; color: #687e8d; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.profile-details dd { margin: 0; color: #17384c; font-size: 12px; font-weight: 800; line-height: 1.5; overflow-wrap: anywhere; }
.profile-details dd a { color: #0d6658; }
.profile-detail-wide { grid-column: 1 / -1; }
.profile-information-actions { display: flex; justify-content: flex-end; margin-top: 18px; }
.profile-information-actions .secondary { min-height: 38px; gap: 8px; padding: 8px 14px; border-radius: 6px; font-size: 11px; }
@media (max-width: 820px) {
  .profile-layout { grid-template-columns: 1fr; }
  .profile-photo-panel { display: grid; grid-template-columns: 150px minmax(0, 1fr); column-gap: 22px; }
  .profile-photo-panel .profile-section-heading { grid-column: 1 / -1; }
  .profile-photo-preview { grid-row: 2 / span 3; }
  .profile-photo-name, .profile-photo-role { text-align: left; }
  .profile-photo-form { margin-top: 12px; }
  .profile-photo-panel > form:last-child { grid-column: 2; }
}
@media (max-width: 560px) {
  .profile-photo-panel { display: block; }
  .profile-photo-name, .profile-photo-role { text-align: center; }
  .profile-details { grid-template-columns: 1fr; }
  .profile-detail-wide { grid-column: auto; }
}
.password-control { display: grid; gap: 8px; }
.password-input-wrap { position: relative; }
.password-input-wrap input { padding-right: 54px; }
.password-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #5d7080;
  background: transparent;
  border: 0;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.password-toggle:hover { color: var(--green-900); background: #edf7f3; }
.password-toggle:focus-visible { outline: 2px solid #16a58a; outline-offset: 1px; }
.password-eye { width: 21px; height: 21px; display: block; }
.password-eye[hidden] { display: none; }
.password-strength {
  --strength-color: #8798a7;
  display: grid;
  gap: 7px;
  margin-top: 3px;
}
.password-strength.is-weak { --strength-color: #c12643; }
.password-strength.is-strong { --strength-color: #13805a; }
.password-strength__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #526779; font-size: 12px; font-weight: 800; }
.password-strength__head strong { color: var(--strength-color); font-size: 12px; }
.password-strength__track { width: 100%; height: 7px; overflow: hidden; background: #e3eaf0; border-radius: 4px; }
.password-strength__track span { width: 0; height: 100%; display: block; background: var(--strength-color); border-radius: inherit; transition: width .2s ease, background-color .2s ease; }
.password-strength p { margin: 0; color: #667887; font-size: 12px; line-height: 1.45; }
.password-strength.is-weak p { color: #a8233d; }
.password-strength.is-strong p { color: #126f50; }
.hero-panel.compact.security-hero {
  position: relative;
  min-height: 88px;
  overflow: hidden;
  align-items: center;
  padding: 16px 26px;
  color: #50677a;
  background: #f5f8fb;
  border: 1px solid #ccd7e2;
  border-left: 7px solid #a42646;
  box-shadow: 0 20px 44px rgba(22, 48, 68, .14);
}
.security-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 40%;
  background:
    linear-gradient(148deg, transparent 0 29%, rgba(164, 38, 70, .7) 29.2% 29.8%, transparent 30% 100%),
    linear-gradient(164deg, transparent 0 47%, rgba(49, 93, 125, .42) 47.2% 47.8%, transparent 48% 100%),
    linear-gradient(22deg, transparent 0 56%, rgba(164, 38, 70, .34) 56.2% 56.8%, transparent 57% 100%),
    linear-gradient(7deg, transparent 0 69%, rgba(49, 93, 125, .28) 69.2% 69.8%, transparent 70% 100%);
  opacity: .9;
}
.security-hero::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 66px;
  width: 150px;
  height: 72px;
  border-top: 2px solid rgba(164, 38, 70, .78);
  border-right: 2px solid rgba(49, 93, 125, .68);
  border-bottom: 1px solid rgba(164, 38, 70, .36);
  transform: skewX(-27deg) rotate(-7deg);
}
.security-hero > div { position: relative; z-index: 1; max-width: 68%; }
.security-hero .eyebrow { display: inline-flex; margin-bottom: 2px; padding-bottom: 2px; color: #a42646; border-bottom: 2px solid #315d7d; font-size: 9px; }
.security-hero h1 { margin-bottom: 3px; color: #102a43; font-size: 25px; }
.security-hero p:last-child { max-width: 720px; margin-bottom: 0; color: #50677a; font-size: 11px; line-height: 1.3; }
.admin-footer {
  flex: 0 0 auto;
  margin-top: 0;
  color: #cbd8e1;
  background: #0d2235;
  border-top: 3px solid #c79a3b;
  box-shadow: 0 -12px 32px rgba(13, 34, 53, .12);
}
.admin-footer__inner {
  width: min(1280px, calc(100% - 48px));
  min-height: 44px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(320px, 1.25fr) minmax(260px, 1fr);
  align-items: center;
  gap: 24px;
  margin-inline: auto;
  font-size: 10px;
}
.admin-footer__inner p { margin: 0; line-height: 1.5; }
.admin-footer__copyright { color: #f1d995; font-weight: 800; }
.admin-footer__inner p:nth-child(2) { color: #fff; text-align: center; font-family: Georgia, "Times New Roman", serif; font-size: 11px; }
.admin-footer__inner p:last-child { color: #9fb3c1; text-align: right; }
.finance-hero { border-left-color: #c79a3b; background: linear-gradient(115deg, #f8fbfd 0 72%, #e5f4f1 72%); }
.finance-filter { grid-template-columns: repeat(2, minmax(180px, 240px)) auto; align-items: end; }
.finance-kpi-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin: 12px 0; }
.finance-kpi { min-height: 86px; padding: 14px; background: #fff; border: 1px solid #d8e3e8; border-top: 3px solid #315d7d; border-radius: 6px; box-shadow: 0 8px 20px rgba(16,42,67,.06); }
.finance-kpi span, .finance-kpi strong { display: block; }
.finance-kpi span { min-height: 28px; color: #657c8d; font-size: 10px; font-weight: 800; }
.finance-kpi strong { color: #102a43; font-size: 18px; overflow-wrap: anywhere; }
.finance-kpi--success { border-top-color: #198765; }
.finance-kpi--warning { border-top-color: #c79a3b; }
.finance-kpi--danger { border-top-color: #a42646; }
.finance-kpi--info { border-top-color: #0b7e8b; }
.finance-form { padding: 0; overflow: hidden; }
.finance-form > summary { padding: 14px 18px; color: #102a43; background: #f5f9fb; border-bottom: 1px solid transparent; font-weight: 900; cursor: pointer; }
.finance-form[open] > summary { border-bottom-color: #d8e3e8; }
.finance-form > form { padding: 18px; }
.invoice-filter {
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: end;
  gap: 12px;
  padding: 14px 18px;
  background: #f2f8f6;
  border-bottom: 1px solid #d7e7e1;
  border-left: 4px solid #c79a3b;
}
.invoice-filter--active { grid-template-columns: minmax(220px, 1fr) auto auto; }
.invoice-filter label { display: grid; gap: 6px; color: #29465b; font-size: 12px; font-weight: 800; }
.invoice-filter select { height: 42px; min-height: 42px; padding-block: 8px; border-color: #b9d1d0; border-radius: 6px; }
.invoice-filter button {
  min-width: 124px;
  height: 42px;
  min-height: 42px;
  gap: 8px;
  padding: 8px 16px;
  color: #fff;
  background: #0d6658;
  border-radius: 6px;
  box-shadow: inset 0 -3px 0 #d3a93e, 0 7px 16px rgba(13,102,88,.14);
  transition: background-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.invoice-filter button:hover { background: #0a554a; transform: translateY(-1px); box-shadow: inset 0 -3px 0 #e0b94f, 0 9px 18px rgba(13,102,88,.18); }
.invoice-filter button:focus-visible { outline: 2px solid #c79a3b; outline-offset: 2px; }
.invoice-filter button .nav-icon { width: 16px; height: 16px; }
.invoice-filter__reset {
  min-width: 112px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 15px;
  color: #932541;
  background: #fff;
  border: 1px solid #dfb8c4;
  border-radius: 6px;
  box-shadow: inset 0 -2px 0 #f0d6dd;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
}
.invoice-filter__reset:hover { color: #fff; background: #a42646; border-color: #a42646; transform: translateY(-1px); }
.invoice-filter__reset:focus-visible { outline: 2px solid #c79a3b; outline-offset: 2px; }
.invoice-filter__reset .nav-icon { width: 16px; height: 16px; }
.report-filter { display: grid; grid-template-columns: repeat(4, minmax(150px, 1fr)); gap: 12px; align-items: end; }
.report-filter label { display: grid; gap: 6px; min-width: 0; font-weight: 800; color: #29465b; }
.report-filter button { min-height: 43px; }
.report-actions { flex-wrap: wrap; justify-content: flex-end; }
.report-table tfoot th { border-top: 2px solid #b8cbd5; background: #f3f8fa; color: #17384c; white-space: nowrap; }
.pagination { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 2px 2px; color: #516b7c; font-weight: 800; }
.pagination div { display: flex; gap: 8px; }
.pagination a { padding: 8px 12px; border: 1px solid #c4d4dc; border-radius: 6px; background: #fff; color: #0d5b50; text-decoration: none; }
.form-hint { margin: 0; color: #607789; font-size: .88rem; }
.document-links { display: flex; flex-wrap: wrap; gap: 8px; }
.document-links a { color: #0d6658; font-size: .78rem; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.finance-dashboard-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 12px 0; }
.finance-chart { min-width: 0; }
.chart-row { display: grid; grid-template-columns: minmax(90px, .8fr) minmax(130px, 1.6fr) minmax(105px, auto); gap: 10px; align-items: center; padding: 8px 0; border-bottom: 1px solid #e5edf1; }
.chart-row > span { color: #39586b; font-size: .78rem; font-weight: 800; overflow-wrap: anywhere; }
.chart-row > div { display: grid; gap: 4px; }
.chart-row > strong { color: #102a43; font-size: .78rem; text-align: right; overflow-wrap: anywhere; }
.chart-progress { display: block; width: 100%; height: 8px; border: 0; border-radius: 3px; overflow: hidden; background: #e8eff2; accent-color: #178269; }
.chart-progress::-webkit-progress-bar { background: #e8eff2; }
.chart-progress::-webkit-progress-value { background: #178269; }
.chart-progress--out { accent-color: #b33152; }
.chart-progress--out::-webkit-progress-value { background: #b33152; }
.chart-progress--aging { accent-color: #cc8e25; }
.chart-progress--aging::-webkit-progress-value { background: #cc8e25; }
.chart-progress--honor { accent-color: #25748b; }
.chart-progress--honor::-webkit-progress-value { background: #25748b; }
.chart-progress--budget { accent-color: #315d7d; }
.chart-progress--budget::-webkit-progress-value { background: #315d7d; }
.chart-legend { display: flex; gap: 18px; padding-top: 12px; color: #607789; font-size: .75rem; font-weight: 800; }
.chart-legend span::before { content: ''; display: inline-block; width: 9px; height: 9px; margin-right: 6px; border-radius: 2px; background: #178269; }
.chart-legend .legend-out::before { background: #b33152; }
.chart-legend .legend-budget::before { background: #315d7d; }
.finance-projection { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-left: 4px solid #cc8e25; }
.finance-projection h2,.finance-projection p { margin-bottom: 4px; }
.finance-projection > strong { color: #0d5b50; font-size: clamp(1.25rem,2vw,2rem); text-align: right; }
@media (max-width: 920px) { .report-filter { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 920px) { .finance-dashboard-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .report-filter { grid-template-columns: 1fr; } .pagination,.finance-projection { align-items: flex-start; flex-direction: column; } .chart-row { grid-template-columns: minmax(80px,.8fr) minmax(100px,1fr); } .chart-row > strong { grid-column: 2; text-align: left; } }
@media (max-width: 560px) { .invoice-filter { grid-template-columns: 1fr; } .invoice-filter button,.invoice-filter__reset { width: 100%; } }
@media print {
  .topbar,.admin-sidebar,.sidebar-overlay,.admin-breadcrumb,.admin-footer,.report-filter,.report-actions,.pagination { display: none !important; }
  .admin-layout,.admin-main,.shell { display: block; width: 100%; margin: 0; padding: 0; }
  .hero-panel,.panel,.finance-kpi { box-shadow: none !important; break-inside: avoid; }
  .table-wrap { overflow: visible; }
  table { font-size: 8pt; }
}
.finance-detail { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 8px 12px; margin: 0; font-size: 12px; }
.finance-detail dt { color: #6b7f8e; font-weight: 800; }
.finance-detail dd { margin: 0; color: #18354a; }
.finance-settings-grid { display: grid; gap: 12px; }
.inline-actions { display: flex; align-items: center; gap: 6px; min-width: 220px; }
.inline-actions input { min-width: 100px; padding: 7px 8px; }
.inline-actions button, button.danger { padding: 8px 10px; border: 0; border-radius: 5px; color: #fff; background: #0b795e; font-size: 10px; font-weight: 900; cursor: pointer; }
.inline-actions button.danger, button.danger { background: #a42646; }
.access-hero { align-items: center; }
.access-summary { min-width: 330px; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border: 1px solid var(--line); background: #fff; }
.access-summary div { padding: 14px 18px; text-align: center; border-right: 1px solid var(--line); }
.access-summary div:last-child { border-right: 0; }
.access-summary dt { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.access-summary dd { margin: 2px 0 0; color: var(--green-950); font-size: 25px; font-weight: 900; }
.access-panel { margin-top: 24px; }
.access-panel { scroll-margin-top: 18px; }
.access-panel-head { align-items: flex-start; }
.access-panel-head .eyebrow { margin-bottom: 5px; }
.access-panel-head p:last-child { max-width: 760px; margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.access-panel-head code { color: #8e2f4b; background: #f8edf1; padding: 2px 5px; border-radius: 3px; }
.access-notice { display: flex; align-items: center; gap: 14px; padding: 12px 24px; color: #664f16; background: #fff8df; border-bottom: 1px solid #eadca7; font-size: 12px; }
.access-notice strong { color: #513e10; }
.rbac-matrix { min-width: 1180px; }
.rbac-matrix th { min-width: 118px; text-align: center; vertical-align: bottom; }
.rbac-matrix th:first-child { min-width: 210px; text-align: left; }
.rbac-matrix th:last-child { min-width: 100px; }
.rbac-matrix th span { display: block; font-size: 11px; line-height: 1.3; }
.rbac-matrix th small { display: block; margin-top: 5px; color: #bdd2ca; font-size: 9px; font-weight: 600; }
.role-identity strong,
.user-role-table td > strong { display: block; color: var(--ink); }
.role-identity code { display: block; margin-top: 3px; color: var(--green-700); font-size: 11px; }
.role-identity small,
.user-handle { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.permission-cell { text-align: center; }
.permission-cell input,
.role-option input { width: 18px; height: 18px; accent-color: var(--green-700); cursor: pointer; }
.permission-cell input:disabled,
.role-option input:disabled { cursor: not-allowed; opacity: .65; }
.access-action { text-align: center; }
.access-save { min-height: 36px; padding: 8px 13px; border-radius: 5px; font-size: 12px; box-shadow: none; }
.user-role-table { min-width: 1120px; }
.user-role-table th:nth-child(3) { min-width: 180px; }
.user-role-table th:nth-child(4) { min-width: 470px; }
.current-role-list { display: flex; flex-wrap: wrap; gap: 6px; }
.current-role-list span { padding: 5px 8px; color: #075341; background: #e8f6ef; border: 1px solid #bfe2d2; border-radius: 4px; font-size: 11px; font-weight: 800; white-space: nowrap; }
.role-options { display: flex; flex-wrap: wrap; gap: 8px 14px; }
label.role-option { display: inline-flex; grid-template-columns: none; align-items: center; gap: 7px; color: #34495a; font-size: 12px; cursor: pointer; }
.role-option span { white-space: nowrap; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.span-2 { grid-column: span 2; }
.form-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 20px; }
.filter-row { display: grid; grid-template-columns: 1fr 220px auto; gap: 12px; padding: 18px; }
.toast-region {
  position: fixed;
  top: 96px;
  right: 24px;
  z-index: 1600;
  width: min(390px, calc(100vw - 32px));
  display: grid;
  gap: 12px;
  pointer-events: none;
}
.app-toast {
  --toast-accent: #236c50;
  --toast-soft: #e8f6ef;
  position: relative;
  min-height: 86px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 32px;
  align-items: start;
  gap: 12px;
  overflow: hidden;
  padding: 17px 14px 19px 16px;
  color: #172b3a;
  background: #fff;
  border: 1px solid #d8e2e8;
  border-left: 4px solid var(--toast-accent);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(8, 24, 39, .2);
  opacity: 0;
  transform: translateX(24px);
  transition: opacity .2s ease, transform .24s ease;
  pointer-events: auto;
}
.app-toast.is-visible { opacity: 1; transform: translateX(0); }
.app-toast.is-leaving { opacity: 0; transform: translateX(18px); }
.app-toast--error { --toast-accent: #b4233f; --toast-soft: #fdecef; }
.app-toast--warning { --toast-accent: #a66b05; --toast-soft: #fff4d8; }
.app-toast--info { --toast-accent: #1f6594; --toast-soft: #eaf4fb; }
.app-toast__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--toast-accent);
  background: var(--toast-soft);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}
.app-toast__content { min-width: 0; }
.app-toast__content strong { display: block; margin: 0 0 3px; color: #132f43; font-size: 14px; line-height: 1.3; }
.app-toast__content p { margin: 0; color: #526779; font-size: 13px; font-weight: 600; line-height: 1.45; overflow-wrap: anywhere; }
.app-toast__close {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #6b7f8e;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}
.app-toast__close:hover { color: #142f42; background: #edf2f5; }
.app-toast__close:focus-visible { outline: 2px solid var(--toast-accent); outline-offset: 2px; }
.app-toast__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--toast-accent);
  transform: scaleX(0);
  transform-origin: left center;
  animation: toast-progress var(--toast-duration, 6000ms) linear forwards;
}
@keyframes toast-progress { to { transform: scaleX(1); } }
.danger-button { border: 1px solid #ffd0d0; background: #fff3f3; color: #ba1335; border-radius: 10px; padding: 9px 12px; font-weight: 900; }
.empty { text-align: center; color: var(--muted); padding: 28px; }
.abstract { color: #344357; line-height: 1.7; }
.meta-list { display: grid; grid-template-columns: 160px 1fr; gap: 10px 14px; }
.meta-list dt { color: var(--muted); font-weight: 900; }
.file-list { padding-left: 18px; }
.timeline { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 14px; }
.timeline li { border-left: 4px solid var(--green-700); padding-left: 14px; }
.timeline span { display: block; color: var(--muted); font-size: 13px; margin: 4px 0; }
.guest-body { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: linear-gradient(135deg, var(--green-950), var(--green-700)); }
.guest-language {
  position: fixed;
  top: 20px;
  right: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  color: #fff;
  background: rgba(7, 27, 43, .72);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
}
.guest-language a { color: #fff; opacity: .62; }
.guest-language a.is-active { color: #f1d995; opacity: 1; }
.login-card { width: min(980px, 100%); display: grid; grid-template-columns: 1.15fr .85fr; background: #fff; border-radius: 24px; overflow: hidden; box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.login-hero { padding: 52px; background: radial-gradient(circle at bottom right, rgba(246,201,69,.3), transparent 35%), linear-gradient(135deg, #f8fffb, #dff8ee); }
.login-logo { display: block; width: 100%; max-width: 520px; height: auto; margin-bottom: 34px; }
.login-hero h1 { color: var(--green-950); }
.login-form { padding: 52px 42px; display: grid; align-content: center; gap: 18px; }
.login-form a { color: var(--green-700); font-weight: 800; }
.public-hero { min-height: 330px; padding: 80px min(8vw, 90px); color: #fff; background: linear-gradient(120deg, rgba(6,63,52,.95), rgba(11,121,94,.88)), radial-gradient(circle at right, rgba(246,201,69,.45), transparent 35%); }
.public-hero h1 { max-width: 760px; }
.public-hero p { max-width: 640px; font-size: 18px; }
.article-grid { padding: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fbfffd; }
.article-card span { color: var(--orange); font-weight: 900; }
.article-card h3 { margin: 10px 0; }
.article-card p { color: #405168; line-height: 1.55; }
.article-page .panel { padding: 34px; }
.article-meta { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; }
.article-meta span { background: var(--mint-100); border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; font-weight: 800; color: var(--green-900); }
@media (max-width: 900px) {
  .public-nav, .hero-panel { align-items: flex-start; flex-direction: column; }
  .brand-title-full { display: none !important; }
  .brand-title-short { display: block !important; font-size: 14px !important; }
  .sidebar-toggle { display: grid; }
  .admin-layout { display: block; }
  .admin-sidebar { position: fixed; top: 55px; bottom: 0; left: 0; width: min(284px, 86vw); overflow-y: auto; transform: translateX(-101%); transition: transform .22s ease; }
  .app-body.sidebar-open { overflow: hidden; }
  .app-body.sidebar-open .admin-sidebar { transform: translateX(0); }
  .sidebar-overlay { position: fixed; z-index: 100; inset: 55px 0 0; display: block; visibility: hidden; padding: 0; background: rgba(8,24,39,.5); border: 0; opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
  .app-body.sidebar-open .sidebar-overlay { visibility: visible; opacity: 1; }
  .nav-links { flex-wrap: wrap; }
  .stat-grid, .article-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-two, .login-card { grid-template-columns: 1fr; }
  .form-grid, .filter-row { grid-template-columns: 1fr; }
  .span-2 { grid-column: auto; }
  .security-hero > div { max-width: 78%; }
  .access-summary { width: 100%; min-width: 0; }
  .admin-footer__inner { grid-template-columns: 1fr; gap: 4px; padding-block: 10px; text-align: center; }
  .admin-footer__inner p:last-child { text-align: center; }
  .finance-kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .finance-filter { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .stat-grid, .article-grid { grid-template-columns: 1fr; }
  .topbar { padding: 9px 12px; }
  .public-nav { padding: 16px; }
  .brand { gap: 8px; }
  .brand small { display: none; }
  .brand-title-full { display: none !important; }
  .brand-title-short { display: block !important; font-size: 14px !important; }
  .admin-account__role { display: none; }
  .admin-account__trigger { gap: 7px; padding-right: 9px; }
  .admin-account__menu { right: -2px; width: min(240px, calc(100vw - 24px)); }
  .admin-main > .shell { width: calc(100% - 22px); }
  .shell, .public-shell { width: calc(100% - 22px); }
  .hero-panel.compact { min-height: 88px; padding: 9px 14px; }
  .security-hero::before { width: 46%; opacity: .38; }
  .security-hero::after { display: none; }
  .security-hero > div { max-width: 100%; }
  .hero-panel.compact h1 { font-size: 24px; }
  .hero-panel.compact p:last-child { font-size: 11px; }
  .toast-region { top: 16px; right: 16px; }
  .app-toast { grid-template-columns: 36px minmax(0, 1fr) 30px; gap: 10px; padding-left: 12px; }
  .app-toast__icon { width: 34px; height: 34px; font-size: 18px; }
  .finance-kpi-grid { grid-template-columns: 1fr; }
  .finance-detail { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .app-toast { transition: none; }
  .app-toast__progress { animation: none; transform: scaleX(1); }
}

/* IJAMEB public publishing portal */
.public-body {
  --journal-navy: #102a43;
  --journal-navy-2: #173f5f;
  --journal-teal: #0b7e8b;
  --journal-gold: #c79a3b;
  --journal-gold-light: #ead8ad;
  --journal-ink: #243b53;
  --journal-muted: #627d98;
  --journal-line: #d9e2ec;
  --journal-bg: #f7f9fc;
  margin: 0;
  color: var(--journal-ink);
  background: var(--journal-bg);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

.public-body h1,
.public-body h2,
.public-body h3 {
  color: var(--journal-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

.public-body h1 { font-size: 48px; line-height: 1.08; }
.public-body h2 { font-size: 34px; line-height: 1.2; }
.public-body h3 { font-size: 22px; line-height: 1.3; }
.public-body p { line-height: 1.7; }
.public-body a:focus-visible,
.public-body button:focus-visible,
.public-body input:focus-visible {
  outline: 3px solid #f0c75e;
  outline-offset: 3px;
}

.journal-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--journal-navy);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.publisher-header { background: #fff; }
.journal-utility {
  color: #d9e2ec;
  background: #0d2235;
  font-size: 12px;
}
.utility-inner,
.utility-inner div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.utility-inner { min-height: 36px; }
.utility-inner a { color: #fff; font-weight: 700; }
.utility-inner .language-switcher {
  justify-content: center;
  gap: 6px;
  padding: 1px 8px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 3px;
}
.language-switcher a { opacity: .64; }
.language-switcher a.is-active { opacity: 1; color: #f1d995; }
.language-switcher-mobile { display: none; }
.journal-identity { border-bottom: 1px solid var(--journal-line); }
.identity-inner {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.journal-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  max-width: min(70vw, 720px);
}
.journal-logo { display: block; width: min(100%, 700px); height: 80px; object-fit: contain; object-position: left center; }
.journal-brand-mobile { display: none; align-items: center; gap: 11px; min-width: 0; }
.journal-brand-mobile img { flex: 0 0 46px; width: 46px; height: 46px; }
.journal-brand-mobile span { min-width: 0; }
.journal-brand-mobile strong { display: block; color: var(--journal-navy); font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1; }
.journal-brand-mobile small { display: block; max-width: 280px; margin-top: 4px; color: var(--journal-muted); font-size: 10px; font-weight: 700; line-height: 1.2; }
.journal-submit,
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.journal-submit {
  color: #fff;
  background: var(--journal-teal);
}
.journal-submit:hover { background: #086b76; }
.identity-actions { display: flex; align-items: center; gap: 10px; }
.journal-register {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  color: var(--journal-navy);
  background: #fff;
  border: 1px solid #9fb7c6;
  border-radius: 4px;
  font-weight: 800;
}
.journal-register:hover { color: #fff; background: var(--journal-navy); border-color: var(--journal-navy); }
.journal-navigation {
  color: #fff;
  background: var(--journal-navy);
  border-bottom: 3px solid var(--journal-gold);
}
.navigation-inner { min-height: 52px; }
.journal-menu {
  min-height: 52px;
  display: flex;
  align-items: stretch;
  gap: 0;
}
.journal-menu > a:not(.journal-submit) {
  display: flex;
  align-items: center;
  padding: 0 13px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.journal-menu > a:hover { background: rgba(255, 255, 255, .09); }
.journal-submit-mobile,
.menu-toggle { display: none; }

.journal-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--journal-navy);
  border-bottom: 1px solid #244f70;
}
.journal-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 590px);
  width: 300px;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, .08);
  border-left: 1px solid rgba(255, 255, 255, .08);
  transform: skewX(-12deg);
  pointer-events: none;
}
.hero-layout {
  position: relative;
  z-index: 1;
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, .7fr);
  align-items: center;
  gap: 72px;
  padding-block: 58px;
}
.hero-copy { max-width: 780px; }
.journal-kicker,
.section-label {
  margin: 0 0 12px;
  color: var(--journal-teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.journal-hero .journal-kicker { color: #e4bd61; }
.journal-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: #fff;
}
.hero-tagline {
  max-width: 720px;
  margin-bottom: 16px;
  color: #f1d995;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.4;
}
.hero-description {
  max-width: 690px;
  margin-bottom: 26px;
  color: #c8d6e2;
  font-size: 16px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button-gold { color: #102a43; background: var(--journal-gold); }
.button-gold:hover { background: #dbaf4d; }
.button-outline-light { color: #fff; border-color: #7f98ac; background: transparent; }
.button-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.07); }
.button-text-light { color: #f1d995; background: transparent; }
.button-text-light:hover { color: #fff; background: rgba(255,255,255,.07); }
.button-navy { color: #fff; background: var(--journal-navy); }
.button-navy:hover { background: var(--journal-navy-2); }
.button-full { width: 100%; }

.journal-search {
  max-width: 700px;
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: 30px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}
.journal-search input {
  min-width: 0;
  height: 50px;
  padding: 0 16px;
  border: 0;
  border-radius: 3px 0 0 3px;
  color: var(--journal-ink);
  background: #fff;
  outline: 0;
}
.journal-search button {
  min-width: 96px;
  border: 0;
  border-left: 1px solid var(--journal-line);
  color: #fff;
  background: var(--journal-teal);
  font-weight: 800;
  cursor: pointer;
}
.author-guideline-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }

/* Public author registration */
.registration-page { color: var(--journal-ink); background: #f4f8f7; }
.registration-intro {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--journal-navy);
  border-bottom: 3px solid var(--journal-gold);
}
.registration-intro::after {
  content: "";
  position: absolute;
  inset: 0 0 0 58%;
  background: #0c5561;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  opacity: .76;
  pointer-events: none;
}
.registration-intro__inner {
  position: relative;
  z-index: 1;
  min-height: 161px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  align-items: center;
  gap: 70px;
  padding-block: 18px;
}
.registration-intro .section-label { margin-bottom: 7px; color: #e4bd61; }
.registration-intro h1 { max-width: 680px; margin-bottom: 8px; color: #fff; font-size: 36px; }
.registration-intro p:last-child { max-width: 680px; margin: 0; color: #c9d8e3; font-size: 13px; }
.registration-steps { display: grid; gap: 1px; margin: 0; padding: 0; list-style: none; border: 1px solid rgba(255,255,255,.22); }
.registration-steps li { min-height: 42px; display: grid; grid-template-columns: 42px 1fr; align-items: center; background: rgba(8,35,54,.68); }
.registration-steps span { height: 100%; display: grid; place-items: center; color: #102a43; background: var(--journal-gold); font: 700 12px Georgia, "Times New Roman", serif; }
.registration-steps strong { padding: 0 16px; color: #fff; font-size: 13px; }
.registration-content { padding: 46px 0 64px; }
.registration-layout { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.5fr); align-items: start; gap: 38px; }
.registration-notes { padding: 8px 8px 8px 0; }
.registration-notes h2 { margin-bottom: 14px; font-size: 28px; }
.registration-notes > p:not(.section-label) { color: #536b7a; font-size: 14px; line-height: 1.75; }
.registration-notes dl { margin: 25px 0; border-top: 1px solid #cbdadf; }
.registration-notes dl div { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid #cbdadf; }
.registration-notes dt { color: #607789; font-size: 12px; }
.registration-notes dd { margin: 0; color: #103e4b; font-size: 12px; font-weight: 900; text-align: right; }
.registration-form { overflow: hidden; background: #fff; border: 1px solid #cbdadf; border-top: 4px solid #0b7969; border-radius: 6px; box-shadow: 0 18px 44px rgba(16,42,67,.1); }
.registration-form__heading { padding: 12px 22px; background: #f7fafb; border-bottom: 1px solid #dbe5e8; }
.registration-form__heading .section-label { margin-bottom: 5px; }
.registration-form__heading h2 { margin: 0; font-size: 22px; }
.registration-form__heading p:last-child { margin: 3px 0 0; color: #6a7e8c; font-size: 11px; }
.registration-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding: 24px 26px; }
.registration-form label, .registration-form .password-control > label { display: grid; gap: 7px; color: #284c60; font-size: 12px; font-weight: 800; }
.registration-field-label { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.registration-field-label small { color: #6a7e8c; font-size: 9px; font-weight: 600; line-height: 1.2; text-align: right; }
.registration-label-text { display: inline; }
.registration-required { display: inline; color: #c12643; font-weight: 900; }
.registration-form input { min-height: 44px; padding: 10px 12px; border-radius: 5px; font-size: 13px; }
.registration-form__grid > .password-control { align-self: start; }
.registration-optional { color: #7b8e99; font-size: 10px; font-weight: 600; }
.registration-form .password-toggle { right: 5px; width: 35px; height: 35px; }
.registration-form .password-strength { margin-top: 8px; }
.registration-consent { grid-template-columns: 18px 1fr !important; align-items: start; gap: 10px !important; margin: 0 26px; padding: 15px 16px; background: #eef7f4; border-left: 3px solid #0b7969; }
.registration-consent input { width: 17px; min-height: 17px; height: 17px; margin: 1px 0 0; padding: 0; accent-color: #0b7969; }
.registration-consent span { color: #345464; font-size: 11px; font-weight: 700; line-height: 1.55; }
.registration-form__actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 26px 24px; }
.registration-form__actions p { margin: 0; color: #667d8b; font-size: 12px; }
.registration-form__actions p a { color: #0b6d60; font-weight: 900; }
.registration-form__actions .button { min-width: 180px; border: 0; cursor: pointer; }
.registration-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.issue-cover-wrap { display: flex; justify-content: flex-end; }
.issue-cover {
  width: 270px;
  aspect-ratio: 3 / 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  color: var(--journal-navy);
  background: #f8fafc;
  border-top: 13px solid var(--journal-gold);
  box-shadow: 20px 24px 0 rgba(5, 19, 31, .34);
}
.cover-logo { width: 100%; height: 162px; display: block; object-fit: contain; border-bottom: 1px solid #aebdcc; }
.issue-cover p { margin: 0 0 7px; color: var(--journal-muted); font-size: 13px; }
.issue-cover strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.28;
}
.cover-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-top: 13px;
  border-top: 1px solid #aebdcc;
  color: var(--journal-muted);
  font-size: 10px;
  font-weight: 800;
}

.journal-highlights { color: var(--journal-ink); background: #fff; border-bottom: 1px solid var(--journal-line); }
.highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.highlight-grid > div {
  min-height: 100px;
  display: grid;
  align-content: center;
  padding: 18px 28px;
  border-right: 1px solid var(--journal-line);
}
.highlight-grid > div:first-child { border-left: 1px solid var(--journal-line); }
.highlight-grid strong { color: var(--journal-navy); font-size: 14px; }
.highlight-grid span { margin-top: 2px; color: var(--journal-muted); font-size: 12px; }

.indexing-roadmap {
  position: relative;
  padding: 76px 0 60px;
  color: #d7e2ea;
  background: #0d2235;
  border-top: 4px solid var(--journal-gold);
  border-bottom: 1px solid #28465e;
  scroll-margin-top: 20px;
}
.indexing-roadmap::before {
  content: "IJAMEB / DISCOVERY";
  position: absolute;
  top: 24px;
  right: max(24px, calc((100vw - 1180px) / 2));
  color: rgba(255, 255, 255, .06);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}
.indexing-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .7fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 34px;
}
.indexing-heading .section-label { color: #e1b955; }
.indexing-heading h2 { max-width: 650px; margin: 0; color: #fff; }
.indexing-disclosure { padding-left: 22px; border-left: 2px solid var(--journal-gold); }
.indexing-disclosure > span { color: #f1d995; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.indexing-disclosure p { margin: 6px 0 0; color: #aebfcd; font-size: 12px; line-height: 1.6; }
.indexing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.indexing-card {
  --index-accent: #48a6ae;
  min-height: 275px;
  display: flex;
  flex-direction: column;
  padding: 23px;
  color: #243b53;
  background: #fff;
  border: 1px solid #315068;
  border-top: 4px solid var(--index-accent);
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.indexing-card:hover { transform: translateY(-4px); border-color: var(--index-accent); box-shadow: 0 22px 42px rgba(0, 0, 0, .26); }
.indexing-card:focus-visible { outline: 3px solid #f1d995; outline-offset: 3px; }
.indexing-card.phase-quality { --index-accent: #c79a3b; }
.indexing-card.phase-international { --index-accent: #657f99; }
.indexing-card-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 15px; border-bottom: 1px solid #d9e2ec; }
.indexing-card-top strong { color: var(--journal-navy); font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
.indexing-code { color: #8aa0b3; font-size: 11px; font-weight: 900; }
.indexing-status { display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; margin-top: 18px; color: #526d82; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.indexing-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--index-accent); box-shadow: 0 0 0 4px rgba(72, 166, 174, .14); }
.phase-quality .indexing-status i { box-shadow: 0 0 0 4px rgba(199, 154, 59, .14); }
.phase-international .indexing-status i { box-shadow: 0 0 0 4px rgba(101, 127, 153, .14); }
.indexing-card h3 { margin: 12px 0 8px; color: var(--journal-navy); font-size: 20px; line-height: 1.25; }
.indexing-card p { margin-bottom: 18px; color: #627d98; font-size: 12px; line-height: 1.65; }
.indexing-link { margin-top: auto; color: var(--journal-teal); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.indexing-link b { padding-left: 4px; font-size: 14px; }
.indexing-phases { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 18px; margin-top: 32px; color: #b7c8d5; font-size: 11px; font-weight: 700; }
.indexing-phases span { display: inline-flex; align-items: center; gap: 9px; }
.indexing-phases b { color: #e1b955; font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
.indexing-phases i { height: 1px; background: #36546c; }

.section-band { padding: 76px 0; scroll-margin-top: 60px; }
.section-white { background: #fff; border-top: 1px solid var(--journal-line); border-bottom: 1px solid var(--journal-line); }
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.section-heading h2 { margin-bottom: 0; }
.text-link { color: var(--journal-teal); font-weight: 800; }
.text-link:hover { color: var(--journal-navy); }
.text-link span { padding-left: 4px; }
.anchor-focus:focus { outline: 2px solid var(--journal-gold); outline-offset: 7px; }

.current-layout {
  display: grid;
  grid-template-columns: 175px minmax(0, 1fr) minmax(250px, .65fr);
  align-items: center;
  gap: 48px;
}
.compact-cover {
  aspect-ratio: 3 / 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  color: #fff;
  background: var(--journal-teal);
  border-top: 8px solid var(--journal-gold);
  box-shadow: 10px 12px 0 #d9e2ec;
}
.compact-cover span,
.compact-cover small { font-size: 11px; font-weight: 900; }
.compact-cover img { width: 50px; height: 50px; display: block; }
.compact-cover strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.15; }
.current-copy h2 { max-width: 620px; margin-bottom: 15px; }
.current-copy > p:not(.section-label) { max-width: 680px; color: var(--journal-muted); }
.status-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #826217;
  font-size: 13px;
  font-weight: 800;
}
.status-note i { width: 8px; height: 8px; border-radius: 50%; background: var(--journal-gold); }
.issue-facts { margin: 0; border-left: 1px solid var(--journal-line); }
.issue-facts div { padding: 12px 0 12px 25px; border-bottom: 1px solid var(--journal-line); }
.issue-facts div:first-child { border-top: 1px solid var(--journal-line); }
.issue-facts dt { color: var(--journal-muted); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.issue-facts dd { margin: 3px 0 0; color: var(--journal-navy); font-size: 13px; font-weight: 700; }

.publication-list { border-top: 2px solid var(--journal-navy); }
.publication-item {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--journal-line);
}
.publication-type { color: var(--journal-teal); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.publication-content h3 { margin-bottom: 7px; }
.publication-content h3 a:hover { color: var(--journal-teal); }
.publication-content > p { max-width: 760px; margin-bottom: 10px; color: var(--journal-muted); }
.publication-content .publication-authors { color: var(--journal-ink); font-size: 13px; font-weight: 800; }
.publication-meta { display: flex; flex-wrap: wrap; gap: 7px 18px; color: var(--journal-muted); font-size: 12px; }
.publication-meta span { position: relative; }
.publication-meta span:not(:last-child)::after { content: ""; position: absolute; top: 9px; right: -11px; width: 3px; height: 3px; border-radius: 50%; background: #9fb3c8; }
.article-access { padding-bottom: 2px; color: var(--journal-teal); border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 800; white-space: nowrap; }
.journal-empty {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  padding: 34px;
  background: var(--journal-bg);
  border-left: 4px solid var(--journal-gold);
}
.empty-index { color: #b4c2cf; font-family: Georgia, "Times New Roman", serif; font-size: 42px; }
.journal-empty h3 { margin-bottom: 5px; }
.journal-empty p { max-width: 760px; margin: 0; color: var(--journal-muted); }

.focus-band { background: #eef3f7; }
.focus-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr); gap: 90px; align-items: start; }
.focus-layout > div:first-child p:not(.section-label) { max-width: 680px; color: var(--journal-muted); }
.topic-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 2px solid var(--journal-navy); }
.topic-list span { min-height: 66px; display: flex; align-items: center; padding: 12px 14px; border-bottom: 1px solid #cad6e0; color: var(--journal-navy); font-size: 13px; font-weight: 800; }
.topic-list span:nth-child(odd) { border-right: 1px solid #cad6e0; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 2px solid var(--journal-navy); }
.editorial-grid article { min-height: 300px; padding: 30px; border-right: 1px solid var(--journal-line); }
.editorial-grid article:first-child { border-left: 1px solid var(--journal-line); }
.editorial-grid h2 { font-size: 25px; }
.editorial-grid article > p:not(.section-label) { color: var(--journal-muted); }
.archive-strip { padding: 48px 0; color: #fff; background: var(--journal-teal); scroll-margin-top: 60px; }
.archive-inner { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.archive-strip .section-label { color: #d4eef1; }
.archive-strip h2 { margin: 0; color: #fff; }
.archive-strip p:not(.section-label) { margin: 0; color: #e5f4f5; }

.journal-footer { padding-top: 56px; color: #c7d4df; background: #0d2235; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 50px; padding-bottom: 44px; }
.footer-grid h2 { margin-bottom: 13px; color: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 13px; text-transform: uppercase; }
.footer-grid a,
.footer-grid p { display: block; margin: 0 0 7px; color: #aebfcd; font-size: 12px; }
.footer-grid a:hover { color: #fff; }
.footer-identity { display: flex; gap: 17px; }
.footer-identity strong { display: block; max-width: 330px; color: #fff; font-family: Georgia, "Times New Roman", serif; line-height: 1.35; }
.footer-mark { flex: 0 0 45px; width: 45px; height: 45px; display: block; object-fit: contain; }
.footer-identity p { max-width: 340px; margin-top: 9px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-block: 18px; border-top: 1px solid #2a4155; color: #8fa4b5; font-size: 11px; }

.article-detail-page { padding: 30px 0 80px; background: #fff; }
.article-breadcrumb { display: flex; gap: 8px; margin-bottom: 34px; color: var(--journal-muted); font-size: 12px; }
.article-breadcrumb a { color: var(--journal-teal); font-weight: 800; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 70px; align-items: start; }
.article-main h1 { max-width: 850px; font-size: 46px; }
.article-authors { margin-bottom: 4px; color: var(--journal-teal); font-size: 16px; font-weight: 800; }
.article-affiliations { color: var(--journal-muted); font-size: 13px; }
.article-history { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 28px 0 46px; padding-block: 14px; border-top: 1px solid var(--journal-line); border-bottom: 1px solid var(--journal-line); color: var(--journal-muted); font-size: 12px; }
.article-section { padding: 8px 0 28px; }
.article-section h2 { padding-bottom: 10px; border-bottom: 1px solid var(--journal-line); font-size: 26px; }
.article-section > p { color: #3e5265; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.9; }
.keyword-list { display: flex; flex-wrap: wrap; gap: 8px; }
.keyword-list span { padding: 6px 10px; color: var(--journal-navy); background: #eef3f7; border: 1px solid var(--journal-line); border-radius: 3px; font-size: 12px; font-weight: 700; }
.citation-block { padding: 22px; background: var(--journal-bg); border-left: 3px solid var(--journal-gold); }
.citation-block h2 { font-size: 21px; }
.citation-block > p { margin-bottom: 0; font-size: 14px; line-height: 1.7; }
.article-sidebar { position: sticky; top: 20px; border-top: 4px solid var(--journal-gold); background: var(--journal-bg); }
.article-sidebar > .button { border-radius: 0; }
.article-sidebar dl { margin: 0; padding: 8px 24px; }
.article-sidebar dl div { padding: 15px 0; border-bottom: 1px solid var(--journal-line); }
.article-sidebar dt { color: var(--journal-muted); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.article-sidebar dd { margin: 3px 0 0; color: var(--journal-navy); font-size: 13px; font-weight: 700; overflow-wrap: anywhere; }
.license-note { padding: 20px 24px; color: #fff; background: var(--journal-teal); }
.license-note p { margin: 5px 0 0; color: #e4f2f4; font-size: 12px; line-height: 1.55; }

.journal-not-found {
  min-height: 520px;
  display: grid;
  align-items: center;
  padding: 70px 0;
  background: #fff;
}
.not-found-inner {
  position: relative;
  padding-left: 180px;
}
.not-found-code {
  position: absolute;
  top: -23px;
  left: 0;
  margin: 0;
  color: #d9e2ec;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}
.not-found-inner h1 { max-width: 680px; margin-bottom: 14px; }
.not-found-inner > p:not(.section-label, .not-found-code) { max-width: 660px; color: var(--journal-muted); }
.not-found-inner .button { margin-top: 12px; }
.access-denied { min-height: 470px; background: linear-gradient(115deg, #fff 0 72%, #f6ecef 72%); }
.access-denied .not-found-inner { width: 100%; padding: 0; text-align: center; }
.error-page-content { width: min(760px, calc(100% - 36px)); margin: 0 auto; padding: 46px 24px; border-top: 4px solid #c79a3b; }
.access-denied .not-found-code { position: static; margin: 0 0 12px; color: #e3c6ce; font-size: 86px; line-height: .82; }
.access-denied .section-label { margin: 0 0 10px; color: #982845; }
.access-denied .error-page-content h1 { max-width: 650px; margin: 0 auto 14px; font-size: 38px; line-height: 1.16; }
.access-denied .error-page-detail { max-width: 620px; margin: 0 auto; line-height: 1.65; }
.error-page-actions { width: min(100%, 300px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 24px auto 0; }
.not-found-inner .error-page-actions .button { min-width: 0; gap: 8px; margin-top: 0; cursor: pointer; }
.error-page-actions .nav-icon { width: 16px; height: 16px; }
.error-page-actions .error-page-home { color: #fff; background: #102a43; border-color: #102a43; }
.error-page-actions .error-page-home:hover { background: #173f5f; border-color: #173f5f; }
.error-page-refresh { color: #102a43; background: #fff; border-color: #b8cad4; }
.error-page-refresh:hover { color: #fff; background: #315d7d; border-color: #315d7d; }

@media (max-width: 1100px) {
  .journal-menu > a:not(.journal-submit) { padding-inline: 8px; font-size: 11px; }
  .hero-layout { gap: 40px; }
  .footer-grid { grid-template-columns: 1.6fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 900px) {
  .public-body h1 { font-size: 40px; }
  .public-body h2 { font-size: 30px; }
  .journal-container { width: min(100% - 34px, 720px); }
  .identity-inner { min-height: 92px; }
  .journal-logo { height: 70px; }
  .journal-submit-desktop { display: none; }
  .navigation-inner { min-height: 48px; }
  .menu-toggle {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
    font-weight: 800;
    cursor: pointer;
  }
  .menu-icon,
  .menu-icon::before,
  .menu-icon::after { width: 20px; height: 2px; display: block; background: #fff; }
  .menu-icon { position: relative; }
  .menu-icon::before,
  .menu-icon::after { content: ""; position: absolute; left: 0; }
  .menu-icon::before { top: -6px; }
  .menu-icon::after { top: 6px; }
  .journal-menu {
    display: none;
    min-height: 0;
    padding: 5px 0 18px;
  }
  .journal-menu.is-open { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journal-menu > a:not(.journal-submit) { min-height: 42px; padding: 8px 10px; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .journal-submit-mobile { display: inline-flex; margin: 12px 0 0 10px; }
  .hero-layout { min-height: auto; grid-template-columns: 1fr; padding-block: 52px; }
  .issue-cover-wrap { display: none; }
  .indexing-heading { grid-template-columns: 1fr; gap: 24px; }
  .indexing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .current-layout { grid-template-columns: 140px 1fr; }
  .issue-facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-left: 0; }
  .issue-facts div { border-top: 1px solid var(--journal-line); border-right: 1px solid var(--journal-line); }
  .issue-facts div:last-child { border-right: 0; }
  .publication-item { grid-template-columns: 120px minmax(0, 1fr); }
  .article-access { grid-column: 2; justify-self: start; }
  .focus-layout { grid-template-columns: 1fr; gap: 40px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-grid article { min-height: 0; border: 1px solid var(--journal-line); border-top: 0; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-identity { grid-column: 1 / -1; }
  .article-layout { grid-template-columns: 1fr; gap: 40px; }
  .article-sidebar { position: static; }
}

@media (max-width: 900px) {
  .registration-intro__inner { grid-template-columns: 1fr; gap: 28px; }
  .registration-intro::after { inset: 45% 0 0 28%; }
  .registration-layout { grid-template-columns: 1fr; }
  .registration-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
  .registration-notes .section-label, .registration-notes h2 { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .public-body h1 { font-size: 34px; }
  .public-body h2 { font-size: 27px; }
  .journal-container { width: calc(100% - 28px); }
  .journal-utility { display: none; }
  .identity-inner { min-height: 82px; }
  .identity-actions { display: none; }
  .journal-brand { max-width: 100%; }
  .journal-logo-desktop { display: none; }
  .journal-brand-mobile { display: flex; }
  .journal-menu.is-open { grid-template-columns: 1fr; }
  .language-switcher-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 10px 2px;
    color: #fff;
    font-weight: 800;
  }
  .language-switcher-mobile a { color: #fff; }
  .journal-hero::after { display: none; }
  .hero-layout { padding-block: 42px; }
  .hero-tagline { font-size: 18px; }
  .hero-description { font-size: 14px; }
  .hero-actions { display: grid; }
  .registration-intro__inner { min-height: 0; padding-block: 22px; }
  .registration-intro h1 { font-size: 32px; }
  .registration-intro::after { display: none; }
  .registration-steps { grid-template-columns: 1fr; }
  .registration-content { padding: 32px 0 48px; }
  .registration-notes { display: block; }
  .registration-form__grid { grid-template-columns: 1fr; padding: 20px; }
  .registration-form__heading { padding: 14px 20px; }
  .registration-consent { margin: 0 20px; }
  .registration-form__actions { align-items: stretch; flex-direction: column-reverse; padding: 18px 20px 22px; }
  .registration-form__actions .button { width: 100%; }
  .journal-search { grid-template-columns: 1fr; }
  .journal-search input { border-radius: 3px 3px 0 0; }
  .journal-search button { min-height: 44px; border-left: 0; border-top: 1px solid var(--journal-line); }
  .highlight-grid { grid-template-columns: 1fr; }
  .highlight-grid > div,
  .highlight-grid > div:first-child { min-height: 74px; padding: 13px 16px; border-left: 1px solid var(--journal-line); border-right: 1px solid var(--journal-line); border-bottom: 1px solid var(--journal-line); }
  .indexing-roadmap { padding: 58px 0 46px; }
  .indexing-roadmap::before { display: none; }
  .indexing-disclosure { padding-left: 14px; }
  .indexing-grid { grid-template-columns: 1fr; }
  .indexing-card { min-height: 0; }
  .indexing-phases { grid-template-columns: 1fr; gap: 8px; }
  .indexing-phases i { width: 1px; height: 14px; margin-left: 9px; }
  .section-band { padding: 56px 0; }
  .current-layout { grid-template-columns: 92px minmax(0, 1fr); gap: 22px; align-items: start; }
  .compact-cover { padding: 10px; box-shadow: 6px 7px 0 #d9e2ec; }
  .compact-cover strong { font-size: 13px; }
  .current-copy h2 { font-size: 24px; }
  .current-copy > p:not(.section-label) { font-size: 13px; }
  .issue-facts { display: grid; grid-template-columns: 1fr; }
  .issue-facts div { padding-left: 0; border-right: 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 12px; }
  .publication-item { grid-template-columns: 1fr; gap: 10px; }
  .article-access { grid-column: auto; }
  .journal-empty { grid-template-columns: 1fr; padding: 24px; }
  .empty-index { font-size: 34px; }
  .topic-list { grid-template-columns: 1fr; }
  .topic-list span:nth-child(odd) { border-right: 0; }
  .editorial-grid article { padding: 24px; }
  .archive-inner { grid-template-columns: 1fr; gap: 14px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 22px; }
  .footer-identity { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 4px; }
  .article-main h1 { font-size: 34px; }
  .article-detail-page { padding-top: 22px; }
  .journal-not-found { min-height: 430px; padding: 50px 0; }
  .not-found-inner { padding-left: 0; padding-top: 80px; }
  .not-found-code { top: 0; font-size: 72px; }
}

/* User management */
.modal-open { overflow: hidden; }
.user-directory-hero { border-left-color: #315d7d; background: linear-gradient(112deg, #f8fbfd 0 72%, #e5f4f1 72%); }
.user-directory-count { min-width: 130px; display: grid; padding: 8px 14px; border-left: 2px solid #c79a3b; text-align: right; }
.user-directory-count strong { color: #102a43; font-size: 24px; line-height: 1; }
.user-directory-count span { margin-top: 4px; color: #607789; font-size: 10px; font-weight: 800; }
.user-directory-panel { margin-top: 12px; }
.user-directory-head { padding: 15px 18px; }
.user-directory-head .eyebrow { margin-bottom: 3px; font-size: 9px; }
.user-directory-head h2 { font-size: 19px; }
.user-add-button { min-height: 38px; gap: 8px; padding: 9px 15px; border-radius: 6px; font-size: 12px; box-shadow: inset 0 -2px 0 var(--gold), 0 8px 18px rgba(6,63,52,.14); }
.user-add-button span { font-size: 18px; line-height: 1; }
.user-filter { display: grid; grid-template-columns: minmax(240px, 1fr) 160px 90px auto auto; align-items: end; gap: 10px; padding: 12px 18px; background: #f5f9fb; border-bottom: 1px solid #dce7eb; }
.user-filter label { gap: 5px; color: #38566a; font-size: 10px; }
.user-filter input, .user-filter select { min-height: 38px; padding: 8px 11px; border-radius: 6px; font-size: 12px; }
.user-filter .secondary { min-height: 38px; padding: 8px 14px; border-radius: 6px; font-size: 11px; }
.user-filter__reset { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; align-self: end; gap: 7px; padding: 8px 13px; color: #8f2340; background: #fff; border: 1px solid #dfb8c4; border-radius: 6px; box-shadow: inset 0 -2px 0 #f3d9e0; font-size: 11px; font-weight: 900; text-decoration: none; transition: color .15s ease, background .15s ease, border-color .15s ease, transform .15s ease; }
.user-filter__reset:hover { color: #741a34; background: #fbeff2; border-color: #c98799; transform: translateY(-1px); }
.user-filter__reset:focus-visible { outline: 2px solid #c79a3b; outline-offset: 2px; }
.user-filter__reset .nav-icon { width: 15px; height: 15px; }
.user-directory-table { min-width: 1040px; font-size: 12px; }
.user-directory-table th { padding: 11px 14px; font-size: 10px; text-transform: uppercase; }
.user-directory-table td { padding: 13px 14px; }
.user-directory-table th:first-child { width: 5%; }
.user-directory-table th:nth-child(2) { width: 24%; }
.user-directory-table th:nth-child(3) { width: 17%; }
.user-directory-table th:nth-child(4) { width: 22%; }
.user-directory-table th:nth-child(5) { width: 14%; }
.user-directory-table th:last-child { width: 18%; }
.user-number-heading, .user-row-number { text-align: center; }
.user-row-number { color: #607789; font-size: 11px; font-weight: 900; }
.user-directory-identity { display: flex; align-items: flex-start; gap: 10px; }
.user-directory-avatar { width: 32px; height: 32px; display: grid; flex: 0 0 auto; place-items: center; color: #fff; background: #176d7e; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #c79a3b; font-size: 11px; font-weight: 900; line-height: 1; }
.user-directory-identity strong, .user-directory-identity span, .user-directory-identity a { display: block; overflow-wrap: anywhere; }
.user-directory-identity .user-directory-avatar { display: grid; margin-top: 2px; color: #fff; font-size: 11px; line-height: 1; }
.user-directory-identity strong { color: #17384c; font-size: 12px; }
.user-directory-identity span { margin-top: 2px; color: #607789; font-size: 10px; }
.user-directory-identity a { margin-top: 3px; color: #0d6658; font-size: 10px; }
.user-role-pills { display: flex; flex-wrap: wrap; gap: 5px; }
.user-role-pills span { padding: 4px 7px; color: #174c68; background: #e8f3f7; border: 1px solid #c7dfe8; border-radius: 4px; font-size: 9px; font-weight: 900; }
.user-meta-list { margin: 0; padding-left: 16px; color: #294d60; }
.user-meta-list li + li { margin-top: 4px; }
.user-muted { display: block; color: #718694; font-size: 10px; line-height: 1.45; }
.user-academic-line { display: block; color: #294d60; font-size: 11px; line-height: 1.4; }
.user-registration-source { display: block; margin-top: 5px; color: #8a6521; font-size: 9px; font-weight: 800; line-height: 1.4; }
.user-expertise { display: -webkit-box; margin-top: 5px; overflow: hidden; color: #506b7d; font-size: 10px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.user-status-form { display: grid; grid-template-columns: minmax(96px, 1fr) auto; gap: 6px; margin-top: 7px; }
.user-status-form select { min-height: 32px; padding: 5px 7px; border-radius: 5px; font-size: 10px; }
.user-save-status { min-height: 32px; padding: 5px 9px; color: #fff; background: #0d6658; border: 0; border-radius: 5px; font-size: 10px; font-weight: 900; cursor: pointer; }
.user-save-status:disabled, .user-status-form select:disabled { cursor: not-allowed; opacity: .55; }
.user-status-action { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.user-status-action > .badge { min-height: 26px; padding: 4px 10px; font-size: 12px; line-height: 1.2; }
.user-action-dropdown { position: relative; flex: 0 0 auto; }
.user-action-dropdown summary { width: 34px; height: 34px; display: grid; place-items: center; color: #315d7d; background: #fff; border: 1px solid #c7d7df; border-radius: 6px; cursor: pointer; list-style: none; }
.user-action-dropdown summary::-webkit-details-marker { display: none; }
.user-action-dropdown summary:hover, .user-action-dropdown[open] summary { color: #fff; background: #315d7d; border-color: #315d7d; }
.user-action-dropdown summary:focus-visible { outline: 2px solid #c79a3b; outline-offset: 2px; }
.user-action-dropdown summary .nav-icon { width: 17px; height: 17px; }
.user-action-menu { position: fixed; z-index: 1300; top: 0; left: 0; width: 168px; overflow: hidden; visibility: hidden; padding: 5px; background: #fff; border: 1px solid #c7d7df; border-radius: 7px; box-shadow: 0 14px 34px rgba(11, 39, 57, .2); opacity: 0; transform: translateY(-3px); transition: opacity .12s ease, transform .12s ease; }
.user-action-menu.is-positioned { visibility: visible; opacity: 1; transform: translateY(0); }
.user-action-menu form { margin: 0; }
.user-action-menu button { width: 100%; min-height: 36px; display: flex; align-items: center; gap: 9px; padding: 8px 8px; color: #294d60; background: transparent; border: 0; border-radius: 4px; text-align: left; font-size: 11px; font-weight: 800; cursor: pointer; }
.user-action-menu button:hover { color: #0d6658; background: #edf7f3; }
.user-action-menu button.user-action-danger { color: #a42646; }
.user-action-menu button.user-action-danger:hover { background: #f9ecef; }
.user-action-menu button:disabled { color: #8798a5; background: transparent; cursor: not-allowed; opacity: .58; }
.user-action-menu .nav-icon { width: 15px; height: 15px; }
.app-modal__dialog.app-modal__dialog--compact { width: min(720px, 100%); }
.user-password-target { margin: 4px 0 0; color: #617989; font-size: 11px; }
.user-password-target strong { color: #17384c; }
.user-form-grid.user-password-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.user-password-grid .span-2 { grid-column: auto; }
.user-password-grid > .password-control { align-self: start; }
.user-pagination { padding: 12px 18px; background: #f8fbfc; border-top: 1px solid #dce7eb; }
.user-pagination > span { font-size: 11px; }
.user-pagination div { flex-wrap: wrap; }
.user-pagination a, .user-page-link { min-width: 34px; min-height: 32px; display: inline-flex; align-items: center; justify-content: center; padding: 7px 10px; border: 1px solid #c4d4dc; border-radius: 6px; background: #fff; color: #0d5b50; font-size: 10px; font-weight: 900; }
.user-page-link.is-current { color: #fff; background: #0d6658; border-color: #0d6658; }
.user-page-link.is-disabled { color: #97a7b1; background: #eef3f5; cursor: not-allowed; }
.app-modal { position: fixed; z-index: 1400; inset: 0; display: grid; place-items: center; padding: 22px; opacity: 0; transition: opacity .16s ease; }
.app-modal[hidden] { display: none; }
.app-modal.is-open { opacity: 1; }
.app-modal__backdrop { position: absolute; inset: 0; padding: 0; background: rgba(7, 24, 39, .72); border: 0; cursor: default; }
.app-modal__dialog { position: relative; width: min(720px, 100%); max-height: min(820px, calc(100vh - 44px)); overflow: hidden; color: #102a43; background: #fff; border: 1px solid #bed0da; border-radius: 8px; box-shadow: 0 28px 80px rgba(5, 26, 41, .35); transform: translateY(12px); transition: transform .16s ease; }
.app-modal.is-open .app-modal__dialog { transform: translateY(0); }
.app-modal__header { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 18px; background: #f2f7f9; border-bottom: 1px solid #d7e3e8; border-left: 5px solid #c79a3b; }
.app-modal__header .eyebrow { margin-bottom: 2px; color: #8f2340; font-size: 9px; }
.app-modal__header h2 { margin: 0; font-size: 20px; }
.app-modal__close { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; padding: 0; color: #5e7281; background: transparent; border: 0; border-radius: 50%; font-size: 26px; cursor: pointer; }
.app-modal__close:hover { color: #8f2340; background: #f5e8ec; }
.app-modal__form { max-height: calc(100vh - 114px); overflow-y: auto; }
.user-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; padding: 18px; }
.user-form-grid label, .user-choice-fieldset legend { gap: 5px; color: #38566a; font-size: 11px; font-weight: 800; }
.user-form-grid input, .user-form-grid select, .user-form-grid textarea { padding: 10px 11px; border-radius: 6px; font-size: 12px; }
.user-form-grid .password-toggle { right: 5px; width: 34px; height: 34px; }
.user-form-grid .password-eye { width: 18px; height: 18px; }
.user-choice-fieldset { min-width: 0; margin: 0; padding: 11px 13px 13px; background: #f8fbfc; border: 1px solid #d4e1e7; border-radius: 6px; }
.user-choice-fieldset legend { padding: 0 5px; color: #294d60; }
.user-choice-fieldset > p { margin: -1px 0 9px; color: #6b7f8e; font-size: 10px; }
.user-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 12px; }
.user-choice-grid label { display: flex; align-items: flex-start; gap: 7px; min-width: 0; color: #344f60; cursor: pointer; }
.user-choice-grid input { width: 16px; height: 16px; flex: 0 0 auto; padding: 0; accent-color: #0b795e; }
.user-choice-grid span { overflow-wrap: anywhere; }
.app-modal__actions { position: sticky; bottom: 0; display: flex; justify-content: flex-end; gap: 10px; padding: 12px 18px; background: #fff; border-top: 1px solid #dce7eb; }
.app-modal__actions .primary, .app-modal__actions .secondary { min-height: 38px; padding: 8px 18px; border-radius: 6px; font-size: 11px; }

@media (max-width: 760px) {
  .user-filter { grid-template-columns: 1fr 1fr; }
  .user-filter .secondary, .user-filter__reset { justify-self: start; }
  .user-directory-count { min-width: 0; text-align: left; }
}
@media (max-width: 560px) {
  .user-directory-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .user-filter, .user-form-grid, .user-choice-grid { grid-template-columns: 1fr; }
  .user-form-grid.user-password-grid { grid-template-columns: 1fr; }
  .user-form-grid .span-2 { grid-column: auto; }
  .app-modal { padding: 10px; }
  .app-modal__dialog { max-height: calc(100vh - 20px); }
  .app-modal__form { max-height: calc(100vh - 90px); }
  .user-pagination { align-items: flex-start; }
  .user-pagination div { gap: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  .app-modal, .app-modal__dialog { transition: none; }
}

/* Accessible confirmation dialog */
.confirm-open { overflow: hidden; }
.confirm-dialog {
  --confirm-accent: #a66b05;
  --confirm-soft: #fff5dc;
  position: fixed;
  z-index: 1700;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  transition: opacity .14s ease;
}
.confirm-dialog[hidden] { display: none; }
.confirm-dialog.is-open { opacity: 1; }
.confirm-dialog--danger { --confirm-accent: #a42646; --confirm-soft: #f9e9ee; }
.confirm-dialog--success { --confirm-accent: #0b795e; --confirm-soft: #e7f5ef; }
.confirm-dialog__backdrop { position: absolute; inset: 0; padding: 0; background: rgba(8, 27, 42, .58); border: 0; }
.confirm-dialog__panel {
  position: relative;
  width: min(410px, 100%);
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  padding: 20px;
  color: #17384c;
  background: #fff;
  border: 1px solid #c8d8df;
  border-top: 4px solid var(--confirm-accent);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(7, 27, 43, .28);
  transform: translateY(8px);
  transition: transform .14s ease;
}
.confirm-dialog.is-open .confirm-dialog__panel { transform: translateY(0); }
.confirm-dialog__icon { width: 40px; height: 40px; display: grid; place-items: center; color: var(--confirm-accent); background: var(--confirm-soft); border-radius: 50%; }
.confirm-dialog__icon svg { width: 21px; height: 21px; }
.confirm-dialog__copy h2 { margin: 1px 0 6px; color: #102a43; font-size: 17px; }
.confirm-dialog__copy p { margin: 0; color: #607789; font-size: 12px; line-height: 1.55; overflow-wrap: anywhere; }
.confirm-dialog__actions { grid-column: 1 / -1; display: flex; justify-content: flex-end; gap: 8px; margin-top: 5px; }
.confirm-dialog__actions .secondary, .confirm-dialog__accept { min-height: 36px; padding: 8px 14px; border-radius: 6px; font-size: 11px; font-weight: 900; cursor: pointer; }
.confirm-dialog__accept { color: #fff; background: var(--confirm-accent); border: 1px solid var(--confirm-accent); }
.confirm-dialog__accept:hover { filter: brightness(.94); }
.confirm-dialog__actions button:focus-visible { outline: 2px solid var(--confirm-accent); outline-offset: 2px; }

@media (prefers-reduced-motion: reduce) {
  .confirm-dialog, .confirm-dialog__panel { transition: none; }
}
