/* line 154, app/assets/stylesheets/_colors.scss */
.bg-text-primary {
  background-color: #141c25;
}

/* line 154, app/assets/stylesheets/_colors.scss */
.bg-text-secondary {
  background-color: #344051;
}

/* line 154, app/assets/stylesheets/_colors.scss */
.bg-text-tertiary {
  background-color: #637083;
}

/* line 154, app/assets/stylesheets/_colors.scss */
.bg-text-quaternary {
  background-color: #ffffff;
}

/* line 154, app/assets/stylesheets/_colors.scss */
.bg-bg-white {
  background-color: #ffffff;
}

/* line 154, app/assets/stylesheets/_colors.scss */
.bg-bg-50 {
  background-color: #f9fafb;
}

/* line 154, app/assets/stylesheets/_colors.scss */
.bg-bg-100 {
  background-color: #f2f4f7;
}

/* line 154, app/assets/stylesheets/_colors.scss */
.bg-border-200 {
  background-color: #e4e7ec;
}

/* line 154, app/assets/stylesheets/_colors.scss */
.bg-border-300 {
  background-color: #ced2da;
}

/* line 154, app/assets/stylesheets/_colors.scss */
.bg-primary {
  background-color: #0166ff;
}

/* line 154, app/assets/stylesheets/_colors.scss */
.bg-success {
  background-color: #10b978;
}

/* line 154, app/assets/stylesheets/_colors.scss */
.bg-warning {
  background-color: #f59e0b;
}

/* line 154, app/assets/stylesheets/_colors.scss */
.bg-yellow {
  background-color: #eab308;
}

/* line 154, app/assets/stylesheets/_colors.scss */
.bg-orange {
  background-color: #f97316;
}

/* line 161, app/assets/stylesheets/_colors.scss */
.text-text-primary {
  color: #141c25;
}

/* line 161, app/assets/stylesheets/_colors.scss */
.text-text-secondary {
  color: #344051;
}

/* line 161, app/assets/stylesheets/_colors.scss */
.text-text-tertiary {
  color: #637083;
}

/* line 161, app/assets/stylesheets/_colors.scss */
.text-text-quaternary {
  color: #ffffff;
}

/* line 161, app/assets/stylesheets/_colors.scss */
.text-bg-white {
  color: #ffffff;
}

/* line 161, app/assets/stylesheets/_colors.scss */
.text-bg-50 {
  color: #f9fafb;
}

/* line 161, app/assets/stylesheets/_colors.scss */
.text-bg-100 {
  color: #f2f4f7;
}

/* line 161, app/assets/stylesheets/_colors.scss */
.text-border-200 {
  color: #e4e7ec;
}

/* line 161, app/assets/stylesheets/_colors.scss */
.text-border-300 {
  color: #ced2da;
}

/* line 161, app/assets/stylesheets/_colors.scss */
.text-primary {
  color: #0166ff;
}

/* line 161, app/assets/stylesheets/_colors.scss */
.text-success {
  color: #10b978;
}

/* line 161, app/assets/stylesheets/_colors.scss */
.text-warning {
  color: #f59e0b;
}

/* line 161, app/assets/stylesheets/_colors.scss */
.text-yellow {
  color: #eab308;
}

/* line 161, app/assets/stylesheets/_colors.scss */
.text-orange {
  color: #f97316;
}

/* line 167, app/assets/stylesheets/_colors.scss */
.border-200 {
  border-color: #e4e7ec;
}

/* line 171, app/assets/stylesheets/_colors.scss */
.border-300 {
  border-color: #ced2da;
}

/* line 179, app/assets/stylesheets/_colors.scss */
.shadow-button {
  box-shadow: 0 1px 2px 0 #141c250a;
}

/* line 10, app/assets/stylesheets/admin.scss */
.admin-page {
  padding: 24px;
  max-width: 1400px;
  margin: 0 auto;
}

/* line 17, app/assets/stylesheets/admin.scss */
.admin-nav-tabs {
  display: flex;
  gap: 4px;
  background-color: #f9fafb;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 6px;
  margin-bottom: 24px;
  width: fit-content;
}

/* line 28, app/assets/stylesheets/admin.scss */
.admin-nav-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #637083;
  text-decoration: none;
  transition: all 0.2s;
  background-color: transparent;
}

/* line 42, app/assets/stylesheets/admin.scss */
.admin-nav-tab svg {
  width: 18px;
  height: 18px;
}

