/* Networking App Base Styles */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;400;600;700&display=swap");

/* ===== BASE LAYOUT ===== */
html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.networking-container {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 12px; */
  box-sizing: border-box;
  overflow-x: hidden;
}

.tickets-flow > * {
  font-family: "Inter Tight", sans-serif;
}

/* ===== TICKETS FLOW STYLES ===== */
.tickets-name-input {
  width: 100%;
  padding: 15px 15px 15px 25px;
  border: none;
  border-radius: 10px;
  background: #eeeef6;
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
  outline: none;
}

.tickets-name-input::placeholder {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.7);
}

.tickets-phone-input-split {
  display: flex;
  align-items: center;
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #eeeef6;
  box-sizing: border-box;
  overflow: hidden;
}

.tickets-country-code-section {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #eeeef6;
  border-right: 1px solid #ddd;
  font-weight: 600;
  color: #333;
}

.tickets-phone-input-split input[type="tel"] {
  flex: 1;
  padding: 12px 16px;
  border: 0;
  outline: none;
  background: transparent;
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
}

.tickets-phone-input-split input[type="tel"]::placeholder {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.7);
}

.phone-container,
.phone-container-with-image {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  background: white;
  border-radius: 0;
  box-shadow: none;
  padding: 40px 30px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: transform 0.3s ease;
  overflow-y: auto; /* allow vertical scrolling when content exceeds viewport */
  overflow-x: hidden;
}

.networking-container > .phone-container {
  min-height: auto;
}

.phone-container-with-image {
  padding: 0;
}

.phone-container-content {
  padding: 20px 35px 30px 31px
}

.phone-container-content-tight {
  padding: 0;
}

/* ===== TYPOGRAPHY ===== */
h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;
  text-align: center;
  color: #000;
}

.profile-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  color: #333;
}

.otp-header {
  margin-top: 0;
  margin-bottom: 16px;
}

.otp-description {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 30px 0;
}

.success-header {
  margin-top: 0;
  margin-bottom: 16px;
}

.success-description {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 30px 0;
}

.rules-section {
  margin: 30px 0;
  text-align: left;
}

.rules-title {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin: 0 0 20px 0;
  color: #333;
}

.rules-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rule-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.rule-number {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #7f1ddc;
  flex-shrink: 0;
  margin-top: 2px;
}

.rule-content {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  flex: 1;
}

.rule-content strong {
  font-weight: 700;
}

.subtitle {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

/* ===== HERO IMAGE ===== */
.hero-image {
  width: 100%;
  padding: 0;
  text-align: center;
  display: block;
  transform: translateY(-1px); /* картинка просвечивает белым цветом сверху */
}

.hero-image img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

/* ===== FORMS ===== */
.form-group {
  text-align: left;
  margin: 20px 0 30px 0;
}

.form-group > input:focus {
  transform: scale(1.02);
  transition: transform 0.2s ease;
}

label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.phone-input-split {
  display: flex;
  align-items: center;
  width: 100%;
  border: 2px solid #eef0ff;
  border-radius: 10px;
  background: white;
  box-sizing: border-box;
  overflow: hidden;
}

.country-code-section {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #f8f9fa;
  border-right: 1px solid #eef0ff;
  font-weight: 600;
  color: #333;
}

.flag {
  font-size: 18px;
}

.country-code {
  font-size: 16px;
}

.phone-input-split input[type="tel"] {
  flex: 1;
  padding: 12px 16px;
  border: 0;
  outline: none;
  background: transparent;
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
}

.phone-input-split input[type="tel"]::placeholder {
  color: #999;
}

/* New phone input styles for accept_phone page */
.phone-input-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

.country-code-box {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  background: #ececff;
  border-radius: 12px;
  border: none;
}

.country-flag-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.country-flag-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.country-code-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #403d3d;
}

.phone-number-input {
  flex: 1;
  padding: 14px 16px;
  background: #ececff;
  border: none;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #403d3d;
  text-align: left;
}

.phone-number-input::placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(36, 36, 36, 0.8);
  text-align: left;
}

.phone-number-input:focus {
  outline: none;
  background: #ececff;
}

