html,body{width:100%;height:100%;overflow:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}body{background-color:#f5f5f5;color:#333}#app{width:100vw;height:100vh;overflow:hidden}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f5f5f5;color:#333;line-height:1.6}.python-editor{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden}.editor-header{display:flex;justify-content:space-between;align-items:center;padding:0 20px;background-color:#2c3e50;color:#fff;height:60px;box-shadow:0 2px 4px #0000001a}.editor-header h1{font-size:20px;font-weight:600}.header-actions{display:flex;gap:10px}.btn{padding:8px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;outline:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#3498db;color:#fff}.btn-primary:hover:not(:disabled){background-color:#2980b9;transform:translateY(-1px)}.btn-secondary{background-color:#95a5a6;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#7f8c8d;transform:translateY(-1px)}.editor-main{display:flex;flex:1;overflow:hidden;background-color:#fff}.editor-section,.result-section{flex:1;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid #e0e0e0}.result-section{border-right:none}.section-header{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background-color:#fafafa;border-bottom:1px solid #e0e0e0;height:40px}.section-header h2{font-size:16px;font-weight:600;color:#555}.execution-info{display:flex;gap:10px;font-size:12px;font-weight:500}.success{color:#27ae60}.error{color:#e74c3c}.execution-time{color:#95a5a6}.editor-container{flex:1;overflow:hidden}.monaco-editor-container{width:100%;height:100%;overflow:hidden}.result-container{flex:1;overflow-y:auto;padding:20px;background-color:#fafafa}.output-section{margin-bottom:20px}.output{background-color:#2d2d2d;color:#f8f8f2;padding:15px;border-radius:4px;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.5;overflow-x:auto;white-space:pre-wrap;word-break:break-word;overflow-y:auto}.error-output{background-color:#3d1e1e;color:#ff7979}.images-section{display:flex;flex-direction:column;gap:20px}.image-item{display:flex;justify-content:center;align-items:center;background-color:#fff;padding:10px;border-radius:4px;box-shadow:0 2px 4px #0000001a}.execution-image{max-width:100%;height:auto;object-fit:contain;border-radius:4px}.empty-result{display:flex;justify-content:center;align-items:center;height:100%;color:#95a5a6;font-style:italic;text-align:center;padding:20px}.editor-footer{display:flex;justify-content:space-between;align-items:center;padding:0 20px;background-color:#fafafa;border-top:1px solid #e0e0e0;height:30px;font-size:12px;color:#7f8c8d}.footer-info,.footer-stats{display:flex;gap:15px}
