/* TE Anti Copy Premium - Front */
html.teacp-on,html.teacp-on body,html.teacp-on *{-webkit-touch-callout:none;}
#teacp-overlay{position:fixed;inset:0;z-index:2147483000;display:none;}
#teacp-overlay .teacp-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.18);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);}
#teacp-overlay .teacp-box{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:min(420px,92vw);width:420px;background:rgba(20,20,20,.65);color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:18px 18px 16px;box-shadow:0 12px 42px rgba(0,0,0,.35);text-align:center;}
#teacp-overlay .teacp-logo{display:block;margin:0 auto 10px;max-width:220px;max-height:60px;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,0,0,.35));}
#teacp-overlay .teacp-text{font:600 14px/1.45 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;letter-spacing:.2px;}
#teacp-overlay.teacp-show .teacp-box{animation:teacpPop .16s ease-out both;}
#teacp-overlay.teacp-hide .teacp-box{animation:teacpPopOut .16s ease-in both;}
@keyframes teacpPop{from{transform:translate(-50%,-50%) scale(.96);opacity:.7}to{transform:translate(-50%,-50%) scale(1);opacity:1}}
@keyframes teacpPopOut{from{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(.98);opacity:0}}
