* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Qilka Bold';
    src: url('../assets/fonts/qilka-bold.otf') format('opentype');
    font-weight: bold;
}

body {
    background: rgb(31, 31, 31);
    color: #99996d;
    font-family: 'JetBrains Mono Nerd Font';
    font-size: 0.60rem;
    line-height: 1.4;
    overflow-x: hidden;
}

.retro-container {
    max-width: 1000px;
    margin: 0 auto;
    background: rgb(31, 31, 31);
    border: 3px solid #99996d;
    padding: 20px;
}

.retro-header {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 3px solid #99996d;
    padding-bottom: 20px;
}

.retro-header h1 {
    font-size: 2.5rem;
    color: #99996d;
    margin-bottom: 15px;
    text-shadow: 2px 2px 0 #333;
}

.retro-nav {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.retro-nav a {
    border: 2px solid #99996d;
    padding: 8px 15px;
    color: #99996d;
    text-decoration: none;
    background: rgb(31, 31, 31);
    transition: all 0.1s;
    cursor: pointer;
}

.retro-nav a:hover {
    background: #99996d;
    color: #000;
}

.retro-nav a:active {
    transform: translate(1px, 1px);
}

.retro-news {
    background: #1a234b;
    color: #99996d;
    padding: 10px;
    border: 2px solid #99996d;
    border-radius: 8px;
    margin-top: 10px;
}

.retro-news a {
    color: #99996d;
    text-decoration: underline;
}

.retro-main {
    margin: 35px 0;
}

.retro-main h2 {
    font-size: 2rem;
    color: #99996d;
    margin-bottom: 15px;
}

.intro-text {
    color: #99996d;
    margin-bottom: 20px;
}

.blog-entries {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.blog-entry {
    border: 2px solid #99996d;
    border-radius: 8px;
    background: #1a234b;
    padding: 20px;
    cursor: pointer;
    transition: all 0.1s;
}

.blog-entry:hover {
    background: #99996d;
    color: #000;
    transform: translate(-2px, -2px);
    box-shadow: 5px 5px 0 #333;
}

.entry-title {
    font-size: 1.5rem;
    color: #99996d;
    margin-bottom: 8px;
}

.blog-entry:hover .entry-title {
    color: #000;
}

.entry-date {
    color: #cccccc;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.blog-entry:hover .entry-date {
    color: #000;
}

.entry-preview {
    color: #99996d;
    line-height: 1.6;
}

.blog-entry:hover .entry-preview {
    color: #000;
}

.retro-footer {
    border-top: 3px solid #99996d;
    padding-top: 20px;
    margin-top: 30px;
    text-align: center;
    color: #99996d;
}

.retro-footer p {
    margin: 8px 0;
}

.retro-changelogs {
    background: #0c1331;
    color: #99996d;
    padding: 15px;
    border: 2px solid #99996d;
    margin-top: 10px;
}

h2 a {
    color: inherit;
    text-decoration: none;
}

h2 a:hover {
    text-decoration: underline;
}

@media (max-width: 800px) {
    .retro-header h1 {
        font-size: 1.8rem;
    }

    .retro-nav {
        gap: 5px;
    }

    .retro-nav a {
        padding: 6px 10px;
        font-size: 0.9rem;
    }

    .blog-entry {
        padding: 15px;
    }

    .entry-title {
        font-size: 1.2rem;
    }
}

.blog-post {
    border: 2px solid #99996d;
    background: #1a234b;
    padding: 30px;
    margin: 30px 0;
}

.blog-post h2 {
    font-size: 2rem;
    color: #99996d;
    margin-bottom: 10px;
}

.post-date {
    color: #cccccc;
    font-size: 0.9rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #99996d;
    padding-bottom: 10px;
}

.post-content {
    color: white;
    line-height: 1.8;
    margin: 20px 0;
    font-size: 13px;
    font-family: JetBrains Mono Nerd Font;
}

.post-content p {
    margin-bottom: 15px;
    font-family: JetBrains Mono Nerd Font;
}

.back-link {
    display: inline-block;
    margin-top: 20px;
    color: #99996d;
    text-decoration: none;
    border: 2px solid #99996d;
    padding: 8px 15px;
    transition: all 0.1s;
}

.back-link:hover {
    background: #99996d;
    color: #000;
}


.socials-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    color: #99996d;
    font-size: 1.4rem;
    line-height: 1.2;
    font-family: JetBrains Mono Nerd Font;
}

.socials-list li {
    margin-bottom: 0;
}

.socials-intro-text {
    color: #99996d;
    margin-bottom: 20px;
    font-size: 0.85rem;
    font-family: JetBrains Mono Nerd Font;
}

.socials-list strong {
    color: #99996d;
}

.socials-list a {
    color: #99996d;
    text-decoration: underline;
    transition: all 0.1s;
}

.socials-list a:hover {
    color: #000;
    background: #99996d;
    padding: 2px 4px;
}

.thanks-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 30px 0;
}

