/* ════════════════════════════════════════
   Python Playground - حالت تمام صفحه
   ════════════════════════════════════════ */

.ppg-container.ppg-fullscreen-editor {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;
    max-height: none !important;
    z-index: 999999 !important;
    display: flex !important;
    flex-direction: column !important;
    background: var(--ppg-bg, #1e1e1e) !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}

.ppg-container.ppg-fullscreen-editor .ppg-editor-wrapper {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    min-height: 0 !important;
}

.ppg-container.ppg-fullscreen-editor .ppg-editor-scroll {
    flex: 1 !important;
    max-height: none !important;
    overflow: auto !important;
}

.ppg-container.ppg-fullscreen-editor .ppg-code-editor {
    min-height: 200px !important;
    
}

.ppg-container.ppg-fullscreen-editor .ppg-output-wrapper {
    flex-shrink: 0 !important;
    max-height: 40vh !important;
    overflow-y: auto !important;
}

.ppg-container.ppg-fullscreen-editor .ppg-header {
    flex-shrink: 0 !important;
}

/* بدنه صفحه هنگام تمام صفحه */
.ppg-fullscreen-active {
    overflow: hidden !important;
}