/* line 47, app/assets/stylesheets/admin.scss */
.admin-nav-tab:hover {
  color: #141c25;
  background-color: #ffffff;
}

/* line 52, app/assets/stylesheets/admin.scss */
.admin-nav-tab--active {
  color: #0166ff;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 57, app/assets/stylesheets/admin.scss */
.admin-nav-tab--active:hover {
  color: #0166ff;
}

/* line 63, app/assets/stylesheets/admin.scss */
.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
}

/* line 71, app/assets/stylesheets/admin.scss */
.admin-header__title {
  font-family: 'Manrope', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #141c25;
  margin: 0;
}

/* line 79, app/assets/stylesheets/admin.scss */
.admin-header__subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #637083;
  margin: 4px 0 0 0;
}

/* line 86, app/assets/stylesheets/admin.scss */
.admin-header__actions {
  display: flex;
  gap: 12px;
}

/* line 93, app/assets/stylesheets/admin.scss */
.admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  /* line 93, app/assets/stylesheets/admin.scss */
  .admin-stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  /* line 93, app/assets/stylesheets/admin.scss */
  .admin-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  /* line 93, app/assets/stylesheets/admin.scss */
  .admin-stats-grid {
    grid-template-columns: 1fr;
  }
}

/* line 112, app/assets/stylesheets/admin.scss */
.admin-stat-card {
  background-color: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 20px;
  transition: box-shadow 0.2s;
}

/* line 119, app/assets/stylesheets/admin.scss */
.admin-stat-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* line 123, app/assets/stylesheets/admin.scss */
.admin-stat-card__title {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #637083;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 133, app/assets/stylesheets/admin.scss */
.admin-stat-card__value {
  font-family: 'Manrope', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #141c25;
}

/* line 140, app/assets/stylesheets/admin.scss */
.admin-stat-card--primary {
  border-left: 4px solid #0166ff;
}

/* line 144, app/assets/stylesheets/admin.scss */
.admin-stat-card--success {
  border-left: 4px solid #10b978;
}

/* line 148, app/assets/stylesheets/admin.scss */
.admin-stat-card--warning {
  border-left: 4px solid #f59e0b;
}

/* line 152, app/assets/stylesheets/admin.scss */
.admin-stat-card--danger {
  border-left: 4px solid #b91c1c;
}

/* line 158, app/assets/stylesheets/admin.scss */
.admin-filter-bar {
  background-color: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
}

/* line 170, app/assets/stylesheets/admin.scss */
.admin-filter-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 160px;
  max-width: 220px;
}

/* line 178, app/assets/stylesheets/admin.scss */
.admin-filter-field label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #637083;
}

/* line 185, app/assets/stylesheets/admin.scss */
.admin-filter-field input,
.admin-filter-field select {
  padding: 8px 12px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #141c25;
  background-color: #ffffff;
  transition: border-color 0.2s;
}

/* line 196, app/assets/stylesheets/admin.scss */
.admin-filter-field input:focus,
.admin-filter-field select:focus {
  outline: none;
  border-color: #0166ff;
}

/* line 201, app/assets/stylesheets/admin.scss */
.admin-filter-field input::placeholder,
.admin-filter-field select::placeholder {
  color: #637083;
}

/* line 207, app/assets/stylesheets/admin.scss */
.admin-filter-actions {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  padding-bottom: 1px;
}

/* line 215, app/assets/stylesheets/admin.scss */
.admin-table-container {
  background-color: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  overflow: hidden;
}

/* line 222, app/assets/stylesheets/admin.scss */
.admin-table {
  width: 100%;
  border-collapse: collapse;
}

/* line 226, app/assets/stylesheets/admin.scss */
.admin-table th {
  background-color: #f9fafb;
  padding: 12px 16px;
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #637083;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #e4e7ec;
  white-space: nowrap;
}

/* line 239, app/assets/stylesheets/admin.scss */
.admin-table th.sortable {
  cursor: pointer;
  user-select: none;
}

/* line 243, app/assets/stylesheets/admin.scss */
.admin-table th.sortable:hover {
  background-color: #f2f4f7;
}

/* line 248, app/assets/stylesheets/admin.scss */
.admin-table th .sort-indicator {
  margin-left: 4px;
  opacity: 0.5;
}

/* line 253, app/assets/stylesheets/admin.scss */
.admin-table th.sorted .sort-indicator {
  opacity: 1;
}

/* line 258, app/assets/stylesheets/admin.scss */
.admin-table td {
  padding: 12px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #141c25;
  border-bottom: 1px solid #e4e7ec;
  vertical-align: middle;
}

