/* ===== 1. 用户主页基础样式 (白茶深色拟态 v9.6 布局重构版) ===== */

.custom-community-unified-wrapper {
    width: 100%; max-width: 1300px; margin: 0 auto; padding: 0; display: flex; justify-content: center;
}

.custom-user-profile {
    background: rgba(25, 25, 35, 0.65) !important; 
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border-radius: 0 0 15px 15px !important; 
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1) !important; border-top: none !important;
    overflow: visible !important; width: 100%; margin: 0 auto 30px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #e0e0e0; box-sizing: border-box;
}

.custom-user-profile *, .custom-community-form, .custom-community-form * { box-sizing: border-box; }

.cup-cover-section { position: relative; width: 100%; padding-top: 35%; background: rgba(0,0,0,0.5); border-radius: 0 !important; }
.cup-cover-image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 1; }

.cup-cover-edit-btn {
    position: absolute; top: 15px; right: 15px; background: rgba(0, 0, 0, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important; border-radius: 20px; padding: 8px 15px;
    color: #fff !important; cursor: pointer; font-size: 13px; backdrop-filter: blur(5px);
    transition: all 0.3s ease; z-index: 999 !important; display: flex; align-items: center; gap: 5px;
}
.cup-cover-edit-btn:hover { background: rgba(139, 143, 222, 0.9) !important; border-color: #A5A8E6 !important; }

.cup-container { display: flex; min-height: 600px; background: transparent; }
.cup-sidebar { width: 280px; background: rgba(0, 0, 0, 0.2); border-right: 1px solid rgba(255, 255, 255, 0.05); padding: 20px 0; }

.cup-user-card { padding: 0 20px 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); margin-bottom: 20px; }
.cup-avatar-large { position: relative; width: 100px; height: 100px; margin: -60px auto 15px; z-index: 5; }
.cup-avatar-large img { width: 100%; height: 100%; border-radius: 50%; border: 4px solid #1a1a24; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); object-fit: cover; }
.cup-user-info { text-align: center; }
.cup-display-name { color: #fff !important; font-size: 18px; margin: 0 0 8px; font-weight: bold; }
.cup-user-description { color: #a0a0b5 !important; font-size: 13px; margin: 0 0 15px; line-height: 1.4; min-height: 20px; }

.cup-user-stats { display: flex; justify-content: space-around; margin: 15px 0; }
.cup-stat-item { text-align: center; }
.cup-stat-number { display: block; font-size: 18px; font-weight: bold; color: #A5A8E6 !important; }
.cup-stat-label { font-size: 12px; color: #8888aa; }

.cup-level-info { background: rgba(139, 143, 222, 0.15); border: 1px solid rgba(139, 143, 222, 0.3); border-radius: 10px; padding: 15px; margin: 15px 0; color: #e0e0e0 !important; text-align: center; }
.cup-level-name { font-size: 16px; font-weight: bold; margin-bottom: 5px; color: #fff !important; }
.cup-level-progress { background: rgba(0, 0, 0, 0.3); border-radius: 10px; height: 8px; margin: 8px 0; overflow: hidden; }
.cup-level-progress-bar { background: #A5A8E6; height: 100%; border-radius: 10px; transition: width 0.5s ease; }
.cup-level-exp { font-size: 12px; opacity: 0.9; color: #a0a0b5 !important; }
.cup-chips-info { background: rgba(255, 215, 0, 0.1); border: 1px solid rgba(255, 215, 0, 0.3); border-radius: 10px; padding: 10px; margin: 10px 0; text-align: center; color: #FFD700; font-weight: bold; }
.cup-vio-chips { font-size: 18px; margin-left: 5px; }

.cup-checkin-section { margin: 15px 0; }
.cup-checkin-btn { width: 100%; background: linear-gradient(135deg, #FFD700, #FFA500) !important; color: #8B7500 !important; font-weight: bold; border:none!important; }
.cup-checkin-btn:hover { background: linear-gradient(135deg, #FFA500, #FF8C00) !important; }
.cup-checkin-btn:disabled, .cup-btn-disabled { background: rgba(255,255,255,0.1) !important; color: #666 !important; cursor: not-allowed; }
.cup-follow-section { margin-top: 15px; }
.cup-follow-btn { width: 100%; padding: 10px !important; font-size: 14px !important; }

.cup-sidebar-nav { padding: 0 10px; }
.cup-nav-list { list-style: none; margin: 0; padding: 0; }
.cup-nav-item { margin-bottom: 5px; }
.cup-nav-link { display: flex; align-items: center; padding: 12px 15px; color: #a0a0b5; text-decoration: none; border-radius: 10px; transition: all 0.3s ease; position: relative; font-size: 14px; }
.cup-nav-link:hover, .cup-nav-link.active { background: rgba(139, 143, 222, 0.2); color: #A5A8E6; }
.cup-nav-icon { margin-right: 10px; font-size: 16px; width: 20px; text-align: center; }
.cup-nav-text { flex: 1; }

.cup-notification-badge { background: #A5A8E6; color: #1a1a24; border-radius: 10px; padding: 2px 8px; font-size: 11px; font-weight: bold; }
.cup-notification-badge[data-count="0"] { display: none !important; }

.cup-main-content { flex: 1; padding: 30px; background: transparent; min-height: 500px; }
.cup-profile-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.cup-profile-identity { display: flex; align-items: flex-start; }
.cup-profile-avatar { width: 80px; height: 80px; margin-right: 20px; }
.cup-profile-avatar img { width: 100%; height: 100%; border-radius: 50%; border: 3px solid rgba(255,255,255,0.1); object-fit: cover; }
.cup-profile-info { flex: 1; }
.cup-profile-name { color: #fff !important; font-size: 24px; margin: 0 0 8px; font-weight: bold; }
.cup-profile-meta { display: flex; gap: 20px; flex-wrap: wrap; }
.cup-meta-item { color: #8888aa; font-size: 13px; }

.cup-btn {
    background: rgba(139, 143, 222, 0.8) !important; border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: white !important; border-radius: 10px !important; padding: 10px 20px !important;
    transition: all 0.3s ease !important; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    cursor: pointer; font-size: 14px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 5px; font-family: inherit; backdrop-filter: blur(5px);
}
.cup-btn:hover { background: rgba(139, 143, 222, 1) !important; transform: translateY(-2px); color: white !important; }
.cup-btn-primary { background: linear-gradient(135deg, #8B8FDE, #7860d6) !important; border:none!important; }
.cup-btn-secondary { background: rgba(165, 168, 230, 0.3) !important; }

.cup-tab-content { margin-top: 20px; }
.cup-tab-pane { display: none; }
.cup-tab-pane.active { display: block; }
.cup-section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.cup-section-title { color: #fff !important; font-size: 20px !important; margin: 0 !important; font-weight: bold !important; }
.cup-empty-state { text-align: center; padding: 60px 20px; color: #8888aa; }

.cup-activity-stream { width: 100%; max-width: none; }
.cup-status-update { display: flex; margin-bottom: 30px; padding: 20px; background: rgba(0, 0, 0, 0.25); border-radius: 15px; border: 1px solid rgba(255, 255, 255, 0.05); }
.cup-status-avatar { width: 50px; height: 50px; margin-right: 15px; flex-shrink: 0; }
.cup-status-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.cup-status-form { flex: 1; }

.custom-user-profile input[type="text"],
.custom-user-profile input[type="email"],
.custom-user-profile input[type="url"],
.custom-user-profile input[type="password"],
.custom-user-profile textarea,
.custom-user-profile select,
.cup-status-input, .cup-form-input, .cup-form-textarea { 
    width: 100% !important; 
    border: 1px solid rgba(255, 255, 255, 0.15) !important; 
    border-radius: 8px !important; 
    padding: 12px 15px !important; 
    background-color: rgba(0, 0, 0, 0.4) !important; 
    color: #ffffff !important; 
    font-size: 14px !important; 
    font-family: inherit !important; 
    box-sizing: border-box !important;
    box-shadow: none !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #1a1a24 inset !important; -webkit-text-fill-color: #ffffff !important; transition: background-color 5000s ease-in-out 0s;
}

.custom-user-profile input:focus, .custom-user-profile textarea:focus, .custom-user-profile select:focus { 
    outline: none !important; border-color: #A5A8E6 !important; box-shadow: 0 0 0 3px rgba(139, 143, 222, 0.2) !important; 
}
.cup-status-actions { margin-top: 10px; text-align: right; }

select.cup-form-input, select.cup-privacy-select {
    appearance: none !important; -webkit-appearance: none !important; -moz-appearance: none !important;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>') !important;
    background-repeat: no-repeat !important; background-position: right 10px center !important;
    padding: 0 35px 0 15px !important; height: 42px !important; line-height: 42px !important;
}
select.cup-form-input option, select.cup-privacy-select option { background-color: #1a1a24 !important; color: #ffffff !important; padding: 10px !important; }

.cup-activity-item, .cup-post-item { display: block; padding: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.cup-activity-item { display: flex; align-items: flex-start; }
.cup-activity-avatar { width: 40px; height: 40px; margin-right: 15px; flex-shrink: 0; }
.cup-activity-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.cup-activity-content { flex: 1; }
.cup-activity-header { display: flex; justify-content: space-between; margin-bottom: 8px; align-items: center; }
.cup-activity-author { color: #A5A8E6; font-weight: 600; font-size: 14px; }
.cup-activity-time { color: #8888aa; font-size: 12px; }
.cup-activity-text { color: #e0e0e0; margin-bottom: 10px; line-height: 1.5; font-size: 14px; }
.cup-activity-actions { display: flex; gap: 15px; margin-top:10px; }
.cup-activity-action { display: flex; align-items: center; gap: 5px; background: none; border: none; color: #8888aa; cursor: pointer; font-size: 13px; padding: 0; }
.cup-activity-action:hover { color: #A5A8E6; }
.cup-post-excerpt { background: rgba(0,0,0,0.2) !important; padding: 10px; border-radius: 5px; color: #b0b0b0 !important; }
.cup-post-title a { color: #A5A8E6; text-decoration: none; }

.cup-activity-interaction-area { background: rgba(0, 0, 0, 0.2); border-radius: 8px; padding: 12px; margin-top: 15px; }
.cup-activity-likers { font-size: 12px; color: #A5A8E6; margin-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 8px; display: flex; align-items: center; gap: 5px; }
.cup-activity-comments-list { margin-top: 8px; }
.cup-inline-comment { font-size: 13px; margin-bottom: 6px; line-height: 1.4; position: relative; padding: 2px 0; }
.cup-inline-comment.group:hover .cup-reply-btn { opacity: 1 !important; }
.cup-inline-comment-author { color: #A5A8E6; text-decoration: none; font-weight: bold; }
.cup-inline-comment-text { color: #d0d0d0; }
.cup-activity-comment-box { margin-top: 10px; display: none; }
.cup-inline-comment-input { height: 36px !important; padding: 6px 12px !important; font-size: 13px !important; border-radius: 18px !important; margin-bottom: 8px !important; }

.cup-widgets { width: 280px; padding: 20px; background: rgba(0, 0, 0, 0.2); border-left: 1px solid rgba(255, 255, 255, 0.05); }
.cup-widget { background: rgba(0, 0, 0, 0.25); border-radius: 10px; padding: 20px; margin-bottom: 20px; border: 1px solid rgba(255, 255, 255, 0.05); }
.cup-widget-title { color: #fff !important; font-size: 16px; margin: 0 0 15px; font-weight: bold; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom:10px; }
.cup-widget-tool { display: block; padding: 10px 15px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; color: #e0e0e0 !important; text-decoration: none; transition: all 0.3s ease; cursor: pointer; text-align: center; margin-bottom: 8px; }
.cup-widget-tool:hover { background: rgba(139, 143, 222, 0.3); color: #fff !important; transform: translateY(-2px); }

.cup-friend-item { display: flex !important; flex-direction: row !important; align-items: center !important; gap: 15px; margin-bottom: 12px; padding: 8px; border-radius: 10px; transition: background 0.2s; }
.cup-friend-item:hover { background: rgba(255,255,255,0.05); }
.cup-friend-avatar { width: 40px !important; height: 40px !important; flex-shrink: 0 !important; }
.cup-friend-avatar img { width: 100% !important; height: 100% !important; border-radius: 50% !important; object-fit: cover !important; }
.cup-friend-info { flex: 1 !important; min-width: 0 !important; text-align: left !important; }
.cup-friend-name { font-weight: bold; text-decoration: none; color: #e0e0e0; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 14px; }

.cup-recommendation-item { display: flex !important; flex-direction: column !important; gap: 10px; margin-bottom: 15px; padding: 12px !important; border-radius: 8px; border-bottom: 1px dashed rgba(255, 255, 255, 0.05); transition: background 0.3s; }
.cup-recommendation-item:hover { background: rgba(255,255,255,0.05); }
.cup-recommendation-avatar { width: 40px !important; height: 40px !important; flex-shrink: 0 !important; }
.cup-recommendation-avatar img { width: 100% !important; height: 100% !important; border-radius: 50% !important; object-fit: cover !important; display: block !important; }
.cup-recommendation-info { flex: 1 !important; display: flex !important; flex-direction: column !important; align-items: flex-start !important; min-width: 0 !important; }
.cup-recommendation-name { font-weight: bold; font-size: 14px; text-decoration: none; color: #fff; display: block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 2px !important; line-height: 1.2 !important; }
.cup-recommendation-followers { font-size: 11px; background: rgba(255,255,255,0.1); color: #ccc; padding:2px 6px; border-radius:10px; line-height: 1 !important; }
.cup-recommendation-item .cup-btn { width: 100% !important; padding: 8px 12px !important; font-size: 12px !important; height: auto !important; margin: 0 !important; display: flex; justify-content: center; }

.cup-noti-column { background: rgba(0,0,0,0.25) !important; border-radius: 10px; padding: 15px; border: 1px solid rgba(255,255,255,0.05) !important; }
.cup-notification-item { display: flex !important; flex-direction: row !important; justify-content: space-between !important; padding: 10px 0; border-bottom: 1px dashed rgba(255,255,255,0.05); align-items: center !important; position: relative; border-radius: 6px; transition: background 0.3s; }
.cup-notification-item.unread-bg { background-color: rgba(165, 168, 230, 0.08); }
.cup-notification-item.unread-dot::after { content: ''; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 8px; height: 8px; background-color: #A5A8E6; border-radius: 50%; box-shadow: 0 0 5px rgba(165, 168, 230, 0.5); }

.cup-edit-form { background: rgba(0,0,0,0.25); border-radius: 15px; padding: 25px; margin-top: 20px; border: 1px solid rgba(255,255,255,0.05); }
.cup-form-group { margin-bottom: 20px; }
.cup-form-label { display: block; color: #e0e0e0; font-weight: 600; margin-bottom: 8px; font-size: 14px; }

.cup-temp-message {
    position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);
    padding: 15px 30px; border-radius: 10px; color: white; font-weight: normal; font-size: 15px;
    z-index: 100001; box-shadow: 0 10px 30px rgba(0,0,0,0.5); text-align: center;
    background: linear-gradient(135deg, #8B8FDE, #7860d6);
}

.cup-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); z-index: 99999; }
.cup-modal.active { display: flex !important; align-items: center; justify-content: center; }
.cup-modal-content { background: #1a1a24; border-radius: 16px; padding: 25px; width: 90%; max-width: 800px; box-shadow: 0 10px 40px rgba(0,0,0,0.6); border: 1px solid rgba(255,255,255,0.1); position: relative; max-height: 90vh; display: flex; flex-direction: column; }
.cup-modal-content h3 { text-align: center; color: #A5A8E6; margin: 0 0 20px 0; font-size: 18px; font-weight: bold; }
.cup-crop-wrapper { width: 100%; height: 450px; background: #000; border-radius: 8px; border: 2px dashed rgba(255,255,255,0.2); overflow: hidden; position: relative; margin-bottom: 20px; }
#global-crop-image { display: block; max-width: 100%; height: auto; }
.cropper-container { width: 100% !important; height: 100% !important; }
.cup-modal-actions { display: flex; justify-content: space-between; gap: 15px; }

.cup-ghost-loader { text-align: center; padding: 40px; color: #A5A8E6; }
.cup-ghost-loader.mini { padding: 15px; }
.ghost-spinner {
    width: 30px; height: 30px; border: 3px solid rgba(165, 168, 230, 0.3);
    border-top-color: #A5A8E6; border-radius: 50%;
    animation: spin 1s infinite linear; margin: 0 auto 15px;
}
.cup-ghost-loader.mini .ghost-spinner { width: 20px; height: 20px; margin-bottom: 0; }
.ghost-text { font-size: 13px; letter-spacing: 1px; animation: pulse 1.5s infinite ease-in-out; }

@keyframes spin { 100% { transform: rotate(360deg); } }
@keyframes pulse { 0%, 100% { opacity: 0.6; } 50% { opacity: 1; } }

.ccc-astra-nav-item .menu-text { position: relative; display: inline-flex; align-items: center; }
.ccc-nav-red-dot { 
    display: inline-block !important; background-color: #A5A8E6 !important; color: #1a1a24 !important; font-size: 12px !important;
    line-height: 18px !important; height: 18px !important; min-width: 18px !important; border-radius: 9px !important;
    text-align: center !important; padding: 0 5px !important; margin-left: 6px !important; font-weight: bold !important;
    box-shadow: 0 2px 4px rgba(165, 168, 230, 0.4) !important; position: static !important;
    top: auto !important; right: auto !important; bottom: auto !important; left: auto !important; transform: none !important;
}

body.page-id-999999 .main-header-menu .menu-item .sub-menu {
    transition-property: opacity, visibility, margin, transform !important;
}

@media (max-width: 768px) {
    .cup-container { flex-direction: column; }
    .cup-sidebar, .cup-widgets { width: 100%; border: none; border-bottom: 1px solid rgba(255,255,255,0.05); }
    .cup-cover-section { padding-top: 50%; }
    .cup-notifications-grid { grid-template-columns: 1fr !important; }
    .cup-crop-wrapper { height: 300px; }
}

/* =========================================================
   🚨 白茶专属表单系统 (登录/注册/找回密码/重置密码) 
   ========================================================= */
.cc-form-container {
    max-width: 400px; margin: 40px auto; padding: 30px; background: #1a1a24;
    border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.05); color: #e0e0e0;
}
.cc-form-title { font-size: 24px; font-weight: 600; color: #ffffff; margin-bottom: 5px; text-align: center; }
.cc-form-subtitle { font-size: 13px; color: #888; text-align: center; margin-bottom: 25px; }
.cc-field-item { margin-bottom: 20px; }
.cc-label { display: block; font-size: 13px; color: #a0a0b5; margin-bottom: 8px; font-weight: 500; }
.cc-input {
    width: 100%; padding: 12px 15px; background: rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important; border-radius: 6px;
    color: #fff !important; font-size: 14px; transition: border-color 0.3s, box-shadow 0.3s; box-sizing: border-box;
}
.cc-input:focus { border-color: #A5A8E6 !important; box-shadow: 0 0 0 2px rgba(165, 168, 230, 0.2) !important; outline: none; }
.cc-btn {
    padding: 12px 20px; border: none; border-radius: 6px; font-size: 15px; font-weight: 600; cursor: pointer;
    transition: background 0.3s, transform 0.1s; display: inline-flex; align-items: center; justify-content: center;
}
.cc-btn:active { transform: scale(0.98); }
.cc-btn-primary { background: #A5A8E6 !important; color: #1a1a24 !important; }
.cc-btn-primary:hover { background: #8b8fde !important; }
.cc-already-logged-in {
    max-width: 400px; margin: 40px auto; padding: 30px; background: #1a1a24;
    border-radius: 12px; text-align: center; color: #A5A8E6; border: 1px solid rgba(255, 255, 255, 0.05);
}
.cc-pwd-toggle:hover { opacity: 1 !important; color: #A5A8E6; }

/* =========================================================
   📖 庄园留言板 - 秋彻大人原版经典样式
   ========================================================= */
.guestbook-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.guestbook-form-container {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.guestbook-form-title {
    margin-top: 0;
    color: #333;
    font-size: 20px;
    border-bottom: 2px solid #6b46c1;
    padding-bottom: 10px;
    display: inline-block;
}

.form-group {
    margin-bottom: 15px;
}

.form-group textarea,
.form-group input[type="text"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: inherit;
    box-sizing: border-box;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.form-group textarea:focus,
.form-group input[type="text"]:focus {
    border-color: #6b46c1;
    outline: none;
    box-shadow: 0 0 5px rgba(107, 70, 193, 0.2);
}

.formatting-tools {
    margin: 10px 0;
    padding: 5px;
    background: #f5f5f5;
    border-radius: 5px;
    display: flex;
    gap: 10px;
}

.format-btn {
    background: white;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
}

.format-btn:hover {
    background: #e9ecef;
}

.guestbook-submit-btn {
    background: linear-gradient(135deg, #6b46c1, #805ad5);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: transform 0.2s, box-shadow 0.2s;
}

.guestbook-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(107, 70, 193, 0.3);
}

.guestbook-footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
}

.vio-cat {
    display: flex;
    align-items: center;
    gap: 15px;
}

.vio-avatar, .bai-tea-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #6b46c1;
}

.vio-cat p {
    margin: 0;
    color: #555;
    font-style: italic;
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 10px;
    border-left: 4px solid #6b46c1;
}

/* ===== 庄园留言板：白茶数据搬运加载动画 ===== */
.guestbook-messages-container .loading-placeholder {
    text-align: center;
    padding: 60px 20px;
    color: #A5A8E6;
    font-size: 14px;
    letter-spacing: 2px;
    animation: cup-pulse 1.5s infinite ease-in-out;
}

/* 绘制旋转的光环 */
.guestbook-messages-container .loading-placeholder::before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto 20px;
    border: 3px solid rgba(165, 168, 230, 0.15);
    border-top-color: #A5A8E6;
    border-radius: 50%;
    animation: cup-spin 1s infinite linear;
}

@keyframes cup-spin { 
    100% { transform: rotate(360deg); } 
}
@keyframes cup-pulse { 
    0%, 100% { opacity: 0.6; } 
    50% { opacity: 1; text-shadow: 0 0 10px rgba(165, 168, 230, 0.4); } 
}