/* AI_TAG: FRONTEND_COMPONENT | SwitchPige styles */
#switchpigeCanvas{ display:none; background:#0b1016; border-radius:12px; border:1px solid rgba(118,190,255,0.25); box-shadow:inset 0 2px 20px rgba(77,163,255,0.08), 0 12px 40px rgba(0,0,0,0.45); }

.switchpige-overlay{ position:absolute; inset:16px; display:flex; align-items:center; justify-content:center; }
.switchpige-overlay-card{ background:linear-gradient(135deg, rgba(17,26,38,.95), rgba(20,30,42,.95)); border:1px solid rgba(118,190,255,0.35); box-shadow:0 14px 50px rgba(0,0,0,0.5), 0 0 60px rgba(118,190,255,0.2); border-radius:14px; padding:22px 20px; text-align:center; max-width:320px; }
.switchpige-overlay-title{ font-size:22px; font-weight:900; margin-bottom:6px; color:#eef5ff; text-shadow:0 2px 8px rgba(118,190,255,0.35); }
.switchpige-overlay-sub{ font-size:13px; opacity:.8; margin-bottom:14px; }
.switchpige-btn{ cursor:pointer; padding:8px 12px; border-radius:10px; border:1px solid rgba(118,190,255,0.25); background:linear-gradient(180deg, rgba(118,190,255,0.12), rgba(118,190,255,0.04)); color:#e6f3ff; font-weight:800; letter-spacing:.3px; transition:transform .08s ease, box-shadow .2s ease; }
.switchpige-btn:hover{ transform:translateY(-1px); box-shadow:0 6px 18px rgba(77,163,255,0.25); }
.switchpige-btn.pri{ border-color:rgba(118,190,255,0.45); background:linear-gradient(180deg, rgba(118,190,255,0.28), rgba(118,190,255,0.06)); }
