/**
 * HRM static pages — installer splash, pre-boot errors, shared shell
 * Primary: #056464 (matches global.css / installer)
 */
:root {
  --hrm-primary: #056464;
  --hrm-primary-dark: #044d4d;
  --hrm-primary-light: #0d7a7a;
  --hrm-primary-soft: #f0fdfa;
  --hrm-primary-muted: rgba(5, 100, 100, 0.12);
  --hrm-success: #0fb450;
  --hrm-success-soft: rgba(15, 180, 80, 0.12);
  --hrm-warning: #f59e0b;
  --hrm-warning-soft: rgba(245, 158, 11, 0.12);
  --hrm-danger: #ea5659;
  --hrm-danger-soft: rgba(234, 86, 89, 0.1);
  --hrm-body: #f5f6fa;
  --hrm-surface: #ffffff;
  --hrm-surface-2: #f9fafb;
  --hrm-text: #15264b;
  --hrm-text-muted: #6b7280;
  --hrm-border: #dcdee0;
  --hrm-radius: 0.5rem;
  --hrm-radius-lg: 12px;
  --hrm-shadow: 0 0.2rem 1.2rem rgba(15, 38, 75, 0.08);
  --hrm-shadow-lg: 0 12px 40px rgba(5, 100, 100, 0.12);
  --hrm-font: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html, body { min-height: 100%; }

body {
  margin: 0;
  font: 14px/1.6 var(--hrm-font);
  color: var(--hrm-text);
  background: var(--hrm-body);
  background-image:
    radial-gradient(900px 400px at 100% -10%, rgba(5, 100, 100, 0.08), transparent 55%),
    radial-gradient(700px 350px at -10% 100%, rgba(5, 100, 100, 0.05), transparent 50%);
}

a { color: var(--hrm-primary); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap {
  max-width: 920px;
  margin: 0 auto;
  padding: 28px 20px 40px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.brand-mark {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: var(--hrm-radius-lg);
  background: linear-gradient(145deg, var(--hrm-primary), var(--hrm-primary-light));
  color: #fff;
  box-shadow: var(--hrm-shadow-lg);
  flex-shrink: 0;
}

.brand-mark > .ti {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  line-height: 1;
  display: block;
}

.brand-mark > .ti::before {
  display: block;
  line-height: 1;
}

.brand-mark--logo {
  background: #fff;
  padding: 4px;
  overflow: hidden;
  border: 1px solid var(--hrm-border);
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-mark--logo img,
.brand-mark__favicon {
  width: 28px;
  height: 28px;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
  display: block;
}

.brand-mark--danger {
  background: linear-gradient(145deg, var(--hrm-danger), #f87171);
  box-shadow: 0 12px 40px rgba(234, 86, 89, 0.2);
}

.brand-mark--danger.brand-mark--logo {
  background: linear-gradient(145deg, var(--hrm-danger), #f87171);
}

.brand-text h1 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--hrm-text);
}

.brand-text p {
  margin: 2px 0 0;
  font-size: 0.8rem;
  color: var(--hrm-text-muted);
}

.panel {
  background: var(--hrm-surface);
  border: 1px solid var(--hrm-border);
  border-radius: 16px;
  box-shadow: var(--hrm-shadow);
  overflow: hidden;
}

.panel__hero {
  padding: 24px 28px 20px;
  background: linear-gradient(180deg, var(--hrm-primary-soft) 0%, var(--hrm-surface) 100%);
  border-bottom: 1px solid var(--hrm-border);
}

.panel__hero--danger {
  background: linear-gradient(180deg, var(--hrm-danger-soft) 0%, var(--hrm-surface) 100%);
}

.panel__hero h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--hrm-text);
  display: flex;
  align-items: center;
  gap: 10px;
}

.panel__hero h2 .ti { color: var(--hrm-primary); font-size: 1.35rem; }
.panel__hero--danger h2 .ti { color: var(--hrm-danger); }

.panel__hero .lede,
.panel__hero > p {
  margin: 8px 0 0;
  color: var(--hrm-text-muted);
  max-width: 52rem;
}

.panel__body { padding: 24px 28px 28px; }

.grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .grid { grid-template-columns: 1fr; }
}

.card {
  background: var(--hrm-surface-2);
  border: 1px solid var(--hrm-border);
  border-radius: var(--hrm-radius-lg);
  padding: 18px 20px;
}

.card h3 {
  margin: 0 0 12px;
  font-size: 0.95rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.card h3 .ti { color: var(--hrm-primary); }

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list li {
  position: relative;
  padding: 6px 0 6px 1.5rem;
  color: var(--hrm-text-muted);
  font-size: 0.875rem;
}

.list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hrm-primary);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--hrm-surface);
  border: 1px solid var(--hrm-border);
  font-size: 0.75rem;
  color: var(--hrm-text-muted);
}