.thanks-card {
    border: none;
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    transition: none;
}
.thanks-card:hover {
    background: transparent;
    color: #99996d;
    transform: none;
    box-shadow: none;
}

.thanks-name {
    color: #99996d;
    font-size: 1.6rem;
    margin: 0 0 8px 0;
    font-weight: bold;
}

.thanks-card:hover .thanks-name {
    color: #99996d;
}

.thanks-message {
    color: #99996d;
    margin: 0;
    line-height: 1.8;
    font-size: 0.9rem;
}

.thanks-card:hover .thanks-message {
    color: #99996d;
}

.Boundaries {
    color: #99996d;
    margin-bottom: 20px;
    font-size: 1rem;
    font-family: 'JetBrains Mono Nerd Font';
}

.boundaries-list {
    padding-left: 40px;  /* More space = text further right */
    margin: 0;
    color: #99996d;
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 3px;
}

.boundaries-title h2 {
    font-size: 1.2rem;
    color: #adad77;
    margin-bottom: 15px;
    margin-top: 20px;
}

.boundaries-text p {
    font-size: 0.9rem;
    color: #99996d;
    margin-bottom: 20px;
    line-height: 1.6;
}

.boundaries-header {
    text-align: left;
    margin-bottom: 30px;
    border-bottom: 3px solid #99996d;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 1.1rem;
}

.boundaries-list li {
    padding-left: 10px;
}

.boundaries-list strong {
    color: #adad77;
}

.boundaries-list uncomfortable {
    color: #99996d;
    margin-top: 20px;
    font-size: 1rem;
    font-family: 'JetBrains Mono Nerd Font';
    text-align: left;
}

@media (max-width: 768px) {
    .retro-container {
        max-width: 100%;
        margin: 0;
        border: 2px solid #99996d;
        padding: 15px;
    }

    body {
        background: #000;
        color: #99996d;
        font-family: 'JetBrains Mono Nerd Font';
        font-size: 12px;
        line-height: 1.4;
    }

    .retro-header {
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 2px solid #99996d;
    }

    .retro-header h1 {
        font-size: 1.6rem;
        margin-bottom: 10px;
        color: #99996d;
    }

    .retro-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center;
        margin-bottom: 10px;
    }

    .retro-nav a {
        padding: 6px 10px;
        font-size: 0.8rem;
        border: 2px solid #99996d;
        color: #99996d;
        background: #000;
    }

    .retro-nav a:hover {
        background: #99996d;
        color: #000;
    }

    .retro-main {
        margin: 15px 0;
    }

    .retro-main h2 {
        font-size: 1.4rem;
        color: #99996d;
    }

    .intro-text {
        font-size: 0.95rem;
        color: #99996d;
    }

    .blog-entry,
    .blog-post {
        border: 2px solid #99996d;
        background: #1a234b;
        padding: 12px;
        color: #99996d;
    }

    .entry-title,
    .blog-post h2 {
        font-size: 1rem;
        color: #99996d;
    }

    .post-content {
        color: #99996d;
        font-size: 0.95rem;
        font-family: JetBrains Mono Nerd Font;
    }

    .socials-list {
        color: #99996d;
        font-size: 1rem;
    }

    .thanks-name {
        font-size: 1.3rem;
        color: #99996d;
    }

    .thanks-message {
        font-size: 0.95rem;
        color: #99996d;
    }

    .retro-footer {
        border-top: 2px solid #99996d;
        padding-top: 15px;
        margin-top: 20px;
        font-size: 0.8rem;
        color: #99996d;
    }
}

