/* Soft pastel theme */
body, input, button, textarea, select {
    background-color: #faf5ff;
    color: #4a4060;
}

header {
    background: linear-gradient(135deg, #f8b4d9, #c4b5fd);
    border-bottom: none;
    border-radius: 0;
    color: #3b1f6e;
    text-shadow: none;

    a { color: #3b1f6e; }
}

.board, .post, .thread, .thread-warning, .flashed-message, .recent-post {
    background: #fff;
    border-top-color: #e9d8fd;
    border-bottom-color: #e9d8fd;
    color: #4a4060;
}

.board .name, .thread .name, .recent-post .name,
.recent-posts-header h2 a, .recent-attachments h2 a,
.subheader .title a {
    color: #7c3aed;
}

.board .description, .thread .author, .thread .time,
.thread .reply-count, .post .author, .post .time {
    color: #9c8db8;
}

.subheader {
    background: linear-gradient(90deg, #fce7f3, #ede9fe);
    border-bottom: 2px solid #c4b5fd;
    border-radius: 0;

    .title, .title a {
        color: #5b21b6;
        text-shadow: none;
        font-weight: bold;
    }
}

:is(.subheader .right .button, form input[type=submit]) {
    background: #c4b5fd;
    border-color: #a78bfa;
    color: #3b1f6e;
    text-shadow: none;
    font-weight: normal;
    border-radius: 12px;

    &:hover {
        background: #a78bfa;
        color: #fff;
    }
}

a { color: #7c3aed; }
a:visited { color: #5b21b6; }

.pager {
    a, span, span.current {
        background-color: #fff;
        border-color: #c4b5fd;
        color: #7c3aed;
        border-radius: 8px;
    }
    span.current {
        background-color: #7c3aed;
        color: #fff;
        border-color: #7c3aed;
    }
}

.posts .post-meta {
    background: #fce7f3;
    border-top-color: #f8b4d9;

    a { color: #5b21b6; }
}

.recent-attachments-gallery .recent-attachment {
    background: #fff;
    border-color: #e9d8fd;
    border-radius: 8px;
}

input[type=text], input[type=password], textarea, select {
    background: #fff;
    border: 1px solid #c4b5fd;
    color: #4a4060;
    border-radius: 6px;
}

footer, footer a { color: #b8a8d8; }

.thread-warning {
    background: #fef3c7;
    border-color: #f59e0b;
    color: #92400e;
}
