/* Responsive Styles for IDFFN Upload Plugin */

/* Tablets and below */
@media (max-width: 1024px) {
    .auto-welcome-notification {
        margin: 15px;
    }
    
    .notification-content {
        padding: 15px;
    }
    
    .notification-actions {
        flex-direction: column;
    }
    
    .notification-btn {
        width: 100%;
    }
}

/* Mobile devices */
@media (max-width: 768px) {
    .auto-welcome-notification {
        border-radius: 10px;
        margin: 10px;
    }
    
    .notification-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .notification-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .notification-close {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    
    .floating-action-buttons {
        bottom: 15px;
        right: 15px;
    }
    
    .fab-btn {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
    
    .main-fab {
        width: 55px;
        height: 55px;
    }
    
    .fab-label {
        display: none;
    }
    
    .whatsapp-call-interface {
        width: calc(100% - 20px);
        right: 10px;
        left: 10px;
        bottom: 80px;
    }
    
    .call-header {
        padding: 15px;
    }
    
    .call-body {
        padding: 15px;
    }
    
    .call-timer {
        font-size: 2rem;
    }
    
    .call-controls {
        gap: 20px;
    }
    
    .control-btn {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .video-upload-studio {
        width: 100%;
        height: 100vh;
        border-radius: 0;
        top: 0;
        left: 0;
        transform: none;
        max-width: none;
        max-height: none;
    }
    
    .studio-header {
        padding: 15px;
    }
    
    .studio-body {
        max-height: calc(100vh - 140px);
    }
    
    .upload-hero {
        padding: 10px;
    }
    
    .upload-animation {
        height: 120px;
    }
    
    .reel {
        width: 40px;
        height: 40px;
        border-width: 6px;
    }
    
    .upload-placeholder {
        width: 80px;
        height: 80px;
        font-size: 2.5rem;
    }
    
    .submission-details {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .detail-item {
        width: 100%;
        max-width: 200px;
    }
    
    .mobile-nav-buttons {
        bottom: 10px;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .notification-text h4 {
        font-size: 1rem;
    }
    
    .notification-text p {
        font-size: 0.9rem;
    }
    
    .whatsapp-call-interface {
        bottom: 70px;
    }
    
    .call-timer {
        font-size: 1.8rem;
    }
    
    .sound-wave {
        gap: 3px;
    }
    
    .wave {
        width: 6px;
    }
    
    .call-actions {
        gap: 10px;
    }
    
    .call-action-btn {
        padding: 8px;
    }
    
    .call-action-btn span {
        font-size: 0.7rem;
    }
    
    .call-controls {
        gap: 15px;
    }
    
    .control-btn {
        width: 45px;
        height: 45px;
    }
    
    .call-options {
        gap: 8px;
    }
    
    .option {
        width: 70px;
        padding: 6px;
    }
    
    .option span {
        font-size: 0.7rem;
    }
    
    .upload-animation {
        height: 100px;
    }
    
    .upload-placeholder {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }
    
    .upload-hero h4 {
        font-size: 1.3rem;
    }
    
    .upload-hero p {
        font-size: 0.9rem;
    }
    
    .method-tabs {
        flex-direction: column;
    }
    
    .action-btn {
        padding: 10px 15px;
        font-size: 0.9rem;
    }
    
    .studio-title h3 {
        font-size: 1.1rem;
    }
    
    .mobile-nav-btn {
        padding: 10px 15px;
        font-size: 0.9rem;
    }
}

/* Very small screens */
@media (max-width: 320px) {
    .fab-btn {
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }
    
    .main-fab {
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-call-interface {
        width: 95%;
        right: 2.5%;
    }
    
    .call-timer {
        font-size: 1.6rem;
    }
    
    .mobile-nav-buttons {
        padding: 0 10px;
    }
    
    .mobile-nav-btn {
        padding: 8px 12px;
        font-size: 0.8rem;
    }
}

/* Landscape mode */
@media (max-height: 600px) and (orientation: landscape) {
    .video-upload-studio {
        height: 100vh;
    }
    
    .studio-body {
        max-height: calc(100vh - 120px);
    }
    
    .upload-animation {
        height: 80px;
    }
    
    .upload-placeholder {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
    }
    
    .film-preview {
        grid-template-columns: 1fr 1fr;
    }
    
    .preview-container {
        min-height: 150px;
    }
}

/* High resolution devices */
@media (min-width: 1400px) {
    .video-upload-studio {
        max-width: 1000px;
    }
    
    .studio-body {
        padding: 40px;
    }
}