/* FamHack Custom Styles */
/* Preserves template color scheme: Red (#fc2f20) / Cream (#ffe9ce) */
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&display=swap');

/* Bracket tuning */
:root {
  --famhack-bracket-offset: 8px;
}






/* Navigation Logo */
.nav-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-logo-text {
  font-family: 'Cinzel Decorative', 'Times New Roman', serif;
  font-size: 26px;
  line-height: 1;
  color: #fc2f20;
  letter-spacing: 0.04em;
}

/* Flyout Menu (GSAP-enhanced animation) */
.flyout-menu {
  opacity: 0;
  transform: translateX(100%);
  pointer-events: none;
  will-change: transform, opacity;
}

.flyout-menu.is-open {
  display: grid;
  pointer-events: auto;
}

/* Fallback for no-JS or no-GSAP */
.flyout-menu.is-open:not([style*="transform"]) {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

body.menu-open {
  overflow: hidden;
}

/* Hero Section */
.famhack-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 40px 80px;
  background-color: #0d0d0d;
}

.famhack-hero-inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.famhack-hero-content {
  position: relative;
  padding: 60px;
  text-align: center;
}

.famhack-hero-logo-wrapper {
  margin-bottom: 30px;
}

.famhack-hero-logo {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.famhack-hero-title {
  font-family: 'Azeret Mono', monospace;
  font-size: 4rem;
  font-weight: 600;
  color: #ffe9ce;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.famhack-hero-tagline {
  font-family: 'Azeret Mono', monospace;
  font-size: 1.25rem;
  color: #fc2f20;
  margin: 0 0 40px;
  letter-spacing: 0.05em;
}

.famhack-hero-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.famhack-detail-item {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: baseline;
}

.famhack-detail-label {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.875rem;
  color: #ffe9ce;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  min-width: 100px;
  text-align: right;
}

.famhack-detail-value {
  font-family: 'Azeret Mono', monospace;
  font-size: 1.125rem;
  color: #ffe9ce;
  min-width: 200px;
  text-align: left;
}

.famhack-hero-cta {
  display: flex;
  justify-content: center;
}

/* About Preview Section */
.famhack-about-preview {
  padding: 100px 40px;
  background-color: #ffe9ce;
}

.famhack-about-preview-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 60px;
}

/* Decorative Brackets */
.famhack-hero-content,
.famhack-about-preview-inner,
.register-content,
.about-content,
.contact-content,
.dashboard-header,
.members-section {
  position: relative;
}

.famhack-hero-content,
.register-content,
.about-content,
.contact-content,
.dashboard-header,
.members-section {
  color: #ffe9ce;
}

.famhack-about-preview-inner {
  color: #0d0d0d;
}

.famhack-hero-content .bracket,
.famhack-about-preview-inner .bracket,
.register-content .bracket,
.about-content .bracket,
.contact-content .bracket,
.dashboard-header .bracket,
.members-section .bracket {
  position: absolute;
  top: var(--famhack-bracket-offset);
  left: var(--famhack-bracket-offset);
  pointer-events: none;
}

.famhack-hero-content .bracket[data-wf--bracket--variant="bottom-right"],
.famhack-about-preview-inner .bracket[data-wf--bracket--variant="bottom-right"],
.register-content .bracket[data-wf--bracket--variant="bottom-right"],
.about-content .bracket[data-wf--bracket--variant="bottom-right"],
.contact-content .bracket[data-wf--bracket--variant="bottom-right"],
.members-section .bracket[data-wf--bracket--variant="bottom-right"] {
  top: auto;
  left: auto;
  right: var(--famhack-bracket-offset);
  bottom: var(--famhack-bracket-offset);
}

.dashboard-header {
  padding: 24px 0 0 24px;
  --famhack-bracket-offset: 0px;
}

.members-section {
  --famhack-bracket-offset: 24px;
}

.famhack-section-heading {
  font-family: 'Azeret Mono', monospace;
  font-size: 2.5rem;
  font-weight: 600;
  color: #0d0d0d;
  margin: 0 0 30px;
}

.famhack-section-text {
  font-family: 'Azeret Mono', monospace;
  font-size: 1rem;
  line-height: 1.8;
  color: #0d0d0d;
  margin: 0 0 30px;
}

.famhack-about-cta {
  display: flex;
  justify-content: flex-start;
}

