/* line 7, /app/app/assets/stylesheets/custom.scss */
body.ag-body,
body.ag-auth-body {
  background-color: #F7F8FA;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  color: #2D2E32;
}

/* line 19, /app/app/assets/stylesheets/custom.scss */
body.ag-body #wrapper {
  display: flex;
  min-height: 100vh;
}

/* line 25, /app/app/assets/stylesheets/custom.scss */
.ag-sidebar {
  width: 260px;
  background: #2D2E32;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: transform 0.3s ease;
}

/* line 39, /app/app/assets/stylesheets/custom.scss */
.ag-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
}
/* line 47, /app/app/assets/stylesheets/custom.scss */
.ag-brand:hover {
  text-decoration: none;
}

/* line 50, /app/app/assets/stylesheets/custom.scss */
.ag-logo-mark {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
}

/* line 56, /app/app/assets/stylesheets/custom.scss */
.ag-brand-name {
  color: #fff;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}
/* line 65, /app/app/assets/stylesheets/custom.scss */
.ag-brand-name strong {
  font-weight: 700;
  color: #3380CC;
}
/* line 70, /app/app/assets/stylesheets/custom.scss */
.ag-brand-name small {
  display: block;
  font-size: 0.62rem;
  color: #70757A;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 1px;
}

/* line 82, /app/app/assets/stylesheets/custom.scss */
.ag-nav-section {
  color: #70757A;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 20px 16px 6px;
  display: block;
}

/* line 93, /app/app/assets/stylesheets/custom.scss */
.ag-nav {
  list-style: none;
  padding: 8px 10px;
  margin: 0;
  flex: 1;
}

/* line 100, /app/app/assets/stylesheets/custom.scss */
.ag-nav-item {
  margin-bottom: 2px;
}
/* line 103, /app/app/assets/stylesheets/custom.scss */
.ag-nav-item a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #70757A;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  transition: background 0.15s ease, color 0.15s ease;
}
/* line 115, /app/app/assets/stylesheets/custom.scss */
.ag-nav-item a i {
  width: 20px;
  text-align: center;
  font-size: 1.15rem;
}
/* line 121, /app/app/assets/stylesheets/custom.scss */
.ag-nav-item a:hover {
  background: #3D3E42;
  color: #E8E9EA;
  text-decoration: none;
}
/* line 127, /app/app/assets/stylesheets/custom.scss */
.ag-nav-item a.ag-active {
  background: rgba(0, 86, 179, 0.22);
  color: #3380CC;
}
/* line 131, /app/app/assets/stylesheets/custom.scss */
.ag-nav-item a.ag-active i {
  color: #3380CC;
}

/* line 137, /app/app/assets/stylesheets/custom.scss */
.ag-sidebar-footer {
  padding: 12px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* line 142, /app/app/assets/stylesheets/custom.scss */
.ag-logout {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #70757A;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.15s ease;
}
/* line 154, /app/app/assets/stylesheets/custom.scss */
.ag-logout i {
  width: 18px;
  text-align: center;
}
/* line 156, /app/app/assets/stylesheets/custom.scss */
.ag-logout:hover {
  background: rgba(239, 68, 68, 0.12);
  color: #f87171;
  text-decoration: none;
}

/* line 164, /app/app/assets/stylesheets/custom.scss */
#ag-content {
  margin-left: 260px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* line 173, /app/app/assets/stylesheets/custom.scss */
.ag-topbar {
  height: 64px;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* line 187, /app/app/assets/stylesheets/custom.scss */
.ag-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #64748b;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
}
/* line 197, /app/app/assets/stylesheets/custom.scss */
.ag-menu-toggle:hover {
  background: #F7F8FA;
}

/* line 200, /app/app/assets/stylesheets/custom.scss */
.ag-topbar-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* line 206, /app/app/assets/stylesheets/custom.scss */
.ag-user-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #475569;
  font-size: 1rem;
  font-weight: 500;
  background: #F7F8FA;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #E2E6EA;
}
/* line 218, /app/app/assets/stylesheets/custom.scss */
.ag-user-badge i {
  font-size: 1rem;
  color: #0056B3;
}

/* line 222, /app/app/assets/stylesheets/custom.scss */
.ag-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
/* line 228, /app/app/assets/stylesheets/custom.scss */
.ag-page-header h1, .ag-page-header h2, .ag-page-header h3 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2D2E32;
  margin: 0;
}