.chip .ti { font-size: 0.85rem; color: var(--hrm-primary); }

.cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  align-items: center;
  justify-content: flex-start;
}

.cta--center { justify-content: center; }

.btn {
  appearance: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: var(--hrm-radius);
  padding: 10px 18px;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.15s, box-shadow 0.15s;
}

.btn-primary {
  background: var(--hrm-primary);
  color: #fff;
  box-shadow: 0 4px 14px var(--hrm-primary-muted);
}

.btn-primary:hover {
  background: var(--hrm-primary-dark);
  color: #fff;
  text-decoration: none;
}

.btn-secondary {
  background: var(--hrm-surface);
  border-color: var(--hrm-border);
  color: var(--hrm-text);
}

.btn-secondary:hover {
  border-color: var(--hrm-primary);
  color: var(--hrm-primary);
  text-decoration: none;
}

.btn-light-primary {
  background: var(--hrm-primary-soft);
  border-color: transparent;
  color: var(--hrm-primary);
  box-shadow: none;
}

.btn-light-primary:hover {
  background: var(--hrm-primary-muted);
  border-color: var(--hrm-primary);
  color: var(--hrm-primary);
  text-decoration: none;
}

.btn-back:hover {
  background: var(--hrm-primary);
  border-color: var(--hrm-primary);
  color: #fff;
  box-shadow: 0 4px 14px var(--hrm-primary-muted);
  text-decoration: none;
}

.alert {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: var(--hrm-radius);
  font-size: 0.875rem;
}

.alert__icon { font-size: 1.25rem; flex-shrink: 0; }

.alert--error {
  border: 1px solid rgba(234, 86, 89, 0.35);
  background: var(--hrm-danger-soft);
  color: #991b1b;
}

.alert--error .alert__icon { color: var(--hrm-danger); }

.alert--info {
  border: 1px solid rgba(5, 100, 100, 0.25);
  background: var(--hrm-primary-soft);
  color: var(--hrm-primary-dark);
}

.alert--info .alert__icon { color: var(--hrm-primary); }

.callout {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: var(--hrm-radius);
  border: 1px solid var(--hrm-border);
  background: var(--hrm-primary-soft);
  color: var(--hrm-text-muted);
  font-size: 0.8125rem;
}

.callout .ti {
  color: var(--hrm-primary);
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.path-box {
  margin-top: 14px;
  padding: 14px 16px;
  background: var(--hrm-surface-2);
  border: 1px solid var(--hrm-border);
  border-radius: var(--hrm-radius);
  font-family: ui-monospace, Consolas, monospace;
  font-size: 0.8125rem;
  word-break: break-all;
}

code {
  font-size: 0.85em;
  background: var(--hrm-surface-2);
  border: 1px solid var(--hrm-border);
  border-radius: 4px;
  padding: 2px 6px;
}

.muted { color: var(--hrm-text-muted); }
.small { font-size: 0.75rem; }

.footer {
  margin-top: 24px;
  text-align: center;
  font-size: 0.75rem;
  color: var(--hrm-text-muted);
}

.site-footer {
  margin-top: 24px;
  padding: 16px 20px;
  text-align: center;
  background: var(--hrm-surface);
  border: 1px solid var(--hrm-border);
  border-radius: var(--hrm-radius-lg);
  font-size: 0.8125rem;
  color: var(--hrm-text-muted);
}

.site-footer p {
  margin: 0 0 8px;
}

.site-footer p:last-child {
  margin-bottom: 0;
}

.site-footer .footer-links {
  margin-bottom: 10px;
}

.site-footer .footer-links .link,
.site-footer .footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: var(--hrm-primary);
  text-decoration: none;
}

