/* Click Experience v4.7.0 — Click Academy account layer */
.cxs-academy-auth[hidden],.cxs-academy-auth-toast[hidden]{display:none!important}
.cxs-academy-auth{position:fixed;inset:0;z-index:10050;display:grid;place-items:center;padding:24px;font-family:inherit}
.cxs-academy-auth__backdrop{position:absolute;inset:0;background:rgba(0,11,42,.72);backdrop-filter:blur(13px);-webkit-backdrop-filter:blur(13px)}
.cxs-academy-auth__dialog{position:relative;z-index:2;width:min(100%,520px);max-height:min(90vh,760px);overflow:auto;padding:28px;border:1px solid rgba(153,215,255,.18);border-radius:28px;background:linear-gradient(180deg,rgba(5,24,66,.98),rgba(2,14,44,.99));color:#fff;box-shadow:0 34px 100px rgba(0,10,38,.42);scrollbar-width:thin}
.cxs-academy-auth__dialog:before{content:"";position:absolute;inset:0 0 auto;height:180px;pointer-events:none;background:radial-gradient(circle at 78% 0%,rgba(39,173,255,.22),transparent 58%)}
.cxs-academy-auth__close{position:absolute;z-index:3;right:18px;top:18px;width:42px;height:42px;border:1px solid rgba(255,255,255,.14);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.06);color:#fff;font-size:26px;line-height:1;transition:.24s ease}
.cxs-academy-auth__close:hover{background:rgba(255,255,255,.12);transform:rotate(4deg)}
.cxs-academy-auth__brand{position:relative;z-index:1;padding-right:58px;margin-bottom:28px}
.cxs-academy-auth__brand span{display:block;color:#7fd1ff;font-size:10px;font-weight:850;letter-spacing:.16em}
.cxs-academy-auth__brand strong{display:block;margin-top:7px;color:#fff;font-size:14px;font-weight:650}
.cxs-academy-auth__view{display:none;position:relative;z-index:1}.cxs-academy-auth__view.is-active{display:block;animation:cxsAuthView .38s cubic-bezier(.22,1,.36,1) both}
@keyframes cxsAuthView{from{opacity:0;transform:translateY(10px);filter:blur(2px)}to{opacity:1;transform:none;filter:none}}
.cxs-academy-auth__eyebrow{margin:0 0 8px;color:#ffbd59;font-size:10px;font-weight:850;letter-spacing:.14em}
.cxs-academy-auth h2{margin:0;color:#fff;font-size:clamp(30px,5vw,42px);line-height:1.02;letter-spacing:-.055em;font-weight:850}
.cxs-academy-auth__intro{margin:13px 0 22px;color:rgba(235,243,255,.74);font-size:14px;line-height:1.7}
.cxs-academy-auth__social{display:grid;gap:9px}.cxs-academy-auth__social a{min-height:52px;padding:10px 14px;border:1px solid rgba(255,255,255,.15);border-radius:14px;display:flex;align-items:center;justify-content:center;gap:10px;background:rgba(255,255,255,.065);color:#fff;font-size:13px;font-weight:750;transition:.24s ease}.cxs-academy-auth__social a:hover{transform:translateY(-2px);background:rgba(255,255,255,.11);border-color:rgba(126,211,255,.35)}.cxs-academy-auth__social a>span{width:27px;height:27px;border-radius:8px;display:grid;place-items:center;background:#fff;color:#092457;font-size:12px;font-weight:900}.cxs-academy-auth__social a.is-apple>span{background:#111;color:#fff}.cxs-academy-auth__social a.is-facebook>span{background:#1877f2;color:#fff}
.cxs-academy-auth__or{height:35px;display:flex;align-items:center;gap:12px;color:rgba(220,232,249,.5);font-size:10px;text-transform:uppercase;letter-spacing:.1em}.cxs-academy-auth__or:before,.cxs-academy-auth__or:after{content:"";height:1px;flex:1;background:rgba(255,255,255,.1)}
.cxs-academy-auth form{display:grid;gap:13px}.cxs-academy-auth label{display:grid;gap:7px;color:#edf5ff;font-size:11px;font-weight:750}.cxs-academy-auth input{width:100%;min-height:50px;padding:12px 14px;border:1px solid rgba(182,214,246,.16);border-radius:13px;background:rgba(255,255,255,.07);color:#fff;font-size:16px;outline:none;box-shadow:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.cxs-academy-auth input::placeholder{color:rgba(224,236,249,.35)}.cxs-academy-auth input:focus{border-color:rgba(71,186,255,.7);background:rgba(255,255,255,.095);box-shadow:0 0 0 4px rgba(39,173,255,.1)}.cxs-academy-auth label small{color:rgba(218,231,246,.55);font-weight:500}.cxs-academy-auth__names{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.cxs-academy-auth__primary{min-height:52px;margin-top:2px;padding:12px 17px;border:0;border-radius:14px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#24a6ff,#177bde);color:#fff;font-size:13px;font-weight:850;box-shadow:0 16px 34px rgba(15,117,215,.24);transition:.25s cubic-bezier(.22,1,.36,1)}.cxs-academy-auth__primary:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(15,117,215,.34)}.cxs-academy-auth__primary:disabled{opacity:.6;transform:none}.cxs-academy-auth__primary span{font-size:18px}
.cxs-academy-auth__message{min-height:0;margin:0;color:#ffb8b8;font-size:11px;line-height:1.5}.cxs-academy-auth__message.is-success{color:#a9f0c5}
.cxs-academy-auth__links{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:17px}.cxs-academy-auth__links button{padding:0;border:0;background:none;color:#a7dfff;font-size:11px;font-weight:750}.cxs-academy-auth__links button:hover{text-decoration:underline}.cxs-academy-auth footer{position:relative;z-index:1;margin-top:23px;padding-top:16px;border-top:1px solid rgba(255,255,255,.09);color:rgba(224,235,249,.46);font-size:9.5px;line-height:1.5}
.cxs-academy-auth-toast{position:fixed;z-index:10060;right:22px;bottom:22px;max-width:min(430px,calc(100vw - 44px));padding:15px 17px;border:1px solid rgba(93,200,255,.24);border-radius:14px;background:#05235b;color:#fff;box-shadow:0 20px 50px rgba(0,13,50,.28);font-size:12px;font-weight:650;line-height:1.55;animation:cxsAuthToast .45s cubic-bezier(.22,1,.36,1) both}
@keyframes cxsAuthToast{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
body.cxs-auth-open{overflow:hidden}
button.cxs-editorial-btn,button.cxs-course-detail__primary{font:inherit;cursor:pointer}
.cxs-course-acquire-note{margin:10px 0 0;color:#71829b;font-size:11px;line-height:1.5;text-align:center}
.cxs-course-acquire-session{margin:11px 0 0;padding:10px 12px;border-radius:10px;background:#edf8ff;color:#315675;font-size:10.5px;line-height:1.45}.cxs-course-acquire-session a{font-weight:800;color:#075ea8}

/* Mi Academy */
.cxs-my-academy{min-height:70vh;background:#f4f7fb;color:#0c1c37;padding:clamp(100px,10vw,140px) 0 72px}.cxs-my-academy__hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:28px;align-items:end;margin-bottom:26px}.cxs-my-academy__eyebrow{margin:0 0 10px;color:#168fdc;font-size:11px;font-weight:850;letter-spacing:.14em}.cxs-my-academy h1{margin:0;color:#00155c;font-size:clamp(44px,6vw,74px);line-height:.96;letter-spacing:-.065em}.cxs-my-academy__hero>div>p:not(.cxs-my-academy__eyebrow){max-width:620px;margin:15px 0 0;color:#66758a;font-size:15px;line-height:1.75}.cxs-my-academy__account{padding:19px 20px;border:1px solid #dfe8f2;border-radius:16px;background:#fff}.cxs-my-academy__account span{display:block;color:#748299;font-size:10px;font-weight:750;letter-spacing:.08em}.cxs-my-academy__account strong{display:block;margin-top:5px;color:#12233f;font-size:18px}.cxs-my-academy__account p{margin:5px 0 0;color:#748299;font-size:11px}.cxs-my-academy__account a{display:inline-flex;margin-top:12px;color:#0e78c8;font-size:11px;font-weight:800}.cxs-my-academy__grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:20px}.cxs-my-academy__panel{min-height:280px;padding:28px;border:1px solid #dfe8f2;border-radius:19px;background:#fff;box-shadow:0 12px 34px rgba(0,21,92,.045)}.cxs-my-academy__panel h2{margin:0;color:#10213d;font-size:24px;letter-spacing:-.035em}.cxs-my-academy__panel>p{max-width:620px;color:#6b798d;font-size:13px;line-height:1.7}.cxs-my-academy__empty{margin-top:24px;padding:24px;border:1px dashed #bed0e3;border-radius:15px;background:#f8fbff}.cxs-my-academy__empty strong{display:block;color:#16315a;font-size:16px}.cxs-my-academy__empty p{margin:7px 0 16px;color:#728095;font-size:12px;line-height:1.6}.cxs-my-academy__btn{min-height:46px;padding:11px 16px;border:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#00155c;color:#fff!important;font-size:12px;font-weight:850;text-decoration:none}.cxs-my-academy__side{display:grid;gap:14px;align-content:start}.cxs-my-academy__side article{padding:19px;border:1px solid #dfe8f2;border-radius:16px;background:#fff}.cxs-my-academy__side span{display:block;color:#8895a6;font-size:10px;font-weight:750;letter-spacing:.08em}.cxs-my-academy__side strong{display:block;margin-top:6px;color:#1a2c48;font-size:14px}.cxs-my-academy__guest{max-width:720px;padding:32px;border:1px solid #dfe8f2;border-radius:22px;background:#fff;box-shadow:0 14px 40px rgba(0,21,92,.06)}.cxs-my-academy__guest h1{font-size:clamp(42px,7vw,72px)}.cxs-my-academy__guest p{color:#68768a;line-height:1.75}.cxs-my-academy__guest-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.cxs-my-academy__guest-actions button,.cxs-my-academy__guest-actions a{min-height:48px;padding:12px 17px;border-radius:12px;border:0;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:850}.cxs-my-academy__guest-actions button{background:#00155c;color:#fff}.cxs-my-academy__guest-actions a{background:#e9f5ff;color:#075ea8}
@media(max-width:820px){.cxs-my-academy__hero,.cxs-my-academy__grid{grid-template-columns:1fr}.cxs-my-academy__grid{gap:14px}.cxs-academy-auth__dialog{border-radius:22px}.cxs-academy-auth__names{grid-template-columns:1fr}}
@media(max-width:560px){.cxs-academy-auth{padding:10px;align-items:end}.cxs-academy-auth__dialog{width:100%;max-height:92vh;padding:23px 18px 20px;border-radius:22px 22px 16px 16px}.cxs-academy-auth h2{font-size:31px}.cxs-academy-auth__intro{font-size:13px}.cxs-academy-auth__links{align-items:flex-start;flex-direction:column}.cxs-academy-auth-toast{right:14px;bottom:14px;max-width:calc(100vw - 28px)}.cxs-my-academy{padding-top:92px}.cxs-my-academy__panel{padding:22px}}
@media(prefers-reduced-motion:reduce){.cxs-academy-auth__view.is-active,.cxs-academy-auth-toast{animation:none!important}.cxs-academy-auth__social a,.cxs-academy-auth__primary,.cxs-academy-auth__close{transition:none!important}}
@media(max-width:1080px){.cxs-course-detail__sticky-card>#cxs-course-enroll{grid-column:1;grid-row:2}.cxs-course-detail__sticky-card>#cxs-course-enroll .cxs-course-detail__primary{width:100%;margin-top:0}.cxs-course-detail__sticky-card>#cxs-course-enroll .cxs-course-acquire-note,.cxs-course-detail__sticky-card>#cxs-course-enroll .cxs-course-acquire-session{margin-top:8px}}
@media(max-width:760px){.cxs-course-detail__sticky-card>#cxs-course-enroll{display:block}.cxs-course-detail__sticky-card>#cxs-course-enroll .cxs-course-detail__primary{margin-top:19px}}

/* v4.9 engagement preferences */
.cxs-my-academy__notice{margin:18px 0;padding:13px 16px;border:1px solid rgba(39,173,255,.24);border-radius:14px;background:#eef8ff;color:#174e78;font-size:13px;font-weight:700}.cxs-my-academy__side article a{display:inline-flex;margin-top:8px;color:#1686ca;font-size:11px;font-weight:800;text-decoration:none}.cxs-my-academy__side article a:hover{text-decoration:underline}
