/* Styles dédiés à la page de connexion OKM. */

body.login-page {
      min-height: 100vh;
      background: #f6f8fb;
    }

    .okm-login-wrapper {
      min-height: 100vh;
      display: flex;
      align-items: stretch;
      background:
        radial-gradient(circle at top right, rgba(9, 132, 227, 0.10), transparent 35%),
        linear-gradient(180deg, #f8fafc 0%, #eef4fb 100%);
    }

    .okm-login-visual {
      min-height: 100vh;
      background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 30%),
        linear-gradient(145deg, #0984e3 0%, #192a56 58%, #081225 100%);
      position: relative;
      overflow: hidden;
      padding: 48px;
      color: #ffffff;
    }

    .okm-login-visual::before,
    .okm-login-visual::after {
      content: "";
      position: absolute;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.08);
      filter: blur(1px);
    }

    .okm-login-visual::before {
      width: 260px;
      height: 260px;
      left: -90px;
      bottom: -90px;
    }

    .okm-login-visual::after {
      width: 180px;
      height: 180px;
      right: -60px;
      top: 70px;
    }

    .okm-login-brand {
      position: relative;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      margin-bottom: 54px;
    }

    .okm-login-logo {
      width: 48px;
      height: 48px;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.14);
      border: 1px solid rgba(255, 255, 255, 0.18);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 12px;
      overflow: hidden;
    }

    .okm-login-logo img {
      width: 34px;
      height: 34px;
      object-fit: contain;
    }

    .okm-login-brand-text {
      font-size: 20px;
      font-weight: 900;
      letter-spacing: 0.5px;
    }

    .okm-login-visual-content {
      position: relative;
      z-index: 2;
      max-width: 470px;
    }

    .okm-login-pill {
      display: inline-flex;
      align-items: center;
      padding: 7px 11px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.13);
      border: 1px solid rgba(255, 255, 255, 0.16);
      color: #ffffff;
      font-size: 11px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      margin-bottom: 18px;
    }

    .okm-login-title {
      font-size: 42px;
      line-height: 1.08;
      font-weight: 900;
      margin-bottom: 18px;
      color: #ffffff;
    }

    .okm-login-subtitle {
      font-size: 14px;
      line-height: 1.7;
      color: rgba(255, 255, 255, 0.78);
      font-weight: 500;
      margin-bottom: 28px;
    }

    .okm-login-feature-list {
      display: grid;
      gap: 12px;
      margin-top: 28px;
    }

    .okm-login-feature {
      display: flex;
      align-items: center;
      padding: 13px 14px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.10);
      border: 1px solid rgba(255, 255, 255, 0.13);
      backdrop-filter: blur(10px);
    }

    .okm-login-feature i {
      width: 34px;
      height: 34px;
      min-width: 34px;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.13);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 12px;
      color: #ffffff;
    }

    .okm-login-feature span {
      font-size: 12px;
      font-weight: 700;
      color: rgba(255, 255, 255, 0.88);
    }

    .okm-login-image {
      position: relative;
      z-index: 2;
      margin-top: 34px;
    }

    .okm-login-image img {
      max-width: 100%;
      opacity: 0.96;
      filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.18));
    }

    .okm-login-form-side {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 42px 22px;
    }

    .okm-login-card {
      width: 100%;
      max-width: 470px;
      background: #ffffff;
      border: 1px solid #edf2f7;
      border-radius: 28px;
      box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
      padding: 34px;
    }

    .okm-login-card-header {
      margin-bottom: 24px;
    }

    .okm-login-card-kicker {
      display: block;
      font-size: 11px;
      font-weight: 800;
      color: #0984e3;
      text-transform: uppercase;
      letter-spacing: 1.4px;
      margin-bottom: 8px;
    }

    .okm-login-card-title {
      font-size: 28px;
      font-weight: 900;
      color: #101828;
      margin-bottom: 8px;
    }

    .okm-login-card-text {
      font-size: 13px;
      font-weight: 500;
      color: #667085;
      line-height: 1.6;
      margin-bottom: 0;
    }

    .okm-login-alert {
      border-radius: 16px;
      border: 1px solid rgba(238, 82, 83, 0.14);
      background: rgba(238, 82, 83, 0.08);
      color: #c03939;
      font-size: 12px;
      font-weight: 700;
      padding: 12px 14px;
      margin-bottom: 18px;
    }

    .okm-login-field {
      margin-bottom: 15px;
    }

    .okm-login-label {
      display: block;
      font-size: 11px;
      font-weight: 800;
      color: #344054;
      margin-bottom: 8px;
    }

    .okm-login-input-wrapper {
      position: relative;
    }

    .okm-login-input-wrapper i {
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: #98a2b3;
      font-size: 16px;
      z-index: 2;
    }

    .okm-login-input {
      height: 50px;
      border-radius: 16px;
      border: 1px solid #edf2f7;
      background: #f8fafc;
      color: #1f2937;
      font-size: 13px;
      font-weight: 600;
      padding-left: 45px;
      padding-right: 14px;
      transition: all 0.2s ease;
    }

    .okm-login-input:focus {
      background: #ffffff;
      border-color: rgba(9, 132, 227, 0.35);
      box-shadow: 0 0 0 4px rgba(9, 132, 227, 0.08);
    }

    .okm-login-error {
      display: block;
      margin-top: 6px;
      color: #d64545;
      font-size: 11px;
      font-weight: 700;
    }

    .okm-login-password-toggle {
      position: absolute;
      right: 9px;
      top: 50%;
      transform: translateY(-50%);
      width: 34px;
      height: 34px;
      border: 0;
      border-radius: 999px;
      background: #eef2f7;
      color: #667085;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 3;
    }

    .okm-login-password-toggle:hover {
      background: rgba(9, 132, 227, 0.08);
      color: #0984e3;
    }

    .okm-login-forgot {
      display: inline-flex;
      justify-content: flex-end;
      width: 100%;
      margin: 4px 0 18px;
      font-size: 12px;
      font-weight: 800;
      color: #0984e3;
      text-decoration: none;
    }

    .okm-login-forgot:hover {
      color: #0769b5;
      text-decoration: none;
    }

    .okm-login-submit {
      width: 100%;
      height: 50px;
      border: 0;
      border-radius: 16px;
      background: #0984e3;
      color: #ffffff;
      font-size: 13px;
      font-weight: 900;
      transition: all 0.2s ease;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .okm-login-submit:hover {
      background: #0769b5;
      transform: translateY(-1px);
      box-shadow: 0 10px 24px rgba(9, 132, 227, 0.18);
    }

    .okm-login-register {
      margin-top: 18px;
      padding: 14px;
      border-radius: 18px;
      background: #f8fafc;
      border: 1px solid #edf2f7;
      text-align: center;
    }

    .okm-login-register p {
      font-size: 12px;
      font-weight: 600;
      color: #667085;
      margin-bottom: 10px;
    }

    .okm-login-register a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 18px;
      border-radius: 999px;
      background: rgba(9, 132, 227, 0.08);
      color: #0984e3;
      font-size: 12px;
      font-weight: 900;
      text-decoration: none;
      border: 1px solid rgba(9, 132, 227, 0.14);
      transition: all 0.2s ease;
    }

    .okm-login-register a:hover {
      background: rgba(9, 132, 227, 0.13);
      color: #0769b5;
      text-decoration: none;
    }

    @media (max-width: 1199px) {
      .okm-login-wrapper {
        min-height: 100vh;
      }

      .okm-login-form-side {
        width: 100%;
      }
    }

    @media (max-width: 575px) {
      .okm-login-form-side {
        padding: 22px 14px;
      }

      .okm-login-card {
        padding: 24px 18px;
        border-radius: 24px;
      }

      .okm-login-card-title {
        font-size: 24px;
      }
    }
