html, body {
    background: #E6F9F7; /* soft aqua */
    color: #002B2B; /* deep teal-black */
}

a {
    background: inherit;
    color: #00A6C8; /* Miku teal */
}

a:hover {
    color: #FF66A8; /* Miku pink accent */
    background: inherit;
}

hr {
    color: #00A6C8;
    background-color: #00A6C8;
    background-image: linear-gradient(
        to right,
        rgba(230,249,247,1),
        rgba(0,166,200,0.75),
        rgba(230,249,247,1)
    );
}

.filesize a,
.filesize a:visited {
    text-decoration: underline;
}

.adminbar {
    background: inherit;
}

.logo {
    color: #00C8A0; /* bright mint */
}

.replymode {
    background: #0096B8;
    color: #FFFFFF;
    border-radius: 10px;
}

.errormessage {
    background: #C8F2EE;
    color: #002B2B;
    border-radius: 10px;
}

.manageinfo {
    background: #00D48F;
    color: #FFFFFF;
    border-radius: 10px;
}

.catalogmode {
    background: #00A6C8;
    color: #FFFFFF;
    border-radius: 10px;
}

.postarea table,
.hoverpost,
.message .touchreflink {
    background-color: #DFF7F5;
    border: 1px solid #A8D9D5;
    border-top: 0;
    border-left: 0;
    border-radius: 10px;

    /* NEW: padding fix */
    padding-right: 12px;
    padding-left: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.rules li {
    margin-left: 1em;
}

.postblock {
    background: #7FE3D4;
    color: #002B2B;
    font-weight: 800;
    border-radius: 10px;
}

.passvalid {
    background: #7FE3D4;
    text-align: center;
    width: 100%;
    color: #003333;
    border-radius: 10px;
}

.dellist,
.delbuttons {
    background: inherit;
    text-align: center;
}

.delbuttons {
    padding-bottom: 4px;
}

.postlists {
    background: #FFFFFF;
    width: 100%;
    padding: 0;
    color: #002B2B;
    border-radius: 10px;
}

.row1 {
    background: #A8F0E8;
    color: #002B2B;
}

.row2 {
    background: #FFFFFF;
    color: #002B2B;
}

.unkfunc {
    color: #4FAF4F;
}

.filetitle {
    background: inherit;
    color: #005C73;
    font-weight: 800;
}

.postername,
.commentpostername {
    background: inherit;
    color: #009E7A;
    font-weight: 800;
}

.oldpost {
    background: inherit;
    color: #005C73;
    font-weight: 800;
}

.omittedposts {
    background: inherit;
    color: #003030;
    font-weight: 800;
}

.reply {
    background: #C8F2EE;
    color: #002B2B;
    border: 1px solid #7FBFBA;
    border-top: 0;
    border-left: 0;
    border-radius: 10px;

    /* NEW: padding fix */
    padding-right: 12px;
    padding-left: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.forumpost:target,
.reply:target {
    border: 2px ridge #00A6C8;
    border-radius: 10px;
}

.replyhl {
    background: #F2D0E6;
    color: #002B2B;
    border-radius: 10px;
}

.thumbnailmsg {
    background: inherit;
    color: #002B2B;
}

/* --- Rounded hover fix + padding --- */
.hoverpost,
.reply:hover,
.forumpost:hover {
    background-color: #DFF7F5 !important;
    color: #002B2B;
    border-radius: 10px;

    /* NEW: padding fix */
    padding-right: 12px;
    padding-left: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
}
