@import url("variables.css");
@import url("layout.css");
@import url("cards.css");
@import url("buttons.css");
@import url("forms.css");
@import url("badges.css");
@import url("dialogs.css");
@import url("animations.css");
@import url("responsive.css");
.activation-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.activation-logo {
  display: block;
  width: min(240px, 80%);
  height: auto;
  object-fit: contain;
}

.activation-tiko {
  display: block;
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.activation-message {
  margin: 0 0 16px;
  text-align: center;
  color: var(--tg-muted, #6b7280);
  line-height: 1.45;
}

/* ==========================================================
   TempoGo 3.2.17 — Écran d’activation dédié
   À AJOUTER TOUT EN BAS DE css/style.css
   ========================================================== */

.activation-view {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background: #f3f6fb;
}

.activation-panel {
  width: 100%;
  max-width: 420px;
  padding: 28px 22px 22px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.10);
}

.activation-visual {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.activation-tiko-main {
  display: block;
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.activation-title-block {
  text-align: center;
}

.activation-title-block h1 {
  margin: 0;
  color: #1e3a8a;
  font-size: 24px;
  line-height: 1.2;
}

.activation-title-block p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

.activation-form {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.activation-form label {
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
}

.activation-form input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 2px solid #cbd5e1;
  border-radius: 14px;
  background: #ffffff;
  color: #0f172a;
  font: inherit;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.18em;
  outline: none;
  box-sizing: border-box;
}

.activation-form input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.10);
}

.activation-submit {
  margin-top: 4px;
}

.activation-status {
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f0f7ff;
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.activation-footer {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}

.activation-logo-small {
  display: block;
  width: 150px;
  max-width: 70%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 520px) {
  .activation-view {
    align-items: flex-start;
    padding-top: 18px;
  }

  .activation-panel {
    padding: 24px 18px 20px;
    border-radius: 20px;
  }

  .activation-tiko-main {
    width: 96px;
    height: 96px;
  }

  .activation-title-block h1 {
    font-size: 22px;
  }
}
.tiko-info-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.tiko-info-avatar {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex-shrink: 0;
}

/* ==================================================
   TIKO - CARTE D'INFORMATION
================================================== */

.tiko-message-box {
  background: #eef6ff;
  border-radius: 16px;
  padding: 14px;
}

.tiko-info-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.tiko-info-avatar {
  width: 46px;
  height: 46px;
  object-fit: contain;
  flex-shrink: 0;
}

.tiko-info-header strong {
  font-size: 17px;
}

.tiko-title {
  font-weight: 700;
}

.tiko-text {
  line-height: 1.5;
}

/* ==================================================
   TEMPOGO - LOGO ÉCRAN D'ACTIVATION
================================================== */

.activation-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}

.activation-logo-small {
  display: block;
  width: 120px;
  max-width: 45%;
  height: auto;
  object-fit: contain;
}


/* ==================================================
   TEMPOGO - HEADER ÉPURÉ
   Version sans bannière bleue
================================================== */

.app-header.app-header-clean {
  background: transparent;
  box-shadow: none;
  border: none;

  display: flex;
  justify-content: center;
  align-items: center;

  padding: 28px 20px 22px;
  margin: 0;
  min-height: auto;
}

.tempogo-main-logo {
  display: block;

  width: 280px;
  max-width: 82%;

  height: auto;

  object-fit: contain;
  margin: 0 auto;
}