@media (max-width: 480px) {
    .retro-container {
        padding: 10px;
        border: 1px solid #99996d;
    }

    body {
        font-size: 11px;
    }

    .retro-header h1 {
        font-size: 1.3rem;
    }

    .retro-main h2 {
        font-size: 1.1rem;
    }

    .intro-text {
        font-size: 0.9rem;
    }

    .thanks-name {
        font-size: 1.1rem;
    }

    .thanks-message {
        font-size: 0.85rem;
    }
}


.about-section {
    border: 2px solid #99996d;
    background: #1a234b;
    padding: 25px;
    margin: 30px 0;
    color: #99996d;
}

.about-section h2 {
    font-size: 2rem;
    color: #99996d;
    margin-bottom: 15px;
}

.about-text {
    font-size: 15px;
    line-height: 1.8;
    color: #cccccc;
}

.about-text p {
    margin-bottom: 15px;
}

/* Optional picture styling if you ever add an avatar */
.about-photo {
    width: 150px;
    height: 150px;
    border: 3px solid #99996d;
    object-fit: cover;
    display: block;
    margin: 0 auto 20px auto;
    background: #000;
}

/* Mobile tweaks */
@media (max-width: 768px) {
    .about-section {
        padding: 15px;
    }

    .about-section h2 {
        font-size: 1.4rem;
    }

    .about-text {
        font-size: 0.95rem;
    }

    .about-photo {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 480px) {
    .about-section h2 {
        font-size: 1.2rem;
    }

    .about-photo {
        width: 100px;
        height: 100px;
    }
}


/*
  Changelog CSS  
*/

/* Changelog specific styles */
.changelog-entries {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: JetBrains Mono Nerd Font;
}

.changelog-entry {
    border: 2px solid #99996d;
    background: #1a234b;
    padding: 20px;
    cursor: pointer;
    transition: all 0.1s;
    text-decoration: none;
    display: block;
    color: #99996d;
    font-family: JetBrains Mono Nerd Font;
}

.changelog-entry:hover {
    background: #99996d;
    color: #000;
    transform: translate(-2px, -2px);
    box-shadow: 5px 5px 0 #333;
}

.changelog-title {
    font-size: 1.5rem;
    color: #99996d;
    margin-bottom: 8px;
    font-family: JetBrains Mono Nerd Font;
}

.changelog-entry:hover .changelog-title {
    color: #000;
    font-family: JetBrains Mono Nerd Font;
}

.changelog-date {
    color: #cccccc;
    font-size: 0.9rem;
    margin-bottom: 10px;
    font-family: JetBrains Mono Nerd Font;
}

.changelog-entry:hover .changelog-date {
    color: #000;
}

.changelog-preview {
    color: #99996d;
    line-height: 1.6;
    font-family: JetBrains Mono Nerd Font;
}

.changelog-entry:hover .changelog-preview {
    color: #000;
}

/* Individual changelog post page */
.changelog-post {
    border: 2px solid #99996d;
    background: #1a234b;
    padding: 30px;
    margin: 30px 0;
    font-family: JetBrains Mono Nerd Font;
}

.changelog-post h1 {
    font-size: 2rem;
    color: #99996d;
    margin-bottom: 10px;
    font-family: JetBrains Mono Nerd Font;
}

.changelog-post h3 {
    font-size: 1.5rem;
    color: #99996d;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: JetBrains Mono Nerd Font;
}

.changelog-content {
    color: #cccccc;
    line-height: 1.8;
    margin: 20px 0;
    font-size: 15px;
    font-family: JetBrains Mono Nerd Font;
}

.changelog-content p {
    margin-bottom: 15px;
}

.changelog-content ul {
    list-style: none;
    padding-left: 20px;
    margin: 15px 0;
}

.changelog-content ul li {
    margin-bottom: 8px;
    color: #cccccc;
}

.changelog-content ul li:before {
    content: "▸ ";
    color: #99996d;
    font-weight: bold;
    margin-right: 8px;
}

.changelog-content a {
    color: #99996d;
    text-decoration: underline;
    transition: all 0.1s;
}

.changelog-content a:hover {
    color: #000;
    background: #99996d;
    padding: 2px 4px;
}

/* Mobile responsive */
@media (max-width: 800px) {
    .changelog-entry {
        padding: 15px;
    }

    .changelog-title {
        font-size: 1.2rem;
    }

    .changelog-post {
        padding: 20px;
    }

    .changelog-post h1 {
        font-size: 1.5rem;
    }

    .changelog-post h3 {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .changelog-entry,
    .changelog-post {
        border: 2px solid #99996d;
        background: #1a234b;
        padding: 12px;
    }

    .changelog-title,
    .changelog-post h1 {
        font-size: 1rem;
        color: #99996d;
    }

    .changelog-content {
        color: #cccccc;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .changelog-post h1 {
        font-size: 1.1rem;
    }

    .changelog-post h3 {
        font-size: 1rem;
    }
}

/* Changelog Post Styles */
.changelog-post {
    border: 2px solid #99996d;
    background: #1a234b;
    padding: 30px;
    margin: 30px 0;
}

.changelog-post h1 {
    font-size: 2rem;
    color: #99996d;
    margin-bottom: 10px;
}

.changelog-date-header {
    color: #cccccc;
    font-size: 0.9rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #99996d;
    padding-bottom: 10px;
}

.changelog-post h3 {
    font-size: 1.5rem;
    color: #99996d;
    margin-top: 25px;
    margin-bottom: 12px;
}

.changelog-content {
    color: #cccccc;
    line-height: 1.8;
    margin: 20px 0;
    font-size: 15px;
}

.changelog-content p {
    margin-bottom: 15px;
    color: #cccccc;
}

.changelog-content ul {
    list-style: none;
    padding-left: 20px;
    margin: 15px 0;
}

.changelog-content ul li {
    margin-bottom: 10px;
    color: #cccccc;
    position: relative;
}

.changelog-content ul li:before {
    content: "▸ ";
    color: #99996d;
    font-weight: bold;
    position: absolute;
    left: -20px;
}

.changelog-content a {
    color: #99996d;
    text-decoration: underline;
    transition: all 0.1s;
}

.changelog-content a:hover {
    color: #000;
    background: #99996d;
    padding: 2px 4px;
    text-decoration: none;
}

/* Mobile Responsive */
@media (max-width: 800px) {
    .changelog-post {
        padding: 20px;
    }

    .changelog-post h1 {
        font-size: 1.5rem;
    }

    .changelog-post h3 {
        font-size: 1.2rem;
    }

    .changelog-content {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .changelog-post {
        border: 2px solid #99996d;
        background: #1a234b;
        padding: 15px;
    }

    .changelog-post h1 {
        font-size: 1.2rem;
        color: #99996d;
    }

    .changelog-post h3 {
        font-size: 1.1rem;
    }

    .changelog-content {
        color: #cccccc;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .changelog-post {
        padding: 12px;
    }

    .changelog-post h1 {
        font-size: 1.1rem;
    }

    .changelog-post h3 {
        font-size: 1rem;
    }

    .changelog-content {
        font-size: 0.9rem;
    }
}

/*
End of Changelog CSS
*/

/*
Profile CSS
*/

.header-pfp {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%; 
    border: 1.5px solid #fff; 
    object-fit: cover;
}

.blog-post {
    position: relative;
}

.blog-post h2 {
    position: relative;
}

@media (max-width: 768px) {
    .header-pfp {
        width: 50px;
        height: 50px;
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 480px) {
    .header-pfp {
        width: 40px;
        height: 40px;
        top: 8px;
        right: 8px;
    }
}

/*
End of Profile CSS
*/

.now-playing {
    background: #1a234b;
    border: 1px solid #99996d;
    border-radius: 8px;
    padding: 12px 16px;
    margin: 20px 0;
    font-size: 14px;
    color: #99996d;
}

.now-playing a {
    color: #99996d;
    text-decoration: underline;
    transition: opacity 0.2s;
}

.now-playing a:hover {
    opacity: 1;
    color: #1ed760;
}