.joe_lamp {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ffeb3b;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 235, 59, 0.5);
}

.joe_checkbox {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    vertical-align: middle;
    cursor: default;
}

.joe_checkbox:checked {
    background-color: #1989fa;
    border-color: #1989fa;
}

.joe_mtitle {
    display: block;
    padding: 18px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    text-align: center;
}

.joe_abtn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: white;
    font-size: 15px;
}

.joe_abtn:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.joe_anote {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: white;
    font-size: 14px;
}

.joe_anote_secondary {
    background-color: #6c757d;
}

.joe_anote_success {
    background-color: #28a745;
}

.joe_anote_warning {
    background-color: #ffc107;
    color: #212529;
}

.joe_anote_error {
    background-color: #dc3545;
}

.joe_anote_info {
    background-color: #17a2b8;
}

.joe_anote:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.joe_dotted {
    display: block;
    height: 2px;
    margin: 20px 0;
    background: linear-gradient(90deg, var(--start-color, #ff6c6c), var(--end-color, #1989fa));
}

.joe-hide {
    display: block;
    margin: 15px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.joe-card-default {
    display: block;
    margin: 20px 0;
    padding: 24px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.joe-card-label {
    font-size: 18px;
    font-weight: bold;
    color: #364a63;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
}

.joe-card-content {
    color: #526484;
    line-height: 1.8;
    font-size: 15px;
}

.joe-message {
    display: inline-block;
    padding: 14px 20px;
    border-radius: 6px;
    margin: 15px 0;
    font-size: 15px;
    color: white;
}

.joe-message-success {
    background-color: #28a745;
}

.joe-message-info {
    background-color: #17a2b8;
}

.joe-message-warning {
    background-color: #ffc107;
    color: #212529;
}

.joe-message-error {
    background-color: #dc3545;
}

.joe-progress {
    display: block;
    width: 100%;
    height: 8px;
    background: #e2e8f0;
    border-radius: 4px;
    margin: 15px 0;
    overflow: hidden;
}

.joe-progress-bar {
    height: 100%;
}

.joe-callout {
    display: block;
    margin: 15px 0;
    padding: 15px;
    border-radius: 4px;
    border-left: 4px solid var(--color, #f0ad4e);
    background: #f8f9fa;
}

.joe-card-describe {
    display: block;
    margin: 15px 0;
    padding: 20px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.joe-card-describe-title {
    font-size: 16px;
    font-weight: bold;
    color: #364a63;
    margin-bottom: 10px;
}

.joe-card-describe-content {
    color: #526484;
    line-height: 1.6;
}

.joe-copy {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    background: #1989fa;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin: 15px 0;
    font-size: 15px;
}

.joe-copy:hover {
    background: #0c7cd5;
}

.joe-cloud {
    display: block;
    margin: 15px 0;
    padding: 20px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.joe-cloud-title {
    font-size: 16px;
    font-weight: bold;
    color: #364a63;
    margin-bottom: 10px;
}

.joe-cloud-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.joe-cloud-type {
    padding: 4px 8px;
    background: #f1f5f9;
    border-radius: 4px;
    font-size: 12px;
    color: #64748b;
}

.joe-cloud-link {
    padding: 6px 12px;
    background: #1989fa;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}

.joe-cloud-link:hover {
    background: #0c7cd5;
}

.joe-cloud-password {
    color: #64748b;
    font-size: 14px;
}

.joe-dplayer,
.joe-bilibili {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.joe-music-list,
.joe-music,
.joe-mp3 {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

.joe-tabs {
    display: block;
    margin: 20px 0;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.joe-tab-headers {
    display: flex;
    background: #f8f9fa;
    border-bottom: 1px solid #e2e8f0;
}

.joe-tab-header {
    padding: 12px 20px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.joe-tab-header:hover {
    background: #f1f5f9;
}

.joe-tab-header.active {
    background: white;
    border-bottom-color: #1989fa;
    color: #1989fa;
    font-weight: 500;
}

.joe-tab-contents {
    padding: 20px;
}

.joe-tab-content {
    display: none;
}

.joe-tab-content.active {
    display: block;
}

.joe-card-list {
    display: block;
    margin: 20px 0;
}

.joe-card-list-item {
    padding: 15px;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 10px;
}

.joe-card-list-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-color: #1989fa;
}

.joe-timeline {
    display: block;
    margin: 20px 0;
    padding-left: 30px;
    border-left: 2px solid #e2e8f0;
}

.joe-timeline-item {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
    border-left: 2px solid #e2e8f0;
}

.joe-timeline-item:last-child {
    border-left-color: transparent;
}

.joe-timeline-dot {
    position: absolute;
    left: -7px;
    top: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid white;
}

.joe-timeline-content {
    color: #526484;
    line-height: 1.6;
}

.joe-collapse {
    display: block;
    margin: 15px 0;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.joe-collapse-item {
    border-bottom: 1px solid #e2e8f0;
}

.joe-collapse-item:last-child {
    border-bottom: none;
}

.joe-collapse-header {
    padding: 15px 20px;
    background: #f8f9fa;
    cursor: pointer;
    font-weight: 500;
    color: #364a63;
}

.joe-collapse-header:hover {
    background: #f1f5f9;
}

.joe-collapse-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
}

.joe-collapse-item.open .joe-collapse-content {
    padding: 15px 20px;
    max-height: 500px;
}

.joe-alert {
    display: block;
    padding: 15px 20px;
    margin: 15px 0;
    border-radius: 8px;
    border-left: 4px solid;
    background: #f8f9fa;
}

.joe-alert-success {
    border-left-color: #52c41a;
    background: #f6ffed;
    color: #389e0d;
}

.joe-alert-warning {
    border-left-color: #faad14;
    background: #fffbe6;
    color: #d48806;
}

.joe-alert-error {
    border-left-color: #f5222d;
    background: #fff1f0;
    color: #cf1322;
}

.joe-alert-info {
    border-left-color: #1890ff;
    background: #e6f7ff;
    color: #096dd9;
}

.joe-gird {
    display: grid;
    gap: 15px;
    margin: 20px 0;
}

.joe-gird-item {
    padding: 15px;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.joe-gird-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

body.dark-mode .joe_mtitle {
    background: linear-gradient(135deg, #4c51bf 0%, #553c9a 100%);
}

body.dark-mode .joe-card-default,
body.dark-mode .joe-card-describe,
body.dark-mode .joe-cloud,
body.dark-mode .joe-hide {
    background: #1e293b;
    border-color: #334155;
    color: #cbd5e1;
}

body.dark-mode .joe-card-label,
body.dark-mode .joe-card-describe-title {
    color: #f1f5f9;
    border-bottom-color: #334155;
}

body.dark-mode .joe-card-content,
body.dark-mode .joe-card-describe-content {
    color: #94a3b8;
}

body.dark-mode .joe-callout {
    background: #1e293b;
    border-left-color: var(--color, #f0ad4e);
}

body.dark-mode .joe-dotted {
    opacity: 0.8;
}

body.dark-mode .joe-alert {
    background: #1e293b;
}

body.dark-mode .joe-alert-success {
    background: rgba(40, 167, 69, 0.15);
    border-left-color: #28a745;
    color: #4ade80;
}

body.dark-mode .joe-alert-warning {
    background: rgba(255, 193, 7, 0.15);
    border-left-color: #ffc107;
    color: #fbbf24;
}

body.dark-mode .joe-alert-error {
    background: rgba(220, 53, 69, 0.15);
    border-left-color: #dc3545;
    color: #f87171;
}

body.dark-mode .joe-alert-info {
    background: rgba(23, 162, 184, 0.15);
    border-left-color: #17a2b8;
    color: #22d3ee;
}

body.dark-mode .joe-tabs {
    border-color: #334155;
}

body.dark-mode .joe-tab-headers {
    background: #1e293b;
    border-bottom-color: #334155;
}

body.dark-mode .joe-tab-header {
    color: #94a3b8;
}

body.dark-mode .joe-tab-header:hover {
    background: #334155;
}

body.dark-mode .joe-tab-header.active {
    background: #0f172a;
    color: #60a5fa;
}

body.dark-mode .joe-tab-contents {
    color: #cbd5e1;
}

body.dark-mode .joe-card-list-item {
    background: #1e293b;
    border-color: #334155;
    color: #cbd5e1;
}

body.dark-mode .joe-card-list-item:hover {
    border-color: #3b82f6;
}

body.dark-mode .joe-timeline {
    border-left-color: #334155;
}

body.dark-mode .joe-timeline-item {
    border-left-color: #334155;
}

body.dark-mode .joe-timeline-content {
    color: #94a3b8;
}

body.dark-mode .joe-collapse {
    border-color: #334155;
}

body.dark-mode .joe-collapse-item {
    border-bottom-color: #334155;
}

body.dark-mode .joe-collapse-header {
    background: #1e293b;
    color: #cbd5e1;
}

body.dark-mode .joe-collapse-header:hover {
    background: #334155;
}

body.dark-mode .joe-collapse-content {
    color: #94a3b8;
}

body.dark-mode .joe-cloud-title {
    color: #f1f5f9;
}

body.dark-mode .joe-cloud-type {
    background: #334155;
    color: #94a3b8;
}

body.dark-mode .joe-cloud-password {
    color: #94a3b8;
}

body.dark-mode .joe-music-list,
body.dark-mode .joe-music,
body.dark-mode .joe-mp3 {
    background: #1e293b;
}

@media (max-width: 768px) {
    .joe-card-label,
    .joe-card-describe-title {
        font-size: 16px;
    }
    
    .joe-card-content,
    .joe-card-describe-content {
        font-size: 14px;
    }
    
    .joe-dplayer,
    .joe-bilibili {
        max-width: 100%;
    }
    
    .joe-music-list,
    .joe-music,
    .joe-mp3 {
        max-width: 100%;
        padding: 15px;
    }
    
    .joe-tab-header {
        padding: 10px 15px;
        font-size: 14px;
    }
    
    .joe-tab-contents {
        padding: 15px;
    }
    
    .joe-collapse-header {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .joe-collapse-content {
        font-size: 14px;
    }
    
    .joe-alert {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .joe-timeline {
        padding-left: 20px;
    }
    
    .joe-timeline-item {
        padding-left: 15px;
    }
    
    .joe-timeline-dot {
        width: 10px;
        height: 10px;
        left: -5px;
    }
    
    .joe-card-list-item {
    padding: 12px;
}
}