/*
 Theme Name:   Author Book Writer Child
 Theme URI:    https://git.gi7b.org/
 Description:  Child theme for Author Book Writer — Save This Day redesign with Tailwind CSS + Material Design 3.
 Author:       Game in the Brain
 Author URI:   https://blog.gi7b.org
 Template:     author-book-writer
 Version:      1.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  author-book-writer-child
*/

/* Minimal overrides — Tailwind handles the rest */
.repo-status-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.repo-status-active { background: #d1fae5; color: #065f46; }
.repo-status-beta { background: #fef3c7; color: #92400e; }
.repo-status-maintenance { background: #e0e7ff; color: #3730a3; }
.repo-status-archived { background: #f3f4f6; color: #4b5563; }

/* WordPress alignments */
.alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }

/* Navigation active state helper */
nav a[aria-current="page"] {
    color: var(--md-sys-color-primary);
    border-bottom: 2px solid var(--md-sys-color-primary);
}

/* Dark mode repo status badges */
.dark .repo-status-active { background: #065f46; color: #d1fae5; }
.dark .repo-status-beta { background: #92400e; color: #fef3c7; }
.dark .repo-status-maintenance { background: #3730a3; color: #e0e7ff; }
.dark .repo-status-archived { background: #4b5563; color: #f3f4f6; }
