@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
body.theme-2 {
  --bg: linear-gradient(135deg, #e3f2fd 0%, #fce4ec 100%);
  --text: #2b2b2b;
  --accent: #7c4dff;
  --card-bg: rgba(255,255,255,0.78);
  --shadow: 0 16px 36px rgba(124, 77, 255, 0.25);
  --radius: 18px;
  --font: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  --button-bg: #7c4dff;
  --button-text: #ffffff;
}

body.theme-2 .container {
  padding: 30px 28px;
  border: 1px solid rgba(124, 77, 255, 0.25);
  backdrop-filter: blur(6px);
}
body.theme-2 .button { border-radius: 999px; box-shadow: 0 8px 18px rgba(124, 77, 255, 0.35); font-weight: 600; }
body.theme-2 .button:hover { filter: brightness(1.08); transform: translateY(-1px); }
body.theme-2 .container h1 { font-size: 26px; letter-spacing: 0.2px; background: linear-gradient(90deg, #7c4dff, #e040fb); -webkit-background-clip: text; background-clip: text; color: transparent; }
body.theme-2 .container p { font-size: 15px; opacity: 0.9; }
body.theme-2 .loaders .loader-bar { display: block; }