/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 12 2026 | 21:00:54 */
/* ============================================
   1. ЭЛЕГАНТНЫЙ БРЕНДИНГ АДМИНКИ
   ============================================ */

#wpwrap {
/*     background-color: #f0efff !important; */
    background: linear-gradient(180deg, #f0f3ff 0%, #e0dfef 100%) !important;
}

/* Основной фон и цвета */
#adminmenuback, 
#adminmenuwrap, 
#adminmenu {
/*     background: linear-gradient(180deg, #1a2a3a 0%, #2c3e50 100%) !important; */
    background: linear-gradient(180deg, #2a2a3a 0%, #3c343f 100%) !important;
}

/* Иконки Wordpress */
#adminmenu .wp-menu-image:before {
/*     color: #f1c40f !important; */
/*     color: #f1c40f !important; */
}

/* Подсветка активного пункта меню */
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
#adminmenu li.current a.menu-top {
    background: rgba(141, 196, 115, 0.15) !important;
    border-left: 4px solid #a1c44f !important;
}

/* Пункты меню при наведении */
/* #adminmenu li:hover > a, */
/* #adminmenu li:focus > a { */
#adminmenu a:hover,
#adminmenu a:focus,
#adminmenu li.menu-top:hover
{
/*     background-color: rgba(255, 255, 255, 0.08) !important; */
    background-color: rgba(80, 90, 120, 0.18) !important;
}


#wpadminbar {
/*     background-color: #005b96 !important; */
    background-color: #0a0b18 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Изменение цвета ссылок в админ-баре */
#wpadminbar .ab-item {
    color: #ffffff !important;
}
#wpadminbar .ab-item:hover {
    background-color: #003f66 !important;
}



/* ============================================
   2. ПРИВЕТСТВЕННАЯ ПАНЕЛЬ (КАСТОМНАЯ)
   ============================================ *

#welcome-panel {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 30px 40px !important;
    margin-bottom: 30px !important;
}

#welcome-panel h2 {
    font-size: 24px !important;
    color: #2c3e50 !important;
}

#welcome-panel .welcome-panel-column {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* ============================================
   3. КРАСИВЫЕ КАРТОЧКИ ДЛЯ КОНСОЛИ
   ============================================ */

#dashboard-widgets .postbox {
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.3s ease !important;
}

#dashboard-widgets .postbox:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10) !important;
    transform: translateY(-2px);
}

#dashboard-widgets .postbox .hndle {
    border-bottom: 2px solid #f1c40f !important;
    padding: 15px 20px !important;
    background: #fafbfc !important;
    border-radius: 12px 12px 0 0 !important;
}

#dashboard-widgets .postbox .inside {
    padding: 20px !important;
}

/* ============================================
   4. СКРЫТЬ НЕНУЖНЫЙ ШУМ
   ============================================ */

/* Скрываем виджет "Новости WordPress" *
#dashboard_primary {
    display: none !important;
}

/* Скрываем вкладку "Помощь" *
#contextual-help-link-wrap {
    display: none !important;
}

/* Скрываем "Screen Options" (оставляем только если нужно) *
#screen-options-link-wrap {
    display: none !important;
}

/* ============================================
   5. КРАСИВЫЕ КНОПКИ
   ============================================ *

.wp-core-ui .button-primary {
    background: linear-gradient(135deg, #f1c40f 0%, #f39c12 100%) !important;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(241, 196, 15, 0.3) !important;
    padding: 8px 24px !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    transition: all 0.3s ease !important;
}

.wp-core-ui .button-primary:hover {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%) !important;
    box-shadow: 0 4px 16px rgba(241, 196, 15, 0.4) !important;
    transform: translateY(-1px);
}

.wp-core-ui .button-secondary {
    border-radius: 8px !important;
    border: 2px solid #bdc3c7 !important;
    background: transparent !important;
    transition: all 0.3s ease !important;
}

.wp-core-ui .button-secondary:hover {
    border-color: #34495e !important;
    background: #f8f9fa !important;
}

/* ============================================
   6. УЛУЧШЕННЫЙ РЕДАКТОР СТРАНИЦ
   ============================================ */

/* Поле заголовка *
#titlewrap #title {
    font-size: 28px !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 16px 20px !important;
    background: #fafbfc !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s ease !important;
}

#titlewrap #title:focus {
    background: #ffffff !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
}

/* Зона редактирования контента *
.postarea .wp-editor-area {
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
    padding: 20px !important;
}
/*  */


/* Увеличиваем шрифт в редакторе для удобства *
.editor-styles-wrapper .wp-block {
    font-size: 18px !important;
    line-height: 1.8 !important;
}

/* Красивое поле ввода заголовка *
.editor-post-title__input {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    border: none !important;
    border-bottom: 3px solid #f1c40f !important;
    padding-bottom: 10px !important;
    background: transparent !important;
}

/* Акцент на активном блоке *
.wp-block.is-selected {
    outline: 3px solid #f1c40f !important;
    outline-offset: 4px !important;
    border-radius: 8px !important;
    background: #fefcf7 !important;
}

/* Скрываем лишние панели *
.components-panel__body:not(.is-opened) .components-panel__body-toggle {
    opacity: 0.6;
}

/* Увеличиваем отступы для улучшенной читаемости *
.block-editor-block-list__layout {
    padding: 40px !important;
}

/* Плавные анимации при наведении на блоки *
.wp-block {
    transition: all 0.2s ease !important;
}

.wp-block:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04) !important;
}

/* Делаем цветовую палитру более минималистичной *
.components-color-palette__custom-color {
    border-radius: 50% !important;
}

/* Настройки документа — делаем более читаемыми *
.components-panel__body {
    border-bottom: 1px solid #e9ecef !important;
    padding: 10px 0 !important;
}

.components-panel__body-title {
    font-weight: 600 !important;
    color: #2c3e50 !important;
}
/*  */


