/* Candy Portal UI - Authentication */
:root{--primary:#5b5ce2;--primary-dark:#4849c7;--soft:#eef0ff;--bg:#f6f8fc;--text:#172033;--muted:#748096;--border:#e6e9f0;--danger:#d84d5b}
        *{box-sizing:border-box}html,body{min-height:100%;margin:0}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}.cp-auth{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);padding:18px;gap:18px}.cp-auth-hero{position:relative;min-height:calc(100vh - 36px);overflow:hidden;border-radius:28px;padding:44px;background:linear-gradient(145deg,#4f51d9 0%,#6857e8 55%,#8258df 100%);color:#fff;display:flex;flex-direction:column;justify-content:space-between}.cp-auth-hero:before,.cp-auth-hero:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.08)}.cp-auth-hero:before{width:390px;height:390px;right:-140px;top:-100px}.cp-auth-hero:after{width:260px;height:260px;left:-80px;bottom:-100px}.cp-brand,.cp-hero-copy,.cp-hero-footer{position:relative;z-index:1}.cp-brand{display:flex;align-items:center;gap:12px;font-weight:800;font-size:15px}.cp-brand-logo{width:46px;height:46px;border-radius:14px;background:#fff;padding:6px;object-fit:contain;box-shadow:0 10px 24px rgba(31,32,110,.16)}.cp-hero-copy{max-width:570px}.cp-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.12);font-size:11px;font-weight:700;margin-bottom:18px}.cp-dot{width:7px;height:7px;border-radius:50%;background:#9ff6c8;box-shadow:0 0 0 5px rgba(159,246,200,.12)}.cp-hero-copy h1{font-size:clamp(34px,4vw,58px);line-height:1.04;letter-spacing:-.045em;font-weight:800;margin:0 0 18px}.cp-hero-copy p{max-width:520px;font-size:15px;line-height:1.75;color:rgba(255,255,255,.78);margin:0}.cp-hero-footer{display:flex;align-items:center;gap:9px;font-size:11px;color:rgba(255,255,255,.68)}.cp-auth-form-wrap{display:flex;align-items:center;justify-content:center;padding:30px}.cp-auth-card{width:100%;max-width:430px}.cp-mobile-brand{display:none}.cp-auth-card h2{font-size:27px;letter-spacing:-.03em;font-weight:800;margin:0 0 8px}.cp-auth-card .lead{font-size:13px;color:var(--muted);margin:0 0 30px}.cp-field{margin-bottom:16px}.cp-label{display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:750;color:#5f6a7e;margin-bottom:7px}.cp-input-wrap{position:relative}.cp-input{width:100%;height:48px;border:1px solid var(--border);border-radius:14px;background:#fff;padding:0 46px 0 14px;font-size:14px;outline:0;transition:.18s}.cp-input:focus{border-color:#9899ee;box-shadow:0 0 0 4px rgba(91,92,226,.09)}.cp-input-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#9aa3b4}.cp-password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:34px;height:34px;border:0;border-radius:10px;background:transparent;color:#8b95a7;display:grid;place-items:center}.cp-password-toggle:hover{background:#f5f6fa;color:var(--primary)}.cp-row{display:flex;align-items:center;justify-content:space-between;margin:4px 0 21px}.cp-check{display:flex;align-items:center;gap:8px;font-size:11px;color:#667186;cursor:pointer}.cp-check input{width:16px;height:16px;accent-color:var(--primary)}.cp-btn{width:100%;height:47px;border:0;border-radius:14px;background:var(--primary);color:#fff;font-size:13px;font-weight:800;box-shadow:0 10px 24px rgba(91,92,226,.18);transition:.18s}.cp-btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.cp-btn:disabled{opacity:.7;transform:none}.cp-alert{padding:11px 13px;border:1px solid #ffd7dc;background:#fff2f4;color:#b63f4b;border-radius:13px;font-size:11px;margin-bottom:15px}.cp-login-foot{text-align:center;color:#9aa3b3;font-size:10px;margin-top:22px}.cp-version{display:inline-flex;margin-top:8px;padding:5px 8px;background:#eef0f5;border-radius:999px;color:#727d91;font-size:9px;font-weight:750}@media(max-width:920px){.cp-auth{display:block;padding:0}.cp-auth-hero{display:none}.cp-auth-form-wrap{min-height:100vh;padding:26px 20px}.cp-mobile-brand{display:flex;align-items:center;gap:11px;margin-bottom:38px}.cp-mobile-brand img{width:46px;height:46px;border-radius:14px;background:#fff;padding:5px;border:1px solid var(--border)}.cp-mobile-brand strong{display:block;font-size:14px}.cp-mobile-brand span{font-size:10px;color:var(--muted)}.cp-auth-card{max-width:440px}.cp-auth-card h2{font-size:25px}}@media(max-width:480px){.cp-auth-form-wrap{align-items:flex-start;padding-top:48px}.cp-auth-card{max-width:none}.cp-input{font-size:16px}.cp-auth-card h2{font-size:23px}}
