    :root {
        --bg: #0f111a;
        --text: #e1e1e1;
        --accent: #4fd1c5;
        --container-bg: #161b22;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(15px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    body {
        background-color: var(--bg);
        color: var(--text);
        font-family: 'Courier New', Courier, monospace;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        margin: 0;
    }

    .container {
        max-width: 750px;
        padding: 2.5rem;
        border-left: 3px solid var(--accent);
        animation: fadeIn 1.5s ease-out;
        background: linear-gradient(90deg, #161b22 0%, #0f111a 100%);
    }

    h1 {
        font-size: 1.3rem;
        color: var(--accent);
        letter-spacing: 2px;
    }

    h2 {
        font-size: 0.9rem;
        color: var(--accent);
        margin-top: 2rem;
        border-bottom: 1px solid #333;
        display: inline-block;
    }

    p {
        line-height: 1.6;
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    ul {
        list-style: none;
        padding: 0;
        font-size: 0.85rem;
        color: #bbb;
    }

    li {
        margin: 10px 0;
    }

    li strong {
        color: var(--text);
        margin-right: 8px;
        white-space: nowrap;
    }

    ::selection {
        background: var(--accent);
        color: var(--bg);
    }


    html {
        cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="20"><rect x="0" y="0" width="10" height="20" fill="%234fd1c5"/></svg>'), auto;
    }

    .status {
        display: inline-block;
        background: #1a202c;
        padding: 6px 12px;
        border-radius: 4px;
        font-size: 0.8rem;
        margin-top: 1rem;
        border: 1px solid #2d3748;
    }


    .truck-link {
        margin-top: 4rem;
        display: block;
        color: #1a1a1a;
        text-decoration: none;
        font-size: 0.7rem;
        transition: color 0.5s;
        cursor: pointer;
    }

    .truck-link:hover {
        color: #333;
    }


    #truck-overlay img#truck-easter-egg {
        width: 700px !important;
        max-width: 85vw;
        height: auto;
        display: block;
    }

    #truck-overlay img {
        width: 300px;
        max-width: 80%;
        height: auto;
        transition: transform 0.1s ease;
    }

    .close-hint {
        color: #555;
        margin-top: 15px;
        font-size: 0.8rem;
        text-transform: uppercase;
    }

    li {
        display: flex;
        align-items: center;
        margin: 12px 0;
    }

    .icon-file {
        width: 20px;
        height: 20px;
        margin-right: 12px;
        flex-shrink: 0;
        filter: invert(74%) sepia(58%) border-bottom(44%) saturate(464%) hue-rotate(124deg) brightness(94%) contrast(89%);
    }

    .icon-file {
        width: 20px;
        height: 20px;
        margin-right: 12px;
        flex-shrink: 0;
        filter: invert(74%) sepia(58%) saturate(464%) hue-rotate(124deg) brightness(94%) contrast(89%);
    }


    .binary-link {
        font-family: monospace;
        cursor: pointer;
        color: var(--accent);
        opacity: 0.05;
        transition: opacity 0.5s;
        font-size: 0.7rem;
    }

    .binary-link:hover {
        opacity: 1;
    }

    /* --- System Logs Table --- */
    .status-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 1.5rem;
        font-size: 0.95rem;
    }

    .status-table tr {
        border-bottom: 1px solid #222;
    }

    .status-table tr:last-child {
        border-bottom: none;
    }

    .status-table td {
        padding: 15px 10px;
        vertical-align: top;
        color: #ccc;
        line-height: 1.5;
    }

    .status-table .icon-col {
        width: 40px;
        padding-left: 0;
        text-align: center;
    }

    .status-table .icon-file {
        width: 24px;
        height: 24px;
        opacity: 0.8;
    }

    /* --- Protocol Section --- */
    .boundary-protocol {
        margin-top: 2.5rem;
        padding: 1.2rem;
        background: rgba(20, 20, 20, 0.5);
        /* Subtle dark lift */
        border-left: 3px solid #444;
        border-radius: 2px;
    }

    .boundary-protocol h2 {
        font-size: 0.8rem;
        color: #888;
        margin: 0 0 0.75rem 0;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .boundary-protocol p {
        font-size: 0.85rem;
        line-height: 1.6;
        color: #bbb;
        margin: 0;
    }

    .boundary-protocol strong {
        color: #fff;
        text-decoration: underline;
        text-decoration-color: #555;
    }

    /* --- Heartbeat & Binary Link Styling --- */
.heartbeat {
    font-size: 0.7rem;
    color: #444;
    margin-top: 1.5rem;
    font-style: italic;
}

.binary-container {
    margin-top: 2rem;
    text-align: center;
}

.binary-link {
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.binary-link:hover {
    opacity: 1;
}

/* --- Truck Overlay Styling --- */
#truck-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
    justify-content: center;
    align-items: center;
}

#truck-easter-egg {
    width: 200px;
    cursor: pointer;
    transition: transform 0.1s ease;
}

.status {
    margin-top: 1.5rem;
    font-size: 0.85rem;      /* Slightly smaller for that 'metadata' feel */
    font-weight: 500;       /* Medium weight so the color stands out */
    line-height: 1.6;
    transition: color 0.5s ease;
}

.status .dot {
    margin-right: 8px;
    font-size: 1rem;        /* Keeps the indicator dot a bit larger */
    transition: text-shadow 0.5s ease;
}