:root {
  --bg: #f0f4ff;
  --card: #fff;
  --text: #1f2a44;
  --primary: #2563eb;
  --border: #dbe3f4;
  --dialog-info: #1d4ed8;
  --dialog-success: #047857;
  --dialog-warning: #b45309;
  --dialog-error: #b91c1c;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, "Segoe UI", sans-serif; background: var(--bg); color: var(--text); }
.app-page { min-height: 100vh; display: flex; flex-direction: column; }
.topbar { display: flex; justify-content: space-between; align-items: center; padding: 12px 20px; background: #101a34; color: #fff; }
.container { max-width: 1200px; margin: 16px auto; padding: 0 12px; }
.container.flex-1 { flex: 1; width: 100%; }
.grid { display: grid; gap: 14px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 16px; box-shadow: 0 8px 24px rgba(31, 42, 68, 0.06); }
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; }
.ride-card { background: #ffffff; border: 1px solid var(--border); border-radius: 14px; padding: 12px; box-shadow: 0 6px 18px rgba(31,42,68,0.06); }
.stack { display: grid; gap: 10px; }
.row { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
input, textarea, button, select { width: 100%; padding: 10px; border-radius: 10px; border: 1px solid var(--border); font: inherit; }
textarea { min-height: 90px; resize: vertical; }
.password-field-wrap {
  position: relative;
}
.password-field-wrap input {
  padding-right: 78px;
}
.password-toggle-btn {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 34px;
  min-width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: #1d4ed8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.password-toggle-btn:hover {
  background: rgba(37, 99, 235, 0.08);
}
.password-toggle-btn:focus-visible {
  outline: 2px solid #60a5fa;
  outline-offset: 2px;
}
.password-eye-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%231d4ed8' d='M12 5c5.2 0 9.6 3.2 11 7-1.4 3.8-5.8 7-11 7S2.4 15.8 1 12c1.4-3.8 5.8-7 11-7Zm0 2.2A4.8 4.8 0 1 0 12 17a4.8 4.8 0 0 0 0-9.8Zm0 2.2a2.6 2.6 0 1 1 0 5.2 2.6 2.6 0 0 1 0-5.2Z'/%3E%3C/svg%3E");
}
.password-toggle-btn[aria-pressed="true"] .password-eye-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%231d4ed8' d='m3.5 4.9 15.6 15.6-1.4 1.4-2.8-2.8A11.7 11.7 0 0 1 12 19c-5.2 0-9.6-3.2-11-7 .8-2.1 2.4-4 4.5-5.3L2.1 3.3l1.4-1.4Zm4 4 .7.7a4.8 4.8 0 0 0 6.2 6.2l.7.7A6.9 6.9 0 0 1 7.5 8.9Zm9.2 7.8-.8-.8a6.9 6.9 0 0 0-8.8-8.8l-1.3-1.3A11.3 11.3 0 0 1 12 5c5.2 0 9.6 3.2 11 7a12 12 0 0 1-6.3 4.7Zm-5.8-5.8 3 3a2.6 2.6 0 0 0-3-3Z'/%3E%3C/svg%3E");
}
.btn { background: var(--primary); color: #fff; border: none; cursor: pointer; }
.btn-secondary { background: #334155; color: #fff; }
.btn-light { background: #e2e8f0; color: #0f172a; }
.list { display: grid; gap: 8px; margin-top: 10px; }
.item { border: 1px solid var(--border); border-radius: 10px; padding: 10px; background: #f8fbff; }
.muted { color: #64748b; font-size: 0.9rem; }
.badge { padding: 6px 10px; border-radius: 999px; background: #1e293b; color: #fff; font-size: .8rem; }
.avatar-wrap { position: relative; }
.avatar { width: 40px; height: 40px; border-radius: 999px; object-fit: cover; border: 2px solid #cbd5e1; cursor: pointer; background: #e2e8f0; }
.avatar.large { width: 80px; height: 80px; cursor: default; }
.avatar-menu { position: absolute; right: 0; top: 48px; min-width: 140px; background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 8px; display: grid; gap: 8px; z-index: 10; }
.avatar-menu a { text-decoration: none; color: var(--text); padding: 6px; border-radius: 6px; }
.avatar-menu a:hover { background: #f1f5f9; }
.tabs { display: flex; gap: 8px; margin: 8px 0 16px; flex-wrap: wrap; }
.tab { padding: 8px 12px; border-radius: 8px; border: 1px solid var(--border); background: #fff; cursor: pointer; }
.tab.active { background: #dbeafe; border-color: #93c5fd; }
.panel { display: none; }
.panel.active { display: block; }
.hidden { display: none !important; }
.toast { position: fixed; bottom: 14px; right: 14px; background: #111827; color: #fff; padding: 10px 14px; border-radius: 8px; }
.confirm-dialog {
  width: min(92vw, 420px);
  border: none;
  border-radius: 18px;
  padding: 0;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
  border-top: 6px solid var(--dialog-info);
}
.confirm-dialog::backdrop {
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(3px);
}
.confirm-dialog-body {
  display: grid;
  gap: 12px;
  padding: 22px;
}
.confirm-dialog-body h3 {
  margin: 0;
  color: var(--dialog-info);
}
.confirm-dialog-body .muted {
  margin: 0;
  line-height: 1.5;
}
.confirm-dialog-actions {
  justify-content: flex-end;
  margin-top: 4px;
}
.confirm-dialog-actions .btn {
  width: auto;
  min-width: 120px;
  min-height: 42px;
}
.confirm-dialog.dialog-info {
  border-top-color: var(--dialog-info);
}
.confirm-dialog.dialog-info .confirm-dialog-body h3 {
  color: var(--dialog-info);
}
.confirm-dialog.dialog-success {
  border-top-color: var(--dialog-success);
}
.confirm-dialog.dialog-success .confirm-dialog-body h3 {
  color: var(--dialog-success);
}
.confirm-dialog.dialog-warning {
  border-top-color: var(--dialog-warning);
}
.confirm-dialog.dialog-warning .confirm-dialog-body h3 {
  color: var(--dialog-warning);
}
.confirm-dialog.dialog-error {
  border-top-color: var(--dialog-error);
}
.confirm-dialog.dialog-error .confirm-dialog-body h3 {
  color: var(--dialog-error);
}
.processing-dialog {
  width: min(92vw, 420px);
  border: none;
  border-radius: 20px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.processing-dialog::backdrop {
  background: rgba(15, 23, 42, 0.52);
  backdrop-filter: blur(4px);
}
.processing-card {
  width: min(92vw, 420px);
  border-radius: 20px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}
.processing-card h3 {
  margin: 0;
  color: #0f172a;
}
.processing-card .muted {
  margin: 0;
}
.processing-spinner {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 4px solid #dbeafe;
  border-top-color: #2563eb;
  border-right-color: #0f766e;
  animation: processingSpin 0.9s linear infinite;
}
.processing-bar {
  position: relative;
  width: 100%;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #dbeafe;
}
.processing-bar-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2563eb, #0f766e);
  animation: processingSlide 1.2s ease-in-out infinite;
}
@keyframes processingSlide {
  0% { transform: translateX(-100%); }
  50% { transform: translateX(120%); }
  100% { transform: translateX(260%); }
}
@keyframes processingSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.feedback-dialog { border: none; border-radius: 14px; width: min(92vw, 420px); padding: 18px; box-shadow: 0 16px 40px rgba(2, 6, 23, .28); border-top: 6px solid var(--dialog-info); }
.feedback-dialog::backdrop { background: rgba(2, 6, 23, 0.45); }
.feedback-dialog h3 { margin: 0 0 8px; color: var(--dialog-info); }
.feedback-dialog p { margin: 0 0 14px; color: #334155; }
.feedback-dialog.error { border-top-color: var(--dialog-error); }
.feedback-dialog.error h3 { color: var(--dialog-error); }
.edit-ride-dialog {
  width: min(94vw, 760px);
  overflow: visible;
}
.edit-ride-dialog form.stack {
  gap: 12px;
}
.edit-ride-dialog .row {
  justify-content: flex-end;
}
.edit-ride-dialog .row .btn {
  width: auto;
  min-width: 140px;
}
.edit-ride-dialog .location-field-wrap {
  margin-bottom: 2px;
}
.auth-layout { min-height: 100vh; display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 24px; padding: 30px; }
.hero { padding: 24px; }
.hero h1 { font-size: 2.2rem; margin: 0 0 10px; }
.auth-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 24px; box-shadow: 0 12px 28px rgba(31, 42, 68, .08); }
.auth-card hr { border: none; border-top: 1px solid var(--border); margin: 16px 0; }
.brand-block {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-link {
  text-decoration: none;
  color: inherit;
}
.brand-link:hover {
  opacity: 0.96;
}
.brand-link:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 4px;
  border-radius: 12px;
}
.brand-logo {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(15, 23, 42, 0.12);
  background: #fff;
}
.brand-logo.sm {
  width: 42px;
  height: 42px;
}
.brand-logo.lg {
  width: 82px;
  height: 82px;
}
.auth-page {
  position: relative;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(30, 64, 175, 0.14), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(15, 118, 110, 0.12), transparent 32%),
    linear-gradient(180deg, #eef4ff 0%, #f7fbff 100%);
}
.auth-page::before,
.auth-page::after {
  content: "";
  position: fixed;
  border-radius: 999px;
  filter: blur(4px);
  z-index: 0;
  pointer-events: none;
}
.auth-page::before {
  width: 320px;
  height: 320px;
  top: -80px;
  left: -70px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.18), rgba(37, 99, 235, 0.02) 70%);
  animation: floatOrbA 16s ease-in-out infinite;
}
.auth-page::after {
  width: 360px;
  height: 360px;
  right: -80px;
  bottom: -110px;
  background: radial-gradient(circle, rgba(13, 148, 136, 0.16), rgba(13, 148, 136, 0.02) 72%);
  animation: floatOrbB 20s ease-in-out infinite;
}
.auth-page .auth-layout {
  position: relative;
  z-index: 1;
}
.auth-page .hero,
.auth-page .auth-card {
  backdrop-filter: blur(2px);
}
.auth-page .login-info {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 8px 4px;
}
.auth-page .hero {
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(203, 213, 225, 0.55);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}
.auth-page .hero.login-info {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 8px 4px;
}
.auth-page .auth-card {
  box-shadow: 0 18px 36px rgba(30, 64, 175, 0.12);
}
.app-name-animated {
  background: linear-gradient(90deg, #1d4ed8, #0f766e, #1d4ed8);
  background-size: 220% 220%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: titleFlow 7s ease-in-out infinite;
}
.login-tagline {
  margin: 12px 0 14px;
  max-width: 540px;
  color: #334155;
  font-size: 1.02rem;
}
.login-feature-strip {
  display: grid;
  gap: 10px;
}
.login-feature-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #1e3a8a;
}
.login-feature-strip span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0ea5a4;
  box-shadow: 0 0 0 4px rgba(14, 165, 164, 0.14);
}
@keyframes floatOrbA {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(26px, 18px); }
}
@keyframes floatOrbB {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-24px, -20px); }
}
@keyframes titleFlow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.brand-text h1,
.brand-text h2,
.brand-text h3 {
  margin: 0;
}
.brand-text p {
  margin: 4px 0 0;
}
.hero .brand-block {
  margin-bottom: 10px;
}
.verify-wrap {
  max-width: 640px;
}
.verify-wrap .card {
  text-align: center;
}
.verify-wrap .brand-block {
  justify-content: center;
  margin-bottom: 10px;
}
.app-footer {
  margin-top: auto;
  border-top: 1px solid var(--border);
  background: #fff;
}
.app-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #334155;
  font-size: 0.9rem;
  text-align: center;
}
.app-footer .brand-logo {
  width: 28px;
  height: 28px;
}
.faculty-body {
  background:
    radial-gradient(circle at 10% 10%, rgba(14, 116, 144, 0.18), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(30, 64, 175, 0.16), transparent 26%),
    linear-gradient(180deg, #eef6ff 0%, #f8fbff 100%);
}
.faculty-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
  align-items: start;
}
.faculty-sidebar {
  position: sticky;
  top: 16px;
}
.nav-title {
  margin: 0 0 6px;
}
.faculty-nav {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}
.faculty-nav-btn {
  text-align: left;
  background: #f8fbff;
  border: 1px solid #d8e6ff;
  color: #1e3a8a;
  font-weight: 600;
}
.faculty-nav-btn.active {
  background: linear-gradient(135deg, #1d4ed8, #0369a1);
  color: #fff;
  border-color: transparent;
}
.faculty-content {
  display: grid;
  gap: 16px;
}
.faculty-content .card h3 {
  margin: 0 0 6px;
}
.my-ride-metrics {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.metric-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1e3a8a;
  font-size: 0.82rem;
  font-weight: 700;
}
.faculty-content .muted {
  margin: 0 0 12px;
}
.faculty-content .card {
  padding: 20px;
}
.faculty-content .card-grid {
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ride-card-shell {
  display: grid;
  gap: 10px;
  align-content: start;
}
.ride-extra-list {
  margin-top: 0;
}
.request-action-btn {
  position: relative;
  padding-right: 24px;
}
.request-btn-dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 9px;
  height: 9px;
}
.request-decision-actions .btn {
  width: auto;
  min-width: 120px;
}
.faculty-content .ride-card h4 {
  margin: 0 0 8px;
}
.faculty-content .ride-card p {
  margin: 6px 0;
}
.faculty-content .ride-card .row {
  margin-top: 10px;
  gap: 10px;
}
.faculty-content .ride-card .row .btn {
  flex: 1 1 140px;
  width: auto;
}
.faculty-content .available-ride-card {
  border: 1px solid #cfe0ff;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.faculty-content .ride-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.faculty-content .ride-status-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  border: 1px solid transparent;
}
.faculty-content .ride-status-pill.open {
  color: #1d4ed8;
  background: #dbeafe;
  border-color: #93c5fd;
}
.faculty-content .ride-status-pill.requested {
  color: #0f766e;
  background: #ccfbf1;
  border-color: #99f6e4;
}
.faculty-content .ride-status-pill.accepted {
  color: #166534;
  background: #dcfce7;
  border-color: #86efac;
}
.faculty-content .ride-status-pill.rejected,
.faculty-content .ride-status-pill.expired {
  color: #991b1b;
  background: #fee2e2;
  border-color: #fecaca;
}
.faculty-content .ride-status-pill.locked {
  color: #7c2d12;
  background: #ffedd5;
  border-color: #fdba74;
}
.faculty-content .ride-response-text {
  margin-top: 8px;
  color: #1e3a8a;
  background: #eef4ff;
  border: 1px solid #cfe0ff;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 0.9rem;
}
.faculty-content .ride-card-actions {
  margin-top: 12px;
}
.faculty-content .row .btn {
  width: auto;
  min-width: 150px;
}
.faculty-content #loadMyRidesBtn {
  margin-top: 6px;
}
.faculty-content #myRidesList {
  margin-top: 14px;
}
.faculty-content #editModeBanner {
  margin: 0 0 12px;
  border-left: 4px solid #2563eb;
  background: #eaf2ff;
}
.faculty-content .ride-form-actions {
  grid-column: 1 / -1;
  gap: 10px;
}
.faculty-content .ride-form-actions .btn {
  width: auto;
  min-width: 150px;
}
.faculty-content .row input,
.faculty-content .row select,
.faculty-content .row textarea {
  flex: 1 1 220px;
  width: auto;
}
.faculty-content #available-rides .grid.three {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.faculty-content #available-rides .grid.three button[type="submit"] {
  grid-column: 1 / -1;
  max-width: 220px;
}
.faculty-content #available-rides .grid.three input {
  min-height: 42px;
}
.faculty-content #available-rides .card-grid {
  margin-top: 12px;
}
.notification-blink {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ef4444;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55);
  animation: notificationPulse 1.2s infinite;
}
.notification-blink.hidden {
  display: none;
}
.header-notification-btn .notification-blink {
  position: absolute;
  right: -2px;
  bottom: -1px;
}
@keyframes notificationPulse {
  0% { transform: scale(0.9); opacity: 0.8; box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55); }
  70% { transform: scale(1.15); opacity: 1; box-shadow: 0 0 0 9px rgba(239, 68, 68, 0); }
  100% { transform: scale(0.95); opacity: 0.7; box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
.faculty-content #ride-chat {
  display: none;
  gap: 16px;
}
.faculty-content #ride-chat.active {
  display: grid;
}
.faculty-content .chat-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.faculty-content .chat-panel-head h3 {
  margin-bottom: 6px;
}
.faculty-content .chat-panel-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.faculty-content .ride-chat-shell {
  display: grid;
  grid-template-rows: minmax(420px, 1fr) auto;
  gap: 14px;
  min-height: 70vh;
  border: 1px solid #cbd5e1;
  border-radius: 22px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.98) 0%, rgba(238, 244, 255, 0.98) 100%),
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.1), transparent 34%);
}
.faculty-content .ride-chat-messages {
  min-height: 420px;
  max-height: 70vh;
  overflow-y: auto;
  padding: 12px 6px 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faculty-content .ride-chat-placeholder {
  margin: auto;
  min-height: 180px;
  display: grid;
  place-items: center;
  text-align: center;
  gap: 6px;
  color: #475569;
}
.faculty-content .ride-chat-bubble {
  max-width: min(78%, 540px);
  display: grid;
  gap: 6px;
  padding: 12px 14px 8px;
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
.faculty-content .ride-chat-bubble.mine {
  align-self: flex-end;
  background: linear-gradient(135deg, #dcf8c6 0%, #c7f0ad 100%);
  border-bottom-right-radius: 6px;
}
.faculty-content .ride-chat-bubble.theirs {
  align-self: flex-start;
  background: #ffffff;
  border: 1px solid #dbe3f4;
  border-bottom-left-radius: 6px;
}
.faculty-content .ride-chat-bubble p {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  color: #0f172a;
}
.faculty-content .ride-chat-bubble time {
  justify-self: end;
  font-size: 0.74rem;
  color: #64748b;
}
.faculty-content .ride-chat-composer {
  margin-top: auto;
}
.faculty-content .ride-chat-input-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  border: 1px solid #cbd5e1;
  border-radius: 24px;
  background: #ffffff;
  padding: 10px 72px 10px 14px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}
.faculty-content .ride-chat-input-wrap:focus-within {
  border-color: #60a5fa;
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.16);
}
.faculty-content .ride-chat-input {
  width: 100%;
  min-height: 56px;
  max-height: 132px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 6px 0;
  resize: none;
  box-shadow: none;
  outline: none;
}
.faculty-content .ride-chat-input:focus {
  outline: none;
}
.faculty-content .ride-chat-send-btn {
  position: absolute;
  right: 12px;
  bottom: 10px;
  width: 46px;
  min-width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #16a34a, #0f766e);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(22, 163, 74, 0.28);
}
.faculty-content .ride-chat-send-btn:hover {
  filter: brightness(1.04);
}
.faculty-content .ride-chat-send-btn:focus-visible {
  outline: 2px solid #86efac;
  outline-offset: 2px;
}
.faculty-content .ride-chat-send-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M3.4 20.4l17.5-7.5c.8-.3.8-1.4 0-1.7L3.4 3.7c-.7-.3-1.5.4-1.2 1.2l2.4 6.3a1 1 0 0 0 .9.6h7.1a.8.8 0 1 1 0 1.6H5.5a1 1 0 0 0-.9.6l-2.4 6.3c-.3.8.5 1.5 1.2 1.1Z'/%3E%3C/svg%3E");
}
.faculty-content #historyList,
.faculty-content #currentRidesList,
.faculty-content #notificationsList,
.faculty-content #myComplaints {
  margin-top: 12px;
}
.faculty-content .history-item-actions,
.faculty-content .current-rides-actions {
  margin-top: 10px;
}
.faculty-content .history-item-actions .btn,
.faculty-content .current-rides-actions .btn {
  min-width: 140px;
}
.faculty-content .grid.two textarea {
  grid-column: 1 / -1;
}
.faculty-content .grid.two label {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px;
}
.faculty-content .grid.two label input[type="checkbox"] {
  width: auto;
  margin: 0;
}
.datetime-field-wrap,
.seat-field-wrap {
  display: grid;
  gap: 6px;
}
.datetime-input {
  min-height: 44px;
  font-size: 1rem;
  letter-spacing: 0.01em;
}
.faculty-content .location-field-wrap {
  position: relative;
  display: grid;
  gap: 8px;
}
.faculty-content .location-input-row {
  position: relative;
  display: block;
}
.faculty-content .location-input-row input {
  width: 100%;
  padding-left: 50px;
}
.faculty-content .location-input-row input.invalid-location {
  border-color: #ef4444;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.12);
}
.map-icon-btn {
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #bfdbfe;
  background-color: #eff6ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%231d4ed8' d='M12 2a7 7 0 0 0-7 7c0 4.7 6.1 12.2 6.4 12.5a.8.8 0 0 0 1.2 0C12.9 21.2 19 13.7 19 9a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1d4ed8;
  z-index: 2;
}
.map-icon-btn:hover {
  background-color: #dbeafe;
}
.map-icon-btn:focus-visible {
  outline: 2px solid #60a5fa;
  outline-offset: 1px;
}
.faculty-content .location-suggestions {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.12);
  max-height: 240px;
  overflow: auto;
  z-index: 20;
}
.faculty-content .location-suggestion-item {
  padding: 10px 12px;
  border-bottom: 1px solid #e2e8f0;
  cursor: pointer;
  font-size: 0.92rem;
  color: #0f172a;
}
.faculty-content .location-suggestion-item:last-child {
  border-bottom: none;
}
.faculty-content .location-suggestion-item:hover {
  background: #eff6ff;
}
.faculty-content .location-suggestion-item.current {
  font-weight: 600;
  color: #1d4ed8;
  background: #e0ecff;
  border-left: 3px solid #2563eb;
}
.faculty-content .recurring-picker-wrap {
  display: grid;
  gap: 6px;
  align-content: start;
}
.faculty-content .recurring-picker-wrap.compact {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 10px;
  background: #fbfdff;
}
.faculty-content .recurring-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.faculty-content .recurring-title {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: #1e293b;
}
.faculty-content .recurring-picker {
  display: grid;
  grid-template-columns: repeat(7, 38px);
  justify-content: start;
  gap: 6px;
}
.faculty-content .recurring-day-btn {
  width: 38px;
  min-width: 0;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #bfd5f5;
  background: #f8fbff;
  color: #1e3a8a;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0;
}
.faculty-content .recurring-day-btn.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #1d4ed8, #0284c7);
  box-shadow: 0 10px 20px rgba(29, 78, 216, 0.26);
}
.faculty-content .recurring-selection {
  margin: 0;
  font-size: 0.78rem;
}
.faculty-content .list .item {
  padding: 12px;
}
.complaint-card {
  display: grid;
  gap: 10px;
}
.complaint-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.complaint-card-body {
  margin: 0;
  white-space: pre-wrap;
  color: #0f172a;
}
.complaint-status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  border: 1px solid transparent;
}
.complaint-status-chip.open {
  color: #1d4ed8;
  background: #dbeafe;
  border-color: #93c5fd;
}
.complaint-status-chip.inprocess {
  color: #9a3412;
  background: #ffedd5;
  border-color: #fdba74;
}
.complaint-status-chip.resolved {
  color: #166534;
  background: #dcfce7;
  border-color: #86efac;
}
.complaint-status-chip.closed {
  color: #475569;
  background: #e2e8f0;
  border-color: #cbd5e1;
}
.complaint-followups {
  display: grid;
  gap: 8px;
}
.complaint-followup-entry {
  border: 1px solid #d8e6ff;
  border-radius: 12px;
  padding: 10px 12px;
  background: #ffffff;
}
.complaint-followup-entry p {
  margin: 6px 0 0;
  white-space: pre-wrap;
}
.complaint-followup-form,
.complaint-admin-note-form {
  display: grid;
  gap: 8px;
}
.complaint-followup-actions {
  justify-content: flex-end;
}
.complaint-closed-note {
  background: #f8fafc;
}
.complaint-action-row {
  margin-top: 2px;
}
.complaint-board-toolbar {
  display: grid;
  gap: 14px;
  margin-top: 10px;
}
.complaint-board-actions {
  justify-content: flex-end;
}
.complaint-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.complaint-stat-card {
  border: 1px solid #dbe3f4;
  border-radius: 14px;
  padding: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  display: grid;
  gap: 4px;
}
.complaint-stat-card strong {
  font-size: 1.4rem;
  color: #0f172a;
}
.complaint-stat-card span {
  color: #64748b;
  font-size: 0.88rem;
  font-weight: 600;
}
.complaint-stat-card.open {
  border-color: #93c5fd;
  background: #eff6ff;
}
.complaint-stat-card.inprocess {
  border-color: #fdba74;
  background: #fff7ed;
}
.complaint-stat-card.closed {
  border-color: #cbd5e1;
  background: #f8fafc;
}
.complaint-board {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 14px;
  margin-top: 14px;
}
.profile-page {
  background:
    radial-gradient(circle at 8% 8%, rgba(29, 78, 216, 0.12), transparent 30%),
    radial-gradient(circle at 90% 12%, rgba(15, 118, 110, 0.1), transparent 28%),
    linear-gradient(180deg, #edf4ff 0%, #f8fbff 100%);
}
.profile-container {
  max-width: 1080px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.profile-card {
  border-radius: 20px;
  padding: 24px;
  display: grid;
  gap: 18px;
}
.profile-head h3 {
  margin: 0;
}
.profile-head .muted {
  margin: 6px 0 0;
}
.profile-avatar-row {
  margin-top: -4px;
  margin-bottom: 4px;
}
.profile-page .avatar.large {
  width: 104px;
  height: 104px;
  border: 3px solid #c7d7f7;
}
.profile-back-btn {
  width: auto;
  min-width: 150px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid #bfd5f5;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  color: #1e3a8a;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(30, 64, 175, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.profile-back-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(30, 64, 175, 0.2);
}
.profile-back-btn:focus-visible {
  outline: 2px solid #60a5fa;
  outline-offset: 2px;
}
.profile-back-btn.is-disabled {
  pointer-events: none;
  opacity: 0.62;
  filter: grayscale(0.2);
  box-shadow: none;
  transform: none;
  cursor: not-allowed;
}
.profile-form {
  display: grid;
  gap: 12px;
}
.profile-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.profile-field {
  gap: 8px;
}
.profile-field label {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 700;
  color: #334155;
  letter-spacing: 0.01em;
}
.profile-phone-hint {
  margin: 0;
  font-size: 0.8rem;
}
.profile-phone-inline {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 8px;
  align-items: center;
}
.profile-phone-inline .btn {
  width: auto;
  min-width: 130px;
  min-height: 46px;
}
.profile-form-grid input,
.profile-form-grid select {
  min-height: 46px;
  border-radius: 12px;
  padding: 11px 12px;
  border-color: #c9d7ef;
  background: #fff;
}
.profile-form-grid input:focus,
.profile-form-grid select:focus {
  border-color: #60a5fa;
  box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.18);
  outline: none;
}
.profile-doc-grid {
  margin-top: 4px;
}
.profile-page-submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 2px;
}
.profile-submit-btn {
  width: auto;
  min-width: 240px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.24);
}
.profile-security-banner {
  margin-bottom: 16px;
  border: 1px solid #dbe3f4;
  border-radius: 14px;
  padding: 14px 16px;
  display: grid;
  gap: 4px;
}
.profile-security-banner.warning {
  background: #fff7ed;
  border-color: #fdba74;
}
.profile-security-banner.success {
  background: #ecfdf5;
  border-color: #86efac;
}
.document-upload-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.document-upload-card {
  border: 1px solid #dbe3f4;
  border-radius: 16px;
  padding: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  display: grid;
  gap: 14px;
}
.document-upload-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.document-upload-head h4 {
  margin: 0 0 4px;
}
.document-preview-shell {
  min-height: 220px;
  border: 1px dashed #bfd5f5;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(239, 246, 255, 0.9) 0%, rgba(248, 250, 252, 0.95) 100%);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.document-preview {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.document-preview-placeholder {
  color: #475569;
  font-weight: 600;
  text-align: center;
  padding: 18px;
}
.document-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  border: 1px solid transparent;
}
.document-status-badge.missing {
  color: #9a3412;
  background: #ffedd5;
  border-color: #fdba74;
}
.document-status-badge.complete {
  color: #166534;
  background: #dcfce7;
  border-color: #86efac;
}
.admin-complaint-card {
  min-height: 100%;
  align-content: start;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}
