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

body {
    background-color: #ffffff;
    color: #0a0a0a;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.hero-section {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.text-scatter {
    position: fixed;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: 1;
}

.scatter-text {
    position: absolute;
    text-transform: lowercase;
    white-space: nowrap;
    color: #0a0a0a;
    opacity: 0.6;
}

.scatter-1 {
    top: 22%;
    left: 15%;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05em;
}

.scatter-2 {
    top: 68%;
    right: 18%;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -0.02em;
}

.scatter-3 {
    bottom: 12%;
    left: 8%;
    font-size: 14px;
    font-weight: 300;
    font-family: 'IBM Plex Mono', monospace;
    letter-spacing: 0.15em;
}

.scatter-4 {
    top: 15%;
    right: 12%;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0.08em;
}

.scatter-5 {
    bottom: 35%;
    right: 8%;
    font-size: 22px;
    font-weight: 500;
    font-family: 'IBM Plex Mono', monospace;
    letter-spacing: 0.02em;
}

.scatter-6 {
    top: 38%;
    left: 10%;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: 0.12em;
}

.scatter-gif {
    position: absolute;
    top: 25%;
    right: 22%;
    width: 350px;
    height: auto;
    opacity: 0.8;
}

.scatter-7 {
    top: 33%;
    right: 20%;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: 0.05em;
}

.books-section {
    position: absolute;
    top: 8%;
    left: 8%;
    max-width: 450px;
    pointer-events: auto;
}

.books-title {
    font-size: 13px;
    font-weight: 600;
    font-family: 'IBM Plex Mono', monospace;
    letter-spacing: 0.08em;
    text-transform: lowercase;
    margin-bottom: 10px;
    opacity: 0.85;
}

