/* 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-height: 1;
}

/* line 186, 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;
  height: 38px;
  box-sizing: border-box;
}

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

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

/* line 210, app/assets/stylesheets/admin.scss */
.admin-filter-actions {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  height: 38px;
}

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

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

/* line 229, 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 242, app/assets/stylesheets/admin.scss */
.admin-table th.sortable {
  cursor: pointer;
  user-select: none;
}

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

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

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

/* line 261, 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 270, app/assets/stylesheets/admin.scss */
.admin-table tbody tr {
  transition: background-color 0.15s;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 325, 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 336, app/assets/stylesheets/admin.scss */
.admin-badge--admin {
  background-color: rgba(1, 102, 255, 0.1);
  color: #0166ff;
}

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

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

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

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

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

/* line 367, 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 381, app/assets/stylesheets/admin.scss */
.admin-quick-actions .btn-action svg {
  width: 16px;
  height: 16px;
}

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

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

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

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

/* line 412, 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 427, app/assets/stylesheets/admin.scss */
.admin-btn svg {
  width: 16px;
  height: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 490, 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 498, app/assets/stylesheets/admin.scss */
.admin-section__subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #637083;
  margin: 0;
}

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

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

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

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

/* line 527, 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 537, app/assets/stylesheets/admin.scss */
.admin-detail-item__value {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #141c25;
}

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

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

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

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

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

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

/* line 578, 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 588, 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 594, app/assets/stylesheets/admin.scss */
.admin-form__input::placeholder, .admin-form__select::placeholder {
  color: #637083;
}

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

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

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

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

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

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

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

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

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

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

/* line 663, 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 671, app/assets/stylesheets/admin.scss */
.admin-alert--success {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #10b981;
}

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

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

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

/* line 697, 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 708, app/assets/stylesheets/admin.scss */
.admin-back-link svg {
  width: 16px;
  height: 16px;
}

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

/* line 719, 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 727, 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 741, app/assets/stylesheets/admin.scss */
.admin-pagination a {
  color: #344051;
  border: 1px solid #e4e7ec;
  background-color: #ffffff;
  transition: all 0.2s;
}

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

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

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

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

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

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

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

/* line 787, 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 802, app/assets/stylesheets/admin.scss */
.admin-user-info {
  flex: 1;
}

/* line 805, 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 813, 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 820, app/assets/stylesheets/admin.scss */
.admin-user-info__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

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

/* line 834, 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 843, app/assets/stylesheets/admin.scss */
.admin-case-item:hover {
  background-color: #f2f4f7;
}

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

/* line 851, 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 859, app/assets/stylesheets/admin.scss */
.admin-case-item__meta {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #637083;
  margin: 0;
}

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

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

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