._Container_kfu60_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding: var(--spacing-lg);
  background-color: var(--bg);
}

._Card_kfu60_10 {
  width: 100%;
  max-width: 750px;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  font-family: "Inter", sans-serif;
}
._Card_kfu60_10 a {
  color: var(--darker);
  text-decoration: none;
  font-weight: 500;
}
._Card_kfu60_10 a:hover {
  text-decoration: underline;
}

._Header_kfu60_28 {
  background-color: var(--darker);
  color: white;
  padding: var(--spacing-lg);
  gap: var(--spacing-md);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._headerInfo_kfu60_38 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  min-width: 0;
}
._headerInfo_kfu60_38 > div {
  min-width: 0;
}
._headerInfo_kfu60_38 svg {
  fill: white;
  width: 20px;
  height: 20px;
  opacity: 0.8;
  flex-shrink: 0;
}

._HeaderBrand_kfu60_55 {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

._HeaderLogo_kfu60_65 {
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
._HeaderLogo_kfu60_65 svg {
  fill: white;
  width: 20px;
  height: 20px;
}

._InviteBadge_kfu60_80 {
  background-color: rgba(255, 255, 255, 0.2);
  padding: var(--spacing-md) var(--spacing-lg);
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  letter-spacing: 0.5px;
}
._InviteBadge_kfu60_80 svg {
  fill: white;
  width: 14px;
  height: 14px;
}

._Content_kfu60_97 {
  padding: var(--spacing-lg);
  text-align: center;
  position: relative;
  background: radial-gradient(circle at center, rgba(246, 124, 41, 0.05) 0%, transparent 60%);
}

._IconWrapper_kfu60_104 {
  width: 80px;
  height: 80px;
  background-color: var(--bg);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto var(--spacing-lg);
  flex-shrink: 0;
}
._IconWrapper_kfu60_104._header_kfu60_38 {
  width: 50px;
  height: 50px;
  margin: 0;
}
._IconWrapper_kfu60_104 img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  border-radius: 50%;
}

._PersonalInvitation_kfu60_127 {
  color: var(--darker);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: var(--spacing-md);
}

._Title_kfu60_136 {
  color: var(--darker);
  font-size: 32px;
  font-weight: 900;
  margin: 0 0 var(--spacing-lg);
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

._EventName_kfu60_146 {
  color: var(--mainText);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 var(--spacing-md);
}

._EventNameHeader_kfu60_153 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

._expiration_kfu60_160 {
  margin: var(--spacing-md) 0 0;
  font-style: italic;
  color: var(--secondaryText);
}

._OrganizationText_kfu60_166 {
  color: var(--mainText);
  font-size: 15px;
  font-weight: 400;
  margin: var(--spacing-lg) auto;
  max-width: 520px;
}

._DetailsBand_kfu60_174 {
  background-color: var(--darker);
  color: white;
  display: flex;
  padding: var(--spacing-lg);
  justify-content: space-around;
  flex-wrap: wrap;
  gap: var(--spacing-lg);
}

._DetailItem_kfu60_184 {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}
._DetailItem_kfu60_184._header_kfu60_38 ._DetailContent_kfu60_189 {
  align-items: flex-end;
}
._DetailItem_kfu60_184 svg {
  fill: white;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  opacity: 0.8;
}

._DetailContent_kfu60_189 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

._DetailLabel_kfu60_207 {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

._DetailValue_kfu60_215 {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

._Footer_kfu60_224 {
  padding: 24px;
  background-color: #fdfdfd;
  display: flex;
  gap: var(--spacing-lg);
}

._DeclineBtn_kfu60_231 {
  flex: 1;
  background: white;
  border: 2px solid #e0e0e0;
  color: #888;
  font-size: 14px;
  font-weight: 700;
  padding: var(--spacing-lg);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
}
._DeclineBtn_kfu60_231:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

._AcceptBtn_kfu60_249 {
  flex: 2;
  background: var(--darker);
  border: none;
  color: white;
  font-size: 14px;
  font-weight: 800;
  padding: var(--spacing-lg);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-md);
  transition: all 0.2s ease;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(246, 124, 41, 0.3);
}
._AcceptBtn_kfu60_249:hover {
  background: var(--darkerHover);
  box-shadow: 0 6px 16px rgba(246, 124, 41, 0.4);
  transform: translateY(-1px);
}
._AcceptBtn_kfu60_249 svg {
  fill: white;
  width: 18px;
  height: 18px;
}

._ErrorState_kfu60_278,
._SuccessState_kfu60_279 {
  padding: var(--spacing-xl) var(--spacing-lg);
  text-align: center;
}