:root {
  --cp-auth-ink: #151a25;
  --cp-auth-muted: #707888;
  --cp-auth-line: #e4e7ed;
  --cp-auth-blue: #3157e2;
  --cp-auth-navy: #101725;
  --cp-auth-gold: #e0b451;
}

html.cp-auth-document,
html.cp-auth-document body { width: 100% !important; height: 100% !important; min-height: 100% !important; margin: 0 !important; padding: 0 !important; overflow: hidden !important; }
html.cp-auth-document { margin-top: 0 !important; background: #101725 !important; }
body.cp-auth-active { position: static !important; max-width: none !important; overflow: hidden !important; background: #101725 !important; }
body.cp-auth-active > *:not(.cp-auth-root):not(script):not(style):not(link) { display: none !important; }
body.cp-auth-active #wpadminbar { display: none !important; }
.cp-auth-root, .cp-auth-root * { box-sizing: border-box; }
.cp-auth-root button, .cp-auth-root input { font: inherit; }
.cp-auth-root svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.cp-auth-root {
  position: fixed;
  inset: 0 !important;
  z-index: 100000;
  display: grid;
  grid-template-columns: minmax(520px, 1.08fr) minmax(430px, .92fr);
  width: 100vw !important;
  max-width: none !important;
  height: 100vh !important;
  height: 100dvh !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  overflow: hidden;
  color: var(--cp-auth-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.cp-auth-story {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 4.5vw, 68px);
  color: #fff;
  background:
    linear-gradient(rgba(255,255,255,.023) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.023) 1px, transparent 1px),
    radial-gradient(circle at 82% 24%, rgba(49,87,226,.3), transparent 30%),
    radial-gradient(circle at 14% 92%, rgba(224,180,81,.15), transparent 26%),
    #101725;
  background-size: 58px 58px, 58px 58px, auto, auto, auto;
}
.cp-auth-story::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  right: -230px;
  top: 28%;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018);
}
.cp-auth-brand { display: flex; align-items: center; gap: 13px; }
.cp-auth-logo {
  width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px;
  color: #151a25; background: linear-gradient(145deg,#f5d477,#bc8421);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 14px 32px rgba(224,180,81,.14);
  font-size: 14px; font-weight: 900; letter-spacing: -1px;
}
.cp-auth-brand strong, .cp-auth-brand small { display: block; }
.cp-auth-brand strong { font-size: 13px; letter-spacing: -.15px; }
.cp-auth-brand small { margin-top: 3px; color: #78849b; font-size: 8px; font-weight: 750; letter-spacing: 1.15px; text-transform: uppercase; }

.cp-auth-story-content { max-width: 690px; margin: auto 0; padding: 7vh 0; }
.cp-auth-live-pill { width: max-content; display: flex; align-items: center; gap: 9px; margin-bottom: 30px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.09); border-radius: 99px; color: #aab5c9; background: rgba(255,255,255,.045); font-size: 9px; font-weight: 650; }
.cp-auth-live-pill i { width: 7px; height: 7px; border-radius: 50%; background: #42d3a1; box-shadow: 0 0 0 4px rgba(66,211,161,.1); }
.cp-auth-kicker { margin: 0 0 14px !important; color: var(--cp-auth-gold) !important; font-size: 9px !important; font-weight: 850 !important; letter-spacing: 1.55px !important; }
.cp-auth-story h1 { max-width: 680px; margin: 0 !important; color: #fff !important; font-size: clamp(44px, 5vw, 74px) !important; line-height: 1.02 !important; letter-spacing: -3.5px !important; }
.cp-auth-story h1 em { color: #8fa6ff; font-style: normal; }
.cp-auth-lead { max-width: 580px; margin: 24px 0 0 !important; color: #909bb1 !important; font-size: clamp(12px,1.1vw,15px) !important; line-height: 1.75 !important; }
.cp-auth-principles { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 37px; }
.cp-auth-principles > div { padding: 15px; border: 1px solid rgba(255,255,255,.075); border-radius: 13px; background: rgba(255,255,255,.035); backdrop-filter: blur(10px); }
.cp-auth-principles span { display: block; margin-bottom: 14px; color: var(--cp-auth-gold); font-size: 8px; font-weight: 850; }
.cp-auth-principles strong, .cp-auth-principles small { display: block; }
.cp-auth-principles strong { margin-bottom: 5px; color: #e8ebf2; font-size: 10px; }
.cp-auth-principles small { color: #747f94; font-size: 8px; line-height: 1.55; }
.cp-auth-why { max-width: 720px; display: flex; align-items: flex-start; gap: 13px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.075); }
.cp-auth-why-icon { width: 35px; height: 35px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: #cda13c; background: rgba(224,180,81,.11); }
.cp-auth-why-icon svg { width: 17px; height: 17px; }
.cp-auth-why small { display: block; margin-bottom: 5px; color: #9f7f37; font-size: 7px; font-weight: 850; letter-spacing: 1.3px; }
.cp-auth-why blockquote { margin: 0; color: #a8b1c3; font-size: 10px; line-height: 1.55; }

.cp-auth-access { position: relative; display: flex; flex-direction: column; justify-content: center; overflow-y: auto; padding: clamp(28px,5vw,80px); background: #fff; }
.cp-auth-access::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg,var(--cp-auth-gold),#3157e2 70%,#8ba5ff); }
.cp-auth-access-inner { width: min(410px,100%); margin: auto; }
.cp-auth-mobile-brand { display: none; align-items: center; gap: 10px; margin-bottom: 40px; }
.cp-auth-mobile-brand > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: #151a25; background: linear-gradient(145deg,#f5d477,#bc8421); font-size: 12px; font-weight: 900; }
.cp-auth-mobile-brand strong, .cp-auth-mobile-brand small { display: block; }
.cp-auth-mobile-brand strong { font-size: 12px; }.cp-auth-mobile-brand small { margin-top: 2px; color: #858c99; font-size: 8px; letter-spacing: 1px; text-transform: uppercase; }
.cp-auth-section-label { margin: 0 0 10px !important; color: var(--cp-auth-blue) !important; font-size: 8px !important; font-weight: 850 !important; letter-spacing: 1.35px !important; }
.cp-auth-access h2 { margin: 0 !important; color: var(--cp-auth-ink) !important; font-size: clamp(32px,3vw,42px) !important; line-height: 1.12 !important; letter-spacing: -1.5px !important; }
.cp-auth-intro { max-width: 370px; margin: 11px 0 0 !important; color: var(--cp-auth-muted) !important; font-size: 11px !important; line-height: 1.6 !important; }

.cp-auth-alert { display: flex; align-items: flex-start; gap: 10px; margin-top: 21px; padding: 12px; border: 1px solid #f4ccd0; border-radius: 11px; color: #c53f4b; background: #fff3f4; }
.cp-auth-alert svg { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; }.cp-auth-alert strong,.cp-auth-alert span { display: block; }.cp-auth-alert strong { font-size: 9px; }.cp-auth-alert span { margin-top: 3px; color: #95636a; font-size: 8px; }
.cp-auth-form { margin-top: 30px; }
.cp-auth-form > label { display: block; margin: 17px 0 7px; color: #454d5b; font-size: 9px; font-weight: 800; }
.cp-auth-field { height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 13px; border: 1px solid var(--cp-auth-line); border-radius: 11px; color: #8a92a1; background: #fff; transition: .18s ease; }
.cp-auth-field:focus-within { color: var(--cp-auth-blue); border-color: #aebcf3; box-shadow: 0 0 0 4px rgba(49,87,226,.075); }
.cp-auth-field > svg { width: 17px; height: 17px; flex: 0 0 auto; }
.cp-auth-field input { flex: 1; min-width: 0; height: 100%; padding: 0; border: 0 !important; outline: 0 !important; color: var(--cp-auth-ink); background: transparent !important; box-shadow: none !important; font-size: 10px; }
.cp-auth-field input::placeholder { color: #abb1bc; }
.cp-auth-password-toggle { width: 30px; height: 30px; display: grid; place-items: center; padding: 0; border: 0; color: #9aa2b1; background: transparent; }
.cp-auth-password-toggle svg { width: 16px; height: 16px; }
.cp-auth-form-options { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 15px 0 22px; }
.cp-auth-remember { display: flex; align-items: center; gap: 8px; color: #697181; font-size: 9px; cursor: pointer; }
.cp-auth-remember input { width: 15px; height: 15px; margin: 0; accent-color: var(--cp-auth-blue); }
.cp-auth-form-options a { color: var(--cp-auth-blue); font-size: 9px; font-weight: 750; text-decoration: none; }
.cp-auth-submit { width: 100%; height: 48px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 11px; color: #fff; background: linear-gradient(100deg,#294dcc,#3157e2 55%,#486bea); box-shadow: 0 12px 26px rgba(49,87,226,.22); font-size: 10px; font-weight: 800; cursor: pointer; transition: .18s ease; }
.cp-auth-submit:hover { transform: translateY(-1px); box-shadow: 0 15px 32px rgba(49,87,226,.28); }
.cp-auth-submit:disabled { opacity: .7; cursor: wait; transform: none; }.cp-auth-submit svg { width: 16px; height: 16px; }
.cp-auth-security { display: flex; align-items: flex-start; gap: 10px; margin-top: 22px; padding: 12px; border: 1px solid #e9ebef; border-radius: 11px; background: #fafbfc; }
.cp-auth-security > svg { width: 17px; height: 17px; flex: 0 0 auto; color: #35866e; }.cp-auth-security strong,.cp-auth-security span { display: block; }.cp-auth-security strong { color: #4f5765; font-size: 8px; }.cp-auth-security span { margin-top: 3px; color: #89909d; font-size: 7px; line-height: 1.5; }
.cp-auth-access-footer { width: min(410px,100%); display: flex; align-items: center; justify-content: center; gap: 9px; margin: 34px auto 0; color: #a2a8b3; font-size: 7px; }.cp-auth-access-footer i { width: 5px; height: 5px; border-radius: 50%; background: #42c795; }
.cp-auth-ambient { position: fixed; z-index: 100001; border-radius: 50%; pointer-events: none; filter: blur(1px); }.cp-auth-ambient-one { width: 180px; height: 180px; right: -110px; top: -100px; background: rgba(49,87,226,.07); }.cp-auth-ambient-two { width: 120px; height: 120px; right: 38%; bottom: -75px; background: rgba(224,180,81,.08); }

@media (max-width: 980px) {
  .cp-auth-root { grid-template-columns: minmax(400px,.88fr) minmax(390px,1.12fr); }.cp-auth-story { padding: 35px; }.cp-auth-story h1 { font-size: 49px !important; letter-spacing: -2.4px !important; }.cp-auth-principles { grid-template-columns: 1fr; gap: 7px; }.cp-auth-principles > div { display: grid; grid-template-columns: 25px 1fr; gap: 0 7px; padding: 11px; }.cp-auth-principles span { grid-row: 1/3; margin: 0; }.cp-auth-principles small { margin-top: 3px; }.cp-auth-access { padding: 42px; }
}
@media (max-width: 760px) {
  .cp-auth-root { display: block; overflow-y: auto; background: #fff; }.cp-auth-story { display: none; }.cp-auth-access { min-height: 100%; justify-content: flex-start; padding: 28px 22px 34px; }.cp-auth-access-inner { margin: auto; }.cp-auth-mobile-brand { display: flex; }.cp-auth-access-footer { margin-bottom: 5px; }
}
@media (max-height: 690px) and (min-width: 761px) {
  .cp-auth-story { padding-top: 30px; padding-bottom: 30px; }.cp-auth-story-content { padding: 4vh 0; }.cp-auth-live-pill { margin-bottom: 18px; }.cp-auth-story h1 { font-size: 50px !important; }.cp-auth-lead { margin-top: 15px !important; }.cp-auth-principles { margin-top: 20px; }.cp-auth-access { padding-top: 30px; padding-bottom: 30px; }.cp-auth-form { margin-top: 20px; }.cp-auth-access-footer { margin-top: 20px; }
}
