:root {
  --ink: #f9efff;
  --night: #10051d;
  --surface: #211030;
  --surface-2: #2f1744;
  --orange: #ff982f;
  --orange-light: #ffc061;
  --lavender: #d9c5e8;
  --muted: #ad95bd;
  --line: #59346e;
  --green: #a8dd85;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: "DM Sans",sans-serif;
  background: radial-gradient(ellipse at 50% -15%,#734681 0%,transparent 50%),radial-gradient(ellipse at 8% 72%,#422852 0%,transparent 48%),linear-gradient(155deg,#301942,#1c102d 60%,#26132f);
}

.shell {
  min-height: 100vh;
  max-width: 620px;
  margin: auto;
  padding: 20px 16px 30px;
  overflow: hidden;
}

.hero {
  position: relative;
  padding: 18px 12px 23px;
  color: #fff;
  text-align: center;
}

.moon {
  position: absolute;
  top: 3px;
  right: 16px;
  color: #ffd87a;
  font-size: 55px;
  line-height: 1;
  text-shadow: 0 0 20px #ff7b25,0 0 50px #ff5e1b66;
  transform: rotate(-19deg);
}

.eyebrow {
  margin: 0 0 7px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: #fff5df;
  font-family: Creepster,cursive;
  font-size: clamp(42px,11vw,62px);
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: .8;
  text-shadow: 3px 3px 0 #6c1e59,0 0 20px #f3793840;
}

h1 span {
  color: var(--orange);
}

.subtitle {
  max-width: 270px;
  margin: 17px auto 8px;
  color: #dbcbe6;
  font-size: 14px;
  line-height: 1.35;
}

.ship {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #e9d6d5;
  font-size: 13px;
  opacity: .72;
}

.ship i {
  width: 18px;
  height: 1px;
  background: #c1a8c7;
}

.ship span {
  color: var(--orange);
  font-size: 18px;
}

.content-card {
  min-height: 550px;
  overflow: hidden;
  border: 1px solid #7a4584;
  border-radius: 22px;
  background: linear-gradient(145deg,#2c133e,#160a26);
  box-shadow: 0 22px 60px #00000080,0 0 0 1px #ff9b3521 inset;
}

.tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  padding: 7px;
  border-bottom: 1px solid #573167;
  background: #170925;
}

.tab {
  border: 0;
  border-radius: 12px;
  padding: 14px 8px;
  color: #b79dc4;
  background: transparent;
  font: 700 15px "DM Sans";
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.tab.active {
  color: #fff2dc;
  background: linear-gradient(135deg,#572653,#342052);
  box-shadow: 0 2px 12px #00000059,0 0 0 1px #915084 inset;
}

.tab span {
  margin-left: 2px;
  color: var(--orange);
}

.panel {
  padding: 29px 20px 27px;
}

.intro {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.icon-badge {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid #ffb24555;
  border-radius: 15px;
  background: linear-gradient(135deg,#6f303c,#3e1948);
  font-size: 24px;
}

.intro h2,.group-heading h2 {
  margin: 2px 0 6px;
  color: #fff4eb;
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: -.3px;
}

.intro p {
  margin: 0;
  color: #c7b4d1;
  font-size: 13px;
  line-height: 1.5;
}

.how-to {
  display: grid;
  gap: 9px;
  margin: 24px 0 26px;
  padding: 16px 16px 16px 37px;
  border: 1px solid #744064;
  border-radius: 14px;
  color: #d5bfd7;
  background: linear-gradient(90deg,#3b1b46,#2b1238);
  font-size: 13px;
  line-height: 1.35;
}

.how-to li::marker {
  color: var(--orange);
  font-weight: 700;
}

.how-to b {
  color: #fff2df;
}

form {
  display: grid;
  gap: 18px;
}

label {
  display: grid;
  gap: 8px;
  color: #f0ddf1;
  font-size: 13px;
  font-weight: 700;
}

label > span {
  color: #ac94b5;
  font-size: 11px;
  font-weight: 500;
}

input[type="tel"],input[type="text"] {
  width: 100%;
  height: 51px;
  padding: 0 14px;
  border: 1px solid #5e3b6c;
  border-radius: 11px;
  outline: none;
  background: #170c26;
  color: #fff7f5;
  font: 500 16px "DM Sans";
  transition: border .2s,box-shadow .2s,background .2s;
}

input::placeholder {
  color: #806c91;
  font-size: 14px;
}

input:focus {
  border-color: #f58439;
  background: #1d0c29;
  box-shadow: 0 0 0 3px #ff8d3333;
}

input:disabled {
  color: #7e6d86;
  background: #291834;
}

.cabin-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.pending {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 27px;
  margin-top: 1px;
  color: #d3bfd9;
  cursor: pointer;
  font-size: 13px;
}

.pending input {
  position: absolute;
  opacity: 0;
}

.checkmark {
  width: 21px;
  height: 21px;
  border: 1px solid #765382;
  border-radius: 6px;
  background: #160a23;
}

.pending input:checked + .checkmark {
  border-color: #ff953d;
  background: #ff862e;
  box-shadow: inset 0 0 0 4px #32132f;
}

.form-message {
  display: none;
  margin: -7px 0 -4px;
  color: #ffab87;
  font-size: 12px;
}

.form-message.show {
  display: block;
}

.join-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  border: 1px solid #ffbd5d;
  border-radius: 13px;
  color: #2c1023;
  background: linear-gradient(135deg,#ffb94f,#f16f2d);
  box-shadow: 0 6px 0 #8b352a,0 11px 21px #00000060,0 0 22px #ff7d2833;
  font: 700 16px "DM Sans";
  cursor: pointer;
  transition: transform .15s,box-shadow .15s;
}

.join-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 0 #8b352a,0 13px 24px #00000060,0 0 28px #ff7d2859;
}

.join-button:active {
  transform: translateY(4px);
  box-shadow: 0 2px 0 #8b352a;
}

.join-button span {
  font-size: 24px;
  line-height: 0;
}

.privacy {
  margin: 20px 0 0;
  color: #987fa4;
  text-align: center;
  font-size: 11px;
}

.group-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  min-width: 0;
  gap: 14px;
  flex: 1;
}

.group-heading .eyebrow {
  font-size: 10px;
}

.broom {
  font-size: 32px;
  transform: rotate(-18deg);
}

.dynamic-note {
  display: flex;
  gap: 11px;
  margin: 24px 0;
  padding: 14px;
  border: 1px solid #a75b42;
  border-radius: 13px;
  background: linear-gradient(90deg,#48203b,#34203b);
  color: #f2d0a3;
  font-size: 13px;
  line-height: 1.45;
}

.dynamic-note span {
  color: var(--orange);
  font-size: 18px;
}

.dynamic-note p {
  margin: 0;
}

.groups-list {
  display: grid;
  gap: 16px;
}

.group {
  overflow: hidden;
  border: 1px solid rgba(151, 93, 161, .45);
  border-radius: 18px;
  background: rgba(25, 13, 37, .65);
  margin-bottom: 14px;
}

.group-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 0;
  border-bottom: 1px solid #5f3c6b;
  background: none;
  color: #f5eaf5;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
  border: 0;
  letter-spacing: -0.3px;
}

.group-size {
  flex: 0 0 auto;
  color: #a995ad;
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.member-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 4px 14px;
  list-style: none;
}

.member {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 0;
  border-bottom: 1px solid #35213f;
}

.member:last-child {
  border-bottom: 0;
}

.avatar {
  display: grid;
  width: 33px;
  height: 33px;
  flex: 0 0 33px;
  place-items: center;
  border-radius: 50%;
  color: #311333;
  background: #ffad4d;
  box-shadow: 0 0 12px #ff8b3040;
  font-size: 11px;
  font-weight: 700;
}

.member-info {
  min-width: 0;
}

.member-name {
  overflow: hidden;
  color: #f3e6f5;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-cabin {
  margin-top: 2px;
  color: #b49cbe;
  font-size: 11px;
}

.pending-tag,.cabin-tag {
  margin-left: auto;
  border-radius: 10px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
}

.pending-tag {
  border: 1px solid #835545;
  color: #ffd498;
  background: #4a2637;
}

.cabin-tag {
  border: 1px solid #5f9c72;
  color: #bcf2bd;
  background: #1d4936;
}

.empty {
  padding: 42px 20px;
  border: 1px dashed #714c7f;
  border-radius: 14px;
  color: #b99fbe;
  text-align: center;
}

.empty span {
  display: block;
  margin-bottom: 10px;
  font-size: 35px;
}

.empty h3 {
  margin: 0 0 6px;
  color: #fff0e8;
  font-size: 16px;
}

.empty p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.group-rule {
  margin: 21px 7px 0;
  color: #a990ad;
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

footer {
  padding-top: 24px;
  color: #bda1c1;
  font-size: 11px;
  text-align: center;
}

footer span {
  color: var(--orange);
}

.update-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
  margin: 20px 0 0;
  padding: 13px 14px;
  border: 1px solid #6a4573;
  border-radius: 12px;
  color: #e7cfdf;
  background: #221030;
  font: 700 13px "DM Sans";
  text-align: left;
  cursor: pointer;
}

.update-toggle > span {
  color: var(--orange);
  font-size: 18px;
}

.update-toggle b {
  margin-left: auto;
  color: var(--orange);
  font-size: 18px;
  transition: transform .2s;
}

.update-toggle.open b {
  transform: rotate(180deg);
}

.update-cabin {
  margin-top: 10px;
  padding: 20px 15px 16px;
  border: 1px solid #654270;
  border-radius: 14px;
  background: #1d0d2c;
}

.update-cabin h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #f4e3f0;
  font-size: 16px;
}

.update-cabin h3 span {
  color: var(--orange);
  font-size: 19px;
}

.update-cabin > p {
  margin: 7px 0 19px;
  color: #b69cbc;
  font-size: 12px;
  line-height: 1.45;
}

.update-cabin form {
  gap: 15px;
}

.update-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 47px;
  border: 1px solid #805485;
  border-radius: 11px;
  color: #f4e8f3;
  background: #30183f;
  font: 700 14px "DM Sans";
  cursor: pointer;
}

.update-button span {
  color: var(--orange);
  font-size: 19px;
}

.tab svg {
  width: 16px;
  height: 16px;
}

.join-button svg {
  width: 20px;
  height: 20px;
}

.update-button svg {
  width: 17px;
  height: 17px;
  color: var(--orange);
}

.dynamic-note svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: var(--orange);
}

.update-toggle > svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: var(--orange);
}

