/* AUTH PAGE */
.auth-body { min-height:100vh; display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg,#6c63ff 0%,#a78bfa 50%,#f8f9ff 100%); overflow:hidden; }
.auth-bg { position:fixed; inset:0; z-index:0; pointer-events:none; }
.auth-blob { position:absolute; border-radius:50%; filter:blur(60px); opacity:.35; }
.blob1 { width:400px; height:400px; background:#6c63ff; top:-100px; right:-100px; }
.blob2 { width:300px; height:300px; background:#a78bfa; bottom:-80px; left:-80px; }
.auth-container { position:relative; z-index:1; width:100%; max-width:420px; padding:1rem; }
.auth-card { background:rgba(255,255,255,.97); border-radius:24px; padding:2.5rem 2rem; box-shadow:0 25px 60px rgba(108,99,255,.25); }
.auth-logo { text-align:center; margin-bottom:2rem; }
.auth-logo .logo-icon { font-size:3.5rem; margin-bottom:.5rem; }
.auth-logo h1 { font-size:2rem; font-weight:800; background:linear-gradient(135deg,#6c63ff,#a78bfa); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.auth-logo p { color:#718096; margin-top:.3rem; }
.earn-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:.5rem; margin-bottom:1.5rem; }
.stat-item { text-align:center; background:#f0f2ff; border-radius:12px; padding:.8rem .5rem; }
.stat-num { display:block; font-size:1.3rem; font-weight:800; color:#6c63ff; }
.stat-lbl { font-size:.7rem; color:#718096; font-weight:600; }
.btn-google { display:flex; align-items:center; justify-content:center; gap:.75rem; background:#fff; color:#3c4043; border:2px solid #e0e0e0; border-radius:12px; padding:1rem 1.5rem; font-size:1rem; font-weight:600; cursor:pointer; transition:all .2s; margin-bottom:1.5rem; text-decoration:none; }
.btn-google:hover { border-color:#6c63ff; background:#f0f2ff; transform:translateY(-2px); box-shadow:0 6px 20px rgba(108,99,255,.2); }
.auth-features { display:grid; grid-template-columns:1fr 1fr; gap:.5rem; margin-bottom:1.5rem; }
.feature { background:#f0f2ff; color:#5c6bc0; font-size:.8rem; font-weight:600; padding:.5rem .75rem; border-radius:8px; text-align:center; }
.ad-banner-zone { margin-top:1rem; min-height:60px; }
