/* CKIDS LOGIN V20 — reconstrucción visual total, una sola hoja, mobile-first.
   Conserva los fondos configurables image1/image2/image3 y el único logo institucional. */
:root{
  --ck-navy:#092943; --ck-ink:#102a43; --ck-muted:#6f8192; --ck-white:#fff;
  --ck-blue:#1268d8; --ck-indigo:#5a43e8; --ck-purple:#7347d9;
  --ck-bg:#eef3f8; --ck-line:#dfe7ef; --ck-shadow:0 24px 70px rgba(12,39,67,.16);
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;font-family:"Plus Jakarta Sans",Nunito,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--ck-bg);color:var(--ck-ink)}
body.ck6-login{min-height:100vh;overflow-x:hidden}
button,input{font:inherit}
a{text-decoration:none;color:inherit}

.ck6-login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(430px,.88fr);background:#eef3f8;position:relative;overflow:hidden}
.ck6-campus{position:relative;min-height:100vh;overflow:hidden;background:#102b47;isolation:isolate}
.ck6-campus-slides,.ck6-campus-slide,.ck6-campus-overlay,.ck6-campus-pattern{position:absolute;inset:0}
.ck6-campus-slides{z-index:-4;background:linear-gradient(135deg,#092943 0%,#254e7a 46%,#7347d9 100%)}
.ck6-campus-slide{background-position:center;background-size:cover;background-repeat:no-repeat;opacity:0;transform:scale(1.04);transition:opacity 1s ease,transform 8s ease;filter:saturate(1.08)}
.ck6-campus-slide.is-active{opacity:1;transform:scale(1)}
.ck6-campus-overlay{z-index:-3;background:linear-gradient(120deg,rgba(4,28,49,.86) 0%,rgba(8,43,74,.62) 45%,rgba(76,48,156,.48) 100%)}
.ck6-campus-pattern{z-index:-2;opacity:.24;background-image:linear-gradient(120deg,transparent 0 46%,rgba(255,255,255,.25) 46.4% 46.8%,transparent 47%);background-size:120px 120px;mask-image:linear-gradient(to bottom,black,transparent 85%)}
.ck6-campus:after{content:"";position:absolute;z-index:-1;width:520px;height:520px;border-radius:50%;right:-210px;bottom:-240px;background:rgba(110,82,232,.30);filter:blur(10px)}
.ck6-campus-brand{position:absolute;z-index:2;left:clamp(34px,5vw,76px);right:clamp(34px,5vw,76px);top:clamp(30px,5vw,62px);display:flex;align-items:center;gap:16px;color:#fff;animation:ckFade .7s both}
.ck6-campus-logo{width:68px;height:68px;border-radius:20px;background:#fff;display:grid;place-items:center;box-shadow:0 14px 30px rgba(0,0,0,.22);padding:7px;flex:none}
.ck6-campus-logo img{display:block;width:100%;height:100%;object-fit:contain;border-radius:14px}
.ck6-campus-brand>span:last-child{display:flex;flex-direction:column;gap:4px}.ck6-campus-brand strong{font-size:17px;letter-spacing:.08em}.ck6-campus-brand small{font-size:11px;opacity:.86}
.ck6-campus-copy{position:absolute;z-index:2;left:clamp(34px,5vw,76px);right:clamp(34px,7vw,110px);top:50%;transform:translateY(-43%);color:#fff;animation:ckRise .8s .1s both}
.ck6-campus-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.11);backdrop-filter:blur(12px);border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ck6-campus-pill i{width:7px;height:7px;border-radius:50%;background:#7ff2b1;box-shadow:0 0 0 5px rgba(127,242,177,.14)}
.ck6-campus-copy h1{font-size:clamp(38px,4.3vw,66px);line-height:1.03;letter-spacing:-.045em;margin:18px 0 12px;font-weight:800}.ck6-campus-copy h1 em{font-style:normal;background:linear-gradient(90deg,#fff,#d9d4ff);-webkit-background-clip:text;background-clip:text;color:transparent}.ck6-campus-copy p{font-size:14px;line-height:1.7;max-width:590px;margin:0;color:rgba(255,255,255,.86)}
.ck6-campus-features{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.ck6-campus-features>div{display:flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid rgba(255,255,255,.16);background:rgba(0,0,0,.13);backdrop-filter:blur(12px);border-radius:12px}.ck6-campus-features span{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:rgba(255,255,255,.14)}.ck6-campus-features svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7}.ck6-campus-features b{font-size:10px}
.ck6-campus-footer{position:absolute;z-index:2;left:clamp(34px,5vw,76px);right:clamp(34px,5vw,76px);bottom:28px;display:flex;justify-content:space-between;align-items:center;color:rgba(255,255,255,.72);font-size:9px;letter-spacing:.12em}.ck6-slide-dots{display:flex;gap:6px}.ck6-slide-dots button{width:26px;height:4px;border:0;border-radius:10px;background:rgba(255,255,255,.35);padding:0;cursor:pointer}.ck6-slide-dots button.active{background:#fff}

.ck6-access{display:flex;align-items:center;justify-content:center;padding:clamp(22px,4vw,54px);background:linear-gradient(145deg,#f7f9fc,#edf2f7);position:relative}
.ck6-access:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-180px;top:-160px;background:rgba(112,82,230,.08)}
.ck6-access-inner{width:min(100%,540px);position:relative;z-index:1;background:rgba(255,255,255,.96);border:1px solid rgba(215,224,234,.92);border-radius:30px;padding:34px;box-shadow:var(--ck-shadow);animation:ckRise .7s both}
.ck6-mobile-logo{display:none}
.ck6-access-heading{text-align:left;margin-bottom:22px}.ck6-access-heading .eyebrow{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eef4ff;color:#2865aa;font-size:9px;font-weight:900;letter-spacing:.12em}.ck6-access-heading h2{margin:10px 0 5px;font-size:34px;line-height:1.05;letter-spacing:-.04em}.ck6-access-heading p{margin:0;color:var(--ck-muted);font-size:12px;line-height:1.55}
.ck6-login-alert{display:flex;gap:9px;align-items:flex-start;padding:11px 12px;border-radius:13px;margin:0 0 14px;font-size:11px}.ck6-login-alert svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;flex:none}.ck6-login-alert.is-error{background:#fff1f2;color:#a12d3a}.ck6-login-alert.is-ok{background:#edfff5;color:#17724a}
.ck6-role-choice{margin-bottom:17px!important}.ck6-role-choice>span{display:block!important;margin-bottom:8px!important;color:#51677b!important;font-size:10px!important;font-weight:900!important;letter-spacing:.03em!important}.ck6-role-choice>div{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important}.ck6-role-choice label{min-width:0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:11px 9px!important;border:1px solid var(--ck-line)!important;border-radius:13px!important;background:#f8fafc!important;color:#496073!important;font-size:10px!important;font-weight:800!important;transition:.2s ease!important}.ck6-role-choice label:has(input:checked){background:linear-gradient(135deg,#f2efff,#edf4ff)!important;border-color:#927fe5!important;color:#4d36a8!important;box-shadow:0 7px 16px rgba(89,66,192,.08)!important}.ck6-role-choice input{accent-color:#6545df}
.ck6-login-form{display:grid;gap:14px}.ck6-login-field>span{display:block;margin:0 0 7px 2px;color:#344f66;font-size:10px;font-weight:900}.ck6-login-field>div{height:57px;display:flex;align-items:center;border:1px solid #dce5ed;border-radius:16px;background:#fbfcfe;transition:border-color .2s,box-shadow .2s,transform .2s}.ck6-login-field>div:focus-within{border-color:#7052df;box-shadow:0 0 0 4px rgba(112,82,223,.10);transform:translateY(-1px)}.ck6-login-field i{width:45px;display:grid;place-items:center;color:#8497a8}.ck6-login-field i svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}.ck6-login-field input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#18344c;font-size:13px}.ck6-login-field input::placeholder{color:#9aa9b7}.ck6-login-field button{width:45px;height:100%;border:0;background:transparent;color:#8295a7;display:grid;place-items:center;cursor:pointer}.ck6-login-field button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7}
.ck6-login-links{display:flex;justify-content:space-between;align-items:center;font-size:9px;color:#8a99a7;margin-top:-3px}.ck6-login-links a{color:#5c43c7;font-weight:900}.ck6-login-submit{height:58px;border:0;border-radius:16px;background:linear-gradient(100deg,#1067d4 0%,#5546e7 55%,#7844dc 100%);color:#fff;display:flex;align-items:center;justify-content:center;gap:12px;font-size:14px;font-weight:900;cursor:pointer;box-shadow:0 14px 28px rgba(61,73,211,.25);transition:transform .2s,box-shadow .2s,filter .2s;position:relative;overflow:hidden}.ck6-login-submit:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.22) 48%,transparent 75%);transform:translateX(-120%);transition:transform .6s}.ck6-login-submit:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(61,73,211,.31);filter:saturate(1.08)}.ck6-login-submit:hover:before{transform:translateX(120%)}.ck6-login-submit svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2}
.ck6-premat-cta{display:grid;grid-template-columns:43px 1fr 20px;align-items:center;gap:11px;margin-top:13px;padding:12px 13px;min-height:67px;border:1px solid #e0e7f0;border-radius:17px;background:#f7faff;position:relative;overflow:hidden;transition:.2s}.ck6-premat-cta:hover{transform:translateY(-2px);border-color:#c9d8ec;box-shadow:0 10px 22px rgba(22,67,112,.08)}.ck6-premat-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:#e8f1ff;color:#1f68bd}.ck6-premat-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7}.ck6-premat-copy{display:flex;flex-direction:column;gap:1px}.ck6-premat-copy small{font-size:8px;color:#7890a4;font-weight:900;letter-spacing:.09em}.ck6-premat-copy strong{font-size:13px;color:#183b5a}.ck6-premat-copy em{font-style:normal;font-size:8px;color:#8998a6}.ck6-premat-arrow{font-size:22px;color:#226bd0}.ck6-premat-shine{position:absolute;inset:0;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.55) 48%,transparent 76%);transform:translateX(-120%);animation:ckShine 5.5s infinite}
.ck6-quick-actions{display:grid;grid-template-columns:1.55fr 1fr;gap:10px;margin-top:10px}.ck6-pay-hero{min-height:82px;padding:13px 14px;display:flex;align-items:center;gap:11px;border:1px solid #d9d4fb;border-radius:17px;background:linear-gradient(135deg,#faf8ff,#f0efff);box-shadow:0 10px 22px rgba(88,66,190,.10);position:relative;overflow:hidden;transition:.2s}.ck6-pay-hero:hover{transform:translateY(-2px);box-shadow:0 15px 28px rgba(88,66,190,.16)}.ck6-pay-icon{width:47px;height:47px;flex:0 0 47px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#ef4ac5,#6545e8);box-shadow:0 9px 18px rgba(99,69,222,.24);font-size:22px}.ck6-pay-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.ck6-pay-copy b{font-size:12px;color:#34256e;font-weight:900}.ck6-pay-copy small{font-size:8px;line-height:1.35;color:#7c8295}.ck6-pay-arrow{margin-left:auto;font-size:21px;color:#6545df}.ck6-quick-actions>a:not(.ck6-pay-hero){display:grid;grid-template-columns:35px 1fr;grid-template-rows:auto auto;column-gap:8px;align-items:center;padding:11px;border:1px solid #e1e8ef;border-radius:17px;background:#fbfcfd;transition:.2s}.ck6-quick-actions>a:not(.ck6-pay-hero):hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(20,51,79,.07)}.ck6-quick-actions>a:not(.ck6-pay-hero)>span{grid-row:1/3;width:35px;height:35px;border-radius:11px;background:#edf4ff;color:#236cc4;display:grid;place-items:center}.ck6-quick-actions>a:not(.ck6-pay-hero) svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7}.ck6-quick-actions>a:not(.ck6-pay-hero) b{font-size:9px;color:#334e65}.ck6-quick-actions>a:not(.ck6-pay-hero) small{font-size:8px;color:#8795a2}
.ck6-powered{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;margin-top:17px;padding-top:13px;border-top:1px solid #edf0f4;color:#9aa6b1}.ck6-powered>span{font-size:8px}.ck6-powered-link{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:999px;background:#f7f3ff;border:1px solid #e6defa;color:#5639b8;font-size:9px;box-shadow:0 5px 14px rgba(82,55,172,.06)}.ck6-powered-link b{font-weight:900}.ck6-powered-link strong{color:#2f235c}.ck6-powered-link small{display:none}

.ck6-bot-fab{position:fixed;right:24px;bottom:24px;z-index:50;width:58px;height:58px;border:0;border-radius:19px;background:linear-gradient(135deg,#1268d8,#6545e8);color:#fff;display:grid;place-items:center;box-shadow:0 16px 30px rgba(38,66,180,.28);cursor:pointer;transition:.2s}.ck6-bot-fab:hover{transform:translateY(-3px) scale(1.03)}.ck6-bot-fab svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7}.ck6-bot-fab .pulse{position:absolute;inset:-5px;border:2px solid rgba(91,69,225,.25);border-radius:23px;animation:ckPulse 2.2s infinite}
.ck6-bot{position:fixed;z-index:51;right:24px;bottom:92px;width:min(370px,calc(100vw - 32px));background:#fff;border:1px solid #dfe6ee;border-radius:22px;box-shadow:0 24px 70px rgba(16,39,67,.22);overflow:hidden;display:none}.ck6-bot.is-open{display:block;animation:ckPop .22s ease both}.ck6-bot header{display:flex;align-items:center;gap:10px;padding:14px 15px;background:linear-gradient(120deg,#0c4d88,#5a43e8);color:#fff}.ck6-bot header .avatar{width:38px;height:38px;border-radius:12px;background:rgba(255,255,255,.16);display:grid;place-items:center}.ck6-bot header svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7}.ck6-bot header>div:nth-child(2){display:flex;flex-direction:column;gap:2px;flex:1}.ck6-bot header strong{font-size:11px}.ck6-bot header span{font-size:8px;opacity:.8}.ck6-bot header i{display:inline-block;width:6px;height:6px;background:#8ff0b8;border-radius:50%;margin-right:3px}.ck6-bot header button{border:0;background:transparent;color:#fff;font-size:22px;cursor:pointer}.ck6-bot-body{padding:14px;min-height:85px;background:#f7f9fc}.bot-msg{display:inline-block;max-width:90%;padding:10px 12px;border-radius:14px 14px 14px 4px;background:#fff;border:1px solid #e2e8ef;color:#40576a;font-size:10px;line-height:1.5}.ck6-bot-options{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:10px;background:#fff}.ck6-bot-options button{border:1px solid #e2e8ef;background:#f8fafc;border-radius:11px;padding:9px 7px;color:#36536b;font-size:9px;font-weight:800;cursor:pointer}.ck6-bot-options button:hover{background:#f1efff;border-color:#cfc5fa;color:#5539b9}
.ck6-login-loader{position:fixed;z-index:100;inset:0;background:#f7f9fc;display:grid;place-items:center;pointer-events:none;opacity:0;visibility:hidden}.ck6-login-loader span{width:32px;height:32px;border:3px solid #dce5ef;border-top-color:#6545e8;border-radius:50%;animation:ckSpin .8s linear infinite}

@keyframes ckFade{from{opacity:0}to{opacity:1}}@keyframes ckRise{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes ckPop{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}@keyframes ckSpin{to{transform:rotate(360deg)}}@keyframes ckPulse{50%{transform:scale(1.1);opacity:.3}}@keyframes ckShine{0%,72%{transform:translateX(-120%)}85%,100%{transform:translateX(120%)}}

@media(max-width:980px){.ck6-login-shell{grid-template-columns:1fr}.ck6-campus{min-height:310px;height:310px}.ck6-campus-copy{top:auto;bottom:35px;transform:none}.ck6-campus-copy h1{font-size:40px}.ck6-campus-copy p{display:none}.ck6-campus-features{display:none}.ck6-campus-footer{display:none}.ck6-access{padding:0 16px 30px;margin-top:-1px}.ck6-access-inner{margin-top:-34px}.ck6-mobile-logo{display:none}}
@media(max-width:600px){
 html,body{background:#eef3f8}.ck6-login-shell{display:block;min-height:100svh}.ck6-campus{height:310px;min-height:310px;border-radius:0 0 42px 42px}.ck6-campus-brand{top:20px;left:20px;right:20px;gap:11px}.ck6-campus-logo{width:52px;height:52px;border-radius:16px;padding:6px}.ck6-campus-brand strong{font-size:14px}.ck6-campus-brand small{font-size:8px}.ck6-campus-copy{left:20px;right:20px;bottom:38px}.ck6-campus-pill{font-size:8px;padding:7px 9px}.ck6-campus-copy h1{font-size:31px;margin:12px 0 0}.ck6-access{padding:0 12px 22px;background:#eef3f8}.ck6-access-inner{width:100%;margin-top:-31px;border-radius:28px;padding:22px 17px 19px;box-shadow:0 18px 45px rgba(20,48,78,.13)}.ck6-access-heading{text-align:center;margin-bottom:18px}.ck6-access-heading .eyebrow{font-size:8px;padding:6px 9px}.ck6-access-heading h2{font-size:29px;margin:9px 0 6px}.ck6-access-heading p{font-size:10px}.ck6-role-choice{margin-bottom:14px!important}.ck6-role-choice>span{font-size:9px!important}.ck6-role-choice>div{grid-template-columns:repeat(2,1fr)!important}.ck6-role-choice label{min-height:42px!important;padding:9px 5px!important;font-size:9px!important}.ck6-login-form{gap:12px}.ck6-login-field>span{font-size:9px;margin-bottom:6px}.ck6-login-field>div{height:59px;border-radius:17px}.ck6-login-field i{width:46px}.ck6-login-field input{font-size:14px}.ck6-login-links{font-size:8px}.ck6-login-submit{height:58px;border-radius:17px;font-size:13px}.ck6-premat-cta{min-height:64px;margin-top:11px}.ck6-premat-copy strong{font-size:12px}.ck6-premat-copy em{font-size:7px}.ck6-quick-actions{grid-template-columns:1fr;gap:8px}.ck6-pay-hero{min-height:79px}.ck6-pay-copy b{font-size:12px}.ck6-pay-copy small{font-size:8px}.ck6-quick-actions>a:not(.ck6-pay-hero){min-height:54px}.ck6-powered{margin-top:14px}.ck6-powered-link{font-size:8px}.ck6-bot-fab{right:15px;bottom:calc(15px + env(safe-area-inset-bottom));width:54px;height:54px;border-radius:18px}.ck6-bot{right:12px;bottom:calc(80px + env(safe-area-inset-bottom));width:calc(100vw - 24px)}
}
@media(max-width:370px){.ck6-campus{height:285px;min-height:285px}.ck6-campus-copy h1{font-size:27px}.ck6-access-inner{padding-left:14px;padding-right:14px}.ck6-role-choice label{font-size:8px!important}.ck6-login-field>div{height:55px}.ck6-login-submit{height:55px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* CKIDS LOGIN 2.8 · familia visual unificada, asistente funcional y microanimaciones */
.ck6-access-inner{opacity:0;transform:translateY(18px) scale(.992)}
.ck6-ready .ck6-access-inner{animation:ckAccessIn .62s cubic-bezier(.2,.8,.2,1) .06s both}
.ck6-access-heading,.ck6-role-choice,.ck6-login-form,.ck6-premat-cta,.ck6-quick-actions,.ck6-powered{opacity:0;transform:translateY(10px)}
.ck6-ready .ck6-access-heading{animation:ckItemIn .44s ease .18s both}.ck6-ready .ck6-role-choice{animation:ckItemIn .44s ease .25s both}.ck6-ready .ck6-login-form{animation:ckItemIn .44s ease .31s both}.ck6-ready .ck6-premat-cta{animation:ckItemIn .44s ease .38s both}.ck6-ready .ck6-quick-actions{animation:ckItemIn .44s ease .44s both}.ck6-ready .ck6-powered{animation:ckItemIn .44s ease .50s both}
.ck6-access-inner :is(.ck6-login-submit,.ck6-premat-cta,.ck6-pay-hero,.ck6-quick-actions>a:not(.ck6-pay-hero)){border-radius:18px!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,filter .2s ease!important;box-shadow:0 10px 24px rgba(61,73,211,.10)}
.ck6-access-inner :is(.ck6-premat-cta,.ck6-pay-hero,.ck6-quick-actions>a:not(.ck6-pay-hero)){border:1px solid #d9d4fb!important;background:linear-gradient(135deg,#fcfbff 0%,#f1efff 100%)!important}
.ck6-access-inner :is(.ck6-premat-cta,.ck6-pay-hero,.ck6-quick-actions>a:not(.ck6-pay-hero)):hover{transform:translateY(-3px)!important;box-shadow:0 15px 30px rgba(88,66,190,.16)!important;border-color:#c7bcf3!important}
.ck6-premat-icon,.ck6-quick-actions>a:not(.ck6-pay-hero)>span{background:linear-gradient(135deg,#ef4ac5,#6545e8)!important;color:#fff!important;box-shadow:0 8px 18px rgba(99,69,222,.18)}
.ck6-premat-copy strong,.ck6-quick-actions>a:not(.ck6-pay-hero) b{color:#34256e!important}.ck6-premat-arrow{color:#6545df!important}.ck6-premat-copy small{color:#6758a7!important}.ck6-premat-copy em,.ck6-quick-actions>a:not(.ck6-pay-hero) small{color:#6f7891!important}
.ck6-login-submit{isolation:isolate}.ck6-login-submit:after{content:"";position:absolute;width:54px;height:180%;top:-40%;left:-80px;background:rgba(255,255,255,.22);transform:rotate(18deg);filter:blur(4px);animation:ckButtonSweep 4.8s ease-in-out 1.1s infinite}.ck6-login-submit>*{position:relative;z-index:2}.ck6-login-submit[aria-busy="true"]{filter:saturate(.75);cursor:progress}.ck6-login-submit[aria-busy="true"] svg{animation:ckNudge .7s ease-in-out infinite alternate}
.ck6-role-choice label.is-selected{background:linear-gradient(135deg,#f2efff,#edf4ff)!important;border-color:#927fe5!important;color:#4d36a8!important;box-shadow:0 7px 16px rgba(89,66,192,.10)!important;transform:translateY(-1px)}
.ck6-login-field>div:focus-within{border-color:#7f6de3!important;box-shadow:0 0 0 4px rgba(101,69,223,.10),0 8px 20px rgba(53,72,110,.06)!important;transform:translateY(-1px)}
.ck6-bot-fab.is-active{transform:rotate(-6deg) scale(1.04);box-shadow:0 18px 38px rgba(61,73,211,.34)}.ck6-bot-fab.is-active .pulse{animation:none;opacity:0}.ck6-bot{transform-origin:calc(100% - 28px) 100%}.ck6-bot-body{max-height:210px;overflow:auto}.user-msg{display:block;width:max-content;margin:8px 0 0 auto;max-width:90%;padding:10px 12px;border-radius:14px 14px 4px 14px;background:linear-gradient(135deg,#5a43e8,#7a4adf);color:#fff;font-size:10px;line-height:1.5}
.ck6-campus-slide.is-active{animation:ckCampusDrift 9s ease-in-out both}.ck6-campus-copy h1{text-shadow:0 8px 28px rgba(0,0,0,.18)}
@keyframes ckAccessIn{from{opacity:0;transform:translateY(18px) scale(.992)}to{opacity:1;transform:none}}@keyframes ckItemIn{to{opacity:1;transform:none}}@keyframes ckButtonSweep{0%,68%{left:-80px}82%,100%{left:calc(100% + 60px)}}@keyframes ckNudge{to{transform:translateX(4px)}}@keyframes ckCampusDrift{from{transform:scale(1.045)}to{transform:scale(1.085)}}
@media(max-width:600px){.ck6-access-inner :is(.ck6-premat-cta,.ck6-pay-hero,.ck6-quick-actions>a:not(.ck6-pay-hero)){min-height:68px!important}.ck6-quick-actions>a:not(.ck6-pay-hero){display:grid!important;grid-template-columns:47px 1fr!important;grid-template-rows:auto auto!important}.ck6-quick-actions>a:not(.ck6-pay-hero)>span{width:47px!important;height:47px!important;border-radius:14px!important}.ck6-quick-actions>a:not(.ck6-pay-hero) b{font-size:11px!important}.ck6-quick-actions>a:not(.ck6-pay-hero) small{font-size:8px!important}}
@media(prefers-reduced-motion:reduce){.ck6-access-inner,.ck6-access-heading,.ck6-role-choice,.ck6-login-form,.ck6-premat-cta,.ck6-quick-actions,.ck6-powered{opacity:1!important;transform:none!important}.ck6-campus-slide.is-active,.ck6-login-submit:after{animation:none!important}}