.update-toggle .chevron {
  width: 18px;
  height: 18px;
  margin-left: auto;
  transition: transform .2s;
}

.update-toggle.open .chevron {
  transform: rotate(180deg);
}

.update-cabin h3 svg {
  width: 18px;
  height: 18px;
  color: var(--orange);
}

.group-number::before {
  content: "";
}

.opt-out-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
  margin: 8px 0 0;
  padding: 13px 14px;
  border: 1px solid #70435a;
  border-radius: 12px;
  color: #e8c7d0;
  background: #28102a;
  font: 700 13px "DM Sans";
  text-align: left;
  cursor: pointer;
}

.opt-out-toggle > svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #ff9980;
}

.opt-out-toggle .chevron {
  width: 18px;
  height: 18px;
  margin-left: auto;
  color: #ff9980;
  transition: transform .2s;
}

.opt-out-toggle.open .chevron {
  transform: rotate(180deg);
}

.opt-out {
  margin-top: 10px;
  padding: 20px 15px 16px;
  border: 1px solid #70435a;
  border-radius: 14px;
  background: #240f29;
}

.opt-out h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #f3dfe4;
  font-size: 16px;
}

.opt-out h3 svg {
  width: 18px;
  height: 18px;
  color: #ff9980;
}

.opt-out > p {
  margin: 7px 0 19px;
  color: #bd9da8;
  font-size: 12px;
  line-height: 1.45;
}

