:root{--bg-dark: #030712;--auth-glass: rgba(15, 23, 42, .4);--auth-glass-strong: rgba(15, 23, 42, .7);--auth-border: rgba(255, 255, 255, .08);--auth-cyan: #06b6d4;--auth-cyan-glow: rgba(6, 182, 212, .5);--auth-purple: #8b5cf6;--auth-pink: #ec4899;--text-main: #f8fafc;--text-muted: #c5d0de;--radius-lg: 24px;--radius-md: 12px;--radius-sm: 8px;--shadow-glass: 0 8px 32px 0 rgba(0, 0, 0, .5);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box}body.auth-page{margin:0;font-family:Outfit,sans-serif;background:var(--bg-dark);color:var(--text-main);min-height:100vh;display:flex;align-items:center;justify-content:center;overflow-x:hidden;position:relative;width:100%}.ambient-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;background:radial-gradient(circle at center,#0a0f1c,#030712)}.ambient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4;animation:auth-float 20s infinite alternate cubic-bezier(.4,0,.2,1)}.ambient-orb.cyan{width:500px;height:500px;background:var(--auth-cyan);top:-100px;left:-100px}.ambient-orb.purple{width:600px;height:600px;background:var(--auth-purple);bottom:-200px;right:-100px;animation-delay:-7s}.ambient-orb.pink{width:300px;height:300px;background:var(--auth-pink);top:30%;left:40%;animation-delay:-14s}.ambient-grid{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to right,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.03) 1px,transparent 1px);background-size:40px 40px;mask-image:radial-gradient(circle at center,black 30%,transparent 80%);-webkit-mask-image:radial-gradient(circle at center,black 30%,transparent 80%)}@keyframes auth-float{0%{transform:translate(0) scale(1)}to{transform:translate(50px,80px) scale(1.1)}}.auth-container{width:100%;max-width:1200px;min-height:700px;margin:0 auto;position:relative;z-index:10;padding:20px}.auth-bento{display:grid;grid-template-columns:1fr 1.2fr;gap:24px;width:100%;height:100%;min-height:700px}.bento-tile{background:var(--auth-glass);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border-radius:var(--radius-lg);border:1px solid var(--auth-border);box-shadow:var(--shadow-glass);position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.bento-tile:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0009}.auth-visual{padding:50px;display:flex;flex-direction:column;justify-content:space-between}.auth-visual:before{content:\"\";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 50% 50%,rgba(6,182,212,.1),transparent 60%);opacity:.5;pointer-events:none}.brand-logo{position:relative;z-index:2;display:inline-block}.visual-text{position:relative;z-index:2;margin-top:auto;margin-bottom:50px}.visual-text h1{font-size:3.2rem;line-height:1.1;margin-bottom:16px;letter-spacing:-.02em}.text-gradient{background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.visual-text p{font-size:1.1rem;color:var(--text-muted);line-height:1.6;max-width:90%}.trust-badges{display:flex;gap:16px;position:relative;z-index:2}.glass-pill{background:#ffffff08;backdrop-filter:blur(10px);padding:10px 20px;border-radius:30px;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.05)}.glass-pill i{color:var(--auth-cyan)}.auth-content{padding:50px;display:flex;align-items:center;justify-content:center;background:var(--auth-glass-strong);width:100%}.auth-wrapper{width:100%;max-width:420px}.auth-header{text-align:center;margin-bottom:32px}.auth-header h2{font-size:2rem;margin:0 0 8px;font-weight:700}.auth-header p{color:var(--text-muted);margin:0}.glass-tabs{background:#0000004d;padding:6px;border-radius:16px;display:flex;margin-bottom:32px;position:relative;border:1px solid rgba(255,255,255,.03)}.auth-tab{flex:1;background:transparent;border:none;padding:12px;border-radius:12px;font-weight:600;color:var(--text-muted);cursor:pointer;position:relative;z-index:2;transition:color .3s ease;font-family:inherit;font-size:.95rem}.auth-tab.active{color:#fff}.tab-indicator{position:absolute;top:6px;left:6px;width:calc(50% - 6px);height:calc(100% - 12px);background:#ffffff1a;border-radius:12px;z-index:1;transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 10px #0003;border:1px solid rgba(255,255,255,.05)}.auth-tab[data-target=login].active~.tab-indicator{transform:translate(0)}.auth-tab[data-target=signup].active~.tab-indicator{transform:translate(100%)}.auth-form{display:none;animation:auth-fade-in .4s cubic-bezier(.4,0,.2,1) forwards}.auth-form.active{display:block}@keyframes auth-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.form-group{margin-bottom:24px;position:relative}.input-wrapper{position:relative;width:100%}.input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--text-muted);z-index:10;font-size:1.1rem;transition:color .3s ease}.input-wrapper input{width:100%;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);padding:22px 16px 10px 48px;font-size:1rem;color:#fff;font-family:inherit;transition:border-color .3s ease,background .3s ease;outline:none}.input-wrapper input:hover{background:#0000004d}.input-wrapper input:focus{border-color:#ffffff4d;background:#0006}.input-wrapper input:focus~.input-icon{color:var(--auth-cyan)}.input-wrapper label{position:absolute;left:48px;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:1rem;pointer-events:none;transition:.2s cubic-bezier(.4,0,.2,1)}.input-wrapper input:focus~label,.input-wrapper input:not(:placeholder-shown)~label{top:14px;font-size:.75rem;color:var(--auth-cyan);font-weight:600;letter-spacing:.5px}.input-wrapper input:not(:placeholder-shown):not(:focus)~label{color:var(--text-muted)}.input-glow{position:absolute;bottom:-1px;left:5%;width:90%;height:2px;background:var(--auth-cyan);box-shadow:0 0 10px var(--auth-cyan-glow),0 0 20px var(--auth-cyan-glow);opacity:0;transform:scaleX(0);transition:opacity .3s ease,transform .3s cubic-bezier(.4,0,.2,1);border-radius:2px}.input-wrapper input:focus~.input-glow{opacity:1;transform:scaleX(1)}.form-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px;font-size:.9rem}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;color:var(--text-muted)}.checkbox-label input{display:none}.checkbox-custom{width:18px;height:18px;border:1px solid rgba(255,255,255,.2);border-radius:4px;display:inline-block;position:relative;transition:all .2s ease}.checkbox-label input:checked+.checkbox-custom{background:var(--auth-cyan);border-color:var(--auth-cyan)}.checkbox-label input:checked+.checkbox-custom:after{content:\"\";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.forgot-link{color:#7dd3fc;text-decoration:none;transition:color .2s ease}.forgot-link:hover{color:#fff}.toggle-pass{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-muted);cursor:pointer;padding:4px;font-size:1rem;transition:color .2s}.toggle-pass:hover{color:#fff}.password-reqs{margin:8px 0 0;padding:0;list-style:none;font-size:.85rem;color:var(--text-muted);display:flex;gap:12px}.password-reqs i{margin-right:4px}.primary-btn-glow{width:100%;padding:16px;border:none;border-radius:var(--radius-md);background:#ffffff0d;color:#fff;font-size:1.05rem;font-weight:600;font-family:inherit;cursor:pointer;position:relative;overflow:hidden;transition:transform .2s ease,background .3s ease;border:1px solid rgba(255,255,255,.1);margin-top:16px;box-shadow:0 4px 15px #0003}.primary-btn-glow:before{content:\"\";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.primary-btn-glow:hover{transform:translateY(-2px);background:#ffffff1a;border-color:#ffffff4d}.primary-btn-glow:hover:before{left:100%}.primary-btn-glow:active{transform:translateY(0)}.primary-btn-glow.is-loading span{opacity:0}.primary-btn-glow.is-loading .btn-loader{display:block}.primary-btn-glow.is-loading{pointer-events:none}.btn-loader{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:auth-spin .8s linear infinite}@keyframes auth-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.divider{display:flex;align-items:center;margin:32px 0;color:var(--text-muted);font-size:.9rem}.divider-line{flex:1;height:1px;background:#ffffff1a}.divider-text{padding:0 16px}.social-login-group{display:grid;grid-template-columns:1fr 1fr;gap:16px}.glass-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;border-radius:var(--radius-md);background:#ffffff08;border:1px solid rgba(255,255,255,.08);color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;font-family:inherit;transition:all .2s ease}.glass-btn:hover{background:#ffffff14;transform:translateY(-2px)}.glass-btn img{height:20px}.glass-btn i{font-size:1.2rem}.verification-panel{text-align:center;animation:auth-fade-in .4s ease forwards}.verification-icon-wrapper{width:64px;height:64px;background:#06b6d41a;border:1px solid rgba(6,182,212,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.8rem;color:var(--auth-cyan);box-shadow:0 0 20px #06b6d433}.verification-head h3{font-size:1.8rem;margin:0 0 8px}.verification-head p{color:var(--text-muted);margin:0 0 24px}.verification-email-hint{font-weight:600;color:#fff!important}.verification-code-grid{display:flex;gap:12px;justify-content:center;margin-bottom:32px}.verification-code-input{width:48px;height:56px;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:12px;font-size:1.5rem;font-weight:700;color:#fff;text-align:center;transition:all .2s ease;outline:none}.verification-code-input:focus{border-color:var(--auth-cyan);box-shadow:0 0 15px #06b6d44d;transform:translateY(-2px)}.verification-actions{display:flex;justify-content:space-between;margin-top:24px}.verification-link-btn{background:none;border:none;color:var(--text-muted);font-size:.9rem;cursor:pointer;transition:color .2s;font-family:inherit}.verification-link-btn:hover{color:#fff}.auth-error{color:#f87171;font-size:.9rem;margin:12px 0;text-align:center;display:none}.auth-error:not(:empty){display:block;animation:auth-fade-in .3s ease}.auth-info{color:var(--auth-cyan);font-size:.9rem;margin:12px 0;text-align:center;display:none}.auth-info:not(:empty){display:block;animation:auth-fade-in .3s ease}.creation-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#030712cc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:100;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .4s ease}.creation-overlay.active{opacity:1;pointer-events:auto}.creation-content.glass-panel{background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:40px;border-radius:var(--radius-lg);text-align:center;box-shadow:0 20px 50px #00000080;max-width:400px;width:90%}.creation-content h2{font-size:1.5rem;margin:24px 0 8px}.creation-content p{color:var(--text-muted);margin:0}.lottie-loader{width:80px;height:80px;margin:0 auto;position:relative}.spinner-ring{width:100%;height:100%;border:3px solid rgba(255,255,255,.1);border-top-color:var(--auth-cyan);border-radius:50%;animation:auth-spin-simple 1s linear infinite}@keyframes auth-spin-simple{to{transform:rotate(360deg)}}.success-check{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;display:none}.success-check svg{width:100%;height:100%;stroke:var(--auth-cyan);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.lottie-loader.is-success .spinner-ring{display:none}.lottie-loader.is-success .success-check{display:block;animation:auth-fade-in .4s ease}@media(max-width:900px){.auth-container{height:auto;padding:16px;min-height:auto}.auth-bento{grid-template-columns:1fr;gap:0;min-height:auto}.auth-visual{display:none}.auth-content{padding:32px 20px}.verification-code-input{width:40px;height:48px;font-size:1.2rem}}@media(max-width:480px){.auth-content{padding:24px 16px}.verification-code-grid{gap:8px}.verification-code-input{width:36px;height:44px}}

/* ================================================================ */
/* === LIGHT MODE — Premium Frosted Glass (DigiWorld Auth v2)   === */
/* ================================================================ */

/* Default (light) body state — theme-init sets data-theme=light */
html[data-theme='light'] body.auth-page,
body.auth-page:not(.dark-mode) {
  --auth-glass:        rgba(255, 255, 255, 0.55);
  --auth-glass-strong: rgba(255, 255, 255, 0.72);
  --auth-border:       rgba(255, 255, 255, 0.85);
  --text-main:         #0f172a;
  --text-muted:        #475569;
  --auth-cyan:         #f57224;
  --auth-cyan-glow:    rgba(245, 114, 36, 0.35);
  --shadow-glass:      0 8px 40px rgba(100, 80, 50, 0.15);
  color: var(--text-main);
}

/* Keep dark mode working exactly as before */
html[data-theme='dark'] body.auth-page,
body.auth-page.dark-mode {
  --auth-glass:        rgba(15, 23, 42, 0.4);
  --auth-glass-strong: rgba(15, 23, 42, 0.7);
  --auth-border:       rgba(255, 255, 255, 0.08);
  --text-main:         #f8fafc;
  --text-muted:        #c5d0de;
  --auth-cyan:         #06b6d4;
  --auth-cyan-glow:    rgba(6, 182, 212, 0.5);
  --shadow-glass:      0 8px 32px rgba(0, 0, 0, 0.5);
}

/* ── Light Background ──────────────────────────────────────────── */
html[data-theme='light'] body.auth-page,
body.auth-page:not(.dark-mode) {
  background: #f1f5f9;
}

html[data-theme='light'] .ambient-background,
body.auth-page:not(.dark-mode) .ambient-background {
  background: radial-gradient(ellipse 80% 70% at 10% 0%,   #ffe4cc 0%, transparent 55%),
              radial-gradient(ellipse 60% 50% at 90% 100%,  #fce7f3 0%, transparent 55%),
              radial-gradient(ellipse 50% 40% at 50% 50%,   #e0f2fe 0%, transparent 60%),
              linear-gradient(160deg, #f8fafc 0%, #f1f5f9 100%);
}

html[data-theme='light'] .ambient-orb.cyan,
body.auth-page:not(.dark-mode) .ambient-orb.cyan {
  background: radial-gradient(circle, #fb923c, #f97316);
  opacity: 0.18;
  filter: blur(90px);
}
html[data-theme='light'] .ambient-orb.purple,
body.auth-page:not(.dark-mode) .ambient-orb.purple {
  background: radial-gradient(circle, #a78bfa, #7c3aed);
  opacity: 0.12;
  filter: blur(110px);
}
html[data-theme='light'] .ambient-orb.pink,
body.auth-page:not(.dark-mode) .ambient-orb.pink {
  background: radial-gradient(circle, #fb7185, #e11d48);
  opacity: 0.10;
  filter: blur(80px);
}
html[data-theme='light'] .ambient-grid,
body.auth-page:not(.dark-mode) .ambient-grid {
  background-image:
    linear-gradient(to right, rgba(0,0,0,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,0.04) 1px, transparent 1px);
}

/* ── Bento Tiles — Frosted Glass Cards ─────────────────────────── */
html[data-theme='light'] .bento-tile,
body.auth-page:not(.dark-mode) .bento-tile {
  background: rgba(255, 255, 255, 0.60);
  border: 1px solid rgba(255, 255, 255, 0.90);
  box-shadow: 0 8px 32px rgba(100, 80, 50, 0.12),
              inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

html[data-theme='light'] .bento-tile:hover,
body.auth-page:not(.dark-mode) .bento-tile:hover {
  transform: translateY(-4px) scale(1.005);
  box-shadow: 0 20px 60px rgba(245, 114, 36, 0.18),
              0 8px 24px rgba(100, 80, 50, 0.12),
              inset 0 1px 0 rgba(255, 255, 255, 1);
  border-color: rgba(245, 114, 36, 0.3);
}

/* ── Left panel (visual side) ──────────────────────────────────── */
html[data-theme='light'] .auth-visual,
body.auth-page:not(.dark-mode) .auth-visual {
  background: linear-gradient(135deg,
    rgba(255, 237, 213, 0.85) 0%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(224, 242, 254, 0.80) 100%);
}
html[data-theme='light'] .auth-visual::before,
body.auth-page:not(.dark-mode) .auth-visual::before {
  background: radial-gradient(circle at 40% 40%,
    rgba(245, 114, 36, 0.12), transparent 65%);
  opacity: 1;
}
html[data-theme='light'] .visual-text h1,
body.auth-page:not(.dark-mode) .visual-text h1 {
  color: #0f172a;
}
html[data-theme='light'] .text-gradient,
body.auth-page:not(.dark-mode) .text-gradient {
  background: linear-gradient(135deg, #f57224, #e11d48);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
html[data-theme='light'] .visual-text p,
body.auth-page:not(.dark-mode) .visual-text p {
  color: #64748b;
}

/* Trust badges ─ pill style ────────────────────────────────────── */
html[data-theme='light'] .glass-pill,
body.auth-page:not(.dark-mode) .glass-pill {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(245, 114, 36, 0.2);
  box-shadow: 0 4px 12px rgba(245, 114, 36, 0.08);
  color: #1e293b;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
html[data-theme='light'] .glass-pill:hover,
body.auth-page:not(.dark-mode) .glass-pill:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 10px 28px rgba(245, 114, 36, 0.18);
  border-color: rgba(245, 114, 36, 0.5);
}
html[data-theme='light'] .glass-pill i,
body.auth-page:not(.dark-mode) .glass-pill i {
  color: #f57224;
}

/* ── Right panel (form side) ────────────────────────────────────── */
html[data-theme='light'] .auth-content,
body.auth-page:not(.dark-mode) .auth-content {
  background: rgba(255, 255, 255, 0.80);
}
html[data-theme='light'] .auth-header h2,
body.auth-page:not(.dark-mode) .auth-header h2 {
  color: #0f172a;
}
html[data-theme='light'] .auth-header p,
body.auth-page:not(.dark-mode) .auth-header p {
  color: #64748b;
}

/* ── Tab Switcher ───────────────────────────────────────────────── */
html[data-theme='light'] .glass-tabs,
body.auth-page:not(.dark-mode) .glass-tabs {
  background: rgba(241, 245, 249, 0.9);
  border: 1px solid rgba(226, 232, 240, 1);
}
html[data-theme='light'] .auth-tab,
body.auth-page:not(.dark-mode) .auth-tab {
  color: #94a3b8;
}
html[data-theme='light'] .auth-tab.active,
body.auth-page:not(.dark-mode) .auth-tab.active {
  color: #0f172a;
}
html[data-theme='light'] .tab-indicator,
body.auth-page:not(.dark-mode) .tab-indicator {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* ── Inputs ─────────────────────────────────────────────────────── */
html[data-theme='light'] .input-wrapper input,
body.auth-page:not(.dark-mode) .input-wrapper input {
  background: rgba(248, 250, 252, 0.85);
  border: 1.5px solid #e2e8f0;
  color: #0f172a;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
html[data-theme='light'] .input-wrapper input:hover,
body.auth-page:not(.dark-mode) .input-wrapper input:hover {
  border-color: #cbd5e1;
  background: rgba(255, 255, 255, 0.95);
}
html[data-theme='light'] .input-wrapper input:focus,
body.auth-page:not(.dark-mode) .input-wrapper input:focus {
  border-color: #f57224;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(245, 114, 36, 0.12);
}
html[data-theme='light'] .input-wrapper label,
body.auth-page:not(.dark-mode) .input-wrapper label {
  color: #94a3b8;
}
html[data-theme='light'] .input-wrapper input:focus ~ label,
html[data-theme='light'] .input-wrapper input:not(:placeholder-shown) ~ label,
body.auth-page:not(.dark-mode) .input-wrapper input:focus ~ label,
body.auth-page:not(.dark-mode) .input-wrapper input:not(:placeholder-shown) ~ label {
  color: #f57224;
}
html[data-theme='light'] .input-icon,
body.auth-page:not(.dark-mode) .input-icon {
  color: #94a3b8;
}
html[data-theme='light'] .input-glow,
body.auth-page:not(.dark-mode) .input-glow {
  background: #f57224;
  box-shadow: 0 0 8px rgba(245, 114, 36, 0.4);
}
html[data-theme='light'] .toggle-pass,
body.auth-page:not(.dark-mode) .toggle-pass {
  color: #94a3b8;
}
html[data-theme='light'] .toggle-pass:hover,
body.auth-page:not(.dark-mode) .toggle-pass:hover {
  color: #f57224;
}

/* ── Checkbox + Remember me ─────────────────────────────────────── */
html[data-theme='light'] .checkbox-label,
body.auth-page:not(.dark-mode) .checkbox-label {
  color: #64748b;
}
html[data-theme='light'] .checkbox-custom,
body.auth-page:not(.dark-mode) .checkbox-custom {
  border-color: #cbd5e1;
}
html[data-theme='light'] .checkbox-label input:checked + .checkbox-custom,
body.auth-page:not(.dark-mode) .checkbox-label input:checked + .checkbox-custom {
  background: #f57224;
  border-color: #f57224;
}
html[data-theme='light'] .forgot-link,
body.auth-page:not(.dark-mode) .forgot-link {
  color: #f57224;
}
html[data-theme='light'] .forgot-link:hover,
body.auth-page:not(.dark-mode) .forgot-link:hover {
  color: #ea6112;
}

/* ── Primary Button ─────────────────────────────────────────────── */
html[data-theme='light'] .primary-btn-glow,
body.auth-page:not(.dark-mode) .primary-btn-glow {
  background: linear-gradient(135deg, #f57224, #e11d48);
  color: #ffffff;
  border: none;
  box-shadow: 0 6px 20px rgba(245, 114, 36, 0.35);
}
html[data-theme='light'] .primary-btn-glow:hover,
body.auth-page:not(.dark-mode) .primary-btn-glow:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(245, 114, 36, 0.45);
  filter: brightness(1.05);
}
html[data-theme='light'] .primary-btn-glow:active,
body.auth-page:not(.dark-mode) .primary-btn-glow:active {
  transform: translateY(-1px);
}

/* ── Divider ────────────────────────────────────────────────────── */
html[data-theme='light'] .divider-line,
body.auth-page:not(.dark-mode) .divider-line {
  background: #e2e8f0;
}
html[data-theme='light'] .divider-text,
body.auth-page:not(.dark-mode) .divider-text {
  color: #94a3b8;
}

/* ── Social buttons ─────────────────────────────────────────────── */
html[data-theme='light'] .glass-btn,
body.auth-page:not(.dark-mode) .glass-btn {
  background: rgba(255, 255, 255, 0.90);
  border: 1.5px solid #e2e8f0;
  color: #334155;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
html[data-theme='light'] .glass-btn:hover,
body.auth-page:not(.dark-mode) .glass-btn:hover {
  background: #ffffff;
  border-color: #f57224;
  color: #0f172a;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(245, 114, 36, 0.18);
}

/* ── Creation Overlay ───────────────────────────────────────────── */
html[data-theme='light'] .creation-overlay,
body.auth-page:not(.dark-mode) .creation-overlay {
  background: rgba(241, 245, 249, 0.85);
}
html[data-theme='light'] .creation-content.glass-panel,
body.auth-page:not(.dark-mode) .creation-content.glass-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  color: #0f172a;
}
html[data-theme='light'] .creation-content h2,
body.auth-page:not(.dark-mode) .creation-content h2 {
  color: #0f172a;
}
html[data-theme='light'] .creation-content p,
body.auth-page:not(.dark-mode) .creation-content p {
  color: #64748b;
}
html[data-theme='light'] .spinner-ring,
body.auth-page:not(.dark-mode) .spinner-ring {
  border-color: rgba(245, 114, 36, 0.2);
  border-top-color: #f57224;
}

/* ── Password requirements ──────────────────────────────────────── */
html[data-theme='light'] .password-reqs,
body.auth-page:not(.dark-mode) .password-reqs {
  color: #94a3b8;
}

/* ── Verification panel ─────────────────────────────────────────── */
html[data-theme='light'] .verification-icon-wrapper,
body.auth-page:not(.dark-mode) .verification-icon-wrapper {
  background: rgba(245, 114, 36, 0.10);
  border-color: rgba(245, 114, 36, 0.30);
  color: #f57224;
  box-shadow: 0 0 20px rgba(245, 114, 36, 0.18);
}
html[data-theme='light'] .verification-head h3,
body.auth-page:not(.dark-mode) .verification-head h3 {
  color: #0f172a;
}
html[data-theme='light'] .verification-head p,
body.auth-page:not(.dark-mode) .verification-head p {
  color: #64748b;
}
html[data-theme='light'] .verification-code-input,
body.auth-page:not(.dark-mode) .verification-code-input {
  background: rgba(248, 250, 252, 0.9);
  border-color: #e2e8f0;
  color: #0f172a;
}
html[data-theme='light'] .verification-code-input:focus,
body.auth-page:not(.dark-mode) .verification-code-input:focus {
  border-color: #f57224;
  box-shadow: 0 0 0 3px rgba(245, 114, 36, 0.15);
}
html[data-theme='light'] .verification-link-btn,
body.auth-page:not(.dark-mode) .verification-link-btn {
  color: #64748b;
}
html[data-theme='light'] .verification-link-btn:hover,
body.auth-page:not(.dark-mode) .verification-link-btn:hover {
  color: #f57224;
}

/* ── Floating particle dots in light mode ───────────────────────── */
html[data-theme='light'] .ambient-background::after,
body.auth-page:not(.dark-mode) .ambient-background::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(245,114,36,0.06) 1px, transparent 1px);
  background-size: 32px 32px;
}
