/* ========================================== */
/* 90s RETRO WEB 1.0 COMPLIANT STYLESHEET    */
/* ========================================== */

body {
    background-color: #000000;
    color: #FFFFFF;
    font-family: "Times New Roman", Times, serif;
    margin: 20px 0;
    padding: 0;
}

/* Master Layout Alignment via CSS */
.outer-container {
    width: 100%;
    border-collapse: collapse;
}

.outer-container > tr > td, 
.outer-container > tbody > tr > td {
    text-align: center;
    padding: 10px;
}

.content-table {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
}

/* Global Toxic Selection Layer */
::selection {
    background: #00FF00 !important; 
    color: #000000 !important;      
}
::-moz-selection {
    background: #00FF00 !important;
    color: #000000 !important;
}

/* Terminal Crosshair Cursor Rules */
html, body, table, td {
    cursor: crosshair !important; 
}

a, input, button, .crt-screen {
    cursor: cell !important; 
}

/* Standard Mouse Pointer Class Overrides */
body.standard-mouse, 
body.standard-mouse table, 
body.standard-mouse td,
body.standard-mouse a, 
body.standard-mouse input, 
body.standard-mouse button, 
body.standard-mouse .crt-screen {
    cursor: default !important;
}
body.standard-mouse a:hover {
    cursor: pointer !important;
}

/* ========================================== */
/* IBM 90s HEADER STYLING                     */
/* ========================================== */

.ibm-header-table {
    margin-top: 15px;
    margin-bottom: 0;
}

.ibm-logo-cell {
    text-align: left !important;
    vertical-align: bottom;
    padding-bottom: 5px;
}

/* The TRUE IBM Striped Font Style */
.site-title.ibm-style {
    font-family: "Impact", "Arial Black", Gadget, sans-serif;
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1.0;
    letter-spacing: -0.5px; 
    color: #FFFFFF;
    position: relative;
    display: inline-block;
}

/* The Scanline Overlay Trick for crisp corporate stripes over text */
.site-title.ibm-style::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        to bottom,
        transparent,
        transparent 3px,
        #000000 3px,
        #000000 6px
    );
    pointer-events: none; 
}

.ibm-copyright {
    font-family: Arial, sans-serif;
    font-size: 8px;
    color: #888888;
    margin: 2px 0 0 2px;
    letter-spacing: 1px;
}

/* Right-aligned Accent Graphic (Like the "June" road image) */
.ibm-graphic-cell {
    text-align: right !important;
    vertical-align: bottom;
    width: 150px;
    padding-bottom: 5px;
}

.retro-banner-box {
    border: 1px solid #FFFFFF;
    box-shadow: 3 3 0 #555555;
    background: linear-gradient(45deg, #000080, #00FFFF);
    width: 120px;
    height: 45px;
    display: inline-block;
    position: relative;
}

.banner-text {
    font-family: "Times New Roman", serif;
    font-style: italic;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000000;
    padding: 2px 8px;
    position: absolute;
    top: -10px;
    left: 15px;
    border: 1px solid #FFFFFF;
    font-size: 12px;
}

/* The Ultra-Thin Tracking Line Across the Top */
.ibm-divider-container {
    width: 600px;
    margin: 0 auto 15px auto;
    text-align: left;
}

.ibm-thin-line {
    width: 90%;
    height: 2px;
    background-color: #FF00FF; 
    border: none;
    margin: 0;
}

/* ========================================== */
/* CRT TV SCREEN DISPLAY SYSTEM               */
/* ========================================== */

.tv-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}

/* The physical plastic/metallic shell frame of the 90s TV */
.tv-frame {
    background: #1c1c1c;
    border: 12px solid #2d2d2d;
    border-radius: 25px;
    box-shadow: 
        inset 4px 4px 10px rgba(0,0,0,0.8),
        inset -4px -4px 10px rgba(255,255,255,0.1),
        0 10 20 rgba(0, 0, 255, 0.2);
    padding: 15px;
    overflow: hidden;
    box-sizing: border-box;
}

/* The curved, glowing glass vacuum CRT tube display screen */
.crt-screen {
    background-color: #0d1117;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    border: 3px solid #111;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 1);
    transition: box-shadow 0.2s ease;
}

/* Constant subtle CRT screen flickering animation */
.animate-flicker {
    animation: crt-flicker 0.15s infinite;
}

@keyframes crt-flicker {
    0% { opacity: 0.99; }
    50% { opacity: 1; }
    100% { opacity: 0.98; }
}

/* Thick pixelated arcade scanlines covering everything inside the screen */
.crt-scanlines {
    content: " ";
    display: block;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.35) 50%), 
                linear-gradient(90deg, rgba(255, 0, 0, 0.05), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.05));
    background-size: 100% 4px, 6px 100%;
    z-index: 10;
    pointer-events: none;
}

