body {
    background-color: #f4f7fa;
    color: #1e1e1e;
    font-family: "Segoe UI", "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}

/* Ссылки */
a {
    color: #1a73e8;
    text-decoration: none;
    transition: color 0.2s ease;
}
a:hover {
    color: #d93025;
    text-decoration: underline;
}

/* Таблицы */
table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    padding: 12px 16px;
    text-align: left;
}

/* Заголовки таблиц */
th {
    background: linear-gradient(to bottom, #e8f0fe, #d2e3fc);
    color: #202124;
    font-weight: 600;
    border-bottom: 2px solid #c6dafc;
}

/* Чередование строк */
td.row1 {
    background-color: #ffffff;
}
td.row2 {
    background-color: #f0f4f8;
}
td.row3 {
    background-color: #e6edf5;
}

/* Основной контейнер */
.bodyline, .forumline {
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 16px;
    margin: 16px auto;
}

/* Заголовки */
.maintitle, h1, h2 {
    font-size: 24px;
    font-weight: bold;
    color: #202124;
    margin-bottom: 16px;
}

/* Шрифт */
.gen, .genmed, .gensmall {
    font-size: 14px;
    color: #333;
}
.gensmall {
    font-size: 12px;
}

/* Меню */
.mainmenu {
    font-size: 15px;
    font-weight: 500;
}
.mainmenu a {
    padding: 6px 12px;
    border-radius: 6px;
    background-color: #e8f0fe;
    color: #1a73e8;
}
.mainmenu a:hover {
    background-color: #d2e3fc;
    color: #d93025;
}

/* Кнопки */
input.button, input.post, textarea.post, .fakebut {
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 14px;
    font-family: inherit;
    transition: background 0.2s ease;
}
input.button:hover {
    background-color: #f1f3f4;
}

/* Цитаты и код */
.quote, .code {
    font-family: Consolas, "Courier New", monospace;
    background-color: #f9f9f9;
    border-left: 4px solid #1a73e8;
    margin: 16px 0;
    padding: 12px;
    border-radius: 4px;
}

/* QR и админ-меню — без изменений, они уже современные */
