.icf-pass-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  max-width: 480px;
  margin: 2rem auto;
  padding: 1.75rem;
  background: #111111;
  color: #ffffff;
  border-radius: 14px;
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.icf-pass-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.icf-field {
  margin-bottom: 1rem;
}

.icf-field label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #aaaaaa;
  margin-bottom: 0.35rem;
}

.icf-field input,
.icf-field select {
  width: 100%;
  padding: 0.65rem 0.8rem;
  background: #1e1e1e;
  border: 1px solid #2e2e2e;
  border-radius: 8px;
  color: #ffffff;
  font-size: 0.95rem;
  box-sizing: border-box;
  transition: border-color 0.15s ease;
  appearance: none;
  -webkit-appearance: none;
}

.icf-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  padding-right: 2rem;
}

.icf-field input:focus,
.icf-field select:focus {
  outline: none;
  border-color: #555555;
}

.icf-btn {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  padding: 0.85rem 1rem;
  background: #ffffff;
  color: #000000;
  font-size: 0.95rem;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: opacity 0.15s ease;
  letter-spacing: 0.01em;
}

.icf-btn:hover {
  opacity: 0.88;
}

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

.icf-status {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 0.88rem;
  line-height: 1.45;
  min-height: 1em;
  transition: opacity 0.2s ease;
}

.icf-status:empty {
  padding: 0;
}

.icf-status--loading {
  color: #888888;
}

.icf-status--success {
  background: rgba(52, 199, 89, 0.12);
  color: #34c759;
}

.icf-status--error {
  background: rgba(255, 59, 48, 0.12);
  color: #ff3b30;
}

.icf-pass-logged-out {
  background: #1a1a1a;
  text-align: center;
}

.icf-pass-logged-out p {
  margin: 0.5rem 0;
  color: #cccccc;
}

.icf-pass-logged-out a {
  color: #888888;
  text-decoration: underline;
}
