@font-face {
    font-family: "Pixelated MS Sans Serif";
    src: url(https://unpkg.com/98.css@0.1.16/dist/ms_sans_serif.woff) format("woff");
    src: url(https://unpkg.com/98.css@0.1.16/dist/ms_sans_serif.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: none;
}

@font-face {
    font-family: "Pixel Comic Sans MS";
    src: url("../fonts/comic.TTF") format("truetype");
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: none;
}

html, body, * {
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: unset;
    font-smooth: never;
}

body {
    background-color: #af87ff;
    cursor: none;
    padding-bottom: 24px;
    margin: 0;
}

body * {
    cursor: none !important;
}

#flames {
    background-image: url('../images/flames.gif');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1; /* ensures the flames are behind other content */
    opacity: 0.65;
    pointer-events: none;
}

.content {
    font-family: "Pixel Comic Sans MS", sans-serif;
    --webkit-font-smoothing: none;
    text-align: center;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}


#titlebar {
    width: 85%;
    margin-top: 20px;
    margin-bottom: -40px;
}

.main-bannertext {
    margin-top: 5px;
    margin-bottom: 0px;
}

.header-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
}

#blogbtn_top, #playmusic, #rainbowbtn {
    float: none;
    margin: 0;
}

#spin {
    position: relative;
    height: 225px;
    width: 100%;
    margin-bottom: 20px;
}

#bruhspin {
    position: absolute;
    margin-top: 10px;
    left: 0;
    animation: moveAndSpin 1.25s linear infinite;
    pointer-events: none;
}

@keyframes moveAndSpin {
    0% {
        left: -150px;
        transform: rotate(0deg);
    }
    100% {
        left: 100vw;
        transform: rotate(720deg);
    }
}

.aboutmetxt {
    text-align: left;
    margin: 0 auto;
}

#aboutandguest {
    display: flex;
    justify-content: space-between;

}

#guestform {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    width: 100%;
    font-size: 14px;
    color: #000000;
    text-align: left;
}

#guestform input[type="text"] {
    width: 40%;
    max-width: 80px;
    max-width: 250px;
    font-family: 'Pixelated MS Sans Serif', 'Arial', sans-serif;
    font-size: 1em;
    margin: 0 auto;
    box-sizing: border-box;
}

#guestform textarea {
    width: 100%;
    min-width: 200px;
    font-size: 1em;
    height: 4em;
    font-family: 'Pixelated MS Sans Serif', 'Arial', sans-serif;
    resize: vertical;
    box-sizing: border-box;
    margin: 0 auto;
}

#guestform button {
    align-self: center;
    margin-top: 8px;
}

#aboutme, #guestbook {
    width: 50%;
    padding: 1em;
    box-sizing: border-box;
}

.album-box {
    font-family: 'Pixelated MS Sans Serif', 'Arial', sans-serif; 
    font-size: 14px;
    color: #000000;
    text-align: left;
    margin-top: 10px;
    background-color: #ffffff;
    border-top: 2px solid #808080; 
    border-left: 2px solid #808080;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    padding: 10px;
}

.album-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.album-text {
    flex: 1;
    min-width: 0;
}

.album-header h2, .album-header .album-review {
    flex: 1 1 0;
}

.album-cover-image {
    float: none;
    display: block;
    height: 150px;
    width: 150px;
}


.win95-button {
    background-color: #C0C0C0; /* standard Windows 95 grey */
    border-top: 2px solid #FFFFFF; 
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
    padding: 5px 15px;
    line-height: normal;
    height: auto;
    font-family: 'Pixelated MS Sans Serif', 'Arial', sans-serif; 
    font-size: 14px;
    color: #000000;
    text-align: center;
    cursor: pointer;
    outline: none; 
}

.win95-button:active {
    /* inset effect when clicked */
    border-top: 2px solid #808080;
    border-left: 2px solid #808080;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    padding: 8px 14px 6px 16px;
}


/* blog related stuff */
.blog-links-box { 
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 16px;
    margin-left: 16px;
    margin-bottom: 16px;
}

.blog-preview-box {
    font-family: 'Pixelated MS Sans Serif', 'Arial', sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: left;
    background-color: #ffffff;
    border-top: 2px solid #808080;
    border-left: 2px solid #808080;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
}

