/* filepath: /home/femar/AO3/fescii.github.io/assets/css/mobile.css */
/* Mobile-specific styles */

@media screen and (max-width: 768px) {
    .terminal-container {
        width: 100%;
        height: 100vh;
        max-width: none;
        border-radius: 0;
    }
    
    .terminal-header {
        padding: 0 8px;
    }
    
    .terminal-body {
        padding: 12px;
    }
    
    .terminal-title {
        font-size: 12px;
    }
    
    .profile-badge {
        width: 40px;
        height: 40px;
        bottom: 15px;
        right: 15px;
    }
    
    .status-dot {
        width: 10px;
        height: 10px;
    }
    
    .skills-container {
        flex-direction: column;
        gap: 8px;
    }
    
    #terminal-input {
        font-size: 14px;
    }
    
    .output-line {
        font-size: 14px;
    }
}

/* Small screens */
@media screen and (max-width: 480px) {
    .terminal-body {
        padding: 10px;
    }
    
    .terminal-content {
        margin-bottom: 10px;
    }
    
    #terminal-input {
        font-size: 13px;
    }
    
    .output-line {
        font-size: 13px;
        line-height: 1.4;
    }
    
    .work-item {
        margin-bottom: 15px;
    }
    
    .work-description {
        padding-left: 8px;
    }
    
    .project {
        padding-left: 8px;
    }
}