.checkbox-container {
  margin-top: 12px;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #7f1ddc;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  height: 50px;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: 15px;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-text {
  flex: 1;
  text-align: center;
}

.btn:hover {
  background-color: #6a1ac4;
  transform: translateY(-1px);
}

.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-full-width {
  width: 100%;
  justify-content: center;
  height: 50px;
  border-radius: 30px;
  position: relative;
}

.arrow {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-arrow-icon {
  width: 24px;
  height: 24px;
}

.btn-secondary {
  background-color: #6c757d;
}

.btn-secondary:hover {
  background-color: #545b62;
}

/* ===== MESSAGES ===== */
.message {
  margin-top: 14px;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  display: none;
}

.success {
  background-color: #d4edda;
  color: #155724;
}

.error {
  background-color: #f8d7da;
  color: #721c24;
}

.error-message {
  color: #dc3545;
  font-size: 14px;
  margin-top: 8px;
  padding: 8px 12px;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
}

.success {
  color: #1e874d;
  font-size: 14px;
  margin-top: 8px;
  padding: 8px 12px;
  background-color: #e6f7ec;
  border: 1px solid #27ae60;
  border-radius: 4px;
}

/* ===== CHECKBOX ===== */
.checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 20px 0;
  text-align: left;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #6a30ca;
  flex-shrink: 0;
  margin-top: 2px;
  border-radius: 35%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #7f1ddc;
  background: white;
  cursor: pointer;
}

.checkbox:checked {
  background: #6a30ca;
  border-color: #6a30ca;
  position: relative;
}

.checkbox:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

.checkbox-label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0px;
  color: #333;
  margin: 0;
  cursor: pointer;
}

.checkbox-label a {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}

.checkbox-label a:hover {
  color: #6a30ca;
  text-decoration: underline;
}

/* ===== TERMS ===== */
.terms {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: #666;
  margin: 20px 0;
}

.terms-link {
  text-align: center;
  margin-top: 10px;
}

.terms-link a {
  font-size: 12px;
  color: #6a30ca;
  text-decoration: underline;
}

/* ===== UTILITY CLASSES ===== */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}

.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}

.hidden {
  display: none;
}
.visible {
  display: block;
}

.no-padding {
  padding: 0;
}

/* ===== OTP VERIFICATION ===== */
.back-arrow {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.back-arrow-card {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.unicorn-image-container {
  text-align: center;
  margin: 20px 0 20px 0;
}

.unicorn-image-small {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.unicorn-image-container-small {
  text-align: center;
  margin: 0 0 10px 0;
}

.unicorn-image-extra-small {
  width: 130px;
  height: 130px;
  object-fit: contain;
}

/* Interview Complete Page Styles */
.interview-complete-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #333;
  margin: 0 0 8px 0;
}

.interview-complete-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  text-align: center;
  color: #333;
  margin: 0 0 24px 0;
}

.field-card-wrapper {
  margin-bottom: 20px;
}

.field-card-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 155%;
  color: #000;
  margin-bottom: 6px;
  text-align: left;
}

.field-card-s {
  background: rgba(236, 236, 255, 0.24);
  border: 1px solid #ececff;
  border-radius: 12px;
  padding: 12px 14px;
  width: 100%;
  box-sizing: border-box;
}

div.field-card-s-editable {
  background: rgb(255, 255, 255);
  border: 1px solid #ececff71;
}

.field-card-textarea-wrapper {
  position: relative;
}

.field-card-edit-icon {
  cursor: pointer;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 32px;
  height: 32px;
  z-index: 1;
  pointer-events: auto;
}

.field-card-content {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #1a1a1a;
  text-align: left;
  margin: 0;
}

textarea.field-card-content {
  width: 100%;
  border: none;
  background: transparent;
  resize: none;
  outline: none;
  padding: 0;
  padding-right: 30px;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  box-sizing: border-box;
}

textarea.field-card-content[readonly] {
  cursor: default;
  user-select: text;
  pointer-events: none;
}

textarea.field-card-content:not([readonly]) {
  cursor: text;
  pointer-events: auto;
}