.blog-preview-box h2 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 1.2em;
}

.blog-excerpt {
    margin: 0;
    color: #333;
    font-size: 1em;
}

.blog-post-box {
    background: #fffbe6;
    box-shadow: 8px 8px 0 #808080;
    padding: 32px 24px 24px 24px;
    margin: 32px auto;
    max-width: 700px;
    min-width: 300px;
    font-family: "Pixel Comic Sans MS", "Comic Sans MS", cursive, sans-serif;
    color: #222;
    position: relative;
}

.blog-post-title {
    font-size: 2em;
    color: #ff00ff;
    text-shadow: 2px 2px 0 #fff, 0 0 2px #ff0;
    margin-bottom: 12px;
    font-family: "Pixel Comic Sans MS", "Comic Sans MS", cursive, sans-serif;
    letter-spacing: 2px;
}

.blog-post-content {
    font-size: 1.1em;
    color: #222;
    line-height: 1.7;
    margin-bottom: 24px;
}

/* Blog post image styling */
.blog-post-content img {
    max-width: 100%;
    height: auto;
    margin: 16px 0;
    border: 2px solid #808080;
    box-shadow: 4px 4px 0 #c0c0c0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.blog-post-sticky {
    position: absolute;
    top: -24px;
    right: -24px;
    background: #ff0;
    color: #800;
    font-family: "Pixelated MS Sans Serif", Arial, sans-serif;
    padding: 6px 18px;
    border: 2px solid #800;
    box-shadow: 2px 2px 0 #c0c0c0;
    transform: rotate(8deg);
    font-size: 1em;
    z-index: 2;
}

.popup-header {
    font-family: 'Comic Sans MS', 'Arial', sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

.popup-message {
    font-family: 'Pixelated MS Sans Serif', 'Arial', sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

/* --- MOBILE RESPONSIVE STYLES --- */
@media (max-width: 700px) {
    html, body {
        width: 100vw;
        overflow-x: hidden;
        margin: 0;
        padding: 0;
    }
    .content {
        width: 98vw;
        margin: 0 auto 10px auto;
        text-align: center;
        box-sizing: border-box;
    }
    #titlebar {
        width: 98vw;
        margin: 20px auto 0 auto;
        display: block;
    }
    #blogbtn_top, #playmusic, #rainbowbtn {
        float: none;
        display: block;
        margin: 10px auto 0 auto;
        text-align: center;
        position: static;
    }
    #spin {
        width: 100vw;
        height: 150px;
        margin-bottom: 10px;
    }
    #bruhspin {
        position: static;
        display: block;
        margin: 10px auto 0 auto;
        left: unset;
        animation: moveAndSpin 1.25s linear infinite;
    }
    #aboutandguest {
        display: block;
        width: 98vw;
        margin: 0 auto;
    }
    #aboutme, #guestbook {
        width: 98vw;
        display: block;
        margin: 0 auto 20px auto;
        padding: 1em 0.5em;
        box-sizing: border-box;
    }
    .aboutmetxt {
        text-align: left;
        padding: 0 8px;
    }
    #guestform input[type="text"], #guestform textarea {
        width: 90vw;
        max-width: 98vw;
        min-width: 0;
        margin: 0 auto;
    }
    #guestform button {
        width: 80vw;
        max-width: 300px;
        margin: 10px auto 0 auto;
        display: block;
    }
    #album-box {
        width: 98vw;
        margin: 0 auto 20px auto;
        padding: 10px 4px;
        box-sizing: border-box;
    }
    .album-header {
        display: block;
        gap: 0;
        text-align: center;
    }
    .album-cover-image {
        display: block;
        margin: 0 auto 10px auto;
        height: clamp(80px, 40vw, 150px);
        width: clamp(80px, 40vw, 150px);
    }
    .win95-button {
        width: 90vw;
        max-width: 300px;
        margin: 10px auto 0 auto;
        display: block;
        font-size: clamp(12px, 4vw, 16px);
    }
    .blog-links-box {
        width: 98vw;
        margin: 16px auto;
        gap: 12px;
    }
    .blog-preview-box, .blog-post-box {
        width: 98vw;
        max-width: 98vw;
        min-width: 0;
        margin: 16px auto;
        padding: 10px 4px;
        box-sizing: border-box;
    }
    .blog-post-title {
        font-size: clamp(1.2em, 6vw, 2em);
        margin-bottom: 8px;
    }
    .blog-post-content {
        font-size: clamp(1em, 4vw, 1.1em);
        margin-bottom: 16px;
    }
    .blog-post-content img {
        max-width: 96vw;
        height: auto;
        margin: 12px auto;
        display: block;
    }
    .blog-post-sticky {
        position: static;
        display: block;
        margin: 0 auto 8px auto;
        transform: none;
        font-size: clamp(0.9em, 4vw, 1em);
    }
    .popup-header, .popup-message {
        width: 100%;
        font-size: clamp(12px, 4vw, 16px);
        margin: 0 auto 10px auto;
        text-align: center;
        box-sizing: border-box;
    }
}
/* --- END MOBILE STYLES --- */

