/* Унікальний стиль для Студентського форуму КПІ */

body {
    background-color: #f4f7f6;
    /* SVG Фон: Академічна сітка та символи знань */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%231d4e89' fill-opacity='0.03'%3E%3Cpath d='M40 0l40 20-40 20L0 20z'/%3E%3Ccircle cx='40' cy='60' r='5'/%3E%3Crect x='39' y='40' width='2' height='20'/%3E%3C/g%3E%3C/svg%3E");
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #2d3436;
    margin: 0;
}

/* Налаштування посилань */
a:link, a:active, a:visited { color: #1d4e89; text-decoration: none; transition: 0.2s ease-in-out; }
a:hover { color: #00a896; text-decoration: underline; }

/* Основна лінія тіла */
.bodyline { 
    background-color: #ffffff; 
    border: none; 
    box-shadow: 0 4px 20px rgba(0,0,0,0.08); 
    border-radius: 12px;
    padding: 15px !important;
}

/* Оформлення таблиць (Форум-лінії) */
.boardAxis_90 { 
    background-color: #ffffff; 
    border: 1px solid #e0e6ed; 
    border-radius: 8px; 
    overflow: hidden;
    border-spacing: 0;
}

/* Заголовки (TH) */
th {
    color: #ffffff; 
    font-size: 13px; 
    font-weight: 600;
    background: linear-gradient(135deg, #1d4e89 0%, #00a896 100%);
    height: 38px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
}

/* Категорії */
td.cat, td.cat_headergrid, td.catBottom {
    background-color: #f8f9fa;
    border-bottom: 2px solid #00a896;
    height: 35px;
}

/* Колір рядків */
td.section_a { background-color: #ffffff; }
td.lineAlt { background-color: #fcfdfe; }
td.stripThree { background-color: #f1f4f7; }

/* Шрифти заголовків */
a.maintitle, .maintitle, h1, h2, h3 {
    font-weight: 800;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #1d4e89;
    letter-spacing: -0.5px;
}

/* Пости та текст */
.commentBodyMain { font-size: 14px; line-height: 1.6; }
.gen, .text_normal { color: #2d3436; }
.textSecondarySmall { color: #636e72; font-size: 11px; }

/* Цитати та Код (у стилі програмістських лаб) */
.quote_container {
    background-color: #f1f2f6;
    border-left: 4px solid #00a896;
    padding: 12px;
    margin: 10px;
    border-radius: 0 8px 8px 0;
    font-style: italic;
}

.code_trackbox {
    background-color: #2f3542;
    color: #a4b0be;
    font-family: 'Fira Code', 'Courier New', monospace;
    padding: 10px;
    border-radius: 6px;
    border: none;
}

/* Форми та кнопки */
input, textarea, select {
    color: #2f3542;
    background-color: #ffffff;
    border: 1.5px solid #dcdde1;
    border-radius: 6px;
    padding: 6px;
    transition: border-color 0.3s;
}

input:focus {
    border-color: #00a896;
    outline: none;
}

input.ui_applybtn, input.menu_main_option {
    background: #1d4e89;
    color: #ffffff;
    font-weight: bold;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 6px;
}

input.ui_applybtn:hover { background: #00a896; }

/* Аватар-заглушка */
.guestavatar {
    width: 100px;
    height: 100px;
    background: #00a896;
    color: #ffffff;
    font-weight: bold;
    border-radius: 12px;
    box-shadow: 4px 4px 0px #1d4e89;
}

/* Пагінація */
.paginationPgButt a {
    border: 1px solid #1d4e89;
    background: #ffffff;
    color: #1d4e89;
    border-radius: 4px;
    padding: 3px 8px;
    margin: 2px;
}

.paginationPgButt a:hover {
    background: #1d4e89;
    color: #ffffff;
}

/* Скроллбар */
body::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-track { background: #f1f1f1; }
body::-webkit-scrollbar-thumb { background: #1d4e89; border-radius: 5px; }
body::-webkit-scrollbar-thumb:hover { background: #00a896; }

/* CSS BAR Animation */
#cssbar-border { border: 2px solid #00a896; border-radius: 10px; }
#cssbar-line { background-color: #00a896; }