.opt-out form {
  gap: 15px;
}

.opt-out-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 47px;
  border: 1px solid #a85a58;
  border-radius: 11px;
  color: #ffd7d1;
  background: #54213a;
  font: 700 14px "DM Sans";
  cursor: pointer;
}

.opt-out-button svg {
  width: 17px;
  height: 17px;
  color: #ffad90;
}

.countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  color: #f3e8f3;
  font-family: "Creepster", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.countdown > svg {
  width: 24px;
  height: 24px;
  color: var(--orange);
}

.countdown i:not([data-lucide]) {
  width: 26px;
  height: 1px;
  background: #a88aaa;
  opacity: .65;
}

#participant-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  margin-left: 7px;
  border-radius: 999px;
  background: #f97316;
  color: white;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
}

#location {
  width: 100%;
  padding: 12px 42px 12px 14px;
  border: 1px solid #5d3c69;
  border-radius: 10px;
  background-color: rgb(24, 12, 38);
  color: #fff5df;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--orange) 50%),
      linear-gradient(135deg, var(--orange) 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%,
      calc(100% - 12px) 50%;
  background-size: 6px 6px,
      6px 6px;
  background-repeat: no-repeat;
  transition: border-color .2s ease, box-shadow .2s ease;
}

#location:hover {
  border-color: #7d548b;
}

