/* ============================================================
   CODEMA Quality Portal — shared base
   IBM Plex Sans + IBM Plex Mono, graphite + restrained accent
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  line-height: 1.45;
}
h1, h2, h3, h4, p, ul, ol, figure { margin: 0; }
button { font-family: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
input, textarea, select, button { font-family: inherit; font-size: inherit; color: inherit; }
table { border-collapse: collapse; width: 100%; }
.mono { font-family: 'IBM Plex Mono', ui-monospace, monospace; font-feature-settings: 'tnum' 1; }

/* shared scrollbar */
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-thumb { background: rgba(0,0,0,.16); border: 3px solid transparent; background-clip: padding-box; border-radius: 99px; }
::-webkit-scrollbar-thumb:hover { background: rgba(0,0,0,.28); border: 3px solid transparent; background-clip: padding-box; }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.codema-mark { display: inline-flex; align-items: center; gap: 9px; }
.codema-mark svg { display: block; }
.codema-word { font-weight: 700; letter-spacing: .18em; font-size: 15px; }
.codema-sub { font-size: 7px; letter-spacing: .1em; color: var(--ink-3); margin-top: 1px; white-space: nowrap; }