/* line 238, /app/app/assets/stylesheets/custom.scss */
.ag-main {
  padding: 28px 32px;
  flex: 1;
}

/* line 244, /app/app/assets/stylesheets/custom.scss */
.ag-flash {
  padding: 13px 18px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
/* line 254, /app/app/assets/stylesheets/custom.scss */
.ag-flash i {
  font-size: 1rem;
}
/* line 256, /app/app/assets/stylesheets/custom.scss */
.ag-flash.ag-flash-notice {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}
/* line 260, /app/app/assets/stylesheets/custom.scss */
.ag-flash.ag-flash-notice i {
  color: #10b981;
}
/* line 263, /app/app/assets/stylesheets/custom.scss */
.ag-flash.ag-flash-alert {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
/* line 267, /app/app/assets/stylesheets/custom.scss */
.ag-flash.ag-flash-alert i {
  color: #ef4444;
}

/* line 272, /app/app/assets/stylesheets/custom.scss */
.ag-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

/* line 280, /app/app/assets/stylesheets/custom.scss */
.ag-card-header {
  padding: 16px 22px;
  border-bottom: 1px solid #E2E6EA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 287, /app/app/assets/stylesheets/custom.scss */
.ag-card-header h4, .ag-card-header h5 {
  margin: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #2D2E32;
}

/* line 296, /app/app/assets/stylesheets/custom.scss */
.ag-card-body {
  padding: 20px 22px;
}

/* line 301, /app/app/assets/stylesheets/custom.scss */
.ag-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}
/* line 306, /app/app/assets/stylesheets/custom.scss */
.ag-table thead th {
  background: #F7F8FA;
  color: #70757A;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 11px 16px;
  border-bottom: 1px solid #E2E6EA;
  text-align: left;
}
/* line 319, /app/app/assets/stylesheets/custom.scss */
.ag-table tbody tr {
  border-bottom: 1px solid #eef0f3;
  transition: background 0.1s;
}
/* line 323, /app/app/assets/stylesheets/custom.scss */
.ag-table tbody tr:hover {
  background: #f4f6f8;
}
/* line 324, /app/app/assets/stylesheets/custom.scss */
.ag-table tbody tr:last-child {
  border-bottom: none;
}
/* line 327, /app/app/assets/stylesheets/custom.scss */
.ag-table tbody td {
  padding: 13px 16px;
  color: #2D2E32;
  vertical-align: middle;
}

/* line 335, /app/app/assets/stylesheets/custom.scss */
.ag-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}
/* line 343, /app/app/assets/stylesheets/custom.scss */
.ag-badge.ag-badge-success {
  background: #ecfdf5;
  color: #059669;
}
/* line 348, /app/app/assets/stylesheets/custom.scss */
.ag-badge.ag-badge-danger {
  background: #fef2f2;
  color: #dc2626;
}
/* line 353, /app/app/assets/stylesheets/custom.scss */
.ag-badge.ag-badge-info {
  background: #eff6ff;
  color: #2563eb;
}

/* line 360, /app/app/assets/stylesheets/custom.scss */
.btn-primary,
.ag-btn-primary {
  background: #0056B3;
  border-color: #004494;
  border-radius: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 9px 20px;
  transition: background 0.15s;
  color: #fff;
}
/* line 372, /app/app/assets/stylesheets/custom.scss */
.btn-primary:hover, .btn-primary:focus,
.ag-btn-primary:hover,
.ag-btn-primary:focus {
  background: #004494;
  border-color: #004494;
  color: #fff;
}

/* line 379, /app/app/assets/stylesheets/custom.scss */
.btn-default {
  border-radius: 8px;
  font-size: 1.05rem;
  font-weight: 500;
}

/* line 385, /app/app/assets/stylesheets/custom.scss */
.btn-danger {
  border-radius: 8px;
  font-size: 1.05rem;
}

/* line 391, /app/app/assets/stylesheets/custom.scss */
.form-control {
  border-radius: 8px;
  border: 1.5px solid #E2E6EA;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.95rem;
  padding: 9px 13px;
  height: auto;
  transition: border-color 0.15s, box-shadow 0.15s;
  color: #2D2E32;
}
/* line 401, /app/app/assets/stylesheets/custom.scss */
.form-control:focus {
  border-color: #0056B3;
  box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.12);
  outline: none;
}