.book-item {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    text-transform: lowercase;
    opacity: 0.75;
    line-height: 1.6;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.book-item:hover {
    opacity: 1;
    letter-spacing: 0.05em;
    transform: translateX(4px);
}

.goals-section {
    position: absolute;
    top: 8%;
    left: 32%;
    max-width: 400px;
    pointer-events: auto;
}

.goals-title {
    font-size: 13px;
    font-weight: 600;
    font-family: 'IBM Plex Mono', monospace;
    letter-spacing: 0.08em;
    text-transform: lowercase;
    margin-bottom: 10px;
    opacity: 0.85;
}

.goal-item {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    text-transform: lowercase;
    opacity: 0.75;
    line-height: 1.6;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.goal-item:hover {
    opacity: 1;
    letter-spacing: 0.05em;
    transform: translateX(4px);
}

.stats-section {
    position: absolute;
    top: 8%;
    left: 56%;
    max-width: 400px;
    pointer-events: auto;
}

.stats-title {
    font-size: 13px;
    font-weight: 600;
    font-family: 'IBM Plex Mono', monospace;
    letter-spacing: 0.08em;
    text-transform: lowercase;
    margin-bottom: 10px;
    opacity: 0.85;
}

.stat-item {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    text-transform: lowercase;
    opacity: 0.75;
    line-height: 1.6;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.stat-item:hover {
    opacity: 1;
    letter-spacing: 0.05em;
    transform: translateX(4px);
}

.version-number {
    position: absolute;
    bottom: 3%;
    right: 3%;
    font-size: 10px;
    font-weight: 400;
    font-family: 'IBM Plex Mono', monospace;
    letter-spacing: 0.05em;
    text-transform: lowercase;
    opacity: 0.4;
}

.social-links {
    position: absolute;
    bottom: 3%;
    left: 3%;
    display: flex;
    gap: 15px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    opacity: 0.4;
    pointer-events: auto;
}

.social-links a {
    color: #0a0a0a;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    position: relative;
}

.social-links a:hover {
    opacity: 1;
    letter-spacing: 0.1em;
    transform: translateY(-1px);
}

.quote-mark {
    position: absolute;
    font-size: 180px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    opacity: 0.08;
    line-height: 1;
    pointer-events: none;
}

.quote-open {
    top: 5%;
    right: 15%;
}

.quote-close {
    bottom: 10%;
    left: 20%;
    transform: rotate(180deg);
}

.coordinate {
    position: absolute;
    font-size: 9px;
    font-weight: 300;
    font-family: 'IBM Plex Mono', monospace;
    opacity: 0.25;
    letter-spacing: 0.02em;
}

.coord-1 {
    top: 18%;
    left: 3%;
}

.coord-2 {
    top: 62%;
    right: 4%;
}

.coord-3 {
    bottom: 28%;
    left: 25%;
}

.coord-4 {
    top: 85%;
    right: 30%;
}

.glitch-bar {
    position: absolute;
    height: 2px;
    background-color: #0a0a0a;
    opacity: 0.3;
}

.bar-1 {
    width: 150px;
    top: 30%;
    right: 25%;
    transform: rotate(-12deg);
}

.bar-2 {
    width: 100px;
    bottom: 40%;
    left: 18%;
    transform: rotate(8deg);
}

.bar-3 {
    width: 80px;
    top: 70%;
    right: 40%;
    transform: rotate(-5deg);
}

.corner-bracket {
    position: absolute;
    font-size: 40px;
    font-family: 'IBM Plex Mono', monospace;
    opacity: 0.2;
    line-height: 1;
}

.top-left {
    top: 10px;
    left: 10px;
}

.top-right {
    top: 10px;
    right: 10px;
}

.bottom-left {
    bottom: 10px;
    left: 10px;
}

.bottom-right {
    bottom: 10px;
    right: 10px;
}

.status-indicator {
    position: absolute;
    top: 5%;
    right: 5%;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    opacity: 0.5;
}

.status-dot {
    width: 8px;
    height: 8px;
    background-color: #00ff00;
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.status-text {
    text-transform: lowercase;
}

.grid-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
    opacity: 0.5;
}


.random-text {
    position: absolute;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 20px;
    opacity: 0.2;
}

.rt-1 {
    top: 25%;
    left: 25%;
}

.rt-2 {
    top: 55%;
    right: 35%;
}

.rt-3 {
    bottom: 35%;
    right: 20%;
}

.rt-4 {
    top: 80%;
    left: 40%;
}

.rt-5 {
    top: 45%;
    left: 60%;
}

.bold-text {
    position: absolute;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 900;
    font-size: 120px;
    opacity: 0.08;
    line-height: 1;
    pointer-events: none;
    transform: rotate(-15deg);
}

.bt-1 {
    top: 10%;
    left: 35%;
    letter-spacing: -0.05em;
}

.bt-2 {
    bottom: 20%;
    right: 25%;
    transform: rotate(8deg);
}

.thick-line {
    position: absolute;
    background-color: #0a0a0a;
    opacity: 0.15;
}

.tl-1 {
    width: 8px;
    height: 200px;
    top: 15%;
    right: 10%;
    transform: rotate(25deg);
}

.tl-2 {
    width: 250px;
    height: 6px;
    bottom: 30%;
    left: 5%;
    transform: rotate(-10deg);
}

.bold-box {
    position: absolute;
    border: 4px solid #0a0a0a;
    opacity: 0.12;
}

.bb-1 {
    width: 100px;
    height: 100px;
    top: 20%;
    left: 10%;
    transform: rotate(15deg);
}

.bb-2 {
    width: 80px;
    height: 150px;
    bottom: 15%;
    left: 45%;
    transform: rotate(-8deg);
}

.bb-3 {
    width: 120px;
    height: 80px;
    top: 60%;
    right: 15%;
    transform: rotate(20deg);
}

.glitch-text {
    position: absolute;
    top: 50%;
    right: 8%;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 900;
    font-size: 32px;
    opacity: 0.1;
    transform: rotate(90deg);
    letter-spacing: 0.2em;
}

.heavy-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 8px solid #0a0a0a;
    opacity: 0.08;
    pointer-events: none;
}

.bold-arrow {
    position: absolute;
    top: 35%;
    left: 8%;
    font-size: 60px;
    opacity: 0.15;
    transform: rotate(45deg);
}

.scan-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to bottom, transparent, #0a0a0a, transparent);
    opacity: 0.3;
    animation: scan 8s linear infinite;
}

@keyframes scan {
    0% { transform: translateY(0); }
    100% { transform: translateY(100vh); }
}

.ascii-img {
    position: absolute;
    bottom: 15%;
    right: 5%;
    width: 400px;
    height: auto;
    opacity: 0.75;
}

.jinro-img {
    position: absolute;
    top: 40%;
    left: 5%;
    width: 350px;
    height: 300px;
    opacity: 0.7;
}

.mc-img {
    position: absolute;
    bottom: 8%;
    left: 35%;
    width: 400px;
    height: auto;
    opacity: 0.65;
}

.me-img {
    position: absolute;
    top: 8%;
    right: 5%;
    width: 225px;
    height: auto;
    opacity: 0.4;
    transform: rotate(-3deg);
}

main {
    text-align: center;
    z-index: 10;
    position: relative;
}

.blog-section {
    width: 100%;
    max-width: 600px;
    padding: 60px 20px 90vh 20px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    min-height: 100vh;
}

.blog-entry {
    margin-bottom: 50px;
}

.blog-date {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    text-transform: lowercase;
    opacity: 0.5;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}

.blog-content {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #0a0a0a;
    opacity: 0.8;
    text-transform: lowercase;
    margin: 0;
}

.scroll-indicator {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    opacity: 0.5;
    animation: bounce 2s infinite ease-in-out;
    pointer-events: none;
    text-align: center;
}

.scroll-text {
    font-size: 12px;
    font-family: 'IBM Plex Mono', monospace;
    color: #0a0a0a;
    text-transform: lowercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.scroll-caret {
    font-size: 20px;
    font-family: 'IBM Plex Mono', monospace;
    color: #0a0a0a;
}

@keyframes bounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(8px);
    }
}