/* Увеличиваем ширину редактора *
.edit-post-visual-editor {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Настройка боковой панели *
.edit-post-sidebar {
    width: 320px !important;
}

/* Более компактные блоки *
.wp-block {
    margin-bottom: 20px !important;
}

/* Выделяем активный блок рамкой *
.is-selected .wp-block {
    box-shadow: 0 0 0 2px #d4783c !important;
}

/* Увеличиваем размер шрифта в редакторе для лучшей читаемости *
.edit-post-visual-editor .editor-post-title__input {
    font-size: 28px !important;
}

.edit-post-visual-editor .wp-block-paragraph {
    font-size: 18px !important;
    line-height: 1.8 !important;
}

/* Настройка панели инструментов блока *
.block-editor-block-toolbar {
    background: #f7f5f0 !important;
    border-radius: 4px !important;
    padding: 4px !important;
}
/*  */



/* ============================================
   7. КРАСИВЫЙ ПОДВАЛ
   ============================================ */

#wpfooter {
/*     background: transparent !important; */
    padding: 20px !important;
    text-align: center !important;
}

#wpfooter p {
/*     font-size: 13px !important; */
/*     color: #7f8c8d !important; */
}

#footer-upgrade {
    display: block !important;
}

#footer-upgrade:before {
/*     content: "🐕 Разработано с любовью к собакам" !important; */
    content: "🐕 Здесь был terabozik" !important;
    display: block !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-bottom: 8px !important;
}

#footer-thankyou {
    display: none !important;
}

/* ============================================
   8. АНИМАЦИИ ДЛЯ КОНТЕЙНЕРОВ
   ============================================ */

/* Плавное появление карточек */
.postbox, 
.welcome-panel {
    animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   9. АДАПТИВНОСТЬ (МОБИЛЬНЫЕ УСТРОЙСТВА)
   ============================================ */

@media screen and (max-width: 782px) {
    /* Мобильные отступы для карточек */
    .postbox {
        border-radius: 8px !important;
        margin: 10px 0 !important;
    }
    
    #welcome-panel {
        padding: 20px !important;
    }
    
    .wp-core-ui .button-primary {
        padding: 6px 16px !important;
        font-size: 13px !important;
    }
}

/* ============================================
   10. ДОПОЛНИТЕЛЬНЫЙ СТИЛЬ ДЛЯ ТАБЛИЦ
   ============================================ */

.wp-list-table {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04) !important;
}

.wp-list-table th {
    background: #f8f9fa !important;
    border-bottom: 2px solid #d154af !important;
    padding: 15px 10px !important;
}

.wp-list-table tr:hover td {
    background: #fafbfc !important;
}

.wp-list-table .alternate {
/*     background: #fafbfc !important; */
/*     background: #fa1b1c !important; */
}




/* Компактный режим списков */

/* Уменьшаем отступы в таблицах *
.wp-list-table td, 
.wp-list-table th {
    padding: 8px 10px !important;
}

/* Уменьшаем высоту строк *
.wp-list-table tr {
    height: 40px !important;
}

/* Уменьшаем отступы в фильтрах над таблицей *
.tablenav .actions {
    padding: 5px 0 !important;
}

.tablenav-pages {
    padding: 5px 0 !important;
}

/* Компактный режим для страницы медиафайлов *
.media-frame-content {
    padding: 10px !important;
}
.media-item {
    margin-bottom: 8px !important;
    padding: 8px !important;
}
/*  */


/* Фиксируем ширину колонки с заголовком *
.column-title {
    width: 35% !important;
    min-width: 200px !important;
}

/* Колонка с автором *
.column-author {
    width: 15% !important;
}

/* Колонка с категориями/таксономиями *
.column-categories, .column-taxonomy {
    width: 20% !important;
}

/* Колонка с датой *
.column-date {
    width: 12% !important;
    text-align: right !important;
}
/*  */




/* Выделение статусов записей */

/* Статус "Опубликовано" - зелёный */
.status-publish .post-state {
    color: #46b450 !important;
    font-weight: 600 !important;
}

/* Статус "Черновик" - оранжевый */
.status-draft .post-state {
    color: #f56e28 !important;
    font-weight: 600 !important;
}

/* Статус "В корзине" - красный */
.status-trash .post-state {
    color: #dc3232 !important;
    font-weight: 600 !important;
}

/* Статус "Ожидает проверки" - синий */
.status-pending .post-state {
    color: #00a0d2 !important;
    font-weight: 600 !important;
}
/*  */




/* ===== СТРАНИЦА ВХОДА ===== */

/* Изменение фона страницы входа */
.login {
/*     background: linear-gradient(135deg, #f7f5f0 0%, #e8dcc8 100%) !important; */
    background: linear-gradient(180deg, #f0f3ff 0%, #e0dfef 100%) !important;
/*     background: linear-gradient(180deg, #2a2a3a 0%, #3c343f 100%) !important; */
}

/* Стиль логотипа */
.login h1 a {
    background-size: contain !important;
    width: 100% !important;
    height: 80px !important;
}

/* Стиль формы входа */
.login form {
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
    padding: 30px !important;
}

/* Стиль полей ввода */
.login input[type="text"],
.login input[type="password"] {
    height: 45px !important;
    border-radius: 4px !important;
    border: 1px solid #ddd !important;
    padding: 5px 15px !important;
    font-size: 16px !important;
}

/* Кнопка входа */
.login .button-primary {
    background: #2c3e2f !important;
    border-color: #2c3e2f !important;
    height: 45px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.login .button-primary:hover {
    background: #d4783c !important;
    border-color: #d4783c !important;
}
/*  */



/*  */
/*  */
/*  */