/*
==========================================
Keep calm and get rich Is the best.
==========================================
Theme Name: AI2026
Author: Wex@ZhuLanTechCrew
Version: 0.0.5
*/

/* =========================================
   1. 全局基础与重置 (Global & Resets)
   ========================================= */
body {
    background-color: #fafbfd;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
    color: #333;
    overflow-x: hidden;
}

/* 自定义滚动条 */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.1); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(0,0,0,0.2); }

.uk-button:focus, a:focus { outline: none; box-shadow: none; }

/* =========================================
   2. 公共侧边栏 (Global Sidebar)
   ========================================= */
.sidebar-wrapper {
    width: 60px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F7FA 100%);
    border-right: 1px solid rgba(0,0,0,0.03);
    padding: 24px 0;
}

.sidebar-top-icon {
    color: #007AFF;
    width: 32px;
    height: 32px;
    background: transparent;
}

.sidebar-bottom { gap: 20px; }

.sidebar-icon-btn {
    color: #555;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.2s;
}
.sidebar-icon-btn:hover { background: rgba(0,0,0,0.05); color: #007AFF; }

/* 侧边栏中的小头像 */
.sidebar-avatar,
.user-avatar-container {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    background: #ddd;
    cursor: pointer;
    transition: transform 0.2s;
}
.sidebar-avatar:hover,
.user-avatar-container:hover { transform: scale(1.1); }

/* 侧边栏通知按钮 & 红点 */
.notification-btn {
    color: #555;
    background: transparent;
    width: 28px;
    height: 28px;
    padding: 0;
    position: relative;
    z-index: 5;
}

.notification-dot {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background: #f0506e;
    border-radius: 50%;
    border: 1px solid #fff;
    pointer-events: none;
    z-index: 6;
}

/* 侧边栏下拉卡片 (Dropdown Cards) */
.sidebar-drop-card,
.drop-card-menu,
.drop-card-notification {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
    background: #fff;
}

.drop-card-notification { width: 320px; }
.drop-card-menu { width: 250px; padding: 24px; border-radius: 16px; }

.drop-header { padding: 12px 16px; border-bottom: 1px solid #f5f5f5; }
.header-title { font-weight: 600; font-size: 14px; }
.header-link { font-size: 12px; color: #007AFF; text-decoration: none; }

.drop-list-container { max-height: 320px; overflow-y: auto; }

.drop-footer {
    padding: 10px;
    text-align: center;
    background: #fafbfd;
    border-top: 1px solid #eee;
}
.footer-link { font-size: 12px; color: #666; text-decoration: none; }

/* 通知列表项 */
.notification-item {
    padding: 12px 16px;
    border-bottom: 1px solid #fafafa;
    display: flex;
    gap: 12px;
    cursor: pointer;
    transition: background 0.2s;
}
.notification-item:hover { background-color: #F5F7FA; }

.icon-circle {
    width: 32px; height: 32px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.icon-circle.blue { background: #EAF4FF; color: #007AFF; }
.icon-circle.orange { background: #FFF4E5; color: #FF9800; }
.icon-circle.green { background: #F2FCF5; color: #2ECC71; }

.notif-title { font-size: 13px; color: #333; line-height: 1.4; }
.notif-time { font-size: 11px; color: #999; margin-top: 4px; }
.unread-indicator {
    width: 6px; height: 6px; background: #f0506e; border-radius: 50%;
    margin-top: 6px; flex-shrink: 0;
}

/* 底部菜单列表 */
.footer-menu-item {
    display: flex; align-items: center; padding: 12px 0;
    color: #333; font-size: 12px; font-weight: 500;
    text-decoration: none; transition: color 0.2s;
}
.footer-menu-item:hover { color: #007AFF; text-decoration: none; }
.footer-menu-item span[uk-icon] { margin-right: 12px; width: 20px; }

.footer-info-text { font-size: 10px; color: #999; line-height: 1.6; }
.police-badge { width: 14px; height: 14px; margin-right: 4px; }


/* =========================================
   3. 创作/对话页 (Creation/Chat Page)
   ========================================= */
.main-content-wrapper { padding-left: 60px; }
.main-container {
    min-height: 100vh;
    justify-content: flex-start;
    padding-top: 60px;
    padding-bottom: 200px;
    max-width: 1000px;
}

.message-group { margin-bottom: 40px; }
.message-header { margin-bottom: 12px; padding-left: 4px; }
.msg-avatar { width: 20px; height: 20px; border-radius: 4px; margin-right: 8px; }
.msg-title { font-size: 13px; font-weight: 600; color: #333; margin-right: 8px; }
.msg-meta { font-size: 12px; color: #999; }

.image-grid-container {
    border-radius: 6px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.grid-image { width: 100%; height: 320px; object-fit: cover; display: block; }

/* 图片组逻辑 */
.group-item { position: relative; }
.group-item:not(:first-child) { border-left: 1px solid rgba(255,255,255,0.2); }
.group-item:nth-child(2) img { filter: hue-rotate(30deg); }
.group-item:nth-child(3) img { filter: hue-rotate(60deg); }
.group-item:nth-child(4) img { filter: hue-rotate(90deg); }

/* 底部输入框区域 */
.bottom-input-wrapper {
    left: 60px; right: 0; padding-bottom: 24px; z-index: 900;
    pointer-events: none; display: flex; justify-content: center;
}
.input-card {
    pointer-events: auto; width: 90%; max-width: 800px; background: #fff;
    border-radius: 16px; padding: 12px; border: 1px solid rgba(0,0,0,0.06);
}
.chat-textarea {
    background: transparent; border: none; resize: none; font-size: 15px;
    padding: 12px 0; line-height: 2; box-shadow: none;
}

/* 堆叠上传组件 (Stack Upload) */
.upload-stack-container {
    position: relative; height: 50px; display: flex; align-items: center;
    min-width: 60px; transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); padding-right: 0;
}
.upload-stack-container.has-items:hover { padding-right: 60px; }
.upload-stack-container.has-items::before {
    content: ''; position: absolute; left: 0; top: -10px; bottom: -10px; width: 60px; z-index: -1;
}
.upload-stack-container.has-items:hover::before { width: var(--expanded-width, 100%); }

.reference-item {
    position: absolute; width: 40px; height: 50px; left: 0; bottom: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform-origin: bottom center; cursor: pointer; z-index: 10;
}
.reference-wrapper {
    width: 100%; height: 100%; position: relative;
    transform: rotate(var(--rotate)); transition: transform 0.4s ease;
}
.reference-image-box {
    width: 100%; height: 100%; border-radius: 4px; overflow: hidden;
    background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.15); border: 1px solid rgba(0,0,0,0.1);
    transition: box-shadow 0.4s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.reference-image-box img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Stack 交互 */
.upload-stack-container.has-items:hover .reference-item { transform: translateX(var(--spread-offset)) !important; }
.upload-stack-container.has-items:hover .reference-item:nth-of-type(odd) .reference-wrapper { transform: rotate(-5deg) !important; }
.upload-stack-container.has-items:hover .reference-item:nth-of-type(even) .reference-wrapper { transform: rotate(5deg) !important; }
.upload-stack-container.has-items:hover .reference-image-box { box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.upload-stack-container.has-items:hover .reference-item:hover { z-index: 1000 !important; }
.upload-stack-container.has-items:hover .reference-item:hover .reference-wrapper { transform: scale(1.1) rotate(0deg) !important; transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.upload-stack-container.has-items:hover .reference-item:hover .reference-image-box { box-shadow: 0 12px 24px rgba(0,0,0,0.25); }

.remove-btn {
    position: absolute; top: -6px; right: -6px; width: 16px; height: 16px;
    background: rgba(0,0,0,0.6); border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center;
    opacity: 0; transform: scale(0.8); transition: all 0.2s; cursor: pointer; z-index: 20;
}
.upload-stack-container.has-items:hover .reference-item:hover .remove-btn { opacity: 1; transform: scale(1); }

.upload-trigger {
    position: relative; width: 40px; height: 50px; border-radius: 4px;
    background: #F7F9FC; border: 1px dashed #ced4da; color: #B0B5C0;
    display: flex; align-items: center; justify-content: center; cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); z-index: 5; flex-shrink: 0; left: 0; bottom: 0;
}
.upload-trigger:not(.has-files):hover { border-color: #007AFF; color: #007AFF; background: #EAF4FF; }
.upload-stack-container.has-items:not(:hover) .upload-trigger.has-files {
    position: absolute; width: 32px; height: 32px; border-radius: 50%; background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08); box-shadow: 0 4px 10px rgba(0,0,0,0.12); color: #333;
    left: 20px; bottom: -4px; transform: rotate(0deg) !important; z-index: 100;
}
.upload-stack-container.has-items:not(:hover) .upload-trigger.has-files span { transform: scale(0.9); }
.upload-stack-container.has-items:hover .upload-trigger.has-files {
    position: absolute; width: 40px; height: 50px; border-radius: 4px; background: #F7F9FC;
    border: 1px dashed #ced4da; box-shadow: none; color: #B0B5C0;
    transform: translateX(var(--add-btn-offset)) rotate(6deg) !important; z-index: 1; left: 0; bottom: 0;
}
.upload-stack-container.has-items:hover .upload-trigger.has-files:hover { border-color: #007AFF; color: #007AFF; background: #EAF4FF; }

/* 设置面板 */
.settings-btn {
    background: #F5F7FA; border: none; padding: 6px 16px; border-radius: 8px;
    color: #333; font-size: 13px; font-weight: 500; display: flex; align-items: center;
    transition: all 0.2s; cursor: pointer;
}
.settings-btn:hover, .settings-btn[aria-expanded="true"] { background: #EAF4FF; color: #007AFF; }

.settings-popup-card {
    width: 480px; padding: 20px; background: #fff; border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1); border: 1px solid rgba(0,0,0,0.05);
}

.ratio-grid { display: grid; grid-template-columns: repeat(9, 1fr); gap: 8px; margin-bottom: 20px; }
.ratio-item {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    cursor: pointer; border-radius: 6px; padding: 8px 0; transition: background 0.2s;
}
.ratio-item:hover { background: #F5F7FA; }
.ratio-item.active { background: #F5F7FA; color: #007AFF; }
.ratio-icon { border: 1.5px solid currentColor; border-radius: 2px; margin-bottom: 4px; display: block; }
.ratio-text { font-size: 10px; color: #999; }
.ratio-item.active .ratio-text { color: #007AFF; }

.setting-dropdown-btn {
    width: 100%; background: #F5F7FA; border: none; padding: 10px;
    border-radius: 8px; font-size: 13px; color: #333;
    display: flex; justify-content: center; align-items: center; cursor: pointer; transition: 0.2s;
}
.setting-dropdown-btn:hover { background: #EEF2F6; }
.uk-dropdown-nav > li > a { font-size: 13px; color: #666; padding: 6px 10px; border-radius: 6px; }
.uk-dropdown-nav > li > a:hover { background: #F5F7FA; color: #007AFF; }


/* =========================================
   4. 登录/注册模态框 (Auth Modals)
   ========================================= */
.login-dialog-wrapper {
    width: 800px; max-width: 90vw; border-radius: 16px; overflow: hidden; background: #fff;
}
.login-bg-cover {
    background-image: url('https://images.unsplash.com/photo-1596701383777-62cc387eb779?w=800&fit=crop');
    min-height: 480px; position: relative;
}
.login-bg-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(204,255,0,0.4) 0%, rgba(204,255,0,0.1) 100%);
}
.login-form-container { padding: 40px; position: relative; }
.login-close-btn { top: 20px; right: 20px; }

.login-input-group {
    background: #F5F7FA; border-radius: 8px; border: 1px solid transparent;
    transition: all 0.2s; margin-bottom: 16px; position: relative;
}
.login-input-group:focus-within {
    background: #fff; border-color: #ccff00; box-shadow: 0 0 0 2px rgba(204, 255, 0, 0.2);
}
.login-input {
    width: 100%; border: none; background: transparent; height: 48px; padding: 0 16px;
    outline: none; font-size: 14px; color: #333;
}
.login-input-code { padding-right: 100px; }

.get-code-btn {
    position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
    border: none; background: transparent; font-size: 13px; color: #666;
    cursor: pointer; padding: 6px 8px; font-weight: 500; z-index: 10;
    text-decoration: none !important; line-height: 1;
}
.get-code-btn:hover { color: #333; text-decoration: none; }

.login-btn {
    width: 100%; height: 48px; background: #ccff00; border: none; border-radius: 8px;
    color: #333; font-weight: bold; font-size: 16px; cursor: pointer; transition: opacity 0.2s;
}
.login-btn:hover { opacity: 0.9; }

.login-tab.uk-tab::before { content: none; }
.login-tab.uk-tab { margin-left: 0; margin-bottom: 24px; border-bottom: none; }
.login-tab.uk-tab > li { padding-left: 0; padding-right: 20px; }
.login-tab.uk-tab > li > a {
    color: #999; font-size: 16px; font-weight: 600; padding: 0 0 8px 0;
    border-bottom: 3px solid transparent; text-transform: none;
}
.login-tab.uk-tab > li.uk-active > a { color: #333; border-color: #ccff00; }

.qr-code-wrapper { height: 300px; }
.qr-code-box {
    width: 160px; height: 160px; background: #f0f0f0;
    display: flex; align-items: center; justify-content: center; border-radius: 8px;
}
.qr-code-text { margin-top: 20px; color: #666; font-size: 14px; }

.agreement-label { font-size: 12px; color: #999; display: flex; align-items: start; cursor: pointer; }
.agreement-checkbox { margin-top: 2px; margin-right: 6px; border-radius: 4px; border-color: #ddd; }
.agreement-link { color: #333; }


/* =========================================
   5. 用户个人主页 (User Profile)
   ========================================= */
.user-info-column {
    position: fixed; left: 60px; top: 0; width: 280px; height: 100vh;
    background: #fff; border-right: 1px solid rgba(0,0,0,0.04); z-index: 900;
    padding: 60px 24px; display: flex; flex-direction: column; align-items: center;
    text-align: center; overflow-y: auto;
}

.user-avatar-wrapper {
    position: relative; width: 100px; height: 100px; margin-bottom: 12px;
    border-radius: 50%; cursor: pointer; overflow: hidden;
    border: 2px solid #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.user-big-avatar { width: 100%; height: 100%; object-fit: cover; display: block; }
.avatar-mask {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.5); display: flex; align-items: center;
    justify-content: center; opacity: 0; transition: opacity 0.2s; color: #fff;
}
.user-avatar-wrapper:hover .avatar-mask { opacity: 1; }

.user-name-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    margin-top: 2px;

}
.user-name {
    font-size: 18px; font-weight: 800; color: #1a1a1a; margin: 0;
}

.edit-icon-btn {
    width: 24px; height: 24px; border-radius: 6px; background: #F5F7FA;
    color: #666; border: none; display: flex; align-items: center;
    justify-content: center; margin-left: 8px; cursor: pointer;
    opacity: 0; transition: opacity 0.2s, background 0.2s;
}
.edit-icon-btn:hover { background: #E0E4EB; color: #333; }
.user-name-wrapper:hover .edit-icon-btn { opacity: 1; }

.user-id {
    font-size: 12px; color: #999; margin-bottom: 24px; font-family: monospace;
    background: #f5f5f5; padding: 2px 8px; border-radius: 4px;
}

.user-stats { display: flex; gap: 24px; margin-bottom: 30px; }
.stat-item { display: flex; flex-direction: column; align-items: center; }
.stat-num { font-size: 16px; font-weight: 700; color: #333; }
.stat-label { font-size: 12px; color: #999; margin-top: 2px; }

.action-btn {
    width: 100%; padding: 10px 0; border-radius: 8px; font-size: 14px;
    font-weight: 500; cursor: pointer; transition: all 0.2s;
    display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.btn-share { background: #F2F4F7; color: #333; border: none; }
.btn-share:hover { background: #E0E4EB; }

.user-bio-wrapper { position: relative; width: 100%; text-align: left; }
.user-bio { font-size: 13px; color: #666; line-height: 1.4; width: 100%; }
.bio-edit-btn {
    position: absolute; bottom: 0; right: 0; margin-left: 0;
    background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.user-bio-wrapper:hover .bio-edit-btn { opacity: 1; }

.profile-content-wrapper { margin-left: 380px; padding: 40px; min-height: 100vh; }

.profile-tabs { margin-bottom: 30px; border-bottom: none; position: relative; }
.profile-tabs::before { content: none; }
.profile-tabs > li { padding-left: 0; margin-right: 16px; }
.profile-tabs > li > a {
    font-size: 15px; color: #666; border: none; background: #F5F7FA;
    padding: 6px 20px; border-radius: 20px; transition: all 0.2s; text-transform: none;
}
.profile-tabs > li.uk-active > a { background: #1a1a1a; color: #fff; }

/* 通用瀑布流卡片 (Masonry Card - Shared with Home) */
.masonry-card {
    border-radius: 12px; overflow: hidden; position: relative; background: #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: zoom-in;
    display: block; height: auto; width: 100%;
}
.masonry-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); z-index: 2; }
.masonry-img { width: 100%; height: auto; display: block; }
.masonry-overlay {
    position: absolute; bottom: 0; left: 0; right: 0; padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    opacity: 0; transition: opacity 0.3s;
    display: flex; justify-content: space-between; align-items: flex-end;
    pointer-events: none;
}
.masonry-card:hover .masonry-overlay { opacity: 1; }
.overlay-title { color: #fff; font-size: 13px; font-weight: 500; }
.overlay-icon { color: rgba(255,255,255,0.9); }
.lock-badge { margin-left: 4px; font-size: 12px; }

/* 编辑模态框 (Edit Modal) */
.custom-modal-dialog { border-radius: 12px; padding: 24px 30px; width: 480px; }
.modal-title { font-size: 16px; font-weight: 600; margin-bottom: 20px; color: #333; }
.modal-input-wrapper {
    background: #F5F7FA; border-radius: 8px; padding: 12px 16px;
    display: flex; align-items: center; margin-bottom: 30px;
}
.modal-input {
    border: none; background: transparent; width: 100%;
    font-size: 14px; color: #333; outline: none;
}
.modal-textarea {
    border: none; background: transparent; width: 100%;
    font-size: 14px; color: #333; outline: none; resize: none;
    line-height: 1.6; min-height: 100px;
}
.char-count { font-size: 12px; color: #999; margin-left: 8px; flex-shrink: 0; }
.textarea-char-count { text-align: right; font-size: 12px; color: #999; margin-top: 8px; }
.modal-footer { display: flex; justify-content: flex-end; gap: 12px; }
.btn-cancel {
    background: #F5F7FA; color: #666; border: none; padding: 8px 24px;
    border-radius: 6px; cursor: pointer; font-size: 14px;
}
.btn-save {
    background: #1a1a1a; color: #fff; border: none; padding: 8px 24px;
    border-radius: 6px; cursor: pointer; font-size: 14px;
}
.btn-save:hover { background: #000; }
.btn-cancel:hover { background: #E0E4EB; }


/* =========================================
   6. VIP 套餐页 (VIP Pricing)
   ========================================= */
.pricing-content-wrapper {
    margin-left: 60px; padding: 60px 40px; min-height: 100vh;
    display: flex; flex-direction: column; align-items: center;
}
.pricing-header {
    text-align: center; margin-bottom: 40px; position: relative;
    width: 100%; max-width: 1200px;
}
.page-title { font-size: 32px; font-weight: 700; color: #1a1a1a; margin-bottom: 12px; }
.highlight-text { color: #00B4D8; }
.page-subtitle { font-size: 14px; color: #666; }
.subtitle-link { color: #00B4D8; text-decoration: none; margin: 0 4px; cursor: pointer; }
.subtitle-link:hover { text-decoration: underline; }

.points-detail-btn {
    position: absolute; right: 0; top: 0; background: #f5f5f5;
    color: #333; border: none; padding: 8px 16px; border-radius: 6px;
    font-size: 13px; cursor: pointer; transition: background 0.2s;
}
.points-detail-btn:hover { background: #e0e0e0; }

.pricing-grid { width: 100%; max-width: 1200px; }
.pricing-card {
    background: #fff; border-radius: 20px; padding: 30px 24px; height: 100%;
    position: relative; transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid rgba(0,0,0,0.03); display: flex; flex-direction: column;
}
.pricing-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); z-index: 2; }

.badge-recommend {
    position: absolute; top: 16px; right: 16px; background: #f0f0f0;
    color: #666; font-size: 11px; padding: 4px 8px; border-radius: 4px; font-weight: 500;
}
.card-header { margin-bottom: 24px; }
.plan-name {
    font-size: 16px; font-weight: 700; color: #333;
    display: flex; align-items: center; gap: 8px; margin-bottom: 16px;
}
.plan-price-wrapper { display: flex; align-items: baseline; margin-bottom: 8px; }
.price-currency { font-size: 18px; font-weight: 600; color: #333; margin-right: 2px; }
.price-num { font-size: 36px; font-weight: 700; color: #1a1a1a; line-height: 1; }
.price-period { font-size: 13px; color: #999; margin-left: 6px; }
.plan-desc {
    font-size: 12px; color: #999; line-height: 1.5; min-height: 36px;
}

.plan-btn {
    width: 100%; padding: 12px 0; border-radius: 8px; font-size: 14px;
    font-weight: 600; cursor: pointer; text-align: center; border: none;
    transition: opacity 0.2s; margin-bottom: 20px;
}
.plan-btn:hover { opacity: 0.9; }
.btn-disabled { background: #e5e5e5; color: #999; cursor: default; }
.btn-black { background: #1a1a1a; color: #fff; }
.btn-cyan { background: #00C2E0; color: #fff; }

.points-bar {
    background: #fafafa; border: 1px solid #f0f0f0; border-radius: 8px;
    padding: 12px; display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 600; color: #333; margin-bottom: 24px;
}
.points-icon { margin-right: 6px; color: #333; }

.features-list { list-style: none; padding: 0; margin: 0; flex-grow: 1; }
.feature-item {
    display: flex; align-items: flex-start; font-size: 12px;
    color: #666; margin-bottom: 12px; line-height: 1.5;
}
.feature-icon { width: 14px; height: 14px; margin-right: 8px; margin-top: 2px; flex-shrink: 0; color: #333; }
.feature-text { flex: 1; }
.divider-line { height: 1px; background: #f0f0f0; margin: 0 0 20px 0; width: 100%; }

/* 积分详情模态框 */
.points-modal-dialog { border-radius: 16px; width: 500px; padding: 32px; }
.points-modal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.points-modal-title { font-size: 18px; font-weight: 700; color: #1a1a1a; }

.points-stats-row {
    display: flex; align-items: flex-end; justify-content: space-between;
    margin-bottom: 24px; color: #333;
}
.stat-col { display: flex; flex-direction: column; }
.stat-label { font-size: 12px; color: #999; margin-bottom: 4px; }
.stat-value { font-size: 20px; font-weight: 600; line-height: 1; }
.stat-operator { font-size: 16px; color: #ccc; margin: 0 8px; padding-bottom: 4px; }

.points-segmented-tabs {
    background: #F5F7FA; padding: 4px; border-radius: 8px; display: flex; margin-bottom: 24px;
}
.segmented-tab-item {
    flex: 1; text-align: center; padding: 8px 0; font-size: 14px; color: #666;
    cursor: pointer; border-radius: 6px; transition: all 0.2s;
}
.segmented-tab-item.active {
    background: #fff; color: #1a1a1a; font-weight: 600;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.points-list-container { max-height: 400px; overflow-y: auto; margin-bottom: 20px; }
.points-list-item {
    display: flex; justify-content: space-between; align-items: center;
    padding: 16px 0; border-bottom: 1px solid #fafafa;
}
.points-list-item:last-child { border-bottom: none; }
.item-title { font-size: 14px; color: #333; margin-bottom: 4px; }
.item-date { font-size: 12px; color: #999; }
.item-value { font-size: 16px; font-weight: 500; }
.val-plus { color: #00B4D8; }
.val-minus { color: #333; }

.points-modal-footer { text-align: center; font-size: 12px; color: #999; }
.footer-link-text { text-decoration: underline; cursor: pointer; }


/* =========================================
   7. 首页 (Home Page)
   ========================================= */
.home-content-wrapper {
    margin-left: 60px; min-height: 100vh; background: #fafbfd;
}

.hero-section {
    position: relative;
    background: linear-gradient(90deg, #00C6FF 0%, #0072FF 45%, #FF4B1F 100%);
    padding: 40px 60px 100px 60px; color: #fff; border-bottom-right-radius: 24px;
}
.hero-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 30px; }
.hero-title h1 { font-size: 24px; font-weight: 700; color: #fff; margin: 0 0 8px 0; }
.hero-title p { font-size: 14px; opacity: 0.8; margin: 0; }

.hero-nav { display: flex; gap: 24px; }
.hero-nav-item {
    display: flex; align-items: center; color: rgba(255,255,255,0.9);
    text-decoration: none; font-size: 13px; font-weight: 500; transition: opacity 0.2s;
}
.hero-nav-item:hover { opacity: 1; color: #fff; }
.hero-nav-item span[uk-icon] { margin-left: 4px; }

.super-input-container {
    background: #fff; border-radius: 16px; padding: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08); margin-top: 10px; position: relative;
}
.input-top-row { display: flex; align-items: flex-start; margin-bottom: 20px; }
.upload-placeholder {
    width: 60px; height: 60px; background: #f5f5f5; border-radius: 8px;
    display: flex; align-items: center; justify-content: center; cursor: pointer;
    margin-right: 16px; color: #999; transition: background 0.2s;
}
.upload-placeholder:hover { background: #eee; color: #666; }

.main-textarea {
    flex: 1; border: none; resize: none; font-size: 16px; height: 60px;
    background: transparent; outline: none; padding: 0; line-height: 1.6; color: #333;
}
.main-textarea::placeholder { color: #bbb; }

.input-bottom-row { display: flex; justify-content: space-between; align-items: center; }
.mode-switch-btn {
    background: #F0F5FF; color: #007AFF; padding: 6px 12px; border-radius: 6px;
    font-size: 12px; font-weight: 600; border: none; cursor: pointer; display: flex; align-items: center;
}
.mode-switch-btn span { margin-left: 4px; }

.submit-btn-circle {
    width: 36px; height: 36px; border-radius: 50%; background: #f0f0f0;
    color: #999; border: none; display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: all 0.2s;
}
.submit-btn-circle:hover { background: #1a1a1a; color: #fff; }

.content-nav-wrapper {
    padding: 20px 60px 0 60px; display: flex; align-items: center; justify-content: space-between;
}
.home-tabs { margin: 0; padding: 0; list-style: none; display: flex; gap: 24px; }
.home-tab-item a {
    font-size: 16px; font-weight: 500; color: #666; text-decoration: none;
    padding-bottom: 8px; border-bottom: 2px solid transparent; transition: all 0.2s;
}
.home-tab-item.active a { color: #1a1a1a; font-weight: 700; border-bottom-color: #1a1a1a; }

.search-bar-simple { position: relative; width: 200px; }
.search-bar-simple input {
    width: 100%; background: #fff; border: 1px solid #eee;
    padding: 6px 12px 6px 32px; border-radius: 20px; font-size: 12px;
    outline: none; transition: width 0.3s;
}
.search-bar-simple input:focus { border-color: #ccc; width: 240px; }
.search-icon { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); color: #999; }

.home-feed-container {padding: 20px 30px;}
.featured-row { margin-bottom: 20px; }

.slider-card-container { height: 100%; border-radius: 12px; overflow: hidden; }
.slider-img {
    width: 100%; height: 300px; object-fit: cover; display: block;
}
@media (min-width: 1200px) { .slider-img { height: 360px; } }

.slider-content {
    position: absolute; bottom: 40px; left: 40px; z-index: 10;
    color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.slider-title { font-size: 28px; font-weight: 800; margin: 0 0 8px 0; color: #fff; }
.slider-desc { font-size: 16px; margin: 0; opacity: 0.9; color: #fff; }