/* reflect/unsent small tweaks */
.reflect-container {
    background: #ffffffcc; /* lightly translucent card to match blog style */
    color: #111;
    padding: 18px;
    border-radius: 8px;
    box-shadow: 6px 6px 0 rgba(0,0,0,0.12);
    max-width: 720px;
    margin: 20px auto;
}
.reflect-container .main-bannertext { color: #222; }
.reflect-container textarea { min-height: 160px; }

/* smaller variant of blog-post-box for unsent posts */
.unsent-small {
    background: #fffbe6;
    box-shadow: 6px 6px 0 #808080;
    padding: 16px;
    margin: 8px;
    width: 300px;
    min-width: 220px;
    font-size: 0.95rem;
    display: inline-block;
    vertical-align: top;
}
@media (max-width:900px){ .unsent-small { width: calc(50% - 24px); } }
@media (max-width:600px){ .unsent-small { width: 100%; } }

.ie-browser {
    position: sticky;
    top: 0;
    z-index: 100;
    font-family: 'Pixelated MS Sans Serif', Arial, sans-serif;
    font-size: 12px;
    background: #c0c0c0;
    border-bottom: 1px solid #808080;
}

/* title bar */
.ie-titlebar {
    background: linear-gradient(90deg, #000080, #1084d0);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 2px 3px;
    gap: 4px;
    font-size: 12px;
    font-weight: bold;
}

.ie-titlebar-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.ie-titlebar-text {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ie-titlebar-btns {
    display: flex;
    gap: 2px;
    flex-shrink: 0;
}

.ie-titlebar-btn {
    background: #c0c0c0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    width: 16px;
    height: 14px;
    font-size: 9px;
    line-height: 14px;
    text-align: center;
    cursor: default;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

/* menu bar */
.ie-menubar {
    background: #c0c0c0;
    display: flex;
    align-items: center;
    padding: 1px 4px;
    border-bottom: 1px solid #808080;
    border-top: 1px solid #fff;
    gap: 0;
}

.ie-menu-item {
    padding: 2px 8px;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid transparent;
    cursor: pointer;
}

.ie-menu-item:hover {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

.ie-menu-item.active {
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #d4d0c8;
}

/* address bar */
.ie-addressbar {
    background: #c0c0c0;
    display: flex;
    align-items: center;
    padding: 2px 4px;
    gap: 4px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #808080;
}

.ie-address-label {
    font-size: 12px;
    color: #000;
    padding: 0 4px;
    flex-shrink: 0;
}

.ie-address-input {
    flex: 1;
    background: #fff;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 2px 4px;
    font-family: 'Pixelated MS Sans Serif', Arial, sans-serif;
    font-size: 12px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 18px;
}

.ie-links-label {
    font-size: 12px;
    color: #000;
    padding: 0 4px;
    flex-shrink: 0;
    border-left: 1px solid #808080;
    margin-left: 2px;
}

.hit-counter-wrap {
    background: #c0c0c0;
    border-top: 1px solid #808080;
    padding: 2px 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Pixelated MS Sans Serif', Arial, sans-serif;
    font-size: 12px;
    color: #000;
    gap: 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.hit-counter-status {
    flex: 1;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1px 4px;
    background: #c0c0c0;
    font-size: 11px;
    color: #000;
}

.hit-counter {
    display: inline-flex;
    gap: 0;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1px 4px;
    background: #c0c0c0;
    cursor: pointer;
    font-size: 11px;
}

.hit-counter-label {
    margin-right: 4px;
}

.hit-counter-digit {
    font-family: 'Pixelated MS Sans Serif', Arial, sans-serif;
    font-size: 11px;
    color: #000;
}

@keyframes counterShake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-3px); }
    75% { transform: translateX(3px); }
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
    margin: 16px;
}

.review-card {
    font-family: 'Pixelated MS Sans Serif', Arial, sans-serif;
    font-size: 14px;
    color: #000;
    text-align: left;
    background-color: #c0c0c0;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
    padding: 0;
    text-decoration: none;
    display: block;
    transition: transform 0.1s;
}

.review-card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0 #000;
}

.review-card-titlebar {
    background: linear-gradient(90deg, #000080, #1084d0);
    color: #fff;
    padding: 3px 6px;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.review-card-body {
    padding: 10px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #fff;
    margin: 2px;
}

.review-card-body img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.review-card-info h3 {
    margin: 0 0 4px 0;
    font-size: 14px;
}

.review-card-info p {
    margin: 0;
    font-size: 12px;
    color: #333;
}

.review-rating {
    color: #ff8c00;
    letter-spacing: 2px;
}

.review-featured {
    margin: 16px;
}

.review-header-detail {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.review-detail-cover {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    border: 2px solid #808080;
}

.now-playing-wrap {
    margin: 16px 0;
    display: flex;
    justify-content: center;
}

.now-playing {
    background: #1a1a2e;
    border: 2px solid #333;
    border-top-color: #555;
    border-left-color: #555;
    padding: 0;
    font-family: 'Pixelated MS Sans Serif', Arial, sans-serif;
    font-size: 12px;
    width: 320px;
}

.now-playing-titlebar {
    background: linear-gradient(90deg, #2a1a4e, #4a2a8e);
    color: #aaa;
    padding: 2px 6px;
    font-size: 11px;
    display: flex;
    justify-content: space-between;
}

.now-playing-body {
    padding: 8px;
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

a.now-playing-body:hover {
    background: #222244;
}

.now-playing-body img {
    width: 50px;
    height: 50px;
    border: 1px solid #333;
}

.now-playing-info {
    color: #00ff00;
    font-size: 11px;
    line-height: 1.4;
}

.now-playing-label {
    color: #888;
    font-size: 10px;
}

.now-playing-track {
    color: #00ff00;
    font-weight: bold;
    font-size: 12px;
}

.now-playing-artist {
    color: #88ff88;
}

.now-playing-controls {
    display: flex;
    gap: 4px;
    margin-top: 4px;
}

.now-playing-btn {
    background: #333;
    border: 1px outset #555;
    color: #0f0;
    padding: 1px 6px;
    font-size: 10px;
    cursor: default;
    font-family: monospace;
}

.now-playing-footer {
    border-top: 1px solid #333;
    padding: 4px 8px;
    text-align: center;
}

.now-playing-apple-link {
    color: #fc3c69;
    font-size: 10px;
    text-decoration: none;
}

.now-playing-apple-link:hover {
    text-decoration: underline;
}

.bonzi-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9998;
    display: none;
    flex-direction: column;
    align-items: center;
    animation: bonziBounce 0.5s ease;
}

.bonzi-container.visible {
    display: flex;
}

.bonzi-speech {
    background: #ffffcc;
    border: 2px solid #000;
    border-radius: 8px;
    padding: 10px 14px;
    max-width: 220px;
    font-family: 'Pixelated MS Sans Serif', Arial, sans-serif;
    font-size: 12px;
    color: #000;
    margin-bottom: 8px;
    position: relative;
    box-shadow: 2px 2px 0 #808080;
}

.bonzi-speech::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffcc;
}

.bonzi-dismiss {
    font-family: 'Pixelated MS Sans Serif', Arial, sans-serif;
    font-size: 11px;
    background: #c0c0c0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 2px 8px;
    cursor: pointer;
    margin-top: 4px;
    color: #000;
}

.bonzi-img {
    width: 80px;
    cursor: pointer;
}

@keyframes bonziBounce {
    0% { transform: scale(0) rotate(-10deg); }
    50% { transform: scale(1.2) rotate(5deg); }
    100% { transform: scale(1) rotate(0deg); }
}

.chaos-mode {
    animation: chaosHue 0.5s linear infinite;
}

.chaos-mode * {
    font-family: 'Comic Sans MS', 'Pixel Comic Sans MS', cursive !important;
}

@keyframes chaosHue {
    0% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(360deg); }
}

@keyframes chaosSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

#nyan-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 99998;
    width: 60px;
    height: auto;
    image-rendering: pixelated;
    will-change: transform;
    transform: translate(-200px, -200px);
}

.cursor-trail {
    position: fixed;
    pointer-events: none;
    z-index: 9996;
    line-height: 1;
    user-select: none;
    animation: sparkleFade 0.8s ease-out forwards;
}

@keyframes sparkleFade {
    0%   { opacity: 1; transform: scale(1.2) rotate(-15deg); }
    100% { opacity: 0; transform: scale(0.2) rotate(45deg) translateY(15px); }
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 16px;
    margin: 16px;
    align-items: start;
}

.portfolio-window {
    font-family: 'Pixelated MS Sans Serif', Arial, sans-serif;
    font-size: 13px;
    color: #000;
    background: #c0c0c0;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
}

.portfolio-titlebar {
    background: linear-gradient(90deg, #000080, #1084d0);
    color: #fff;
    padding: 3px 6px;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portfolio-titlebar-btns {
    display: flex;
    gap: 2px;
}

.portfolio-titlebar-btn {
    background: #c0c0c0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    width: 16px;
    height: 14px;
    font-size: 8px;
    line-height: 14px;
    text-align: center;
    cursor: default;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.portfolio-body {
    padding: 12px;
    background: #fff;
    margin: 2px;
    min-height: 100px;
}

.portfolio-body p {
    margin-bottom: 8px;
}

.portfolio-body h3 {
    margin-bottom: 8px;
}

.portfolio-skill-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    font-size: 12px;
}

.portfolio-skill-row > span {
    min-width: 130px;
    text-align: right;
}

.portfolio-skill-bar {
    flex: 1;
    height: 16px;
    background: #dfdfdf;
    border: 1px solid #888;
    border-radius: 2px;
    overflow: hidden;
}

.portfolio-skill-fill {
    height: 100%;
    background: linear-gradient(180deg, #3a8f3f 0%, #2d7a32 100%);
}

.project-entry {
    margin-bottom: 16px;
}

.project-header {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 6px;
}

.project-name {
    font-weight: bold;
    font-size: 14px;
}

.project-link {
    font-size: 11px;
    color: #000080;
    text-decoration: underline;
}

.project-desc {
    margin: 0 0 6px 0;
    font-size: 12px;
    line-height: 1.5;
}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 8px;
}

.project-tag {
    background: #000080;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    font-family: 'Pixelated MS Sans Serif', Arial, sans-serif;
}

.project-screenshot {
    width: 100%;
    display: block;
    margin: 8px 0;
    border: 1px solid #808080;
}

@media (max-width: 700px) {
    .ie-titlebar-text {
        font-size: 11px;
    }
    .ie-menubar {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ie-addressbar {
        font-size: 11px;
    }
    .ie-address-input {
        font-size: 11px;
        min-width: 0;
    }
    .review-grid {
        grid-template-columns: 1fr;
        margin: 8px;
    }
    .review-header-detail {
        flex-direction: column;
        align-items: center;
    }
    .portfolio-grid {
        grid-template-columns: 1fr;
        margin: 8px;
    }
    .now-playing-wrap {
        justify-content: center;
    }
    .now-playing {
        width: 90vw;
    }
    .bonzi-container {
        bottom: 10px;
        right: 10px;
    }
    .bonzi-img {
        width: 60px;
    }
    .bonzi-speech {
        max-width: 160px;
        font-size: 11px;
    }
}