/* line 267, app/assets/stylesheets/admin.scss */
.admin-table tbody tr {
  transition: background-color 0.15s;
}

/* line 270, app/assets/stylesheets/admin.scss */
.admin-table tbody tr:last-child td {
  border-bottom: none;
}

/* line 274, app/assets/stylesheets/admin.scss */
.admin-table tbody tr:hover {
  background-color: #f9fafb;
}

/* line 278, app/assets/stylesheets/admin.scss */
.admin-table tbody tr.pending-deletion {
  background-color: #fef2f2;
}

/* line 281, app/assets/stylesheets/admin.scss */
.admin-table tbody tr.pending-deletion:hover {
  background-color: #fee2e2;
}

/* line 288, app/assets/stylesheets/admin.scss */
.admin-table__email {
  font-weight: 500;
}

/* line 291, app/assets/stylesheets/admin.scss */
.admin-table__email a {
  color: #0166ff;
  text-decoration: none;
}

/* line 295, app/assets/stylesheets/admin.scss */
.admin-table__email a:hover {
  text-decoration: underline;
}

/* line 301, app/assets/stylesheets/admin.scss */
.admin-table__name {
  color: #344051;
}

/* line 305, app/assets/stylesheets/admin.scss */
.admin-table__date {
  color: #637083;
  font-size: 13px;
}

/* line 310, app/assets/stylesheets/admin.scss */
.admin-table__empty {
  text-align: center;
  padding: 48px 16px !important;
  color: #637083;
}

/* line 315, app/assets/stylesheets/admin.scss */
.admin-table__empty p {
  margin: 0;
  font-size: 15px;
}

/* line 322, app/assets/stylesheets/admin.scss */
.admin-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* line 333, app/assets/stylesheets/admin.scss */
.admin-badge--admin {
  background-color: rgba(1, 102, 255, 0.1);
  color: #0166ff;
}

/* line 338, app/assets/stylesheets/admin.scss */
.admin-badge--confirmed {
  background-color: rgba(16, 185, 120, 0.1);
  color: #059669;
}

/* line 343, app/assets/stylesheets/admin.scss */
.admin-badge--unconfirmed {
  background-color: rgba(245, 158, 11, 0.1);
  color: #b45309;
}

/* line 348, app/assets/stylesheets/admin.scss */
.admin-badge--pending-deletion {
  background-color: #fee2e2;
  color: #991b1b;
}

/* line 353, app/assets/stylesheets/admin.scss */
.admin-badge--oauth {
  background-color: #f2f4f7;
  color: #637083;
}

/* line 360, app/assets/stylesheets/admin.scss */
.admin-quick-actions {
  display: flex;
  gap: 6px;
}

/* line 364, app/assets/stylesheets/admin.scss */
.admin-quick-actions .btn-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #e4e7ec;
  background-color: #ffffff;
  color: #637083;
  cursor: pointer;
  transition: all 0.2s;
  padding: 0;
}

/* line 378, app/assets/stylesheets/admin.scss */
.admin-quick-actions .btn-action svg {
  width: 16px;
  height: 16px;
}

/* line 383, app/assets/stylesheets/admin.scss */
.admin-quick-actions .btn-action:hover {
  border-color: #0166ff;
  color: #0166ff;
  background-color: #f9fafb;
}

/* line 389, app/assets/stylesheets/admin.scss */
.admin-quick-actions .btn-action--danger:hover {
  border-color: #b91c1c;
  color: #b91c1c;
  background-color: #fef2f2;
}

/* line 395, app/assets/stylesheets/admin.scss */
.admin-quick-actions .btn-action:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 399, app/assets/stylesheets/admin.scss */
.admin-quick-actions .btn-action:disabled:hover {
  border-color: #e4e7ec;
  color: #637083;
  background-color: #ffffff;
}

/* line 409, app/assets/stylesheets/admin.scss */
.admin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid transparent;
  text-decoration: none;
}

/* line 424, app/assets/stylesheets/admin.scss */
.admin-btn svg {
  width: 16px;
  height: 16px;
}

/* line 429, app/assets/stylesheets/admin.scss */
.admin-btn--primary {
  background-color: #0166ff;
  color: #ffffff;
}

/* line 433, app/assets/stylesheets/admin.scss */
.admin-btn--primary:hover {
  background-color: #0052cc;
}

/* line 438, app/assets/stylesheets/admin.scss */
.admin-btn--secondary {
  background-color: #ffffff;
  color: #344051;
  border-color: #e4e7ec;
}

