/* aGo AI, Admin CSS */
.ago-layout { display: flex; gap: 20px; margin-top: 20px; }
.ago-main { flex: 1; max-width: 680px; }
.ago-sidebar { width: 280px; flex-shrink: 0; }
.card.ago-card { margin-bottom: 16px; }
.card.ago-card h2 { margin-top: 0; font-size: 15px; }
.ago-card { background: #fff; border: 1px solid #c3c4c7; border-radius: 4px; padding: 16px; margin-bottom: 16px; }
.ago-features { list-style: none; padding: 0; margin: 12px 0 0; }
.ago-features li { font-size: 13px; padding: 3px 0; color: #555; }
.ago-features li::before { content: "\2713"; color: #00a32a; font-weight: bold; margin-right: 8px; }
.ago-donation { text-align: center; }
.ago-donation-amounts { display: flex; gap: 8px; justify-content: center; margin: 12px 0; }
.ago-amount { display: inline-block; padding: 8px 18px; background: #f0f0f1; border: 1px solid #c3c4c7; border-radius: 4px; color: #1d2327; font-weight: 600; font-size: 14px; text-decoration: none; transition: all 0.2s; }
.ago-amount:hover { background: #2271b1; color: #fff; border-color: #2271b1; }
.ago-coffee-btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 24px; background: #1d2327; color: #fff !important; border-radius: 6px; text-decoration: none; font-size: 14px; font-weight: 500; transition: background 0.2s; margin: 8px 0; }
.ago-coffee-btn:hover { background: #2271b1; color: #fff !important; }
.ago-donation-note { font-size: 11px; color: #999; margin-top: 8px; }
.ago-footer { text-align: center; padding: 16px 0; }
.ago-footer-logo { display: inline-block; margin-bottom: 8px; transition: opacity 0.2s; }
.ago-footer-logo:hover { opacity: 0.8; }
#ago-status { margin-top: 12px; padding: 10px 16px; border-radius: 4px; font-size: 14px; }
#ago-status.success { background: #edfaef; color: #00a32a; border: 1px solid #00a32a; }
#ago-status.error { background: #fcf0f1; color: #d63638; border: 1px solid #d63638; }
.ago-submissions-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.ago-filters { display: flex; gap: 4px; }
.ago-filter.active { background: #2271b1; color: #fff; border-color: #2271b1; }
.ago-loading, .ago-empty { text-align: center; padding: 40px; color: #646970; }
.status-badge { display: inline-block; padding: 2px 8px; border-radius: 10px; font-size: 12px; }
.status-badge.new { background: #dba617; color: #fff; }
.status-badge.contacted { background: #2271b1; color: #fff; }
.status-badge.resolved { background: #00a32a; color: #fff; }
.ago-view-btn { cursor: pointer; color: #2271b1; background: none; border: none; text-decoration: underline; font-size: 13px; }
.ago-pagination { display: flex; justify-content: center; gap: 4px; padding-top: 16px; }
.ago-pagination button.active { background: #2271b1; color: #fff; border-color: #2271b1; }
.ago-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 100100; display: flex; align-items: center; justify-content: center; }
.ago-modal-content { background: #fff; border-radius: 8px; width: 600px; max-width: 90vw; max-height: 80vh; display: flex; flex-direction: column; }
.ago-modal-header { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid #dcdcde; }
.ago-modal-header h2 { margin: 0; font-size: 16px; }
.ago-modal-close { background: none; border: none; font-size: 24px; cursor: pointer; color: #646970; padding: 0; line-height: 1; }
.ago-modal-body { padding: 20px; overflow-y: auto; flex: 1; }
.ago-modal-body .ago-detail-row { margin-bottom: 12px; }
.ago-modal-body .ago-detail-label { font-weight: 600; font-size: 12px; text-transform: uppercase; color: #646970; margin-bottom: 2px; }
.ago-modal-body .ago-detail-value { font-size: 14px; }
.ago-modal-body .ago-detail-message { background: #f6f7f7; padding: 12px; border-radius: 4px; white-space: pre-wrap; font-size: 14px; }
.ago-modal-footer { padding: 16px 20px; border-top: 1px solid #dcdcde; display: flex; gap: 8px; }
/* Conversation messages */
.ago-chat-msg { margin-bottom: 12px; padding: 10px 14px; border-radius: 10px; max-width: 85%; font-size: 14px; line-height: 1.5; }
.ago-chat-msg.user { background: #2271b1; color: #fff; margin-left: auto; border-bottom-right-radius: 2px; }
.ago-chat-msg.model { background: #f0f0f1; color: #1d2327; border-bottom-left-radius: 2px; }
@media (max-width: 960px) { .ago-layout { flex-direction: column; } .ago-sidebar { width: 100%; max-width: 680px; } }