#location:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px #f3793830;
}

#location option {
  background: #261631;
  color: #fff5df;
}

#location option:disabled {
  color: #9d8ba5;
}

.group-header {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px 18px 17px;
  border-bottom: 1px solid rgba(151, 93, 161, .2);
}

.group-number {
  width: 46px;
  height: 46px;
  min-width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #65436f;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
}

.group-emoji {
  width: 58px;
  min-width: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  line-height: 1;
}

@media (min-width:470px) {
  .shell {
    padding-top: 34px;
  }
  
  .content-card {
    border-radius: 26px;
  }
  
  .panel {
    padding: 30px 34px;
  }
  
  .cabin-row {
    grid-template-columns: 1.5fr 1fr;
    align-items: end;
  }
  
  .pending {
    margin-bottom: 11px;
  }
  
  .hero {
    padding-bottom: 29px;
  }
}
/* ============================================================
   PENDING CABIN — HALLOWEEN MODAL
   ============================================================ */

   .pending-modal[hidden] {
    display: none;
  }
  
  .pending-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  
  .pending-modal-backdrop {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(
        circle at 50% 35%,
        rgba(111, 61, 122, 0.22),
        transparent 55%
      ),
      rgba(12, 6, 20, 0.84);
    backdrop-filter: blur(7px);
  }
  
  .pending-modal-card {
    position: relative;
    z-index: 1;
    width: min(430px, 100%);
    padding: 32px 28px 27px;
    border: 1px solid rgba(210, 143, 67, 0.38);
    border-radius: 20px;
  
    background:
      radial-gradient(
        ellipse at 50% -20%,
        rgba(108, 57, 119, 0.42),
        transparent 58%
      ),
      linear-gradient(
        145deg,
        #24132d 0%,
        #160d20 55%,
        #10091a 100%
      );
  
    color: #f4e9d8;
    text-align: center;
  
    box-shadow:
      0 25px 70px rgba(0, 0, 0, 0.65),
      0 0 35px rgba(103, 48, 112, 0.18);
  
    animation: pendingModalIn 0.24s ease-out;
  }
  
  /* Subtle decorative glow */
  .pending-modal-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 19px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.025);
  }
  
  /* Icon */
  .pending-modal-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    border-radius: 50%;
    border: 1px solid rgba(210, 143, 67, 0.48);
  
    background:
      radial-gradient(
        circle,
        rgba(210, 143, 67, 0.14),
        rgba(82, 39, 91, 0.16)
      );
  
    color: #d28f43;
    font-size: 25px;
  
    box-shadow:
      0 0 22px rgba(210, 143, 67, 0.08);
  }
  
  .pending-modal-card h3 {
    margin: 0 0 14px;
  
    color: #ead7e9;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.2px;
  }
  
  .pending-modal-card p {
    max-width: 355px;
    margin: 0 auto 13px;
  
    color: #d4c8d7;
    font-size: 14px;
    line-height: 1.65;
  }
  
  .pending-modal-card strong {
    color: #f1dfc5;
    font-weight: 700;
  }
  
  .pending-modal-note {
    margin-top: 16px !important;
  
    color: #95879a !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
  }
  
  /* Main button */
  .pending-modal-button {
    width: 100%;
    margin-top: 9px;
    padding: 13px 18px;
  
    border: 0;
    border-radius: 10px;
  
    background:
      linear-gradient(
        135deg,
        #d28f43,
        #b86f2e
      );
  
    color: #180d1d;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.2px;
  
    cursor: pointer;
  
    box-shadow:
      0 6px 18px rgba(210, 143, 67, 0.18);
  
    transition:
      transform 0.18s ease,
      filter 0.18s ease,
      box-shadow 0.18s ease;
  }
  
  .pending-modal-button:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
  
    box-shadow:
      0 8px 22px rgba(210, 143, 67, 0.25);
  }
  
  /* "I have a cabin number" secondary button */
  .pending-modal-cabin-button {
    width: 100%;
    margin-top: 9px;
    padding: 12px 18px;
  
    border: 1px solid rgba(210, 143, 67, 0.38);
    border-radius: 10px;
  
    background: rgba(210, 143, 67, 0.045);
  
    color: #d9a365;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1px;
  
    cursor: pointer;
  
    transition:
      background 0.18s ease,
      border-color 0.18s ease,
      color 0.18s ease;
  }
  
  .pending-modal-cabin-button:hover {
    background: rgba(210, 143, 67, 0.10);
    border-color: rgba(210, 143, 67, 0.58);
    color: #e7b77d;
  }
  
  /* Close X */
  .pending-modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
  
    width: 32px;
    height: 32px;
  
    border: 0;
    background: transparent;
  
    color: #8f7d94;
    font-size: 25px;
    line-height: 1;
  
    cursor: pointer;
  
    transition:
      color 0.18s ease,
      transform 0.18s ease;
  }
  
  .pending-modal-close:hover {
    color: #d28f43;
    transform: rotate(6deg);
  }
  
  /* Entrance */
  @keyframes pendingModalIn {
    from {
      opacity: 0;
      transform: translateY(12px) scale(0.96);
    }
  
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  
  /* Mobile */
  @media (max-width: 480px) {
    .pending-modal {
      padding: 16px;
    }
  
    .pending-modal-card {
      padding: 29px 22px 23px;
      border-radius: 18px;
    }
  
    .pending-modal-card h3 {
      font-size: 20px;
    }
  
    .pending-modal-card p {
      font-size: 13px;
    }
  }

  /* ============================================================
   SIGNUPS CLOSED
   ============================================================ */

.signup-closed-message {
  margin: 22px 0 8px;
  padding: 30px 24px;

  text-align: center;

  border: 1px solid rgba(210, 143, 67, 0.32);
  border-radius: 18px;

  background:
    radial-gradient(
      ellipse at 50% -25%,
      rgba(103, 48, 112, 0.38),
      transparent 60%
    ),
    linear-gradient(
      145deg,
      #24132d,
      #160d20
    );

  box-shadow:
    0 12px 35px rgba(0, 0, 0, 0.25);
}

.signup-closed-message[hidden] {
  display: none;
}

.signup-closed-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 15px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: rgba(210, 143, 67, 0.08);
  border: 1px solid rgba(210, 143, 67, 0.38);

  font-size: 25px;
}