.interview-complete-actions {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.btn-link-retake {
  background: none;
  border: none;
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  transition: opacity 0.2s ease;
}

.btn-link-retake:hover {
  opacity: 0.8;
}

.retake-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
}

/* Interview Failed Page Styles */
.unicorn-image-container-large {
  text-align: center;
  margin: 40px 0 20px 0;
}

.unicorn-image-large {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.interview-failed-section {
  padding: 0 20px 30px;
}

.interview-failed-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #333;
  margin: 0 0 8px 0;
}

.interview-failed-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  text-align: center;
  color: #333;
  margin: 0 0 30px 0;
}

.interview-failed-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.btn-link-plain {
  background: none;
  border: none;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s ease;
}

.btn-link-plain:hover {
  opacity: 0.8;
}

/* Success Page Styles */
.success-section {
  padding: 0 20px 30px;
}

.success-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #333;
  margin: 0 0 8px 0;
}

.success-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  text-align: center;
  color: #333;
  margin: 0 0 30px 0;
}

.success-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.btn-link-with-icon {
  background: none;
  border: none;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.2s ease;
}

.btn-link-with-icon:hover {
  opacity: 0.8;
}

.edit-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}

/* QR Scanner Modal */
.qr-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1000;
  overflow-y: auto;
}

.qr-modal-content {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.qr-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #000;
  font-size: 32px;
  font-weight: 300;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  line-height: 1;
  z-index: 10;
}

.qr-modal-close:hover {
  opacity: 0.7;
}

.qr-modal-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #000;
  margin: 60px 0 8px 0;
}

.qr-modal-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  text-align: center;
  color: #000;
  margin: 0 0 30px 0;
}

.qr-camera-container {
  width: calc(100% - 40px);
  max-width: 400px;
  aspect-ratio: 1;
  border: 3px solid #7f1ddc;
  border-radius: 16px;
  padding: 2px;
  background: #7f1ddc;
  box-sizing: border-box;
}

.qr-camera-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
  display: block;
  background: #000;
}

.qr-upload-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px;
  background: rgba(127, 29, 220, 0.05);
  border: 1px solid rgba(127, 29, 220, 0.2);
  border-radius: 12px;
  margin-top: 20px;
}

.qr-upload-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin: 0;
  text-align: center;
}

.qr-file-input {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #000;
}

.qr-message {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  padding: 12px 20px;
  border-radius: 8px;
  margin-top: 10px;
}

.qr-message .success {
  background: rgba(34, 197, 94, 0.2);
  color: #4ade80;
  border: 1px solid #4ade80;
}

.qr-message .error {
  background: rgba(239, 68, 68, 0.2);
  color: #f87171;
  border: 1px solid #f87171;
}

/* Match Complete Page Styles */
.match-complete-container {
  /* padding: 30px; */
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.match-complete-header-section {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px;
}

.match-complete-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #333;
  margin: 0 0 8px 0;
}

.match-complete-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  color: #333;
  margin: 0;
}

/* Match Level Info Tile */
.match-level-info-tile {
  /* width: 100%; */
  background: #7f1ddc;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
  color: white;
}

.match-level-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 155%;
  text-align: left;
  margin-bottom: 12px;
}

.match-level-icons {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}

.match-level-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.match-level-icon {
  width: 20px;
  height: 20px;
}

/* Match Sections */
.match-section {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
  padding: 0;
  padding: 16px;
  border-radius: 20px;
  box-sizing: border-box;
  overflow-x: hidden;
}

.match-section:last-child {
  margin-bottom: 0;
}

.match-section-help {
  background: #FFEFE4;
}

.match-section-provide {
  background: #EBFAF6;
}

.match-section-all {
  background: transparent;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.match-section-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 155%;
  text-align: center;
  color: #000;
  margin: 0 0 16px 0;
}