.site-footer .footer-links a:hover {
  text-decoration: underline;
}

.list--need li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 0;
}

.list--need li::before {
  display: none;
}

.list--need li .ti {
  color: var(--hrm-primary);
  font-size: 1rem;
  flex-shrink: 0;
}

/* Compact centered error card (404 / 403 in-app) */
.error-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.error-shell .wrap {
  width: 100%;
  max-width: 480px;
  padding: 20px;
}

.error-code {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--hrm-primary);
  line-height: 1;
  margin: 0 0 8px;
  letter-spacing: -0.03em;
}

.error-code--danger { color: var(--hrm-danger); }

.error-shell .panel__body { text-align: center; }

.error-shell .panel__body p { color: var(--hrm-text-muted); margin: 0 0 20px; }

.error-shell .cta { justify-content: center; }

.error-detail {
  text-align: left;
  color: var(--hrm-text-muted);
  font-size: 0.875rem;
}

.error-detail p { margin: 0 0 10px; }

.error-detail pre,
.error-detail code {
  display: block;
  overflow: auto;
  padding: 12px;
  background: var(--hrm-surface-2);
  border: 1px solid var(--hrm-border);
  border-radius: var(--hrm-radius);
  font-size: 0.75rem;
}

.error-wrap {
  max-width: 520px;
}

.error-brand {
  margin-bottom: 16px;
}

.error-panel {
  margin-bottom: 0;
}

.error-panel-footer {
  padding: 12px 28px 16px;
  border-top: 1px solid var(--hrm-border);
  background: var(--hrm-surface-2);
  text-align: center;
  font-size: 0.75rem;
  color: var(--hrm-text-muted);
}

.error-panel-footer p {
  margin: 0;
  line-height: 1.5;
}

.error-tech {
  text-align: left;
  font-size: 0.8125rem;
  color: var(--hrm-text-muted);
}

.error-tech p {
  margin: 0 0 8px;
}

.error-trace {
  margin: 0 0 8px;
  padding: 10px 12px;
  background: var(--hrm-surface-2);
  border: 1px solid var(--hrm-border);
  border-radius: var(--hrm-radius);
  font-size: 0.72rem;
  white-space: pre-wrap;
  word-break: break-word;
}

body.error-page--danger .panel__hero h2 {
  color: var(--hrm-danger);
}

/* ===== Auth pages (extracted from authentication views) ===== */
/* Scoped under body:has(.login-wrapper) / .login-wrapper so splash & installer
   shell (.btn-primary teal, body layout) are not overridden by auth pages. */

