.toy-follow-overlay[hidden] { display: none; }
.toy-follow-overlay { position: fixed; inset: 0; z-index: 30000; display: flex; align-items: center; justify-content: center; padding: 20px; background: #07191dc9; font-family: Arial, "Microsoft YaHei", sans-serif; }
.toy-follow-panel { width: 360px; max-width: 100%; max-height: 100%; overflow: auto; padding: 22px; border: 1px solid #a8b7a8; border-radius: 18px; background: #193239; color: #fff3d0; box-sizing: border-box; }
.toy-follow-panel h2 { margin: 0 0 14px; font-size: 22px; }
.toy-follow-message { margin: 0 0 18px; font-size: 14px; line-height: 1.65; }
.toy-follow-panel button { display: block; width: 100%; min-height: 42px; margin-top: 10px; padding: 8px; border: 1px solid #b8c3ae; border-radius: 9px; background: #ead3a0; color: #193239; font-size: 15px; touch-action: manipulation; }
.toy-follow-panel button[data-follow-close] { background: transparent; color: #fff3d0; }
.toy-follow-panel button:disabled { opacity: .55; }
