#help-widget{position:fixed;right:20px;bottom:90px;z-index:1150}.help-toggle{width:52px;height:52px;border:0;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-size:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 25px #4f46e54d;transition:all .2s;position:relative}.help-toggle:hover{transform:scale(1.05);box-shadow:0 12px 30px #4f46e566}.help-toggle:after{content:"";position:absolute;inset:0;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);animation:pulse 2s infinite;z-index:-1}.help-popup{position:absolute;right:0;bottom:70px;width:300px;border-radius:20px;background:#fff;box-shadow:0 20px 60px #00000026;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.help-popup.show{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.help-card{padding:20px}.help-head{text-align:center;margin-bottom:16px}.help-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;background:linear-gradient(135deg,#4f46e51a,#7c3aed1a);color:#4f46e5;margin-bottom:8px}.help-head h5{margin:0 0 4px;font-size:18px;font-weight:700;color:#1f2937}.help-head p{margin:0;font-size:13px;color:#6b7280;line-height:1.4}.help-time{background:#f9fafb;border-radius:12px;padding:14px;margin-bottom:16px;border:1px solid #e5e7eb}.time-status{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.time-status strong{font-size:14px;color:#1f2937;font-weight:600}.status{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600}#statusDot{width:8px;height:8px;border-radius:50%}#statusDot.online{background:#10b981;box-shadow:0 0 0 3px #10b98133}#statusDot.offline{background:#9ca3af}.help-time small{display:block;font-size:11px;color:#6b7280}.help-actions{display:grid;gap:10px;margin-bottom:16px}.help-btn{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:12px;background:#fff;text-decoration:none;font-weight:500;font-size:14px;border:1px solid #e5e7eb;transition:all .2s}.help-btn:hover{transform:translateY(-2px);border-color:transparent;box-shadow:0 6px 20px #00000014}.help-btn i{font-size:18px}.help-btn.wa{color:#059669}.help-btn.wa:hover{background:#f0fdf4;box-shadow:0 6px 20px #05966926}.help-btn.tg{color:#2563eb}.help-btn.tg:hover{background:#eff6ff;box-shadow:0 6px 20px #2563eb26}.help-btn.tk{color:#dc2626}.help-btn.tk:hover{background:#fef2f2;box-shadow:0 6px 20px #dc26261a}.help-foot{text-align:center;font-size:11px;color:#6b7280;padding-top:12px;border-top:1px solid #f3f4f6}.help-foot i{color:#4f46e5;margin-right:4px}@keyframes pulse{0%{opacity:.8;transform:scale(1)}70%{opacity:0;transform:scale(1.4)}to{opacity:0;transform:scale(1.4)}}@media(max-width:640px){#help-widget{right:16px;bottom:16px}.help-popup{width:calc(100vw - 32px);max-width:320px;right:0;bottom:60px}.help-toggle{width:56px;height:56px;font-size:24px}}
