.vn-character.thinking{animation:1.5s ease-in-out infinite thinking-pulse}@keyframes thinking-pulse{0%,to{opacity:1}50%{opacity:.6}}.coffee-chat-input-row{border-top:1px solid #ffffff1a;align-items:center;gap:8px;margin-top:15px;padding-top:12px;display:flex}.cc-actions-row{border-top:1px solid #ffffff14;justify-content:center;gap:8px;margin-top:12px;padding-top:10px;display:flex}.cc-action-btn{color:#eaeef7;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:48px;padding:6px 10px;transition:all .2s;display:flex}.cc-action-btn .action-icon{font-size:18px}.cc-action-btn .action-label{opacity:.8;font-size:10px}.cc-action-btn:hover:not(:disabled){background:#ffffff1f;transform:translateY(-2px)}.cc-action-btn:disabled{opacity:.4;cursor:not-allowed}.cc-form{flex:1;gap:8px;display:flex}.cc-input{color:#f5f2eb;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;outline:none;flex:1;padding:10px 14px;font-size:14px}.cc-input::placeholder{color:#f5f2eb66}.cc-input:focus{background:#ffffff1f;border-color:#ffc83d66}.cc-send-btn{color:#ffc83d;cursor:pointer;background:#ffc83d26;border:1px solid #ffc83d4d;border-radius:8px;flex-shrink:0;width:44px;height:44px;font-size:14px;transition:all .2s}.cc-send-btn:hover:not(:disabled){background:#ffc83d40}.cc-send-btn:disabled{opacity:.4;cursor:not-allowed}.cc-end-btn{color:#ff8080;cursor:pointer;background:#ff64641a;border:1px solid #ff64644d;border-radius:8px;flex-shrink:0;width:36px;height:36px;font-size:14px;transition:background .2s}.cc-end-btn:hover{background:#ff646433}.cc-ended-text{color:#f5f2ebb3;text-align:center;width:100%;margin:0;font-size:.95em}@media (max-width:768px){.coffee-chat-input-row{gap:6px}.cc-actions-row{flex-wrap:wrap;gap:6px}.cc-action-btn{min-width:42px;padding:4px 8px}.cc-action-btn .action-icon{font-size:16px}.cc-action-btn .action-label{font-size:9px}.cc-end-btn{width:32px;height:32px;font-size:14px}.cc-input{padding:8px 12px;font-size:13px}.cc-send-btn{width:40px;height:40px}}.construction-overlay[data-uc-webview=facebook] .cc-input{font-size:12px}.construction-overlay[data-uc-webview=facebook] .cc-action-btn{font-size:14px}.cc-log-btn{cursor:pointer;background:#c8b48c1a;border:1px solid #c8b48c4d;border-radius:8px;flex-shrink:0;width:36px;height:36px;font-size:16px;transition:background .2s}.cc-log-btn:hover{background:#c8b48c33}.cc-log-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cc-log-modal{background:linear-gradient(145deg,#2d2837fa,#1e1c26fa);border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:100%;max-width:500px;max-height:70vh;display:flex;box-shadow:0 20px 60px #00000080}.cc-log-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.cc-log-header h3{color:#f5f2eb;margin:0;font-size:16px;font-weight:500}.cc-log-header-btns{gap:8px;display:flex}.cc-log-back,.cc-log-close{color:#f5f2eb;cursor:pointer;background:#ffffff1a;border:none;border-radius:6px;width:28px;height:28px;font-size:14px;transition:background .2s}.cc-log-back:hover{background:#fff3}.cc-log-close:hover{background:#ff64644d}.cc-log-content{flex-direction:column;flex:1;gap:12px;padding:16px 20px;display:flex;overflow-y:auto}.cc-log-message{border-radius:10px;max-width:90%;padding:10px 14px}.cc-log-message.user{background:#6496ff26;border:1px solid #6496ff33;align-self:flex-end}.cc-log-message.alpha{background:#ffc83d1a;border:1px solid #ffc83d26;align-self:flex-start}.cc-log-speaker{opacity:.7;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.cc-log-message.user .cc-log-speaker{color:#8ab4ff}.cc-log-message.alpha .cc-log-speaker{color:#ffc83d}.cc-log-text{color:#f5f2eb;word-break:break-word;margin:0;font-size:14px;line-height:1.5}.cc-log-footer{border-top:1px solid #ffffff1a;justify-content:center;gap:10px;padding:12px 20px;display:flex}.cc-copy-btn,.cc-history-btn{color:#ffc83d;cursor:pointer;background:#ffc83d26;border:1px solid #ffc83d4d;border-radius:8px;padding:10px 24px;font-size:14px;transition:all .2s}.cc-history-btn{color:#a0c4ff;background:#96b4ff26;border-color:#96b4ff4d}.cc-copy-btn:hover,.cc-history-btn:hover{transform:translateY(-1px)}.cc-copy-btn:hover{background:#ffc83d40}.cc-history-btn:hover{background:#96b4ff40}.cc-history-item{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;transition:all .2s;display:flex}.cc-history-item:hover{background:#ffffff1a;transform:translate(4px)}.cc-history-type{font-size:20px}.cc-history-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.cc-history-date{color:#f5f2eb;font-size:13px;font-weight:500}.cc-history-summary{color:#f5f2eb99;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.cc-history-empty{text-align:center;color:#f5f2eb80;padding:40px 20px;font-size:14px}@media (max-width:768px){.cc-log-overlay{padding:10px}.cc-log-modal{max-height:80vh}.cc-log-header,.cc-log-content{padding:12px 16px}.cc-log-text{font-size:13px}.cc-log-btn{width:32px;height:32px;font-size:14px}}.tarot-mode.reading-active .vn-container{width:90%;max-width:1400px;height:auto;max-height:42%;position:absolute;inset:auto auto 0 50%;transform:translate(-50%)}.tarot-mode.reading-active .vn-dialogue-box{max-height:100%;overflow-y:auto}@media (max-width:500px){.tarot-mode.reading-active .vn-container{width:98%;max-height:45%}.tarot-mode .vn-dialogue-box{margin:0 4px;padding:14px 8px}}@media (max-width:380px){.tarot-mode.reading-active .vn-container{max-height:48%}}.tarot-mode .vn-dialogue-box{background:linear-gradient(145deg,#281e3ceb,#191428f2);border-color:#9664c833}.tarot-mode .vn-name{color:#c9a0dc}.tarot-mode .cc-input:focus{border-color:#9664c880}.tarot-mode .cc-send-btn{color:#c9a0dc;background:#9664c826;border-color:#9664c866}.tarot-mode .cc-send-btn:hover:not(:disabled){background:#9664c840}.tarot-mode .cc-action-btn:hover:not(:disabled){background:#9664c826}.tarot-mode .cc-log-modal{background:linear-gradient(145deg,#281e3cfa,#191428fa)}.tarot-mode .cc-log-message.alpha{background:#9664c81a;border-color:#9664c826}.tarot-mode .cc-log-message.alpha .cc-log-speaker{color:#c9a0dc}.tarot-mode .cc-copy-btn{color:#c9a0dc;background:#9664c826;border-color:#9664c84d}.tarot-mode .cc-copy-btn:hover{background:#9664c840}