.signup-closed-message h2 {
  margin: 0 0 12px;

  color: #ead7e9;

  font-family: "Creepster", cursive;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.signup-closed-message p {
  max-width: 420px;
  margin: 0 auto 12px;

  color: #c9bdce;

  font-size: 13px;
  line-height: 1.65;
}

.signup-closed-message strong {
  color: #f0dfc8;
}

.closed-actions {
  display: flex;
  flex-direction: column;
  gap: 9px;

  max-width: 360px;
  margin: 20px auto 0;
}

.closed-update-button,
.closed-groups-button {
  width: 100%;
  padding: 12px 18px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  border-radius: 10px;

  font-size: 13px;
  font-weight: 700;

  cursor: pointer;

  transition:
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.closed-update-button {
  border: 1px solid rgba(210, 143, 67, 0.45);

  background:
    linear-gradient(
      135deg,
      #d28f43,
      #b86f2e
    );

  color: #180d1d;
}

.closed-groups-button {
  border: 1px solid rgba(150, 105, 157, 0.45);

  background: rgba(103, 48, 112, 0.12);

  color: #d9c4dc;
}

.closed-update-button:hover,
.closed-groups-button:hover {
  transform: translateY(-1px);
}

.closed-update-button:hover {
  filter: brightness(1.08);
}

.closed-groups-button:hover {
  background: rgba(103, 48, 112, 0.22);
  border-color: rgba(150, 105, 157, 0.65);
}