/* ====================== 13-DARK-THEME.CSS ====================== */
/* Дополнительные и уточняющие стили для тёмной темы Telegram */

body.theme-dark {
    background-color: #1e1e1e;
    color: #e0e0e0;
}

/* Уточнения для тёмной темы (чтобы переопределить светлые стили) */

body.theme-dark .node {
    color: #a0d8ff;
}

body.theme-dark .node:hover {
    background-color: #3a4a5a;
}

body.theme-dark .node.active {
    background-color: #1e3a5f;
}

body.theme-dark .tree-container {
    background: #2d2d2d;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

body.theme-dark .modal-content {
    background: #2d2d2d;
}

body.theme-dark .btn {
    background-color: #2980b9;
}

body.theme-dark .btn:hover {
    background-color: #3498db;
}

body.theme-dark #moveHeader {
    background: #4a3f2a;
    color: #f0d48c;
    border-color: #6b5a3a;
}

body.theme-dark .attach-item {
    border-bottom-color: #444;
}