:root {
  --tblr-font-sans-serif: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

body {
  background: #f5f7fb;
}

.wrap {
  max-width: 1200px;
  margin: 24px auto;
  padding: 0 16px;
}

h1 {
  font-weight: 700;
  margin-bottom: 20px;
}

table {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.notice {
  border-radius: 12px;
}

a {
  text-decoration: none;
}


/* v22 – Login profesional */
.login-shell{
  min-height: calc(100vh - 48px);
  display:flex;
  align-items:center;
  justify-content:center;
}
.container-tight{ max-width: 420px; }

.login-brand{
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display:grid;
  place-items:center;
  background: linear-gradient(135deg, rgba(32,107,196,1) 0%, rgba(0,186,199,1) 100%);
  box-shadow: 0 10px 25px rgba(32,107,196,.22);
}
.login-mark{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(255,255,255,.14);
  display:grid;
  place-items:center;
  color:#fff;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: .5px;
}
