.push-prompt{position:fixed;bottom:-300px;right:20px;max-width:380px;width:calc(100% - 40px);background:linear-gradient(135deg,#1a1f28 0,#252d38 100%);border-radius:16px;box-shadow:0 12px 40px rgba(0,0,0,.5);z-index:10000;transition:bottom .4s cubic-bezier(.68, -.55, .265, 1.55);border:1px solid rgba(255,255,255,.1)}.push-prompt.show{bottom:20px}.push-prompt-content{padding:24px;position:relative}.push-prompt-close{position:absolute;top:12px;right:12px;background:rgba(255,255,255,.1);border:none;color:#fff;width:32px;height:32px;border-radius:50%;font-size:24px;line-height:1;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.push-prompt-close:hover{background:rgba(255,255,255,.2);transform:rotate(90deg)}.push-prompt-icon{font-size:48px;text-align:center;margin-bottom:16px;animation:bell-ring 2s ease-in-out infinite}@keyframes bell-ring{0%,100%{transform:rotate(0)}10%,30%{transform:rotate(-10deg)}20%,40%{transform:rotate(10deg)}50%{transform:rotate(0)}}.push-prompt h3{color:#fff;font-size:20px;font-weight:600;margin:0 0 8px 0;text-align:center}.push-prompt p{color:rgba(255,255,255,.7);font-size:14px;line-height:1.5;margin:0 0 20px 0;text-align:center}.push-prompt-actions{display:flex;gap:12px;justify-content:center}.push-prompt-actions .btn{flex:1;padding:12px 20px;font-size:14px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;border:none;text-align:center}.push-prompt-actions .push-allow{background:var(--grad);color:#1a1f28}.push-prompt-actions .push-allow:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,193,7,.4)}.push-prompt-actions .push-deny{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2)}.push-prompt-actions .push-deny:hover{background:rgba(255,255,255,.15)}@media (max-width:640px){.push-prompt{right:10px;width:calc(100% - 20px);max-width:none}.push-prompt.show{bottom:10px}.push-prompt-content{padding:20px}.push-prompt h3{font-size:18px}.push-prompt p{font-size:13px}.push-prompt-actions{flex-direction:column}.push-prompt-actions .btn{width:100%}}.social-links{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px}.social-links li{margin:0}.social-links a{display:flex;align-items:center;gap:10px;padding:8px 12px;color:var(--text-dim);text-decoration:none;transition:all .3s ease;border-radius:8px;font-size:14px}.social-links a:hover{color:var(--accent);background:rgba(255,193,7,.1);transform:translateX(4px)}.social-links i{font-size:18px;width:24px;text-align:center}@media (max-width:768px){.social-links{grid-template-columns:1fr}}