html,:root{--font-main:Arial,sans-serif;--font-namaste:"Namaste",Arial,sans-serif}body{font-family:var(--font-main)}.namaste-lower{font-family:var(--font-namaste);text-transform:lowercase}.upper{font-family:var(--font-main);text-transform:uppercase}.cyr{font-family:var(--font-main)}#donation-box{position:fixed;width:70px;height:70px;top:50%;left:50%;transform:translate(-50%,-50%) scale(.3);opacity:0;transition:top 8s ease,left 8s ease,transform 8s ease,opacity .5s ease;z-index:9999}#donation-box.show{opacity:1;top:calc(100% - 60px);left:calc(100% - 60px);transform:translate(-50%,-50%) scale(1) rotate(720deg)}@media(max-width:640px){#donation-box.opening{transform:translate(-50%,-50%) scale(6) !important}}#donation-box img,#donation-box video{width:100%;height:100%;object-fit:contain}#donate-hover{display:none}#donate-transition{position:fixed;inset:0;background:#000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity 1s ease;z-index:9998}#donate-transition.show{opacity:1;pointer-events:auto}#donate-open-video{width:100%;height:100%;object-fit:cover}#donatik-popup{position:fixed;inset:0;background:rgba(0,0,0,.95);opacity:0;pointer-events:none;transition:opacity 1s ease;z-index:9999;display:flex;align-items:center;justify-content:center}#donatik-popup.show{opacity:1;pointer-events:auto}.donatik-content{max-height:90vh;width:90%;max-width:800px;overflow-y:auto;background:#000;color:#fff;padding:24px;border-radius:16px}#donatik-close{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:50%;border:none;background:rgba(255,255,255,.1);color:#fff;font-size:24px}@media(max-width:640px){#donation-box{width:50px;height:50px}}