/* Nilu IT Solution - Website Copy Protection Popup Styles */
.copy-popup{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:20px;background:rgba(2,6,23,.58);opacity:0;pointer-events:none;transition:opacity .22s ease}.copy-popup.show{opacity:1;pointer-events:auto}.copy-popup-card{width:min(430px,94vw);position:relative;text-align:center;border:1px solid rgba(94,234,212,.32);border-radius:30px;padding:30px 24px;background:linear-gradient(145deg,rgba(15,23,42,.96),rgba(8,47,73,.96));box-shadow:0 30px 90px rgba(0,0,0,.38);transform:translateY(18px) scale(.96);transition:transform .22s ease}.copy-popup.show .copy-popup-card{transform:translateY(0) scale(1)}.copy-popup-icon{width:70px;height:70px;margin:0 auto 14px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(135deg,#38bdf8,#22c55e);font-size:2rem;box-shadow:0 14px 38px rgba(34,197,94,.25)}.copy-popup-card h2{margin:0 0 10px;font-size:clamp(1.45rem,5vw,2.1rem);color:#fff}.copy-popup-message{white-space:pre-line;margin:0 auto 18px;max-width:340px;color:#dbeafe;font-weight:800;line-height:1.55}.copy-popup-ok,.copy-popup-close{border:0;cursor:pointer}.copy-popup-ok{border-radius:999px;padding:12px 20px;background:linear-gradient(135deg,#38bdf8,#22c55e);color:#06202d;font-weight:1000;box-shadow:0 12px 30px rgba(56,189,248,.22)}.copy-popup-close{position:absolute;right:14px;top:14px;width:36px;height:36px;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;font-size:1.4rem;line-height:1}.copy-popup-ok:hover,.copy-popup-close:hover{transform:translateY(-1px)}html[data-theme="light"] .copy-popup{background:rgba(15,23,42,.38)}html[data-theme="light"] .copy-popup-card{background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(224,242,254,.98));border-color:rgba(2,132,199,.22);box-shadow:0 28px 80px rgba(15,23,42,.18)}html[data-theme="light"] .copy-popup-card h2{color:#0f172a}html[data-theme="light"] .copy-popup-message{color:#334155}html[data-theme="light"] .copy-popup-close{background:rgba(15,23,42,.12);color:#0f172a}@media (prefers-reduced-motion:reduce){.copy-popup,.copy-popup-card{transition:none}}