/* The actual space holding the text, titles, and artwork */
.tv-content {
    padding: 25px 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* Authentic luminous green input badge in the top corner */
.tv-channel-badge {
    position: absolute;
    top: 10px;
    left: 15px;
    font-family: Courier, monospace;
    font-weight: bold;
    color: #00FF00;
    font-size: 16px;
    text-shadow: 0 0 4px #00FF00;
    letter-spacing: 1px;
}

/* Image framing for his portfolio piece inside the display */
.tv-art-container {
    background-color: #000;
    border: 2px solid #333333;
    padding: 4px;
    margin: 15px auto;
    display: inline-block;
    max-width: 100%;
    box-shadow: 0 0 10 rgba(0, 255, 255, 0.1);
}

.tv-art-piece {
    display: block;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    background-color: #111;
    filter: contrast(1.1) brightness(0.95);
}

.tv-subtext {
    font-family: Courier, monospace;
    color: #888888;
    margin-top: 15px;
    letter-spacing: 1px;
}

/* ========================================== */
/* CYBERTRASH & NOISE ANIMATIONS              */
/* ========================================== */

.warning-container {
    background-color: #FF0055;
    border-color: #FFFFFF;
    border-style: dashed;
    margin: 15px auto;
}

.warning-cell {
    padding: 8px !important;
    font-family: Courier, monospace;
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.hazard-block {
    background-color: #000000;
    color: #FFFF00; 
    padding: 2px 6px;
    margin: 0 10px;
    border: 1px solid #FFFF00;
}

/* Classic 90s Blinking Text Animation */
.blink-text {
    animation: retro-blink 1s steps(2, start) infinite;
}

@keyframes retro-blink {
    to { visibility: hidden; }
}

/* Cybertrash Glitch Text Effect for Headings */
.glitch-text {
    position: relative;
    text-shadow: 0.05em 0 0 rgba(255,0,128,0.75),
                 -0.025em -0.05em 0 rgba(0,255,255,0.75);
    animation: text-glitch 2s infinite;
}

@keyframes text-glitch {
    0% { text-shadow: 0.05em 0 0 rgba(255,0,128,0.75), -0.025em -0.05em 0 rgba(0,255,255,0.75); }
    14% { text-shadow: 0.05em 0 0 rgba(255,0,128,0.75), -0.025em -0.05em 0 rgba(0,255,255,0.75); }
    15% { text-shadow: -0.05em -0.025em 0 rgba(255,0,128,0.75), 0.025em 0.025em 0 rgba(0,255,255,0.75); }
    49% { text-shadow: -0.05em -0.025em 0 rgba(255,0,128,0.75), 0.025em 0.025em 0 rgba(0,255,255,0.75); }
    50% { text-shadow: 0.025em 0.05em 0 rgba(255,0,128,0.75), 0.05em 0 0 rgba(0,255,255,0.75); }
    99% { text-shadow: 0.025em 0.05em 0 rgba(255,0,128,0.75), 0.05em 0 0 rgba(0,255,255,0.75); }
    100% { text-shadow: -0.025em 0 0 rgba(255,0,128,0.75), -0.025em -0.025em 0 rgba(0,255,255,0.75); }
}

/* 90s Odometer Style Hit Counter */
.counter-table td {
    text-align: center !important;
    padding: 10px 0;
}

.counter-label {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #888888;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.hit-counter {
    display: inline-block;
    background-color: #111111;
    border: 2px inset #555555;
    padding: 2px 6px;
}

.hit-counter span {
    font-family: "Courier New", monospace;
    font-weight: bold;
    font-size: 20px;
    color: #00FF00; 
    background-color: #000000;
    padding: 0 4px;
    margin: 0 1px;
    border: 1px solid #333333;
    text-shadow: 0 0 4px rgba(0, 255, 0, 0.6);
}

/* Modern Error-Free Fixed Bottom Neon Marquee Ticker */
.cyber-marquee-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0000FF; 
    color: #00FFFF; 
    border-top: 2px solid #FFFFFF;
    z-index: 9999;
    padding: 3px 0;
    overflow: hidden;
}

.cyber-ticker-container {
    display: flex;
    white-space: nowrap;
}

.cyber-ticker {
    font-family: Courier, monospace;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    animation: marquee-smooth 25s linear infinite;
}

@keyframes marquee-smooth {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
}

/* ========================================== */
/* MAINFRAME SPLIT STRUCTURAL UI              */
/* ========================================== */

.mainframe-split {
    border-color: #333333;
    background-color: #000000;
}

.mainframe-sidebar {
    width: 180px;
    padding: 10px !important;
    background-color: #050505;
    border-right: 2px dashed #333333;
    text-align: left !important;
    vertical-align: top;
}

.mainframe-main {
    padding: 0 !important;
    vertical-align: top;
}

.sidebar-widget {
    border: 1px solid #222222;
    background-color: #000000;
    padding: 8px;
    margin-bottom: 10px;
}

.widget-title {
    font-family: Courier, monospace;
    font-size: 11px;
    font-weight: bold;
    color: #FF00FF; 
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.diagnostic-line {
    font-family: "Courier New", monospace;
    font-size: 12px;
    margin: 4px 0;
    color: #888888;
}

.matrix-dump {
    font-family: Courier, monospace;
    font-size: 10px;
    color: #555555;
    line-height: 1.3;
}

.green-glow { color: #00FF00; text-shadow: 0 0 2px #00FF00; }
.cyan-glow { color: #00FFFF; text-shadow: 0 0 2px #00FFFF; }
.red-glow { color: #FF0055; text-shadow: 0 0 2px #FF0055; }

.badge-grid {
    display: flex;
    gap: 5px;
    margin-top: 15px;
}

.retro-badge {
    width: 76px;
    height: 27px;
    border: 2px outset #555555;
    background-color: #222222;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
    box-sizing: border-box;
}

.secure-badge {
    background-color: #000080;
    color: #00FFFF;
    border-color: #00FFFF;
}

/* ========================================== */
/* GENERAL PAGE TYPOGRAPHY & INTERFACES       */
/* ========================================== */

.site-subtitle {
    font-family: Courier, monospace;
    color: #00FF00;
    margin-top: 0;
    font-size: 14px;
}

.alert-text {
    font-family: Arial, Helvetica, sans-serif;
    color: #FF0000;
    margin: 0 0 10px 0;
}

.section-heading {
    font-family: Arial, Helvetica, sans-serif;
    color: #00FFFF;
    border-bottom: 1px dashed #00FFFF;
    padding-bottom: 4px;
    margin-top: 5px;
}

.grey-divider {
    width: 600px;
    height: 1px;
    background-color: #888888;
    border: none;
    margin: 15px auto;
}

/* Navigation Menu Styles */
.nav-table {
    background-color: #222222;
    border-color: #888888;
    border-spacing: 2px;
}

.nav-cell {
    width: 25%;
    text-align: center;
    padding: 5px;
}

.nav-link {
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-decoration: none !important;
    display: block;
    padding: 4px;
}

.active-link {
    background-color: #0000FF;
    color: #FFFFFF !important;
}

/* Grid Matrix layout */
.grid-table {
    border-color: #555555;
    border-spacing: 5px;
}

.grid-cell {
    width: 100%;
    text-align: center;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #444444;
    background-color: #050505;
}

/* Hyperlinks Rules */
a:link {
    color: #0000FF;
    text-decoration: underline;
}

a:visited {
    color: #800080;
}

a:hover {
    color: #FF00FF;
}

/* Text-Only Utility Link styling */
.text-only-table td {
    text-align: left !important;
    padding: 5px 0;
}

.text-only-link {
    font-size: 14px;
}

/* Footer Section */
.footer-table td {
    text-align: center;
    padding: 5px;
}

.footer-text {
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #888888;
    line-height: 1.6;
}

.outer-container {
    margin-bottom: 40px;
}

/* ========================================== */
/* CYBERTRASH PORTFOLIO PROFILE & GRID SYSTEM */
/* ========================================== */

/* Profile Bio Layout */
.profile-bio-block {
    border-color: #333333;
    background-color: #050505;
    text-align: left !important;
}

.bio-avatar-cell {
    width: 120px;
    padding: 15px !important;
    vertical-align: top;
}

.pixel-avatar-box {
    width: 100px;
    height: 100px;
    background-color: #111111;
    border: 2px outset #555555;
    color: #555555;
    font-family: Courier, monospace;
    font-size: 11px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bio-data-cell {
    padding: 15px !important;
    vertical-align: top;
}

.bio-username {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 0 0 8px 0;
    color: #00FFFF;
}

.bio-stats {
    font-family: Courier, monospace;
    font-size: 12px;
    margin: 0 0 12px 0;
    color: #888888;
}

.bio-text {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    color: #DDDDDD;
}

/* Master Instagram-Style Grid Alignment */
.archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 15px;
    width: 600px;
    box-sizing: border-box;
}

/* Individual Post Card Units */
.grid-post-card {
    background-color: #000000;
    border: 1px solid #444444;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    transition: transform 0.1s ease, border-color 0.1s ease;
}

/* 90s OS style program head header for images */
.post-header-bar {
    background-color: #222222;
    color: #888888;
    font-family: Courier, monospace;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 5px;
    text-align: left;
    border-bottom: 1px solid #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-image-wrapper {
    background-color: #111111;
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; 
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    filter: grayscale(0.3) contrast(1.1);
    transition: filter 0.2s ease;
}

/* Hard interactive hover states */
.grid-post-card:hover {
    border-color: #00FF00;
    box-shadow: 0 0 8px rgba(0, 255, 0, 0.2);
}

.grid-post-card:hover .post-header-bar {
    background-color: #000080; 
    color: #FFFFFF;
}

.grid-post-card:hover .post-img {
    filter: grayscale(0) contrast(1.2); 
}

/* Retro Like/Metric Tracking Bar */
.post-footer-metrics {
    border-top: 1px solid #444444;
    background-color: #050505;
    padding: 4px 6px;
    font-family: Courier, monospace;
    font-size: 10px;
    color: #FF00FF; 
    display: flex;
    justify-content: space-between;
}

.post-footer-metrics a {
    color: #00FFFF !important;
    text-decoration: none;
}
.post-footer-metrics a:hover {
    text-decoration: underline !important;
}

/* ========================================== */
/* RETRO RESPONSIVE MEDIA QUERY               */
/* ========================================== */

@media screen and (max-width: 620px) {
    .content-table, 
    .ibm-divider-container,
    .grey-divider,
    .tv-wrapper,
    .warning-container,
    .counter-table {
        width: 95% !important;
        max-width: 600px;
    }

    .ibm-thin-line {
        width: 100%;
    }

    .ibm-graphic-cell, .hazard-block {
        display: none; 
    }

    .ibm-logo-cell {
        text-align: center !important;
    }

    .site-title.ibm-style {
        font-size: 24px;
    }

    .tv-frame {
        border-width: 6px;
        border-radius: 15px;
        padding: 8px;
    }

    .tv-content {
        padding: 20px 10px;
    }

    .nav-cell {
        width: 50%;
        display: inline-block;
        box-sizing: border-box;
    }

    .grid-table tr, 
    .grid-table tbody, 
    .grid-table {
        display: block;
        width: 100% !important;
    }

    .grid-cell {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    
    .text-only-table td {
        text-align: center !important;
    }

    .mainframe-split, .mainframe-split tr, .mainframe-split tbody {
        display: block;
        width: 100% !important;
    }
    
    .mainframe-sidebar {
        width: 100% !important;
        border-right: none !important;
        border-bottom: 2px dashed #333333;
        box-sizing: border-box;
    }

    .archive-grid {
        grid-template-columns: repeat(2, 1fr) !important; 
        gap: 10px;
    }
    
    .profile-bio-block, .profile-bio-block tr, .profile-bio-block tbody {
        display: block;
        width: 100% !important;
    }
    
    .bio-avatar-cell {
        width: 100% !important;
        display: flex;
        justify-content: center;
        padding-bottom: 0 !important;
        box-sizing: border-box;
    }
    
    .bio-data-cell {
        text-align: center !important;
        padding-top: 10px !important;
    }
}
/* ========================================== */
/* RETRO TV TEST PATTERN TRANSITION OVERLAY   */
/* ========================================== */

#tv-signal-interception {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #666666; /* Vintage Gray Fallback Screen */
    z-index: 100000; /* Forces it over absolutely everything */
    display: none; /* Kept hidden until triggered by clicking Work */
    flex-direction: column;
    overflow: hidden;
}

/* Pure CSS SMPTE Retro Color Bars Matrix */
.smpte-color-bars {
    display: flex;
    width: 100%;
    height: 75%; /* Upper three-quarters of traditional test screen */
}

.color-bar {
    flex: 1;
    height: 100%;
}
/* Authentic 90s TV broadcast calibration spectrum values */
.color-bar.white  { background-color: #ffffff; }
.color-bar.yellow { background-color: #ffff00; }
.color-bar.cyan   { background-color: #00ffff; }
.color-bar.green  { background-color: #00ff00; }
.color-bar.magenta{ background-color: #ff00ff; }
.color-bar.red    { background-color: #ff0000; }
.color-bar.blue   { background-color: #0000ff; }

/* Lower Control Deck Panels */
.smpte-bottom-deck {
    display: flex;
    width: 100%;
    height: 25%;
    background-color: #000000;
}
.deck-block { flex: 1; height: 100%; }
.deck-block.i-signal { background-color: #002147; }
.deck-block.white-signal { background-color: #ffffff; }
.deck-block.q-signal { background-color: #4b0082; }
.deck-block.black-matrix { background-color: #080808; }

/* Cybertrash Alert Message Overlayed on Bars */
.interception-text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000;
    border: 3px double #00FF00;
    padding: 15px 30px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 255, 0, 0.5);
    z-index: 100002;
}

.interception-title {
    font-family: Courier, monospace;
    font-weight: bold;
    font-size: 20px;
    color: #FF0055;
    margin: 0 0 5px 0;
}

/* Static Noise Overlay Layer */
.test-screen-static {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.15),
        rgba(0, 0, 0, 0.15) 1px,
        transparent 1px,
        transparent 2px
    );
    opacity: 0.4;
    pointer-events: none;
    z-index: 100001;
    animation: static-shift 0.1s infinite;
}

@keyframes static-shift {
    0% { background-position: 0 0; }
    100% { background-position: 0 5px; }
}
/* ========================================== */
/* 90S CLUTTER & YELLOW PAGES CONTACT DESIGN  */
/* ========================================== */

/* The Authentic Yellow Pages Matrix */
.yellow-pages-table {
    background-color: #FFE600; /* Vivid classic phonebook yellow */
    color: #000000;
    border: 4px solid #B89E00;
    font-family: Arial, sans-serif;
    width: 600px;
    box-shadow: 4px 4px 0 #333333;
}

.yellow-pages-header {
    background-color: #000000;
    color: #FFE600;
    font-family: 'Arial Black', Gadget, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 6px !important;
    text-align: center;
}

.yellow-subheader-row td {
    font-family: "Courier New", monospace;
    font-weight: bold;
    font-size: 11px;
    background-color: #EBD200;
    padding: 3px !important;
    border-bottom: 2px solid #000000;
}

.yellow-pages-table td {
    padding: 6px !important;
    text-align: left !important;
    font-size: 12px;
    border: 1px solid #D6BE00;
}

.yellow-bold {
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: -0.5px;
}

.yellow-link {
    color: #0000FF !important;
    font-weight: bold;
}
.yellow-link:hover {
    color: #FF0000 !important;
    background-color: #000000;
}

/* Clutter Stack Multi-Column Layout */
.clutter-matrix {
    display: grid;
    grid-template-columns: 220px 1fr; /* Split for zines on left, form on right */
    gap: 15px;
    width: 600px;
    box-sizing: border-box;
    text-align: left;
}

.clutter-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Vintage Cyber Zine Style Cover Blocks */
.zine-box {
    background-color: #111111;
    border: 2px inset #555555;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
}

.magazine-cyber {
    border: 2px solid #FF00FF; /* Fuchsia frame */
    background: linear-gradient(180deg, #111 0%, #000033 100%);
    box-shadow: 4 4 0 #FF00FF;
}

.zine-tag {
    font-family: Courier, monospace;
    font-size: 9px;
    color: #00FF00;
    margin-bottom: 4px;
}

.zine-title {
    font-family: 'Impact', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.zine-blurb {
    font-family: "Times New Roman", serif;
    font-size: 12px;
    color: #CCCCCC;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.zine-bar-code {
    font-family: 'Courier New', monospace;
    font-size: 10px;
    color: #555555;
    letter-spacing: -1px;
}

.clipping-box {
    background-color: #F0F0F0;
    color: #222222;
    border: 1px dashed #777777;
    box-shadow: 3 3 0 rgba(255,255,255,0.1);
}

/* Terminal Input Interface Deck */
.terminal-form-container {
    background-color: #050505;
    border: 1px solid #00FF00;
    padding: 12px;
    box-sizing: border-box;
    box-shadow: inset 0 0 10px rgba(0,255,0,0.1);
}

.form-header {
    font-family: Courier, monospace;
    font-size: 12px;
    color: #00FF00;
    font-weight: bold;
    margin-bottom: 12px;
    border-bottom: 1px dashed #00FF00;
    padding-bottom: 4px;
}

.form-label {
    display: block;
    font-family: Courier, monospace;
    font-size: 11px;
    color: #FF00FF;
    margin-bottom: 4px;
}

.retro-input {
    width: 100%;
    background-color: #000000;
    border: 1px solid #333333;
    color: #00FF00;
    font-family: "Courier New", monospace;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 12px;
    box-sizing: border-box;
}
.retro-input:focus {
    border-color: #00FFFF;
    outline: none;
    box-shadow: 0 0 5px rgba(0,255,255,0.3);
}

.text-area-input {
    resize: none;
}

.retro-form-btn {
    width: 100%;
    background-color: #111111;
    border: 1px solid #00FF00;
    color: #00FF00;
    font-family: Courier, monospace;
    font-weight: bold;
    padding: 6px;
    font-size: 12px;
    box-sizing: border-box;
}
.retro-form-btn:hover {
    background-color: #00FF00;
    color: #000000;
}

/* Cryptographic Background Streaming Readout */
.crypto-stream-block {
    border-color: #222222;
    background-color: #000000;
    margin-top: 15px;
}

.crypto-dump-header {
    font-family: Courier, monospace;
    font-size: 10px;
    color: #555555;
    text-align: left;
    padding: 3px 6px;
    background-color: #080808;
    border-bottom: 1px solid #111111;
}

.crypto-char-cloud {
    font-family: "Courier New", monospace;
    font-size: 10px;
    color: #222222; /* Super dark, layered text mud overlay */
    line-height: 1.4;
    padding: 8px;
    text-align: justify;
    word-break: break-all;
}

/* Responsive collapse for layout clutter */
@media screen and (max-width: 620px) {
    .yellow-pages-table, .clutter-matrix {
        width: 95% !important;
    }
    
    .clutter-matrix {
        grid-template-columns: 1fr !important; /* Stack them into a clean vertical heap on mobile */
    }
}

/* ========================================== */
/* ABOUT IDENTITY DOSSIER STYLE SYSTEM        */
/* ========================================== */

/* Windows 95 Style Application Frame for Profile Pixels */
.window-frame-95 {
    background-color: #D4D0C8; /* Classic OS gray */
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
    padding: 3px;
    box-shadow: 2 2 0 #000000;
}

.window-title-bar {
    background: linear-gradient(90deg, #000080, #1084D0); /* Classic active program bar */
    color: #FFFFFF;
    padding: 2px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0.5px;
}

.window-controls {
    display: flex;
    gap: 2px;
}

.win-btn {
    background-color: #D4D0C8;
    color: #000000;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    font-size: 9px;
    padding: 0 4px;
    font-family: monospace;
    font-weight: bold;
}

.window-body-content {
    background-color: #000000;
    border: 2px inset #808080;
    margin-top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.about-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) contrast(1.3) brightness(0.9); /* Grungy industrial photocopier effect */
}

/* Dossier Grid System styling */
.dossier-data-table td {
    padding: 8px !important;
    border-color: #222222 !important;
    text-align: left !important;
}

.dossier-label {
    font-family: Courier, monospace;
    font-weight: bold;
    font-size: 11px;
    color: #00FFFF;
    width: 130px;
    background-color: #050505;
}

.dossier-value {
    font-family: "Times New Roman", Times, serif;
    font-size: 13px;
    color: #DDDDDD;
    line-height: 1.4;
}

/* Philosophy Blockquote style */
.manifesto-para {
    font-family: "Courier New", monospace;
    font-size: 12px;
    line-height: 1.5;
    color: #00FF00;
    margin: 5px 0 0 0;
    text-shadow: 0 0 2px rgba(0,255,0,0.3);
}

/* Capabilities Commission Layout rules */
.capabilities-matrix {
    border-color: #FF00FF !important;
    box-shadow: 4 4 0 #111111 !important;
}

.capability-cell {
    background-color: #000000 !important;
    color: #FFFFFF !important;
    border: 1px solid #222222 !important;
    text-align: left !important;
    padding: 12px !important;
}

.capability-btn {
    display: inline-block;
    background-color: #111111;
    border: 1px solid #FF00FF;
    color: #FF00FF !important;
    font-family: Courier, monospace;
    font-weight: bold;
    font-size: 11px;
    padding: 6px 10px;
    text-decoration: none !important;
    width: 80px;
    box-shadow: 2 2 0 rgba(255, 0, 255, 0.2);
}
.capability-btn:hover {
    background-color: #FF00FF;
    color: #000000 !important;
    box-shadow: none;
}

/* Mobile responsive collapse for profile layout */
@media screen and (max-width: 620px) {
    .dossier-data-table tr, .dossier-data-table tbody, .dossier-data-table {
        display: block;
        width: 100% !important;
    }
    .dossier-label, .dossier-value {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }
    .dossier-label {
        border-bottom: 1px dashed #222 !important;
        padding-bottom: 2px !important;
    }
    .capabilities-matrix {
        width: 95% !important;
    }
}

/* ========================================== */
/* RETRO RESPONSIVE MEDIA QUERY               */
/* ========================================== */

@media screen and (max-width: 620px) {
    /* Forces all master containers to fit the viewport width */
    .content-table, 
    .ibm-divider-container,
    .grey-divider,
    .tv-wrapper,
    .warning-container,
    .counter-table,
    .yellow-pages-table, 
    .clutter-matrix,
    .mainframe-split { /* Added the split layout table here */
        width: 95% !important;
        max-width: 600px;
    }

    .ibm-thin-line {
        width: 100%;
    }

    .ibm-graphic-cell, .hazard-block {
        display: none; 
    }

    .ibm-logo-cell {
        text-align: center !important;
    }

    .site-title.ibm-style {
        font-size: 24px;
    }

    .tv-frame {
        border-width: 6px;
        border-radius: 15px;
        padding: 8px;
    }

    .tv-content {
        padding: 20px 10px;
    }

    .nav-cell {
        width: 50%;
        display: inline-block;
        box-sizing: border-box;
    }

    .grid-table tr, 
    .grid-table tbody, 
    .grid-table {
        display: block;
        width: 100% !important;
    }

    .grid-cell {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    
    .text-only-table td {
        text-align: center !important;
    }

    /* FIXES THE ABOUT PAGE HORIZONTAL BREAKOUT */
    .mainframe-split, 
    .mainframe-split tr, 
    .mainframe-split tbody,
    .mainframe-split td { /* Added td here to smash table cell formatting */
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    
    .mainframe-sidebar {
        width: 100% !important;
        border-right: none !important;
        border-bottom: 2px dashed #333333;
        box-sizing: border-box;
        margin-bottom: 15px;
    }
    
    .mainframe-main {
        width: 100% !important;
        padding: 0 !important;
    }

    /* Dossier Table Inside Main Column Alignment Fix */
    .dossier-data-table tr, 
    .dossier-data-table tbody, 
    .dossier-data-table,
    .dossier-data-table td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    
    .dossier-label {
        border-bottom: 1px dashed #222 !important;
        padding-bottom: 4px !important;
        width: 100% !important;
    }

    .archive-grid {
        grid-template-columns: repeat(2, 1fr) !important; 
        gap: 10px;
    }
    
    .profile-bio-block, .profile-bio-block tr, .profile-bio-block tbody {
        display: block;
        width: 100% !important;
    }
    
    .bio-avatar-cell {
        width: 100% !important;
        display: flex;
        justify-content: center;
        padding-bottom: 0 !important;
        box-sizing: border-box;
    }
    
    .bio-data-cell {
        text-align: center !important;
        padding-top: 10px !important;
    }
    
    .clutter-matrix {
        grid-template-columns: 1fr !important;
    }
}
/* ========================================== */
/* RETRO MINI ARCADE MODULE ARCHITECTURE      */
/* ========================================== */

.retro-arcade-cabinet {
    background-color: #1a1a1a;
    border: 3px double #33ff33;
    padding: 8px !important;
    text-align: center;
    box-shadow: 4px 4px 0px #000000;
}

.arcade-screen-wrapper {
    background-color: #000;
    border: 3px inset #555555;
    display: inline-block;
    padding: 2px;
    margin-top: 5px;
    line-height: 0;
}

#retroArcadeCanvas {
    max-width: 100%;
    height: auto;
    cursor: crosshair;
}

.arcade-controls-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    padding: 0 4px;
}

.arcade-score-display {
    font-family: 'Courier New', monospace;
    font-size: 12px;
    font-weight: bold;
    color: #00ffff;
}

#arcadeStartBtn {
    background-color: #111;
    border: 1px solid #00ff00;
    color: #00ff00;
    font-family: monospace;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 6px;
    cursor: pointer;
}
#arcadeStartBtn:hover {
    background-color: #00ff00;
    color: #000;
}

.arcade-instructions {
    font-family: Arial, sans-serif;
    font-size: 9px;
    color: #888888;
    margin: 6px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Ensure the arcade widget fits perfectly during vertical mobile stacking */
@media screen and (max-width: 620px) {
    .retro-arcade-cabinet {
        width: 100% !important;
        box-sizing: border-box;
    }
    .arcade-screen-wrapper {
        width: auto;
    }
}
/* ========================================== */
/* ABOUT IDENTITY DOSSIER STYLE SYSTEM        */
/* ========================================== */

/* Windows 95 Style Application Frame for Profile Pixels */
.window-frame-95 {
    background-color: #D4D0C8; /* Classic OS gray */
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
    padding: 3px;
    box-shadow: 2px 2px 0px #000000;
}

.window-title-bar {
    background: linear-gradient(90deg, #000080, #1084D0); /* Classic active program bar */
    color: #FFFFFF;
    padding: 2px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0.5px;
}

.window-controls {
    display: flex;
    gap: 2px;
}

.win-btn {
    background-color: #D4D0C8;
    color: #000000;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    font-size: 9px;
    padding: 0 4px;
    font-family: monospace;
    font-weight: bold;
}

.window-body-content {
    background-color: #000000;
    border: 2px inset #808080;
    margin-top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.about-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) contrast(1.3) brightness(0.9); /* Grungy industrial photocopier effect */
}

/* Dossier Grid System styling */
.dossier-data-table td {
    padding: 8px !important;
    border-color: #222222 !important;
    text-align: left !important;
}

.dossier-label {
    font-family: Courier, monospace;
    font-weight: bold;
    font-size: 11px;
    color: #00FFFF;
    width: 130px;
    background-color: #050505;
}

.dossier-value {
    font-family: "Times New Roman", Times, serif;
    font-size: 13px;
    color: #DDDDDD;
    line-height: 1.4;
}

/* Philosophy Blockquote style */
.manifesto-para {
    font-family: "Courier New", monospace;
    font-size: 12px;
    line-height: 1.5;
    color: #00FF00;
    margin: 5px 0 0 0;
    text-shadow: 0 0 2px rgba(0,255,0,0.3);
}

/* Capabilities Commission Layout rules */
.capabilities-matrix {
    border-color: #FF00FF !important;
    box-shadow: 4px 4px 0px #111111 !important;
}

.capability-cell {
    background-color: #000000 !important;
    color: #FFFFFF !important;
    border: 1px solid #222222 !important;
    text-align: left !important;
    padding: 12px !important;
}

.capability-btn {
    display: inline-block;
    background-color: #111111;
    border: 1px solid #FF00FF;
    color: #FF00FF !important;
    font-family: Courier, monospace;
    font-weight: bold;
    font-size: 11px;
    padding: 6px 10px;
    text-decoration: none !important;
    width: 80px;
    box-shadow: 2px 2px 0px rgba(255, 0, 255, 0.2);
}
.capability-btn:hover {
    background-color: #FF00FF;
    color: #000000 !important;
    box-shadow: none;
}

/* ========================================== */
/* RETRO MINI ARCADE MODULE ARCHITECTURE      */
/* ========================================== */

.retro-arcade-cabinet {
    background-color: #1a1a1a;
    border: 3px double #33ff33;
    padding: 8px !important;
    text-align: center;
    box-shadow: 4px 4px 0px #000000;
}

.arcade-screen-wrapper {
    background-color: #000;
    border: 3px inset #555555;
    display: inline-block;
    padding: 2px;
    margin-top: 5px;
    line-height: 0;
}

#retroArcadeCanvas {
    max-width: 100%;
    height: auto;
    cursor: crosshair;
}

.arcade-controls-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    padding: 0 4px;
}

.arcade-score-display {
    font-family: 'Courier New', monospace;
    font-size: 12px;
    font-weight: bold;
    color: #00ffff;
}

#arcadeStartBtn {
    background-color: #111;
    border: 1px solid #00ff00;
    color: #00ff00;
    font-family: monospace;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 6px;
    cursor: pointer;
}
#arcadeStartBtn:hover {
    background-color: #00ff00;
    color: #000;
}

.arcade-instructions {
    font-family: Arial, sans-serif;
    font-size: 9px;
    color: #888888;
    margin: 6px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ========================================== */
/* RETRO RESPONSIVE MEDIA QUERY MASTER BLOCK  */
/* ========================================== */

@media screen and (max-width: 620px) {
    .content-table, 
    .ibm-divider-container,
    .grey-divider,
    .tv-wrapper,
    .warning-container,
    .counter-table,
    .yellow-pages-table, 
    .clutter-matrix,
    .mainframe-split { 
        width: 95% !important;
        max-width: 600px;
    }

    .ibm-thin-line {
        width: 100%;
    }

    .ibm-graphic-cell, .hazard-block {
        display: none; 
    }

    .ibm-logo-cell {
        text-align: center !important;
    }

    .site-title.ibm-style {
        font-size: 24px;
    }

    .nav-cell {
        width: 50%;
        display: inline-block;
        box-sizing: border-box;
    }

    /* ABOUT PAGE FIXED HORIZONTAL SCROLL BREAKOUT */
    .mainframe-split, 
    .mainframe-split tr, 
    .mainframe-split tbody,
    .mainframe-split td { 
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    
    .mainframe-sidebar {
        width: 100% !important;
        border-right: none !important;
        border-bottom: 2px dashed #333333;
        box-sizing: border-box;
        margin-bottom: 15px;
    }
    
    .mainframe-main {
        width: 100% !important;
        padding: 0 !important;
    }

    .dossier-data-table tr, 
    .dossier-data-table tbody, 
    .dossier-data-table,
    .dossier-data-table td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    
    .dossier-label {
        border-bottom: 1px dashed #222 !important;
        padding-bottom: 4px !important;
        width: 100% !important;
    }

    .retro-arcade-cabinet {
        width: 100% !important;
        box-sizing: border-box;
    }
    
    .arcade-screen-wrapper {
        width: auto;
    }
}