/* line 443, app/assets/stylesheets/admin.scss */
.admin-btn--secondary:hover {
  background-color: #f9fafb;
  border-color: #ced2da;
}

/* line 449, app/assets/stylesheets/admin.scss */
.admin-btn--danger {
  background-color: #b91c1c;
  color: #ffffff;
}

/* line 453, app/assets/stylesheets/admin.scss */
.admin-btn--danger:hover {
  background-color: #991b1b;
}

/* line 458, app/assets/stylesheets/admin.scss */
.admin-btn--success {
  background-color: #10b978;
  color: #ffffff;
}

/* line 462, app/assets/stylesheets/admin.scss */
.admin-btn--success:hover {
  background-color: #059669;
}

/* line 467, app/assets/stylesheets/admin.scss */
.admin-btn--small {
  padding: 6px 12px;
  font-size: 13px;
}

/* line 474, app/assets/stylesheets/admin.scss */
.admin-section {
  background-color: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

/* line 481, app/assets/stylesheets/admin.scss */
.admin-section__header {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e4e7ec;
}

/* line 487, app/assets/stylesheets/admin.scss */
.admin-section__title {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #141c25;
  margin: 0 0 4px 0;
}

/* line 495, app/assets/stylesheets/admin.scss */
.admin-section__subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #637083;
  margin: 0;
}

/* line 502, app/assets/stylesheets/admin.scss */
.admin-section--danger {
  border-color: #fee2e2;
  background-color: #fffbfb;
}

/* line 506, app/assets/stylesheets/admin.scss */
.admin-section--danger .admin-section__title {
  color: #b91c1c;
}

/* line 513, app/assets/stylesheets/admin.scss */
.admin-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (max-width: 768px) {
  /* line 513, app/assets/stylesheets/admin.scss */
  .admin-detail-grid {
    grid-template-columns: 1fr;
  }
}

/* line 524, app/assets/stylesheets/admin.scss */
.admin-detail-item__label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #637083;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

/* line 534, app/assets/stylesheets/admin.scss */
.admin-detail-item__value {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #141c25;
}

/* line 539, app/assets/stylesheets/admin.scss */
.admin-detail-item__value--muted {
  color: #637083;
  font-style: italic;
}

/* line 547, app/assets/stylesheets/admin.scss */
.admin-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 552, app/assets/stylesheets/admin.scss */
.admin-form__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (max-width: 768px) {
  /* line 552, app/assets/stylesheets/admin.scss */
  .admin-form__row {
    grid-template-columns: 1fr;
  }
}

/* line 562, app/assets/stylesheets/admin.scss */
.admin-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 568, app/assets/stylesheets/admin.scss */
.admin-form__label {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #141c25;
}

/* line 575, app/assets/stylesheets/admin.scss */
.admin-form__input, .admin-form__select {
  padding: 10px 14px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #141c25;
  background-color: #ffffff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

/* line 585, app/assets/stylesheets/admin.scss */
.admin-form__input:focus, .admin-form__select:focus {
  outline: none;
  border-color: #0166ff;
  box-shadow: 0 0 0 3px rgba(1, 102, 255, 0.1);
}

/* line 591, app/assets/stylesheets/admin.scss */
.admin-form__input::placeholder, .admin-form__select::placeholder {
  color: #637083;
}

/* line 595, app/assets/stylesheets/admin.scss */
.admin-form__input:disabled, .admin-form__select:disabled {
  background-color: #f9fafb;
  cursor: not-allowed;
}

/* line 601, app/assets/stylesheets/admin.scss */
.admin-form__select {
  cursor: pointer;
}

/* line 606, app/assets/stylesheets/admin.scss */
.admin-form__hint {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #637083;
  margin: 0;
}

/* line 613, app/assets/stylesheets/admin.scss */
.admin-form__checkbox-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 618, app/assets/stylesheets/admin.scss */
.admin-form__checkbox-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* line 624, app/assets/stylesheets/admin.scss */
.admin-form__checkbox-group label {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #141c25;
  cursor: pointer;
}

/* line 632, app/assets/stylesheets/admin.scss */
.admin-form__actions {
  display: flex;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid #e4e7ec;
  margin-top: 8px;
}

/* line 640, app/assets/stylesheets/admin.scss */
.admin-form__errors {
  background: #fef2f2;
  border: 1px solid #fee2e2;
  border-radius: 8px;
  padding: 12px 16px;
}

/* line 646, app/assets/stylesheets/admin.scss */
.admin-form__errors p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #b91c1c;
  margin: 0;
}

