@media (max-width: 600px) {
    .terminal-wrapper {
        width: 96vw;
        height: 90vh;
        max-height: none;
        min-width: 300px;
        min-height: 350px;
        left: 2vw;
        transform: none;
        top: 2vh;
    }

    .terminal-body {
        padding: 10px 12px;
        font-size: 0.8rem;
    }

    .cmd-table {
        grid-template-columns: 1fr;
        gap: 2px 0;
    }

    .ascii-art {
        font-size: 0.5rem;
    }

    .boot-title {
        font-size: 2rem;
    }
}
