/* AI_TAG: FRONTEND_COMPONENT | PigeWorms page styles */
#pigewormsCanvas{ display:block; 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); touch-action:none; }

.pigeworms-overlay{ position:absolute; inset:16px; display:flex; align-items:center; justify-content:center; }
.pigeworms-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:340px; }
.pigeworms-overlay-title{ font-size:22px; font-weight:900; margin-bottom:6px; color:#eef5ff; text-shadow:0 2px 8px rgba(118,190,255,0.35); }
.pigeworms-overlay-sub{ font-size:13px; opacity:.8; margin-bottom:14px; }
.pigeworms-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; margin:0 6px; }
.pigeworms-btn:hover{ transform:translateY(-1px); box-shadow:0 6px 18px rgba(77,163,255,0.25); }

@media (max-width: 720px){
  #pigewormsCanvas{ width:100% !important; height:auto !important; }
}