/* Match Grids */
.match-grid {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.match-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.match-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Match Cards (2 per row) */
.match-card {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.match-card:hover {
  transform: scale(1.05);
}

.match-card-placeholder {
  cursor: default;
  opacity: 0.6;
}

.match-card-placeholder:hover {
  transform: none;
}

.match-avatar-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.match-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  /* background: #f0f0f0; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.match-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.match-initial {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #7f1ddc;
}

.match-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.match-badge img {
  width: 20px;
  height: 20px;
}

.match-info {
  text-align: center;
}

.match-name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 155%;
  color: #333;
  margin: 0 0 2px 0;
}

.match-occupation {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 155%;
  color: #000;
  margin: 0;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Small Match Cards (3 per row) */
.match-card-small {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.match-card-small:hover {
  transform: scale(1.05);
}

.match-avatar-small {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.match-avatar-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.match-initial-small {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #7f1ddc;
}

.match-info-small {
  text-align: center;
}

.match-name-small {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 155%;
  color: #333;
  margin: 0 0 2px 0;
}

.match-occupation-small {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 155%;
  color: #666;
  margin: 0;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* New Modal Styles */
.user-modal-new {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  overflow-y: auto;
  overflow-x: hidden;
}

.user-modal-new.show {
  display: block;
}

.modal-content-new {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background: white;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
}

.modal-hero-image {
  width: 100%;
  height: 60vh;
  position: relative;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-hero-initial {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 120px;
  color: #7f1ddc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close-new {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 50%;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}

.modal-close-new:hover {
  transform: scale(1.1);
}

.modal-info-section {
  background: white;
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
  position: relative;
  z-index: 5;
  padding: 24px 20px;
  width: 100%;
  box-sizing: border-box;
}

.modal-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}

.modal-header-left {
  flex: 1;
}

.modal-name-new {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #333;
  margin: 0 0 4px 0;
}

.modal-occupation-new {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  color: #666;
  margin: 0;
}

.modal-contact-btn {
  background: #EEF0FF;
  color: #000;
  border: none;
  border-radius: 30px;
  padding: 10px 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.modal-contact-btn:hover {
  background: #dde0ff;
}

.modal-info-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.modal-info-card {
  border-radius: 12px;
  padding: 16px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.modal-card-meet {
  background: #eef0ff;
}

.modal-card-provide {
  background: linear-gradient(90deg, rgba(216, 252, 210, 0.3) 0%, rgba(163, 240, 192, 0.3) 100%);
  border: 1px solid #9CD0C0;
}

.modal-card-help {
  background: linear-gradient(0deg, rgba(255, 241, 228, 0.4), rgba(255, 241, 228, 0.4)),
              linear-gradient(90deg, #FFEFE4 0%, #FFF8F4 100%);
  border: 1px solid #FFC48F;
}

.modal-card-summary {
  background: #fafafa;
}

.modal-card-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #7f1ddc;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 155%;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 12px 0 12px 0;
}

.modal-card-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: 0px;
  color: #333;
  margin: 0 0 8px 0;
}

.modal-card-meet .modal-card-title {
  margin-top: 32px;
}

.modal-card-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  letter-spacing: 0px;
  color: #333;
  margin: 0;
}

.modal-card-header-with-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.modal-card-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.modal-card-header-text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 155%;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #333;
  margin: 0;
  vertical-align: middle;
}

/* Quick Summary Container */
.modal-quick-summary-container {
  background: #ECECFF3D;
  border: 1px solid #ECECFF;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}

.modal-quick-summary-header {
  margin-bottom: 12px;
}

.modal-quick-summary-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modal-quick-summary-ai {
  display: block;
}

.modal-quick-summary-ai .modal-card-text {
  margin-bottom: 12px;
}

.modal-quick-summary-item .modal-card-text {
  margin-bottom: 28px;
}

.modal-read-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 38px;
  padding: 8px 3px;
  border-radius: 8px;
  border: 1px solid #ECECFF;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}

.modal-read-more-btn:hover {
  background: rgba(236, 236, 255, 0.2);
}

.read-more-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 155%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #7F1DDC;
  margin: 0;
}

.read-more-arrow {
  width: 10px;
  height: 10px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.modal-quick-summary-expanded {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}

.modal-quick-summary-expanded .modal-read-more-btn {
  margin-top: 8px;
}

.modal-quick-summary-item {
  display: block;
}

.modal-quick-summary-item .modal-card-header-text {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .modal-content-new {
    max-width: 100%;
  }
  
  .phone-container {
    padding: 30px;
  }
  
  .match-complete-container {
    /* padding: 20px 15px; */
  }
  
  .match-complete-header-section {
    padding: 0 10px;
  }
}

.back-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-arrow-icon {
  width: 24px;
  height: 24px;
}

.back-link:hover {
  background: transparent;
  color: #333;
}

.back-link:active {
  background: transparent;
  color: #333;
  -webkit-tap-highlight-color: transparent;
}

.otp-input-container {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 20px 0;
}

.otp-digit {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 10px;
  background: #eeeef6;
  color: #333;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  outline: none;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.otp-digit:focus {
  background: #e0e0f0;
}

.otp-digit.filled {
  transform: scale(1.03);
}

.otp-digit::placeholder {
  color: #999;
}

.resend-section {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

form {
  width: 100%;
  margin: 0;
  padding: 0;
}

.countdown {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #a3a3a3;
}

.btn-secondary {
  background-color: transparent;
  color: #7f1ddc;
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  display: inline;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-sizing: border-box;
  transition: color 0.2s ease;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

#resend-form {
  width: 100%;
  margin: 0;
  padding: 0;
}

.btn-secondary:hover { background-color: transparent; color: #7f1ddc; }

/* ===== FILL PROFILE ===== */
.profile-picture-section {
  text-align: center;
  margin: 30px 0;
}

.profile-picture-container {
  margin-bottom: 20px;
}

.profile-picture {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f0f0f0;
  display: block;
  margin: 0 auto;
}

.upload-photo-btn {
  background-color: #333;
  color: white;
  border: none;
  border-radius: 100px;
  width: 147px;
  height: 34px;
  padding: 6px 12px 6px 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background-color 0.2s ease;
  box-sizing: border-box;
}

.upload-photo-btn:hover {
  background-color: #555;
}

.plus-icon {
  font-size: 16px;
  font-weight: bold;
}

.name-input {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 10px;
  background: #ececff;
  color: #333;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  outline: none;
}

.name-input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.name-input::placeholder {
  color: #999;
}

.name-label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333;
  margin-bottom: 8px;
  display: block;
}

/* ===== INTERVIEW PAGE ===== */

.interview-header {
  text-align: center;
  padding: 20px;
  flex-shrink: 0;
  z-index: 100;
}

.interview-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: #333;
  margin: 0 0 8px 0;
}

.interview-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
  margin: 0 0 24px 0;
}

.how-it-works {
  margin-top: 24px;
}

.how-it-works-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
  letter-spacing: 0px;
  text-align: center;
  color: #7f1ddc;
  margin: 0;
}

.interview-steps {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 240%;
  letter-spacing: 0px;
  text-align: center;
  color: #333;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step-counter;
}

.interview-steps li {
  list-style: none;
}

.interview-widget {
  flex: 1;
  display: block;
  width: 0;
  height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-height: 0;
}

.unicorn-container {
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  /* height: 63vh; */
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.unicorn-image {
  width: 100%; 
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center bottom;
  transform-origin: center bottom;
}

.interview-page {
  padding: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

@media (min-width: 768px) {
  .interview-page { 
    height: auto; 
    overflow: visible; 
    padding-bottom: 260px;
    background-size: contain;
    background-position: center bottom;
  }
}

.preloader-container {
  margin-bottom: 40px;
}

.preloader-circle {
  width: 60px;
  height: 60px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #7f1ddc;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.checked-in-header {
  max-width: 300px;
}

.checked-in-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #333;
  margin: 0 0 16px 0;
}

.checked-in-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #666;
  margin: 0;
}

/* ===== AI MATCHING PAGE ===== */
.ai-matching-page {
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.ai-matching-header {
  background: linear-gradient(180deg, #32005d 0%, #0b0456 100%);
  background-image: linear-gradient(0deg, #160d1c, #160d1c);
  padding: 30px 0 40px;
  text-align: center;
  color: white;
  flex-shrink: 0;
  width: 100%;
}

.ai-preloader-container {
  position: relative;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ai-preloader-image {
  position: absolute;
  /* width: 160px; */
  height: 220px;
  object-fit: contain;
  animation: ai-preloader-zoom 2s ease-in-out infinite;
}

@keyframes ai-preloader-zoom {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.ai-matching-text {
  margin: 0 auto;
}

.ai-matching-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 8px 0;
  color: white;
}

.ai-matching-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.guests-section {
  /* width: 100%; */
  background: white;
  padding: 30px 10px 0 10px;
  flex: 1;
}

.guests-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  margin: 0 0 20px 0;
  text-align: center;
}

.guests-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-height: 400px;
  overflow-y: auto;
}

.guest-card {
  text-align: center;
  padding: 10px;
}

.guest-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 8px;
  overflow: hidden;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guest-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guest-initial {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #666;
}

.guest-name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #333;
  margin: 0 0 4px 0;
}

.guest-occupation {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #666;
  margin: 0;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (min-width: 768px) {
  .hero-image img {
    border-radius: 20px 20px 0 0;
  }

  .networking-container {
    padding: 40px;
    background: radial-gradient(80% 80% at 50% 50%, #4b1d8b 0%, #000000 100%);
  }

  .phone-container,
  .phone-container-with-image {
    max-width: 400px;
    min-height: auto;
    border-radius: 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  }

  .phone-container:hover,
  .phone-container-with-image:hover {
    transform: scale(1.01);
  }
  
  .phone-container.interview-page {
    min-height: 75vh;
  }

  @media (max-height: 900px) {
    .phone-container.interview-page {
      min-height: 90vh;
    }
  }

  .phone-container.interview-page:hover {
    transform: unset;
  }

  .phone-container-with-image {
    padding: 0;
  }

  h1 {
    font-size: 28px;
  }

  .subtitle {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .phone-container,
  .phone-container-with-image {
    max-width: 400px;
    border-radius: 20px;
  }

  .phone-container-with-image {
    padding: 0;
  }

  h1 {
    margin-top: 0;
    font-size: 32px;
  }

  .subtitle {
    font-size: 20px;
  }
}

/* Match Complete Styles */
.match-complete-top {
  background: #eef0ff;
  padding-top: 30px;
  text-align: center;
  width: 100%;
}

.match-complete-header h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #333;
  margin: 0 0 10px 0;
}

.match-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666;
  margin: 0 0 30px 0;
}

/* Mobile-first flexbox layout for best matches */
.best-matches-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0 5px 20px 5px;
  max-width: 100%;
}

.best-match-card {
  background: transparent;
  border-radius: 15px;
  padding: 20px 0;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 0 0 calc(50% - 7.5px);
  min-width: 120px;
  max-width: 160px;
  cursor: pointer;
  padding: 5px;
}

/* .best-match-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
} */

.best-match-avatar {
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
  /* border: 3px solid #EEF0FF; */
}

.best-match-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guest-initial {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  font-weight: 700;
}

.best-match-name {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #333;
  margin: 0 0 5px 0;
}

.best-match-occupation {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  margin: 0 0 10px 0;
}

.match-reason-tile {
  background: #00c285;
  color: white;
  padding: 4px;
  border-radius: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 11px;
  display: inline-block;
}

.match-complete-bottom {
  width: 100%;
  padding: 30px 0;
  background: white;
}

.other-guests-section h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #333;
  margin: 0 0 5px 0;
  text-align: center;
}

/* Mobile-first flexbox layout for other guests */
.other-guests-container {
  padding: 0 5px 20px 5px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 100%;
}

.other-guests-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.other-guest-card {
  border-radius: 12px;
  padding: 15px 10px;
  text-align: center;
  flex: 1;
  min-width: 100px;
  max-width: 120px;
}

.other-guest-avatar {
  width: 90px;
  height: 90px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
}

.other-guest-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guest-initial-small {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-weight: 700;
}

.other-guest-name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin: 0 0 3px 0;
}

.other-guest-occupation {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  margin: 0;
}

.no-other-guests {
  text-align: center;
  color: #666;
  font-style: italic;
  margin: 30px 0;
}

/* Desktop styles */
@media (min-width: 768px) {
  .match-complete-top {
    padding: 40px 30px;
  }

  .match-complete-header h1 {
    font-size: 32px;
  }

  .match-subtitle {
    font-size: 18px;
  }

  .best-match-card {
    padding: 25px 20px;
    min-width: 180px;
    max-width: 200px;
  }

  .best-match-avatar {
    width: 100px;
    height: 100px;
  }

  .best-match-name {
    font-size: 20px;
  }

  .other-guest-card {
    padding: 20px 15px;
    min-width: 120px;
    max-width: 140px;
  }

  .other-guest-avatar {
    width: 60px;
    height: 60px;
  }

  .other-guest-name {
    font-size: 16px;
  }

  .other-guest-occupation {
    font-size: 14px;
  }
}

/* Modal Styles */
.user-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.user-modal.show {
  display: flex;
}

.modal-content {
  background: white;
  border-radius: 0;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  animation: modalSlideIn 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 5px;
}

.modal-close:hover {
  color: #333;
}

.modal-avatar {
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}

.modal-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-initial {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 60px;
  font-weight: 700;
}

.modal-name {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #333;
  margin: 0 0 8px 0;
}

.modal-occupation {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #666;
  margin: 0 0 25px 0;
}

.modal-reason-tile {
  background: #00c285;
  color: white;
  padding: 12px 20px;
  border-radius: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 20px;
}

.modal-reason {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

/* Mobile Modal Styles */
@media (max-width: 768px) {
  .modal-content {
    padding: 30px 20px;
    margin: 0;
  }

  .modal-avatar {
    width: 200px;
    height: 200px;
  }

  .modal-initial {
    font-size: 48px;
  }

  .modal-name {
    font-size: 24px;
  }

  .modal-occupation {
    font-size: 16px;
  }

  .modal-reason-tile {
    font-size: 14px;
    padding: 10px 16px;
  }

  .modal-reason {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

/* ===== INTERVIEW COMPLETE PAGE STYLES ===== */
.redo-interview-btn {
  /* display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer; */
  background: transparent;
  color: #000;
  height: 20px;
  font-weight: 700;
}

.redo-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5px;
  height: 5px;
  /* margin-right: 8px; */
  background: none;
  border-radius: 50%;
  /* font-size: 16px; */
  /* font-weight: bold; */
}

/* Support link styles */
.support-link {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #7f1ddc;
  text-decoration: none;
}

.support-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* Help text styles */
.help-text {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: inherit;
}

/* Rule Cards */
.rule-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 16px;
}

.arrival-card {
  background: linear-gradient(
    119.92deg,
    rgba(252, 55, 0, 0.88) 7.22%,
    rgba(255, 128, 0, 0.88) 84.89%
  );
  border: none;
  color: white;
}

.interview-card {
  background: linear-gradient(290.59deg, #00d4b0 4.3%, #571ea8 97.22%);
  border: none;
  color: white;
}

.parking-card {
  background: linear-gradient(122.4deg, rgba(97, 3, 166, 0.88) 24%, rgba(176, 0, 252, 0.88) 85.85%);
  border: 1px solid #7421B0;
  color: white;
}

.card-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-content {
  flex: 1;
}

.card-title {
  font-family: Inter Tight;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: 2%;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 5px 0;
}

.card-description {
  font-family: Inter Tight;
  font-weight: 300;
  font-style: Regular;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
}

.card-description strong {
  font-weight: 700;
}

.additional-rules {
  text-align: center;
  margin: 20px 0;
}

.additional-rules-link {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #7f1ddc;
  text-decoration: underline;
}

.additional-rules-link:hover {
  text-decoration: underline;
  color: #b672f7;
}

/* Tooltip styles */
.tooltip {
  position: absolute;
  background-color: #e14b4b;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.4;
  z-index: 1000;
  max-width: 280px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin-top: 5px;
}

.tooltip::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e14b4b;
}

.simple-text {
  margin-bottom: 30px;
}

.btn.btn-success {
  background: #00c285;
  border: none;
  color: white;
}