/* line 408, /app/app/assets/stylesheets/custom.scss */
label {
  font-size: 1rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: 5px;
}

/* line 416, /app/app/assets/stylesheets/custom.scss */
.ag-stat-card {
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #E2E6EA;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 24px 22px;
  display: flex;
  align-items: center;
  gap: 18px;
}

/* line 427, /app/app/assets/stylesheets/custom.scss */
.ag-stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
/* line 436, /app/app/assets/stylesheets/custom.scss */
.ag-stat-icon i {
  font-size: 1.3rem;
}
/* line 438, /app/app/assets/stylesheets/custom.scss */
.ag-stat-icon.ag-stat-primary {
  background: rgba(0, 86, 179, 0.1);
}
/* line 438, /app/app/assets/stylesheets/custom.scss */
.ag-stat-icon.ag-stat-primary i {
  color: #0056B3;
}
/* line 439, /app/app/assets/stylesheets/custom.scss */
.ag-stat-icon.ag-stat-success {
  background: rgba(16, 185, 129, 0.1);
}
/* line 439, /app/app/assets/stylesheets/custom.scss */
.ag-stat-icon.ag-stat-success i {
  color: #10b981;
}
/* line 440, /app/app/assets/stylesheets/custom.scss */
.ag-stat-icon.ag-stat-warning {
  background: rgba(245, 158, 11, 0.12);
}
/* line 440, /app/app/assets/stylesheets/custom.scss */
.ag-stat-icon.ag-stat-warning i {
  color: #f59e0b;
}
/* line 441, /app/app/assets/stylesheets/custom.scss */
.ag-stat-icon.ag-stat-info {
  background: rgba(59, 130, 246, 0.1);
}
/* line 441, /app/app/assets/stylesheets/custom.scss */
.ag-stat-icon.ag-stat-info i {
  color: #3b82f6;
}

/* line 445, /app/app/assets/stylesheets/custom.scss */
.ag-stat-body .ag-stat-value {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #2D2E32;
  line-height: 1;
  margin-bottom: 4px;
}
/* line 453, /app/app/assets/stylesheets/custom.scss */
.ag-stat-body .ag-stat-label {
  font-size: 0.82rem;
  color: #70757A;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* line 462, /app/app/assets/stylesheets/custom.scss */
.ag-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  /* line 462, /app/app/assets/stylesheets/custom.scss */
  .ag-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  /* line 462, /app/app/assets/stylesheets/custom.scss */
  .ag-stat-grid {
    grid-template-columns: 1fr;
  }
}

/* line 473, /app/app/assets/stylesheets/custom.scss */
.ag-filter-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
/* line 479, /app/app/assets/stylesheets/custom.scss */
.ag-filter-bar .ag-filter-input {
  flex: 1;
  min-width: 180px;
}
/* line 484, /app/app/assets/stylesheets/custom.scss */
.ag-filter-bar .ag-filter-select {
  min-width: 160px;
}

/* line 490, /app/app/assets/stylesheets/custom.scss */
.ag-progress {
  height: 6px;
  background: #E2E6EA;
  border-radius: 999px;
  overflow: hidden;
}
/* line 496, /app/app/assets/stylesheets/custom.scss */
.ag-progress .ag-progress-bar {
  height: 100%;
  background: #0056B3;
  border-radius: 999px;
  transition: width 0.3s ease;
}

/* line 505, /app/app/assets/stylesheets/custom.scss */
body.ag-auth-body {
  background: #2D2E32;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 512, /app/app/assets/stylesheets/custom.scss */
.ag-auth-wrapper {
  display: flex;
  width: 100%;
  min-height: 100vh;
}

/* line 518, /app/app/assets/stylesheets/custom.scss */
.ag-auth-brand-panel {
  flex: 1;
  background: #2D2E32;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 48px;
  position: relative;
  overflow: hidden;
}
/* line 530, /app/app/assets/stylesheets/custom.scss */
.ag-auth-brand-panel::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(0, 86, 179, 0.18);
  top: -100px;
  right: -100px;
}
/* line 541, /app/app/assets/stylesheets/custom.scss */
.ag-auth-brand-panel::after {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(0, 86, 179, 0.1);
  bottom: -200px;
  left: -150px;
}