.faculty-content #shareOutput {
  margin-top: 10px;
}
.admin-body {
  background:
    radial-gradient(circle at 6% 8%, rgba(15, 118, 110, 0.16), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(30, 64, 175, 0.14), transparent 28%),
    linear-gradient(180deg, #edf6ff 0%, #f8fbff 100%);
}
.admin-topbar {
  padding: 14px 22px;
}
.topbar .brand-block {
  color: #fff;
}
.topbar-actions {
  margin-left: auto;
  align-items: center;
  gap: 12px;
}
.header-notification-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(203, 213, 225, 0.28);
  background: rgba(15, 23, 42, 0.42);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.header-notification-btn:hover {
  background: rgba(15, 23, 42, 0.58);
}
.header-notification-btn:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}
.header-notification-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M12 3a5 5 0 0 0-5 5v2.1c0 .7-.2 1.4-.6 2l-1 1.7c-.8 1.3.2 3 1.7 3h10.8c1.5 0 2.5-1.7 1.7-3l-1-1.7c-.4-.6-.6-1.3-.6-2V8a5 5 0 0 0-5-5Zm0 18a2.8 2.8 0 0 0 2.6-1.8H9.4A2.8 2.8 0 0 0 12 21Z'/%3E%3C/svg%3E");
}
.header-message-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-message-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: #ffffff;
}
.header-notification-count {
  position: absolute;
  top: -5px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 6px 14px rgba(239, 68, 68, 0.35);
}
.topbar .brand-text .muted {
  color: #cbd5e1;
}
.admin-title-wrap h2 {
  margin: 0;
}
.admin-title-wrap .muted {
  margin: 4px 0 0;
  color: #cbd5e1;
}
.admin-topbar-actions .badge {
  background: #0f172a;
  border: 1px solid rgba(203, 213, 225, 0.28);
}
.admin-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
  align-items: start;
}
.admin-sidebar {
  position: sticky;
  top: 16px;
}
.admin-nav {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}
.admin-nav-btn {
  width: 100%;
  text-align: left;
  font-weight: 600;
  color: #1e3a8a;
  background: #f8fbff;
  border: 1px solid #d7e6ff;
}
.admin-nav-btn.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #1d4ed8, #0f766e);
  box-shadow: 0 12px 22px rgba(29, 78, 216, 0.25);
}
.admin-content {
  display: grid;
  gap: 16px;
}
.admin-content .card {
  padding: 20px;
}
.admin-content .card h3 {
  margin: 0 0 6px;
}
.admin-content .card h4 {
  margin: 6px 0 8px;
}
.admin-content .card .muted {
  margin: 0 0 12px;
}
.admin-content .list {
  margin-top: 12px;
  gap: 10px;
}
.admin-content .item {
  padding: 12px;
  border-radius: 12px;
  background: #f8fbff;
}
.admin-content .item .row {
  margin-top: 10px;
  gap: 10px;
}
.admin-content .item .row .btn {
  width: auto;
  min-width: 120px;
}
.admin-row-actions {
  gap: 10px;
  margin-top: 6px;
}
.admin-row-actions .btn {
  width: auto;
  min-width: 150px;
}
.admin-form-grid {
  margin-top: 10px;
}
.admin-list-grid {
  margin-top: 10px;
}
.admin-subtitle {
  margin: 18px 0 6px;
}
.admin-user-item {
  display: grid;
  gap: 10px;
}
.admin-user-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.admin-user-head {
  display: grid;
  gap: 3px;
}
.admin-user-actions {
  margin-top: 0;
  justify-content: flex-end;
}
.admin-user-actions .btn {
  width: auto;
  min-width: 112px;
}
.admin-user-form-grid {
  margin-top: 2px;
}
.admin-password-input {
  grid-column: 1 / -1;
}
.admin-user-bool-row {
  margin-top: 4px;
  gap: 14px;
}
.admin-check {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: auto;
  color: #334155;
  font-size: 0.92rem;
}
.admin-check input[type="checkbox"] {
  width: auto;
  margin: 0;
}
.edit-user-dialog {
  width: min(94vw, 760px);
}
@media (max-width: 900px) {
  .grid.two, .grid.three, .auth-layout { grid-template-columns: 1fr; }
  .app-footer-inner {
    flex-direction: column;
    gap: 6px;
  }
  .auth-page::before,
  .auth-page::after {
    width: 230px;
    height: 230px;
    filter: blur(2px);
  }
  .faculty-layout { grid-template-columns: 1fr; }
  .faculty-sidebar { position: static; }
  .topbar-actions {
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .header-notification-btn {
    min-width: 42px;
  }
  .faculty-content .row .btn {
    width: 100%;
  }
  .request-decision-actions .btn {
    width: 100%;
  }
  .datetime-input {
    font-size: 16px;
  }
  .faculty-content #available-rides .grid.three {
    grid-template-columns: 1fr;
  }
  .faculty-content .card-grid {
    grid-template-columns: 1fr;
  }
  .my-ride-metrics {
    justify-content: flex-start;
  }
  .faculty-content #available-rides .grid.three button[type="submit"] {
    max-width: none;
  }
  .faculty-content .chat-panel-head {
    flex-direction: column;
  }
  .faculty-content .chat-panel-actions {
    width: 100%;
    justify-content: stretch;
  }
  .faculty-content .ride-chat-shell {
    min-height: 62vh;
    padding: 12px;
  }
  .faculty-content .ride-chat-messages {
    min-height: 320px;
    max-height: 54vh;
  }
  .faculty-content .ride-chat-bubble {
    max-width: 88%;
  }
  .complaint-card-head {
    flex-direction: column;
  }
  .document-upload-grid {
    grid-template-columns: 1fr;
  }
  .profile-card {
    padding: 16px;
    border-radius: 16px;
  }
  .profile-form-grid {
    grid-template-columns: 1fr;
  }
  .profile-page-submit {
    justify-content: stretch;
  }
  .profile-submit-btn {
    width: 100%;
    min-width: 0;
  }
  .profile-phone-inline {
    grid-template-columns: 1fr;
  }
  .profile-phone-inline .btn {
    width: 100%;
  }
  .profile-back-btn {
    width: 100%;
  }
  .complaint-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .faculty-content .ride-chat-input-wrap {
    padding-right: 64px;
  }
  .faculty-content .ride-chat-send-btn {
    width: 42px;
    min-width: 42px;
    height: 42px;
    right: 10px;
    bottom: 8px;
  }
  .faculty-content .recurring-picker {
    grid-template-columns: repeat(7, 1fr);
  }
  .admin-layout {
    grid-template-columns: 1fr;
  }
  .admin-sidebar {
    position: static;
  }
  .admin-row-actions .btn,
  .admin-content .item .row .btn {
    width: 100%;
  }
  .admin-user-bool-row {
    gap: 8px;
  }
  .admin-check {
    width: 100%;
  }
  .admin-user-summary {
    flex-direction: column;
    align-items: stretch;
  }
  .admin-user-actions {
    justify-content: stretch;
  }
  .admin-user-actions .btn {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .topbar {
    padding: 10px 12px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .container {
    margin: 10px auto;
    padding: 0 8px;
  }
  .card {
    border-radius: 12px;
    padding: 12px;
  }
  .auth-layout {
    padding: 12px 8px;
    gap: 12px;
  }
  .auth-card {
    padding: 16px;
  }
  .brand-logo.lg {
    width: 64px;
    height: 64px;
  }
  .faculty-content .card,
  .admin-content .card,
  .profile-card {
    padding: 14px;
  }
  .faculty-content .card-grid,
  .complaint-board {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .document-preview-shell,
  .document-preview {
    min-height: 180px;
    height: 180px;
  }
  .confirm-dialog,
  .processing-dialog,
  .processing-card,
  .feedback-dialog {
    width: min(96vw, 420px);
    border-radius: 14px;
  }
  .confirm-dialog-body,
  .processing-card {
    padding: 16px;
  }
  .confirm-dialog-actions .btn {
    min-width: 100px;
    flex: 1 1 0;
  }
}
@media (max-width: 420px) {
  .brand-text h2,
  .brand-text h3,
  .hero h1 {
    font-size: 1.05rem;
  }
  .badge {
    font-size: 0.72rem;
  }
  .header-notification-btn {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
  input,
  textarea,
  button,
  select {
    font-size: 15px;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  .faculty-content .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
