* { margin: 0px; padding: 0px; box-sizing: border-box; }
body { font-family: Arial, Helvetica, sans-serif; background-color: rgb(249, 249, 249); color: rgb(51, 51, 51); line-height: 1.6; }
.rich_media_wrp { max-width: 600px; margin: 0px auto; padding: 20px 10px; background-color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px; }
.rich_media_title { font-weight: 600; line-height: 1.4; margin: 20px 0px; padding: 10px 20px; background: linear-gradient(120deg, rgba(23, 152, 252, 0.1), rgba(255, 255, 255, 0.2), rgba(23, 152, 252, 0.15), rgba(0, 86, 179, 0.1)) 0% 0% / 300% 100%; animation: 6s ease 0s infinite normal none running gradientMove; border-radius: 10px; box-shadow: rgba(23, 152, 252, 0.1) 0px 4px 20px, rgba(23, 152, 252, 0.05) 0px 0px 20px inset; position: relative; border: 1px solid rgba(23, 152, 252, 0.2); display: flex; align-items: center; justify-content: center; overflow: hidden; backdrop-filter: blur(10px); text-align: center; font-size: 22px !important; }
@keyframes gradientMove { 
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.rich_media_title::before { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(23, 152, 252, 0.1), transparent 30%); animation: 10s linear 0s infinite normal none running rotate; }
@keyframes rotate { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.rich_media_title::after { content: ""; position: absolute; top: 0px; left: -100%; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent); transform: skewX(-25deg); animation: 6s ease-in-out 0s infinite normal none running shine; }
@keyframes shine { 
  0% { left: -100%; }
  20% { left: 200%; }
  100% { left: 200%; }
}
.rich_media_title span { position: relative; background: linear-gradient(45deg, rgb(23, 152, 252), rgb(0, 86, 179)) text; color: transparent; font-size: 19px; white-space: nowrap; margin: 0px auto; }
.developer-note { background: linear-gradient(135deg, rgba(23, 152, 252, 0.02), rgba(23, 152, 252, 0.05)); border: 1px solid rgba(23, 152, 252, 0.1); border-radius: 25px; padding: 15px 20px; margin: 15px auto 0px; backdrop-filter: blur(2px); box-shadow: rgba(23, 152, 252, 0.05) 0px 2px 10px; }
.developer-note-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.developer-icon { width: 28px; height: 28px; background: linear-gradient(135deg, rgb(23, 152, 252), rgb(0, 86, 179)); border-radius: 8px; display: flex; align-items: center; justify-content: center; box-shadow: rgba(23, 152, 252, 0.15) 0px 2px 8px; }
.developer-title { font-size: 16px; color: rgb(23, 152, 252); font-weight: 600; }
.developer-content { font-size: 14px; color: rgb(51, 51, 51); line-height: 1.6; letter-spacing: 0.3px; }
.center-text { text-align: center; margin: 20px 0px; }
.simulator-label { background: linear-gradient(135deg, rgba(23, 152, 252, 0.03), rgba(23, 152, 252, 0.08)); border: 1px solid rgba(23, 152, 252, 0.15); border-radius: 20px; padding: 8px 15px; margin: 12px auto 0px; display: inline-flex; align-items: center; gap: 6px; }
.simulator-label span { font-size: 13px; color: rgb(23, 152, 252); font-weight: 500; letter-spacing: 0.5px; }
.slideshow-container { position: relative; max-width: 100%; margin: auto; overflow: hidden; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px; }
.slideshow-slide { display: none; width: 100%; }
.slideshow-slide.active { display: block; }
.slideshow-slide img { width: 100%; max-height: 360px; cursor: pointer; vertical-align: middle; }
.slideshow-prev, .slideshow-next { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 18px; transition: 0.3s; border-radius: 50%; user-select: none; background-color: rgba(0, 0, 0, 0.4); cursor: pointer; text-decoration: none; z-index: 10; }
.slideshow-prev { left: 15px; }
.slideshow-next { right: 15px; }
.slideshow-prev:hover, .slideshow-next:hover { background-color: rgba(0, 0, 0, 0.7); transform: translateY(-50%) scale(1.1); }
.slideshow-dots { text-align: center; margin-top: 10px; }
.slideshow-dot { cursor: pointer; height: 20px; width: 20px; margin: 0px 2px; background-color: rgb(187, 187, 187); border-radius: 50%; display: inline-block; transition: background-color 0.6s; line-height: 20px; text-align: center; font-size: 12px; color: rgb(255, 255, 255); }
.slideshow-dot.active, .slideshow-dot:hover { background-color: rgb(23, 152, 252); }
.steps-container { padding: 0px; background: linear-gradient(145deg, rgb(255, 255, 255), rgb(248, 249, 250)); border-radius: 15px; box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 20px; margin: 20px 0px; width: 100%; }
.step-card { background: white; padding: 15px; border-radius: 12px; margin-bottom: 10px; border: 1px solid rgba(23, 152, 252, 0.1); box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 10px; }
.step-header { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.step-number { width: 24px; height: 24px; background: rgb(23, 152, 252); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 500; }
.step-card h3 { margin: 0px; font-size: 16px; color: rgb(51, 51, 51); }
.step-instruction { margin: 8px 0px; font-size: 14px; color: rgb(102, 102, 102); }
.search-keywords { background: rgb(248, 249, 250); padding: 12px; border-radius: 8px; margin-top: 10px; }
.search-keywords p { margin: 0px; font-size: 14px; color: rgb(102, 102, 102); }
.keyword-buttons { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
#copy-popup { position: fixed; bottom: 90px; left: 50%; transform: translateX(-50%); background-color: white; color: black; padding: 10px 20px; border-radius: 5px; opacity: 0; transition: opacity 0.3s ease-in-out; z-index: 1000; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px; }
#copy-popup.show { opacity: 1; }
.keyword-btn { background: rgba(23, 152, 252, 0.1); color: rgb(23, 152, 252); padding: 4px 12px; border-radius: 15px; font-size: 13px; cursor: pointer; transition: transform 0.2s; }
.keyword-btnn { background: rgba(23, 152, 252, 0.1); color: rgb(23, 152, 252); padding: 4px 12px; border-radius: 15px; font-size: 13px; cursor: pointer; transition: transform 0.2s; }
.image-container { position: relative; width: 100%; }
.downloadable-image { width: 100%; border-radius: 8px; margin: 0px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px; position: relative; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; user-select: none; display: block; }
.downloadable-image:hover { transform: scale(1.02); box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px; }
.comment-instructions { background: rgb(248, 249, 250); padding: 12px; border-radius: 8px; }
.comment-instructions p { margin: 0px; font-size: 14px; color: rgb(102, 102, 102); line-height: 1.6; }
.highlight { color: rgb(23, 152, 252); }
.warning-text { color: rgb(255, 71, 87); }
.example-image { width: 100%; border-radius: 8px; margin-top: 15px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px; }
.final-step { background: rgb(255, 249, 249); border: 1px solid rgb(174, 222, 191); padding: 12px; border-radius: 8px; margin-top: 10px; }
.final-step-header { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.final-step-header span { color: rgb(54, 171, 96); font-weight: 520; }
.final-step p { margin: 0px; font-size: 14px; color: rgb(102, 102, 102); line-height: 1.6; }
.reward-slideshow-container { width: 100%; position: relative; margin-top: 15px; border-radius: 8px; overflow: hidden; }
.reward-slideshow { display: flex; transition: transform 0.3s ease-in-out; transform: translateX(0%); }
.reward-slide { width: 100%; flex-shrink: 0; border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px; }
.reward-prev, .reward-next { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); background: rgba(0, 0, 0, 0.5); color: white; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; border-radius: 50%; width: 30px; height: 30px; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.reward-next { left: auto; right: 10px; }
.reward-dots { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; }
.reward-dot { width: 8px; height: 8px; background: rgba(255, 255, 255, 0.5); border-radius: 50%; cursor: pointer; }
.reward-dot.active { background: rgba(255, 255, 255, 0.9); }
.custom-toast { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%) translateY(100px); background: white; min-width: 250px; max-width: 80%; padding: 14px 20px; border-radius: 12px; box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 25px; display: flex; align-items: center; gap: 12px; z-index: 9999; opacity: 0; transition: 0.3s; border-left: 4px solid transparent; }
.custom-toast.success { border-left-color: rgb(54, 179, 126); }
.custom-toast.error { border-left-color: rgb(255, 86, 48); }
.custom-toast.show { transform: translateX(-50%) translateY(0px); opacity: 1; }
.custom-toast.hide { transform: translateX(-50%) translateY(-20px); opacity: 0; }
.toast-icon { display: flex; align-items: center; justify-content: center; }
.custom-toast.success .toast-icon { color: rgb(54, 179, 126); }
.custom-toast.error .toast-icon { color: rgb(255, 86, 48); }
.toast-message { font-size: 15px; color: rgb(51, 51, 51); font-weight: 500; flex-grow: 1; }
@media (max-width: 576px) {
  .custom-toast { min-width: 200px; max-width: 90%; padding: 12px 16px; }
  .toast-message { font-size: 14px; }
  .rich_media_title { padding: 8px 15px; margin: 15px 0px; }
  .rich_media_title span { font-size: 17px; }
  .slideshow-prev, .slideshow-next { width: 30px; height: 30px; font-size: 14px; }
  .slideshow-prev { left: 5px; }
  .slideshow-next { right: 5px; }
  .slideshow-dot { height: 16px; width: 16px; font-size: 10px; line-height: 16px; }
  .step-card { padding: 12px 10px; }
  .step-number { width: 20px; height: 20px; font-size: 12px; }
  .step-card h3 { font-size: 15px; }
  .search-keywords p, .step-instruction, .comment-instructions p, .final-step p { font-size: 13px; }
  .keyword-btn { font-size: 12px; padding: 3px 10px; }
  .keyword-btnn { font-size: 12px; padding: 3px 10px; }
  .reward-prev, .reward-next { width: 25px; height: 25px; font-size: 12px; }
}
@media (max-width: 360px) {
  .rich_media_wrp { padding: 10px 8px; }
  .rich_media_title { padding: 6px 10px; }
  .rich_media_title span { font-size: 15px; }
  .slideshow-dots { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; }
  .slideshow-dot { margin: 0px; height: 14px; width: 14px; font-size: 8px; line-height: 14px; }
  .developer-content, .search-keywords p, .step-instruction, .comment-instructions p, .final-step p { font-size: 12px; }
}
@media (orientation: landscape) and (max-height: 500px) {
  .rich_media_title { margin: 10px 0px; padding: 6px 15px; }
  .slideshow-container { max-height: 180px; }
  .step-card { margin-bottom: 8px; }
}
.mini-btn { display: block; position: fixed; bottom: 20px; right: 20px; width: 220px; height: 40px; background: rgb(33, 150, 243); border-radius: 6px; cursor: pointer; z-index: 9999; box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px; transition: 0.3s; }
.mini-btn:hover { transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 16px; }
.mini-btn-content { display: flex; align-items: center; justify-content: space-between; height: 100%; padding: 0px 12px; color: white; }
.monitor-icon { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; margin-right: 8px; }
.monitor-icon svg { width: 100%; height: 100%; }
.ai-text { flex: 1 1 0%; font-size: 15px; font-weight: 500; text-align: center; color: white; }
.arrow-icon { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; margin-left: 8px; }
.arrow-icon svg { width: 100%; height: 100%; }
.pc-visitor-header { cursor: move; user-select: none; }
.pc-title-btn { transition: background-color 0.3s; }
.pc-title-btn:hover { background-color: rgba(255, 255, 255, 0.1); }
.user-message { margin: 10px 0px; display: flex; flex-direction: row-reverse; }
.user-message-content { background: rgb(23, 152, 252); color: white; padding: 10px 12px; border-radius: 12px 4px 12px 12px; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px; max-width: 70%; word-break: break-word; float: right; }
.bot-message { margin: 10px 0px; }
.bot-message-content { max-width: 98%; margin-left: 0px; padding: 10px 12px; border-radius: 4px 12px 12px; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px; background: rgb(255, 255, 255); word-break: break-word; }
.online-status { font-size: 12px; color: rgb(76, 175, 80); background: rgba(76, 175, 80, 0.1); padding: 2px 6px; border-radius: 10px; }
.send-btn { padding: 8px 20px; background: rgb(23, 152, 252); color: white; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; border-radius: 4px; cursor: pointer; height: 36px; font-size: 14px; transition: background 0.3s; }
.send-btn:hover { background: rgb(20, 131, 224); }
.game-links-container { margin-top: 10px; display: flex; flex-direction: column; gap: 10px; }
.game-link { display: flex; align-items: center; padding: 12px; background: linear-gradient(135deg, rgb(248, 249, 250), rgb(233, 236, 239)); border-radius: 8px; text-decoration: none; color: rgb(51, 51, 51); box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px; transition: 0.3s; }
.game-link:hover { transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px; background: linear-gradient(135deg, rgb(233, 236, 239), rgb(222, 226, 230)); }
.game-icon { font-size: 24px; margin-right: 12px; }
.game-title { flex: 1 1 0%; font-weight: 500; }
.game-arrow { font-size: 18px; margin-left: 8px; }
#editProfileModal .modal-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: white; padding: 20px; border-radius: 8px; width: 300px; box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px; }
@media (max-width: 576px) {
  .mini-btn { width: 180px; height: 36px; }
  .ai-text { font-size: 14px; }
}
@media (max-width: 360px) {
  .mini-btn { width: 150px; height: 32px; }
  .monitor-icon { width: 20px; height: 20px; }
  .ai-text { font-size: 13px; }
  .arrow-icon { width: 20px; height: 20px; }
}
@media (orientation: landscape) and (max-height: 500px) {
  .mini-btn { bottom: 20px; }
}
#chat_content > div > div { gap: 4px; }
#chat_content > div > div > div:nth-child(2) { flex: 1 1 0%; width: calc(100% - 44px); }
#chat_content img { width: 36px; height: 36px; }