/* Revamped Footer Styles */
.footer-new {
  background-color: #0d0d0d;
  color: #ffe9ce;
  padding: 120px 40px 60px;
  border-top: 1px solid rgba(252, 47, 32, 0.2);
  position: relative;
  overflow: hidden;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-top {
  margin-bottom: 80px;
}

.footer-logo {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(3rem, 15vw, 10rem);
  font-weight: 700;
  color: #fc2f20;
  line-height: 0.8;
  margin: 0;
  letter-spacing: -0.05em;
  opacity: 0.9;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}

.footer-col h6 {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 233, 206, 0.5);
  margin-bottom: 24px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col a {
  font-family: 'Azeret Mono', monospace;
  font-size: 1rem;
  color: #ffe9ce;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
  width: fit-content;
}

.footer-col a:hover {
  color: #fc2f20;
  transform: translateX(5px);
}

.footer-bottom {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 233, 206, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-bottom p {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.85rem;
  color: rgba(255, 233, 206, 0.6);
  margin: 0;
}

@media screen and (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .footer-new {
    padding: 80px 24px 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-logo {
    font-size: 4rem;
  }
}


/* Registration Page Styles */
.register-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 40px 80px;
  background-color: #0d0d0d;
}

.register-inner {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

.register-content {
  position: relative;
  padding: 60px;
}

.register-heading {
  font-family: 'Azeret Mono', monospace;
  font-size: 2rem;
  font-weight: 600;
  color: #ffe9ce;
  margin: 0 0 10px;
  text-align: center;
  line-height: 1.2;
}

.register-subheading {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.875rem;
  color: #ffe9ce;
  opacity: 0.6;
  margin: 0 0 40px;
  text-align: center;
}

/* Registration Steps */
.register-step {
  display: none;
}

.register-step.active {
  display: block;
}

.register-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.register-step:not([data-step="role"]) .register-form {
  max-width: 500px;
  margin-inline: auto;
  width: 100%;
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.role-card {
  width: 100%;
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(255, 233, 206, 0.2);
  background: rgba(255, 233, 206, 0.03);
  color: #ffe9ce;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

button.role-card {
  appearance: none;
  cursor: pointer;
}

.role-card:hover {
  border-color: rgba(252, 47, 32, 0.55);
  background: rgba(252, 47, 32, 0.06);
  transform: translateY(-2px);
}

.role-card-eyebrow {
  margin: 0;
  font-family: 'Azeret Mono', monospace;
  font-size: 0.72rem;
  color: #fc2f20;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.role-card-heading {
  margin: 0;
  font-family: 'Azeret Mono', monospace;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffe9ce;
}

.role-card-copy {
  margin: 0;
  font-family: 'Azeret Mono', monospace;
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(255, 233, 206, 0.8);
}

.role-card-note {
  margin: auto 0 0;
  font-family: 'Azeret Mono', monospace;
  font-size: 0.72rem;
  line-height: 1.7;
  color: rgba(255, 233, 206, 0.58);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.75rem;
  color: #ffe9ce;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.form-input {
  font-family: 'Azeret Mono', monospace;
  font-size: 1rem;
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid rgba(255, 233, 206, 0.3);
  color: #ffe9ce;
  outline: none;
  transition: border-color 0.3s ease;
}

.form-input:focus {
  border-color: #fc2f20;
}

.form-input::placeholder {
  color: rgba(255, 233, 206, 0.4);
}

.error-message {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.75rem;
  color: #fc2f20;
  margin: 0;
  min-height: 1.5em;
}

.success-message {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.875rem;
  color: #4CAF50;
  margin: 0;
  text-align: center;
}

/* OTP Input Styles */
.otp-inputs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.otp-digit {
  width: 50px;
  height: 60px;
  font-family: 'Azeret Mono', monospace;
  font-size: 1.5rem;
  text-align: center;
  background-color: transparent;
  border: 1px solid rgba(255, 233, 206, 0.3);
  color: #ffe9ce;
  outline: none;
  transition: border-color 0.3s ease;
}

.otp-digit:focus {
  border-color: #fc2f20;
}

.register-step[data-step="otp"] .register-form {
  align-items: center;
  text-align: center;
}

.register-step[data-step="otp"] .form-label,
.register-step[data-step="otp"] .error-message,
.register-step[data-step="otp"] .button-link,
.register-step[data-step="otp"] .resend-link {
  width: 100%;
}

.register-step[data-step="otp"] .otp-inputs {
  margin-inline: auto;
}

.register-step[data-step="otp"] .error-message {
  line-height: 1.5;
  max-width: 30ch;
  margin-inline: auto;
  text-align: center;
}

.resend-link {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.75rem;
  color: #fc2f20;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  text-align: center;
  display: block;
  margin: 20px auto 0;
}

.resend-link:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Dashboard Styles */
.dashboard-section {
  min-height: 100vh;
  padding: 120px 40px 80px;
  background-color: #0d0d0d;
}

.dashboard-inner {
  max-width: 800px;
  margin: 0 auto;
}

.dashboard-header {
  margin-bottom: 40px;
}

.dashboard-heading {
  font-family: 'Azeret Mono', monospace;
  font-size: 2rem;
  font-weight: 600;
  color: #ffe9ce;
  margin: 0 0 10px;
}

.dashboard-subheading {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.875rem;
  color: #ffe9ce;
  opacity: 0.6;
  margin: 0;
}

/* Invite Link Section */
.invite-section {
  background-color: rgba(255, 233, 206, 0.05);
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
}

.invite-label {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.75rem;
  color: #ffe9ce;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 15px;
}

.invite-link-wrapper {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.invite-link-input {
  flex: 1;
  font-family: 'Azeret Mono', monospace;
  font-size: 0.875rem;
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid rgba(255, 233, 206, 0.3);
  color: #ffe9ce;
  outline: none;
}

.copy-btn {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.75rem;
  padding: 15px 25px;
  background-color: #fc2f20;
  border: none;
  color: #ffe9ce;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease;
}

.copy-btn:hover {
  background-color: #e02a1c;
}

.copy-btn.copied {
  background-color: #4CAF50;
}

.copy-btn.copy-btn-secondary {
  background-color: transparent;
  border: 1px solid rgba(255, 233, 206, 0.25);
}

.copy-btn.copy-btn-secondary:hover {
  background-color: rgba(255, 233, 206, 0.08);
}

/* Team Members Section */
.members-section {
  position: relative;
  padding: 40px;
}

.members-heading {
  font-family: 'Azeret Mono', monospace;
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffe9ce;
  margin: 0 0 20px;
}

.members-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.member-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: rgba(255, 233, 206, 0.05);
  border: 1px solid rgba(255, 233, 206, 0.1);
}

.member-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.member-email {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.875rem;
  color: #ffe9ce;
  margin: 0;
}

.member-role {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.75rem;
  color: #ffe9ce;
  opacity: 0.5;
  margin: 0;
}

.member-status {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.625rem;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.member-status.leader {
  background-color: #fc2f20;
  color: #ffe9ce;
}

.member-status.member {
  background-color: rgba(255, 233, 206, 0.2);
  color: #ffe9ce;
}

/* Join Page Styles */
.join-heading {
  font-family: 'Azeret Mono', monospace;
  font-size: 2rem;
  font-weight: 600;
  color: #ffe9ce;
  margin: 0 0 10px;
  text-align: center;
  line-height: 1.2;
}

.join-team-name {
  color: #fc2f20;
}

.page-message {
  min-height: 0;
  margin-bottom: 20px;
  color: #ffe9ce;
}

.helper-copy {
  margin: -4px 0 0;
  text-align: left;
}

.uppercase-input {
  text-transform: uppercase;
}

.team-preview {
  padding: 18px 20px;
  border: 1px solid rgba(252, 47, 32, 0.35);
  background-color: rgba(252, 47, 32, 0.08);
}

.team-preview-label {
  margin: 0 0 8px;
  color: rgba(255, 233, 206, 0.55);
  font-family: 'Azeret Mono', monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.team-preview-name {
  margin: 0;
  color: #ffe9ce;
  font-family: 'Azeret Mono', monospace;
  font-size: 1rem;
}

.team-preview-static {
  margin-bottom: 4px;
}

.dashboard-header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.invite-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.invite-copy {
  margin-bottom: 15px;
  text-align: left;
}

.status-banner {
  margin-bottom: 30px;
  padding: 18px 20px;
  background-color: rgba(252, 47, 32, 0.08);
  border: 1px solid rgba(252, 47, 32, 0.25);
  color: #ffe9ce;
  font-family: 'Azeret Mono', monospace;
  font-size: 0.875rem;
  line-height: 1.7;
}

.member-card {
  gap: 20px;
}

.member-name {
  font-family: 'Azeret Mono', monospace;
  font-size: 1rem;
  color: #ffe9ce;
  margin: 0;
}

.member-meta {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.7rem;
  color: rgba(255, 233, 206, 0.55);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.member-card-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.action-btn {
  border: 1px solid rgba(255, 233, 206, 0.25);
  background-color: transparent;
  color: #ffe9ce;
  font-family: 'Azeret Mono', monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 10px 14px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.action-btn:hover {
  background-color: rgba(255, 233, 206, 0.06);
}

.action-btn.action-approve {
  border-color: rgba(76, 175, 80, 0.45);
  color: #a0f0a5;
}

.action-btn.action-decline {
  border-color: rgba(252, 47, 32, 0.35);
  color: #ff8f82;
}

.member-status.pending {
  background-color: rgba(252, 47, 32, 0.12);
  color: #ffb4ab;
}

.member-status.approved {
  background-color: rgba(76, 175, 80, 0.15);
  color: #baf2bc;
}

.member-status.declined {
  background-color: rgba(252, 47, 32, 0.12);
  color: #ff8f82;
}

.empty-state {
  margin: 0;
  padding: 18px 20px;
  background-color: rgba(255, 233, 206, 0.04);
  border: 1px dashed rgba(255, 233, 206, 0.14);
  color: rgba(255, 233, 206, 0.75);
  font-family: 'Azeret Mono', monospace;
  font-size: 0.875rem;
}

/* Contact Page Styles */
.contact-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 40px 80px;
  background-color: #0d0d0d;
}

.contact-inner {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.contact-content {
  position: relative;
  padding: 60px;
}

.contact-heading {
  font-family: 'Azeret Mono', monospace;
  font-size: 2rem;
  font-weight: 600;
  color: #ffe9ce;
  margin: 0 0 30px;
  text-align: center;
}

.contact-text {
  font-family: 'Azeret Mono', monospace;
  font-size: 1rem;
  line-height: 1.8;
  color: #ffe9ce;
  margin: 0 0 30px;
  text-align: center;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
}

.contact-item {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.875rem;
  color: #ffe9ce;
  text-align: center;
}

.contact-item a {
  color: #fc2f20;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}

/* Button reset for <button> elements using button-link */
button.button-link {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
}

button.button-link:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}



/* About Page Styles */
.about-section {
  padding: 120px 40px 80px;
  background-color: #0d0d0d;
}

.about-inner {
  max-width: 800px;
  margin: 0 auto;
}

.about-content {
  position: relative;
  padding: 60px;
}

.about-heading {
  font-family: 'Azeret Mono', monospace;
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffe9ce;
  margin: 0 0 30px;
}

.about-text {
  font-family: 'Azeret Mono', monospace;
  font-size: 1rem;
  line-height: 1.8;
  color: #ffe9ce;
  margin: 0 0 20px;
}

.about-highlight {
  background-color: rgba(255, 233, 206, 0.05);
  padding: 40px;
  margin: 40px 0;
}

.about-highlight-heading {
  font-family: 'Azeret Mono', monospace;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fc2f20;
  margin: 0 0 15px;
}

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

.about-list li {
  font-family: 'Azeret Mono', monospace;
  font-size: 0.875rem;
  color: #ffe9ce;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 233, 206, 0.1);
}

.about-list li:last-child {
  border-bottom: none;
}

/* Loading States */
.btn-loading {
  position: relative;
  pointer-events: none;
}

.btn-loading::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Responsive Styles */
@media screen and (max-width: 991px) {
  .famhack-hero-title {
    font-size: 3rem;
  }

  .famhack-hero-content {
    padding: 40px 30px;
  }

  .famhack-detail-item {
    flex-direction: column;
    gap: 5px;
  }

  .famhack-detail-label,
  .famhack-detail-value {
    text-align: center;
    min-width: auto;
  }

  .footer-header,
  .footer-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-actions {
    justify-content: flex-start;
  }

  .footer-right {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --famhack-bracket-offset: 6px;
  }

  .famhack-hero {
    padding: 100px 20px 60px;
  }

  .famhack-hero-title {
    font-size: 2.5rem;
  }

  .famhack-hero-logo {
    max-width: 200px;
  }

  .famhack-section-heading {
    font-size: 2rem;
  }

  .famhack-about-preview-inner {
    padding: 40px 20px;
  }

  .register-content,
  .contact-content,
  .about-content {
    padding: 40px 20px;
  }

  .role-grid {
    grid-template-columns: 1fr;
  }

  .otp-digit {
    width: 40px;
    height: 50px;
    font-size: 1.25rem;
  }

  .invite-link-wrapper {
    flex-direction: column;
  }

  .dashboard-inner {
    padding: 0 20px;
  }

  .nav-logo {
    padding: 0;
  }

  .nav-logo-text {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .famhack-hero-title {
    font-size: 2rem;
  }

  .famhack-hero-tagline {
    font-size: 1rem;
  }

  .otp-inputs {
    gap: 5px;
  }

  .otp-digit {
    width: 35px;
    height: 45px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .invite-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-header-top,
  .member-card {
    flex-direction: column;
    align-items: stretch;
  }

  .member-card-actions {
    margin-left: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
