 #pkh-floating-btn.pkh-floating-btn {position: fixed;left: 16px;bottom: 16px;width: 48px;height: 48px;border-radius: 50%;display: flex;align-items: center;justify-content: center;background: var(--pkh-btn-bg, #3d3df0);color: var(--pkh-btn-color, #fff);box-shadow: 0 4px 12px rgba(0,0,0,.2);border: none;cursor: pointer;z-index: 999999;transition: transform .15s ease, box-shadow .15s ease;}#pkh-floating-btn.pkh-floating-btn i {font-size: 18px;}#pkh-floating-btn.pkh-floating-btn:active {transform: scale(.95);}#pkh-welcome {position: fixed;left: 68px;bottom: 20px;z-index: 999997;}#pkh-welcome .pkh-welcome__bubble {background: #e8e9ff;color: #222;border-radius: 6px;padding: 8px 12px;max-width: 280px;font-size: 12px;line-height: 1.4;box-shadow: 0 3px 12px rgba(0,0,0,.15);position: relative;}#pkh-welcome .pkh-welcome__bubble:before {content: "";position: absolute;left: -5px;bottom: 10px;border: 5px solid transparent;border-right-color: #e8e9ff;}.pkh-welcome__close {position: absolute;right: 3px;top: 2px;background: none;border: none;font-size: 14px;cursor: pointer;opacity: .5;}.pkh-welcome__close:hover {opacity: 1;}#pkh-popup.pkh-popup {position: fixed !important;inset: 0;background: rgba(0,0,0,.35);display: none;justify-content: center;align-items: flex-end;z-index: 2147483646 !important;}#pkh-popup.pkh-popup.is-open {display: flex !important;}#pkh-popup .pkh-popup__panel {position: relative;width: 560px;max-width: 100%;background: #fff;border-radius: 10px 10px 0 0;box-shadow: 0 -6px 20px rgba(0,0,0,.2);overflow: hidden;display: flex;flex-direction: column;animation: pkh-rise .15s ease forwards;}@keyframes pkh-rise {to {transform: translateY(0);}}#pkh-popup .pkh-popup__close {position: absolute;right: 8px;top: 4px;background: none;border: none;font-size: 18px;cursor: pointer;}#pkh-popup .pkh-popup__tabs {display: flex;gap: 4px;padding: 6px 8px;background: #f9f9fa;border-bottom: 1px solid #eee;}#pkh-popup .pkh-tab-btn {background: #fff;border: 1px solid #ddd;padding: 3px 6px;border-radius: 5px;font-size: 12px;display: flex;align-items: center;gap: 4px;cursor: pointer;}#pkh-popup .pkh-tab-btn i {font-size: 13px;}#pkh-popup .pkh-tab-btn.is-active {background: #eceeff;border-color: #c5c8f7;font-weight: 600;}#pkh-popup .pkh-popup__content {padding: 6px 8px;max-height: 65vh;overflow: auto;}#pkh-popup .pkh-tab-panel {display: none;}#pkh-popup .pkh-tab-panel.is-active {display: block;}#pkh-popup .pkh-list {list-style: none;margin: 0;padding: 0;border: none !important;border-radius: 0 !important;overflow: visible !important;background: transparent !important;}#pkh-popup .pkh-list li {border: none !important;border-bottom: 1px solid #eee !important;}#pkh-popup .pkh-list li:last-child {border-bottom: none !important;}#pkh-popup .pkh-list li a {padding: 6px 10px;display: flex;align-items: center;font-size: 13px;line-height: 1.3;text-decoration: none;background: #fff;}#pkh-popup .pkh-list li a:hover {background: #f6f7ff;}#pkh-popup .pkh-popup__search {padding: 6px 8px;border-top: 1px solid #eee;background: #fafafa;}#pkh-popup .pkh-search-input {width: 100%;padding: 6px 8px;border-radius: 6px;border: 1px solid #ddd;font-size: 13px;}@media (max-width: 782px) {#pkh-popup.pkh-popup {align-items: flex-end !important;justify-content: center !important;}#pkh-popup .pkh-popup__panel {width: 100% !important;max-width: 100% !important;border-radius: 12px 12px 0 0 !important;height: 80vh !important;max-height: 80vh !important;overflow-y: auto !important;transform: none !important;}#pkh-popup .pkh-popup__content {max-height: none;flex: 1;}}#pkh-popup .pkh-list li a {display: flex;align-items: center;gap: 8px;padding: 8px 12px;font-size: 14px;color: #222;text-decoration: none;transition: background .15s ease, color .15s ease;}#pkh-popup .pkh-list li a::before {content: "🔗";font-size: 14px;opacity: 0.6;transition: opacity .15s ease;}#pkh-popup .pkh-list li a:hover {background: #f6f7ff;color: #3d3df0;}#pkh-popup .pkh-list li a:hover::before {opacity: 1;}#pkh-floating-btn {animation: pkh-pulse 1.5s infinite !important;}@keyframes pkh-pulse {0% {transform: scale(1) !important;box-shadow: 0 0 0 0 rgba(61, 61, 240, 0.6) !important;}70% {transform: scale(1.05) !important;box-shadow: 0 0 0 12px rgba(61, 61, 240, 0) !important;}100% {transform: scale(1) !important;box-shadow: 0 0 0 0 rgba(61, 61, 240, 0) !important;}}#pkh-floating-btn:hover {animation: none;transform: scale(1.1) !important;}.pkh-popup__close {position: absolute !important;top: 8px !important;right: 8px !important;z-index: 2147483647 !important;background: transparent !important;color: #000 !important;}