/* line 553, /app/app/assets/stylesheets/custom.scss */
.ag-auth-logo-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
  z-index: 1;
}

/* line 561, /app/app/assets/stylesheets/custom.scss */
.ag-auth-logo-icon {
  width: 52px;
  height: 52px;
}

/* line 566, /app/app/assets/stylesheets/custom.scss */
.ag-auth-logo-name {
  color: #fff;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}
/* line 575, /app/app/assets/stylesheets/custom.scss */
.ag-auth-logo-name strong {
  font-weight: 700;
  color: #3380CC;
}

/* line 581, /app/app/assets/stylesheets/custom.scss */
.ag-auth-brand-tagline {
  color: #70757A;
  font-size: 1.05rem;
  text-align: center;
  max-width: 320px;
  line-height: 1.6;
  z-index: 1;
  margin-bottom: 48px;
}

/* line 591, /app/app/assets/stylesheets/custom.scss */
.ag-auth-stats {
  display: flex;
  gap: 40px;
  z-index: 1;
}

/* line 597, /app/app/assets/stylesheets/custom.scss */
.ag-auth-stat {
  text-align: center;
}
/* line 600, /app/app/assets/stylesheets/custom.scss */
.ag-auth-stat strong {
  display: block;
  color: #3380CC;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
/* line 609, /app/app/assets/stylesheets/custom.scss */
.ag-auth-stat span {
  color: #70757A;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
}

/* line 618, /app/app/assets/stylesheets/custom.scss */
.ag-auth-form-panel {
  width: 480px;
  flex-shrink: 0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 52px;
}

/* line 629, /app/app/assets/stylesheets/custom.scss */
.ag-auth-form-inner {
  width: 100%;
  max-width: 360px;
}

/* line 634, /app/app/assets/stylesheets/custom.scss */
.ag-auth-form-title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2D2E32;
  margin: 0 0 6px;
}

/* line 642, /app/app/assets/stylesheets/custom.scss */
.ag-auth-form-sub {
  color: #64748b;
  font-size: 0.875rem;
  margin-bottom: 32px;
}

/* line 648, /app/app/assets/stylesheets/custom.scss */
.ag-form-group {
  margin-bottom: 18px;
}
/* line 651, /app/app/assets/stylesheets/custom.scss */
.ag-form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: 6px;
}
/* line 659, /app/app/assets/stylesheets/custom.scss */
.ag-form-group input.ag-form-control {
  width: 100%;
  border-radius: 8px;
  border: 1.5px solid #E2E6EA;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.925rem;
  padding: 11px 14px;
  outline: none;
  color: #2D2E32;
  transition: border-color 0.15s, box-shadow 0.15s;
  box-sizing: border-box;
}
/* line 671, /app/app/assets/stylesheets/custom.scss */
.ag-form-group input.ag-form-control:focus {
  border-color: #0056B3;
  box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.12);
}

/* line 678, /app/app/assets/stylesheets/custom.scss */
.ag-btn-submit {
  width: 100%;
  background: #0056B3;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 13px;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.15s, transform 0.1s;
  letter-spacing: 0.02em;
}
/* line 693, /app/app/assets/stylesheets/custom.scss */
.ag-btn-submit:hover {
  background: #004494;
  transform: translateY(-1px);
}
/* line 698, /app/app/assets/stylesheets/custom.scss */
.ag-btn-submit:active {
  transform: translateY(0);
}

@media (max-width: 1024px) {
  /* line 703, /app/app/assets/stylesheets/custom.scss */
  .ag-auth-brand-panel {
    display: none;
  }

  /* line 704, /app/app/assets/stylesheets/custom.scss */
  .ag-auth-form-panel {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 708, /app/app/assets/stylesheets/custom.scss */
  .ag-menu-toggle {
    display: block;
  }

  /* line 710, /app/app/assets/stylesheets/custom.scss */
  .ag-sidebar {
    transform: translateX(-260px);
  }
  /* line 713, /app/app/assets/stylesheets/custom.scss */
  .ag-sidebar.ag-open {
    transform: translateX(0);
  }

  /* line 716, /app/app/assets/stylesheets/custom.scss */
  #ag-content {
    margin-left: 0;
  }

  /* line 718, /app/app/assets/stylesheets/custom.scss */
  .ag-main {
    padding: 20px 16px;
  }
}