.name-container {
    position: relative;
    display: inline-block;
}

h1 {
    font-size: 96px;
    font-weight: 300;
    letter-spacing: -0.02em;
    text-transform: lowercase;
    line-height: 1;
    color: #0a0a0a;
    font-family: 'Inter', sans-serif;
    margin: 0;
}

.trail {
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(0px);
}

.trail-1 {
    transform: translate(-5px, -5px);
    opacity: 0.9;
    filter: blur(0.5px);
    z-index: 8;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #0a0a0a;
}

.trail-2 {
    transform: translate(-10px, -10px);
    opacity: 0.65;
    filter: blur(2px);
    z-index: 7;
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.trail-3 {
    transform: translate(-15px, -15px);
    opacity: 0.6;
    filter: blur(3px);
    z-index: 6;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.trail-4 {
    transform: translate(-20px, -20px);
    opacity: 0.5;
    filter: blur(4px);
    z-index: 5;
    transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.trail-5 {
    transform: translate(-25px, -25px);
    opacity: 0.4;
    filter: blur(5px);
    z-index: 4;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.trail-6 {
    transform: translate(-30px, -30px);
    opacity: 0.3;
    filter: blur(6px);
    z-index: 3;
    transition: transform 0.65s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.trail-7 {
    transform: translate(-35px, -35px);
    opacity: 0.2;
    filter: blur(7px);
    z-index: 2;
    transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.trail-8 {
    transform: translate(-40px, -40px);
    opacity: 0.15;
    filter: blur(8px);
    z-index: 1;
    transition: transform 0.75s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.trail:hover {
    opacity: 0.6;
}

@media (max-width: 768px) {
    h1 {
        font-size: 48px;
    }
    
    .scatter-1 { font-size: 11px; }
    .scatter-2 { font-size: 20px; }
    .scatter-3 { font-size: 9px; }
    .scatter-4 { font-size: 13px; }
    .scatter-5 { font-size: 13px; }
    .scatter-6 { font-size: 16px; }
    
    .books-section {
        left: 5%;
        max-width: 90%;
    }
    
    .goals-section {
        top: auto;
        bottom: 45%;
        left: 5%;
        max-width: 90%;
    }
    
    .stats-section {
        top: auto;
        bottom: 25%;
        left: 5%;
        max-width: 90%;
    }
    
    .books-title, .goals-title, .stats-title {
        font-size: 12px;
    }
    
    .book-item, .goal-item, .stat-item {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 32px;
    }
    
    .scatter-text {
        opacity: 0.5;
    }
    
    .scatter-1 { font-size: 10px; left: 5%; top: 15%; }
    .scatter-2 { font-size: 16px; right: 5%; }
    .scatter-3 { font-size: 8px; left: 5%; }
    .scatter-4 { font-size: 11px; right: 5%; }
    .scatter-5 { font-size: 10px; right: 5%; }
    .scatter-6 { font-size: 14px; left: 5%; top: 25%; }
    
    .books-section {
        top: auto;
        bottom: 55%;
        left: 5%;
        right: 5%;
        max-width: none;
    }
    
    .goals-section {
        top: auto;
        bottom: 35%;
        left: 5%;
        right: 5%;
        max-width: none;
    }
    
    .stats-section {
        top: auto;
        bottom: 15%;
        left: 5%;
        right: 5%;
        max-width: none;
    }
    
    .books-title, .goals-title, .stats-title {
        font-size: 11px;
        margin-bottom: 6px;
    }
    
    .book-item, .goal-item, .stat-item {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .bold-text, .thick-line, .bold-box, .glitch-text, .heavy-border {
        display: none;
    }
    
    .scatter-gif, .jinro-img, .mc-img, .ascii-img, .me-img {
        opacity: 0.3;
        width: 150px !important;
    }
    
    .social-links {
        flex-direction: column;
        gap: 5px;
        font-size: 9px;
        left: 8%;
        bottom: 5%;
    }
    
    .version-number {
        font-size: 9px;
        right: 8%;
        bottom: 5%;
    }
    
    .status-indicator {
        right: 8%;
        top: 8%;
    }
    
    .blog-section {
        padding: 40px 15px 80px 15px;
    }
    
    .blog-entry {
        margin-bottom: 40px;
    }
    
    .blog-date {
        font-size: 10px;
    }
    
    .blog-content {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .yahooo {
        font-size: 80px;
    }
    
    .song-link {
        font-size: 9px;
        transform: translate(-50%, -50%) translateX(-45px);
    }
    
    .song-artist {
        font-size: 8px;
    }
}

.audio-player {
    position: fixed;
    top: 50%;
    left: 33%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    pointer-events: auto;
}

.play-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #0a0a0a;
    background: none;
    cursor: pointer;
    font-size: 14px;
    color: #0a0a0a;
    font-family: 'IBM Plex Mono', monospace;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.audio-label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    opacity: 0.5;
    text-transform: lowercase;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 0.05em;
}

.audio-label span {
    display: inline-block;
    animation: waveBounce 1.5s ease-in-out infinite;
}

@keyframes waveBounce {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(4px);
    }
}

.song-link {
    position: fixed;
    top: 50%;
    left: 33%;
    transform: translate(-50%, -50%) translateX(-60px);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: right;
}

.song-link.show {
    opacity: 0.4;
    visibility: visible;
    pointer-events: auto;
}

.song-link:hover {
    opacity: 0.7;
}

.song-title {
    color: #0a0a0a;
    font-weight: 500;
}

.song-artist {
    color: #0a0a0a;
    opacity: 0.6;
    font-size: 9px;
}

.yahooo {
    position: fixed;
    top: 50%;
    left: -150%;
    transform: translateY(-50%);
    font-size: 200px;
    font-weight: 900;
    font-family: 'Space Grotesk', sans-serif;
    color: #0a0a0a;
    opacity: 0.2;
    z-index: 200;
    pointer-events: none;
    text-transform: lowercase;
    white-space: nowrap;
    display: none;
    visibility: hidden;
}

.yahooo span {
    display: inline-block;
}

.yahooo.slide span {
    animation: letterBounce 0.4s ease-in-out;
}

.yahooo.slide {
    animation: slideAcross 1.25s ease-in-out forwards;
}

@keyframes slideAcross {
    0% {
        left: -150%;
    }
    50% {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    100% {
        left: 200%;
    }
}

@keyframes letterBounce {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(2);
    }
}

body.shake {
    animation: shake 0.25s ease-in-out;
}

body.invert {
    background: #0a0a0a;
    color: #ffffff;
}

body.invert .name-container,
body.invert .scatter-text,
body.invert .books-title,
body.invert .book-item,
body.invert .goals-title,
body.invert .goal-item,
body.invert .stats-title,
body.invert .stat-item,
body.invert .version-number,
body.invert .quote,
body.invert .coordinate,
body.invert .corner-bracket,
body.invert .status-indicator,
body.invert .blog-date,
body.invert .blog-content,
body.invert .scroll-text,
body.invert .scroll-caret,
body.invert .audio-label {
    color: #ffffff;
}

body.invert .social-links a {
    color: #ffffff;
}

body.invert .play-btn {
    border-color: #ffffff;
    color: #ffffff;
}

body.invert .bold-text,
body.invert .glitch-text,
body.invert .yahooo {
    color: #ffffff;
}

body.invert .trail {
    color: #ffffff !important;
}

body.shake .trail-1 {
    transform: translate(45px, -50px) rotate(-15deg) !important;
}

body.shake .trail-2 {
    transform: translate(-50px, 45px) rotate(20deg) !important;
}

body.shake .trail-3 {
    transform: translate(55px, 48px) rotate(-25deg) !important;
}

body.shake .trail-4 {
    transform: translate(-48px, -55px) rotate(30deg) !important;
}

body.shake .trail-5 {
    transform: translate(60px, -45px) rotate(-18deg) !important;
}

body.shake .trail-6 {
    transform: translate(-55px, 60px) rotate(35deg) !important;
}

body.shake .trail-7 {
    transform: translate(50px, -55px) rotate(-28deg) !important;
}

body.shake .trail-8 {
    transform: translate(-60px, 65px) rotate(25deg) !important;
}


@keyframes shake {
    0%, 100% {
        transform: translate(0, 0);
    }
    10% {
        transform: translate(-12px, 12px);
    }
    20% {
        transform: translate(12px, -12px);
    }
    30% {
        transform: translate(-12px, -12px);
    }
    40% {
        transform: translate(12px, 12px);
    }
    50% {
        transform: translate(-12px, 12px);
    }
    60% {
        transform: translate(12px, -12px);
    }
    70% {
        transform: translate(-12px, -12px);
    }
    80% {
        transform: translate(12px, 12px);
    }
    90% {
        transform: translate(-12px, -12px);
    }
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #0a0a0a;
        color: #ffffff;
    }
    
    h1, .trail {
        color: #ffffff;
    }
    
    .scatter-text, .coordinate, .random-text, .version-number {
        color: #ffffff;
    }
    
    .books-title, .goals-title, .stats-title {
        color: #ffffff;
    }
    
    .book-item, .goal-item, .stat-item {
        color: #ffffff;
    }
    
    .blog-date {
        color: #ffffff;
    }
    
    .blog-content {
        color: #ffffff;
    }
    
    .social-links a {
        color: #ffffff;
    }
    
    .scroll-text, .scroll-caret {
        color: #ffffff;
    }
    
    .corner-bracket {
        color: #ffffff;
    }
    
    .status-text {
        color: #ffffff;
    }
    
    .glitch-bar, .thick-line {
        background-color: #ffffff;
    }
    
    .bold-text {
        color: #ffffff;
        opacity: 0.12;
    }
    
    .glitch-text {
        color: #ffffff;
    }
    
    .bold-box {
        border-color: #ffffff;
    }
    
    .heavy-border {
        border-color: #ffffff;
    }
    
    .bold-arrow {
        color: #ffffff;
    }
    
    .scan-line {
        background: linear-gradient(to bottom, transparent, #ffffff, transparent);
    }
    
    .grid-lines {
        background-image: 
            linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    }
    
    .play-btn {
        border-color: #ffffff;
        color: #ffffff;
    }
    
    .audio-label {
        color: #ffffff;
    }
    
    .yahooo {
        color: #ffffff;
    }
    
    body.invert {
        background: #ffffff;
        color: #0a0a0a;
    }
    
    body.invert .name-container,
    body.invert .scatter-text,
    body.invert .books-title,
    body.invert .book-item,
    body.invert .goals-title,
    body.invert .goal-item,
    body.invert .stats-title,
    body.invert .stat-item,
    body.invert .version-number,
    body.invert .quote,
    body.invert .coordinate,
    body.invert .corner-bracket,
    body.invert .status-indicator,
    body.invert .blog-date,
    body.invert .blog-content,
    body.invert .scroll-text,
    body.invert .scroll-caret,
    body.invert .audio-label {
        color: #0a0a0a;
    }
    
    body.invert .social-links a {
        color: #0a0a0a;
    }
    
    body.invert .play-btn {
        border-color: #0a0a0a;
        color: #0a0a0a;
    }
    
    body.invert .bold-text,
    body.invert .glitch-text,
    body.invert .yahooo {
        color: #0a0a0a;
    }
    
    body.invert .trail {
        color: #0a0a0a !important;
    }
}

@media (prefers-color-scheme: dark) {
    .song-title, .song-artist {
        color: #ffffff;
    }
    
    body.invert .song-title,
    body.invert .song-artist {
        color: #0a0a0a;
    }
}