/* line 652, app/assets/stylesheets/admin.scss */
.admin-form__errors p + p {
  margin-top: 4px;
}

/* line 660, app/assets/stylesheets/admin.scss */
.admin-alert {
  padding: 12px 16px;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

/* line 668, app/assets/stylesheets/admin.scss */
.admin-alert--success {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #10b981;
}

/* line 674, app/assets/stylesheets/admin.scss */
.admin-alert--error {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #ef4444;
}

/* line 680, app/assets/stylesheets/admin.scss */
.admin-alert--warning {
  background: #fffbeb;
  color: #b45309;
  border: 1px solid #f59e0b;
}

/* line 686, app/assets/stylesheets/admin.scss */
.admin-alert--info {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #3b82f6;
}

/* line 694, app/assets/stylesheets/admin.scss */
.admin-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #637083;
  text-decoration: none;
  margin-bottom: 16px;
  transition: color 0.2s;
}

/* line 705, app/assets/stylesheets/admin.scss */
.admin-back-link svg {
  width: 16px;
  height: 16px;
}

/* line 710, app/assets/stylesheets/admin.scss */
.admin-back-link:hover {
  color: #0166ff;
}

/* line 716, app/assets/stylesheets/admin.scss */
.admin-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border-top: 1px solid #e4e7ec;
}

/* line 724, app/assets/stylesheets/admin.scss */
.admin-pagination a,
.admin-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  text-decoration: none;
}

/* line 738, app/assets/stylesheets/admin.scss */
.admin-pagination a {
  color: #344051;
  border: 1px solid #e4e7ec;
  background-color: #ffffff;
  transition: all 0.2s;
}

/* line 744, app/assets/stylesheets/admin.scss */
.admin-pagination a:hover {
  border-color: #0166ff;
  color: #0166ff;
}

/* line 750, app/assets/stylesheets/admin.scss */
.admin-pagination span.current {
  background-color: #0166ff;
  color: #ffffff;
  border: 1px solid #0166ff;
}

/* line 756, app/assets/stylesheets/admin.scss */
.admin-pagination span.gap {
  color: #637083;
  border: none;
}

/* line 761, app/assets/stylesheets/admin.scss */
.admin-pagination .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 765, app/assets/stylesheets/admin.scss */
.admin-pagination .disabled:hover {
  border-color: #e4e7ec;
  color: #344051;
}

/* line 773, app/assets/stylesheets/admin.scss */
.admin-user-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  /* line 773, app/assets/stylesheets/admin.scss */
  .admin-user-header {
    flex-direction: column;
  }
}

/* line 784, app/assets/stylesheets/admin.scss */
.admin-user-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #0166ff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Manrope', sans-serif;
  font-size: 32px;
  font-weight: 600;
  flex-shrink: 0;
}

/* line 799, app/assets/stylesheets/admin.scss */
.admin-user-info {
  flex: 1;
}

/* line 802, app/assets/stylesheets/admin.scss */
.admin-user-info__name {
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #141c25;
  margin: 0 0 4px 0;
}

/* line 810, app/assets/stylesheets/admin.scss */
.admin-user-info__email {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #637083;
  margin: 0 0 12px 0;
}

/* line 817, app/assets/stylesheets/admin.scss */
.admin-user-info__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 825, app/assets/stylesheets/admin.scss */
.admin-cases-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 831, app/assets/stylesheets/admin.scss */
.admin-case-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #f9fafb;
  border-radius: 8px;
  transition: background-color 0.2s;
}

/* line 840, app/assets/stylesheets/admin.scss */
.admin-case-item:hover {
  background-color: #f2f4f7;
}

/* line 844, app/assets/stylesheets/admin.scss */
.admin-case-item__info {
  flex: 1;
}

/* line 848, app/assets/stylesheets/admin.scss */
.admin-case-item__title {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #141c25;
  margin: 0 0 2px 0;
}

/* line 856, app/assets/stylesheets/admin.scss */
.admin-case-item__meta {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #637083;
  margin: 0;
}

/* line 863, app/assets/stylesheets/admin.scss */
.admin-case-item__link {
  color: #0166ff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

/* line 869, app/assets/stylesheets/admin.scss */
.admin-case-item__link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  /* line 877, app/assets/stylesheets/admin.scss */
  .admin-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 882, app/assets/stylesheets/admin.scss */
  .admin-table {
    min-width: 700px;
  }
}