/* from login.php */
body:has(.login-wrapper) {
      font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
      background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
    }

    .login-wrapper {
      max-width: 400px;
      width: 100%;
      padding: 1rem;
    }

    .login-card {
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .login-header {
      text-align: center;
      padding: 2rem 1.5rem;
      background: #f8f9fa;
      border-bottom: 1px solid #dee2e6;
    }

    .login-header h2 {
      font-size: clamp(1.5rem, 4vw, 1.75rem);
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 0.5rem;
    }

    .login-header p {
      font-size: 0.875rem;
      color: #6c757d;
      margin: 0;
    }

    .login-body {
      padding: 1.5rem;
    }

    .form-label {
      font-size: 0.875rem;
      font-weight: 500;
      color: #495057;
      margin-bottom: 0.25rem;
    }

    .form-control {
      font-size: 0.875rem;
      padding: 0.75rem;
      border-radius: 8px;
      border: 1px solid #ced4da;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .form-control:focus {
      border-color: #007bff;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
      outline: none;
    }

    .form-control.is-invalid {
      border-color: #dc3545;
    }

    .invalid-feedback {
      font-size: 0.75rem;
      color: #dc3545;
    }

    .form-check-label {
      font-size: 0.875rem;
      color: #495057;
    }

    .forgot-link {
      font-size: 0.875rem;
      color: #007bff;
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .forgot-link:hover {
      color: #0056b3;
      text-decoration: underline;
    }

    .login-wrapper .btn-signin {
      width: 100%;
      padding: 0.75rem;
      font-size: 0.875rem;
      font-weight: 500;
      background: #007bff;
      border: none;
      border-radius: 8px;
      color: #ffffff;
      transition: background-color 0.2s ease, transform 0.2s ease;
    }

    .login-wrapper .btn-signin:hover {
      background: #0056b3;
      transform: translateY(-2px);
    }

    .login-wrapper .btn-signin:active {
      transform: translateY(0);
    }

    .form-check-input {
      margin-top: 0.25rem;
    }

    .login-footer {
      text-align: center;
      padding: 1rem;
      font-size: 0.75rem;
      color: #6c757d;
      border-top: 1px solid #dee2e6;
    }

    @media (max-width: 576px) {
      .login-wrapper {
        padding: 0.5rem;
      }

      .login-card {
        border-radius: 8px;
      }

      .login-header {
        padding: 1.5rem 1rem;
      }

      .login-body {
        padding: 1rem;
      }
    }

/* from register.php */
body:has(.login-wrapper) {
      font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
      background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
    }

    .login-wrapper {
      max-width: 650px;
      width: 100%;
      padding: 1rem;
    }

    .login-card {
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .login-header {
      text-align: center;
      padding: 2rem 1.5rem;
      background: #f8f9fa;
      border-bottom: 1px solid #dee2e6;
    }

    .login-header h2 {
      font-size: clamp(1rem, 4vw, 1.75rem);
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 0.5rem;
    }

    .login-header p {
      font-size: 0.875rem;
      color: #6c757d;
      margin: 0;
    }

    .login-body {
      padding: 1.5rem;
    }

    .form-label {
      font-size: 0.875rem;
      font-weight: 500;
      color: #495057;
      margin-bottom: 0.25rem;
    }

    .form-control {
      font-size: 0.875rem;
      padding: 0.75rem;
      border-radius: 8px;
      border: 1px solid #ced4da;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .form-control:focus {
      border-color: #007bff;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
      outline: none;
    }

    .form-control.is-invalid {
      border-color: #dc3545;
    }

    .invalid-feedback {
      font-size: 0.75rem;
      color: #dc3545;
    }

    .login-wrapper .btn-primary {
      width: 100%;
      padding: 0.75rem;
      font-size: 0.875rem;
      font-weight: 500;
      background: #007bff;
      border: none;
      border-radius: 8px;
      color: #ffffff;
      transition: background-color 0.2s ease, transform 0.2s ease;
    }

    .login-wrapper .btn-primary:hover {
      background: #0056b3;
      transform: translateY(-2px);
    }

    .login-wrapper .btn-primary:active {
      transform: translateY(0);
    }

    .login-footer {
      text-align: center;
      padding: 1rem;
      font-size: 0.75rem;
      color: #6c757d;
      border-top: 1px solid #dee2e6;
    }

    .input-group-text {
      background-color: #f8f9fa;
    }

    @media (max-width: 576px) {
      .login-wrapper {
        padding: 0.5rem;
      }

      .login-card {
        border-radius: 8px;
      }

      .login-header {
        padding: 1.5rem 1rem;
      }

      .login-body {
        padding: 1rem;
      }
    }

/* from forgot_password.php */
body:has(.login-wrapper) {
      font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
      background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
    }

    .login-wrapper {
      max-width: 400px;
      width: 100%;
      padding: 1rem;
    }

    .login-card {
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .login-header {
      text-align: center;
      padding: 2rem 1.5rem;
      background: #f8f9fa;
      border-bottom: 1px solid #dee2e6;
    }

    .login-header h2 {
      font-size: clamp(1.5rem, 4vw, 1.75rem);
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 0.5rem;
    }

    .login-header p {
      font-size: 0.875rem;
      color: #6c757d;
      margin: 0;
    }

    .login-body {
      padding: 1.5rem;
    }

    .form-label {
      font-size: 0.875rem;
      font-weight: 500;
      color: #495057;
      margin-bottom: 0.25rem;
    }

    .form-control {
      font-size: 0.875rem;
      padding: 0.75rem;
      border-radius: 8px;
      border: 1px solid #ced4da;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .form-control:focus {
      border-color: #007bff;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
      outline: none;
    }

    .form-control.is-invalid {
      border-color: #dc3545;
    }

    .invalid-feedback {
      font-size: 0.75rem;
      color: #dc3545;
    }

    .forgot-link {
      font-size: 0.875rem;
      color: #007bff;
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .forgot-link:hover {
      color: #0056b3;
      text-decoration: underline;
    }

    .login-wrapper .btn-reset {
      width: 100%;
      padding: 0.75rem;
      font-size: 0.875rem;
      font-weight: 500;
      background: #007bff;
      border: none;
      border-radius: 8px;
      color: #ffffff;
      transition: background-color 0.2s ease, transform 0.2s ease;
    }

    .login-wrapper .btn-reset:hover {
      background: #0056b3;
      transform: translateY(-2px);
    }

    .login-wrapper .btn-reset:active {
      transform: translateY(0);
    }

    .login-wrapper .btn-back {
      width: 100%;
      padding: 0.75rem;
      font-size: 0.875rem;
      font-weight: 500;
      background: transparent;
      border: 1px solid #007bff;
      border-radius: 8px;
      color: #007bff;
      transition: all 0.2s ease;
      margin-top: 0.5rem;
    }

    .login-wrapper .btn-back:hover {
      background: #f8f9fa;
      color: #0056b3;
      border-color: #0056b3;
    }

    .login-footer {
      text-align: center;
      padding: 1rem;
      font-size: 0.75rem;
      color: #6c757d;
      border-top: 1px solid #dee2e6;
    }

    @media (max-width: 576px) {
      .login-wrapper {
        padding: 0.5rem;
      }

      .login-card {
        border-radius: 8px;
      }

      .login-header {
        padding: 1.5rem 1rem;
      }

      .login-body {
        padding: 1rem;
      }
    }

/* from reset_password.php */
body:has(.login-wrapper) {
      font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
      background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
    }

    .login-wrapper {
      max-width: 400px;
      width: 100%;
      padding: 1rem;
    }

    .login-card {
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .login-header {
      text-align: center;
      padding: 2rem 1.5rem;
      background: #f8f9fa;
      border-bottom: 1px solid #dee2e6;
    }

    .login-header h2 {
      font-size: clamp(1.5rem, 4vw, 1.75rem);
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 0.5rem;
    }

    .login-header p {
      font-size: 0.875rem;
      color: #6c757d;
      margin: 0;
    }

    .login-body {
      padding: 1.5rem;
    }

    .form-label {
      font-size: 0.875rem;
      font-weight: 500;
      color: #495057;
      margin-bottom: 0.25rem;
    }

    .form-control {
      font-size: 0.875rem;
      padding: 0.75rem;
      border-radius: 8px;
      border: 1px solid #ced4da;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .form-control:focus {
      border-color: #007bff;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
      outline: none;
    }

    .form-control.is-invalid {
      border-color: #dc3545;
    }

    .invalid-feedback {
      font-size: 0.75rem;
      color: #dc3545;
    }

    .password-hint {
      font-size: 0.75rem;
      color: #6c757d;
      margin-top: 0.25rem;
    }

    .login-wrapper .btn-reset {
      width: 100%;
      padding: 0.75rem;
      font-size: 0.875rem;
      font-weight: 500;
      background: #007bff;
      border: none;
      border-radius: 8px;
      color: #ffffff;
      transition: background-color 0.2s ease, transform 0.2s ease;
    }

    .login-wrapper .btn-reset:hover {
      background: #0056b3;
      transform: translateY(-2px);
    }

    .login-wrapper .btn-reset:active {
      transform: translateY(0);
    }

    .login-footer {
      text-align: center;
      padding: 1rem;
      font-size: 0.75rem;
      color: #6c757d;
      border-top: 1px solid #dee2e6;
    }

    @media (max-width: 576px) {
      .login-wrapper {
        padding: 0.5rem;
      }

      .login-card {
        border-radius: 8px;
      }

      .login-header {
        padding: 1.5rem 1rem;
      }

      .login-body {
        padding: 1rem;
      }
    }
